Linux 4.6.5

From: Greg KH
Date: Wed Jul 27 2016 - 15:16:52 EST


I'm announcing the release of the 4.6.5 kernel.

All users of the 4.6 kernel series must upgrade.

The updated 4.6.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.6.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

Documentation/ABI/testing/sysfs-bus-iio-proximity-as3935 | 2
Documentation/scsi/scsi_eh.txt | 8 -
Makefile | 2
arch/arm/boot/dts/armada-385-linksys.dtsi | 4
arch/arm/boot/dts/sun5i-r8-chip.dts | 2
arch/arm/boot/dts/sun6i-a31s-primo81.dts | 2
arch/arm/boot/dts/sun6i-a31s-yones-toptech-bs1078-v2.dts | 2
arch/arm/include/asm/pgtable-2level.h | 1
arch/arm/include/asm/pgtable-3level.h | 5
arch/arm/include/asm/pgtable.h | 1
arch/arm/kvm/arm.c | 1
arch/arm/mach-imx/mach-imx6ul.c | 2
arch/arm/mach-mvebu/coherency.c | 22 +--
arch/arm64/include/asm/ptrace.h | 2
arch/arm64/kernel/asm-offsets.c | 1
arch/arm64/kernel/entry.S | 19 ++
arch/arm64/kernel/traps.c | 26 +--
arch/arm64/mm/fault.c | 3
arch/arm64/mm/flush.c | 4
arch/mips/include/asm/kvm_host.h | 1
arch/mips/kvm/interrupt.h | 1
arch/mips/kvm/locore.S | 1
arch/mips/kvm/mips.c | 11 +
arch/powerpc/kernel/process.c | 10 +
arch/powerpc/kernel/prom_init.c | 2
arch/powerpc/platforms/pseries/iommu.c | 24 +--
arch/s390/include/asm/fpu/api.h | 2
arch/s390/kernel/ipl.c | 7 -
arch/s390/mm/pgtable.c | 2
arch/x86/boot/Makefile | 3
arch/x86/events/core.c | 11 -
arch/x86/events/intel/rapl.c | 2
arch/x86/include/asm/msr.h | 4
arch/x86/kernel/amd_nb.c | 4
arch/x86/kernel/kprobes/core.c | 12 +
arch/x86/kvm/vmx.c | 38 +++--
crypto/rsa-pkcs1pad.c | 4
drivers/ata/libata-eh.c | 2
drivers/base/module.c | 8 -
drivers/char/ipmi/ipmi_msghandler.c | 8 -
drivers/crypto/qat/qat_common/Makefile | 1
drivers/edac/edac_mc.c | 3
drivers/edac/sb_edac.c | 13 +
drivers/extcon/extcon-palmas.c | 2
drivers/gpio/gpio-sch.c | 21 +--
drivers/gpio/gpiolib-legacy.c | 8 -
drivers/gpio/gpiolib.c | 66 ++++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 2
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 3
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 2
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 70 ++++++----
drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c | 6
drivers/gpu/drm/amd/powerplay/hwmgr/pp_acpi.c | 18 ++
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c | 2
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_processpptables.c | 2
drivers/gpu/drm/amd/powerplay/inc/pp_acpi.h | 1
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c | 2
drivers/gpu/drm/drm_atomic.c | 30 ++++
drivers/gpu/drm/drm_crtc.c | 2
drivers/gpu/drm/drm_dp_mst_topology.c | 8 -
drivers/gpu/drm/drm_fb_cma_helper.c | 2
drivers/gpu/drm/drm_gem_cma_helper.c | 12 -
drivers/gpu/drm/drm_modes.c | 2
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c | 3
drivers/gpu/drm/i915/i915_gem_shrinker.c | 2
drivers/gpu/drm/i915/intel_display.c | 48 +++++--
drivers/gpu/drm/i915/intel_dp.c | 11 -
drivers/gpu/drm/i915/intel_dp_link_training.c | 25 ---
drivers/gpu/drm/i915/intel_drv.h | 2
drivers/gpu/drm/i915/intel_fbc.c | 3
drivers/gpu/drm/mgag200/mgag200_mode.c | 10 +
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/disp.h | 5
drivers/gpu/drm/nouveau/nouveau_fbcon.c | 2
drivers/gpu/drm/nouveau/nv04_fbcon.c | 7 -
drivers/gpu/drm/nouveau/nv50_fbcon.c | 6
drivers/gpu/drm/nouveau/nvc0_fbcon.c | 6
drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c | 2
drivers/gpu/drm/nouveau/nvkm/engine/disp/Kbuild | 1
drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c | 13 -
drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c | 2
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c | 12 -
drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.h | 9 +
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgf119.c | 6
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgm107.c | 53 +++++++
drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgm200.c | 15 --
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c | 37 ++++-
drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c | 8 -
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c | 6
drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm200.c | 2
drivers/gpu/drm/radeon/radeon_device.c | 21 +++
drivers/gpu/drm/ttm/ttm_bo.c | 7 -
drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c | 25 +++
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 12 +
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 1
drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 47 +++----
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 10 -
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 8 -
drivers/hid/hid-elo.c | 2
drivers/hid/hid-multitouch.c | 21 ++-
drivers/hid/usbhid/hiddev.c | 10 -
drivers/hwmon/dell-smm-hwmon.c | 80 ++++++++----
drivers/iio/accel/kxsd9.c | 4
drivers/iio/adc/ad7266.c | 7 -
drivers/iio/humidity/hdc100x.c | 20 +--
drivers/iio/industrialio-trigger.c | 23 ++-
drivers/iio/light/apds9960.c | 1
drivers/iio/pressure/st_pressure_core.c | 80 +++++++-----
drivers/iio/proximity/as3935.c | 17 +-
drivers/infiniband/core/cm.c | 4
drivers/infiniband/hw/mlx4/ah.c | 2
drivers/infiniband/sw/rdmavt/qp.c | 4
drivers/iommu/amd_iommu_init.c | 14 +-
drivers/iommu/arm-smmu-v3.c | 1
drivers/iommu/intel-iommu.c | 17 +-
drivers/iommu/rockchip-iommu.c | 2
drivers/irqchip/irq-mips-gic.c | 12 +
drivers/media/usb/uvc/uvc_v4l2.c | 39 ++---
drivers/memory/omap-gpmc.c | 2
drivers/mtd/ubi/eba.c | 22 ++-
drivers/net/geneve.c | 9 +
drivers/net/macsec.c | 1
drivers/net/usb/cdc_ncm.c | 7 +
drivers/net/wireless/mac80211_hwsim.c | 1
drivers/net/wireless/realtek/rtlwifi/core.c | 6
drivers/of/irq.c | 19 +-
drivers/pci/vc.c | 4
drivers/regulator/qcom_smd-regulator.c | 14 +-
drivers/scsi/53c700.c | 4
drivers/scsi/scsi_error.c | 4
drivers/scsi/sd.c | 8 -
drivers/scsi/sd.h | 5
drivers/staging/iio/accel/sca3000_core.c | 2
drivers/thermal/cpu_cooling.c | 16 +-
drivers/tty/vt/keyboard.c | 30 +---
drivers/tty/vt/vt.c | 1
drivers/usb/common/usb-otg-fsm.c | 2
drivers/usb/core/hcd.c | 17 +-
drivers/usb/dwc2/core.h | 27 ++++
drivers/virtio/virtio_balloon.c | 20 +--
drivers/xen/balloon.c | 28 +---
drivers/xen/xen-acpi-processor.c | 35 -----
fs/btrfs/ctree.c | 5
fs/btrfs/extent-tree.c | 2
fs/btrfs/super.c | 2
fs/btrfs/transaction.h | 2
fs/cifs/cifs_unicode.c | 33 ++++
fs/cifs/cifs_unicode.h | 2
fs/cifs/connect.c | 4
fs/cifs/ntlmssp.h | 2
fs/cifs/sess.c | 76 ++++++-----
fs/cifs/smb2pdu.c | 37 ++++-
fs/namei.c | 8 -
fs/namespace.c | 10 +
fs/nfs/dir.c | 2
fs/nfs/nfs4proc.c | 5
fs/nfs/pnfs_nfs.c | 12 +
fs/nfs/read.c | 4
fs/nfsd/nfs2acl.c | 20 +--
fs/nfsd/nfs3acl.c | 16 +-
fs/nfsd/nfs4acl.c | 16 +-
fs/nfsd/nfs4callback.c | 18 --
fs/nfsd/nfs4state.c | 50 ++++---
fs/nfsd/state.h | 2
fs/overlayfs/dir.c | 54 +++-----
fs/overlayfs/inode.c | 35 ++++-
fs/overlayfs/overlayfs.h | 1
fs/overlayfs/super.c | 21 +--
fs/posix_acl.c | 42 +++---
fs/ubifs/file.c | 24 +++
include/asm-generic/qspinlock.h | 53 ++-----
include/drm/ttm/ttm_bo_api.h | 14 ++
include/linux/cpuidle.h | 3
include/linux/dcache.h | 12 +
include/linux/jump_label.h | 16 +-
include/linux/skbuff.h | 20 +++
include/linux/sunrpc/clnt.h | 2
include/linux/sunrpc/svc_xprt.h | 1
include/linux/sunrpc/xprt.h | 1
include/linux/usb/ehci_def.h | 4
include/rdma/ib_verbs.h | 2
include/rdma/rdma_vt.h | 4
kernel/futex.c | 14 +-
kernel/jump_label.c | 36 ++++-
kernel/locking/mutex.c | 9 -
kernel/locking/qspinlock.c | 60 +++++++++
kernel/sched/fair.c | 33 +++-
kernel/sched/idle.c | 2
kernel/trace/trace_printk.c | 7 -
mm/migrate.c | 2
mm/page-writeback.c | 21 +--
mm/percpu.c | 73 ++++++----
mm/shmem.c | 8 -
net/core/flow_dissector.c | 43 ++++++
net/core/skbuff.c | 18 --
net/ipv6/ip6_fib.c | 1
net/mac80211/mesh.c | 11 +
net/mac80211/sta_info.h | 2
net/packet/af_packet.c | 2
net/sched/act_mirred.c | 2
net/sunrpc/clnt.c | 31 +++-
net/sunrpc/svc_xprt.c | 2
net/sunrpc/xprtsock.c | 1
net/unix/af_unix.c | 6
net/wireless/core.c | 2
net/wireless/util.c | 2
scripts/mod/file2alias.c | 2
security/apparmor/lsm.c | 36 ++---
security/keys/key.c | 2
sound/core/control.c | 2
sound/core/pcm.c | 14 +-
sound/core/timer.c | 2
sound/drivers/dummy.c | 1
sound/hda/hdac_regmap.c | 4
sound/pci/au88x0/au88x0_core.c | 5
sound/pci/echoaudio/echoaudio.c | 4
sound/pci/hda/hda_generic.c | 2
sound/pci/hda/hda_intel.c | 12 +
sound/pci/hda/patch_realtek.c | 22 +++
sound/usb/card.c | 2
virt/kvm/kvm_main.c | 2
220 files changed, 1754 insertions(+), 998 deletions(-)

