[PATCH 4.4 00/38] 4.4.33-stable review

From: Greg Kroah-Hartman
Date: Thu Nov 17 2016 - 05:39:05 EST


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 <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 4.4.33-rc1

Jann Horn <jann@xxxxxxxxx>
netfilter: fix namespace handling in nf_log_proc_dostring

Goldwyn Rodrigues <rgoldwyn@xxxxxxxx>
btrfs: qgroup: Prevent qgroup->reserved from going subzero

Fabio Estevam <fabio.estevam@xxxxxxx>
mmc: mxs: Initialize the spinlock prior to using it

Chen-Yu Tsai <wens@xxxxxxxx>
ASoC: sun4i-codec: return error code instead of NULL when create_card fails

Punit Agrawal <punit.agrawal@xxxxxxx>
ACPI / APEI: Fix incorrect return value of ghes_proc()

Huaibin Wang <huaibin.wang@xxxxxxxxx>
i40e: fix call of ndo_dflt_bridge_getlink()

Andrew Lutomirski <luto@xxxxxxxxxx>
hwrng: core - Don't use a stack buffer in add_early_randomness()

Daniel Mentz <danielmentz@xxxxxxxxxx>
lib/genalloc.c: start search from start of chunk

Alexander Usyskin <alexander.usyskin@xxxxxxxxx>
mei: bus: fix received data size check in NFC fixup

Joerg Roedel <jroedel@xxxxxxx>
iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path

Baoquan He <bhe@xxxxxxxxxx>
iommu/amd: Free domain id when free a domain of struct dma_ops_domain

Richard Genoud <richard.genoud@xxxxxxxxx>
tty/serial: at91: fix hardware handshake on Atmel platforms

Ludovic Desroches <ludovic.desroches@xxxxxxxxx>
dmaengine: at_xdmac: fix spurious flag status for mem2mem transfers

Ville SyrjÃlà <ville.syrjala@xxxxxxxxxxxxxxx>
drm/i915: Respect alternate_ddc_pin for all DDI ports

James Hogan <james.hogan@xxxxxxxxxx>
KVM: MIPS: Precalculate MMIO load resume PC

Sreekanth Reddy <sreekanth.reddy@xxxxxxxxxxxx>
scsi: mpt3sas: Fix for block device of raid exists even after deleting raid disk

Bill Kuzeja <William.Kuzeja@xxxxxxxxxxx>
scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during init

Song Hongyan <hongyan.song@xxxxxxxxx>
iio: orientation: hid-sensor-rotation: Add PM function (fix non working driver)

Song Hongyan <hongyan.song@xxxxxxxxx>
iio: hid-sensors: Increase the precision of scale to fix wrong reading interpretation.

Scott Wood <oss@xxxxxxxxxxxx>
clk: qoriq: Don't allow CPU clocks higher than starting value

Azael Avalos <coproscefalo@xxxxxxxxx>
toshiba-wmi: Fix loading the driver on non Toshiba laptops

Richard Weinberger <richard@xxxxxx>
drbd: Fix kernel_sendmsg() usage - potential NULL deref

Felipe Balbi <felipe.balbi@xxxxxxxxxxxxxxx>
usb: gadget: u_ether: remove interrupt throttling

Johan Hovold <johan@xxxxxxxxxx>
USB: cdc-acm: fix TIOCMIWAIT

Marc Dietrich <marvin24@xxxxxx>
staging: nvec: remove managed resource from PS2 driver

Paul Fertser <fercerpav@xxxxxxxxx>
Revert "staging: nvec: ps2: change serio type to passthrough"

Paul Fertser <fercerpav@xxxxxxxxx>
drivers: staging: nvec: remove bogus reset command for PS/2 interface

Arnd Bergmann <arnd@xxxxxxxx>
staging: iio: ad5933: avoid uninitialized variable in error case

Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>
pinctrl: cherryview: Prevent possible interrupt storm on resume

Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>
pinctrl: cherryview: Serialize register access in suspend/resume

Vineet Gupta <vgupta@xxxxxxxxxxxx>
ARC: timer: rtc: implement read loop in "C" vs. inline asm

Michael Holzheu <holzheu@xxxxxxxxxxxxxxxxxx>
s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignment

Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx>
coredump: fix unfreezable coredumping task

Jann Horn <jann@xxxxxxxxx>
swapfile: fix memory corruption via malformed swapfile

Sean Young <sean@xxxxxxxx>
dib0700: fix nec repeat handling

murray foster <mrafoster@xxxxxxxxx>
ASoC: cs4270: fix DAPM stream name mismatch

Takashi Iwai <tiwai@xxxxxxx>
ALSA: info: Limit the proc text input size

Takashi Iwai <tiwai@xxxxxxx>
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(-)