From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:48076 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941787AbcKQKiy (ORCPT ); Thu, 17 Nov 2016 05:38:54 -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/38] 4.4.33-stable review Date: Thu, 17 Nov 2016 11:32:38 +0100 Message-Id: <20161117103236.423602981@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.33 release. There are 38 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 Sat Nov 19 10:32:25 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/v4.x/stable-review/patch-4.4.33-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.33-rc1 Jann Horn netfilter: fix namespace handling in nf_log_proc_dostring Goldwyn Rodrigues btrfs: qgroup: Prevent qgroup->reserved from going subzero Fabio Estevam mmc: mxs: Initialize the spinlock prior to using it Chen-Yu Tsai ASoC: sun4i-codec: return error code instead of NULL when create_card fails Punit Agrawal ACPI / APEI: Fix incorrect return value of ghes_proc() Huaibin Wang i40e: fix call of ndo_dflt_bridge_getlink() Andrew Lutomirski hwrng: core - Don't use a stack buffer in add_early_randomness() Daniel Mentz lib/genalloc.c: start search from start of chunk Alexander Usyskin mei: bus: fix received data size check in NFC fixup Joerg Roedel iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path Baoquan He iommu/amd: Free domain id when free a domain of struct dma_ops_domain Richard Genoud tty/serial: at91: fix hardware handshake on Atmel platforms Ludovic Desroches dmaengine: at_xdmac: fix spurious flag status for mem2mem transfers Ville Syrjälä drm/i915: Respect alternate_ddc_pin for all DDI ports James Hogan KVM: MIPS: Precalculate MMIO load resume PC Sreekanth Reddy scsi: mpt3sas: Fix for block device of raid exists even after deleting raid disk Bill Kuzeja scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during init Song Hongyan iio: orientation: hid-sensor-rotation: Add PM function (fix non working driver) Song Hongyan iio: hid-sensors: Increase the precision of scale to fix wrong reading interpretation. Scott Wood clk: qoriq: Don't allow CPU clocks higher than starting value Azael Avalos toshiba-wmi: Fix loading the driver on non Toshiba laptops Richard Weinberger drbd: Fix kernel_sendmsg() usage - potential NULL deref Felipe Balbi usb: gadget: u_ether: remove interrupt throttling Johan Hovold USB: cdc-acm: fix TIOCMIWAIT Marc Dietrich staging: nvec: remove managed resource from PS2 driver Paul Fertser Revert "staging: nvec: ps2: change serio type to passthrough" Paul Fertser drivers: staging: nvec: remove bogus reset command for PS/2 interface Arnd Bergmann staging: iio: ad5933: avoid uninitialized variable in error case Mika Westerberg pinctrl: cherryview: Prevent possible interrupt storm on resume Mika Westerberg pinctrl: cherryview: Serialize register access in suspend/resume Vineet Gupta ARC: timer: rtc: implement read loop in "C" vs. inline asm Michael Holzheu s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignment Andrey Ryabinin coredump: fix unfreezable coredumping task Jann Horn swapfile: fix memory corruption via malformed swapfile Sean Young dib0700: fix nec repeat handling murray foster ASoC: cs4270: fix DAPM stream name mismatch Takashi Iwai ALSA: info: Limit the proc text input size Takashi Iwai ALSA: info: Return error for invalid read/write ------------- Diffstat: Makefile | 4 +- arch/arc/kernel/time.c | 19 ++--- arch/mips/include/asm/kvm_host.h | 7 +- arch/mips/kvm/emulate.c | 24 ++++--- arch/s390/hypfs/hypfs_diag.c | 6 +- drivers/acpi/apei/ghes.c | 2 +- drivers/block/drbd/drbd_main.c | 2 +- drivers/char/hw_random/core.c | 6 +- drivers/clk/clk-qoriq.c | 13 ++-- drivers/dma/at_xdmac.c | 18 ++++- drivers/gpu/drm/i915/intel_hdmi.c | 84 ++++++++++++---------- .../iio/common/hid-sensors/hid-sensor-attributes.c | 56 +++++++-------- drivers/iio/orientation/hid-sensor-rotation.c | 1 + drivers/iommu/amd_iommu.c | 3 + drivers/iommu/intel-iommu.c | 14 +++- drivers/media/usb/dvb-usb/dib0700_core.c | 5 +- drivers/misc/mei/bus-fixup.c | 2 +- drivers/mmc/host/mxs-mmc.c | 4 +- drivers/net/ethernet/intel/i40e/i40e_main.c | 2 +- drivers/nfc/mei_phy.c | 2 +- drivers/pinctrl/intel/pinctrl-cherryview.c | 17 ++++- drivers/platform/x86/toshiba-wmi.c | 26 +++++-- drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +- drivers/scsi/qla2xxx/qla_os.c | 2 + drivers/staging/iio/impedance-analyzer/ad5933.c | 17 +++-- drivers/staging/nvec/nvec_ps2.c | 8 +-- drivers/tty/serial/atmel_serial.c | 27 +++++-- drivers/usb/class/cdc-acm.c | 2 - drivers/usb/gadget/function/u_ether.c | 8 --- fs/btrfs/inode.c | 9 ++- fs/coredump.c | 3 + lib/genalloc.c | 3 +- mm/swapfile.c | 2 + net/netfilter/nf_log.c | 6 +- sound/core/info.c | 9 ++- sound/soc/codecs/cs4270.c | 8 +-- sound/soc/sunxi/sun4i-codec.c | 7 +- 37 files changed, 269 insertions(+), 163 deletions(-)