Al Viro (2):
autofs braino fix for do_last()
make nfs_atomic_open() call d_drop() on all ->open_context() errors.

Alan Stern (2):
USB: EHCI: declare hostpc register as zero-length array
USB: don't free bandwidth_mutex too early

Alex Deucher (3):
drm/radeon: fix asic initialization for virtualized environments
drm/amdgpu/gfx7: fix broken condition check
drm/amdgpu: fix num_rbs exposed to userspace (v2)

Alison Schofield (1):
iio: humidity: hdc100x: correct humidity integration time mask

Allen Hung (2):
Revert "HID: multitouch: enable palm rejection if device implements confidence usage"
HID: multitouch: enable palm rejection for Windows Precision Touchpad

Andreas Gruenbacher (1):
posix_acl: Add set_posix_acl

Andrey Grodzovsky (1):
drm/dp/mst: Always clear proposed vcpi table for port.

Andy Lutomirski (1):
uvc: Forward compat ioctls to their handlers directly

Anthony Romano (1):
tmpfs: don't undo fallocate past its last page

Arnd Bergmann (1):
usb: dwc2: fix regression on big-endian PowerPC/ARM systems

Awais Belal (1):
ALSA: hda: add AMD Stoney PCI ID with proper driver caps

Bart Van Assche (1):
IB/cm: Fix a recently introduced locking bug

