This is the start of the stable review cycle for the 3.14.69 release. There are 23 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 Wed May 11 07:16:11 UTC 2016. 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.x/stable-review/patch-3.14.69-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 3.14.69-rc1 Anton Blanchard <anton@xxxxxxxxx> powerpc: scan_features() updates incorrect bits for REAL_LE Andrey Gelman <andrey.gelman@xxxxxxxxxxxxxx> Input: ads7846 - correct the value got from SPI Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx> iio: ak8975: Fix NULL pointer exception on early interrupt Jasem Mutlaq <mutlaqja@xxxxxxxxxxxxxx> USB: serial: cp210x: add Straizona Focusers device ids Mike Manning <michael@xxxxxxxxxxx> USB: serial: cp210x: add ID for Link ECU Prarit Bhargava <prarit@xxxxxxxxxx> ACPICA: Dispatcher: Update thread ID for recursive method calls Wang YanQing <udknight@xxxxxxxxx> x86/sysfb_efi: Fix valid BAR address range check Chen Yu <yu.c.chen@xxxxxxxxx> x86/tsc: Read all ratio bits from MSR_PLATFORM_INFO Matt Fleming <matt@xxxxxxxxxxxxxxxxxxx> MAINTAINERS: Remove asterisk from EFI directory names Sven Eckelmann <sven@xxxxxxxxxxxxx> batman-adv: Reduce refcnt of removed router when updating route Linus Lüssing <linus.luessing@xxxxxxxxx> batman-adv: Fix broadcast/ogm queue limit on a removed interface Sven Eckelmann <sven@xxxxxxxxxxxxx> batman-adv: Check skb size before using encapsulated ETH+VLAN header Mathias Krause <minipli@xxxxxxxxxxxxxx> proc: prevent accessing /proc/<PID>/environ until it's ready Knut Wohlrab <Knut.Wohlrab@xxxxxxxxxxxx> Input: zforce_ts - fix dual touch recognition Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel Chunyu Hu <chuhu@xxxxxxxxxx> tracing: Don't display trigger file for events that can't be enabled Arnd Bergmann <arnd@xxxxxxxx> lpfc: fix misleading indentation Linus Walleij <linus.walleij@xxxxxxxxxx> clk: versatile: sp810: support reentrance Dan Streetman <dan.streetman@xxxxxxxxxxxxx> nbd: ratelimit error msgs after socket close Marco Angaroni <marcoangaroni@xxxxxxxxx> ipvs: correct initial offset of Call-ID header search in SIP persistence engine Behan Webster <behanw@xxxxxxxxxxxxxxxxxx> x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id" Paolo Bonzini <pbonzini@xxxxxxxxxx> compiler-gcc: disable -ftracer for __noclone functions Joe Perches <joe@xxxxxxxxxxx> compiler-gcc: integrate the various compiler-gcc[345].h files ------------- Diffstat: MAINTAINERS | 4 +- Makefile | 4 +- arch/arm/mach-socfpga/headsmp.S | 1 + arch/powerpc/include/uapi/asm/cputable.h | 1 + arch/powerpc/kernel/prom.c | 2 +- arch/x86/kernel/sysfb_efi.c | 14 +++- arch/x86/kernel/tsc_msr.c | 2 +- drivers/acpi/acpica/dsmethod.c | 3 + drivers/block/nbd.c | 4 +- drivers/clk/versatile/clk-sp810.c | 4 +- drivers/iio/magnetometer/ak8975.c | 4 +- drivers/input/touchscreen/ads7846.c | 8 ++- drivers/input/touchscreen/zforce_ts.c | 4 +- drivers/scsi/lpfc/lpfc_init.c | 5 +- drivers/usb/serial/cp210x.c | 4 ++ fs/proc/base.c | 3 +- include/linux/compiler-gcc.h | 120 +++++++++++++++++++++++++++++-- include/linux/compiler-gcc3.h | 23 ------ include/linux/compiler-gcc4.h | 88 ----------------------- include/linux/compiler-gcc5.h | 66 ----------------- include/linux/mod_devicetable.h | 8 +++ kernel/trace/trace_events.c | 9 ++- net/batman-adv/routing.c | 9 +++ net/batman-adv/send.c | 6 ++ net/batman-adv/soft-interface.c | 8 ++- net/netfilter/ipvs/ip_vs_pe_sip.c | 2 +- 26 files changed, 200 insertions(+), 206 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html