summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* linux-yocto/5.10: fix NFSV3 config warningBruce Ashfield2024-09-163-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@gmail.com Subject: nfsd: drop CONFIG_NFSD_V3 Date: Tue, 2 Aug 2022 10:52:25 -0400 commit 5f9a62ff7d2808c7b56c0ec90f3b7eae5872afe6 Author: Chuck Lever <chuck.lever@oracle.com> Date: Sun Feb 6 12:25:47 2022 -0500 NFSD: Remove CONFIG_NFSD_V3 Eventually support for NFSv2 in the Linux NFS server is to be deprecated and then removed. However, NFSv2 is the "always supported" version that is available as soon as CONFIG_NFSD is set. Before NFSv2 support can be removed, we need to choose a different "always supported" version. This patch removes CONFIG_NFSD_V3 so that NFSv3 is always supported, as NFSv2 is today. When NFSv2 support is removed, NFSv3 will become the only "always supported" NFS version. The defconfigs still need to be updated to remove CONFIG_NFSD_V3=y. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 16ba1e8f27a685ad639a314d1b2b1b505fb6f4f4) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/5.10: update to v5.10.223Bruce Ashfield2024-09-163-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 4af417c06d37 of: module: add buffer overflow check in of_modalias() b15dc4170c63 Linux 5.10.223 7431144b406a tap: add missing verification for short frame 6100e0237204 tun: add missing verification for short frame 911cc83e56a2 filelock: Fix fcntl/close race recovery compat path 7fa9d1d2524c ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is paused ddf0caf01295 arm64: dts: qcom: msm8996: Disable SS instance in Parkmode for USB a7ec8a5a7ff2 ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 74c6b151a85e ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 6386f1b6a10e jfs: don't walk off the end of ealist 77495e5da5cb ocfs2: add bounds checking to ocfs2_check_dir_entry() 6e03006548c6 net: relax socket state check at accept time. a5224e2123ce drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() 9760c6ceb2a9 ext4: Send notifications on error 88e44424a62f ext4: fix error code saved on super block during file system abort 5ce8fad94123 scsi: core: Fix a use-after-free c0809c128dad bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue be35504b959f bpf: Fix overrunning reservations in ringbuf 9e2b0a5e252d ACPI: processor_idle: Fix invalid comparison with insertion sort for latency c85e6b7d9ef8 ARM: 9324/1: fix get_user() broken with veneer 727ed4810c8b spi: mux: set ctlr->bits_per_word_mask 34f8efd2743f hfsplus: fix uninit-value in copy_name f236af756137 selftests/vDSO: fix clang build errors and warnings 38c2028bb3e4 spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices f65bffb46440 fs: better handle deep ancestor chains in is_subdir() ddeda6ca5f21 Bluetooth: hci_core: cancel all works upon hci_unregister_dev() 739d8d008209 scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed 033c51dfdbb6 powerpc/eeh: avoid possible crash when edev->pdev changes 6b16098148ea powerpc/pseries: Whitelist dtl slub object for copying to userspace d1e4e94cb8ab net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() 909f4c2fc987 net: usb: qmi_wwan: add Telit FN912 compositions 8acf8801f3d9 ALSA: dmaengine_pcm: terminate dmaengine before synchronize 2a28531dd016 ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx 94818bdb00ef btrfs: qgroup: fix quota root leak after quota disable failure 2e51db7ab71b s390/sclp: Fix sclp_init() cleanup on failure 71db8dc6f806 can: kvaser_usb: fix return value for hif_usb_send_regout 6e90cd169608 ASoC: ti: omap-hdmi: Fix too long driver name 96414bf03778 ASoC: ti: davinci-mcasp: Set min period size using FIFO config 072f6348c589 ALSA: dmaengine: Synchronize dma channel after drop() 73bb3e019413 bytcr_rt5640 : inverse jack detect for Archos 101 cesium a87d15d1a3fe Input: i8042 - add Ayaneo Kun to i8042 quirk table 9b32a1348653 Input: elantech - fix touchpad state on resume for Lenovo N24 cf704e7d0437 mips: fix compat_sys_lseek syscall 134b12f0c590 ALSA: hda/realtek: Add more codec ID to no shutup pins list 4cdf6926f443 KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group() 6295bad58f98 wifi: cfg80211: wext: add extra SIOCSIWSCAN data check 9774641b255f mei: demote client disconnect warning on suspend to debug 229bce543ba0 fs/file: fix the check in find_next_fd() ffe47bf986d1 kconfig: remove wrong expr_trans_bool() 4beba2408573 kconfig: gconf: give a proper initial state to the Save button 9625afe1dd4a null_blk: fix validation of block size 9934cda0e7fa arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process a0cafb7b0b94 ila: block BH in ila_output() 34eb7ab9af70 net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input() fe855e5b1627 Input: silead - Always support 10 fingers 42e60f3bde3c selftests/openat2: Fix build warnings on ppc64 bb8ace6794a1 wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() 60cf36f2900f wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata 6df01b7eabc8 ACPI: EC: Avoid returning AE_OK on errors in address space handler fd57dbffd925 ACPI: EC: Abort address space access upon error cd9472c43f5e scsi: qedf: Set qed_slowpath_params to zero before use 5661b9c7ec18 filelock: Remove locks reliably when fcntl/close race is detected 2e272e7d7159 gcc-plugins: Rename last_stmt() for GCC 14+ b29e4b50c556 scripts/gdb: fix SB_* constants parsing 02fd398f5e2b bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS 83a48a4503d0 Linux 5.10.222 f52913e5d6ca i2c: rcar: fix error code in probe() 2907dd5855f6 i2c: rcar: clear NO_RXDMA flag after resetting 41f62c95e008 i2c: rcar: ensure Gen3+ reset does not disturb local targets 88046f94cc0c i2c: rcar: introduce Gen4 devices a720e2e42fd8 i2c: rcar: reset controller is mandatory for Gen3+ b4c11a53e1f8 i2c: rcar: Add R-Car Gen4 support 785290cb16ed i2c: mark HostNotify target address as used 8d99f26b557a i2c: rcar: bring hardware to known state when probing a9a466a69b85 nilfs2: fix kernel bug on rename operation of broken directory ca42be8dd1e2 bpf: Allow reads from uninit stack 9df3b2474a62 ipv6: prevent NULL dereference in ip6_output() 5edef7986495 ipv6: annotate data-races around cnf.disable_ipv6 96c58b096659 efi: ia64: move IA64-only declarations to new asm/efi.h header 596dedc6fa89 x86/retpoline: Move a NOENDBR annotation to the SRSO dummy return thunk b6d942365dbe wireguard: send: annotate intentional data race in checking empty queue 0bdb5a74443f wireguard: queueing: annotate intentional data race in cpu round robin ae630de24efb wireguard: allowedips: avoid unaligned 64-bit memory accesses 34b76d1922e4 libceph: fix race between delayed_work() and ceph_monc_stop() f70b51a36562 ALSA: hda/realtek: Limit mic boost on VAIO PRO PX 4d62aa624721 ALSA: hda/realtek: Enable Mute LED on HP 250 G7 781092884262 nvmem: meson-efuse: Fix return value of nvmem callbacks bdb9c58e8048 hpet: Support 32-bit userspace d09dd21bb521 USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor e8474a10c535 usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() 10ae6b364be7 USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k 932a86a711c7 USB: serial: mos7840: fix crash on resume 868bc4408629 USB: serial: option: add Rolling RW350-GL variants 2dc6aad6eaca USB: serial: option: add Netprisma LCUK54 series modules fb9ff5139625 USB: serial: option: add support for Foxconn T99W651 c9e1030198e5 USB: serial: option: add Fibocom FM350-GL 9fb736742355 USB: serial: option: add Telit FN912 rmnet compositions 8e4e917f9d30 USB: serial: option: add Telit generic core-dump composition 26b4d6802ed7 net: ks8851: Fix potential TX stall after interface reopen 5d7e64d70a11 tcp: avoid too many retransmit packets 24b9fafe3464 tcp: use signed arithmetic in tcp_rtx_probe0_timed_out() b4e9f8905d78 octeontx2-af: fix detection of IP layer 7e0297c80fa1 ARM: davinci: Convert comma to semicolon 148d5494258b s390: Mark psw in __load_psw_mask() as __unitialized b81a523d54ea net/sched: Fix UAF when resolving a clash 9f965684c57c udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port(). c184be30b12e ethtool: netlink: do not return SQI value if link is down 3ba12c2afd93 ppp: reject claimed-as-LCP but actually malformed packets 22b16618a808 net: ethernet: lantiq_etop: fix double free in detach b4ac93b0418f net: lantiq_etop: add blank line after declaration efc05a5fdc0d octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_availability() 893e140dcc02 tcp: fix incorrect undo caused by DSACK of TLP retransmit 1b95de9433b3 vfs: don't mod negative dentry count when on shrinker list 7092f1e5821f fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading 7d4c14f4b511 filelock: fix potential use-after-free in posix_lock_inode 0100aeb8a12d mm: prevent derefencing NULL ptr in pfn_section_valid() 1e99ce37e96e nilfs2: fix incorrect inode allocation from reserved inodes 3affee779bd3 kbuild: fix short log for AS in link-vmlinux.sh 2f3c22b1d3d7 nvmet: fix a possible leak when destroy a ctrl during qp establishment 1fa5c6eef4ec platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro 8802d233505f platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet 560eaa1af038 nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offset 2d428a07e8b2 nvme-multipath: find NUMA path only for online numa-node 97982c31064a ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897 2849a1b747cf i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr 2032e5dfae5f media: dw2102: fix a potential buffer overflow a6176a802c4b ima: Avoid blocking in RCU read-side critical section 37c59198bc3b bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues 8b17cec33892 bnx2x: Fix multiple UBSAN array-index-out-of-bounds 55d6a97cf02c mtd: rawnand: Bypass a couple of sanity checks during NAND identification fac2544b8c99 drm/amdgpu/atomfirmware: silence UBSAN warning 274cba8d2d1b drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes 145faa3d0368 Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again" c9f715f1b416 fsnotify: Do not generate events for O_PATH file descriptors 9528e95d6eae can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct 215a26c2404f Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot 7a49389771ae mm: avoid overflows in dirty throttling logic f033241a7c2d mm: optimize the redundant loop of mm_update_owner_next() 2f2fa9cf7c35 nilfs2: add missing check for inode numbers on directory entries 731011ac6c37 nilfs2: fix inode number range checks 7ef519c8efde inet_diag: Initialize pad field in struct inet_diag_req_v2 3908637dce2e selftests: make order checking verbose in msg_zerocopy selftest 1782a42ca25c selftests: fix OOM in msg_zerocopy selftest 707c85ba3527 bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() df76fb67eaa2 wifi: wilc1000: fix ies_len type in connect path cdffc358717e tcp_metrics: validate source addr length febed740a31d UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open() 93c034c4314b s390/pkey: Wipe sensitive data on failure 6d6d94287f63 jffs2: Fix potential illegal address access in jffs2_free_inode b694989bb13e bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD 6b84e9d53bc0 powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#" 9d046f697e9a kunit: Fix timeout message 1617249e24bd orangefs: fix out-of-bounds fsid access 19cd1d96d6f8 powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=n 158bcaa2e31b i2c: i801: Annotate apanel_addr as __ro_after_init e1ba22618758 media: dvb-frontends: tda10048: Fix integer overflow 7d2fbd822df1 media: s2255: Use refcount_t instead of atomic_t for num_channels 39e7a27813be media: dvb-frontends: tda18271c2dd: Remove casting during div 2a2fe25a103c net: dsa: mv88e6xxx: Correct check for empty list 8eac1cc159b3 Input: ff-core - prefer struct_size over open coded arithmetic 402825a23a0e firmware: dmi: Stop decoding on broken entry 5a18ea7d864c sctp: prefer struct_size over open coded arithmetic 4dcce63a6f5c media: dw2102: Don't translate i2c read into write ffa7bd3ca9cf drm/amd/display: Skip finding free audio for unknown engine_id b2e9abc95583 drm/amd/display: Check pipe offset before setting vblank b5b8837d066c drm/amd/display: Check index msg_id before read or write f0645c99c20e drm/amdgpu: Initialize timestamp for some legacy SOCs 9db8c299a521 crypto: aead,cipher - zeroize key buffer after use 5ceb40cdee72 scsi: qedf: Make qedf_execute_tmf() non-preemptible 62349fbf86b5 IB/core: Implement a limit on UMAD receive List 167afd3fedaf media: dvb-usb: dib0700_devices: Add missing release_firmware() 82ef3fa640f6 media: dvb: as102-fe: Fix as10x_register_addr packing 25d0d9b83d85 drm/lima: fix shared irq handling on driver remove 94ffdde326f5 Compiler Attributes: Add __uninitialized macro 6ab8b697d7d1 Linux 5.10.221 ec3adc2af0f1 tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() 0a95f0f6d64e serial: 8250_omap: Fix Errata i2310 with RX FIFO level check 1bd2dc770294 xdp: xdp_mem_allocator can be NULL in trace_mem_connect(). 4686892f615a arm64: dts: rockchip: Add sound-dai-cells for RK3368 e9918954e370 ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node b63d015b7ae9 KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemption 91efb15b5a3e efi/x86: Free EFI memory map only when installing a new one. e5d730882d27 efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architectures 31e0721aeabd efi: memmap: Move manipulation routines into x86 arch tree 52dc463a76b0 efi: Correct comment on efi_memmap_alloc d204beedc82f drivers: fix typo in firmware/efi/memmap.c 3b32f265805a tcp: Fix data races around icsk->icsk_af_ops. ea2ed3f78ab2 ipv6: Fix data races around sk->sk_prot. d3bf338e9ca4 ipv6: annotate some data-races around sk->sk_prot ed07b26c54ef nfs: Leave pages in the pagecache if readpage failed 2e6bbfa1abfe pwm: stm32: Refuse too small period requests 2c43adf36475 mtd: spinand: macronix: Add support for serial NAND flash d5f75f01994e syscalls: fix compat_sys_io_pgetevents_time64 usage 84bf6b64a1a0 ftruncate: pass a signed offset 010de9acbea5 ata: libata-core: Fix double free on error be5016ae5a3b ata: ahci: Clean up sysfs file on error 692858d9edb3 batman-adv: Don't accept TT entries for out-of-spec VIDs 56fc4d3b0bde drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes f771b91f21c4 drm/i915/gt: Fix potential UAF by revoke of fence registers 259549b2ccf7 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes 9ec84770e486 hexagon: fix fadvise64_64 calling conventions 690633552986 csky, hexagon: fix broken sys_sync_file_range bf4a43c533d9 kbuild: Install dtb files as 0644 in Makefile.dtbinst f6c839e71790 net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new 3f177e46c935 net: can: j1939: recover socket queue on CAN bus error during BAM transmission a2a0ebff7fde net: can: j1939: Initialize unused data in j1939_send_one() 44add57b5b44 tty: mcf: MCF54418 has 10 UARTS cb8793006698 serial: 8250_omap: Implementation of Errata i2310 75ddbf776dd0 usb: atm: cxacru: fix endpoint checking in cxacru_bind() 621e90201c84 usb: musb: da8xx: fix a resource leak in probe() 2798fc156071 usb: gadget: printer: fix races against disable 84ca47192f97 usb: gadget: printer: SS+ support ee88636607e1 net: usb: ax88179_178a: improve link status logs 59a84bcf1cc7 iio: chemical: bme680: Fix sensor data read operation c326551e99f5 iio: chemical: bme680: Fix overflows in compensate() functions 3d78fc351bee iio: chemical: bme680: Fix calibration data variable 44f04b1a88d6 iio: chemical: bme680: Fix pressure value output 28f6d0b5ff9f iio: adc: ad7266: Fix variable checking bug 78ece307f823 counter: ti-eqep: enable clock at probe 76da476a4c60 mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() 803835fda351 mmc: sdhci: Do not invert write-protect twice 5048a44a257e mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos a68b896aa56e ocfs2: fix DIO failure due to insufficient transaction credits 49c09ca35a5f x86: stop playing stack games in profile_pc() 38ce30793946 gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1) e44a83bf15c4 gpio: davinci: Validate the obtained number of IRQs 98eae65cb5e3 drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA cb4e7a8f3965 nvme: fixup comment for nvme RDMA Provider Type 1a7a494184cf drm/radeon/radeon_display: Decrease the size of allocated memory a45c45767bfe soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message e47d3babaa47 media: dvbdev: Initialize sbuf d23982ea9aa4 ALSA: emux: improve patch ioctl data validation 763896ab62a6 net/dpaa2: Avoid explicit cpumask var allocation on stack 9dadab0db7d9 net/iucv: Avoid explicit cpumask var allocation on stack 3d6432f20f00 bpf: Add a check for struct bpf_fib_lookup size 37f646c6040f mtd: partitions: redboot: Added conversion of operands to a larger type cae52f61fda0 drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep 5d43d789b579 netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers 4e6367fe3210 parisc: use correct compat recv/recvfrom syscalls 7620738513f7 sparc: fix compat recv/recvfrom syscalls 2a700b8de527 sparc: fix old compat_sys_select() 1095b8efbb13 xdp: Remove WARN() from __xdp_reg_mem_model() 5a3035306a0b xdp: Allow registering memory model without rxq reference f4aa8268d774 xdp: Move the rxq_info.mem clearing to unreg_mem_model() 0427f74a7953 net: phy: micrel: add Microchip KSZ 9477 to the device table 65a9383389db net: dsa: microchip: fix initial port flush problem 3662eb2170e5 ASoC: fsl-asoc-card: set priv->pdev before using it 229e145a810d nfsd: hold a lighter-weight client reference over CB_RECALL_ANY a4f3907ab50b SUNRPC: Fix svcxdr_init_encode's buflen calculation f1ef3dc758c7 SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculation be20af24585d SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency() 3de81c1e84bf SUNRPC: Fix null pointer dereference in svc_rqst_free() 310dee723530 netfilter: nf_tables: validate family when identifying table via handle d8a04a6bfa75 drm/amdgpu: fix UBSAN warning in kv_dpm.c 52af94393dd6 pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set 6531f8c6663c pinctrl: rockchip: use dedicated pinctrl type for RK3328 926cb583b9ef pinctrl/rockchip: separate struct rockchip_pin_bank to a head file cfa2527ac80a pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins 6ff152b2be88 pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins b813e3fd102a pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER b6be2b025c72 Input: ili210x - fix ili251x_read_touch_data() return value f0ef5ca85f43 ACPI: x86: Force StorageD3Enable on more products 3f830c248400 ACPI: x86: utils: Add Picasso to the list for forcing StorageD3Enable bb1758cc4af8 ACPI: x86: utils: Add Cezanne to the list for forcing StorageD3Enable c2a6ab506fd2 ACPI: x86: Add another system to quirk list for forcing StorageD3Enable fe73b1d0804d ACPI: x86: Add a quirk for Dell Inspiron 14 2-in-1 for StorageD3Enable 83f652221005 ACPI: Add quirks for AMD Renoir/Lucienne CPUs to force the D3 hint b055752675cd smb: client: fix deadlock in smb2_find_smb_tcon() 78ebec450ef4 cifs: missed ref-counting smb session in find b03555a8fa05 x86/amd_nb: Check for invalid SMN reads 0caf70a8e816 PCI: Add PCI_ERROR_RESPONSE and related definitions a335ad77bda2 perf/core: Fix missing wakeup when waiting for context reference 695f20c6785d kheaders: explicitly define file modes for archived headers 247c3f8958ab Revert "kheaders: substituting --sort in archive creation" 61c1c98e2607 r8169: Fix possible ring buffer corruption on fragmented Tx packets. 5c88f4f6341c r8169: remove not needed check in rtl8169_start_xmit 48833226fb08 r8169: remove nr_frags argument from rtl_tx_slots_avail 41eeb13459b2 r8169: improve rtl8169_start_xmit 04f9d0cd3974 r8169: improve rtl_tx 6d3eb1658be6 r8169: remove unneeded memory barrier in rtl_tx 40a697e34517 x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL 50b1b4e4f3a6 x86/cpu/vfm: Add new macros to work with (vendor/family/model) values 0e84701753ac tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test 2c3d7b03b658 bcache: fix variable length array abuse in btree_iter 633707246729 spmi: hisi-spmi-controller: Do not override device identifier 90551062fd69 knfsd: LOOKUP can return an illegal error value f77c8a2ce21e pmdomain: ti-sci: Fix duplicate PD referrals 5fe1b2c72e9e wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power 33628b6ed3cc rtlwifi: rtl8192de: Style clean-ups 77942a027231 ARM: dts: samsung: smdk4412: fix keypad no-autorepeat 1fdaecc326f0 ARM: dts: samsung: exynos4412-origen: fix keypad no-autorepeat b263a895d8a1 ARM: dts: samsung: smdkv310: fix keypad no-autorepeat cc255080c1c5 drm/amd/display: revert Exit idle optimizations before HDCP execution 5d7fef7522b1 dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema 7884f4afeccb i2c: ocores: set IACK bit after core is enabled 7879b54f0b90 kcov: don't lose track of remote references during softirqs b1684798a300 gcov: add support for GCC 14 febe794b8369 drm/radeon: fix UBSAN warning in kv_dpm.c 71bea3e64879 ALSA: hda/realtek: Limit mic boost on N14AP7 7186b81c1f15 RDMA/mlx5: Add check for srq max_sge attribute 6eca23100e90 ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." f3d17826d6b6 dmaengine: ioatdma: Fix missing kmem_cache_destroy() 34cc20a5441d dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() 768ae5e02551 dmaengine: ioatdma: Fix error path in ioat3_dma_probe() a486fca282a9 dmaengine: ioat: use PCI core macros for PCIe Capability c017a8e3e30c dmaengine: ioatdma: Fix leaking on version mismatch f99b00ed9b92 dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting() d293db11cb9c dmaengine: ioat: switch from 'pci_' to 'dma_' API 97509608b7e4 regulator: core: Fix modpost error "regulator_get_regmap" undefined 6a0f5d540f0f net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings 72d961196886 netfilter: ipset: Fix suspicious rcu_dereference_protected() 333c0a1f7d5b virtio_net: checksum offloading handling fix b4bca4722fda net: stmmac: No need to calculate speed divider when offload is disabled 03f625505e27 sched: act_ct: add netns into the key of tcf_ct_flow_table b4899d75b843 net/sched: act_ct: set 'net' pointer when creating new nf_flow_table 3eb1b3962789 tipc: force a dst refcount before doing decryption c6a7da65a296 net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc() 66c7aa157a38 net/sched: act_api: rely on rcu in tcf_idr_check_alloc fb910ac2d3da qca_spi: Make interrupt remembering atomic 2b82028a1f5e netns: Make get_net_ns() handle zero refcount net 20427b85781a xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr() 1ed9849fdf9a ipv6: prevent possible NULL dereference in rt6_probe() de5ad4d45cd0 ipv6: prevent possible NULL deref in fib6_nh_init() 5391f9db2cab netrom: Fix a memory leak in nr_heartbeat_expiry() 1aabe0f850ad cipso: fix total option length computation a85bae262cce tracing: Build event generation tests only as modules 36d771ce6028 mips: bmips: BCM6358: make sure CBR is correctly set 7117969bff94 MIPS: Routerboard 532: Fix vendor retry check code 15c8b2e1d6fc serial: exar: adding missing CTI and Exar PCI ids 6c1b9fe148a4 MIPS: Octeon: Add PCIe link status check c59f79e2b477 PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports bffff80d103c udf: udftime: prevent overflow in udf_disk_stamp_to_time() 04736c1bc321 usb: misc: uss720: check for incompatible versions of the Belkin F5U002 38a82c8d0063 f2fs: remove clear SB_INLINECRYPT flag in default_options d8481016c295 iommu/arm-smmu-v3: Free MSIs in case of ENOMEM 449d55871cae power: supply: cros_usbpd: provide ID table for avoiding fallback match 1939648b3aca powerpc/io: Avoid clang null pointer arithmetic warnings a8c988d752b3 powerpc/pseries: Enforce hcall result buffer validity and size 03e7b2f7ae4c drm/lima: mask irqs in timeout path before hard reset e12c363cf5fd drm/lima: add mask irq callback to gp and pp 2db63bf7d87c ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 b4291f58a9cf drm/amd/display: Exit idle optimizations before HDCP execution 52d4cfa56b5f Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl 6fdc98bcc66e ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 6f6cb0748243 HID: Add quirk for Logitech Casa touchpad 43c0ca793a18 netpoll: Fix race condition in netpoll_owner_active 1b577bb1cbe7 kselftest: arm64: Add a null pointer check 144d76a676b6 scsi: qedi: Fix crash while reading debugfs attribute 96941f29ebcc drop_monitor: replace spin_lock by raw_spin_lock a720d71dd494 af_packet: avoid a false positive warning in packet_setsockopt() b5a53d14dd83 wifi: ath9k: work around memset overflow warning 82cdea8f3af1 batman-adv: bypass empty buckets in batadv_purge_orig_ref() e1c3f5fb1be8 selftests/bpf: Fix flaky test btf_map_in_map/lookup_update 973b32034ce1 selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh 58706e482bf4 block/ioctl: prefer different overflow check c15df6f49867 rcutorture: Fix invalid context warning when enable srcu barrier testing dd2cb39afc72 rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment ec58e6ff29b7 padata: Disable BH when taking works lock on MT path 82c7acf9a12c zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDING 864963d2692e i2c: designware: Fix the functionality flags of the slave-only interface 0f37d22a6215 i2c: at91: Fix the functionality flags of the slave-only interface f68820f1256b usb-storage: alauda: Check whether the media is initialized 2b6bb0b4abfd greybus: Fix use-after-free bug in gb_interface_release due to race condition. d6c26a59e633 remoteproc: k3-r5: Jump to error handling labels in start/stop errors 990d0710108d mptcp: pm: update add_addr counters after connect 5a4efafcf843 mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID 208cd22ef5e5 mptcp: ensure snd_una is properly initialized on connect 73014c77ec2a hugetlb_encode.h: fix undefined behaviour (34 << 26) 0047568dbd9c serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ level 33eae51f6569 tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device() 0ecfe3a92869 nilfs2: fix potential kernel bug due to lack of writeback flag waiting f699f9f8b2ea intel_th: pci: Add Lunar Lake support 31f3136fd6fc intel_th: pci: Add Meteor Lake-S support c02003a97a88 intel_th: pci: Add Sapphire Rapids SOC support dbfe50b50eb9 intel_th: pci: Add Granite Rapids SOC support 78a41b1614c3 intel_th: pci: Add Granite Rapids support 02d3b5e48d24 remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs fe5b53c60217 dmaengine: axi-dmac: fix possible race in remove() 42ed6bfc2ddb PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id 050ce8af6838 ocfs2: fix races between hole punching and AIO+DIO 11a075a1c8c7 ocfs2: use coarse time for new created files 70c1835e776c fs/proc: fix softlockup in __read_vmcore f70ff7373467 vmci: prevent speculation leaks by sanitizing event in event_deliver() 4dfffb50316c drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found 0acc356da854 drm/exynos/vidi: fix memory leak in .get_modes() 760603e30bf1 drivers: core: synchronize really_probe() and dev_uevent() fd45d6f19494 iio: imu: inv_icm42600: delete unneeded update watermark call 9d4dce587081 iio: dac: ad5592r: fix temperature channel scaling value e4ce76890e5e iio: adc: ad9467: fix scan type sign ff9c2a9426ec ionic: fix use after netif_napi_del() b278f9b458fa net/ipv6: Fix the RT cache flush via sysctl using a previous delay 01ce5bdfdf84 net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters 93b53c202b51 netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type ea1a98c9a367 Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ dfd7f4670723 net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packets 330c8661c993 tcp: fix race in tcp_v6_syn_recv_sock() 9b164605c115 drm/bridge/panel: Fix runtime warning on panel bridge release bda7cdaeebf5 drm/komeda: check for error-valued pointer cbf18d8128a7 liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet 187e293c8260 net: hns3: add cond_resched() to hns3 ring buffer init process bd8e1e6af6d9 net: sfp: Always call `sfp_sm_mod_remove()` on remove abc55e738b43 drm/vmwgfx: 3D disabled should not effect STDU memory limits caa9c9acb93d HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() cf34f8f66982 iommu: Return right value in iommu_sva_bind_device() d4673a34d8fd iommu/amd: Fix sysfs leak in iommu init c0f1bd317b3a iommu/amd: Introduce pci segment structure a843c0e9da32 gpio: tqmx86: store IRQ trigger type and unmask status separately 33f6832798dd HID: core: remove unnecessary WARN_ON() in implement() 544015b94589 gpio: tqmx86: fix typo in Kconfig label 66c79c5acc5c SUNRPC: return proper error from gss_wrap_req_priv b6a204f937e6 Input: try trimming too long modalias strings 20b3f435b7c1 powerpc/uaccess: Fix build errors seen with GCC 13/14 0081d2b3ae0a scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory baeae72258ad xhci: Apply broken streams quirk to Etron EJ188 xHCI host 0b05b12e2d03 xhci: Apply reset resume quirk to Etron EJ188 xHCI host 22de7c9cba6f xhci: Set correct transferred length for cancelled bulk transfers fc745f6e83cb jfs: xattr: fix buffer overflow for invalid xattr 498ff29800a6 mei: me: release irq in mei_me_pci_resume error path c0747d76eb05 USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages c77ad608df6c nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors adf1b931d50b nilfs2: return the mapped address from nilfs_get_page() 8b56df81b369 nilfs2: Remove check for PageError 05544fd3f18a btrfs: fix leak of qgroup extent records after transaction abort 79bf1ea0d522 selftests/mm: compaction_test: fix bogus test success on Aarch64 7c1cc0a5d43f selftests/mm: conform test to TAP format output 9d3886a1604b selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages 6ff7cfa02baa mmc: davinci: Don't strip remove function when driver is builtin b5a2a6908109 serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler 9a2e0aa9a809 serial: sc16is7xx: replace hardcoded divisor value with BIT() macro e8b8054f5ef4 drm/amd/display: Handle Y carry-over in VCP X.Y calculation e500b1c4e29a usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete c69369878766 ipv6: fix possible race in __fib6_drop_pcpu_from() 74c97c80034f af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill(). 35a69f9e5db8 af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen(). a64e4b8f9bf6 af_unix: Use unix_recvq_full_lockless() in unix_stream_connect(). f70ef84b821e af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen. 44a2437c60b1 af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG. b5a6507c6196 af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg(). cc5d123ce4ae af_unix: Annotate data-races around sk->sk_state in unix_write_space() and poll(). d2c53bedeb96 af_unix: Annotate data-race of sk->sk_state in unix_inq_len(). 13f61e503ec1 ptp: Fix error message on failed pin verification 6db4af09987c net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP d8c79ae03ee1 tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB dd254cde5715 vxlan: Fix regression when dropping packets due to invalid src addresses 52b1aa07cda6 net: sched: sch_multiq: fix possible OOB write in multiq_tune() f9f69e3f6989 ipv6: sr: block BH in seg6_output_core() and seg6_input_core() 3cbb2ba0a0d9 net/ncsi: Fix the multi thread manner of NCSI driver 7329bc66b4a0 net/ncsi: Simplify Kconfig/dts control flow f40cac4e7083 net/ncsi: add NCSI Intel OEM command to keep PHY up 7c9b9f822eaa wifi: mac80211: correctly parse Spatial Reuse Parameter Set element 46c59a253370 wifi: iwlwifi: mvm: don't read past the mfuart notifcation 3c4771091ea8 wifi: iwlwifi: mvm: check n_ssids before accessing the ssids 2c80bd07c11c wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef 99c4903dcee3 wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 8d5c7d7bfd72 wifi: cfg80211: pmsr: use correct nla_get_uX functions e7e916d693dc wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() 7518e20a189f wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects f64d566f4332 null_blk: Print correct max open zones limit in null_init_zoned_dev() 8f48a7f8b929 tracing/selftests: Fix kprobe event name test for .isra. functions 3a3877de4434 Linux 5.10.220 9444ce5cd488 nfsd: Fix a regression in nfsd_setattr() a1a153fc73cc nfsd: don't call locks_release_private() twice concurrently feb3352af742 nfsd: don't take fi_lock in nfsd_break_deleg_cb() 99fb654d01dc nfsd: fix RELEASE_LOCKOWNER ca791e1a31cf nfsd: drop the nfsd_put helper 838a602db75d nfsd: call nfsd_last_thread() before final nfsd_put() e35cb663a462 NFSD: fix possible oops when nfsd/pool_stats is closed. 3add01e06748 Documentation: Add missing documentation for EXPORT_OP flags d31cd25f5501 nfsd: separate nfsd_last_thread() from nfsd_put() 987c0e102874 nfsd: Simplify code around svc_exit_thread() call in nfsd() 7229200f6866 nfsd: don't allow nfsd threads to be signalled. 8ef87fe6e87f nfsd: Fix creation time serialization order 72f28b5ad0b5 NFSD: Add an nfsd4_encode_nfstime4() helper b4417c53d4f9 lockd: drop inappropriate svc_get() from locked_get() b28b5c726e49 nfsd: fix double fget() bug in __write_ports_addfd() 8157832461bd nfsd: make a copy of struct iattr before calling notify_change 05f45f3981d3 NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loop 6c05d25ca899 nfsd: simplify the delayed disposal list code 56b36b8960e5 NFSD: Convert filecache to rhltable 5a132ffa76bd nfsd: allow reaping files still under writeback f7b157737c64 nfsd: update comment over __nfsd_file_cache_purge f593ea1423c6 nfsd: don't take/put an extra reference when putting a file c3677c14b3d4 nfsd: add some comments to nfsd_file_do_acquire c9e8ed6efabe nfsd: don't kill nfsd_files because of lease break error 2c95ad0a0cb9 nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparator e378da83577f nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entries 9c599dee8754 nfsd: don't open-code clear_and_wake_up_bit 65a33135e91e nfsd: call op_release, even when op_func returns an error 50827896c365 NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL 8235cd619db6 nfsd: don't replace page in rq_pages if it's a continuation of last page 37b34eb56770 lockd: set file_lock start and end when decoding nlm4 testargs b0f33732796b NFSD: Protect against filesystem freezing 37cd49faaa94 NFSD: copy the whole verifier in nfsd_copy_write_verifier dd7d50c695a6 nfsd: don't fsync nfsd_files on last close 1178547637a2 nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_open 3db6c79de923 NFSD: fix problems with cleanup on errors in nfsd4_copy e5e1dc828499 nfsd: don't hand out delegation on setuid files being opened for write 2da50149981d NFSD: fix leaked reference count of nfsd4_ssc_umount_item fd63299db809 nfsd: clean up potential nfsd_file refcount leaks in COPY codepath 3c7b9b3487c0 nfsd: allow nfsd_file_get to sanely handle a NULL pointer 9d7608dc4bd1 NFSD: enhance inter-server copy cleanup 6856f1385d62 nfsd: don't destroy global nfs4_file table in per-net shutdown e997a230d854 nfsd: don't free files unconditionally in __nfsd_file_cache_purge 2bbf10861d51 NFSD: replace delayed_work with work_struct for nfsd_client_shrinker 438ef64bbfe4 NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time 6ac4c383c39f NFSD: fix use-after-free in nfsd4_ssc_setup_dul() 2ecc439931ef NFSD: Use set_bit(RQ_DROPME) 115b58b56f88 Revert "SUNRPC: Use RMW bitops in single-threaded hot paths" 45c08a752982 nfsd: fix handling of cached open files in nfsd4_open codepath f31bc0bc12f3 nfsd: rework refcounting in filecache dfbf3066d973 NFSD: Avoid clashing function prototypes ea468098605e NFSD: Use only RQ_DROPME to signal the need to drop a reply 71a98737cdcf NFSD: add delegation reaper to react to low memory condition 80a81db01ab0 NFSD: add support for sending CB_RECALL_ANY 87098b663f42 NFSD: refactoring courtesy_client_reaper to a generic low memory shrinker 35a48412f6a4 NFSD: pass range end to vfs_fsync_range() instead of count 0d5f3de2b422 lockd: fix file selection in nlmsvc_cancel_blocked 7ecaa9aff9f5 lockd: ensure we use the correct file descriptor when unlocking 781c3f3d1812 lockd: set missing fl_flags field when retrieving args ae8f2bb3dd34 NFSD: Use struct_size() helper in alloc_session() e2505cb85164 nfsd: return error if nfs4_setacl fails 31c93ee5f1e4 lockd: set other missing fields when unlocking files 739202b2b9cf NFSD: Add an nfsd_file_fsync tracepoint 4453e0c1bbab nfsd: fix up the filecache laundrette scheduling 3d479899f4fe nfsd: reorganize filecache.c 605a5acd6f42 nfsd: remove the pages_flushed statistic from filecache 384b23f13672 NFSD: Fix licensing header in filecache.c 56eedeaf71b0 NFSD: Use rhashtable for managing nfs4_file objects 8fdef896122f NFSD: Refactor find_file() 5e92a168495c NFSD: Clean up find_or_add_file() 5aa2c4a1fe28 NFSD: Add a nfsd4_file_hash_remove() helper e77b1d63c02e NFSD: Clean up nfsd4_init_file() c152e4ffb9e8 NFSD: Update file_hashtbl() helpers b0952d49483a NFSD: Use const pointers as parameters to fh_ helpers a10d111fd09f NFSD: Trace delegation revocations 88cf6a1e76aa NFSD: Trace stateids returned via DELEGRETURN 14c9c091f2a6 NFSD: Clean up nfs4_preprocess_stateid_op() call sites d9991b0b9dd5 NFSD: Flesh out a documenting comment for filecache.c 5f866f5a8611 NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection c09b456a81d2 NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately" caa627020132 NFSD: Pass the target nfsd_file to nfsd_commit() 599d5c22912f exportfs: use pr_debug for unreachable debug statements 4ab1211c28f1 nfsd: allow disabling NFSv2 at compile time 68f7bd7f29a0 nfsd: move nfserrno() to vfs.c abbd1215c3f9 nfsd: ignore requests to disable unsupported versions 81714ef8e3ef NFSD: Finish converting the NFSv3 GETACL result encoder a20b0abab966 NFSD: Finish converting the NFSv2 GETACL result encoder 1dd04600f629 NFSD: Remove redundant assignment to variable host_err 48a237cb5e52 NFSD: Simplify READ_PLUS 10727ce312c6 nfsd: use locks_inode_context helper 32c59062f868 lockd: use locks_inode_context helper 70ffaa7896d9 filelock: add a new locks_inode_context accessor function 7ea635fc47af NFSD: Fix reads with a non-zero offset that don't end on a page boundary 7d867c6c30e1 nfsd: put the export reference in nfsd4_verify_deleg_dentry 551f17db6508 nfsd: fix use-after-free in nfsd_file_do_acquire tracepoint 31268eb4572b nfsd: fix net-namespace logic in __nfsd_file_cache_purge 5428383c6fb3 NFSD: unregister shrinker when nfsd_init_net() fails 1bb33492578c nfsd: rework hashtable handling in nfsd_do_file_acquire 2db3e73f9afd nfsd: fix nfsd_file_unhash_and_dispose 683fb922e7b5 fanotify: Remove obsoleted fanotify_event_has_path() 229e73a0f407 fsnotify: remove unused declaration a2d440dce603 fs/notify: constify path 241685bab277 nfsd: extra checks when freeing delegation stateids 345e3bb5e82a nfsd: make nfsd4_run_cb a bool return function d7f2774d8c59 nfsd: fix comments about spinlock handling with delegations 89b636270490 nfsd: only fill out return pointer on success in nfsd4_lookup_stateid 31b16e6b0b78 NFSD: Cap rsize_bop result based on send buffer size 60b46564e0b6 NFSD: Rename the fields in copy_stateid_t b7aea45a67e9 nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fops 21e18dd5eba4 nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fops 443e6484259f nfsd: use DEFINE_SHOW_ATTRIBUTE to define client_info_fops 615d761a6b99 nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_enctypes_fops a063abefc6a5 nfsd: use DEFINE_PROC_SHOW_ATTRIBUTE to define nfsd_proc_ops cda3e9b8cd5e NFSD: Pack struct nfsd4_compoundres a54822e64d3a NFSD: Remove unused nfsd4_compoundargs::cachetype field 17bb69807867 NFSD: Remove "inline" directives on op_rsize_bop helpers f533a01b0982 NFSD: Clean up nfs4svc_encode_compoundres() 918054d2d8ac NFSD: Clean up WRITE arg decoders c92e8b295ae8 NFSD: Use xdr_inline_decode() to decode NFSv3 symlinks d08acee648f1 NFSD: Refactor common code out of dirlist helpers 5e76b25d7cc8 NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearing 5ed252489368 SUNRPC: Parametrize how much of argsize should be zeroed 6e50de3b3a28 NFSD: add shrinker to reap courtesy clients on low memory condition 67302ef04e54 NFSD: keep track of the number of courtesy clients in the system 1022fe63c57e NFSD: Make nfsd4_remove() wait before returning NFS4ERR_DELAY 235738ccea3b NFSD: Make nfsd4_rename() wait before returning NFS4ERR_DELAY b6c6c7153bdb NFSD: Make nfsd4_setattr() wait before returning NFS4ERR_DELAY f326970df189 NFSD: Refactor nfsd_setattr() 95dce2279c81 NFSD: Add a mechanism to wait for a DELEGRETURN 3c0e831b87c6 NFSD: Add tracepoints to report NFSv4 callback completions bc6bead0af16 nfsd: remove nfsd4_prepare_cb_recall() declaration 330914c34245 nfsd: clean up mounted_on_fileid handling f574d41b1bda NFSD: Fix handling of oversized NFSv4 COMPOUND requests b0062184a184 NFSD: drop fname and flen args from nfsd_create_locked() c23687911f82 NFSD: Protect against send buffer overflow in NFSv3 READ 2007867c5874 NFSD: Protect against send buffer overflow in NFSv2 READ 57774b152616 NFSD: Protect against send buffer overflow in NFSv3 READDIR 0e57d696f60d NFSD: Protect against send buffer overflow in NFSv2 READDIR 2bd6f95ff991 NFSD: Increase NFSD_MAX_OPS_PER_COMPOUND d40bef3801cd nfsd: Propagate some error code returned by memdup_user() 490af5b07d85 nfsd: Avoid some useless tests cef1ab71ae37 NFSD: remove redundant variable status 30b0e49a9574 NFSD enforce filehandle check for source file in COPY 9dc20a662fb8 lockd: move from strlcpy with unused retval to strscpy 91eebaa181b5 NFSD: move from strlcpy with unused retval to strscpy 57afda7bf248 nfsd_splice_actor(): handle compound pages c7d320e62066 NFSD: fix regression with setting ACLs. 1f87122d348e lockd: detect and reject lock arguments that overflow b15656dfa283 NFSD: discard fh_locked flag and fh_lock/fh_unlock 5a8d428f5e37 NFSD: use (un)lock_inode instead of fh_(un)lock for file operations 9ef325edeade NFSD: use explicit lock/unlock for directory ops 203f09fae4e2 NFSD: reduce locking in nfsd_lookup() bedd266b1fe3 NFSD: only call fh_unlock() once in nfsd_link() 77f83bc2ed03 NFSD: always drop directory lock in nfsd_unlink() 617f72a1aa6d NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning. c5409ce523af NFSD: add posix ACLs to struct nfsd_attrs 18ee0869d6f3 NFSD: add security label to struct nfsd_attrs 2a5642abeb72 NFSD: set attributes when creating symlinks 45cf4b1bb10f NFSD: introduce struct nfsd_attrs 3aac39eaa675 NFSD: verify the opened dentry after setting a delegation 820bf1383d66 NFSD: drop fh argument from alloc_init_deleg c62dcf86332e NFSD: Move copy offload callback arguments into a separate structure e1d1b6574e7b NFSD: Add nfsd4_send_cb_offload() d87486acbd6e NFSD: Remove kmalloc from nfsd4_do_async_copy() a860bd179e7a NFSD: Refactor nfsd4_do_copy() 8153ed38cc9d NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2) 0d592d96d6c6 NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2) ac774e1eebe8 NFSD: Replace boolean fields in struct nfsd4_copy 627b896c5219 NFSD: Make nfs4_put_copy() static 0d7e3df76b50 NFSD: Reorder the fields in struct nfsd4_op 94fd87568e91 NFSD: Shrink size of struct nfsd4_copy 7c6fd14057a7 NFSD: Shrink size of struct nfsd4_copy_notify 02bc4d514c25 NFSD: nfserrno(-ENOMEM) is nfserr_jukebox 8ce03085cc53 NFSD: Fix strncpy() fortify warning 0a1b9a216f7f NFSD: Clean up nfsd4_encode_readlink() c7863472e57e NFSD: Use xdr_pad_size() c587004a7634 NFSD: Simplify starting_len e77d3f5ee50f NFSD: Optimize nfsd4_encode_readv() d176e7348bd0 NFSD: Add an nfsd4_read::rd_eof field 427bd174a4d3 NFSD: Clean up SPLICE_OK in nfsd4_encode_read() 8fd87bf897bc NFSD: Optimize nfsd4_encode_fattr() d8c3d704085c NFSD: Optimize nfsd4_encode_operation() 3b5dcf6b46d9 nfsd: silence extraneous printk on nfsd.ko insertion f81ab23756ab NFSD: limit the number of v4 clients to 1024 per 1GB of system memory ec16f5f7faaa NFSD: keep track of the number of v4 clients in the system 4e7a739f6372 NFSD: refactoring v4 specific code to a helper in nfs4state.c 705e2cb1fec0 NFSD: Ensure nf_inode is never dereferenced 451b2c2125df NFSD: NFSv4 CLOSE should release an nfsd_file immediately c553e79c0803 NFSD: Move nfsd_file_trace_alloc() tracepoint 26664203ddeb NFSD: Separate tracepoints for acquire and create de070f66d23f NFSD: Clean up unused code after rhashtable conversion a174ce98b302 NFSD: Convert the filecache to use rhashtable ebe886ac37d2 NFSD: Set up an rhashtable for the filecache 1ea9b51f738c NFSD: Replace the "init once" mechanism bbb260f3ce9f NFSD: Remove nfsd_file::nf_hashval 12494d98fea9 NFSD: nfsd_file_hash_remove can compute hashval 10ba39f78886 NFSD: Refactor __nfsd_file_close_inode() a86953523ea9 NFSD: nfsd_file_unhash can compute hashval from nf->nf_inode ef7fe4908a1a NFSD: Remove lockdep assertion from unhash_and_release_locked() 525c2c81fdcc NFSD: No longer record nf_hashval in the trace log 99735b8d82d1 NFSD: Never call nfsd_file_gc() in foreground paths 586e8d6c3dc3 NFSD: Fix the filecache LRU shrinker 51fc2b2c7971 NFSD: Leave open files out of the filecache LRU c15db0869e97 NFSD: Trace filecache LRU activity 7cca6908fa14 NFSD: WARN when freeing an item still linked via nf_lru 0c426d4621c8 NFSD: Hook up the filecache stat file 6dc5cab80881 NFSD: Zero counters when the filecache is re-initialized 04b9376a106f NFSD: Record number of flush calls 2cba48b3d0a0 NFSD: Report the number of items evicted by the LRU walk af057e5884ad NFSD: Refactor nfsd_file_lru_scan() e7d5efd20ea9 NFSD: Refactor nfsd_file_gc() 8d038e72e7ad NFSD: Add nfsd_file_lru_dispose_list() helper d176e9840071 NFSD: Report average age of filecache items ca9cc17ec04f NFSD: Report count of freed filecache items a38dff5964f3 NFSD: Report count of calls to nfsd_file_acquire() 91c03a61241f NFSD: Report filecache LRU size 4ff0e22e547e NFSD: Demote a WARN to a pr_warn() cc3b111e3b02 nfsd: remove redundant assignment to variable len 0a18cd2b946b NFSD: Fix space and spelling mistake b5b79fc3ff4f NLM: Defend against file_lock changes after vfs_test_lock() 16acc0677f80 SUNRPC: Fix xdr_encode_bool() bcaac325dd95 nfsd: eliminate the NFSD_FILE_BREAK_* flags 302ae1fb80a3 fsnotify: Fix comment typo 85c640adf9fc fanotify: introduce FAN_MARK_IGNORE 99a022c4bcbb fanotify: cleanups for fanotify_mark() input validations b8d06d118796 fanotify: prepare for setting event flags in ignore mask 71860cc4e436 fs: inotify: Fix typo in inotify comment 795f9fa1b50b lockd: fix nlm_close_files 486c1acf1423 lockd: set fl_owner when unlocking files 845b309cf586 NFSD: Decode NFSv4 birth time attribute 58f985d688aa NFS: restore module put when manager exits. e9156a243175 fanotify: refine the validation checks on non-dir inode mask 6943f1073abe SUNRPC: Optimize xdr_reserve_space() ada1757b259f NFSD: Fix potential use-after-free in nfsd_file_put() 4862b6188603 NFSD: nfsd_file_put() can sleep 06252d1bd57a NFSD: Add documenting comment for nfsd4_release_lockowner() 345e2e48d8df NFSD: Modernize nfsd4_release_lockowner() 13459d22256a nfsd: destroy percpu stats counters after reply cache shutdown 15081df04a6e nfsd: Fix null-ptr-deref in nfsd_fill_super() ff4e7a4b497a nfsd: Unregister the cld notifier when laundry_wq create failed e1e87709c453 SUNRPC: Use RMW bitops in single-threaded hot paths f7a1ecf2aa4b NFSD: Clean up the show_nf_flags() macro 7b8462f22a63 NFSD: Trace filecache opens a38be0047496 NFSD: Move documenting comment for nfsd4_process_open2() bfe9aab120b2 NFSD: Fix whitespace 2805c5439c95 NFSD: Remove dprintk call sites from tail of nfsd4_open() c20097329d2c NFSD: Instantiate a struct file when creating a regular NFSv4 file d8714bda3f69 NFSD: Clean up nfsd_open_verified() 274fd0f9c261 NFSD: Remove do_nfsd_create() 66af1db0cc37 NFSD: Refactor NFSv4 OPEN(CREATE) a019add1b456 NFSD: Refactor NFSv3 CREATE a132795b61fe NFSD: Refactor nfsd_create_setattr() ee0742a93ccb NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create() 304505e2e89c NFSD: Clean up nfsd3_proc_create() c6207942b255 NFSD: Show state of courtesy client in client info 4a39f029e7e3 NFSD: add support for lock conflict to courteous server 97f77d7d501b fs/lock: add 2 callbacks to lock_manager_operations to resolve conflict eb2eb6b6afdf fs/lock: add helper locks_owner_has_blockers to check for blockers 461d0b57c9f3 NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsd a26848e2bcc9 NFSD: add support for share reservation conflict to courteous server 67ef9e5fd737 NFSD: add courteous server support for thread with only delegation bf1cbe2f3650 NFSD: Clean up nfsd_splice_actor() 2723d479f51f fanotify: fix incorrect fmode_t casts 4cd725129e65 fsnotify: consistent behavior for parent not watching children e3bce57ffc7b fsnotify: introduce mark type iterator f6017a718b63 fanotify: enable "evictable" inode marks 3083d602ba91 fanotify: use fsnotify group lock helpers f85d59005953 fanotify: implement "evictable" inode marks 80fb0ae4b145 fanotify: factor out helper fanotify_mark_update_flags() b9576077eee3 fanotify: create helper fanotify_mark_user_flags() ff34ebaa6f6d fsnotify: allow adding an inode mark without pinning inode 3bd557cfdf99 dnotify: use fsnotify group lock helpers cc1c875b6960 nfsd: use fsnotify group lock helpers c2c6ced500ad inotify: use fsnotify group lock helpers f91ba4a49b6e fsnotify: create helpers for group mark_mutex lock 74f9be7f64ed fsnotify: make allow_dups a property of the group 4dc30393bd7b fsnotify: pass flags argument to fsnotify_alloc_group() 1c47d87317e2 inotify: move control flags from mask to mark flags aecfd231bf53 fs/lock: documentation cleanup. Replace inode->i_lock with flc_lock. d71ea54835df fanotify: do not allow setting dirent events in mask of non-dir 9862064ca81f nfsd: Clean up nfsd_file_put() cf04df21a46f nfsd: Fix a write performance regression 997575f1a1b5 SUNRPC: Return true/false (not 1/0) from bool functions a5fa9c824db8 fsnotify: remove redundant parameter judgment 552c24a32ce8 fsnotify: optimize FS_MODIFY events with no ignored masks 5e84e33832d5 fsnotify: fix merge with parent's ignored mask 62fa144b8587 nfsd: fix using the correct variable for sizeof() e96076f5790f NFSD: Clean up _lm_ operation names ec3b252a55f0 NFSD: Remove CONFIG_NFSD_V3 7e4328b3b98f NFSD: Move svc_serv_ops::svo_function into struct svc_serv 9802c5746038 NFSD: Remove svc_serv_ops::svo_module 36c57b27a7d8 SUNRPC: Remove svc_shutdown_net() a4bbb1ab69ab SUNRPC: Rename svc_close_xprt() c58a9cfd2091 SUNRPC: Rename svc_create_xprt() 9a43ddd6b626 SUNRPC: Remove svo_shutdown method 8c60a476704d SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt() 99ab6abc88ed SUNRPC: Remove the .svo_enqueue_xprt method 194071d46c5c NFSD: Streamline the rare "found" case 3304d16c24f5 NFSD: Skip extra computation for RC_NOCACHE case 4aa8dac58c17 NFSD: De-duplicate hash bucket indexing ca6761d39ad2 nfsd: Add support for the birth time attribute 0d1bbb0efe5a NFSD: Deprecate NFS_OFFSET_MAX 70a80c7e8d5b NFSD: COMMIT operations must not return NFS?ERR_INVAL a231ae6bb50e NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes 38d02ba22e43 NFSD: Fix ia_size underflow 1726a39b0879 NFSD: Fix the behavior of READ near OFFSET_MAX fc2d8c153d52 lockd: fix failure to cleanup client locks 20a74a69119e lockd: fix server crash on reboot of client holding lock a667e1df409e fanotify: remove variable set but not used 11bcfabf2481 nfsd: fix crash on COPY_NOTIFY with special stateid 4eefd1125b96 NFSD: Move fill_pre_wcc() and fill_post_wcc() 695719e5e6b9 Revert "nfsd: skip some unnecessary stats in the v4 case" 5e07d49f4abd NFSD: Trace boot verifier resets a1c9bcfd16f3 NFSD: Rename boot verifier functions e49677ff33f3 NFSD: Clean up the nfsd_net::nfssvc_boot field 083d44094ff1 NFSD: Write verifier might go backwards 306d2c1c0803 nfsd: Add a tracepoint for errors in nfsd4_clone_file_range() 45ef8b7aea36 NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id) 5a1575c02baa NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id) aa9ea9ec295f NFSD: Clean up nfsd_vfs_write() 30282a70aac1 nfsd: Retry once in nfsd_open on an -EOPENSTALE return 3128aa9c984d nfsd: Add errno mapping for EREMOTEIO f12557372b76 nfsd: map EBADF 9175fcf39c20 NFSD: Fix zero-length NFSv3 WRITEs fab02e979949 nfsd4: add refcount for nfsd4_blocked_lock 535204ecaed0 nfs: block notification on fs with its own ->lock bf5e7e1fa1db NFSD: De-duplicate nfsd4_decode_bitmap4() 5a0710a6b40a nfsd: improve stateid access bitmask documentation f0dbe05f6df2 NFSD: Combine XDR error tracepoints e8f923e1e9fc NFSD: simplify per-net file cache management 677fd67d8b80 NFSD: Fix inconsistent indenting 0bc12c128940 NFSD: Remove be32_to_cpu() from DRC hash function e072a635c1ef NFS: switch the callback service back to non-pooled. 948e4664cc37 lockd: use svc_set_num_threads() for thread start and stop deeda24a6762 SUNRPC: always treat sv_nrpools==1 as "not pooled" 74a0e37a2099 SUNRPC: move the pool_map definitions (back) into svc.c 9fe19a48a3bf lockd: rename lockd_create_svc() to lockd_get() e5087b3d584f lockd: introduce lockd_put() 8304dd04fb7b lockd: move svc_exit_thread() into the thread 7077a0070375 lockd: move lockd_start_svc() call into lockd_create_svc() a389baad9137 lockd: simplify management of network status notifiers 32f3e5a70f28 lockd: introduce nlmsvc_serv d95899dadb4d NFSD: simplify locking for network notifier. 7149250beeea SUNRPC: discard svo_setup and rename svc_set_num_threads_sync() 361452374168 NFSD: Make it possible to use svc_set_num_threads_sync 6343271d5315 NFSD: narrow nfsd_mutex protection in nfsd thread 61d12fc30a5e SUNRPC: use sv_lock to protect updates to sv_nrthreads. 4efe0b9d11fc nfsd: make nfsd_stats.th_cnt atomic_t 17041f014060 SUNRPC: stop using ->sv_nrthreads as a refcount 64312a7c9fa1 SUNRPC/NFSD: clean up get/put functions. e9a4156137cf SUNRPC: change svc_get() to return the svc. e0bf89935220 NFSD: handle errors better in write_ports_addfd() 307b391221ce NFSD: Fix sparse warning c59dc174b2e4 exit: Rename module_put_and_exit to module_put_and_kthread_exit 15606c8d5200 exit: Implement kthread_exit 63b8c1923117 fanotify: wire up FAN_RENAME event a860dd8bf571 fanotify: report old and/or new parent+name in FAN_RENAME event c76fa8515949 fanotify: record either old name new name or both for FAN_RENAME da527da33bcd fanotify: record old and new parent and name in FAN_RENAME event f59e978cfa9f fanotify: support secondary dir fh and name in fanotify_info 967ae137209c fanotify: use helpers to parcel fanotify_info buffer 4e63ce91997a fanotify: use macros to get the offset to fanotify_info buffer 580eb8de8470 fsnotify: generate FS_RENAME event with rich information 4e59c7b3e3b6 fanotify: introduce group flag FAN_REPORT_TARGET_FID be14cab43ddf fsnotify: separate mark iterator type from object type enum c0a5f0b561c8 fsnotify: clarify object type argument 9e291a6a28d3 NFSD: Fix READDIR buffer overflow 1abf3ec55877 NFSD: Fix exposure in nfsd4_decode_bitmap() 88ccda1a8143 nfsd4: remove obselete comment f4e9e9565e42 NFSD:fix boolreturn.cocci warning 022723fe1507 nfsd: update create verifier comment c7b0a9c75d3c SUNRPC: Change return value type of .pc_encode 61cf6815070a SUNRPC: Replace the "__be32 *p" parameter to .pc_encode 47047d40af7b NFSD: Save location of NFSv4 COMPOUND status f747ce574c4a SUNRPC: Change return value type of .pc_decode 0696b6b513a7 SUNRPC: Replace the "__be32 *p" parameter to .pc_decode 396b359832e7 NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment() c23b25dd1928 NFSD: Initialize pointer ni with NULL and not plain integer 0 678418809092 NFSD: simplify struct nfsfh 25054b04ec92 NFSD: drop support for ancient filehandles 918bc45a57bc NFSD: move filehandle format declarations out of "uapi". d2815110a741 NFSD: Optimize DRC bucket pruning 2b2963c72c8a SUNRPC: Trace calls to .rpc_call_done 2eda01447798 fanotify: Allow users to request FAN_FS_ERROR events b0f01b7c0808 fanotify: Emit generic error info for error event aefd9029fa50 fanotify: Report fid info for file related file system errors bb247feb22d7 fanotify: WARN_ON against too large file handles 7fa20568b6e5 fanotify: Add helpers to decide whether to report FID/DFID 7935cf4070c4 fanotify: Wrap object_fh inline space in a creator macro b974c8aa0081 fanotify: Support merging of error events 9b98f4ff5186 fanotify: Support enqueueing of error events 68aacb60a799 fanotify: Pre-allocate pool of error events eec22d03a98e fanotify: Reserve UAPI bits for FAN_FS_ERROR badbf879deca fsnotify: Support FS_ERROR event type 8ccc724f5070 fanotify: Require fid_mode for any non-fd event 2f65be620948 fanotify: Encode empty file handle when no inode is provided 86bda2d75252 fanotify: Allow file handle encoding for unhashed events 44ce59c25410 fanotify: Support null inode event in fanotify_dfid_inode 313234a93ea1 fsnotify: Pass group argument to free_event c9f9d99ea4c3 fsnotify: Protect fsnotify_handle_inode_event from no-inode events 5c4ce075c92b fsnotify: Retrieve super block from the data field 44844158eea6 fsnotify: Add wrapper around fsnotify_add_event 24eda1b5e6f6 fsnotify: Add helper to detect overflow_event 7c9ba74cb30b inotify: Don't force FS_IN_IGNORED 9539a89f28ed fanotify: Split fsid check from other fid mode checks 326be73a5985 fanotify: Fold event size calculation to its own function 7fee789540e9 fsnotify: Don't insert unmergeable events in hashtable 60b6dab8c81e fsnotify: clarify contract for create event hooks 9601d2073406 fsnotify: pass dentry instead of inode data f114860f7279 fsnotify: pass data_type to fsnotify_name() 6719531e6713 nfsd: Fix a warning for nfsd_file_close_inode 7918a95bc226 NLM: Fix svcxdr_encode_owner() b801327ba3c3 fsnotify: fix sb_connectors leak 1773901afb33 NFS: Remove unused callback void decoder edf220fe1516 NFS: Add a private local dispatcher for NFSv4 callback operations 91bbbffece63 SUNRPC: Eliminate the RQ_AUTHERR flag febf43bcdc2b SUNRPC: Set rq_auth_stat in the pg_authenticate() callout a96da583ff54 SUNRPC: Add svc_rqst::rq_auth_stat efea5d558ef3 nfs: don't allow reexport reclaims bd5b3deed01a lockd: don't attempt blocking locks on nfs reexports 5ea5be84ddd7 nfs: don't atempt blocking locks on nfs reexports e580323ac0b5 Keep read and write fds with each nlm_file b4bf52174b4f lockd: update nlm_lookup_file reexport comment 14c2a0fad541 nlm: minor refactoring 3fbc744783dd nlm: minor nlm_lookup_file argument change 860f01260e53 lockd: change the proc_handler for nsm_use_hostnames f469e60f9a0f sysctl: introduce new proc handler proc_dobool 130dcbf77a7e NFSD: remove vanity comments 86df138e8d4d NFSD: Batch release pages during splice read a4f616afb4ee SUNRPC: Add svc_rqst_replace_page() API 9e5f2e0ae019 NFSD: Clean up splice actor 860893f9e351 fsnotify: optimize the case of no marks of any type 9917e1bda3d7 fsnotify: count all objects with attached connectors 44858a348881 fsnotify: count s_fsnotify_inode_refs for attached connectors cdbf9c5f81d0 fsnotify: replace igrab() with ihold() on attach connector cde8883b0b29 fanotify: add pidfd support to the fanotify API 77bc7f529abd fanotify: introduce a generic info record copying helper 3ddcb1939608 fanotify: minor cosmetic adjustments to fid labels 03b5d3ee505b kernel/pid.c: implement additional checks upon pidfd_create() parameters 774c2dbca76e kernel/pid.c: remove static qualifier from pidfd_create() e79057d15d96 nfsd: fix NULL dereference in nfs3svc_encode_getaclres 5610ed80e860 NFSD: Prevent a possible oops in the nfs_dirent() tracepoint 17600880e153 nfsd: remove redundant assignment to pointer 'this' ce1819876203 lockd: Update the NLMv4 SHARE results encoder to use struct xdr_stream fec073099281 lockd: Update the NLMv4 nlm_res results encoder to use struct xdr_stream e1e61d647f26 lockd: Update the NLMv4 TEST results encoder to use struct xdr_stream 4f5ba2e6b434 lockd: Update the NLMv4 void results encoder to use struct xdr_stream 0add7c13bf78 lockd: Update the NLMv4 FREE_ALL arguments decoder to use struct xdr_stream 604c8a432c6c lockd: Update the NLMv4 SHARE arguments decoder to use struct xdr_stream 300a4b1632c3 lockd: Update the NLMv4 SM_NOTIFY arguments decoder to use struct xdr_stream 33f31f6e85d1 lockd: Update the NLMv4 nlm_res arguments decoder to use struct xdr_stream 9e1daae6303a lockd: Update the NLMv4 UNLOCK arguments decoder to use struct xdr_stream 0652983fbe18 lockd: Update the NLMv4 CANCEL arguments decoder to use struct xdr_stream 101d45274aba lockd: Update the NLMv4 LOCK arguments decoder to use struct xdr_stream 360159aafa8b lockd: Update the NLMv4 TEST arguments decoder to use struct xdr_stream c8f404825085 lockd: Update the NLMv4 void arguments decoder to use struct xdr_stream 45c1384bd767 lockd: Update the NLMv1 SHARE results encoder to use struct xdr_stream b04947679016 lockd: Update the NLMv1 nlm_res results encoder to use struct xdr_stream d0ddd21bd52c lockd: Update the NLMv1 TEST results encoder to use struct xdr_stream e6c92714e9a6 lockd: Update the NLMv1 void results encoder to use struct xdr_stream 02a3c81665ac lockd: Update the NLMv1 FREE_ALL arguments decoder to use struct xdr_stream 6c522daf6092 lockd: Update the NLMv1 SHARE arguments decoder to use struct xdr_stream 56c936af53e3 lockd: Update the NLMv1 SM_NOTIFY arguments decoder to use struct xdr_stream 90f483a77544 lockd: Update the NLMv1 nlm_res arguments decoder to use struct xdr_stream b4ea38d69d89 lockd: Update the NLMv1 UNLOCK arguments decoder to use struct xdr_stream 2025b3acf655 lockd: Update the NLMv1 CANCEL arguments decoder to use struct xdr_stream 3e8675ff1ebc lockd: Update the NLMv1 LOCK arguments decoder to use struct xdr_stream 8f9f41ebfa17 lockd: Update the NLMv1 TEST arguments decoder to use struct xdr_stream 4c3f448aaa0b lockd: Update the NLMv1 void argument decoder to use struct xdr_stream fa4b890c0da0 lockd: Common NLM XDR helpers 3595ff1c2caa lockd: Create a simplified .vs_dispatch method for NLM requests eeea3b96d150 lockd: Remove stale comments c58120ab4765 nfsd: rpc_peeraddr2str needs rcu lock 2983611a663e NFSD: Fix error return code in nfsd4_interssc_connect() c5a305d93e6b nfsd: fix kernel test robot warning in SSC code 22b7c93d9674 nfsd4: Expose the callback address and state of each NFS4 client dbc0aa479595 nfsd: move fsnotify on client creation outside spinlock a4bc287943f5 NFSD: delay unmount source's export after inter-server copy completed. 817c6eb97579 NFSD add vfs_fsync after async copy is done 94a892470173 nfsd: move some commit_metadata()s outside the inode lock f666a75ccd9c nfsd: Prevent truncation of an unlinked inode from blocking access to its directory e7bbdd7deeb2 NFSD: Update nfsd_cb_args tracepoint 3e8aeb13a730 NFSD: Remove the nfsd_cb_work and nfsd_cb_done tracepoints 3a63aa2459dc NFSD: Add an nfsd_cb_probe tracepoint a577eb06dee4 NFSD: Replace the nfsd_deleg_break tracepoint 9f76187f0a46 NFSD: Add an nfsd_cb_offload tracepoint 60aac215347c NFSD: Add an nfsd_cb_lm_notify tracepoint 59ddc5a82bc3 NFSD: Enhance the nfsd_cb_setup tracepoint fc3b4f0188e9 NFSD: Adjust cb_shutdown tracepoint 634816f9d3de NFSD: Add cb_lost tracepoint 3076ede3fc10 NFSD: Drop TRACE_DEFINE_ENUM for NFSD4_CB_<state> macros 2be1f2275193 NFSD: Capture every CB state transition b6ba775ccc94 NFSD: Constify @fh argument of knfsd_fh_hash() 88b3cdfd4873 NFSD: Add tracepoints for EXCHANGEID edge cases 5070351cdceb NFSD: Add tracepoints for SETCLIENTID edge cases 650530d52260 NFSD: Add a couple more nfsd_clid_expired call sites 056332823cdc NFSD: Add nfsd_clid_destroyed tracepoint 580ec8b6536a NFSD: Add nfsd_clid_reclaim_complete tracepoint 3b6808c793f3 NFSD: Add nfsd_clid_confirmed tracepoint c6889b75a617 NFSD: Remove trace_nfsd_clid_inuse_err 8da187120665 NFSD: Add nfsd_clid_verf_mismatch tracepoint c8493d73083c NFSD: Add nfsd_clid_cred_mismatch tracepoint b00bb7dfe259 NFSD: Add an RPC authflavor tracepoint display helper a4d250f5107c fanotify: fix permission model of unprivileged group 0245993ace73 NFS: fix nfs_fetch_iversion() b2c0c7cb7fe3 NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code. 3793f28102f1 nfsd: Fix fall-through warnings for Clang 39ab09108e28 nfsd: grant read delegations to clients holding writes d2431cc9670a nfsd: reshuffle some code ee548b162990 nfsd: track filehandle aliasing in nfs4_files cc6d658669f8 nfsd: hash nfs4_files by inode number e63b956b2da9 nfsd: removed unused argument in nfsd_startup_generic() 856b0c4979c7 nfsd: remove unused function bd373a90d048 fanotify_user: use upper_32_bits() to verify mask 4ac0ad23728a fanotify: support limited functionality for unprivileged users 3e441a872a57 fanotify: configurable limits via sysfs 7df80a90e1a1 fanotify: limit number of event merge attempts 40e1e98c1bb2 fsnotify: use hash table for faster events merge ae7fd89daeb6 fanotify: mix event info and pid into merge key hash 5b57a2b74d01 fanotify: reduce event objectid to 29-bit hash 4f1494894293 Revert "fanotify: limit number of event merge attempts" 62b7f3847373 fsnotify: allow fsnotify_{peek,remove}_first_event with empty queue d9168ab8d714 NFSD: Use DEFINE_SPINLOCK() for spinlock b20d88bf1eab UAPI: nfsfh.h: Replace one-element array with flexible-array member 117dac268d80 SUNRPC: Export svc_xprt_received() 289adc864d0a nfsd: report client confirmation status in "info" file 14b13e0603f8 nfsd: don't ignore high bits of copy count 1f76b1e65926 nfsd: COPY with length 0 should copy to end of file ed0181939064 nfsd: Fix typo "accesible" 2a5df97ba41c nfsd: Log client tracking type log message as info instead of warning 0fa20162bfc7 nfsd: helper for laundromat expiry calculations aab7be2475d1 NFSD: Clean up NFSDDBG_FACILITY macro e7dac943b4d4 NFSD: Add a tracepoint to record directory entry encoding a6d9f6f371cb NFSD: Clean up after updating NFSv3 ACL encoders 857a37235cf0 NFSD: Update the NFSv3 SETACL result encoder to use struct xdr_stream d505e6619107 NFSD: Update the NFSv3 GETACL result encoder to use struct xdr_stream 67d4f36707ad NFSD: Clean up after updating NFSv2 ACL encoders 3d2033a58c6c NFSD: Update the NFSv2 ACL ACCESS result encoder to use struct xdr_stream 6ef7a56fd7fa NFSD: Update the NFSv2 ACL GETATTR result encoder to use struct xdr_stream 82ac35b16710 NFSD: Update the NFSv2 SETACL result encoder to use struct xdr_stream 6677b0d16abe NFSD: Update the NFSv2 GETACL result encoder to use struct xdr_stream 89ac9a8101ad NFSD: Add an xdr_stream-based encoder for NFSv2/3 ACLs 93584780eb4d NFSD: Remove unused NFSv2 directory entry encoders b8658c947d54 NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_stream 801e4d79b779 NFSD: Update the NFSv2 READDIR result encoder to use struct xdr_stream bc17759a4e99 NFSD: Count bytes instead of pages in the NFSv2 READDIR encoder c4e272758974 NFSD: Add a helper that encodes NFSv3 directory offset cookies 60bc5af5b8dc NFSD: Update the NFSv2 STATFS result encoder to use struct xdr_stream ad0614d3a857 NFSD: Update the NFSv2 READ result encoder to use struct xdr_stream 27909a583cc3 NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_stream 9aab4f03e8f2 NFSD: Update the NFSv2 diropres encoder to use struct xdr_stream c64d5d0ca9f9 NFSD: Update the NFSv2 attrstat encoder to use struct xdr_stream 816c23c911f6 NFSD: Update the NFSv2 stat encoder to use struct xdr_stream e4e6019ce5a2 NFSD: Reduce svc_rqst::rq_pages churn during READDIR operations d8554802010d NFSD: Remove unused NFSv3 directory entry encoders 37aa5e640222 NFSD: Update NFSv3 READDIR entry encoders to use struct xdr_stream 7cbec0dc097a NFSD: Update the NFSv3 READDIR3res encoder to use struct xdr_stream cacfe8f6d809 NFSD: Count bytes instead of pages in the NFSv3 READDIR encoder 3b2fef48b77c NFSD: Add a helper that encodes NFSv3 directory offset cookies 30dabf1d4fd4 NFSD: Update the NFSv3 COMMIT3res encoder to use struct xdr_stream 349d96b070de NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_stream 4c06f831d28b NFSD: Update the NFSv3 FSINFO3res encoder to use struct xdr_stream f6908e2bcd84 NFSD: Update the NFSv3 FSSTAT3res encoder to use struct xdr_stream 066dc317fa65 NFSD: Update the NFSv3 LINK3res encoder to use struct xdr_stream 0404cffec413 NFSD: Update the NFSv3 RENAMEv3res encoder to use struct xdr_stream 1863ca4c9e29 NFSD: Update the NFSv3 CREATE family of encoders to use struct xdr_stream 8737a75f265d NFSD: Update the NFSv3 WRITE3res encoder to use struct xdr_stream b241ab982373 NFSD: Update the NFSv3 READ3res encode to use struct xdr_stream 170e6bd25e69 NFSD: Update the NFSv3 READLINK3res encoder to use struct xdr_stream c3995f8be13a NFSD: Update the NFSv3 wccstat result encoder to use struct xdr_stream f74e0652a60b NFSD: Update the NFSv3 LOOKUP3res encoder to use struct xdr_stream fd9e183df625 NFSD: Update the NFSv3 ACCESS3res encoder to use struct xdr_stream 0ef12d755c4b NFSD: Update the GETATTR3res encoder to use struct xdr_stream 48aadfa75b61 NFSD: Extract the svcxdr_init_encode() helper e864d4d834f8 namei: introduce struct renamedata b0fa673c8c24 fs: add file and path permissions helpers 666a41329592 kallsyms: only build {,module_}kallsyms_on_each_symbol when required f8d856862724 kallsyms: refactor {,module_}kallsyms_on_each_symbol bef9d8b4f84b module: use RCU to synchronize find_module 32edffff869a module: unexport find_module and module_mutex 51f620fcc419 inotify, memcg: account inotify instances to kmemcg c1fe2bb305a2 nfsd: skip some unnecessary stats in the v4 case 0220d5118648 nfs: use change attribute for NFS re-exports 5a0b45626fc1 NFSv4_2: SSC helper should use its own config. b267f61182c1 nfsd: cstate->session->se_client -> cstate->clp bc6015541cda nfsd: simplify nfsd4_check_open_reclaim 25ac4fdbdce7 nfsd: remove unused set_client argument 87ab73c1cc75 nfsd: find_cpntf_state cleanup 1d4ccfdc7d0e nfsd: refactor set_client 17006574683f nfsd: rename lookup_clientid->set_client ea92c0768f98 nfsd: simplify nfsd_renew 52923f25be3c nfsd: simplify process_lock 4f26b1747a2e nfsd4: simplify process_lookup1 42cf742d8626 nfsd: report per-export stats 65b1df135884 nfsd: protect concurrent access to nfsd stats counters d1344de0d66d nfsd: remove unused stats counters 0a13baa6ab5a NFSD: Clean up after updating NFSv3 ACL decoders 22af3dfbe657 NFSD: Update the NFSv2 SETACL argument decoder to use struct xdr_stream f89e3fa89e46 NFSD: Update the NFSv3 GETACL argument decoder to use struct xdr_stream 5ea5e56cfb57 NFSD: Clean up after updating NFSv2 ACL decoders 81f79eb2237b NFSD: Update the NFSv2 ACL ACCESS argument decoder to use struct xdr_stream 9eea3915dd81 NFSD: Update the NFSv2 ACL GETATTR argument decoder to use struct xdr_stream 508a791fbe87 NFSD: Update the NFSv2 SETACL argument decoder to use struct xdr_stream e077857ef0f8 NFSD: Add an xdr_stream-based decoder for NFSv2/3 ACLs ea6b0e02dcac NFSD: Update the NFSv2 GETACL argument decoder to use struct xdr_stream e44061388635 NFSD: Remove argument length checking in nfsd_dispatch() 7e6746027b05 NFSD: Update the NFSv2 SYMLINK argument decoder to use struct xdr_stream 1db54ce543bc NFSD: Update the NFSv2 CREATE argument decoder to use struct xdr_stream 40de4113f801 NFSD: Update the NFSv2 SETATTR argument decoder to use struct xdr_stream ebfb21605f1a NFSD: Update the NFSv2 LINK argument decoder to use struct xdr_stream a362dd478be0 NFSD: Update the NFSv2 RENAME argument decoder to use struct xdr_stream 0047abd4c411 NFSD: Update NFSv2 diropargs decoding to use struct xdr_stream 7d9ab8ee576f NFSD: Update the NFSv2 READDIR argument decoder to use struct xdr_stream 672111a40872 NFSD: Add helper to set up the pages where the dirlist is encoded 365835d2ff67 NFSD: Update the NFSv2 READLINK argument decoder to use struct xdr_stream ecee6ba5920c NFSD: Update the NFSv2 WRITE argument decoder to use struct xdr_stream 6e88b7ec6cd5 NFSD: Update the NFSv2 READ argument decoder to use struct xdr_stream ba7e0412fb5a NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_stream 9ceeee0ec887 NFSD: Update the MKNOD3args decoder to use struct xdr_stream 8841760f685b NFSD: Update the SYMLINK3args decoder to use struct xdr_stream b5d1ae6cc4c2 NFSD: Update the MKDIR3args decoder to use struct xdr_stream bd54084b587f NFSD: Update the CREATE3args decoder to use struct xdr_stream 48ea0cb79b45 NFSD: Update the SETATTR3args decoder to use struct xdr_stream 71d7e7c6a6f4 NFSD: Update the LINK3args decoder to use struct xdr_stream e84af2339181 NFSD: Update the RENAME3args decoder to use struct xdr_stream 69e54a4470a4 NFSD: Update the NFSv3 DIROPargs decoder to use struct xdr_stream 47614a374e65 NFSD: Update COMMIT3arg decoder to use struct xdr_stream fbcd66801610 NFSD: Update READDIR3args decoders to use struct xdr_stream e0ddafcc25e5 NFSD: Add helper to set up the pages where the dirlist is encoded 29270d477fff NFSD: Fix returned READDIR offset cookie 19285d319f7c NFSD: Update READLINK3arg decoder to use struct xdr_stream 5f36ae59d6cc NFSD: Update WRITE3arg decoder to use struct xdr_stream b77a4a968d1d NFSD: Update READ3arg decoder to use struct xdr_stream 7bb23be4501b NFSD: Update ACCESS3arg decoder to use struct xdr_stream d668aa92a624 NFSD: Update GETATTR3args decoder to use struct xdr_stream 22b19656eaac SUNRPC: Move definition of XDR_UNIT 97d254cba30d SUNRPC: Display RPC procedure names instead of proc numbers c336597d03ec SUNRPC: Make trace_svc_process() display the RPC procedure symbolically 5b82798f78f9 NFSD: Restore NFSv4 decoding's SAVEMEM functionality bca0057f686b NFSD: Fix sparse warning in nfssvc.c 131676b8240f fs/lockd: convert comma to semicolon 185e81a977d1 inotify: Increase default inotify.max_user_watches limit to 1048576 1aecdaa7e2c6 file: Replace ksys_close with close_fd 6d256a904cd7 file: Rename __close_fd to close_fd and remove the files parameter 7458c5ae465e file: Merge __alloc_fd into alloc_fd 9e8ef54ca890 file: In f_dupfd read RLIMIT_NOFILE once. 89f9e529643a file: Merge __fd_install into fd_install b4b827da9096 proc/fd: In fdinfo seq_show don't use get_files_struct c0e3f6df04ce proc/fd: In proc_readfd_common use task_lookup_next_fd_rcu a6da7536e488 file: Implement task_lookup_next_fd_rcu 6007aeeaefb3 kcmp: In get_file_raw_ptr use task_lookup_fd_rcu c2291f7bdf25 proc/fd: In tid_fd_mode use task_lookup_fd_rcu 32ac87287d0b file: Implement task_lookup_fd_rcu c4716bb29650 file: Rename fcheck lookup_fd_rcu 23f55649921b file: Replace fcheck_files with files_lookup_fd_rcu 9080557c56cd file: Factor files_lookup_fd_locked out of fcheck_files ddb21f998420 file: Rename __fcheck_files to files_lookup_fd_raw e6f42bc11a60 Revert "fget: clarify and improve __fget_files() implementation" 4d037e1173b5 proc/fd: In proc_fd_link use fget_task c874ec02cb8a bpf: In bpf_task_fd_query use fget_task fe1722255ebd kcmp: In kcmp_epoll_target use fget_task ba7aac19b4be exec: Remove reset_files_struct 44f79df28b47 exec: Simplify unshare_files 5091d051c51d exec: Move unshare_files to fix posix file locking during exec 527c9b6eb18d exec: Don't open code get_close_on_exec 8f1df3d0c146 nfsd: Record NFSv4 pre/post-op attributes as non-atomic 0750e494c75e nfsd: Set PF_LOCAL_THROTTLE on local filesystems only f3056a0ac2c5 nfsd: Fix up nfsd to ensure that timeout errors don't result in ESTALE 38e213c1e41e exportfs: Add a function to return the raw output from fh_to_dentry() 93f7d515d873 nfsd: close cached files prior to a REMOVE or RENAME that would replace target 203ca3253b34 nfsd: allow filesystems to opt out of subtree checking d5314c9bb7f5 nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations 34de27ed8447 Revert "nfsd4: support change_attr_type attribute" b720ceec88a7 nfsd4: don't query change attribute in v2/v3 case 796785a79b4a nfsd: minor nfsd4_change_attribute cleanup 88dea0f92b20 nfsd: simplify nfsd4_change_info f8032b859df6 nfsd: only call inode_query_iversion in the I_VERSION case 3aea16e6b70b NFSD: Remove macros that are no longer used b24e6a40eeba NFSD: Replace READ* macros in nfsd4_decode_compound() 6b48808835a2 NFSD: Make nfsd4_ops::opnum a u32 c2d0c16990b9 NFSD: Replace READ* macros in nfsd4_decode_listxattrs() 8e1b8a78a929 NFSD: Replace READ* macros in nfsd4_decode_setxattr() 9bc67df0f9a2 NFSD: Replace READ* macros in nfsd4_decode_xattr_name() b719fc9375cc NFSD: Replace READ* macros in nfsd4_decode_clone() a2f6c16ad138 NFSD: Replace READ* macros in nfsd4_decode_seek() f8eb5424e318 NFSD: Replace READ* macros in nfsd4_decode_offload_status() c2d2a919b2f2 NFSD: Replace READ* macros in nfsd4_decode_copy_notify() 8604d294c128 NFSD: Replace READ* macros in nfsd4_decode_copy() dc1a31ca8e96 NFSD: Replace READ* macros in nfsd4_decode_nl4_server() a0b8dabc5906 NFSD: Replace READ* macros in nfsd4_decode_fallocate() de0dc37a791e NFSD: Replace READ* macros in nfsd4_decode_reclaim_complete() 093f9d2c8f4c NFSD: Replace READ* macros in nfsd4_decode_destroy_clientid() 7675420fdebe NFSD: Replace READ* macros in nfsd4_decode_test_stateid() f0de0b689549 NFSD: Replace READ* macros in nfsd4_decode_sequence() 1ea743dc481f NFSD: Replace READ* macros in nfsd4_decode_secinfo_no_name() b63e313dce04 NFSD: Replace READ* macros in nfsd4_decode_layoutreturn() 40e627c502da NFSD: Replace READ* macros in nfsd4_decode_layoutget() 40770a0f8ef6 NFSD: Replace READ* macros in nfsd4_decode_layoutcommit() c0a4c4e46b8a NFSD: Replace READ* macros in nfsd4_decode_getdeviceinfo() 5f892c11787e NFSD: Replace READ* macros in nfsd4_decode_free_stateid() 92ae309a9908 NFSD: Replace READ* macros in nfsd4_decode_destroy_session() 73684a8118f3 NFSD: Replace READ* macros in nfsd4_decode_create_session() 2bd9ef494a2c NFSD: Add a helper to decode channel_attrs4 d01f41320d2a NFSD: Add a helper to decode nfs_impl_id4 d50a76f1f3fc NFSD: Add a helper to decode state_protect4_a 0c935af3cfb7 NFSD: Add a separate decoder for ssv_sp_parms cb568dbdef68 NFSD: Add a separate decoder to handle state_protect_ops b73633804246 NFSD: Replace READ* macros in nfsd4_decode_bind_conn_to_session() 7d2108407466 NFSD: Replace READ* macros in nfsd4_decode_backchannel_ctl() 5658ca0651e6 NFSD: Replace READ* macros in nfsd4_decode_cb_sec() 79f1a8323a34 NFSD: Replace READ* macros in nfsd4_decode_release_lockowner() eeab2f3bf284 NFSD: Replace READ* macros in nfsd4_decode_write() b1af8f131eb8 NFSD: Replace READ* macros in nfsd4_decode_verify() 19a4c05e8167 NFSD: Replace READ* macros in nfsd4_decode_setclientid_confirm() 2503dcf0f68a NFSD: Replace READ* macros in nfsd4_decode_setclientid() 7c06ba5c8bf4 NFSD: Replace READ* macros in nfsd4_decode_setattr() 5277d6034642 NFSD: Replace READ* macros in nfsd4_decode_secinfo() 2cef1009f8e7 NFSD: Replace READ* macros in nfsd4_decode_renew() e2b287a53cca NFSD: Replace READ* macros in nfsd4_decode_rename() 274b8f0597cf NFSD: Replace READ* macros in nfsd4_decode_remove() c24e2a4943ab NFSD: Replace READ* macros in nfsd4_decode_readdir() d0a0219a35fc NFSD: Replace READ* macros in nfsd4_decode_read() 4b28cd7e8322 NFSD: Replace READ* macros in nfsd4_decode_putfh() ad1ea32c9732 NFSD: Replace READ* macros in nfsd4_decode_open_downgrade() e557a2eabb35 NFSD: Replace READ* macros in nfsd4_decode_open_confirm() f6eb911d790b NFSD: Replace READ* macros in nfsd4_decode_open() 4507c23e4204 NFSD: Add helper to decode OPEN's open_claim4 argument 48385b58bcf6 NFSD: Replace READ* macros in nfsd4_decode_share_deny() fa60cc6971fb NFSD: Replace READ* macros in nfsd4_decode_share_access() 070df4a4e986 NFSD: Add helper to decode OPEN's openflag4 argument c1ea8812d421 NFSD: Add helper to decode OPEN's createhow4 argument 11ea3e65f070 NFSD: Add helper to decode NFSv4 verifiers def95074db3c NFSD: Replace READ* macros in nfsd4_decode_lookup() 340878b2e0a5 NFSD: Replace READ* macros in nfsd4_decode_locku() 3625de1522fa NFSD: Replace READ* macros in nfsd4_decode_lockt() 8357985d2185 NFSD: Replace READ* macros in nfsd4_decode_lock() d27f2dcedae2 NFSD: Add helper for decoding locker4 0c281b7083f2 NFSD: Add helpers to decode a clientid4 and an NFSv4 state owner 753bb6b0e788 NFSD: Relocate nfsd4_decode_opaque() 84bc365eee7f NFSD: Replace READ* macros in nfsd4_decode_link() 42c4437d78e6 NFSD: Replace READ* macros in nfsd4_decode_getattr() 42e319695efc NFSD: Replace READ* macros in nfsd4_decode_delegreturn() 3012fe5fea55 NFSD: Replace READ* macros in nfsd4_decode_create() 57516a96cae8 NFSD: Replace READ* macros in nfsd4_decode_fattr() 9737a9a8f923 NFSD: Replace READ* macros that decode the fattr4 umask attribute 91a6752daddd NFSD: Replace READ* macros that decode the fattr4 security label attribute 064e439befc9 NFSD: Replace READ* macros that decode the fattr4 time_set attributes df42ebb61bbe NFSD: Replace READ* macros that decode the fattr4 owner_group attribute dec78fb66dd6 NFSD: Replace READ* macros that decode the fattr4 owner attribute 8801b0c28421 NFSD: Replace READ* macros that decode the fattr4 mode attribute 3d3690b6620e NFSD: Replace READ* macros that decode the fattr4 acl attribute ee02662724e3 NFSD: Replace READ* macros that decode the fattr4 size attribute 2a8ae039571c NFSD: Change the way the expected length of a fattr4 is checked f82c6ad7e2fb NFSD: Replace READ* macros in nfsd4_decode_commit() c701c0e5a956 NFSD: Replace READ* macros in nfsd4_decode_close() 9921353a52a7 NFSD: Replace READ* macros in nfsd4_decode_access() bbb0a710a2c7 NFSD: Replace the internals of the READ_BUF() macro 2994c8888472 NFSD: Add tracepoints in nfsd4_decode/encode_compound() 568f9ca73d6e NFSD: Add tracepoints in nfsd_dispatch() fbffaddb766b NFSD: Add common helpers to decode void args and encode void results 79e4e0d489c8 SUNRPC: Prepare for xdr_stream-style decoding on the server-side 2f46cc814106 SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() 164937edca64 nfsd: Fix error return code in nfsd_file_cache_init() 9393f1628f9a NFSD: Add SPDX header for fs/nfsd/trace.c a7b8e883cef7 NFSD: Remove extra "0x" in tracepoint format specifier 9f8405182bdd NFSD: Clean up the show_nf_may macro e51368510170 nfsd/nfs3: remove unused macro nfsd3_fhandleres 92f59545b914 NFSD: A semicolon is not needed after a switch statement. a2f25c3208d1 NFSD: Invoke svc_encode_result_payload() in "read" NFSD encoders 9aa0a43a55ff SUNRPC: Rename svc_encode_read_payload() a2ed16062139 Linux 5.10.219 487489c4c822 RDMA/hns: Fix CQ and QP cache affinity 68a955937622 RDMA/hns: Use mutex instead of spinlock for ida allocation 5fe764c781f0 f2fs: compress: fix compression chksum d7ae4792b5d0 scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version > 5 6285d50a2335 NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS 3e41609e629a nfs: fix undefined behavior in nfs_block_bits() 7360cef95aa1 s390/ap: Fix crash in AP internal function modify_bitmap() 76dc776153a4 ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() 08018302f239 sparc: move struct termio to asm/termios.h 2295a7ef5c8c net: fix __dst_negative_advice() race 51664ef6ac84 kdb: Use format-specifiers rather than memset() for padding in kdb_read() e3d11ff45fde kdb: Merge identical case statements in kdb_read() 2b5e1534dfc7 kdb: Fix console handling when editing and tab-completing commands 7c19e28f3a81 kdb: Use format-strings rather than '\0' injection in kdb_read() cfdc2fa4db57 kdb: Fix buffer overflow during tab-complete b487b48efd0c watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin 161f5a1189b7 sparc64: Fix number of online CPUs 6e7dd338c053 intel_th: pci: Add Meteor Lake-S CPU support 124947855564 net/9p: fix uninit-value in p9_client_rpc() 3cc7687f7ff3 net/ipv6: Fix route deleting failure when metric equals 0 a718b6d2a329 crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak 6815376b7f5e crypto: ecrdsa - Fix module auto-load on add_key 4d8226bc7e59 KVM: arm64: Allow AArch32 PSTATE.M to be restored as System mode 32f92b0078eb fbdev: savage: Handle err return when savagefb_check_var failed 68447c350fc1 mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-A 63eda0f3eb4d mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not working b3418751cca0 mmc: sdhci-acpi: Sort DMI quirks alphabetically 24b7af86a80c mmc: core: Add mmc_gpiod_set_cd_config() function e6823bb7f4eb media: v4l2-core: hold videodev_lock until dev reg, finishes 567d3a4959dd media: mxl5xx: Move xpt structures off stack 1514e1fb2a52 media: mc: mark the media devnode as registered from the, start 82e6eba1a548 arm64: dts: hi3798cv200: fix the size of GICR c539721e903f wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path 6d5bfcd2ccb5 wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE 8dffc574c765 wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU aa64464c8f4d md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING 1f26711c084c arm64: dts: qcom: qcs404: fix bluetooth device address 5cd042835674 arm64: tegra: Correct Tegra132 I2C alias e2c6a9b342c6 ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx 73485d6bd9d8 ata: pata_legacy: make legacy_exit() work again 8112fa72b7f1 drm/amdgpu: add error handle to avoid out-of-bounds b479fd59a1f4 media: lgdt3306a: Add a check against null-pointer-def 75c87e2ac614 f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode() cade34279c22 netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() 9c1c2ea0996d netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEV a447f2683038 x86/mm: Remove broken vsyscall emulation code from the page fault code 3ee36f0048a3 vxlan: Fix regression when dropping packets due to invalid src addresses 67fa90d4a2cc nilfs2: fix use-after-free of timer for log writer thread e31fe702ed08 afs: Don't cross .backup mountpoint from backup volume b6920325aca0 io_uring: fail NOP if non-zero op flags is passed in 54e8f88d2baa mmc: core: Do not force a retune before RPMB switch 75805481c35d binder: fix max_thread type inconsistency 4cefcd0af745 SUNRPC: Fix loop termination condition in gss_free_in_token_pages() 0cf6693d3f8e media: cec: core: add adap_nb_transmit_canceled() callback 6752dfcfff3a genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline bdd0aa055b8e ALSA: timer: Set lower bound of start tick time 1f4b84893551 hwmon: (shtc1) Fix property misspelling 1abbf079da59 ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound 3c5caaef46d6 spi: stm32: Don't warn about spurious interrupts 19e5a3d771fa kconfig: fix comparison to constant symbols, 'm', 'n' 07eeedafc59c netfilter: tproxy: bail out if IP has been disabled on the device ddd2912a94eb net:fec: Add fec_enet_deinit() 29467edc2381 bpf: Allow delete from sockmap/sockhash only if update is allowed 117cacd72ca8 net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM 3c0d36972edb enic: Validate length of nl attributes in enic_set_vf_port 540d73a5c052 bpf: Fix potential integer overflow in resolve_btfids ae6fc4e6a332 dma-buf/sw-sync: don't enable IRQ from sync_print_obj() 72c6038d23cb net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer exhaustion 82fdfbf24243 nvmet: fix ns enable/disable possible hang 5f72ba46f1d8 spi: Don't mark message DMA mapped when no transfer in it is 7ca9cf24b04a netfilter: nft_payload: restore vlan q-in-q match support e01065b339e3 netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu() 0f26983c2423 nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() 728fb8b3b55f nfc: nci: Fix kcov check in nci_rx_work() d72e126e9a36 tls: fix missing memory barrier in tls_init cb95173e6c0b net: fec: avoid lock evasion when reading pps_enable 7fbe54f02a5c virtio: delete vq in vp_find_vqs_msix() when request_irq() fails 461a760d578b arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY 8cae65ace421 openvswitch: Set the skbuff pkt_type for proper pmtud support. e9b2f60636d1 tcp: Fix shift-out-of-bounds in dctcp_update_alpha(). 42bd4e491cf1 params: lift param_set_uint_minmax to common code daf341e0a231 ipv6: sr: fix memleak in seg6_hmac_init_algo 1c65ebce7d37 rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL f2b326b77450 sunrpc: fix NFSACL RPC retry on soft mount 6f39d5aae676 ASoC: tas2552: Add TX path for capturing AUDIO-OUT data f80b786ab055 nfc: nci: Fix uninit-value in nci_rx_work ee6a49784478 x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y 8fb8be0e3b6d regulator: bd71828: Don't overwrite runtime voltages a2b0c3a6d460 null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION() 3166b2dffaee media: cec: core: avoid confusing "transmit timed out" message 5103090f4e55 media: cec: core: avoid recursive cec_claim_log_addrs 3e938b7d40fb media: cec-adap.c: drop activate_cnt, use state info instead 73ef9ae980ed media: cec: use call_op and check for !unregistered 8fa7e4896fdd media: cec: correctly pass on reply results b64cb24a9e97 media: cec: abort if the current transmit was canceled 2c67f3634f82 media: cec: call enable_adap on s_log_addrs 0ab74ae99f86 media: cec: fix a deadlock situation ca55f013be13 media: core headers: fix kernel-doc warnings 9f6da5da3d7c media: cec: cec-api: add locking in cec_release() a0ca5ff24293 media: cec: cec-adap: always cancel work in cec_transmit_msg_fh 6be4923ade2b um: Fix the -Wmissing-prototypes warning for __switch_mm 12ea1ec13725 powerpc/pseries: Add failure related checks for h_get_mpp and h_get_ppp a2d61b328e39 media: flexcop-usb: fix sanity check of bNumEndpoints c11caf1339b8 media: flexcop-usb: clean up endpoint sanity checks ca17da90001a scsi: qla2xxx: Replace all non-returning strlcpy() with strscpy() a16775828aae media: stk1160: fix bounds checking in stk1160_copy_video() f4b3d2585b33 drm/bridge: tc358775: fix support for jeida-18 and jeida-24 4d5ef7facea1 um: vector: fix bpfflash parameter evaluation 351d1a645449 um: Add winch to winch_handlers before registering winch IRQ 1ef5d235be29 um: Fix return value in ubd_init() 96b9ed94dcb3 drm/msm/dpu: Always flush the slave INTF on the CTL a3bb8070b71b Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation 580e47c28242 mmc: sdhci_am654: Fix ITAPDLY for HS400 timing 2621bf50f580 mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock b55d988df1d6 mmc: sdhci_am654: Add OTAP/ITAP delay enable 76f2b3ccbd63 mmc: sdhci_am654: Drop lookup for deprecated ti,otap-del-sel 8dcfbb27e425 mmc: sdhci_am654: Write ITAPDLY for DDR52 timing e7a444a35eba mmc: sdhci_am654: Add tuning algorithm for delay chain 52f8d76769e7 Input: ioc3kbd - add device table 0096d223f78c Input: ioc3kbd - convert to platform remove callback returning void abeaeaee7fa9 Input: ims-pcu - fix printf string overflow adc7dc29b796 s390/ipl: Fix incorrect initialization of nvme dump block 66a02effb898 s390/ipl: Fix incorrect initialization of len fields in nvme reipl block ec43f32f66d9 libsubcmd: Fix parse-options memory leak 158adcb7fd7e serial: sh-sci: protect invalidating RXDMA on shutdown b8962cf98595 f2fs: compress: don't allow unaligned truncation on released compress inode c1958b978d50 f2fs: fix to release node block count in error path of f2fs_new_node_page() a6e1f7744e9b f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock 4b6e5edefd46 PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 d2e2e90c7637 PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 9ca02da316be extcon: max8997: select IRQ_DOMAIN instead of depending on it d32caf51379a ppdev: Add an error check in register_device 9349e1f2c95f ppdev: Remove usage of the deprecated ida_simple_xx() API 713fc00c571d stm class: Fix a double free in stm_register_device() 7716b201d2e2 usb: gadget: u_audio: Clear uac pointer when freed. 23209f947d41 microblaze: Remove early printk call from cpuinfo-static.c 34ff72bb5d65 microblaze: Remove gcc flag for non existing early_printk.c file 26e6e25d742e fpga: region: add owner module and take its refcount af02dec83a48 fpga: region: Use standard dev_release for class driver b089bb733c47 docs: driver-api: fpga: avoid using UTF-8 chars 9fdd3d1cd01a fpga: region: Rename dev to parent for parent device 840c9c7d6aec fpga: region: change FPGA indirect article to an be76107dc4c1 iio: pressure: dps310: support negative temperature values cdbe0477a0b5 f2fs: fix to check pinfile flag in f2fs_move_file_range() 2b16554fb26d f2fs: fix to relocate check condition in f2fs_fallocate() f1169d2b2aa2 f2fs: fix typos in comments bdca4b678621 f2fs: do not allow partial truncation on pinned file d992b7802612 f2fs: fix to force keeping write barrier for strict fsync mode eebbc4eb7e66 f2fs: add cp_error check in f2fs_write_compressed_pages 431ecafbffab f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_compress_blocks() 8e1651cd667c f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bit 486009bc2fca f2fs: compress: remove unneeded preallocation df4978d96890 f2fs: compress: clean up parameter of __f2fs_cluster_blocks() 5b09d2e79066 f2fs: add compress_mode mount option 70fb69e05a25 f2fs: compress: support chksum 1ada96569290 serial: sc16is7xx: add proper sched.h include for sched_set_fifo() 276bc8a7dcc1 greybus: arche-ctrl: move device table to its right location d1f67d1d8c08 serial: max3100: Fix bitwise types e8e2a4339dec serial: max3100: Update uart_driver_registered on driver removal cc121e3722a0 serial: max3100: Lock port->lock when calling uart_handle_cts_change() bc40d0e356bb firmware: dmi-id: add a release callback function 83e078085f14 dmaengine: idma64: Add check for dma_set_max_seg_size fd4bcb991eba soundwire: cadence: fix invalid PDI offset 7b98f1493a5b f2fs: fix to wait on page writeback in __clone_blkaddrs() eac10cf3a97f greybus: lights: check return of get_channel_from_mode ae20865fe637 sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level e892f9932dd6 af_packet: do not call packet_read_pending() from tpacket_destruct_skb() b117e5b4f27c netrom: fix possible dead-lock in nr_rt_ioctl() cafccde4298f net: qrtr: ns: Fix module refcnt 66fd37d0a86f net: qrtr: fix null-ptr-deref in qrtr_ns_remove 3e83903cd474 RDMA/IPoIB: Fix format truncation compilation errors 68e8c44c0d7a selftests/kcmp: remove unused open mode 08df7b006c8f selftests/kcmp: Make the test output consistent and clear f148a95f68c6 SUNRPC: Fix gss_free_in_token_pages() e28a16af4c3e ext4: fix potential unnitialized variable 4deaa4d5f800 ext4: remove unused parameter from ext4_mb_new_blocks_simple() fdbce4544905 ext4: try all groups in ext4_mb_new_blocks_simple e498c2f441d9 ext4: fix unit mismatch in ext4_mb_new_blocks_simple f49c865d5b93 ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simple 2a2bba3cbd6a sunrpc: removed redundant procp check 7c9ab0a44952 ext4: avoid excessive credit estimate in ext4_tmpfile() 4d693ca24a36 x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map 9ff328de0284 clk: qcom: mmcc-msm8998: fix venus clock issue 45b31be4dd22 RDMA/hns: Modify the print level of CQE error 9cce44567f1d RDMA/hns: Use complete parentheses in macros 9efed7448b17 RDMA/hns: Fix return value in hns_roce_map_mr_sg 4c91ad5ed563 RDMA/hns: Fix incorrect symbol types e612e695d3a5 RDMA/hns: Create QP with selected QPN for bank load balance 3c3744c309e9 RDMA/hns: Refactor the hns_roce_buf allocation flow eb9635b4a94f drm/mipi-dsi: use correct return type for the DSC functions 5d344b30893f drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector f10aa595ee46 drm/bridge: tc358775: Don't log an error when DSI host can't be found ee751403fb82 drm/bridge: lt9611: Don't log an error when DSI host can't be found 3ce31a0e3705 ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value 2d9adecc88ab drm: vc4: Fix possible null pointer dereference a5fa5b40a278 drm/arm/malidp: fix a possible null pointer dereference 4b68b861b514 media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries 08ce354f3da4 fbdev: sh7760fb: allow modular build 85d1a27402f8 drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference 552280a9921f media: radio-shark2: Avoid led_names truncations 409f20085d34 media: ngene: Add dvb_ca_en50221_init return value check bb3c425921f6 fbdev: sisfb: hide unused variables 94349e015c11 powerpc/fsl-soc: hide unused const variable d17b75ee9c2e drm/mediatek: Add 0 size check to mtk_drm_gem_obj 7441f9e0560a drm/meson: vclk: fix calculation of 59.94 fractional rates 078e02dcb4c6 fbdev: shmobile: fix snprintf truncation d3727d6e2b98 mtd: rawnand: hynix: fixed typo 613a349cbf8b ASoC: Intel: Disable route checks for Skylake boards ece8098579e1 ASoC: soc-acpi: add helper to identify parent driver. 04bc4d1090c3 drm/amd/display: Fix potential index out of bounds in color transformation function f6fbb8535e99 net/mlx5: Discard command completions in internal error 00e6335329f2 ipv6: sr: fix invalid unregister error path d33327a7c0b0 ipv6: sr: fix incorrect unregister order 1ba1b4cc3afb ipv6: sr: add missing seg6_local_exit 5ab6aecbede0 net: openvswitch: fix overwriting ct original tuple for ICMPv6 c3dc80f63326 net: usb: smsc95xx: stop lying about skb->truesize 4d51845d734a af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg 161e43067b86 net: ethernet: cortina: Locking fixes e22b23f5888a eth: sungem: remove .ndo_poll_controller to avoid deadlocks ad31e0e765e9 net: ipv6: fix wrong start position when receive hop-by-hop fragment 3eccf76b572f m68k: mac: Fix reboot hang on Mac IIci 4eeffecc8e3c m68k: Fix spinlock race in kernel thread creation d50b11c21ff0 net: usb: sr9700: stop lying about skb->truesize 2093cc6e8758 usb: aqc111: stop lying about skb->truesize 4cff6817ee44 wifi: mwl8k: initialize cmd->addr[] properly 769b9fd2af02 scsi: qedf: Ensure the copied buf is NUL terminated 00b425ff0891 scsi: bfa: Ensure the copied buf is NUL terminated 2321281f19b3 HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors 2bd97a0868b0 selftests/binderfs: use the Makefile's rules, not Make's implicit rules 019ae041a568 Revert "sh: Handle calling csum_partial with misaligned data" 3557a7fc5cbd sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe() ee25389df801 wifi: ar5523: enable proper endpoint verification 8650725bb0a4 wifi: carl9170: add a proper sanity check for endpoints 280619bbdeac macintosh/via-macii: Fix "BUG: sleeping function called from invalid context" 9d132029224f net: give more chances to rcu in netdev_wait_allrefs_any() bc7cae63fa39 tcp: avoid premature drops in tcp_add_backlog() 88aa40df8ee4 wifi: ath10k: populate board data for WCN3990 5c4756e0fb0c wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() 1b27468dbe58 x86/purgatory: Switch to the position-independent small code model 176fb7770d36 scsi: hpsa: Fix allocation size for Scsi_Host private data 0dc60ee1ed22 scsi: libsas: Fix the failure of adding phy with zero-address to port 69fab9d2e24a udp: Avoid call to compute_score on multiple sites 452f8dc251f8 net: remove duplicate reuseport_lookup functions 0ce990e6efe8 net: export inet_lookup_reuseport and inet6_lookup_reuseport dfc56ff5ec99 cpufreq: exit() callback is optional 92aca16797e6 cpufreq: Rearrange locking in cpufreq_remove_dev() 19b06dec363b cpufreq: Split cpufreq_offline() 3a28fbf533d8 cpufreq: Reorganize checks in cpufreq_offline() 7a4d18a27d85 selftests/bpf: Fix umount cgroup2 error in test_sockmap dd52e3bc4fe8 gfs2: Fix "ignore unlock failures after withdraw" 11f9bd11020e ACPI: disable -Wstringop-truncation a8f0a14c3b88 irqchip/loongson-pch-msi: Fix off-by-one on allocation error path f31b49ba3662 irqchip/alpine-msi: Fix off-by-one in allocation error path bb291d4d0868 scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPL 3bbfbd5a36d8 scsi: ufs: core: Perform read back after disabling interrupts bbc00d1b7a71 scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIV dca975427630 scsi: ufs: qcom: Perform read back after writing CGC enable c8f2eefc496e scsi: ufs: qcom: Perform read back after writing unipro mode 506f63e97d3e scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW version major 5 ee4bf03d261f scsi: ufs: ufs-qcom: Fix the Qcom register name for offset 0xD0 d113c66bb4ae scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1US 82783759e88b scsi: ufs-qcom: Fix ufs RST_n spec violation d193f4a153ac scsi: ufs: qcom: Perform read back after writing reset bit 742f58067071 qed: avoid truncating work queue length 01ea6818fac1 x86/boot: Ignore relocations in .notes sections in walk_relocs() too 5fb37c456d38 wifi: ath10k: poll service ready message before failing 3f5b73ef8fd6 md: fix resync softlockup when bitmap size is less than array size c62f315238df null_blk: Fix missing mutex_destroy() at module removal b2f8354f732a soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE f0eea095ce8c jffs2: prevent xattr node from overflowing the eraseblock de1207e5fd26 s390/cio: fix tracepoint subchannel type field 9f6dbd0aa107 crypto: x86/sha256-avx2 - add missing vzeroupper 0ceb0a40c5ec crypto: x86/nh-avx2 - add missing vzeroupper 6cd2cbd553ea crypto: ccp - drop platform ifdef checks f24cac645937 parisc: add missing export of __cmpxchg_u8() dae53e39cdd6 nilfs2: fix out-of-range warning edbfc42ab080 ecryptfs: Fix buffer size for tag 66 packet e05ee61361e4 firmware: raspberrypi: Use correct device for DMA mappings ebed0d666fa7 crypto: bcm - Fix pointer arithmetic a81f072e50ee openpromfs: finish conversion to the new mount API 904a590dab64 nvme: find numa distance only if controller has valid numa id 5b4d14a0bce6 drm/amdkfd: Flush the process wq before creating a kfd_process eb464a8d826e ASoC: da7219-aad: fix usage of device_get_named_child_node() 43ff957b96f8 ASoC: rt715: add vendor clear control register 0c71bfad1483 regulator: vqmmc-ipq4019: fix module autoloading fcc54151a9ff ASoC: dt-bindings: rt5645: add cbj sleeve gpio property 6cd625926e26 ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating c9c742eaa5fb drm/amd/display: Set color_mgmt_changed to true on unsuspend c393ce8157a6 net: usb: qmi_wwan: add Telit FN920C04 compositions c7d22022ece9 wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class d7ff29a429b5 ALSA: core: Fix NULL module pointer assignment at card init eff7cdf890b0 nilfs2: fix potential hang in nilfs_detach_log_writer() 89e07418a686 nilfs2: fix unexpected freezing of nilfs_segctor_sync() 0d0ecd841f3f net: smc91x: Fix m68k kernel compilation for ColdFire CPU 1e160196042c ring-buffer: Fix a race between readers and resize checks 07ef95cc7a57 speakup: Fix sizeof() vs ARRAY_SIZE() bug 0fb736c9931e tty: n_gsm: fix possible out-of-bounds in gsm0_receive() 03a793945396 x86/tsc: Trust initial offset in architectural TSC-adjust MSRs 61458c864cac Linux 5.10.218 04a5842ed71f docs: kernel_include.py: Cope with docutils 0.21 b5fb355c9f5e serial: kgdboc: Fix NMI-safety problems from keyboard reset code 7ed7748c94cb usb: typec: ucsi: displayport: Fix potential deadlock 0eb296233f86 drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper() c48ab6a4cd82 btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() 99951b62bf20 mptcp: ensure snd_nxt is properly initialized on connect f2277d9e2a0d firmware: arm_scmi: Harden accesses to the reset domains 546751d9d43e KVM: x86: Clear "has_error_code", not "error_code", for RM exception injection 05c9e3fc93b0 netlink: annotate lockless accesses to nlk->max_recvmsg_len eb15243bc98b ima: fix deadlock when traversing "ima_default_rules". db7aa45c7191 net: bcmgenet: synchronize UMAC_CMD access b8d75bb01c56 net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access 719225b0f932 Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems" 1424ab4bb386 x86/xen: Drop USERGS_SYSRET64 paravirt call 8869c2916dc1 pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin() ce3838dbefdc Linux 5.10.217 fb5b347efd1b md: fix kmemleak of rdev->serial ad2011ea7879 keys: Fix overwrite of key expiration on instantiation 324be157e029 regulator: core: fix debugfs creation regression 7788fc8a8b8e hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us 0c3248bc708a net: fix out-of-bounds access in ops_init 3cd682357c61 drm/vmwgfx: Fix invalid reads in fence signaled events 49e09118872e mei: me: add lunar lake point M DID 41d8ac238ab1 dyndbg: fix old BUG_ON in >control parser 7fbcbb96aee2 ASoC: tegra: Fix DSPK 16-bit playback f6c807e8538c net: bcmgenet: synchronize use of bcmgenet_set_rx_mode() 367766ff9e40 tipc: fix UAF in error path e2648b3d17b4 iio: accel: mxc4005: Interrupt handling fixes 0ba169bb803b iio:imu: adis16475: Fix sync mode setting e6ba44f832c9 ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU 72410925c804 usb: dwc3: core: Prevent phy suspend during init 15165b5258cd usb: xhci-plat: Don't include xhci.h ffb06cb3248b usb: gadget: f_fs: Fix a race condition when processing setup packets. 31cfe4e156dd usb: gadget: composite: fix OS descriptors w_value logic 3afc842e6682 usb: ohci: Prevent missed ohci interrupts 399ca46db738 usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device 3a970e41c34e usb: typec: ucsi: Fix connector check on init 3b0b6b327657 usb: typec: ucsi: Check for notifications after init 09b3536d986f arm64: dts: qcom: Fix 'interrupt-map' parent address cells cca330c59c54 firewire: nosy: ensure user_length is taken into account when fetching packet contents a2fb0eefa4fe btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() 3284447d66ec net: hns3: use appropriate barrier function after setting a bit value 674c951ab8a2 ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() 9a2a5cd84fca net: bridge: fix corrupted ethernet header on multicast-to-unicast e7eb0737c6d8 kcov: Remove kcov include from sched.h and move it to its users. f085e02f0a32 phonet: fix rtm_phonet_notify() skb allocation b33ae32b6d84 hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock 5b37ce7bb223 hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() 549e740badb9 hwmon: (corsair-cpro) Use a separate buffer for sending commands 6c8f44b02500 rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation 06acb75e7ed6 Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout 33a6e92161a7 Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout 1d9cf07810c3 tcp: Use refcount_inc_not_zero() in tcp_twsk_unique(). 413c33b9f3bc tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets a4b760673229 xfrm: Preserve vlan tags for transport mode software GRO 17f8b8d432e6 net:usb:qmi_wwan: support Rolling modules e09096291f87 drm/nouveau/dp: Don't probe eDP ports twice harder 09be6fa6af94 fs/9p: drop inodes immediately on non-.L too c43463fa3ff7 clk: Don't hold prepare_lock when calling kref_put() c8e9cc2fa9df gpio: crystalcove: Use -ENOTSUPP consistently 09c733cde549 gpio: wcove: Use -ENOTSUPP consistently dca2b31cf4b6 9p: explicitly deny setlease attempts c38c45304b78 fs/9p: translate O_TRUNC into OTRUNC 5a605930e19f fs/9p: only translate RWX permissions for plain 9P2000 a79b53d0d9bb selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior 7c355faad06f MIPS: scall: Save thread_info.syscall unconditionally on entry 09888cff3242 gpu: host1x: Do not setup DMA for virtual devices 62accf6c1d7b blk-iocost: avoid out of bounds shift 7ba3962c9ea1 scsi: target: Fix SELinux error when systemd-modules loads the target module b34fdb24ab7d btrfs: always clear PERTRANS metadata during commit e2a3a1df2f67 btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve 2214d3a5d966 tools/power turbostat: Fix Bzy_MHz documentation typo 413dbd60ea59 tools/power turbostat: Fix added raw MSR output fa273f312334 firewire: ohci: mask bus reset interrupts between ISR and bottom half e8b125df343f ata: sata_gemini: Check clk_enable() result 1fb7ab9a6e3e net: bcmgenet: Reset RBUF on first open 602dd9d99a10 ALSA: line6: Zero-initialize message buffers e2f5d61b5a1a btrfs: return accurate error code on open failure in open_fs_devices() ad498539dda0 scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload d21475d29de2 net: mark racy access on sk->sk_rcvbuf a762b8e0414d wifi: cfg80211: fix rdev_dump_mpp() arguments order a21712550a5e wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc a7fb16ff6255 gfs2: Fix invalid metadata access in punch_hole e7e50ac5f4c4 scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic 4404465a1bee KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr() 4563a0afd99e KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id bfc78b462849 clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change 7df798dd59c3 net: gro: add flush check in udp_gro_receive_segment adbce6d20da6 tipc: fix a possible memleak in tipc_buf_append faa83a7797f0 net: core: reject skb_copy(_expand) for fraglist GSO skbs 48ab384d2bc6 net: bridge: fix multicast-to-unicast with fraglist GSO a0e3faf29ee0 net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341 ea6213141ec4 cxgb4: Properly lock TX queue for the selftest. aa50658c7048 ASoC: meson: cards: select SND_DYNAMIC_MINORS f25b4c829e1d ASoC: Fix 7/8 spaces indentation in Kconfig bf9e84ae15cd net: qede: use return from qede_parse_actions() 99c9baffcf22 net: qede: use return from qede_parse_flow_attr() for flow_spec fff2c7a02bb1 net: qede: use return from qede_parse_flow_attr() for flower 4a0c24cc145d net: qede: sanitize 'rc' in qede_add_tc_flower_fltr() 96a592f1601b s390/vdso: Add CFI for RA register to asm macro vdso_func 553b2f6c3456 net l2tp: drop flow hash on forward bbccf0caef2f nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segment(). bcdac70adceb octeontx2-af: avoid off-by-one read from userspace 6f0f19b79c08 bna: ensure the copied buf is NUL terminated 78ad3b01caa2 s390/mm: Fix clearing storage keys for huge pages e93c82fa966a s390/mm: Fix storage key clearing for guest huge pages 3994f81ab6e1 regulator: mt6360: De-capitalize devicetree regulator subnodes 35ab679e8bb5 pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() 5ea5d0619779 power: rt9455: hide unused rt9455_boost_voltage_values d4891d817350 nfs: Handle error of rpc_proc_register() in nfs_net_init(). afdbc21a92a0 nfs: make the rpc_stat per net namespace 6eef21eb7a16 nfs: expose /proc/net/sunrpc/nfs in net namespaces 95ebd5fc15b7 sunrpc: add a struct rpc_stats arg to rpc_create_args a3f1a38733d9 pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE e0e916a21e70 pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback d676152a7b41 pinctrl: mediatek: paris: Rework mtk_pinconf_{get,set} switch/case logic 288bc4aa75f1 pinctrl: core: delete incorrect free in pinctrl_enable() 734d2dad607e pinctrl/meson: fix typo in PDM's pin name 20c91ac14bdc pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T c850f71fca09 eeprom: at24: fix memory corruption race condition ec9dbddea26b eeprom: at24: Probe for DDR3 thermal sensor in the SPD case b2643d2532ee eeprom: at24: Use dev_err_probe for nvmem register failure 5a730a161ac2 wifi: nl80211: don't free NULL coalescing rule 00d09857f807 dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state" db6740b4e134 dmaengine: pl330: issue_pending waits until WFP state 2bba1cb1487b loop: Select I/O scheduler 'none' from inside add_disk() 027f4dd7c993 blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flag 2214ded26c86 tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes 44494049e815 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes 0d7c23009d82 tpm: Add flag to use default cancellation policy 07914bef4e16 tpm: tis_i2c: Fix sanity check interrupt enable mask 35f85f04bd69 tpm: Add tpm_tis_i2c backend for tpm_tis_core 7b04c6c08107 tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer 4790cb2d1283 tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops 50f74deaf308 hwmon: Add driver for Texas Instruments TMP464 and TMP468 a4e6e4b7bb08 dt-bindings: hwmon: add tmp464.yaml e0ed2149d7b5 drm/amdkfd: Check for null pointer after calling kmemdup c6ddded89322 ARM: renumber bits related to _TIF_WORK_MASK 35b96a325c1e arm64: make _TIF_WORK_MASK bits contiguous f5a8f06aa595 arm64: uaccess: remove vestigal UAO support 3a330b569301 arm64: uaccess: remove redundant PAN toggling 9cbbb016d6e7 arm64: uaccess: remove addr_limit_user_check() fd83411f5e08 arm64: uaccess: remove set_fs() 15a6dc2f4b53 arm64: uaccess cleanup macro naming 912a6ab683a4 arm64: uaccess: split user/kernel routines d004ab02dae2 arm64: uaccess: refactor __{get,put}_user e1941a8b459e arm64: uaccess: simplify __copy_user_flushcache() dfae822b4c59 arm64: uaccess: rename privileged uaccess routines 1efdb8f0a0c7 arm64: sdei: explicitly simulate PAN/UAO entry b35fec69554c arm64: sdei: move uaccess logic to arch/arm64/ b5a28033fe7b arm64: head.S: always initialize PSTATE 243eb8553513 arm64: head.S: cleanup SCTLR_ELx initialization 74a00405d97f arm64: head.S: rename el2_setup -> init_kernel_el 73c5f386d175 arm64: add C wrappers for SET_PSTATE_*() e17fb7543df1 arm64: ensure ERET from kthread is illegal eff6289cc53b ixgbevf: add disable link state 262595681381 ixgbe: add improvement for MDD response functionality b9d78b06dea8 ixgbe: add the ability for the PF to disable VF link state d829911485da Documentation: arm64: Document PMU counters access from userspace fe5d29bfce20 arm64: perf: Enable PMU counter userspace access for perf event 15ce6d04ed6a arm64: perf: Add userspace counter access disable switch 4f288acbeed8 perf: Add a counter for number of user access events in context 354ba4a8c4b8 x86: perf: Move RDPMC event flag to a common definition d29cec94c49b libperf xyarray: Add bounds checks to xyarray__entry() 8264d2b91841 libperf: Add support for user space counter access 7fd81b678b5f libperf tests: Add support for verbose printing 6029ff53a48f libperf: Add evsel mmap support 28b0c8956369 tools include: Add an initial math64.h 492e532d20f1 perf record: Improve 'Workload failed' message printing events + what was exec'ed d0a1fc61733e perf evlist: Add a method to return the list of evsels as a string 81a77b39be0a perf annotate: Fix sample events lost in stdio mode 2883e69e202d pnmtologo: use relocatable file name 80f5207b5abd tools: use basename to identify file in gen-mach-types 4d201ec392f1 vt/conmakehash: improve reproducibility ae24d013888f lib/build_OID_registry: fix reproducibility issues 5d72da88dbb4 x86/boot: Wrap literal addresses in absolute_pointer() dc0bd7aa2319 ACPI: thermal: drop an always true check 0c4288cceef5 xfs: Fix -Werror=dangling-pointer work-around for older GCC 5509050b3392 xfs: Work around GCC 12 -Werror=dangling-pointer for xfs_attr_remote.o 669827c6e293 virtio-pci: Remove wrong address verification in vp_del_vqs() 1c80d994d3db regulator: consumer: Add missing stubs to regulator/consumer.h 3303d0e2aeff ipv6: Fix stats accounting in ip6_pkt_drop c56e60f665e7 memcg: enable accounting of ipc resources e6c8ebd210a2 tick/nohz: WARN_ON --> WARN_ON_ONCE to prevent console saturation 1655ee30e684 sched/isolation: really align nohz_full with rcu_nocbs 253c752ed120 pstore/ftrace: Add and use ftrace_test_recursion_trylock_safe 356e8a12bd66 pstore/ftrace: Add recursion protection to the ftrace callback 334706a1e873 ftrace: Add ftrace_test_recursion_trylock() helper function 78c260d7f60b ftrace: Move the recursion testing into global headers c0b313d988a1 powerpc/mm: Switch obsolete dssall to .long 1bd813fe8d0e riscv: fix build with binutils 2.38 835a2d1b24c6 powerpc/lib/sstep: fix 'ptesync' build error fd84b99a8ccb drm/amd/display: Don't allow partial copy_from_user 024f4ff63d55 drm/amdgpu: Fix even more out of bound writes from debugfs 0c0ad634e899 e1000e: Serialize TGP e1000e PM ops add88b0536fa e1000e: Make mei_me active when e1000e is in use a8f317c1a17e yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL c8400a2cbe1f iommu/arm-smmu-v3: Ratelimit event dump b8ec7e43e95e regmap: teach regmap to use raw spinlocks if requested in the config 4b7fa7684be7 OF: DT-Overlay configfs interface (v7) d515a5c0e9a9 net: xilinx_emaclite: Do not print real IOMEM pointer 11329e49959b drivers: net: xilinx_emaclite: remove arch limitation 29dc69bf2a07 drivers: net: xilinx_emaclite: Add COMPILE_TEST support ff106eff01f6 drivers: net: xilinx_emaclite: Fix -Wpointer-to-int-cast warnings with W=1 c27462391070 serial: 8250: 8250_omap: Fix possible array out of bounds access 16976d8e307f perf intel-pt: Use aux_watermark d421a2346946 perf: Cap allocation order at aux_watermark 6da8d5f29481 timers: Fix get_next_timer_interrupt() with no timers pending af141841735a eventfd: Enlarge recursion limit to allow vhost to work a125a6102808 iwlwifi: select MAC80211_LEDS conditionally 139fe7d68413 rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lock 8d0c79931235 console: Fix build when CONFIG_BLK_DEV_INITRD is disabled. ea777841e8ea yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name ab49d2db98bd cgroup1: fix leaked context root causing sporadic NULL deref in LTP bdda1b6cf99b aufs5: aufs-core 2fa276071d07 aufs5: aufs-standalone 06ed4d532456 aufs5: aufs-mmap 372857834999 aufs5: aufs-kbuild fd68c9840693 aufs5: aufs-base a673c127156c Revert "aufs5: core" cf62bfcde384 Revert "aufs5: aufs5-base" a644419ec785 Revert "aufs5: aufs5-mmap" b893f9a999bb Revert "aufs5: aufs5-standalone" c60db0819480 Revert "aufs: initial port to v5.10" c66a5900f139 Revert "Revert "aufs: initial port to v5.10"" 1320cf58f5dd Revert "aufs: linux-v5.10-rc1, no more set_fs()" 02349d7738ff Revert "for aufs: linux-v5.10-rc1, no more vfs_(read|write)f_t" f01dab74750c Revert "aufs: linux-v5.10-rc1, no more f_op->read() and ->write()" 3d5de709b676 Revert "aufs5: aufs5-kbuild" a97f1329edf7 tracing/arm: Have max stack tracer handle the case of return address after data 5c54112a05ab net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT ddac76981cb3 sched/isolation: reconcile rcu_nocbs= and nohz_full= 56fd8c36614e net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) a8808e541750 aufs: linux-v5.10-rc1, no more f_op->read() and ->write() cb1c41dac775 for aufs: linux-v5.10-rc1, no more vfs_(read|write)f_t a5805df6583f aufs: linux-v5.10-rc1, no more set_fs() 64e145dcca8c Revert "aufs: initial port to v5.10" d6e20b2257ec defconfig: add dependency for CONFIG_ACPI_APEI_PCIEAER b237d48208d0 arm64/mm: Drop THP conditionality from FORCE_MAX_ZONEORDER 1209195ed0f7 driver: adc: ltc2497: return directly after reading the adc conversion value a60fe3fcf113 Revert "mfd: syscon: Don't free allocated name for regmap_config" 13d68767aa4a rcutorture: Use "all" and "N" in "nohz_full" and "rcu_nocbs" 54e69571a97d rcu: deprecate "all" option to rcu_nocbs= a605b9d20447 lib: test_bitmap: add tests for "N" alias 8c22517f444e lib: bitmap: support "N" as an alias for size of bitmap 88187167e63a lib: bitmap: move ERANGE check from set_region to check_region ca5429633613 lib: bitmap: fold nbits into region struct 9381134cea8a lib: test_bitmap: add more start-end:offset/len tests c825800730ab lib: test_bitmap: add tests to trigger ERANGE case. 8cc8264dca3f lib: test_bitmap: clearly separate ERANGE from EINVAL tests. 470da7b7f2ff Revert "cpumask: Un-inline cpulist_parse for SMP; prepare for ascii helpers" 28dc1d37602d Revert "cpumask: Make "all" alias global and not just RCU" dbfe0b183fca Revert "cpumask: Add a "none" alias to complement "all"" a57711fcff30 Revert "cpumask: Add "last" alias for cpu list specifications" 34523d7c8476 qemux86: add configuration symbol to select values cdca78778415 objtool: Fix seg fault with Clang non-section symbols d3287798bd88 x86/entry: Emit a symbol for register restoring thunk 2ad99ddaac78 cpumask: Add "last" alias for cpu list specifications c10e9481810b cpumask: Add a "none" alias to complement "all" b00ceed9d388 cpumask: Make "all" alias global and not just RCU 8b215206e797 cpumask: Un-inline cpulist_parse for SMP; prepare for ascii helpers 1b5024caeda8 clear_warn_once: add a clear_warn_once= boot parameter fc0dd76cce0e clear_warn_once: bind a timer to written reset value d64fc2d2b14a clear_warn_once: expand debugfs to include read support 77592e956cc9 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 6e022759f727 perf: x86-32: explicitly include <errno.h> 22d6bbb947d4 perf: mips64: Convert __u64 to unsigned long long c35f9150001c perf: fix bench numa compilation c4caef513eb1 perf: add SLANG_INC for slang.h 07dfbf9405dd perf: add sgidefs.h to for mips builds 42c5431ad2cf perf: change --root to --prefix for python install af79bfe90143 perf: add 'libperl not found' warning ddfbd9e75f08 perf: force include of <stdbool.h> 0f34e6305176 fat: don't use obsolete random32 call in namei_vfat b5b55eaad1df FAT: Added FAT_NO_83NAME 756b13bfab6e FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option fabad71cb2b5 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 06fd68d75bd1 aufs: initial port to v5.10 c9126877d1f5 aufs5: core f5150173c643 aufs5: aufs5-standalone b57d26b072d9 aufs5: aufs5-mmap 78f128c4b8e5 aufs5: aufs5-base 47aa35171d08 aufs5: aufs5-kbuild 35c480a23c66 yaffs: include blkdev.h 2c64c43540a5 yaffs: fix misplaced variable declaration bde410ee9f59 yaffs2: v5.6 build fixups 414c8e866931 yaffs2: fix memory leak when /proc/yaffs is read c99c1990cf7c yaffs: add strict check when call yaffs_internal_read_super 498f5fafe50a yaffs: repair yaffs_get_mtd_device 7ca3c08ebbf9 yaffs: Fix build failure by handling inode i_version with proper atomic API 0ba47e881bb8 yaffs2: fix memory leak in mount/umount 39a5406665dd yaffs: Avoid setting any ACL releated xattr ca5b43ddc6fd Yaffs:check oob size before auto selecting Yaffs1 c2619c05a53e fs: yaffs2: replace CURRENT_TIME by other appropriate apis 5e08fb7b8ee0 yaffs2: adjust to proper location of MS_RDONLY 5f1a1a9678a8 yaffs2: import git revision b4ce1bb (jan, 2020) fc21f09ae369 initramfs: allow an optional wrapper script around initramfs generation 73887fca03be arm64/perf: Fix wrong cast that may cause wrong truncation a267cafaac44 defconfigs: drop obselete options eb5d1bc00c3f arm64/perf: fix backtrace for AAPCS with FP enabled 062b2c98c087 linux-yocto: Handle /bin/awk issues d3beb253ae71 uvesafb: provide option to specify timeout for task completion 75ccbf377a51 uvesafb: print error message when task timeout occurs 18ffa2e88024 compiler.h: Undef before redefining __attribute_const__ 3ed931201746 vmware: include jiffies.h 938942859596 Resolve jiffies wrapping about arp 069a883d837c nfs: Allow default io size to be configured. 3b568edcd3e9 check console device file on fs when booting 77ec93228920 mount_root: clarify error messages for when no rootfs found 17a15e0f7536 menuconfig,mconf-cfg: Allow specification of ncurses location 8f13b1349a74 modpost: mask trivial warnings b6c9e0fa24e8 kbuild: exclude meta directory from distclean processing 62dbbdbec60a powerpc: serialize image targets 27b8dec5dbb3 arm: serialize build targets fc365512e4c4 Revert "platform/x86: wmi: Destroy on cleanup rather than unregister" 9a6e91d2e691 crtsavres: fixups for 5.4+ 7dbc3cd0398f powerpc/ptrace: Disable array-bounds warning with gcc8 ebe3bcb89cb0 powerpc: Disable attribute-alias warnings from gcc8 65ba0e7de081 powerpc: add crtsavres.o to archprepare for kbuild 6bd3efdce5a9 powerpc: kexec fix for powerpc64 41671522c159 powerpc: Add unwind information for SPE registers of E500 core 8851006b0109 mips: vdso: fix 'jalr $t9' crash in vdso code ed5db62477e8 mips: Kconfig: add QEMUMIPS64 option 2a7ca094fc42 4kc cache tlb hazard: tlbp cache coherency b742d60d3f70 malta uhci quirks: make allowance for slow 4k(e)c 8a160fc86eb6 arm/Makefile: Fix systemtap b9805882353c vexpress: Pass LOADADDR to Makefile 332e618aa7ae arm: ARM EABI socketcall 1ec682cb85f8 ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: ab08083489c6d5660245c5e1faa7837a66c695b5) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/5.10: remove obsolete optionsBruce Ashfield2024-09-163-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Wenlin Kang Email: wenlin.kang@windriver.com Subject: net_sched: remove NET_SCH_CBQ and NET_SCH_DSMARK Date: Tue, 18 Jun 2024 18:41:49 +0800 The two configs have been removed from kernel source in commit 56a6720d9bc3 and 3fa31e7a9d3a, so here also remove them to fix warning. WARNING: linux-yocto-5.10.216+gitAUTOINC+c658f078fe_bcf06546f5-r0 do_kernel_configcheck: [kernel config]: This BSP contains fragments with warnings: [INFO]: the following symbols were not found in the active configuration: - CONFIG_NET_SCH_CBQ - CONFIG_NET_SCH_DSMARK Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> ] (From OE-Core rev: 1f3046818f6f93366ad5ef3fb17cc1052f075b3d) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/5.10: update to v5.10.216Bruce Ashfield2024-09-163-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 39fbb15b4a74 Linux 5.10.216 1897993bb8a5 riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabled ba7bc80da3cf serial: core: fix kernel-doc for uart_port_unlock_irqrestore() 16affc4d731b udp: preserve the connected status if only UDP cmsg 66297b2ceda8 bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS 5095b93021b8 HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up 5fd72404587d i2c: smbus: fix NULL function pointer dereference 04bf2e5f95c1 riscv: Fix TASK_SIZE on 64-bit NOMMU d5cc3498f079 riscv: fix VMALLOC_START definition fcdd5bb4a8c8 dma: xilinx_dpdma: Fix locking 5129f84bc377 idma64: Don't try to serve interrupts when device is powered off 4d051d6f9c7d dmaengine: owl: fix register access functions ab31bc5022b6 tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() 74e5e5601df4 tcp: Clean up kernel listener's reqsk in inet_twsk_purge() 179a890ee4c6 mtd: diskonchip: work around ubsan link failure f99de42b80e0 stackdepot: respect __GFP_NOLOCKDEP allocation flag c9d5f3b5af8f net: b44: set pause params only when interface is up f3a2f186a1cb ethernet: Add helper for assigning packet type when dest address does not match device address aa44d2157475 irqchip/gic-v3-its: Prevent double free on error 5ab19dc55c5e drm/amdgpu: Fix leak when GPU memory allocation fails 48a92487dbbc drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 b2d5ef07dd3c arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 Puma af6d6a923b40 cpu: Re-enable CPU mitigations by default for !X86 architectures 30189e54ba80 btrfs: fix information leak in btrfs_ioctl_logical_to_ino() 6dc5afe8f242 Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 de657b21099b Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() 087de000e4f8 PM / devfreq: Fix buffer overflow in trans_stat_show 772a23d60a64 tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker together ffbeb5d4f9df tracing: Show size of requested perf buffer 98f282c351db net/mlx5e: Fix a race in command alloc flow 2862578fcdfb Revert "crypto: api - Disallow identical driver names" 0dc0637e6b16 serial: mxs-auart: add spinlock around changing cts state fc955bdebaca serial: core: Provide port lock wrappers ae7c8f52aa2a af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc(). dd0eb1dab929 net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packets d51037994f5f iavf: Fix TC config comparison with existing adapter TC config 3a4677b21927 i40e: Report MFS in decimal base instead of hex fbbb2404340d i40e: Do not use WQ_MEM_RECLAIM flag for workqueue e4bb6da24de3 netfilter: nf_tables: honor table dormant flag from netdev release event path 857ed800133f mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash work 09846c2309b1 mlxsw: spectrum_acl_tcam: Fix incorrect list API usage 1d76bd2a0034 mlxsw: spectrum_acl_tcam: Fix warning during rehash 617e98ba4c50 mlxsw: spectrum_acl_tcam: Fix memory leak during rehash 3c443a34a0e0 mlxsw: spectrum_acl_tcam: Rate limit error message a429a912d6c7 mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehash e24d24874247 mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity update e1ad8eaa80c4 mlxsw: spectrum_acl_tcam: Fix race during rehash delayed work 35880c3fa6f8 net: openvswitch: Fix Use-After-Free in ovs_ct_exit aca5dadab154 ipvs: Fix checksumming on GSO of SCTP packets 0caff3e6390f net: gtp: Fix Use-After-Free in gtp_dellink 9bda5e2f62cc net: usb: ax88179_178a: stop lying about skb->truesize 7da0f91681c4 ipv4: check for NULL idev in ip_route_use_hint() c676c68e48e9 NFC: trf7970a: disable all regulators on removal 6496fadf2a42 mlxsw: core: Unregister EMAD trap using FORWARD action e860a8705448 vxlan: drop packets from invalid src-address 4dc8beb88745 wifi: iwlwifi: mvm: remove old PASN station when adding a new one b4a29e183502 ARC: [plat-hsdk]: Remove misplaced interrupt-cells property 4c7a2f71b5d8 arm64: dts: mediatek: mt2712: fix validation errors 755703e68dbd arm64: dts: mediatek: mt7622: drop "reset-names" from thermal block ed993f7448ae arm64: dts: mediatek: mt7622: fix ethernet controller "compatible" 819da78e4c7e arm64: dts: mediatek: mt7622: fix IR nodename 55d07efd38a5 arm64: dts: mediatek: mt7622: fix clock controllers 136c8e0169df arm64: dts: mediatek: mt7622: introduce nodes for Wireless Ethernet Dispatch 57ff09043fa1 arm64: dts: mediatek: mt7622: add support for coherent DMA f9930871353a arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro dts 759796d76844 arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for RK3399 Puma 38db853f7c22 arm64: dts: rockchip: fix alphabetical ordering RK3399 puma 7061c7efbb9e nilfs2: fix OOB in nilfs_set_de_type 13d76b2f443d nouveau: fix instmem race condition around ptr stores 1fd7db5c1602 drm/amdgpu: validate the parameters of bo mapping operations more clearly 2ef607ea1036 init/main.c: Fix potential static_command_line memory overflow 84bd4c2ae9c3 fs: sysfs: Fix reference leak in sysfs_break_active_protection() 6401038acfa2 speakup: Avoid crash on very long word bf786df6bd83 mei: me: disable RPL-S on SPS and IGN firmwares 5160b4bd4d8b usb: Disable USB3 LPM at shutdown 26fde0ea40dd usb: dwc2: host: Fix dereference issue in DDMA completion flow. ab92e11b73b4 Revert "usb: cdc-wdm: close race between read and workqueue" ba11df453e23 USB: serial: option: add Telit FN920C04 rmnet compositions 33b29a500750 USB: serial: option: add Rolling RW101-GL and RW135-GL support 6e7cdfd6c72f USB: serial: option: support Quectel EM060K sub-models b5c3eceec209 USB: serial: option: add Lonsung U8300/U9300 product e32faa0e9d91 USB: serial: option: add support for Fibocom FM650/FG650 3366e4fdfea3 USB: serial: option: add Fibocom FM135-GL variants ab86cf6f8d24 serial/pmac_zilog: Remove flawed mitigation for rx irq flood f15370e31597 comedi: vmk80xx: fix incomplete endpoint checking 5a7e30d9be7a thunderbolt: Fix wake configurations after device unplug e6245ed82248 thunderbolt: Avoid notify PM core about runtime PM resume 48a1f83ca9c6 binder: check offset alignment in binder_get_object() 2e212ae0664f x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ 4af115f1a20a clk: Get runtime PM before walking tree during disable_unused d339ce273962 clk: Initialize struct clk_core kref earlier 83e6e77f68e1 clk: Print an info line before disabling unused clocks c04fc24403d6 clk: remove extra empty line f5591ad6e2d6 clk: Mark 'all_lists' as const bde446f16766 clk: Remove prepare_lock hold assertion in __clk_release() f3d4f017373b drm/panel: visionox-rm69299: don't unregister DSI device 097c7918fcfa drm: nv04: Fix out of bounds access 5ebbbeb2950c RDMA/mlx5: Fix port number for counter query in multi-port configuration 40c48586234d RDMA/cm: Print the old state when cm_destroy_id gets timeout 2e45acd12c28 RDMA/rxe: Fix the problem "mutex_destroy missing" 14cdb43dbc82 tun: limit printing rate when illegal packet received by tun dev e3b887a9c11c netfilter: nft_set_pipapo: do not free live element 934e66e231cf netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() 26ebeffff238 Revert "tracing/trigger: Fix to return error if failed to alloc snapshot" 5062d1f4f07f kprobes: Fix possible use-after-free issue on kprobe registration 1d9ff61160f0 selftests/ftrace: Limit length in subsystem-enable tests 9abc3e6f1116 riscv: process: Fix kernel gp leakage 11a821ee5e57 riscv: Enable per-task stack canaries 4c5e9eaa7086 btrfs: record delayed inode root in transaction c38ea6f1ea2e irqflags: Explicitly ignore lockdep_hrtimer_exit() argument 85df831dc5c8 x86/apic: Force native_apic_mem_read() to use the MOV instruction 4979a581c775 selftests: timers: Fix abs() warning in posix_timers test 30da4180fd76 x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n a75a785dbe5d vhost: Add smp_rmb() in vhost_vq_avail_empty() 41586487769e drm/client: Fully protect modes[] with dev->mode_config.mutex fb9f76b2a22c btrfs: qgroup: correctly model root qgroup rsv in convert b43ff1173615 mailbox: imx: fix suspend failue 5ef15c06ac9e iommu/vt-d: Allocate local memory for page request queue b26aa765f743 net: ena: Fix incorrect descriptor free behavior c3b3b0c1acb7 net: ena: Wrong missing IO completions check order 02c42a27742a net: ena: Fix potential sign extension issue 2e2a03787f4f af_unix: Fix garbage collector racing against connect() 14bea27d1cc2 af_unix: Do not use atomic ops for unix_sk(sk)->inflight. 3d90ca9145f6 net/mlx5: Properly link new fs rules into the tree cf4bc359b761 netfilter: complete validation of user input b0e30c37695b Bluetooth: SCO: Fix not validating setsockopt user input 3fb02ec57ead ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr 9e55a650ace2 ipv4/route: avoid unused-but-set-variable warning 1afc86bcfb18 ipv6: fib: hide unused 'pn' variable 434aabb6c1a3 octeontx2-af: Fix NIX SQ mode and BP config 10204df9beda geneve: fix header validation in geneve[6]_xmit_skb a82984b3c6a7 xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING 69fbe5bf3194 u64_stats: fix u64_stats_init() for lockdep when used repeatedly in one file 583b7b856f7f net: openvswitch: fix unwanted error log on timeout policy probing e252fc8279df nouveau: fix function cast warning 7dc2f7b2c310 media: cec: core: remove length check of Timer Status 8478394f76c7 Bluetooth: Fix memory leak in hci_req_sync_complete() 70a8be9dc2fb batman-adv: Avoid infinite loop trying to resize local TT e2e4e7b4ae79 Linux 5.10.215 cea750c99d8f x86/head/64: Re-enable stack protection 0bdc64e9e716 x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk 85d11ded2d1d scsi: sd: Fix wrong zone_write_granularity value during revalidate 44900a8bec03 kbuild: dummy-tools: adjust to stricter stackprotector check 682f6ca96759 VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler() f7d846acf91b Bluetooth: btintel: Fixe build regression fe34587acc99 drm/i915/gt: Reset queue_priority_hint on parking c2b2430b48f3 x86/mm/pat: fix VM_PAT handling in COW mappings 3b29694dde9b virtio: reenable config if freezing device failed ada28eb4b956 tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc b58d0ac35f6d netfilter: nf_tables: discard table flag update with pending basechain deletion 2cee2ff7f8cc netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path 453c8da7ef6d netfilter: nf_tables: release batch on table validation from abort path 951838fee462 fbmon: prevent division by zero in fb_videomode_from_videomode() c6e0de1e07aa drivers/nvme: Add quirks for device 126f:2262 19536fe42003 fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 e9efe31e6baf usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined 8406161fbeb9 usb: typec: tcpci: add generic tcpci fallback compatible e0184c95aaf1 tools: iio: replace seekdir() in iio_generic_buffer 91698804bbee ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment 694b7fa79e26 ktest: force $buildonly = 1 for 'make_warnings_file' test type 804ed6c3aca2 platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi Vi8 tablet 95bd7e317d6c Input: allocate keycode for Display refresh rate toggle d4b856aaaaea RDMA/cm: add timeout to cm_destroy_id wait b0cb5564c3e8 block: prevent division by zero in blk_rq_stat_sum() d2341dc41a96 libperf evlist: Avoid out-of-bounds access 5e0a89c49f05 Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default" 4b676584d02e SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned int 0b5668a87caa drm/amd/display: Fix nanosec stat overflow 48882b489f90 ext4: forbid commit inconsistent quota data when errors=remount-ro 6545e1307a1e ext4: add a hint for block bitmap corrupt state in mb_groups 2fef0059859c media: sta2x11: fix irq handler cast bd12d39aaf8f isofs: handle CDs with bad root inode but good Joliet root directory c473288f27d1 scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc() 674c1c4229e7 sysv: don't call sb_bread() with pointers_lock held 94b01bdf49b9 pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDs fd238540fb1a Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails 86e9b47e8a75 Bluetooth: btintel: Fix null ptr deref in btintel_read_version bc4d1ebca11b net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() 4720d590c4cb btrfs: send: handle path ref underflow in header iterate_inode_ref() 0002df7380ba btrfs: export: handle invalid inode or root reference in btrfs_get_parent() 87299cdaae75 btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() a2e43c53b885 tools/power x86_energy_perf_policy: Fix file leak in get_pkg_num() 98e2b97acb87 pstore/zone: Add a null pointer check to the psz_kmsg_read a3cd11046393 ionic: set adminq irq affinity bd365f064452 arm64: dts: rockchip: fix rk3399 hdmi ports node 3ea4717296c9 arm64: dts: rockchip: fix rk3328 hdmi ports node 5b71a921dbe7 panic: Flush kernel log buffer at the end ad78c5047dc4 VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() 46e219d886a3 wifi: ath9k: fix LNA selection in ath_ant_try_scan() 1a038ea9f9cc objtool: Add asm version of STACK_FRAME_NON_STANDARD bb5fb12c50d9 x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined word c137ee44c57a mptcp: don't account accept() of non-MPC client as fallback to TCP aae6464684fb x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO f5e9b93fbe70 x86/bugs: Fix the SRSO mitigation on Zen3/4 2cba2ba2a884 riscv: Fix spurious errors from __get/put_kernel_nofault 9fd381feafa5 s390/entry: align system call table on 8 bytes f5e65b782f3e x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() 3127b2ee50c4 of: dynamic: Synchronize of_changeset_destroy() with the devlink removals 7f62d985e94e driver core: Introduce device_link_wait_removal() 976b0215f6c5 ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support headset with microphone 75c3348796d7 ata: sata_mv: Fix PCI device ID table declaration compilation warning ca2229553510 scsi: mylex: Fix sysfs buffer lengths dff4cd7de1f3 ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit aa5936f5ec83 ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw 21d2994c743b arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as broken a6186caf176a arm64: dts: qcom: sc7180: Remove clock for bluetooth on Trogdor ae5f35ff244c net: ravb: Always process TX descriptor ring 3391b157780b udp: do not accept non-tunnel GSO skbs landing in a tunnel 43183be84aa9 Revert "usb: phy: generic: Get the vbus supply" 00810a246402 scsi: qla2xxx: Update manufacturer detail 20414bdc3294 scsi: qla2xxx: Update manufacturer details b8e82128b44f i40e: fix vf may be used uninitialized in this function warning a88765b0a591 i40e: fix i40e_count_filters() to count only active/new filters 6ebcf688ae90 octeontx2-pf: check negative error code in otx2_open() 360edeb6216f udp: do not transition UDP GRO fraglist partial checksums to unnecessary fd307f2d91d4 ipv6: Fix infinite recursion in fib6_dump_done(). ed2bdbf5d280 selftests: reuseaddr_conflict: add missing new line at the end of the output b14b9f9503ec erspan: make sure erspan_base_hdr is present in skb->head 42852763a0fc net: stmmac: fix rx queue priority assignment 5e45dc440885 net/sched: act_skbmod: prevent kernel-infoleak dd54b48db0c8 bpf, sockmap: Prevent lock inversion deadlock in map delete elem aedc6cfb7147 vboxsf: Avoid an spurious warning if load_nls_xxx() fails 0f038242b77d netfilter: validate user input for expected length 940d41caa71f netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() 46c4481938e2 netfilter: nf_tables: flush pending destroy work before exit_net release 7b6fba691871 netfilter: nf_tables: reject new basechain after table flag update 8f6dfa1f1efe block: add check that partition length needs to be aligned with block size e7ea043bc3f1 x86/srso: Add SRSO mitigation for Hygon processors af47e6a95eb7 mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations a15bcaa75d90 Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped." 1eff09acc808 io_uring: ensure '0' is returned on file registration success a563fc18583c vfio/fsl-mc: Block calling interrupt handler without trigger 09452c8fcbd7 vfio/platform: Create persistent IRQ handlers 27d40bf72dd9 vfio/pci: Create persistent INTx handler d6f77b5e4785 vfio: Introduce interface to flush virqfd inject workqueue 3dd9be6cb55e vfio/pci: Lock external INTx masking ops 561d5e1998d5 vfio/pci: Disable auto-enable of exclusive INTx IRQ cfb786b03b03 net/rds: fix possible cp null dereference 6f3ae02bbb62 netfilter: nf_tables: disallow timeout for anonymous sets e47088075477 Bluetooth: Fix TOCTOU in HCI debugfs implementation 71605692819b Bluetooth: hci_event: set the conn encrypted before conn establishes 89583ff143c2 x86/cpufeatures: Add new word for scattered features 77a82b961177 r8169: fix issue caused by buggy BIOS on certain boards with RTL8168d e4be2df1b1b0 dm integrity: fix out-of-range warning c58306690998 Octeontx2-af: fix pause frame configuration in GMP mode 9970e059af47 bpf: Protect against int overflow for stack access size e8ed357a6f4a ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_fields() e3e27d2b446d tcp: properly terminate timers for kernel sockets 10b1273d8a10 ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() 755e53bbc61b nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet e451709573f8 USB: core: Fix deadlock in usb_deauthorize_interface() bb22d3689e04 scsi: lpfc: Correct size for wqe for memset() f49642661fe5 PCI/DPC: Quirk PIO log size for Intel Ice Lake Root Ports 34a81f5259b9 x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled 72ba168746d8 scsi: qla2xxx: Delay I/O Abort on PCI error 67b2d35853c2 scsi: qla2xxx: Fix command flush on cable pull a56b2033f152 scsi: qla2xxx: Split FCE|EFT trace control db0f08a6b60b usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset e9042f4e71f0 usb: typec: ucsi: Ack unsupported commands 3e944ddc17c0 usb: udc: remove warning when queue disabled ep fd84c4eb4dbc usb: dwc2: gadget: LPM flow fix db4fa0c8e811 usb: dwc2: host: Fix ISOC flow in DDMA mode 85ebae7707a6 usb: dwc2: host: Fix hibernation flow c63869e99026 usb: dwc2: host: Fix remote wakeup from hibernation 8e047bc5a5c5 USB: core: Add hub_get() and hub_put() routines 6f4953255bbc staging: vc04_services: fix information leak in create_component() 3be3809b5d9d staging: vc04_services: changen strncpy() to strscpy_pad() 5c2386ba80e7 scsi: core: Fix unremoved procfs host directory regression aa39e6878f61 ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs 9b319f4a8809 usb: cdc-wdm: close race between read and workqueue 6d9395ba7f85 net: ll_temac: platform_get_resource replaced by wrong function 2b539c88940e mmc: core: Avoid negative index with array access bce3a98352ea mmc: core: Initialize mmc_blk_ioc_data 51c99c6795c1 hexagon: vmlinux.lds.S: handle attributes section 73b3ea467331 exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack() e8b067c4058c wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes f8f76b757407 init: open /initrd.image with O_LARGEFILE 2e5fe7403487 mm/migrate: set swap entry values of THP tail pages properly. 38753f1adaf5 mm/memory-failure: fix an incorrect use of tail pages 4e37416e4ee1 serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFO 9c5f4014f6d1 powerpc: xor_vmx: Add '-mhard-float' to CFLAGS f33255ccbb0f efivarfs: Request at most 512 bytes for variable names 33414e560f03 perf/core: Fix reentry problem in perf_output_read_group() 91cf85f75375 KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests 66d5260fc7d5 x86/rfds: Mitigate Register File Data Sampling (RFDS) 5fbd9f6c3953 Documentation/hw-vuln: Add documentation for RFDS 6e04cae36b8f x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set b9a97767c6be KVM/VMX: Move VERW closer to VMentry for MDS mitigation 52aad34ee36f KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH 6192d9ed311f x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key 50f021f0b985 x86/entry_32: Add VERW just before userspace transition edc702b4a820 x86/entry_64: Add VERW just before userspace transition 35e36eac881c x86/bugs: Add asm helpers for executing VERW 8b20c6f894b7 x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffix b42235849005 btrfs: allocate btrfs_ioctl_defrag_range_args on stack 3377090b810c printk: Update @console_may_schedule in console_trylock_spinning() 0fc88aeb2e32 xen/events: close evtchn after mapping cleanup bc40ded92af5 tee: optee: Fix kernel panic caused by incorrect error handling 94eb0293703c fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion 1ce408f75ccf vt: fix unicode buffer corruption when deleting characters 28924c43ce61 mei: me: add arrow lake point H DID 4ba385d29e03 mei: me: add arrow lake point S DID bb664ed988a0 tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabled 1d14247972dd usb: port: Don't try to peer unused USB ports based on location ef846cdbd100 usb: gadget: ncm: Fix handling of zero block length packets 284fb1003d5d USB: usb-storage: Prevent divide-by-0 error in isd200_ata_command 24427b02bf81 ALSA: hda/realtek - Fix headset Mic no show at resume back for Lenovo ALC897 platform 2d13b79640b1 KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region() 6406c55fdc26 xfrm: Avoid clang fortify warning in copy_to_user_tmpl() d2951b72ea47 Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory 2863e2f062cc netfilter: nf_tables: reject constant set with timeout fe40ffbca19d netfilter: nf_tables: disallow anonymous set with timeout flag e2d45f467096 netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout 449b8bdcde9f cpufreq: brcmstb-avs-cpufreq: fix up "add check for cpufreq_cpu_get's return value" ac816bbb10fe comedi: comedi_test: Prevent timers rescheduling during deletion d430e298549b scripts: kernel-doc: Fix syntax error due to undeclared args variable d0838b072931 x86/pm: Work around false positive kmemleak report in msr_build_context() f5948717323a x86/stackprotector/32: Make the canary into a regular percpu variable 6d22547437f1 vxge: remove unnecessary cast in kfree() 9759ff196e7d dm snapshot: fix lockup in dm_exception_table_exit b074a76cbd2c drm/amd/display: Fix noise issue on HDMI AV mute 1a77ee0f0695 drm/amd/display: Return the correct HDCP error code 2f8329154384 ahci: asm1064: asm1166: don't limit reported ports ce4c5d278727 ahci: asm1064: correct count of reported ports 493aa6bdcffd wireguard: netlink: access device through ctx instead of peer f52be46e3e6e wireguard: netlink: check for dangling peer via is_dead instead of empty list ec5098d4c88b net: hns3: tracing: fix hclgevf trace event strings bce7345ee0b5 x86/CPU/AMD: Update the Zenbleed microcode revisions 224ec95f6397 cpufreq: dt: always allocate zeroed cpumask f0fe7ad5aff4 nilfs2: prevent kernel bug at submit_bh_wbc() c3b5c5c31e72 nilfs2: fix failure to detect DAT corruption in btree and direct mappings 7607860ae4dd memtest: use {READ,WRITE}_ONCE in memory scanning c734f9c19896 drm/vc4: hdmi: do not return negative values from .get_modes() 51c519d79fd0 drm/imx/ipuv3: do not return negative values from .get_modes() a8cb3b072403 drm/exynos: do not return negative values from .get_modes() 9aaa60f35b89 drm/panel: do not return negative error codes from drm_panel_get_modes() 6470078ab3d8 s390/zcrypt: fix reference counting on zcrypt card objects 32edca2f03a6 soc: fsl: qbman: Use raw spinlock for cgr_lock 39ed969a7a54 soc: fsl: qbman: Add CGR update function c542f3a70521 soc: fsl: qbman: Add helper for sanity checking cgr ops dd199e5b759f soc: fsl: qbman: Always disable interrupts when taking cgr_lock 47ad5c133ed5 ring-buffer: Fix full_waiters_pending in poll 616a78bd682e ring-buffer: Fix resetting of shortest_full 756934d840a6 ring-buffer: Do not set shortest_full when full target is hit 3d4873cf80c6 ring-buffer: Fix waking up ring buffer readers ad68ce493616 vfio/platform: Disable virqfds on cleanup ef73db1cc885 PCI: dwc: endpoint: Fix advertised resizable BAR size 70077e0af5cf kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1 4595d90b5d2e nfs: fix UAF in direct writes 7e55155db07b PCI/AER: Block runtime suspend when handling errors 648906b645f4 PCI/ERR: Clear AER status only when we control AER bb317bba5bd3 speakup: Fix 8bit characters from direct synth 92eac4c00d9d usb: gadget: tegra-xudc: Fix USB3 PHY retrieval logic a799864b9e70 usb: gadget: tegra-xudc: Use dev_err_probe() 350aeb14aac9 phy: tegra: xusb: Add API to retrieve the port number of phy 0213b8bf7167 slimbus: core: Remove usage of the deprecated ida_simple_xx() API b45970fc0ad7 nvmem: meson-efuse: fix function pointer type mismatch e8e8b1973172 ext4: fix corruption during on-line resize 89bc7ed7400e hwmon: (amc6821) add of_match table 37005a1b8585 drm/etnaviv: Restore some id values a1d62c0651c5 mmc: core: Fix switch on gp3 partition d85c11c97ecf mm: swap: fix race between free_swap_and_cache() and swapoff() 068ab2759bc0 mac802154: fix llsec key resources release in mac802154_llsec_key_del 1302344f8abf dm-raid: fix lockdep waring in "pers->hot_add_disk" b07326747952 Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"" be7f399e3ffd PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports a654d0a1863b PCI/DPC: Quirk PIO log size for certain Intel Root Ports 51411a4d0a8b PCI/ASPM: Make Intel DG2 L1 acceptable latency unlimited 81d9ca159791 PCI: Work around Intel I210 ROM BAR overlap defect 619013d79739 PCI: Cache PCIe Device Capabilities register 1f5ea9e3aeea PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities() bbe068b24409 PCI/PM: Drain runtime-idle callbacks before driver removal 39f7310eaa79 PCI: Drop pci_device_remove() test of pci_dev->driver d2a970972800 btrfs: fix off-by-one chunk length calculation at contains_pending_extent() d7800338a208 serial: Lock console when calling into driver before registration 590326a5d466 printk/console: Split out code that enables default console a0e8272533cd usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros c71ac0596ebf fuse: don't unhash root 853f0c0d34be fuse: fix root lookup with nonzero generation ab166a9445bc mmc: tmio: avoid concurrent runs of mmc_request_done() 40dda0548655 PM: sleep: wakeirq: fix wake irq warning in system suspend ad5b7fc6a7b5 USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M fec4dea54d71 USB: serial: option: add MeiG Smart SLM320 product 76b4979096d4 USB: serial: cp210x: add ID for MGP Instruments PDS100 cc235a4b8a7f USB: serial: add device ID for VeriFone adapter dccd649747f4 USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB a51a65d33ef3 powerpc/fsl: Fix mfpmr build errors with newer binutils 3ff4a0f6a8f0 clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays a09aecb6cb48 clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays 851cc19bdb02 clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays ae60e3342296 clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays 0aa06ebe69bd PM: suspend: Set mem_sleep_current during kernel command line setup 47cad45f8bd6 parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds d4a20501ddbe parisc: Fix csum_ipv6_magic on 64-bit systems 2a318f10d412 parisc: Fix csum_ipv6_magic on 32-bit systems 27b0db8def1f parisc: Fix ip_fast_csum 8b8019f9d76e parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt macros c2f8af101ce2 mtd: rawnand: meson: fix scrambling mode value in command macro 7a9337af5ba0 ubi: correct the calculation of fastmap size 0a16a633a208 ubi: Check for too small LEB size in VTBL code 8f599ab6fabb ubifs: Set page uptodate in the correct place a276c595c3a6 fat: fix uninitialized field in nostale filehandles 83a2275f9d32 bounds: support non-power-of-two CONFIG_NR_CPUS 96661f8c3d5f block: Clear zone limits for a non-zoned stacked queue 6b4bb49e3418 block: introduce zone_write_granularity limit 0eb348f4d736 ext4: correct best extent lstart adjustment logic 8f5dfcbf962d selftests/mqueue: Set timeout to 180 seconds d03092550f52 crypto: qat - resolve race condition during AER recovery 02fa834fb427 crypto: qat - fix double free during reset 6796844c054f sparc: vDSO: fix return value of __setup handler 308b721d69e4 sparc64: NMI watchdog: fix return value of __setup handler f8730d6335e5 KVM: Always flush async #PF workqueue when vCPU is being destroyed 7936e5c8da5b media: xc4000: Fix atomicity violation in xc4000_get_frequency c45e53c27b78 serial: max310x: fix NULL pointer dereference in I2C instantiation c560327d900b drm/vmwgfx: Fix possible null pointer derefence with invalid contexts 675ebda69c5a drm/vmwgfx: Fix some static checker warnings dc7cd107cef3 drm/vmwgfx/vmwgfx_cmdbuf_res: Remove unused variable 'ret' b6fc792bf8f2 drm/vmwgfx: switch over to the new pin interface v2 1502b87c652a drm/vmwgfx: stop using ttm_bo_create v2 7f0de642acd9 arm: dts: marvell: Fix maxium->maxim typo in brownstone dts fbda83d03fd4 smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity() a354d9e3b66c smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr() 1c18c1541f53 clk: qcom: gcc-sdm845: Add soft dependency on rpmhpd b3afaa407d76 media: staging: ipu3-imgu: Set fields before media_entity_pads_init() bacb8c3ab86d wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach d8166e8adb7f timers: Rename del_timer_sync() to timer_delete_sync() fa576cdd4d24 timers: Use del_timer_sync() even on UP 127dbb3d8be8 timers: Update kernel-doc for various functions 6487fb01b7ee x86/bugs: Use sysfs_emit() d3084b03098a x86/cpu: Support AMD Automatic IBRS 2c1a50493189 Documentation/hw-vuln: Update spectre doc fcbd99b3c733 amdkfd: use calloc instead of kzalloc to avoid integer overflow dfa382591091 Linux 5.10.214 5148026b65ca remoteproc: stm32: fix phys_addr_t format string a943eb828364 regmap: Add missing map->bus check bcfcdf196980 spi: spi-mt65xx: Fix NULL pointer access in interrupt handler 6c46d680e4b3 bpf: report RCU QS in cpumap kthread aad6bb260beb rcu: add a helper to report consolidated flavor QS fcf32a5bfcb8 netfilter: nf_tables: do not compare internal table flags on updates 096245bb7f9d ARM: dts: sun8i-h2-plus-bananapi-m2-zero: add regulator nodes vcc-dram and vcc1v2 f205ed8d9ead scsi: fc: Update formal FPIN descriptor definitions b36b83297ff4 netfilter: nft_set_pipapo: release elements in clone only from destroy path 766c2627acb2 octeontx2-af: Use separate handlers for interrupts 8eebff95ce95 net/bnx2x: Prevent access to a freed page in page_pool f6c6ca618e93 hsr: Handle failures in module init 1e1e4316fcae rds: introduce acquire/release ordering in acquire/release_in_xmit() f87884e0dffd wireguard: receive: annotate data-race around receiving_counter.counter d0ab075e34b5 net: dsa: mt7530: prevent possible incorrect XTAL frequency selection 68e84120319d packet: annotate data-races around ignore_outgoing 7fb2d4d6bb1c hsr: Fix uninit-value access in hsr_get_node() cdff6144b04b soc: fsl: dpio: fix kcalloc() argument order 76d1394d9b07 s390/vtime: fix average steal time calculation ce061bf4eff9 octeontx2-af: Use matching wake_up API variant in CGX command interface 2ddc931ccca2 io_uring: don't save/restore iowait state ed71e73693fe usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin 745c27184be3 staging: greybus: fix get_channel_from_mode() failure path a4d503856a91 serial: 8250_exar: Don't remove GPIO device on suspend 864f17c1347a rtc: mt6397: select IRQ_DOMAIN instead of depending on it 87ddba29e72b kconfig: fix infinite loop when expanding a macro at the end of file 1639e9c7a3ae tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT 1eb9ab1f9f20 serial: max310x: fix syntax error in IRQ error message 6199e1942e0d tty: vt: fix 20 vs 0x20 typo in EScsiignore 40260d06497d remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_loaded_rsc_tablef 0dd5b63ae2b5 remoteproc: stm32: Fix incorrect type in assignment for va f0b0a4de789d remoteproc: stm32: use correct format strings on 64-bit 9d057eacf804 remoteproc: stm32: Move resource table setup to rproc_ops 7b9547204985 remoteproc: Add new get_loaded_rsc_table() to rproc_ops 1d7e9bc40abb remoteproc: stm32: Constify st_rproc_ops b94f434fe977 afs: Revert "afs: Hide silly-rename files from userspace" b8c52f7d08f1 NFS: Fix an off by one in root_nfs_cat() 32903ecf21ab watchdog: stm32_iwdg: initialize default timeout 916ee6deae6f NFSv4.2: fix listxattr maximum XDR buffer size 4403438eaca6 NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 84ec5c0a7fab net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() a2b74f35eea3 scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn 11adfabee1ae RDMA/device: Fix a race between mad_client and cm_client init 3ac85382bcfb scsi: csiostor: Avoid function pointer casts 6370d070e235 f2fs: compress: fix to check unreleased compressed cluster bdd895e0190c RDMA/srpt: Do not register event handler until srpt device is fully setup 5cd466673b34 ALSA: usb-audio: Stop parsing channels bits when all channels are found. 4266f6e72620 ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops 239174535dba clk: Fix clk_core_get NULL dereference e55a6014631b sparc32: Fix section mismatch in leon_pci_grpci 6ec49d07905c backlight: lp8788: Fully initialize backlight_properties during probe ad70a7888e8e backlight: lm3639: Fully initialize backlight_properties during probe f3bd1e36f0ae backlight: da9052: Fully initialize backlight_properties during probe f58ce2bed9d8 backlight: lm3630a: Don't set bl->props.brightness in get_brightness fc43d668c98b backlight: lm3630a: Initialize backlight_properties on init 97b397aa3f80 leds: sgm3140: Add missing timer cleanup and flash gpio control b9040d5746c0 leds: aw2013: Unlock mutex before destroying it 72f9bf6ddbb3 powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc. cfb3a57e7bbc drm/msm/dpu: add division of drm_display_mode's hskew parameter fd639cb8fa57 powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks 4688be96d20f drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flip 6c5a15622ead media: mediatek: vcodec: avoid -Wcast-function-type-strict warning 910363473e4b media: ttpci: fix two memleaks in budget_av_attach b49fe84c6cef media: go7007: fix a memleak in go7007_load_encoder fb07104a02e8 media: dvb-frontends: avoid stack overflow warnings with clang ab896d93fd6a media: pvrusb2: fix uaf in pvr2_context_set_notify 1c5620f99ad8 drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int() 24d71c7e46b4 ASoC: meson: axg-tdm-interface: add frame rate constraint 4bc8e7f3a129 ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs fe9796edda93 mtd: rawnand: lpc32xx_mlc: fix irq handler prototype 2c8a6d2bef2f mtd: maps: physmap-core: fix flash size larger than 32-bit 858839c64b92 drm/tidss: Fix initial plane zpos values 9e42bebd4bef crypto: arm/sha - fix function cast warnings 9883ac689493 mfd: altera-sysmgr: Call of_node_put() only when of_parse_phandle() takes a ref df6924449fc9 mfd: syscon: Call of_node_put() only when of_parse_phandle() takes a ref bd5f2747e3e0 drm/tegra: put drm_gem_object ref on error in tegra_fb_create 2d476959f263 clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unregister() 7057b8fa7695 PCI: Mark 3ware-9650SE Root Port Extended Tags as broken 792e6428597a drm/mediatek: dsi: Fix DSI RGB666 formats and definitions 85e2d9166095 clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times 0680a58e2d11 media: pvrusb2: fix pvr2_stream_callback casts 964f45a7840a media: pvrusb2: remove redundant NULL check 1f8d45cd0e9f media: go7007: add check of return value of go7007_read_addr() 5d9fe604bf9b media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak c753ca1e5a07 media: sun8i-di: Fix chroma difference threshold 6b5791c54084 media: sun8i-di: Fix power on/off sequences d2f806664c18 media: sun8i-di: Fix coefficient writes 47588154b10e ASoC: meson: t9015: fix function pointer type mismatch 3df9cd610b05 ASoC: meson: aiu: fix function pointer type mismatch ac85b842418f ASoC: meson: Use dev_err_probe() helper bae8577ea7ba perf stat: Avoid metric-only segv eca94a4b07cc ALSA: seq: fix function cast warnings 33a44d8759f1 drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode() 89526d7728e2 perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str() 8a01335aedc5 crypto: xilinx - call finalize with bh disabled 38e61b751113 PCI: switchtec: Fix an error handling path in switchtec_pci_probe() ca1cd5605a77 quota: Fix rcu annotations of inode dquot pointers 61380537aa6d quota: Fix potential NULL pointer dereference 00684e932839 quota: simplify drop_dquot_ref() 2e005642a680 clk: qcom: reset: Ensure write completion on reset de/assertion b30800467c71 clk: qcom: reset: Commonize the de/assert functions 160095aadafe pinctrl: mediatek: Drop bogus slew rate register range for MT8192 096237039d00 media: edia: dvbdev: fix a use-after-free afd2a82fe300 media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity 94303a06e185 media: v4l2-tpg: fix some memleaks in tpg_alloc 19cb33fa22a2 media: em28xx: annotate unchecked call to media_device_register() 892d955f8e0a perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample() 330caa061af5 drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output_transfer_func()' ff28893c96c5 drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()' 53dea95c23f7 HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd 7007354d0caf perf record: Fix possible incorrect free in record__switch_output() ed2be47b8dfb PCI/DPC: Print all TLP Prefixes, not just the first 610f20e5cf35 media: tc358743: register v4l2 async device only after successful setup 2c58c4dda2f3 dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA f2e80ac9344a drm/lima: fix a memleak in lima_heap_alloc e0d4850ecd8d drm/rockchip: lvds: do not print scary message when probing defer 375a60fce4e6 drm/rockchip: lvds: do not overwrite error code 2cb881069e31 drm: Don't treat 0 as -1 in drm_fixp2int_ceil fbb37b397733 drm/rockchip: inno_hdmi: Fix video timing b7a82cfb85e2 drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths of tegra_output_probe() f95401a50921 drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path of tegra_dsi_probe() 317155c5fac0 drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe() 0e8c9283e5e7 drm/tegra: dsi: Make use of the helper function dev_err_probe() 92003981a6df drm/tegra: dsi: Add missing check for of_find_device_by_node f89bd2770937 dm: call the resume method on internal suspend 94a6a9cfbfbb dm raid: fix false positive for requeue needed during reshape 928705e34101 nfp: flower: handle acti_netdevs allocation failure e9b72f729db4 net/x25: fix incorrect parameter validation in the x25_getsockopt() function 3627f21b9e38 net: kcm: fix incorrect parameter validation in the kcm_getsockopt) function 03c74f548f94 udp: fix incorrect parameter validation in the udp_lib_getsockopt() function b42e56435846 l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() function 5a98fa3332b1 ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() function 8693e3cf0c96 bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument 415edd2d661c net/ipv4/ipv6: Replace one-element arraya with flexible-array members 7394669d5987 net/ipv4: Revert use of struct_size() helper 1ebd0d898fae net/ipv4: Replace one-element array with flexible-array member c8059876317a tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function 1f6244e9954e OPP: debugfs: Fix warning around icc_get_name() 6cf2e53315a1 net: phy: dp83822: Fix RGMII TX delay configuration c44a5aa4bef7 net: phy: DP83822: enable rgmii mode if phy_interface_is_rgmii a352d039ffa2 net: hns3: fix port duplex configure error in IMP reset 06dd21045a7e net: phy: fix phy_get_internal_delay accessing an empty array 77fd5294ea09 net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv() edcec2363477 ipv6: fib6_rules: flush route cache when rule is changed 15641007df0f bpf: Fix stackmap overflow check on 32-bit arches 64f00b4df059 bpf: Fix hashtab overflow check on 32-bit arches 225da02acdc9 bpf: Fix DEVMAP_HASH overflow check on 32-bit arches 70294d8bc31f bpf: Eliminate rlimit-based memory accounting for devmap maps 6b4a39acafaf sr9800: Add check for usbnet_get_endpoints d47e6c1932ce Bluetooth: hci_core: Fix possible buffer overflow 69d9425b8878 Bluetooth: Remove superfluous call to hci_conn_check_pending() cbe742db8bc5 igb: Fix missing time sync events 02cba67662c3 igb: move PEROUT and EXTTS isr logic to separate functions f873b85ec762 iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected f858c084ebde PCI: Make pci_dev_is_disconnected() helper public for other drivers 722c24cddc6d wifi: rtw88: 8821c: Fix false alarm count c55cc6363880 mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove function bb336cd8d5ec SUNRPC: fix some memleaks in gssx_dec_option_array a4e7ff1a7427 x86, relocs: Ignore relocations in .notes section 47a429a524e2 ACPI: scan: Fix device check notification handling 5f99b46dce89 arm64: dts: marvell: reorder crypto interrupts on Armada SoCs 46792f9ba314 ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under the switch node 2d1e515789dc ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register address 23d05494481f ARM: dts: imx6dl-yapp4: Move phy reset into switch node 229563e2168f ARM: dts: arm: realview: Fix development chip ROM compatible value 2478026f94e4 net: ena: Remove ena_select_queue 98d186a14264 wifi: brcmsmac: avoid function pointer casts fb7601ebf686 iommu/amd: Mark interrupt as managed be8c53390a4e bus: tegra-aconnect: Update dependency to ARCH_TEGRA c2a30c81bf3c ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit() 5956f4203b6c wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfaces 115252fc6183 wireless: Remove redundant 'flush_workqueue()' calls 23278c845a0b bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly c5f2076aaa7a bpf: Factor out bpf_spin_lock into helpers. dfd8a62a107e arm64: dts: mediatek: mt7622: add missing "device_type" to memory nodes f0dd27314c7a wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() 7d4b47f20f7e net: blackhole_dev: fix build warning for ethh set but not used 918d7f0d3ee9 wifi: iwlwifi: fix EWRD table validity check fabe2db7de32 wifi: iwlwifi: dbg-tlv: ensure NUL termination 1bc5461a21c5 wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete bdaf08b472c2 af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc(). 1524f46376b1 bpftool: Silence build warning about calloc() 926d95eb399e inet_diag: annotate data-races around inet_diag_table[] 784412247e7d sock_diag: annotate data-races around sock_diag_handlers[family] 9127599c075c cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value 11824d6a8a79 wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir() 5aa586bf8010 wifi: wilc1000: fix multi-vif management when deleting a vif dddedfa3b29a wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work b4bbf38c350a wifi: wilc1000: fix RCU usage in connect path fd86efb897e4 wifi: wilc1000: fix declarations ordering caa839d40ea4 wifi: b43: Disable QoS for bcm4331 39c915a32302 wifi: b43: Stop correct queue in DMA worker when QoS is disabled 871788995c16 wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabled 49f067726ab0 wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabled e1dc7aa814a9 wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() c6fd906c3c33 timekeeping: Fix cross-timestamp interpolation for non-x86 763a009228da timekeeping: Fix cross-timestamp interpolation corner case decision fe90806209b9 timekeeping: Fix cross-timestamp interpolation on counter wrap faf0b4c5e00b aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts bb567cb5cdbe md: Don't clear MD_CLOSING when the raid is about to stop ab25f7cd4914 md: implement ->set_read_only to hook into BLKROSET processing 2a0f8202f77a block: add a new set_read_only method a0bccba5f503 fs/select: rework stack allocation hack for clang 4af837db0fd3 nbd: null check for nla_nest_start cde76b3af247 do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak cc6ddd6fa93e x86/paravirt: Fix build due to __text_gen_insn() backport 0344b12a970b ASoC: wm8962: Fix up incorrect error message in wm8962_set_fll cd72f7de5bca ASoC: wm8962: Enable both SPKOUTR_ENA and SPKOUTL_ENA in mono mode 423d747fa35d ASoC: wm8962: Enable oscillator if selecting WM8962_FLL_OSC 442864752b38 Input: gpio_keys_polled - suppress deferred probe error for gpio 020601445f6b ASoC: Intel: bytcr_rt5640: Add an extra entry for the Chuwi Vi8 tablet 713eaf5c510c firewire: core: use long bus reset on gap count error 81d7d920a22f Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security ba3a55d118bf scsi: mpt3sas: Prevent sending diag_reset when the controller is ready e30b8525e140 dm-verity, dm-crypt: align "struct bvec_iter" correctly 87221877ed99 block: sed-opal: handle empty atoms when parsing response d2e2cb525811 parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE check 3e0f73be40db net/iucv: fix the allocation size of iucv_path_table array 6e4694e65b6d x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault() aa64355c4537 x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h 434a709df130 RDMA/mlx5: Relax DEVX access upon modify commands d27c48dc309d RDMA/mlx5: Fix fortify source warning while accessing Eth segment 0f9fa4e6b2b3 gen_compile_commands: fix invalid escape sequence warning a8fee6674b50 HID: multitouch: Add required quirk for Synaptics 0xcddc device df14e946ea98 MIPS: Clear Cause.BD in instruction_pointer_set eb279074bada x86/xen: Add some null pointer checking to smp.c eddf7e95b846 ASoC: rt5645: Make LattePanda board DMI match more precise 8e2113f61d9d selftests: tls: use exact comparison in recv_partial 90c445799fd1 bpf: Defer the free of inner map when necessary 93c37f1c63b4 rcu-tasks: Provide rcu_trace_implies_rcu_gp() a6771f343af9 io_uring: drop any code related to SCM_RIGHTS 875f5fed30a1 io_uring/unix: drop usage of io_uring socket d35f38551c21 Linux 5.10.213 738845b022d3 serial: max310x: fix IO data corruption in batched operations 85d79478710a serial: max310x: implement I2C support 8082cc992dec serial: max310x: make accessing revision id interface-agnostic f36ef837a7a6 regmap: Add bulk read/write callbacks into regmap_config 915848be2f1b regmap: allow to define reg_update_bits for no bus configuration 82a62478b9f7 Drivers: hv: vmbus: Drop error message when 'No request id available' 74d83d0fe04e serial: max310x: Unprepare and disable clock in error path f610023e67ec getrusage: use sig->stats_lock rather than lock_task_sighand() 9ca97868205a getrusage: use __for_each_thread() 21677f35e104 getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand() 811415fe768f getrusage: add the "signal_struct *sig" local variable 14136bed4104 mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVE 05edf43452c0 mm/hugetlb: change hugetlb_reserve_pages() to type bool 5b10a88f64c0 hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed 8f41b33d240e hv_netvsc: use netif_is_bond_master() instead of open code 0d54d2240da7 hv_netvsc: Make netvsc/VF binding check both MAC and serial number 3cfee5668b35 hv_netvsc: Process NETDEV_GOING_DOWN on VF hot remove 0db98ee09b9c hv_netvsc: Wait for completion on request SWITCH_DATA_PATH cdba03568050 hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardening 2ce36635004a Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardening 58bf67d524e2 ext4: convert to exclusive lock while inserting delalloc extents 5b69dabd7e4a ext4: refactor ext4_da_map_blocks() b3bca5e8c76a ext4: make ext4_es_insert_extent() return void c09ffff246ca lsm: fix default return value of the socket_getpeersec_*() hooks ea6e87db9037 lsm: make security_socket_getpeersec_stream() sockptr_t safe a9482f3b4877 bpf: net: Change sk_getsockopt() to take the sockptr_t argument be155e9466dd net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr 518ec3da99f8 serial: max310x: prevent infinite while() loop in port startup fe0d16b3a3c3 serial: max310x: use a separate regmap for each port c1ecaadbcd40 serial: max310x: use regmap methods for SPI batch operations 32e32ab1da5a serial: max310x: Make use of device properties c7e9e6d5ee84 serial: max310x: fail probe if clock crystal is unstable c2b9cbf09e59 serial: max310x: Try to get crystal clock rate from property 569154b29a24 serial: max310x: Use devm_clk_get_optional() to get the input clock 696e4112e5c1 xhci: handle isoc Babble and Buffer Overrun events properly fe2322caa074 xhci: process isoc TD properly when there was a transaction error mid TD. fa5aaf31e5f5 xhci: prevent double-fetch of transfer and transfer event TRBs 89ed7ebae4f0 xhci: remove extra loop in interrupt context 9c398afd4930 um: allow not setting extra rpaths in the linux binary c9c3cc6a13bd selftests: mm: fix map_hugetlb failure on 64K page size systems 1dee72c02170 selftests/mm: switch to bash from sh bbf950a6e96a netrom: Fix data-races around sysctl_net_busy_read cfe0f73fb38a netrom: Fix a data-race around sysctl_netrom_link_fails_count b7d33e083f9d netrom: Fix a data-race around sysctl_netrom_routing_control 01d4e3afe257 netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout 652b0b358196 netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size f3315a6edaec netrom: Fix a data-race around sysctl_netrom_transport_busy_delay 34c84e0036a6 netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay 34a164d24482 netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries 291d36d772f5 netrom: Fix a data-race around sysctl_netrom_transport_timeout d1261bde59a3 netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser 18c95d11c347 netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser e041df5dc9e6 netrom: Fix a data-race around sysctl_netrom_default_path_quality ccd1108b16ab netfilter: nf_conntrack_h323: Add protection for bmp length out of range 2b4e7cb7d523 netfilter: nft_ct: fix l3num expectations with inet pseudo family 9dfc15a10dfd net/rds: fix WARNING in rds_conn_connect_if_down 5f4e51abfbe6 cpumap: Zero-initialise xdp_rxq_info struct before running XDP program 79ce2e54cc0a net/ipv6: avoid possible UAF in ip6_route_mpath_notify() 37fe99016b12 net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() c7137900691f geneve: make sure to pull inner header in geneve_rx() fdb63c179f7a tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string 71e21eb1f888 i40e: disable NAPI right after disabling irqs when handling xsk_pool ad91d5d1b65a ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able 336261af0415 net: lan78xx: fix runtime PM count underflow on link stop 11a3c9f48940 lan78xx: Fix race conditions in suspend/resume handling 69215f8edae3 lan78xx: Fix partial packet errors on suspend/resume e5d7f43c4cdd lan78xx: Add missing return code checks 061336268eb9 lan78xx: Fix white space and style issues 0224cbc53ba8 mmc: mmci: stm32: fix DMA API overlapping mappings warning abda366ece48 mmc: mmci: stm32: use a buffer for unaligned DMA requests 2bba1cb1487b loop: Select I/O scheduler 'none' from inside add_disk() 027f4dd7c993 blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flag 7cfcd0ed929b Linux 5.10.212 f74362a00422 mptcp: fix double-free on socket dismantle 30d84d87c36e mtd: spinand: gigadevice: fix Quad IO for GD5F1GQ5UExxG 1805131d8f93 gpio: fix resource unwinding order in error path 51f7044d103b gpiolib: Fix the error path order in gpiochip_add_data_with_key() 947baae18505 gpio: 74x164: Enable output pins after registers are reset 80d852299987 fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super 43eccc582373 cachefiles: fix memory leak in cachefiles_add_cache() 287172812726 ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks() 70e5b013538d mptcp: fix possible deadlock in subflow diag 36103f8cb902 x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers 7a7cb5266b8f pmdomain: qcom: rpmhpd: Fix enabled_corner aggregation 36b02df0a6ce mmc: sdhci-xenon: fix PHY init clock stability d3c703c22b09 mmc: sdhci-xenon: add timeout for PHY init complete 3fd14520dd86 mmc: core: Fix eMMC initialization with 1-bit bus connection 9579a21e99fe dmaengine: fsl-qdma: init irq after reg initialization bb3a06e9b9a3 dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read 2886fe308a83 btrfs: dev-replace: properly validate device names 99eb2159680a wifi: nl80211: reject iftype change with mesh ID change e668b92a3a01 gtp: fix use-after-free and null-ptr-deref in gtp_newlink() a23ac1788e2c tomoyo: fix UAF write bug in tomoyo_write_control() 8af1c121b010 riscv: Sparse-Memory/vmemmap out-of-bounds fix 96370ba395c5 afs: Fix endless loop in directory parsing 14aacfcd7308 ALSA: Drop leftover snd-rtctimer stuff from Makefile d7acc4a569f5 power: supply: bq27xxx-i2c: Do not free non existing IRQ 537e3f49dbe8 efi/capsule-loader: fix incorrect allocation size 882a51a10ecf rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back 80fabcd5d10c netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate() e24acaefdd79 Bluetooth: Enforce validation on max value of connection interval df193568d612 Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST 0309b68aeaac Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR 6dd0a9dfa99f Bluetooth: Avoid potential use-after-free in hci_error_reset 6782a54e1a7f net: usb: dm9601: fix wrong return value in dm9601_mdio_read c1c7396b571c lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detected 810fa7d5e520 ipv6: fix potential "struct net" leak in inet6_rtm_getaddr() 906986fed827 tun: Fix xdp_rxq_info's queue_index when detaching 2e95350fe9db net: ip_tunnel: prevent perpetual headroom growth f19d1f98e60e netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter acd9f6d481d8 mtd: spinand: gigadevice: Fix the get ecc status issue 8e3a867593e1 mtd: spinand: gigadevice: Support GD5F1GQ5UExxG 37077ed16c77 crypto: virtio/akcipher - Fix stack overflow on memcpy bf85def4b6cb platform/x86: touchscreen_dmi: Allow partial (prefix) matches for ACPI names 9985c44f239f Linux 5.10.211 94ebf71bddbc ext4: regenerate buddy after block freeing failed if under fc replay dbc9b22d0ed3 arp: Prevent overflow in arp_req_get(). ea1cd64d59f2 fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio bff0a0658e57 block: ataflop: more blk-mq refactoring fixes b49b022f7dfc drm/amd/display: Fix memory leak in dm_sw_fini() c6551ff227f6 drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is set 144ec5e1ce3b drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3 31ea574aeca1 netfilter: nf_tables: set dormant flag on hook register failure 31e10d6cb0c9 tls: stop recv() if initial process_rx_list gave us non-DATA 7c54eaa3b078 tls: rx: drop pointless else after goto 4820e84e2852 tls: rx: jump to a more appropriate label 5d4e4eff791d s390: use the correct count for __iowrite64_copy() f6ce90567ed3 net: dev: Convert sa_data to flexible array in struct sockaddr c1b447a21a65 packet: move from strlcpy with unused retval to strscpy 65c38f23d10f ipv6: sr: fix possible use-after-free and null-ptr-deref d9b5e2b7a819 afs: Increase buffer size in afs_update_volume_status() 2f56d7126299 ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid dcc1375d41a0 ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid fc30793e0610 nouveau: fix function cast warnings 49ef33a90e1f scsi: jazz_esp: Only build if SCSI core is builtin b42b801abada bpf, scripts: Correct GPL license name a2d1e1f8f064 RDMA/srpt: fix function pointer cast warnings 905de68fcdff arm64: dts: rockchip: set num-cs property for spi on px30 5639414a52a2 RDMA/qedr: Fix qedr_create_user_qp error flow 5a5c039dac1b RDMA/srpt: Support specifying the srpt_service_guid parameter 179bb08834fb RDMA/bnxt_re: Return error for SRQ resize 3fa240bb6b2d IB/hfi1: Fix a memleak in init_credit_return 8affdbb3e2ef mptcp: fix lockless access in subflow ULP diag eb3693454baa usb: roles: don't get/set_role() when usb_role_switch is unregistered e279bf8e5189 usb: roles: fix NULL pointer issue when put module's reference 57ca0e16f393 usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs 1e204a8e9eb5 usb: cdns3: fix memory double free when handle zero packet b40328eea93c usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable() 1dfe6393d179 x86/alternative: Make custom return thunk unconditional dd1a169b4496 Revert "x86/alternative: Make custom return thunk unconditional" e8e9d1f6cf02 x86/returnthunk: Allow different return thunks 4eb421fa71e4 x86/ftrace: Use alternative RET encoding b253061d4b86 x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch() e752912ce18c x86/text-patching: Make text_gen_insn() play nice with ANNOTATE_NOENDBR c13d42604069 Revert "x86/ftrace: Use alternative RET encoding" 70d92abbe296 ARM: ep93xx: Add terminator to gpiod_lookup_table dcb4d1426859 l2tp: pass correct message length to ip6_append_data 03366ad11115 PCI/MSI: Prevent MSI hardware interrupt number truncation 2e534fd15e5c gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp() 6e5069b40fb4 KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table() 615af9cb3e70 KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler 3c652f6fa1e1 dm-crypt: don't modify the data when using authenticated encryption f6a765a61e0e s390/cio: fix invalid -EBUSY on ccw_device_start 3f38d22e645e IB/hfi1: Fix sdma.h tx->num_descs off-by-one error a0180e940cf1 erofs: fix lz4 inplace decompression 841b9f6f681d x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm() 6360869cc4e9 jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint 69389d82ab6d jbd2: recheck chechpointing non-dirty buffer cb1609ef8aa2 jbd2: remove redundant buffer io error checks 52b9609b89e3 iwlwifi: mvm: write queue_sync_state only for sync f5e6da2ca116 iwlwifi: mvm: do more useful queue sync accounting 87b7d049ce55 platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion 13 x360 PC 6c367739cd64 lan743x: fix for potential NULL pointer dereference with bare card a1ccc4f44133 btrfs: do not pin logs too early during renames 16b70511bd48 btrfs: unify lookup return value when dir entry is missing fccb8a610987 btrfs: introduce btrfs_lookup_match_dir aaf2d6b7ecba btrfs: tree-checker: check for overlapping extent items b8034ca2fdcc task_stack, x86/cea: Force-inline stack helpers 68ffe3ec198d ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device after use edeef1b4fb10 ASoC: Intel: boards: get codec device with ACPI instead of bus search 151b360f4739 ASoC: Intel: boards: harden codec property handling 877037eff7d1 mtd: spinand: macronix: Add support for MX35LFxGE4AD b6c4a44e89d7 cifs: add a warning when the in-flight count goes negative e410dfaaac17 powerpc/watchpoints: Annotate atomic context in more places 2641aa3f56b1 powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructions d021ba1142e2 block: ataflop: fix breakage introduced at blk-mq refactoring 1dd3dc389211 seccomp: Invalidate seccomp mode to catch death failures 7ab8a3bac531 x86/uaccess: Implement macros for CMPXCHG on user addresses 13f6937f53e3 hsr: Avoid double remove of a node. b2e72d88c33b hvc/xen: prevent concurrent accesses to the shared ring 86ba65e5357b media: av7110: prevent underflow in write_ts_to_decoder() d6e60c53d2e2 ASoC: fsl_micfil: register platform component before registering cpu dai de899edac73d ARM: dts: imx: Set default tuning step for imx6sx usdhc 51582123dd84 irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable ef6128a1bafe ARM: dts: BCM53573: Drop nonexistent "default-off" LED trigger a4c0234b167b pmdomain: renesas: r8a77980-sysc: CR7 must be always on 5fe446b245ba virtio-blk: Ensure no requests in virtqueues before deleting vqs. 92a1090b4798 firewire: core: send bus reset promptly on gap count error 6a375022b0a8 scsi: lpfc: Use unsigned type for num_sge 7fb19792749c hwmon: (coretemp) Enlarge per package core count limit 988ae00e69b9 efi: Don't add memblocks for soft-reserved memory 4fff3d735bae efi: runtime: Fix potential overflow of soft-reserved region size 865f99f64121 Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table 30a878457286 ext4: correct the hole length returned by ext4_map_blocks() a72037da4ab8 nvmet-fc: abort command when there is no binding a0fa157bd4eb nvmet-fc: release reference on target port 5da866be3d49 nvmet-fcloop: swap the list_add_tail arguments 4f2c95015ec2 nvme-fc: do not wait in vain when unloading module f82ed69f6aed netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_new da47fc8d30fb spi: sh-msiof: avoid integer overflow in constants 0a840d798435 ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616 5b33bbeefbd8 nvmet-tcp: fix nvme tcp ida memory leak d21c122de3cc regulator: pwm-regulator: Add validity checks in continuous .get_voltage c432094aa7c9 dmaengine: ti: edma: Add some null pointer checks to the edma_probe ffeb72a80a82 ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() 927794a02169 ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found() 2b39c1a0a89f ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers 15bb22da0fd6 ahci: asm1166: correct count of reported ports e94da8aca2e7 spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detected cd36da760bd1 fbdev: sis: Error out if pixclock equals zero 512ee6d6041e fbdev: savage: Error out if pixclock equals zero 5ffab99e070b wifi: mac80211: fix race condition on enabling fast-xmit 7e71fbc68dad wifi: cfg80211: fix missing interfaces when dumping 17c976fe2cf6 dmaengine: fsl-qdma: increase size of 'irq_name' d94a80da905b dmaengine: shdma: increase size of 'dev_id' 168ed59170de scsi: target: core: Add TMF to tmr_list handling e4bc31174507 sched/rt: Disallow writing invalid values to sched_rt_period_us 13c6bce76d94 sched/rt: Fix sysctl_sched_rr_timeslice intial value b1ba065137f4 zonefs: Improve error handling 19087d70e9e6 userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb 18d88bf9c2e7 sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset 94b064984a19 smb: client: fix parsing of SMB3.1.1 POSIX create context 13fb0fc49176 smb: client: fix potential OOBs in smb2_parse_contexts() b03c8099a738 smb: client: fix OOB in receive_encrypted_standard() 3fa31e7a9d3a net/sched: Retire dsmark qdisc 71925d686386 net/sched: Retire ATM qdisc 56a6720d9bc3 net/sched: Retire CBQ qdisc 2214ded26c86 tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes 44494049e815 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes 0d7c23009d82 tpm: Add flag to use default cancellation policy 07914bef4e16 tpm: tis_i2c: Fix sanity check interrupt enable mask 35f85f04bd69 tpm: Add tpm_tis_i2c backend for tpm_tis_core 7b04c6c08107 tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer 4790cb2d1283 tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops 50f74deaf308 hwmon: Add driver for Texas Instruments TMP464 and TMP468 a4e6e4b7bb08 dt-bindings: hwmon: add tmp464.yaml e0ed2149d7b5 drm/amdkfd: Check for null pointer after calling kmemdup c6ddded89322 ARM: renumber bits related to _TIF_WORK_MASK 35b96a325c1e arm64: make _TIF_WORK_MASK bits contiguous f5a8f06aa595 arm64: uaccess: remove vestigal UAO support 3a330b569301 arm64: uaccess: remove redundant PAN toggling 9cbbb016d6e7 arm64: uaccess: remove addr_limit_user_check() fd83411f5e08 arm64: uaccess: remove set_fs() 15a6dc2f4b53 arm64: uaccess cleanup macro naming 912a6ab683a4 arm64: uaccess: split user/kernel routines d004ab02dae2 arm64: uaccess: refactor __{get,put}_user e1941a8b459e arm64: uaccess: simplify __copy_user_flushcache() dfae822b4c59 arm64: uaccess: rename privileged uaccess routines 1efdb8f0a0c7 arm64: sdei: explicitly simulate PAN/UAO entry b35fec69554c arm64: sdei: move uaccess logic to arch/arm64/ b5a28033fe7b arm64: head.S: always initialize PSTATE 243eb8553513 arm64: head.S: cleanup SCTLR_ELx initialization 74a00405d97f arm64: head.S: rename el2_setup -> init_kernel_el 73c5f386d175 arm64: add C wrappers for SET_PSTATE_*() e17fb7543df1 arm64: ensure ERET from kthread is illegal eff6289cc53b ixgbevf: add disable link state 262595681381 ixgbe: add improvement for MDD response functionality b9d78b06dea8 ixgbe: add the ability for the PF to disable VF link state d829911485da Documentation: arm64: Document PMU counters access from userspace fe5d29bfce20 arm64: perf: Enable PMU counter userspace access for perf event 15ce6d04ed6a arm64: perf: Add userspace counter access disable switch 4f288acbeed8 perf: Add a counter for number of user access events in context 354ba4a8c4b8 x86: perf: Move RDPMC event flag to a common definition d29cec94c49b libperf xyarray: Add bounds checks to xyarray__entry() 8264d2b91841 libperf: Add support for user space counter access 7fd81b678b5f libperf tests: Add support for verbose printing 6029ff53a48f libperf: Add evsel mmap support 28b0c8956369 tools include: Add an initial math64.h 492e532d20f1 perf record: Improve 'Workload failed' message printing events + what was exec'ed d0a1fc61733e perf evlist: Add a method to return the list of evsels as a string 81a77b39be0a perf annotate: Fix sample events lost in stdio mode 2883e69e202d pnmtologo: use relocatable file name 80f5207b5abd tools: use basename to identify file in gen-mach-types 4d201ec392f1 vt/conmakehash: improve reproducibility ae24d013888f lib/build_OID_registry: fix reproducibility issues 5d72da88dbb4 x86/boot: Wrap literal addresses in absolute_pointer() dc0bd7aa2319 ACPI: thermal: drop an always true check 0c4288cceef5 xfs: Fix -Werror=dangling-pointer work-around for older GCC 5509050b3392 xfs: Work around GCC 12 -Werror=dangling-pointer for xfs_attr_remote.o 669827c6e293 virtio-pci: Remove wrong address verification in vp_del_vqs() 1c80d994d3db regulator: consumer: Add missing stubs to regulator/consumer.h 3303d0e2aeff ipv6: Fix stats accounting in ip6_pkt_drop c56e60f665e7 memcg: enable accounting of ipc resources e6c8ebd210a2 tick/nohz: WARN_ON --> WARN_ON_ONCE to prevent console saturation 1655ee30e684 sched/isolation: really align nohz_full with rcu_nocbs 253c752ed120 pstore/ftrace: Add and use ftrace_test_recursion_trylock_safe 356e8a12bd66 pstore/ftrace: Add recursion protection to the ftrace callback 334706a1e873 ftrace: Add ftrace_test_recursion_trylock() helper function 78c260d7f60b ftrace: Move the recursion testing into global headers c0b313d988a1 powerpc/mm: Switch obsolete dssall to .long 1bd813fe8d0e riscv: fix build with binutils 2.38 835a2d1b24c6 powerpc/lib/sstep: fix 'ptesync' build error fd84b99a8ccb drm/amd/display: Don't allow partial copy_from_user 024f4ff63d55 drm/amdgpu: Fix even more out of bound writes from debugfs 0c0ad634e899 e1000e: Serialize TGP e1000e PM ops add88b0536fa e1000e: Make mei_me active when e1000e is in use a8f317c1a17e yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL c8400a2cbe1f iommu/arm-smmu-v3: Ratelimit event dump b8ec7e43e95e regmap: teach regmap to use raw spinlocks if requested in the config 4b7fa7684be7 OF: DT-Overlay configfs interface (v7) d515a5c0e9a9 net: xilinx_emaclite: Do not print real IOMEM pointer 11329e49959b drivers: net: xilinx_emaclite: remove arch limitation 29dc69bf2a07 drivers: net: xilinx_emaclite: Add COMPILE_TEST support ff106eff01f6 drivers: net: xilinx_emaclite: Fix -Wpointer-to-int-cast warnings with W=1 c27462391070 serial: 8250: 8250_omap: Fix possible array out of bounds access 16976d8e307f perf intel-pt: Use aux_watermark d421a2346946 perf: Cap allocation order at aux_watermark 6da8d5f29481 timers: Fix get_next_timer_interrupt() with no timers pending af141841735a eventfd: Enlarge recursion limit to allow vhost to work a125a6102808 iwlwifi: select MAC80211_LEDS conditionally 139fe7d68413 rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lock 8d0c79931235 console: Fix build when CONFIG_BLK_DEV_INITRD is disabled. ea777841e8ea yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name ab49d2db98bd cgroup1: fix leaked context root causing sporadic NULL deref in LTP bdda1b6cf99b aufs5: aufs-core 2fa276071d07 aufs5: aufs-standalone 06ed4d532456 aufs5: aufs-mmap 372857834999 aufs5: aufs-kbuild fd68c9840693 aufs5: aufs-base a673c127156c Revert "aufs5: core" cf62bfcde384 Revert "aufs5: aufs5-base" a644419ec785 Revert "aufs5: aufs5-mmap" b893f9a999bb Revert "aufs5: aufs5-standalone" c60db0819480 Revert "aufs: initial port to v5.10" c66a5900f139 Revert "Revert "aufs: initial port to v5.10"" 1320cf58f5dd Revert "aufs: linux-v5.10-rc1, no more set_fs()" 02349d7738ff Revert "for aufs: linux-v5.10-rc1, no more vfs_(read|write)f_t" f01dab74750c Revert "aufs: linux-v5.10-rc1, no more f_op->read() and ->write()" 3d5de709b676 Revert "aufs5: aufs5-kbuild" a97f1329edf7 tracing/arm: Have max stack tracer handle the case of return address after data 5c54112a05ab net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT ddac76981cb3 sched/isolation: reconcile rcu_nocbs= and nohz_full= 56fd8c36614e net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) a8808e541750 aufs: linux-v5.10-rc1, no more f_op->read() and ->write() cb1c41dac775 for aufs: linux-v5.10-rc1, no more vfs_(read|write)f_t a5805df6583f aufs: linux-v5.10-rc1, no more set_fs() 64e145dcca8c Revert "aufs: initial port to v5.10" d6e20b2257ec defconfig: add dependency for CONFIG_ACPI_APEI_PCIEAER b237d48208d0 arm64/mm: Drop THP conditionality from FORCE_MAX_ZONEORDER 1209195ed0f7 driver: adc: ltc2497: return directly after reading the adc conversion value a60fe3fcf113 Revert "mfd: syscon: Don't free allocated name for regmap_config" 13d68767aa4a rcutorture: Use "all" and "N" in "nohz_full" and "rcu_nocbs" 54e69571a97d rcu: deprecate "all" option to rcu_nocbs= a605b9d20447 lib: test_bitmap: add tests for "N" alias 8c22517f444e lib: bitmap: support "N" as an alias for size of bitmap 88187167e63a lib: bitmap: move ERANGE check from set_region to check_region ca5429633613 lib: bitmap: fold nbits into region struct 9381134cea8a lib: test_bitmap: add more start-end:offset/len tests c825800730ab lib: test_bitmap: add tests to trigger ERANGE case. 8cc8264dca3f lib: test_bitmap: clearly separate ERANGE from EINVAL tests. 470da7b7f2ff Revert "cpumask: Un-inline cpulist_parse for SMP; prepare for ascii helpers" 28dc1d37602d Revert "cpumask: Make "all" alias global and not just RCU" dbfe0b183fca Revert "cpumask: Add a "none" alias to complement "all"" a57711fcff30 Revert "cpumask: Add "last" alias for cpu list specifications" 34523d7c8476 qemux86: add configuration symbol to select values cdca78778415 objtool: Fix seg fault with Clang non-section symbols d3287798bd88 x86/entry: Emit a symbol for register restoring thunk 2ad99ddaac78 cpumask: Add "last" alias for cpu list specifications c10e9481810b cpumask: Add a "none" alias to complement "all" b00ceed9d388 cpumask: Make "all" alias global and not just RCU 8b215206e797 cpumask: Un-inline cpulist_parse for SMP; prepare for ascii helpers 1b5024caeda8 clear_warn_once: add a clear_warn_once= boot parameter fc0dd76cce0e clear_warn_once: bind a timer to written reset value d64fc2d2b14a clear_warn_once: expand debugfs to include read support 77592e956cc9 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 6e022759f727 perf: x86-32: explicitly include <errno.h> 22d6bbb947d4 perf: mips64: Convert __u64 to unsigned long long c35f9150001c perf: fix bench numa compilation c4caef513eb1 perf: add SLANG_INC for slang.h 07dfbf9405dd perf: add sgidefs.h to for mips builds 42c5431ad2cf perf: change --root to --prefix for python install af79bfe90143 perf: add 'libperl not found' warning ddfbd9e75f08 perf: force include of <stdbool.h> 0f34e6305176 fat: don't use obsolete random32 call in namei_vfat b5b55eaad1df FAT: Added FAT_NO_83NAME 756b13bfab6e FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option fabad71cb2b5 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 06fd68d75bd1 aufs: initial port to v5.10 c9126877d1f5 aufs5: core f5150173c643 aufs5: aufs5-standalone b57d26b072d9 aufs5: aufs5-mmap 78f128c4b8e5 aufs5: aufs5-base 47aa35171d08 aufs5: aufs5-kbuild 35c480a23c66 yaffs: include blkdev.h 2c64c43540a5 yaffs: fix misplaced variable declaration bde410ee9f59 yaffs2: v5.6 build fixups 414c8e866931 yaffs2: fix memory leak when /proc/yaffs is read c99c1990cf7c yaffs: add strict check when call yaffs_internal_read_super 498f5fafe50a yaffs: repair yaffs_get_mtd_device 7ca3c08ebbf9 yaffs: Fix build failure by handling inode i_version with proper atomic API 0ba47e881bb8 yaffs2: fix memory leak in mount/umount 39a5406665dd yaffs: Avoid setting any ACL releated xattr ca5b43ddc6fd Yaffs:check oob size before auto selecting Yaffs1 c2619c05a53e fs: yaffs2: replace CURRENT_TIME by other appropriate apis 5e08fb7b8ee0 yaffs2: adjust to proper location of MS_RDONLY 5f1a1a9678a8 yaffs2: import git revision b4ce1bb (jan, 2020) fc21f09ae369 initramfs: allow an optional wrapper script around initramfs generation 73887fca03be arm64/perf: Fix wrong cast that may cause wrong truncation a267cafaac44 defconfigs: drop obselete options eb5d1bc00c3f arm64/perf: fix backtrace for AAPCS with FP enabled 062b2c98c087 linux-yocto: Handle /bin/awk issues d3beb253ae71 uvesafb: provide option to specify timeout for task completion 75ccbf377a51 uvesafb: print error message when task timeout occurs 18ffa2e88024 compiler.h: Undef before redefining __attribute_const__ 3ed931201746 vmware: include jiffies.h 938942859596 Resolve jiffies wrapping about arp 069a883d837c nfs: Allow default io size to be configured. 3b568edcd3e9 check console device file on fs when booting 77ec93228920 mount_root: clarify error messages for when no rootfs found 17a15e0f7536 menuconfig,mconf-cfg: Allow specification of ncurses location 8f13b1349a74 modpost: mask trivial warnings b6c9e0fa24e8 kbuild: exclude meta directory from distclean processing 62dbbdbec60a powerpc: serialize image targets 27b8dec5dbb3 arm: serialize build targets fc365512e4c4 Revert "platform/x86: wmi: Destroy on cleanup rather than unregister" 9a6e91d2e691 crtsavres: fixups for 5.4+ 7dbc3cd0398f powerpc/ptrace: Disable array-bounds warning with gcc8 ebe3bcb89cb0 powerpc: Disable attribute-alias warnings from gcc8 65ba0e7de081 powerpc: add crtsavres.o to archprepare for kbuild 6bd3efdce5a9 powerpc: kexec fix for powerpc64 41671522c159 powerpc: Add unwind information for SPE registers of E500 core 8851006b0109 mips: vdso: fix 'jalr $t9' crash in vdso code ed5db62477e8 mips: Kconfig: add QEMUMIPS64 option 2a7ca094fc42 4kc cache tlb hazard: tlbp cache coherency b742d60d3f70 malta uhci quirks: make allowance for slow 4k(e)c 8a160fc86eb6 arm/Makefile: Fix systemtap b9805882353c vexpress: Pass LOADADDR to Makefile 332e618aa7ae arm: ARM EABI socketcall 1ec682cb85f8 ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: 08f115ae2dabb202d091b8a6e13d43710bd2aa90) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* openssl: Upgrade 3.0.14 -> 3.0.15Siddharth Doshi2024-09-1610-2198/+2
| | | | | | | | | | | | | | | | | | Updated SRC_URI link and format due to change in openssl website. CVE's Fixed by upgrade: CVE-2024-5535: Fixed possible buffer overread in SSL_select_next_proto(). CVE-2024-6119: Fixed possible denial of service in X.509 name checks - Removed backports of CVE-2024-5535 as it is already fixed. Detailed Information: https://github.com/openssl/openssl/blob/openssl-3.0/CHANGES.md#changes-between-3014-and-3015-3-sep-2024 (From OE-Core rev: 299118bf8e50055de28139b23781f2d34eb6eae0) Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* expat: fix CVE-2024-45492Archana Polampalli2024-09-162-0/+39
| | | | | | | | | | An issue was discovered in libexpat before 2.6.3. nextScaffoldPart in xmlparse.c can have an integer overflow for m_groupSize on 32-bit platforms (where UINT_MAX equals SIZE_MAX). (From OE-Core rev: 5b31e7f46ab05aca48f4fb11c558ff990e772c9e) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* expat: fix CVE-2024-45491Archana Polampalli2024-09-162-0/+40
| | | | | | | | | | An issue was discovered in libexpat before 2.6.3. dtdCopy in xmlparse.c can have an integer overflow for nDefaultAtts on 32-bit platforms (where UINT_MAX equals SIZE_MAX). (From OE-Core rev: fb5ca8b9dcb00ff579ee70295b68aecdb3084b38) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* expat: fix CVE-2024-45490Archana Polampalli2024-09-165-0/+429
| | | | | | | | | | | | An issue was discovered in libexpat before 2.6.3. xmlparse.c does not reject a negative length for XML_ParseBuffer. Added tests patch and its dependent patch[c803b93e8736e] (From OE-Core rev: 26b6c87fc2c2b4b4860c6c8b1f4892dfd2d3b30e) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* qemu: Backport fix for CVE-2024-4467Vijay Anusuri2024-09-166-0/+1204
| | | | | | | | | | | | | | | | | | | A flaw was found in the QEMU disk image utility (qemu-img) 'info' command. A specially crafted image file containing a `json:{}` value describing block devices in QMP could cause the qemu-img process on the host to consume large amounts of memory or CPU time, leading to denial of service or read/write to an existing external file. Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-4467 Upstream commits: https://gitlab.com/qemu-project/qemu/-/commit/bd385a5298d7062668e804d73944d52aec9549f1 https://gitlab.com/qemu-project/qemu/-/commit/2eb42a728d27a43fdcad5f37d3f65706ce6deba5 https://gitlab.com/qemu-project/qemu/-/commit/7e1110664ecbc4826f3c978ccb06b6c1bce823e6 https://gitlab.com/qemu-project/qemu/-/commit/83930780325b144a5908c45b3957b9b6457b3831 https://gitlab.com/qemu-project/qemu/-/commit/7ead946998610657d38d1a505d5f25300d4ca613 (From OE-Core rev: c23ad8c89c3dd5b6004677cd0b534e22a293134d) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3: fix CVE-2023-27043Hitendra Prajapati2024-09-162-0/+511
| | | | | | | | | Upstream-Status: Backport from https://github.com/python/cpython/commit/2a9273a0e4466e2f057f9ce6fe98cd8ce570331b (From OE-Core rev: 793c22623e8b3da2ca8e28fe662d8428b0f805a7) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3: CVE-2024-6232 CVE-2024-7592 fixesHugo SIMELIERE2024-09-163-0/+393
| | | | | | | | | | Upstream-Status: Backport from https://github.com/python/cpython/commit/b2f11ca7667e4d57c71c1c88b255115f16042d9a Upstream-Status: Backport from https://github.com/python/cpython/commit/743acbe872485dc18df4d8ab2dc7895187f062c4 (From OE-Core rev: 3e5697687c8fb0aa6312773b233442b8df974feb) Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@witekio.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* build-appliance-image: Update to kirkstone head revisionyocto-4.0.21kirkstone-4.0.21Steve Sakoman2024-09-071-1/+1
| | | | | | (From OE-Core rev: c40a3fec49942ac6d25ba33e57e801a550e252c9) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* poky.conf: bump version for 4.0.21Steve Sakoman2024-09-071-1/+1
| | | | | | (From meta-yocto rev: 10911ca9695f096a6415ac026d6aefe3ea78adea) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* wireless-regdb: upgrade 2024.05.08 -> 2024.07.04Wang Mingyu2024-09-071-1/+1
| | | | | | | | | | (From OE-Core rev: f1dc8f8b95aeba1edb92d960074538239d9f643d) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b460d2d55a35450564ea04255153b0a3bf715530) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* apr: upgrade 1.7.2 -> 1.7.5Vijay Anusuri2024-09-072-2/+2
| | | | | | | | | | | | | | | Refreshed patch 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch Includes security fix CVE-2023-49582 changelog: https://downloads.apache.org/apr/CHANGES-APR-1.7 (From OE-Core rev: 4eb12d8683bd22b6503a64070b81b52f0d2f373a) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3: Security fix for CVE-2024-8088Rohini Sangam2024-09-072-0/+125
| | | | | | | | | | | | CVE fixed: - CVE-2024-8088: python: cpython: denial of service in zipfile Upstream-Status: Backport from https://github.com/python/cpython/commit/e0264a61119d551658d9445af38323ba94fc16db (From OE-Core rev: 295addec33c83443423a3ef87905c3a70f44a4e7) Signed-off-by: Rohini Sangam <rsangam@mvista.com> Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* sqlite3: Rename patch for CVE-2022-35737Vrushti Dabhi2024-09-072-1/+1
| | | | | | | | | | The patch "0001-sqlite-Increased-the-size-of-loop-variables-in-the-printf-implementation.patch" fixes CVE-2022-35737. (From OE-Core rev: 9a875873e566a6673a65a8264fd0868c568e2a2c) Signed-off-by: Vrushti Dabhi <vrushti.dabhi@einfochips.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* sqlite3: CVE-ID correction for CVE-2023-7104Vrushti Dabhi2024-09-072-5/+7
| | | | | | | | | | | | | - The commit [https://sqlite.org/src/info/0e4e7a05c4204b47] ("Fix a buffer overread in the sessions extension that could occur when processing a corrupt changeset.") fixes CVE-2023-7104 instead of CVE-2022-46908. - Hence, corrected the CVE-ID in CVE-2023-7104.patch. - Reference: https://nvd.nist.gov/vuln/detail/CVE-2023-7104 (From OE-Core rev: 9d7f21f3d0ae24d0005076396e9a929bb32d648e) Signed-off-by: Vrushti Dabhi <vrushti.dabhi@einfochips.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* qemu: fix CVE-2024-7409Hitendra Prajapati2024-09-075-0/+625
| | | | | | | | | | | | | | | | | | | | A flaw was found in the QEMU NBD Server. This vulnerability allows a denial of service (DoS) attack via improper synchronization during socket closure when a client keeps a socket open as the server is taken offline. Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-7409 Upstream Patches: https://github.com/qemu/qemu/commit/fb1c2aaa981e0a2fa6362c9985f1296b74f055ac https://github.com/qemu/qemu/commit/c8a76dbd90c2f48df89b75bef74917f90a59b623 https://gitlab.com/qemu-project/qemu/-/commit/b9b72cb3ce15b693148bd09cef7e50110566d8a0 https://gitlab.com/qemu-project/qemu/-/commit/3e7ef738c8462c45043a1d39f702a0990406a3b3 (From OE-Core rev: d84ab04dc66cb83638f96fcd2f4c67e67489c410) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* grub: fs/fat: Don't error when mtime is 0Ming Liu2024-09-042-0/+71
| | | | | | | | | | | | | | A issue was found when I run "runqemu genericx86-64 ovmf", grub failed to boot, it's a known issue has been fixed in grub upstream, backport the fix. (From OE-Core rev: 6992437d725f9cc88da4261814b69aaadc5ef0f2) Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 51eab4bb0cae46c9c32d28986eb97badf47594b7) Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* cryptodev-module: Fix build for linux 5.10.220Hugo SIMELIERE2024-09-042-0/+33
| | | | | | | | | Upstream-Status: Backport [https://github.com/cryptodev-linux/cryptodev-linux/commit/157a624d7a892ea5fb2df4bbd4e71c008adbecb7] (From OE-Core rev: 047ee2fe7bc9920038213d014a920518a264ef17) Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@witekio.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* bind: Upgrade 9.18.24 -> 9.18.28Divya Chellam2024-09-041-1/+1
| | | | | | | | | | | | | | | | Includes security fixes for CVE-2024-4076, CVE-2024-1737, CVE-2024-0760, CVE-2024-1975 and other bug fixes Release Notes: https://downloads.isc.org/isc/bind9/9.18.28/doc/arm/html/notes.html#notes-for-bind-9-18-28 https://downloads.isc.org/isc/bind9/9.18.28/doc/arm/html/notes.html#notes-for-bind-9-18-27 https://downloads.isc.org/isc/bind9/9.18.28/doc/arm/html/notes.html#notes-for-bind-9-18-26 https://downloads.isc.org/isc/bind9/9.18.28/doc/arm/html/notes.html#notes-for-bind-9-18-25 (From OE-Core rev: 1f065d8358ab0fb6c08b2aad2145786c31294721) Signed-off-by: Divya Chellam <divya.chellam@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* vim: Upgrade 9.1.0114 -> 9.1.0682Siddharth Doshi2024-09-042-42/+2
| | | | | | | | | | | | | | | | | | | | This includes CVE-fix for CVE-2024-41957, CVE-2024-41965 and CVE-2024-43374 Changes between 9.1.0114 -> 9.1.0682 ==================================== https://github.com/vim/vim/compare/v9.1.0114...v9.1.0682 Note: ==== Removed patch "vim-add-knob-whether-elf.h-are-checked.patch" as libelf checks are removed from configure.ac as per commit https://github.com/vim/vim/commit/1acc67ac4412aa9a75d1c58ebf93f2b29585a960 (From OE-Core rev: 3312a57ce631ea6235055b3d4b4ac31d06c8a2ae) Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6d2938e53cad5d9bf2e78a5403e9f9fab1db77b4) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* vim: upgrade from 9.0.2190 -> 9.1.0114Hitendra Prajapati2024-09-043-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | https://www.vim.org/vim-9.1-released.php Vim 9.1 is available The Vim project is happy to announce that Vim 9.1 has finally been released. This release is dedicated to Bram Moolenaar, Vim's lead developer for more than 30 years, who passed away half a year ago. The Vim project wouldn't exist without his work! Vim 9.1 is mainly a bug fix release, it contains hundreds of bug fixes, a few new features and there are many minor improvements. Changes: https://github.com/vim/vim/compare/v9.0.2190...v9.1.0114 CVE: CVE-2024-22667 (includes commit https://github.com/vim/vim/commit/b39b240c386a5a29241415541f1c99e2e6b8ce47) (From OE-Core rev: d5ae0ec5eca9324cffaa8f95d2cbdd8475979c45) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* curl: Ignore CVE-2024-32928Peter Marko2024-09-041-0/+2
| | | | | | | | | | | | | | This CVE affects google cloud services that utilize libcurl wrongly. (From OE-Core rev: 27ac7879711e7119b4ec8b190b0a9da5b3ede269) Changed CVE ignore syntax (From OE-Core rev: ad703de483258f459acc6a40385ad00a5182eb64) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libyaml: Ignore CVE-2024-35325Peter Marko2024-09-041-0/+2
| | | | | | | | | | | This is similar CVE as the previous ones from the same author. https://github.com/yaml/libyaml/issues/303 explain why this is misuse (or wrong use) of libyaml. (From OE-Core rev: a28240d49c111050e253e373507ac3094b74f6e1) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsoup: fix compile error on centos7Guocai He2024-08-282-1/+47
| | | | | | | | | | | | | | | | | | Backport a patch [1] to fix the below build failure. FAILED: libsoup/libsoup-2.4.so.1.11.0.p/soup-address.c.o In file included from /usr/include/glib-2.0/gio/gnetworking.h:40, from ../libsoup-2.72.0/libsoup/soup-address.c:14: /usr/include/resolv.h:75:15: error: unknown type name ‘u_char’ const u_char **__query, ^~~~~~ [1] https://gitlab.gnome.org/GNOME/libsoup/-/commit/5c3d431bdb094c59997f2a23e31e83f815ab667c (From OE-Core rev: 963085afced737863cf4ff8515a1cf08365d5d87) Signed-off-by: Guocai He <guocai.he.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* image_types.bbclass: Use --force also with lz4,lzopNiko Mauno2024-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Several conversion commands already make use of 'force' option in the compression, which enables overwriting existing files without prompting. Since occasionally an existing residual destination file from a previously aborted or failed task can prevent the re-execution of the conversion command task, by enabling the 'force' option also for lz4 and lzop compression commands we can avoid following kind of BitBake failures with these compressors: | DEBUG: Executing shell function do_image_cpio | 117685 blocks | 2 blocks | example-image.cpio.lz4 already exists; do you want to overwrite (y/N) ? not overwritten | Error 20 : example-image.cpio : open file error | WARNING: exit code 20 from a shell command. ERROR: Task (.../recipes-core/images/example-image.bb:do_image_cpio) failed with exit code '1' (From OE-Core rev: 623ab22434909f10aaf613cd3032cc2a2c6e3ff9) (From OE-Core rev: 35a92023766b562dab9f8561cc3adb4938b03692) Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3: add PACKAGECONFIG[editline]Leon Anavi2024-08-281-2/+3
| | | | | | | | | | | | | Backport PACKAGECONFIG[editline] from Scarthgap to Kirkstone because libedit has feature parity with readline but is more permissively licensed (BSD verses GPLv3). This patch provides means of enabling editline in a distribution without GPLv3 and in this case improves Python REPL keyboard support. (From OE-Core rev: 12dc7d2081a1aaec90ffb3ed6718d757ce14b5ab) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* curl: Security fix for CVE-2024-7264Siddharth Doshi2024-08-283-0/+388
| | | | | | | | | | | | | Upstream-Status: Backport from [https://github.com/curl/curl/commit/27959ecce75cdb2809c0bdb3286e60e08fadb519] CVE's Fixed: ============ CVE-2024-7264 libcurl: ASN.1 date parser overread (From OE-Core rev: cf0b1ed6c4cd9f61e39befb9c9785b1433777988) Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* Tiff: Security fix for CVE-2024-7006Siddharth Doshi2024-08-282-0/+65
| | | | | | | | | | | | Upstream-Status: Backport from [https://gitlab.com/libtiff/libtiff/-/commit/818fb8ce881cf839fbc710f6690aadb992aa0f9e] CVE's Fixed: CVE-2024-7006 libtiff: NULL pointer dereference in tif_dirinfo.c (From OE-Core rev: bacab52b3d101ee99753f14542a56340dd589425) Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libyaml: ignore CVE-2024-35326Peter Marko2024-08-281-1/+1
| | | | | | | | | | | This is the same problem as already ignored CVE-2024-35328. See laso this comment in addition: https://github.com/yaml/libyaml/issues/298#issuecomment-2167684233 (From OE-Core rev: 18e011245dd978985eecc368c503822f61d52f21) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* migration-guide: add release notes for 4.0.20Lee Chee Yang2024-08-232-0/+132
| | | | | | | | (From yocto-docs rev: 512025edd9b3b6b8d0938b35bb6188c9f3b7f17d) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ref-manual: fix typo and move SYSROOT_DIRS exampleMatthias Pritschet2024-08-231-24/+24
| | | | | | | | | | | 1. Changed one letter (s/B/A), so the sentence is correct again. 2. Moved example from SYSROOT_DIRS_IGNORE into SYSROOT_DIRS section. (From yocto-docs rev: 9fcd6d6ef4a87f69b8a00907051c1ece41e75a82) Signed-off-by: Matthias Pritschet <matthias@pritschet.eu> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* bitbake: data_smart: Improve performance for VariableHistoryRobert Yang2024-08-231-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed: - BBMULTICONFIG = "qemux86-64 qemuarm64" and more than 70 layers in BBLAYERS $ bitbake -p -P Check profile.log.processed, the record() cost more than 20 seconds, it is less than 1 second when multiconfig is not enabled, and there would be the following error when more muticonfigs are enabled: Timeout while waiting for a reply from the bitbake server Don't change the type of loginfo['detail'] or re-assign it can make record() back to less than 1 second, this won't affect COW since loginfo is a mutable type. The time mainly affected by two factors: 1) The number of enabled layers, nearly 1 second added per layer when the number is larger than 50. 2) The global var such as USER_CLASSES, about 1 ~ 2 seconds added per layer when the layers number is larger than 50. (Bitbake rev: ec2a99a077da9aa0e99e8b05e0c65dcbd45864b1) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 0596aa0d5b0e4ed3db11b5bd560f1d3439963a41) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3-pycryptodome(x): use python_setuptools_build_meta build classRoss Burton2024-08-162-2/+2
| | | | | | | | | | | This package can be built using pep517 classes now. (From OE-Core rev: 6c1000a2bbfe5e618e42bc5be2058332337d4177) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a32fa3e64d1daf5846c29403e9f258aea42212d3) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* orc: upgrade 0.4.32 -> 0.4.39Vijay Anusuri2024-08-161-1/+1
| | | | | | | | | | | Include security fix CVE-2024-40897 Ref: https://github.com/GStreamer/orc/blob/0.4.39/RELEASE (From OE-Core rev: 4fc3f804c0963e4421b8066425cc6780a6901ace) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* python3-certifi: Fix CVE-2024-39689Soumya Sambu2024-08-162-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi starting in 2021.05.30 and prior to 2024.07.4 recognized root certificates from `GLOBALTRUST`. Certifi 2024.07.04 removes root certificates from `GLOBALTRUST` from the root store. These are in the process of being removed from Mozilla's trust store. `GLOBALTRUST`'s root certificates are being removed pursuant to an investigation which identified "long-running and unresolved compliance issues."Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi starting in 2021.05.30 and prior to 2024.07.4 recognized root certificates from `GLOBALTRUST`. Certifi 2024.07.04 removes root certificates from `GLOBALTRUST` from the root store. These are in the process of being removed from Mozilla's trust store. `GLOBALTRUST`'s root certificates are being removed pursuant to an investigation which identified "long-running and unresolved compliance issues." References: https://nvd.nist.gov/vuln/detail/CVE-2024-39689 Upstream-patch: https://github.com/certifi/python-certifi/commit/bd8153872e9c6fc98f4023df9c2deaffea2fa463 (From OE-Core rev: 96c1e12dc6cb4c321a09a6ddcc4c9f27c30b4564) Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* busybox: CVE-2023-42364, CVE-2023-42365, CVE-2023-42366 fixesHitendra Prajapati2024-08-164-0/+332
| | | | | | | | | | | backport upstream fix for CVEs and fix the regression that introduced [1] [1] http://lists.busybox.net/pipermail/busybox/2024-May/090766.html (From OE-Core rev: 4bc3dcb0be97f7fecb34950015b4335d6ddc512c) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* go: fix CVE-2024-24791Archana Polampalli2024-08-162-0/+360
| | | | | | | (From OE-Core rev: f012f6a6e1d3111d6cae74c9c846d8bd0fca5dd5) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ghostscript: fix CVE-2024-29506Archana Polampalli2024-08-162-0/+46
| | | | | | | (From OE-Core rev: 68a6482244532e61bc467e1ef23661260bac8572) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ghostscript: fix CVE-2024-29509Archana Polampalli2024-08-162-0/+46
| | | | | | | (From OE-Core rev: 18c55a131b0627b906de29f8c4cbd1526154cd60) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ofono: fix CVE-2023-2794Yogita Urade2024-08-165-0/+244
| | | | | | | | | | | | | | | | | | | | | | | | A flaw was found in ofono, an Open Source Telephony on Linux. A stack overflow bug is triggered within the decode_deliver() function during the SMS decoding. It is assumed that the attack scenario is accessible from a compromised modem, a malicious base station, or just SMS. There is a bound check for this memcpy length in decode_submit(), but it was forgotten in decode_deliver(). Reference: https://nvd.nist.gov/vuln/detail/CVE-2023-2794 Upstream patches: https://git.kernel.org/pub/scm/network/ofono/ofono.git/commit/?id=a90421d8e45d63b304dc010baba24633e7869682 https://git.kernel.org/pub/scm/network/ofono/ofono.git/commit/?id=7f2adfa22fbae824f8e2c3ae86a3f51da31ee400 https://git.kernel.org/pub/scm/network/ofono/ofono.git/commit/?id=07f48b23e3877ef7d15a7b0b8b79d32ad0a3607e https://git.kernel.org/pub/scm/network/ofono/ofono.git/commit/?id=8fa1fdfcb54e1edb588c6a5e2688880b065a39c9 (From OE-Core rev: 5114e9064dbabd5258f512cd97c79fc40f848b98) Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* ghostscript: fix CVE-2024-29511Archana Polampalli2024-08-163-0/+321
| | | | | | | (From OE-Core rev: 1710676f80df2ba1ee77d15b4e0e532df10be5a5) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libyaml: Update status of CVE-2024-35328Peter Marko2024-08-161-0/+3
| | | | | | | | | | | | | | | | This is open yet but seems to be disputed This has not yet been disputed officially Based on: OE-Core rev: 4cba8ad405b1728afda3873f99ac88711ab85644 OE-Core rev: 7ec7384837f3e3fb68b25a6108ed7ec0f261a4aa OE-Core rev: c66d9a2a0d197498fa21ee8ca51a4afb59f75473 Squashed and converted to CVE_CHECK_IGNORE syntax (From OE-Core rev: 70489234bff3f2b8613ce6f8069bae448fbc61ed) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* lttng-modules: Upgrade 2.13.9 -> 2.13.14Siddharth Doshi2024-08-082-10/+13
| | | | | | | | | | | | | | | | | | License-Update: Upstream cleaned stale file paths in License file and updated LICENSES/LGPL-2.1 and LICENSES/GPL-2.0 -> LICENSES/LGPL-2.1-only.txt and LICENSES/GPL-2.0-only.txt causing md5 to change. (ref commit -> https://github.com/lttng/lttng-modules/commit/b972ef5708a00718a081f0eb40205e25677e5e93 and https://github.com/lttng/lttng-modules/commit/61baff6e8de2462f45006662bc34bcbf5f645ba0#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7) Note: Upgrade lttng-modules to 2.13.14 to fix fcheck error which occurs with commit 782202de6478f68caaed4567017095ad906c4eef in kernel "file: Rename fcheck lookup_fd_rcu" which does replaces fcheck with lookup_fd_rcu. (From OE-Core rev: 2721f84ba755ceea5780e44feb0713ad8c4d0217) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/5.15: update to v5.15.164Bruce Ashfield2024-08-083-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: 7e89efd3ae1c Linux 5.15.164 e5e5e63c506b tap: add missing verification for short frame 589382f50b4a tun: add missing verification for short frame 2d3cef3d7a5d wifi: rt2x00: use explicitly signed or unsigned types 53e21cfa68a7 filelock: Fix fcntl/close race recovery compat path 2a6c1811f806 ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is paused 3390c35a2fe4 arm64: dts: qcom: sdm630: Disable SS instance in Parkmode for USB 01a1bb207e96 arm64: dts: qcom: msm8996: Disable SS instance in Parkmode for USB 0b71bad5f49f ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 8f83ba8d0642 ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 35652dfa8cc9 fs/ntfs3: Validate ff offset 7e21574195a4 jfs: don't walk off the end of ealist 53de17ad01cb ocfs2: add bounds checking to ocfs2_check_dir_entry() 21c14c556ccc net: relax socket state check at accept time. 243b1b2f139b Add gitignore file for samples/fanotify/ subdirectory 057aca5c4c0c docs: Fix formatting of literal sections in fanotify docs 9b4e471059a2 samples: Make fs-monitor depend on libc and headers 11874ffea7b0 samples: Add fs error monitoring example 544fa213f15d drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() b0f923261647 wifi: mac80211: disable softirqs for queued frame handling 1e865019cef3 mm/damon/core: merge regions aggressively when max_nr_regions is unmet 22f7794ef5a3 minmax: relax check to allow comparison between unsigned arguments and signed constants 7ed91c5560df minmax: allow comparisons of 'int' against 'unsigned char/short' d53b5d862acd minmax: allow min()/max()/clamp() if the arguments have the same signedness. 1c2ee5bc9f11 minmax: fix header inclusions d470787b25e6 minmax: clamp more efficiently by avoiding extra comparison 998f03984e25 minmax: sanity check constant bounds when clamping ed6e37e30826 tracing: Define the is_signed_type() macro once 6efc874e7dec spi: mux: set ctlr->bits_per_word_mask d02d8c1dacaf hfsplus: fix uninit-value in copy_name 119aa28dc296 selftests/vDSO: fix clang build errors and warnings 77737885d55b spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices 52fb34cf68f6 riscv: stacktrace: fix usage of ftrace_graph_ret_addr() 5f569a230160 fs: better handle deep ancestor chains in is_subdir() a2b201f83971 drm/radeon: check bo_va->bo is non-NULL before using it d2ce562a5aff Bluetooth: hci_core: cancel all works upon hci_unregister_dev() 30095db9fde5 scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed 4fad7fef847b powerpc/eeh: avoid possible crash when edev->pdev changes e59822f9d700 powerpc/pseries: Whitelist dtl slub object for copying to userspace 144563729741 net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() 7d562640dfe3 net: usb: qmi_wwan: add Telit FN912 compositions 2f0f5d8b70d6 ALSA: dmaengine_pcm: terminate dmaengine before synchronize e8c3061cb064 ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx 8a69529f2259 btrfs: qgroup: fix quota root leak after quota disable failure 6a0a5134b811 platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB c71589ef09be platform/x86: lg-laptop: Change ACPI device id cb7b8762fa59 platform/x86: lg-laptop: Remove LGEX0815 hotkey handling b87e028350b0 platform/x86: wireless-hotkey: Add support for LG Airplane Button cf521049fcd0 s390/sclp: Fix sclp_init() cleanup on failure 9adc74c11a0e can: kvaser_usb: fix return value for hif_usb_send_regout 47b807eacc43 ASoC: ti: omap-hdmi: Fix too long driver name d04dff8e6419 ASoC: ti: davinci-mcasp: Set min period size using FIFO config 6114985177db ALSA: dmaengine: Synchronize dma channel after drop() c4bbeb8f129f bytcr_rt5640 : inverse jack detect for Archos 101 cesium 7fc6558e274e Input: i8042 - add Ayaneo Kun to i8042 quirk table 079deeff7285 Input: elantech - fix touchpad state on resume for Lenovo N24 ff53b50bb2c2 mips: fix compat_sys_lseek syscall e3316c1ab38d ALSA: hda/realtek: Add more codec ID to no shutup pins list 0e566b1d3f6d drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency b26c8c85463e KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group() a43cc0558530 wifi: cfg80211: wext: add extra SIOCSIWSCAN data check c5942a14f795 nvme: avoid double free special payload 7d5b199be28e mei: demote client disconnect warning on suspend to debug 2ffe891b8df2 fs/file: fix the check in find_next_fd() da0fec30a73f kconfig: remove wrong expr_trans_bool() f6ea77184d70 kconfig: gconf: give a proper initial state to the Save button 9b873bdaae64 null_blk: fix validation of block size 91c203d37e69 arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process feac2391e26b ila: block BH in ila_output() 7b40527d2e25 net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input() 502b144d8805 Input: silead - Always support 10 fingers 07fb3ed9f8de selftests/openat2: Fix build warnings on ppc64 a0d2c3a6bbca wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() eaa06c9daea9 wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option 36d6128a7f6a wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd aa74f7e51279 wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup 38219c50a3a6 wifi: mac80211: handle tasklet frames before stopping 34dbc62992f8 wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata a3c944359fa0 tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs 044a7bfca888 ACPI: EC: Avoid returning AE_OK on errors in address space handler 284daacf260b ACPI: EC: Abort address space access upon error 22413eee9c4e scsi: qedf: Set qed_slowpath_params to zero before use c3cbe53d9467 scsi: qedf: Wait for stag work during unload ab66639f72df scsi: qedf: Don't process stag work during unload and recovery 9ffd72041f04 scsi: core: alua: I/O errors for ALUA state transitions f818708eeeae scsi: core: Fix a use-after-free 0f98f40eb1ed bpf: Fix overrunning reservations in ringbuf 48ec3929916f ACPI: processor_idle: Fix invalid comparison with insertion sort for latency 903a9ab8a087 ARM: 9324/1: fix get_user() broken with veneer 52c87ab18c76 filelock: Remove locks reliably when fcntl/close race is detected 05bbd8d1e92b gcc-plugins: Rename last_stmt() for GCC 14+ 7c6d66f0266f Linux 5.15.163 f0655a5c8f3e i2c: rcar: fix error code in probe() 181a157af8a4 kbuild: Make ld-version.sh more robust against version string changes db56615e96c4 x86/bhi: Avoid warning in #DB handler due to BHI mitigation c4dbe18342b7 x86/entry/64: Remove obsolete comment on tracing vs. SYSRET 9877f867929d i2c: rcar: clear NO_RXDMA flag after resetting 7e44655c1fc5 i2c: testunit: avoid re-issued work after read message ec1bba809f7c i2c: rcar: ensure Gen3+ reset does not disturb local targets 02268d026499 i2c: rcar: introduce Gen4 devices ff7879da5368 i2c: rcar: reset controller is mandatory for Gen3+ 504cc0036286 i2c: rcar: Add R-Car Gen4 support f42afb065917 i2c: mark HostNotify target address as used 72dd9b813fa3 i2c: rcar: bring hardware to known state when probing 7000b438dda9 nilfs2: fix kernel bug on rename operation of broken directory e30bc19a9ee8 bpf: Allow reads from uninit stack 2272e2db38f2 ipv6: prevent NULL dereference in ip6_output() e79f46ba8e55 ipv6: annotate data-races around cnf.disable_ipv6 6f98a223d696 wireguard: send: annotate intentional data race in checking empty queue 21a0f8567f75 wireguard: queueing: annotate intentional data race in cpu round robin b4764f0ad3d6 wireguard: allowedips: avoid unaligned 64-bit memory accesses 20cf67dcb7db libceph: fix race between delayed_work() and ceph_monc_stop() 519547760f16 Fix userfaultfd_api to return EINVAL as expected b3e1890bc34d ALSA: hda/realtek: Limit mic boost on VAIO PRO PX 26af2ccfc62d ALSA: hda/realtek: Enable Mute LED on HP 250 G7 fb9e1ee1aec1 ALSA: hda/realtek: add quirk for Clevo V5[46]0TU 679df0bcd5c4 nvmem: core: only change name to fram for current attribute d2135fbc0566 nvmem: meson-efuse: Fix return value of nvmem callbacks da5989e5eb35 nvmem: rmem: Fix return value of rmem_read() ae3808a85a92 hpet: Support 32-bit userspace 2bd8534a1b83 USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor 72b8ee0d9826 usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() 840940bfb3a1 USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k b14aa5673e0a USB: serial: mos7840: fix crash on resume e75428344a1a USB: serial: option: add Rolling RW350-GL variants 9d672c574208 USB: serial: option: add Netprisma LCUK54 series modules d2e942dc1cf0 USB: serial: option: add support for Foxconn T99W651 8c2bf484186a USB: serial: option: add Fibocom FM350-GL 3fc4c03f7cba USB: serial: option: add Telit FN912 rmnet compositions e068685443cf USB: serial: option: add Telit generic core-dump composition c0d03cdd8ac8 net: ks8851: Fix potential TX stall after interface reopen 04317a2471c2 tcp: avoid too many retransmit packets 3c65bfcbf075 tcp: use signed arithmetic in tcp_rtx_probe0_timed_out() 15c010d365f8 octeontx2-af: fix issue with IPv4 match for RSS ab3a1c3888f3 octeontx2-af: fix issue with IPv6 ext match for RSS 71d0f15894b8 octeontx2-af: extend RSS supported offload types 74c5bc3394bb octeontx2-af: fix detection of IP layer b65406f56e7d octeontx2-af: fix a issue with cpt_lf_alloc mailbox bacb3fc5ed55 octeontx2-af: update cpt lf alloc mailbox e4dc9e89f45f octeontx2-af: replace cpt slot with lf id on reg write 8cd976031e0d ARM: davinci: Convert comma to semicolon 8338f57eb16b s390: Mark psw in __load_psw_mask() as __unitialized 2b4d68df3f57 net/sched: Fix UAF when resolving a clash ddf516e50bf8 udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port(). 7320fbdf46b9 ethtool: netlink: do not return SQI value if link is down ebc5c6304577 ppp: reject claimed-as-LCP but actually malformed packets a4a4c03ec069 net: ethernet: mtk-star-emac: set mac_managed_pm when probing 69ad5fa0ce7c net: ethernet: lantiq_etop: fix double free in detach 15298ff0f6d2 net: lantiq_etop: add blank line after declaration b399a68054df i40e: Fix XDP program unloading while removing the driver 19904d03dbb8 net: fix rc7's __skb_datagram_iter() 02ad323fa248 octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_availability() 195b7bcdfc5a skmsg: Skip zero length skb in sk_msg_recvmsg bd5b2b612211 tcp: fix incorrect undo caused by DSACK of TLP retransmit ba719855a854 vfs: don't mod negative dentry count when on shrinker list b422e6335f12 fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading 02a896426075 filelock: fix potential use-after-free in posix_lock_inode bc17f2377818 mm: prevent derefencing NULL ptr in pfn_section_valid() 88fb258f1baf nilfs2: fix incorrect inode allocation from reserved inodes 6d1108b041d3 null_blk: Do not allow runt zone with zone capacity smaller then zone size f07bcd8bba80 nfc/nci: Add the inconsistency check between the input data length and count f44608dd0211 kbuild: fix short log for AS in link-vmlinux.sh b4fed1443a65 nvmet: fix a possible leak when destroy a ctrl during qp establishment 5f7bf7660300 platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro cf628b9279c6 platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet f8f08fba924e regmap-i2c: Subtract reg size from max_write 397bfe1bd928 nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offset 0d30f73012a3 dma-mapping: benchmark: avoid needless copy_to_user if benchmark fails 9668700a039d nvme-multipath: find NUMA path only for online numa-node 0959e10fa346 ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897 6b521f82cb2e fs/ntfs3: Mark volume as dirty if xattr is broken 3503372d0bf7 i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr 1dda25e2415c clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents feef460321a5 media: dw2102: fix a potential buffer overflow a38e02265c68 ima: Avoid blocking in RCU read-side critical section 0edae06b4c22 bnx2x: Fix multiple UBSAN array-index-out-of-bounds ddc382f7d1a6 mtd: rawnand: rockchip: ensure NVDDR timings are rejected e8a8ee4c3c34 mtd: rawnand: Bypass a couple of sanity checks during NAND identification 56ca9e7f80cf mtd: rawnand: Ensure ECC configuration is propagated to upper layers 452e09c57444 drm/amdgpu/atomfirmware: silence UBSAN warning f48dd3f19614 drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes 2820005edae1 Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again" 0b15ed086a68 fsnotify: Do not generate events for O_PATH file descriptors bf47bedf8dd7 can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct 4ca6013cd18e Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot 522b39bd7163 btrfs: fix adding block group to a reclaim list and the unused list during reclaim a25e85361845 mm: avoid overflows in dirty throttling logic df13f3cb4af3 mm: optimize the redundant loop of mm_update_owner_next() b11e8fb93ea5 nilfs2: add missing check for inode numbers on directory entries 3be4dcc8d7be nilfs2: fix inode number range checks 96839f3f5882 Revert "igc: fix a log entry using uninitialized netdev" 663e1b693b5c gpiolib: of: add polarity quirk for TSC2005 03b2e1c9de47 gpiolib: of: add a quirk for reset line polarity for Himax LCDs caee6db7e811 gpiolib: of: factor out code overriding gpio line polarity 8366720519ea inet_diag: Initialize pad field in struct inet_diag_req_v2 f48b0cd338cf selftests: make order checking verbose in msg_zerocopy selftest ab52b1141648 selftests: fix OOM in msg_zerocopy selftest bfd14e5915c2 bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() 3325628cb36b netfilter: nf_tables: unconditionally flush pending work before notifier bb80a7911218 riscv: kexec: Avoid deadlock in kexec crash path 15185f6d5ac3 wifi: wilc1000: fix ies_len type in connect path ccdc8fa32f79 net: allow skb_datagram_iter to be called from any context 9de67fb2faf9 e1000e: Fix S0ix residency on corporate systems e19fa952c2c1 KVM: s390: fix LPSWEY handling ef7c428b425b tcp_metrics: validate source addr length b340526c9ef3 UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open() 8786e4786181 tools/power turbostat: Remember global max_die_id 4889f117755b s390/pkey: Wipe sensitive data on failure 5ca26334fc8a jffs2: Fix potential illegal address access in jffs2_free_inode 3364c2ed1c24 bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD c7196357b22a igc: fix a log entry using uninitialized netdev b185e48079fe powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#" 7955c2e2399b kunit: Fix timeout message 137a06dc0ff8 orangefs: fix out-of-bounds fsid access eb28c161b926 powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=n abc10b55a6f5 i2c: i801: Annotate apanel_addr as __ro_after_init bd5620439959 media: dvb-frontends: tda10048: Fix integer overflow 70c9219effc5 media: s2255: Use refcount_t instead of atomic_t for num_channels cdb63c962fd3 media: dvb-frontends: tda18271c2dd: Remove casting during div 8c2c3cca816d net: dsa: mv88e6xxx: Correct check for empty list dc7f14d00d0c wifi: mt76: replace skb_put with skb_put_zero 2e2980458888 Input: ff-core - prefer struct_size over open coded arithmetic 292edf27c19c firmware: dmi: Stop decoding on broken entry 21e8f5b88a6f sctp: prefer struct_size over open coded arithmetic 3367598d65cd media: dw2102: Don't translate i2c read into write afaaebdee9bb drm/amd/display: Skip finding free audio for unknown engine_id 0b3702f9d43d drm/amd/display: Check pipe offset before setting vblank fbb0701af973 drm/amd/display: Check index msg_id before read or write c6e777356f54 drm/amdgpu: Initialize timestamp for some legacy SOCs 71dd42861537 crypto: aead,cipher - zeroize key buffer after use 0a8a91932b27 scsi: qedf: Make qedf_execute_tmf() non-preemptible d73cb8862e4d IB/core: Implement a limit on UMAD receive List ecdcf002d1fc media: dvb-usb: dib0700_devices: Add missing release_firmware() fb007bc69acb media: dvb: as102-fe: Fix as10x_register_addr packing 17fe8b75aaf0 drm/lima: fix shared irq handling on driver remove e8053aa2ecc4 locking/mutex: Introduce devm_mutex_init() 5e3070adafca Compiler Attributes: Add __uninitialized macro b8086c3c1548 reiserfs: Avoid touching renamed directory if parent does not change ea091017ef62 ipv6: Fix data races around sk->sk_prot. ff8710da80ee ipv6: annotate some data-races around sk->sk_prot e8c2eafaaa6a tcp: Fix data races around icsk->icsk_af_ops. 8d1bab770956 locking/rwsem: Disable preemption while trying for rwsem lock 7c82dac02886 block, loop: support partitions without scanning 45f504f301d4 bpftool: Fix pretty print dump for maps without BTF loaded 1f24338cb789 jbd2: Drop the merge conflicted hunk e1d0e3c51bde tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes 1abe841fe331 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes 6224acfc1d56 tpm: Add flag to use default cancellation policy 1cd19d48fb90 tpm: tis_i2c: Fix sanity check interrupt enable mask a883da132fa8 tpm: Add tpm_tis_i2c backend for tpm_tis_core a742ac8a1c51 tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer ef495c5f45f2 tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops 1f3be2e23aa6 gcc-plugins: Reorganize gimple includes for GCC 13 24615a3b932a ata: ahci: fix enum constants for gcc-13 5d6cb145541a net: stmmac: Enable mac_managed_pm phylink config fd93aabb4287 tools/resolve_btfids: Use pkg-config to locate libelf 130f9da78406 tools/resolve_btfids: Build with host flags 00f2f1a782f9 tools/resolve_btfids: Support cross-building the kernel with clang 17776a4ba9c2 tools/resolve_btfids: Install libbpf headers when building 7c9808380d70 libbpf: Make libbpf_version.h non-auto-generated 37ae1ba791ac libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations a2667e6d7314 drm/radeon: free iio for atombios when driver shutdown f100c753aa1f powerpc: Fix reschedule bug in KUAP-unlocked user copy da5513f30187 libbpf: Fix build warning on ref_ctr_off 4c5a089621a8 perf python: Account for multiple words in CC 1c5699ee85d4 fs: move S_ISGID stripping into the vfs_*() helpers 838f5d0701d8 fs: add mode_strip_sgid() helper d97172683641 squashfs: provide backing_dev_info in order to disable read-ahead ed037d7be40c irq_work: use kasan_record_aux_stack_noalloc() record callstack 1363bd7dbde3 ixgbevf: add disable link state e5601ae2bd24 ixgbe: add improvement for MDD response functionality caa57cd80575 ixgbe: add the ability for the PF to disable VF link state 16a77bfcc7df Check /dev/console using init_stat() 04574fd5579a tracing/arm: Have max stack tracer handle the case of return address after data 0e51e5717018 gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully 1e6b7da6ddba drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES 493160901320 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 04224f725aa3 irqchip/gic-v3-its: Skip HP notifier when no ITS is registered 6f6c2996a81c irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve 1fa94473423f irqchip/gic-v3-its: Give the percpu rdist struct its own flags field 6013d1ae5feb cert host tools: Stop complaining about deprecated OpenSSL functions efe20512212b init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash a40d2daf2795 pnmtologo: use relocatable file name 3b40d5b41155 of: configfs: remove unused variable overlay_lock 6c085baf1838 tools: use basename to identify file in gen-mach-types 2fca0fd71981 lib/build_OID_registry: fix reproducibility issues 0f586f4ee8ad vt/conmakehash: improve reproducibility a75774679f28 OF: DT-Overlay configfs interface (v8) d179c639b30b x86/boot: Wrap literal addresses in absolute_pointer() 856ec356cf91 ACPI: thermal: drop an always true check 7614af249993 xfs: Fix -Werror=dangling-pointer work-around for older GCC 41470215f97e xfs: Work around GCC 12 -Werror=dangling-pointer for xfs_attr_remote.o 44a445c1922d virtio-pci: Remove wrong address verification in vp_del_vqs() 77aa9e489eaf bpf: Disallow unprivileged bpf by default ebfb1822e9f9 fs/aufs: fixup 5.15.36 fixups 4eba9348d3e2 Revert "Revert "fbdev: Hot-unplug firmware fb devices on forced removal"" 5df6d1b00f95 jbd2: fix use-after-free of transaction_t race 2d83e8196487 jbd2: refactor wait logic for transaction updates into a common function 07a63f760793 netfilter: conntrack: avoid useless indirection during conntrack destruction 4e7122625996 Revert "fbdev: Hot-unplug firmware fb devices on forced removal" 7ba4cb36fd4f rcu: Avoid alloc_pages() when recording stack f78574dee71e kasan: test: silence intentional read overflow warnings d313cb89b6b1 kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC 5e279d5647cc arm64: support page mapping percpu first chunk allocator e5bf16752dca vmalloc: choose a better start address in vm_area_register_early() 660b3d21b46f kasan: test: bypass __alloc_size checks 00aa7573e53a kasan: test: add memcpy test that avoids out-of-bounds write 67becf0b1bd4 kasan: fix tag for large allocations when using CONFIG_SLAB bedf1e033213 workqueue, kasan: avoid alloc_pages() when recording stack 7195b67ce69b kasan: generic: introduce kasan_record_aux_stack_noalloc() bdff763f0e29 kasan: common: provide can_alloc in kasan_save_stack() 51423ebb36ad lib/stackdepot: introduce __stack_depot_save() 85373e66d847 lib/stackdepot: remove unused function argument 5b6cc9b251f3 lib/stackdepot: include gfp.h c9f3902d8069 aufs: reduce overhead for "code present but disabled" use case. b98d189df02c aufs: bugfix, umount passes NULL to ->parse_monolithic() 13b883cbbbd9 aufs standalone: cosmetic, missing copyright sentence 21f8b0d81898 aufs: 5.15.5-20220117 ---> 5.15.5-20220221 6199fd896645 aufs: tiny, headers after fs_context 8ddb40e31c29 aufs: fs_context 7/7, finally remount 69035f71c6fd aufs: fs_context 6/7, now mount bc841b970697 aufs: fs_context 5/7, parse all other mount options 435188053da2 aufs: fs_context 4/7, parse xino options 9af1f1825cbd aufs: fs_context 3/7, parse the branch-management options 1c05eb767f8c aufs: fs_context 2/7, parse "br" mount option a8488f603134 aufs: fs_context 1/7, skelton of the new shceme 8e32e0015564 aufs: pre fs_context, convert a static flag to a macro f90cb4144aec aufs: pre fs_context, support the incomplete sb and sbinfo case 948762ef859c aufs: pre fs_context, convert the type of alloc_sbinfo() 77151a08776b aufs: 5.15.5-20211129 ---> 5.15.5-20220117 2539adbbbe1e aufs: 5.14-20211018 ---> 5.15.5-20211129 7d32b25193c4 aufs: for v5.15-rc1, sync_inode() is gone 66ec0c509225 aufs: for v5.15-rc1, new param 'rcu' for ->get_acl() 69709dc518cd aufs: for v5.15-rc1, no mand-lock anymore ada8fe9543e5 aufs: 5.14-20210906 ---> 5.14-20211018 b77f7f3f394a Revert "aufs: adjust to v5.15 fs changes" 81bdce5b5876 tick/nohz: WARN_ON --> WARN_ON_ONCE to prevent console saturation 97c963889222 sched/isolation: really align nohz_full with rcu_nocbs 871f23ad3627 Revert "ARM: defconfig: Enable ax88796c driver for Exynos boards" ffad0783dd5b ARM: config: multi v7: Regenerate defconifg 5c1e1a1ff2d3 ARM: config: multi v7: Add renamed symbols badaf96564fe ARM: config: multi v7: Clean up enabled by default options 34996040fc9b ARM: config: multi v7: Drop unavailable options 7f685244afb3 powerpc/mm: Switch obsolete dssall to .long 20301aeb1a64 riscv: fix build with binutils 2.38 9df58d070506 powerpc/lib/sstep: fix 'ptesync' build error 720b61fc400b x86_64_defconfig: Fix warnings 02bf23d26bc4 arm64: defconfig: cleanup config options 05914e2c87e5 arm: defconfig: drop unused POWER_AVS option ffb532fa19b9 aufs5: fix build against v5.15.3+ a4b3abf4d96d qemux86: add configuration symbol to select values fee94ee09154 clear_warn_once: add a clear_warn_once= boot parameter 3d8762d900d9 clear_warn_once: bind a timer to written reset value 95faacac47e8 clear_warn_once: expand debugfs to include read support de20c4240018 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 0e4aacead9c1 perf: x86-32: explicitly include <errno.h> 9ad92c11468e perf: mips64: Convert __u64 to unsigned long long 09e7efe3e68a perf: fix bench numa compilation e79becc44fa6 perf: add SLANG_INC for slang.h b1033b588681 perf: add sgidefs.h to for mips builds cf9db484ac0b perf: change --root to --prefix for python install 7fd052c2c562 perf: add 'libperl not found' warning 27a437cdd469 perf: force include of <stdbool.h> 3b99d21bec2f fat: don't use obsolete random32 call in namei_vfat a7e9293b506b FAT: Added FAT_NO_83NAME 6fd0e71d9e5c FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option c379b0d324ae FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 538be0fdb124 aufs: adjust to v5.15 fs changes f45da75c8759 aufs5: core 047f57e07e01 aufs5: standalone 029fc15574c8 aufs5: mmap 610d0192ee94 aufs5: base d4e428d0ec5f aufs5: kbuild eb067eca251a yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL 286af18d0875 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 24d59a4e26a6 yaffs2: v5.12+ build fixups (not runtime tested) 22c73536d5d7 yaffs: include blkdev.h 506b7251bfb8 yaffs: fix misplaced variable declaration a0e26ff364dc yaffs2: v5.6 build fixups b10b1b2d169e yaffs2: fix memory leak when /proc/yaffs is read ad9adccbb214 yaffs: add strict check when call yaffs_internal_read_super 2e3c3aec8279 yaffs: repair yaffs_get_mtd_device d662538516a7 yaffs: Fix build failure by handling inode i_version with proper atomic API 70a6113ee2c7 yaffs2: fix memory leak in mount/umount 3378e4a9e404 yaffs: Avoid setting any ACL releated xattr ec2284edddef Yaffs:check oob size before auto selecting Yaffs1 c2a49874051c fs: yaffs2: replace CURRENT_TIME by other appropriate apis e9a5105a3e73 yaffs2: adjust to proper location of MS_RDONLY 608807406f13 yaffs2: import git revision b4ce1bb (jan, 2020) 89e660ece42c initramfs: allow an optional wrapper script around initramfs generation b179dbc9aa10 iwlwifi: select MAC80211_LEDS conditionally 3fd5ca3673d0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) d1f6edbf0188 arm64/perf: Fix wrong cast that may cause wrong truncation d202fb2caf33 defconfigs: drop obselete options 9a27e3b5f4e7 arm64/perf: fix backtrace for AAPCS with FP enabled e20d8cf019b4 linux-yocto: Handle /bin/awk issues b6d2a3dbbd3a uvesafb: provide option to specify timeout for task completion adb40f1e6a1a uvesafb: print error message when task timeout occurs f280a1ed0962 compiler.h: Undef before redefining __attribute_const__ 4352732f268c vmware: include jiffies.h 7954a677968d Resolve jiffies wrapping about arp 5f28a1035d95 nfs: Allow default io size to be configured. 0d7260ad7106 check console device file on fs when booting 900a12e37e0a mount_root: clarify error messages for when no rootfs found 7b878cbea726 menuconfig,mconf-cfg: Allow specification of ncurses location 6604fc1763b3 modpost: mask trivial warnings 0d294adb09cb kbuild: exclude meta directory from distclean processing a097cdd95a9e powerpc: serialize image targets 5db6ec39a0a3 arm: serialize build targets cbabca27905e crtsavres: fixups for 5.4+ 7fc7656ed403 powerpc/ptrace: Disable array-bounds warning with gcc8 a5faac5a19a2 powerpc: Disable attribute-alias warnings from gcc8 186c54665b67 powerpc: add crtsavres.o to archprepare for kbuild d1ea862964ca powerpc: kexec fix for powerpc64 2ac35b89a0f9 powerpc: Add unwind information for SPE registers of E500 core 2e1c348a28bb mips: vdso: fix 'jalr $t9' crash in vdso code ec57870b303a mips: Kconfig: add QEMUMIPS64 option 6a81b3c08107 4kc cache tlb hazard: tlbp cache coherency 74e3b2a21e54 malta uhci quirks: make allowance for slow 4k(e)c 22e65b63d3b4 arm/Makefile: Fix systemtap b7f1ab59f19e vexpress: Pass LOADADDR to Makefile ce2800c73bf7 arm: ARM EABI socketcall 019d142fd956 ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: e9d8b15dcc9cdbe33add676572c85d66f46b087c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/5.15: update to v5.15.162Bruce Ashfield2024-08-083-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: f45bea23c39c Linux 5.15.162 69cdccf53725 tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() 500bfbababce serial: 8250_omap: Fix Errata i2310 with RX FIFO level check c3507e8da743 arm64: dts: rockchip: Add sound-dai-cells for RK3368 43d892943631 arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E f2474803e4fc ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node 468ef1530f0f KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemption da38b55cd5c2 efi/x86: Free EFI memory map only when installing a new one. 7e5a18bbe4d0 efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architectures b898fae96331 efi: memmap: Move manipulation routines into x86 arch tree 7670c5cbdf34 efi: Correct comment on efi_memmap_alloc 78eed2c89c74 drivers: fix typo in firmware/efi/memmap.c fcd31dd8291b tcp: Fix data races around icsk->icsk_af_ops. 5088b4d4f91f ipv6: Fix data races around sk->sk_prot. cb632144aed3 ipv6: annotate some data-races around sk->sk_prot e710727f4391 nfs: Leave pages in the pagecache if readpage failed a556ab1925ec pwm: stm32: Refuse too small period requests 76da46c25dfc syscalls: fix sys_fanotify_mark prototype 16c0403b7dec syscalls: fix compat_sys_io_pgetevents_time64 usage dbb226d81cd0 ftruncate: pass a signed offset 5dde5f8b7902 ata: libata-core: Fix double free on error 82f1a6910b3e ata: ahci: Clean up sysfs file on error a726d01d54c0 batman-adv: Don't accept TT entries for out-of-spec VIDs 5eecb49a6c26 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes 29c0fdf49078 drm/i915/gt: Fix potential UAF by revoke of fence registers 7f35e01cb0ea drm/amdgpu: avoid using null object of framebuffer 0d17604f2e44 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes c85d02f5bdb5 hexagon: fix fadvise64_64 calling conventions 574afeec2f33 csky, hexagon: fix broken sys_sync_file_range 79d2e629ecd8 sh: rework sync_file_range ABI 32523b5717f0 kbuild: Install dtb files as 0644 in Makefile.dtbinst 227dbe069a3c cpu/hotplug: Fix dynstate assignment in __cpuhp_setup_state_cpuslocked() 1762ca80c2b7 net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new 684f6709a17d net: can: j1939: recover socket queue on CAN bus error during BAM transmission 4c5dc3927e17 net: can: j1939: Initialize unused data in j1939_send_one() 4a4b2a33a357 tty: mcf: MCF54418 has 10 UARTS 87257a28271c serial: 8250_omap: Implementation of Errata i2310 7026576e8909 usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock 1aac4be1aaa5 usb: atm: cxacru: fix endpoint checking in cxacru_bind() 04ab997a63ba usb: musb: da8xx: fix a resource leak in probe() aa14dca6392a usb: gadget: printer: fix races against disable 7abdf15c0c8e usb: gadget: printer: SS+ support 7faf881854f7 net: usb: ax88179_178a: improve link status logs 4c3bf788a45e iio: chemical: bme680: Fix sensor data read operation 7a13d1357658 iio: chemical: bme680: Fix overflows in compensate() functions 2edd0078e368 iio: chemical: bme680: Fix calibration data variable 093d57259da8 iio: chemical: bme680: Fix pressure value output 97cec39e61b7 iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF 70908f430a2b iio: adc: ad7266: Fix variable checking bug 9cab73566eb5 i2c: testunit: discard write requests while old command is running ae7871cc3ee8 i2c: testunit: don't erase registers after STOP 7d8692671e5f mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() 9e77eb1a2a8c mmc: sdhci: Do not invert write-protect twice c389127e6947 mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos 320273b5649b ocfs2: fix DIO failure due to insufficient transaction credits 89c0dc93e564 parisc: use generic sys_fanotify_mark implementation 2d07fea561d6 x86: stop playing stack games in profile_pc() 064cfc7c2544 gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1) 70b48899f3f2 gpio: davinci: Validate the obtained number of IRQs 287ea87ded8b drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA 1c504edf1e48 nvme: fixup comment for nvme RDMA Provider Type ae4228a0a519 drm/radeon/radeon_display: Decrease the size of allocated memory 70eb95e06427 soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message 3d189e1a8152 media: dvbdev: Initialize sbuf 7a18293fd8d8 ALSA: emux: improve patch ioctl data validation 39173b04abda crypto: ecdh - explicitly zeroize private_key a55afc0f5f20 net/dpaa2: Avoid explicit cpumask var allocation on stack 0af718a690ac net/iucv: Avoid explicit cpumask var allocation on stack 8656ef8a9288 RDMA/restrack: Fix potential invalid address access 43c39193d4f9 bpf: Add a check for struct bpf_fib_lookup size 3f210d912874 mtd: partitions: redboot: Added conversion of operands to a larger type 8607d7ccbf71 x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup e1e4fb853aac vduse: Temporarily fail if control queue feature requested 9649f8fdf83d vduse: validate block features only with block devices 489f38de3375 drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep a359696856ca bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro() 461302e07f49 netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers 3c5b9d05cec6 tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO 950edaecc068 parisc: use correct compat recv/recvfrom syscalls 9330cff1d4df sparc: fix compat recv/recvfrom syscalls acc3b8ee3828 sparc: fix old compat_sys_select() 527bec1f56ac Fix race for duplicate reqsk on identical SYN 57a1a06755e2 tcp: Use BPF timeout setting for SYN ACK RTO 1d3e3b3aa2cb xdp: Remove WARN() from __xdp_reg_mem_model() 9509b3269726 net: phy: micrel: add Microchip KSZ 9477 to the device table 1d885efda88d ibmvnic: Free any outstanding tx skbs during scrq reset 9eb0295f39dc net: dsa: microchip: fix initial port flush problem 544ab46b7ece ASoC: fsl-asoc-card: set priv->pdev before using it e827e077a93d net: stmmac: Assign configured channel value to EXTTS event a03c3a34692f net: mdio: add helpers to extract clause 45 regad and devad fields 4d020c1dbd2b drm/amdgpu: fix UBSAN warning in kv_dpm.c 537bc27213ed cifs: fix typo in module parameter enable_gcm_256 86ed0b350d44 pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set a29846058819 pinctrl: rockchip: use dedicated pinctrl type for RK3328 8f1b6cea9707 pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins 96903ed0e846 pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins 01fe2f885f78 pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER 906faa4eee0a Input: ili210x - fix ili251x_read_touch_data() return value 75afd8724739 gve: Clear napi->skb before dev_kfree_skb_any() b9b194dc3045 gve: Add RX context. 4d59364add6a ACPI: x86: Force StorageD3Enable on more products 029f2adf933a ACPI: x86: utils: Add Picasso to the list for forcing StorageD3Enable 21f5dd36e655 smb: client: fix deadlock in smb2_find_smb_tcon() 09783e2c024b x86/amd_nb: Check for invalid SMN reads 34566c9c5ae3 PCI: Add PCI_ERROR_RESPONSE and related definitions f0f1bd244a85 perf/core: Fix missing wakeup when waiting for context reference ab4458bc32cb riscv: fix overlap of allocated page and PTR_ERR c1cb08c5a128 riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdef 3a20de3273d2 kheaders: explicitly define file modes for archived headers 6aef00795f70 Revert "kheaders: substituting --sort in archive creation" 4b9646f7fa02 drm/i915/gt: Disarm breadcrumbs if engines are already idle 881ba5db3190 drm/i915/gt: Only kick the signal worker if there's been an update 5e08b49ab291 ksmbd: ignore trailing slashes in share paths e492449549e9 x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL 31446e391180 x86/cpu/vfm: Add new macros to work with (vendor/family/model) values 96c75227ead5 tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test 5a1922adc579 bcache: fix variable length array abuse in btree_iter d999d28e24d0 pmdomain: ti-sci: Fix duplicate PD referrals a5cca15b1a5c wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power 516aa9badb75 rtlwifi: rtl8192de: Style clean-ups 751f50473977 ARM: dts: samsung: smdk4412: fix keypad no-autorepeat e5861d7faa93 ARM: dts: samsung: exynos4412-origen: fix keypad no-autorepeat f7fd57754c10 ARM: dts: samsung: smdkv310: fix keypad no-autorepeat e24d9a5c7375 perf script: Show also errors for --insn-trace option 69c5f3ca1650 perf: script: add raw|disasm arguments to --insn-trace option b3f36a58e0cd drm/amd/display: revert Exit idle optimizations before HDCP execution 716b29202db2 arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc 26c89fffcbf9 dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema 667b2471501b i2c: ocores: set IACK bit after core is enabled 1ab1f442aab8 tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack() b679b54b2cbc kcov: don't lose track of remote references during softirqs 18647a78feb9 gcov: add support for GCC 14 cf1cc8fcfe51 drm/radeon: fix UBSAN warning in kv_dpm.c e68266f2788a drm/i915/mso: using joiner is not possible with eDP MSO f553e58ddea5 ALSA: hda/realtek: Limit mic boost on N14AP7 731df07602e5 KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes 2311fd03027d btrfs: retry block group reclaim without infinite loop 78e4aa528a7b net: do not leave a dangling sk pointer, when socket creation fails 8f64b185f53b serial: stm32: rework RX over DMA 1e692244bf7d RDMA/mlx5: Add check for srq max_sge attribute dc5017c57f5e ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." fad7776dd9dd regulator: bd71815: fix ramp values b0f0bc72ec82 dmaengine: ioatdma: Fix missing kmem_cache_destroy() 6666a3a137eb dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() e84cee6c468f dmaengine: ioatdma: Fix error path in ioat3_dma_probe() d83f755a6e3e dmaengine: ioat: use PCI core macros for PCIe Capability f063620856c6 dmaengine: ioatdma: Fix leaking on version mismatch 7b1192a0842d dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting() a5dac50aee71 dmaengine: ioat: switch from 'pci_' to 'dma_' API 1b08bf5a17c6 dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list 1cfcb0cf2508 regulator: core: Fix modpost error "regulator_get_regmap" undefined 9a314d3e5717 net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings bf9beea46130 bnxt_en: Restore PTP tx_avail count in case of skb_pad() error af90e3d73dc4 seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors 523bed6489e0 netfilter: ipset: Fix suspicious rcu_dereference_protected() 7c9df04ea3a1 octeontx2-pf: Add error handling to VLAN unoffload handling 0359fea1c117 virtio_net: checksum offloading handling fix 2145583e5995 net: stmmac: No need to calculate speed divider when offload is disabled 4b03da87d0b7 ptp: fix integer overflow in max_vclocks_store aa1f81fe3a05 sched: act_ct: add netns into the key of tcf_ct_flow_table 4b361712667c net/sched: act_ct: set 'net' pointer when creating new nf_flow_table 692803b39a36 tipc: force a dst refcount before doing decryption 25987a97eec4 net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc() 815bd4e2d152 net/sched: act_api: rely on rcu in tcf_idr_check_alloc e57495a0c388 qca_spi: Make interrupt remembering atomic cb7f811f638a netns: Make get_net_ns() handle zero refcount net 9f30f1f1a51d xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr() 569c9d9ea664 ipv6: prevent possible NULL dereference in rt6_probe() 4cdfe813015d ipv6: prevent possible NULL deref in fib6_nh_init() 280cf1173726 netrom: Fix a memory leak in nr_heartbeat_expiry() fbf722769712 cipso: fix total option length computation 98a7bfc48fff tracing: Build event generation tests only as modules 89167072fd24 mips: bmips: BCM6358: make sure CBR is correctly set 9c82759c9c00 MIPS: Routerboard 532: Fix vendor retry check code 5e93c2602710 serial: exar: adding missing CTI and Exar PCI ids 7f2b9ab6d0b2 serial: imx: Introduce timeout when waiting on transmitter empty 25998f561315 MIPS: Octeon: Add PCIe link status check 3992ce79c919 PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports 4f4ab8fb00a3 udf: udftime: prevent overflow in udf_disk_stamp_to_time() 7c3bb96a20cd Avoid hw_desc array overrun in dw-axi-dmac 4eaf2331a779 usb: misc: uss720: check for incompatible versions of the Belkin F5U002 724429db09e2 f2fs: remove clear SB_INLINECRYPT flag in default_options 34e0e05161cb iommu/arm-smmu-v3: Free MSIs in case of ENOMEM e63f071b916d power: supply: cros_usbpd: provide ID table for avoiding fallback match 9ad656ec23a4 powerpc/io: Avoid clang null pointer arithmetic warnings 262e942ff5a8 powerpc/pseries: Enforce hcall result buffer validity and size 70aa1f2dec46 drm/lima: mask irqs in timeout path before hard reset 2e0d73a2abb0 drm/lima: add mask irq callback to gp and pp ffabdc44b538 drm/amd/display: Exit idle optimizations before HDCP execution df8eaae03878 Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl 8f917f517b24 ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 f4223566f4d2 HID: Add quirk for Logitech Casa touchpad efd29cd9c7b8 netpoll: Fix race condition in netpoll_owner_active a5bd59e04819 kselftest: arm64: Add a null pointer check 397a8990c377 scsi: qedi: Fix crash while reading debugfs attribute b3722fb69468 drop_monitor: replace spin_lock by raw_spin_lock 03ea65b91f1f af_packet: avoid a false positive warning in packet_setsockopt() b37b1b660eae wifi: ath9k: work around memset overflow warning 92176caf9896 batman-adv: bypass empty buckets in batadv_purge_orig_ref() ec874fb27fff selftests/bpf: Fix flaky test btf_map_in_map/lookup_update f4258833ffb3 selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh 3220c90f4dbd block/ioctl: prefer different overflow check 103b56af907c rcutorture: Fix invalid context warning when enable srcu barrier testing b56e19015809 rcutorture: Make stall-tasks directly exit when rcutorture tests end 48b0a8596f86 rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment a886bcb0f67d crypto: hisilicon/sec - Fix memory leak for sec resource release ec7afa254367 padata: Disable BH when taking works lock on MT path a3dff121a7f5 Bluetooth: qca: fix info leak when fetching board id f257d5614941 Bluetooth: qca: Fix error code in qca_read_fw_build_info() 8e69e589f233 zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDING 8e9499ca912e i2c: designware: Fix the functionality flags of the slave-only interface 42bb4ac55239 i2c: at91: Fix the functionality flags of the slave-only interface 3eee13ab67f6 usb-storage: alauda: Check whether the media is initialized fb071f5c75d4 greybus: Fix use-after-free bug in gb_interface_release due to race condition. 3f507f4a5bb0 kbuild: Remove support for Clang's ThinLTO caching b4697a762d8c mptcp: pm: update add_addr counters after connect 9c2ed72112f3 mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID f571c8ab18a3 hugetlb_encode.h: fix undefined behaviour (34 << 26) 3f92924d6f4b serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ level 688bb46ad339 mm/huge_memory: don't unpoison huge_zero_folio 3e5a49e3a2cc scsi: mpi3mr: Fix ATA NCQ priority support ecb7ab3a3288 tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device() 33900d7eae61 nilfs2: fix potential kernel bug due to lack of writeback flag waiting a942289800be intel_th: pci: Add Lunar Lake support 90fa01534e14 intel_th: pci: Add Meteor Lake-S support 4dbfc57316da intel_th: pci: Add Sapphire Rapids SOC support 2b6e0d427bc3 intel_th: pci: Add Granite Rapids SOC support 0bb4c9482bdf intel_th: pci: Add Granite Rapids support 714950089aa7 dmaengine: axi-dmac: fix possible race in remove() 85dac3dc9c81 PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id 38825ff9da91 ocfs2: fix races between hole punching and AIO+DIO fc1d429c857e ocfs2: use coarse time for new created files e1b160a50c75 fs/proc: fix softlockup in __read_vmcore 4f2fd2a3789e knfsd: LOOKUP can return an illegal error value a4d9818ff52d spmi: hisi-spmi-controller: Do not override device identifier 95ac3e773a1f vmci: prevent speculation leaks by sanitizing event in event_deliver() 4959ffc65a0e sock_map: avoid race between sock_map_close and sk_psock_put efede53ad14b null_blk: Print correct max open zones limit in null_init_zoned_dev() 367ef3c86557 tracing/selftests: Fix kprobe event name test for .isra. functions 7b9c7fc8600b mptcp: ensure snd_una is properly initialized on connect 6d6bb258d886 drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found 777838c9b571 drm/exynos/vidi: fix memory leak in .get_modes() ec772ed7cb21 drivers: core: synchronize really_probe() and dev_uevent() 085656620ba1 iio: imu: inv_icm42600: delete unneeded update watermark call d0f8616e11ab iio: dac: ad5592r: fix temperature channel scaling value e5134860a929 iio: adc: ad9467: fix scan type sign fa38ee41c952 af_unix: Read with MSG_PEEK loops if the first unread byte is OOB 8edd18dab443 ionic: fix use after netif_napi_del() 7aae016b231a net/ipv6: Fix the RT cache flush via sysctl using a previous delay 76b34e5899ba net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters 0f1bb77c6d83 netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type 3c2a6dd63106 Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ caf273553348 net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packets cba6c9058303 tcp: fix race in tcp_v6_syn_recv_sock() 6e5164a5b757 drm/bridge/panel: Fix runtime warning on panel bridge release 86042e3d16b7 drm/komeda: check for error-valued pointer a86490a3712c liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet eeadf207a2c0 net: hns3: add cond_resched() to hns3 ring buffer init process 62b5dfb67bfa net: hns3: fix kernel crash problem in concurrent scenario 29c451129ebe net: sfp: Always call `sfp_sm_mod_remove()` on remove 40e767bfc10d drm/vmwgfx: 3D disabled should not effect STDU memory limits a0503757947f HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() 2973b8e7d127 iommu: Return right value in iommu_sva_bind_device() 05a61b03a81f iommu/amd: Fix sysfs leak in iommu init d37895aeacdd iommu/amd: Introduce pci segment structure 8bac61934cd5 HID: core: remove unnecessary WARN_ON() in implement() bc0ab111f001 gpio: tqmx86: store IRQ trigger type and unmask status separately 05f45f065821 gpio: tqmx86: fix typo in Kconfig label 7625992f16c3 platform/x86: dell-smbios: Fix wrong token data in sysfs beec9b57e9f6 platform/x86: dell-smbios-base: Use sysfs_emit() 9e6c4b1027b0 SUNRPC: return proper error from gss_wrap_req_priv 6487966b4863 clk: sifive: Do not register clkdevs for PRCI clocks 29d991419edd Input: try trimming too long modalias strings 40c2bdef8104 powerpc/uaccess: Fix build errors seen with GCC 13/14 521f333e644c scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory 42ce0d444be9 xhci: Apply broken streams quirk to Etron EJ188 xHCI host 26460c1afa31 xhci: Handle TD clearing for multiple streams case 8348dd97ab5c xhci: Apply reset resume quirk to Etron EJ188 xHCI host df2615cd7680 xhci: Set correct transferred length for cancelled bulk transfers 480e5bc21f2c jfs: xattr: fix buffer overflow for invalid xattr 3e89411cbb99 mei: me: release irq in mei_me_pci_resume error path 62e939abae58 usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state 53250b54c92f USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages 11a2edb70356 nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors 1db095222b58 nilfs2: return the mapped address from nilfs_get_page() 95403e65525f nilfs2: Remove check for PageError f5d700d8bc31 btrfs: fix leak of qgroup extent records after transaction abort 9c0914b8733d wifi: ath10k: fix QCOM_RPROC_COMMON dependency fdba4fbe5e54 selftests/mm: compaction_test: fix bogus test success on Aarch64 9df7bb70906d selftests/mm: conform test to TAP format output 68fdfb1dfe20 selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages 70c8ec82f899 mm/cma: drop incorrect alignment check in cma_init_reserved_mem 51163bfef6b7 cma: factor out minimum alignment requirement 8dd8de424f30 i2c: acpi: Unbind mux adapters before delete fb6c53211fb7 i2c: add fwnode APIs aea35157bb9b mmc: davinci: Don't strip remove function when driver is builtin c4f8e95a2e03 mmc: davinci_mmc: Convert to platform remove callback returning void 8ea8ef5e4217 ftrace: Fix possible use-after-free issue in ftrace_location() ce1b8b30d79a x86/ibt,ftrace: Search for __fentry__ location db11ccb43ae7 serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler f518bf02dd0e serial: sc16is7xx: replace hardcoded divisor value with BIT() macro 62d5550ab620 Bluetooth: qca: fix info leak when fetching fw build id c3c1bd421db6 Bluetooth: qca: add support for QCA2066 63053181b20e Bluetooth: qca: use switch case for soc type behavior 60ff5e040527 Bluetooth: btqca: Add WCN3988 support 76649dae9615 Bluetooth: btqca: use le32_to_cpu for ver.soc_id 852a311d63fc Bluetooth: hci_qca: mark OF related data as maybe unused a9935c14a789 skbuff: introduce skb_pull_data 28478f4ef9ec misc/pvpanic-pci: register attributes via pci_driver 10921527ae88 misc/pvpanic: deduplicate common code 7be0bdbcb977 pvpanic: Indentation fixes here and there 52b5d3ca1364 pvpanic: Keep single style across modules 2677eec526da drm/amd/display: Fix incorrect DSC instance for MST f055ddbc82fa drm/amd/display: drop unnecessary NULL checks in debugfs 2d8139599ecf drm/amd/display: Clean up some inconsistent indenting 8480f6083031 drm/amd/display: Handle Y carry-over in VCP X.Y calculation 50b878ed127e iio: accel: mxc4005: Reset chip on probe() and resume() 3613e5023f09 usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete 3ec6464f050d usb: gadget: f_fs: use io_data->status consistently a0bc020592b5 ipv6: fix possible race in __fib6_drop_pcpu_from() d34d3b3f9224 af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill(). bdb5e4fbad58 af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen(). 9402362b4c14 af_unix: Use skb_queue_empty_lockless() in unix_release_sock(). 0142dce07799 af_unix: annotate lockless accesses to sk->sk_err c633ff24d961 af_unix: Use unix_recvq_full_lockless() in unix_stream_connect(). 2c2e9cab9b2a af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen. 69e797f63468 af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG. 836a0b57633f af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb(). cb1b9bee4b98 af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg(). 8807ca49c903 af_unix: Annotate data-race of sk->sk_state in unix_stream_connect(). c8f2ebbb0e0c net: drop nopreempt requirement on sock_prot_inuse_add() aa4ed1e0f6cc net: inline sock_prot_inuse_add() d8653ec0e38d af_unix: Annotate data-races around sk->sk_state in unix_write_space() and poll(). 892cbc48c643 af_unix: Annotate data-race of sk->sk_state in unix_inq_len(). 5b9668fd8741 af_unix: Annodate data-races around sk->sk_state for writers. c8ffe6b44c3c af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer. aed4a2b3eccc ptp: Fix error message on failed pin verification d3dde4c217f0 net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP 582c32e6df40 tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB d69cac92d1d9 vxlan: Fix regression when dropping packets due to invalid src addresses 598572c64287 net: sched: sch_multiq: fix possible OOB write in multiq_tune() 994c0f46668b octeontx2-af: Always allocate PF entries from low prioriy zone 789bd77c9342 bpf: Set run context for rawtp test_run callback c30a334011f6 ipv6: sr: block BH in seg6_output_core() and seg6_input_core() 50a5dd6de147 net/ncsi: Fix the multi thread manner of NCSI driver d5869d550ded net/ncsi: Simplify Kconfig/dts control flow 7664a26be043 wifi: mac80211: correctly parse Spatial Reuse Parameter Set element 65686118845d wifi: iwlwifi: mvm: don't read past the mfuart notifcation f777792952d0 wifi: iwlwifi: mvm: check n_ssids before accessing the ssids ab4cd503fd4e wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef 3ce4c7e7fc0c wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 008ab7cc3292 wifi: cfg80211: pmsr: use correct nla_get_uX functions dfd84ce41663 wifi: cfg80211: Lock wiphy in cfg80211_get_station d90bdff79f8e wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() c4c865f971fd wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects b8086c3c1548 reiserfs: Avoid touching renamed directory if parent does not change ea091017ef62 ipv6: Fix data races around sk->sk_prot. ff8710da80ee ipv6: annotate some data-races around sk->sk_prot e8c2eafaaa6a tcp: Fix data races around icsk->icsk_af_ops. 8d1bab770956 locking/rwsem: Disable preemption while trying for rwsem lock 7c82dac02886 block, loop: support partitions without scanning 45f504f301d4 bpftool: Fix pretty print dump for maps without BTF loaded 1f24338cb789 jbd2: Drop the merge conflicted hunk e1d0e3c51bde tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes 1abe841fe331 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes 6224acfc1d56 tpm: Add flag to use default cancellation policy 1cd19d48fb90 tpm: tis_i2c: Fix sanity check interrupt enable mask a883da132fa8 tpm: Add tpm_tis_i2c backend for tpm_tis_core a742ac8a1c51 tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer ef495c5f45f2 tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops 1f3be2e23aa6 gcc-plugins: Reorganize gimple includes for GCC 13 24615a3b932a ata: ahci: fix enum constants for gcc-13 5d6cb145541a net: stmmac: Enable mac_managed_pm phylink config fd93aabb4287 tools/resolve_btfids: Use pkg-config to locate libelf 130f9da78406 tools/resolve_btfids: Build with host flags 00f2f1a782f9 tools/resolve_btfids: Support cross-building the kernel with clang 17776a4ba9c2 tools/resolve_btfids: Install libbpf headers when building 7c9808380d70 libbpf: Make libbpf_version.h non-auto-generated 37ae1ba791ac libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations a2667e6d7314 drm/radeon: free iio for atombios when driver shutdown f100c753aa1f powerpc: Fix reschedule bug in KUAP-unlocked user copy da5513f30187 libbpf: Fix build warning on ref_ctr_off 4c5a089621a8 perf python: Account for multiple words in CC 1c5699ee85d4 fs: move S_ISGID stripping into the vfs_*() helpers 838f5d0701d8 fs: add mode_strip_sgid() helper d97172683641 squashfs: provide backing_dev_info in order to disable read-ahead ed037d7be40c irq_work: use kasan_record_aux_stack_noalloc() record callstack 1363bd7dbde3 ixgbevf: add disable link state e5601ae2bd24 ixgbe: add improvement for MDD response functionality caa57cd80575 ixgbe: add the ability for the PF to disable VF link state 16a77bfcc7df Check /dev/console using init_stat() 04574fd5579a tracing/arm: Have max stack tracer handle the case of return address after data 0e51e5717018 gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully 1e6b7da6ddba drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES 493160901320 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 04224f725aa3 irqchip/gic-v3-its: Skip HP notifier when no ITS is registered 6f6c2996a81c irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve 1fa94473423f irqchip/gic-v3-its: Give the percpu rdist struct its own flags field 6013d1ae5feb cert host tools: Stop complaining about deprecated OpenSSL functions efe20512212b init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash a40d2daf2795 pnmtologo: use relocatable file name 3b40d5b41155 of: configfs: remove unused variable overlay_lock 6c085baf1838 tools: use basename to identify file in gen-mach-types 2fca0fd71981 lib/build_OID_registry: fix reproducibility issues 0f586f4ee8ad vt/conmakehash: improve reproducibility a75774679f28 OF: DT-Overlay configfs interface (v8) d179c639b30b x86/boot: Wrap literal addresses in absolute_pointer() 856ec356cf91 ACPI: thermal: drop an always true check 7614af249993 xfs: Fix -Werror=dangling-pointer work-around for older GCC 41470215f97e xfs: Work around GCC 12 -Werror=dangling-pointer for xfs_attr_remote.o 44a445c1922d virtio-pci: Remove wrong address verification in vp_del_vqs() 77aa9e489eaf bpf: Disallow unprivileged bpf by default ebfb1822e9f9 fs/aufs: fixup 5.15.36 fixups 4eba9348d3e2 Revert "Revert "fbdev: Hot-unplug firmware fb devices on forced removal"" 5df6d1b00f95 jbd2: fix use-after-free of transaction_t race 2d83e8196487 jbd2: refactor wait logic for transaction updates into a common function 07a63f760793 netfilter: conntrack: avoid useless indirection during conntrack destruction 4e7122625996 Revert "fbdev: Hot-unplug firmware fb devices on forced removal" 7ba4cb36fd4f rcu: Avoid alloc_pages() when recording stack f78574dee71e kasan: test: silence intentional read overflow warnings d313cb89b6b1 kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC 5e279d5647cc arm64: support page mapping percpu first chunk allocator e5bf16752dca vmalloc: choose a better start address in vm_area_register_early() 660b3d21b46f kasan: test: bypass __alloc_size checks 00aa7573e53a kasan: test: add memcpy test that avoids out-of-bounds write 67becf0b1bd4 kasan: fix tag for large allocations when using CONFIG_SLAB bedf1e033213 workqueue, kasan: avoid alloc_pages() when recording stack 7195b67ce69b kasan: generic: introduce kasan_record_aux_stack_noalloc() bdff763f0e29 kasan: common: provide can_alloc in kasan_save_stack() 51423ebb36ad lib/stackdepot: introduce __stack_depot_save() 85373e66d847 lib/stackdepot: remove unused function argument 5b6cc9b251f3 lib/stackdepot: include gfp.h c9f3902d8069 aufs: reduce overhead for "code present but disabled" use case. b98d189df02c aufs: bugfix, umount passes NULL to ->parse_monolithic() 13b883cbbbd9 aufs standalone: cosmetic, missing copyright sentence 21f8b0d81898 aufs: 5.15.5-20220117 ---> 5.15.5-20220221 6199fd896645 aufs: tiny, headers after fs_context 8ddb40e31c29 aufs: fs_context 7/7, finally remount 69035f71c6fd aufs: fs_context 6/7, now mount bc841b970697 aufs: fs_context 5/7, parse all other mount options 435188053da2 aufs: fs_context 4/7, parse xino options 9af1f1825cbd aufs: fs_context 3/7, parse the branch-management options 1c05eb767f8c aufs: fs_context 2/7, parse "br" mount option a8488f603134 aufs: fs_context 1/7, skelton of the new shceme 8e32e0015564 aufs: pre fs_context, convert a static flag to a macro f90cb4144aec aufs: pre fs_context, support the incomplete sb and sbinfo case 948762ef859c aufs: pre fs_context, convert the type of alloc_sbinfo() 77151a08776b aufs: 5.15.5-20211129 ---> 5.15.5-20220117 2539adbbbe1e aufs: 5.14-20211018 ---> 5.15.5-20211129 7d32b25193c4 aufs: for v5.15-rc1, sync_inode() is gone 66ec0c509225 aufs: for v5.15-rc1, new param 'rcu' for ->get_acl() 69709dc518cd aufs: for v5.15-rc1, no mand-lock anymore ada8fe9543e5 aufs: 5.14-20210906 ---> 5.14-20211018 b77f7f3f394a Revert "aufs: adjust to v5.15 fs changes" 81bdce5b5876 tick/nohz: WARN_ON --> WARN_ON_ONCE to prevent console saturation 97c963889222 sched/isolation: really align nohz_full with rcu_nocbs 871f23ad3627 Revert "ARM: defconfig: Enable ax88796c driver for Exynos boards" ffad0783dd5b ARM: config: multi v7: Regenerate defconifg 5c1e1a1ff2d3 ARM: config: multi v7: Add renamed symbols badaf96564fe ARM: config: multi v7: Clean up enabled by default options 34996040fc9b ARM: config: multi v7: Drop unavailable options 7f685244afb3 powerpc/mm: Switch obsolete dssall to .long 20301aeb1a64 riscv: fix build with binutils 2.38 9df58d070506 powerpc/lib/sstep: fix 'ptesync' build error 720b61fc400b x86_64_defconfig: Fix warnings 02bf23d26bc4 arm64: defconfig: cleanup config options 05914e2c87e5 arm: defconfig: drop unused POWER_AVS option ffb532fa19b9 aufs5: fix build against v5.15.3+ a4b3abf4d96d qemux86: add configuration symbol to select values fee94ee09154 clear_warn_once: add a clear_warn_once= boot parameter 3d8762d900d9 clear_warn_once: bind a timer to written reset value 95faacac47e8 clear_warn_once: expand debugfs to include read support de20c4240018 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 0e4aacead9c1 perf: x86-32: explicitly include <errno.h> 9ad92c11468e perf: mips64: Convert __u64 to unsigned long long 09e7efe3e68a perf: fix bench numa compilation e79becc44fa6 perf: add SLANG_INC for slang.h b1033b588681 perf: add sgidefs.h to for mips builds cf9db484ac0b perf: change --root to --prefix for python install 7fd052c2c562 perf: add 'libperl not found' warning 27a437cdd469 perf: force include of <stdbool.h> 3b99d21bec2f fat: don't use obsolete random32 call in namei_vfat a7e9293b506b FAT: Added FAT_NO_83NAME 6fd0e71d9e5c FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option c379b0d324ae FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 538be0fdb124 aufs: adjust to v5.15 fs changes f45da75c8759 aufs5: core 047f57e07e01 aufs5: standalone 029fc15574c8 aufs5: mmap 610d0192ee94 aufs5: base d4e428d0ec5f aufs5: kbuild eb067eca251a yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL 286af18d0875 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 24d59a4e26a6 yaffs2: v5.12+ build fixups (not runtime tested) 22c73536d5d7 yaffs: include blkdev.h 506b7251bfb8 yaffs: fix misplaced variable declaration a0e26ff364dc yaffs2: v5.6 build fixups b10b1b2d169e yaffs2: fix memory leak when /proc/yaffs is read ad9adccbb214 yaffs: add strict check when call yaffs_internal_read_super 2e3c3aec8279 yaffs: repair yaffs_get_mtd_device d662538516a7 yaffs: Fix build failure by handling inode i_version with proper atomic API 70a6113ee2c7 yaffs2: fix memory leak in mount/umount 3378e4a9e404 yaffs: Avoid setting any ACL releated xattr ec2284edddef Yaffs:check oob size before auto selecting Yaffs1 c2a49874051c fs: yaffs2: replace CURRENT_TIME by other appropriate apis e9a5105a3e73 yaffs2: adjust to proper location of MS_RDONLY 608807406f13 yaffs2: import git revision b4ce1bb (jan, 2020) 89e660ece42c initramfs: allow an optional wrapper script around initramfs generation b179dbc9aa10 iwlwifi: select MAC80211_LEDS conditionally 3fd5ca3673d0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) d1f6edbf0188 arm64/perf: Fix wrong cast that may cause wrong truncation d202fb2caf33 defconfigs: drop obselete options 9a27e3b5f4e7 arm64/perf: fix backtrace for AAPCS with FP enabled e20d8cf019b4 linux-yocto: Handle /bin/awk issues b6d2a3dbbd3a uvesafb: provide option to specify timeout for task completion adb40f1e6a1a uvesafb: print error message when task timeout occurs f280a1ed0962 compiler.h: Undef before redefining __attribute_const__ 4352732f268c vmware: include jiffies.h 7954a677968d Resolve jiffies wrapping about arp 5f28a1035d95 nfs: Allow default io size to be configured. 0d7260ad7106 check console device file on fs when booting 900a12e37e0a mount_root: clarify error messages for when no rootfs found 7b878cbea726 menuconfig,mconf-cfg: Allow specification of ncurses location 6604fc1763b3 modpost: mask trivial warnings 0d294adb09cb kbuild: exclude meta directory from distclean processing a097cdd95a9e powerpc: serialize image targets 5db6ec39a0a3 arm: serialize build targets cbabca27905e crtsavres: fixups for 5.4+ 7fc7656ed403 powerpc/ptrace: Disable array-bounds warning with gcc8 a5faac5a19a2 powerpc: Disable attribute-alias warnings from gcc8 186c54665b67 powerpc: add crtsavres.o to archprepare for kbuild d1ea862964ca powerpc: kexec fix for powerpc64 2ac35b89a0f9 powerpc: Add unwind information for SPE registers of E500 core 2e1c348a28bb mips: vdso: fix 'jalr $t9' crash in vdso code ec57870b303a mips: Kconfig: add QEMUMIPS64 option 6a81b3c08107 4kc cache tlb hazard: tlbp cache coherency 74e3b2a21e54 malta uhci quirks: make allowance for slow 4k(e)c 22e65b63d3b4 arm/Makefile: Fix systemtap b7f1ab59f19e vexpress: Pass LOADADDR to Makefile ce2800c73bf7 arm: ARM EABI socketcall 019d142fd956 ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: 4fa68c5a358f369d59c32f3c4c7bb33a2a051cb5) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/5.15: update to v5.15.161Bruce Ashfield2024-08-083-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: 4878aadf2d15 Linux 5.15.161 24665fc4bbef scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version > 5 59b12bff04dd NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS f80c02175293 nfs: fix undefined behavior in nfs_block_bits() 480aba20fa08 EDAC/igen6: Convert PCIBIOS_* return codes to errnos 4ead622f74c9 i3c: master: svc: fix invalidate IBI type and miss call client IBI handler 08de19f2b7a8 s390/cpacf: Make use of invalid opcode produce a link error edaaf1f94e24 s390/cpacf: Split and rework cpacf query functions 67011123453b s390/ap: Fix crash in AP internal function modify_bitmap() 681ff9a09acc ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() 74f234f2b1d8 ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow 0b787c79dab9 sparc: move struct termio to asm/termios.h eacb8b195579 net: fix __dst_negative_advice() race f76fd94ae697 kdb: Use format-specifiers rather than memset() for padding in kdb_read() 98261a093571 kdb: Merge identical case statements in kdb_read() 1c214d379191 kdb: Fix console handling when editing and tab-completing commands e350d3a6bfb8 kdb: Use format-strings rather than '\0' injection in kdb_read() f636a40834d2 kdb: Fix buffer overflow during tab-complete 3f531c4cb789 watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin 40f05fd442ba sparc64: Fix number of online CPUs 532f40f279dc intel_th: pci: Add Meteor Lake-S CPU support 89969ffbeb94 net/9p: fix uninit-value in p9_client_rpc() c84978d773f3 net/ipv6: Fix route deleting failure when metric equals 0 3fb4601e0db1 crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak 8287a9d7d45e crypto: ecrdsa - Fix module auto-load on add_key b76d165bb4ad crypto: ecdsa - Fix module auto-load on add-key b7e69087b03f KVM: arm64: Allow AArch32 PSTATE.M to be restored as System mode 511ff49371b9 KVM: arm64: Fix AArch32 register narrowing on userspace write 421b55ea8497 drm/amdgpu/atomfirmware: add intergrated info v2.3 table 4b2c67e30b4e fbdev: savage: Handle err return when savagefb_check_var failed ef34833373ed mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-A ffb56af9f293 mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not working 8280d35cb9ee mmc: sdhci-acpi: Sort DMI quirks alphabetically ee89a7d663da mmc: core: Add mmc_gpiod_set_cd_config() function 4b2be0d3e3ad media: v4l2-core: hold videodev_lock until dev reg, finishes e8b445e1578b media: mxl5xx: Move xpt structures off stack 8149eaddde86 media: mc: mark the media devnode as registered from the, start 9c414fdb803a arm64: dts: hi3798cv200: fix the size of GICR e586ec1890cf wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path 4437888840d1 wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE 70787344e5f4 wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU 098d54934814 md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING f085591a871f arm64: dts: qcom: qcs404: fix bluetooth device address 0778d97bcae6 arm64: tegra: Correct Tegra132 I2C alias dc15cd0a8964 ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx 83c4aba920e3 soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request 2226b145afa5 thermal/drivers/qcom/lmh: Check for SCM availability at probe c422e1d407ae ata: pata_legacy: make legacy_exit() work again ea906e9ac61e drm/amdgpu: add error handle to avoid out-of-bounds 526238d32c3a media: lgdt3306a: Add a check against null-pointer-def 1640dcf383cd f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode() 3feac2b55293 sunrpc: exclude from freezer when waiting for requests: a89f73ed5630 scripts/gdb: fix SB_* constants parsing e9ffc1951302 net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT c23b1a3bdbca net: dsa: sja1105: always enable the INCL_SRCPT option 21c0fe2dfbbb vxlan: Fix regression when dropping packets due to invalid src addresses 874aae15fbef mptcp: fix full TCP keep-alive support 7f8c1cbb7819 Revert "drm/amdgpu: init iommu after amdkfd device init" e65ccf3a4de4 nilfs2: fix use-after-free of timer for log writer thread f2aca0a2d940 afs: Don't cross .backup mountpoint from backup volume 88678723cb0b io_uring: fail NOP if non-zero op flags is passed in e345538cbc2f mmc: core: Do not force a retune before RPMB switch 2ac168c67267 drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes 786c27982a39 drm: Check output polling initialized before disabling b4878ea99f2b SUNRPC: Fix loop termination condition in gss_free_in_token_pages() a896c674d512 media: cec: core: add adap_nb_transmit_canceled() callback 8d49ca19727b net: ena: Fix DMA syncing in XDP path when SWIOTLB is on 9eeda3e0071a genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline 625872d22f53 KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID 83f0ba8592b9 ALSA: timer: Set lower bound of start tick time 9b65598adffa hwmon: (shtc1) Fix property misspelling 183c4b416454 ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound 2292bfd243ae net: ena: Fix redundant device NUMA node override 477c137131ec net: ena: Reduce lines with longer column width boundary a087d4b502ff net: ena: Add dynamic recycling mechanism for rx buffers 600e8d0f47f6 net: ena: Do not waste napi skb cache cd549bd6cb1e net: ena: Extract recurring driver reset code into a function 4ad48d7f26bb net: ena: Add capabilities field with support for ENI stats capability e5ed2cd0550f spi: stm32: Don't warn about spurious interrupts cbd383ebbabe kconfig: fix comparison to constant symbols, 'm', 'n' 6fe5af4ff06d netfilter: tproxy: bail out if IP has been disabled on the device 47ef50eb0443 netfilter: nft_payload: skbuff vlan metadata mangle support 831292373921 netfilter: nft_payload: rebuild vlan header on h_proto access ae4053a6d4e3 netfilter: nft_payload: rebuild vlan header when needed bf83de0a51f2 netfilter: nft_payload: move struct nft_payload_set definition where it belongs b02c55e47e94 net:fec: Add fec_enet_deinit() 11e8ecc5b860 bpf: Allow delete from sockmap/sockhash only if update is allowed a1f34dd7b8bb net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM 25571a12fbc8 enic: Validate length of nl attributes in enic_set_vf_port e5138f43c97d bpf: Fix potential integer overflow in resolve_btfids 9d75fab2c14a dma-buf/sw-sync: don't enable IRQ from sync_print_obj() d523719e7436 net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer exhaustion 98f1c6e5d73a net/mlx5e: Fix IPsec tunnel mode offload feature check 16f0de919100 net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061 81f9b2a9a8c5 nvmet: fix ns enable/disable possible hang b41b0018e8ca dma-mapping: benchmark: handle NUMA_NO_NODE correctly 35d31c8bd472 dma-mapping: benchmark: fix node id validation 314607e65a67 spi: Don't mark message DMA mapped when no transfer in it is 748cf3c26cfd netfilter: nft_payload: restore vlan q-in-q match support 25ea5377e3d2 netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu() 5935b9ff690d ice: Interpret .set_channels() input differently 0f3ced8b4d33 nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() 6e48baec2e15 nfc: nci: Fix kcov check in nci_rx_work() 2c260a24cf1c tls: fix missing memory barrier in tls_init 2cc3da9ae0f4 net: fec: avoid lock evasion when reading pps_enable b8d78a7573ff riscv: stacktrace: fixed walk_stackframe() aae5f57c43a9 riscv: stacktrace: Make walk_stackframe cross pt_regs frame 42d30da50d5c virtio: delete vq in vp_find_vqs_msix() when request_irq() fails c1929c041a26 arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY 6eec23fa6e90 openvswitch: Set the skbuff pkt_type for proper pmtud support. 8602150286a2 tcp: Fix shift-out-of-bounds in dctcp_update_alpha(). 61d31ac85b45 ipv6: sr: fix memleak in seg6_hmac_init_algo 518a994aa0b8 af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. 39818fbd3e3a rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL e5c34f10534d sunrpc: fix NFSACL RPC retry on soft mount 61ceeebbd2a0 NFSv4: Fixup smatch warning for ambiguous return 1c03ea9acb14 ASoC: tas2552: Add TX path for capturing AUDIO-OUT data ad4d196d2008 nfc: nci: Fix uninit-value in nci_rx_work e8688218e381 ipv6: sr: fix missing sk_buff release in seg6_input_core c707bf57a8db net: Always descend into dsa/ folder with CONFIG_NET_DSA enabled 42952002ec9f x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y dab0d7e67d33 regulator: bd71828: Don't overwrite runtime voltages fde10aab8264 ASoC: mediatek: mt8192: fix register configuration for tdm 4bb60a0ecee3 null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION() f86a3b7ce88b media: cec: core: avoid confusing "transmit timed out" message b5da8217c000 media: cec: core: avoid recursive cec_claim_log_addrs 1e2dbdf6ec88 media: cec-adap.c: drop activate_cnt, use state info instead 1d1d76a69961 media: cec: use call_op and check for !unregistered 54e5e151eb4f media: cec: correctly pass on reply results b945810fe2cb media: cec: abort if the current transmit was canceled 6f6340dbe60b media: cec: call enable_adap on s_log_addrs f0266ee4cd03 media: cec: cec-api: add locking in cec_release() 2698f28b1d1e media: cec: cec-adap: always cancel work in cec_transmit_msg_fh 026ea9532a9b um: Fix the -Wmissing-prototypes warning for __switch_mm 97e1f40f9f51 powerpc/pseries: Add failure related checks for h_get_mpp and h_get_ppp c94e77516fc3 media: flexcop-usb: fix sanity check of bNumEndpoints 061057a94997 media: flexcop-usb: clean up endpoint sanity checks f99809fdeb50 Input: cyapa - add missing input core locking to suspend/resume functions 124b0afdd17c scsi: qla2xxx: Replace all non-returning strlcpy() with strscpy() 7532bcec0797 media: stk1160: fix bounds checking in stk1160_copy_video() 6721557404cf drm/bridge: tc358775: fix support for jeida-18 and jeida-24 a2de301d90b7 fs/ntfs3: Use variable length array instead of fixed size 2d1ad595d15f fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow 90bfce05a370 um: vector: fix bpfflash parameter evaluation 31960d991e43 um: Add winch to winch_handlers before registering winch IRQ 78863940745f um: Fix return value in ubd_init() 0854c0efd383 drm/msm/dpu: Always flush the slave INTF on the CTL 912f8385ebfc drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk a992b28aa265 Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation ccdc1b2baa36 mmc: sdhci_am654: Fix ITAPDLY for HS400 timing a2ffc95f2c9e mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock 81360e7fdc3c mmc: sdhci_am654: Add OTAP/ITAP delay enable 21deb1a72279 mmc: sdhci_am654: Drop lookup for deprecated ti,otap-del-sel e5eefc47c934 mmc: sdhci_am654: Write ITAPDLY for DDR52 timing b2d13473d091 mmc: sdhci_am654: Add tuning algorithm for delay chain f23f82b42556 Input: ioc3kbd - add device table 369d8da0185b Input: ioc3kbd - convert to platform remove callback returning void 13e975b09b1e Input: ims-pcu - fix printf string overflow e1e40928b78b s390/boot: Remove alt_stfle_fac_list from decompressor 3a091c2010aa s390/ipl: Fix incorrect initialization of nvme dump block 79e71379f3a2 s390/ipl: Fix incorrect initialization of len fields in nvme reipl block cede8ab8528f s390/vdso: Use standard stack frame layout 24d50b7148b2 s390/vdso: Generate unwind information for C modules ddfd7ca99e7c s390/vdso64: filter out munaligned-symbols flag for vdso 1bc9dd3aea45 s390/vdso: filter out mno-pic-data-is-text-relative cflag 6dbeee1608ea libsubcmd: Fix parse-options memory leak b28bdc96074b serial: sh-sci: protect invalidating RXDMA on shutdown 8acae0472150 f2fs: compress: don't allow unaligned truncation on released compress inode 3109022d9fb4 f2fs: fix to release node block count in error path of f2fs_new_node_page() b5bac43875aa f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock 8a8b95be1649 PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 44568a390006 PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 d3c257aa1bc0 extcon: max8997: select IRQ_DOMAIN instead of depending on it b65d0410b879 ppdev: Add an error check in register_device 5276c9d90df7 ppdev: Remove usage of the deprecated ida_simple_xx() API 7419df1acffb stm class: Fix a double free in stm_register_device() 170b600e5cc3 usb: gadget: u_audio: Clear uac pointer when freed. b17f6f448b13 watchdog: bd9576: Drop "always-running" property a87a838c6835 watchdog: bd9576_wdt: switch to using devm_fwnode_gpiod_get() 0a1c804cf250 dt-bindings: pinctrl: mediatek: mt7622: fix array properties e1768962f1ac microblaze: Remove early printk call from cpuinfo-static.c ee0cb15a1405 microblaze: Remove gcc flag for non existing early_printk.c file 9b4eee8572dc fpga: region: add owner module and take its refcount 33c213cdfc62 fpga: region: Use standard dev_release for class driver 194e0455273c coresight: etm4x: Fix access to resource selector registers 4bc3921911e3 coresight: etm4x: Safe access for TRCQCLTR e1eb887d81b7 coresight: etm4x: Cleanup TRCIDR0 register accesses 4d166858650d coresight: no-op refactor to make INSTP0 check more idiomatic 355144530b74 coresight: etm4x: Do not save/restore Data trace control registers ee5f0eca94b8 coresight: etm4x: Do not hardcode IOMEM access for register restore f437c761fc8a iio: pressure: dps310: support negative temperature values 39c2c97507c8 coresight: etm4x: Fix unbalanced pm_runtime_enable() 919f899a2207 f2fs: fix to check pinfile flag in f2fs_move_file_range() 2623fae7e769 f2fs: fix to relocate check condition in f2fs_fallocate() 71486c10c550 f2fs: fix typos in comments 603c0c3a83fc f2fs: do not allow partial truncation on pinned file 4f0750bf8a33 f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file() 4eb2124f453a f2fs: convert to use sbi directly 84908c23a90e f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_compress_blocks() eeabb84d796e dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties b8e68dbc490a dt-bindings: PCI: rcar-pci-host: Add optional regulators 703fd706fc14 serial: sc16is7xx: add proper sched.h include for sched_set_fifo() dcf811e15ae2 PCI: tegra194: Fix probe path for Endpoint mode 088139c9d36d greybus: arche-ctrl: move device table to its right location b0008a4c83a6 serial: max3100: Fix bitwise types 361a92c9038e serial: max3100: Update uart_driver_registered on driver removal 78dbda51bb42 serial: max3100: Lock port->lock when calling uart_handle_cts_change() 5786b3696110 firmware: dmi-id: add a release callback function 6bc7423ffdab dmaengine: idma64: Add check for dma_set_max_seg_size 902f6d656441 soundwire: cadence: fix invalid PDI offset a762959a6f43 f2fs: fix to wait on page writeback in __clone_blkaddrs() aaac91468f5b f2fs: Delete f2fs_copy_page() and replace with memcpy_page() 330f6bcdcef0 greybus: lights: check return of get_channel_from_mode c002914c0ac9 sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() cc1e9513c180 sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level c335ad738f52 af_packet: do not call packet_read_pending() from tpacket_destruct_skb() 421c50fa8183 netrom: fix possible dead-lock in nr_rt_ioctl() eaa53a28b74b net: qrtr: ns: Fix module refcnt d449edd8063e selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval ca759d47ec49 RDMA/IPoIB: Fix format truncation compilation errors 099750e9d950 selftests/kcmp: remove unused open mode e26259f7e754 selftests/kcmp: Make the test output consistent and clear fe0b474974fe SUNRPC: Fix gss_free_in_token_pages() 3ae762f26b67 ext4: fix potential unnitialized variable 5267b649a956 ext4: remove unused parameter from ext4_mb_new_blocks_simple() 778b1ac4d672 ext4: try all groups in ext4_mb_new_blocks_simple 2b9310a99d5b ext4: fix unit mismatch in ext4_mb_new_blocks_simple db26ff923faa ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simple 33feac2e8df3 sunrpc: removed redundant procp check 5c6705aa47b5 drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() 5283ac5e0788 virt: acrn: stop using follow_pfn af453dfb4516 virt: acrn: Prefer array_size and struct_size over open coded arithmetic 239a1dfaaf9b ext4: avoid excessive credit estimate in ext4_tmpfile() 69db696bdb74 x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map 08d1c49bfa58 clk: qcom: mmcc-msm8998: fix venus clock issue cc699b7eb2bc RDMA/hns: Modify the print level of CQE error 4d5b155cd495 RDMA/hns: Use complete parentheses in macros fc6342d4f082 RDMA/hns: Fix GMV table pagesize 4a3be1a0ffe0 RDMA/hns: Fix deadlock on SRQ async events. ed159691a29c RDMA/hns: Fix return value in hns_roce_map_mr_sg f0b2483d45be RDMA/mlx5: Adding remote atomic access flag to updatable flags 74a9b48bc53c drm/mipi-dsi: use correct return type for the DSC functions 910594fe9208 drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector 6b887596b6d9 drm/bridge: tc358775: Don't log an error when DSI host can't be found 078192c48473 drm/bridge: lt9611: Don't log an error when DSI host can't be found fb444706ff8c drm/bridge: lt8912b: Don't log an error when DSI host can't be found 7b94000a8cd1 ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value 6cf1874aec42 drm: vc4: Fix possible null pointer dereference 3e54d4e95120 drm/arm/malidp: fix a possible null pointer dereference 82c2c85aead3 media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries f709129f82c2 fbdev: sh7760fb: allow modular build 5f61df672368 media: dt-bindings: ovti,ov2680: Fix the power supply names da8608cf2e5b media: ipu3-cio2: Request IRQ earlier 04e8b87339d0 media: ipu3-cio2: Use temporary storage for struct device pointer 89788cd9824c drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference 3770a54a0867 media: radio-shark2: Avoid led_names truncations 5a0736545151 media: ngene: Add dvb_ca_en50221_init return value check 916143cff84f fbdev: sisfb: hide unused variables 1db23928d6ef powerpc/fsl-soc: hide unused const variable 0e3b6f912372 drm/mediatek: Add 0 size check to mtk_drm_gem_obj eb1caaa00e75 drm/meson: vclk: fix calculation of 59.94 fractional rates d48d0c5fd733 ASoC: kirkwood: Fix potential NULL dereference 22509899d56d fbdev: shmobile: fix snprintf truncation 99bc9199de86 mtd: rawnand: hynix: fixed typo 96725324ef44 mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add() 58374345112a ASoC: Intel: Disable route checks for Skylake boards ced9c4e2289a drm/amd/display: Fix potential index out of bounds in color transformation function 5391368a87bd dev_printk: Add and use dev_no_printk() 6558872aa04a printk: Let no_printk() use _printk() 21ca029e23ea mptcp: SO_KEEPALIVE: fix getsockopt support 16da7f772837 s390/bpf: Emit a barrier for BPF_FETCH instructions 3cb92b0ad73d net/mlx5: Discard command completions in internal error 1a63730fb315 ipv6: sr: fix invalid unregister error path 17e99ea1313b ipv6: sr: fix incorrect unregister order bc1b9c255bf2 ipv6: sr: add missing seg6_local_exit 483eb70f441e net: openvswitch: fix overwriting ct original tuple for ICMPv6 14f28fd93245 net: usb: smsc95xx: stop lying about skb->truesize 9aa8773abfa0 af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg 4cca12e15a22 net: ethernet: cortina: Locking fixes fbeeb55dbb33 eth: sungem: remove .ndo_poll_controller to avoid deadlocks fb724a948d23 net: ipv6: fix wrong start position when receive hop-by-hop fragment 48629bdb39e2 m68k: mac: Fix reboot hang on Mac IIci 77b2b67a0f8b m68k: Fix spinlock race in kernel thread creation 1119da6a72b7 net: usb: sr9700: stop lying about skb->truesize 097a9a015b4f usb: aqc111: stop lying about skb->truesize 0488f7bcac2c wifi: mwl8k: initialize cmd->addr[] properly 37c82d000270 scsi: qla2xxx: Fix debugfs output for fw_resource_count dccd97b39ab2 scsi: qedf: Ensure the copied buf is NUL terminated 1708e3cf2488 scsi: bfa: Ensure the copied buf is NUL terminated 3dfc214de694 HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors 44d7f481da7e selftests/resctrl: fix clang build failure: use LOCAL_HDRS 0af9e305f1c2 selftests/binderfs: use the Makefile's rules, not Make's implicit rules 1e6a56726699 Revert "sh: Handle calling csum_partial with misaligned data" 50e409546001 sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe() b4c24de37a6b wifi: ar5523: enable proper endpoint verification 6a9892bf24c9 wifi: carl9170: add a proper sanity check for endpoints 010d4cb19bb1 macintosh/via-macii: Fix "BUG: sleeping function called from invalid context" 7075faa7544f net: give more chances to rcu in netdev_wait_allrefs_any() 822c8bb7b9b0 pwm: sti: Simplify probe function using devm functions 1370b265cdb2 pwm: sti: Prepare removing pwm_chip from driver data 2da4e80a6791 pwm: sti: Convert to platform remove callback returning void 05c6b7473427 tcp: avoid premature drops in tcp_add_backlog() e040b08648d5 net: dsa: mv88e6xxx: Avoid EEPROM timeout without EEPROM on 88E6250-family switches 25479712dab1 net: dsa: mv88e6xxx: Add support for model-specific pre- and post-reset handlers 719dac9679fa wifi: ath10k: populate board data for WCN3990 2142fc035872 wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() 27600e0c5272 thermal/drivers/tsens: Fix null pointer dereference 89e2d5f29a36 x86/purgatory: Switch to the position-independent small code model 83d460c9f4e4 scsi: hpsa: Fix allocation size for Scsi_Host private data a3f5c4404a46 scsi: libsas: Fix the failure of adding phy with zero-address to port 9a185cc5a79b cppc_cpufreq: Fix possible null pointer dereference 65cbcec7db54 udp: Avoid call to compute_score on multiple sites 547c22f28cd7 net: remove duplicate reuseport_lookup functions 284f738be643 net: export inet_lookup_reuseport and inet6_lookup_reuseport 35db5e76d5e9 cpufreq: exit() callback is optional 43b27f9714bd cpufreq: Rearrange locking in cpufreq_remove_dev() f0773bd7cab4 cpufreq: Split cpufreq_offline() 4b29dd145a06 cpufreq: Reorganize checks in cpufreq_offline() 83ca1efe5044 selftests/bpf: Fix umount cgroup2 error in test_sockmap d09a8f2d3004 gfs2: Fix "ignore unlock failures after withdraw" 1fa360d7441b gfs2: Don't forget to complete delayed withdraw d582bb39e0e3 ACPI: disable -Wstringop-truncation 96c44901df31 irqchip/loongson-pch-msi: Fix off-by-one on allocation error path e434ddd1da70 irqchip/alpine-msi: Fix off-by-one in allocation error path f98c6fd4ec2b scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPL 64875204247f scsi: ufs: core: Perform read back after disabling interrupts dd33e64e50de scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIV dca83b9fd190 scsi: ufs: qcom: Perform read back after writing CGC enable 8a4a516a7fdd scsi: ufs: qcom: Perform read back after writing unipro mode 49edc54dd9b3 scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW version major 5 f1f8d2978805 scsi: ufs: ufs-qcom: Fix the Qcom register name for offset 0xD0 52ac441ca7c9 scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1US a765a56392af scsi: ufs: qcom: Perform read back after writing reset bit f654b258e9fa bpf: Pack struct bpf_fib_lookup 1a82569ea51a qed: avoid truncating work queue length 97f0f81eca30 sched/fair: Add EAS checks before updating root_domain::overutilized 8a1f57539db4 x86/boot: Ignore relocations in .notes sections in walk_relocs() too b47b7640ea4c wifi: ath10k: poll service ready message before failing 69296914bfd5 md: fix resync softlockup when bitmap size is less than array size 54f39d56d6bf null_blk: Fix missing mutex_destroy() at module removal 3355628ed097 soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE a1d21bcd78cf jffs2: prevent xattr node from overflowing the eraseblock ff5dbd6a74ff s390/cio: fix tracepoint subchannel type field cc1e53c7f77d crypto: x86/sha512-avx2 - add missing vzeroupper 7bce9cd3da5a crypto: x86/sha256-avx2 - add missing vzeroupper d15b50f2ef6b crypto: x86/nh-avx2 - add missing vzeroupper b975277e6d7b crypto: ccp - drop platform ifdef checks 4e56db565120 parisc: add missing export of __cmpxchg_u8() 669ed3c1ea2d nilfs2: fix out-of-range warning 12db25a54ce6 ecryptfs: Fix buffer size for tag 66 packet eb6d925fe70c firmware: raspberrypi: Use correct device for DMA mappings d19ba2e3f5e7 mm/slub, kunit: Use inverted data to corrupt kmem cache c69a1e4b419c crypto: bcm - Fix pointer arithmetic 2be75d2a8d26 openpromfs: finish conversion to the new mount API cbfd1088e24e epoll: be better about file lifetimes 92de16aeca0e nvme: find numa distance only if controller has valid numa id e1e4e33df597 x86/mm: Remove broken vsyscall emulation code from the page fault code 8f11f991f221 drm/amdkfd: Flush the process wq before creating a kfd_process 77fb5cbe0228 ASoC: da7219-aad: fix usage of device_get_named_child_node() 19ef439df2a6 softirq: Fix suspicious RCU usage in __do_softirq() 1d3ff18aeee5 ASoC: rt715-sdca: volume step modification 5b49e8195f9a ASoC: rt715: add vendor clear control register 5b4d0d839995 regulator: vqmmc-ipq4019: fix module autoloading a06efd8ab975 ASoC: dt-bindings: rt5645: add cbj sleeve gpio property f8324c4c3555 ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating ab859797e4b8 regulator: irq_helpers: duplicate IRQ name 621cf1de2d23 selftests: sud_test: return correct emulated syscall value on RISC-V 3218fd551406 drm/amd/display: Set color_mgmt_changed to true on unsuspend c26b6683703b net: usb: qmi_wwan: add Telit FN920C04 compositions 551b1c385009 dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node a88b42393ab8 wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class ff80185e7b7b ALSA: Fix deadlocks with kctl removals at disconnection e7e0ca200772 ALSA: core: Fix NULL module pointer assignment at card init 98740ae2b361 fs/ntfs3: Break dir enumeration if directory contents error 562c86caed68 fs/ntfs3: Fix case when index is reused during tree transformation 7ab0c256964e fs/ntfs3: Taking DOS names into account during link counting 4a8cd11d8538 fs/ntfs3: Remove max link count info display during driver init 06afce714d87 nilfs2: fix potential hang in nilfs_detach_log_writer() 257d6c90dc38 nilfs2: fix unexpected freezing of nilfs_segctor_sync() e6062c494b93 net: smc91x: Fix m68k kernel compilation for ColdFire CPU f3a1efd98ba2 tools/latency-collector: Fix -Wformat-security compile warns 595363182f28 ring-buffer: Fix a race between readers and resize checks b6d21cf40de1 r8169: Fix possible ring buffer corruption on fragmented Tx packets. 528a620c1397 Revert "r8169: don't try to disable interrupts if NAPI is, scheduled already" 3adc11febf5a serial: 8250_bcm7271: use default_mux_rate if possible 504178fb7d9f speakup: Fix sizeof() vs ARRAY_SIZE() bug ab1e76993c2a tty: n_gsm: fix missing receive state reset after mode switch 4c267110fc11 tty: n_gsm: fix possible out-of-bounds in gsm0_receive() bdd621ccc993 x86/tsc: Trust initial offset in architectural TSC-adjust MSRs b8086c3c1548 reiserfs: Avoid touching renamed directory if parent does not change ea091017ef62 ipv6: Fix data races around sk->sk_prot. ff8710da80ee ipv6: annotate some data-races around sk->sk_prot e8c2eafaaa6a tcp: Fix data races around icsk->icsk_af_ops. 8d1bab770956 locking/rwsem: Disable preemption while trying for rwsem lock 7c82dac02886 block, loop: support partitions without scanning 45f504f301d4 bpftool: Fix pretty print dump for maps without BTF loaded 1f24338cb789 jbd2: Drop the merge conflicted hunk e1d0e3c51bde tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes 1abe841fe331 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes 6224acfc1d56 tpm: Add flag to use default cancellation policy 1cd19d48fb90 tpm: tis_i2c: Fix sanity check interrupt enable mask a883da132fa8 tpm: Add tpm_tis_i2c backend for tpm_tis_core a742ac8a1c51 tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer ef495c5f45f2 tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops 1f3be2e23aa6 gcc-plugins: Reorganize gimple includes for GCC 13 24615a3b932a ata: ahci: fix enum constants for gcc-13 5d6cb145541a net: stmmac: Enable mac_managed_pm phylink config fd93aabb4287 tools/resolve_btfids: Use pkg-config to locate libelf 130f9da78406 tools/resolve_btfids: Build with host flags 00f2f1a782f9 tools/resolve_btfids: Support cross-building the kernel with clang 17776a4ba9c2 tools/resolve_btfids: Install libbpf headers when building 7c9808380d70 libbpf: Make libbpf_version.h non-auto-generated 37ae1ba791ac libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations a2667e6d7314 drm/radeon: free iio for atombios when driver shutdown f100c753aa1f powerpc: Fix reschedule bug in KUAP-unlocked user copy da5513f30187 libbpf: Fix build warning on ref_ctr_off 4c5a089621a8 perf python: Account for multiple words in CC 1c5699ee85d4 fs: move S_ISGID stripping into the vfs_*() helpers 838f5d0701d8 fs: add mode_strip_sgid() helper d97172683641 squashfs: provide backing_dev_info in order to disable read-ahead ed037d7be40c irq_work: use kasan_record_aux_stack_noalloc() record callstack 1363bd7dbde3 ixgbevf: add disable link state e5601ae2bd24 ixgbe: add improvement for MDD response functionality caa57cd80575 ixgbe: add the ability for the PF to disable VF link state 16a77bfcc7df Check /dev/console using init_stat() 04574fd5579a tracing/arm: Have max stack tracer handle the case of return address after data 0e51e5717018 gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully 1e6b7da6ddba drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES 493160901320 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 04224f725aa3 irqchip/gic-v3-its: Skip HP notifier when no ITS is registered 6f6c2996a81c irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve 1fa94473423f irqchip/gic-v3-its: Give the percpu rdist struct its own flags field 6013d1ae5feb cert host tools: Stop complaining about deprecated OpenSSL functions efe20512212b init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash a40d2daf2795 pnmtologo: use relocatable file name 3b40d5b41155 of: configfs: remove unused variable overlay_lock 6c085baf1838 tools: use basename to identify file in gen-mach-types 2fca0fd71981 lib/build_OID_registry: fix reproducibility issues 0f586f4ee8ad vt/conmakehash: improve reproducibility a75774679f28 OF: DT-Overlay configfs interface (v8) d179c639b30b x86/boot: Wrap literal addresses in absolute_pointer() 856ec356cf91 ACPI: thermal: drop an always true check 7614af249993 xfs: Fix -Werror=dangling-pointer work-around for older GCC 41470215f97e xfs: Work around GCC 12 -Werror=dangling-pointer for xfs_attr_remote.o 44a445c1922d virtio-pci: Remove wrong address verification in vp_del_vqs() 77aa9e489eaf bpf: Disallow unprivileged bpf by default ebfb1822e9f9 fs/aufs: fixup 5.15.36 fixups 4eba9348d3e2 Revert "Revert "fbdev: Hot-unplug firmware fb devices on forced removal"" 5df6d1b00f95 jbd2: fix use-after-free of transaction_t race 2d83e8196487 jbd2: refactor wait logic for transaction updates into a common function 07a63f760793 netfilter: conntrack: avoid useless indirection during conntrack destruction 4e7122625996 Revert "fbdev: Hot-unplug firmware fb devices on forced removal" 7ba4cb36fd4f rcu: Avoid alloc_pages() when recording stack f78574dee71e kasan: test: silence intentional read overflow warnings d313cb89b6b1 kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC 5e279d5647cc arm64: support page mapping percpu first chunk allocator e5bf16752dca vmalloc: choose a better start address in vm_area_register_early() 660b3d21b46f kasan: test: bypass __alloc_size checks 00aa7573e53a kasan: test: add memcpy test that avoids out-of-bounds write 67becf0b1bd4 kasan: fix tag for large allocations when using CONFIG_SLAB bedf1e033213 workqueue, kasan: avoid alloc_pages() when recording stack 7195b67ce69b kasan: generic: introduce kasan_record_aux_stack_noalloc() bdff763f0e29 kasan: common: provide can_alloc in kasan_save_stack() 51423ebb36ad lib/stackdepot: introduce __stack_depot_save() 85373e66d847 lib/stackdepot: remove unused function argument 5b6cc9b251f3 lib/stackdepot: include gfp.h c9f3902d8069 aufs: reduce overhead for "code present but disabled" use case. b98d189df02c aufs: bugfix, umount passes NULL to ->parse_monolithic() 13b883cbbbd9 aufs standalone: cosmetic, missing copyright sentence 21f8b0d81898 aufs: 5.15.5-20220117 ---> 5.15.5-20220221 6199fd896645 aufs: tiny, headers after fs_context 8ddb40e31c29 aufs: fs_context 7/7, finally remount 69035f71c6fd aufs: fs_context 6/7, now mount bc841b970697 aufs: fs_context 5/7, parse all other mount options 435188053da2 aufs: fs_context 4/7, parse xino options 9af1f1825cbd aufs: fs_context 3/7, parse the branch-management options 1c05eb767f8c aufs: fs_context 2/7, parse "br" mount option a8488f603134 aufs: fs_context 1/7, skelton of the new shceme 8e32e0015564 aufs: pre fs_context, convert a static flag to a macro f90cb4144aec aufs: pre fs_context, support the incomplete sb and sbinfo case 948762ef859c aufs: pre fs_context, convert the type of alloc_sbinfo() 77151a08776b aufs: 5.15.5-20211129 ---> 5.15.5-20220117 2539adbbbe1e aufs: 5.14-20211018 ---> 5.15.5-20211129 7d32b25193c4 aufs: for v5.15-rc1, sync_inode() is gone 66ec0c509225 aufs: for v5.15-rc1, new param 'rcu' for ->get_acl() 69709dc518cd aufs: for v5.15-rc1, no mand-lock anymore ada8fe9543e5 aufs: 5.14-20210906 ---> 5.14-20211018 b77f7f3f394a Revert "aufs: adjust to v5.15 fs changes" 81bdce5b5876 tick/nohz: WARN_ON --> WARN_ON_ONCE to prevent console saturation 97c963889222 sched/isolation: really align nohz_full with rcu_nocbs 871f23ad3627 Revert "ARM: defconfig: Enable ax88796c driver for Exynos boards" ffad0783dd5b ARM: config: multi v7: Regenerate defconifg 5c1e1a1ff2d3 ARM: config: multi v7: Add renamed symbols badaf96564fe ARM: config: multi v7: Clean up enabled by default options 34996040fc9b ARM: config: multi v7: Drop unavailable options 7f685244afb3 powerpc/mm: Switch obsolete dssall to .long 20301aeb1a64 riscv: fix build with binutils 2.38 9df58d070506 powerpc/lib/sstep: fix 'ptesync' build error 720b61fc400b x86_64_defconfig: Fix warnings 02bf23d26bc4 arm64: defconfig: cleanup config options 05914e2c87e5 arm: defconfig: drop unused POWER_AVS option ffb532fa19b9 aufs5: fix build against v5.15.3+ a4b3abf4d96d qemux86: add configuration symbol to select values fee94ee09154 clear_warn_once: add a clear_warn_once= boot parameter 3d8762d900d9 clear_warn_once: bind a timer to written reset value 95faacac47e8 clear_warn_once: expand debugfs to include read support de20c4240018 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 0e4aacead9c1 perf: x86-32: explicitly include <errno.h> 9ad92c11468e perf: mips64: Convert __u64 to unsigned long long 09e7efe3e68a perf: fix bench numa compilation e79becc44fa6 perf: add SLANG_INC for slang.h b1033b588681 perf: add sgidefs.h to for mips builds cf9db484ac0b perf: change --root to --prefix for python install 7fd052c2c562 perf: add 'libperl not found' warning 27a437cdd469 perf: force include of <stdbool.h> 3b99d21bec2f fat: don't use obsolete random32 call in namei_vfat a7e9293b506b FAT: Added FAT_NO_83NAME 6fd0e71d9e5c FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option c379b0d324ae FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 538be0fdb124 aufs: adjust to v5.15 fs changes f45da75c8759 aufs5: core 047f57e07e01 aufs5: standalone 029fc15574c8 aufs5: mmap 610d0192ee94 aufs5: base d4e428d0ec5f aufs5: kbuild eb067eca251a yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL 286af18d0875 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 24d59a4e26a6 yaffs2: v5.12+ build fixups (not runtime tested) 22c73536d5d7 yaffs: include blkdev.h 506b7251bfb8 yaffs: fix misplaced variable declaration a0e26ff364dc yaffs2: v5.6 build fixups b10b1b2d169e yaffs2: fix memory leak when /proc/yaffs is read ad9adccbb214 yaffs: add strict check when call yaffs_internal_read_super 2e3c3aec8279 yaffs: repair yaffs_get_mtd_device d662538516a7 yaffs: Fix build failure by handling inode i_version with proper atomic API 70a6113ee2c7 yaffs2: fix memory leak in mount/umount 3378e4a9e404 yaffs: Avoid setting any ACL releated xattr ec2284edddef Yaffs:check oob size before auto selecting Yaffs1 c2a49874051c fs: yaffs2: replace CURRENT_TIME by other appropriate apis e9a5105a3e73 yaffs2: adjust to proper location of MS_RDONLY 608807406f13 yaffs2: import git revision b4ce1bb (jan, 2020) 89e660ece42c initramfs: allow an optional wrapper script around initramfs generation b179dbc9aa10 iwlwifi: select MAC80211_LEDS conditionally 3fd5ca3673d0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) d1f6edbf0188 arm64/perf: Fix wrong cast that may cause wrong truncation d202fb2caf33 defconfigs: drop obselete options 9a27e3b5f4e7 arm64/perf: fix backtrace for AAPCS with FP enabled e20d8cf019b4 linux-yocto: Handle /bin/awk issues b6d2a3dbbd3a uvesafb: provide option to specify timeout for task completion adb40f1e6a1a uvesafb: print error message when task timeout occurs f280a1ed0962 compiler.h: Undef before redefining __attribute_const__ 4352732f268c vmware: include jiffies.h 7954a677968d Resolve jiffies wrapping about arp 5f28a1035d95 nfs: Allow default io size to be configured. 0d7260ad7106 check console device file on fs when booting 900a12e37e0a mount_root: clarify error messages for when no rootfs found 7b878cbea726 menuconfig,mconf-cfg: Allow specification of ncurses location 6604fc1763b3 modpost: mask trivial warnings 0d294adb09cb kbuild: exclude meta directory from distclean processing a097cdd95a9e powerpc: serialize image targets 5db6ec39a0a3 arm: serialize build targets cbabca27905e crtsavres: fixups for 5.4+ 7fc7656ed403 powerpc/ptrace: Disable array-bounds warning with gcc8 a5faac5a19a2 powerpc: Disable attribute-alias warnings from gcc8 186c54665b67 powerpc: add crtsavres.o to archprepare for kbuild d1ea862964ca powerpc: kexec fix for powerpc64 2ac35b89a0f9 powerpc: Add unwind information for SPE registers of E500 core 2e1c348a28bb mips: vdso: fix 'jalr $t9' crash in vdso code ec57870b303a mips: Kconfig: add QEMUMIPS64 option 6a81b3c08107 4kc cache tlb hazard: tlbp cache coherency 74e3b2a21e54 malta uhci quirks: make allowance for slow 4k(e)c 22e65b63d3b4 arm/Makefile: Fix systemtap b7f1ab59f19e vexpress: Pass LOADADDR to Makefile ce2800c73bf7 arm: ARM EABI socketcall 019d142fd956 ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: 9b280f895ebd395c3dcfb403efae06674394eaa7) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* linux-yocto/5.15: update to v5.15.160Bruce Ashfield2024-08-083-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: c61bd26ae81a Linux 5.15.160 0df819cac13e docs: kernel_include.py: Cope with docutils 0.21 1786e0c96af1 admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET 96f650995c70 KEYS: trusted: Do not use WARN when encode fails 00548ac6b144 remoteproc: mediatek: Make sure IPI buffer fits in L2TCM da6504c63f78 serial: kgdboc: Fix NMI-safety problems from keyboard reset code 1768f29972cd usb: typec: ucsi: displayport: Fix potential deadlock ddbcd7d36e38 binder: fix max_thread type inconsistency 7e6d6f27522b drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper() c9f2b6d88e65 KVM: x86: Clear "has_error_code", not "error_code", for RM exception injection 2750d7641d08 netlink: annotate data-races around sk->sk_err 7cff4103be7c netlink: annotate lockless accesses to nlk->max_recvmsg_len 3ade391adc58 net: tls: handle backlogging of crypto requests f17d21ea7391 tls: fix race between async notify and socket close 94afddde1e92 net: tls: factor out tls_*crypt_async_wait() fb782814bf09 tls: extract context alloc/initialization out of tls_set_sw_offload 704402f913b8 tls: rx: simplify async wait cc4fac519d28 net: bcmgenet: synchronize UMAC_CMD access 1d5d18efc181 net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access 52c4287f23c8 Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems" 1e6914fa8e77 KEYS: trusted: Fix memory leak in tpm2_key_encode() 9b8a8e5e8129 nfsd: don't allow nfsd threads to be signalled. 44889eacfe1f pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin() a32c8f951c8a drm/amd/display: Fix division by zero in setup_dsc_config 83655231580b Linux 5.15.159 f3a1787dc482 md: fix kmemleak of rdev->serial ed79b93f725c keys: Fix overwrite of key expiration on instantiation 580bcd6bf24f Bluetooth: qca: fix firmware check error path b91390f4e828 Bluetooth: qca: fix NVM configuration parsing ed53949cc92e Bluetooth: qca: add missing firmware sanity checks d68dbfb837c0 regulator: core: fix debugfs creation regression 1a6be4e70790 hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us 9518b79bfd2f net: fix out-of-bounds access in ops_init b7bab33c4623 drm/vmwgfx: Fix invalid reads in fence signaled events c3d84a764ed1 mei: me: add lunar lake point M DID 2a47da1cd81f slimbus: qcom-ngd-ctrl: Add timeout for wait operation ba3c118cff7b dyndbg: fix old BUG_ON in >control parser 866d84456494 ASoC: ti: davinci-mcasp: Fix race condition during probe 40098e3fd40d ASoC: tegra: Fix DSPK 16-bit playback 1cbe6d8999db net: bcmgenet: synchronize use of bcmgenet_set_rx_mode() 66116556076f tipc: fix UAF in error path 2a512ca151da iio: accel: mxc4005: Interrupt handling fixes 93cfed3aea7c iio:imu: adis16475: Fix sync mode setting eeee7fc41562 dt-bindings: iio: health: maxim,max30102: fix compatible check dc941fec0719 mptcp: ensure snd_nxt is properly initialized on connect c5ee5f184da9 btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() f1f364ffe274 ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU 2ddbb35a01e7 usb: dwc3: core: Prevent phy suspend during init f78ff8825eb8 usb: xhci-plat: Don't include xhci.h bad094bd0827 usb: gadget: f_fs: Fix a race condition when processing setup packets. 0bbb498b8e3e usb: gadget: composite: fix OS descriptors w_value logic 855717130362 usb: ohci: Prevent missed ohci interrupts f157133326cc usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device a6b9bffbcbb8 usb: typec: ucsi: Fix connector check on init 5f499d7421ac usb: typec: ucsi: Check for notifications after init 9f112211cc54 arm64: dts: qcom: Fix 'interrupt-map' parent address cells 4a89ac4b0921 Reapply "drm/qxl: simplify qxl_fence_wait" 79f988d3ffc1 firewire: nosy: ensure user_length is taken into account when fetching packet contents 5ef9681f73b8 btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() 890d39f6d974 ACPI: CPPC: Fix access width used for PCC registers 7fcaa31c0047 ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro 6dfd79ed04c5 Revert "Revert "ACPI: CPPC: Use access_width over bit_width for system memory accesses"" 3c7013a87124 drm/amd/display: Atom Integrated System Info v2_2 for DCN35 edf5238df340 drm/connector: Add \n to message about demoting connector force-probes 5a5cc5ca725c drm/meson: dw-hdmi: add bandgap setting for g12 f8229be8d627 drm/meson: dw-hdmi: power up phy on device init c5c8616b3534 net: hns3: fix port vlan filter not disabled issue 2720b9792a52 net: hns3: split function hclge_init_vlan_config() 45b6316f2373 net: hns3: use appropriate barrier function after setting a bit value f37df6f9b5f6 net: hns3: change type of numa_node_mask as nodemask_t 1e91931e316d net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send API f9315f3ad186 net: hns3: create new set of unified hclge_comm_cmd_send APIs dd69c1c99a54 net: hns3: create new cmdq hardware description structure hclge_comm_hw ed3c393fb24f net: hns3: refactor hns3 makefile to support hns3_common module 50964654df19 net: hns3: direct return when receive a unknown mailbox message 5789bfcb9ff9 net: hns3: refactor function hclge_mbx_handler() 52acec0106be net: hns3: add query vf ring and vector map relation bc8fb44566ff net: hns3: add log for workqueue scheduled late fee4a1e6564c net: hns3: using user configure after hardware reset 35f8ee4d43ee net: hns3: PF support get unicast MAC address space assigned by firmware 35297fc68de3 ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() 21d85ee2d388 net: bridge: fix corrupted ethernet header on multicast-to-unicast 4ff334cade9d phonet: fix rtm_phonet_notify() skb allocation bb739796564a hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock 073ca0c27b36 hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() 6e6644c0a4f8 hwmon: (corsair-cpro) Use a separate buffer for sending commands f3c1bf3054f9 rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation e97e16433eb4 Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout 6a18eeb1b3bb Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout 27b0284d8be1 tcp: Use refcount_inc_not_zero() in tcp_twsk_unique(). 2552c9d9440f tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets 20ac71bee028 ARM: 9381/1: kasan: clear stale stack poison 624cd60d6413 xfrm: Preserve vlan tags for transport mode software GRO 24dd9b08df71 qibfs: fix dentry leak ab5b5e322d12 bpf, sockmap: Improved check for empty queue d908a8a3de94 bpf, sockmap: Reschedule is now done through backlog 657cfb194cdb bpf, sockmap: Convert schedule_work into delayed_work bbf2ed06757f bpf, sockmap: Handle fin correctly ab3128de6edb bpf, sockmap: TCP data stall on recv before accept 4105f0c9af39 net:usb:qmi_wwan: support Rolling modules 90850083ceec drm/nouveau/dp: Don't probe eDP ports twice harder 859e2448be41 fs/9p: drop inodes immediately on non-.L too 4d36b9b7ec4f clk: Don't hold prepare_lock when calling kref_put() 7ca04b83c109 gpio: crystalcove: Use -ENOTSUPP consistently c5ad5c7a1eed gpio: wcove: Use -ENOTSUPP consistently d6a15d3bb81c 9p: explicitly deny setlease attempts 2b493bd0da9b fs/9p: translate O_TRUNC into OTRUNC ad4f65328661 fs/9p: only translate RWX permissions for plain 9P2000 3931e927d551 iommu: mtk: fix module autoloading 12a2ca67f946 selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior 78f459dce4e3 MIPS: scall: Save thread_info.syscall unconditionally on entry 5d3392552087 gpu: host1x: Do not setup DMA for virtual devices 844fc023e9f1 blk-iocost: avoid out of bounds shift a95798aa08ac scsi: target: Fix SELinux error when systemd-modules loads the target module 546e3bc295ce btrfs: always clear PERTRANS metadata during commit 8b40803c9615 btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve a362afd5f2a5 tools/power turbostat: Fix Bzy_MHz documentation typo b582c9ffcb69 tools/power turbostat: Fix added raw MSR output 4f9cc355c328 firewire: ohci: mask bus reset interrupts between ISR and bottom half 6f6aa8c58de4 ata: sata_gemini: Check clk_enable() result c4fa8b793ddb net: bcmgenet: Reset RBUF on first open 9a41f5e19f27 ALSA: line6: Zero-initialize message buffers d1b93d4017c4 kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries 8943a256b06e btrfs: return accurate error code on open failure in open_fs_devices() 93aa5ccc4478 scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload c259a4102c84 net: mark racy access on sk->sk_rcvbuf 5490a385b48d wifi: cfg80211: fix rdev_dump_mpp() arguments order 5396e63b73e3 wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc f5d95eead358 gfs2: Fix invalid metadata access in punch_hole 4cab23bbcb98 scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port() e5dcdf60c9a8 scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic f2c7f029051e scsi: lpfc: Move NPIV's transport unregistration to after resource clean up 17db92da8be5 KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr() 5ee5997a085e KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id f1fa9a981620 clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change 83ac89e3797d net: gro: add flush check in udp_gro_receive_segment 1b127feac247 drm/panel: ili9341: Use predefined error codes 9de7f6864aa8 drm/panel: ili9341: Respect deferred probe 8792b557eb50 s390/qeth: Fix kernel panic after setting hsuid b2973b79d5d0 s390/qeth: don't keep track of Input Queue count 42c8471b0566 tipc: fix a possible memleak in tipc_buf_append c7af99cc2192 net: core: reject skb_copy(_expand) for fraglist GSO skbs bfd62ca7c87b net: bridge: fix multicast-to-unicast with fraglist GSO 9672bf3eac4f net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341 19275de18b2f cxgb4: Properly lock TX queue for the selftest. c9d48ce16330 s390/cio: Ensure the copied buf is NUL terminated bd2d9641a39e ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() fd7dcd658154 ASoC: meson: cards: select SND_DYNAMIC_MINORS a4ae1c3692ac ASoC: meson: axg-tdm-interface: manage formatters in trigger fd824a1721eb ASoC: meson: axg-card: make links nonatomic 9719b354f7d4 ASoC: meson: axg-fifo: use threaded irq to check periods c3b36cd49217 ASoC: meson: axg-fifo: use FIELD helpers 56c44b7f7201 net: qede: use return from qede_parse_actions() 62ad7f87e40b net: qede: use return from qede_parse_flow_attr() for flow_spec ccf2317b1565 net: qede: use return from qede_parse_flow_attr() for flower 3a6929a6f00c net: qede: sanitize 'rc' in qede_add_tc_flower_fltr() 97005a10bf39 s390/vdso: Add CFI for RA register to asm macro vdso_func e97e0051056b net l2tp: drop flow hash on forward 5a4603fbc285 nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segment(). ec697fbd38cb octeontx2-af: avoid off-by-one read from userspace 0f560240b4cc bna: ensure the copied buf is NUL terminated 12481f30128f xdp: use flags field to disambiguate broadcast redirect b6a7077c0ffe xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames a174aa99bae8 xdp: Move conversion to xdp_frame out of map functions 7038794bbfe1 s390/mm: Fix clearing storage keys for huge pages e27a0db41537 s390/mm: Fix storage key clearing for guest huge pages fef735072de8 spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs 396df2b93943 bpf: Fix a verifier verbose message 5965bc7535fb bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue 16c6e4179041 bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition 64ea2f585e3c regulator: mt6360: De-capitalize devicetree regulator subnodes 76aa2440deb9 pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() fe881e793fbd power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator e2ebfee0833d power: rt9455: hide unused rt9455_boost_voltage_values ea6ce93327bd nfs: Handle error of rpc_proc_register() in nfs_net_init(). 7ceb89f4016e nfs: make the rpc_stat per net namespace 0bbd42926082 nfs: expose /proc/net/sunrpc/nfs in net namespaces 9e644ff63b2d sunrpc: add a struct rpc_stats arg to rpc_create_args 764e752bf321 pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE 35d704f2b9b9 pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback 5505e5578621 pinctrl: mediatek: paris: Rework mtk_pinconf_{get,set} switch/case logic 41f88ef8ba38 pinctrl: core: delete incorrect free in pinctrl_enable() 34674f754960 pinctrl/meson: fix typo in PDM's pin name ffa6e4d2d5ba pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T 26d32bec4c6d eeprom: at24: fix memory corruption race condition c4137dee8e81 eeprom: at24: Probe for DDR3 thermal sensor in the SPD case 6f35227dcd22 eeprom: at24: Use dev_err_probe for nvmem register failure 91c6dcbc2bab ksmbd: clear RENAME_NOREPLACE before calling vfs_rename 8f3d0bf1d0c6 ksmbd: validate request buffer size in smb2_allocate_rsp_buf() da2140137260 ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf ad12c74e953b wifi: nl80211: don't free NULL coalescing rule 714794ed7a8b dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state" 79a61bfe2ff3 dmaengine: pl330: issue_pending waits until WFP state b8086c3c1548 reiserfs: Avoid touching renamed directory if parent does not change ea091017ef62 ipv6: Fix data races around sk->sk_prot. ff8710da80ee ipv6: annotate some data-races around sk->sk_prot e8c2eafaaa6a tcp: Fix data races around icsk->icsk_af_ops. 8d1bab770956 locking/rwsem: Disable preemption while trying for rwsem lock 7c82dac02886 block, loop: support partitions without scanning 45f504f301d4 bpftool: Fix pretty print dump for maps without BTF loaded 1f24338cb789 jbd2: Drop the merge conflicted hunk e1d0e3c51bde tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes 1abe841fe331 tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes 6224acfc1d56 tpm: Add flag to use default cancellation policy 1cd19d48fb90 tpm: tis_i2c: Fix sanity check interrupt enable mask a883da132fa8 tpm: Add tpm_tis_i2c backend for tpm_tis_core a742ac8a1c51 tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer ef495c5f45f2 tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops 1f3be2e23aa6 gcc-plugins: Reorganize gimple includes for GCC 13 24615a3b932a ata: ahci: fix enum constants for gcc-13 5d6cb145541a net: stmmac: Enable mac_managed_pm phylink config fd93aabb4287 tools/resolve_btfids: Use pkg-config to locate libelf 130f9da78406 tools/resolve_btfids: Build with host flags 00f2f1a782f9 tools/resolve_btfids: Support cross-building the kernel with clang 17776a4ba9c2 tools/resolve_btfids: Install libbpf headers when building 7c9808380d70 libbpf: Make libbpf_version.h non-auto-generated 37ae1ba791ac libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations a2667e6d7314 drm/radeon: free iio for atombios when driver shutdown f100c753aa1f powerpc: Fix reschedule bug in KUAP-unlocked user copy da5513f30187 libbpf: Fix build warning on ref_ctr_off 4c5a089621a8 perf python: Account for multiple words in CC 1c5699ee85d4 fs: move S_ISGID stripping into the vfs_*() helpers 838f5d0701d8 fs: add mode_strip_sgid() helper d97172683641 squashfs: provide backing_dev_info in order to disable read-ahead ed037d7be40c irq_work: use kasan_record_aux_stack_noalloc() record callstack 1363bd7dbde3 ixgbevf: add disable link state e5601ae2bd24 ixgbe: add improvement for MDD response functionality caa57cd80575 ixgbe: add the ability for the PF to disable VF link state 16a77bfcc7df Check /dev/console using init_stat() 04574fd5579a tracing/arm: Have max stack tracer handle the case of return address after data 0e51e5717018 gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully 1e6b7da6ddba drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES 493160901320 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition 04224f725aa3 irqchip/gic-v3-its: Skip HP notifier when no ITS is registered 6f6c2996a81c irqchip/gic-v3-its: Postpone LPI pending table freeing and memreserve 1fa94473423f irqchip/gic-v3-its: Give the percpu rdist struct its own flags field 6013d1ae5feb cert host tools: Stop complaining about deprecated OpenSSL functions efe20512212b init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash a40d2daf2795 pnmtologo: use relocatable file name 3b40d5b41155 of: configfs: remove unused variable overlay_lock 6c085baf1838 tools: use basename to identify file in gen-mach-types 2fca0fd71981 lib/build_OID_registry: fix reproducibility issues 0f586f4ee8ad vt/conmakehash: improve reproducibility a75774679f28 OF: DT-Overlay configfs interface (v8) d179c639b30b x86/boot: Wrap literal addresses in absolute_pointer() 856ec356cf91 ACPI: thermal: drop an always true check 7614af249993 xfs: Fix -Werror=dangling-pointer work-around for older GCC 41470215f97e xfs: Work around GCC 12 -Werror=dangling-pointer for xfs_attr_remote.o 44a445c1922d virtio-pci: Remove wrong address verification in vp_del_vqs() 77aa9e489eaf bpf: Disallow unprivileged bpf by default ebfb1822e9f9 fs/aufs: fixup 5.15.36 fixups 4eba9348d3e2 Revert "Revert "fbdev: Hot-unplug firmware fb devices on forced removal"" 5df6d1b00f95 jbd2: fix use-after-free of transaction_t race 2d83e8196487 jbd2: refactor wait logic for transaction updates into a common function 07a63f760793 netfilter: conntrack: avoid useless indirection during conntrack destruction 4e7122625996 Revert "fbdev: Hot-unplug firmware fb devices on forced removal" 7ba4cb36fd4f rcu: Avoid alloc_pages() when recording stack f78574dee71e kasan: test: silence intentional read overflow warnings d313cb89b6b1 kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC 5e279d5647cc arm64: support page mapping percpu first chunk allocator e5bf16752dca vmalloc: choose a better start address in vm_area_register_early() 660b3d21b46f kasan: test: bypass __alloc_size checks 00aa7573e53a kasan: test: add memcpy test that avoids out-of-bounds write 67becf0b1bd4 kasan: fix tag for large allocations when using CONFIG_SLAB bedf1e033213 workqueue, kasan: avoid alloc_pages() when recording stack 7195b67ce69b kasan: generic: introduce kasan_record_aux_stack_noalloc() bdff763f0e29 kasan: common: provide can_alloc in kasan_save_stack() 51423ebb36ad lib/stackdepot: introduce __stack_depot_save() 85373e66d847 lib/stackdepot: remove unused function argument 5b6cc9b251f3 lib/stackdepot: include gfp.h c9f3902d8069 aufs: reduce overhead for "code present but disabled" use case. b98d189df02c aufs: bugfix, umount passes NULL to ->parse_monolithic() 13b883cbbbd9 aufs standalone: cosmetic, missing copyright sentence 21f8b0d81898 aufs: 5.15.5-20220117 ---> 5.15.5-20220221 6199fd896645 aufs: tiny, headers after fs_context 8ddb40e31c29 aufs: fs_context 7/7, finally remount 69035f71c6fd aufs: fs_context 6/7, now mount bc841b970697 aufs: fs_context 5/7, parse all other mount options 435188053da2 aufs: fs_context 4/7, parse xino options 9af1f1825cbd aufs: fs_context 3/7, parse the branch-management options 1c05eb767f8c aufs: fs_context 2/7, parse "br" mount option a8488f603134 aufs: fs_context 1/7, skelton of the new shceme 8e32e0015564 aufs: pre fs_context, convert a static flag to a macro f90cb4144aec aufs: pre fs_context, support the incomplete sb and sbinfo case 948762ef859c aufs: pre fs_context, convert the type of alloc_sbinfo() 77151a08776b aufs: 5.15.5-20211129 ---> 5.15.5-20220117 2539adbbbe1e aufs: 5.14-20211018 ---> 5.15.5-20211129 7d32b25193c4 aufs: for v5.15-rc1, sync_inode() is gone 66ec0c509225 aufs: for v5.15-rc1, new param 'rcu' for ->get_acl() 69709dc518cd aufs: for v5.15-rc1, no mand-lock anymore ada8fe9543e5 aufs: 5.14-20210906 ---> 5.14-20211018 b77f7f3f394a Revert "aufs: adjust to v5.15 fs changes" 81bdce5b5876 tick/nohz: WARN_ON --> WARN_ON_ONCE to prevent console saturation 97c963889222 sched/isolation: really align nohz_full with rcu_nocbs 871f23ad3627 Revert "ARM: defconfig: Enable ax88796c driver for Exynos boards" ffad0783dd5b ARM: config: multi v7: Regenerate defconifg 5c1e1a1ff2d3 ARM: config: multi v7: Add renamed symbols badaf96564fe ARM: config: multi v7: Clean up enabled by default options 34996040fc9b ARM: config: multi v7: Drop unavailable options 7f685244afb3 powerpc/mm: Switch obsolete dssall to .long 20301aeb1a64 riscv: fix build with binutils 2.38 9df58d070506 powerpc/lib/sstep: fix 'ptesync' build error 720b61fc400b x86_64_defconfig: Fix warnings 02bf23d26bc4 arm64: defconfig: cleanup config options 05914e2c87e5 arm: defconfig: drop unused POWER_AVS option ffb532fa19b9 aufs5: fix build against v5.15.3+ a4b3abf4d96d qemux86: add configuration symbol to select values fee94ee09154 clear_warn_once: add a clear_warn_once= boot parameter 3d8762d900d9 clear_warn_once: bind a timer to written reset value 95faacac47e8 clear_warn_once: expand debugfs to include read support de20c4240018 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel. 0e4aacead9c1 perf: x86-32: explicitly include <errno.h> 9ad92c11468e perf: mips64: Convert __u64 to unsigned long long 09e7efe3e68a perf: fix bench numa compilation e79becc44fa6 perf: add SLANG_INC for slang.h b1033b588681 perf: add sgidefs.h to for mips builds cf9db484ac0b perf: change --root to --prefix for python install 7fd052c2c562 perf: add 'libperl not found' warning 27a437cdd469 perf: force include of <stdbool.h> 3b99d21bec2f fat: don't use obsolete random32 call in namei_vfat a7e9293b506b FAT: Added FAT_NO_83NAME 6fd0e71d9e5c FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option c379b0d324ae FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option 538be0fdb124 aufs: adjust to v5.15 fs changes f45da75c8759 aufs5: core 047f57e07e01 aufs5: standalone 029fc15574c8 aufs5: mmap 610d0192ee94 aufs5: base d4e428d0ec5f aufs5: kbuild eb067eca251a yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL 286af18d0875 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name 24d59a4e26a6 yaffs2: v5.12+ build fixups (not runtime tested) 22c73536d5d7 yaffs: include blkdev.h 506b7251bfb8 yaffs: fix misplaced variable declaration a0e26ff364dc yaffs2: v5.6 build fixups b10b1b2d169e yaffs2: fix memory leak when /proc/yaffs is read ad9adccbb214 yaffs: add strict check when call yaffs_internal_read_super 2e3c3aec8279 yaffs: repair yaffs_get_mtd_device d662538516a7 yaffs: Fix build failure by handling inode i_version with proper atomic API 70a6113ee2c7 yaffs2: fix memory leak in mount/umount 3378e4a9e404 yaffs: Avoid setting any ACL releated xattr ec2284edddef Yaffs:check oob size before auto selecting Yaffs1 c2a49874051c fs: yaffs2: replace CURRENT_TIME by other appropriate apis e9a5105a3e73 yaffs2: adjust to proper location of MS_RDONLY 608807406f13 yaffs2: import git revision b4ce1bb (jan, 2020) 89e660ece42c initramfs: allow an optional wrapper script around initramfs generation b179dbc9aa10 iwlwifi: select MAC80211_LEDS conditionally 3fd5ca3673d0 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119) d1f6edbf0188 arm64/perf: Fix wrong cast that may cause wrong truncation d202fb2caf33 defconfigs: drop obselete options 9a27e3b5f4e7 arm64/perf: fix backtrace for AAPCS with FP enabled e20d8cf019b4 linux-yocto: Handle /bin/awk issues b6d2a3dbbd3a uvesafb: provide option to specify timeout for task completion adb40f1e6a1a uvesafb: print error message when task timeout occurs f280a1ed0962 compiler.h: Undef before redefining __attribute_const__ 4352732f268c vmware: include jiffies.h 7954a677968d Resolve jiffies wrapping about arp 5f28a1035d95 nfs: Allow default io size to be configured. 0d7260ad7106 check console device file on fs when booting 900a12e37e0a mount_root: clarify error messages for when no rootfs found 7b878cbea726 menuconfig,mconf-cfg: Allow specification of ncurses location 6604fc1763b3 modpost: mask trivial warnings 0d294adb09cb kbuild: exclude meta directory from distclean processing a097cdd95a9e powerpc: serialize image targets 5db6ec39a0a3 arm: serialize build targets cbabca27905e crtsavres: fixups for 5.4+ 7fc7656ed403 powerpc/ptrace: Disable array-bounds warning with gcc8 a5faac5a19a2 powerpc: Disable attribute-alias warnings from gcc8 186c54665b67 powerpc: add crtsavres.o to archprepare for kbuild d1ea862964ca powerpc: kexec fix for powerpc64 2ac35b89a0f9 powerpc: Add unwind information for SPE registers of E500 core 2e1c348a28bb mips: vdso: fix 'jalr $t9' crash in vdso code ec57870b303a mips: Kconfig: add QEMUMIPS64 option 6a81b3c08107 4kc cache tlb hazard: tlbp cache coherency 74e3b2a21e54 malta uhci quirks: make allowance for slow 4k(e)c 22e65b63d3b4 arm/Makefile: Fix systemtap b7f1ab59f19e vexpress: Pass LOADADDR to Makefile ce2800c73bf7 arm: ARM EABI socketcall 019d142fd956 ARM: LPAE: Invalidate the TLB for module addresses during translation fault (From OE-Core rev: 973963d56804139193e40fb960aae0b76ed0de46) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>