Ben Hutchings (1):
nfsd: check permissions when setting ACLs

Ben Skeggs (7):
drm/nouveau/bios/disp: fix handling of "match any protocol" entries
drm/nouveau/disp/sor/gf119: both links use the same training register
drm/nouveau/gr/gf100-: update sm error decoding from gk20a nvgpu headers
drm/nouveau/ltc/gm107-: fix typo in the address of NV_PLTCG_LTC0_LTS0_INTR
drm/nouveau/fbcon: fix out-of-bounds memory accesses
drm/nouveau/disp/sor/gm107: training pattern registers are like gm200
drm/nouveau/disp/sor/gf119: select correct sor when poking training pattern

Bjørn Mork (1):
cdc_ncm: workaround for EM7455 "silent" data interface

Bob Copeland (2):
mac80211: mesh: flush mesh paths unconditionally
ALSA: hda - fix read before array start

Boris Brezillon (2):
drm: atmel-hlcdc: actually disable scaling when no scaling is required
ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13

Borislav Petkov (1):
x86/amd_nb: Fix boot crash on non-AMD systems

Catalin Marinas (1):
cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLE

Chen-Yu Tsai (2):
ARM: dts: sun6i: yones-toptech-bs1078-v2: Drop constraints on dc1sw regulator
ARM: dts: sun6i: primo81: Drop constraints on dc1sw regulator

