From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751178AbcEIHRw (ORCPT ); Mon, 9 May 2016 03:17:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54881 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750879AbcEIHRt (ORCPT ); Mon, 9 May 2016 03:17:49 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org Subject: [PATCH 3.14 00/23] 3.14.69-stable review Date: Mon, 9 May 2016 09:17:20 +0200 Message-Id: <20160509071646.726412064@linuxfoundation.org> X-Mailer: git-send-email 2.8.2 MIME-Version: 1.0 User-Agent: quilt/0.64 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Linux 3.14.69-rc1 Anton Blanchard powerpc: scan_features() updates incorrect bits for REAL_LE Andrey Gelman Input: ads7846 - correct the value got from SPI Krzysztof Kozlowski iio: ak8975: Fix NULL pointer exception on early interrupt Jasem Mutlaq USB: serial: cp210x: add Straizona Focusers device ids Mike Manning USB: serial: cp210x: add ID for Link ECU Prarit Bhargava ACPICA: Dispatcher: Update thread ID for recursive method calls Wang YanQing x86/sysfb_efi: Fix valid BAR address range check Chen Yu x86/tsc: Read all ratio bits from MSR_PLATFORM_INFO Matt Fleming MAINTAINERS: Remove asterisk from EFI directory names Sven Eckelmann batman-adv: Reduce refcnt of removed router when updating route Linus Lüssing batman-adv: Fix broadcast/ogm queue limit on a removed interface Sven Eckelmann batman-adv: Check skb size before using encapsulated ETH+VLAN header Mathias Krause proc: prevent accessing /proc//environ until it's ready Knut Wohlrab Input: zforce_ts - fix dual touch recognition Sascha Hauer ARM: SoCFPGA: Fix secondary CPU startup in thumb2 kernel Chunyu Hu tracing: Don't display trigger file for events that can't be enabled Arnd Bergmann lpfc: fix misleading indentation Linus Walleij clk: versatile: sp810: support reentrance Dan Streetman nbd: ratelimit error msgs after socket close Marco Angaroni ipvs: correct initial offset of Call-ID header search in SIP persistence engine Behan Webster x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id" Paolo Bonzini compiler-gcc: disable -ftracer for __noclone functions Joe Perches 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(-)