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 <[email protected]>
    Linux 3.14.69-rc1

Anton Blanchard <[email protected]>
    powerpc: scan_features() updates incorrect bits for REAL_LE

Andrey Gelman <[email protected]>
    Input: ads7846 - correct the value got from SPI

Krzysztof Kozlowski <[email protected]>
    iio: ak8975: Fix NULL pointer exception on early interrupt

Jasem Mutlaq <[email protected]>
    USB: serial: cp210x: add Straizona Focusers device ids

Mike Manning <[email protected]>
    USB: serial: cp210x: add ID for Link ECU

Prarit Bhargava <[email protected]>
    ACPICA: Dispatcher: Update thread ID for recursive method calls

Wang YanQing <[email protected]>
    x86/sysfb_efi: Fix valid BAR address range check

Chen Yu <[email protected]>
    x86/tsc: Read all ratio bits from MSR_PLATFORM_INFO

Matt Fleming <[email protected]>
    MAINTAINERS: Remove asterisk from EFI directory names

Sven Eckelmann <[email protected]>
    batman-adv: Reduce refcnt of removed router when updating route

Linus Lüssing <[email protected]>
    batman-adv: Fix broadcast/ogm queue limit on a removed interface

Sven Eckelmann <[email protected]>
    batman-adv: Check skb size before using encapsulated ETH+VLAN header

Mathias Krause <[email protected]>
    proc: prevent accessing /proc/<PID>/environ until it's ready

Knut Wohlrab <[email protected]>
    Input: zforce_ts - fix dual touch recognition

Sascha Hauer <[email protected]>
    ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel

Chunyu Hu <[email protected]>
    tracing: Don't display trigger file for events that can't be enabled

Arnd Bergmann <[email protected]>
    lpfc: fix misleading indentation

Linus Walleij <[email protected]>
    clk: versatile: sp810: support reentrance

Dan Streetman <[email protected]>
    nbd: ratelimit error msgs after socket close

Marco Angaroni <[email protected]>
    ipvs: correct initial offset of Call-ID header search in SIP persistence 
engine

Behan Webster <[email protected]>
    x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id"

Paolo Bonzini <[email protected]>
    compiler-gcc: disable -ftracer for __noclone functions

Joe Perches <[email protected]>
    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(-)


Reply via email to