From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:38370 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751983AbdARKtl (ORCPT ); Wed, 18 Jan 2017 05:49:41 -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, shuah.kh@samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: [PATCH 4.4 00/48] 4.4.44-stable review Date: Wed, 18 Jan 2017 11:46:09 +0100 Message-Id: <20170118104625.550018627@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 4.4.44 release. There are 48 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 Fri Jan 20 10:46:08 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.44-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.44-rc1 Niklas Söderlund pinctrl: sh-pfc: Do not unconditionally support PIN_CONFIG_BIAS_DISABLE Johan Hovold powerpc/ibmebus: Fix device reference leaks in sysfs interface Johan Hovold powerpc/ibmebus: Fix further device reference leaks Johan Hovold bus: vexpress-config: fix device reference leak Gabriel Krisman Bertazi blk-mq: Always schedule hctx->next_cpu Prarit Bhargava ACPI / APEI: Fix NMI notification handling Tejun Heo block: cfq_cpd_alloc() should use @gfp Denis Kirjanov cpufreq: powernv: Disable preemption while checking CPU throttling state NeilBrown NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success. Trond Myklebust NFS: Fix a performance regression in readdir Trond Myklebust pNFS: Fix race in pnfs_wait_on_layoutreturn Neil Armstrong pinctrl: meson: fix gpio request disabling other modes Jeff Mahoney btrfs: fix error handling when run_delayed_extent_op fails Jeff Mahoney btrfs: fix locking when we put back a delayed ref that's too new Lukasz Odzioba x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' command-line option Johan Hovold USB: serial: ch341: fix modem-control and B0 handling Johan Hovold USB: serial: ch341: fix resume after reset Alex Deucher drm/radeon: drop verde dpm quirks Zhou Chengming sysctl: Drop reference added by grab_header in proc_sys_readdir Akinobu Mita sysrq: attach sysrq handler correctly for 32-bit kernel Richard Genoud tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_tx Eric W. Biederman mnt: Protect the mountpoint hashtable with mount_lock Augusto Mecking Caringi vme: Fix wrong pointer utilization in ca91cx42_slave_get Mathias Nyman xhci: fix deadlock at host remove by running watchdog correctly Vlad Tsyrklevich i2c: fix kernel memory disclosure in dev interface John Garry i2c: print correct device invalid address Guenter Roeck Input: elants_i2c - avoid divide by 0 errors on bad touchscreen data Johan Hovold USB: serial: ch341: fix open and resume after B0 Johan Hovold USB: serial: ch341: fix control-message error handling Johan Hovold USB: serial: ch341: fix open error handling Johan Hovold USB: serial: ch341: fix initial modem-control state Johan Hovold USB: serial: kl5kusb105: fix line-state error handling Johannes Berg nl80211: fix sched scan netlink socket owner destruction Steve Rutherford KVM: x86: Introduce segmented_write_std Radim Krčmář KVM: x86: emulate FXSAVE and FXRSTOR Radim Krčmář KVM: x86: add asm_safe wrapper Radim Krčmář KVM: x86: add Align16 instruction flag David Matlack KVM: x86: flush pending lapic jump label updates on module unload David Matlack jump_labels: API for flushing deferred jump label updates Wanpeng Li KVM: eventfd: fix NULL deref irqbypass consumer Paolo Bonzini KVM: x86: fix emulation of "MOV SS, null selector" Mike Kravetz mm/hugetlb.c: fix reservation race when freeing surplus pages Eric Ren ocfs2: fix crash caused by stale lvb with fsdlm plugin Dan Williams mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done} Rolf Eike Beer selftests: do not require bash for the generated test Rolf Eike Beer selftests: do not require bash to run netsocktests testcase Marcos Paulo de Souza Input: i8042 - add Pegatron touchpad to noloop table Pavel Rojtberg Input: xpad - use correct product id for x360w controllers ------------- Diffstat: Makefile | 4 +- arch/powerpc/kernel/ibmebus.c | 16 +- arch/x86/kernel/cpu/common.c | 2 +- arch/x86/kvm/emulate.c | 249 +++++++++++++++++++++++---- arch/x86/kvm/lapic.c | 6 + arch/x86/kvm/lapic.h | 1 + arch/x86/kvm/x86.c | 1 + block/blk-mq.c | 4 +- block/cfq-iosched.c | 2 +- drivers/acpi/apei/ghes.c | 7 +- drivers/bus/vexpress-config.c | 7 +- drivers/cpufreq/powernv-cpufreq.c | 8 +- drivers/gpu/drm/radeon/si_dpm.c | 13 -- drivers/i2c/i2c-core.c | 2 +- drivers/i2c/i2c-dev.c | 2 +- drivers/input/joystick/xpad.c | 6 + drivers/input/serio/i8042-x86ia64io.h | 6 + drivers/input/touchscreen/elants_i2c.c | 4 +- drivers/pinctrl/meson/pinctrl-meson.c | 2 +- drivers/pinctrl/sh-pfc/pinctrl.c | 3 +- drivers/tty/serial/atmel_serial.c | 11 ++ drivers/tty/sysrq.c | 4 +- drivers/usb/host/xhci-ring.c | 11 -- drivers/usb/host/xhci.c | 13 -- drivers/usb/serial/ch341.c | 84 +++++---- drivers/usb/serial/kl5kusb105.c | 9 +- drivers/vme/bridges/vme_ca91cx42.c | 2 +- fs/btrfs/extent-tree.c | 5 +- fs/dcache.c | 7 +- fs/namespace.c | 64 +++++-- fs/nfs/dir.c | 15 +- fs/nfs/filelayout/filelayoutdev.c | 3 +- fs/nfs/pnfs.c | 8 +- fs/ocfs2/dlmglue.c | 10 ++ fs/ocfs2/stackglue.c | 6 + fs/ocfs2/stackglue.h | 3 + fs/proc/proc_sysctl.c | 3 +- include/linux/jump_label_ratelimit.h | 5 + kernel/jump_label.c | 7 + kernel/memremap.c | 4 + mm/hugetlb.c | 37 +++- net/wireless/nl80211.c | 16 +- tools/testing/selftests/Makefile | 2 +- tools/testing/selftests/net/run_netsocktests | 2 +- virt/lib/irqbypass.c | 4 +- 45 files changed, 488 insertions(+), 192 deletions(-)