From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, satoru.takeuchi@gmail.com,
shuah.kh@samsung.com, stable@vger.kernel.org
Subject: [PATCH 3.15 00/42] 3.15.9-stable review
Date: Tue, 5 Aug 2014 11:13:14 -0700 [thread overview]
Message-ID: <20140805181321.018370988@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.15.9 release.
There are 42 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Thu Aug 7 18:13:05 UTC 2014.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.15.9-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 3.15.9-rc1
Boris Ostrovsky <boris.ostrovsky@oracle.com>
x86/espfix/xen: Fix allocation of pages for paravirt page tables
Minfei Huang <huangminfei@ucloud.cn>
lib/btree.c: fix leak of whole btree nodes
Sasha Levin <sasha.levin@oracle.com>
net/l2tp: don't fall back on UDP [get|set]sockopt
Max Filippov <jcmvbkbc@gmail.com>
xtensa: add fixup for double exception raised in window overflow
David Vrabel <david.vrabel@citrix.com>
x86/xen: no need to explicitly register an NMI callback
Scot Doyle <lkml14@scotdoyle.com>
drm/i915: Ignore VBT backlight presence check on HP Chromebook 14
Malcolm Priestley <tvboxspy@gmail.com>
staging: vt6655: Fix Warning on boot handle_irq_event_percpu.
Roger Quadros <rogerq@ti.com>
ARM: dts: dra7-evm: Make VDDA_1V8_PHY supply always on
Eric Biggers <ebiggers3@gmail.com>
vfs: fix check for fallocate on active swapfile
Nishanth Menon <nm@ti.com>
pinctrl: dra: dt-bindings: Fix pull enable/disable
Andy Lutomirski <luto@amacapital.net>
x86_64/entry/xen: Do not invoke espfix64 on Xen
H. Peter Anvin <hpa@zytor.com>
x86, espfix: Make it possible to disable 16-bit support
H. Peter Anvin <hpa@zytor.com>
x86, espfix: Make espfix64 a Kconfig option, fix UML
H. Peter Anvin <hpa@linux.intel.com>
x86, espfix: Fix broken header guard
H. Peter Anvin <hpa@linux.intel.com>
x86, espfix: Move espfix definitions into a separate header file
H. Peter Anvin <hpa@linux.intel.com>
x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack
H. Peter Anvin <hpa@zytor.com>
Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"
Jan Kara <jack@suse.cz>
timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks
Stephen Boyd <sboyd@codeaurora.org>
sched_clock: Avoid corrupting hrtimer tree during suspend
John Stultz <john.stultz@linaro.org>
printk: rename printk_sched to printk_deferred
Anssi Hannula <anssi.hannula@iki.fi>
dm cache: fix race affecting dirty block count
Greg Thelen <gthelen@google.com>
dm bufio: fully initialize shrinker
Lars-Peter Clausen <lars@metafoo.de>
iio: buffer: Fix demux table creation
Peter Meerwald <pmeerw@pmeerw.net>
iio:bma180: Missing check for frequency fractional part
Peter Meerwald <pmeerw@pmeerw.net>
iio:bma180: Fix scale factors to report correct acceleration units
Rafael J. Wysocki <rafael.j.wysocki@intel.com>
ACPI / PNP: Fix acpi_pnp_match()
Malcolm Priestley <tvboxspy@gmail.com>
staging: vt6655: Fix disassociated messages every 10 seconds
Michal Hocko <mhocko@suse.cz>
memcg: oom_notify use-after-free fix
David Rientjes <rientjes@google.com>
mm, thp: do not allow thp faults to avoid cpuset restrictions
Maxim Patlasov <MPatlasov@parallels.com>
mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()
James Bottomley <JBottomley@Parallels.com>
scsi: handle flush errors properly
Alexandre Bounine <alexandre.bounine@idt.com>
rapidio/tsi721_dma: fix failure to obtain transaction descriptor
Johannes Berg <johannes.berg@intel.com>
Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"
Eliad Peller <eliad@wizery.com>
cfg80211: fix mic_failure tracing
Felix Fietkau <nbd@openwrt.org>
ath9k: fix aggregation session lockup
Konstantin Khlebnikov <k.khlebnikov@samsung.com>
ARM: 8115/1: LPAE: reduce damage caused by idmap to virtual memory layout
Russell King <rmk+kernel@arm.linux.org.uk>
ARM: fix alignment of keystone page table fixup
Christoph Fritz <chf.fritz@googlemail.com>
ARM: OMAP2+: gpmc: fix gpmc_hwecc_bch_capable()
Haojian Zhuang <haojian.zhuang@linaro.org>
ARM: dts: fix L2 address in Hi3620
Milan Broz <gmazyland@gmail.com>
crypto: af_alg - properly label AF_ALG socket
Mikulas Patocka <mpatocka@redhat.com>
crypto: arm-aes - fix encryption of unaligned data
Michael Ellerman <mpe@ellerman.id.au>
powerpc/perf: Fix MMCR2 handling for EBB
-------------
Diffstat:
Documentation/x86/x86_64/mm.txt | 2 +
Makefile | 4 +-
arch/arm/boot/dts/dra7-evm.dts | 1 +
arch/arm/boot/dts/hi3620.dtsi | 2 +-
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 +-
arch/powerpc/perf/core-book3s.c | 6 +-
arch/x86/Kconfig | 25 +++-
arch/x86/include/asm/espfix.h | 16 +++
arch/x86/include/asm/irqflags.h | 2 +-
arch/x86/include/asm/pgtable_64_types.h | 2 +
arch/x86/include/asm/setup.h | 2 +
arch/x86/kernel/Makefile | 1 +
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 -
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 +-
crypto/af_alg.c | 2 +
drivers/gpu/drm/i915/intel_display.c | 3 +
drivers/iio/accel/bma180.c | 8 +-
drivers/iio/industrialio-buffer.c | 2 +-
drivers/md/dm-bufio.c | 2 +-
drivers/md/dm-cache-target.c | 13 +-
drivers/net/wireless/ath/ath9k/xmit.c | 9 ++
drivers/pnp/pnpacpi/core.c | 3 +-
drivers/rapidio/devices/tsi721_dma.c | 8 +-
drivers/scsi/scsi_lib.c | 8 ++
drivers/staging/vt6655/bssdb.c | 2 +-
drivers/staging/vt6655/device_main.c | 7 +-
fs/open.c | 5 +-
include/dt-bindings/pinctrl/dra.h | 7 +-
include/linux/printk.h | 6 +-
init/main.c | 4 +
kernel/printk/printk.c | 2 +-
kernel/sched/core.c | 2 +-
kernel/sched/deadline.c | 2 +-
kernel/sched/rt.c | 2 +-
kernel/time/clockevents.c | 10 +-
kernel/time/sched_clock.c | 4 +-
lib/btree.c | 1 +
mm/memcontrol.c | 4 +
mm/page-writeback.c | 6 +-
mm/page_alloc.c | 16 +--
net/l2tp/l2tp_ppp.c | 4 +-
net/mac80211/tx.c | 20 +--
net/wireless/trace.h | 3 +-
55 files changed, 653 insertions(+), 155 deletions(-)
next reply other threads:[~2014-08-05 18:13 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-05 18:13 Greg Kroah-Hartman [this message]
2014-08-05 18:13 ` [PATCH 3.15 01/42] powerpc/perf: Fix MMCR2 handling for EBB Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 02/42] crypto: arm-aes - fix encryption of unaligned data Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 03/42] crypto: af_alg - properly label AF_ALG socket Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 04/42] ARM: dts: fix L2 address in Hi3620 Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 05/42] ARM: OMAP2+: gpmc: fix gpmc_hwecc_bch_capable() Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 06/42] ARM: fix alignment of keystone page table fixup Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 07/42] ARM: 8115/1: LPAE: reduce damage caused by idmap to virtual memory layout Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 08/42] ath9k: fix aggregation session lockup Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 09/42] cfg80211: fix mic_failure tracing Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 10/42] Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan" Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 11/42] rapidio/tsi721_dma: fix failure to obtain transaction descriptor Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 12/42] scsi: handle flush errors properly Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 13/42] mm/page-writeback.c: fix divide by zero in bdi_dirty_limits() Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 14/42] mm, thp: do not allow thp faults to avoid cpuset restrictions Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 15/42] memcg: oom_notify use-after-free fix Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 16/42] staging: vt6655: Fix disassociated messages every 10 seconds Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 17/42] ACPI / PNP: Fix acpi_pnp_match() Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 18/42] iio:bma180: Fix scale factors to report correct acceleration units Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 19/42] iio:bma180: Missing check for frequency fractional part Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 20/42] iio: buffer: Fix demux table creation Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 21/42] dm bufio: fully initialize shrinker Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 22/42] dm cache: fix race affecting dirty block count Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 23/42] printk: rename printk_sched to printk_deferred Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 24/42] sched_clock: Avoid corrupting hrtimer tree during suspend Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 25/42] timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 26/42] Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option" Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 27/42] x86-64, espfix: Dont leak bits 31:16 of %esp returning to 16-bit stack Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 28/42] x86, espfix: Move espfix definitions into a separate header file Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 29/42] x86, espfix: Fix broken header guard Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 30/42] x86, espfix: Make espfix64 a Kconfig option, fix UML Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 31/42] x86, espfix: Make it possible to disable 16-bit support Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 32/42] x86_64/entry/xen: Do not invoke espfix64 on Xen Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 33/42] pinctrl: dra: dt-bindings: Fix pull enable/disable Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 34/42] vfs: fix check for fallocate on active swapfile Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 35/42] ARM: dts: dra7-evm: Make VDDA_1V8_PHY supply always on Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 36/42] staging: vt6655: Fix Warning on boot handle_irq_event_percpu Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 37/42] drm/i915: Ignore VBT backlight presence check on HP Chromebook 14 Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 38/42] x86/xen: no need to explicitly register an NMI callback Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 39/42] xtensa: add fixup for double exception raised in window overflow Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 40/42] net/l2tp: dont fall back on UDP [get|set]sockopt Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 41/42] lib/btree.c: fix leak of whole btree nodes Greg Kroah-Hartman
2014-08-05 18:13 ` [PATCH 3.15 42/42] x86/espfix/xen: Fix allocation of pages for paravirt page tables Greg Kroah-Hartman
2014-08-05 23:07 ` [PATCH 3.15 00/42] 3.15.9-stable review Shuah Khan
2014-08-05 23:27 ` Greg Kroah-Hartman
2014-08-06 11:44 ` Satoru Takeuchi
2014-08-06 14:20 ` Greg Kroah-Hartman
2014-08-06 2:35 ` Guenter Roeck
2014-08-06 2:38 ` Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140805181321.018370988@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=satoru.takeuchi@gmail.com \
--cc=shuah.kh@samsung.com \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).