Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp310785ybt; Tue, 23 Jun 2020 23:12:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxvmSIT0FcT8vBN9ktiueqR3m2nqD3LMksWURnIRPLyqyACe1DTaE5zTLTMaam2fsNIlSIt X-Received: by 2002:a50:e387:: with SMTP id b7mr24521744edm.190.1592979156512; Tue, 23 Jun 2020 23:12:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592979156; cv=none; d=google.com; s=arc-20160816; b=JM+OWNmqEHjNiHwqIiD7gGQYEvtT9bL0IJgyfQIIoVAIW2jxNbNG4j97+DrPqfiVQu GDDMmloy509xvfo1KGqtouTj1tqF0KO8iiJHWHAsPMa+Ct7MQzvv55koc09pA60h5LfD 6JQnRvkIzbt5MzUvovGpCSswRZAY2dk0wM0G2Unz4e1kLaS7MburJ1bjXZHzBxvi9RLU 9YPRo3tN8EcZ9FfxSPs7/m3HHYiSiWwX8wML0usTi/DeUN/9mlITYFkP1B3DgRb90wFT aIxfo8QSEQAr2OUT1Wp4WKr9EEnmkbWc//4Ao0ie7eMVqqnz8y+ZXt9FkipMejIGOc31 /ZuQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:user-agent :mime-version:message-id:date:subject:cc:to:from:dkim-signature; bh=dzYeIwHGa0yRWBiQ5ysN1yq7GliNZXecaynauwPl04k=; b=GGhp7dIeZm1M+lk5/rExrZke3PSnkY/oTzF1bQBD4uWasQrQheY5NTy6AD7ChnoYhU yHcPZcayZbBtVZG7lvFJrrBmdbWWjTgVnEqA2Z/o36Pu2sSROGgxBkfwNRMQ93/nwKd8 ydpipMjYMZhkCXrUQZB85Nwpnseq3PB29sa4BpmkDVsYB5Kyd3zOulH+qUxEYVRYb/5x eRmyglyHB1wNYNaCOoxQzlGCV3gjSYVXYC20ruVPjTpgmnLE+P2hyZSNm8sTVSCSeoOL JtrTaG/ZcCo6r6GHPIsSAkvIOmL9afkCF05mUiaHjp7lMXeHsO5iA4YcGyOe81AD7BLF 44NA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="ma3yC+/9"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e1si12130555edl.449.2020.06.23.23.12.11; Tue, 23 Jun 2020 23:12:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="ma3yC+/9"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389064AbgFXGKk (ORCPT + 99 others); Wed, 24 Jun 2020 02:10:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:40624 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387817AbgFXGKj (ORCPT ); Wed, 24 Jun 2020 02:10:39 -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 CECC82073E; Wed, 24 Jun 2020 06:10:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592979035; bh=3Q+iC/mWF6bLJNIrc46mtJk8DZu9FpAt6tiRxwoxDHU=; h=From:To:Cc:Subject:Date:From; b=ma3yC+/9T5ev75trX4jVbMuBuwnfFlodoVqnyRVsxZjKNAPrRaPxMDDwpDO+MzDUp CXIv5gsiupWyJh3wonpbtZFWCVqG7BtUAbaRERmQd72HYkqz1BLAaAC6qWXszs++eR HmkO1wzm7WyO3UirFxbr7O5M8vf3iPTAP1yUVP38= 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.7 000/474] 5.7.6-rc2 review Date: Wed, 24 Jun 2020 08:10:33 +0200 Message-Id: <20200624055938.609070954@linuxfoundation.org> X-Mailer: git-send-email 2.27.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.7.6-rc2.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.7.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.7.6-rc2 X-KernelTest-Deadline: 2020-06-26T06:00+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 5.7.6 release. There are 474 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 Fri, 26 Jun 2020 05:58:09 +0000. 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.7.6-rc2.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.7.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.7.6-rc2 Jon Derrick iommu/vt-d: Remove real DMA lookup in find_domain Ahmed S. Darwish net: core: device_rename: Use rwsem instead of a seqcount Alexander Sverdlin net: octeon: mgmt: Repair filling of RX ring Chen Yu e1000e: Do not wake up the system via WOL if device wakeup is disabled Nicholas Piggin powerpc/64s: Fix KVM interrupt using wrong save area Jiri Olsa kretprobe: Prevent triggering kretprobe from within kprobe_flush_task Masami Hiramatsu kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex Stefano Brivio netfilter: nft_set_pipapo: Disable preemption before getting per-CPU pointer Stefano Brivio netfilter: nft_set_rbtree: Don't account for expired elements on insertion Kefeng Wang sample-trace-array: Fix sleeping function called from invalid context Kefeng Wang sample-trace-array: Remove trace_array 'sample-instance' Masami Hiramatsu tools/bootconfig: Fix to return 0 if succeeded to show the bootconfig Masami Hiramatsu tools/bootconfig: Fix to use correct quotes for value Masami Hiramatsu proc/bootconfig: Fix to use correct quotes for value Vamshi K Sthambamkadi tracing/probe: Fix memleak in fetch_op_data operations Steven Rostedt (VMware) tracing: Make ftrace packed events have align of 1 Eric Biggers crypto: algboss - don't wait during notifier callback Herbert Xu crypto: algif_skcipher - Cap recv SG list at ctx->used Swathi Dhanavanthri drm/i915/tgl: Make Wa_14010229206 permanent Harry Wentland Revert "drm/amd/display: disable dcn20 abm feature for bring up" Chris Wilson drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workarounds Chris Wilson drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workarounds Chris Wilson drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workarounds Chris Wilson drm/i915/gt: Move snb GT workarounds from init_clock_gating to workarounds Chris Wilson drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workarounds Chris Wilson drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workarounds Chris Wilson drm/i915/gt: Incrementally check for rewinding Khaled Almahallawy drm/i915/tc: fix the reset of ln0 Imre Deak drm/i915/icl+: Fix hotplug interrupt disabling after storm detection Denis Efremov drm/amd/display: Use kvfree() to free coeff in build_regamma() Lorenz Brun drm/amdkfd: Use correct major in devcgroup check Jeykumar Sankaran drm/connector: notify userspace on hotplug after register complete Chris Wilson drm/i915: Whitelist context-local timestamp in the gen9 cmdparser Chris Wilson drm/i915/gem: Avoid iterating an empty list Jordan Crouse drm/msm: Check for powered down HW in the devfreq callbacks Imre Deak drm/i915: Fix AUX power domain toggling across TypeC mode resets Dmitry V. Levin s390: fix syscall_get_error for compat processes Eric Biggers f2fs: avoid utf8_strncasecmp() with unstable name Eric Biggers f2fs: split f2fs_d_compare() from f2fs_match_name() Denis Efremov net/mlx5: DR, Fix freeing in dr_create_rc_qp() Lyude Paul drm/dp_mst: Increase ACT retry timeout to 3s Theodore Ts'o ext4: avoid race conditions when remounting with options that change dax Xiaoguang Wang io_uring: fix possible race condition against REQ_F_NEED_CLEANUP Jens Axboe io_uring: reap poll completions while waiting for refs to drop on exit Jens Axboe io_uring: acquire 'mm' for task_work for SQPOLL Xiaoguang Wang io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_completed Xiaoguang Wang io_uring: don't fail links for EAGAIN error in IOPOLL mode Xiaoguang Wang io_uring: fix io_kiocb.flags modification race in IOPOLL mode Thomas Zimmermann drm/ast: Don't check new mode if CRTC is being disabled Tom Rix selinux: fix undefined return of cond_evaluate_expr Tom Rix selinux: fix a double free in cond_read_node()/cond_read_list() Tom Rix selinux: fix double free Sandeep Raghuraman drm/amdgpu: Replace invalid device ID with a valid device ID Alex Deucher drm/amdgpu/display: use blanked rather than plane state for sync groups Huacai Chen drm/qxl: Use correct notify port address when creating cursor ring Lyude Paul drm/dp_mst: Reformat drm_dp_check_act_status() a bit Takashi Iwai drm/nouveau/kms: Fix regression by audio component transition Kuninori Morimoto sh: Convert iounmap() macros to inline functions Andreas Färber arm64: dts: realtek: rtd129x: Carve out boot ROM from memory Andreas Färber arm64: dts: realtek: rtd129x: Use reserved-memory for RPC regions zhangyi (F) ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error handlers Eric Biggers ext4: avoid utf8_strncasecmp() with unstable name Jeffle Xu ext4: fix partial cluster initialization when splitting extent Sivaprakash Murugesan pinctrl: qcom: ipq6018 Add missing pins in qpic pin group Wolfram Sang drm: encoder_slave: fix refcouting error for modules Kai-Heng Feng libata: Use per port sync for detach Will Deacon arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpoints Barry Song arm64: mm: reserve hugetlb CMA after numa_init Ido Schimmel mlxsw: spectrum: Adjust headroom buffers for 8x ports Martin bareudp: Fixed configuration to avoid having garbage values Sven Auhagen mvpp2: remove module bugfix Jason Yan block: Fix use-after-free in blkdev_get() Heiko Carstens s390/numa: let NODES_SHIFT depend on NEED_MULTIPLE_NODES Dinghao Liu scsi: ufs-bsg: Fix runtime PM imbalance on error Vladimir Oltean net: dsa: sja1105: fix PTP timestamping with large tc-taprio cycles Vasundhara Volam bnxt_en: Return from timer if interface is not in open state. Michael Chan bnxt_en: Fix AER reset logic on 57500 chips. Michael Chan bnxt_en: Re-enable SRIOV during resume. Michael Chan bnxt_en: Simplify bnxt_resume(). David Howells afs: Fix the mapping of the UAEOVERFLOW abort code David Howells afs: Remove the error argument from afs_protocol_error() David Howells afs: Set error flag rather than return error from file status decode David Howells afs: Always include dir in bulk status fetch from afs_do_lookup() David Howells afs: Fix EOF corruption David Howells afs: afs_write_end() should change i_size under the right lock David Howells afs: Fix non-setting of mtime when writing into mmap Aneesh Kumar K.V powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUAL Dan Carpenter crypto: marvell/octeontx - Fix a potential NULL dereference Herbert Xu crypto: hisilicon - Cap block size at 2^31 Zhiqiang Liu bcache: fix potential deadlock problem in btree_gc_coalesce yangerkun ext4: stop overwrite the errcode in ext4_setup_super Ian Rogers perf parse-events: Fix an incompatible pointer Sumanth Korikkar perf probe: Fix user attribute access in kprobes Hongbo Yao perf stat: Fix NULL pointer dereference Gaurav Singh perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events() Qais Yousef usb/ehci-platform: Set PM runtime as active on resume Qais Yousef usb/xhci-plat: Set PM runtime as active on resume Andrii Nakryiko bpf: Undo internal BPF_PROBE_MEM in BPF insns dump Andrii Nakryiko libbpf: Support pre-initializing .bss global variables Andrey Ignatov bpf: Fix memlock accounting for sock_hash Lorenz Bauer bpf: sockmap: Don't attach programs to UDP sockets Alex Elder net: ipa: program upper nibbles of sequencer type Brett Creeley iavf: fix speed reporting over virtchnl Li RongQing xdp: Fix xsk_generic_xmit errno Chuck Lever NFS: Fix direct WRITE throughput regression Zheng Bin nfs: set invalid blocks after NFSv4 writes Christoph Hellwig nvme-pci: use simple suspend when a HMB is enabled Daniel Wagner nvme-fc: don't call nvme_cleanup_cmd() for AENs Tobias Klauser tools, bpftool: Fix memory leak in codegen error cases YiFei Zhu net/filter: Permit reading NET in load_bytes_relative when MAC not set Tony Luck x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy() Vitaly Kuznetsov x86/idt: Keep spurious entries unset in system_vectors Colin Ian King drm/ast: fix missing break in switch statement for format->cpp[0] case 4 Christophe JAILLET scsi: acornscsi: Fix an error handling path in acornscsi_probe() Andrii Nakryiko libbpf: Handle GCC noreturn-turned-volatile quirk Jernej Skrabec drm/sun4i: hdmi ddc clk: Fix size of m divider Jean-Philippe Brucker tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobes Jakub Sitnicki bpf, sockhash: Synchronize delete from bucket list on map free dihu bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsg Hans de Goede ASoC: rt5645: Add platform-data for Asus T101HA Hans de Goede ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT10-A tablet Pierre-Louis Bossart ASoC: SOF: nocodec: conditionally set dpcm_capture/dpcm_playback flags Bard Liao ASoC: core: only convert non DPCM link to DPCM link Pierre-Louis Bossart ASoC: soc-pcm: dpcm: fix playback/capture checks Zhihao Cheng afs: Fix memory leak in afs_put_sysnames() Eric Biggers f2fs: don't return vmalloc() memory from f2fs_kmalloc() tannerlove selftests/net: in timestamping, strncpy needs to preserve null byte Shaokun Zhang drivers/perf: hisi: Fix wrong value for all counters enable Joe Perches arm64: ftrace: Change CONFIG_FTRACE_WITH_REGS to CONFIG_DYNAMIC_FTRACE_WITH_REGS Dong Aisheng mailbox: imx: Add context save/restore for suspend/resume Max Staudt i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=n Logan Gunthorpe NTB: ntb_test: Fix bug when counting remote files Logan Gunthorpe NTB: perf: Fix race condition when run with ntb_test Logan Gunthorpe NTB: perf: Fix support for hardware that doesn't have port numbers Logan Gunthorpe NTB: perf: Don't require one more memory window than number of peers Logan Gunthorpe NTB: Revert the change to use the NTB device dev for DMA allocations Logan Gunthorpe NTB: ntb_tool: reading the link file should not end in a NULL byte Sanjay R Mehta ntb_tool: pass correct struct device to dma_alloc_coherent Sanjay R Mehta ntb_perf: pass correct struct device to dma_alloc_coherent Dan Murphy net: mscc: Fix OF_MDIO config check Dan Murphy net: marvell: Fix OF_MDIO config check Dan Murphy net: dp83867: Fix OF_MDIO config check Bob Peterson gfs2: fix use-after-free on transaction ail lists Vitaly Kuznetsov KVM: selftests: Fix build with "make ARCH=x86_64" Chaitanya Kulkarni blktrace: fix endianness for blk_log_remap() Chaitanya Kulkarni blktrace: fix endianness in get_pdu_int() Chaitanya Kulkarni blktrace: use errno instead of bi_status Ram Pai selftests/vm/pkeys: fix alloc_random_pkey() to make it really random Arnd Bergmann include/linux/bitops.h: avoid clang shift-count-overflow warnings Jann Horn lib/zlib: remove outdated and incorrect pre-increment optimization Jiri Benc geneve: change from tx_error to tx_dropped on missing metadata Dan Carpenter bpf: Fix an error code in check_btf_func() Kees Cook pwm: Add missing "CONFIG_" prefix Tero Kristo crypto: omap-sham - add proper load balancing support for multicore Jens Axboe ext4: don't block for O_DIRECT if IOCB_NOWAIT is set Harshad Shirwadkar ext4: handle ext4_mark_inode_dirty errors Nicholas Kazlauskas drm/amd/display: Revalidate bandwidth before commiting DC updates Ka-Cheong Poon RDMA/cm: Spurious WARNING triggered in cm_destroy_id() J. Bruce Fields nfsd: safer handling of corrupted c_type Christophe JAILLET pinctrl: freescale: imx: Fix an error handling path in 'imx_pinctrl_probe()' yu kuai pinctrl: sirf: add missing put_device() call in sirfsoc_gpio_probe() Christophe JAILLET pinctrl: imxl: Fix an error handling path in 'imx1_pinctrl_core_probe()' Masahiro Yamada modpost: fix -i (--ignore-errors) MAKEFLAGS detection Can Guo scsi: ufs: Don't update urgent bkops level when toggling auto bkops Qiushi Wu scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobj Bob Peterson gfs2: Allow lock_nolock mount to specify jid=X Uwe Kleine-König pwm: imx27: Fix rounding behavior J. Bruce Fields nfsd4: make drc_slab global, not per-net Luis Henriques ceph: don't return -ESTALE if there's still an open file Ben Skeggs drm/nouveau/disp/gm200-: fix NV_PDISP_SOR_HDMI2_CTRL(n) selection Stafford Horne openrisc: Fix issue with argument clobbering for clone/fork David Howells rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_ID Wei Yongjun mailbox: zynqmp-ipi: Fix NULL vs IS_ERR() check in zynqmp_ipi_mbox_probe() Dan Carpenter mailbox: imx: Fix return in imx_mu_scu_xlate() Chuhong Yuan rtc: rv3028: Add missed check for devm_regmap_init_i2c() Qiushi Wu vfio/mdev: Fix reference count leak in add_mdev_supported_type Kai Vehmanen ASoC: SOF: Intel: hda: fix generic hda codec support Xiyu Yang ASoC: fsl_asrc_dma: Fix dma_chan leak when config DMA channel failed Martin Blumenstingl usb: dwc3: meson-g12a: fix error path when fetching the reset line fails Christophe JAILLET extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()' Nicholas Piggin powerpc/64s/kuap: Add missing isync to KUAP restore paths huhai powerpc/4xx: Don't unmap NULL mbase Nathan Chancellor input: i8042 - Remove special PowerPC handling Arnd Bergmann ARM: davinci: fix build failure without I2C Dan Carpenter of: Fix a refcounting bug in __of_attach_node_sysfs() Olga Kornievskaia NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSION Fedor Tokarev net: sunrpc: Fix off-by-one issues in 'rpc_ntop6' Charles Keepax ASoC: dapm: Move dai_link widgets to runtime to fix use after free Dan Williams /dev/mem: Revoke mappings when a driver claims the region John Hubbard misc: xilinx-sdfec: improve get_user_pages_fast() error handling Eddie James clk: ast2600: Fix AHB clock divider for A1 Chunyan Zhang clk: sprd: return correct type of value for _sprd_pll_recalc_rate Laurent Dufour KVM: PPC: Book3S HV: Relax check on H_SVM_INIT_ABORT Qian Cai KVM: PPC: Book3S: Fix some RCU-list locks Qian Cai KVM: PPC: Book3S HV: Ignore kmemleak false positives Vignesh Raghavendra scsi: ufs: ti-j721e-ufs: Fix unwinding of pm_runtime changes Gabriel Krisman Bertazi scsi: iscsi: Fix deadlock on recovery path during GFP_IO reclaim Tejas Patel clk: zynqmp: Fix divider2 calculation Jeffrey Hugo scsi: ufs-qcom: Fix scheduling while atomic issue Nathan Chancellor clk: bcm2835: Fix return type of bcm2835_register_gate Dan Carpenter scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd() Qiushi Wu ASoC: fix incomplete error-handling in img_i2s_in_probe. Christophe Leroy powerpc/8xx: Drop CONFIG_8xx_COPYBACK option Christophe Leroy powerpc/32s: Don't warn when mapping RO data ROX. Wei Yongjun mfd: wcd934x: Drop kfree for memory allocated with devm_kzalloc Amelie Delaunay mfd: stmfx: Disable IRQ in suspend to avoid spurious interrupt Amelie Delaunay mfd: stmfx: Fix stmfx_irq_init error path Amelie Delaunay mfd: stmfx: Reset chip on resume as supply was disabled Borislav Petkov x86/apic: Make TSC deadline timer detection message visible Potnuri Bharat Teja RDMA/iw_cxgb4: cleanup device debugfs entries on ULD remove Siddharth Gupta scripts: headers_install: Exit with error on config leak Tiezhu Yang pinctrl: Fix return value about devm_platform_ioremap_resource() Pawel Laszczak usb: gadget: Fix issue with config_ep_by_speed function Qiushi Wu usb: gadget: fix potential double-free in m66592_probe. Colin Ian King usb: gadget: lpc32xx_udc: don't dereference ep pointer before null check Nathan Chancellor USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nuke Fabrice Gasnier usb: dwc2: gadget: move gadget resume after the core is in L0 state Stefan Riedmueller watchdog: da9062: No need to ping manually before setting timeout Andrei Vagin selftests/timens: handle a case when alarm clocks are not supported Maor Gottlieb IB/cma: Fix ports memory leak in cma_configfs Jonathan Bakker iio: light: gp2ap002: Take runtime PM reference on light read Marc Zyngier PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up link Marc Zyngier PCI: dwc: Fix inner MSI IRQ domain registration Wei Yongjun PCI: dwc: pci-dra7xx: Use devm_platform_ioremap_resource_byname() Hemant Kumar bus: mhi: core: Read transfer length from an event properly Bjorn Helgaas PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream Port Boris Ostrovsky xen/cpuhotplug: Fix initial CPU offlining for PV(H) guests Gal Pressman RDMA/efa: Fix setting of wrong bit in get/set_feature commands Hannes Reinecke dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zone Christophe Leroy powerpc/kasan: Fix error detection on memory allocation Qian Cai powerpc/64s/pgtable: fix an undefined behaviour Chen Zhou powerpc/powernv: add NULL check after kzalloc Vidya Sagar arm64: tegra: Fix flag for 64-bit resources in 'ranges' property Jon Hunter arm64: tegra: Fix ethernet phy-mode for Jetson Xavier Miklos Szeredi fuse: copy_file_range should truncate cache Miklos Szeredi fuse: fix copy_file_range cache issues Wei Yongjun firmware: imx: scu: Fix possible memory leak in imx_scu_probe() Ye Bin scsi: core: Fix incorrect usage of shost_for_each_device Bodo Stroesser scsi: target: tcmu: Userspace must not complete queued commands Lang Cheng RDMA/hns: Fix cmdq parameter of querying pf timer resource Lijun Ou RDMA/hns: Bugfix for querying qkey Marek Szyprowski clk: samsung: exynos5433: Add IGNORE_UNUSED flag to sclk_i2s1 Souptick Joarder fpga: dfl: afu: Corrected error handling levels Suzuki K Poulose coresight: etm4x: Fix use-after-free of per-cpu etm drvdata Suzuki K Poulose coresight: Fix support for sparsely populated ports Gregory CLEMENT tty: n_gsm: Fix bogus i++ in gsm_data_kick Tang Bin USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe() Hans de Goede ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT8-A tablet Roy Spliet drm/msm/mdp5: Fix mdp5_init error path for failed mdp5_kms allocation Bjorn Andersson drm/msm: Fix undefined "rd_full" link error Qais Yousef usb/ohci-platform: Fix a warning when hibernating Alex Williamson vfio-pci: Mask cap zero Jean-Philippe Brucker iommu/arm-smmu-v3: Don't reserve implementation defined register space Geoff Levand powerpc/ps3: Fix kexec shutdown hang Sanket Parmar phy: cadence: sierra: Fix for USB3 U1/U2 state Bharat Gooty drivers: phy: sr-usb: do not use internal fsm for USB2 phy init Pali Rohár PCI: aardvark: Issue PERST via GPIO Marek Behún PCI: aardvark: Improve link training Pali Rohár PCI: aardvark: Train link immediately after enabling training Nicholas Piggin powerpc/pseries/ras: Fix FWNMI_VALID off by one Nicholas Piggin powerpc/64s/exceptions: Machine check reconcile irq state Nicholas Piggin powerpc/64s/exception: Fix machine check no-loss idle wakeup Pierre-Louis Bossart ASoC: codecs: rt*-sdw: fix memory leak in set_sdw_stream() Feng Tang ipmi: use vzalloc instead of kmalloc for user creation Lars Povlsen pinctrl: ocelot: Always register GPIO driver Marek Behún arm64: dts: marvell: armada-37xx: Set pcie_reset_pin to gpio function Oded Gabbay habanalabs: increase timeout during reset Mika Westerberg PCI/PM: Assume ports without DLL Link Active train links in 100 ms Cristian Klein HID: Add quirks for Trust Panora Graphic Tablet Erwin Burema ALSA: usb-audio: Add duplex sound support for USB devices using implicit feedback Thomas Ebeling ALSA: usb-audio: fixing upper volume limit for RME Babyface Pro routing crosspoints Jérôme Pouiller staging: wfx: fix value of scan timeout Gregory CLEMENT tty: n_gsm: Fix waking up upper tty layer when room available Gregory CLEMENT tty: n_gsm: Fix SOF skipping Michael Ellerman powerpc/64: Don't initialise init_task->thread.regs Rob Herring PCI: Fix pci_register_host_bridge() device_register() error handling Tero Kristo clk: ti: composite: fix memory leak Bjorn Andersson arm64: dts: qcom: c630: Add WiFi node Bjorn Andersson arm64: dts: qcom: db820c: Fix invalid pm8994 supplies Wei Yongjun USB: ohci-sm501: fix error return code in ohci_hcd_sm501_drv_probe() Wei Yongjun phy: ti: j721e-wiz: Fix some error return code in wiz_probe() Arnd Bergmann dlm: remove BUG() before panic() Sibi Sankar remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register space Dafna Hirschfeld pinctrl: rockchip: fix memleak in rockchip_dt_node_to_map Christophe JAILLET ASoC: ti: omap-mcbsp: Fix an error handling path in 'asoc_mcbsp_probe()' Christophe JAILLET ASoC: ux500: mop500: Fix some refcounted resources issues Yongbo Zhang SoC: rsnd: add interrupt support for SSI BUSIF buffer Masahiro Yamada unicore32: do not evaluate compiler's library path when cleaning Masahiro Yamada um: do not evaluate compiler's library path when cleaning Chao Yu f2fs: compress: fix zstd data corruption Chao Yu f2fs: fix potential use-after-free issue YueHaibing f2fs: Fix wrong stub helper update_sit_info Suganath Prabu S scsi: mpt3sas: Fix double free warnings Bodo Stroesser scsi: target: loopback: Fix READ with data and sensebytes Loic Poulain arm64: dts: msm8996: Fix CSI IRQ types Wei Yongjun remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init() Wei Yongjun ASoC: SOF: core: fix error return code in sof_probe_continue() Nicolas Saenz Julienne PCI: brcmstb: Assert fundamental reset on initialization Dmitry Osipenko power: supply: smb347-charger: IRQSTAT_D is volatile Christophe JAILLET power: supply: lp8788: Fix an error handling path in 'lp8788_charger_probe()' Takashi Sakamoto ALSA: firewire-lib: fix invalid assignment to union data for directional parameter Viacheslav Dubeyko scsi: qla2xxx: Fix warning after FC target reset Kai-Heng Feng PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X Bridges Andrew Murray PCI: rcar: Fix incorrect programming of OB windows Kuppuswamy Sathyanarayanan drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a driver developer is foolish Russell King i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output Christophe JAILLET PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling paths Arnd Bergmann staging: wfx: avoid compiler warning on empty array Matej Dujava staging: sm750fb: add missing case while setting FB_VISUAL Oscar Carter staging: wilc1000: Increase the size of wid_list array Thinh Nguyen usb: dwc3: gadget: Properly handle failed kick_transfer Neil Armstrong usb: dwc3: meson-g12a: check return of dwc3_meson_g12a_usb_init Thinh Nguyen usb: dwc3: gadget: Properly handle ClearFeature(halt) Arnd Bergmann HID: intel-ish-hid: avoid bogus uninitialized-variable warning Andrew Jeffery ARM: dts: aspeed: Change KCS nodes to v2 binding Eddie James ARM: dts: aspeed: ast2600: Set arch timer always-on Pierre-Louis Bossart soundwire: slave: don't init debugfs on device registration error Yong Zhi ASoC: max98373: reorder max98373_reset() in resume Martin Blumenstingl clk: meson: meson8b: Don't rely on u-boot to init all GP_PLL registers Kai-Heng Feng ASoC: SOF: Update correct LED status at the first time usage of update_mute_led() Neil Armstrong arm64: dts: meson: fix leds subnodes name Neil Armstrong arm64: dts: meson-g12b-ugoos-am6: fix board compatible Arnd Bergmann ASoC: rt5682: fix I2C/Soundwire dependencies Sudip Mukherjee thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTR Arnd Bergmann ASoC: component: suppress uninitialized-variable warning Uwe Kleine-König gpio: pca953x: fix handling of automatic address incrementing Martin Blumenstingl clk: meson: meson8b: Fix the vclk_div{1, 2, 4, 6, 12}_en gate bits Martin Blumenstingl clk: meson: meson8b: Fix the polarity of the RESET_N lines Martin Blumenstingl clk: meson: meson8b: Fix the first parent of vid_pll_in_sel Nicolas Saenz Julienne of: property: Do not link to disabled devices Nicolas Saenz Julienne of: property: Fix create device links for all child-supplier dependencies Wei Yongjun gpio: mlxbf2: fix return value check in mlxbf2_gpio_get_lock_res() Srinivas Kandagatla slimbus: ngd: get drvdata from correct device Raghavendra Rao Ananta tty: hvc: Fix data abort due to race in hvc_open Jérôme Pouiller staging: wfx: fix double init of tx_policy_upload_work Jérôme Pouiller staging: wfx: fix overflow in frame counters Julian Wiedmann s390/qdio: put thinint indicator after early error Julian Wiedmann s390/qdio: tear down thinint indicator after early error Julian Wiedmann s390/qdio: consistently restore the IRQ handler Takashi Iwai ALSA: usb-audio: Fix racy list management in output queue Alexander Tsoy ALSA: usb-audio: Improve frames size computation Xiyu Yang staging: gasket: Fix mapping refcnt leak when register/store fails Xiyu Yang staging: gasket: Fix mapping refcnt leak when put attribute fails Bjorn Andersson arm64: dts: qcom: sm8250: Fix PDC compatible and reg Christoph Hellwig firmware: qcom_scm: fix bogous abuse of dma-direct internals Jonathan Marek arm64: dts: qcom: fix pm8150 gpio interrupts Vasily Averin fuse: BUG_ON correction in fuse_dev_splice_write() Vivek Goyal virtiofs: schedule blocking async replies in separate worker Jason Yan pinctrl: rza1: Fix wrong array assignment of rza1l_swio_entries Alexandru Ardelean iio: buffer-dmaengine: use %zu specifier for sprintf(align) Chad Dupuis scsi: qedf: Fix crash when MFW calls for protocol stats while function is still probing Andy Shevchenko gpio: dwapb: Append MODULE_ALIAS for platform driver Thomas Ebeling ALSA: usb-audio: RME Babyface Pro mixer patch Yishai Hadas RDMA/mlx5: Fix udata response upon SRQ creation Vincent Stehlé ARM: dts: sun8i-h2-plus-bananapi-m2-zero: Fix led polarity Amit Kucheria arm64: dts: qcom: msm8916: remove unit name for thermal trip points Nilesh Javali scsi: qedi: Do not flush offload work if ARP not resolved Hsin-Yi Wang arm64: dts: mt8173: fix unit name warnings Sergio Paracuellos staging: mt7621-pci: fix PCIe interrupt mapping Chen Zhou staging: greybus: fix a missing-check bug in gb_lights_light_config() Andreas Färber arm64: dts: realtek: rtd129x: Fix GIC CPU masks for RTD1293 Nicolas Saenz Julienne ARM: dts: bcm283x: Use firmware PM driver for V3D Hans de Goede x86/purgatory: Disable various profiling and sanitizing options John Johansen apparmor: fix nnp subset test for unconfined Sabrina Dubroca bpf: tcp: Recv() should return 0 when the peer socket is closed Thomas Falcon ibmvnic: Flush existing work items before device removal Jonas Karlman media: v4l2-ctrls: Unset correct HEVC loop filter flag Marek Szyprowski media: s5p-mfc: Properly handle dma_parms for the allocated devices Tyrel Datwyler scsi: ibmvscsi: Don't send host info in adapter info MAD after LPM Simon Arlott scsi: sr: Fix sr_probe() missing deallocate of device minor Simon Arlott scsi: sr: Fix sr_probe() missing mutex_destroy Jakub Sitnicki bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_free Pavel Machek (CIP) ASoC: meson: add missing free_irq() in error path Chuhong Yuan xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster() Chao Yu f2fs: handle readonly filesystem in f2fs_ioc_shutdown() Mauricio Faria de Oliveira apparmor: check/put label on apparmor_sk_clone_security() Martin Blumenstingl net: dsa: lantiq_gswip: fix and improve the unsupported interface error John Johansen apparmor: fix introspection of of task mode for unconfined tasks ashimida mksysmap: Fix the mismatch of '.L' symbols in System.map Logan Gunthorpe NTB: Fix the default port and peer numbers for legacy drivers Logan Gunthorpe NTB: ntb_pingpong: Choose doorbells based on port number Colin Ian King ASoC: meson: fix memory leak of links if allocation of ldata fails Ahmed S. Darwish net: mdiobus: Disable preemption upon u64_stats update Wang Hai yam: fix possible memory leak in yam_init_driver Tero Kristo crypto: omap-sham - huge buffer access fixes Thierry Reding drm/nouveau: gr/gk20a: Use firmware version 0 Arnd Bergmann clk: sprd: fix compile-testing Will Deacon sparc32: mm: Don't try to free page-table pages if ctor() fails Navid Emamdoost pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed case Pingfan Liu powerpc/crashkernel: Take "mem=" option into account John Stultz ASoC: qcom: q6asm-dai: kCFI fix Paulo Alcantara cifs: set up next DFS target before generic_ip_connect() Qiushi Wu RDMA/core: Fix several reference count leaks. Jon Derrick PCI: vmd: Filter resource type bits from shadow register Xiyu Yang nfsd: Fix svc_xprt refcnt leak when setup callback client failed Kajol Jain powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run Mark Zhang IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP command Alain Volmat clk: clk-flexgen: fix clock-critical handling Sudhakar Panneerselvam scsi: vhost: Notify TCM about the maximum sg entries supported per command Xiyu Yang scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited event Quanyang Wang clk: zynqmp: fix memory leak in zynqmp_register_clocks Dan Carpenter scsi: cxgb3i: Fix some leaks in init_act_open() Marek Szyprowski mfd: wm8994: Fix driver operation if loaded as modules Christophe Leroy powerpc/ptdump: Add _PAGE_COHERENT flag Peter Chen usb: gadget: core: sync interrupt before unbind the udc Andy Shevchenko gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration Dinghao Liu usb: cdns3: Fix runtime PM imbalance on error Omer Shpigelman habanalabs: don't allow hard reset with open processes Christophe JAILLET m68k/PCI: Fix a memory leak in an error handling path Jon Derrick PCI: pci-bridge-emul: Fix PCIe bit conflicts Aneesh Kumar K.V powerpc/book3s64/radix/tlb: Determine hugepage flush correctly Luo Jiaxing scsi: hisi_sas: Do not reset phy timer to wait for stray phy up Aharon Landau RDMA/mlx5: Add init2init as a modify command Sai Prakash Ranjan coresight: tmc: Fix TMC mode read in tmc_read_prepare_etb() Maulik Shah arm64: dts: qcom: sc7180: Correct the pdc interrupt ranges Qian Cai vfio/pci: fix memory leaks in alloc_perm_bits() Andre Przywara arm64: dts: fvp/juno: Fix node address fields Emmanuel Nicolet ps3disk: use the default segment boundary Pali Rohár PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only register Andre Przywara arm64: dts: fvp: Fix GIC child nodes Daniel Baluta ASoC: SOF: Do nothing when DSP PM callbacks are not set Geert Uytterhoeven clk: renesas: cpg-mssr: Fix STBCR suspend/resume handling Lars Povlsen pinctrl: ocelot: Fix GPIO interrupt decoding on Jaguar2 Kamal Heib RDMA/srpt: Fix disabling device management Yishai Hadas RDMA/uverbs: Fix create WQ to use the given user handle Andre Przywara arm64: dts: juno: Fix GIC child nodes Marek Behún arm64: dts: armada-3720-turris-mox: fix SFP binding Marek Behún arm64: dts: armada-3720-turris-mox: forbid SDR104 on SDIO for FCC purposes Martin Wilck dm mpath: switch paths in dm_blk_ioctl() code path Srinivas Kandagatla misc: fastrpc: fix potential fastrpc_invoke_ctx leak Srinivas Kandagatla misc: fastrpc: Fix an incomplete memory release in fastrpc_rpmsg_probe() Michael Auchter nvmem: ensure sysfs writes handle write-protect pin Serge Semin serial: 8250: Fix max baud limit in generic 8250 port Bryan O'Donoghue usb: roles: Switch on role-switch uevent reporting Oliver Neukum usblp: poison URBs upon disconnect Jérôme Pouiller staging: wfx: fix output of rx_stats on big endian hosts Marek Szyprowski clk: samsung: Mark top ISP and CAM clocks on Exynos542x as critical Sibi Sankar remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after use Russell King i2c: pxa: clear all master action bits in i2c_pxa_stop_message() Konstantin Khlebnikov f2fs: report delalloc reserve as non-free in statfs for project quota Chao Yu f2fs: compress: let lz4 compressor handle output buffer budget properly Andreas Klinger iio: bmp280: fix compensation of humidity Qiushi Wu rtc: mc13xxx: fix a double-unlock issue Christophe Leroy powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFT Jim Quinlan PCI: brcmstb: Fix window register offset from 4 to 8 Marco Felsch Input: edt-ft5x06 - fix get_default register write access Viacheslav Dubeyko scsi: qla2xxx: Fix issue with adapter's stopping state Kunihiko Hayashi PCI: endpoint: functions/pci-epf-test: Fix DMA channel release Ard Biesheuvel PCI: Allow pci_resize_resource() for devices on root bus Dan Carpenter ALSA: isa/wavefront: prevent out of bounds write in ioctl Kai-Heng Feng ALSA: hda/realtek - Introduce polarity for micmute LED GPIO Neil Armstrong arm64: dts: meson: fixup SCP sram nodes Dan Carpenter scsi: qedi: Check for buffer overflow in qedi_set_path() Johannes Thumshirn scsi: core: free sgtables in case command setup fails Neil Armstrong arm64: dts: meson-gxbb-kii-pro: fix board compatible Arnd Bergmann ASoC: codecs: wm97xx: fix ac97 dependency Yoshihiro Shimoda arm64: dts: renesas: Fix IOMMU device node names Marek Vasut ARM: dts: stm32: Add missing ethernet PHY reset on AV96 Linus Walleij ARM: integrator: Add some Kconfig selections Xiyu Yang ASoC: davinci-mcasp: Fix dma_chan refcnt leak when getting dma type Yoshihiro Shimoda ARM: dts: renesas: Fix IOMMU device node names Jon Hunter backlight: lp855x: Ensure regulators are disabled on probe failure Shengjiu Wang ASoC: fsl_esai: Disable exception interrupt before scheduling tasklet Dan Carpenter staging: wfx: check ssidlen and prevent an array overflow Bryan O'Donoghue clk: qcom: msm8916: Fix the address location of pll->config_reg Alex Elder remoteproc: Fix IDR initialisation in rproc_alloc() Andy Shevchenko iio: pressure: bmp280: Tolerate IRQ before registering YueHaibing ASoC: SOF: imx8: Fix randbuild error Adam Honse i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsets Dan Carpenter rtc: rc5t619: Fix an ERR_PTR vs NULL check Dmitry Osipenko ASoC: tegra: tegra_wm8903: Support nvidia, headset property Rikard Falkeborn clk: sunxi: Fix incorrect usage of round_down() Enric Balletbo i Serra power: supply: bq24257_charger: Replace depends on REGMAP_I2C with select Jérôme Pouiller staging: wfx: fix potential deadlock in wfx_tx_flush() ------------- Diffstat: Makefile | 4 +- .../arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts | 4 +- arch/arm/boot/dts/aspeed-g5.dtsi | 24 +- arch/arm/boot/dts/aspeed-g6.dtsi | 25 +- arch/arm/boot/dts/bcm2835-common.dtsi | 1 - arch/arm/boot/dts/bcm2835-rpi-common.dtsi | 12 + arch/arm/boot/dts/bcm2835.dtsi | 1 + arch/arm/boot/dts/bcm2836.dtsi | 1 + arch/arm/boot/dts/bcm2837.dtsi | 1 + arch/arm/boot/dts/r8a7743.dtsi | 12 +- arch/arm/boot/dts/r8a7744.dtsi | 12 +- arch/arm/boot/dts/r8a7745.dtsi | 12 +- arch/arm/boot/dts/r8a7790.dtsi | 12 +- arch/arm/boot/dts/r8a7791.dtsi | 14 +- arch/arm/boot/dts/r8a7793.dtsi | 14 +- arch/arm/boot/dts/r8a7794.dtsi | 12 +- arch/arm/boot/dts/stm32mp157a-avenger96.dts | 3 + .../boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts | 2 +- arch/arm/boot/dts/vexpress-v2m-rs1.dtsi | 10 +- arch/arm/mach-davinci/board-dm644x-evm.c | 26 +- arch/arm/mach-integrator/Kconfig | 7 +- arch/arm64/Kconfig.platforms | 2 +- arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 6 +- .../boot/dts/amlogic/meson-g12b-ugoos-am6.dts | 2 +- .../boot/dts/amlogic/meson-gx-libretech-pc.dtsi | 4 +- arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 10 +- arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts | 2 +- .../boot/dts/amlogic/meson-gxbb-nanopi-k2.dts | 2 +- .../boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts | 2 +- .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 2 +- .../boot/dts/amlogic/meson-gxbb-vega-s95.dtsi | 2 +- .../boot/dts/amlogic/meson-gxbb-wetek-play2.dts | 4 +- arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi | 2 +- .../dts/amlogic/meson-gxl-s905x-libretech-cc.dts | 4 +- arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts | 4 +- arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi | 4 +- arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 2 +- arch/arm64/boot/dts/arm/foundation-v8-gicv2.dtsi | 2 +- arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtsi | 8 +- arch/arm64/boot/dts/arm/foundation-v8.dtsi | 92 ++--- arch/arm64/boot/dts/arm/juno-base.dtsi | 50 +-- arch/arm64/boot/dts/arm/juno-motherboard.dtsi | 6 +- .../boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi | 2 +- arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi | 6 +- arch/arm64/boot/dts/marvell/armada-3720-db.dts | 3 + .../boot/dts/marvell/armada-3720-espressobin.dtsi | 1 + .../boot/dts/marvell/armada-3720-turris-mox.dts | 8 +- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 2 +- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 22 +- arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi | 2 +- arch/arm64/boot/dts/nvidia/tegra194.dtsi | 12 +- arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | 14 +- arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 +- arch/arm64/boot/dts/qcom/msm8996.dtsi | 20 +- arch/arm64/boot/dts/qcom/pm8150.dtsi | 14 +- arch/arm64/boot/dts/qcom/pm8150b.dtsi | 14 +- arch/arm64/boot/dts/qcom/pm8150l.dtsi | 14 +- arch/arm64/boot/dts/qcom/sc7180.dtsi | 3 +- .../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 11 + arch/arm64/boot/dts/qcom/sm8250.dtsi | 4 +- arch/arm64/boot/dts/realtek/rtd1293-ds418j.dts | 6 +- arch/arm64/boot/dts/realtek/rtd1293.dtsi | 12 +- arch/arm64/boot/dts/realtek/rtd1295-mele-v9.dts | 6 +- .../arm64/boot/dts/realtek/rtd1295-probox2-ava.dts | 6 +- arch/arm64/boot/dts/realtek/rtd1295-zidoo-x9s.dts | 4 +- arch/arm64/boot/dts/realtek/rtd1295.dtsi | 21 +- arch/arm64/boot/dts/realtek/rtd1296-ds418.dts | 4 +- arch/arm64/boot/dts/realtek/rtd1296.dtsi | 8 +- arch/arm64/boot/dts/realtek/rtd129x.dtsi | 32 +- arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 18 +- arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 18 +- arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 18 +- arch/arm64/boot/dts/renesas/r8a77950.dtsi | 14 +- arch/arm64/boot/dts/renesas/r8a77951.dtsi | 34 +- arch/arm64/boot/dts/renesas/r8a77960.dtsi | 22 +- arch/arm64/boot/dts/renesas/r8a77965.dtsi | 20 +- arch/arm64/boot/dts/renesas/r8a77970.dtsi | 10 +- arch/arm64/boot/dts/renesas/r8a77980.dtsi | 16 +- arch/arm64/boot/dts/renesas/r8a77990.dtsi | 20 +- arch/arm64/boot/dts/renesas/r8a77995.dtsi | 20 +- arch/arm64/kernel/ftrace.c | 3 +- arch/arm64/kernel/hw_breakpoint.c | 44 ++- arch/arm64/mm/init.c | 15 +- arch/m68k/coldfire/pci.c | 4 +- arch/openrisc/kernel/entry.S | 4 +- arch/powerpc/Kconfig | 1 + arch/powerpc/configs/adder875_defconfig | 1 - arch/powerpc/configs/ep88xc_defconfig | 1 - arch/powerpc/configs/mpc866_ads_defconfig | 1 - arch/powerpc/configs/mpc885_ads_defconfig | 1 - arch/powerpc/configs/tqm8xx_defconfig | 1 - arch/powerpc/include/asm/book3s/64/kup-radix.h | 11 +- arch/powerpc/include/asm/book3s/64/pgtable.h | 23 +- arch/powerpc/include/asm/nohash/32/mmu-8xx.h | 2 - arch/powerpc/include/asm/processor.h | 1 - arch/powerpc/kernel/exceptions-64s.S | 37 +- arch/powerpc/kernel/head_64.S | 9 +- arch/powerpc/kernel/head_8xx.S | 15 +- arch/powerpc/kernel/process.c | 20 +- arch/powerpc/kexec/core.c | 8 +- arch/powerpc/kvm/book3s_64_mmu_radix.c | 16 +- arch/powerpc/kvm/book3s_64_vio.c | 18 +- arch/powerpc/kvm/book3s_hv.c | 11 +- arch/powerpc/mm/book3s32/mmu.c | 6 +- arch/powerpc/mm/book3s64/radix_tlb.c | 4 +- arch/powerpc/mm/kasan/kasan_init_32.c | 5 +- arch/powerpc/mm/ptdump/shared.c | 5 + arch/powerpc/perf/hv-24x7.c | 10 - arch/powerpc/platforms/4xx/pci.c | 4 +- arch/powerpc/platforms/8xx/Kconfig | 9 - arch/powerpc/platforms/powernv/opal.c | 4 + arch/powerpc/platforms/ps3/mm.c | 22 +- arch/powerpc/platforms/pseries/ras.c | 5 +- arch/s390/Kconfig | 1 + arch/s390/include/asm/syscall.h | 12 +- arch/sh/include/asm/io.h | 2 +- arch/sparc/mm/srmmu.c | 1 - arch/um/drivers/Makefile | 4 +- arch/unicore32/lib/Makefile | 4 +- arch/x86/kernel/apic/apic.c | 2 +- arch/x86/kernel/cpu/mce/dev-mcelog.c | 2 +- arch/x86/kernel/idt.c | 6 +- arch/x86/kernel/kprobes/core.c | 16 +- arch/x86/purgatory/Makefile | 5 +- crypto/algboss.c | 2 - crypto/algif_skcipher.c | 6 +- drivers/ata/libata-core.c | 11 +- drivers/base/platform.c | 2 + drivers/block/ps3disk.c | 1 - drivers/bus/mhi/core/main.c | 9 +- drivers/char/ipmi/ipmi_msghandler.c | 7 +- drivers/char/mem.c | 101 ++++- drivers/clk/Makefile | 2 +- drivers/clk/bcm/clk-bcm2835.c | 10 +- drivers/clk/clk-ast2600.c | 31 +- drivers/clk/meson/meson8b.c | 100 +++-- drivers/clk/meson/meson8b.h | 4 + drivers/clk/qcom/gcc-msm8916.c | 8 +- drivers/clk/renesas/renesas-cpg-mssr.c | 8 +- drivers/clk/samsung/clk-exynos5420.c | 16 +- drivers/clk/samsung/clk-exynos5433.c | 3 +- drivers/clk/sprd/pll.c | 2 +- drivers/clk/st/clk-flexgen.c | 1 + drivers/clk/sunxi/clk-sunxi.c | 2 +- drivers/clk/ti/composite.c | 1 + drivers/clk/zynqmp/clkc.c | 15 +- drivers/clk/zynqmp/divider.c | 17 +- drivers/crypto/hisilicon/sgl.c | 3 +- drivers/crypto/marvell/octeontx/otx_cptvf_algs.c | 11 +- drivers/crypto/omap-sham.c | 75 ++-- drivers/extcon/extcon-adc-jack.c | 3 +- drivers/firmware/imx/imx-scu.c | 1 + drivers/firmware/qcom_scm.c | 9 +- drivers/fpga/dfl-afu-dma-region.c | 4 +- drivers/gpio/gpio-dwapb.c | 34 +- drivers/gpio/gpio-mlxbf2.c | 4 +- drivers/gpio/gpio-pca953x.c | 44 ++- drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 3 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 11 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 30 +- .../drm/amd/display/modules/color/color_gamma.c | 2 +- drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c | 2 +- drivers/gpu/drm/ast/ast_mode.c | 4 + drivers/gpu/drm/drm_connector.c | 5 + drivers/gpu/drm/drm_dp_mst_topology.c | 58 +-- drivers/gpu/drm/drm_encoder_slave.c | 5 +- drivers/gpu/drm/drm_sysfs.c | 3 - drivers/gpu/drm/i915/display/intel_ddi.c | 2 +- drivers/gpu/drm/i915/display/intel_dp.c | 5 +- drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 15 +- drivers/gpu/drm/i915/gt/intel_engine_cs.c | 4 +- drivers/gpu/drm/i915/gt/intel_lrc.c | 21 +- drivers/gpu/drm/i915/gt/intel_ring.c | 4 + drivers/gpu/drm/i915/gt/intel_workarounds.c | 253 ++++++++++++- drivers/gpu/drm/i915/gt/selftest_mocs.c | 18 +- drivers/gpu/drm/i915/gt/selftest_ring.c | 110 ++++++ drivers/gpu/drm/i915/i915_cmd_parser.c | 4 + drivers/gpu/drm/i915/i915_irq.c | 1 + drivers/gpu/drm/i915/i915_reg.h | 2 +- drivers/gpu/drm/i915/intel_pm.c | 206 +--------- .../gpu/drm/i915/selftests/i915_mock_selftests.h | 1 + drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 6 + drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 8 + drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 7 + drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c | 3 +- drivers/gpu/drm/msm/msm_rd.c | 4 +- drivers/gpu/drm/nouveau/dispnv50/disp.c | 16 +- .../gpu/drm/nouveau/nvkm/engine/disp/hdmigm200.c | 4 +- drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c | 2 +- drivers/gpu/drm/qxl/qxl_kms.c | 2 +- drivers/gpu/drm/sun4i/sun4i_hdmi.h | 2 +- drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c | 2 +- drivers/hid/hid-ids.h | 3 + drivers/hid/hid-quirks.c | 1 + drivers/hid/intel-ish-hid/ishtp-fw-loader.c | 2 + drivers/hwtracing/coresight/coresight-etm4x.c | 1 + drivers/hwtracing/coresight/coresight-platform.c | 85 +++-- drivers/hwtracing/coresight/coresight-tmc-etf.c | 16 +- drivers/hwtracing/coresight/coresight.c | 7 +- drivers/i2c/busses/i2c-icy.c | 1 + drivers/i2c/busses/i2c-piix4.c | 3 +- drivers/i2c/busses/i2c-pxa.c | 13 +- drivers/iio/buffer/industrialio-buffer-dmaengine.c | 2 +- drivers/iio/light/gp2ap002.c | 19 +- drivers/iio/pressure/bmp280-core.c | 7 +- drivers/infiniband/core/cm.c | 4 +- drivers/infiniband/core/cma_configfs.c | 13 + drivers/infiniband/core/sysfs.c | 10 +- drivers/infiniband/core/uverbs_cmd.c | 3 +- drivers/infiniband/hw/cxgb4/device.c | 1 + drivers/infiniband/hw/efa/efa_com_cmd.c | 4 +- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 34 +- drivers/infiniband/hw/mlx5/devx.c | 5 + drivers/infiniband/hw/mlx5/srq.c | 10 +- drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +- drivers/input/serio/i8042-ppcio.h | 57 --- drivers/input/serio/i8042.h | 2 - drivers/input/touchscreen/edt-ft5x06.c | 12 +- drivers/iommu/arm-smmu-v3.c | 35 +- drivers/iommu/intel-iommu.c | 3 - drivers/mailbox/imx-mailbox.c | 37 +- drivers/mailbox/zynqmp-ipi-mailbox.c | 20 +- drivers/md/bcache/btree.c | 8 +- drivers/md/dm-mpath.c | 2 +- drivers/md/dm-zoned-metadata.c | 4 +- drivers/md/dm-zoned-reclaim.c | 4 +- drivers/media/platform/s5p-mfc/s5p_mfc.c | 6 +- drivers/media/v4l2-core/v4l2-ctrls.c | 2 +- drivers/mfd/stmfx.c | 22 +- drivers/mfd/wcd934x.c | 1 - drivers/mfd/wm8994-core.c | 1 + drivers/misc/fastrpc.c | 13 +- drivers/misc/habanalabs/device.c | 17 +- drivers/misc/habanalabs/habanalabs.h | 2 +- drivers/misc/xilinx_sdfec.c | 27 +- drivers/net/bareudp.c | 2 + drivers/net/dsa/lantiq_gswip.c | 3 +- drivers/net/dsa/sja1105/sja1105_ptp.c | 8 +- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 35 +- drivers/net/ethernet/cavium/octeon/octeon_mgmt.c | 5 + drivers/net/ethernet/ibm/ibmvnic.c | 3 + drivers/net/ethernet/intel/e1000e/netdev.c | 14 +- drivers/net/ethernet/intel/iavf/iavf.h | 14 + drivers/net/ethernet/intel/iavf/iavf_ethtool.c | 14 +- drivers/net/ethernet/intel/iavf/iavf_main.c | 25 +- drivers/net/ethernet/intel/iavf/iavf_virtchnl.c | 88 ++++- drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 7 +- .../ethernet/mellanox/mlx5/core/steering/dr_send.c | 2 +- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 + drivers/net/ethernet/mellanox/mlxsw/spectrum.h | 13 + .../net/ethernet/mellanox/mlxsw/spectrum_buffers.c | 1 + .../net/ethernet/mellanox/mlxsw/spectrum_span.c | 1 + drivers/net/geneve.c | 7 +- drivers/net/hamradio/yam.c | 1 + drivers/net/ipa/ipa_endpoint.c | 6 +- drivers/net/ipa/ipa_reg.h | 2 + drivers/net/phy/dp83867.c | 2 +- drivers/net/phy/marvell.c | 2 +- drivers/net/phy/mdio_bus.c | 2 + drivers/net/phy/mscc/mscc.h | 2 +- drivers/net/phy/mscc/mscc_main.c | 4 +- drivers/ntb/core.c | 9 +- drivers/ntb/test/ntb_perf.c | 30 +- drivers/ntb/test/ntb_pingpong.c | 14 +- drivers/ntb/test/ntb_tool.c | 9 +- drivers/nvme/host/fc.c | 5 +- drivers/nvme/host/pci.c | 6 + drivers/nvmem/core.c | 52 +-- drivers/of/kobj.c | 3 +- drivers/of/property.c | 16 +- drivers/pci/controller/dwc/pci-dra7xx.c | 8 +- drivers/pci/controller/dwc/pci-meson.c | 4 +- drivers/pci/controller/dwc/pcie-designware-host.c | 2 + drivers/pci/controller/pci-aardvark.c | 158 ++++++-- drivers/pci/controller/pci-v3-semi.c | 2 +- drivers/pci/controller/pcie-brcmstb.c | 5 +- drivers/pci/controller/pcie-rcar.c | 9 +- drivers/pci/controller/vmd.c | 6 +- drivers/pci/endpoint/functions/pci-epf-test.c | 3 + drivers/pci/pci-bridge-emul.c | 6 +- drivers/pci/pci.c | 30 +- drivers/pci/pcie/aspm.c | 10 - drivers/pci/pcie/ptm.c | 22 +- drivers/pci/probe.c | 5 +- drivers/pci/setup-res.c | 9 +- drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c | 2 +- drivers/phy/broadcom/phy-bcm-sr-usb.c | 55 +-- drivers/phy/cadence/phy-cadence-sierra.c | 27 +- drivers/phy/ti/phy-j721e-wiz.c | 6 +- drivers/pinctrl/bcm/pinctrl-bcm281xx.c | 2 +- drivers/pinctrl/freescale/pinctrl-imx.c | 19 +- drivers/pinctrl/freescale/pinctrl-imx1-core.c | 1 - drivers/pinctrl/pinctrl-at91-pio4.c | 2 +- drivers/pinctrl/pinctrl-ocelot.c | 33 +- drivers/pinctrl/pinctrl-rockchip.c | 7 +- drivers/pinctrl/pinctrl-rza1.c | 2 +- drivers/pinctrl/qcom/pinctrl-ipq6018.c | 3 +- drivers/pinctrl/sirf/pinctrl-sirf.c | 20 +- drivers/power/supply/Kconfig | 2 +- drivers/power/supply/lp8788-charger.c | 18 +- drivers/power/supply/smb347-charger.c | 1 + drivers/pwm/core.c | 2 +- drivers/pwm/pwm-img.c | 8 +- drivers/pwm/pwm-imx27.c | 20 +- drivers/remoteproc/mtk_scp.c | 4 +- drivers/remoteproc/qcom_q6v5_mss.c | 133 ++----- drivers/remoteproc/remoteproc_core.c | 3 +- drivers/rtc/rtc-mc13xxx.c | 4 +- drivers/rtc/rtc-rc5t619.c | 4 +- drivers/rtc/rtc-rv3028.c | 2 + drivers/s390/cio/qdio.h | 2 +- drivers/s390/cio/qdio_main.c | 19 +- drivers/s390/cio/qdio_setup.c | 21 +- drivers/s390/cio/qdio_thinint.c | 14 +- drivers/scsi/arm/acornscsi.c | 4 +- drivers/scsi/cxgbi/cxgb3i/cxgb3i.c | 18 +- drivers/scsi/hisi_sas/hisi_sas_main.c | 5 +- drivers/scsi/ibmvscsi/ibmvscsi.c | 2 + drivers/scsi/iscsi_boot_sysfs.c | 2 +- drivers/scsi/lpfc/lpfc_els.c | 2 + drivers/scsi/mpt3sas/mpt3sas_base.c | 2 + drivers/scsi/qedf/qedf.h | 1 + drivers/scsi/qedf/qedf_main.c | 35 +- drivers/scsi/qedi/qedi_iscsi.c | 7 +- drivers/scsi/qla2xxx/qla_os.c | 1 + drivers/scsi/qla2xxx/tcm_qla2xxx.c | 2 + drivers/scsi/scsi_error.c | 2 + drivers/scsi/scsi_lib.c | 20 +- drivers/scsi/scsi_transport_iscsi.c | 64 +++- drivers/scsi/sr.c | 7 +- drivers/scsi/ufs/ti-j721e-ufs.c | 13 +- drivers/scsi/ufs/ufs-qcom.c | 6 +- drivers/scsi/ufs/ufs_bsg.c | 4 +- drivers/scsi/ufs/ufshcd.c | 1 - drivers/slimbus/qcom-ngd-ctrl.c | 4 +- drivers/soundwire/slave.c | 2 + drivers/staging/gasket/gasket_sysfs.c | 2 + drivers/staging/greybus/light.c | 3 +- drivers/staging/mt7621-dts/mt7621.dtsi | 9 +- drivers/staging/mt7621-pci/pci-mt7621.c | 36 +- drivers/staging/sm750fb/sm750.c | 1 + drivers/staging/wfx/bus_sdio.c | 19 +- drivers/staging/wfx/debug.c | 11 +- drivers/staging/wfx/hif_tx.c | 2 +- drivers/staging/wfx/queue.c | 2 + drivers/staging/wfx/sta.c | 5 +- drivers/staging/wfx/sta.h | 2 +- drivers/staging/wilc1000/hif.c | 4 +- drivers/target/loopback/tcm_loop.c | 36 +- drivers/target/target_core_user.c | 154 ++++---- drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 6 +- drivers/tty/hvc/hvc_console.c | 16 +- drivers/tty/n_gsm.c | 26 +- drivers/tty/serial/8250/8250_port.c | 4 +- drivers/usb/cdns3/cdns3-ti.c | 3 +- drivers/usb/class/usblp.c | 5 +- drivers/usb/dwc2/core_intr.c | 7 +- drivers/usb/dwc3/dwc3-meson-g12a.c | 6 +- drivers/usb/dwc3/gadget.c | 60 ++- drivers/usb/gadget/composite.c | 78 +++- drivers/usb/gadget/udc/core.c | 2 + drivers/usb/gadget/udc/lpc32xx_udc.c | 11 +- drivers/usb/gadget/udc/m66592-udc.c | 2 +- drivers/usb/gadget/udc/s3c2410_udc.c | 4 - drivers/usb/host/ehci-mxc.c | 2 + drivers/usb/host/ehci-platform.c | 4 + drivers/usb/host/ohci-platform.c | 5 + drivers/usb/host/ohci-sm501.c | 7 +- drivers/usb/host/xhci-plat.c | 10 +- drivers/usb/roles/class.c | 4 +- drivers/vfio/mdev/mdev_sysfs.c | 2 +- drivers/vfio/pci/vfio_pci_config.c | 14 +- drivers/vhost/scsi.c | 1 + drivers/video/backlight/lp855x_bl.c | 20 +- drivers/watchdog/da9062_wdt.c | 5 - drivers/xen/cpu_hotplug.c | 8 +- fs/afs/cmservice.c | 9 +- fs/afs/dir.c | 9 +- fs/afs/fsclient.c | 103 ++--- fs/afs/inode.c | 16 +- fs/afs/internal.h | 3 +- fs/afs/misc.c | 1 + fs/afs/proc.c | 1 + fs/afs/rxrpc.c | 10 +- fs/afs/vlclient.c | 34 +- fs/afs/write.c | 5 +- fs/afs/yfsclient.c | 100 ++--- fs/block_dev.c | 12 +- fs/ceph/export.c | 9 +- fs/cifs/connect.c | 18 +- fs/dlm/dlm_internal.h | 1 - fs/ext4/acl.c | 2 +- fs/ext4/dir.c | 16 + fs/ext4/ext4.h | 2 +- fs/ext4/ext4_jbd2.h | 5 +- fs/ext4/extents.c | 36 +- fs/ext4/file.c | 17 +- fs/ext4/indirect.c | 4 +- fs/ext4/inline.c | 6 +- fs/ext4/inode.c | 38 +- fs/ext4/migrate.c | 12 +- fs/ext4/namei.c | 76 ++-- fs/ext4/super.c | 55 ++- fs/ext4/xattr.c | 6 +- fs/f2fs/checkpoint.c | 4 +- fs/f2fs/compress.c | 22 +- fs/f2fs/data.c | 8 +- fs/f2fs/dir.c | 80 ++-- fs/f2fs/f2fs.h | 15 +- fs/f2fs/file.c | 9 +- fs/f2fs/node.c | 8 +- fs/f2fs/super.c | 5 +- fs/fuse/dev.c | 5 +- fs/fuse/file.c | 43 ++- fs/fuse/fuse_i.h | 1 + fs/fuse/virtio_fs.c | 106 ++++-- fs/gfs2/log.c | 11 +- fs/gfs2/ops_fstype.c | 2 +- fs/io_uring.c | 131 ++++--- fs/jbd2/journal.c | 17 +- fs/nfs/direct.c | 2 + fs/nfs/inode.c | 14 +- fs/nfs/nfs4proc.c | 2 +- fs/nfsd/cache.h | 2 + fs/nfsd/netns.h | 1 - fs/nfsd/nfs4callback.c | 2 + fs/nfsd/nfscache.c | 32 +- fs/nfsd/nfsctl.c | 6 + fs/proc/bootconfig.c | 15 +- fs/xfs/xfs_inode.c | 4 +- include/linux/bitops.h | 2 +- include/linux/coresight.h | 10 +- include/linux/ioport.h | 6 + include/linux/jbd2.h | 6 +- include/linux/kprobes.h | 4 + include/linux/libata.h | 3 + include/linux/mfd/stmfx.h | 1 + include/linux/nfs_fs.h | 1 + include/linux/usb/composite.h | 3 + include/linux/usb/gadget.h | 2 + include/sound/soc.h | 8 +- include/trace/events/afs.h | 10 +- include/uapi/linux/magic.h | 1 + kernel/bpf/syscall.c | 17 +- kernel/bpf/verifier.c | 2 +- kernel/kprobes.c | 27 +- kernel/resource.c | 5 + kernel/trace/blktrace.c | 30 +- kernel/trace/trace.h | 3 + kernel/trace/trace_entries.h | 14 +- kernel/trace/trace_export.c | 16 + kernel/trace/trace_kprobe.c | 2 +- kernel/trace/trace_probe.c | 4 +- kernel/trace/trace_uprobe.c | 2 +- lib/zlib_inflate/inffast.c | 91 ++--- net/core/dev.c | 40 +- net/core/filter.c | 16 +- net/core/sock_map.c | 38 +- net/ipv4/tcp_bpf.c | 6 + net/netfilter/nft_set_pipapo.c | 6 +- net/netfilter/nft_set_rbtree.c | 21 +- net/rxrpc/proc.c | 6 +- net/sunrpc/addr.c | 4 +- net/xdp/xsk.c | 4 +- samples/ftrace/sample-trace-array.c | 24 +- scripts/Makefile.modpost | 7 +- scripts/headers_install.sh | 11 +- scripts/mksysmap | 2 +- security/apparmor/domain.c | 9 +- security/apparmor/include/label.h | 1 + security/apparmor/label.c | 37 +- security/apparmor/lsm.c | 5 + security/selinux/ss/conditional.c | 21 +- security/selinux/ss/services.c | 4 + sound/firewire/amdtp-am824.c | 3 +- sound/isa/wavefront/wavefront_synth.c | 8 +- sound/pci/hda/patch_realtek.c | 14 +- sound/soc/codecs/Kconfig | 9 +- sound/soc/codecs/max98373.c | 2 +- sound/soc/codecs/rt1308-sdw.c | 3 + sound/soc/codecs/rt5645.c | 14 + sound/soc/codecs/rt5682.c | 3 + sound/soc/codecs/rt700.c | 3 + sound/soc/codecs/rt711.c | 3 + sound/soc/codecs/rt715.c | 3 + sound/soc/fsl/fsl_asrc_dma.c | 1 + sound/soc/fsl/fsl_esai.c | 4 + sound/soc/img/img-i2s-in.c | 1 + sound/soc/intel/boards/bytcr_rt5640.c | 24 ++ sound/soc/meson/axg-fifo.c | 10 +- sound/soc/meson/meson-card-utils.c | 17 +- sound/soc/qcom/qdsp6/q6asm-dai.c | 4 +- sound/soc/sh/rcar/gen.c | 8 + sound/soc/sh/rcar/rsnd.h | 9 + sound/soc/sh/rcar/ssi.c | 145 +++++++ sound/soc/soc-core.c | 22 +- sound/soc/soc-dapm.c | 12 +- sound/soc/soc-pcm.c | 44 ++- sound/soc/sof/control.c | 4 +- sound/soc/sof/core.c | 1 + sound/soc/sof/imx/Kconfig | 2 +- sound/soc/sof/intel/hda-codec.c | 51 ++- sound/soc/sof/nocodec.c | 6 +- sound/soc/sof/pm.c | 10 +- sound/soc/sof/sof-audio.h | 2 +- sound/soc/sof/topology.c | 2 + sound/soc/tegra/tegra_wm8903.c | 6 +- sound/soc/ti/davinci-mcasp.c | 4 +- sound/soc/ti/omap-mcbsp.c | 8 +- sound/soc/ux500/mop500.c | 11 +- sound/usb/card.h | 5 + sound/usb/endpoint.c | 244 +++++++++++- sound/usb/endpoint.h | 1 + sound/usb/mixer_quirks.c | 418 +++++++++++++++++++++ sound/usb/pcm.c | 7 + tools/bootconfig/main.c | 24 +- tools/bpf/bpftool/gen.c | 2 + tools/lib/bpf/btf_dump.c | 33 +- tools/lib/bpf/libbpf.c | 4 - tools/perf/builtin-report.c | 3 +- tools/perf/util/parse-events.y | 2 +- tools/perf/util/probe-event.c | 7 +- tools/perf/util/probe-file.c | 2 +- tools/perf/util/stat-display.c | 4 +- tools/testing/selftests/bpf/prog_tests/skeleton.c | 45 ++- tools/testing/selftests/bpf/progs/test_skeleton.c | 19 +- tools/testing/selftests/kvm/Makefile | 4 + tools/testing/selftests/net/timestamping.c | 10 +- tools/testing/selftests/ntb/ntb_test.sh | 2 +- tools/testing/selftests/timens/clock_nanosleep.c | 2 +- tools/testing/selftests/timens/timens.c | 2 +- tools/testing/selftests/timens/timens.h | 13 +- tools/testing/selftests/timens/timer.c | 5 + tools/testing/selftests/timens/timerfd.c | 5 + tools/testing/selftests/x86/protection_keys.c | 3 +- 535 files changed, 5327 insertions(+), 2788 deletions(-)