From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 7 Aug 2014 19:22:01 -0700 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, Jiri Slaby Subject: Linux 3.15.9 Message-ID: <20140808022201.GA954@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 3.15.9 kernel. All users of the 3.15 kernel series must upgrade. NOTE, there will only be 1 more 3.15.y kernel release after this one, please move to 3.16.y now, you have been warned. The updated 3.15.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-3.15.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=3Dlinux/kernel/git/stable/linux-stable.git;a=3Dsu= mmary thanks, greg k-h ------------ Documentation/x86/x86_64/mm.txt | 2=20 Makefile | 2=20 arch/arm/boot/dts/dra7-evm.dts | 1=20 arch/arm/boot/dts/hi3620.dtsi | 2=20 arch/arm/crypto/aesbs-glue.c | 10 - arch/arm/mach-omap2/gpmc-nand.c | 18 +- arch/arm/mm/idmap.c | 7 + arch/arm/mm/mmu.c | 6=20 arch/powerpc/perf/core-book3s.c | 6=20 arch/x86/Kconfig | 25 +++ arch/x86/include/asm/espfix.h | 16 ++ arch/x86/include/asm/irqflags.h | 2=20 arch/x86/include/asm/pgtable_64_types.h | 2=20 arch/x86/include/asm/setup.h | 2=20 arch/x86/kernel/Makefile | 1=20 arch/x86/kernel/entry_32.S | 12 + arch/x86/kernel/entry_64.S | 77 ++++++++++- arch/x86/kernel/espfix_64.c | 208 +++++++++++++++++++++++++++= +++++ arch/x86/kernel/ldt.c | 10 - arch/x86/kernel/paravirt_patch_64.c | 2=20 arch/x86/kernel/smpboot.c | 7 + arch/x86/mm/dump_pagetables.c | 44 +++++- arch/x86/vdso/vdso32-setup.c | 8 - arch/x86/xen/setup.c | 9 - arch/xtensa/kernel/vectors.S | 158 ++++++++++++++++++++---- arch/xtensa/kernel/vmlinux.lds.S | 4=20 crypto/af_alg.c | 2=20 drivers/gpu/drm/i915/intel_display.c | 3=20 drivers/iio/accel/bma180.c | 8 - drivers/iio/industrialio-buffer.c | 2=20 drivers/md/dm-bufio.c | 2=20 drivers/md/dm-cache-target.c | 13 -- drivers/net/wireless/ath/ath9k/xmit.c | 9 + drivers/pnp/pnpacpi/core.c | 3=20 drivers/rapidio/devices/tsi721_dma.c | 8 + drivers/scsi/scsi_lib.c | 8 + drivers/staging/vt6655/bssdb.c | 2=20 drivers/staging/vt6655/device_main.c | 7 - fs/open.c | 5=20 include/dt-bindings/pinctrl/dra.h | 7 - include/linux/printk.h | 6=20 init/main.c | 4=20 kernel/printk/printk.c | 2=20 kernel/sched/core.c | 2=20 kernel/sched/deadline.c | 2=20 kernel/sched/rt.c | 2=20 kernel/time/clockevents.c | 10 - kernel/time/sched_clock.c | 4=20 lib/btree.c | 1=20 mm/memcontrol.c | 4=20 mm/page-writeback.c | 6=20 mm/page_alloc.c | 16 +- net/l2tp/l2tp_ppp.c | 4=20 net/mac80211/tx.c | 20 +-- net/wireless/trace.h | 3=20 55 files changed, 652 insertions(+), 154 deletions(-) Alexandre Bounine (1): rapidio/tsi721_dma: fix failure to obtain transaction descriptor Andy Lutomirski (1): x86_64/entry/xen: Do not invoke espfix64 on Xen Anssi Hannula (1): dm cache: fix race affecting dirty block count Boris Ostrovsky (1): x86/espfix/xen: Fix allocation of pages for paravirt page tables Christoph Fritz (1): ARM: OMAP2+: gpmc: fix gpmc_hwecc_bch_capable() David Rientjes (1): mm, thp: do not allow thp faults to avoid cpuset restrictions David Vrabel (1): x86/xen: no need to explicitly register an NMI callback Eliad Peller (1): cfg80211: fix mic_failure tracing Eric Biggers (1): vfs: fix check for fallocate on active swapfile Felix Fietkau (1): ath9k: fix aggregation session lockup Greg Kroah-Hartman (1): Linux 3.15.9 Greg Thelen (1): dm bufio: fully initialize shrinker H. Peter Anvin (6): Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtim= e option" x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit sta= ck x86, espfix: Move espfix definitions into a separate header file x86, espfix: Fix broken header guard x86, espfix: Make espfix64 a Kconfig option, fix UML x86, espfix: Make it possible to disable 16-bit support Haojian Zhuang (1): ARM: dts: fix L2 address in Hi3620 James Bottomley (1): scsi: handle flush errors properly Jan Kara (1): timer: Fix lock inversion between hrtimer_bases.lock and scheduler lo= cks Johannes Berg (1): Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan" John Stultz (1): printk: rename printk_sched to printk_deferred Konstantin Khlebnikov (1): ARM: 8115/1: LPAE: reduce damage caused by idmap to virtual memory la= yout Lars-Peter Clausen (1): iio: buffer: Fix demux table creation Malcolm Priestley (2): staging: vt6655: Fix disassociated messages every 10 seconds staging: vt6655: Fix Warning on boot handle_irq_event_percpu. Max Filippov (1): xtensa: add fixup for double exception raised in window overflow Maxim Patlasov (1): mm/page-writeback.c: fix divide by zero in bdi_dirty_limits() Michael Ellerman (1): powerpc/perf: Fix MMCR2 handling for EBB Michal Hocko (1): memcg: oom_notify use-after-free fix Mikulas Patocka (1): crypto: arm-aes - fix encryption of unaligned data Milan Broz (1): crypto: af_alg - properly label AF_ALG socket Minfei Huang (1): lib/btree.c: fix leak of whole btree nodes Nishanth Menon (1): pinctrl: dra: dt-bindings: Fix pull enable/disable Peter Meerwald (2): iio:bma180: Fix scale factors to report correct acceleration units iio:bma180: Missing check for frequency fractional part Rafael J. Wysocki (1): ACPI / PNP: Fix acpi_pnp_match() Roger Quadros (1): ARM: dts: dra7-evm: Make VDDA_1V8_PHY supply always on Russell King (1): ARM: fix alignment of keystone page table fixup Sasha Levin (1): net/l2tp: don't fall back on UDP [get|set]sockopt Scot Doyle (1): drm/i915: Ignore VBT backlight presence check on HP Chromebook 14 Stephen Boyd (1): sched_clock: Avoid corrupting hrtimer tree during suspend --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJT5DRJAAoJEDjbvchgkmk+w9QP/A2embU5fGOz9gGE9+s41qmY GzYSxCLOjcfTyWwtXD1SMcEwmQnTPv5IfiKfwGbJ1zkqlTEeG2fmMnYssz7TraHg nBYlb1lZmfKTagVxPv06vrVn2rBgFy+NXllKvwu0O6cHXrslnK3ze+f19pmBzdvK eYwz1wLLwvfqhOnedCPssgVQ90chxEJQTe06OL8+nqU67s0g7IgmONt5LxOGeLz/ GJvx+OiKtunYIhGsC9DKQUDlFDCD4kkfJr7aZ6yHL6C0eqCda4rZR5rgI3za8gQ4 YnBDqkdN8sX1OR4EP2g7VgOGGTnf6GdIk7ahL9wAO0yj0kLzYYSdaCeNENgA7xxi FZJ0t5rOKSzEwLVYLhcyqDR6XKlIKx1N+VkVLhIG74BoWNkUjj8J2z/LGO+KdRZj +DySWrUBWqkhAOs6OsqZTocdI9giaCJ2PgJ+VcwVVHt42SnHebPiyHWDVHOGH7j/ bCNPQhYo8YJvxdfz9l48Yws/W50xiHczNdh11yDSswhLHL6f+FNRCJ23Pwas5iF7 Q5DcH17fHaKMK5GtFsSdwLZyfRA3YNRLHf6klVnYTgOmqtJk/Z32GnZW/S270XTc 049L/k1icMCrn9CE/dHYSkOT+LvLZk+ZjMm6NKq6oQSH7aGnHSwMIxVxuFBwVe8R q9zefAtaJgEK0eH5fgAJ =NEiK -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62--