From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751818AbdAaFyA (ORCPT ); Tue, 31 Jan 2017 00:54:00 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:60968 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751584AbdAaFvC (ORCPT ); Tue, 31 Jan 2017 00:51:02 -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, 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 Message-Id: <20170131053624.926643555@linuxfoundation.org> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.4.46-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.4.46-rc1 X-KernelTest-Deadline: 2017-02-02T05:36+00:00 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 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 Linux 4.4.46-rc1 David Rientjes mm, memcg: do not retry precharge charges Andy Shevchenko platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOT Mika Westerberg pinctrl: broxton: Use correct PADCFGLOCK offset Arnd Bergmann s5k4ecgx: select CRC32 helper Kenneth Lee IB/umem: Release pid in error and ODP flow Paolo Abeni IB/ipoib: move back IB LL address into the hard header Ander Conselvan de Oliveira drm/i915: Don't leak edid in intel_crt_detect_ddc() Kinglong Mee SUNRPC: cleanup ida information when removing sunrpc module Benjamin Coddington NFSv4.0: always send mode in SETATTR after EXCLUSIVE4 Chuck Lever nfs: Don't increment lock sequence ID after NFS4ERR_MOVED Helge Deller parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header Vineet Gupta ARC: [arcompact] handle unaligned access delay slot corner case Vineet Gupta ARC: udelay: fix inline assembler by adding LP_COUNT to clobber list Yegor Yefremov can: ti_hecc: add missing prepare and unprepare of the clock Einar Jón can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointer Martin Schwidefsky s390/ptrace: Preserve previous registers for short regset write Jack Morgenstein RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabled Arnd Bergmann ISDN: eicon: silence misleading array-bounds warning Eric Dumazet sysctl: fix proc_doulongvec_ms_jiffies_minmax() Vlastimil Babka mm/mempolicy.c: do not put mempolicy before using its nodemask Takashi Iwai drm: Fix broken VT switch with video=1366x768 option Dave Martin tile/ptrace: Preserve previous registers for short regset write Kees Cook 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(-)