From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
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.72-stable review
Date: Sun, 5 Jun 2016 14:40:00 -0700 [thread overview]
Message-ID: <20160605213826.938892115@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 3.14.72 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 Tue Jun 7 21:38:01 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.72-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.72-rc1
Dave Chinner <dchinner@redhat.com>
xfs: skip stale inodes in xfs_iflush_cluster
Dave Chinner <dchinner@redhat.com>
xfs: fix inode validity check in xfs_iflush_cluster
Dave Chinner <dchinner@redhat.com>
xfs: xfs_iflush_cluster fails to abort on error
Ville Syrjälä <ville.syrjala@linux.intel.com>
dma-debug: avoid spinlock recursion when disabling dma-debug
Nicolai Stange <nicstange@gmail.com>
ext4: silence UBSAN in ext4_mb_init()
Nicolai Stange <nicstange@gmail.com>
ext4: address UBSAN warning in mb_find_order_for_block()
Theodore Ts'o <tytso@mit.edu>
ext4: fix hang when processing corrupted orphaned inode list
Lyude <cpaul@redhat.com>
drm/fb_helper: Fix references to dev->mode_config.num_connector
Itai Handler <itai_handler@hotmail.com>
drm/gma500: Fix possible out of bounds read
Tomáš Trnka <ttrnka@mail.muni.cz>
sunrpc: fix stripping of padded MIC tokens
Ross Lagerwall <ross.lagerwall@citrix.com>
xen/events: Don't move disabled irqs
Hari Bathini <hbathini@linux.vnet.ibm.com>
powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel
Ben Hutchings <ben@decadent.org.uk>
pipe: Fix buffer offset after partially failed read
wang yanqing <udknight@gmail.com>
rtlwifi: Fix logic error in enter/exit power-save mode
Prarit Bhargava <prarit@redhat.com>
PCI: Disable all BAR sizing for devices with non-compliant BARs
Dave Gerlach <d-gerlach@ti.com>
cpuidle: Indicate when a device has been unregistered
Raghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com>
aacraid: Fix for aac_command_thread hang
Raghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com>
aacraid: Relinquish CPU during timeout wait
Joseph Salisbury <joseph.salisbury@canonical.com>
ath5k: Change led pin configuration for compaq c700 laptop
Ricky Liang <jcliang@chromium.org>
Input: uinput - handle compat ioctl for UI_SET_PHYS
Matthias Schiffer <mschiffer@universe-factory.net>
MIPS: ath79: make bootconsole wait for both THRE and TEMT
James Hogan <james.hogan@imgtec.com>
MIPS: Fix siginfo.h to use strict posix types
Paul Burton <paul.burton@imgtec.com>
MIPS: math-emu: Fix jalr emulation when rd == $0
-------------
Diffstat:
Makefile | 4 ++--
arch/mips/ath79/early_printk.c | 6 ++++--
arch/mips/include/uapi/asm/siginfo.h | 18 +++++++++---------
arch/mips/math-emu/cp1emu.c | 8 +++++---
arch/powerpc/kernel/exceptions-64s.S | 16 +++++++++++-----
drivers/cpuidle/cpuidle.c | 2 ++
drivers/gpu/drm/drm_fb_helper.c | 5 ++---
drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c | 2 +-
drivers/input/misc/uinput.c | 6 ++++++
drivers/net/wireless/ath/ath5k/led.c | 2 +-
drivers/net/wireless/rtlwifi/base.c | 4 ++--
drivers/pci/probe.c | 6 +++---
drivers/scsi/aacraid/commsup.c | 12 ++++++++----
drivers/xen/events/events_base.c | 6 ++++--
fs/ext4/ialloc.c | 10 ++++++----
fs/ext4/mballoc.c | 10 +++++++---
fs/pipe.c | 5 ++++-
fs/xfs/xfs_inode.c | 26 ++++++++++++++++++--------
lib/dma-debug.c | 2 +-
net/sunrpc/auth_gss/svcauth_gss.c | 4 ++--
20 files changed, 98 insertions(+), 56 deletions(-)
next reply other threads:[~2016-06-05 21:40 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-05 21:40 Greg Kroah-Hartman [this message]
2016-06-05 21:40 ` [PATCH 3.14 01/23] MIPS: math-emu: Fix jalr emulation when rd == $0 Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 02/23] MIPS: Fix siginfo.h to use strict posix types Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 03/23] MIPS: ath79: make bootconsole wait for both THRE and TEMT Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 04/23] Input: uinput - handle compat ioctl for UI_SET_PHYS Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 05/23] ath5k: Change led pin configuration for compaq c700 laptop Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 06/23] aacraid: Relinquish CPU during timeout wait Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 07/23] aacraid: Fix for aac_command_thread hang Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 08/23] cpuidle: Indicate when a device has been unregistered Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 09/23] PCI: Disable all BAR sizing for devices with non-compliant BARs Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 10/23] rtlwifi: Fix logic error in enter/exit power-save mode Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 11/23] pipe: Fix buffer offset after partially failed read Greg Kroah-Hartman
2016-06-07 13:50 ` Jiri Slaby
2016-06-07 14:42 ` Ben Hutchings
2016-06-05 21:40 ` [PATCH 3.14 12/23] powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 13/23] xen/events: Dont move disabled irqs Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 15/23] drm/gma500: Fix possible out of bounds read Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 16/23] drm/fb_helper: Fix references to dev->mode_config.num_connector Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 17/23] ext4: fix hang when processing corrupted orphaned inode list Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 18/23] ext4: address UBSAN warning in mb_find_order_for_block() Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 19/23] ext4: silence UBSAN in ext4_mb_init() Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 21/23] xfs: xfs_iflush_cluster fails to abort on error Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 22/23] xfs: fix inode validity check in xfs_iflush_cluster Greg Kroah-Hartman
2016-06-05 21:40 ` [PATCH 3.14 23/23] xfs: skip stale inodes " Greg Kroah-Hartman
2016-06-06 17:26 ` [PATCH 3.14 00/23] 3.14.72-stable review Shuah Khan
2016-06-08 0:21 ` Greg Kroah-Hartman
2016-06-07 3:49 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160605213826.938892115@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=patches@kernelci.org \
--cc=shuah.kh@samsung.com \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).