Chris Wilson (3):
locking/ww_mutex: Report recursive ww_mutex locking early
drm/i915: Update ifdeffery for mutex->owner
drm: Wrap direct calls to driver->gem_free_object from CMA

Christian Borntraeger (1):
KVM: s390/mm: Fix CMMA reset during reboot

Christophe JAILLET (1):
ALSA: echoaudio: Fix memory allocation

Colin Pitrat (1):
gpio: sch: Fix Oops on module load on Asus Eee PC 1201

Crestez Dan Leonard (1):
iio: Fix error handling in iio_trigger_attach_poll_func

Cyril Bur (1):
powerpc/tm: Always reclaim in start_thread() for exec() class syscalls

Dan Carpenter (1):
KEYS: potential uninitialized variable

Daniel Borkmann (1):
macsec: set actual real device for xmit when !protect_frames

David Daney (1):
tty: vt: Fix soft lockup in fbcon cursor blink timer.

David Miller (1):
PCI: Fix unaligned accesses in VC code

David S. Miller (1):
packet: Use symmetric hash for PACKET_FANOUT_HASH.

Dmitrii Tcvetkov (1):
drm/nouveau: fix for disabled fbdev emulation

Dmitry Torokhov (1):
tty/vt/keyboard: fix OOB access in do_compute_shiftstate()

Dr. David Alan Gilbert (1):
x86/msr: Use the proper trace point conditional for writes

