[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160509071646.726412064@linuxfoundation.org>
Date: Mon, 9 May 2016 09:17:20 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
linux@...ck-us.net, shuah.kh@...sung.com, patches@...nelci.org,
stable@...r.kernel.org
Subject: [PATCH 3.14 00/23] 3.14.69-stable review
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@...uxfoundation.org>
Linux 3.14.69-rc1
Anton Blanchard <anton@...ba.org>
powerpc: scan_features() updates incorrect bits for REAL_LE
Andrey Gelman <andrey.gelman@...pulab.co.il>
Input: ads7846 - correct the value got from SPI
Krzysztof Kozlowski <k.kozlowski@...sung.com>
iio: ak8975: Fix NULL pointer exception on early interrupt
Jasem Mutlaq <mutlaqja@...rustech.com>
USB: serial: cp210x: add Straizona Focusers device ids
Mike Manning <michael@...h.com.au>
USB: serial: cp210x: add ID for Link ECU
Prarit Bhargava <prarit@...hat.com>
ACPICA: Dispatcher: Update thread ID for recursive method calls
Wang YanQing <udknight@...il.com>
x86/sysfb_efi: Fix valid BAR address range check
Chen Yu <yu.c.chen@...el.com>
x86/tsc: Read all ratio bits from MSR_PLATFORM_INFO
Matt Fleming <matt@...eblueprint.co.uk>
MAINTAINERS: Remove asterisk from EFI directory names
Sven Eckelmann <sven@...fation.org>
batman-adv: Reduce refcnt of removed router when updating route
Linus Lüssing <linus.luessing@...3.blue>
batman-adv: Fix broadcast/ogm queue limit on a removed interface
Sven Eckelmann <sven@...fation.org>
batman-adv: Check skb size before using encapsulated ETH+VLAN header
Mathias Krause <minipli@...glemail.com>
proc: prevent accessing /proc/<PID>/environ until it's ready
Knut Wohlrab <Knut.Wohlrab@...bosch.com>
Input: zforce_ts - fix dual touch recognition
Sascha Hauer <s.hauer@...gutronix.de>
ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel
Chunyu Hu <chuhu@...hat.com>
tracing: Don't display trigger file for events that can't be enabled
Arnd Bergmann <arnd@...db.de>
lpfc: fix misleading indentation
Linus Walleij <linus.walleij@...aro.org>
clk: versatile: sp810: support reentrance
Dan Streetman <dan.streetman@...onical.com>
nbd: ratelimit error msgs after socket close
Marco Angaroni <marcoangaroni@...il.com>
ipvs: correct initial offset of Call-ID header search in SIP persistence engine
Behan Webster <behanw@...verseincode.com>
x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id"
Paolo Bonzini <pbonzini@...hat.com>
compiler-gcc: disable -ftracer for __noclone functions
Joe Perches <joe@...ches.com>
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(-)
Powered by blists - more mailing lists