stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3.14 00/20] 3.14.33-stable review
@ 2015-02-09  8:33 Greg Kroah-Hartman
  2015-02-09  8:33 ` [PATCH 3.14 01/20] gpio: sysfs: fix memory leak in gpiod_export_link Greg Kroah-Hartman
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Greg Kroah-Hartman @ 2015-02-09  8:33 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, satoru.takeuchi,
	shuah.kh, stable

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 <gregkh@linuxfoundation.org>
    Linux 3.14.33-rc1

Andy Lutomirski <luto@amacapital.net>
    x86,kvm,vmx: Preserve CR4 across VM entry

Lai Jiangshan <laijs@cn.fujitsu.com>
    smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()

Takashi Iwai <tiwai@suse.de>
    ALSA: ak411x: Fix stall in work callback

Eric Nelson <eric.nelson@boundarydevices.com>
    ASoC: sgtl5000: add delay before first I2C access

Bo Shen <voice.shen@atmel.com>
    ASoC: atmel_ssc_dai: fix start event for I2S mode

karl beldan <karl.beldan@gmail.com>
    lib/checksum.c: fix build for generic csum_tcpudp_nofold

Dmitry Monakhov <dmonakhov@openvz.org>
    ext4: prevent bugon on race between write/fcntl

Mark Rutland <mark.rutland@arm.com>
    arm64: Fix up /proc/cpuinfo

Peter Kümmel <syntheticpp@gmx.net>
    kconfig: Fix warning "‘jump’ may be used uninitialized"

Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
    nilfs2: fix deadlock of segment constructor over I_SYNC flag

karl beldan <karl.beldan@gmail.com>
    lib/checksum.c: fix carry in csum_tcpudp_nofold

Shiraz Hashim <shashim@codeaurora.org>
    mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range

Sachin Prabhu <sprabhu@redhat.com>
    Complete oplock break jobs before closing file handle

Will Deacon <will.deacon@arm.com>
    ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rollover

Hemmo Nieminen <hemmo.nieminen@iki.fi>
    MIPS: Fix kernel lockup or crash after CPU offline/online

Aaro Koskinen <aaro.koskinen@iki.fi>
    MIPS: OCTEON: fix kernel crash when offlining a CPU

Felix Fietkau <nbd@openwrt.org>
    MIPS: IRQ: Fix disable_irq on CPU IRQs

Charlotte Richardson <charlotte.richardson@stratus.com>
    PCI: Add NEC variants to Stratus ftServer PCIe DMI check

Johan Hovold <johan@kernel.org>
    gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low

Johan Hovold <johan@kernel.org>
    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(-)



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2015-02-09 18:23 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-09  8:33 [PATCH 3.14 00/20] 3.14.33-stable review Greg Kroah-Hartman
2015-02-09  8:33 ` [PATCH 3.14 01/20] gpio: sysfs: fix memory leak in gpiod_export_link Greg Kroah-Hartman
2015-02-09  8:33 ` [PATCH 3.14 02/20] gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low Greg Kroah-Hartman
2015-02-09  8:33 ` [PATCH 3.14 03/20] PCI: Add NEC variants to Stratus ftServer PCIe DMI check Greg Kroah-Hartman
2015-02-09  8:33 ` [PATCH 3.14 04/20] MIPS: IRQ: Fix disable_irq on CPU IRQs Greg Kroah-Hartman
2015-02-09  8:33 ` [PATCH 3.14 05/20] MIPS: OCTEON: fix kernel crash when offlining a CPU Greg Kroah-Hartman
2015-02-09  8:33 ` [PATCH 3.14 06/20] MIPS: Fix kernel lockup or crash after CPU offline/online Greg Kroah-Hartman
2015-02-09  8:33 ` [PATCH 3.14 07/20] ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rollover Greg Kroah-Hartman
2015-02-09  8:34 ` [PATCH 3.14 08/20] Complete oplock break jobs before closing file handle Greg Kroah-Hartman
2015-02-09  8:34 ` [PATCH 3.14 09/20] mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range Greg Kroah-Hartman
2015-02-09  8:34 ` [PATCH 3.14 10/20] lib/checksum.c: fix carry in csum_tcpudp_nofold Greg Kroah-Hartman
2015-02-09  8:34 ` [PATCH 3.14 11/20] nilfs2: fix deadlock of segment constructor over I_SYNC flag Greg Kroah-Hartman
2015-02-09  8:34 ` [PATCH 3.14 13/20] arm64: Fix up /proc/cpuinfo Greg Kroah-Hartman
2015-02-09  8:34 ` [PATCH 3.14 14/20] ext4: prevent bugon on race between write/fcntl Greg Kroah-Hartman
2015-02-09  8:34 ` [PATCH 3.14 15/20] lib/checksum.c: fix build for generic csum_tcpudp_nofold Greg Kroah-Hartman
2015-02-09  8:34 ` [PATCH 3.14 16/20] ASoC: atmel_ssc_dai: fix start event for I2S mode Greg Kroah-Hartman
2015-02-09  8:34 ` [PATCH 3.14 17/20] ASoC: sgtl5000: add delay before first I2C access Greg Kroah-Hartman
2015-02-09  8:34 ` [PATCH 3.14 18/20] ALSA: ak411x: Fix stall in work callback Greg Kroah-Hartman
2015-02-09  8:34 ` [PATCH 3.14 19/20] smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread() Greg Kroah-Hartman
2015-02-09  8:34 ` [PATCH 3.14 20/20] x86,kvm,vmx: Preserve CR4 across VM entry Greg Kroah-Hartman
2015-02-09 16:39 ` [PATCH 3.14 00/20] 3.14.33-stable review Guenter Roeck
2015-02-09 18:23 ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).