From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9477EC4360C for ; Thu, 10 Oct 2019 08:39:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4561721D82 for ; Thu, 10 Oct 2019 08:39:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570696756; bh=VVYtIcdjNC3r8TbrkWDFhdAS05Y7KYCMIYTp050jqmw=; h=From:To:Cc:Subject:Date:List-ID:From; b=pU2BuwSX0gHWiIG9d+EDNtJcoD0hM9B7qtjDu8ibuV4XCmPwcYQZNxT3kxbIVXLlT ablXq6klmj0smeJ9ozMLjfjRM7G07LH+DlkbM8XImLR+qx9w5q6vlrrDqJpuJ6PgEA vrPFRtInBwiv03jRCWxZ4xbgmMTfh2XEPXh3O+2w= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387795AbfJJIjM (ORCPT ); Thu, 10 Oct 2019 04:39:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:42398 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387791AbfJJIjL (ORCPT ); Thu, 10 Oct 2019 04:39:11 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E5F5820B7C; Thu, 10 Oct 2019 08:39:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570696748; bh=VVYtIcdjNC3r8TbrkWDFhdAS05Y7KYCMIYTp050jqmw=; h=From:To:Cc:Subject:Date:From; b=T+0lbpjvfSRZ9iJlhsZlanORQQTMH2//Mumfsbhk2Ba6N9MLj6si+YOurb0t2RYs3 2FipopJBdw7F4X0xTKA/9TClg6gt9JWYymN4g0+BZ122sLu272xLi8IHeauZ0gUtYq mAbTWzapPfRd+IZ+sBNFauo+CBZgMK1Pe9DLbVtU= 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@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 5.3 000/148] 5.3.6-stable review Date: Thu, 10 Oct 2019 10:34:21 +0200 Message-Id: <20191010083609.660878383@linuxfoundation.org> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-5.3.6-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.3.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.3.6-rc1 X-KernelTest-Deadline: 2019-10-12T08:36+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org This is the start of the stable review cycle for the 5.3.6 release. There are 148 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 12 Oct 2019 08:29:51 AM UTC. 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/v5.x/stable-review/patch-5.3.6-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-5.3.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.3.6-rc1 Dave Jiang libnvdimm: prevent nvdimm from requesting key when security is disabled Gao Xiang staging: erofs: detect potential multiref due to corrupted images Gao Xiang staging: erofs: avoid endless loop of invalid lookback distance 0 Gao Xiang staging: erofs: add two missing erofs_workgroup_put for corrupted images Gao Xiang staging: erofs: some compressed cluster should be submitted for corrupted images Gao Xiang staging: erofs: fix an error handling in erofs_readdir() Andrew Murray coresight: etm4x: Use explicit barriers on enable/disable Eric Sandeen vfs: Fix EOVERFLOW testing in put_compat_statfs64 Vincent Chen riscv: Avoid interrupts being erroneously enabled in handle_exception() Srikar Dronamraju perf stat: Reset previous counts on repeat with interval Balasubramani Vivekanandan tick: broadcast-hrtimer: Fix a race in bc_set_next Sean Christopherson KVM: nVMX: Fix consistency check on injected exception error code Filipe Manana Btrfs: fix selftests failure due to uninitialized i_mode in test inodes Hans de Goede drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed Navid Emamdoost nfp: abm: fix memory leak in nfp_abm_u32_knode_replace Danielle Ratson mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actions Arnaldo Carvalho de Melo perf unwind: Fix libunwind build failure on i386 systems Lee Jones i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630 Marek Vasut net: dsa: microchip: Always set regmap stride to 1 Allan Zhang bpf: Fix bpf_event_output re-entry issue Ming Lei blk-mq: move lockdep_assert_held() into elevator_exit Andrii Nakryiko libbpf: fix false uninitialized variable warning Valdis Kletnieks kernel/elfcore.c: include proper prototypes Andrii Nakryiko selftests/bpf: adjust strobemeta loop to satisfy latest clang Qian Cai include/trace/events/writeback.h: fix -Wstringop-truncation warnings Thomas Richter perf build: Add detection of java-11-openjdk-devel package KeMeng Shi sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr() Mathieu Desnoyers sched/membarrier: Fix private expedited registration check Mathieu Desnoyers sched/membarrier: Call sync_core only before usermode for same mm Nathan Chancellor libnvdimm/nfit_test: Fix acpi_handle redefinition zhengbin fuse: fix memleak in cuse_channel_open Aneesh Kumar K.V libnvdimm: Fix endian conversion issues  Aneesh Kumar K.V libnvdimm/region: Initialize bad block for volatile namespaces Andrei Dulea iommu/amd: Fix downgrading default page-sizes in alloc_pte() Stefan Mavrodiev thermal_hwmon: Sanitize thermal_zone type Ido Schimmel thermal: Fix use-after-free when unregistering thermal zone device Sanjay R Mehta ntb: point to right memory window index Arvind Sankar x86/purgatory: Disable the stackleak GCC plugin for the purgatory Tycho Andersen selftests/seccomp: fix build on older kernels Fabrice Gasnier pwm: stm32-lp: Add check in case requested period cannot be achieved Trond Myklebust SUNRPC: Don't try to parse incomplete RPC messages Trond Myklebust pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors Masami Hiramatsu perf probe: Fix to clear tev->nargs in clear_probe_trace_event() Trek drm/amdgpu: Check for valid number of registers to read Felix Kuehling drm/amdgpu: Fix KFD-related kernel oops on Hawaii Florian Westphal netfilter: nf_tables: allow lookups in dynamic sets Ryan Chen watchdog: aspeed: Add support for AST2600 Trond Myklebust SUNRPC: RPC level errors should always set task->tk_rpc_status Erqi Chen ceph: reconnect connection if session hang in opening state Jeff Layton ceph: fetch cap_gen under spinlock in ceph_add_cap Luis Henriques ceph: fix directories inode i_blkbits initialization Miklos Szeredi fuse: fix request limit Igor Druzhinin xen/pci: reserve MCFG areas earlier Chengguang Xu 9p: avoid attaching writeback_fid on mmap with type PRIVATE Lu Shuaibing 9p: Transport error uninitialized Chuck Lever xprtrdma: Send Queue size grows after a reconnect Chuck Lever xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methods Jia-Ju Bai fs: nfs: Fix possible null-pointer dereferences in encode_attrs() Sascha Hauer ima: fix freeing ongoing ahash_request Sascha Hauer ima: always return negative code for error Srinivas Kandagatla drivers: thermal: qcom: tsens: Fix memory leak from qfprom read Johannes Berg cfg80211: initialize on-stack chandefs Johannes Berg cfg80211: validate SSID/MBSSID element ordering assumption Johannes Berg nl80211: validate beacon head Johan Hovold ieee802154: atusb: fix use-after-free at disconnect Juergen Gross xen/xenbus: fix self-deadlock after killing user process David Hildenbrand xen/balloon: Set pages PageOffline() in balloon_add_region() H. Nikolaus Schaller DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again Seth Forshee sched: Add __ASSEMBLY__ guards around struct clone_args Aneesh Kumar K.V libnvdimm/altmap: Track namespace boundaries in altmap Wanpeng Li Revert "locking/pvqspinlock: Don't wait if vCPU is preempted" Adrian Hunter mmc: sdhci: Let drivers define their DMA mask Russell King mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherence Russell King mmc: sdhci: improve ADMA error reporting Nicolin Chen mmc: tegra: Implement ->set_dma_mask() Johannes Berg mac80211: keep BHs disabled while calling drv_tx_wake_queue() Xiaolin Zhang drm/i915: to make vgpu ppgtt notificaiton as atomic operation Chris Wilson drm/i915/userptr: Acquire the page lock around set_page_dirty() Xiaolin Zhang drm/i915/gvt: update vgpu workload head pointer correctly Kevin Wang drm/amd/powerplay: change metrics update period from 1ms to 100ms Lyude Paul drm/nouveau/kms/nv50-: Don't create MSTMs for eDP connectors Sean Paul drm/msm/dsi: Fix return value check for clk_get_parent Tomi Valkeinen drm/omap: fix max fclk divider for omap36xx Anders Roxell drm: mali-dp: Mark expected switch fall-through Daniel Vetter drm/atomic: Take the atomic toys away from X Daniel Vetter drm/atomic: Reject FLIP_ASYNC unconditionally Maarten Lankhorst drm/i915/dp: Fix dsc bpp calculations, v5. Srikar Dronamraju perf stat: Fix a segmentation fault when using repeat forever Jiri Olsa perf tools: Fix segfault in cpu_cache_level__read() Rasmus Villemoes watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeout Shuah Khan selftests: pidfd: Fix undefined reference to pthread_create() Jarkko Sakkinen selftests/tpm2: Add the missing TEST_FILES assignment Sumit Saxena PCI: Restore Resizable BAR size bits correctly for 1MB BARs Jon Derrick PCI: vmd: Fix shadow offsets to reflect spec changes Dexuan Cui PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing it Jon Derrick PCI: vmd: Fix config addressing when using bus offsets Li RongQing timer: Read jiffies once when forwarding base clk Kees Cook usercopy: Avoid HIGHMEM pfn warning Tom Zanussi tracing: Make sure variable reference alias has correct var_ref_idx Michael Nosthoff power: supply: sbs-battery: only return health when battery present Michael Nosthoff power: supply: sbs-battery: use correct flags field Jiaxun Yang MIPS: Treat Loongson Extensions as ASEs Gilad Ben-Yossef crypto: ccree - use the full crypt length value Gilad Ben-Yossef crypto: ccree - account for TEE not ready to report Horia Geantă crypto: caam - fix concurrency issue in givencrypt descriptor Horia Geantă crypto: caam/qi - fix error handling in ERN handler Wei Yongjun crypto: cavium/zip - Add missing single_release() Herbert Xu crypto: skcipher - Unmap pages after an external error Alexander Sverdlin crypto: qat - Silence smp_processor_id() warning Steven Rostedt (VMware) tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure Steven Rostedt (VMware) tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_file Marc Kleine-Budde can: mcp251x: mcp251x_hw_reset(): allow more time after a reset Aneesh Kumar K.V powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9 Christophe Leroy powerpc/mm: Fix an Oops in kasan_mmu_init() Christophe Leroy powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLY Aneesh Kumar K.V powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag Aneesh Kumar K.V powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisions Christophe Leroy powerpc/kasan: Fix shadow area set up for modules. Christophe Leroy powerpc/kasan: Fix parallel loading of modules. Alexey Kardashevskiy powerpc/powernv/ioda: Fix race in TCE level allocation Gautham R. Shenoy powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt() Andrew Donnellan powerpc/powernv: Restrict OPAL symbol map to only be readable by root Christophe Leroy powerpc/ptdump: Fix addresses display on PPC32 Christophe Leroy powerpc/32s: Fix boot failure with DEBUG_PAGEALLOC without KASAN. Christophe Leroy powerpc/603: Fix handling of the DIRTY flag Santosh Sivaraj powerpc/mce: Schedule work from irq_work Balbir Singh powerpc/mce: Fix MCE handling for huge pages Paul Mackerras powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown race Oleksandr Suvorov ASoC: sgtl5000: Improve VAG power and mute control Oleksandr Suvorov ASoC: Define a set of DAPM pre/post-up events Dmitry Osipenko PM / devfreq: tegra: Fix kHz to Hz conversion Mike Christie nbd: fix max number of supported devs Wanpeng Li KVM: X86: Fix userspace set invalid CR4 Paul Mackerras KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9 Paul Mackerras KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual cores Paul Mackerras KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interrupts Paul Mackerras KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE device Cédric Le Goater KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VP Paul Mackerras KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required functions Heiko Carstens KVM: s390: fix __insn32_query() inline assembly Stefan Haberland Revert "s390/dasd: Add discard support for ESE volumes" Jan Höppner s390/dasd: Fix error handling during online processing Vasily Gorbik s390/cio: exclude subchannels with no parent from pseudo check Vasily Gorbik s390/cio: avoid calling strlen on null pointer Vasily Gorbik s390/topology: avoid firing events before kobjs are created Thomas Huth KVM: s390: Test for bad access register and size at the start of S390_MEM_OP Philipp Rudo s390/sclp: Fix bit checked for has_sipl Vasily Gorbik s390/process: avoid potential reading of freed stack ------------- Diffstat: Makefile | 4 +- arch/arm/boot/dts/omap3-gta04.dtsi | 1 + arch/mips/include/asm/cpu-features.h | 16 ++ arch/mips/include/asm/cpu.h | 4 + arch/mips/kernel/cpu-probe.c | 6 + arch/mips/kernel/proc.c | 4 + arch/powerpc/include/asm/cputable.h | 5 +- arch/powerpc/include/asm/kvm_ppc.h | 1 + arch/powerpc/include/asm/xive.h | 9 + arch/powerpc/kernel/dt_cpu_ftrs.c | 32 ++- arch/powerpc/kernel/head_32.S | 6 +- arch/powerpc/kernel/mce.c | 11 +- arch/powerpc/kernel/mce_power.c | 19 +- arch/powerpc/kvm/book3s.c | 8 +- arch/powerpc/kvm/book3s_hv.c | 24 ++- arch/powerpc/kvm/book3s_hv_rm_mmu.c | 42 +++- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 38 ++-- arch/powerpc/kvm/book3s_xive.c | 60 +++++- arch/powerpc/kvm/book3s_xive.h | 2 + arch/powerpc/kvm/book3s_xive_native.c | 23 ++- arch/powerpc/kvm/powerpc.c | 3 +- arch/powerpc/mm/book3s32/mmu.c | 9 + arch/powerpc/mm/book3s64/hash_native.c | 31 ++- arch/powerpc/mm/book3s64/hash_utils.c | 9 +- arch/powerpc/mm/book3s64/radix_tlb.c | 84 +++++++- arch/powerpc/mm/init_64.c | 17 +- arch/powerpc/mm/kasan/kasan_init_32.c | 57 +++++- arch/powerpc/mm/ptdump/ptdump.c | 2 +- arch/powerpc/platforms/powernv/opal.c | 11 +- arch/powerpc/platforms/powernv/pci-ioda-tce.c | 18 +- arch/powerpc/platforms/pseries/lpar.c | 8 +- arch/powerpc/sysdev/xive/common.c | 87 +++++--- arch/powerpc/sysdev/xive/native.c | 7 + arch/riscv/kernel/entry.S | 6 +- arch/s390/kernel/process.c | 22 +- arch/s390/kernel/topology.c | 3 +- arch/s390/kvm/kvm-s390.c | 8 +- arch/x86/kvm/vmx/nested.c | 2 +- arch/x86/kvm/x86.c | 38 ++-- arch/x86/purgatory/Makefile | 1 + block/blk-mq-sched.c | 2 - block/blk.h | 2 + crypto/skcipher.c | 42 ++-- drivers/block/nbd.c | 39 ++-- drivers/crypto/caam/caamalg_desc.c | 9 + drivers/crypto/caam/caamalg_desc.h | 2 +- drivers/crypto/caam/error.c | 1 + drivers/crypto/caam/qi.c | 5 +- drivers/crypto/caam/regs.h | 1 + drivers/crypto/cavium/zip/zip_main.c | 3 + drivers/crypto/ccree/cc_aead.c | 2 +- drivers/crypto/ccree/cc_fips.c | 8 +- drivers/crypto/qat/qat_common/adf_common_drv.h | 2 +- drivers/devfreq/tegra-devfreq.c | 12 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 3 + drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 2 +- drivers/gpu/drm/arm/malidp_hw.c | 3 +- drivers/gpu/drm/drm_atomic_uapi.c | 3 +- drivers/gpu/drm/drm_ioctl.c | 7 +- drivers/gpu/drm/i915/display/intel_display.c | 12 +- drivers/gpu/drm/i915/display/intel_display.h | 2 +- drivers/gpu/drm/i915/display/intel_dp.c | 184 +++++++++-------- drivers/gpu/drm/i915/display/intel_dp.h | 6 +- drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +- drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 10 +- drivers/gpu/drm/i915/gvt/scheduler.c | 28 +-- drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/gpu/drm/i915/i915_gem_gtt.c | 12 +- drivers/gpu/drm/i915/i915_vgpu.c | 1 + drivers/gpu/drm/msm/dsi/dsi_host.c | 8 +- drivers/gpu/drm/nouveau/dispnv50/disp.c | 3 +- drivers/gpu/drm/omapdrm/dss/dss.c | 2 +- drivers/gpu/drm/radeon/radeon_drv.c | 31 +++ drivers/gpu/drm/radeon/radeon_kms.c | 25 --- drivers/hwtracing/coresight/coresight-etm4x.c | 15 +- drivers/i2c/busses/i2c-qcom-geni.c | 12 +- drivers/iommu/amd_iommu.c | 3 +- drivers/mmc/host/sdhci-of-esdhc.c | 7 +- drivers/mmc/host/sdhci-tegra.c | 48 +++-- drivers/mmc/host/sdhci.c | 27 +-- drivers/mmc/host/sdhci.h | 1 + drivers/net/can/spi/mcp251x.c | 19 +- drivers/net/dsa/microchip/ksz_common.h | 2 +- .../net/ethernet/mellanox/mlxsw/spectrum_flower.c | 6 + drivers/net/ethernet/netronome/nfp/abm/cls.c | 14 +- drivers/net/ieee802154/atusb.c | 3 +- drivers/ntb/test/ntb_perf.c | 2 +- drivers/nvdimm/btt.c | 8 +- drivers/nvdimm/bus.c | 2 +- drivers/nvdimm/namespace_devs.c | 7 +- drivers/nvdimm/pfn_devs.c | 2 + drivers/nvdimm/region.c | 4 +- drivers/nvdimm/region_devs.c | 4 +- drivers/nvdimm/security.c | 4 + drivers/pci/controller/pci-hyperv.c | 2 +- drivers/pci/controller/vmd.c | 25 ++- drivers/pci/pci.c | 2 +- drivers/power/supply/sbs-battery.c | 27 ++- drivers/pwm/pwm-stm32-lp.c | 6 + drivers/s390/block/dasd_eckd.c | 81 +------- drivers/s390/char/sclp_early.c | 2 +- drivers/s390/cio/ccwgroup.c | 2 +- drivers/s390/cio/css.c | 2 + drivers/staging/erofs/dir.c | 11 +- drivers/staging/erofs/unzip_vle.c | 37 +++- drivers/staging/erofs/zmap.c | 6 + drivers/thermal/qcom/tsens-8960.c | 2 + drivers/thermal/qcom/tsens-v0_1.c | 12 +- drivers/thermal/qcom/tsens-v1.c | 1 + drivers/thermal/qcom/tsens.h | 1 + drivers/thermal/thermal_core.c | 2 +- drivers/thermal/thermal_hwmon.c | 8 +- drivers/watchdog/aspeed_wdt.c | 4 +- drivers/watchdog/imx2_wdt.c | 4 +- drivers/xen/balloon.c | 1 + drivers/xen/pci.c | 21 +- drivers/xen/xenbus/xenbus_dev_frontend.c | 20 +- fs/9p/vfs_file.c | 3 + fs/btrfs/tests/btrfs-tests.c | 8 +- fs/ceph/caps.c | 9 +- fs/ceph/inode.c | 7 +- fs/ceph/mds_client.c | 4 +- fs/fuse/cuse.c | 1 + fs/fuse/inode.c | 7 +- fs/nfs/nfs4xdr.c | 2 +- fs/nfs/pnfs.c | 9 +- fs/statfs.c | 17 +- include/linux/memremap.h | 1 + include/linux/sched/mm.h | 2 + include/sound/soc-dapm.h | 2 + include/trace/events/writeback.h | 38 ++-- include/uapi/linux/sched.h | 2 + kernel/elfcore.c | 1 + kernel/locking/qspinlock_paravirt.h | 2 +- kernel/sched/core.c | 4 +- kernel/sched/membarrier.c | 2 +- kernel/time/tick-broadcast-hrtimer.c | 57 +++--- kernel/time/timer.c | 8 +- kernel/trace/bpf_trace.c | 26 ++- kernel/trace/trace_events_hist.c | 2 + mm/usercopy.c | 8 +- net/9p/client.c | 1 + net/mac80211/util.c | 13 +- net/netfilter/nf_tables_api.c | 7 +- net/netfilter/nft_lookup.c | 3 - net/sunrpc/clnt.c | 20 +- net/sunrpc/sched.c | 5 +- net/sunrpc/xprtrdma/transport.c | 4 +- net/sunrpc/xprtrdma/verbs.c | 26 +-- net/wireless/nl80211.c | 41 +++- net/wireless/reg.c | 2 +- net/wireless/scan.c | 7 +- net/wireless/wext-compat.c | 2 +- security/integrity/ima/ima_crypto.c | 10 +- sound/soc/codecs/sgtl5000.c | 224 ++++++++++++++++++--- tools/lib/bpf/btf_dump.c | 1 + tools/lib/traceevent/Makefile | 4 +- tools/lib/traceevent/event-parse.c | 3 +- tools/perf/Makefile.config | 2 +- tools/perf/arch/x86/util/unwind-libunwind.c | 2 +- tools/perf/builtin-stat.c | 5 +- tools/perf/util/header.c | 2 +- tools/perf/util/probe-event.c | 1 + tools/perf/util/stat.c | 17 ++ tools/perf/util/stat.h | 1 + tools/testing/nvdimm/test/nfit_test.h | 4 +- tools/testing/selftests/bpf/progs/strobemeta.h | 5 +- tools/testing/selftests/pidfd/Makefile | 2 +- tools/testing/selftests/seccomp/seccomp_bpf.c | 5 + tools/testing/selftests/tpm2/Makefile | 1 + 171 files changed, 1624 insertions(+), 703 deletions(-)