Eric W. Biederman (3):
mnt: fs_fully_visible test the proper mount for MNT_LOCKED
mnt: Account for MS_RDONLY in fs_fully_visible
mnt: If fs_fully_visible fails call put_filesystem.

Fabio Estevam (1):
ARM: imx6ul: Fix Micrel PHY mask

Felix Fietkau (2):
mac80211: fix fast_tx header alignment
cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC header

Gavin Shan (1):
powerpc/pseries: Fix PCI config address for DDW

Greg Kroah-Hartman (1):
Linux 4.6.5

Gregor Boirie (1):
iio:st_pressure: fix sampling gains (bring inline with ABI)

Guilherme G. Piccoli (1):
powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism

H. Peter Anvin (1):
x86, build: copy ldlinux.c32 to image.iso

Haishuang Yan (1):
geneve: fix max_mtu setting

Harvey Hunt (1):
irqchip/mips-gic: Fix IRQs in gic_dev_domain

Herbert Xu (1):
crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request struct

Huang Rui (1):
drm/amd/powerplay: fix incorrect voltage table value for tonga

Hugh Dickins (1):
tmpfs: fix regression hang in fallocate undo

Hui Wang (1):
ALSA: hda/realtek - add new pin definition in alc225 pin quirk table

J. Bruce Fields (3):
nfsd4/rpc: move backchannel create logic into rpc code
SUNRPC: fix xprt leak on xps allocation failure
rpc: share one xps between all backchannels

James Bottomley (1):
53c700: fix BUG on untagged commands

James Hogan (1):
MIPS: KVM: Fix modular KVM under QEMU

James Morse (2):
KVM: arm/arm64: Stop leaking vcpu pid references
arm64: kernel: Save and restore UAO and addr_limit on exception entry

Jan Beulich (1):
xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7

Jan Stancek (1):
crypto: qat - make qat_asym_algs.o depend on asn1 headers

Jaroslav Kysela (2):
ALSA: hdac_regmap - fix the register access for runtime PM
ALSA: hda / realtek - add two more Thinkpad IDs (5050,5053) for tpt460 fixup

Jason Gunthorpe (1):
IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHs

Jean-Philippe Brucker (1):
iommu/arm-smmu: Wire up map_sg for arm-smmu-v3

Jeff Mahoney (1):
btrfs: account for non-CoW'd blocks in btrfs_abort_transaction

Jerome Marchand (1):
cifs: dynamic allocation of ntlmssp blob

Jiri Slaby (1):
base: make module_create_drivers_dir race-free

Joerg Roedel (2):
iommu/vt-d: Enable QI on all IOMMUs before setting root entry
iommu/amd: Fix unity mapping initialization race

Johan Hovold (1):
Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"

Johannes Berg (1):
cfg80211: remove get/set antenna and tx power warnings

John Keeping (1):
iommu/rockchip: Fix zap cache during device attach

Josh Poimboeuf (1):
perf/x86: Fix 32-bit perf user callgraph collection

Jouni Malinen (1):
mac80211: Fix mesh estab_plinks counting in STA removal case

Junichi Nomura (1):
ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()

Kazuki Oikawa (1):
ALSA: usb-audio: Fix quirks code is not called

Kirill A. Shutemov (1):
UBIFS: Implement ->migratepage()

Larry Finger (1):
rtlwifi: Fix scheduling while atomic error from commit 49f86ec21c01

Linus Walleij (2):
gpio: make library immune to error pointers
iio: accel: kxsd9: fix the usage of spi_w8r8()

Luis de Bethencourt (1):
staging: iio: accel: fix error check

Lukasz Luba (1):
thermal: cpu_cooling: fix improper order during initialization

Lyude (2):
drm/i915/ilk: Don't disable SSC source if it's in use
drm/i915/fbc: Disable on HSW by default for now

Maarten Lankhorst (1):
drm/atomic: Make drm_atomic_legacy_backoff reset crtc->acquire_ctx

