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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05914C001DE for ; Wed, 26 Jul 2023 04:54:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231410AbjGZEyo (ORCPT ); Wed, 26 Jul 2023 00:54:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231442AbjGZEyi (ORCPT ); Wed, 26 Jul 2023 00:54:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F2BF61FDA; Tue, 25 Jul 2023 21:54:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 885F861474; Wed, 26 Jul 2023 04:54:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0C2FFC433C8; Wed, 26 Jul 2023 04:54:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1690347260; bh=+0NK18JbyRANqPvh9IdxxIDGPEIcSZd7Em26uCSo/mU=; h=From:To:Cc:Subject:Date:From; b=zNdd3sZhMNlpTXDfHjED2gZfvLeKqYxmIp72HjTYrHw9/wHsrEMZmdVfD2bMYow19 H24VmLGQFn83g89LC9Oty30ALrWc9M0mMZhq28rZQX4GcLJZT6wkbWF/a9gLCBNtQI tjGuEjhBSxv1INOSxml3t77ALEyhOJ2g2UNwPqHs= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org Subject: [PATCH 5.10 000/508] 5.10.188-rc2 review Date: Wed, 26 Jul 2023 06:54:16 +0200 Message-ID: <20230726045328.327600022@linuxfoundation.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.188-rc2.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.10.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.10.188-rc2 X-KernelTest-Deadline: 2023-07-28T04:53+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org This is the start of the stable review cycle for the 5.10.188 release. There are 508 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, 28 Jul 2023 04:52:02 +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.10.188-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.10.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.10.188-rc2 Zheng Yejian ftrace: Fix possible warning on checking all pages used in ftrace_process_locs() Linus Torvalds ftrace: Store the order of pages allocated in ftrace_page Zheng Yejian tracing: Fix memory leak of iter->temp when reading trace_pipe Mohamed Khalfella tracing/histograms: Return an error if we fail to add histogram to hist_vars list Vladimir Oltean net: phy: prevent stale pointer dereference in phy_init() Eric Dumazet tcp: annotate data-races around fastopenq.max_qlen Eric Dumazet tcp: annotate data-races around icsk->icsk_user_timeout Eric Dumazet tcp: annotate data-races around tp->notsent_lowat Eric Dumazet tcp: annotate data-races around rskq_defer_accept Eric Dumazet tcp: annotate data-races around tp->linger2 Eric Dumazet tcp: annotate data-races around icsk->icsk_syn_retries Kuniyuki Iwashima tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries. Kuniyuki Iwashima net: Introduce net.ipv4.tcp_migrate_req. Eric Dumazet tcp: annotate data-races around tp->keepalive_probes Eric Dumazet tcp: annotate data-races around tp->keepalive_intvl Eric Dumazet tcp: annotate data-races around tp->keepalive_time Eric Dumazet tcp: annotate data-races around tp->tcp_tx_delay Pablo Neira Ayuso netfilter: nf_tables: skip bound chain on rule flush Pablo Neira Ayuso netfilter: nf_tables: skip bound chain in netns release path Florian Westphal netfilter: nft_set_pipapo: fix improper element removal Florian Westphal netfilter: nf_tables: can't schedule in nft_chain_validate Florian Westphal netfilter: nf_tables: fix spurious set element insertion failure Kuniyuki Iwashima llc: Don't drop packet from non-root netns. Zhang Shurong fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe Kuniyuki Iwashima Revert "tcp: avoid the lookup process failing to get sk in ehash table" Yuanjun Gong net:ipv6: check return value of pskb_trim() Wang Ming net: ipv4: Use kfree_sensitive instead of kfree Eric Dumazet tcp: annotate data-races around tcp_rsk(req)->ts_recent Geetha sowjanya octeontx2-pf: Dont allocate BPIDs for LBK interfaces Jiapeng Chong security: keys: Modify mismatched function name Ding Hui iavf: Fix out-of-bounds when setting channels on remove Ding Hui iavf: Fix use-after-free in free_netdev Kuniyuki Iwashima bridge: Add extack warning when enabling STP in netns. Tanmay Patil net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field() Mario Limonciello pinctrl: amd: Use amd_pinconf_set() for all config options Martin Kaiser fbdev: imxfb: warn about invalid left/right margin Jonas Gorski spi: bcm63xx: fix max prepend length Ying Hsu igb: Fix igb_down hung on surprise removal Johannes Berg wifi: iwlwifi: mvm: avoid baid size integer overflow Gustavo A. R. Silva wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point() Petr Oros devlink: report devlink_port_type_warn source device Martin KaFai Lau bpf: Address KCSAN report on bpf_lru_list Maxime Bizon wifi: ath11k: fix registration of 6Ghz-only phy without the full channel range Yicong Yang sched/fair: Don't balance task to its current running CPU Mark Rutland arm64: mm: fix VA-range sanity check Youngmin Nam arm64: set __exception_irq_entry with __irq_entry as a default Hans de Goede ACPI: video: Add backlight=native DMI quirk for Lenovo ThinkPad X131e (3371 AMD version) Hans de Goede ACPI: video: Add backlight=native DMI quirk for Apple iMac11,3 Hans de Goede ACPI: button: Add lid disable DMI quirk for Nextbook Ares 8A David Sterba btrfs: add xxhash to fast checksum implementations Thomas Gleixner posix-timers: Ensure timer ID search-loop limit is valid Yu Kuai md/raid10: prevent soft lockup while flush writes Yu Kuai md: fix data corruption for raid456 when reshape restart while grow up Zhong Jinghua nbd: Add the maximum limit of allocated index in nbd_dev_add Tetsuo Handa debugobjects: Recheck debug_objects_enabled before reporting Eric Whitney ext4: correct inline offset when handling xattrs in inode body Matus Gajdos ASoC: fsl_sai: Disable bit clock with transmitter Jocelyn Falempe drm/client: Fix memory leak in drm_client_modeset_probe Jocelyn Falempe drm/client: Fix memory leak in drm_client_target_cloned YueHaibing can: bcm: Fix UAF in bcm_proc_show() Mark Brown regmap: Account for register length in SMBus I/O limits Mark Brown regmap: Drop initial version of maximum transfer length fixes Matthieu Baerts selftests: tc: add 'ct' action kconfig dep Matthieu Baerts selftests: tc: set timeout to 15 minutes Miklos Szeredi fuse: revalidate: don't invalidate if interrupted Filipe Manana btrfs: fix warning when putting transaction with qgroups enabled after abort Georg Müller perf probe: Add test for regression introduced by switch to die_get_decl_file() Petr Pavlu keys: Fix linking a duplicate key to a keyring's assoc_array Luka Guzenko ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx Kailang Yang ALSA: hda/realtek - remove 3k pull low procedure Daniel Vetter drm/atomic: Fix potential use-after-free in nonblocking commits Jason Gunthorpe RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requests Pedro Tammela net/sched: sch_qfq: reintroduce lmax bound check for MTU Manish Rangankar scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue Shreyas Deodhar scsi: qla2xxx: Pointer may be dereferenced Bikash Hazarika scsi: qla2xxx: Correct the index of array Nilesh Javali scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport() Bikash Hazarika scsi: qla2xxx: Fix potential NULL pointer dereference Quinn Tran scsi: qla2xxx: Fix buffer overrun Nilesh Javali scsi: qla2xxx: Array index may go out of bound Quinn Tran scsi: qla2xxx: Wait for io return on terminate rport Masami Hiramatsu (Google) tracing/probes: Fix not to count error code to total length Mateusz Stachyra tracing: Fix null pointer dereference in tracing_err_log_open() Max Filippov xtensa: ISS: fix call to split_if_spec Zheng Yejian ring-buffer: Fix deadloop issue on reading trace_pipe Krister Johansen net: ena: fix shift-out-of-bounds in exponential backoff Florent Revest samples: ftrace: Save required argument registers in sample trampolines Mohamed Khalfella tracing/histograms: Add histograms to hist_vars if they have referenced variables Heiko Carstens s390/decompressor: fix misaligned symbol build error Jiaqing Zhao Revert "8250: add support for ASIX devices with a FIFO bug" George Stark meson saradc: fix clock divider mask length Weitao Wang xhci: Show ZHAOXIN xHCI root hub speed correctly Weitao Wang xhci: Fix TRB prefetch issue of ZHAOXIN hosts Weitao Wang xhci: Fix resume issue of some ZHAOXIN hosts Xiubo Li ceph: don't let check_caps skip sending responses for revoke msgs Christophe JAILLET firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_pool() Christophe JAILLET tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk Christophe JAILLET tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error Dan Carpenter serial: atmel: don't enable IRQs prematurely Mario Limonciello drm/amd/display: Correct `DMUB_FW_VERSION` macro Brian Norris drm/rockchip: vop: Leave vblank enabled in self-refresh Brian Norris drm/atomic: Allow vblank-enabled + self-refresh "disable" Alexander Aring fs: dlm: return positive pid value for F_GETLK Jason Baron md/raid0: add discard support for the 'original' layout Damien Le Moal misc: pci_endpoint_test: Re-init completion for every test Damien Le Moal misc: pci_endpoint_test: Free IRQs before removing the device Damien Le Moal PCI: rockchip: Set address alignment for endpoint mode Rick Wertenbroek PCI: rockchip: Use u32 variable to access 32-bit registers Rick Wertenbroek PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint core Rick Wertenbroek PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be locked Rick Wertenbroek PCI: rockchip: Write PCI Device ID to correct register Rick Wertenbroek PCI: rockchip: Assert PCI Configuration Enable bit after probe Manivannan Sadhasivam PCI: qcom: Disable write access to read only registers for IP v2.3.3 Robin Murphy PCI: Add function 1 DMA alias quirk for Marvell 88SE9235 Ondrej Zary PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold Martin Kaiser hwrng: imx-rngc - fix the timeout for init and self check Siddh Raman Pant jfs: jfs_dmap: Validate db_l2nbperpage while mounting Baokun Li ext4: only update i_reserved_data_blocks on successful block allocation Kemeng Shi ext4: fix wrong unit use in ext4_mb_new_blocks Kemeng Shi ext4: get block from bh in ext4_free_blocks for fast commit replay Kemeng Shi ext4: fix wrong unit use in ext4_mb_clear_bb Zhihao Cheng ext4: Fix reusing stale buffer heads from last failed mounting Huacai Chen MIPS: Loongson: Fix cpu_probe_loongson() again Gao Xiang erofs: fix compact 4B support for 16k block size Ekansh Gupta misc: fastrpc: Create fastrpc scalar with correct buffer count Naveen N Rao powerpc: Fail build if using recordmcount with binutils v2.37 Florian Fainelli net: bcmgenet: Ensure MDIO unregistration has clocks enabled Arseniy Krasnov mtd: rawnand: meson: fix unaligned DMA buffers handling Jarkko Sakkinen tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation Mario Limonciello pinctrl: amd: Only use special debounce behavior for GPIO 0 Mario Limonciello pinctrl: amd: Detect internal GPIO0 debounce handling Mario Limonciello pinctrl: amd: Fix mistake in handling clearing pins at startup Chao Yu f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io() Ming Lei nvme-pci: fix DMA direction of unmapping integrity data Pedro Tammela net/sched: sch_qfq: account for stab overhead in qfq_enqueue Pedro Tammela net/sched: sch_qfq: refactor parsing of netlink parameters Pedro Tammela net/sched: make psched_mtu() RTNL-less safe Dan Carpenter netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write() Ido Schimmel net/sched: flower: Ensure both minimum and maximum ports are specified Randy Dunlap wifi: airo: avoid uninitialized warning in airo_get_rate() Chunhai Guo erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF Björn Töpel riscv, bpf: Fix inconsistent JIT image generation Pu Lehui bpf, riscv: Support riscv jit to provide bpf_line_info Jisheng Zhang riscv: bpf: Avoid breaking W^X Jisheng Zhang riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core Florian Kauer igc: Fix inserting of empty frame for launchtime Florian Kauer igc: Fix launchtime before start of cycle Andy Shevchenko platform/x86: wmi: Break possible infinite loop when parsing GUID Barnabás Pőcze platform/x86: wmi: move variables Barnabás Pőcze platform/x86: wmi: use guid_t and guid_equal() Barnabás Pőcze platform/x86: wmi: remove unnecessary argument Ziyang Xuan ipv6/addrconf: fix a potential refcount underflow for idev Jiasheng Jiang NTB: ntb_tool: Add check for devm_kcalloc Yang Yingliang NTB: ntb_transport: fix possible memory leak while device_register() fails Yuan Can ntb: intel: Fix error handling in intel_ntb_pci_driver_init() Yuan Can NTB: amd: Fix error handling in amd_ntb_pci_driver_init() Yuan Can ntb: idt: Fix error handling in idt_pci_driver_init() Eric Dumazet udp6: fix udp6_ehashfn() typo Kuniyuki Iwashima icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev(). Paolo Abeni net: prevent skb corruption on frag list segmentation Rafał Miłecki net: bgmac: postpone turning IRQs off to avoid SoC hangs Nitya Sunkad ionic: remove WARN_ON to prevent panic_on_warn Junfeng Guo gve: Set default duplex configuration to full M A Ramdhan net/sched: cls_fw: Fix improper refcount update leads to use-after-free Klaus Kudielka net: mvneta: fix txq_map in case of txq_number==1 Dan Carpenter scsi: qla2xxx: Fix error code in qla2x00_start_sp() Prasad Koya igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksettings Vlad Buslov net/mlx5e: Check for NOT_READY flag state after locking Zhengchao Shao net/mlx5e: fix double free in mlx5e_destroy_flow_table Muhammad Husaini Zulkifli igc: Remove delay during TX ring configuration Marek Vasut drm/panel: simple: Add Powertip PH800480T013 drm_display_mode flags Fabio Estevam drm/panel: simple: Add connector_type for innolux_at043tn24 Linus Torvalds workqueue: clean up WORK_* constant types, clarify masking Moritz Fischer net: lan743x: Don't sleep in atomic context Jens Axboe io_uring: add reschedule point to handle_tw_list() Andres Freund io_uring: Use io_schedule* in cqring wait Michael Schmitz block/partition: fix signedness issue for Amiga partitions Paul E. McKenney rcu-tasks: Simplify trc_read_check_handler() atomic operations Paul E. McKenney rcu-tasks: Mark ->trc_reader_special.b.need_qs data races Paul E. McKenney rcu-tasks: Mark ->trc_reader_nesting data races Sherry Sun tty: serial: fsl_lpuart: add earlycon for imx8ulp platform Jason A. Donenfeld wireguard: netlink: send staged packets when setting initial private key Jason A. Donenfeld wireguard: queueing: use saner cpu selection wrapping Thadeu Lima de Souza Cascardo netfilter: nf_tables: prevent OOB access in nft_byteorder_eval Thadeu Lima de Souza Cascardo netfilter: nf_tables: do not ignore genmask when looking up chain by id Florent Revest netfilter: conntrack: Avoid nf_ct_helper_hash uses after free Florian Westphal netfilter: nf_tables: fix scheduling-while-atomic splat Pablo Neira Ayuso netfilter: nf_tables: unbind non-anonymous set if rule construction fails Pablo Neira Ayuso netfilter: nf_tables: drop map element references from preparation phase Pablo Neira Ayuso netfilter: nftables: rename set element data activation/deactivation functions Pablo Neira Ayuso netfilter: nf_tables: reject unbound chain set before commit phase Pablo Neira Ayuso netfilter: nf_tables: reject unbound anonymous set before commit phase Pablo Neira Ayuso netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain Pablo Neira Ayuso netfilter: nf_tables: fix chain binding transaction logic Pablo Neira Ayuso netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE Florian Westphal netfilter: nf_tables: add rescheduling points during loop detection walks Florian Westphal netfilter: nf_tables: use net_generic infra for transaction data Geert Uytterhoeven sh: pgtable-3level: Fix cast to pointer from integer of different size Michael Schmitz block: add overflow checks for Amiga partition support Gilad Reti selftests/bpf: Add verifier test for PTR_TO_MEM spill Lino Sanfilippo tpm, tpm_tis: Claim locality in interrupt handler Amir Goldstein fanotify: disallow mount/sb marks on kernel internal pseudo fs Jan Kara fs: no need to check source Christian Marangi leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev rename Arnd Bergmann ARM: orion5x: fix d2net gpio initialization Ricardo Ribalda Delgado ASoC: mediatek: mt8173: Fix snd_soc_component_initialize error path Ricardo Ribalda Delgado ASoC: mediatek: mt8173: Fix irq error path Filipe Manana btrfs: fix race when deleting quota root from the dirty cow roots list Matt Corallo btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile Jan Kara fs: Lock moved directories Jan Kara fs: Establish locking order for unrelated directories Jan Kara Revert "f2fs: fix potential corruption when moving a directory" Jan Kara ext4: Remove ext4 locking of moved directory Thomas Weißschuh fs: avoid empty option when generating legacy mount string Fabian Frederick jffs2: reduce stack usage in jffs2_build_xattr_subsystem() Roberto Sassu shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs Arnd Bergmann autofs: use flexible array in ioctl structure Tianjia Zhang integrity: Fix possible multiple allocation in integrity_inode_get() Kees Cook um: Use HOST_DIR for mrproper Zheng Wang bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent Zheng Wang bcache: Remove unnecessary NULL point check in node allocations Mingzhe Zou bcache: fixup btree_cache_wait list damage Chevron Li mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is used. Ulf Hansson mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS Robert Marko mmc: core: disable TRIM on Micron MTFC4GACAJCN-1M Robert Marko mmc: core: disable TRIM on Kingston EMMC04G-M627 Jens Axboe io_uring: wait interruptibly for request completions on exit Dai Ngo NFSD: add encoding of op_recall flag for write delegation Shuai Jiang i2c: qup: Add missing unwind goto in qup_i2c_probe() Takashi Iwai ALSA: jack: Fix mutex call in snd_jack_report() Robert Hancock i2c: xiic: Don't try to handle more interrupt events after error Marek Vasut i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process() Danila Chernetsov apparmor: fix missing error check for rhashtable_insert_fast Artur Rojek sh: dma: Fix DMA channel offset calculation Thorsten Winkler s390/qeth: Fix vipa deletion Vladimir Oltean net: dsa: tag_sja1105: fix MAC DA patching from meta frames Guillaume Nault pptp: Fix fib lookup calls. Lin Ma net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX Ilya Maximets xsk: Honor SO_BINDTODEVICE on bind Eric Dumazet tcp: annotate data races in __tcp_oow_rate_limited() Vladimir Oltean net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC mode Randy Dunlap powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y Hariprasad Kelam octeontx2-af: Fix mapping for NIX block from CGX connection Chao Yu f2fs: fix error path handling in truncate_dnode() Nishanth Menon mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0 Jonas Gorski spi: bcm-qspi: return error if neither hif_mspi nor mspi is available Pawel Dembicki net: dsa: vsc73xx: fix MTU configuration Tobias Heider Add MODULE_FIRMWARE() for FIRMWARE_TG357766. Chengfeng Ye sctp: fix potential deadlock on &net->sctp.addr_wq_lock Randy Dunlap media: cec: i2c: ch7322: also select REGMAP Christophe JAILLET rtc: st-lpc: Release some resources in st_rtc_probe() in case of error Marek Vasut pwm: sysfs: Do not apply state to already disabled PWMs Fancy Fang pwm: imx-tpm: force 'real_period' to be zero in suspend Claudiu Beznea phy: tegra: xusb: check return value of devm_kzalloc() Christophe JAILLET mfd: stmpe: Only disable the regulators if they are enabled Pierre Morel KVM: s390: vsie: fix the length of APCB bitmap Amelie Delaunay mfd: stmfx: Nullify stmfx->vdd in case of error Amelie Delaunay mfd: stmfx: Fix error path in stmfx_chip_init Mirsad Goran Todorovac test_firmware: return ENOMEM instead of ENOSPC on failed memory allocation Tony Lindgren serial: 8250_omap: Use force_suspend and resume for system suspend Greg Kroah-Hartman Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial detection" Jiasheng Jiang mfd: intel-lpss: Add missing check for platform_get_resource Christophe JAILLET usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe() Prashanth K usb: common: usb-conn-gpio: Set last role to unknown before initial detection Christophe JAILLET usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe() Christophe JAILLET usb: dwc3: qcom: Release the correct resources in dwc3_qcom_remove() Nico Boehr KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes Dan Carpenter media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var() Rikard Falkeborn media: venus: helpers: Fix ALIGN() of non power of two Stephan Gerhold mfd: rt5033: Drop rt5033-battery sub-device James Clark coresight: Fix loss of connection info when a module is unloaded Muchun Song kernfs: fix missing kernfs_idr_lock to remove an ID from the IDR John Ogness serial: 8250: lock port for UART_IER access in omap8250_irq() John Ogness serial: 8250: lock port for stop_rx() in omap8250_irq() Arnd Bergmann usb: hide unused usbfs_notify_suspend/resume functions Li Yang usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() Andy Shevchenko extcon: Fix kernel doc of property capability fields to avoid warnings Andy Shevchenko extcon: Fix kernel doc of property fields to avoid warnings Prashanth K usb: gadget: u_serial: Add null pointer check in gserial_suspend Vladislav Efanov usb: dwc3: qcom: Fix potential memory leak Robert Marko clk: qcom: ipq6018: fix networking resets Robert Marko clk: qcom: reset: support resetting multiple bits Stephan Gerhold clk: qcom: reset: Allow specifying custom reset delay Duoming Zhou media: usb: siano: Fix warning due to null work_func_t function pointer Marek Vasut media: videodev2.h: Fix struct v4l2_input tuner index comment Daniil Dulov media: usb: Check az6007_read() return value Mantas Pucka clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks Tony Lindgren serial: 8250: omap: Fix freeing of resources on failed register John Paul Adrian Glaubitz sh: j2: Use ioremap() to translate device tree address into kernel memory Dan Carpenter w1: fix loop in w1_fini() Stefan Wahren w1: w1_therm: fix locking behavior in convert_t Ding Hui SUNRPC: Fix UAF in svc_tcp_listen_data_ready() Michael Schmitz block: change all __u32 annotations to __be32 in affs_hardblocks.h Michael Schmitz block: fix signed int overflow in Amiga partition support EJ Hsu phy: tegra: xusb: Clear the driver reference in usb-phy dev Krishna Kurapati usb: dwc3: gadget: Propagate core init errors to UDC during pullup Davide Tronchin USB: serial: option: add LARA-R6 01B PIDs Jens Axboe io_uring: ensure IOPOLL locks around deferred work Martin Kaiser hwrng: st - keep clock enabled while hwrng is registered Dan Williams dax: Introduce alloc_dev_dax_id() Dan Williams dax: Fix dax_mapping_release() use after free Olga Kornievskaia NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSION Masahiro Yamada ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard Dan Carpenter modpost: fix off by one in is_executable_section() Arnd Bergmann crypto: marvell/cesa - Fix type mismatch warning Masahiro Yamada modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24} Masahiro Yamada modpost: fix section mismatch message for R_ARM_ABS32 Randy Dunlap crypto: nx - fix build warnings when DEBUG_FS is not enabled Herbert Xu hwrng: virtio - Fix race on data_avail and actual data Laurent Vivier hwrng: virtio - always add a pending request Laurent Vivier hwrng: virtio - don't waste entropy Laurent Vivier hwrng: virtio - don't wait on cleanup Laurent Vivier hwrng: virtio - add an internal buffer Aneesh Kumar K.V powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-boundary Aneesh Kumar K.V powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo Aneesh Kumar K.V mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t * Aneesh Kumar K.V mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * Colin Ian King powerpc/powernv/sriov: perform null check on iov before dereferencing iov Claudiu Beznea pinctrl: at91-pio4: check return value of devm_kasprintf() Namhyung Kim perf dwarf-aux: Fix off-by-one in die_get_varname() Arnaldo Carvalho de Melo perf script: Fix allocation of evsel->priv related to per-event dump files Arnaldo Carvalho de Melo perf script: Fixup 'struct evsel_script' method prefix Christophe Leroy kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures Andy Shevchenko pinctrl: cherryview: Return correct value if pin in push-pull mode Arnaldo Carvalho de Melo perf bench: Add missing setlocale() call to allow usage of %'d style formatting Sohaib Mohamed perf bench: Use unbuffered output when pipe/tee'ing to a file Sui Jingfeng PCI: Add pci_clear_master() stub for non-CONFIG_PCI Junyan Ye PCI: ftpci100: Release the clock resources Rongguang Wei PCI: pciehp: Cancel bringup sequence if card is not present Yuchen Yang scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe() Ding Hui PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free Christophe JAILLET pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors Jinhong Zhu scsi: qedf: Fix NULL dereference in error handling Siddharth Vadapalli PCI: cadence: Fix Gen2 Link Retraining process Claudiu Beznea ASoC: imx-audmix: check return value of devm_kasprintf() Amir Goldstein ovl: update of dentry revalidate flags after copy up Alexey Romanov drivers: meson: secure-pwrc: always enable DMA domain Claudiu Beznea clk: ti: clkctrl: check return value of kasprintf() Claudiu Beznea clk: keystone: sci-clk: check return value of kasprintf() Claudiu Beznea clk: si5341: free unused memory on probe failure Claudiu Beznea clk: si5341: check return value of {devm_}kasprintf() Claudiu Beznea clk: si5341: return error if one synth clock registration fails Robert Hancock clk: si5341: Add sysfs properties to allow checking/resetting device faults Robert Hancock clk: si5341: Allow different output VDD_SEL values Claudiu Beznea clk: cdce925: check return value of kasprintf() Claudiu Beznea clk: vc5: check memory returned by kasprintf() Bjorn Andersson drm/msm/dp: Free resources after unregistering them Dmitry Baryshkov drm/msm/dpu: do not enable color-management if DSPPs are not available Su Hui ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer Yuan Can clk: tegra: tegra124-emc: Fix potential memory leak Yuxing Liu clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe() Hao Luo clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe Kashyap Desai RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context Kashyap Desai RDMA/bnxt_re: wraparound mbox producer index Chia-I Wu amdgpu: validate offset_in_bo of drm_amdgpu_gem_va Nikita Zhandarovich drm/radeon: fix possible division-by-zero errors Daniil Dulov drm/amdkfd: Fix potential deallocation of previously deallocated memory. Christian Lamparter ARM: dts: BCM5301X: fix duplex-full => full-duplex Guenter Roeck hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272 Potin Lai hwmon: (adm1275) Allow setting sample averaging Chu Lin hwmon: (adm1275) enable adm1272 temperature reporting Tim Harvey hwmon: (gsc-hwmon) fix fan pwm temperature scaling Olivier Moysan ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkx Marek Vasut ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2 Keerthy arm64: dts: ti: k3-j7200: Fix physical address of pin Christophe JAILLET fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe() Wolfram Sang arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 Geert Uytterhoeven ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier Chengchang Tang RDMA/hns: Fix hns_roce_table_get return value Xi Wang RDMA/hns: Clean the hardware related code for HEM Weihang Li RDMA/hns: Use refcount_t APIs for HEM Lang Cheng RDMA/hns: Fix coding style issues Jason Gunthorpe RDMA: Remove uverbs_ex_cmd_mask values that are linked to functions Brendan Cunningham IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidate Patrick Kelsey IB/hfi1: Fix sdma.h tx->num_descs off-by-one errors Christophe JAILLET IB/hfi1: Use bitmap_zalloc() when applicable Randy Dunlap soc/fsl/qe: fix usb.c build errors Martin Blumenstingl ARM: dts: meson8: correct uart_B and uart_C clock references Cristian Ciocaltea ASoC: es8316: Do not set rate constraints for unsupported MCLKs Cristian Ciocaltea ASoC: es8316: Increment max value for ALC Capture Target Volume control Krzysztof Kozlowski memory: brcmstb_dpfe: fix testing array offset after use Marek Vasut ARM: dts: stm32: Shorten the AV96 HDMI sound card name Krzysztof Kozlowski arm64: dts: qcom: apq8096: fix fixed regulator name property Arnd Bergmann ARM: omap2: fix missing tick_broadcast() prototype Arnd Bergmann ARM: ep93xx: fix missing-prototype warnings Dario Binacchi drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01H Krzysztof Kozlowski arm64: dts: qcom: msm8996: correct camss unit address Krzysztof Kozlowski arm64: dts: qcom: msm8994: correct SPMI unit address Krzysztof Kozlowski arm64: dts: qcom: msm8916: correct camss unit address Tony Lindgren ARM: dts: gta04: Move model property out of pinctrl node Kalesh AP RDMA/bnxt_re: Fix to remove an unnecessary log Kalesh AP RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid Kalesh AP RDMA/bnxt_re: Use unique names while registering interrupts Kalesh AP RDMA/bnxt_re: Fix to remove unnecessary return labels Selvin Xavier RDMA/bnxt_re: Disable/kill tasklet only if it is enabled Robert Marko arm64: dts: microchip: sparx5: do not use PSCI on reference boards Tony Lindgren bus: ti-sysc: Fix dispc quirk masking bool variables Marek Vasut ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier boards Dmitry Baryshkov drm/panel: sharp-ls043t1le01: adjust mode settings XuDong Liu drm: sun4i_tcon: use devm_clk_get_enabled in `sun4i_tcon_init_clocks` Marek Vasut Input: adxl34x - do not hardcode interrupt trigger type hfdevel@gmx.net ARM: dts: meson8b: correct uart_B and uart_C clock references Rafał Miłecki ARM: dts: BCM5301X: Drop "clock-names" from the SPI node Luc Ma drm/vram-helper: fix function names in vram helper doc Francesco Dolcini drm/bridge: tc358768: fix THS_TRAILCNT computation Francesco Dolcini drm/bridge: tc358768: fix TXTAGOCNT computation Francesco Dolcini drm/bridge: tc358768: fix THS_ZEROCNT computation Francesco Dolcini drm/bridge: tc358768: fix TCLK_TRAILCNT computation Francesco Dolcini drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementation Francesco Dolcini drm/bridge: tc358768: fix TCLK_ZEROCNT computation Francesco Dolcini drm/bridge: tc358768: fix PLL target frequency Francesco Dolcini drm/bridge: tc358768: fix PLL parameters computation Francesco Dolcini drm/bridge: tc358768: always enable HS video mode Luca Weiss Input: drv260x - sleep between polling GO bit Nicholas Kazlauskas drm/amd/display: Explicitly specify update type per plane info change Nikita Zhandarovich radeon: avoid double free in ci_dpm_init() Kuniyuki Iwashima netlink: Add __sock_i_ino() for __netlink_diag_dump(). Cambda Zhu ipvlan: Fix return value of ipvlan_queue_xmit() Ilia.Gavrilov netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return value. Florian Westphal netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one Jeremy Sowden lib/ts_bm: reset initial match offset for every block of text Lin Ma net: nfc: Fix use-after-free caused by nfc_llcp_find_local Krzysztof Kozlowski nfc: llcp: simplify llcp_sock_connect() error paths Edward Cree sfc: fix crash when reading stats while NIC is resetting Maxim Kochetkov net: axienet: Move reset before 64-bit DMA detection Kuniyuki Iwashima gtp: Fix use-after-free in __gtp_encap_destroy(). Sabrina Dubroca selftests: rtnetlink: remove netdevsim device after ipsec offload test Eric Dumazet netlink: do not hard code device address lenth in fdb dumps Eric Dumazet netlink: fix potential deadlock in netlink_set_err() Bartosz Golaszewski net: stmmac: fix double serdes powerdown Vinicius Costa Gomes igc: Fix race condition in PTP tx code Dmitry Antipov wifi: ath9k: convert msecs to jiffies where needed Benjamin Berg wifi: cfg80211: rewrite merging of inherited elements Johannes Berg wifi: iwlwifi: pull from TXQs with softirqs disabled Edwin Peer rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO Remi Pommarel wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key() Arnd Bergmann memstick r592: make memstick_debug_get_tpc_name() static Zhen Lei kexec: fix a memory leak in crash_shrink_memory() Douglas Anderson watchdog/perf: more properly prevent false positives with turbo modes Douglas Anderson watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct config Marek Vasut wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown Marek Vasut wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled Fedor Pchelkin wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes Christophe JAILLET wifi: ray_cs: Fix an error handling path in ray_probe() Andy Shevchenko wifi: ray_cs: Drop useless status variable in parse_addr() Andy Shevchenko wifi: ray_cs: Utilize strnlen() in parse_addr() Christophe JAILLET wifi: wl3501_cs: Fix an error handling path in wl3501_probe() Jakub Kicinski wl3501_cs: use eth_hw_addr_set() Jakub Kicinski net: create netdev->dev_addr assignment helpers Lee Jones wl3501_cs: Fix misspelling and provide missing documentation Christophe JAILLET wifi: atmel: Fix an error handling path in atmel_probe() Christophe JAILLET wifi: orinoco: Fix an error handling path in orinoco_cs_probe() Christophe JAILLET wifi: orinoco: Fix an error handling path in spectrum_cs_probe() Geert Uytterhoeven regulator: core: Streamline debugfs operations Geert Uytterhoeven regulator: core: Fix more error checking for debugfs_create_dir() Alan Maguire bpftool: JIT limited misreported as negative value on aarch64 Krzysztof Kozlowski nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect() Krzysztof Kozlowski nfc: constify several pointers to u8, char and sk_buff Andrii Nakryiko libbpf: fix offsetof() and container_of() to work with CO-RE Alexander Mikhalitsyn sctp: add bpf_bypass_getsockopt proto callback Stanislav Fomichev bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE Christophe JAILLET wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan() Amisha Patel wifi: wilc1000: fix for absent RSN capabilities WFA testcase Vijaya Krishna Nivarthi spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG Pengcheng Yang samples/bpf: Fix buffer overflow in tcp_basertt Fedor Pchelkin wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rx Peter Seiderer wifi: ath9k: fix AR9003 mac hardware hang check register offset calculation Jesper Dangaard Brouer igc: Enable and fix RX hash usage by netstack Jiasheng Jiang pstore/ram: Add check for kstrdup Roberto Sassu ima: Fix build warnings Roberto Sassu evm: Complete description of evm_inode_setattr() Juergen Gross x86/mm: Fix __swp_entry_to_pte() for Xen PV guests Ravi Bangoria perf/ibs: Fix interface via core pmu events Qiuxu Zhuo rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale Qiuxu Zhuo rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup() Paul E. McKenney rcuscale: Move shutdown from wait_event() to wait_event_idle() Li Zhijian rcuscale: Always log error message Jiangong.Han rcuscale: Console output claims too few grace periods Christophe JAILLET thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe() Tero Kristo cpufreq: intel_pstate: Fix energy_performance_preference for passive Arnd Bergmann ARM: 9303/1: kprobes: avoid missing-declaration warnings Zhang Rui powercap: RAPL: Fix CONFIG_IOSF_MBI dependency Robin Murphy perf/arm-cmn: Fix DTC reset Nikita Zhandarovich PM: domains: fix integer overflow issues in genpd_parse_state() Feng Mingxi clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe Sebastian Andrzej Siewior tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode(). Thomas Gleixner posix-timers: Prevent RT livelock in itimer_delete() John Paul Adrian Glaubitz irqchip/jcore-aic: Fix missing allocation of IRQ descriptors Marc Zyngier irqchip/jcore-aic: Kill use of irq_create_strict_mappings() Li Nan md/raid10: fix io loss while replacement replace rdev Li Nan md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request Li Nan md/raid10: fix wrong setting of max_corr_read_errors Li Nan md/raid10: fix overflow of md/safe_mode_delay Li Nan md/raid10: check slab-out-of-bounds in md_bitmap_get_counter Li Nan blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost Shawn Wang x86/resctrl: Only show tasks' pid in current pid namespace Arnd Bergmann fs: pipe: reveal missing function protoypes Finn Thain nubus: Partially revert proc_create_single_data() conversion Bas Nieuwenhuizen drm/amdgpu: Validate VM ioctl flags. Ahmed S. Darwish scripts/tags.sh: Resolve gtags empty index generation Ricardo Cañuelo Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe" Mike Hommey HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651. Jason Gerecke HID: wacom: Use ktime_t rather than int when dealing with timestamps Zheng Wang fbdev: imsttfb: Fix use after free bug in imsttfb_probe Greg Kroah-Hartman video: imsttfb: check for ioremap() failures Oliver Hartkopp can: isotp: isotp_sendmsg(): fix return error fix on TX path Thomas Gleixner x86/smp: Use dedicated cache-line for mwait_play_dead() Tsuchiya Yuto media: atomisp: fix "variable dereferenced before check 'asd'" ------------- Diffstat: Documentation/filesystems/autofs-mount-control.rst | 2 +- Documentation/filesystems/autofs.rst | 2 +- Documentation/filesystems/directory-locking.rst | 26 +- Documentation/networking/af_xdp.rst | 9 + Documentation/networking/ip-sysctl.rst | 25 + Makefile | 4 +- arch/alpha/include/asm/pgtable.h | 8 +- arch/arc/include/asm/linkage.h | 8 +- arch/arm/boot/dts/bcm53015-meraki-mr26.dts | 2 +- arch/arm/boot/dts/bcm53016-meraki-mr32.dts | 2 +- arch/arm/boot/dts/bcm5301x.dtsi | 1 - arch/arm/boot/dts/iwg20d-q7-common.dtsi | 2 +- arch/arm/boot/dts/meson8.dtsi | 4 +- arch/arm/boot/dts/meson8b.dtsi | 4 +- arch/arm/boot/dts/omap3-gta04a5one.dts | 4 +- arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi | 11 +- arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi | 8 +- arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi | 6 - arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 2 +- arch/arm/include/asm/pgtable-3level.h | 2 +- arch/arm/mach-ep93xx/timer-ep93xx.c | 3 +- arch/arm/mach-omap2/board-generic.c | 1 + arch/arm/mach-orion5x/board-dt.c | 3 + arch/arm/mach-orion5x/common.h | 6 + arch/arm/probes/kprobes/checkers-common.c | 2 +- arch/arm/probes/kprobes/core.c | 2 +- arch/arm/probes/kprobes/opt-arm.c | 2 - arch/arm/probes/kprobes/test-core.c | 2 +- arch/arm/probes/kprobes/test-core.h | 4 + arch/arm64/boot/dts/microchip/sparx5.dtsi | 2 +- .../boot/dts/microchip/sparx5_pcb_common.dtsi | 12 + arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts | 4 +- arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +- arch/arm64/boot/dts/qcom/msm8994.dtsi | 2 +- arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 3 +- .../boot/dts/ti/k3-j7200-common-proc-board.dts | 28 +- arch/arm64/include/asm/exception.h | 5 - arch/arm64/include/asm/pgtable.h | 8 +- arch/arm64/mm/mmu.c | 4 +- arch/ia64/include/asm/pgtable.h | 4 +- arch/m68k/include/asm/motorola_pgtable.h | 2 +- arch/mips/include/asm/pgtable-64.h | 8 +- arch/mips/kernel/cpu-probe.c | 9 +- arch/parisc/include/asm/pgtable.h | 4 +- arch/powerpc/Kconfig.debug | 2 +- arch/powerpc/Makefile | 8 + arch/powerpc/include/asm/book3s/64/pgtable.h | 11 +- arch/powerpc/include/asm/nohash/64/pgtable-4k.h | 6 +- arch/powerpc/include/asm/nohash/64/pgtable.h | 6 +- arch/powerpc/mm/book3s64/radix_pgtable.c | 40 +- arch/powerpc/mm/init_64.c | 2 +- arch/powerpc/mm/pgtable_64.c | 4 +- arch/powerpc/platforms/powernv/pci-sriov.c | 6 +- arch/riscv/include/asm/pgtable-64.h | 4 +- arch/riscv/net/bpf_jit.h | 5 +- arch/riscv/net/bpf_jit_comp64.c | 13 - arch/riscv/net/bpf_jit_core.c | 29 +- arch/s390/Makefile | 1 + arch/s390/kvm/kvm-s390.c | 4 + arch/s390/kvm/vsie.c | 6 +- arch/sh/drivers/dma/dma-sh.c | 37 +- arch/sh/include/asm/pgtable-3level.h | 4 +- arch/sh/kernel/cpu/sh2/probe.c | 2 +- arch/sparc/include/asm/pgtable_32.h | 6 +- arch/sparc/include/asm/pgtable_64.h | 10 +- arch/um/Makefile | 2 +- arch/um/include/asm/pgtable-3level.h | 2 +- arch/x86/events/amd/core.c | 2 +- arch/x86/events/amd/ibs.c | 53 +- arch/x86/include/asm/perf_event.h | 2 + arch/x86/include/asm/pgtable.h | 8 +- arch/x86/include/asm/pgtable_64.h | 4 +- arch/x86/kernel/cpu/resctrl/rdtgroup.c | 8 +- arch/x86/kernel/smpboot.c | 24 +- arch/x86/mm/init_64.c | 4 +- arch/x86/mm/pat/set_memory.c | 4 +- arch/x86/mm/pgtable.c | 2 +- arch/xtensa/platforms/iss/network.c | 2 +- block/blk-iocost.c | 7 +- block/partitions/amiga.c | 104 +++- drivers/acpi/button.c | 9 + drivers/acpi/video_detect.c | 16 + drivers/base/power/domain.c | 6 +- drivers/base/regmap/regmap-i2c.c | 8 +- drivers/base/regmap/regmap-spi-avmm.c | 2 +- drivers/base/regmap/regmap.c | 6 +- drivers/block/nbd.c | 3 +- drivers/bus/ti-sysc.c | 4 +- drivers/char/hw_random/imx-rngc.c | 6 +- drivers/char/hw_random/st-rng.c | 21 +- drivers/char/hw_random/virtio-rng.c | 86 ++- drivers/char/tpm/tpm_tis_core.c | 2 + drivers/char/tpm/tpm_vtpm_proxy.c | 30 +- drivers/clk/clk-cdce925.c | 12 + drivers/clk/clk-si5341.c | 242 +++++++- drivers/clk/clk-versaclock5.c | 29 + drivers/clk/imx/clk-imx8mn.c | 8 +- drivers/clk/imx/clk-imx8mp.c | 24 +- drivers/clk/keystone/sci-clk.c | 2 + drivers/clk/qcom/gcc-ipq6018.c | 34 +- drivers/clk/qcom/reset.c | 8 +- drivers/clk/qcom/reset.h | 2 + drivers/clk/tegra/clk-tegra124-emc.c | 2 + drivers/clk/ti/clkctrl.c | 7 + drivers/clocksource/timer-cadence-ttc.c | 19 +- drivers/cpufreq/intel_pstate.c | 2 + drivers/crypto/marvell/cesa/cipher.c | 2 +- drivers/crypto/nx/Makefile | 2 +- drivers/crypto/nx/nx.h | 4 +- drivers/dax/bus.c | 61 +- drivers/dax/dax-private.h | 4 +- drivers/extcon/extcon.c | 8 + drivers/firmware/stratix10-svc.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 20 +- drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c | 13 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 3 - drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 2 +- drivers/gpu/drm/bridge/tc358768.c | 93 ++- drivers/gpu/drm/drm_atomic.c | 11 +- drivers/gpu/drm/drm_atomic_helper.c | 11 +- drivers/gpu/drm/drm_client_modeset.c | 6 + drivers/gpu/drm/drm_gem_vram_helper.c | 6 +- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 5 +- drivers/gpu/drm/msm/dp/dp_display.c | 2 +- drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c | 11 +- drivers/gpu/drm/panel/panel-simple.c | 6 +- drivers/gpu/drm/radeon/ci_dpm.c | 28 +- drivers/gpu/drm/radeon/cypress_dpm.c | 8 +- drivers/gpu/drm/radeon/ni_dpm.c | 8 +- drivers/gpu/drm/radeon/rv740_dpm.c | 8 +- drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 8 +- drivers/gpu/drm/sun4i/sun4i_tcon.c | 19 +- drivers/hid/hid-logitech-hidpp.c | 2 +- drivers/hid/wacom_wac.c | 6 +- drivers/hid/wacom_wac.h | 2 +- drivers/hwmon/gsc-hwmon.c | 6 +- drivers/hwmon/pmbus/adm1275.c | 94 ++- drivers/hwtracing/coresight/coresight-core.c | 9 +- drivers/i2c/busses/i2c-qup.c | 21 +- drivers/i2c/busses/i2c-xiic.c | 39 +- drivers/iio/adc/meson_saradc.c | 2 +- drivers/infiniband/core/cma.c | 23 + drivers/infiniband/core/cma_priv.h | 1 + drivers/infiniband/core/device.c | 11 + drivers/infiniband/core/uverbs_cmd.c | 2 +- drivers/infiniband/hw/bnxt_re/main.c | 20 +- drivers/infiniband/hw/bnxt_re/qplib_fp.c | 40 +- drivers/infiniband/hw/bnxt_re/qplib_fp.h | 2 +- drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 46 +- drivers/infiniband/hw/bnxt_re/qplib_rcfw.h | 1 + drivers/infiniband/hw/efa/efa_main.c | 3 - drivers/infiniband/hw/hfi1/ipoib_tx.c | 4 +- drivers/infiniband/hw/hfi1/mmu_rb.c | 101 +-- drivers/infiniband/hw/hfi1/mmu_rb.h | 3 + drivers/infiniband/hw/hfi1/sdma.c | 27 +- drivers/infiniband/hw/hfi1/sdma.h | 62 +- drivers/infiniband/hw/hfi1/sdma_txreq.h | 2 + drivers/infiniband/hw/hfi1/user_sdma.c | 145 ++--- drivers/infiniband/hw/hfi1/user_sdma.h | 1 - drivers/infiniband/hw/hfi1/vnic_sdma.c | 4 +- drivers/infiniband/hw/hns/hns_roce_cmd.c | 27 +- drivers/infiniband/hw/hns/hns_roce_cmd.h | 4 +- drivers/infiniband/hw/hns/hns_roce_cq.c | 2 +- drivers/infiniband/hw/hns/hns_roce_device.h | 2 - drivers/infiniband/hw/hns/hns_roce_hem.c | 131 +--- drivers/infiniband/hw/hns/hns_roce_hem.h | 15 +- drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 93 ++- drivers/infiniband/hw/hns/hns_roce_hw_v1.h | 7 +- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 9 +- drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 6 +- drivers/infiniband/hw/hns/hns_roce_main.c | 8 +- drivers/infiniband/hw/hns/hns_roce_mr.c | 4 +- drivers/infiniband/hw/hns/hns_roce_qp.c | 2 +- drivers/infiniband/hw/hns/hns_roce_srq.c | 1 - drivers/infiniband/hw/mlx4/main.c | 14 +- drivers/infiniband/hw/mlx5/main.c | 14 +- drivers/input/misc/adxl34x.c | 3 +- drivers/input/misc/drv260x.c | 1 + drivers/irqchip/irq-jcore-aic.c | 11 +- drivers/leds/trigger/ledtrig-netdev.c | 3 + drivers/mailbox/ti-msgmgr.c | 12 +- drivers/md/bcache/btree.c | 25 +- drivers/md/bcache/btree.h | 1 + drivers/md/bcache/super.c | 4 +- drivers/md/bcache/writeback.c | 10 + drivers/md/md-bitmap.c | 17 +- drivers/md/md.c | 23 +- drivers/md/raid0.c | 62 +- drivers/md/raid0.h | 1 + drivers/md/raid10.c | 38 +- drivers/media/cec/i2c/Kconfig | 1 + drivers/media/platform/qcom/venus/helpers.c | 4 +- drivers/media/usb/dvb-usb-v2/az6007.c | 3 +- drivers/media/usb/siano/smsusb.c | 3 +- drivers/memory/brcmstb_dpfe.c | 4 +- drivers/memstick/host/r592.c | 4 +- drivers/mfd/intel-lpss-acpi.c | 3 + drivers/mfd/rt5033.c | 3 - drivers/mfd/stmfx.c | 7 +- drivers/mfd/stmpe.c | 4 +- drivers/misc/fastrpc.c | 2 +- drivers/misc/pci_endpoint_test.c | 10 +- drivers/mmc/core/quirks.h | 14 + drivers/mmc/host/mmci.c | 1 + drivers/mmc/host/sdhci.c | 4 +- drivers/mtd/nand/raw/meson_nand.c | 4 + drivers/net/dsa/vitesse-vsc73xx-core.c | 6 +- drivers/net/ethernet/amazon/ena/ena_com.c | 3 + drivers/net/ethernet/broadcom/bgmac.c | 4 +- drivers/net/ethernet/broadcom/genet/bcmmii.c | 2 + drivers/net/ethernet/broadcom/tg3.c | 1 + drivers/net/ethernet/google/gve/gve_ethtool.c | 3 + drivers/net/ethernet/intel/iavf/iavf_ethtool.c | 2 +- drivers/net/ethernet/intel/iavf/iavf_main.c | 5 +- drivers/net/ethernet/intel/igb/igb_main.c | 5 + drivers/net/ethernet/intel/igc/igc.h | 33 +- drivers/net/ethernet/intel/igc/igc_ethtool.c | 2 + drivers/net/ethernet/intel/igc/igc_main.c | 45 +- drivers/net/ethernet/intel/igc/igc_ptp.c | 57 +- drivers/net/ethernet/marvell/mvneta.c | 4 +- drivers/net/ethernet/marvell/octeontx2/af/rvu.h | 11 + .../net/ethernet/marvell/octeontx2/af/rvu_cgx.c | 2 +- .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 5 +- .../ethernet/mellanox/mlx5/core/en_accel/fs_tcp.c | 1 + drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 6 +- drivers/net/ethernet/microchip/lan743x_main.c | 21 +- drivers/net/ethernet/pensando/ionic/ionic_lif.c | 5 - drivers/net/ethernet/sfc/ef10.c | 13 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 6 - drivers/net/ethernet/ti/cpsw_ale.c | 24 +- drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 10 +- drivers/net/gtp.c | 2 + drivers/net/ipvlan/ipvlan_core.c | 9 +- drivers/net/netdevsim/dev.c | 9 +- drivers/net/phy/phy_device.c | 21 +- drivers/net/ppp/pptp.c | 31 +- drivers/net/wireguard/netlink.c | 14 +- drivers/net/wireguard/queueing.c | 1 + drivers/net/wireguard/queueing.h | 25 +- drivers/net/wireguard/receive.c | 2 +- drivers/net/wireguard/send.c | 2 +- drivers/net/wireless/ath/ath11k/mac.c | 2 +- drivers/net/wireless/ath/ath9k/ar9003_hw.c | 27 +- drivers/net/wireless/ath/ath9k/htc_hst.c | 8 +- drivers/net/wireless/ath/ath9k/main.c | 11 +- drivers/net/wireless/ath/ath9k/wmi.c | 4 + drivers/net/wireless/atmel/atmel_cs.c | 13 +- drivers/net/wireless/cisco/airo.c | 5 +- drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 5 +- drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 2 +- drivers/net/wireless/intersil/orinoco/orinoco_cs.c | 13 +- .../net/wireless/intersil/orinoco/spectrum_cs.c | 13 +- drivers/net/wireless/marvell/mwifiex/scan.c | 6 +- drivers/net/wireless/microchip/wilc1000/hif.c | 8 +- drivers/net/wireless/ray_cs.c | 36 +- drivers/net/wireless/rsi/rsi_91x_sdio.c | 9 +- drivers/net/wireless/wl3501_cs.c | 27 +- drivers/ntb/hw/amd/ntb_hw_amd.c | 7 +- drivers/ntb/hw/idt/ntb_hw_idt.c | 7 +- drivers/ntb/hw/intel/ntb_hw_gen1.c | 7 +- drivers/ntb/ntb_transport.c | 2 +- drivers/ntb/test/ntb_tool.c | 2 + drivers/nubus/proc.c | 22 +- drivers/nvme/host/pci.c | 3 +- drivers/pci/controller/cadence/pcie-cadence-host.c | 27 + drivers/pci/controller/dwc/pcie-qcom.c | 2 + drivers/pci/controller/pci-ftpci100.c | 14 +- drivers/pci/controller/pcie-rockchip-ep.c | 65 +- drivers/pci/controller/pcie-rockchip.c | 17 + drivers/pci/controller/pcie-rockchip.h | 11 +- drivers/pci/hotplug/pciehp_ctrl.c | 8 + drivers/pci/pci.c | 10 +- drivers/pci/pcie/aspm.c | 21 +- drivers/pci/quirks.c | 2 + drivers/perf/arm-cmn.c | 7 +- drivers/phy/tegra/xusb.c | 4 + drivers/pinctrl/bcm/pinctrl-bcm2835.c | 6 +- drivers/pinctrl/intel/pinctrl-cherryview.c | 15 +- drivers/pinctrl/pinctrl-amd.c | 41 +- drivers/pinctrl/pinctrl-amd.h | 1 + drivers/pinctrl/pinctrl-at91-pio4.c | 2 + drivers/platform/x86/wmi.c | 64 +- drivers/powercap/Kconfig | 4 +- drivers/powercap/intel_rapl_msr.c | 1 - drivers/pwm/pwm-imx-tpm.c | 7 + drivers/pwm/sysfs.c | 17 + drivers/regulator/core.c | 30 +- drivers/rtc/rtc-st-lpc.c | 2 +- drivers/s390/net/qeth_l3_sys.c | 2 +- drivers/scsi/3w-xxxx.c | 4 +- drivers/scsi/qedf/qedf_main.c | 3 +- drivers/scsi/qla2xxx/qla_attr.c | 13 + drivers/scsi/qla2xxx/qla_bsg.c | 6 + drivers/scsi/qla2xxx/qla_def.h | 1 - drivers/scsi/qla2xxx/qla_init.c | 2 +- drivers/scsi/qla2xxx/qla_inline.h | 5 +- drivers/scsi/qla2xxx/qla_iocb.c | 5 +- drivers/scsi/qla2xxx/qla_nvme.c | 3 - drivers/scsi/qla2xxx/qla_os.c | 3 +- drivers/soc/amlogic/meson-secure-pwrc.c | 2 +- drivers/soc/fsl/qe/Kconfig | 1 + drivers/spi/spi-bcm-qspi.c | 10 +- drivers/spi/spi-bcm63xx.c | 2 +- drivers/spi/spi-geni-qcom.c | 2 +- drivers/staging/media/atomisp/pci/atomisp_cmd.c | 3 +- .../media/atomisp/pci/atomisp_gmin_platform.c | 2 +- drivers/staging/media/atomisp/pci/atomisp_ioctl.c | 3 +- drivers/thermal/mtk_thermal.c | 14 +- drivers/thermal/sun8i_thermal.c | 55 +- drivers/tty/serial/8250/8250.h | 1 - drivers/tty/serial/8250/8250_omap.c | 25 +- drivers/tty/serial/8250/8250_pci.c | 19 - drivers/tty/serial/8250/8250_port.c | 11 +- drivers/tty/serial/atmel_serial.c | 4 +- drivers/tty/serial/fsl_lpuart.c | 1 + drivers/tty/serial/samsung_tty.c | 14 +- drivers/usb/core/devio.c | 2 + drivers/usb/dwc3/dwc3-meson-g12a.c | 5 +- drivers/usb/dwc3/dwc3-qcom.c | 17 +- drivers/usb/dwc3/gadget.c | 4 +- drivers/usb/gadget/function/u_serial.c | 13 +- drivers/usb/host/xhci-mem.c | 39 +- drivers/usb/host/xhci-pci.c | 12 + drivers/usb/host/xhci.h | 2 + drivers/usb/phy/phy-tahvo.c | 2 +- drivers/usb/serial/option.c | 4 + drivers/video/fbdev/au1200fb.c | 3 + drivers/video/fbdev/imsttfb.c | 34 +- drivers/video/fbdev/imxfb.c | 4 +- drivers/video/fbdev/omap/lcd_mipid.c | 6 +- drivers/w1/slaves/w1_therm.c | 31 +- drivers/w1/w1.c | 4 +- fs/btrfs/block-group.c | 9 +- fs/btrfs/disk-io.c | 3 + fs/btrfs/qgroup.c | 3 + fs/ceph/caps.c | 9 + fs/dlm/plock.c | 4 +- fs/erofs/zdata.c | 2 +- fs/erofs/zmap.c | 6 +- fs/ext4/indirect.c | 8 + fs/ext4/inode.c | 10 - fs/ext4/mballoc.c | 17 +- fs/ext4/namei.c | 17 +- fs/ext4/super.c | 13 +- fs/ext4/xattr.c | 14 + fs/f2fs/f2fs.h | 2 +- fs/f2fs/file.c | 2 +- fs/f2fs/gc.c | 22 +- fs/f2fs/namei.c | 16 +- fs/f2fs/node.c | 4 +- fs/fs_context.c | 3 +- fs/fuse/dir.c | 2 +- fs/inode.c | 42 ++ fs/internal.h | 2 + fs/jffs2/build.c | 5 +- fs/jffs2/xattr.c | 13 +- fs/jffs2/xattr.h | 4 +- fs/jfs/jfs_dmap.c | 6 + fs/jfs/jfs_filsys.h | 2 + fs/kernfs/dir.c | 2 + fs/namei.c | 25 +- fs/nfs/nfs4proc.c | 1 + fs/nfsd/nfs4xdr.c | 2 +- fs/notify/fanotify/fanotify_user.c | 22 +- fs/overlayfs/copy_up.c | 2 + fs/overlayfs/dir.c | 3 +- fs/overlayfs/export.c | 3 +- fs/overlayfs/namei.c | 3 +- fs/overlayfs/overlayfs.h | 6 +- fs/overlayfs/super.c | 2 +- fs/overlayfs/util.c | 24 +- fs/pstore/ram_core.c | 2 + fs/ramfs/inode.c | 2 +- include/asm-generic/pgtable-nop4d.h | 2 +- include/asm-generic/pgtable-nopmd.h | 2 +- include/asm-generic/pgtable-nopud.h | 2 +- include/linux/bpf-cgroup.h | 27 +- include/linux/etherdevice.h | 12 + include/linux/indirect_call_wrapper.h | 6 + include/linux/netdevice.h | 18 + include/linux/nmi.h | 2 +- include/linux/pci.h | 1 + include/linux/pgtable.h | 4 +- include/linux/pipe_fs_i.h | 4 - include/linux/ramfs.h | 1 + include/linux/sched/signal.h | 2 +- include/linux/serial_8250.h | 1 - include/linux/tcp.h | 2 +- include/linux/workqueue.h | 15 +- include/net/netfilter/nf_tables.h | 41 +- include/net/netns/ipv4.h | 1 + include/net/netns/nftables.h | 7 - include/net/nfc/nfc.h | 4 +- include/net/pkt_sched.h | 2 +- include/net/sock.h | 3 + include/net/tcp.h | 32 +- include/trace/events/timer.h | 6 +- include/uapi/linux/affs_hardblocks.h | 68 +- include/uapi/linux/auto_dev-ioctl.h | 2 +- include/uapi/linux/videodev2.h | 2 +- io_uring/io_uring.c | 66 +- kernel/bpf/bpf_lru_list.c | 21 +- kernel/bpf/bpf_lru_list.h | 7 +- kernel/bpf/cgroup.c | 46 ++ kernel/kcsan/core.c | 2 + kernel/kexec_core.c | 5 +- kernel/rcu/rcuscale.c | 214 +++---- kernel/rcu/tasks.h | 37 +- kernel/sched/fair.c | 2 +- kernel/time/posix-timers.c | 74 ++- kernel/trace/ftrace.c | 72 ++- kernel/trace/ring_buffer.c | 24 +- kernel/trace/trace.c | 3 +- kernel/trace/trace_events_hist.c | 9 +- kernel/trace/trace_probe_tmpl.h | 2 + kernel/watchdog_hld.c | 6 +- kernel/workqueue.c | 13 +- lib/debugobjects.c | 9 + lib/test_firmware.c | 12 +- lib/ts_bm.c | 4 +- mm/shmem.c | 2 +- net/bridge/br_if.c | 5 +- net/bridge/br_stp_if.c | 3 + net/can/bcm.c | 12 +- net/can/isotp.c | 5 +- net/core/devlink.c | 5 +- net/core/rtnetlink.c | 104 ++-- net/core/skbuff.c | 5 + net/core/sock.c | 17 +- net/dsa/tag_sja1105.c | 4 +- net/ipv4/esp4.c | 2 +- net/ipv4/inet_connection_sock.c | 3 +- net/ipv4/inet_hashtables.c | 17 +- net/ipv4/inet_timewait_sock.c | 8 +- net/ipv4/sysctl_net_ipv4.c | 9 + net/ipv4/tcp.c | 68 +- net/ipv4/tcp_fastopen.c | 6 +- net/ipv4/tcp_input.c | 12 +- net/ipv4/tcp_ipv4.c | 3 +- net/ipv4/tcp_minisocks.c | 9 +- net/ipv4/tcp_output.c | 2 +- net/ipv4/tcp_timer.c | 10 +- net/ipv6/addrconf.c | 3 +- net/ipv6/icmp.c | 5 +- net/ipv6/ip6_gre.c | 3 +- net/ipv6/tcp_ipv6.c | 3 +- net/ipv6/udp.c | 2 +- net/llc/llc_input.c | 3 - net/netfilter/nf_conntrack_helper.c | 4 + net/netfilter/nf_conntrack_proto_dccp.c | 52 +- net/netfilter/nf_conntrack_sip.c | 2 +- net/netfilter/nf_tables_api.c | 681 +++++++++++++++------ net/netfilter/nf_tables_offload.c | 30 +- net/netfilter/nft_byteorder.c | 14 +- net/netfilter/nft_chain_filter.c | 11 +- net/netfilter/nft_dynset.c | 6 +- net/netfilter/nft_immediate.c | 90 ++- net/netfilter/nft_set_bitmap.c | 5 +- net/netfilter/nft_set_hash.c | 23 +- net/netfilter/nft_set_pipapo.c | 20 +- net/netfilter/nft_set_rbtree.c | 5 +- net/netlink/af_netlink.c | 5 +- net/netlink/diag.c | 7 +- net/nfc/core.c | 4 +- net/nfc/hci/llc_shdlc.c | 10 +- net/nfc/llcp.h | 9 +- net/nfc/llcp_commands.c | 59 +- net/nfc/llcp_core.c | 95 ++- net/nfc/llcp_sock.c | 21 +- net/nfc/netlink.c | 20 +- net/nfc/nfc.h | 3 +- net/sched/act_pedit.c | 1 + net/sched/cls_flower.c | 10 + net/sched/cls_fw.c | 10 +- net/sched/sch_qfq.c | 41 +- net/sctp/socket.c | 22 +- net/socket.c | 3 + net/sunrpc/svcsock.c | 23 +- net/wireless/scan.c | 217 ++++--- net/wireless/wext-core.c | 6 + net/xdp/xsk.c | 5 + samples/bpf/tcp_basertt_kern.c | 2 +- samples/ftrace/ftrace-direct-too.c | 14 +- scripts/mod/modpost.c | 26 +- scripts/tags.sh | 9 +- security/apparmor/policy_unpack.c | 9 +- security/integrity/evm/evm_main.c | 2 + security/integrity/iint.c | 15 +- security/integrity/ima/ima_modsig.c | 3 + security/integrity/ima/ima_policy.c | 3 +- security/keys/request_key.c | 35 +- security/keys/trusted-keys/trusted_tpm2.c | 2 +- sound/core/jack.c | 15 +- sound/pci/ac97/ac97_codec.c | 4 +- sound/pci/hda/patch_realtek.c | 28 +- sound/soc/codecs/es8316.c | 23 +- sound/soc/fsl/fsl_sai.c | 2 +- sound/soc/fsl/fsl_sai.h | 1 + sound/soc/fsl/imx-audmix.c | 9 + sound/soc/mediatek/mt8173/mt8173-afe-pcm.c | 13 +- tools/bpf/bpftool/feature.c | 24 +- tools/include/uapi/linux/tcp.h | 357 +++++++++++ tools/lib/bpf/bpf_helpers.h | 15 +- tools/perf/builtin-bench.c | 7 +- tools/perf/builtin-script.c | 34 +- tools/perf/tests/builtin-test.c | 3 + .../tests/shell/test_uprobe_from_different_cu.sh | 77 +++ tools/perf/util/dwarf-aux.c | 2 +- .../testing/selftests/bpf/prog_tests/bpf_tcp_ca.c | 1 + .../selftests/bpf/prog_tests/cls_redirect.c | 1 + .../selftests/bpf/prog_tests/sockmap_basic.c | 1 + .../testing/selftests/bpf/prog_tests/sockopt_sk.c | 28 + tools/testing/selftests/bpf/progs/sockopt_sk.c | 23 +- tools/testing/selftests/bpf/test_progs.h | 1 - tools/testing/selftests/bpf/test_verifier.c | 12 +- tools/testing/selftests/bpf/verifier/spill_fill.c | 30 + tools/testing/selftests/net/rtnetlink.sh | 1 + tools/testing/selftests/tc-testing/config | 1 + tools/testing/selftests/tc-testing/settings | 1 + tools/testing/selftests/wireguard/netns.sh | 30 +- 521 files changed, 5600 insertions(+), 2682 deletions(-)