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, shuahkh@osg.samsung.com,
patches@kernelci.org, ben.hutchings@codethink.co.uk,
stable@vger.kernel.org
Subject: [PATCH 4.4 00/23] 4.4.46-stable review
Date: Tue, 31 Jan 2017 06:37:02 +0100 [thread overview]
Message-ID: <20170131053624.926643555@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 4.4.46 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 Thu Feb 2 05:36:16 UTC 2017.
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/v4.x/stable-review/patch-4.4.46-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.4.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.4.46-rc1
David Rientjes <rientjes@google.com>
mm, memcg: do not retry precharge charges
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOT
Mika Westerberg <mika.westerberg@linux.intel.com>
pinctrl: broxton: Use correct PADCFGLOCK offset
Arnd Bergmann <arnd@arndb.de>
s5k4ecgx: select CRC32 helper
Kenneth Lee <liguozhu@hisilicon.com>
IB/umem: Release pid in error and ODP flow
Paolo Abeni <pabeni@redhat.com>
IB/ipoib: move back IB LL address into the hard header
Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
drm/i915: Don't leak edid in intel_crt_detect_ddc()
Kinglong Mee <kinglongmee@gmail.com>
SUNRPC: cleanup ida information when removing sunrpc module
Benjamin Coddington <bcodding@redhat.com>
NFSv4.0: always send mode in SETATTR after EXCLUSIVE4
Chuck Lever <chuck.lever@oracle.com>
nfs: Don't increment lock sequence ID after NFS4ERR_MOVED
Helge Deller <deller@gmx.de>
parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header
Vineet Gupta <vgupta@synopsys.com>
ARC: [arcompact] handle unaligned access delay slot corner case
Vineet Gupta <vgupta@synopsys.com>
ARC: udelay: fix inline assembler by adding LP_COUNT to clobber list
Yegor Yefremov <yegorslists@googlemail.com>
can: ti_hecc: add missing prepare and unprepare of the clock
Einar Jón <tolvupostur@gmail.com>
can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointer
Martin Schwidefsky <schwidefsky@de.ibm.com>
s390/ptrace: Preserve previous registers for short regset write
Jack Morgenstein <jackm@dev.mellanox.co.il>
RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled
Arnd Bergmann <arnd@arndb.de>
ISDN: eicon: silence misleading array-bounds warning
Eric Dumazet <edumazet@google.com>
sysctl: fix proc_doulongvec_ms_jiffies_minmax()
Vlastimil Babka <vbabka@suse.cz>
mm/mempolicy.c: do not put mempolicy before using its nodemask
Takashi Iwai <tiwai@suse.de>
drm: Fix broken VT switch with video=1366x768 option
Dave Martin <Dave.Martin@arm.com>
tile/ptrace: Preserve previous registers for short regset write
Kees Cook <keescook@chromium.org>
fbdev: color map copying bounds checking
-------------
Diffstat:
Makefile | 4 +-
arch/arc/include/asm/delay.h | 4 +-
arch/arc/kernel/unaligned.c | 3 +-
arch/parisc/include/asm/bitops.h | 8 +++-
arch/parisc/include/uapi/asm/bitsperlong.h | 2 -
arch/parisc/include/uapi/asm/swab.h | 5 ++-
arch/s390/kernel/ptrace.c | 8 ++++
arch/tile/kernel/ptrace.c | 2 +-
drivers/gpu/drm/drm_modes.c | 7 ++++
drivers/gpu/drm/i915/intel_crt.c | 9 +++--
drivers/infiniband/core/cma.c | 3 +-
drivers/infiniband/core/umem.c | 2 +
drivers/infiniband/ulp/ipoib/ipoib.h | 20 +++++++---
drivers/infiniband/ulp/ipoib/ipoib_cm.c | 15 +++----
drivers/infiniband/ulp/ipoib/ipoib_ib.c | 12 +++---
drivers/infiniband/ulp/ipoib/ipoib_main.c | 54 ++++++++++++++++----------
drivers/infiniband/ulp/ipoib/ipoib_multicast.c | 6 ++-
drivers/isdn/hardware/eicon/message.c | 3 +-
drivers/media/i2c/Kconfig | 1 +
drivers/net/can/c_can/c_can_pci.c | 1 +
drivers/net/can/ti_hecc.c | 16 ++++++--
drivers/pinctrl/intel/pinctrl-broxton.c | 2 +-
drivers/platform/x86/intel_mid_powerbtn.c | 2 +-
drivers/video/fbdev/core/fbcmap.c | 26 +++++++------
fs/nfs/nfs4proc.c | 3 +-
include/linux/nfs4.h | 3 +-
include/linux/sunrpc/clnt.h | 1 +
kernel/sysctl.c | 1 +
mm/memcontrol.c | 4 +-
mm/mempolicy.c | 2 +-
net/sunrpc/clnt.c | 5 +++
net/sunrpc/sunrpc_syms.c | 1 +
32 files changed, 153 insertions(+), 82 deletions(-)
next reply other threads:[~2017-01-31 5:54 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-31 5:37 Greg Kroah-Hartman [this message]
2017-01-31 5:37 ` [PATCH 4.4 01/23] fbdev: color map copying bounds checking Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 02/23] tile/ptrace: Preserve previous registers for short regset write Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 04/23] mm/mempolicy.c: do not put mempolicy before using its nodemask Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 05/23] sysctl: fix proc_doulongvec_ms_jiffies_minmax() Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 06/23] ISDN: eicon: silence misleading array-bounds warning Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 07/23] RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 08/23] s390/ptrace: Preserve previous registers for short regset write Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 10/23] can: ti_hecc: add missing prepare and unprepare of the clock Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 11/23] ARC: udelay: fix inline assembler by adding LP_COUNT to clobber list Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 12/23] ARC: [arcompact] handle unaligned access delay slot corner case Greg Kroah-Hartman
2017-02-10 12:51 ` Ben Hutchings
2017-02-10 13:19 ` Greg Kroah-Hartman
2017-02-10 13:26 ` Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 13/23] parisc: Dont use BITS_PER_LONG in userspace-exported swab.h header Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 14/23] nfs: Dont increment lock sequence ID after NFS4ERR_MOVED Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 15/23] NFSv4.0: always send mode in SETATTR after EXCLUSIVE4 Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 16/23] SUNRPC: cleanup ida information when removing sunrpc module Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 18/23] IB/ipoib: move back IB LL address into the hard header Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 19/23] IB/umem: Release pid in error and ODP flow Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 20/23] [media] s5k4ecgx: select CRC32 helper Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 21/23] pinctrl: broxton: Use correct PADCFGLOCK offset Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 22/23] platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOT Greg Kroah-Hartman
2017-01-31 5:37 ` [PATCH 4.4 23/23] mm, memcg: do not retry precharge charges Greg Kroah-Hartman
2017-01-31 17:23 ` [PATCH 4.4 00/23] 4.4.46-stable review Guenter Roeck
2017-01-31 22:06 ` Shuah Khan
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=20170131053624.926643555@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=ben.hutchings@codethink.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=patches@kernelci.org \
--cc=shuahkh@osg.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).