Mark Brown (3):
iio:ad7266: Fix broken regulator error handling
iio:ad7266: Fix support for optional regulators
iio:ad7266: Fix probe deferral for vref

Mark Rutland (1):
arm64: fix dump_instr when PAN and UAO are in use

Martin K. Petersen (1):
sd: Fix rw_max for devices that report an optimal xfer size

Martin KaFai Lau (1):
ipv6: Fix mem leak in rt6i_pcpu

Martin Schwidefsky (1):
s390: fix test_fp_ctl inline assembly contraints

Martin Willi (1):
mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL

Masami Hiramatsu (1):
kprobes/x86: Clear TF bit in fault on single-stepping

Mathieu Larouche (1):
drm/mgag200: Black screen fix for G200e rev 4

Matt Ranostay (5):
iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output
iio: proximity: as3935: remove triggered buffer processing
iio: proximity: as3935: fix buffer stack trashing
iio: humidity: hdc100x: fix IIO_TEMP channel reporting
iio: hudmidity: hdc100x: fix incorrect shifting and scaling

Max Gurtovoy (1):
IB/core: Fix bit curruption in ib_device_cap_flags structure

Maxim Patlasov (1):
ovl: verify upper dentry in ovl_remove_and_whiteout()

Mel Gorman (1):
futex: Calculate the futex key based on a tail page for file-based futexes

Michael Ellerman (1):
powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added

Michael Holzheu (1):
Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL"

Michael S. Tsirkin (1):
virtio_balloon: fix PFN format for virtio-1

Mika Kahola (1):
drm/i915: Revert DisplayPort fast link training feature

Mike Marciniszyn (1):
IB/rdmavt: Correct qp_priv_alloc() return value test

Miklos Szeredi (5):
vfs: add d_real_inode() helper
af_unix: fix hard linked sockets on overlay
ovl: fix dentry leak for default_permissions
ovl: get_write_access() in truncate
ovl: handle ATTR_KILL*

Nicholas Krause (1):
EDAC: Fix workqueues poll period resetting

Nicolas Iooss (1):
drm/amdgpu: initialize amdgpu_cgs_acpi_eval_object result value

Ocquidant, Sebastien (1):
memory: omap-gpmc: Fix omap gpmc EXTRADELAY timing

Oded Gabbay (2):
drm/amdkfd: unbind only existing processes
drm/amdkfd: destroy dbgmgr in notifier release

Oleg Drokin (2):
nfsd: Always lock state exclusively.
nfsd: Extend the mutex holding region around in nfsd4_process_open2()

Oliver Neukum (1):
HID: elo: kill not flush the work

Oscar (1):
usb: common: otg-fsm: add license to usb-otg-fsm

Pali Rohár (3):
hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by default
hwmon: (dell-smm) Disallow fan_type() calls on broken machines
hwmon: (dell-smm) Cache fan_type() calls and change fan detection

Paolo Bonzini (1):
locking/static_key: Fix concurrent static_key_slow_inc()

Peter Wu (1):
ALSA: hda - fix use-after-free after module unload

Peter Zijlstra (2):
locking/qspinlock: Fix spin_unlock_wait() some more
sched/fair: Fix cfs_rq avg tracking underflow

Quentin Casasnovas (1):
KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.

Rex Zhu (4):
drm/amd/powerplay: fix bug that function parameter was incorect.
drm/amd/powerplay: need to notify system bios pcie device ready
drm/amd/powerplay: fix logic error.
drm/amd/powerplay: incorrectly use of the function return value

Richard Weinberger (2):
mm: Export migrate_page_move_mapping and migrate_page_copy
ubi: Make recover_peb power cut aware

Robin Murphy (1):
drm/nouveau/Revert "drm/nouveau/device/pci: set as non-CPU-coherent on ARM64"

Roger Quadros (1):
extcon: palmas: Fix boot up state of VBUS when using GPIO detection

