Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933033AbbBIIvf (ORCPT ); Mon, 9 Feb 2015 03:51:35 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44953 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932616AbbBIIg3 (ORCPT ); Mon, 9 Feb 2015 03:36:29 -0500 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, satoru.takeuchi@gmail.com, shuah.kh@samsung.com, stable@vger.kernel.org Subject: [PATCH 3.14 00/20] 3.14.33-stable review Date: Mon, 9 Feb 2015 16:33:52 +0800 Message-Id: <20150209083042.033412726@linuxfoundation.org> X-Mailer: git-send-email 2.3.0 MIME-Version: 1.0 User-Agent: quilt/0.63-1 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 Content-Length: 4065 Lines: 121 This is the start of the stable review cycle for the 3.14.33 release. There are 20 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 Feb 11 08:30:18 UTC 2015. 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.14.33-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.14.33-rc1 Andy Lutomirski x86,kvm,vmx: Preserve CR4 across VM entry Lai Jiangshan smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread() Takashi Iwai ALSA: ak411x: Fix stall in work callback Eric Nelson ASoC: sgtl5000: add delay before first I2C access Bo Shen ASoC: atmel_ssc_dai: fix start event for I2S mode karl beldan lib/checksum.c: fix build for generic csum_tcpudp_nofold Dmitry Monakhov ext4: prevent bugon on race between write/fcntl Mark Rutland arm64: Fix up /proc/cpuinfo Peter Kümmel kconfig: Fix warning "‘jump’ may be used uninitialized" Ryusuke Konishi nilfs2: fix deadlock of segment constructor over I_SYNC flag karl beldan lib/checksum.c: fix carry in csum_tcpudp_nofold Shiraz Hashim mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range Sachin Prabhu Complete oplock break jobs before closing file handle Will Deacon ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rollover Hemmo Nieminen MIPS: Fix kernel lockup or crash after CPU offline/online Aaro Koskinen MIPS: OCTEON: fix kernel crash when offlining a CPU Felix Fietkau MIPS: IRQ: Fix disable_irq on CPU IRQs Charlotte Richardson PCI: Add NEC variants to Stratus ftServer PCIe DMI check Johan Hovold gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low Johan Hovold gpio: sysfs: fix memory leak in gpiod_export_link ------------- Diffstat: Makefile | 4 +- arch/arm/mm/context.c | 26 +++++------ arch/arm64/include/asm/cputype.h | 2 + arch/arm64/kernel/setup.c | 99 +++++++++++++++++++++++++++++----------- arch/arm64/kernel/smp.c | 5 ++ arch/mips/cavium-octeon/smp.c | 2 - arch/mips/kernel/irq_cpu.c | 4 ++ arch/mips/kernel/smp.c | 2 +- arch/x86/kvm/vmx.c | 16 ++++++- arch/x86/pci/common.c | 16 +++++++ drivers/gpio/gpiolib.c | 3 +- fs/cifs/file.c | 6 ++- fs/ext4/file.c | 8 ++-- fs/nilfs2/nilfs.h | 2 - fs/nilfs2/segment.c | 44 ++++++++++++++++-- fs/nilfs2/segment.h | 5 ++ include/sound/ak4113.h | 2 +- include/sound/ak4114.h | 2 +- kernel/smpboot.c | 2 + lib/checksum.c | 12 ++++- mm/pagewalk.c | 5 +- scripts/kconfig/menu.c | 4 +- sound/i2c/other/ak4113.c | 17 ++++--- sound/i2c/other/ak4114.c | 18 ++++---- sound/soc/atmel/atmel_ssc_dai.c | 18 ++------ sound/soc/codecs/sgtl5000.c | 3 ++ 26 files changed, 226 insertions(+), 101 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/