This is the start of the stable review cycle for the 4.14.29 release. There are 41 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 Wed Mar 21 18:07:09 UTC 2018. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.29-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.14.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 4.14.29-rc1 Thinh Nguyen <Thinh.Nguyen@xxxxxxxxxxxx> usb: dwc3: Fix GDBGFIFOSPACE_TYPE values Wei Yongjun <weiyongjun1@xxxxxxxxxx> USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe() Bill Kuzeja <William.Kuzeja@xxxxxxxxxxx> scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure Himanshu Madhani <hmadhani@xxxxxxxxxx> scsi: qla2xxx: Fix logo flag for qlt_free_session_done() Quinn Tran <quinn.tran@xxxxxxxxxx> scsi: qla2xxx: Fix NULL pointer access for fcport structure Himanshu Madhani <himanshu.madhani@xxxxxxxxxx> scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que Nikolay Borisov <nborisov@xxxxxxxx> btrfs: Fix memory barriers usage with device stats counters Zygo Blaxell <ce3g8jdj@xxxxxxxxxxxxxxxxxxxxx> btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes Nikolay Borisov <nborisov@xxxxxxxx> btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device Hans van Kranenburg <hans.van.kranenburg@xxxxxxxxxx> btrfs: alloc_chunk: fix DUP stripe size handling Edmund Nadolski <enadolski@xxxxxxxx> btrfs: add missing initialization in btrfs_check_shared Dmitriy Gorokh <Dmitriy.Gorokh@xxxxxxx> btrfs: Fix NULL pointer exception in find_bio_stripe Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis Tejun Heo <tj@xxxxxxxxxx> RDMAVT: Fix synchronization around percpu_ref Tejun Heo <tj@xxxxxxxxxx> fs/aio: Use RCU accessors for kioctx_table->table[] Tejun Heo <tj@xxxxxxxxxx> fs/aio: Add explicit RCU grace period when freeing kioctx Al Viro <viro@xxxxxxxxxxxxxxxxxx> lock_parent() needs to recheck if dentry got __dentry_kill'ed under it Marc Zyngier <marc.zyngier@xxxxxxx> KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid Marc Zyngier <marc.zyngier@xxxxxxx> kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3 Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> KVM: arm/arm64: Reduce verbosity of KVM init log Eric W. Biederman <ebiederm@xxxxxxxxxxxx> fs: Teach path_connected to handle nfs filesystems with multiple roots. Michel Dänzer <michel.daenzer@xxxxxxx> drm/amdgpu/dce: Don't turn off DP sink when disconnected Christian König <christian.koenig@xxxxxxx> drm/radeon: fix prime teardown order Christian König <christian.koenig@xxxxxxx> drm/amdgpu: fix prime teardown order Lukas Wunner <lukas@xxxxxxxxx> drm/nouveau/bl: Fix oops on driver unbind Takashi Iwai <tiwai@xxxxxxx> ALSA: seq: Clear client entry before deleting else at closing Takashi Iwai <tiwai@xxxxxxx> ALSA: seq: Fix possible UAF in snd_seq_check_queue() Takashi Iwai <tiwai@xxxxxxx> ALSA: hda - Revert power_save option default value Takashi Iwai <tiwai@xxxxxxx> ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats() John David Anglin <dave.anglin@xxxxxxxx> parisc: Handle case where flush_cache_range is called with no context Toshi Kani <toshi.kani@xxxxxxx> x86/mm: Fix vmalloc_fault to use pXd_large Tom Lendacky <thomas.lendacky@xxxxxxx> KVM: x86: Fix device passthrough when SME is active Alexander Sergeyev <sergeev917@xxxxxxxxx> x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklist Andy Whitcroft <apw@xxxxxxxxxxxxx> x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit kernels Andy Lutomirski <luto@xxxxxxxxxx> x86/vm86/32: Fix POPF emulation Andy Lutomirski <luto@xxxxxxxxxx> selftests/x86/entry_from_vm86: Add test cases for POPF Ricardo Neri <ricardo.neri-calderon@xxxxxxxxxxxxxxx> selftests/x86: Add tests for the STR and SLDT instructions Ricardo Neri <ricardo.neri-calderon@xxxxxxxxxxxxxxx> selftests/x86: Add tests for User-Mode Instruction Prevention Andy Lutomirski <luto@xxxxxxxxxx> selftests/x86/entry_from_vm86: Exit with 1 if we fail Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> x86/cpufeatures: Add Intel PCONFIG cpufeature Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> x86/cpufeatures: Add Intel Total Memory Encryption cpufeature ------------- Diffstat: Makefile | 4 +- arch/parisc/kernel/cache.c | 41 +++++++-- arch/x86/include/asm/cpufeatures.h | 2 + arch/x86/include/asm/nospec-branch.h | 5 +- arch/x86/kernel/cpu/intel.c | 3 +- arch/x86/kernel/vm86_32.c | 3 +- arch/x86/kvm/mmu.c | 4 +- arch/x86/mm/fault.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 31 +++---- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 2 - drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 + drivers/gpu/drm/nouveau/nouveau_backlight.c | 4 +- drivers/gpu/drm/radeon/radeon_gem.c | 2 - drivers/gpu/drm/radeon/radeon_object.c | 2 + drivers/infiniband/sw/rdmavt/mr.c | 10 ++- drivers/irqchip/irq-gic-v3-its.c | 9 +- drivers/scsi/qla2xxx/qla_init.c | 13 ++- drivers/scsi/qla2xxx/qla_mid.c | 6 +- drivers/scsi/qla2xxx/qla_os.c | 59 ++++++++----- drivers/scsi/qla2xxx/qla_target.c | 1 + drivers/usb/dwc3/core.h | 16 ++-- drivers/usb/gadget/udc/bdc/bdc_pci.c | 1 + fs/aio.c | 44 +++++++--- fs/btrfs/backref.c | 12 ++- fs/btrfs/raid56.c | 1 + fs/btrfs/volumes.c | 30 +++++-- fs/btrfs/volumes.h | 12 +++ fs/dcache.c | 11 ++- fs/namei.c | 5 +- fs/nfs/super.c | 2 + include/linux/fs.h | 1 + include/linux/irqchip/arm-gic-v3.h | 1 + include/linux/irqchip/arm-gic.h | 1 + sound/core/oss/pcm_oss.c | 10 ++- sound/core/seq/seq_clientmgr.c | 4 +- sound/core/seq/seq_prioq.c | 28 +++--- sound/core/seq/seq_prioq.h | 6 +- sound/core/seq/seq_queue.c | 28 ++---- sound/pci/hda/hda_intel.c | 9 +- tools/testing/selftests/x86/entry_from_vm86.c | 117 ++++++++++++++++++++++++- virt/kvm/arm/arch_timer.c | 2 +- virt/kvm/arm/hyp/vgic-v3-sr.c | 3 +- virt/kvm/arm/mmu.c | 6 +- virt/kvm/arm/vgic/vgic-v2.c | 11 ++- virt/kvm/arm/vgic/vgic-v3.c | 9 +- virt/kvm/arm/vgic/vgic.c | 61 ++++++++++--- virt/kvm/arm/vgic/vgic.h | 2 + 47 files changed, 456 insertions(+), 186 deletions(-)