Ross Lagerwall (1):
xen/balloon: Fix declared-but-not-defined warning

Scott Bauer (1):
HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands

Sergei Shtylyov (1):
of: irq: fix of_irq_get[_byname]() kernel-doc

Shaokun Zhang (1):
arm64: mm: remove page_mapping check in __sync_icache_dcache

Sinclair Yeh (6):
drm/ttm: Make ttm_bo_mem_compat available
drm/vmwgfx: Add an option to change assumed FB bpp
drm/vmwgfx: Work around mode set failure in 2D VMs
drm/vmwgfx: Check pin count before attempting to move a buffer
drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set
drm/vmwgfx: Fix error paths when mapping framebuffer

Srinivas Kandagatla (2):
regulator: qcom_smd: add list_voltage callback
regulator: qcom_smd: add regulator ops for pm8941 lnldo

Stefan Agner (1):
drm/fsl-dcu: use flat regmap cache

Steve Capper (1):
ARM: 8579/1: mm: Fix definition of pmd_mknotpresent

Steve French (2):
Fix reconnect to not defer smb3 session reconnect long after socket reconnect
File names with trailing period or space need special case conversion

Steven Rostedt (Red Hat) (1):
tracing: Handle NULL formats in hold_module_trace_bprintk_format()

Takashi Iwai (5):
ALSA: dummy: Fix a use-after-free at closing
ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()
ALSA: timer: Fix negative queue usage by racy accesses
ALSA: pcm: Free chmap at PCM free callback, too
ALSA: ctl: Stop notification after disconnection

Tejun Heo (3):
writeback: use higher precision calculation in domain_dirty_limits()
percpu: fix synchronization between chunk->map_extend_work and chunk destruction
percpu: fix synchronization between synchronous map extension and chunk destruction

Thomas Hellstrom (1):
drm/vmwgfx: Fix corner case screen target management

Thomas Petazzoni (2):
ARM: dts: armada-38x: fix MBUS_ID for crypto SRAM on Armada 385 Linksys
ARM: mvebu: fix HW I/O coherency related deadlocks

Tomi Valkeinen (2):
drm: add missing drm_mode_set_crtcinfo call
drm: make drm_atomic_set_mode_prop_for_crtc() more reliable

Tony Luck (1):
EDAC, sb_edac: Fix rank lookup on Broadwell

Torsten Hilbrich (1):
ALSA: hda/realtek: Add Lenovo L460 to docking unit fixup

Trond Myklebust (2):
NFS: Fix a double page unlock
NFS: Fix another OPEN_DOWNGRADE bug

Vegard Nossum (1):
apparmor: fix oops, validate buffer size in apparmor_setprocattr()

Ville Syrjälä (1):
drm/i915: Refresh cached DP port register value on resume

Vincent Stehlé (1):
perf/x86/intel/rapl: Fix pmus free during cleanup

Vinod Koul (1):
ALSA: hda - Add PCI ID for Kabylake-H

Vivek Goyal (3):
ovl: Copy up underlying inode's ->i_mode to overlay inode
ovl: Do d_type check only if work dir creation was successful
ovl: warn instead of error if d_type is not supported

WANG Cong (1):
net_sched: fix mirrored packets checksum

Wei Fang (1):
scsi: fix race between simultaneous decrements of ->host_failed

Weston Andros Adamson (1):
pnfs_nfs: fix _cancel_empty_pagelist

Will Deacon (1):
ARM: 8578/1: mm: ensure pmd_present only checks the valid bit

Wolfram Sang (1):
of: fix autoloading due to broken modalias with no 'compatible'

Woodrow Shen (1):
ALSA: hda - Fix the headset mic jack detection on Dell machine

Xiubo Li (1):
kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES

Yang Zhang (1):
kvm: vmx: check apicv is active before using VT-d posted interrupt

Yong Li (1):
iio: light apds9960: Add the missing dev.parent

Attachment: signature.asc
Description: PGP signature