mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
fd467c0d6094de5b03b478f4664e4d80136eb25c
1840 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
a5dcb91954 |
linux-yocto: add and use GPL-2.0-with-syscall-note license
See Linux COPYING, LICENSES/preferred/GPL-2.0 and LICENSES/exceptions/Linux-syscall-note. (From OE-Core rev: 762aecc750229047394be72ea2a5bbcb86a1cef0) Signed-off-by: Denis Osterland-Heim <denis.osterland@diehl.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
a728825dd1 |
linux-yocto/6.10: bsp/genericarm64: disable ARM64_SME
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Ross Burton
Email: ross.burton@arm.com
Subject: bsp/genericarm64: disable ARM64_SME
Date: Thu, 21 Nov 2024 15:53:35 +0000
From upstream:
arm64: Kconfig: Make SME depend on BROKEN for now
commit 81235ae0c846e1fb46a2c6fe9283fe2b2b24f7dc upstream.
Although support for SME was merged in v5.19, we've since uncovered a
number of issues with the implementation, including issues which might
corrupt the FPSIMD/SVE/SME state of arbitrary tasks. While there are
patches to address some of these issues, ongoing review has highlighted
additional functional problems, and more time is necessary to analyse
and fix these.
For now, mark SME as BROKEN in the hope that we can fix things properly
in the near future. As SME is an OPTIONAL part of ARMv9.2+, and there is
very little extant hardware, this should not adversely affect the vast
majority of users.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 022f9814cb9d6d420e9d89a746f4c67b452c498f)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
e28936f9bc |
linux-yocto/6.6: bsp/genericarm64: disable ARM64_SME
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Ross Burton
Email: ross.burton@arm.com
Subject: bsp/genericarm64: disable ARM64_SME
Date: Thu, 21 Nov 2024 15:53:35 +0000
From upstream:
arm64: Kconfig: Make SME depend on BROKEN for now
commit 81235ae0c846e1fb46a2c6fe9283fe2b2b24f7dc upstream.
Although support for SME was merged in v5.19, we've since uncovered a
number of issues with the implementation, including issues which might
corrupt the FPSIMD/SVE/SME state of arbitrary tasks. While there are
patches to address some of these issues, ongoing review has highlighted
additional functional problems, and more time is necessary to analyse
and fix these.
For now, mark SME as BROKEN in the hope that we can fix things properly
in the near future. As SME is an OPTIONAL part of ARMv9.2+, and there is
very little extant hardware, this should not adversely affect the vast
majority of users.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 7ed7b6ad39bdab4e67acc7a5841b4519fd15a2dc)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
d3576eab8e |
linux: Modify kernel configuration to fix runqlat issue
In Qemu Running "/usr/share/bcc/tools/runqlat 1 5" gives following error:-
libbpf: kernel BTF is missing at '/sys/kernel/btf/vmlinux', was CONFIG_DEBUG_INFO_BTF enabled?
libbpf: failed to find valid kernel BTF
modprobe: FATAL: Module kheaders not found in directory /lib/modules/6.10.14-yocto-standard
Unable to find kernel headers. Try rebuilding kernel with CONFIG_IKHEADERS=m (module) or installing
the kernel development package for your running kernel version.
chdir(/lib/modules/6.10.14-yocto-standard/build): No such file or directory
Traceback (most recent call last):
File "/usr/share/bcc/tools/./runqlat", line 293, in <module>
b = BPF(text=bpf_text)
File "/usr/lib/python3.13/site-packages/bcc/__init__.py", line 479, in __init__
raise Exception("Failed to compile BPF module %s" % (src_file or "<text>"))
the following patch fixes the error.
BCC test summary for x86_64:
Before applying the patch:
TOTAL: 95
PASS: 29
FAIL: 66
After applying the patch:
TOTAL: 95
PASS: 79
FAIL: 16
50 new test cases passed
(From OE-Core rev: 3e2f78fba9d259483311db5fa1101e3907549364)
Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
3441dc2d79 |
linux-yocto/6.6: update to v6.6.62
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
c1036e4f14d0 Linux 6.6.62
9da3636a4880 9p: fix slab cache name creation for real
fc4951c3e335 mm/thp: fix deferred split unqueue naming and locking
eb6b6d3e1f1e mm: refactor folio_undo_large_rmappable()
0275e4021b0c mm: always initialise folio->_deferred_list
e8769509d622 mm: support order-1 folios in the page cache
2ad2067e9ffc mm/readahead: do not allow order-1 folio
bc8990235fb5 mm: add page_rmappable_folio() wrapper
71548fada7ee mm: krealloc: Fix MTE false alarm in __do_krealloc
950ac86cff33 io_uring: fix possible deadlock in io_register_iowq_max_workers()
d5092b0a1aaf bpf: Check validity of link->type in bpf_link_show_fdinfo()
9dcf69612453 net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
f08621233573 ASoC: fsl_micfil: Add sample rate constraint
f198c09fe2ca LoongArch: Use "Exception return address" to comment ERA
4f885fa64983 ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issue
e01cac3d6284 RISCV: KVM: use raw_spinlock for critical section in imsic
bff14c38ed51 HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard
24e8cc49c03e HID: multitouch: Add quirk for Logitech Bolt receiver w/ Casa touchpad
1cb5bfc5bfc6 fs: Fix uninitialized value issue in from_kuid and from_kgid
ebf63d5c82e7 ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
34ec7bcee3d8 ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA
77c523dfb053 bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
a078a480ff3f bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
6fbf6ff7549e vDPA/ifcvf: Fix pci_read_config_byte() return code handling
5a526388d0ac nvme/host: Fix RCU list traversal to use SRCU primitive
e8c714941811 smb: client: Fix use-after-free of network namespace.
1a1bcca5c9ef nvme: make keep-alive synchronous operation
e4f9fffbb1dc nvme-loop: flush off pending I/O while shutting down loop controller
dd5d32f74fc1 net: phy: mdio-bcm-unimac: Add BCM6846 support
bee372110e69 powerpc/powernv: Free name on error in opal_event_init()
4c332037fcbb drm/amdkfd: Accounting pdd vram_usage for svm
4a57f42e5ed4 nvme-multipath: defer partition scanning
3406bfc813a9 RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
c6db3a111e2d drm/vmwgfx: Limit display layout ioctl array size to VMWGFX_NUM_DISPLAY_UNITS
87791a733a3b sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML
839c22a2134a crypto: marvell/cesa - Disable hash algorithms
83394e7d9421 crypto: api - Fix liveliness check in crypto_alg_tested
d22f177935dd bpf: use kvzmalloc to allocate BPF verifier environment
e04e64805802 nvme: disable CC.CRIME (NVME_CC_CRIME)
8902a5223962 iommu/arm-smmu: Clarify MMU-500 CPRE workaround
ded2b3b2bc50 HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad
6e306b87c035 HID: multitouch: Add support for B2402FVA track point
f49a9d86c4cd block: Fix elevator_get_default() checking for NULL q->tag_set
975cb1d21215 nvme: tcp: avoid race between queue_lock lock and destroy
4b3441089235 irqchip/ocelot: Fix trigger register address
68ec5395bc24 selftests/bpf: Verify that sync_linked_regs preserves subreg_def
0d6c0b3b6f3f 9p: Avoid creating multiple slab caches with the same name
a63c78c3493c 9p: v9fs_fid_find: also lookup by inode if not found dentry
f1ab3a1bcbbc Linux 6.6.61
b110196fec44 vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans
4bdc5a62c6e5 hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer
f7a08b2897da ASoC: amd: yc: fix internal mic on Xiaomi Book Pro 14 2022
1e8f31656ac1 ucounts: fix counter leak in inc_rlimit_get_ucounts()
dd73c942eed7 ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()
c8fe8c223297 irqchip/gic-v3: Force propagation of the active state with a read-back
4fea315a9fd8 USB: serial: option: add Quectel RG650V
836eefa7c7e1 USB: serial: option: add Fibocom FG132 0x0112 composition
4ffcb9d7891c USB: serial: qcserial: add support for Sierra Wireless EM86xx
13d6ff3ca760 USB: serial: io_edgeport: fix use after free in debug printk
69e19774f15e usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd()
35925e2b7b40 usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlier
4abc5ee334fe usb: dwc3: fix fault at system suspend if device was already runtime suspended
8a30da5aa960 usb: musb: sunxi: Fix accessing an released usb phy
4877d9b2a2eb signal: restore the override_rlimit logic
5b548fd0d298 fs/proc: fix compile warning about variable 'vmcore_mmap_ops'
ef59a49a4b0b i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not set
a2746ab3bbc9 filemap: Fix bounds checking in filemap_read()
575a562f7a3e media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format
0186347f1605 Revert "selftests/bpf: Implement get_hw_ring_size function to retrieve current and max interface size"
bb9982d77734 Revert "wifi: mac80211: fix RCU list iterations"
6e62dab357ee riscv/purgatory: align riscv_kernel_entry
f04be6d68f71 btrfs: reinitialize delayed ref list after deleting it from the list
701fae8dce72 arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hint
22aaaa7a1a73 arm64: Kconfig: Make SME depend on BROKEN for now
51d11ea0250d arm64/sve: Discard stale CPU state when handling SVE traps
30db2a648550 mptcp: use sock_kfree_s instead of kfree
1325e838089d net: vertexcom: mse102x: Fix possible double free of TX skb
20f4eb96afe2 net: wwan: t7xx: Fix off-by-one error in t7xx_dpmaif_rx_buf_alloc()
f749cb60a01f nfs: Fix KMSAN warning in decode_getfattr_attrs()
203003c4ff18 posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone
e639fe493614 ALSA: usb-audio: Add quirk for HP 320 FHD Webcam
edfae9d997c7 dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflow
036dd6e3d263 dm cache: fix potential out-of-bounds access on the first resume
53421c3c0ee0 dm cache: optimize dirty bit checking with find_next_bit when resizing
e57648ce325f dm cache: fix out-of-bounds access to the dirty bitset when resizing
8cc12dab6353 dm cache: fix flushing uninitialized delayed_work on cache_ctr error
11d5a3f8427a dm cache: correct the number of origin blocks to match the target length
1df8231f4e99 thermal/drivers/qcom/lmh: Remove false lockdep backtrace
a613a3924175 drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported
3930715c1aef drm/amdgpu: Fix DPX valid mode check on GC 9.4.3
e2574b57990d drm/amdgpu: Adjust debugfs register access permissions
8906728f2fbd drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()
5a8ae5fa576c drm/amdgpu: Adjust debugfs eviction and IB access permissions
343fcd066c09 rpmsg: glink: Handle rejected intent request better
767975d74952 pwm: imx-tpm: Use correct MODULO value for EPWM mode
c6cdc08c25a8 ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp
726c1568b914 ksmbd: Fix the missing xa_store error check
1f993777275c ksmbd: check outstanding simultaneous SMB operations
e923503a56b3 ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create
5ba7258ff028 can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when switching CAN modes
91017ba42df0 can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculation
89d8048df70c can: m_can: m_can_close(): don't call free_irq() for IRQ-less devices
32adcb833ecc media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()
2d0f01aa602f media: v4l2-tpg: prevent the risk of a division by zero
4264e26a34e3 media: pulse8-cec: fix data timestamp at pulse8_setup()
83c152b55d88 media: cx24116: prevent overflows on SNR calculus
784bc785a453 media: s5p-jpeg: prevent buffer overflows
a244b82d0ae6 media: ar0521: don't overflow when checking PLL values
bd24d8337159 ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits
23bdbd1ef3e0 ASoC: stm32: spdifrx: fix dma channel release in stm32_spdifrx_remove
d3304dbc2d5f thermal/of: support thermal zones w/o trips subnode
5f2d0b607c70 tools/lib/thermal: Fix sampling handler context ptr
57a9e9d71d77 ALSA: firewire-lib: fix return value on fail in amdtp_tscm_init()
a8ce18094f42 scsi: sd_zbc: Use kvzalloc() to allocate REPORT ZONES buffer
b01f2230868b media: adv7604: prevent underflow condition when reporting colorspace
492275748168 media: dvb_frontend: don't play tricks with underflow values
1e461672616b media: dvbdev: prevent the risk of out of memory access
c776231e3d0b media: stb0899_algo: initialize cfr before using it
203d04968af0 Revert "ALSA: hda/conexant: Mute speakers at suspend / shutdown"
1947143cb188 drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error path
996a7208dadb rxrpc: Fix missing locking causing hanging calls
0012be71c55b net: arc: rockchip: fix emac mdio node support
8ed7a4a39c3f net: arc: fix the device for dma_map_single/dma_unmap_single
af0aa8aecbe8 virtio_net: Add hash_key_length check
bfd05c68e4c6 netfilter: nf_tables: wait for rcu grace period on net_device removal
825a80817cf1 netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctx
d122b259a717 netfilter: nf_tables: cleanup documentation
b0a3c915529e net: stmmac: Fix unbalanced IRQ wake disable warning on single irq case
421cf80e7dee net: phy: ti: add PHY_RST_AFTER_CLK_EN flag
719edd9f3372 net: hns3: fix kernel crash when uninstalling driver
4b0599a66614 e1000e: Remove Meteor Lake SMBUS workarounds
bf5f837d9fd2 i40e: fix race condition by adding filter's intermediate sync state
6103d401b1cf ice: change q_index variable type to s16 to store -1 value
f32fc3becfc7 can: c_can: fix {rx,tx}_errors statistics
ef0edfbe9eee net: enetc: allocate vf_state during PF probes
d3fb3cc83cf3 sctp: properly validate chunk size in sctp_sf_ootb()
345267bf3643 dt-bindings: net: xlnx,axi-ethernet: Correct phy-mode property value
d4c52c6a2bd5 net: enetc: set MAC address to the VF net_device
9b7c0405af66 regulator: rtq2208: Fix uninitialized use of regulator_config
3e79ad156bed security/keys: fix slab-out-of-bounds in key_task_permission
6173b0bfcea3 nfs: avoid i_lock contention in nfs_clear_invalid_mapping
351f03398ba8 NFSv3: only use NFS timeout for MOUNT when protocols are compatible
d428de979bb2 sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()
7a3ed3f12529 platform/x86/amd/pmc: Detect when STB is not available
9d9f5c75c0c7 HID: core: zero-initialize the report buffer
24a7ac9d3d1b arm64: dts: rockchip: Correct GPIO polarity on brcm BT nodes
95106521c1d8 ARM: dts: rockchip: Fix the realtek audio codec on rk3036-kylin
1a22d3723f48 ARM: dts: rockchip: Fix the spi controller on rk3036
0f4e827100ad ARM: dts: rockchip: drop grf reference from rk3036 hdmi
f3d09c233bea ARM: dts: rockchip: fix rk3036 acodec node
6900713f93c8 arm64: dts: rockchip: remove orphaned pinctrl-names from pinephone pro
15b17bbcea07 firmware: arm_scmi: Fix slab-use-after-free in scmi_bus_notifier()
810615507942 arm64: dts: imx8mp: correct sdhc ipg clk
5cfe9619ce8a arm64: dts: imx8-ss-vpu: Fix imx8qm VPU IRQs
ad0a938050d3 arm64: dts: imx8qxp: Add VPU subsystem file
f8181c545d0a arm64: dts: rockchip: remove num-slots property from rk3328-nanopi-r2s-plus
e24351485d15 arm64: dts: rockchip: Fix LED triggers on rk3308-roc-cc
d0beaf49abc7 arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma lion
d09940e349f6 arm64: dts: rockchip: Remove undocumented supports-emmc property
d0a08abbe182 arm64: dts: rockchip: Add DTS for FriendlyARM NanoPi R2S Plus
87759aaaab5c arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards
55907bdf4858 arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo
54d80a600051 arm64: dts: rockchip: fix i2c2 pinctrl-names property on anbernic-rg353p/v
08e793866570 arm64: dts: rockchip: Fix reset-gpios property on brcm BT nodes
4d580a57ec23 arm64: dts: rockchip: Fix wakeup prop names on PineNote BT node
f1da910ee9a2 arm64: dts: rockchip: Remove hdmi's 2nd interrupt on rk3328
771bd4dde450 arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-sapphire-excavator
27b69008d637 arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-eaidk-610
18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn
2879d995e569 pnmtologo: sync with 6.6
43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes
35046aea43c8 bpftool: Fix undefined bpf macro for unix socket
9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e503 bpftool: Query only cgroup-related attach types
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 83dc33ac568e1320e1f675eaaa5e3b75dae26733)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
b9bd472303 |
linux-yocto/6.10: cfg: gpio: allow to re-enable the deprecated GPIO sysfs interface
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Bartosz Golaszewski
Email: bartosz.golaszewski@linaro.org
Subject: gpio: allow to re-enable the deprecated GPIO sysfs interface
Date: Mon, 11 Nov 2024 14:08:23 +0100
The GPIO sysfs interface is disabled in standard linux config and in
general users should use the character device instead but there are still
programs out there that depend on it so for the time being add a kernel
feature allowing to enable it.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: ae19861bfc336d869a7a84b13ab3e7b318e1b560)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
47df24daf8 |
linux-yocto/6.6: update to v6.6.60
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
9b5aad3a7498c Linux 6.6.60
cc082e50375a2 fs/ntfs3: Sequential field availability check in mi_enum_attr()
10c20d79d59ca drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing
e979a6a626abf ASoC: SOF: ipc4-control: Add support for ALSA enum control
3facc0417d3d7 ASoC: SOF: ipc4-control: Add support for ALSA switch control
f01d8fc623711 ASoC: SOF: ipc4-topology: Add definition for generic switch/enum control
d54afaef6570c SUNRPC: Remove BUG_ON call sites
27a58a19bd20a mtd: spi-nor: winbond: fix w25q128 regression
3d544942c0010 mm: don't install PMD mappings when THPs are disabled by the hw/process/vma
02ec4b3bba49e mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()
fc621e7a043de wifi: iwlwifi: mvm: fix 6 GHz scan construction
f2f1fa446676c nilfs2: fix kernel bug due to missing clearing of checked flag
a53c2d847627b wifi: mac80211: fix NULL dereference at band check in starting tx ba session
6a91a5816b289 io_uring: always lock __io_cqring_overflow_flush
e3fb0e6afcc39 arm64: dts: imx8ulp: correct the flexspi compatible string
1a49b96c51063 vmscan,migrate: fix page count imbalance on node stats when demoting pages
003d2996964c0 io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
70bbe8d0a9494 kasan: remove vmalloc_percpu test
c60af16e1d6cc nvmet-auth: assign dh_key to NULL after kfree_sensitive
4a39320977f9c ALSA: hda/realtek: Fix headset mic on TUXEDO Stellaris 16 Gen6 mb1
b42adef85aca7 ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3
77ddc732416b0 xfs: fix finding a last resort AG in xfs_filestream_pick_ag
8e886e44397ba mctp i2c: handle NULL header address
88f97a4b5843c ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow
c117a980185ee x86/traps: move kmsan check after instrumentation_begin
86ee1845cbbf5 x86/traps: Enable UBSAN traps on x86
b958948ae1cb3 mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves
4882a352b5df8 mei: use kvmalloc for read buffer
cb8b81ad3e893 mptcp: init: protect sched with rcu_read_lock
4f7ffa83fa79d iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP
ade91f6e9848b sched/numa: Fix the potential null pointer dereference in task_numa_work()
8c9a1ec39c698 cxl/acpi: Ensure ports ready at cxl_acpi_probe() return
a9ed67f39f888 cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()
d210bc87cc4fd riscv: Remove duplicated GET_RM
6d84e1b2e5ac0 riscv: Remove unused GENERATING_ASM_OFFSETS
a63ba17207c50 riscv: Use '%u' to format the output of 'cpu'
909e71f28e961 riscv: efi: Set NX compat flag in PE/COFF header
58e78589ade88 ALSA: hda/realtek: Limit internal Mic boost on Dell platform
ceec8ad09135c Input: edt-ft5x06 - fix regmap leak when probe fails
c19a0c171d37f riscv: vdso: Prevent the compiler from inserting calls to memset()
e79c1f1c9100b spi: spi-fsl-dspi: Fix crash when not using GPIO chip select
163e6323799bd phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL lock check
0d86cd70fc6a7 cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction
b3c301b859c4a block: fix sanity checks in blk_rq_map_user_bvec
0fc87887dcb3a mmc: sdhci-pci-gli: GL9767: Fix low power mode in the SD Express process
4159cd6ab5cfe mmc: sdhci-pci-gli: GL9767: Fix low power mode on the set clock function
8e1b52c15c811 cxl/port: Fix use-after-free, permit out-of-order decoder shutdown
8cd25f1fce6b8 thunderbolt: Honor TMU requirements in the domain when setting TMU mode
9523a0268924a tools/mm: -Werror fixes in page-types/slabinfo
edd1f90505068 mm: shmem: fix data-race in shmem_getattr()
b6f95df4f7af6 RISC-V: ACPI: fix early_ioremap to early_memremap
1246d86e7bbde nilfs2: fix potential deadlock with newly created symlinks
1a797936d3468 iio: light: veml6030: fix microlux value calculation
38d6e8be234d8 iio: gts-helper: Fix memory leaks in iio_gts_build_avail_scale_table()
62c1189668312 iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table()
3dc0eda2cd5c6 iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()
adfbc08b94e7d staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg()
cedf0f1db8d5f wifi: iwlegacy: Clear stale interrupts before resuming device
6c44abb2d4c32 wifi: cfg80211: clear wdev->cqm_config pointer on free
5f5a939759c79 wifi: ath10k: Fix memory leak in management tx
ee35c423042c9 wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower
0b9be24679358 Revert "selftests/mm: replace atomic_bool with pthread_barrier_t"
1fe6799ee9b5f Revert "selftests/mm: fix deadlock for fork after pthread_create on ARM"
fd28d95894609 Revert "driver core: Fix uevent_show() vs driver detach race"
a762d0fc17df2 xhci: Use pm_runtime_get to prevent RPM on unsupported systems
809dd30ee9011 xhci: Fix Link TRB DMA in command ring stopped completion event
7e8066811a2c4 phy: qcom: qmp-usb-legacy: fix NULL-deref on runtime suspend
370814e9d512b phy: qcom: qmp-usb: fix NULL-deref on runtime suspend
e8180a4b1cf93 usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodes
558650b18f090 usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()
cd205590599a3 usb: phy: Fix API devm_usb_put_phy() can not release the phy
53e0684f3093b usbip: tools: Fix detach_port() invalid port error path
aa03c31a001ac ALSA: usb-audio: Add quirks for Dell WD19 dock
b3b2431ed27f4 rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb()
7679283e61a8b rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocks
dc5d4d4c12246 rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocks
01a2b99ffcca8 rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loop
7d85884576a3b USB: gadget: dummy-hcd: Fix "task hung" problem
e028b82aba882 usb: gadget: dummy_hcd: execute hrtimer callback in softirq context
365a13cf5baa6 usb: gadget: dummy_hcd: Set transfer interval to 1 microframe
4a4cb56556124 usb: gadget: dummy_hcd: Switch to hrtimer transfer scheduler
f6568620246d2 misc: sgi-gru: Don't disable preemption in GRU driver
fe8cb9fac9793 NFS: remove revoked delegation from server's delegation list
cc0ff7495e41b net: amd: mvme147: Fix probe banner message
715db716a9f83 thermal: intel: int340x: processor: Add MMIO RAPL PL4 support
56029f1bc3f1f thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug support
34c0344e7eac5 cifs: Fix creating native symlinks pointing to current or parent directory
201430d21faab cifs: Improve creating native symlinks pointing to directory
45eaaa13dd91d scsi: scsi_transport_fc: Allow setting rport state to current state
550ef40fa6366 fs/ntfs3: Additional check in ntfs_file_release
68b39c0765de7 fs/ntfs3: Fix general protection fault in run_is_mapped_full
7a4ace681dbb6 fs/ntfs3: Additional check in ni_clear()
34e3220efd666 fs/ntfs3: Fix possible deadlock in mi_read
e91fbb21f248b fs/ntfs3: Add rough attr alloc_size check
898c8795ec492 fs/ntfs3: Stale inode instead of bad
84d363dbcfabc fs/ntfs3: Fix warning possible deadlock in ntfs_set_state
5f21e3e60982c fs/ntfs3: Check if more than chunk-size bytes are written
22cdf3be7d34f ntfs3: Add bounds checking to mi_enum_attr()
3c73746c222a7 cxl/events: Fix Trace DRAM Event Record
7013af5bbd281 smb: client: set correct device number on nfs reparse points
bbc258dcdbfe5 smb: client: fix parsing of device numbers
0eb2b767c42fa ACPI: CPPC: Make rmw_lock a raw_spin_lock
790dc90b96481 afs: Fix missing subdir edit when renamed between parent dirs
243d2506e7eb0 afs: Automatically generate trace tag enums
a6fd78620f25a firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state()
2e4eb1866990e kasan: Fix Software Tag-Based KASAN with GCC
4c3575787e988 iomap: turn iomap_want_unshare_iter into an inline function
9bc18bb476e50 fsdax: dax_unshare_iter needs to copy entire blocks
35adbe088888a fsdax: remove zeroing code from dax_unshare_iter
451b0a27ca6a7 iomap: share iomap_unshare_iter predicate code with fsdax
3c06d13ec80be iomap: don't bother unsharing delalloc extents
61ada9422009e iomap: improve shared block detection in iomap_unshare_iter
d4d5767c53581 bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycled
0ab3be58b45b9 netfilter: nft_payload: sanitize offset and length before calling skb_checksum()
31384aa2ad05c mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 address
598f95742fdc6 mlxsw: spectrum_ptp: Add missing verification before pushing Tx header
c69bc67c1cb21 net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
1f1764466c33a Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs
fef63832317d9 netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()
6a1f088f9807f netfilter: Fix use-after-free in get_info()
ac5977001eee7 net: fix crash when config small gso_max_size/gso_ipv4_max_size
90a6e0e1e151e bpf: Fix out-of-bounds write in trie_get_next_key()
6a604877160fe netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write()
e20459b5f658b bpf: Force checkpoint when jmp history is too long
bef1f6beae90f selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.h
597cf9748c347 net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
42097a9dcaee3 gtp: allow -1 to be specified as file description from userspace
699b48fc31727 ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()
07c9c26e37542 net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data
bf6b2cd3c55de net: stmmac: dwmac4: Fix high address display by updating reg_space[] from register values
9f5ae743dbe9a macsec: Fix use-after-free while sending the offloading packet
b33b410597ebe ASoC: cs42l51: Fix some error handling paths in cs42l51_probe()
fa078b39e3f1b wifi: iwlwifi: mvm: don't add default link in fw restart flow
3eb986c64c6bf wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd()
3b01b9985a543 wifi: iwlwifi: mvm: disconnect station vifs if recovery failed
148f6af754781 RDMA/bnxt_re: synchronize the qp-handle table array
16dbff3e8d195 RDMA/bnxt_re: Fix the usage of control path spin locks
8636072c21e39 RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down
e9c62661a0697 RDMA/cxgb4: Dump vendor specific QP details
0a59445e2cdf3 wifi: brcm80211: BRCM_TRACING should depend on TRACING
9b5c89acc8e99 wifi: ath11k: Fix invalid ring usage in full monitor mode
189f1bfc5c84e wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys
021693dad10a2 mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING
5db6e193c4ca0 wifi: iwlegacy: Fix "field-spanning write" warning in il_enqueue_hcmd()
9cfab1f3d425c spi: geni-qcom: Fix boot warning related to pm_runtime and devres
fb384669cb8c2 cgroup: Fix potential overflow issue when checking max_depth
73ca1c70b8b7f Input: xpad - add support for 8BitDo Ultimate 2C Wireless Controller
403777d303399 Input: xpad - sort xpad_device by vendor and product ID
eabe285e1c629 thermal: core: Free tzp copy along with the thermal zone
3eb073abba327 thermal: core: Rework thermal zone availability check
a95a9e3089d56 thermal: core: Make thermal_zone_device_unregister() return after freeing the zone
18abb2787b536 x86/syscall: Mark exit[_group] syscall handlers __noreturn
2879d995e5697 pnmtologo: sync with 6.6
43ea1c5e6eb3c lib/build_OID_registry: take -stable reproducibility changes
35046aea43c85 bpftool: Fix undefined bpf macro for unix socket
9a558d4b86219 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e5039 bpftool: Query only cgroup-related attach types
f71bb11887bae cpu/amd: inhibit SMP check for qemux86
c31365597a17b powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b5 usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d1 kselftest: Add a ksft_perror() helper
06644f0d7193d drm/tilcdc: Set preferred depth
ff7ae7b323242 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0b arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701f x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c793 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6e qemux86: add configuration symbol to select values
630c33229e6d5 sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6e clear_warn_once: add a clear_warn_once= boot parameter
46934791b9026 clear_warn_once: bind a timer to written reset value
cdee9e38ff324 clear_warn_once: expand debugfs to include read support
82b562b818419 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b1 libbpf: Fix build warning on ref_ctr_off
9e3e1fe209827 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65b perf: x86-32: explicitly include <errno.h>
7b57ddd89565b perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7f perf: fix bench numa compilation
98bc2815fade4 perf: add SLANG_INC for slang.h
17209a70b9b39 perf: add sgidefs.h to for mips builds
9cd4258d910af perf: change --root to --prefix for python install
8110a4f266284 perf: add 'libperl not found' warning
bc89d5e08f773 perf: force include of <stdbool.h>
4f6c760cc876a fat: Replace prandom_u32() with get_random_u32()
bc53117b12b21 fat: don't use obsolete random32 call in namei_vfat
30b2236ab3786 FAT: Added FAT_NO_83NAME
cef98d22b4edf FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084a aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf21 aufs6: fix magic.mk include path
35266bc2dc81a aufs6: adapt to v6.6
8edede4e98be1 aufs6: core
712248233ebe1 aufs6: standalone
3b71a8a848d8b aufs6: mmap
3e2924871f371 aufs6: base
7f4907a931016 aufs6: kbuild
d2f7b03e4aa77 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa04 yaffs2: v6.5 fixups
cc615704b5f54 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf913 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d34 yaffs2: replace bdevname call with sprintf
395b01cdc39d1 yaffs2: convert read_page -> readfolio
d98b07e43ba61 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe8 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f3 yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090b yaffs: include blkdev.h
dbd44252cd592 yaffs: fix misplaced variable declaration
c223a10b1ac08 yaffs2: v5.6 build fixups
90f6007cfbf41 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea10 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6e yaffs: repair yaffs_get_mtd_device
fb98f65a466a7 yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea27 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0b yaffs: Avoid setting any ACL releated xattr
ff4130a9c3766 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67cd fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba90565 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4a yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8b initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4d pnmtologo: use relocatable file name
664a6a0a484ba tools: use basename to identify file in gen-mach-types
9de64bc0c1857 lib/build_OID_registry: fix reproducibility issues
ae9b80797295a vt/conmakehash: improve reproducibility
a972323151bdd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc01984 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b197 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffcd defconfigs: drop obselete options
00fe4152df313 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf1 linux-yocto: Handle /bin/awk issues
3d55d299f23a7 uvesafb: provide option to specify timeout for task completion
23c068c080bea uvesafb: print error message when task timeout occurs
edbfc939266ec compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19ab vmware: include jiffies.h
572d84d928c87 Resolve jiffies wrapping about arp
fdcd47cac8435 nfs: Allow default io size to be configured.
927d488010984 check console device file on fs when booting
57cc27f821ddf mount_root: clarify error messages for when no rootfs found
1b53d82a81528 mconf: fix output of cflags and libraries
1811da09f42ca menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f3 modpost: mask trivial warnings
6de6730394846 kbuild: exclude meta directory from distclean processing
6decd32815f53 powerpc: serialize image targets
f6b683b38318c arm: serialize build targets
e798b09ebf572 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f86 x86_64_defconfig: Fix warnings
68491e5f72b61 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce30048 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b18 powerpc: kexec fix for powerpc64
da6871c62c371 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11de mips: make current_cpu_data preempt safe
5e94a8247ce7f mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7f mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbdc 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5d malta uhci quirks: make allowance for slow 4k(e)c
881948cd15176 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7a arm64: defconfig: cleanup config options
f1727c537ba8d vexpress: Pass LOADADDR to Makefile
4474c32dc24a4 arm: ARM EABI socketcall
75e31a2b70fd3 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: d8c3c6dab1b4993c7f122dac86ca9c1a5640245e)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
054ed2cf17 |
kernel-devsrc: fix powerpc for 6.12+
crtsavres need to be available for scripts to be regenerated in 6.12+: commit 699d53f04829d6b8855ff458f86e4b75ef3e5f0c Author: Christophe Leroy <christophe.leroy@csgroup.eu> Date: Thu Sep 19 20:55:57 2024 +0200 powerpc/vdso32: Fix use of crtsavres for PPC64 (From OE-Core rev: ecf72da891ebb08807a694967caccb51805813f2) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
ce6a0b875b |
kernel-devsrc: update for 6.12+
arm64 needs some new files to regenerate the build environment in 6.12+. This is due to upstream commits: commit e632bca07c8eef1de9dc50f4e4066c56e9d68b07 Author: Arnd Bergmann <arnd@arndb.de> Date: Thu Jul 4 14:33:34 2024 +0200 arm64: generate 64-bit syscall.tbl Change the asm/unistd.h header for arm64 to no longer include asm-generic/unistd.h itself, but instead generate both the asm/unistd.h contents and the list of entry points using the syscall.tbl scripts that we use on most other architectures. Once his is done for the remaining architectures, the generic unistd.h header can be removed and the generated tbl file put in its place. The Makefile changes are more complex than they should be, I need a little help to improve those. Ideally this should be done in an architecture-independent way as well. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> and: commit 712676ea2bb3882a852bcf49862c4247317fc9b2 Author: Adhemerval Zanella <adhemerval.zanella@linaro.org> Date: Tue Sep 3 12:09:17 2024 +0000 arm64: vDSO: Wire up getrandom() vDSO implementation Hook up the generic vDSO implementation to the aarch64 vDSO data page. The _vdso_rng_data required data is placed within the _vdso_data vvar page, by using a offset larger than the vdso_data. The vDSO function requires a ChaCha20 implementation that does not write to the stack, and that can do an entire ChaCha20 permutation. The one provided uses NEON on the permute operation, with a fallback to the syscall for chips that do not support AdvSIMD. This also passes the vdso_test_chacha test along with vdso_test_getrandom. The vdso_test_getrandom bench-single result on Neoverse-N1 shows: vdso: 25000000 times in 0.783884250 seconds libc: 25000000 times in 8.780275399 seconds syscall: 25000000 times in 8.786581518 seconds A small fixup to arch/arm64/include/asm/mman.h was required to avoid pulling kernel code into the vDSO, similar to what's already done in arch/arm64/include/asm/rwonce.h. Signed-off-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Acked-by: Will Deacon <will@kernel.org> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> (From OE-Core rev: b3c24a31c29aa74a9d63a0ea0bcaccca73db870b) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
f09f9e82a6 |
kernel-devsrc: make tools/Build optional
kernel-devsrc fails to copy files for v6.12+ as the following upstream commit has removed the file tools/build/Build: commit ea974028a049f2cea4bb6be963ee3e3844a03f6d Author: Brian Norris <briannorris@chromium.org> Date: Mon Jul 15 13:32:43 2024 -0700 tools build: Avoid circular .fixdep-in.o.cmd issues We make the failed copy of this file non-fatal to support all kernel versions. (From OE-Core rev: 13e16e5be25f379211c7329fa1462464174c0f2d) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
5273e5e471 |
linux-yocto/6.10: genericarm64.cfg: enable CONFIG_DMA_CMA
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Mikko Rapeli
Email: mikko.rapeli@linaro.org
Subject: genericarm64.cfg: enable CONFIG_DMA_CMA
Date: Thu, 24 Oct 2024 08:49:29 +0300
It's needed for graphics on AMD KV260.
Cc: Bill Mills <bill.mills@linaro.org>
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 7d1572bce914ff67c3e08f95dfd8504b00b9a8e0)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
3848a8fdd6 |
linux-yocto/6.6: update to v6.6.59
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
bf3af7e92bda Linux 6.6.59
7d9868180bd1 xfrm: validate new SA's prefixlen using SA family when sel.family is unset
7a26cb660775 task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK
81507f633e79 tracing: probes: Fix to zero initialize a local variable
042804a9fff1 RDMA/bnxt_re: Fix unconditional fence for newer adapters
67819f10702b RDMA/bnxt_re: Avoid creating fence MR for newer adapters
1aee34ed99e9 RDMA/bnxt_re: Fix the offset for GenP7 adapters for user applications
38ca6fd426ea ACPI: PRM: Clean up guid type in struct prm_handler_info
d1e55eeee056 platform/x86: dell-wmi: Ignore suspend notifications
73cc3f905ca9 ASoC: qcom: Fix NULL Dereference in asoc_qcom_lpass_cpu_platform_probe()
24f638125cc3 ata: libata: Set DID_TIME_OUT for commands that actually timed out
ce4a70d9b916 net: phy: dp83822: Fix reset pin definitions
4512c448f54c selinux: improve error checking in sel_write_load()
c79e0a18e4b3 drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too
62c85b9a0dd7 hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event
c73bca72b84b xfrm: fix one more kernel-infoleak in algo dumping
36bd0f386b7c LoongArch: Make KASAN usable for variable cpu_vabits
8915ed160dbd LoongArch: Enable IRQ if do_ale() triggered in irq-enabled context
cd2cef731170 LoongArch: Get correct cores_per_package for SMT systems
5d10f6fb2cb7 ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593
0d674f2e73b4 ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE
60a5ba560f29 x86/lam: Disable ADDRESS_MASKING in most cases
599eee0e9817 KVM: arm64: Don't eagerly teardown the vgic on init error
04ed2ba07ce7 KVM: arm64: Fix shift-out-of-bounds bug
2c4adc9b192a KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
f421a3b18aa7 openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
743c78d455e7 nilfs2: fix kernel bug due to missing clearing of buffer delay flag
a299d415dd37 ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix initial lid detection issue
795b080d9aa1 ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context
bdaab141edb6 ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]
975ede2a7bec drm/amd: Guard against bad data for ATIF ACPI method
004ad1a2d684 btrfs: zoned: fix zone unusable accounting for freed reserved extent
3521754614cf btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
2f2684c7903e cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception
33e89c16cea0 cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}()
35dbac8c328d smb: client: Handle kstrdup failures for passwords
66921a4d8e84 ALSA: hda/realtek: Update default depop procedure
f965dc0f099a nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_net
5f0468f30c8f powercap: dtpm_devfreq: Fix error check against dev_pm_qos_add_request()
4bdc21506f12 ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size()
8b339beb7cfe ASoC: fsl_micfil: Add a flag to distinguish with different volume control types
f9ba85f823e7 ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint parsing
83a420e965f6 ASoC: max98388: Fix missing increment of variable slot_found
6e4aed4acc1a ASoC: loongson: Fix component check failed on FDT systems
f10cba3f761b ASoC: dt-bindings: davinci-mcasp: Fix interrupt properties
5e3583b4c000 ASoC: dt-bindings: davinci-mcasp: Fix interrupts property
773dc610ca64 net: dsa: mv88e6xxx: support 4000ps cycle counter period
06b1c8091542 net: dsa: mv88e6xxx: read cycle counter period from hardware
4dc655d86b54 net: dsa: mv88e6xxx: group cycle counter coefficients
21db2f35fa97 bpf,perf: Fix perf_event_detach_bpf_prog error handling
14bcb721d241 Bluetooth: ISO: Fix UAF on iso_sock_timeout
d30803f6a972 Bluetooth: SCO: Fix UAF on sco_sock_timeout
1ba33b327c3f posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()
7d6d46b42980 r8169: avoid unsolicited interrupts
5d282467245f net: sched: use RCU read-side critical section in taprio_dump()
0d4c0d2844e4 net: sched: fix use-after-free in taprio_change()
a5cf8670acbb net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created by classifiers
d123062a3fdc bpf: Remove MEM_UNINIT from skb/xdp MTU helpers
48068ccaea95 bpf: Fix overloading of MEM_UNINIT's meaning
8a33a047bd31 bpf: Add MEM_WRITE attribute
d1100acab464 bpf: Simplify checking size of helper accesses
7caee37c466a net: usb: usbnet: fix name regression
a7bdb199784f net: fix races in netdev_tx_sent_queue()/dev_watchdog()
10cb940429c2 net/sched: adjust device watchdog timer to detect stopped queue at right time
69076f8435c1 net: wwan: fix global oob in wwan_rtnl_policy
433742ba96ba netfilter: xtables: fix typo causing some targets not to load on IPv6
5ed4334fc951 fsl/fman: Fix refcount handling of fman-related devices
275bebf5be50 fsl/fman: Save device references taken in mac_probe()
06b526846cc9 net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393x
c2d2dc4f88bb octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()
e71146ff378c octeon_ep: Implement helper for iterating packets in Rx queue
64854b218703 net: plip: fix break; causing plip to never transmit
641c1beed52b be2net: fix potential memory leak in be_xmit()
6dc937a3086e net/sun3_82586: fix potential memory leak in sun3_82586_send_packet()
f41bd93b3e05 netfilter: bpf: must hold reference on net namespace
c1530660410c xfrm: respect ip protocols rules criteria when performing dst lookups
ac1d820eaa30 xfrm: extract dst lookup parameters into a struct
a14a075a14af tracing: Consider the NULL character when validating the event length
6bc24db74fe4 tracing/probes: Fix MAX_TRACE_ARGS limit handling
f475d8a0cca7 jfs: Fix sanity check in dbMount
a94c197d4d74 LoongArch: Don't crash in stack_top() for tasks without vDSO
3d75f500f64d platform/x86: dell-sysman: add support for alienware products
6d52db315cfc cifs: Validate content of NFS reparse point buffer
f47a40ee4cdb ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
1ac49babc952 udf: fix uninit-value use in udf_get_fileshortad
493447dd8336 udf: refactor inode_bmap() to handle error
5fc8da4d326d udf: refactor udf_next_aext() to handle error
402c8862fe54 udf: refactor udf_current_aext() to handle error
8c213cc21724 arm64: Force position-independent veneers
85e70dcd1f85 ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit
935e5c5f93df ASoC: codecs: lpass-rx-macro: add missing CDC_RX_BCL_VBAT_RF_PROC2 to default regs values
b3d4f2329312 ASoC: amd: yc: Add quirk for HP Dragonfly pro one
9eb32bd23bbc drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLA
0d16f53c9111 exec: don't WARN for racy path_noexec check
9e5f93788c9d uprobe: avoid out-of-bounds memory access of fetching args
f0a7ea54f3dc uprobes: prevent mutex_lock() under rcu_read_lock()
f5272c98a4a0 uprobes: prepare uprobe args buffer lazily
1c7fa34863c7 uprobes: encapsulate preparation of uprobe args buffer
91f62703146a tracing/probes: Support $argN in return probe (kprobe and fprobe)
e96b42d22f66 tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init
5868fa7ebe66 tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe event
4fad73700867 usb: dwc3: core: Fix system suspend on TI AM62 platforms
66e56efc45cb XHCI: Separate PORT and CAPs macros into dedicated file
ecc8a9502b3c usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING store
0a2794e244d8 usb: gadget: f_uac2: fix non-newline-terminated function name
3af6c7285413 usb: gadget: f_uac2: Replace snprintf() with the safer scnprintf() variant
c691c2adeb75 xhci: dbc: honor usb transfer size boundaries.
7cbcb40d4699 xhci: dbgtty: use kfifo from tty_port struct
32bd1720ede6 xhci: dbgtty: remove kfifo_out() wrapper
fe19d913d2c8 iio: adc: ti-lmp92064: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
5f029be65dca mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace point
36249a0b212e khugepaged: remove hpage from collapse_file()
03e36dba005e khugepaged: convert alloc_charge_hpage to alloc_charge_folio
281a0312ce41 khugepaged: inline hpage_collapse_alloc_folio()
c556c5580646 mm/khugepaged: use a folio more in collapse_file()
4ba70817cfad mm: convert collapse_huge_page() to use a folio
a1afee6c6f53 mm/khugepaged: convert alloc_charge_hpage() to use folios
cf2bb1bf0306 cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed()
bb0f943675a9 bpf: Fix iter/task tid filtering
4ed32cc0939b nvme-pci: fix race condition between reset and nvme_dev_disable()
e2c03a2c838e nvme-pci: set doorbell config before unquiescing
ed67a5b99e4d riscv, bpf: Make BPF_CMPXCHG fully ordered
8a377818bcf8 bpf, vsock: Drop static vsock_bpf_prot initialization
9dd9b16018cc vsock: Update msg_count on read_skb()
66cd51de31c6 vsock: Update rx_bytes on read_skb()
12c3e619d34a bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock
9f2ccb6f3888 net/mlx5: Unregister notifier on eswitch init failure
d88564c79d1c net/mlx5: Fix command bitmask initialization
5ec33b1fe86d net/mlx5: Check for invalid vector index on EQ creation
59ba6cdadb9c vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame
d10cd7bf574e Bluetooth: bnep: fix wild-memory-access in proto_unregister
97bbdc5001db bpf: Fix link info netfilter flags to populate defrag flag
9221ae88c205 s390: Initialize psw mask in perf_arch_fetch_caller_regs()
1ded6b12499e usb: typec: altmode should keep reference to parent
b209c3a0bc3a smb: client: fix OOBs when building SMB2_IOCTL request
b1813c220b76 smb: client: fix possible double free in smb2_set_ea()
b80e9bc85bd9 scsi: target: core: Fix null-ptr-deref in target_alloc_device()
2fe1384cbb7c net: ravb: Only advertise Rx/Tx timestamps if hardware supports it
e9638d3e62dc ravb: Remove setting of RX software timestamp
b94e5375ec66 genetlink: hold RCU in genlmsg_mcast()
f8f8afc101f2 net: dsa: mv88e6xxx: Fix the max_vid definition for the MV88E6361
997ae8da14f1 tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().
7218de0778ae net: bcmasp: fix potential memory leak in bcmasp_xmit()
1999a9e050c5 drm/msm/dpu: don't always program merge_3d block
b18db3a4fa5f irqchip/renesas-rzg2l: Fix missing put_device
39cb86f19199 irqchip/renesas-rzg2l: Add support for suspend to RAM
0776b25d79d8 irqchip/renesas-rzg2l: Document structure members
05cc5e67dda8 irqchip/renesas-rzg2l: Align struct member names to tabs
4b70478b984a net: systemport: fix potential memory leak in bcm_sysport_xmit()
08b8f206de4c bpf: Fix truncation bug in coerce_reg_to_size_sx()
b01fbbf38584 net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()
0017189d6057 net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid
79571c4d2f65 net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit()
681ce79ab6fb netdevsim: use cond_resched() in nsim_dev_trap_report_work()
268446b40bb1 macsec: don't increment counters for an unrelated SA
65ca9f8ddc0d drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring
a4bc03078eb3 octeontx2-af: Fix potential integer overflows on integer shifts
e61fa0d66f22 net: stmmac: dwmac-tegra: Fix link bring-up sequence
bc52115cc41a net: usb: usbnet: fix race in probe failure
a17874a3a5ab net/smc: Fix memory leak when using percpu refs
95e3da26819d firmware: arm_scmi: Queue in scmi layer for mailbox implementation
d4e44b8a6a18 drm/msm: Allocate memory for disp snapshot with kvzalloc()
f7ad91627348 drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()
33ece6c4f0c1 drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate calculation
9f2361089152 drm/msm/dsi: improve/fix dsc pclk calculation
dd58a5f8b308 drm/msm/dpu: check for overflow in _dpu_crtc_setup_lm_bounds()
adde6c68bf1a drm/msm/dpu: make sure phys resources are properly initialized
1931dc14b537 accel/qaic: Fix the for loop used to walk SG table
5032bf57ab5d RDMA/bnxt_re: Fix the GID table length
bf39b3532143 RDMA/bnxt_re: Update the BAR offsets
87cb3b0054e5 RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages
d517cadae6c3 RDMA/bnxt_re: Return more meaningful error
05c5fcc1869a RDMA/bnxt_re: Fix out of bound check
903f8b01c587 RDMA/bnxt_re: Fix the max CQ WQEs for older adapters
5fcf649e4334 RDMA/bnxt_re: Support new 5760X P7 devices
1ee5ef316a77 ipv4: give an IPv4 dev to blackhole_netdev
3a662cc5b5d5 RDMA/srpt: Make slab cache names unique
af29c430a343 RDMA/irdma: Fix misspelling of "accept*"
c29fd05329a9 RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP
6d91d07913ae firmware: arm_scmi: Fix the double free in scmi_debugfs_common_setup()
8971fd61210d ALSA: hda/cs8409: Fix possible NULL dereference
509c29d0d26f sched/core: Disable page allocation in task_tick_mm_cid()
380681a29066 task_work: Add TWA_NMI_CURRENT as an additional notify mode.
a3fe89d4f5bb selftests/bpf: Fix cross-compiling urandom_read
923c5ded505c drm/vmwgfx: Handle possible ENOMEM in vmw_stdu_connector_atomic_check
119249d146d5 iio: frequency: admv4420: fix missing select REMAP_SPI in Kconfig
1b3090ca3265 iio: frequency: {admv4420,adrf6780}: format Kconfig entries
3e212996d21f bpf: fix kfunc btf caching for modules
b56328660be0 s390/pci: Handle PCI error codes other than 0x3a
6617ae800cbb selftests/bpf: fix perf_event link info name_len assertion
0ce20181976d selftests/bpf: Add cookies check for perf_event fill_link_info test
e909258d41b2 selftests/bpf: Use bpf_link__destroy in fill_link_info tests
e5c2b971db09 bpf: fix unpopulated name_len field in perf_event link info
cfd63c3a4538 bpf: Add cookie to perf_event bpf_link_info records
99bf10e92a3f bpf: Add missed value to kprobe perf link info
f4381ccf1ed1 ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin
9e3d07e503ea x86/resctrl: Avoid overflow in MB settings in bw_validate()
b7bf17f4f92f RDMA/core: Fix ENODEV error for iWARP test over vlan
c71957271f2e RDMA/bnxt_re: Add a check for memory allocation
7d10555a340a RDMA/bnxt_re: Fix incorrect AVID type in WQE structure
73e04a6114e0 RDMA/bnxt_re: Fix a possible memory leak
90ad4e2fe3a2 bpf: Fix memory leak in bpf_core_apply
978d1f63fc6e lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
8552150e5d80 cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory systems
49454f09936a bpf: devmap: provide rxq after redirect
0fca5ed4be8e bpf: Make sure internal and UAPI bpf_redirect flags don't overlap
de1f0ab13915 iio: accel: bma400: Fix uninitialized variable field_value in tap event handling.
18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn
2879d995e569 pnmtologo: sync with 6.6
43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes
35046aea43c8 bpftool: Fix undefined bpf macro for unix socket
9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e503 bpftool: Query only cgroup-related attach types
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: c7505c0387450c5467249828ec5c022f393b42a5)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
96f8b75e76 |
linux-yocto/6.6: genericarm64.cfg: enable CONFIG_DMA_CMA
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Mikko Rapeli
Email: mikko.rapeli@linaro.org
Subject: genericarm64.cfg: enable CONFIG_DMA_CMA
Date: Thu, 24 Oct 2024 08:49:29 +0300
It's needed for graphics on AMD KV260.
Cc: Bill Mills <bill.mills@linaro.org>
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 87bbf8eaa48cfc8bca02d86bd089df61846d2ca4)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
e72a5786a0 |
linux-yocto/6.6: update to v6.6.58
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
18916a684a8b Linux 6.6.58
fd6e2af79a94 ALSA: hda/conexant - Use cached pin control for Node 0x1d on HP EliteOne 1000 G2
9698088ac770 nilfs2: propagate directory read errors from nilfs_find_entry()
87cb3f6e0c04 selftests: mptcp: remove duplicated variables
ec0d0fcbd5d8 selftests: mptcp: join: test for prohibited MPC to port-based endp
d46b96f0a489 selftests: mptcp: join: change capture/checksum as bool
229dfdc36f31 tcp: fix mptcp DSS corruption due to large pmtu xmit
647cd4494cc3 serial: qcom-geni: fix receiver enable
61c8f746ed83 serial: qcom-geni: fix dma rx cancellation
7176aee5a1b2 serial: qcom-geni: revert broken hibernation support
90e3f819e6aa serial: qcom-geni: fix polled console initialisation
6acd19ad3aaf irqchip/sifive-plic: Unmask interrupt in plic_irq_enable()
01282ab5182f irqchip/gic-v4: Don't allow a VMOVP on a dying VPE
fad940e2dd78 pinctrl: apple: check devm_kasprintf() returned value
3b36bb1fca2b pinctrl: stm32: check devm_kasprintf() returned value
20728e86289a pinctrl: ocelot: fix system hang on level based interrupts
481b477ab63c x86/bugs: Use code segment selector for VERW operand
c29f192e0d44 tty: n_gsm: Fix use-after-free in gsm_cleanup_mux
227358e89703 x86/entry_32: Clear CPU buffers after register restore in NMI return
0c6a7e2c6012 x86/entry_32: Do not clobber user EFLAGS.ZF
c8170b5ddc41 x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode load
6663f0c65885 x86/apic: Always explicitly disarm TSC-deadline timer
16d7d35f1c1e x86/resctrl: Annotate get_mem_config() functions as __init
66029078fee0 parport: Proper fix for array out-of-bounds access
c895d48c843d serial: imx: Update mctrl old_status on RTSD interrupt
245bee12a52d misc: microchip: pci1xxxx: add support for NVMEM_DEVID_AUTO for OTP device
78df42183e82 misc: microchip: pci1xxxx: add support for NVMEM_DEVID_AUTO for EEPROM device
c3d3501cf896 usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG
479830f6c15b usb: typec: qcom-pmic-typec: fix sink status being overwritten with RP_DEF
86c68aa714d0 USB: serial: option: add Telit FN920C04 MBIM compositions
90a5c64279ae USB: serial: option: add support for Quectel EG916Q-GL
53cd1bb1f8eb xhci: Mitigate failed set dequeue pointer commands
cc7b7050996a xhci: Fix incorrect stream context type macro
9c696bf4ab54 xhci: tegra: fix checked USB2 port number
dc2d5f02636c vt: prevent kernel-infoleak in con_font_get()
885f8c873fed Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001
8fb8e912afb4 Bluetooth: ISO: Fix multiple init when debugfs is disabled
59bd80df4b88 Bluetooth: Remove debugfs directory on module init failure
05f84d86169b Bluetooth: Call iso_exit() on module unload
232c2eb6d60c iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
d8ef39dad9b9 iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
48e594b77cb7 iio: adc: ti-lmp92064: add missing select REGMAP_SPI in Kconfig
2f76debe69b8 iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
ad60bbd7c071 iio: proximity: mb1232: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
1fcc9d634b50 iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
66bfe12005f6 iio: light: bu27008: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
5d41abc777dc iio: frequency: adf4377: add missing select REMAP_SPI in Kconfig
dc7a11e8cebd iio: amplifiers: ada4250: add missing select REGMAP_SPI in Kconfig
7f06b154ffcf iio: light: opt3001: add missing full-scale range value
2cbb41abae65 iio: light: veml6030: fix IIO device retrieval from embedded device
6bd2b16425d4 iio: light: veml6030: fix ALS sensor resolution
6acb0a4dac40 iio: hid-sensors: Fix an error handling path in _hid_sensor_set_report_latency()
082a75594ba4 iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
e0eb585eef6c iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig
ea8180528111 iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig
c3a230c1df36 iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig
64cf93b87fe3 drm/amdgpu: prevent BO_HANDLES error from being overwritten
db0978d3ed8b drm/amdgpu/swsmu: Only force workload setup on init
7c0763fd7974 drm/vmwgfx: Handle surface check failure correctly
1a235af02164 drm/radeon: Fix encoder->possible_clones
8e6ca01b3b8d scsi: ufs: core: Fix the issue of ICU failure
7bd9af254275 scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut down
d3c4f41ae32c Input: xpad - add support for MSI Claw A1M
a16af52f2442 selftest: hid: add the missing tests directory
6414ab5c9c9c ublk: don't allow user copy for unprivileged device
2762b3cc9094 io_uring/sqpoll: close race on waiting for sqring entries
4c5b123ab289 blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race
c04670dffb3f x86/bugs: Do not use UNTRAIN_RET with IBPB on entry
c42a343158ea x86/bugs: Skip RSB fill at VMEXIT
61211f2da0be x86/entry: Have entry_ibpb() invalidate return predictions
b28d3f44e20c x86/cpufeatures: Add a IBPB_NO_RET BUG flag
6ccc10ed0a7d x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET
369535232d6a KVM: s390: Change virtual to physical address access in diag 0x258 handler
88607ed93ee6 KVM: s390: gaccess: Check if guest address is in memslot
82b433fb9b13 s390/sclp_vt220: Convert newlines to CRLF instead of LFCR
ccea29b1e072 s390/sclp: Deactivate sclp after all its users
fe2e0b6cd00a iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devices
37d9305caace mptcp: prevent MPC handshake on port-based signal endpoints
6365900cb10e net: fec: Remove duplicated code
1e1eb62c40e1 net: fec: Move `fec_ptp_read()` to the top of the file
677f1df179cb maple_tree: correct tree corruption on spanning store
9a0ab4fc28ed xfs: restrict when we try to align cow fork delalloc to cowextsz hints
3eeac3311683 xfs: allow unlinked symlinks and dirs with zero size
2bc2d49c36c2 xfs: fix freeing speculative preallocations for preallocated files
740a427e8f45 xfs: fix unlink vs cluster buffer instantiation race
0e52b98bf041 xfs: make sure sb_fdblocks is non-negative
0aca73915dc1 xfs: allow symlinks with short remote targets
4c99f3026cf2 xfs: convert delayed extents to unwritten when zeroing post eof blocks
36081fd0ee37 xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
0f726c17dfd8 xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
f24ba2183148 xfs: match lock mode in xfs_buffered_write_iomap_begin()
7c03b124353a xfs: use dontcache for grabbing inodes during scrub
20adb1e2f069 xfs: revert commit 44af6c7e59b12
5689d2345a01 xfs: enforce one namespace per attribute
9716cdcc2f9e xfs: validate recovered name buffers when recovering xattr items
db460c26f0b0 xfs: check shortform attr entry flags specifically
cad051826d83 xfs: fix missing check for invalid attr flags
0934046e3392 xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
c13c21f77824 xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
c299188b443a xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
4bcef72d96b5 xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
f43bd357fde0 xfs: fix error returns from xfs_bmapi_write
bed2b9037806 mm/swapfile: skip HugeTLB pages for unuse_vma
a0035fc55554 mm/mglru: only clear kswapd_failures if reclaimable
17396e32f975 mm/mremap: fix move_normal_pmd/retract_page_tables race
6b91fd65a117 selftests/mm: fix deadlock for fork after pthread_create on ARM
8f5fa1c677df selftests/mm: replace atomic_bool with pthread_barrier_t
a9af9d5fb01b fat: fix uninitialized variable
8e29f3235181 irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1
20b5342de51b net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()
81db1e528486 net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-link PHY
8165bf83b8a6 arm64: probes: Fix uprobes for big-endian kernels
173c13e38799 arm64: probes: Fix simulate_ldr*_literal()
9f1e7735474e arm64: probes: Remove broken LDR (literal) uprobe support
a3f169e39821 posix-clock: Fix missing timespec64 check in pc_clock_settime()
75150ba93dda net: enetc: add missing static descriptor and inline keyword
760a7c9695c0 net: enetc: disable NAPI after all rings are disabled
a419f478b927 net: enetc: disable Tx BD rings after they are empty
37184349468a net: enetc: block concurrent XDP transmissions during ring reconfiguration
1c95443e44e1 net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
7b2e478abab0 mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow
3c088dba8a4e ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2
5511999e9615 ksmbd: fix user-after-free from session log off
7fc7c47b9ba0 btrfs: fix uninitialized pointer free on read_alloc_one_name() error
e11ce03b5874 btrfs: fix uninitialized pointer free in add_inode_ref()
e9448e371c87 Linux 6.6.57
8d5aebfff846 scsi: Revert "scsi: sd: Do not repeat the starting disk message"
e6fc67c0efea e1000e: fix force smbus during suspend flow
611f74b0e7fb net: ethernet: cortina: Restore TSO support
7caf966390e6 secretmem: disable memfd_secret() if arch cannot set direct map
e5a0031c7965 fs/proc/kcore.c: allow translation of physical memory addresses
19a5029981c8 kthread: unpark only parked kthread
f00545e8386e btrfs: split remaining space to discard in chunks
73a4f5a704a2 selftests/rseq: Fix mm_cid test failure
87070a96b1d2 selftests/mm: fix incorrect buffer->mirror size in hmm2 double_map test
bd3222d47fae powercap: intel_rapl_tpmi: Fix bogus register reading
697e3ddcf1f8 nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy error
b822007e8db3 device-dax: correct pgoff align in dax_set_mapping()
8b36f4dcacb9 mptcp: pm: do not remove closing subflows
b8be15d1ae7e mptcp: handle consistently DSS corruption
143ffa7878e2 net: phy: Remove LED entry from LEDs list on unregister
28a2c3e51d09 net: dsa: lan9303: ensure chip reset and wait for READY status
3be342e0332a net: Fix an unsafe loop on the list
563e6892e21d net: explicitly clear the sk pointer, when pf->create fails
31c62224e91c ata: libata: avoid superfluous disk spin down + spin up during hibernation
a448ced30802 mptcp: fallback when MPTCP opts are dropped after 1st data
7994a4849c8b scsi: ufs: Use pre-calculated offsets in ufshcd_init_lrb()
e04642a207f1 scsi: wd33c93: Don't use stale scsi_pointer value
867639300759 Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_sync
55f2bd90b9fb drm/i915/hdcp: fix connector refcounting
937943c04250 drm/vc4: Stop the active perfmon before being destroyed
07c51108d9e2 drm/v3d: Stop the active perfmon before being destroyed
fb1643d00a50 hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dma
0b97fe09f099 usb: gadget: core: force synchronous registration
0770cda1e40f usb: storage: ignore bogus device raised by JieLi BR21 USB sound chip
cb8b441f73a6 usb: xhci: Fix problem with xhci resume from suspend
38aef06ea2fd usb: dwc3: core: Stop processing of pending events if controller is halted
936564b4dafa Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"
1fa959e74e50 HID: plantronics: Workaround for an unexcepted opposite volume key
c1846e023899 HID: multitouch: Add support for lenovo Y9000P Touchpad
1c3b4c90479a HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()
11381eea8897 hwmon: (adt7470) Add missing dependency on REGMAP_I2C
f5033290daa1 hwmon: (adm9240) Add missing dependency on REGMAP_I2C
fe5866fc1254 hwmon: (mc34vr500) Add missing dependency on REGMAP_I2C
de90999ec3de hwmon: (tmp513) Add missing dependency on REGMAP_I2C
2caf6c42629e hwmon: intel-m10-bmc-hwmon: relabel Columbiaville to CVL Die Temperature
26b177ecdd31 wifi: mac80211: Avoid address calculations via out of bounds array indexing
ea912d384d8e hid-asus: add ROG Ally X prod ID to quirk list
1815b3236d6b HID: asus: add ROG Z13 lightbar
5ec4596a0ba9 HID: asus: add ROG Ally N-Key ID and keycodes
f74210883e53 HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on system suspend
64575ec3d24a HID: i2c-hid: Renumber I2C_HID_QUIRK_ defines
e600ee984f72 HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirk
b289b83409a6 HID: mcp2200: added driver for GPIOs of MCP2200
84a5feebba10 rcu/nocb: Fix rcuog wake-up from offline softirq
174caf7a16d6 rcu/nocb: Make IRQs disablement symmetric
8bb79eb1db85 slip: make slhc_remember() more robust against malicious packets
8fe992ff3df4 ppp: fix ppp_async_encode() illegal access
c246bfbb35fb phonet: Handle error of rtnl_register_module().
a8e473f7454a phonet: no longer hold RTNL in route_dumpit()
4597c3866d04 mpls: Handle error of rtnl_register_module().
ff7abccdd581 mpls: no longer hold RTNL in mpls_netconf_dump_devconf()
ba5366b87c0d rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flag
c8c76f1550b9 rtnetlink: change nlk->cb_mutex role
f4df31a05153 mctp: Handle error of rtnl_register_module().
60bfd345cc9b bridge: Handle error of rtnl_register_module().
ca15d2882d8a vxlan: Handle error of rtnl_register_module().
35b72beac967 rtnetlink: Add bulk registration helpers for rtnetlink message handlers.
eae7435b48ff net: do not delay dst_entries_add() in dst_release()
64121e36fdce netfilter: fib: check correct rtable in vrf setups
997f67d813ce netfilter: xtables: avoid NFPROTO_UNSPEC where needed
b4ff011609d0 sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start
a63850d0d941 btrfs: zoned: fix missing RCU locking in error message when loading zone info
25c5ef253a4c net: ibm: emac: mal: fix wrong goto
1edf039ee017 net/sched: accept TCA_STAB only for root qdisc
ba578ecdd161 e1000e: change I219 (19) devices to ADP
57c5053eaa5f igb: Do not bring the device up after non-fatal error
703c4d820b31 i40e: Fix macvlan leak by synchronizing access to mac_filter_hash
29d7aa1857b2 ice: Flush FDB entries before reset
3b66266aa7ec ice: rename switchdev to eswitch
fa6ab2d78c19 ice: Fix netif_is_ice() in Safe Mode
a91c6e117079 powercap: intel_rapl_tpmi: Ignore minor version change
f0a6c431d20d platform/x86/intel/tpmi: Add defines to get version information
1e4a5eed757c gpio: aspeed: Use devm_clk api to manage clock source
2a165df9ce20 gpio: aspeed: Add the flush write to ensure the write complete.
cfa836da7f4c nouveau/dmem: Fix privileged error in copy engine channel
0aac3fb641cc drm/nouveau: pass cli to nouveau_channel_new() instead of drm+device
ca57186f2dec net: dsa: b53: fix jumbo frames on 10/100 ports
dd5b3a830540 net: dsa: b53: allow lower MTUs on BCM5325/5365
94c4cb9b9113 net: dsa: b53: fix max MTU for BCM5325/BCM5365
bd1f41c3abd1 net: dsa: b53: fix max MTU for 1g switches
f9a966afcd76 net: dsa: b53: fix jumbo frame mtu check
1d068c925418 net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_fifo()
826e9b748dec Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled"
dd64ea033756 thermal: intel: int340x: processor: Fix warning during module unload
335a4cbcaa6b thermal: int340x: processor_thermal: Set feature mask before proc_thermal_add
80a146b9bb08 net: phy: bcm84881: Fix some error handling paths
38b2d5a57d12 Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change
597ea17d84d3 selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() test
3453f5839420 netfilter: br_netfilter: fix panic with metadata_dst skb
446be5505ea0 rxrpc: Fix uninitialised variable in rxrpc_send_data()
2daffbd861de tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits out
718c49f840ef tcp: new TCP_INFO stats for RTO events
04dce9a12050 tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safe
e676ca60ad2a tcp: fix to allow timestamp undo if no retransmits were sent
9ca634676ff6 net: phy: dp83869: fix memory corruption when enabling fiber
fca41e5fa491 NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()
dedc14e1301a SUNRPC: Fix integer overflow in decode_rc_list()
fde7db1c0614 ice: fix VLAN replay after reset
803f31073b08 ice: set correct dst VSI in only LAN filters
4ab072325c62 NFSD: Mark filecache "down" if init fails
1fab0233720f x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h
9736678bc21c x86/amd_nb: Add new PCI IDs for AMD family 0x1a
688872c4ea4a fbdev: sisfb: Fix strbuf array overflow
0809fb86ad13 smb: client: fix UAF in async decryption
f7fb5dda5553 fbcon: Fix a NULL pointer dereference issue in fbcon_putcs
65b2d49e55fe drm/amd/display: Check null pointer before dereferencing se
0ef6e016eb53 scsi: lpfc: Ensure DA_ID handling completion before deleting an NPIV instance
ab88c77894aa scsi: lpfc: Add ELS_RSP cmd to the list of WQEs to flush in lpfc_els_flush_cmd()
5da9855385bc driver core: bus: Return -EIO instead of 0 when show/store invalid bus attribute
d885c464c250 driver core: bus: Fix double free in driver API bus_register()
a84ae28d710b staging: vme_user: added bound check to geoid
5b53a7a6bdba tools/iio: Add memory allocation failure check for trigger_name
b01793cc63dd virtio_pmem: Check device status before requesting flush
784744b01b08 netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=n
5b04f41abaf8 netfilter: nf_nat: don't try nat source port reallocation for reverse dir clash
1215e29918af LoongArch: Fix memleak in pci_acpi_scan_root()
0b700d29ebad comedi: ni_routing: tools: Check when the file could not be opened
0be52823e51c usb: dwc2: Adjust the timing of USB Driver Interrupt Registration in the Crashkernel Scenario
01ac64e09261 usb: chipidea: udc: enable suspend interrupt after usb reset
b72bf5cade51 usb: typec: tipd: Free IRQ only if it was requested before
e418d91195d2 serial: protect uart_port_dtr_rts() in uart_shutdown() too
339273a9ddfe clk: imx: Remove CLK_SET_PARENT_GATE for DRAM mux for i.MX7D
7fb5f957213b remoteproc: imx_rproc: Use imx specific hook for find_loaded_rsc_table
7af8d697b70f media: videobuf2-core: clear memory related fields in __vb2_plane_dmabuf_put()
a39416d8597a riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknown
740a6059c367 soundwire: cadence: re-check Peripheral status with delayed_work
99002ae8a1a8 RDMA/mlx5: Enforce umem boundaries for explicit ODP page faults
a29a9c2c9dce riscv: avoid Imbalance in RAS
50c4307e8261 mfd: intel_soc_pmic_chtwc: Make Lenovo Yoga Tab 3 X90F DMI match less strict
fa840ba4bd9f ntb: ntb_hw_switchtec: Fix use after free vulnerability in switchtec_ntb_remove due to race condition
f4ce3b5d26ce io_uring: check if we need to reschedule during overflow flush
30884833361b RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_t
ea0256e393e0 i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition
8f53f6f96678 PCI: Mark Creative Labs EMU20k2 INTx masking as broken
f8e2a0416a68 i2c: i801: Use a different adapter-name for IDF adapters
2488685858ed PCI: Add ACS quirk for Qualcomm SA8775P
f829cb4535ba clk: bcm: bcm53573: fix OF node leak in init
ccb8e44ae3e2 RDMA/rtrs-srv: Avoid null pointer deref during path establishment
bd9a77a93049 PCI: Add function 0 DMA alias quirk for Glenfly Arise chip
1598bf01006d soundwire: intel_bus_common: enable interrupts before exiting reset
a195a42dd25c RDMA/mad: Improve handling of timed out WRs of mad agent
6ba8ecf9aa4e ktest.pl: Avoid false positives with grub2 skip regex
5d5e3b4cbe8e bpf: Prevent tail call between progs attached to different hooks
96b128028801 s390/cpum_sf: Remove WARN_ON_ONCE statements
e789b7fdd7ba ext4: nested locking for xattr inode
58c0648e4c77 ext4: don't set SB_RDONLY after filesystem errors
cadbdd78e049 bpf, x64: Fix a jit convergence issue
5575beab1b26 s390/mm: Add cond_resched() to cmm_alloc/free_pages()
78cddbd77595 s390/facility: Disable compile time optimization for decompressor code
c43622d6f917 bpf: Check percpu map value size first
aaa880f8a9a5 selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
1881193bf2cb Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removal
6e20720b1229 zram: don't free statically defined names
6272936fd242 zram: free secondary algorithms names
c556e72cea2a ntfs3: Change to non-blocking allocation in ntfs_d_hash
fd94986382d1 virtio_console: fix misc probe bugs
5e20797c824b fs/ntfs3: Refactor enum_rstbl to suppress static checker
cdb1efee542c fs/ntfs3: Fix sparse warning in ni_fiemap
16f93bdd61e4 fs/ntfs3: Do not call file_modified if collapse range failed
939b4b2c008d drm/amd/display: Revert "Check HDCP returned status"
b505e4fc411c drm/amd/display: Remove a redundant check in authenticated_dp
1a7ca970112c lib/build_OID_registry: avoid non-destructive substitution for Perl < 5.13.2 compat
dcfaf8b500db jbd2: fix kernel-doc for j_transaction_overhead_buffers
5f77c8e84ae4 Bluetooth: Fix usage of __hci_cmd_sync_status
66c43605be89 selftests: Introduce Makefile variable to list shared bash scripts
f45c65b1b941 selftests: net: Remove executable bits from library scripts
ab656dd9fc0d libsubcmd: Don't free the usage string
03cec19f546d perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched__{lat|map|replay}()
4078f1d442d8 perf sched: Move curr_thread initialization to perf_sched__map()
e649fb7f8361 perf sched: Fix memory leak in perf_sched__map()
85ca3d45bd40 perf sched: Move start_work_mutex and work_done_wait_mutex initialization to perf_sched__replay()
86052433693b bootconfig: Fix the kerneldoc of _xbc_exit()
f0fc028b6f1f e1000e: move force SMBUS near the end of enable_ulp function
1fe83044fdc9 i40e: Include types.h to some headers
f717743ecfdf i40e: Fix ST code value for Clause 45
a47a759e435b scsi: sd: Do not repeat the starting disk message
9e6075e112ee scsi: Remove scsi device no_start_on_resume flag
2e561175e9cf ASoC: tas2781: mark dvc_tlv with __maybe_unused
9c122d020a62 ata: ahci: Add mask_port_map module parameter
924c0af49c63 spi: spi-fsl-lpspi: remove redundant spi_controller_put call
18f3fdb17496 riscv: cpufeature: Fix thead vector hwcap removal
5915b8981ad6 tracing: Have saved_cmdlines arrays all in one allocation
26c907b8d887 libceph: init the cursor when preparing sparse read in msgr2
fb90d9729549 pds_core: no health-thread in VF path
bd1521e0ea9a Revert "powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2"
43987659fa9c bus: mhi: ep: Do not allocate memory for MHI objects from DMA zone
39601f49c9e0 bus: mhi: ep: Add support for async DMA read operation
b6af3a95417b bus: mhi: ep: Add support for async DMA write operation
a77e5950f93f bus: mhi: ep: Introduce async read/write callbacks
efdfa92a823a bus: mhi: ep: Rename read_from_host() and write_to_host() APIs
be6c52b059a2 drm/crtc: fix uninitialized variable use even harder
0d3d2236a0e0 ALSA: hda/realtek: cs35l41: Fix device ID / model name
c800174e0865 ALSA: hda/realtek: cs35l41: Fix order and duplicates in quirks table
e87cb9dd3fad tracing: Remove precision vsnprintf() check from print event
9dd05dac697c drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel HFP and HBP (again)
452c0740d72c net: ethernet: cortina: Drop TSO support
6e0d0554d857 riscv: Remove SHADOW_OVERFLOW_STACK_SIZE macro
50e33567bc4a gfs2: Revert "ignore negated quota changes"
8251e3b0ce92 gfs2: qd_check_sync cleanups
e51c5aff8480 gfs2: Revert "introduce qd_bh_get_or_undo"
9060935b4b8b phy: qualcomm: eusb2-repeater: Rework init to drop redundant zero-out loop
fa3532b1540f phy: qualcomm: phy-qcom-eusb2-repeater: Add tuning overrides
e905bc71e7ed ASoC: cs35l56: Load tunings for the correct speaker models
9790a7acc352 Revert "PCI/MSI: Provide stubs for IMS functions"
7745e14f4c03 net: fec: don't save PTP state if PTP is unsupported
ac20736861f3 unicode: Don't special case ignorable code points
18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn
2879d995e569 pnmtologo: sync with 6.6
43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes
35046aea43c8 bpftool: Fix undefined bpf macro for unix socket
9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e503 bpftool: Query only cgroup-related attach types
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: e8a5b1c53d9cae12b4f3c6d3259be55df5f1d2f4)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
e9efb33df0 |
linux-yocto/6.6: update to v6.6.56
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
d4576c567009 Linux 6.6.56
1e0f696469d6 Revert "perf callchain: Fix stitch LBR memory leaks"
9b15f68c4127 Linux 6.6.55
e334ae4a0cd5 perf python: Allow checking for the existence of warning options in clang
3faea7810e2b Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path"
e0aba0c6d521 null_blk: Fix return value of nullb_device_power_store()
e0b065ec636d drm/amd/display: enable_hpo_dp_link_output: Check link_res->hpo_dp_link_enc before using it
776ebdeee65b perf report: Fix segfault when 'sym' sort key is not used
eada63e6e337 drm/amd/display: Revert Avoid overflow assignment
de4841fca84f crypto: octeontx* - Select CRYPTO_AUTHENC
25613e6d9841 vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()
cdf4bbbdb956 rxrpc: Fix a race between socket set up and I/O thread creation
b538fefeb102 net: stmmac: move the EST lock to struct stmmac_priv
aaadb755f2d6 null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'
b2b02202f87d null_blk: Remove usage of the deprecated ida_simple_xx() API
2deb10a99671 platform/x86: think-lmi: Fix password opcode ordering for workstations
e115c1b5de55 efi/unaccepted: touch soft lockup during memory accept
50f4b57e9a9d drm/bridge: adv7511: fix crash on irq during probe
fd4d5cd7a2e8 iommufd: Fix protection fault in iommufd_test_syz_conv_iova
69a1e2d938db net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice events
164936b2fc88 netfilter: nf_tables: restore set elements when delete set fails
a1bd2a38a1c6 netfilter: nf_tables: fix memleak in map from abort path
b90778973293 ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
1428da2f4a33 Revert "drm/amd/display: Skip Recompute DSC Params if no Stream on Link"
d253f71605e4 drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066
907717eea14c btrfs: drop the backref cache during relocation if we commit
4dc6ea8b4d9d btrfs: relocation: constify parameters where possible
5ae94c639777 btrfs: relocation: return bool from btrfs_should_ignore_reloc_root
ce31847f109c ACPI: battery: Fix possible crash when unregistering a battery hook
2deeb3c748da ACPI: battery: Simplify battery hook locking
712d30f9a505 clk: qcom: gcc-sc8180x: Add GPLL9 support
1c723d785adb r8169: add tally counter fields added with RTL8125
f02fcb7283b1 r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"
736da4240815 iio: pressure: bmp280: Fix waiting time for BMP3xx configuration
ae6724f9f13e iio: pressure: bmp280: Fix regmap for BMP280 device
5da669d9ee26 iio: pressure: bmp280: Use BME prefix for BME280 specifics
b71b2d704a93 iio: pressure: bmp280: Improve indentation and line wrapping
afe335a6c5e2 iio: pressure: bmp280: Allow multiple chips id per family of devices
c059a2661a1d dt-bindings: clock: qcom: Add GPLL9 support on gcc-sc8180x
65e71cffb833 dt-bindings: clock: qcom: Add missing UFS QREF clocks
fc1ed6f791e3 remoteproc: k3-r5: Delay notification of wakeup event
e1df6bbf4771 remoteproc: k3-r5: Acquire mailbox handle during probe routine
9eac174a9b89 media: imx335: Fix reset-gpio handling
2b00bc1d7d40 media: i2c: imx335: Enable regulator supplies
e6be95592c9f RDMA/mana_ib: use the correct page table index based on hardware page size
6c95c700f2b6 net: mana: Add support for page sizes other than 4KB on ARM64
86b6cf7e253b net: mana: Enable MANA driver on ARM64 with 4K page size
1f997b1d13e0 sched: psi: fix bogus pressure spikes from aggregation race
c83a80d8b84f lib/buildid: harden build ID parsing logic
f941d779622b build-id: require program headers to be right after ELF header
a94ec40b9405 drm/amd/display: Allow backlight to go below `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT`
54ad9c760854 mm: z3fold: deprecate CONFIG_Z3FOLD
5b981d8335e1 uprobes: fix kernel info leak via "[uprobes]" vma
24f7989ed2e1 io_uring/net: harden multishot termination case for recv
3c38faa39e6c arm64: errata: Expand speculative SSBS workaround once more
9a3e9aab606d arm64: cputype: Add Neoverse-N3 definitions
c7e0da744932 i2c: synquacer: Deal with optional PCLK correctly
6109f5319bfd i2c: synquacer: Remove a clk reference from struct synquacer_i2c
316be4911f63 i2c: core: Lock address during client device instantiation
4a2be5a72865 i2c: create debugfs entry per adapter
aac871e493fc platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors
2dbc42f554b3 platform/x86: x86-android-tablets: Create a platform_device from module_init()
ce5ec367994d kconfig: qconf: fix buffer overflow in debug links
eebc10e92477 cpufreq: intel_pstate: Make hwp_notify_lock a raw spinlock
68d603f467a7 drm/amd/display: Fix system hang while resume with TBT monitor
487f6450bcb9 drm/amd/display: Add HDR workaround for specific eDP
579a0a84e3c0 drm/sched: Add locking to drm_sched_entity_modify_sched
451c87d21db6 drm/i915/gem: fix bitwise and logical AND mixup
a8023f8b5598 close_range(): fix the logics in descriptor table trimming
310d95316791 rtla: Fix the help text in osnoise and timerlat top tools
8b0f0a268ddb tracing/timerlat: Fix duplicated kthread creation due to CPU online/offline
a6e9849063a6 tracing/timerlat: Fix a race during cpuhp processing
a4a05ceffe8f tracing/timerlat: Drop interface_lock in stop_kthread()
79250decc9ab tracing/hwlat: Fix a race during cpuhp processing
b8c118c2a2ad ceph: fix cap ref leak via netfs init_request
e676e4ea76bb mac802154: Fix potential RCU dereference issue in mac802154_scan_worker
830c03e58beb Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE
2f4e3926bc50 net: pcs: xpcs: fix the wrong register that was written back
7c5cd531d093 gpio: davinci: fix lazy disable
0f41f383b5a6 cpufreq: Avoid a bad reference count on CPU node
ed87190e9d9c btrfs: wait for fixup workers before stopping cleaner kthread during umount
521cfe23fbcb btrfs: send: fix invalid clone operation for file that got its size decreased
7ad0c5868f2f btrfs: fix a NULL pointer dereference when failed to start a new trasacntion
d7674ed0dcd4 ACPI: resource: Add Asus ExpertBook B2502CVA to irq1_level_low_skip_override[]
27ec4a380bc1 ACPI: resource: Add Asus Vivobook X1704VAP to irq1_level_low_skip_override[]
c7d10fa7d769 cachefiles: fix dentry leak in cachefiles_open_file()
195e42c9a92f Input: adp5589-keys - fix adp5589_gpio_get_value()
7c3f04223aaf Input: adp5589-keys - fix NULL pointer dereference
cda7d597245f rtc: at91sam9: fix OF node leak in probe() error path
03582f475242 net: stmmac: Fix zero-division error when disabling tc cbs
cd9ce830facd tomoyo: fallback to realpath if symlink's pathname does not exist
af3122f5fdc0 gso: fix udp gso fraglist segmentation after pull from frag_list
718a752bd746 vrf: revert "vrf: Remove unnecessary RCU-bh critical section"
73328d2af5aa iio: magnetometer: ak8975: Fix reading for ak099xx sensors
3374f06f9544 smb3: fix incorrect mode displayed for read-only files
472973229cb0 smb: client: use actual path when queryfs
868e843e522d clk: qcom: clk-alpha-pll: Fix CAL_L_VAL override for LUCID EVO PLL
5bdb3cc0cced clk: qcom: gcc-sc8180x: Fix the sdcc2 and sdcc4 clocks freq table
ea3a6938cb9b media: qcom: camss: Fix ordering of pm_runtime_enable
c2218a82f795 media: qcom: camss: Remove use_count guard in stop_streaming
8c860f35867a clk: qcom: gcc-sm8250: Do not turn off PCIe GDSCs during gdsc_disable()
b0686aedc5f1 media: venus: fix use after free bug in venus_remove due to race condition
56770d1e01d6 clk: qcom: gcc-sm8150: De-register gcc_cpuss_ahb_clk_src
7e21770654f5 clk: samsung: exynos7885: Update CLKS_NR_FSYS after bindings fix
8cf5c85d5edf clk: qcom: clk-rpmh: Fix overflow in BCM vote
1229485abfce media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flags
e6f63d04c03e clk: qcom: gcc-sm8450: Do not turn off PCIe GDSCs during gdsc_disable()
6fa24b41d3b5 media: sun4i_csi: Implement link validate for sun4i_csi subdev
fb2867420e4e clk: qcom: dispcc-sm8250: use CLK_SET_RATE_PARENT for branch clocks
fc71c2395893 remoteproc: k3-r5: Fix error handling when power-up failed
bd588d52562a clk: rockchip: fix error for unknown clocks
eb4df5e36a6e media: ov5675: Fix power on/off delay timings
acc5103a0a8c aoe: fix the potential use-after-free problem in more places
1587db113004 riscv: Fix kernel stack size when KASAN is enabled
83b39493cd00 RDMA/mana_ib: use the correct page size for mapping user-mode doorbell page
4ac637122930 i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition
6b17072c7db5 NFSD: Fix NFSv4's PUTPUBFH operation
f7d8ee9db943 nfsd: map the EBADMSG to nfserr_io to avoid warning
33658acea064 nfsd: fix delegation_blocked() to block correctly for at least 30 seconds
be8d32ebfa0b perf hist: Update hist symbol when updating maps
bebb4c240500 perf python: Disable -Wno-cast-function-type-mismatch if present on clang
bf0b3b352594 exfat: fix memory leak in exfat_load_bitmap()
9a2585ad17cd riscv: define ILLEGAL_POINTER_VALUE for 64bit
8f91116f3682 arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386
5f5ec16bd14d arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGS
d52c5652e7dc ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate
86a89e75e9e4 ocfs2: fix null-ptr-deref when journal load failed.
84543da867c9 ocfs2: remove unreasonable unlock in ocfs2_read_blocks
ef768020366f ocfs2: cancel dqi_sync_work before freeing oinfo
637c00e06564 ocfs2: reserve space for inline xattr before attaching reflink tree
8d176ca5d915 ocfs2: fix uninit-value in ocfs2_get_block()
e7a801014726 ocfs2: fix the la space leak when unmounting an ocfs2 volume
e3a9fc1520a6 mm: krealloc: consider spare memory for __GFP_ZERO
fd3496243409 jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit
1c62dc0d82c6 jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
393331e16ce2 resource: fix region_intersects() vs add_memory_driver_managed()
b57b53e8ffcd drm: omapdrm: Add missing check for alloc_ordered_workqueue
0022085f11c6 of/irq: Support #msi-cells=<0> in of_msi_get_domain
d657d28641ec of: address: Report error on resource bounds overflow
25b7a6703728 drm/rockchip: vop: clear DMA stop bit on RK3066
a17dfde57704 parisc: Fix stack start for ADDR_NO_RANDOMIZE personality
62f3e58c4e39 parisc: Allow mmap(MAP_STACK) memory to automatically expand upwards
42451ba0d6e1 parisc: Fix 64-bit userspace syscall path
89bbc55d6b16 ext4: mark fc as ineligible using an handle in ext4_xattr_set()
c5771f1c484c ext4: use handle to mark fc as ineligible in __track_dentry_update()
d13a3558e824 ext4: fix fast commit inode enqueueing during a full journal commit
1552199ace59 ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()
80dccb81b7db ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
f55ecc58d07a ext4: update orig_path in ext4_find_extent()
9203817ba46e ext4: fix timer use-after-free on failed mount
68a69cf60660 ext4: fix double brelse() the buffer of the extents path
8162ee5d94b8 ext4: aovid use-after-free in ext4_ext_insert_extent()
1b558006d98b ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free
93051d16b312 ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
5efccdee4a7d ext4: dax: fix overflowing extents beyond inode size when partially writing
8c762b4e1921 ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()
f4308d8ee384 ext4: propagate errors from ext4_find_extent() in ext4_insert_range()
8fe117790b37 ext4: fix slab-use-after-free in ext4_split_extent_at()
a56e5f389d42 ext4: correct encrypted dentry name hash when not casefolded
2d64e7dada22 ext4: no need to continue when the number of entries is 1
9cdf65c6c311 ALSA: hda/realtek: Add a quirk for HP Pavilion 15z-ec200
762650cd5e7f ALSA: hda/realtek: Add quirk for Huawei MateBook 13 KLV-WX9
3624416ab149 ALSA: line6: add hw monitor volume control to POD HD500X
228a8b952cf4 ALSA: usb-audio: Add native DSD support for Luxman D-08u
9d125aab4c47 ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET
aba1be9a804f ALSA: core: add isascii() check to card ID generator
633d3456849d ALSA: hda/tas2781: Add new quirk for Lenovo Y990 Laptop
c923bc874659 drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS
6e6f89549c66 drm/mediatek: ovl_adaptor: Add missing of_node_put()
3eff30f2c315 parisc: Fix itlb miss handler for 64-bit programs
9fca08c06a8d perf/core: Fix small negative period being ignored
888f728d81f8 power: supply: hwmon: Fix missing temp1_max_alarm attribute
7febcf11742f spi: bcm63xx: Fix missing pm_runtime_disable()
f2d0b351e03f spi: bcm63xx: Fix module autoloading
0a42f6360798 dt-bindings: clock: exynos7885: Fix duplicated binding
ff580d01301e memory: tegra186-emc: drop unused to_tegra186_emc()
028258156f65 firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()
bf47be5479b3 ovl: fail if trusted xattrs are needed but caller lacks permission
6fcd6feaf132 rust: sync: require `T: Sync` for `LockedBy::access`
d6c159c066d2 i2c: designware: fix controller is holding SCL low while ENABLE bit is disabled
b80dc74c386f i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabled
625a77b68c96 media: i2c: ar0521: Use cansleep version of gpiod_set_value()
c0e00163f804 i2c: xiic: Wait for TX empty to avoid missed TX NAKs
7e263fd6efba i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()
22a1f8a5b56b i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume
8176d4878ed2 platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug
b8c0aee7c2a5 Revert "ALSA: hda: Conditionally use snooping for AMD HDMI"
2c74d33dbfd9 selftests: vDSO: fix vdso_config for s390
0fe35c473713 selftests: vDSO: fix ELF hash table entry size for s390x
676727021dbd powerpc/vdso: Fix VDSO data access when running in a non-root time namespace
dfb569762ce7 selftests/mm: fix charge_reserved_hugetlb.sh test
b88842a9f1b8 selftests: vDSO: fix vDSO symbols lookup for powerpc64
d3b90ed9a08d selftests: vDSO: fix vdso_config for powerpc
6c8aff20229f selftests: vDSO: fix vDSO name for powerpc
9629c0c3e876 perf: Really fix event_function_call() locking
42cd165b4cf8 perf callchain: Fix stitch LBR memory leaks
e2955fbe08b0 spi: rpc-if: Add missing MODULE_DEVICE_TABLE
106f10fef0b9 accel/ivpu: Add missing MODULE_FIRMWARE metadata
4019391dfe37 selftests: breakpoints: use remaining time to check if suspend succeed
c2aa41032872 spi: s3c64xx: fix timeout counters in flush_fifo
dbda70bbe421 selftest: hid: add missing run-hid-tools-tests.sh
494380a4e4c0 spi: spi-cadence: Fix missing spi_controller_is_target() check
97aa3293db69 spi: spi-cadence: Fix pm_runtime_set_suspended() with runtime pm enabled
97f76711a90e spi: spi-cadence: Use helper function devm_clk_get_enabled()
d6e3898d62a8 spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabled
c2d9f9a7837a bpftool: Fix undefined behavior in qsort(NULL, 0, ...)
390b9e54cdfd iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release
ad762c520471 bpftool: Fix undefined behavior caused by shifting into the sign bit
d43776b90765 ext4: fix i_data_sem unlock order in ext4_ind_migrate()
34b2096380ba ext4: avoid use-after-free in ext4_ext_show_leaf()
1fe2852720cd ext4: ext4_search_dir should return a proper error
b111ae42bbfd bpf: Make the pointer returned by iter next method valid
18f06bacc197 ksmbd: add refcnt to ksmbd_conn struct
f5e30a30fce7 platform/x86: lenovo-ymc: Ignore the 0x0 state
4298813a43f7 drm/amdgpu/gfx10: use rlc safe mode for soft recovery
c20cd3d6d261 drm/amdgpu/gfx11: use rlc safe mode for soft recovery
e16a6d1a3357 powerpc/pseries: Use correct data types from pseries_hp_errorlog struct
fe2c86e1927e of/irq: Refer to actual buffer size in of_irq_parse_one()
b511474f4958 drm/amd/pm: ensure the fw_info is not null before using it
3ffbdc977d80 drm/amdgpu/gfx9: use rlc safe mode for soft recovery
8361e3f78828 drm/amdgpu: Block MMR_READ IOCTL in reset
c474a1a75599 drm/radeon/r100: Handle unknown family in r100_cp_init_microcode()
ee5d547006d3 scsi: NCR5380: Initialize buffer for MSG IN and STATUS transfers
66a403d89b73 perf: Fix event_function_call() locking
deb78dc859dd drm/amdgpu: fix unchecked return value warning for amdgpu_gfx
5e0e1a941e57 scsi: lpfc: Update PRLO handling in direct attached topology
55119faf5abc scsi: aacraid: Rearrange order of struct aac_srb_unit
adf290fe434c perf,x86: avoid missing caller address in stack traces captured in uprobe
4ee08b4a7201 drm/printer: Allow NULL data in devcoredump printer
c7630935d9a4 drm/amd/display: Initialize get_bytes_per_element's default to 1
a1495acc6234 drm/amd/display: Avoid overflow assignment in link_dp_cts
929506d56714 drm/amd/display: Fix index out of bounds in DCN30 color transformation
122e3a7a8c7b drm/amd/display: Fix index out of bounds in degamma hardware format translation
0d38a0751143 drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation
be2ca7a2c156 drm/amd/display: Check link_res->hpo_dp_link_enc before using it
42d31a336438 drm/amd/display: Check stream before comparing them
fb557a36b0b9 drm/stm: ltdc: reset plane transparency after plane disable
64f38c08b592 platform/x86: touchscreen_dmi: add nanote-next quirk
651ba62c255f HID: multitouch: Add support for Thinkpad X12 Gen 2 Kbd Portfolio
71cfb54e0f0c drm/amdkfd: Fix resource leak in criu restore queue
fe90214179d5 drm/amdgpu: enable gfxoff quirk on HP 705G4
a3c8cbefce38 drm/amdgpu: add raven1 gfxoff quirk
c076b3746224 jfs: Fix uninit-value access of new_ea in ea_buffer
9288a9676c52 drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrs
4155dff76a8c scsi: smartpqi: correct stream detection
7fff9a9f866e jfs: check if leafidx greater than num leaves per dmap tree
4218b31ecc7a jfs: Fix uaf in dbFreeBits
f04925a02ea2 jfs: UBSAN: shift-out-of-bounds in dbFindBits
cf6f3ebd6312 drm/amd/display: fix double free issue during amdgpu module unload
75839e2365b6 drm/amd/display: Add null check for 'afb' in amdgpu_dm_plane_handle_cursor_update (v2)
9641bc4adf84 drm/amd/display: Check null pointers before using dc->clk_mgr
4778982c73d6 drm/amd/display: Handle null 'stream_status' in 'planes_changed_for_existing_stream'
6ec7c739346c HID: Ignore battery for all ELAN I2C-HID devices
29d2d5eda393 ata: sata_sil: Rename sil_blacklist to sil_quirks
8fcf85196adc ata: pata_serverworks: Do not use the term blacklist
e47e563c6f0d drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_stream
30ceb873cc2e drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
44e4aeaef96b drm/amdgpu: disallow multiple BO_HANDLES chunks in one submit
0a1741d10da2 drm/stm: Avoid use-after-free issues with crtc and plane
dfdbc5ba10fb iommu/vt-d: Fix potential lockup if qi_submit_sync called with 0 count
54e86bfec010 iommu/vt-d: Always reserve a domain ID for identity setup
1c36eb173249 power: reset: brcmstb: Do not go into infinite loop if reset fails
2d56271fce96 rcuscale: Provide clear error when async specified without primitives
fdda354f60a5 fbdev: pxafb: Fix possible use after free in pxafb_task()
36bfefb6baaa fbdev: efifb: Register sysfs groups through driver core
4b101d2f40df hwmon: (nct6775) add G15CF to ASUS WMI monitoring list
2de5fd836bd6 x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()
e9df4c61079e selftests/nolibc: avoid passing NULL to printf("%s")
fc975b8daba2 tools/nolibc: powerpc: limit stack-protector workaround to GCC
6cc4e5eaadae ALSA: hdsp: Break infinite MIDI input flush loop
7a5574099670 ALSA: asihpi: Fix potential OOB array access
ddd52c9fe992 x86/kexec: Add EFI config table identity mapping for kexec kernel
407abc7e0c7f x86/pkeys: Restore altstack access in sigreturn()
19059128205f x86/pkeys: Add PKRU as a parameter in signal handling functions
ef6c1ed5887f tools/x86/kcpuid: Protect against faulty "max subleaf" values
71faa656b8e7 ASoC: codecs: wsa883x: Handle reading version failure
70d5e30b0a3c ALSA: usb-audio: Add logitech Audio profile quirk
fb2ed616af7e ALSA: usb-audio: Replace complex quirk lines with macros
0bf9779cd954 ALSA: usb-audio: Define macros for quirk table entries
077e1b7cd521 x86/ioapic: Handle allocation failures gracefully
864f68a24293 ALSA: usb-audio: Add input value sanity checks for standard types
f888741fcfab nfp: Use IRQF_NO_AUTOEN flag in request_irq()
fef7b51f22cf wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_11_scan_ext()
0a630d690b7f wifi: mt76: mt7915: hold dev->mt76.mutex while disabling tx worker
833ebae26663 wifi: mt76: mt7915: add dummy HW offload of IEEE 802.11 fragmentation
b4f8240bc389 can: netlink: avoid call to do_set_data_bittiming callback with stale can_priv::ctrlmode
b017f4f6709a drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
8552508033b2 proc: add config & param to block forcing mem writes
8b2906e1349a ACPICA: iasl: handle empty connection_node
f37319609335 wifi: mac80211: fix RCU list iterations
6dcadb2ed3b7 wifi: iwlwifi: mvm: avoid NULL pointer dereference
324116255492 wifi: iwlwifi: mvm: use correct key iteration
5cce1c07bf89 tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process
27fe713c62a1 netpoll: Ensure clean state on setup failures
b60d2bc676e4 crypto: simd - Do not call crypto_alloc_tfm during registration
0f6dab0b79f1 net: atlantic: Avoid warning about potential string truncation
f989162f55ed ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP family
239ac7faeaea wifi: rtw89: correct base HT rate mask for firmware
d4c4653b60de ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).
0d6255e512b3 bnxt_en: Extend maximum length of version string by 1 byte
74834f4a6c19 net: mvpp2: Increase size of queue_name buffer
12d26aa7fd3c tipc: guard against string buffer overrun
4588ea78d390 ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in acpi_db_convert_to_package()
93d065b704bd ACPI: EC: Do not release locks during operation region accesses
90ec583a85c4 wifi: rtw88: select WANT_DEV_COREDUMP
7a552bc2f3ef wifi: ath11k: fix array out-of-bound access in SoC stats
d0e4274d9dc9 wifi: ath12k: fix array out-of-bound access in SoC stats
1ab2cfe19700 blk_iocost: fix more out of bound shifts
29dbea4c56df ACPI: CPPC: Add support for setting EPP register in FFH
716dae9686fe ACPI: video: Add force_vendor quirk for Panasonic Toughbook CF-18
cc026a7f9be6 Bluetooth: btrtl: Set msft ext address filter quirk for RTL8852B
18ed567ad0aa Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0489:0xe122
37a6fc0d8fca net: sched: consistently use rcu_replace_pointer() in taprio_change()
3f5625e9e92b wifi: mt76: mt7915: disable tx worker during tx BA session enable/disable
1c6db07811fb e1000e: avoid failing the system during pm_suspend
13ca2b3568fb ACPICA: Fix memory leak if acpi_ps_get_next_field() fails
0b02303431a3 ACPICA: Fix memory leak if acpi_ps_get_next_namepath() fails
68a8e45743d6 ACPI: PAD: fix crash in exit_round_robin()
0a94777ba4ca net: hisilicon: hns_mdio: fix OF node leak in probe()
359a218ce1a9 net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()
f62bf4ffeba5 net: hisilicon: hip04: fix OF node leak in probe()
143edf098b80 net/xen-netback: prevent UAF in xenvif_flush_hash()
04053e55dd50 wifi: cfg80211: Set correct chandef when starting CAC
d76360adabd6 wifi: iwlwifi: mvm: drop wrong STA selection in TX
191e8d525620 wifi: iwlwifi: mvm: Fix a race in scan abort flow
82465e05ca6f ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sched_add_node()
21ba7132a911 crypto: octeontx2 - Fix authenc setkey
0ac97b001cce crypto: octeontx - Fix authenc setkey
6300199be334 crypto: x86/sha256 - Add parentheses around macros' single arguments
e37e34883503 wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmit
fdc73f2cfbe8 wifi: rtw89: avoid to add interface to list twice when SER
e6e4cfb5f6d6 wifi: ath9k: fix possible integer overflow in ath9k_get_et_stats()
40346cbb19ad ALSA: hda/conexant: Fix conflicting quirk for System76 Pangolin
b0f3c6a2d0bd ALSA: gus: Fix some error handling paths related to get_bpos() usage
2c3c1f87cf7e cifs: Do not convert delimiter when parsing NFS-style symlinks
c6db81c550ce cifs: Fix buffer overflow when parsing NFS reparse points
92e71ccd8fd4 ASoC: imx-card: Set card.owner to avoid a warning calltrace if SND=m
f8f081578b5b ALSA: hda/generic: Unconditionally prefer preferred_dacs pairs
e4c886dd24a3 cifs: Remove intermediate object of failed create reparse call
fa72abf31bd0 ALSA: hda/realtek: Fix the push button function for the ALC257
466129e3d0ad ALSA: mixer_oss: Remove some incorrect kfree_const() usages
0152c81f61fa ASoC: atmel: mchp-pdmc: Skip ALSA restoration if substream runtime is uninitialized
28234f8ab69c Bluetooth: L2CAP: Fix not validating setsockopt user input
6a6baa1ee7a9 Bluetooth: ISO: Fix not validating setsockopt user input
dea46e246ef0 media: usbtv: Remove useless locks in usbtv_video_free()
0c18a64039aa Bluetooth: hci_sock: Fix not validating setsockopt user input
b66ff9a3fc90 loop: don't set QUEUE_FLAG_NOMERGES
3000f3a86dd0 i2c: xiic: Try re-initialization on bus busy timeout
7c48b5a6c32c i2c: xiic: improve error message when transfer fails to start
7f64cb5b4d8c sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start
25a54df40841 dt-bindings: net: xlnx,axi-ethernet: Add missing reg minItems
1372c7579ec5 iomap: constrain the file range passed to iomap_file_unshare
f9620e2a665a ppp: do not assume bh is held in ppp_channel_bridge_input()
d9dfd41e32cc net: test for not too small csum_start in virtio_net_hdr_to_skb()
ea8cad4ca5e0 ipv4: ip_gre: Fix drops of small packets in ipgre_xmit
a9ad307c0dde net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit check
9b0ee571d20a net: add more sanity checks to qdisc_pkt_len_init()
25ab0b87dbd8 net: avoid potential underflow in qdisc_pkt_len_init() with UFO
da143240028c net: fec: Reload PTP registers after link-state change
dc5fb264168c net: fec: Restart PPS after link state change
e66e38d07b31 net: ethernet: lantiq_etop: fix memory disclosure
718b66340364 net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size
dae9b99bd21f net: Add netif_get_gro_max_size helper for GRO
f0a84ad84d98 Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()
b90907696c30 Bluetooth: L2CAP: Fix uaf in l2cap_connect
4883296505aa Bluetooth: MGMT: Fix possible crash on mgmt_index_removed
4e3542f40f3a netfilter: nf_tables: prevent nf_skb_duplicated corruption
fe9ccbf1b749 selftests: netfilter: Fix nft_audit.sh for newer nft binaries
271b4904727b net: wwan: qcom_bam_dmux: Fix missing pm_runtime_disable()
96858258de2f net: ieee802154: mcr20a: Use IRQF_NO_AUTOEN flag in request_irq()
8691a82abf0c netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED
fab615ac9fcb net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twice
0168ab6fbd9e net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()
1c252d64652e net/mlx5: Added cond_resched() to crdump collection
26fad69b34fc net/mlx5: Fix error path in multi-packet WQE transmit
70db858273c7 net: sparx5: Fix invalid timestamps
d6c4c0867086 ieee802154: Fix build error
11ab19d48ab8 ceph: remove the incorrect Fw reference check when dirtying pages
10a58555e0bb mailbox: bcm2835: Fix timeout during suspend mode
b372b484d232 mailbox: rockchip: fix a typo in module autoloading
7879ad0aa996 drm/amdgpu: Fix get each xcp macro
f42595fb8fdb scsi: pm8001: Do not overwrite PCI queue mapping
6b63cda2d4f4 scsi: st: Fix input/output error on empty drive reset
86fdd1806461 jump_label: Fix static_key_slow_dec() yet again
33f3e832275e jump_label: Simplify and clarify static_key_fast_inc_cpus_locked()
e67534bd31d7 static_call: Replace pointless WARN_ON() in static_call_module_notify()
c0abbbe8c98c static_call: Handle module init failure correctly in static_call_del_module()
18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn
2879d995e569 pnmtologo: sync with 6.6
43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes
35046aea43c8 bpftool: Fix undefined bpf macro for unix socket
9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e503 bpftool: Query only cgroup-related attach types
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 7829fdb1f05cf04d55d25db2d3ff705626008105)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
f47db02e9c |
linux-yocto/6.10: update to v6.10.14
Updating linux-yocto/6.10 to the latest korg -stable release that comprises
the following commits:
47c2f92131c4 Linux 6.10.14
aa8086f899a7 perf python: Allow checking for the existence of warning options in clang
df8d896f8f94 drm/amd/display: enable_hpo_dp_link_output: Check link_res->hpo_dp_link_enc before using it
e34ddcce0066 perf report: Fix segfault when 'sym' sort key is not used
8ba850ac0c32 drm/amd/display: Revert Avoid overflow assignment
a97a22bb688c crypto: octeontx* - Select CRYPTO_AUTHENC
41e7dd6fb6f8 ALSA: control: Fix leftover snd_power_unref()
00fb5b23e1c9 vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()
56e415202b8a rxrpc: Fix a race between socket set up and I/O thread creation
4a5dac62c172 drm/sched: revert "Always increment correct scheduler score"
a3ab4e7e10ae Revert "drm/amd/display: Skip Recompute DSC Params if no Stream on Link"
45b13bbd89cf drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066
ca26e8eed9c1 ACPI: battery: Fix possible crash when unregistering a battery hook
31ffdcb2b302 ACPI: battery: Simplify battery hook locking
92bc8647b4d6 r8169: add tally counter fields added with RTL8125
865310fc5b57 r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"
9360b0f5dbcd iio: pressure: bmp280: Fix waiting time for BMP3xx configuration
a257fd6b4112 iio: pressure: bmp280: Fix regmap for BMP280 device
5e8419cb858b iio: pressure: bmp280: Use BME prefix for BME280 specifics
68dc17268d02 iio: pressure: bmp280: Improve indentation and line wrapping
de4d873a7932 remoteproc: k3-r5: Delay notification of wakeup event
c1ea59b64cf7 remoteproc: k3-r5: Acquire mailbox handle during probe routine
207f1c8c86e4 RDMA/mana_ib: use the correct page table index based on hardware page size
76024ae302c6 net: mana: Add support for page sizes other than 4KB on ARM64
b4e21431a0db NFSD: Limit the number of concurrent async COPY operations
d0969746d33b NFSD: Async COPY result needs to return a write verifier
17c0cbfd2274 sunrpc: change sp_nrthreads from atomic_t to unsigned int.
49430bda7c68 sched: psi: fix bogus pressure spikes from aggregation race
272b0e788745 drm/xe: fix UAF around queue destruction
baa6301d8257 drm/xe: Delete unused GuC submission_state.suspend
52372cc28bac lib/buildid: harden build ID parsing logic
ec580d6742c7 build-id: require program headers to be right after ELF header
1665af776b64 drm/amd/display: Allow backlight to go below `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT`
8a2f4f156ab4 mm: z3fold: deprecate CONFIG_Z3FOLD
2aa45f43709b uprobes: fix kernel info leak via "[uprobes]" vma
94f87d63613a arm64: errata: Expand speculative SSBS workaround once more
03ddc3ec9600 arm64: cputype: Add Neoverse-N3 definitions
830a573b87cf kconfig: qconf: fix buffer overflow in debug links
c0bdc6c6a97c cpufreq: intel_pstate: Make hwp_notify_lock a raw spinlock
73e441be033d drm/amd/display: Fix system hang while resume with TBT monitor
945dc25eda88 drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal DCN35
c28331512f4e drm/amd/display: Add HDR workaround for specific eDP
c09c425d25a1 drm/sched: Always increment correct scheduler score
d607eca401a7 drm/sched: Always wake up correct scheduler in drm_sched_entity_push_job
48e3cf7af76c drm/sched: Add locking to drm_sched_entity_modify_sched
ac44fecf0a56 drm/sched: Fix dynamic job-flow control race
9c8c396ba700 drm/panthor: Don't declare a queue blocked if deferred operations are pending
ac2ca5e5148a drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()
a3a1c41da56f drm/panthor: Don't add write fences to the shared BOs
7f23b5fbcddd drm/i915/gem: fix bitwise and logical AND mixup
c11b0737d0e0 close_range(): fix the logics in descriptor table trimming
798130704be6 firmware/sysfb: Disable sysfb for firmware buffers with unknown parent
f753ba8670f4 rtla: Fix the help text in osnoise and timerlat top tools
3670051acbca tracing/timerlat: Fix duplicated kthread creation due to CPU online/offline
a0d9c0cd5856 tracing/timerlat: Fix a race during cpuhp processing
09cb44cc3d3d tracing/timerlat: Drop interface_lock in stop_kthread()
0a675c6c7e33 tracing/hwlat: Fix a race during cpuhp processing
1d9af0f544de ceph: fix cap ref leak via netfs init_request
83fde8356b41 io_uring/net: harden multishot termination case for recv
540138377b22 mac802154: Fix potential RCU dereference issue in mac802154_scan_worker
ad7adfb95f64 Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE
01feafd82a68 net: pcs: xpcs: fix the wrong register that was written back
765f033f26a9 gpio: davinci: fix lazy disable
77f88b17387a cpufreq: Avoid a bad reference count on CPU node
bf0de0f9a054 btrfs: wait for fixup workers before stopping cleaner kthread during umount
1053475c4af8 btrfs: send: fix invalid clone operation for file that got its size decreased
4f255c6c3204 btrfs: drop the backref cache during relocation if we commit
dc02c1440705 btrfs: fix a NULL pointer dereference when failed to start a new trasacntion
b5885bedfa27 ACPI: resource: Add Asus ExpertBook B2502CVA to irq1_level_low_skip_override[]
bd0568841b58 ACPI: resource: Add Asus Vivobook X1704VAP to irq1_level_low_skip_override[]
c500dc3ef5c1 ACPI: resource: Loosen the Asus E1404GAB DMI match to also cover the E1404GA
9eb7d786c80a ACPI: resource: Remove duplicate Asus E1504GAB IRQ override
1589c4116810 ACPI: video: Add backlight=native quirk for Dell OptiPlex 5480 AIO
e4a28489b310 cachefiles: fix dentry leak in cachefiles_open_file()
2a9d0d2db804 Input: adp5589-keys - fix adp5589_gpio_get_value()
9a38791ee79b Input: adp5589-keys - fix NULL pointer dereference
0e774fb34d7b rtc: at91sam9: fix OF node leak in probe() error path
e297a2bf56d1 net: stmmac: Fix zero-division error when disabling tc cbs
e9cf96d3d036 tomoyo: fallback to realpath if symlink's pathname does not exist
33e28acf42ee gso: fix udp gso fraglist segmentation after pull from frag_list
3fdd8c83e83f net: gso: fix tcp fraglist segmentation after pull from frag_list
8c9381b31382 vrf: revert "vrf: Remove unnecessary RCU-bh critical section"
0072322c6fe2 iio: magnetometer: ak8975: Fix reading for ak099xx sensors
23521aadc6e2 smb3: fix incorrect mode displayed for read-only files
51cf4e5ad134 smb: client: use actual path when queryfs
3dd3b564535c clk: qcom: clk-alpha-pll: Fix CAL_L_VAL override for LUCID EVO PLL
0e2e46d4e5cb clk: qcom: gcc-sc8180x: Fix the sdcc2 and sdcc4 clocks freq table
6ab44e53a67f media: qcom: camss: Fix ordering of pm_runtime_enable
1081881be9b1 clk: qcom: gcc-sc8180x: Add GPLL9 support
a975db8aea15 media: qcom: camss: Remove use_count guard in stop_streaming
cefa27681fa6 clk: qcom: gcc-sm8250: Do not turn off PCIe GDSCs during gdsc_disable()
d925e9f7fb5a media: venus: fix use after free bug in venus_remove due to race condition
9fff37bc82b5 clk: qcom: gcc-sm8150: De-register gcc_cpuss_ahb_clk_src
0e595d3f9927 clk: samsung: exynos7885: Update CLKS_NR_FSYS after bindings fix
58cdc0e79ece clk: qcom: clk-rpmh: Fix overflow in BCM vote
1127647741e4 dt-bindings: clock: qcom: Add GPLL9 support on gcc-sc8180x
6e9086eba618 media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flags
a854c234d8f3 clk: qcom: gcc-sm8450: Do not turn off PCIe GDSCs during gdsc_disable()
eae177533046 media: sun4i_csi: Implement link validate for sun4i_csi subdev
1aec8446c734 clk: qcom: dispcc-sm8250: use CLK_SET_RATE_PARENT for branch clocks
89c7fedd0e13 media: videobuf2: Drop minimum allocation requirement of 2 buffers
afd102bde99d remoteproc: k3-r5: Fix error handling when power-up failed
7a6c6ccab3d8 clk: rockchip: fix error for unknown clocks
710fd3d1cdd0 media: ov5675: Fix power on/off delay timings
617c1b60f3df media: imx335: Fix reset-gpio handling
89d9a69ae0c6 aoe: fix the potential use-after-free problem in more places
1b1ba6d62835 riscv: Fix kernel stack size when KASAN is enabled
f70f801f90c0 drivers/perf: riscv: Align errno for unsupported perf event
0b8e9f0e43f4 RDMA/mana_ib: use the correct page size for mapping user-mode doorbell page
51d7f1049234 sysctl: avoid spurious permanent empty tables
4318998892bf i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition
e91d86e8537a NFSD: Fix NFSv4's PUTPUBFH operation
c76005adfa93 nfsd: map the EBADMSG to nfserr_io to avoid warning
c1bc9d523695 nfsd: fix delegation_blocked() to block correctly for at least 30 seconds
d18bb644d6c6 perf hist: Update hist symbol when updating maps
a2bb1edc4468 perf python: Disable -Wno-cast-function-type-mismatch if present on clang
dca359db1eb3 exfat: fix memory leak in exfat_load_bitmap()
c2e629efd6a6 riscv: define ILLEGAL_POINTER_VALUE for 64bit
d6b7fb7e01f9 sched/core: Clear prev->dl_server in CFS pick fast path
24dabf0b142c sched/core: Add clearing of ->dl_server in put_prev_task_balance()
62ee1dae878d sched/deadline: Comment sched_dl_entity::dl_server variable
2ea0e186c686 arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386
16e7c0ac7bc3 arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGS
a77fd5c22431 scripts/gdb: fix lx-mounts command error
912edbfd31c6 scripts/gdb: add iteration function for rbtree
8ad3ce94c971 scripts/gdb: fix timerlist parsing issue
46b1edf0536a ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate
f60e94a83db7 ocfs2: fix null-ptr-deref when journal load failed.
df4f20fc3673 ocfs2: remove unreasonable unlock in ocfs2_read_blocks
a4346c04d055 ocfs2: cancel dqi_sync_work before freeing oinfo
9f9a8f3ac65b ocfs2: reserve space for inline xattr before attaching reflink tree
5af5cd893818 ocfs2: fix uninit-value in ocfs2_get_block()
ed789ef13079 ocfs2: fix the la space leak when unmounting an ocfs2 volume
73388659ef0e mm: krealloc: consider spare memory for __GFP_ZERO
e58e570a88f0 jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit
3ced0fe6c0ef jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
06ff97a20b8c resource: fix region_intersects() vs add_memory_driver_managed()
0d71916694ac drm: omapdrm: Add missing check for alloc_ordered_workqueue
0efd44eae47a of/irq: Support #msi-cells=<0> in of_msi_get_domain
c5caf2527fe4 of: address: Report error on resource bounds overflow
5961191edfc4 drm/rockchip: vop: clear DMA stop bit on RK3066
1977bef83b70 parisc: Fix stack start for ADDR_NO_RANDOMIZE personality
348f2b824a47 parisc: Allow mmap(MAP_STACK) memory to automatically expand upwards
decde7c9fd1b parisc: Fix 64-bit userspace syscall path
0d80d2b8bf61 ext4: fix off by one issue in alloc_flex_gd()
e83d426186be ext4: mark fc as ineligible using an handle in ext4_xattr_set()
b2b7dc103685 ext4: use handle to mark fc as ineligible in __track_dentry_update()
04b32feef487 ext4: fix fast commit inode enqueueing during a full journal commit
e0f8f7af8a69 ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()
33841ebb9f9f ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
b63481b3a388 ext4: update orig_path in ext4_find_extent()
d157fc20ca52 ext4: fix access to uninitialised lock in fc replay path
fa78fb51d396 ext4: fix timer use-after-free on failed mount
7633407ca4ab ext4: fix double brelse() the buffer of the extents path
beb7b66fb489 ext4: aovid use-after-free in ext4_ext_insert_extent()
3ff710662e8d ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free
40eae11eb476 ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()
a9f331f51515 ext4: dax: fix overflowing extents beyond inode size when partially writing
7091e216e12c ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()
870a959d1928 ext4: propagate errors from ext4_find_extent() in ext4_insert_range()
5d949ea75bb5 ext4: fix slab-use-after-free in ext4_split_extent_at()
8083a0bcdaea ext4: correct encrypted dentry name hash when not casefolded
fe192515d293 ext4: no need to continue when the number of entries is 1
6de827d2059d ALSA: hda/realtek: Add a quirk for HP Pavilion 15z-ec200
1a87bb170d93 ALSA: hda/realtek: Add quirk for Huawei MateBook 13 KLV-WX9
787c2b346120 ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8
3eef9a4f5b7d ALSA: line6: add hw monitor volume control to POD HD500X
3751064c3815 ALSA: usb-audio: Add native DSD support for Luxman D-08u
2376dec1c21a ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET
2894ff782f10 ALSA: core: add isascii() check to card ID generator
017915575037 ALSA: hda/tas2781: Add new quirk for Lenovo Y990 Laptop
4a4d08b06901 drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS
8800db8d27e4 drm/mediatek: ovl_adaptor: Add missing of_node_put()
288191fe9d66 parisc: Fix itlb miss handler for 64-bit programs
3e50d72abe50 drm/v3d: Prevent out of bounds access in performance query extensions
3b485889fb3f perf/core: Fix small negative period being ignored
7a2e823a1974 mm, slub: avoid zeroing kmalloc redzone
b883182a7eaa power: supply: hwmon: Fix missing temp1_max_alarm attribute
7688586d0562 spi: bcm63xx: Fix missing pm_runtime_disable()
bcbbd8b45de3 spi: bcm63xx: Fix module autoloading
8ad8fff75692 dt-bindings: clock: exynos7885: Fix duplicated binding
7cd1ce71227f memory: tegra186-emc: drop unused to_tegra186_emc()
411ef1a96fbd firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()
cea4f54ad411 ovl: fail if trusted xattrs are needed but caller lacks permission
18e9c282472a rust: sync: require `T: Sync` for `LockedBy::access`
315114f46207 i2c: synquacer: Deal with optional PCLK correctly
fa5f0091b39e i2c: designware: fix controller is holding SCL low while ENABLE bit is disabled
9d1fa01dd17e i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabled
24781e20fcdf i2c: core: Lock address during client device instantiation
2423b60a2d6d media: i2c: ar0521: Use cansleep version of gpiod_set_value()
8ade08a9039a i2c: xiic: Wait for TX empty to avoid missed TX NAKs
1e03cfffa5fd i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()
fac3c9f7784e i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume
bbefa2376a5f KVM: arm64: Fix kvm_has_feat*() handling of negative features
cebc705b097d platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug
f08adc5177bd platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors
6a1fe876e291 Revert "ALSA: hda: Conditionally use snooping for AMD HDMI"
b72b40cd784f f2fs: forcibly migrate to secure space for zoned device file pinning
6f483e0b7b45 f2fs: do FG_GC when GC boosting is required for zoned devices
a9881ee31f82 f2fs: increase BG GC migration window granularity when boosted for zoned devices
31a6f6f44c67 f2fs: introduce migration_window_granularity
1219cbb0b3d1 f2fs: make BG GC more aggressive for zoned devices
cc1c9708740f selftests: vDSO: fix vdso_config for s390
1668c4efa7aa selftests: vDSO: fix ELF hash table entry size for s390x
7270e5f957fa powerpc/vdso: Fix VDSO data access when running in a non-root time namespace
9f6e7a0512a5 f2fs: fix to don't panic system for no free segment fault injection
d26056f9f2b8 f2fs: add write priority option based on zone UFS
f877cda18a28 nvme-tcp: fix link failure for TCP auth
d729ba02b1de selftests/mm: fix charge_reserved_hugetlb.sh test
59ff1b61070e selftests: vDSO: fix vDSO symbols lookup for powerpc64
9189b421a395 selftests: vDSO: fix vdso_config for powerpc
9d7926a7120b selftests: vDSO: fix vDSO name for powerpc
6a1ab4a0745e drm/xe: Fix memory leak on xe_alloc_pf_queue failure
ddf3e1ff1c2a drm/xe: fixup xe_alloc_pf_queue
84a7fefc2b8c perf: Really fix event_function_call() locking
8444283facf2 perf callchain: Fix stitch LBR memory leaks
28f4ec89a9a4 ALSA: control: Fix power_ref lock order for compat code, too
98ec87b3f90f spi: rpc-if: Add missing MODULE_DEVICE_TABLE
3312f9c93174 accel/ivpu: Add missing MODULE_FIRMWARE metadata
e8ecc1175860 selftests: breakpoints: use remaining time to check if suspend succeed
d6713af2395e kselftest/devices/probe: Fix SyntaxWarning in regex strings for Python3
b8f27f7c447a spi: s3c64xx: fix timeout counters in flush_fifo
b0e689bf8727 selftest: hid: add missing run-hid-tools-tests.sh
1753eaa877da spi: spi-cadence: Fix missing spi_controller_is_target() check
954313740674 spi: spi-cadence: Fix pm_runtime_set_suspended() with runtime pm enabled
9b61acfa6f75 spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabled
c34d1aac8922 EINJ, CXL: Fix CXL device SBDF calculation
4902a6a0dc59 bpf: Fix a sdiv overflow issue
2e0f6f33f2aa bpftool: Fix undefined behavior in qsort(NULL, 0, ...)
11292e2e1899 iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release
40d0abceb479 bpftool: Fix undefined behavior caused by shifting into the sign bit
6252cb6bde7f ext4: fix i_data_sem unlock order in ext4_ind_migrate()
8b114f2cc7dd ext4: avoid use-after-free in ext4_ext_show_leaf()
3e3f232a0520 ext4: ext4_search_dir should return a proper error
6e39a21ee2b8 bpf: Make the pointer returned by iter next method valid
3e9c867f98d3 platform/x86: x86-android-tablets: Adjust Xiaomi Pad 2 bottom bezel touch buttons LED
37ba0bcdc381 platform/mellanox: mlxbf-pmc: fix lockdep warning
9fd3cde4628b ksmbd: add refcnt to ksmbd_conn struct
8164e5fd1b23 HID: i2c-hid: ensure various commands do not interfere with each other
957da521c66a tools/hv: Add memory allocation check in hv_fcopy_start
c0032486b262 platform/x86: lenovo-ymc: Ignore the 0x0 state
baf1632d595c drm/amdgpu/gfx10: use rlc safe mode for soft recovery
bf817cb95e10 drm/amdgpu/gfx11: use rlc safe mode for soft recovery
df590bff84b9 ovl: fsync after metadata copy-up
0c3f429d6dea powerpc/pseries: Use correct data types from pseries_hp_errorlog struct
f586dcfa9d64 of/irq: Refer to actual buffer size in of_irq_parse_one()
7935f8204acc drm/xe: Drop warn on xe_guc_pc_gucrc_disable in guc pc fini
13f83a0d5ac2 drm/amdkfd: Check int source id for utcl2 poison event
8adf4408d482 drm/amd/pm: ensure the fw_info is not null before using it
a67d874e7a04 drm/xe: Use topology to determine page fault queue size
93a3f68a0f53 drm/amdgpu/gfx11: enter safe mode before touching CP_INT_CNTL
2a82c59c8315 drm/amdgpu/gfx9: use rlc safe mode for soft recovery
17a98c942cb1 drm/amdgpu: Block MMR_READ IOCTL in reset
c26473000338 drm/radeon/r100: Handle unknown family in r100_cp_init_microcode()
524e2b97298d scsi: NCR5380: Initialize buffer for MSG IN and STATUS transfers
07f1dc009a93 perf: Fix event_function_call() locking
5c990fc52893 drm/amdgpu: fix unchecked return value warning for amdgpu_atombios
94d26a45d310 drm/amdgpu: fix unchecked return value warning for amdgpu_gfx
4a98aa0cd5d7 scsi: lpfc: Update PRLO handling in direct attached topology
e2e033a018d0 scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct attached topology
99a801e2fca3 scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata paths
22a22f79a3e9 scsi: aacraid: Rearrange order of struct aac_srb_unit
ef0487825734 perf,x86: avoid missing caller address in stack traces captured in uprobe
1e0f4f9f8228 drm/printer: Allow NULL data in devcoredump printer
bc00d211da4f drm/amd/display: Initialize get_bytes_per_element's default to 1
26ced9d86240 drm/amd/display: Avoid overflow assignment in link_dp_cts
677f6e91c667 drm/amdgpu/gfx9: properly handle error ints on all pipes
578422ddae3d drm/amd/display: Fix index out of bounds in DCN30 color transformation
2f5da549535b drm/amd/display: Fix index out of bounds in degamma hardware format translation
f5c3d306de91 drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation
530e29452b95 drm/amd/display: Check link_res->hpo_dp_link_enc before using it
5b4b13e678b1 drm/amd/display: Check stream before comparing them
1decf695ce08 drm/amd/display: Check phantom_stream before it is used
3fc70ae048fe drm/amd/display: Check null-initialized variables
1f699de6f6e6 drm/stm: ltdc: reset plane transparency after plane disable
3cb391adb345 platform/x86/amd: pmf: Add quirk for TUF Gaming A14
1d91a9158e62 platform/x86: touchscreen_dmi: add nanote-next quirk
7ec4ce28bcf9 HID: multitouch: Add support for Thinkpad X12 Gen 2 Kbd Portfolio
81d083d693a8 drm/amdkfd: Fix resource leak in criu restore queue
9270cf786959 drm/amdgpu: enable gfxoff quirk on HP 705G4
fe19a7c6c03b drm/amdgpu: add raven1 gfxoff quirk
7c244d5b4828 jfs: Fix uninit-value access of new_ea in ea_buffer
9773737375b2 drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrs
14e5437010d2 scsi: smartpqi: add new controller PCI IDs
b8ddd0d6f57e scsi: smartpqi: correct stream detection
cb0eb1055880 jfs: check if leafidx greater than num leaves per dmap tree
a9603a6f75df jfs: Fix uaf in dbFreeBits
85dfc405938f jfs: UBSAN: shift-out-of-bounds in dbFindBits
5ec731ef47f1 drm/amdgpu: add list empty check to avoid null pointer issue
7af9e6fa63db drm/amd/display: fix double free issue during amdgpu module unload
9132882eaae4 drm/amd/display: Add null check for 'afb' in amdgpu_dm_plane_handle_cursor_update (v2)
3f7e533c10db drm/amd/display: Check null pointers before using dc->clk_mgr
496486950c3d drm/amd/display: Add NULL check for function pointer in dcn32_set_output_transfer_func
02411e935929 drm/amd/display: Add NULL check for function pointer in dcn20_set_output_transfer_func
ec6c32b58e6c drm/amd/display: Handle null 'stream_status' in 'planes_changed_for_existing_stream'
b68c60745482 HID: Ignore battery for all ELAN I2C-HID devices
8d8c20739719 scsi: smartpqi: Add new controller PCI IDs
28dda6748a7c ata: sata_sil: Rename sil_blacklist to sil_quirks
2ab9edd82156 ata: pata_serverworks: Do not use the term blacklist
54877301a755 drm/amd/display: Use gpuvm_min_page_size_kbytes for DML2 surfaces
3929e382e475 drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_stream
c940627857ee drm/xe/hdcp: Check GSC structure validity
f0454b3cb058 drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hw
5443c83eb8fd drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn30_init_hw
4f47292f488f drm/amd/display: Add null check for head_pipe in dcn32_acquire_idle_pipe_for_head_pipe_in_layer
390d757621f5 drm/amd/display: Add null check for head_pipe in dcn201_acquire_free_pipe_for_layer
71f3240f8298 drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
fcdfddaea93f drm/amdgpu: disallow multiple BO_HANDLES chunks in one submit
65e1d2c29155 drm/amd/display: Check null pointers before using them
85aa996ecfaa drm/amd/display: Pass non-null to dcn20_validate_apply_pipe_split_flags
454e5d7e6719 drm/stm: Avoid use-after-free issues with crtc and plane
c131ba318119 iommu/arm-smmu-v3: Do not use devm for the cd table allocations
8ab6ef39095e iommu/vt-d: Unconditionally flush device TLB for pasid table updates
07e4e92f84b7 iommu/vt-d: Fix potential lockup if qi_submit_sync called with 0 count
1ac538d8a3bb iommu/vt-d: Always reserve a domain ID for identity setup
92f67ef0d5c5 iommu/arm-smmu-v3: Match Stall behaviour for S2
7324014b6c02 power: reset: brcmstb: Do not go into infinite loop if reset fails
ee0824f09fc0 rcuscale: Provide clear error when async specified without primitives
fdc38780b64a pmdomain: core: Don't hold the genpd-lock when calling dev_pm_domain_set()
aaadc0cb05c9 fbdev: pxafb: Fix possible use after free in pxafb_task()
872cd2d029d2 fbdev: efifb: Register sysfs groups through driver core
3e2f2fec600a hwmon: (nct6775) add G15CF to ASUS WMI monitoring list
3104bddc666f rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb()
79108bef7f02 ASoC: Intel: boards: always check the result of acpi_dev_get_first_match_dev()
b51db91a6dd0 x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()
c07e212bb2ce selftests/nolibc: avoid passing NULL to printf("%s")
69a70f5b4817 tools/nolibc: powerpc: limit stack-protector workaround to GCC
5d07d380be51 ALSA: hdsp: Break infinite MIDI input flush loop
ad7248a5e925 ALSA: asihpi: Fix potential OOB array access
d80a99892f7a x86/mm/ident_map: Use gbpages only where full GB page should be mapped.
ce22c9746d05 x86/kexec: Add EFI config table identity mapping for kexec kernel
b01ac4e2472e x86/pkeys: Restore altstack access in sigreturn()
dbcd315824c2 x86/pkeys: Add PKRU as a parameter in signal handling functions
6702ffb1cc03 tools/x86/kcpuid: Protect against faulty "max subleaf" values
b7187a16d51c ALSA: control: Take power_ref lock primarily
393b53d6ff49 ASoC: codecs: wsa883x: Handle reading version failure
27986154c37a ALSA: usb-audio: Add logitech Audio profile quirk
3089703ab714 ALSA: usb-audio: Add mixer quirk for RME Digiface USB
5c3e5f909f05 ALSA: usb-audio: Add quirk for RME Digiface USB
f27840d0d366 ALSA: usb-audio: Replace complex quirk lines with macros
9666e593732b ALSA: usb-audio: Define macros for quirk table entries
327830af6cb4 x86/apic: Remove logical destination mode for 64-bit
649a5c2ffae7 x86/ioapic: Handle allocation failures gracefully
f75ea831df52 ALSA: usb-audio: Add input value sanity checks for standard types
4c7d4c0a8ab7 nfp: Use IRQF_NO_AUTOEN flag in request_irq()
9c763f95f3be netfs: Cancel dirty folios that have no storage destination
71267bd4e8c7 wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_11_scan_ext()
3f1e70b5de01 wifi: mt76: mt7915: hold dev->mt76.mutex while disabling tx worker
a6d1b64eedbf wifi: mt76: mt7915: add dummy HW offload of IEEE 802.11 fragmentation
816ddacaac89 crypto: hisilicon - fix missed error branch
d694ad8b7e50 net: napi: Prevent overflow of napi_defer_hard_irqs
734916809472 x86/bugs: Fix handling when SRSO mitigation is disabled
939fea13eddd x86/bugs: Add missing NO_SSB flag
83c84cdb7557 wifi: rtw89: avoid reading out of bounds when loading TX power FW elements
ef7ba79690cb net: phy: Check for read errors in SIOCGMIIREG
0f538d452bbd arm64: trans_pgd: mark PTEs entries as valid to avoid dead kexec()
0842ddd83939 block: fix integer overflow in BLKSECDISCARD
f499fd39d41f netdev-genl: Set extack and fix error on napi-get
27129511a0ee can: netlink: avoid call to do_set_data_bittiming callback with stale can_priv::ctrlmode
95425df8814f drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
eb2589d294bb proc: add config & param to block forcing mem writes
8a0ec84cf0da ACPICA: iasl: handle empty connection_node
77c2be40bd20 wifi: mac80211: fix RCU list iterations
cdbf51bfa4b0 wifi: iwlwifi: mvm: avoid NULL pointer dereference
3807905165af wifi: iwlwifi: allow only CN mcc from WRDD
14e56ad52d3d wifi: iwlwifi: mvm: use correct key iteration
0c3445db49d4 tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process
b491b54e7abc netpoll: Ensure clean state on setup failures
0f5b3a38318a crypto: simd - Do not call crypto_alloc_tfm during registration
7ab21518d1d2 net: atlantic: Avoid warning about potential string truncation
4f625762f950 nvme-tcp: check for invalidated or revoked key
b79fb663472c nvme-tcp: sanitize TLS key handling
f05149cf9a68 nvme-keyring: restrict match length for version '1' identifiers
b25ec1deb3bc ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP family
8b46d65d122b wifi: rtw89: correct base HT rate mask for firmware
b7ace411161f ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).
8d8c2fae5b8c bnxt_en: Extend maximum length of version string by 1 byte
7260a3c9d311 net: mvpp2: Increase size of queue_name buffer
2ed7f42dfd3e tipc: guard against string buffer overrun
a907c113a8b6 ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in acpi_db_convert_to_package()
34ca57debd0b ACPI: EC: Do not release locks during operation region accesses
8f496c99120b wifi: rtw88: select WANT_DEV_COREDUMP
6045ef5b4b00 wifi: ath11k: fix array out-of-bound access in SoC stats
a4aef827a41c wifi: ath12k: fix array out-of-bound access in SoC stats
1b120f151871 blk_iocost: fix more out of bound shifts
b646c4f68a88 ACPI: CPPC: Add support for setting EPP register in FFH
99f8ee16963f ACPI: video: Add force_vendor quirk for Panasonic Toughbook CF-18
931691df59bc Bluetooth: btrtl: Set msft ext address filter quirk for RTL8852B
1a3b9cd3d9fb Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0489:0xe122
7aab724c602b net: sched: consistently use rcu_replace_pointer() in taprio_change()
846d5bb4c1e7 wifi: mt76: mt7915: disable tx worker during tx BA session enable/disable
8323c7766ed2 ACPI: resource: Skip IRQ override on Asus Vivobook Go E1404GAB
cbcd3e17205a e1000e: avoid failing the system during pm_suspend
f92b8829c6e7 fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name
ce1c6c03d3bd ACPICA: Fix memory leak if acpi_ps_get_next_field() fails
964fe89018cf ACPICA: Fix memory leak if acpi_ps_get_next_namepath() fails
03593dbb0b27 ACPI: PAD: fix crash in exit_round_robin()
ed706f4b08bb net: hisilicon: hns_mdio: fix OF node leak in probe()
6d35f9e07bd3 net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()
c5688b8d842d net: hisilicon: hip04: fix OF node leak in probe()
d408889d4b54 net/xen-netback: prevent UAF in xenvif_flush_hash()
f4dbfda159e4 wifi: cfg80211: Set correct chandef when starting CAC
09b4cc2990e3 wifi: iwlwifi: mvm: drop wrong STA selection in TX
c60af8853803 wifi: iwlwifi: mvm: Fix a race in scan abort flow
fac02a03836d ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sched_add_node()
c84a9a85105d crypto: octeontx2 - Fix authenc setkey
9e81df799b91 crypto: octeontx - Fix authenc setkey
da858c06f22f crypto: x86/sha256 - Add parentheses around macros' single arguments
2c230210ec0a wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmit
37c319503023 wifi: rtw89: avoid to add interface to list twice when SER
84552e94250d wifi: ath9k: fix possible integer overflow in ath9k_get_et_stats()
265ccf1ccb48 ALSA: hda/conexant: Fix conflicting quirk for System76 Pangolin
caecdc0d894a ALSA: gus: Fix some error handling paths related to get_bpos() usage
2cc5210d8622 tools/rtla: Fix installation from out-of-tree build
7609b0257cdd cifs: Do not convert delimiter when parsing NFS-style symlinks
803b3a39cb09 cifs: Fix buffer overflow when parsing NFS reparse points
16e0267db156 drm/xe: Prevent null pointer access in xe_migrate_copy
99415b2bf783 drm/xe: Resume TDR after GT reset
b824de245407 drm/xe: Restore pci state upon resume
00bba0b9abc1 ASoC: imx-card: Set card.owner to avoid a warning calltrace if SND=m
0b745827fe26 ALSA: hda/generic: Unconditionally prefer preferred_dacs pairs
514fb348ad70 drm/panthor: Lock the VM resv before calling drm_gpuvm_bo_obtain_prealloc()
4934df9e0add cifs: Remove intermediate object of failed create reparse call
25897ba7875b ALSA: hda/realtek: Fix the push button function for the ALC257
b042dfe697fa ALSA: mixer_oss: Remove some incorrect kfree_const() usages
0b7eab6a5812 io_uring: fix memory leak when cache init fail
ea65be140e27 ASoC: atmel: mchp-pdmc: Skip ALSA restoration if substream runtime is uninitialized
8a585d553c11 drm/panthor: Fix race when converting group handle to group object
9ffcca5d7cb8 loop: don't set QUEUE_FLAG_NOMERGES
8812b6f98fbe i2c: xiic: Try re-initialization on bus busy timeout
5dfeb9d2f58d i2c: xiic: improve error message when transfer fails to start
e381b9dadd42 selftest mm/mseal: fix test_seal_mremap_move_dontunmap_anyaddr
f032e1dac30b sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start
fcb864586da6 dt-bindings: net: xlnx,axi-ethernet: Add missing reg minItems
d973f1ec47f1 iomap: constrain the file range passed to iomap_file_unshare
f6ca58696749 net/ncsi: Disable the ncsi work before freeing the associated structure
3d7c7513605c bridge: mcast: Fail MDB get request on empty entry
efe9cc0f7c02 ppp: do not assume bh is held in ppp_channel_bridge_input()
4cc0648e9e32 net: test for not too small csum_start in virtio_net_hdr_to_skb()
4e280a8e1de5 ipv4: ip_gre: Fix drops of small packets in ipgre_xmit
ae5b144c79d7 net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit check
ff1c3cadcf40 net: add more sanity checks to qdisc_pkt_len_init()
f959cce8a2a0 net: avoid potential underflow in qdisc_pkt_len_init() with UFO
5b88ee8318f1 net: fec: Reload PTP registers after link-state change
cf53d7e76f1f net: fec: Restart PPS after link state change
1097bf16501e net: ethernet: lantiq_etop: fix memory disclosure
d2ba6bed913b net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size
eb9a7d90f2fd net: Add netif_get_gro_max_size helper for GRO
ab5d3420a112 net: dsa: improve shutdown sequence
3d51ab44123f afs: Fix the setting of the server responding flag
7c53ed6e9d05 afs: Fix missing wire-up of afs_retry_request()
5afd21347aac Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()
78d30ce16fdf Bluetooth: L2CAP: Fix uaf in l2cap_connect
0cc47233af35 Bluetooth: MGMT: Fix possible crash on mgmt_index_removed
2bd86f6aed45 selftests: netfilter: Add missing return value
f839c5cd3482 netfilter: nf_tables: prevent nf_skb_duplicated corruption
c93cb0ccdc13 selftests: netfilter: Fix nft_audit.sh for newer nft binaries
34d7525646da net: wwan: qcom_bam_dmux: Fix missing pm_runtime_disable()
1e353947c853 net: ieee802154: mcr20a: Use IRQF_NO_AUTOEN flag in request_irq()
740e8370b864 netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED
0b1672834634 net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twice
1bcc86cc721b net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()
8e1ee00910b5 net/mlx5: Added cond_resched() to crdump collection
ecf310aaf256 net/mlx5: Fix error path in multi-packet WQE transmit
b28bb7df6225 net: sparx5: Fix invalid timestamps
785130296de2 ieee802154: Fix build error
50c0ad1f8d41 drm/i915/dp: Fix colorimetry detection
9d4f619153ba ceph: remove the incorrect Fw reference check when dirtying pages
63104c3f527f ceph: fix a memory leak on cap_auths in MDS client
e65a9af05a0b mailbox: bcm2835: Fix timeout during suspend mode
227dddb56985 mailbox: rockchip: fix a typo in module autoloading
64dad5a0597c mailbox: ARM_MHU_V3 should depend on ARM64
007a7da5b802 drm/amd/display: handle nulled pipe context in DCE110's set_drr()
8dc05d3f371e drm/amdgpu: Fix get each xcp macro
3f55757ce2ff drm/i915/dp: Fix AUX IO power enabling for eDP PSR
40d7d234f642 scsi: pm8001: Do not overwrite PCI queue mapping
d175d98dfb3e scsi: st: Fix input/output error on empty drive reset
fa7bc8d95944 jump_label: Fix static_key_slow_dec() yet again
a248a028bff0 jump_label: Simplify and clarify static_key_fast_inc_cpus_locked()
85a104aaef1f static_call: Replace pointless WARN_ON() in static_call_module_notify()
2b494471797b static_call: Handle module init failure correctly in static_call_del_module()
c4386c5293aa drivers: gpu: drm: msm: registers: improve reproducibility
915a386c7cff qemux86: add configuration symbol to select values
62df91b21626 sched/isolation: really align nohz_full with rcu_nocbs
afe643f5802b clear_warn_once: add a clear_warn_once= boot parameter
7b016793edbf clear_warn_once: bind a timer to written reset value
89a5c70f2000 clear_warn_once: expand debugfs to include read support
8014704c527d tools: Remove some options from CLANG_CROSS_FLAGS
e9ca44556936 libbpf: Fix build warning on ref_ctr_off
32fe8c972c36 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
a372ac2b798d perf: x86-32: explicitly include <errno.h>
a5cb41682777 perf: mips64: Convert __u64 to unsigned long long
ed8ee9f3d1ae perf: fix bench numa compilation
6dbb2915e8a7 perf: add SLANG_INC for slang.h
57f78dddfd93 perf: add sgidefs.h to for mips builds
130f0306cfba perf: change --root to --prefix for python install
2520efe95341 perf: add 'libperl not found' warning
45731b6ae676 perf: force include of <stdbool.h>
ace10f8dec53 fat: Replace prandom_u32() with get_random_u32()
64797bdca14e fat: don't use obsolete random32 call in namei_vfat
2442bae1a645 FAT: Added FAT_NO_83NAME
7561126bce00 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
5c51ab959876 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5869720658c9 aufs6: match exports to functions
e125467cf228 aufs: adjust for v6.9+
eebcdc6635bf aufs6: correct do_splice_from prototype
4c5829036c45 aufs: update remove_page to remove_folio
e8d889d0f434 aufs: i_op: Add handling for au_pin_hdir_set_owner with RT kernel
3ecd9203de17 aufs: fix v6.7 kernel build compilation
5e8ee028dbe2 aufs6: adapt to v6.6 i_op->ctime changes
1132c330feed aufs6: adapt to v6.6
d3e4ede69603 aufs6: core
49ec9271f41d aufs6: standalone
dcc0978da2dd aufs6: mmap
80e1609b37e7 aufs6: base
0dbb3f062420 aufs6: kbuild
ad51078c5ebf yaffs: fix mtime/itime field access
e5f1d35d6188 yaffs2: update VFS ctime operations to 6.6+
dd374461adc7 yaffs2: v6.5 fixups
f5908785d88d yaffs2: Fix miscalculation of devname buffer length
d1403f0acfdf yaffs2: convert user_namespace to mnt_idmap
7dae5463b54f yaffs2: replace bdevname call with sprintf
92d30df4eb56 yaffs2: convert read_page -> readfolio
6c895bffdf72 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
6801e7d90255 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
aff012190046 yaffs2: v5.12+ build fixups (not runtime tested)
fb474842c16e yaffs: include blkdev.h
fe7d745aac94 yaffs: fix misplaced variable declaration
bee147b2e533 yaffs2: v5.6 build fixups
22998f589ec2 yaffs2: fix memory leak when /proc/yaffs is read
ce7d8084a976 yaffs: add strict check when call yaffs_internal_read_super
adb7202fda95 yaffs: repair yaffs_get_mtd_device
2852e5c15d4d yaffs: Fix build failure by handling inode i_version with proper atomic API
1526802a8147 yaffs2: fix memory leak in mount/umount
6c7827a16aaa yaffs: Avoid setting any ACL releated xattr
fa3482815542 Yaffs:check oob size before auto selecting Yaffs1
aaa4843b73ce fs: yaffs2: replace CURRENT_TIME by other appropriate apis
48e992af6531 yaffs2: adjust to proper location of MS_RDONLY
f3af7160d8a0 yaffs2: import git revision b4ce1bb (jan, 2020)
4add698ed6e8 initramfs: allow an optional wrapper script around initramfs generation
b619a8d54336 vt/conmakehash: improve reproducibility
c786186aeef3 tools: use basename to identify file in gen-mach-types
aa3a8e7ceb6e iwlwifi: select MAC80211_LEDS conditionally
325db54c4be9 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
23a87c6e13aa defconfigs: drop obselete options
946e5b78ab94 linux-yocto: Handle /bin/awk issues
9daee1dba585 uvesafb: provide option to specify timeout for task completion
f68b8683441a uvesafb: print error message when task timeout occurs
a1595c6b6017 compiler.h: Undef before redefining __attribute_const__
8086839613c6 vmware: include jiffies.h
32e79eb3c169 Resolve jiffies wrapping about arp
f6fabf91b6f2 nfs: Allow default io size to be configured.
ad2b29f801e9 check console device file on fs when booting
5194785d545b mount_root: clarify error messages for when no rootfs found
78b3498cb59a mconf: fix output of cflags and libraries
9cc6870708d5 menuconfig,mconf-cfg: Allow specification of ncurses location
f34088ed9c93 modpost: mask trivial warnings
4784584582f5 kbuild: exclude meta directory from distclean processing
73072b5fe25a powerpc: serialize image targets
a120eb200320 arm: serialize build targets
51d5719ac05b mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
5155f0bb36f0 cpu/amd: inhibit SMP check for qemux86
e5a5996ee586 x86_64_defconfig: Fix warnings
1359db75df0c mips: make current_cpu_data preempt safe
385edf6090c3 mips: vdso: fix 'jalr $t9' crash in vdso code
968266397319 mips: Kconfig: add QEMUMIPS64 option
389ce854fde3 4kc cache tlb hazard: tlbp cache coherency
9cab61199fa8 malta uhci quirks: make allowance for slow 4k(e)c
80cae3bd9eea arm64: defconfig: remove CONFIG_IPQ_APSS_5018
41c82709900f drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
59ef4f151a5e arm64: defconfig: cleanup config options
c5fb425762ed vexpress: Pass LOADADDR to Makefile
07a8b544d4e9 arm: ARM EABI socketcall
574f3ae3d2ca ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 8ebe7596fb8098b2a321758c5180d76aa2abd8f1)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
ea18ef3580 |
linux-yocto/6.6: update to v6.6.54
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
63a57420cf79 Linux 6.6.54
cada2646b748 Revert: "dm-verity: restart or panic on an I/O error"
646749b423c4 spi: atmel-quadspi: Fix wrong register value written to MR
4c0c5dcb5471 x86/tdx: Fix "in-kernel MMIO" check
440fba897c5a thunderbolt: Fix NULL pointer dereference in tb_port_update_credits()
e2ab9fd64d4f thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidth
3dc5525d59da thunderbolt: Send uevent after asymmetric/symmetric switch
6b5630297e94 wifi: brcmfmac: add linefeed at end of file
72a3aef9640e iio: magnetometer: ak8975: Fix 'Unexpected device' error
18b5ee7bf700 perf/arm-cmn: Fail DTC counter allocation correctly
e43caacf6110 usb: yurex: Fix inconsistent locking bug in yurex_read()
790c630ab0e7 bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()
7390c461264c Documentation: KVM: fix warning in "make htmldocs"
d669e7829007 i2c: isch: Add missed 'else'
88dfb1dd17d6 i2c: aspeed: Update the stop sw state when the bus recovery occurs
b35a42bdaf18 mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu read lock
6ec62dba4a19 module: Fix KCOV-ignored file name
236eb2f95ad0 spi: fspi: add support for imx8ulp
934760569134 mm: only enforce minimum stack gap size if it's sensible
e1e734c1a085 lockdep: fix deadlock issue between lockdep and rcu
bd24f30f5068 dm-verity: restart or panic on an I/O error
b3c10ac84c5a bpf: lsm: Set bpf_lsm_blob_sizes.lbs_task to 0
722e9e5acccf mm/filemap: optimize filemap folio adding
734594d41c8e lib/xarray: introduce a new helper xas_get_order
ff3c557fa93e mm/filemap: return early if failed to allocate memory for split
4d0261cea469 thunderbolt: Improve DisplayPort tunnel setup process to be more robust
aed38a3eaf65 thunderbolt: Configure asymmetric link if needed and bandwidth allows
9b6933e9bddc thunderbolt: Add support for asymmetric link
8f053095e13e thunderbolt: Introduce tb_switch_depth()
e07bc5858e3e thunderbolt: Introduce tb_for_each_upstream_port_on_path()
18dcdadc9941 thunderbolt: Introduce tb_port_path_direction_downstream()
5ac89bb0062e thunderbolt: Change bandwidth reservations to comply USB4 v2
7b85d751081b thunderbolt: Make is_gen4_link() available to the rest of the driver
22081f720764 thunderbolt: Use weight constants in tb_usb3_consumed_bandwidth()
c014f37411d5 thunderbolt: Use constants for path weight and priority
ae2d54f5e5e9 thunderbolt: Create multiple DisplayPort tunnels if there are more DP IN/OUT pairs
6870e5b499f1 thunderbolt: Expose tb_tunnel_xxx() log macros to the rest of the driver
95f53ccfe6ed thunderbolt: Use tb_tunnel_dbg() where possible to make logging more consistent
90135c317d17 thunderbolt: Fix debug log when DisplayPort adapter not available for pairing
159b1b45300c dt-bindings: spi: nxp-fspi: add imx8ulp support
eb95bd96465c dt-bindings: spi: nxp-fspi: support i.MX93 and i.MX95
f56a6d9c267e btrfs: fix race setting file private on concurrent lseek using same fd
971d03cd457a btrfs: update comment for struct btrfs_inode::lock
a0cc053ba1e2 btrfs: reorder btrfs_inode to fill gaps
0131bf19a141 btrfs: subpage: fix the bitmap dump which can cause bitmap corruption
459b724c3c31 lib/bitmap: add bitmap_{read,write}()
32e93cae4dc4 x86/entry: Remove unwanted instrumentation in common_interrupt()
d5c5afdb9e1e x86/idtentry: Incorporate definitions/declarations of the FRED entries
1d8c1add5e36 serial: don't use uninitialized value in uart_poll_init()
88e26a196aa4 tty: serial: kgdboc: Fix 8250_* kgdb over serial
73c1928a0076 pps: add an error check in parport_attach
8b48ea27185d pps: remove usage of the deprecated ida_simple_xx() API
aafeabf2765f usb: xhci: fix loss of data on Cadence xHC
eef5d6219a81 xhci: Add a quirk for writing ERST in high-low order
225643310df7 USB: misc: yurex: fix race between read and write
eff6dde4c3a0 usb: yurex: Replace snprintf() with the safer scnprintf() variant
8526ca3bc8af soc: versatile: realview: fix soc_dev leak during device remove
c48d5ad1c4b8 soc: versatile: realview: fix memory leak during device remove
f6bda3f118e3 ARM: dts: imx6ul-geam: fix fsl,pins property in tscgrp pinctrl
45f690fae473 spi: fspi: involve lut_num for struct nxp_fspi_devtype_data
1b8cf11b3ca5 padata: use integer wrap around to prevent deadlock on seq_nr overflow
62004f17039d cpuidle: riscv-sbi: Use scoped device node handling to fix missing of_node_put
662ec52260cc icmp: change the order of rate limits
e0be8f2d64d6 EDAC/igen6: Fix conversion of system address to physical memory address
2a4a997adb36 nfs: fix memory leak in error path of nfs4_do_reclaim
4d3d0869eccb fs: Fix file_set_fowner LSM hook inconsistencies
0eed942bc65d vfs: fix race between evice_inodes() and find_inode()&iput()
ca2a69fdd6af arm64: dts: rockchip: Correct the Pinebook Pro battery design capacity
eea02200cb8c arm64: dts: qcom: sa8775p: Mark APPS and PCIe SMMUs as DMA coherent
4fff20cff6e2 arm64: dts: rockchip: Raise Pinebook Pro's panel backlight PWM frequency
0e6774ec012b arm64: errata: Enable the AC03_CPU_38 workaround for ampere1a
93e1215f3fe0 arm64: esr: Define ESR_ELx_EC_* constants as UL
1b4089d56778 hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resume
3fd8e444e824 hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_init
5ad4d0b64820 hwrng: mtk - Use devm_pm_runtime_enable
7cb51731f24b f2fs: fix to check atomic_file in f2fs ioctl interfaces
5e0de753bfe8 f2fs: Require FMODE_WRITE for atomic write ioctls
56d865167992 f2fs: avoid potential int overflow in sanity_check_area_boundary()
0c598a021718 f2fs: prevent possible int overflow in dir_block_index()
b18a5c8382c8 f2fs: fix several potential integer overflows in file offsets
4adf6514949f btrfs: always update fstrim_range on failure in FITRIM ioctl
6a6a5751c06a btrfs: tree-checker: fix the wrong output of data backref objectid
534230eebae5 debugobjects: Fix conditions in fill_pool()
c1ba1f2ca1b8 wifi: mt76: mt7615: check devm_kasprintf() returned value
eed8db8203a8 wifi: rtw88: 8822c: Fix reported RX band width
de0cb07dc2c3 wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c
8e4b60ae8a04 wifi: mt76: mt7996: fix NULL pointer dereference in mt7996_mcu_sta_bfer_he
cf23427dd75b wifi: mt76: mt7915: check devm_kasprintf() returned value
0a74a9b148d3 wifi: mt76: mt7921: Check devm_kasprintf() returned value
cb0125ec3d99 perf/x86/intel/pt: Fix sampling synchronization
19fd2f2c5fb3 efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption
ca659f380469 ACPI: resource: Add another DMI match for the TongFang GMxXGxx
f0921ecd4ddc ACPI: sysfs: validate return type of _STR method
df6a82a6b06e drbd: Add NULL check for net_conf to prevent dereference in state validation
42ac42d79039 drbd: Fix atomicity violation in drbd_uuid_set_bm()
a3028d70a563 crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failure
633bd1d6be1a serial: qcom-geni: fix fifo polling timeout
e29a1f8b74a9 xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them.
f7ba350f4e7d tty: rp2: Fix reset with non forgiving PCIe host bridges
7420c1bf7fc7 firmware_loader: Block path traversal
18ed6a331881 bus: mhi: host: pci_generic: Fix the name for the Telit FE990A
3ae13d48686b bus: integrator-lm: fix OF node leak in probe()
4f7908ebafd5 usb: dwc2: drd: fix clock gating on USB role switch
19fb05d2e5c3 usb: cdnsp: Fix incorrect usb_request status
a0b4cbeb0936 USB: class: CDC-ACM: fix race between get_serial and set_serial
7bcd961dcb5a USB: misc: cypress_cy7c63: check for short transfer
ef08eb1605f5 USB: appledisplay: close race between probe and completion handler
090386dbedbc arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as disabled
1e44ee6cdd12 usbnet: fix cyclical race on disconnect with work queue
d71300d07f39 wifi: rtw88: Fix USB/SDIO devices not transmitting beacons
9ecd9d7ad7f0 can: esd_usb: Remove CAN_CTRLMODE_3_SAMPLES for CAN-USB/3-FD
ccc87864b097 scsi: mac_scsi: Disallow bus errors during PDMA send
0120c7762f25 scsi: mac_scsi: Refactor polling loop
6e8dc2050a4a scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messages
09b06c2591fa scsi: ufs: qcom: Update MODE_MAX cfg_bw value
568c7c4c77ee scsi: sd: Fix off-by-one error in sd_read_block_characteristics()
facf1e49a04a ata: libata-scsi: Fix ata_msense_control() CDL page reporting
6ab95e27b777 ksmbd: handle caseless file creation
30fe2a885c28 ksmbd: allow write with FILE_APPEND_DATA
3c1fd66a1914 ksmbd: make __dir_empty() compatible with POSIX
ef83620438d7 fs: Create a generic is_dot_dotdot() utility
ae619de5000b powerpc/atomic: Use YZ constraints for DS-form instructions
a3765b497a4f KEYS: prevent NULL pointer dereference in find_asymmetric_key()
c886061bbdd1 drm/amd/display: Validate backlight caps are sane
9ce1ee22dc68 drm/amd/display: Round calculated vtotal
55fcbe5f6086 drm/amd/display: Add HDMI DSC native YCbCr422 support
a53841b074cc drm/amd/display: Skip Recompute DSC Params if no Stream on Link
4777225ec89f KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock
beef3353c601 KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()
7eae461dc357 KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits
d5d6489b9211 KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xfer
0188ea5facba Input: i8042 - add another board name for TUXEDO Stellaris Gen5 AMD line
09d94ac8b25f Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042 quirk table
c18dca92da2a Input: i8042 - add TUXEDO Stellaris 16 Gen5 AMD to i8042 quirk table
2a26c3122d01 Input: adp5588-keys - fix check on return code
cd6dd564ae7d iommufd: Protect against overflow of ALIGN() during iova allocation
e48edd476291 Revert "media: tuners: fix error return code of hybrid_tuner_request_state()"
a4c2fbed2037 soc: versatile: integrator: fix OF node leak in probe() error path
c3533bf2ed1d soc: fsl: cpm1: tsa: Fix tsa_write8()
543a3c7dbd5b ASoC: rt5682: Return devm_of_clk_add_hw_provider to transfer the error
513d60f41945 Revert "soc: qcom: smd-rpm: Match rpmsg channel instead of compatible"
02a370c4fc0f PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler
3d8573abdc65 PCI: Use an error code with PCIe failed link retraining
a200897dc704 PCI: Correct error reporting with PCIe failed link retraining
f23785c6e7d3 PCI: imx6: Fix missing call to phy_power_off() in error handling
b91d041e0756 PCI: dra7xx: Fix threaded IRQ request for "dra7xx-pcie-main" IRQ
894f21117f63 PCI: Clear the LBMS bit after a link retrain
fb1769573574 PCI: Revert to the original speed after PCIe failed link retraining
38dee6edb700 Remove *.orig pattern from .gitignore
01ad0576f092 io_uring/sqpoll: do not put cpumask on stack
859f62a2f904 io_uring/sqpoll: retain test for whether the CPU is valid
adbb44539b56 xen: allow mapping ACPI data using a different physical address
161fd69123b0 xen: move checks for e820 conflicts further up
79fec62d0f9b Revert "net: libwx: fix alloc msix vectors failed"
0851b1ec650a drm/vmwgfx: Prevent unmapping active read buffers
b5d38f1d4acb drm/amd/display: Fix Synaptics Cascaded Panamera DSC Determination
49d3a4ad57c5 mm: call the security_mmap_file() LSM hook in remap_file_pages()
4bdf75c2ef33 io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNAL
358124ba2cea io_uring/sqpoll: do not allow pinning outside of cpuset
da2bb8e177a4 netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path
b3f7607f2003 netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_EVENTS
668f4df6d6df netfilter: nf_tables: Keep deleted flowtable hooks until after RCU
3e8ac2743d48 net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled
e9e3424d6d4b virtio_net: Fix mismatched buf address when unmapping for small packets
ccd3e6ff05e5 bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()
00a0c2d49bb5 net: qrtr: Update packets cloning when broadcasting
570f7d8c9bf1 tcp: check skb is non-NULL in tcp_rto_delta_us()
88297d3c1a71 net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL
d2abc3790718 net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition
af4b8a704f26 netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()
89bab8310a0a net: xilinx: axienet: Fix packet counting
bcce13930b2e net: xilinx: axienet: Schedule NAPI in two steps
9360d077d319 Revert "dm: requeue IO if mapping table not yet available"
66e78ade976d ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate()
ca64edd7ae93 vhost_vdpa: assign irq bypass producer token correctly
70a180b8d84b cxl/pci: Fix to record only non-zero ranges
c16fa6d5018b interconnect: icc-clk: Add missed num_nodes initialization
257c7a39092e coresight: tmc: sg: Do not leak sg_table
5060a1be9399 serial: 8250: omap: Cleanup on error in request_irq
b8e45b910525 driver core: Fix a potential null-ptr-deref in module_add_driver()
fdc637d4f5fb dt-bindings: iio: asahi-kasei,ak8975: drop incorrect AK09116 compatible
7387270b6837 iio: magnetometer: ak8975: drop incorrect AK09116 compatible
c5a4a27666e0 iio: magnetometer: ak8975: Convert enum->pointer for data in the match tables
2bc96d4ea9e1 iio: chemical: bme680: Fix read/write ops to device by adding mutexes
5d86a29db8a3 ABI: testing: fix admv8818 attr description
dd69fb026c97 driver core: Fix error handling in driver API device_rename()
0f115888eaa9 iio: adc: ad7606: fix standby gpio state to match the documentation
48617707401e iio: adc: ad7606: fix oversampling gpio array
30b9bf4b4107 nvme-multipath: system fails to create generic nvme device
ecb8a79d21fb spi: atmel-quadspi: Avoid overwriting delay register settings
54fd87259c85 lib/sbitmap: define swap_lock as raw_spinlock_t
93773e446197 spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time
2016d58567b6 spi: atmel-quadspi: Undo runtime PM changes at driver exit time
649ec8b30df1 f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()
f9ce2f550d53 f2fs: get rid of online repaire on corrupted directory
66b1b8254d20 f2fs: clean up w/ dotdot_name
364afd8aa824 f2fs: prevent atomic file from being dirtied before commit
b6f186bd6aee f2fs: compress: don't redirty sparse cluster during {,de}compress
4263b3ef81e4 f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on
fc18e655b62a f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()
f2971778b2cb f2fs: support .shutdown in f2fs_sops
783b6ca3428f f2fs: atomic: fix to truncate pagecache before on-disk metadata truncation
1bb0686a2e8a f2fs: fix to wait page writeback before setting gcing flag
87f9d26fcc50 f2fs: Create COW inode from parent dentry for atomic write
67c3c4638f22 f2fs: fix to avoid racing in between read and OPU dio write
6c59f87e1eea f2fs: reduce expensive checkpoint trigger frequency
d889928bbc69 f2fs: atomic: fix to avoid racing w/ GC
8edf3a4038f4 crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10
21b4fa3bffc0 crypto: caam - Pad SG length when allocating hash edesc
318f70857caa nfsd: return -EINVAL when namelen is 0
a1afbbb5276f nfsd: call cache_put if xdr_reserve_space returns NULL
b743922b5aad ntb: Force physically contiguous allocation of rx ring buffers
fd8932cf6b76 ntb_perf: Fix printk format
16e5bed6c188 ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
b15dd2aa7987 RDMA/irdma: fix error message in irdma_modify_qp_roce()
0d50ae281a17 RDMA/cxgb4: Added NULL check for lookup_atid
21ada6915c45 riscv: Fix fp alignment bug in perf_callchain_user()
6eff336b103f RDMA/mlx5: Obtain upper net device only when needed
e8721e9ba113 RDMA/hns: Fix restricted __le16 degrades to integer issue
b3b7ff07675c RDMA/hns: Optimize hem allocation performance
288ecfd3e8aa RDMA/hns: Fix 1bit-ECC recovery address in non-4K OS
3ab289914eab RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler
094a1821903f RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled
69d9566822af RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range()
d2d9c5127122 RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08
85e37ac13906 RDMA/hns: Don't modify rq next block addr in HIP09 QPC
b972bade1578 watchdog: imx_sc_wdt: Don't disable WDT in suspend
613a8d27d1e1 RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache
7838f6c8a64b RDMA/erdma: Return QP state in erdma_query_qp
95248d7497bc PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()
d08754be993f IB/core: Fix ib_cache_setup_one error flow cleanup
4c49d34f87a2 pinctrl: mvebu: Fix devinit_dove_pinctrl_probe function
a685bc3524f3 nfsd: fix refcount leak when file is unhashed after being found
982dfdfd59b1 nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire
6ba262477994 clk: rockchip: rk3588: Fix 32k clock name for pmu_24m_32k_100m_src_p
521d101e9e8f clk: starfive: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage
8758691ea89a clk: ti: dra7-atl: Fix leak of of_nodes
01b9be936ee8 RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds
effc10f00cf8 RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer
c6b9f971b439 media: mediatek: vcodec: Fix H264 stateless decoder smatch warning
dbe5b7373801 media: mediatek: vcodec: Fix VP8 stateless decoder smatch warning
588bcce9e64c media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warning
08d13bcb9cea clk: at91: sama7g5: Allocate only the needed amount of memory for PLLs
b6edb3fd96bf pinctrl: single: fix missing error code in pcs_probe()
8b7df76356d0 RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency
451249bb8d44 media: platform: rzg2l-cru: rzg2l-csi2: Add missing MODULE_DEVICE_TABLE
4f201a94ac52 PCI: xilinx-nwl: Clean up clock on probe failure/removal
f1058b0780b4 PCI: xilinx-nwl: Fix register misspelling
18a672c62d73 nvdimm: Fix devs leaks in scan_labels()
e39cc0c37d7c x86/PCI: Check pcie_find_root_port() return for NULL
597c72f4d162 leds: pca995x: Fix device child node usage in pca995x_probe()
d14451d91a11 leds: pca995x: Use device_for_each_child_node() to access device child nodes
dbba3fce3e2f leds: leds-pca995x: Add support for NXP PCA9956B
583314ebaae7 clk: qcom: dispcc-sm8250: use special function for Lucid 5LPE PLL
4ddb580089e3 clk: qcom: ipq5332: Register gcc_qdss_tsctr_clk_src
e85ab507882d PCI: keystone: Fix if-statement expression in ks_pcie_quirk()
8e152448d0a0 firewire: core: correct range of block for case of switch statement
390de4d01bc1 PCI: Wait for Link before restoring Downstream Buses
58f31be7dfbc drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error
527ab3eb3b0b drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds write error
075a0ce1fa28 Input: ilitek_ts_i2c - add report id message validation
831886bf1a5a Input: ilitek_ts_i2c - avoid wrong input subsystem sync
a3552e2f7d30 pinctrl: ti: ti-iodelay: Fix some error handling paths
85427d5109c2 pinctrl: ti: iodelay: Use scope based of_node_put() cleanups
ccc7cdf49634 pinctrl: Use device_get_match_data()
a12e8a92909e pinctrl: ti: ti-iodelay: Convert to platform remove callback returning void
bbf297b4cdc1 leds: bd2606mvv: Fix device child node usage in bd2606mvv_probe()
676bf8fcf387 clk: qcom: dispcc-sm8550: use rcg2_shared_ops for ESC RCGs
ffb0ae195b28 clk: qcom: dispcc-sm8650: Update the GDSC flags
65a25e42a491 clk: qcom: dispcc-sm8550: use rcg2_ops for mdss_dptx1_aux_clk_src
59938d4f05f4 clk: qcom: dispcc-sm8550: fix several supposed typos
77c859e8b8a9 clk: rockchip: Set parent rate for DCLK_VOP clock on RK3228
d271e66f74b5 remoteproc: imx_rproc: Initialize workqueue earlier
2941577c764b remoteproc: imx_rproc: Correct ddr alias for i.MX8M
af70d9395d7c clk: imx: imx8qxp: Parent should be initialized earlier than the clock
d64513b2dab1 clk: imx: imx8qxp: Register dc0_bypass0_clk before disp clk
5b44298953f3 clk: imx: imx8mp: fix clock tree update of TF-A managed clocks
908165b5d369 clk: imx: fracn-gppll: fix fractional part of PLL getting lost
ed323659a011 clk: imx: composite-7ulp: Check the PCC present bit
c1eb71fd985d clk: imx: composite-93: keep root clock on when mcore enabled
73034d130b0a clk: imx: composite-8m: Enable gate clk with mcore_booted
554c590d229d clk: imx: composite-8m: Less function calls in __imx8m_clk_hw_composite() after error detection
c2ee6de22dac clk: imx: imx6ul: fix default parent for enet*_ref_sel
bd553be1cfb2 clk: imx: clk-audiomix: Correct parent clock for earc_phy and audpll
3ba5a2e91c70 perf time-utils: Fix 32-bit nsec parsing
022f9328ef17 perf sched timehist: Fixed timestamp error when unable to confirm event sched_in time
fa0720b32afa perf stat: Display iostat headers correctly
505ec05002c7 perf sched timehist: Fix missing free of session in perf_sched__timehist()
88c4b5dd2107 perf report: Fix --total-cycles --stdio output error
297871cb5115 perf ui/browser/annotate: Use global annotation_options
4c857dcf34a5 perf annotate: Move some source code related fields from 'struct annotation' to 'struct annotated_source'
4ef032d89995 perf annotate: Split branch stack cycles info from 'struct annotation'
ba18185bea37 perf inject: Fix leader sampling inserting additional samples
1490a5dbd55f perf mem: Free the allocated sort string, fixing a leak
a634fa8e480a bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
abf7559b4ff6 bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
a2c8dc7e2180 bpf: Fix helper writes to read-only maps
81197a9b4510 bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
257f9e5185eb nilfs2: fix potential oob read in nilfs_btree_check_delete()
0f28b3b51fc1 nilfs2: determine empty node blocks as corrupted
21839b6fbc3c nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()
66f3fc741177 sched/numa: Fix the vma scan starving issue
e3a2d3f6c40e sched/numa: Complete scanning of inactive VMAs when there is no alternative
cb7846df6b4f sched/numa: Complete scanning of partial VMAs regardless of PID activity
7f01977665d7 sched/numa: Move up the access pid reset logic
6654e54ae7e7 sched/numa: Trace decisions related to skipping VMAs
707e9a6c880f sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_pid_reset => ::pids_active_reset
ba4eb7f25886 sched/numa: Document vma_numab_state fields
faeff8b1ee2e ext4: check stripe size compatibility on remount as well
2a6579ef5f25 ext4: avoid OOB when system.data xattr changes underneath the filesystem
dd3f90e8c470 ext4: return error on ext4_find_inline_entry
9f70768554ac ext4: avoid negative min_clusters in find_group_orlov()
fae0793abdab ext4: avoid potential buffer_head leak in __ext4_new_inode()
7a349feead81 ext4: avoid buffer_head leak in ext4_mark_inode_used()
72eef5226fbe smackfs: Use rcu_assign_pointer() to ensure safe assignment in smk_set_cipso
e4006410b0f5 ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard
cfd257f5e85b kthread: fix task state in kthread worker if being frozen
b7d6e724e42a xz: cleanup CRC32 edits from 2018
2288b54b96dc bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos
fc2b89707e47 samples/bpf: Fix compilation errors with cf-protection option
33ef0b25b022 selftests/bpf: Fix error compiling tc_redirect.c with musl libc
8553067f1cae selftests/bpf: Fix compile if backtrace support missing in libc
7824530b80ba selftests/bpf: Fix redefinition errors compiling lwt_reroute.c
a7d322fd3be8 selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute
fb99b106ad38 selftests/bpf: Fix C++ compile error from missing _Bool type
99c03869599c selftests/bpf: Fix error compiling test_lru_map.c
564d1abf506b selftests/bpf: Fix arg parsing in veristat, test_progs
d57f8de839e4 selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libc
96416a7e4884 selftests/bpf: Fix errors compiling decap_sanity.c with musl libc
0bc023e2f600 selftests/bpf: Fix errors compiling lwt_redirect.c with musl libc
397192f81476 selftests/bpf: Fix compiling core_reloc.c with musl-libc
227b50fe66eb selftests/bpf: Fix compiling tcp_rtt.c with musl-libc
fe81b3df3cf9 selftests/bpf: Fix compiling flow_dissector.c with musl-libc
7d8d5840453a selftests/bpf: Fix compiling kfree_skb.c with musl-libc
425d4934e4f8 selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libc
52f5ed9461f4 selftests/bpf: Fix include of <sys/fcntl.h>
4730b07ef774 selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() test
17536f3b7262 selftests/bpf: Refactor out some functions in ns_current_pid_tgid test
d6e16c33e093 selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid test
bedda119babc selftests/bpf: Fix missing BUILD_BUG_ON() declaration
4bff8cc537ce selftests/bpf: Fix missing UINT_MAX definitions in benchmarks
2388d181667a selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c
103c0431c7fb selftests/bpf: Drop unneeded error.h includes
c8c590f07ad7 selftests/bpf: Implement get_hw_ring_size function to retrieve current and max interface size
7c877bad03fb selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libc
db5cde7b4386 selftests/bpf: Fix compile error from rlim_t in sk_storage_map.c
7572c32f8ef2 selftests/bpf: Use pid_t consistently in test_progs.c
b0b99c1226ea tools/runqslower: Fix LDFLAGS and add LDLIBS support
cd1b7f772f56 selftests/bpf: Fix wrong binary in Makefile log output
97e4a3ba9de7 selftests/bpf: Add CFLAGS per source file and runner
5d99839bfe1c bpf: Temporarily define BPF_NO_PRESEVE_ACCESS_INDEX for GCC
01aa0d2861be bpf: Disable some `attribute ignored' warnings in GCC
5de3bd34dd5b bpf: Use -Wno-error in certain tests when building with GCC
b6529a310dfa selftests/bpf: Fix error linking uprobe_multi on mips
e7d263b2947c selftests/bpf: Workaround strict bpf_lsm return value check.
5a4f8de92dd7 sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchy
82478cb8a23b tpm: Clean up TPM space after command failure
9c21cdae4b93 xen/swiotlb: fix allocated size
d1691e977860 xen/swiotlb: add alignment check for dma buffers
ac8ec1268e7a xen: tolerate ACPI NVS memory overlapping with Xen allocated memory
149fbd6aecdb xen: add capability to remap non-RAM pages to different PFNs
f12153eece97 xen: move max_pfn in xen_memory_setup() out of function scope
242d0c3c40cc xen: introduce generic helper checking for memory map conflicts
35a10211dec2 minmax: avoid overly complex min()/max() macro arguments in xen
27f113dc120c ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense data
f7b4ba5f78f2 HID: wacom: Do not warn about dropped packets for first packet
85572bf646e4 HID: wacom: Support sequence numbers smaller than 16-bit
cafeba3c2a1f xen: use correct end address of kernel for conflict checking
37c40c01cf1a drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind()
614773a4e536 drm/msm: fix %s null argument error
476945372b1f drm/msm/dsi: correct programming sequence for SM8350 / SM8450
52d571a21349 ipmi: docs: don't advertise deprecated sysfs entries
cbd26fc9ec4c drm/msm/a5xx: workaround early ring-buffer emptiness check
d9bef5ba5638 drm/msm/a5xx: fix races in preemption evaluation stage
dfd012052bfb drm/msm/a5xx: properly clear preemption records on resume
b9415145327c drm/msm/a5xx: disable preemption in submits by default
7e34440a3d06 drm/msm: Fix incorrect file name output in adreno_request_fw()
a02d92e8eb55 powerpc/vdso: Inconditionally use CFUNC macro
efdf2af50b31 powerpc/8xx: Fix kernel vs user address comparison
6b7a006ab003 powerpc/8xx: Fix initial memory mapping
415a2c218370 drm/mediatek: Use spin_lock_irqsave() for CRTC event lock
5b9b8cd28950 drm/mediatek: Fix missing configuration flags in mtk_crtc_ddp_config()
c1ba4b8ca799 jfs: fix out-of-bounds in dbNextAG() and diAlloc()
baeb8628ab7f scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()
9263023a0b04 drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_get
087b88088015 drm/bridge: lontium-lt8912b: Validate mode in drm_bridge_funcs::mode_valid()
fa94d60546d2 drm/radeon/evergreen_cs: fix int overflow errors in cs track offsets
656803ab1ad2 drm/rockchip: dw_hdmi: Fix reading EDID when using a forced mode
9ec05e0b4ac4 drm/rockchip: vop: Allow 4096px width scaling
8e7760ed234f drm/amd/amdgpu: Properly tune the size of struct
53c18f7baf0c scsi: NCR5380: Check for phase match during PDMA fixup
464fd60a16d2 scsi: smartpqi: revert propagate-the-multipath-failure-to-SML-quickly
de67850b4019 drm/radeon: properly handle vbios fake edid sizing
78b9e10b3bd1 drm/amdgpu: properly handle vbios fake edid sizing
ddf9ff244d70 drm/amd/display: Add null check for set_output_gamma in dcn30_set_output_transfer_func
fc8b0b8dbdba drm/stm: ltdc: check memory returned by devm_kzalloc()
6e513c2e9460 drm/stm: Fix an error handling path in stm_drm_platform_probe()
8e6f4aa43b79 pmdomain: core: Harden inter-column space in debug summary
c390a26db31a iommu/arm-smmu-qcom: apply num_context_bank fixes for SDM630 / SDM660
7acaef4f28b6 iommu/arm-smmu-qcom: Work around SDM845 Adreno SMMU w/ 16K pages
324e1ec46356 iommu/arm-smmu-qcom: hide last LPASS SMMU context bank from linux
0f0222d5abe9 mtd: rawnand: mtk: Fix init error path
e502a0db3422 mtd: rawnand: mtk: Factorize out the logic cleaning mtk chips
ca63b1cbcd99 mtd: rawnand: mtk: Use for_each_child_of_node_scoped()
9b52ee18f6d2 rcu/nocb: Fix RT throttling hrtimer armed from offline CPU
4e31e504201f mtd: powernv: Add check devm_kasprintf() returned value
e109a01f3d56 iommu/amd: Do not set the D bit on AMD v2 table entries
9b97d6b08b7f fbdev: hpfb: Fix an error handling path in hpfb_dio_probe()
508a550eec10 power: supply: max17042_battery: Fix SOC threshold calc w/ no current sense
05dba1274e7d power: supply: axp20x_battery: Remove design from min and max voltage
cbb2313e76d3 hwmon: (ntc_thermistor) fix module autoloading
590960a5b3b3 mtd: slram: insert break after errors in parsing the map
0a27e17475d4 hwmon: (max16065) Fix alarm attributes
fc702f5c3d24 hwmon: (max16065) Remove use of i2c_match_id()
0c7af15f64b6 hwmon: (max16065) Fix overflows seen when writing limits
f606b9ac4abb ASoC: loongson: fix error release
886ea81de41f m68k: Fix kernel_clone_args.flags in m68k_clone()
cc08ac5f42c3 ALSA: hda: cs35l41: fix module autoloading
c239cfa322ee selftests/ftrace: Add required dependency for kprobe tests
7000e5f31ccf ASoC: tas2781-i2c: Get the right GPIO line
92b53ece5d37 ASoC: tas2781-i2c: Drop weird GPIO code
ac7976b67277 ASoC: tas2781: Use of_property_read_reg()
c0f652180696 ASoC: tas2781: remove unused acpi_subysystem_id
06a95f7184ab ASoC: rt5682s: Return devm_of_clk_add_hw_provider to transfer the error
17c72808dbbd x86/mm: Use IPIs to synchronize LAM enablement
ecd4adebb852 arm64: dts: mediatek: mt8195: Correct clock order for dp_intf*
27106b0a292e clocksource/drivers/qcom: Add missing iounmap() on errors in msm_dt_timer_init()
ee7e02e780f1 reset: k210: fix OF node leak in probe() error path
cfbf049d1605 reset: berlin: fix OF node leak in probe() error path
b2cce50abd4e ARM: versatile: fix OF node leak in CPUs prepare
01f986dc6411 ARM: dts: imx7d-zii-rmu2: fix Ethernet PHY pinctrl property
58bd96e5ec45 ARM: dts: microchip: sama7g5: Fix RTT clock
e91e803da1e5 spi: bcmbca-hsspi: Fix missing pm_runtime_disable()
7c84cb5a3990 arm64: dts: ti: k3-j721e-beagleboneai64: Fix reversed C6x carveout locations
ff8444011fe5 arm64: dts: ti: k3-j721e-sk: Fix reversed C6x carveout locations
6d91b3f570ab arm64: dts: rockchip: Correct vendor prefix for Hardkernel ODROID-M1
c742692fad4a ARM: dts: microchip: sam9x60: Fix rtc/rtt clocks
514265b1f154 arm64: dts: renesas: r9a07g044: Correct GICD and GICR sizes
c2bae2675ca6 arm64: dts: renesas: r9a07g054: Correct GICD and GICR sizes
7d0be3622399 arm64: dts: renesas: r9a07g043u: Correct GICD and GICR sizes
1ccd886abf45 regulator: Return actual error in of_regulator_bulk_get_all()
3bf127bc2695 spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ
6699567b0bbb firmware: arm_scmi: Fix double free in OPTEE transport
bd7fa63736c7 arm64: dts: mediatek: mt8186: Fix supported-hw mask for GPU OPPs
8d81cd1a048a arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount to 4GB
1b08f7b5f56d spi: ppc4xx: handle irq_of_parse_and_map() errors
80f5bfbb80ea block: fix potential invalid pointer dereference in blk_add_partition
0d7ddfc89284 block: print symbolic error name instead of error code
5740c0fa9367 io_uring/io-wq: inherit cpuset of cgroup in io worker
7b3a35584db4 io_uring/io-wq: do not allow pinning outside of cpuset
c3eba0a4e940 block, bfq: fix procress reference leakage for bfqq in merge chain
0780451f03bf block, bfq: fix uaf for accessing waker_bfqq after splitting
0c9b52bfee0e erofs: fix incorrect symlink detection in fast symlink
81b048b9484b cachefiles: Fix non-taking of sb_writers around set/removexattr
19f3bec2ac4b block, bfq: don't break merge chain in bfq_split_bfqq()
e50c9a352676 block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator()
7faed2896d78 block, bfq: fix possible UAF for bfqq->bic with merge chain
6e73b946a379 nbd: fix race between timeout and normal completion
75a5e5909b1f ublk: move zone report data out of request pdu
0ceb2f2b5c81 ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()
2b5e904deabb net: tipc: avoid possible garbage value
a46add42bd06 net: ipv6: rpl_iptunnel: Fix memory leak in rpl_input
50d062b6cc90 r8169: disable ALDPS per default for RTL8125
1e8fc4ffa955 net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()
905e83c61bdc bareudp: Pull inner IP header on xmit.
61761f08e361 bareudp: Pull inner IP header in bareudp_udp_encap_recv().
a4a70cba57aa Bluetooth: btusb: Fix not handling ZPL/short-transfer
d7572187bce6 can: m_can: m_can_close(): stop clocks after device has been shut down
7fb4f5605c3e can: m_can: enable NAPI before enabling interrupts
c3d941cc734e can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().
80bd490ac0a3 sock_map: Add a cond_resched() in sock_hash_free()
7eebbdde4b94 Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCEL
ea8d90a5b04a Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED
84398204c5df wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_param
058c9026ad79 wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()
cacdc1189841 wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errors
2780657f7f53 wifi: mt76: mt7996: fix uninitialized TLV data
2d9f3e56b9d5 wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands
15c1d606fa75 wifi: mt76: mt7915: fix rx filter setting for bfee functionality
9f05824b35a4 wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()
0940196c3d62 wifi: mt76: mt7603: fix mixed declarations and code
aa3e0db35a60 crypto: hisilicon/qm - inject error before stopping queue
8b21a9b1d8f0 crypto: hisilicon/qm - reset device before enabling it
7803e8cdaa84 crypto: hisilicon/hpre - mask cluster timeout error
4589bb97e42f pm:cpupower: Add missing powercap_set_enabled() stub function
fb2d057539ed x86/sgx: Fix deadlock in SGX NUMA node search
6f68e1e9ade6 wifi: mt76: mt7996: fix EHT beamforming capability check
c07082fa2421 wifi: mt76: mt7996: fix HE and EHT beamforming capabilities
29516e5db9c6 wifi: mt76: mt7996: fix wmm set of station interface to 3
7146e5aeff6d wifi: mt76: mt7996: fix traffic delay when switching back to working channel
50d87e3b7098 wifi: mt76: mt7996: use hweight16 to get correct tx antenna
818dd118f4a9 wifi: mt76: mt7915: fix oops on non-dbdc mt7986
4d3608ae154b cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriately
c902e515b6b4 perf/arm-cmn: Ensure dtm_idx is big enough
5418a61e3207 perf/arm-cmn: Fix CCLA register offset
a687d9d1fedd perf/arm-cmn: Refactor node ID handling. Again.
a1b25661a04a perf/arm-cmn: Improve debugfs pretty-printing for large configs
f5c4ec8d0e2f perf/arm-cmn: Rework DTC counters (again)
814b8bc5cc0a netfilter: nf_tables: remove annotation to access set timeout while holding lock
9431e5eddcc1 netfilter: nf_tables: reject expiration higher than timeout
2a5e648a0cb6 netfilter: nf_tables: reject element expiration with no timeout
08b25d59ffb0 netfilter: nf_tables: elements with timeout below CONFIG_HZ never expire
8ad28208be7b ACPI: CPPC: Fix MASK_VAL() usage
fa3ef5ea3ff4 can: j1939: use correct function name in comment
37c5024e464c kselftest/arm64: Actually test SME vector length changes via sigreturn
666a46a90f18 drivers/perf: hisi_pcie: Fix TLP headers bandwidth counting
6206a0edb29b drivers/perf: hisi_pcie: Record hardware counts correctly
39dd1f1f48d3 padata: Honor the caller's alignment in case of chunk_size 0
1661f1352b55 wifi: iwlwifi: mvm: increase the time between ranging measurements
2c4a7b501422 wifi: iwlwifi: config: label 'gl' devices as discrete
305b7827cf5d wifi: iwlwifi: remove AX101, AX201 and AX203 support from LNL
d54455a3a965 wifi: mac80211: don't use rate mask for offchannel TX either
3b839d461904 drivers/perf: Fix ali_drw_pmu driver interrupt status clearing
be158b7e6a46 kselftest/arm64: signal: fix/refactor SVE vector length enumeration
288cbc505e20 powercap: intel_rapl: Fix off by one in get_rpi()
9fc60f2bdd43 ARM: 9410/1: vfp: Use asm volatile in fmrx/fmxr macros
c82ea72d96dd mount: handle OOM on mnt_warn_timestamp_expiry
032ca566f589 RISC-V: KVM: Fix to allow hpmcounter31 from the guest
3c39f253e2c9 RISC-V: KVM: Allow legacy PMU access from guest
a72a99da7a8f RISC-V: KVM: Fix sbiret init before forwarding to userspace
07b90bbfe9c9 wifi: rtw88: remove CPT execution branch never used
32ba3160889e arm64: signal: Fix some under-bracketed UAPI macros
f0525a641a4a net: stmmac: dwmac-loongson: Init ref and PTP clocks rate
0a9445aa8e8f wifi: ath12k: fix invalid AMPDU factor calculation in ath12k_peer_assoc_h_he()
aafd6ad1d9d6 wifi: ath12k: match WMI BSS chan info structure with firmware definition
d45fe0115edf wifi: ath12k: fix BSS chan info request WMI command
dda028a8aa3c wifi: ath9k: Remove error checks when creating debugfs entries
fb1862ce2664 wifi: brcmfmac: introducing fwil query functions
c3cfcf51b4e0 wifi: brcmfmac: export firmware interface functions
9349283fc6b8 ACPI: PMIC: Remove unneeded check in tps68470_pmic_opregion_probe()
e55fcc821db0 crypto: xor - fix template benchmarking
1b8178a2ae27 wifi: rtw88: always wait for both firmware loading attempts
b3e360e00d21 EDAC/synopsys: Fix error injection on Zynq UltraScale+
23752ababd72 EDAC/synopsys: Fix ECC status and IRQ control race condition
4ad9fa5c30ed Linux 6.6.53
51297ef7ad78 USB: usbtmc: prevent kernel-usb-infoleak
39d69238899a USB: serial: pl2303: add device id for Macrosilicon MS3020
3a2532d88251 can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_start/stop()
fa45741f1e90 can: mcp251xfd: properly indent labels
26b0a1cd9f22 x86/mm: Switch to new Intel CPU model defines
ab51a98de8d5 nvme-pci: qdepth 1 quirk
c4e98006092b gpiolib: cdev: Ignore reconfiguration without direction
53dc61ae5cff Revert "wifi: cfg80211: check wiphy mutex is held for wdev mutex"
424bd79517ce netfilter: nf_tables: missing iterator type in lookup walk
f24d8abc2bb8 netfilter: nft_set_pipapo: walk over current view on netlink dump
94d6fe6b6e6e netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtree_level()
f07e28e4c623 netfilter: nft_socket: make cgroupsv2 matching work with namespaces
ea71c39d4638 powercap/intel_rapl: Add support for AMD family 1Ah
e615cd84dcf8 drm: Expand max DRM device number to full MINORBITS
f6b589e36153 accel: Use XArray instead of IDR for minors
d2e3d344e20e drm: Use XArray instead of IDR for minors
c726dea9d0c8 ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()
1f6e167d6753 ocfs2: add bounds checking to ocfs2_xattr_find_entry()
4c21bba38b94 spi: spidev: Add missing spi_device_id for jg10309-01
c20e89c96f14 block: Fix where bio IO priority gets set
532ba43dcef8 tools: hv: rm .*.cmd when make clean
f0759b097377 x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequency
fabc4ed200f9 smb: client: fix hang in wait_for_response() for negproto
e79896417c03 spi: bcm63xx: Enable module autoloading
745fe9f19d04 drm: komeda: Fix an issue related to normalized zpos
d7c126497de6 ALSA: hda: add HDMI codec ID for Intel PTL
16fb61afffdb ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK)
a9affc6dd8b0 spi: spidev: Add an entry for elgin,jg10309-01
5a8f8d49bcd7 ASoC: fix module autoloading
b3cc98bd86e8 ASoC: tda7419: fix module autoloading
1803f06c86b0 ASoC: google: fix module autoloading
7675ab5900a8 ASoC: intel: fix module autoloading
ec39e3104a77 ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI match less strict
740253ebb552 can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configuration
021cd8f0e479 wifi: iwlwifi: clear trans->state earlier upon error
9902dacd5b0b wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()
4d0a900ec470 wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead
2c61b561baf9 wifi: iwlwifi: mvm: pause TCM when the firmware is stopped
8587a0ed5f07 wifi: iwlwifi: mvm: fix iwl_mvm_max_scan_ie_fw_cmd_room()
0d07f12e1f06 wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculation
dfa94a93f7b7 wifi: iwlwifi: lower message level for FW buffer destination
8a834f251f6c LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBE
d44cfa992b6b net: ftgmac100: Ensure tx descriptor updates are visible
001eaeaac79d platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F DMI match less strict
1bab72a2b985 microblaze: don't treat zero reserved memory regions as error
76f74a1c3d5d hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING
af08f4506114 pinctrl: at91: make it work with current gpiolib
013180bf2314 scsi: lpfc: Fix overflow build issue
49a9fe95eb6f ALSA: hda/realtek - FIxed ALC285 headphone no sound
4a31d48c096b ALSA: hda/realtek - Fixed ALC256 headphone no sound
50dcf4b7b76c ASoC: allow module autoloading for table board_ids
b7420317a90d ASoC: allow module autoloading for table db1200_pids
0627ba94347b ASoC: mediatek: mt8188: Mark AFE_DAC_CON0 register as volatile
aef267374152 ASoC: SOF: mediatek: Add missing board compatible
18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn
2879d995e569 pnmtologo: sync with 6.6
43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes
35046aea43c8 bpftool: Fix undefined bpf macro for unix socket
9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e503 bpftool: Query only cgroup-related attach types
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 533d46e8c01994a0c2d89d0758fc6b0e7f1174f5)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
4e9ff9a4f8 |
linux-yocto-dev: bump to v6.12
(From OE-Core rev: 2f2b53b5b001276595177612716b1320d0dbc25c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
33d43bece3 |
linux-yocto/6.10: update to v6.10.13
Updating linux-yocto/6.10 to the latest korg -stable release that comprises
the following commits:
0202c63cba31 Linux 6.10.13
b332bcca5914 Revert: "dm-verity: restart or panic on an I/O error"
ff055e9142d8 spi: atmel-quadspi: Fix wrong register value written to MR
7c1d782e5afb bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()
a98fd7c6e7b2 Documentation: KVM: fix warning in "make htmldocs"
119ffd4dc84d i2c: isch: Add missed 'else'
7ae30ea153fa i2c: aspeed: Update the stop sw state when the bus recovery occurs
402d8f715fb4 mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu read lock
f6a0cee98082 mm: change vmf_anon_prepare() to __vmf_anon_prepare()
721aa7c9984e mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag set
e897d184a8dd mm/hugetlb.c: fix UAF of vma in hugetlb fault pathway
d4ed0cf0eeaa tpm: export tpm2_sessions_init() to fix ibmvtpm building
36b5955c3f68 fbdev: xen-fbfront: Assign fb_info->device
33faba1cca52 module: Fix KCOV-ignored file name
d1c8ed814b78 spi: fspi: add support for imx8ulp
f48e4f4b86b5 mm: only enforce minimum stack gap size if it's sensible
14a8bac5c98d s390/ftrace: Avoid calling unwinder in ftrace_return_address()
7cc8ab687d6d mm/hugetlb_vmemmap: batch HVO work when demoting
f9835aec4967 exfat: resolve memory leak from exfat_create_upcase_table()
9b8d21246c5c lockdep: fix deadlock issue between lockdep and rcu
f038423291f0 compiler.h: specify correct attribute for .rodata..c_jump_table
4a7677a15469 dm-verity: restart or panic on an I/O error
c98a910c64ef bpf: lsm: Set bpf_lsm_blob_sizes.lbs_task to 0
fbec4ba70f78 lsm: infrastructure management of the sock security
04a55dd3419d debugfs show actual source in /proc/mounts
84f079349d55 debugfs: Convert to new uid/gid option parsing helpers
df881ff32117 fs_parse: add uid & gid option option parsing helpers
b249b7b1b134 idpf: fix netdev Tx queue stop/wake
710e93ec5c3d idpf: merge singleq and splitq &net_device_ops
90610752baf2 idpf: split &idpf_queue into 4 strictly-typed queue structures
122d2f10b45c idpf: stop using macros for accessing queue descriptors
33818ec99d6f serial: qcom-geni: fix console corruption
7478f1219178 serial: qcom-geni: introduce qcom_geni_serial_poll_bitfield()
077eeda6704c serial: qcom-geni: fix arg types for qcom_geni_serial_poll_bit()
4e90db20e901 soc: qcom: geni-se: add GP_LENGTH/IRQ_EN_SET/IRQ_EN_CLEAR registers
6e0e7e8558a6 usb: xhci: fix loss of data on Cadence xHC
7688c5a74bf2 xhci: Add a quirk for writing ERST in high-low order
18ecd5b74682 x86/tdx: Fix "in-kernel MMIO" check
37263b5d4c18 x86/tdx: Convert shared memory back to private on kexec
5b026890012d x86/mm: Add callbacks to prepare encrypted memory for kexec
19b96b1fe195 x86/tdx: Account shared memory
d6c641139c61 x86/mm: Make x86_platform.guest.enc_status_change_*() return an error
2578f2637a59 KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)
e99b21b794cb KVM: x86: Make x2APIC ID 100% readonly
d9ac05ef9ec3 KVM: x86: Drop unused check_apicv_inhibit_reasons() callback definition
a31e6d3207ce soc: versatile: realview: fix soc_dev leak during device remove
15c0bd2062e3 soc: versatile: realview: fix memory leak during device remove
d7e07c2e87d8 tools/nolibc: include arch.h from string.h
8d80003cf38a ARM: dts: imx6ull-seeed-npi: fix fsl,pins property in tscgrp pinctrl
e78b09351149 ARM: dts: imx6ul-geam: fix fsl,pins property in tscgrp pinctrl
077694df5512 dt-bindings: spi: nxp-fspi: add imx8ulp support
68f267a3372c spi: fspi: involve lut_num for struct nxp_fspi_devtype_data
71d1380da9f8 lsm: add the inode_free_security_rcu() LSM implementation hook
9e279e6c1f01 padata: use integer wrap around to prevent deadlock on seq_nr overflow
f7cdf73258cf cpuidle: riscv-sbi: Use scoped device node handling to fix missing of_node_put
d19c5b21711c md: Don't flush sync_work in md_write_start()
c7f9d442d1c4 eventpoll: Annotate data-race of busy_poll_usecs
a7722921adb0 icmp: change the order of rate limits
7679db85a814 EDAC/igen6: Fix conversion of system address to physical memory address
68ee58f3a067 nfs: fix memory leak in error path of nfs4_do_reclaim
4ee3665e0fbf fs: Fix file_set_fowner LSM hook inconsistencies
603f95cefbee netfs: Delete subtree of 'fs/netfs' when netfs module exits
0f8a5b6d0daf vfs: fix race between evice_inodes() and find_inode()&iput()
84aa262013f3 arm64: dts: rockchip: Correct the Pinebook Pro battery design capacity
5056c1476cf4 arm64: dts: qcom: sa8775p: Mark APPS and PCIe SMMUs as DMA coherent
0d0d96f7f6b1 arm64: dts: rockchip: Raise Pinebook Pro's panel backlight PWM frequency
67b4f0145e55 arm64: dts: mediatek: mt8186-corsola: Disable DPI display interface
9dc7b42b9d0d arm64: errata: Enable the AC03_CPU_38 workaround for ampere1a
14f310aeec55 arm64: esr: Define ESR_ELx_EC_* constants as UL
1bf8e1d07de1 hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resume
afdb6186369e hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_init
970fad1992bf hwrng: mtk - Use devm_pm_runtime_enable
10569b682ebe f2fs: fix to check atomic_file in f2fs ioctl interfaces
7bd7ce68ddad f2fs: check discard support for conventional zones
f3bfac2cabf5 f2fs: Require FMODE_WRITE for atomic write ioctls
7686e9c32ae9 f2fs: avoid potential int overflow in sanity_check_area_boundary()
9e34807b75fe f2fs: prevent possible int overflow in dir_block_index()
baff811ba631 f2fs: fix several potential integer overflows in file offsets
592a57d3bead btrfs: always update fstrim_range on failure in FITRIM ioctl
62964916da1b btrfs: tree-checker: fix the wrong output of data backref objectid
a412ca489ac2 btrfs: fix race setting file private on concurrent lseek using same fd
0b8d3972792c debugobjects: Fix conditions in fill_pool()
e0b04c335b13 wifi: mt76: mt7615: check devm_kasprintf() returned value
c128a1456df1 wifi: rtw88: 8703b: Fix reported RX band width
556941ad3c4a wifi: rtw88: 8822c: Fix reported RX band width
667394ab7065 wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c
fb60020cb5b3 wifi: mt76: mt7925: fix a potential array-index-out-of-bounds issue for clc
174c803b4325 wifi: mt76: mt7996: fix NULL pointer dereference in mt7996_mcu_sta_bfer_he
1eaca38ad2f4 wifi: mt76: mt7915: check devm_kasprintf() returned value
2b9f8545875a wifi: mt76: mt7921: Check devm_kasprintf() returned value
1d3589834b00 btrfs: subpage: fix the bitmap dump which can cause bitmap corruption
16d277b3e920 perf/x86/intel/pt: Fix sampling synchronization
4a3c332100b0 perf/x86/intel: Allow to setup LBR for counting event for BPF
b51acf3262dd x86/entry: Remove unwanted instrumentation in common_interrupt()
38d9b07d99b7 efistub/tpm: Use ACPI reclaim memory for event log to avoid corruption
4af2e4221c3f ACPI: resource: Add another DMI match for the TongFang GMxXGxx
5d65d2411d83 ACPI: resource: Do IRQ override on MECHREV GM7XG0M
f51e5a88f2e7 ACPI: sysfs: validate return type of _STR method
54be41a85d8d drbd: Add NULL check for net_conf to prevent dereference in state validation
ad96750f0622 drbd: Fix atomicity violation in drbd_uuid_set_bm()
cd327e30a9a0 crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failure
86c15cab2785 crypto: qcom-rng - fix support for ACPI-based systems
36761d1d700d serial: qcom-geni: fix false console tx restart
25aff44936a5 serial: qcom-geni: fix fifo polling timeout
e4c3ea5da394 xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them.
80cef0f1d06b serial: don't use uninitialized value in uart_poll_init()
4e017898e9a8 pps: add an error check in parport_attach
8ec7d8918fd6 tty: rp2: Fix reset with non forgiving PCIe host bridges
28f1cd94d3f1 firmware_loader: Block path traversal
0012b71a698c bus: mhi: host: pci_generic: Fix the name for the Telit FE990A
6a33c79504ee bus: integrator-lm: fix OF node leak in probe()
40eeefad32b1 usb: dwc2: drd: fix clock gating on USB role switch
ad653877041b usb: gadget: dummy_hcd: execute hrtimer callback in softirq context
e527d2ac5455 usb: xHCI: add XHCI_RESET_ON_RESUME quirk for Phytium xHCI host
e326f29101c9 usb: cdnsp: Fix incorrect usb_request status
9479f64b9992 USB: misc: yurex: fix race between read and write
3f682752207d USB: class: CDC-ACM: fix race between get_serial and set_serial
5f2c43335cc5 USB: misc: cypress_cy7c63: check for short transfer
c92b7a265de5 USB: appledisplay: close race between probe and completion handler
f9aa13449211 arm64: dts: mediatek: mt8395-nio-12l: Mark USB 3.0 on xhci1 as disabled
31fc87cb4eca arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as disabled
ca124236cd14 usbnet: fix cyclical race on disconnect with work queue
5898a9879803 wifi: rtw88: Fix USB/SDIO devices not transmitting beacons
36071d878699 can: esd_usb: Remove CAN_CTRLMODE_3_SAMPLES for CAN-USB/3-FD
ca1e50206718 scsi: mac_scsi: Disallow bus errors during PDMA send
a960eb7988b4 scsi: mac_scsi: Refactor polling loop
ab7667ccef06 scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messages
e3189128e800 scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAs
0359228a4981 scsi: ufs: qcom: Update MODE_MAX cfg_bw value
a77605037389 scsi: sd: Fix off-by-one error in sd_read_block_characteristics()
a16ac25841ee ata: libata-scsi: Fix ata_msense_control() CDL page reporting
d205cb1a13b3 ksmbd: handle caseless file creation
e5b77e889cea ksmbd: allow write with FILE_APPEND_DATA
8205b5d56d21 ksmbd: make __dir_empty() compatible with POSIX
de6e34238a1b powerpc/atomic: Use YZ constraints for DS-form instructions
13b5b401ead9 KEYS: prevent NULL pointer dereference in find_asymmetric_key()
5292dc91a7eb objtool: Handle frame pointer related instructions
51f87aa74da9 Revert "LoongArch: KVM: Invalidate guest steal time address on vCPU reset"
1b77dd8520fc drm/amd/display: Skip to enable dsc if it has been off
517f6e8a60c4 drm/amd/display: Enable DML2 override_det_buffer_size_kbytes
d13a338fa80b drm/amd/display: Block dynamic IPS2 on DCN35 for incompatible FW versions
47ab3a0c04e1 drm/amd/display: Disable SYMCLK32_LE root clock gating
ce3ed9a959c9 drm/amd/display: Validate backlight caps are sane
c9a3c3e2bffe drm/amd/display: Clean up dsc blocks in accelerated mode
597f862f516a drm/amd/display: Round calculated vtotal
fbf3cff7c058 drm/amd/display: Add HDMI DSC native YCbCr422 support
d6c1abe4b26e drm/amdgpu/vcn: enable AV1 on both instances
ac1500b229ed drm/amdgpu/mes11: reduce timeout
6f9c39e81693 drm/amd/display: Skip Recompute DSC Params if no Stream on Link
a2764afce521 KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock
afd2d93644a0 KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()
5b0421ae5185 KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits
46a40b3639c4 KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xfer
547bce5c250b Input: i8042 - add another board name for TUXEDO Stellaris Gen5 AMD line
ab770984fba5 Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042 quirk table
af38c4cf0a32 Input: i8042 - add TUXEDO Stellaris 16 Gen5 AMD to i8042 quirk table
38f45f17a2a3 Input: adp5588-keys - fix check on return code
a6e9f9fd1477 iommufd: Protect against overflow of ALIGN() during iova allocation
92e53443dc63 iommu/amd: Fix argument order in amd_iommu_dev_flush_pasid_all()
eab78824687c Revert "media: tuners: fix error return code of hybrid_tuner_request_state()"
06cf4125fa92 soc: versatile: integrator: fix OF node leak in probe() error path
2485d2d8ce63 soc: fsl: cpm1: tsa: Fix tsa_write8()
531704571a7e soc: fsl: cpm1: qmc: Update TRNSYNC only in transparent mode
bc4a33eb74f6 ASoC: rt5682: Return devm_of_clk_add_hw_provider to transfer the error
832653dc7222 Revert "soc: qcom: smd-rpm: Match rpmsg channel instead of compatible"
774c795aa795 PCI: dra7xx: Fix error handling when IRQ request fails in probe
07a5794dc862 PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler
2cbfcb6389c4 PCI: Use an error code with PCIe failed link retraining
0f28502c2ae2 PCI: Correct error reporting with PCIe failed link retraining
7826d9f1eb3d PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSI
1c59f627ac89 PCI: imx6: Fix establish link failure in EP mode for i.MX8MM and i.MX8MP
06adf7509477 PCI: imx6: Fix missing call to phy_power_off() in error handling
c04924915367 PCI: dra7xx: Fix threaded IRQ request for "dra7xx-pcie-main" IRQ
478e554fe94b PCI: Clear the LBMS bit after a link retrain
e315cf7f532b PCI: Revert to the original speed after PCIe failed link retraining
e152508df743 Remove *.orig pattern from .gitignore
4c3ce023e538 selftests/bpf: correctly move 'log' upon successful match
bd93fe03abbe io_uring/sqpoll: do not put cpumask on stack
6222abfa459f io_uring/sqpoll: retain test for whether the CPU is valid
6c31c83178ce xen: allow mapping ACPI data using a different physical address
5322ebfe9de3 xen: move checks for e820 conflicts further up
a8a3ba3deb39 drm/amd/display: Fix Synaptics Cascaded Panamera DSC Determination
3393fddbfa94 mm: call the security_mmap_file() LSM hook in remap_file_pages()
1fea7fd0480b mm: migrate: annotate data-race in migrate_folio_unmap()
fa4890bd8237 fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is set
340f20fe8708 io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNAL
daf062a2d7ed io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAIN
a1dbcdfc2320 io_uring/sqpoll: do not allow pinning outside of cpuset
cfd68a58fb68 selftests: netfilter: Avoid hanging ipvs.sh
7f44a170ce3f netfilter: nf_tables: missing objects with no memcg accounting
e6a31dc01d76 netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path
e80310d02ae9 netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_EVENTS
d3169bf3e90b netfilter: nf_tables: Keep deleted flowtable hooks until after RCU
188074ba3668 net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled
d27ed6e76f47 virtio_net: Fix mismatched buf address when unmapping for small packets
72e2c0825a48 bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()
997a908a3bf7 net: ravb: Fix R-Car RX frame size limit
a8942a6bb6f1 net: qrtr: Update packets cloning when broadcasting
81d18c152e3f tcp: check skb is non-NULL in tcp_rto_delta_us()
0fe0258969a7 net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL
516dbc6d1663 net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition
7a7b5a27c53b netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()
4903d8d99476 net: xilinx: axienet: Fix packet counting
0ecfaff3633d net: xilinx: axienet: Schedule NAPI in two steps
328ea56813b2 Revert "dm: requeue IO if mapping table not yet available"
27f493e14182 ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate()
fae9b1776f53 vhost_vdpa: assign irq bypass producer token correctly
b6fbb1c7801f vdpa/mlx5: Fix invalid mr resource destroy
e21de2b784dc cxl/pci: Fix to record only non-zero ranges
c462e91f47b1 interconnect: qcom: sm8250: Enable sync_state
706b7a43a351 interconnect: icc-clk: Add missed num_nodes initialization
4d1bf0bd1b4b coresight: tmc: sg: Do not leak sg_table
16e2d8eb7185 Coresight: Set correct cs_mode for dummy source to fix disable issue
c23757a35d36 Coresight: Set correct cs_mode for TPDM to fix disable issue
4a5ad1554051 serial: 8250: omap: Cleanup on error in request_irq
4b5d48b7a29c driver core: Fix a potential null-ptr-deref in module_add_driver()
21829e1a94f7 dt-bindings: iio: asahi-kasei,ak8975: drop incorrect AK09116 compatible
6c0917cd3d6e iio: magnetometer: ak8975: drop incorrect AK09116 compatible
6437a9d687b6 iio: chemical: bme680: Fix read/write ops to device by adding mutexes
c60176b5556e ABI: testing: fix admv8818 attr description
23f6b0bdeb42 driver core: Fix error handling in driver API device_rename()
c8cb9b018fe0 iio: adc: ad7606: fix standby gpio state to match the documentation
e56695c01682 iio: adc: ad7606: fix oversampling gpio array
1fb2daf531e0 nvme-multipath: system fails to create generic nvme device
78fac439da12 spi: atmel-quadspi: Avoid overwriting delay register settings
3b0092907ccf spi: airoha: remove read cache in airoha_snand_dirmap_read()
864df9264682 lib/sbitmap: define swap_lock as raw_spinlock_t
81ed78937168 spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time
308041f803d1 spi: atmel-quadspi: Undo runtime PM changes at driver exit time
b75f01b2cb4c spi: airoha: fix airoha_snand_{write,read}_data data_len estimation
d8e267c24cc4 spi: airoha: fix dirmap_{read,write} operations
de43021c7299 f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()
8be95cd60747 f2fs: get rid of online repaire on corrupted directory
058c1af469aa f2fs: prevent atomic file from being dirtied before commit
0a4ff4e9d2dd f2fs: compress: don't redirty sparse cluster during {,de}compress
7c339dee7eb0 f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()
a7972f073477 f2fs: atomic: fix to truncate pagecache before on-disk metadata truncation
89ea17674588 f2fs: fix to wait page writeback before setting gcing flag
af605d5099dc f2fs: Create COW inode from parent dentry for atomic write
b21c3009a86f f2fs: fix to avoid racing in between read and OPU dio write
fe56ed433971 f2fs: reduce expensive checkpoint trigger frequency
e78299a4b376 f2fs: atomic: fix to avoid racing w/ GC
e454a6482cd1 crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10
e52bab5f2b40 crypto: caam - Pad SG length when allocating hash edesc
3a1bb47f2410 nfsd: fix initial getattr on write delegation
3939b13fcbb9 nfsd: untangle code in nfsd4_deleg_getattr_conflict()
766d5fbd78f7 nfsd: return -EINVAL when namelen is 0
e32ee6a61041 nfsd: call cache_put if xdr_reserve_space returns NULL
d1cb8394545b ntb: Force physically contiguous allocation of rx ring buffers
9fda5a42e1bd ntb_perf: Fix printk format
b66bf833e72a ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
08e9de3a5619 RDMA/irdma: fix error message in irdma_modify_qp_roce()
54aaa3ed4097 RDMA/cxgb4: Added NULL check for lookup_atid
587db10c36de RDMA/hns: Fix ah error counter in sw stat not increasing
09210bb3a0f4 riscv: Fix fp alignment bug in perf_callchain_user()
09eee130151d PCI: qcom-ep: Enable controller resources like PHY only after refclk is available
1621c437ec9d RDMA/mlx5: Obtain upper net device only when needed
52f61811df43 RDMA/hns: Fix restricted __le16 degrades to integer issue
e4724f92065d RDMA/hns: Optimize hem allocation performance
27d7572bb947 RDMA/hns: Fix 1bit-ECC recovery address in non-4K OS
94a020c0d576 RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler
2656336a84fc RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled
38c01f809e43 RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range()
dac2723d8bfa RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08
812f69426de3 RDMA/hns: Don't modify rq next block addr in HIP09 QPC
93e568e95e9a watchdog: imx_sc_wdt: Don't disable WDT in suspend
1fe05fbfab15 RDMA/mlx5: Fix MR cache temp entries cleanup
bcaaa91005f8 RDMA/mlx5: Drop redundant work canceling from clean_keys()
62d5ba1b8f87 RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache
efdaddb94ddb RDMA/mlx5: Fix counter update on MR cache mkey creation
e6e69719c6f2 RDMA/erdma: Return QP state in erdma_query_qp
6dcc5b49d660 PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()
8842412c2777 iommufd: Check the domain owner of the parent before creating a nesting domain
f6b8766fa3f7 dt-bindings: PCI: layerscape-pci: Replace fsl,lx2160a-pcie with fsl,lx2160ar2-pcie
af633fd9d9ff IB/core: Fix ib_cache_setup_one error flow cleanup
7afb394b2e2a pinctrl: mvebu: Fix devinit_dove_pinctrl_probe function
3f02356f7bbe nfsd: fix refcount leak when file is unhashed after being found
f490e015aa7b nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire
f1ceb401347b clk: rockchip: rk3588: Fix 32k clock name for pmu_24m_32k_100m_src_p
650bde16cc55 clk: starfive: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage
e8d6e92abc9d clk: ti: dra7-atl: Fix leak of of_nodes
1c50e0265fa3 RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds
bfac76dda554 RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer
18181b0c1c5b media: mediatek: vcodec: Fix H264 stateless decoder smatch warning
35cc704622b3 media: mediatek: vcodec: Fix VP8 stateless decoder smatch warning
47b3b9793091 media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warning
9a1f532bcde5 iommufd/selftest: Fix buffer read overrrun in the dirty test
14b2c972b711 clk: at91: sama7g5: Allocate only the needed amount of memory for PLLs
56856ccabb14 pinctrl: single: fix missing error code in pcs_probe()
c8b18a75282c RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency
a7180d2374c4 media: platform: rzg2l-cru: rzg2l-csi2: Add missing MODULE_DEVICE_TABLE
c4b43e76e48e leds: gpio: Set num_leds after allocation
1f6fd239c466 PCI: xilinx-nwl: Clean up clock on probe failure/removal
e1e61c13ea07 PCI: xilinx-nwl: Fix register misspelling
939053737edb nvdimm: Fix devs leaks in scan_labels()
a6fb2bf1e747 x86/PCI: Check pcie_find_root_port() return for NULL
660c4de1777e leds: pca995x: Fix device child node usage in pca995x_probe()
382b9448557f leds: pca995x: Use device_for_each_child_node() to access device child nodes
e8a0f9872ce4 leds: leds-pca995x: Add support for NXP PCA9956B
baff5d92f571 clk: qcom: dispcc-sm8250: use special function for Lucid 5LPE PLL
791f0dc95f75 clk: qcom: ipq5332: Register gcc_qdss_tsctr_clk_src
da8db14447bf media: staging: media: starfive: camss: Drop obsolete return value documentation
72210e52e19a PCI: keystone: Fix if-statement expression in ks_pcie_quirk()
1f72f6f6f591 firewire: core: correct range of block for case of switch statement
fe5a1e8d80ad PCI: Wait for Link before restoring Downstream Buses
7fd6aae7e53b drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error
66dbe0df6ecc drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds write error
a3a99af76d90 Input: ilitek_ts_i2c - add report id message validation
de3f995bc491 Input: ilitek_ts_i2c - avoid wrong input subsystem sync
f5567c5ca417 phy: phy-rockchip-samsung-hdptx: Explicitly include pm_runtime.h
2eaf8ae7946a pinctrl: ti: ti-iodelay: Fix some error handling paths
2913fbc0e3e7 pinctrl: ti: iodelay: Use scope based of_node_put() cleanups
b0c4c139ac88 leds: bd2606mvv: Fix device child node usage in bd2606mvv_probe()
f071073a5b2d clk: qcom: dispcc-sm8550: use rcg2_shared_ops for ESC RCGs
3b5aa2adefd0 clk: qcom: dispcc-sm8650: Update the GDSC flags
61627c13934e clk: qcom: dispcc-sm8550: use rcg2_ops for mdss_dptx1_aux_clk_src
7d55b2a82bbd clk: qcom: dispcc-sm8550: fix several supposed typos
fd7996cc3a96 clk: rockchip: Set parent rate for DCLK_VOP clock on RK3228
0674d041caa7 remoteproc: imx_rproc: Initialize workqueue earlier
9b7b3530bf80 remoteproc: imx_rproc: Correct ddr alias for i.MX8M
65df4be8b412 quota: avoid missing put_quota_format when DQUOT_SUSPENDED is passed
6e31ccbb2651 clk: imx: imx8qxp: Parent should be initialized earlier than the clock
d39e7535456b clk: imx: imx8qxp: Register dc0_bypass0_clk before disp clk
a47b38eff28b clk: imx: imx8mp: fix clock tree update of TF-A managed clocks
11fd64c352ea clk: imx: fracn-gppll: fix fractional part of PLL getting lost
c5943ae892da clk: imx: composite-7ulp: Check the PCC present bit
3bcaa9ce8c2e clk: imx: composite-93: keep root clock on when mcore enabled
d8aa6d4e3788 clk: imx: composite-8m: Enable gate clk with mcore_booted
61320f0557e0 clk: imx: imx6ul: fix default parent for enet*_ref_sel
c92f5a5dbf88 clk: imx: clk-audiomix: Correct parent clock for earc_phy and audpll
b42d09af5162 perf mem: Fix missed p-core mem events on ADL and RPL
f0ca1e9bef74 perf mem: Check mem_events for all eligible PMUs
e0595b40c13d perf time-utils: Fix 32-bit nsec parsing
69272002abca perf sched timehist: Fixed timestamp error when unable to confirm event sched_in time
22f725544b26 perf dwarf-aux: Handle bitfield members from pointer access
d39983c19c58 perf annotate-data: Fix off-by-one in location range check
ccda4ec09a41 perf dwarf-aux: Check allowed location expressions when collecting variables
8667eafb4bc8 perf stat: Display iostat headers correctly
f1e51f63a125 perf sched timehist: Fix missing free of session in perf_sched__timehist()
5120b9e90026 perf build: Fix up broken capstone feature detection fast path
377fc923090d perf report: Fix --total-cycles --stdio output error
5af0069973b8 perf inject: Fix leader sampling inserting additional samples
20959954ea3a perf lock contention: Change stack_id type to s32
276556d60a02 perf mem: Free the allocated sort string, fixing a leak
65a6bc711147 perf scripts python cs-etm: Restore first sample log in verbose mode
599d15b6d033 bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
16423089d9fc bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
2ed98ee02d1e bpf: Fix helper writes to read-only maps
db52f0accc12 bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
865d7e81b8ab sched/pelt: Use rq_clock_task() for hw_pressure
a33e967b681e nilfs2: fix potential oob read in nilfs_btree_check_delete()
141ba5b7f785 nilfs2: determine empty node blocks as corrupted
db73500d3f0e nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()
ee88c6e3ea8b sched/numa: Fix the vma scan starving issue
297615e992bb ext4: check stripe size compatibility on remount as well
371d0bacecd5 ext4: avoid OOB when system.data xattr changes underneath the filesystem
95a5e104d812 ext4: return error on ext4_find_inline_entry
7eec4892020b ext4: avoid negative min_clusters in find_group_orlov()
8b60c4fe9c3e ext4: avoid potential buffer_head leak in __ext4_new_inode()
39c6e2e3bc44 ext4: avoid buffer_head leak in ext4_mark_inode_used()
df480091e6f7 smackfs: Use rcu_assign_pointer() to ensure safe assignment in smk_set_cipso
841b1321e1d5 sched/deadline: Fix schedstats vs deadline servers
a4f5cf015a19 ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard
2f29d419fef7 kthread: fix task state in kthread worker if being frozen
f35b5e081249 xz: cleanup CRC32 edits from 2018
62d1ff1b9b1c s390/ap: Fix deadlock caused by recursive lock of the AP bus scan mutex
8b315fbec65d libbpf: Fix bpf_object__open_skeleton()'s mishandling of options
a700b2390bfa selftests/bpf: Fix incorrect parameters in NULL pointer checking
584cd3ff792e bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos
b2ef8d59709f selftests/bpf: fix to avoid __msg tag de-duplication by clang
ba5e6f515c81 selftests/bpf: __arch_* macro to limit test cases to specific archs
04710faed344 selftests/bpf: allow checking xlated programs in verifier_* tests
fd3f09cc7ca7 selftests/bpf: extract test_loader->expect_msgs as a data structure
548b73919da9 selftests/bpf: no need to track next_match_pos in struct test_loader
892d38159039 selftests/bpf: Support checks against a regular expression
037df3cacfcf samples/bpf: Fix compilation errors with cf-protection option
7c497677910a selftests/bpf: Fix error compiling tc_redirect.c with musl libc
b58afb21e61b selftests/bpf: Fix compile if backtrace support missing in libc
8c174358ceee selftests/bpf: Fix redefinition errors compiling lwt_reroute.c
dff4f6d48bf3 selftests/bpf: Fix C++ compile error from missing _Bool type
591f5af5d664 selftests/bpf: Fix error compiling test_lru_map.c
8c7d216d4209 selftests/bpf: Fix arg parsing in veristat, test_progs
ec9a805d01be libbpf: Don't take direct pointers into BTF data from st_ops
0b0a37b18c64 selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libc
6c94b4bf7968 selftests/bpf: Fix errors compiling crypto_sanity.c with musl libc
f1c66b7f13af selftests/bpf: Fix errors compiling decap_sanity.c with musl libc
8e5b8bf023c7 selftests/bpf: Fix errors compiling lwt_redirect.c with musl libc
4541fa0ebb6b selftests/bpf: Fix compiling core_reloc.c with musl-libc
6c6e36ca1ad2 selftests/bpf: Fix compiling tcp_rtt.c with musl-libc
b2583ed6fde0 selftests/bpf: Fix compiling flow_dissector.c with musl-libc
c1716c2c8b77 selftests/bpf: Fix compiling kfree_skb.c with musl-libc
371a0c22b81a selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libc
d5acd55bd258 selftests/bpf: Fix include of <sys/fcntl.h>
396524540716 selftests/bpf: Fix missing BUILD_BUG_ON() declaration
236f6aa1f1f7 selftests/bpf: Fix missing UINT_MAX definitions in benchmarks
c5153c44af75 selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c
76c0946c89d4 selftests/bpf: Drop unneeded error.h includes
e6a574a4f9cc selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libc
7a7030041948 selftests/bpf: Fix compile error from rlim_t in sk_storage_map.c
9f2c500e4b3e selftests/bpf: Use pid_t consistently in test_progs.c
f1620c93a1ec bpf: Fail verification for sign-extension of packet data/data_end/data_meta
25ca515ab4ae tools/runqslower: Fix LDFLAGS and add LDLIBS support
10c4a99ad7f5 selftests/bpf: Fix wrong binary in Makefile log output
0054caa96389 selftests/bpf: Fix error linking uprobe_multi on mips
dd7cf3b64eba selftests/bpf: Workaround strict bpf_lsm return value check.
9d245b5ad81e bpf: Fix compare error in function retval_range_within
1050727d83e7 bpf, lsm: Add check for BPF LSM return value
e36f640f2955 bpf, arm64: Fix tailcall hierarchy
1b7fd7f2a2d8 bpf, x64: Fix tailcall hierarchy
80b23691b2c3 sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchy
adf4ce162561 tpm: Clean up TPM space after command failure
86bc7bfca5ce xen/swiotlb: fix allocated size
27475b169a70 xen/swiotlb: add alignment check for dma buffers
e4522f88cffd xen: tolerate ACPI NVS memory overlapping with Xen allocated memory
bd089573cf87 xen: add capability to remap non-RAM pages to different PFNs
82729ec25602 xen: move max_pfn in xen_memory_setup() out of function scope
dcedf22ce719 xen: introduce generic helper checking for memory map conflicts
39ff27a4fbb1 minmax: avoid overly complex min()/max() macro arguments in xen
a5f3cb4fead2 ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense data
4dc50d098af8 HID: wacom: Do not warn about dropped packets for first packet
b2824da7639b HID: wacom: Support sequence numbers smaller than 16-bit
aee96b588070 xen: use correct end address of kernel for conflict checking
fe706fab95cc drm/amdgpu: fix invalid fence handling in amdgpu_vm_tlb_flush
98d002ac83d5 drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind()
b236e6b2477d kselftest: dt: Ignore nodes that have ancestors disabled
1b7bb08ee19f platform/x86: ideapad-laptop: Make the scope_guard() clear of its scope
97cfd8d67eb9 drm/msm: fix %s null argument error
9a2709b57c5f drm/msm/dsi: correct programming sequence for SM8350 / SM8450
36bf369fbdba drm/msm/dp: enable widebus on all relevant chipsets
ccae3661969a ipmi: docs: don't advertise deprecated sysfs entries
f9ed201cf081 drm/msm/a5xx: workaround early ring-buffer emptiness check
efb2bffb5a21 drm/msm/a5xx: fix races in preemption evaluation stage
74e25dd4d3dc drm/msm/a5xx: properly clear preemption records on resume
fddadef45656 drm/msm/a5xx: disable preemption in submits by default
3b7e5c1eb5bd drm/msm: Fix incorrect file name output in adreno_request_fw()
eed32df5009f drm/msm: Fix CP_BV_DRAW_STATE_ADDR name
79cc4b6f36f1 drm/msm: Dump correct dbgahb clusters on a750
76b9d4823b6a drm/msm: Use a7xx family directly in gpu_state
b001d0e023e1 powerpc/vdso: Inconditionally use CFUNC macro
8135b983b8cb powerpc/8xx: Fix kernel vs user address comparison
a386b732d529 powerpc/8xx: Fix initial memory mapping
96bdf304f2f7 drm/mediatek: Use spin_lock_irqsave() for CRTC event lock
4d7a703d8fc3 drm/mediatek: Fix missing configuration flags in mtk_crtc_ddp_config()
128d5cfdcf84 jfs: fix out-of-bounds in dbNextAG() and diAlloc()
7c2908985e4a scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()
5da620c86545 drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_get
b944cad02f2c drm/bridge: lontium-lt8912b: Validate mode in drm_bridge_funcs::mode_valid()
d98a4c149e44 drm/radeon/evergreen_cs: fix int overflow errors in cs track offsets
e9703b758059 drm/rockchip: dw_hdmi: Fix reading EDID when using a forced mode
6c0601ac83c0 drm/rockchip: vop: Allow 4096px width scaling
b423b9fc0fe9 drm/amd/amdgpu: Properly tune the size of struct
f2c6a3174c62 scsi: NCR5380: Check for phase match during PDMA fixup
8fd157fb9fa6 scsi: smartpqi: revert propagate-the-multipath-failure-to-SML-quickly
5dca6bec1284 drm/radeon: properly handle vbios fake edid sizing
7c5a3318ca35 drm/amdgpu: properly handle vbios fake edid sizing
84edd5a3f5fa drm/amd/display: Add null check for set_output_gamma in dcn30_set_output_transfer_func
06783d9e5791 drm/stm: ltdc: check memory returned by devm_kzalloc()
f89e5f17662e drm/stm: Fix an error handling path in stm_drm_platform_probe()
33c9b9978798 pmdomain: core: Harden inter-column space in debug summary
540757d9245b iommu/arm-smmu-qcom: apply num_context_bank fixes for SDM630 / SDM660
977a5a3db7a2 iommu/arm-smmu-qcom: Work around SDM845 Adreno SMMU w/ 16K pages
9e4d7aa135b0 iommu/arm-smmu-qcom: hide last LPASS SMMU context bank from linux
8d4b468a1741 mtd: rawnand: mtk: Fix init error path
92603bf6b74e mtd: rawnand: mtk: Factorize out the logic cleaning mtk chips
7c65bda0d7a6 mtd: rawnand: mtk: Use for_each_child_of_node_scoped()
bbeaae6f79b2 rcu/nocb: Fix RT throttling hrtimer armed from offline CPU
b51f8d7dd7af mtd: powernv: Add check devm_kasprintf() returned value
61759ce298de iommu/amd: Do not set the D bit on AMD v2 table entries
c4cdd0948126 iommu/amd: Set the pgsize_bitmap correctly
8cab33c1b290 iommu/amd: Move allocation of the top table into v1_alloc_pgtable
47b4cfe377f2 iommu/amd: Convert comma to semicolon
40fe49ce6ad1 iommu/amd: Allocate the page table root using GFP_KERNEL
747ff04ec850 iommu/amd: Handle error path in amd_iommu_probe_device()
ea6af3b72af4 fbdev: hpfb: Fix an error handling path in hpfb_dio_probe()
eb501d4a77e3 power: supply: max17042_battery: Fix SOC threshold calc w/ no current sense
a8f13a983d79 power: supply: axp20x_battery: Remove design from min and max voltage
f59516476915 hwmon: (ntc_thermistor) fix module autoloading
726f63f71c13 mtd: slram: insert break after errors in parsing the map
61f245910b44 hwmon: (max16065) Fix alarm attributes
e3afe2425aa1 hwmon: (max16065) Remove use of i2c_match_id()
16aba660a353 hwmon: (max16065) Fix overflows seen when writing limits
25f435e9982f selftests:resctrl: Fix build failure on archs without __cpuid_count()
9dfa29e81b11 selftests/ftrace: Fix eventfs ownership testcase to find mount point
4cfa0c86dff8 ASoC: loongson: fix error release
74dbe32f00c8 m68k: Fix kernel_clone_args.flags in m68k_clone()
4b3ae12d46d7 x86/boot/64: Strip percpu address space when setting up GDT descriptors
3d3af6aa7665 selftests/ftrace: Fix test to handle both old and new kernels
a11a6c50d1bf ALSA: hda: cs35l41: fix module autoloading
42763f6c1ef7 selftests/ftrace: Add required dependency for kprobe tests
482423cbb547 ASoC: tas2781-i2c: Get the right GPIO line
44f069577c8b ASoC: tas2781-i2c: Drop weird GPIO code
709b56aed8f0 ASoC: tas2781: Use of_property_read_reg()
4ff359f252b6 ASoC: rt5682s: Return devm_of_clk_add_hw_provider to transfer the error
5d412d562035 x86/mm: Use IPIs to synchronize LAM enablement
05ede22ac55d arm64: dts: mediatek: mt8195: Correct clock order for dp_intf*
59c236c6aa28 clocksource/drivers/qcom: Add missing iounmap() on errors in msm_dt_timer_init()
3331a38ded84 reset: k210: fix OF node leak in probe() error path
a2a361fc2e00 reset: berlin: fix OF node leak in probe() error path
8cd2af39e0b9 ARM: versatile: fix OF node leak in CPUs prepare
67ce8aceb68c arm64: dts: ti: k3-am654-idk: Fix dtbs_check warning in ICSSG dmas
0c4ec54cfbb0 ARM: dts: imx7d-zii-rmu2: fix Ethernet PHY pinctrl property
5c17974691df ARM: dts: microchip: sama7g5: Fix RTT clock
aad4c8273529 arm64: dts: qcom: x1e80100: Fix PHY for DP2
1d138a636b05 spi: bcmbca-hsspi: Fix missing pm_runtime_disable()
a927d0eb3dac arm64: dts: ti: k3-j721e-beagleboneai64: Fix reversed C6x carveout locations
343f86970eed arm64: dts: ti: k3-j721e-sk: Fix reversed C6x carveout locations
350bb951f2d9 arm64: dts: rockchip: Correct vendor prefix for Hardkernel ODROID-M1
a1cf480271f1 arm64: tegra: Correct location of power-sensors for IGX Orin
eff2483ce93e ARM: dts: microchip: sam9x60: Fix rtc/rtt clocks
d2fa44c83f76 arm64: dts: renesas: r9a07g044: Correct GICD and GICR sizes
7dae92742a8e arm64: dts: renesas: r9a07g054: Correct GICD and GICR sizes
ba033bbae9df arm64: dts: renesas: r9a07g043u: Correct GICD and GICR sizes
f74020ed2de1 arm64: dts: renesas: r9a08g045: Correct GICD and GICR sizes
92bdd6215a63 regulator: Return actual error in of_regulator_bulk_get_all()
b1878b6839a8 firmware: qcom: scm: Disable SDI and write no dump to dump mode
193246cb019a spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ
dc9543a4f2a5 firmware: arm_scmi: Fix double free in OPTEE transport
072f2e1457be arm64: dts: mediatek: mt8186: Fix supported-hw mask for GPU OPPs
1df9c2eea6fe arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount to 4GB
1aa426194346 spi: ppc4xx: handle irq_of_parse_and_map() errors
652039ba477c block: fix potential invalid pointer dereference in blk_add_partition
8f28dd5c4303 io_uring/io-wq: inherit cpuset of cgroup in io worker
dfe4ece44302 io_uring/io-wq: do not allow pinning outside of cpuset
e148ae7b0869 block, bfq: fix procress reference leakage for bfqq in merge chain
0b8bda0ff171 block, bfq: fix uaf for accessing waker_bfqq after splitting
b9b30af0e86f erofs: handle overlapped pclusters out of crafted images properly
eeb8e49ece73 erofs: tidy up `struct z_erofs_bvec`
45a3d11ffd2b erofs: fix incorrect symlink detection in fast symlink
c63df9845c4a nbd: correct the maximum value for discard sectors
b54a3a8c0408 cachefiles: Fix non-taking of sb_writers around set/removexattr
13b3d0e8cb12 block, bfq: don't break merge chain in bfq_split_bfqq()
d5fe5d253596 block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator()
880692ee233b block, bfq: fix possible UAF for bfqq->bic with merge chain
5236ada8ebbd nbd: fix race between timeout and normal completion
d35a31ee2064 ublk: move zone report data out of request pdu
9a0ddc73be37 ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev()
b896bab4366a net: tipc: avoid possible garbage value
d2dd99827dfd net: ipv6: rpl_iptunnel: Fix memory leak in rpl_input
796d5d3b2779 r8169: disable ALDPS per default for RTL8125
a42e9bac3432 xsk: fix batch alloc API on non-coherent systems
fd69e1059822 crypto: n2 - Set err to EINVAL if snprintf fails for hmac
40a27ef184ac net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()
a6346d74c75a bareudp: Pull inner IP header on xmit.
e62be538eaff bareudp: Pull inner IP header in bareudp_udp_encap_recv().
efeabcb8b846 Bluetooth: btusb: Fix not handling ZPL/short-transfer
cf49c3096b41 can: m_can: m_can_close(): stop clocks after device has been shut down
90557e799c0e can: m_can: enable NAPI before enabling interrupts
770b46326442 can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().
e66ed8bef78b net: hsr: Use the seqnr lock for frames received via interlink port.
ae8c1b3e7353 sock_map: Add a cond_resched() in sock_hash_free()
6a1e4853dc6b Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCEL
a5897cb8e868 Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED
2f944e6255c2 wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_param
eab272972cff wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()
3d5ba51b53fe wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errors
057ff7597e77 wifi: mt76: mt7996: fix uninitialized TLV data
f35c96dbed5d wifi: mt76: mt7915: fix rx filter setting for bfee functionality
cddfd18683bb wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()
83dbde9f0753 wifi: mt76: mt7603: fix mixed declarations and code
2819d588157e wifi: mt76: connac: fix checksum offload fields of connac3 RXD
aa4e17e36824 wifi: mt76: mt7996: fix handling mbss enable/disable
f8024f12752e crypto: hisilicon/qm - inject error before stopping queue
7c5f21d18b63 crypto: hisilicon/qm - reset device before enabling it
285be321cf07 crypto: hisilicon/hpre - mask cluster timeout error
b1e093671a71 crypto: ccp - do not request interrupt on cmd completion when irqs disabled
d3a1f2d375bd pm:cpupower: Add missing powercap_set_enabled() stub function
0f89fb4042c0 x86/sgx: Fix deadlock in SGX NUMA node search
3eaadfaf1b05 wifi: mt76: mt7996: fix EHT beamforming capability check
6ff98d6ee26d wifi: mt76: mt7996: fix HE and EHT beamforming capabilities
5c1a21ade621 wifi: mt76: mt7996: fix wmm set of station interface to 3
e4396d6995be wifi: mt76: mt7996: fix traffic delay when switching back to working channel
8f51fc8a9e2f wifi: mt76: mt7996: use hweight16 to get correct tx antenna
62385f7bf445 wifi: mt76: mt7921: fix wrong UNII-4 freq range check for the channel usage
7c128f3ff0be wifi: mt76: mt7915: fix oops on non-dbdc mt7986
43ebb3039527 thermal: gov_bang_bang: Adjust states of all uninitialized instances
9d06c6b2aee7 cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriately
83f51a77ce77 perf/arm-cmn: Ensure dtm_idx is big enough
8fd3f1053970 perf/arm-cmn: Fix CCLA register offset
f4c85bdd95e2 perf/arm-cmn: Refactor node ID handling. Again.
41f9666a779f netfilter: nft_dynset: annotate data-races around set timeout
40d08076c68e netfilter: nf_tables: remove annotation to access set timeout while holding lock
84fd57fc09aa netfilter: nf_tables: reject expiration higher than timeout
79d7f9a68bdf netfilter: nf_tables: reject element expiration with no timeout
d7d6c0f939a4 netfilter: nf_tables: elements with timeout below CONFIG_HZ never expire
82cee12ada68 ACPI: CPPC: Fix MASK_VAL() usage
2ee32a3df7ba can: j1939: use correct function name in comment
22df2f4cbd8e kselftest/arm64: Actually test SME vector length changes via sigreturn
0f5ac508b18e drivers/perf: hisi_pcie: Fix TLP headers bandwidth counting
4b5eddeac193 drivers/perf: hisi_pcie: Record hardware counts correctly
72cc4e19fa8f padata: Honor the caller's alignment in case of chunk_size 0
1f100e761f00 ACPICA: executer/exsystem: Don't nag user about every Stall() violating the spec
d7ccc2663dbe ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCE
67b538927f37 wifi: mac80211: Check for missing VHT elements only for 5 GHz
602c36e8f8a6 wifi: iwlwifi: mvm: allow ESR when we the ROC expires
2ee6f22a59c3 wifi: mac80211: fix the comeback long retry times
6e7a928ec322 wifi: cfg80211: fix bug of mapping AF3x to incorrect User Priority
7c975e4b442f wifi: iwlwifi: mvm: increase the time between ranging measurements
d89781f68df7 wifi: iwlwifi: config: label 'gl' devices as discrete
c3e60e5cbac1 wifi: iwlwifi: remove AX101, AX201 and AX203 support from LNL
3565ef215101 wifi: mac80211: don't use rate mask for offchannel TX either
2bee86e57407 ACPI: video: force native for Apple MacbookPro9,2
84fee7bbbeda ACPI: video: force native for some T2 macbooks
3759825b8cd3 crypto: qat - fix "Full Going True" macro definition
b14bb4d77408 perf/dwc_pcie: Always register for PCIe bus notifier
0a0b62259371 perf/dwc_pcie: Fix registration issue in multi PCIe controller instances
062b7176e484 drivers/perf: Fix ali_drw_pmu driver interrupt status clearing
c589d8c850f9 thermal: core: Fix rounding of delay jiffies
6d4fd536708d thermal: core: Fold two functions into their respective callers
e037604ca718 arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
f8d9902bc940 kselftest/arm64: signal: fix/refactor SVE vector length enumeration
851e7f7f14a1 powercap: intel_rapl: Fix off by one in get_rpi()
cd595d87e5fd ARM: 9410/1: vfp: Use asm volatile in fmrx/fmxr macros
18d5c2f5bfdf autofs: fix missing fput for FSCONFIG_SET_FD
5fcf9e0ae069 mount: handle OOM on mnt_warn_timestamp_expiry
efc979234582 RISC-V: KVM: Fix to allow hpmcounter31 from the guest
659cd6013527 RISC-V: KVM: Allow legacy PMU access from guest
81aa95fd5bd1 RISC-V: KVM: Don't zero-out PMU snapshot area before freeing data
d2b1dd777237 RISC-V: KVM: Fix sbiret init before forwarding to userspace
4ab6b9c2e8e2 wifi: rtw88: remove CPT execution branch never used
10463308b945 wifi: rtw89: remove unused C2H event ID RTW89_MAC_C2H_FUNC_READ_WOW_CAM to prevent out-of-bounds reading
6d2110b4dbb4 arm64: signal: Fix some under-bracketed UAPI macros
e3ea60496345 net: stmmac: dwmac-loongson: Init ref and PTP clocks rate
c90e4a08a95a wifi: ath12k: fix invalid AMPDU factor calculation in ath12k_peer_assoc_h_he()
ffc7069dbd93 wifi: ath12k: match WMI BSS chan info structure with firmware definition
bbc6d4c5553b wifi: ath12k: fix BSS chan info request WMI command
a584f1aded79 wifi: ath9k: Remove error checks when creating debugfs entries
2404db8b39ac wifi: brcmfmac: introducing fwil query functions
771e66f74285 ACPI: PMIC: Remove unneeded check in tps68470_pmic_opregion_probe()
b5d534b473e2 crypto: iaa - Fix potential use after free bug
3926cabcf335 crypto: qat - ensure correct order in VF restarting handler
f39df661e9f6 crypto: qat - fix recovery flow for VFs
ea4d47ffd39d crypto: qat - disable IOV in adf_dev_stop()
df0086689c66 crypto: xor - fix template benchmarking
9432185540ba wifi: rtw88: always wait for both firmware loading attempts
7e8c4c7cbaed EDAC/synopsys: Fix error injection on Zynq UltraScale+
dbd51da69dda wifi: ath11k: use work queue to process beacon tx event
c4386c5293aa drivers: gpu: drm: msm: registers: improve reproducibility
915a386c7cff qemux86: add configuration symbol to select values
62df91b21626 sched/isolation: really align nohz_full with rcu_nocbs
afe643f5802b clear_warn_once: add a clear_warn_once= boot parameter
7b016793edbf clear_warn_once: bind a timer to written reset value
89a5c70f2000 clear_warn_once: expand debugfs to include read support
8014704c527d tools: Remove some options from CLANG_CROSS_FLAGS
e9ca44556936 libbpf: Fix build warning on ref_ctr_off
32fe8c972c36 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
a372ac2b798d perf: x86-32: explicitly include <errno.h>
a5cb41682777 perf: mips64: Convert __u64 to unsigned long long
ed8ee9f3d1ae perf: fix bench numa compilation
6dbb2915e8a7 perf: add SLANG_INC for slang.h
57f78dddfd93 perf: add sgidefs.h to for mips builds
130f0306cfba perf: change --root to --prefix for python install
2520efe95341 perf: add 'libperl not found' warning
45731b6ae676 perf: force include of <stdbool.h>
ace10f8dec53 fat: Replace prandom_u32() with get_random_u32()
64797bdca14e fat: don't use obsolete random32 call in namei_vfat
2442bae1a645 FAT: Added FAT_NO_83NAME
7561126bce00 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
5c51ab959876 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5869720658c9 aufs6: match exports to functions
e125467cf228 aufs: adjust for v6.9+
eebcdc6635bf aufs6: correct do_splice_from prototype
4c5829036c45 aufs: update remove_page to remove_folio
e8d889d0f434 aufs: i_op: Add handling for au_pin_hdir_set_owner with RT kernel
3ecd9203de17 aufs: fix v6.7 kernel build compilation
5e8ee028dbe2 aufs6: adapt to v6.6 i_op->ctime changes
1132c330feed aufs6: adapt to v6.6
d3e4ede69603 aufs6: core
49ec9271f41d aufs6: standalone
dcc0978da2dd aufs6: mmap
80e1609b37e7 aufs6: base
0dbb3f062420 aufs6: kbuild
ad51078c5ebf yaffs: fix mtime/itime field access
e5f1d35d6188 yaffs2: update VFS ctime operations to 6.6+
dd374461adc7 yaffs2: v6.5 fixups
f5908785d88d yaffs2: Fix miscalculation of devname buffer length
d1403f0acfdf yaffs2: convert user_namespace to mnt_idmap
7dae5463b54f yaffs2: replace bdevname call with sprintf
92d30df4eb56 yaffs2: convert read_page -> readfolio
6c895bffdf72 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
6801e7d90255 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
aff012190046 yaffs2: v5.12+ build fixups (not runtime tested)
fb474842c16e yaffs: include blkdev.h
fe7d745aac94 yaffs: fix misplaced variable declaration
bee147b2e533 yaffs2: v5.6 build fixups
22998f589ec2 yaffs2: fix memory leak when /proc/yaffs is read
ce7d8084a976 yaffs: add strict check when call yaffs_internal_read_super
adb7202fda95 yaffs: repair yaffs_get_mtd_device
2852e5c15d4d yaffs: Fix build failure by handling inode i_version with proper atomic API
1526802a8147 yaffs2: fix memory leak in mount/umount
6c7827a16aaa yaffs: Avoid setting any ACL releated xattr
fa3482815542 Yaffs:check oob size before auto selecting Yaffs1
aaa4843b73ce fs: yaffs2: replace CURRENT_TIME by other appropriate apis
48e992af6531 yaffs2: adjust to proper location of MS_RDONLY
f3af7160d8a0 yaffs2: import git revision b4ce1bb (jan, 2020)
4add698ed6e8 initramfs: allow an optional wrapper script around initramfs generation
b619a8d54336 vt/conmakehash: improve reproducibility
c786186aeef3 tools: use basename to identify file in gen-mach-types
aa3a8e7ceb6e iwlwifi: select MAC80211_LEDS conditionally
325db54c4be9 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
23a87c6e13aa defconfigs: drop obselete options
946e5b78ab94 linux-yocto: Handle /bin/awk issues
9daee1dba585 uvesafb: provide option to specify timeout for task completion
f68b8683441a uvesafb: print error message when task timeout occurs
a1595c6b6017 compiler.h: Undef before redefining __attribute_const__
8086839613c6 vmware: include jiffies.h
32e79eb3c169 Resolve jiffies wrapping about arp
f6fabf91b6f2 nfs: Allow default io size to be configured.
ad2b29f801e9 check console device file on fs when booting
5194785d545b mount_root: clarify error messages for when no rootfs found
78b3498cb59a mconf: fix output of cflags and libraries
9cc6870708d5 menuconfig,mconf-cfg: Allow specification of ncurses location
f34088ed9c93 modpost: mask trivial warnings
4784584582f5 kbuild: exclude meta directory from distclean processing
73072b5fe25a powerpc: serialize image targets
a120eb200320 arm: serialize build targets
51d5719ac05b mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
5155f0bb36f0 cpu/amd: inhibit SMP check for qemux86
e5a5996ee586 x86_64_defconfig: Fix warnings
1359db75df0c mips: make current_cpu_data preempt safe
385edf6090c3 mips: vdso: fix 'jalr $t9' crash in vdso code
968266397319 mips: Kconfig: add QEMUMIPS64 option
389ce854fde3 4kc cache tlb hazard: tlbp cache coherency
9cab61199fa8 malta uhci quirks: make allowance for slow 4k(e)c
80cae3bd9eea arm64: defconfig: remove CONFIG_IPQ_APSS_5018
41c82709900f drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
59ef4f151a5e arm64: defconfig: cleanup config options
c5fb425762ed vexpress: Pass LOADADDR to Makefile
07a8b544d4e9 arm: ARM EABI socketcall
574f3ae3d2ca ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 2972338da9563e64d8953921efcedea361b2b4ec)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
c97aec1cc8 |
linux-yocto/6.10: update to v6.10.12
Updating linux-yocto/6.10 to the latest korg -stable release that comprises
the following commits:
e0081d1e9c57 Linux 6.10.12
47e0c6b594de powercap: intel_rapl: Change an error pointer to NULL
e872738e670d USB: usbtmc: prevent kernel-usb-infoleak
3f24124ed89f USB: serial: pl2303: add device id for Macrosilicon MS3020
59ea0c908ade can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into mcp251xfd_chip_start/stop()
3f08a4a456b1 can: mcp251xfd: properly indent labels
d285ca605b66 nvme-pci: qdepth 1 quirk
fa9e1c1b1f38 Bluetooth: btintel_pcie: Allocate memory for driver private data
3f9d88fbc2eb netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtree_level()
ecc5368315af netfilter: nft_socket: make cgroupsv2 matching work with namespaces
f8a7fa068be0 powercap/intel_rapl: Fix the energy-pkg event for AMD CPUs
e3203070a635 powercap/intel_rapl: Add support for AMD family 1Ah
41db9aa05600 drm: Expand max DRM device number to full MINORBITS
7742221a263f accel: Use XArray instead of IDR for minors
8b0a86b45ae4 drm: Use XArray instead of IDR for minors
e4ffea01adf3 ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()
8e7bef408261 ocfs2: add bounds checking to ocfs2_xattr_find_entry()
b658d9d56a8f spi: spidev: Add missing spi_device_id for jg10309-01
dd54b7ab069f drm/amd/pm: fix the pp_dpm_pcie issue on smu v14.0.2/3
e7a76ab59372 tools: hv: rm .*.cmd when make clean
4e512c442da8 x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequency
e13431de1dfd ice: check for XDP rings instead of bpf program when unconfiguring
8d92ea5741e1 platform/x86/amd: pmf: Make ASUS GA403 quirk generic
cb2936c24a7a smb: client: fix hang in wait_for_response() for negproto
ecc8b3b6cc44 spi: bcm63xx: Enable module autoloading
ed07a5988031 drm: komeda: Fix an issue related to normalized zpos
d8635fbd44e9 ALSA: hda: add HDMI codec ID for Intel PTL
69e4321192d7 clk: qcom: gcc-sm8650: Don't use shared clk_ops for QUPs
6784da0b04dc ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK)
dc41e72e33b8 spi: spidev: Add an entry for elgin,jg10309-01
9173a2003d8e ASoC: mediatek: mt8188-mt6359: Modify key
feff318d6d2d ASoC: fix module autoloading
09ab4b2b460d ASoC: tda7419: fix module autoloading
ca50510bac3c ASoC: google: fix module autoloading
7cd03e167735 ASoC: intel: fix module autoloading
98865eac258a ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI match less strict
62d0c6ce2cf0 can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configuration
8809b849687a can: m_can: Limit coalescing to peripheral instances
d154700d6280 wifi: iwlwifi: clear trans->state earlier upon error
e31a0656848a wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()
7188b7a72320 wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead
55086c97a55d wifi: iwlwifi: mvm: pause TCM when the firmware is stopped
5116deb3ee26 wifi: iwlwifi: mvm: fix iwl_mvm_max_scan_ie_fw_cmd_room()
05ccaedbd651 wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculation
0c211da3fcb8 wifi: iwlwifi: lower message level for FW buffer destination
05969a694471 LoongArch: KVM: Invalidate guest steal time address on vCPU reset
ae2b89a2a164 LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBE
3520cf2e3cc3 net: ftgmac100: Ensure tx descriptor updates are visible
66e05bb477da platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F DMI match less strict
6b65b4f1c4c0 platform/x86: asus-wmi: Fix spurious rfkill on UX8406MA
32ee7b7e9d31 microblaze: don't treat zero reserved memory regions as error
9afeb3d0c1fe hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING
ddbb44b11292 pinctrl: at91: make it work with current gpiolib
338425c8ba38 scsi: lpfc: Fix overflow build issue
4b0d65561ee8 ALSA: hda/realtek - FIxed ALC285 headphone no sound
478b57ec45bf ALSA: hda/realtek - Fixed ALC256 headphone no sound
0aa8eca1d4dc ASoC: allow module autoloading for table board_ids
486d4c4485fb ASoC: allow module autoloading for table db1200_pids
4830fa8eb426 ASoC: mediatek: mt8188: Mark AFE_DAC_CON0 register as volatile
706ddb6363c0 ASoC: SOF: mediatek: Add missing board compatible
c4386c5293aa drivers: gpu: drm: msm: registers: improve reproducibility
915a386c7cff qemux86: add configuration symbol to select values
62df91b21626 sched/isolation: really align nohz_full with rcu_nocbs
afe643f5802b clear_warn_once: add a clear_warn_once= boot parameter
7b016793edbf clear_warn_once: bind a timer to written reset value
89a5c70f2000 clear_warn_once: expand debugfs to include read support
8014704c527d tools: Remove some options from CLANG_CROSS_FLAGS
e9ca44556936 libbpf: Fix build warning on ref_ctr_off
32fe8c972c36 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
a372ac2b798d perf: x86-32: explicitly include <errno.h>
a5cb41682777 perf: mips64: Convert __u64 to unsigned long long
ed8ee9f3d1ae perf: fix bench numa compilation
6dbb2915e8a7 perf: add SLANG_INC for slang.h
57f78dddfd93 perf: add sgidefs.h to for mips builds
130f0306cfba perf: change --root to --prefix for python install
2520efe95341 perf: add 'libperl not found' warning
45731b6ae676 perf: force include of <stdbool.h>
ace10f8dec53 fat: Replace prandom_u32() with get_random_u32()
64797bdca14e fat: don't use obsolete random32 call in namei_vfat
2442bae1a645 FAT: Added FAT_NO_83NAME
7561126bce00 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
5c51ab959876 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5869720658c9 aufs6: match exports to functions
e125467cf228 aufs: adjust for v6.9+
eebcdc6635bf aufs6: correct do_splice_from prototype
4c5829036c45 aufs: update remove_page to remove_folio
e8d889d0f434 aufs: i_op: Add handling for au_pin_hdir_set_owner with RT kernel
3ecd9203de17 aufs: fix v6.7 kernel build compilation
5e8ee028dbe2 aufs6: adapt to v6.6 i_op->ctime changes
1132c330feed aufs6: adapt to v6.6
d3e4ede69603 aufs6: core
49ec9271f41d aufs6: standalone
dcc0978da2dd aufs6: mmap
80e1609b37e7 aufs6: base
0dbb3f062420 aufs6: kbuild
ad51078c5ebf yaffs: fix mtime/itime field access
e5f1d35d6188 yaffs2: update VFS ctime operations to 6.6+
dd374461adc7 yaffs2: v6.5 fixups
f5908785d88d yaffs2: Fix miscalculation of devname buffer length
d1403f0acfdf yaffs2: convert user_namespace to mnt_idmap
7dae5463b54f yaffs2: replace bdevname call with sprintf
92d30df4eb56 yaffs2: convert read_page -> readfolio
6c895bffdf72 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
6801e7d90255 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
aff012190046 yaffs2: v5.12+ build fixups (not runtime tested)
fb474842c16e yaffs: include blkdev.h
fe7d745aac94 yaffs: fix misplaced variable declaration
bee147b2e533 yaffs2: v5.6 build fixups
22998f589ec2 yaffs2: fix memory leak when /proc/yaffs is read
ce7d8084a976 yaffs: add strict check when call yaffs_internal_read_super
adb7202fda95 yaffs: repair yaffs_get_mtd_device
2852e5c15d4d yaffs: Fix build failure by handling inode i_version with proper atomic API
1526802a8147 yaffs2: fix memory leak in mount/umount
6c7827a16aaa yaffs: Avoid setting any ACL releated xattr
fa3482815542 Yaffs:check oob size before auto selecting Yaffs1
aaa4843b73ce fs: yaffs2: replace CURRENT_TIME by other appropriate apis
48e992af6531 yaffs2: adjust to proper location of MS_RDONLY
f3af7160d8a0 yaffs2: import git revision b4ce1bb (jan, 2020)
4add698ed6e8 initramfs: allow an optional wrapper script around initramfs generation
b619a8d54336 vt/conmakehash: improve reproducibility
c786186aeef3 tools: use basename to identify file in gen-mach-types
aa3a8e7ceb6e iwlwifi: select MAC80211_LEDS conditionally
325db54c4be9 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
23a87c6e13aa defconfigs: drop obselete options
946e5b78ab94 linux-yocto: Handle /bin/awk issues
9daee1dba585 uvesafb: provide option to specify timeout for task completion
f68b8683441a uvesafb: print error message when task timeout occurs
a1595c6b6017 compiler.h: Undef before redefining __attribute_const__
8086839613c6 vmware: include jiffies.h
32e79eb3c169 Resolve jiffies wrapping about arp
f6fabf91b6f2 nfs: Allow default io size to be configured.
ad2b29f801e9 check console device file on fs when booting
5194785d545b mount_root: clarify error messages for when no rootfs found
78b3498cb59a mconf: fix output of cflags and libraries
9cc6870708d5 menuconfig,mconf-cfg: Allow specification of ncurses location
f34088ed9c93 modpost: mask trivial warnings
4784584582f5 kbuild: exclude meta directory from distclean processing
73072b5fe25a powerpc: serialize image targets
a120eb200320 arm: serialize build targets
51d5719ac05b mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
5155f0bb36f0 cpu/amd: inhibit SMP check for qemux86
e5a5996ee586 x86_64_defconfig: Fix warnings
1359db75df0c mips: make current_cpu_data preempt safe
385edf6090c3 mips: vdso: fix 'jalr $t9' crash in vdso code
968266397319 mips: Kconfig: add QEMUMIPS64 option
389ce854fde3 4kc cache tlb hazard: tlbp cache coherency
9cab61199fa8 malta uhci quirks: make allowance for slow 4k(e)c
80cae3bd9eea arm64: defconfig: remove CONFIG_IPQ_APSS_5018
41c82709900f drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
59ef4f151a5e arm64: defconfig: cleanup config options
c5fb425762ed vexpress: Pass LOADADDR to Makefile
07a8b544d4e9 arm: ARM EABI socketcall
574f3ae3d2ca ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: a8f53385d49ca7dddd68056e3bc0e5fefbeee034)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
d74bfb2d5c |
linux-yocto: Enable l2tp drivers when ptest featuee is on
openl2tp ptests from networking layer depend upon these (From OE-Core rev: f25b0857a71656f4eaeb27beebd6b10bc3207d61) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
b715d752d0 |
linux-yocto/6.10: update to v6.10.11
Updating linux-yocto/6.10 to the latest korg -stable release that comprises
the following commits:
8a886bee7aa5 Linux 6.10.11
729ae6e76187 usb: typec: ucsi: Only set number of plug altmodes after registration
7d318166bf55 ASoC: meson: axg-card: fix 'use-after-free'
080c3068715d pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID
6c69458e2e32 cifs: Fix signature miscalculation
7f7417d0ba92 drm/xe/display: fix compat IS_DISPLAY_STEP() range end
d53503ca0449 ASoC: codecs: avoid possible garbage value in peb2466_reg_read()
bcf0e7f90ba8 drm/i915/guc: prevent a possible int overflow in wq offsets
4e96ea328a80 spi: geni-qcom: Fix incorrect free_irq() sequence
ff4767f00234 spi: geni-qcom: Undo runtime PM changes at driver exit time
01281a9e8275 ASoC: Intel: soc-acpi-intel-mtl-match: add missing empty item
8eb57389d8ad ASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item
ad78bcd111e3 tracing/kprobes: Fix build error when find_module() is not available
abc8feacacf8 drm/xe/client: add missing bo locking in show_meminfo()
9d3de463e23b drm/xe/client: fix deadlock in show_meminfo()
fc108cbc7e7a drm/amd/amdgpu: apply command submission parser for JPEG v2+
8403c350b44e drm/amd/amdgpu: apply command submission parser for JPEG v1
42850927656a drm/amd/display: Avoid race between dcn35_set_drr() and dc_state_destruct()
b6ce047a81f5 drm/amd/display: Avoid race between dcn10_set_drr() and dc_state_destruct()
73e7a3b2f451 drm/amdgpu/atomfirmware: Silence UBSAN warning
affbd12c5f76 drm/nouveau/fb: restore init() for ramgp102
e79050882b85 dma-buf: heaps: Fix off-by-one in CMA heap fault handler
73333816cf2a drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl
87d3436e4c27 soundwire: stream: Revert "soundwire: stream: fix programming slave ports for non-continous port maps"
d1a1dfcec77c spi: nxp-fspi: fix the KASAN report out-of-bounds bug
49ac6299f2a9 tracing/osnoise: Fix build when timerlat is not enabled
abee73f96d9d netlink: specs: mptcp: fix port endianness
ce8eabc912fe net: dpaa: Pad packets to ETH_ZLEN
b4fe06be8eee net: dsa: felix: ignore pending status of TAS module when it's disabled
8d0c3368478e net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()
1f68e097e20d netfilter: nft_socket: fix sk refcount leaks
b5f2f7d1c526 riscv: Disable preemption while handling PR_RISCV_CTX_SW_FENCEI_OFF
edcab8d5bce3 drivers: perf: Fix smp_processor_id() use in preemptible code
176b6a0675c5 selftests: net: csum: Fix checksums for packets with non-zero padding
67b61e2f4c9c net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices
e55c1df0016b net: ftgmac100: Enable TX interrupt to avoid TX timeout
57db4764a88b octeontx2-af: Modify SMQ flush sequence to drop packets
aca06c617c83 fou: fix initialization of grc
505ae01f75f8 net/mlx5: Fix bridge mode operations when there are no VFs
317b791922b8 net/mlx5: Verify support for scheduling element and TSAR type
0865cf82edfc net/mlx5: Correct TASR typo into TSAR
58491e7afe24 net/mlx5: Add missing masks and QoS bit masks for scheduling elements
849bc9775242 net/mlx5: Explicitly set scheduling element and TSAR type
478f00895f44 net/mlx5e: Add missing link mode to ptys2ext_ethtool_map
2e1880fd618f net/mlx5e: Add missing link modes to ptys2ethtool_map
20700e95b90a net/mlx5: Update the list of the PCI supported devices
f422771750e4 igb: Always call igb_xdp_ring_update_tail() under Tx lock
57b01a10ae14 ice: fix VSI lists confusion when adding VLANs
4d6ad546156a ice: fix accounting for filters shared by multiple VSIs
5f6c00ae7b33 ice: Fix lldp packets dropping after changing the number of channels
a4b9c2fd80f2 hwmon: (pmbus) Conditionally clear individual status bits for pmbus rev >= 1.2
de239e8db564 net: hsr: Send supervisory frames to HSR network with ProxyNodeTable data
506dd33be9fd selftests/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()
3e8856209299 cxl: Restore XOR'd position bits during address translation
b5bd350efae9 cxl/core: Fix incorrect vendor debug UUID define
70b90f7843ec clk/sophgo: Using BUG() instead of unreachable() in mmux_get_parent_id()
556c31259cdd eeprom: digsy_mtc: Fix 93xx46 driver probe failure
c5702cc3cb1b drm/amd/display: Fix FEC_READY write on DP LT
d36ad993d565 drm/amd/display: Disable error correction if it's not supported
9c838257b95d riscv: dts: starfive: jh7110-common: Fix lower rate of CPUfreq by setting PLL0 rate to 1.5GHz
8c6a5a1fc02a firmware: qcom: uefisecapp: Fix deadlock in qcuefi_acquire()
36050b7cdb3a arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for ROCK Pi E
77e4578148b8 bcachefs: Don't delete open files in online fsck
efb335dc3664 bcachefs: Revert lockless buffered IO path
0514b281f36b bcachefs: Fix bch2_extents_match() false positive
954fd4c81f22 mm: avoid leaving partial pfn mappings around in error case
d6f018a3b49d x86/hyperv: fix kexec crash due to VP assist page corruption
1bb24288b625 clocksource: hyper-v: Use lapic timer in a TDX VM without paravisor
5dfb716fdb7d dm-integrity: fix a race condition when accessing recalc_sector
327f0792ca04 net: libwx: fix number of Rx and Tx descriptors
8e1f7e51648e net: tighten bad gso csum offset check in virtio_net_hdr
5a6faeb2815e minmax: reduce min/max macro expansion in atomisp driver
70eb635cdbe9 arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO hog on RK3399 Puma
18c0ddc03703 arm64: dts: rockchip: fix eMMC/SPI corruption when audio has been used on RK3399 Puma
e5ba8d381a3c selftests: mptcp: join: restrict fullmesh endp on 1st sf
12134a652b0a mptcp: pm: Fix uaf in __timer_delete_sync
f311968726d5 platform/x86: panasonic-laptop: Allocate 1 entry extra in the sinf array
b38c19783286 platform/x86: panasonic-laptop: Fix SINF array out of bounds accesses
a23c1b9a76f8 NFS: Avoid unnecessary rescanning of the per-server delegation list
f2331b87fdaf NFSv4: Fix clearing of layout segments in layoutreturn
5c605d81e3d8 smb/server: fix return value of smb2_open()
0b99d0e17d6a s390/mm: Pin identity mapping base to zero
7a6e0b6fe3cf drm/xe: use devm instead of drmm for managed bo
f3c6de0fa538 drm/xe: fix WA 14018094691
3aa5397e333a drm/xe/xe2lpm: Extend Wa_16021639441
f74e8bc5d71a Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk table
b4ca1ead719c drm/msm/adreno: Fix error return if missing firmware-name
ad0a22cb9047 spi: zynqmp-gqspi: Scale timeout by data size
c27f780f4542 platform/surface: aggregator_registry: Add support for Surface Laptop 6
d8d5fb769017 platform/surface: aggregator_registry: Add fan and thermal sensor support for Surface Laptop 5
845eef138035 platform/surface: aggregator_registry: Add support for Surface Laptop Studio 2
41c042722007 platform/surface: aggregator_registry: Add support for Surface Laptop Go 3
db707dd766c9 platform/surface: aggregator_registry: Add Support for Surface Pro 10
4111ff8f9a15 platform/x86: asus-wmi: Add quirk for ROG Ally X
317159931f8f scripts: kconfig: merge_config: config files: add a trailing newline
3dfab03b923c cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplug
f693397eb9a5 Input: edt-ft5x06 - add support for FocalTech FT8201
d189e24a42b8 HID: multitouch: Add support for GT7868Q
1fe7facedf6e hid-asus: add ROG Ally X prod ID to quirk list
883e932bd416 Input: synaptics - enable SMBus for HP Elitebook 840 G2
5720cd7313af Input: ads7846 - ratelimit the spi_sync error message
a314bb665a2a btrfs: update target inode's ctime on unlink
45ce59266a75 net: hns3: use correct release function during uninitialization
57a606ca15de drm/amdgpu: Update kmd_fw_shared for VCN5
8d92bafd4c67 wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_change
59c1b7916dba powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUAL
b7002518171d net: phy: vitesse: repair vsc73xx autonegotiation
a43653ed1ef1 drm: panel-orientation-quirks: Add quirk for Ayn Loki Max
df5a3a6d2020 drm: panel-orientation-quirks: Add quirk for Ayn Loki Zero
a387bfd15305 net: ethernet: use ip_hdrlen() instead of bit shift
ccc94e269281 usbnet: ipheth: fix carrier detection in modes 1 and 4
08ca800b0cd5 usbnet: ipheth: do not stop RX on failing RX callback
716b11132999 usbnet: ipheth: drop RX URBs with no payload
5ad04d8e4207 usbnet: ipheth: remove extraneous rx URB length check
02bc490c4590 ksmbd: override fsids for smb2_query_info()
08f9f96d430e ksmbd: override fsids for share path check
960be51f89cd drm/mediatek: Set sensible cursor width/height values to fix crash
3e1840750c57 usb: typec: ucsi: Fix cable registration
a67fc92568b8 usb: typec: ucsi: Always set number of alternate modes
049be94099ea Linux 6.10.10
60e01e9316a3 LoongArch: Use accessors to page table entries instead of direct dereference
12bc88ca29de spi: spi-fsl-lpspi: Fix off-by-one in prescale max
01681aa609b5 btrfs: fix race between direct IO write and fsync when using same fd
6f574d015689 drm/i915/display: Increase Fast Wake Sync length as a quirk
48cb63ce38b9 drm/i915/display: Add mechanism to use sink model when applying quirk
b4e9331e9064 x86/mm: Fix PTI for i386 some more
7c890ef60bf4 ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()
5ac3d0a487d1 nvmet: Identify-Active Namespace ID List command should reject invalid nsid
2443c10be369 nvme: rename CDR/MORE/DNR to NVME_STATUS_*
d433e595f1ac nvme: fix status magic numbers
1be0c309a33c nvme: rename nvme_sc_to_pr_err to nvme_status_to_pr_err
39517a901b8f cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3
72a57a7b4f83 cifs: Fix zero_point init on inode initialisation
82f134ddd4f5 riscv: Fix RISCV_ALTERNATIVE_EARLY
bb63fe4f5f31 riscv: Improve sbi_ecall() code generation by reordering arguments
3445b6ccc792 riscv: Add tracepoints for SBI calls and returns
339b880e7ced riscv: Do not restrict memory size because of linear mapping on nommu
775a2238aa98 riscv: Fix toolchain vector detection
1a46c7f6546b smb: client: fix double put of @cfile in smb2_rename_path()
d195d5fae9b8 gpio: modepin: Enable module autoloading
fcb0ebed9345 gpio: rockchip: fix OF node leak in probe()
c2017deb0330 drm/i915/fence: Mark debug_fence_free() with __maybe_unused
e74af8de40b5 drm/i915/fence: Mark debug_fence_init_onstack() with __maybe_unused
74182cc77497 nouveau: fix the fwsec sb verification register.
709aba10e2fa clk: qcom: gcc-sm8550: Don't park the USB RCG at registration time
0d1e7301225c clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs
527663015f23 ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
9bf1c67635b5 riscv: mm: Do not restrict mmap address based on hint
62f6ca61bb88 riscv: selftests: Remove mmap hint address checks
9795a6bd7172 ASoc: SOF: topology: Clear SOF link platform name upon unload
68e6917f3d4e clk: qcom: gcc-x1e80100: Don't use parking clk_ops for QUPs
cf7ce11385cc nvme-pci: allocate tagset on reset if necessary
6c04d1e3ab22 nvmet-tcp: fix kernel crash if commands allocation fails
67002edd6c6c ASoC: tegra: Fix CBB error during probe()
55fe39810bea powerpc/vdso: Don't discard rela sections
1e08132bc7c7 powerpc/64e: Define mmu_pte_psize static
7ebaff701efe powerpc/64e: split out nohash Book3E 64-bit code
4429f9807e63 powerpc/64e: remove unused IBM HTW code
70eee39bbd05 clk: qcom: ipq9574: Update the alpha PLL type for GPLLs
7b7a9dac3878 clk: qcom: gcc-x1e80100: Fix USB 0 and 1 PHY GDSC pwrsts flags
101c62609886 drm/xe/xe2lpg: Extend workaround 14021402888
2cb699051873 drm/xe/xe2: Add workaround 14021402888
e70f6ac7b761 net/mlx5e: SHAMPO, Fix page leak
c26243db74c1 net/mlx5e: SHAMPO, Use KSMs instead of KLMs
f5ce0b408124 hid: bpf: add BPF_JIT dependency
17c1e62c7ec2 crypto: starfive - Fix nent assignment in rsa dec
0e3da92dbf6e crypto: starfive - Align rsa input data to 32-bit
f9d0026c628c ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using result_tf
79f80316e6a9 ata: libata-scsi: Remove redundant sense_buffer memsets
830bdd8a183d drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizes
4ba7c00d39f6 drm/amd: Add gfx12 swizzle mode defs
d33a5bff7059 can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fd
91c389c7aa93 can: mcp251xfd: clarify the meaning of timestamp
185c150a826e can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratum
018028d42bbc can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate function
bc7fbb37e3d2 arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry
7c7d598974b5 arm64: acpi: Move get_cpu_for_acpi_id() to a header
eea54a453c1d ACPI: processor: Fix memory leaks in error paths of processor_add()
560eef75500d ACPI: processor: Return an error if acpi_processor_get_info() fails in processor_add()
9be835e9fd63 fs: relax permissions for listmount()
e895aef0485f fs: simplify error handling
968d52c4dde2 path: add cleanup helper
da5f374103a1 workqueue: Improve scalability of workqueue watchdog touch
4b88865d8bf0 workqueue: wq_watchdog_touch is always called with valid CPU
43568d917d93 mm/memcontrol: respect zswap.writeback setting from parent cg too
b7d4dd381d3e mm: zswap: rename is_zswap_enabled() to zswap_is_enabled()
b9b6882e243b perf/aux: Fix AUX buffer serialization
13123ef14a94 uprobes: Use kzalloc to allocate xol area
e47d7f80b4d7 clocksource/drivers/timer-of: Remove percpu irq related code
9c09812e885a clocksource/drivers/imx-tpm: Fix next event not taking effect sometime
13145027070c clocksource/drivers/imx-tpm: Fix return -ETIME when delta exceeds INT_MAX
00fe5292f081 VMCI: Fix use-after-free when removing resource in vmci_resource_remove()
a11874db04ea Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic
928e399e84f4 uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind
2241b78f2245 nvmem: Fix return type of devm_nvmem_device_get() in kerneldoc
f78addda7afc nvmem: u-boot-env: error if NVMEM device is too small
540ca4c902d9 dt-bindings: nvmem: Use soc-nvmem node name instead of nvmem
109e845c1184 binder: fix UAF caused by offsets overwrite
bfc1704d909d misc: fastrpc: Fix double free of 'buf' in error path
31b793b08134 usb: typec: ucsi: Fix the partner PD revision
c1e23cee9ce3 usb: dwc3: Avoid waking up gadget during startxfer
2ba5ad41218a usb: cdns2: Fix controller reset issue
0140b2b5b76a usb: dwc3: core: update LC timer as per USB Spec V3.2
a334f875a886 iio: adc: ad7124: fix DT configuration parsing
76a160c8e82a iio: adc: ad7124: fix chip ID mismatch
6e4bf8e79966 iio: adc: ad_sigma_delta: fix irq_flags on irq request
0e79ed236b4d iio: adc: ad7606: remove frstdata check for serial mode
6c56053739ad iio: adc: ad7124: fix config comparison
9de24f9ef0f1 iio: imu: inv_mpu6050: fix interrupt status read for old buggy chips
b30d022f04a8 iio: fix scale application in iio_convert_raw_to_processed_unlocked
3d752f729e35 iio: buffer-dmaengine: fix releasing dma channel on error
8961b245e8f9 staging: iio: frequency: ad9834: Validate frequency parameter value
84dc375c8350 tcp: process the 3rd ACK with sk_socket for TFO/MPTCP
98d1b6b48628 fs: only copy to userspace on success in listmount()
e30b013e24da drm/amdgpu: Fix amdgpu_device_reset_sriov retry logic
3adb4ae45e42 drm/amdgpu: Add reset_context flag for host FLR
1f490704c616 drm/amdgpu: Fix two reset triggered in a row
f9f0b593baef NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegations
3b692794b81f smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
b8186f5cfa4f ata: pata_macio: Use WARN instead of BUG
9cb25a390a41 spi: spi-fsl-lpspi: limit PRESCALE bit in TCR register
189d3ed3b25b MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installed
d1207f07decc kunit/overflow: Fix UB in overflow_allocation_test
c33a9806dc80 net: hns3: void array out of bound when loop tnl_num
0f078f8ca93b lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()
bf68acd840b6 of/irq: Prevent device address out-of-bounds read in interrupt map walk
ef4e249971eb Squashfs: sanity check symbolic link size
51263e839929 usbnet: ipheth: race between ipheth_close and error handling
d76fc0f0b18d Input: uinput - reject requests with unreasonable number of slots
adb3e3c1ddb5 HID: amd_sfh: free driver_data after destroying hid device
48b2108efa20 HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup
d21f3480b6db s390/vmlinux.lds.S: Move ro_after_init section behind rodata section
55b046ec8a4f btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()
ee73a15d4a8c spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware
f743662ab629 kselftests: dmabuf-heaps: Ensure the driver name is null-terminated
e2d14bfda9eb i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setup
f62bf0cc6075 i3c: master: svc: resend target address when get NACK
8d5863cb33aa vfs: Fix potential circular locking through setxattr() and removexattr()
cec226f9b1fd cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNT
cae59dffe652 s390/boot: Do not assume the decompressor range is reserved
66a490d7c5dd regmap: maple: work around gcc-14.1 false-positive warning
4794579335ca LoongArch: Use correct API to map cmdline in relocate_kernel()
52d9d4f33b85 drm/amdgpu: add mutex to protect ras shared memory
42e6607d33c7 net: dpaa: avoid on-stack arrays of NR_CPUS elements
056e0cd381d5 Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush()
2d82277f6619 tcp: Don't drop SYN+ACK for simultaneous connect().
81c68e218ab8 PCI: Add missing bridge lock to pci_bus_lock()
6ffa0fb4f842 riscv: set trap vector earlier
142ef3a1c98f cxl/region: Verify target positions using the ordered target list
101737d8b88d ethtool: fail closed if we can't get max channel used in indirection tables
ef9a8b73c8b6 btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
f895db00c65e btrfs: replace BUG_ON() with error handling at update_ref_for_cow()
a7f16a7a7098 btrfs: handle errors from btrfs_dec_ref() properly
03804641ec2d btrfs: clean up our handling of refs == 0 in snapshot delete
a7dfb14798bc btrfs: replace BUG_ON with ASSERT in walk_down_proc()
704c359b4093 btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_proc()
ab6a217ac577 btrfs: slightly loosen the requirement for qgroup removal
b5a531dd2f72 fs/ntfs3: Check more cases when directory is corrupted
5e1a3e5ddf6a smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()
0d0d06fbc8f2 drm/amdgpu: reject gang submit on reserved VMIDs
16c317f16e38 watchdog: imx7ulp_wdt: keep already running watchdog enabled
9cd15511de7c bpf: Remove tst_run from lwt_seg6local_prog_ops.
89827a4de802 iommufd: Require drivers to supply the cache_invalidate_user ops
3913cea77d64 staging: vchiq_core: Bubble up wait_event_interruptible() return value
bc89b8a2c6e2 PCI: qcom: Override NO_SNOOP attribute for SA8775P RC
412db603a1d2 perf/x86/intel: Hide Topdown metrics events if the feature is not enumerated
c16916dd6c16 wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id()
a90abf931046 dma-mapping: benchmark: Don't starve others when doing the test
926107e6e3f6 jbd2: avoid mount failed when commit block is partial submitted
6dd40d964e67 ext4: fix possible tid_t sequence overflows
bce2c507d99e drm/amdgpu: Set no_hw_access when VF request full GPU fails
9feed1c5260c libbpf: Add NULL checks to bpf_object__{prev_map,next_map}
899eddc06e02 ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX for potentially broken alignment
26825b62bd1b hwmon: (w83627ehf) Fix underflows seen when writing limit attributes
996221b03099 hwmon: (nct6775-core) Fix underflows seen when writing limit attributes
16f42953231b hwmon: (lm95234) Fix underflows seen when writing limit attributes
b0bdb43852bf hwmon: (adc128d818) Fix underflows seen when writing limit attributes
e74ba5e3056f tracing/kprobes: Add symbol counting check when module loads
8f2dabd2eef1 crypto: qat - fix unintentional re-enabling of error interrupts
bba47fe3b038 scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_info
f14d3e1aa613 scsi: pm80xx: Set phy->enable_completion only when we wait for it
3844586e9bd9 scsi: ufs: core: Remove SCSI host only if added
25eaef533bf3 wifi: rtw88: usb: schedule rx work after everything is set up
2745d99da131 virtio_ring: fix KMSAN error for premapped mode
bfc44075b197 pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
2962197b3e92 devres: Initialize an uninitialized struct member
fc843d3837eb um: line: always fill *error_out in setup_one_line()
1200485653a0 cgroup: Protect css->cgroup write under css_set_lock
64149da0fddb block: don't call bio_uninit from bio_endio
08205763198a iommu/vt-d: Remove control over Execute-Requested requests
81f8c4381371 iommu/vt-d: Handle volatile descriptor status read
15364a1ae180 cxl/region: Fix a race condition in memory hotplug notifier
aa4e90ed8c5d dm init: Handle minors larger than 255
85c9fdf75cd8 ASoC: topology: Properly initialize soc_enum values
eb21d40a2189 phy: zynqmp: Take the phy mutex in xlate
7f093820c084 firmware: cs_dsp: Don't allow writes to read-only controls
112fd2f02b30 xen: privcmd: Fix possible access to a freed kirqfd instance
982e057ee188 tools/net/ynl: fix cli.py --subscribe feature
c61c4a64d246 selftests: net: enable bind tests
553769473343 net: dsa: vsc73xx: fix possible subblocks range of CAPT block
b4c56ed51390 net: xilinx: axienet: Fix race in axienet_stop
7c1ac9e92797 net: bridge: br_fdb_external_learn_add(): always set EXT_LEARN
7a8d3a25f6b4 r8152: fix the firmware doesn't work
c46cd6aaca81 fou: Fix null-ptr-deref in GRO.
58571ffb7843 bareudp: Fix device stats updates.
c8ffe2d4d37a bpf: add check for invalid name in btf_name_valid_section()
e454476c4452 bpf, net: Fix a potential race in do_sock_getsockopt()
d860f25dee0e net: dqs: Do not use extern for unused dql_group
720f1548fb13 usbnet: modern method to get random MAC
fc110a08e83c ice: do not bring the VSI up, if it was down before the XDP setup
041cbd1feb43 ice: remove ICE_CFG_BUSY locking from AF_XDP code
6ea67b4790a0 ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
391f7dae3d83 ice: protect XDP configuration with a mutex
2285c2faef19 ice: move netif_queue_set_napi to rtnl-protected sections
ced032853080 ptp: ocp: adjust sysfs entries to expose tty information
45e1755eedd6 ptp: ocp: convert serial ports to array
d9c8dbbc236c net: phy: Fix missing of_node_put() for leds
6a920f041aeb net: ethernet: ti: am65-cpsw: Fix RX statistics for XDP_TX and XDP_REDIRECT
1b8719ac77cf perf lock contention: Fix spinlock and rwlock accounting
4b19c83ba108 hwmon: (hp-wmi-sensors) Check if WMI event data exists
0b7d7bca20c5 igc: Unlock on error in igc_io_resume()
70e6473995a4 scripts: fix gfp-translate after ___GFP_*_BITS conversion to an enum
671013001365 hwmon: ltc2991: fix register bits defines
58afdc9b1887 Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECT
cae19117ac36 Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_once
5d8a15c1138e Bluetooth: qca: If memdump doesn't work, re-enable IBS
c4adc08b85f9 can: kvaser_pciefd: Use a single write when releasing RX buffers
d1a40a5c2a4c can: kvaser_pciefd: Move reset of DMA RX buffers to the end of the ISR
330912c6f39d can: kvaser_pciefd: Rename board_irq to pci_irq
662f25ae3401 can: kvaser_pciefd: Remove unnecessary comment
fa2951deaea7 can: kvaser_pciefd: Skip redundant NULL pointer check in ISR
b15bfd9701c6 regulator: core: Stub devm_regulator_bulk_get_const() if !CONFIG_REGULATOR
6e68abdc5d67 spi: intel: Add check devm_kasprintf() returned value
7a9203f945fe platform/x86: dell-smbios: Fix error path in dell_smbios_init()
36486c9e8e01 ice: Add netif_device_attach/detach into PF reset flow
50161385e9d6 igb: Fix not clearing TimeSync interrupts for 82580
7dfa4279c55f cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
55e78331e0ca cifs: Fix copy offload to flush destination region
f3d8e8fde454 netfs, cifs: Fix handling of short DIO read
2e1c24f7f5e5 cifs: Fix lack of credit renegotiation on read retry
9cf20320a013 rust: kbuild: fix export of bss symbols
c5a5feb1f84d can: mcp251xfd: fix ring configuration when switching from CAN-CC to CAN-FD mode
9b6513daa5e2 can: m_can: Reset cached active_interrupts on start
3fe629aa7d47 can: m_can: disable_all_interrupts, not clear active_interrupts
281f32ea887e can: m_can: Do not cancel timer from within timer
83e5c41d1ecd can: m_can: Remove m_can_rx_peripheral indirection
79ae3475c9cf can: m_can: Remove coalesing disable in isr during suspend
7eab2b893d5e can: m_can: Reset coalescing during suspend/resume
abf296d242cd can: m_can: Release irq on error in m_can_open
abb0a615569e can: bcm: Remove proc entry when dev is unregistered.
79cc2b84ad24 drm/amdgpu/display: handle gfx12 in amdgpu_dm_plane_format_mod_supported
14c9b54b28e0 drm/amdgpu: Correct register used to clear fault status
9073d2cb8fdb drm/amdgpu: check for LINEAR_ALIGNED correctly in check_tiling_flags_gfx6
ede06d233925 drm/amd/display: Check denominator crb_pipes before used
11f997143c67 drm/amd/display: Check denominator pbn_div before used
67c07958facc pcmcia: Use resource_size function on resource object
b86c6b2ab1c7 media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse
4afc9cda8ade Input: ili210x - use kvmalloc() to allocate buffer for firmware update
dd47051c76c8 PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
9ae799838b29 ice: Check all ice_vsi_rebuild() errors in function
90afe40da0a5 seccomp: release task filters when the task exits
68d815648094 powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()
dfd2e8eaa64b fs: relax permissions for statmount()
15c770640bcb fs: don't copy to userspace under namespace semaphore
e37e875e40b5 vfio/spapr: Always clear TCEs before unsetting the window
4fd7a0513d67 media: vivid: don't set HDMI TX controls if there are no HDMI outputs
9f216ceb125c crypto: qat - initialize user_input.lock for rate_limiting
47d7b9a56deb drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts
c2056c7a840f drm/amdgpu: Fix smatch static checker warning
9738a1d834fb drm/amdgpu: add missing error handling in function amdgpu_gmc_flush_gpu_tlb_pasid
5639a3048c70 drm/amd/display: Validate function returns
47e637193f9a drm/amd/display: Check HDCP returned status
adc74d25cdbb drm/amd/display: Run DC_LOG_DC after checking link->link_enc
c1b85157d456 drm/amdgpu: Fix register access violation
6fe9ca2ca389 usb: gadget: aspeed_udc: validate endpoint index for ast udc
d66ec9855b21 usb: uas: set host status byte on data completion error
08155329af59 wifi: rtw89: wow: prevent to send unexpected H2C during download Firmware
d45b1c62d8af wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3
8aa2cd9f37d7 leds: spi-byte: Call of_node_put() on error path
606cd754cad7 media: vivid: fix wrong sizeimage value for mplane
f80c65d1e9a6 riscv: kprobes: Use patch_text_nosync() for insn slots
90cc74552a73 fs/ntfs3: One more reason to mark inode bad
925fd8ee80d5 udf: Avoid excessive partition lengths
3cca098c9139 wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check
94dc8dc1c038 gve: Add adminq mutex lock
39c3b595f3ef netfilter: nf_conncount: fix wrong variable type
01579894637b iommu: sun50i: clear bypass register
86e99aab7e18 x86/kmsan: Fix hook for unaligned accesses
c8cb076f865f af_unix: Remove put_pid()/put_cred() in copy_peercred().
845af9c8ce03 media: b2c2: flexcop-usb: fix flexcop_usb_memory_req
34d1122674b8 irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1
01e43f1f651c irqchip/renesas-rzg2l: Reorder function calls in rzg2l_irqc_irq_disable()
b69449b6c174 accel/habanalabs/gaudi2: unsecure edma max outstanding register
1cf8cd809030 ELF: fix kernel.randomize_va_space double read
af246e400789 bpf, verifier: Correct tail_call_reachable for bpf prog
276872034888 virt: sev-guest: Mark driver struct with __refdata to prevent section mismatch
941358a2c56e cgroup/cpuset: Delay setting of CS_CPU_EXCLUSIVE until valid partition
4e2b49a85e79 drm/amd/display: Check UnboundedRequestEnabled's value
73656d1f4a74 smack: unix sockets: fix accept()ed socket label
25a15f80253a wifi: ath12k: fix firmware crash due to invalid peer nss
3e0a29500282 wifi: ath12k: fix uninitialize symbol error on ath12k_peer_assoc_h_he()
b0d13e92d927 ALSA: hda: Add input value sanity checks to HDMI channel map controls
d4e65b669755 ALSA: control: Apply sanity check of input values for user elements
1b55a0249ae2 ALSA: hda/realtek: extend quirks for Clevo V5[46]0
db492b5a322c drm/amd/display: Lock DC and exit IPS when changing backlight
d1e4d3df12e4 drm/i915: Do not attempt to load the GSC multiple times
675d6d34fc1c drm/amdgpu: always allocate cleared VRAM for GEM allocations
1cc695be8920 drm/imagination: Free pvr_vm_gpuva after unlink
33eb0344e186 drm/panthor: Restrict high priorities on group_create
a6b268fce7bf drm/panthor: flush FW AS caches in slow reset path
966fe02a285d drm/xe/gsc: Do not attempt to load the GSC multiple times
e91dab550dd1 btrfs: zoned: handle broken write pointer on zones
c3ae6e7b970d btrfs: qgroup: don't use extent changeset when not needed
74866c16ea21 nilfs2: fix state management in error path of log writing function
962562d4c70c nilfs2: protect references to superblock parameters exposed in sysfs
1cf1f7e8cd47 nilfs2: fix missing cleanup on rollforward recovery error
d7c01c0714c0 sched: sch_cake: fix bulk flow accounting logic for host fairness
47abd8adddbc ila: call nf_unregister_net_hooks() sooner
126d72b726c4 tcp_bpf: fix return value of tcp_bpf_sendmsg()
436dd444d8b2 Revert "wifi: ath11k: support hibernation"
930840f19ec9 Revert "wifi: ath11k: restore country code during resume"
3aa52bd43986 Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs"
82e3e968defb x86/apic: Make x2apic_disable() work correctly
ce9e83a066f4 x86/fpu: Avoid writing LBR bit to IA32_XSS unless supported
ddee07e8ad90 net: mctp-serial: Fix missing escapes on transmit
4982a47154f0 net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup
f579d17a8644 eventfs: Use list_del_rcu() for SRCU protected list variable
0a11262549ac fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF
98cc18b1b71e userfaultfd: fix checks for huge PMDs
db978287e908 userfaultfd: don't BUG_ON() if khugepaged yanks our page table
4679272d5252 tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthread()
aec14e97c866 tracing: Avoid possible softlockup in tracing_iter_reset()
8a9d0d405159 tracing/timerlat: Only clear timer if a kthread exists
27282d2505b4 tracing/osnoise: Use a cpumask to know what threads are kthreads
0efbad8445fb spi: rockchip: Resolve unbalanced runtime PM / system PM handling
e7eb8b9c8391 Revert "mm: skip CMA pages when they are not available"
2d476c86ba47 mm/slub: add check for s->flags in the alloc_tagging_slab_free_hook
6cf74e0e5e3a mm: vmalloc: ensure vmap_block is initialised before adding to queue
55c39bb701ba kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=y
bd4c713e0652 maple_tree: remove rcu_read_lock() from mt_validate()
16ad36c8e66a codetag: debug: mark codetags for poisoned page as empty
77e240511603 alloc_tag: fix allocation tag reporting when CONFIG_MODULES=n
1e96ae38257c mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging each vmap_area
e554113a1cd2 can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open
1e8a6948bdbd pinctrl: qcom: x1e80100: Bypass PDC wakeup parent for now
be495259a08e clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate API
382ef041d60e clk: qcom: clk-alpha-pll: Fix the pll post div mask
d81ef42faf96 clk: starfive: jh7110-sys: Add notifier for PLL0 clock
c37c00cf3d03 parisc: Delay write-protection until mark_rodata_ro() call
a3b6ff6c896a riscv: misaligned: Restrict user access to kernel memory
85cda5b040bd ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards harder
2a5f32223e8f fuse: clear PG_uptodate when using a stolen page
b39cea3a5a93 fuse: fix memory leak in fuse_create_open
c5a56f3000a9 fuse: use unsigned type for getxattr/listxattr size truncation
55c0b50148f7 fuse: check aborted connection before adding requests to pending list for resending
58020fe88352 fuse: disable the combination of passthrough and writeback cache
7a0b9c73ec42 fuse: update stats for pages in dropped aux writeback list
73279b3c312f mmc: cqhci: Fix checking of CQHCI_HALT state
0e8df0942de0 mmc: sdhci-of-aspeed: fix module autoloading
5b1ef10f7d49 mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
202c58db7a9c mmc: core: apply SD quirks earlier during probe
129ba129f20b selftests: mm: fix build errors on armhf
25256e790f9f Bluetooth: MGMT: Ignore keys being loaded with invalid type
6f774a3a00ec Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"
70c76a9c55ed rust: macros: provide correct provenance when constructing THIS_MODULE
bf958898d5f5 nvme-pci: Add sleep quirk for Samsung 990 Evo
1863e1f098c5 irqchip/riscv-aplic: Fix an IS_ERR() vs NULL bug in probe()
f13b5afc5c48 rtmutex: Drop rt_mutex::wait_lock before scheduling
cfcd89ed9c57 x86/kaslr: Expose and use the end of the physical memory address space
9319bfd74041 irqchip/sifive-plic: Probe plic driver early for Allwinner D1 platform
028bd7b41f56 irqchip/gic-v2m: Fix refcount leak in gicv2m_of_init()
8717dc35c0e5 perf/x86/intel: Limit the period on Haswell
b55ce742afcb x86/tdx: Fix data leak in mmio_read()
81790a4dce06 ata: libata: Fix memory leak for error path in ata_host_alloc()
28be82053460 ksmbd: Unlock on in ksmbd_tcp_set_interfaces()
4c8496f44f5b ksmbd: unset the binding mark of a reused connection
762099898309 smb: client: fix double put of @cfile in smb2_set_path_size()
f06af737e4be powerpc/qspinlock: Fix deadlock in MCS queue
a6370f7196b6 ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx
1a892e42d4cc ALSA: hda/realtek - Fix inactive headset mic jack for ASUS Vivobook 15 X1504VAP
deb8e5a399e9 ALSA: hda/realtek: Enable Mute Led for HP Victus 15-fb1xxx
e083e14b1344 ALSA: hda/realtek: add patch for internal mic in Lenovo V145
54e3f7d0a17f ALSA: hda/conexant: Add pincfg quirk to enable top speakers on Sirius devices
85e5f2451853 KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missing
67766d01014e KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASE
ecdbe8ac86fb KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
6a14fad8be17 ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object
396c88ab6dab net: ethernet: ti: am65-cpsw: fix XDP_DROP, XDP_TX and XDP_REDIRECT
f7fe95f40c85 net: microchip: vcap: Fix use-after-free error in kunit test
2e7189d2b1de net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TX
590768e13ddd xfs: xfs_finobt_count_blocks() walks the wrong btree
32008ab989dd sch/netem: fix use after free in netem_dequeue
03e2a1209a83 libfs: fix get_stashed_dentry()
1611860f184a Linux 6.10.9
5c8dc61a17f4 i2c: Use IS_REACHABLE() for substituting empty ACPI functions
b4fc7d011bc7 drm/amdgpu: remove redundant semicolons in RAS_EVENT_LOG
9ce27841e0e1 mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
ca32ee853a1e pinctrl: core: reset gpio_device in loop in pinctrl_pins_show()
f45f8af567b6 media: uvcvideo: Enforce alignment of frame and interval
b557ccd62c5c crypto: ecc - Fix off-by-one missing to clear most significant digit
54834585e91c drm/amd/display: Skip wbscl_set_scaler_filter if filter is null
e46b70a7cfed drm/amd/display: Check BIOS images before it is used
de449701ca07 drm/amdkfd: use mode1 reset for RAS poison consumption
41c91c78eac0 drm/amdgpu: set RAS fed status for more cases
30d1b783b6ee drm/amd/display: Avoid overflow from uint32_t to uint8_t
31c254c9cd4b drm/amd/display: Disable DMCUB timeout for DCN35
8dea33a86c26 drm/amd/display: use preferred link settings for dp signal only
eba4b2a38ccd drm/amd/display: Remove register from DCN35 DMCUB diagnostic collection
c592b6355b9b drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAX
6bf920193ba1 drm/amd/display: added NULL check at start of dc_validate_stream
80a984854ff0 drm/amd/display: Don't use fsleep for PSR exit waits on dmub replay
0b9696a9bd55 drm/amdgpu: fix overflowed constant warning in mmhub_set_clockgating()
2fd24d2b99c8 drm/amdgpu: add lock in kfd_process_dequeue_from_device
ba1123e2e864 drm/amdgpu: add lock in amdgpu_gart_invalidate_tlb
314883f6db87 drm/amdgpu: add skip_hw_access checks for sriov
72de6c05742f block: remove the blk_flush_integrity call in blk_integrity_unregister
dc537a72f648 driver: iio: add missing checks on iio_info's callback access
af84813cfd29 drm/xe: Add GuC state asserts to deregister_exec_queue
f909236671fe f2fs: fix to do sanity check on blocks for inline_data inode
4540181f66cf wifi: cfg80211: make hash table duplicates more survivable
82fff0aa4aff hwmon: (k10temp) Check return value of amd_smn_read()
5fa5febeaf17 thermal: trip: Use READ_ONCE() for lockless access to trip properties
db67686676c7 dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptor
cc8d9d36169d dmaengine: altera-msgdma: use irq variant of spin_lock/unlock while invoking callbacks
d00f6aab2139 pinctrl: renesas: rzg2l: Validate power registers for SD and ETH
e797ce6fd49f drm/xe: Check valid domain is passed in xe_force_wake_ref
5e183e1c7ee2 drm/xe: Ensure caller uses sole domain for xe_force_wake_assert_held
1fb136939537 drm/bridge: tc358767: Check if fully initialized before signalling HPD event via IRQ
3e6ff8ca7faa net: tcp/dccp: prepare for tw_timer un-pinning
b69aadeb26cb RAS/AMD/ATL: Validate address map when information is gathered
af4dec239583 gfs2: Revert "Add quota_change type"
5d734665cd5d crypto: stm32/cryp - call finalize with bh disabled
f756e46704f1 drm/meson: plane: Add error handling
c909ab41df2b net/mlx5e: SHAMPO, Fix incorrect page release
1d2de6dd5902 platform/chrome: cros_ec_lpc: MEC access can use an AML mutex
d3703fa94116 smack: tcp: ipv4, fix incorrect labeling
61e5929d10b8 regmap: spi: Fix potential off-by-one when calculating reserved size
bb706e92c87b drm/xe: Don't overmap identity VRAM mapping
0080bdd9752a drm/amdgu: fix Unintentional integer overflow for mall size
738cda07e5bb tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp
c64470787959 net: remove NULL-pointer net parameter in ip_metrics_convert
7ef1d2e240c3 fsnotify: clear PARENT_WATCHED flags lazily
4ff3d3d18d8f drm/xe: Use missing lock in relay_needs_worker
99331fe68a8e usb: typec: ucsi: Fix null pointer dereference in trace
ce16bd3a4a41 usbip: Don't submit special requests twice
1eea6c49abf7 media: v4l2-cci: Always assign *val
251f627e25c8 rcu/nocb: Remove buggy bypass lock contention mitigation
514377ab902c pwm: xilinx: Fix u32 overflow issue in 32-bit width PWM mode.
053f3b86631d ionic: fix potential irq name truncation
6aa9ad7f4508 RDMA/efa: Properly handle unexpected AQ completions
a197446759b3 remoteproc: qcom_q6v5_pas: Add hwspinlock bust on stop
1e0ecab555b9 soc: qcom: smem: Add qcom_smem_bust_hwspin_lock_by_host()
145c38e5b540 hwspinlock: Introduce hwspin_lock_bust()
38c775a1eb33 wifi: mac80211: check ieee80211_bss_info_change_notify() against MLD
deffdebd9a5a wifi: iwlwifi: mvm: use only beacon BSS load for active links
bb65c7b0d6c7 remoteproc: mediatek: Zero out only remaining bytes of IPI buffer
e965c638f3be PCI: al: Check IORESOURCE_BUS existence during probe
1223b3426e8e cpufreq: scmi: Avoid overflow of target_freq in fast switch
0c7ac6867e92 wifi: cfg80211: restrict operation during radar detection
564875db8e8b wifi: iwlwifi: remove fw_running op
fb8e15ba808d drm/amdgpu: update type of buf size to u32 for eeprom functions
179cc680f052 drm/amdgpu: Queue KFD reset workitem in VF FED
79b0da10223b drm/amd/display: Fix pipe addition logic in calc_blocks_to_ungate DCN35
63c195b4b89b drm/amdgpu: fix compiler 'side-effect' check issue for RAS_EVENT_LOG()
3863350172a7 drm/kfd: Correct pinned buffer handling at kfd restore and validate process
17881ea63b2f drm/xe: Fix the warning conditions
02ed3fcf1d8f wifi: rtw89: ser: avoid multiple deinit on same CAM
c5d3bf45dc43 drm/amd/pm: check negtive return for table entries
7b56041e731d drm/amdgpu: fix the warning bad bit shift operation for aca_error_type type
130c2dc75c8c drm/amdgpu: the warning dereferencing obj for nbio_v7_4
0312bf150333 drm/amd/pm: check specific index for smu13
f8e484c9e265 drm/amd/pm: check specific index for aldebaran
d3f927ef0607 drm/amdgpu: fix the waring dereferencing hive
00b9594d6310 drm/amdgpu: fix dereference after null check
a01618adcba7 drm/amdgpu: Fix the warning division or modulo by zero
aa92264ba6fd drm/amdgpu/vcn: remove irq disabling in vcn 5 suspend
545f04215ca3 drm/amdgpu/pm: Check input value for power profile setting on smu11, smu13 and smu14
76b24e94edab drm/amdgpu/pm: Check input value for CUSTOM profile mode setting on legacy SOCs
286b140b1f71 wifi: ath12k: initialize 'ret' in ath12k_dp_rxdma_ring_sel_config_wcn7850()
60f098b07e43 wifi: ath11k: initialize 'ret' in ath11k_qmi_load_file_target_mem()
0573d1701a26 wifi: ath12k: initialize 'ret' in ath12k_qmi_load_file_target_mem()
c49bbe69ee15 apparmor: fix possible NULL pointer dereference
2f4e36aaf5bd drm/xe/hwmon: Remove unwanted write permission for currN_label
ee99ef9ebe02 drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology_device
578ae965e8b9 drm/amdgpu: fix mc_data out-of-bounds read warning
23fefef859c6 drm/amdgpu: fix ucode out-of-bounds read warning
6a634dc4f3a3 drm/amdgpu: Fix uninitialized variable warning in amdgpu_info_ioctl
db7a86676fd6 drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number
a914c14ad2a2 drm/amdgpu: fix uninitialized variable warning for jpeg_v4
d32081a430cd drm/amdgpu: fix uninitialized variable warning for amdgpu_xgmi
820dcbd38a77 drm/amdkfd: Check debug trap enable before write dbg_ev_file
130bee397b9c drm/amdgpu: Fix out-of-bounds write warning
3b7b430f6ae2 drm/amdgpu: Fix the uninitialized variable warning
0c28e581f6fc drm/amdgpu/pm: Fix uninitialized variable agc_btc_response
e2c7da6fb5e5 drm/amdgpu/pm: Fix uninitialized variable warning for smu10
734d5247ec3f drm/amd/pm: fix uninitialized variable warnings for vangogh_ppt
4bbfb0cd9bc4 drm/drm-bridge: Drop conditionals around of_node pointers
362a93ad2df0 drm/xe: Demote CCS_MODE info to debug only
e8765364d4f3 drm/amd/amdgpu: Check tbo resource pointer
aba188d6f4eb drm/amd/display: Fix index may exceed array range within fpu_update_bw_bounding_box
783d50e8216e drm/amd/display: Fix writeback job lock evasion within dm_crtc_high_irq
ee9d6df6d917 drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration
d705b5869f6b drm/amd/display: Ensure index calculation will not overflow
e10b68e1c9f5 drm/amd/display: Fix Coverity INTEGER_OVERFLOW within decide_fallback_link_setting_max_bw_policy
05be70f34a6c drm/amd/display: Spinlock before reading event
34108384e670 drm/amd/display: Release clck_src memory if clk_src_construct fails
44def55f7554 drm/amd/display: Fix Coverity INTEGER_OVERFLOW within dal_gpio_service_create
ff9730fafa55 drm/amd/display: Fix Coverity INTERGER_OVERFLOW within construct_integrated_info
aad4d3d3d3b6 drm/amd/display: Add otg_master NULL check within resource_log_pipe_topology_update
ac04759b4a00 drm/amd/display: Check link_index before accessing dc->links[]
26cdb5ed36b9 drm/amd/display: Release state memory if amdgpu_dm_create_color_properties fail
6590643c5de7 drm/amd/display: Check msg_id before processing transcation
6a4a08e45e61 drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]
a3b5ee22a9d3 drm/amd/display: Add array index check for hdcp ddc access
ca0b0b0a2230 drm/amd/display: Add missing NULL pointer check within dpcd_extend_address_range
6c588e9350dd drm/amd/display: Check index for aux_rd_interval before using
712be65b3b37 drm/amd/display: Fix incorrect size calculation for loop
36c39a8dcce2 drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links
d398c74c881d drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6
3d4198ab612a drm/amd/display: Check gpio_id before used as array index
a64284b9e199 drm/amd/display: Ensure array index tg_inst won't be -1
55e07d7952ac drm/amdgpu: avoid reading vf2pf info size from FB
152a0eed10e4 drm/xe/gt: Fix assert in L3 bank mask generation
b137126d70ae drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr
5dd675d51828 drm/amdgpu: fix uninitialized scalar variable warning
d83fb9f9f63e drm/amd/pm: fix the Out-of-bounds read warning
5551c1937904 drm/amd/pm: fix uninitialized variable warning for smu_v13
06a3810010b5 drm/amd/pm: Fix negative array index read
9c2c7ecae01c drm/amd/pm: fix warning using uninitialized value of max_vid_step
a30173a087cf drm/amd/pm: fix uninitialized variable warning for smu8_hwmgr
113a28db008e drm/amd/pm: fix uninitialized variable warning
1e310c74d91b drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc
3e122ddec66f drm/amdgpu: fix overflowed array index read warning
b946a27513fe drm/amdgpu: Handle sg size limit for contiguous allocation
c44b568931d2 drm/amd/display: Assign linear_pitch_alignment even for VM
5ba5b99ce3b6 drm/amd/display: Handle the case which quad_part is equal 0
020d0b3acda4 Revert "drm/amd/display: Fix incorrect pointer assignment"
c9c3366f52d9 drm/amdgpu: Fix uninitialized variable warning in amdgpu_afmt_acr
ee743f5f8624 selftests: mptcp: join: test for flush/re-add endpoints
e8d360c9d666 selftests: mptcp: join: check re-re-adding ID 0 signal
712a5148cfdc selftests: mptcp: join: validate event numbers
bcad92c9188a selftests: mptcp: join: check re-adding init endp with != id
2851cf6c57c5 selftests: mptcp: join: check re-using ID of unused ADD_ADDR
16a71574da28 selftests: mptcp: add explicit test case for remove/readd
451f7bf9cc61 arm64: dts: qcom: x1e80100-qcp: fix missing PCIe4 gpios
40d5b7bf2794 arm64: dts: qcom: x1e80100-qcp: fix up PCIe6a pinctrl node
33dc7e2039f1 arm64: dts: qcom: x1e80100-crd: fix missing PCIe4 gpios
e6de9b376833 arm64: dts: qcom: x1e80100-crd: fix up PCIe6a pinctrl node
9606bea70a67 arm64: dts: qcom: x1e80100: Describe the PCIe 6a resources
b7265d217892 ASoC: codecs: ES8326: button detect issue
97f9a8690faf ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6
a680c59024b4 net: usb: qmi_wwan: add MeiG Smart SRM825L
e1e49ba81a96 dma-debug: avoid deadlock between dma debug vs printk and netconsole
93658715e6f1 virtio-net: check feature before configuring the vq coalescing command
7ced32ce3a7a i2c: Fix conditional for substituting empty ACPI functions
e42ef22bc10f btrfs: fix qgroup reserve leaks in cow_file_range
a52397fc1e51 btrfs: scrub: update last_physical after scrubbing one stripe
984bd0470143 btrfs: factor out stripe length calculation into a helper
5f4a377f56e6 platform/x86/amd/pmf: Add new ACPI ID AMDI0107
3d5c26b08bde platform/x86/amd: pmf: Add quirk for ROG Ally X
2d118bb07fdd spi: hisi-kunpeng: Add validation for the minimum value of speed_hz
7bfee532b6f5 ASoC: amd: yc: Support mic on HP 14-em0002la
8f215abf7755 smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp
432afacede47 net/mlx5: DR, Fix 'stack guard page was hit' error in dr_rule
67b2cc15774c ALSA: seq: ump: Explicitly reset RPN with Null RPN
e7e26824f5ca ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data reception
a2e6dd2bbadd ALSA: seq: ump: Use the common RPN/bank conversion context
d0e17d1676ca ALSA: ump: Explicitly reset RPN with Null RPN
a894f0117ff1 ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data reception
b348eac11cb3 x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 range
f0d4faa80023 ALSA: hda/conexant: Mute speakers at suspend / shutdown
2ae9f8706a8d ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown
fbaafe4c8f79 btrfs: tree-checker: validate dref root and objectid
54b20f6ef361 scsi: ufs: core: Bypass quick recovery if force reset is needed
fef611b98c32 scsi: ufs: core: Check LSDBS cap when !mcq
26de03c2ddc4 drm: panel-orientation-quirks: Add quirk for OrangePi Neo
63945b7948ef drm/fb-helper: Don't schedule_work() to flush frame buffer during panic()
c4386c5293aa drivers: gpu: drm: msm: registers: improve reproducibility
915a386c7cff qemux86: add configuration symbol to select values
62df91b21626 sched/isolation: really align nohz_full with rcu_nocbs
afe643f5802b clear_warn_once: add a clear_warn_once= boot parameter
7b016793edbf clear_warn_once: bind a timer to written reset value
89a5c70f2000 clear_warn_once: expand debugfs to include read support
8014704c527d tools: Remove some options from CLANG_CROSS_FLAGS
e9ca44556936 libbpf: Fix build warning on ref_ctr_off
32fe8c972c36 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
a372ac2b798d perf: x86-32: explicitly include <errno.h>
a5cb41682777 perf: mips64: Convert __u64 to unsigned long long
ed8ee9f3d1ae perf: fix bench numa compilation
6dbb2915e8a7 perf: add SLANG_INC for slang.h
57f78dddfd93 perf: add sgidefs.h to for mips builds
130f0306cfba perf: change --root to --prefix for python install
2520efe95341 perf: add 'libperl not found' warning
45731b6ae676 perf: force include of <stdbool.h>
ace10f8dec53 fat: Replace prandom_u32() with get_random_u32()
64797bdca14e fat: don't use obsolete random32 call in namei_vfat
2442bae1a645 FAT: Added FAT_NO_83NAME
7561126bce00 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
5c51ab959876 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5869720658c9 aufs6: match exports to functions
e125467cf228 aufs: adjust for v6.9+
eebcdc6635bf aufs6: correct do_splice_from prototype
4c5829036c45 aufs: update remove_page to remove_folio
e8d889d0f434 aufs: i_op: Add handling for au_pin_hdir_set_owner with RT kernel
3ecd9203de17 aufs: fix v6.7 kernel build compilation
5e8ee028dbe2 aufs6: adapt to v6.6 i_op->ctime changes
1132c330feed aufs6: adapt to v6.6
d3e4ede69603 aufs6: core
49ec9271f41d aufs6: standalone
dcc0978da2dd aufs6: mmap
80e1609b37e7 aufs6: base
0dbb3f062420 aufs6: kbuild
ad51078c5ebf yaffs: fix mtime/itime field access
e5f1d35d6188 yaffs2: update VFS ctime operations to 6.6+
dd374461adc7 yaffs2: v6.5 fixups
f5908785d88d yaffs2: Fix miscalculation of devname buffer length
d1403f0acfdf yaffs2: convert user_namespace to mnt_idmap
7dae5463b54f yaffs2: replace bdevname call with sprintf
92d30df4eb56 yaffs2: convert read_page -> readfolio
6c895bffdf72 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
6801e7d90255 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
aff012190046 yaffs2: v5.12+ build fixups (not runtime tested)
fb474842c16e yaffs: include blkdev.h
fe7d745aac94 yaffs: fix misplaced variable declaration
bee147b2e533 yaffs2: v5.6 build fixups
22998f589ec2 yaffs2: fix memory leak when /proc/yaffs is read
ce7d8084a976 yaffs: add strict check when call yaffs_internal_read_super
adb7202fda95 yaffs: repair yaffs_get_mtd_device
2852e5c15d4d yaffs: Fix build failure by handling inode i_version with proper atomic API
1526802a8147 yaffs2: fix memory leak in mount/umount
6c7827a16aaa yaffs: Avoid setting any ACL releated xattr
fa3482815542 Yaffs:check oob size before auto selecting Yaffs1
aaa4843b73ce fs: yaffs2: replace CURRENT_TIME by other appropriate apis
48e992af6531 yaffs2: adjust to proper location of MS_RDONLY
f3af7160d8a0 yaffs2: import git revision b4ce1bb (jan, 2020)
4add698ed6e8 initramfs: allow an optional wrapper script around initramfs generation
b619a8d54336 vt/conmakehash: improve reproducibility
c786186aeef3 tools: use basename to identify file in gen-mach-types
aa3a8e7ceb6e iwlwifi: select MAC80211_LEDS conditionally
325db54c4be9 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
23a87c6e13aa defconfigs: drop obselete options
946e5b78ab94 linux-yocto: Handle /bin/awk issues
9daee1dba585 uvesafb: provide option to specify timeout for task completion
f68b8683441a uvesafb: print error message when task timeout occurs
a1595c6b6017 compiler.h: Undef before redefining __attribute_const__
8086839613c6 vmware: include jiffies.h
32e79eb3c169 Resolve jiffies wrapping about arp
f6fabf91b6f2 nfs: Allow default io size to be configured.
ad2b29f801e9 check console device file on fs when booting
5194785d545b mount_root: clarify error messages for when no rootfs found
78b3498cb59a mconf: fix output of cflags and libraries
9cc6870708d5 menuconfig,mconf-cfg: Allow specification of ncurses location
f34088ed9c93 modpost: mask trivial warnings
4784584582f5 kbuild: exclude meta directory from distclean processing
73072b5fe25a powerpc: serialize image targets
a120eb200320 arm: serialize build targets
51d5719ac05b mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
5155f0bb36f0 cpu/amd: inhibit SMP check for qemux86
e5a5996ee586 x86_64_defconfig: Fix warnings
1359db75df0c mips: make current_cpu_data preempt safe
385edf6090c3 mips: vdso: fix 'jalr $t9' crash in vdso code
968266397319 mips: Kconfig: add QEMUMIPS64 option
389ce854fde3 4kc cache tlb hazard: tlbp cache coherency
9cab61199fa8 malta uhci quirks: make allowance for slow 4k(e)c
80cae3bd9eea arm64: defconfig: remove CONFIG_IPQ_APSS_5018
41c82709900f drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
59ef4f151a5e arm64: defconfig: cleanup config options
c5fb425762ed vexpress: Pass LOADADDR to Makefile
07a8b544d4e9 arm: ARM EABI socketcall
574f3ae3d2ca ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: aa6e9888173ce4252c0f2ad8cdd94c8ff795cff2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
aa04f08744 |
linux-yocto/6.6: update to v6.6.52
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
561bbd55f91a Linux 6.6.52
bd9c3c2d7e44 riscv: dts: starfive: add assigned-clock* to limit frquency
e43364f578cd ASoC: meson: axg-card: fix 'use-after-free'
2a01f3b7b19b pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID
b9d510e08504 cifs: Fix signature miscalculation
6ec7cbc7f578 ASoC: codecs: avoid possible garbage value in peb2466_reg_read()
86238603c8f4 drm/i915/guc: prevent a possible int overflow in wq offsets
f9e08c201705 spi: geni-qcom: Fix incorrect free_irq() sequence
64cdc5d11442 spi: geni-qcom: Undo runtime PM changes at driver exit time
ff65ae25d3cb drm/amd/amdgpu: apply command submission parser for JPEG v1
54268468399e drm/amdgpu/atomfirmware: Silence UBSAN warning
def80cdb2676 drm/nouveau/fb: restore init() for ramgp102
eb7fc8b65cea dma-buf: heaps: Fix off-by-one in CMA heap fault handler
8e1ffb257982 drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl
28425a10a4fa soundwire: stream: Revert "soundwire: stream: fix programming slave ports for non-continous port maps"
af9ca9ca3e44 spi: nxp-fspi: fix the KASAN report out-of-bounds bug
a8632ef4fc13 tracing/osnoise: Fix build when timerlat is not enabled
34fcac26216c net: dpaa: Pad packets to ETH_ZLEN
fc8c0cec1b48 net: dsa: felix: ignore pending status of TAS module when it's disabled
83e6fb59040e netfilter: nft_socket: fix sk refcount leaks
033a71efabac selftests: net: csum: Fix checksums for packets with non-zero padding
38859fb5bdb6 net: ftgmac100: Enable TX interrupt to avoid TX timeout
5bfbf2c18cf5 octeontx2-af: Modify SMQ flush sequence to drop packets
7ae890ee1947 fou: fix initialization of grc
65feee671e37 net/mlx5: Fix bridge mode operations when there are no VFs
4bb9745cc3d3 net/mlx5: Verify support for scheduling element and TSAR type
9f806d095955 net/mlx5: Correct TASR typo into TSAR
fa2e98068d25 net/mlx5: Add missing masks and QoS bit masks for scheduling elements
f015f63cc9c4 net/mlx5: Explicitly set scheduling element and TSAR type
f7e7dbdfc093 net/mlx5e: Add missing link mode to ptys2ext_ethtool_map
4ce59074d53c IB/mlx5: Rename 400G_8X speed to comply to naming convention
93fd5e028b29 net/mlx5e: Add missing link modes to ptys2ethtool_map
02518dc443cd net/mlx5: Update the list of the PCI supported devices
e8db32a90248 igb: Always call igb_xdp_ring_update_tail() under Tx lock
cbaed60c69f0 ice: fix VSI lists confusion when adding VLANs
01a786ada184 ice: fix accounting for filters shared by multiple VSIs
d21559e2037e ice: Fix lldp packets dropping after changing the number of channels
1bc085e9977f hwmon: (pmbus) Conditionally clear individual status bits for pmbus rev >= 1.2
14f6a11ea21e selftests/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()
8295194a50eb cxl/core: Fix incorrect vendor debug UUID define
cb735cf79aa1 eeprom: digsy_mtc: Fix 93xx46 driver probe failure
7853c146f8b4 drm/amd/display: Fix FEC_READY write on DP LT
27bbf0b1cac9 drm/amd/display: Disable error correction if it's not supported
d72432755b12 arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for ROCK Pi E
b1e1daf0125e net: xilinx: axienet: Fix race in axienet_stop
a95a24fcaee1 mm: avoid leaving partial pfn mappings around in error case
2ae1beb3ab4f x86/hyperv: fix kexec crash due to VP assist page corruption
9b27991f3fb7 dm-integrity: fix a race condition when accessing recalc_sector
4ec0d8dbd702 net: tighten bad gso csum offset check in virtio_net_hdr
1705209b3e2a minmax: reduce min/max macro expansion in atomisp driver
3844bc360e16 arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO hog on RK3399 Puma
d52643ced186 arm64: dts: rockchip: fix eMMC/SPI corruption when audio has been used on RK3399 Puma
7e2e638c5909 selftests: mptcp: join: restrict fullmesh endp on 1st sf
6452b162549c mptcp: pm: Fix uaf in __timer_delete_sync
c54fc405a060 platform/x86: panasonic-laptop: Allocate 1 entry extra in the sinf array
6821a82616f6 platform/x86: panasonic-laptop: Fix SINF array out of bounds accesses
d07216aa30e8 NFS: Avoid unnecessary rescanning of the per-server delegation list
d8a7055ffd39 NFSv4: Fix clearing of layout segments in layoutreturn
75e6572ccb78 smb/server: fix return value of smb2_open()
91043a573ca7 Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk table
57ac3b43fb1f drm/msm/adreno: Fix error return if missing firmware-name
c5331c6342fd platform/surface: aggregator_registry: Add support for Surface Laptop Go 3
64f8ed257cec platform/surface: aggregator_registry: Add Support for Surface Pro 10
86a1aaee7f44 scripts: kconfig: merge_config: config files: add a trailing newline
1d5c7d0a49ec HID: multitouch: Add support for GT7868Q
11eb4a8228f6 Input: synaptics - enable SMBus for HP Elitebook 840 G2
3acb2392df34 Input: ads7846 - ratelimit the spi_sync error message
5ee7efa629bf btrfs: update target inode's ctime on unlink
ab8f0c4986c7 net: hns3: use correct release function during uninitialization
4bfee9346d8c wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_change
4a9a1edd9c49 powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUAL
af252750bf3b net: phy: vitesse: repair vsc73xx autonegotiation
31b9fc3d0c10 drm: panel-orientation-quirks: Add quirk for Ayn Loki Max
7d42d19973cb drm: panel-orientation-quirks: Add quirk for Ayn Loki Zero
9569e1fd06fa net: ethernet: use ip_hdrlen() instead of bit shift
28123a54f887 usbnet: ipheth: fix carrier detection in modes 1 and 4
4d1cfa3afb86 usbnet: ipheth: do not stop RX on failing RX callback
9c8c230e2e15 usbnet: ipheth: drop RX URBs with no payload
c2fb33a7fed5 usbnet: ipheth: remove extraneous rx URB length check
78bce66914db ksmbd: override fsids for smb2_query_info()
5a199eedfdc8 ksmbd: override fsids for share path check
2278629c3ebb nvmem: u-boot-env: error if NVMEM device is too small
368fa77b7945 nvmem: u-boot-env: improve coding style
2eea394c31cb nvmem: u-boot-env: use nvmem device helpers
ae91c9c7b67d nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helper
820b1b981aeb nvmem: core: add nvmem_dev_size() helper
f7dc14df1bde iio: adc: ad7124: fix DT configuration parsing
fbed74005829 iio: adc: ad7124: Switch from of specific to fwnode based property handling
bfc8dab8c73a device property: Introduce device_for_each_child_node_scoped()
fce8373d3153 device property: Add cleanup.h based fwnode_handle_put() scope based cleanup.
6d1dc55b5bab Linux 6.6.51
611e4281117a Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
4d6cf010d876 Bluetooth: hci_sync: Fix UAF on create_le_conn_complete
78155f30beeb Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
50b6744c12fa spi: spi-fsl-lpspi: Fix off-by-one in prescale max
7b5595f33c3c btrfs: fix race between direct IO write and fsync when using same fd
8eeda5fb5938 x86/mm: Fix PTI for i386 some more
a2977c0ca3e9 membarrier: riscv: Add full memory barrier in switch_mm()
136a29d8112d ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()
bd29d8452079 riscv: Do not restrict memory size because of linear mapping on nommu
8289dc916e9e riscv: Fix toolchain vector detection
b27ea9c96efd smb: client: fix double put of @cfile in smb2_rename_path()
52b688c8087b gpio: modepin: Enable module autoloading
9ceae54e65a3 gpio: rockchip: fix OF node leak in probe()
60d54a45dbbb drm/i915/fence: Mark debug_fence_free() with __maybe_unused
a65ebba87337 drm/i915/fence: Mark debug_fence_init_onstack() with __maybe_unused
7c391eaf2c63 clk: qcom: gcc-sm8550: Don't park the USB RCG at registration time
a5e871d26ba1 clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs
b9bb9634368e ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
f39bde3f7825 ASoc: SOF: topology: Clear SOF link platform name upon unload
05500a48d80d nvme-pci: allocate tagset on reset if necessary
489f2913a63f nvmet-tcp: fix kernel crash if commands allocation fails
585c598082e1 ASoC: tegra: Fix CBB error during probe()
af4d5630d991 powerpc/vdso: Don't discard rela sections
547acc20e567 powerpc/64e: Define mmu_pte_psize static
8ea58996f539 powerpc/64e: split out nohash Book3E 64-bit code
8ebe3bb3688a powerpc/64e: remove unused IBM HTW code
eaccebe663b2 clk: qcom: ipq9574: Update the alpha PLL type for GPLLs
37b65ea6c7ad crypto: starfive - Fix nent assignment in rsa dec
02b3f8860963 crypto: starfive - Align rsa input data to 32-bit
872f86e1757b ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using result_tf
c8d4acb32530 ata: libata-scsi: Remove redundant sense_buffer memsets
302ba299c31e drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizes
5f2a2bf25395 drm/amd: Add gfx12 swizzle mode defs
5ea24ddc26a7 can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 of mcp2518fd
6cdc3fc4fb2f can: mcp251xfd: clarify the meaning of timestamp
bf501ab4cbfe can: mcp251xfd: rx: prepare to workaround broken RX FIFO head index erratum
2370061f0707 can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out in separate function
62ca6d3a905b arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry
acf9ef8d1b1f arm64: acpi: Move get_cpu_for_acpi_id() to a header
47c310fbaaf4 ACPI: processor: Fix memory leaks in error paths of processor_add()
6bf77014db58 ACPI: processor: Return an error if acpi_processor_get_info() fails in processor_add()
241bce1c757d workqueue: Improve scalability of workqueue watchdog touch
5ff0a4414195 workqueue: wq_watchdog_touch is always called with valid CPU
0eceaa9d0560 Revert "mm: skip CMA pages when they are not available"
9a9974713de8 mm/vmscan: use folio_migratetype() instead of get_pageblock_migratetype()
c4b69bee3f4e perf/aux: Fix AUX buffer serialization
9faed52b98e1 uprobes: Use kzalloc to allocate xol area
7eeb7189c4d4 clocksource/drivers/timer-of: Remove percpu irq related code
444c3927a0c1 clocksource/drivers/imx-tpm: Fix next event not taking effect sometime
c4f27b17d384 clocksource/drivers/imx-tpm: Fix return -ETIME when delta exceeds INT_MAX
39e7e593418c VMCI: Fix use-after-free when removing resource in vmci_resource_remove()
6ed45748c19b Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic
de6946be9c8b uio_hv_generic: Fix kernel NULL pointer dereference in hv_uio_rescind
3d1baf322a3a nvmem: Fix return type of devm_nvmem_device_get() in kerneldoc
1f33d9f1d9ac binder: fix UAF caused by offsets overwrite
f77dc8a75859 misc: fastrpc: Fix double free of 'buf' in error path
7d301dd2722f usb: dwc3: Avoid waking up gadget during startxfer
f224f3729779 usb: cdns2: Fix controller reset issue
6ef746b0b63f usb: dwc3: core: update LC timer as per USB Spec V3.2
314125cbae48 iio: adc: ad7124: fix chip ID mismatch
66d0d59afe55 iio: adc: ad7606: remove frstdata check for serial mode
fb5d58f238c4 iio: adc: ad7124: fix config comparison
ecc8e1bcac27 iio: fix scale application in iio_convert_raw_to_processed_unlocked
cb0f3f0c102b iio: buffer-dmaengine: fix releasing dma channel on error
dc12e49f970b staging: iio: frequency: ad9834: Validate frequency parameter value
5c007a980450 intel: legacy: Partial revert of field get conversion
4fe707a29789 tcp: process the 3rd ACK with sk_socket for TFO/MPTCP
3b843046dbbe cpufreq: amd-pstate: fix the highest frequency issue which limits performance
1ec40a175a48 cpufreq: amd-pstate: Enable amd-pstate preferred core support
0b983c08ca81 ACPI: CPPC: Add helper to get the highest performance value
e0316069fae7 riscv: Use accessors to page table entries instead of direct dereference
59c9160a7ee3 riscv: mm: Only compile pgtable.c if MMU
1a8b2391e06e mm: Introduce pudp/p4dp/pgdp_get() functions
193b1fc1cbca riscv: Use WRITE_ONCE() when setting page table entries
6c4a878e1cc8 NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegations
07f384c5be1f smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
b777131d03be ata: pata_macio: Use WARN instead of BUG
ff62110ec522 spi: spi-fsl-lpspi: limit PRESCALE bit in TCR register
32ee0520159f MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installed
d942e855324a lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()
7ead730af11e of/irq: Prevent device address out-of-bounds read in interrupt map walk
c3af7e460a52 Squashfs: sanity check symbolic link size
6604d76253e7 usbnet: ipheth: race between ipheth_close and error handling
a4858b00a1ec Input: uinput - reject requests with unreasonable number of slots
60dc4ee0428d HID: amd_sfh: free driver_data after destroying hid device
30e9ce7cd559 HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup
fc9fabeee107 s390/vmlinux.lds.S: Move ro_after_init section behind rodata section
f1eb69aa8562 btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()
16ccaf581da4 spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware
d43fde5ebfe7 kselftests: dmabuf-heaps: Ensure the driver name is null-terminated
5a022269abb2 i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA setup
1f489656d506 i3c: master: svc: resend target address when get NACK
c03185f4a23e vfs: Fix potential circular locking through setxattr() and removexattr()
e42ea96d6d36 regmap: maple: work around gcc-14.1 false-positive warning
fd8e14122374 LoongArch: Use correct API to map cmdline in relocate_kernel()
938acd8e3aa0 net: dpaa: avoid on-stack arrays of NR_CPUS elements
013dae4735d2 Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush()
9fd29738377c tcp: Don't drop SYN+ACK for simultaneous connect().
78c6e39fef5c PCI: Add missing bridge lock to pci_bus_lock()
ce2e63804abf riscv: set trap vector earlier
124451bbc2d3 cxl/region: Verify target positions using the ordered target list
41a0f85e268d btrfs: replace BUG_ON() with error handling at update_ref_for_cow()
7d1df13bf078 btrfs: clean up our handling of refs == 0 in snapshot delete
e7469c65b3c5 btrfs: replace BUG_ON with ASSERT in walk_down_proc()
951b696db188 fs/ntfs3: Check more cases when directory is corrupted
6b1b0a86d9c1 smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()
6922ab293262 drm/amdgpu: reject gang submit on reserved VMIDs
c2618dcb26c7 wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id()
abc8b81b6fc7 dma-mapping: benchmark: Don't starve others when doing the test
e16c4c245150 jbd2: avoid mount failed when commit block is partial submitted
3236afd1a2fa ext4: fix possible tid_t sequence overflows
077c7e5fee4b drm/amdgpu: Set no_hw_access when VF request full GPU fails
030958c2d05e libbpf: Add NULL checks to bpf_object__{prev_map,next_map}
4b83b207f006 ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX for potentially broken alignment
8fecb75bff1b hwmon: (w83627ehf) Fix underflows seen when writing limit attributes
2f695544084a hwmon: (nct6775-core) Fix underflows seen when writing limit attributes
46e4fd338d5b hwmon: (lm95234) Fix underflows seen when writing limit attributes
6891b11a0c62 hwmon: (adc128d818) Fix underflows seen when writing limit attributes
3a986d134402 crypto: qat - fix unintentional re-enabling of error interrupts
7b1d779647af scsi: pm80xx: Set phy->enable_completion only when we wait for it
2f49e05d6b58 scsi: ufs: core: Remove SCSI host only if added
c83d464b82a8 wifi: rtw88: usb: schedule rx work after everything is set up
c5b30148ef3b virtio_ring: fix KMSAN error for premapped mode
b82d4d5c736f pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
72377cee3f46 devres: Initialize an uninitialized struct member
ec5b47a37017 um: line: always fill *error_out in setup_one_line()
84a6b76b2859 cgroup: Protect css->cgroup write under css_set_lock
7cfa7abb240c iommu/vt-d: Handle volatile descriptor status read
8b3267428333 dm init: Handle minors larger than 255
67786b291e77 ASoC: topology: Properly initialize soc_enum values
8bdbc44c6d26 phy: zynqmp: Take the phy mutex in xlate
441e6f5829be firmware: cs_dsp: Don't allow writes to read-only controls
e997b357b13a xen: privcmd: Fix possible access to a freed kirqfd instance
2b110cce19c8 selftests: net: enable bind tests
97d627461504 net: dsa: vsc73xx: fix possible subblocks range of CAPT block
c6c535a44469 net: bridge: br_fdb_external_learn_add(): always set EXT_LEARN
565eb51b3d80 r8152: fix the firmware doesn't work
1df42be305fe fou: Fix null-ptr-deref in GRO.
40531583c5cd bareudp: Fix device stats updates.
f8d6acb19f4a bpf, net: Fix a potential race in do_sock_getsockopt()
2174a3c36899 net/socket: Break down __sys_getsockopt
e88c16a4f07e net/socket: Break down __sys_setsockopt
09fba0162ba0 bpf: Add sockptr support for setsockopt
4a746fb253fa bpf: Add sockptr support for getsockopt
07200e313cb5 usbnet: modern method to get random MAC
81e5622c052b ice: do not bring the VSI up, if it was down before the XDP setup
2f057db2fb29 ice: protect XDP configuration with a mutex
26928c8f00f6 net: phy: Fix missing of_node_put() for leds
217539e994e5 hwmon: (hp-wmi-sensors) Check if WMI event data exists
ed60aab60641 igc: Unlock on error in igc_io_resume()
249c88e7fb45 Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECT
d56412ee7cf9 Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_once
d948e1ffa1d4 Bluetooth: hci_sync: Attempt to dequeue connection attempt
1499f79995c7 Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queue
98f66ea456d5 Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_sync
e78bd85af297 Bluetooth: Remove pending ACL connection attempts
c57edb548276 Bluetooth: hci_conn: Only do ACL connections sequentially
9cd7289bcc24 Bluetooth: hci_event: Use HCI error defines instead of magic values
a22cbf1e085b Bluetooth: qca: If memdump doesn't work, re-enable IBS
503901d3c9e5 can: kvaser_pciefd: Use a single write when releasing RX buffers
6587b387cd54 can: kvaser_pciefd: Move reset of DMA RX buffers to the end of the ISR
00e4c69422c0 can: kvaser_pciefd: Rename board_irq to pci_irq
42408507362d can: kvaser_pciefd: Remove unnecessary comment
c1fb6226795d can: kvaser_pciefd: Skip redundant NULL pointer check in ISR
c5e236744db6 regulator: core: Stub devm_regulator_bulk_get_const() if !CONFIG_REGULATOR
dc2694e474b7 platform/x86: dell-smbios: Fix error path in dell_smbios_init()
efe8effe1380 ice: Add netif_device_attach/detach into PF reset flow
4dde04370503 igb: Fix not clearing TimeSync interrupts for 82580
0a9423f99ded cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
b4b2115d1f50 rust: kbuild: fix export of bss symbols
4de4e53bbd13 rust: Use awk instead of recent xargs
0e52907493fd can: mcp251xfd: fix ring configuration when switching from CAN-CC to CAN-FD mode
db5aca78e260 can: m_can: Release irq on error in m_can_open
4377b79323df can: bcm: Remove proc entry when dev is unregistered.
9a41def4c48f drm/amdgpu: check for LINEAR_ALIGNED correctly in check_tiling_flags_gfx6
dfafee0a7b51 drm/amd/display: Check denominator pbn_div before used
dd48992a8a90 pcmcia: Use resource_size function on resource object
b4987d0236d5 media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse
6970213c7e7d Input: ili210x - use kvmalloc() to allocate buffer for firmware update
576d0fb6f8d4 PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
7b645e687086 ice: Check all ice_vsi_rebuild() errors in function
4ef01846c686 vfio/spapr: Always clear TCEs before unsetting the window
4676bacc6eaf media: vivid: don't set HDMI TX controls if there are no HDMI outputs
2521ba3cfa1d drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts
8bc7b3ce33e6 drm/amdgpu: Fix smatch static checker warning
1bd1fe1109fc drm/amd/display: Check HDCP returned status
874e3bb302f9 drm/amd/display: Run DC_LOG_DC after checking link->link_enc
b2a50ffdd1a0 usb: gadget: aspeed_udc: validate endpoint index for ast udc
4292441b87b8 usb: uas: set host status byte on data completion error
d22d72e2bf9c wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3
56b7104b823b leds: spi-byte: Call of_node_put() on error path
6ae2e315a388 media: vivid: fix wrong sizeimage value for mplane
1741021fc120 riscv: kprobes: Use patch_text_nosync() for insn slots
d670934d4fc9 fs/ntfs3: One more reason to mark inode bad
a56330761950 udf: Avoid excessive partition lengths
415f3634d53c wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check
54921e9a7a8e netfilter: nf_conncount: fix wrong variable type
75758ca26cb5 iommu: sun50i: clear bypass register
4ebd15ab4b85 x86/kmsan: Fix hook for unaligned accesses
9c2450cf5d65 af_unix: Remove put_pid()/put_cred() in copy_peercred().
29ac5a9b6e9c irqchip/armada-370-xp: Do not allow mapping IRQ 0 and 1
9a173212a318 accel/habanalabs/gaudi2: unsecure edma max outstanding register
53f17409abf6 ELF: fix kernel.randomize_va_space double read
3c9e7909df15 bpf, verifier: Correct tail_call_reachable for bpf prog
b181e96e8043 smack: unix sockets: fix accept()ed socket label
838c2cfdb6be wifi: ath12k: fix firmware crash due to invalid peer nss
b366b1e1dda7 wifi: ath12k: fix uninitialize symbol error on ath12k_peer_assoc_h_he()
fd05943b054b ALSA: hda: Add input value sanity checks to HDMI channel map controls
4a67c7c03830 ALSA: control: Apply sanity check of input values for user elements
337266ada863 drm/i915: Do not attempt to load the GSC multiple times
0a1a961bde43 nilfs2: fix state management in error path of log writing function
8c6e43b3d5f1 nilfs2: protect references to superblock parameters exposed in sysfs
9d8c3a585d56 nilfs2: fix missing cleanup on rollforward recovery error
d4a9039a7b3d sched: sch_cake: fix bulk flow accounting logic for host fairness
18a5a1694046 ila: call nf_unregister_net_hooks() sooner
c8219a27fa43 tcp_bpf: fix return value of tcp_bpf_sendmsg()
94479011f4f5 Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs"
73d20d08d39e x86/apic: Make x2apic_disable() work correctly
55c834bc9f82 x86/fpu: Avoid writing LBR bit to IA32_XSS unless supported
ec36815215d7 net: mctp-serial: Fix missing escapes on transmit
9e0bff4900b5 net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup
05e08297c3c2 eventfs: Use list_del_rcu() for SRCU protected list variable
e0d724932ad1 fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF
3c6b4bcf3784 userfaultfd: fix checks for huge PMDs
4a594acc12d5 userfaultfd: don't BUG_ON() if khugepaged yanks our page table
b4fdabffae14 tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthread()
993ecb4ec1f3 tracing: Avoid possible softlockup in tracing_iter_reset()
8c72f0b2c45f tracing/timerlat: Only clear timer if a kthread exists
7a5f01828edf tracing/osnoise: Use a cpumask to know what threads are kthreads
d034bff62fae spi: rockchip: Resolve unbalanced runtime PM / system PM handling
1b2770e27d6d mm: vmalloc: ensure vmap_block is initialised before adding to queue
c318a4bb36f2 kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=y
8fecde9c3f9a can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open
f58f23328932 clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate API
229493828da0 clk: qcom: clk-alpha-pll: Fix the pll post div mask
72f4fc5fb291 clk: starfive: jh7110-sys: Add notifier for PLL0 clock
f36df5cc866f fuse: fix memory leak in fuse_create_open
bfd55cd4295a fuse: use unsigned type for getxattr/listxattr size truncation
ad6451ab31e1 fuse: update stats for pages in dropped aux writeback list
a7fa220ebb41 mmc: cqhci: Fix checking of CQHCI_HALT state
4c6520627bbe mmc: sdhci-of-aspeed: fix module autoloading
5b4bf3948875 mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
115a755bb38d mmc: core: apply SD quirks earlier during probe
84996e92a184 Bluetooth: MGMT: Ignore keys being loaded with invalid type
c4252955e1fb Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"
f9275893b07f rust: macros: provide correct provenance when constructing THIS_MODULE
d6344cc86f31 rust: types: Make Opaque::get const
77ee2eaee4d9 nvme-pci: Add sleep quirk for Samsung 990 Evo
85f03ca98e07 rtmutex: Drop rt_mutex::wait_lock before scheduling
0b46b4ac929f x86/kaslr: Expose and use the end of the physical memory address space
2f4d7b702668 irqchip/gic-v2m: Fix refcount leak in gicv2m_of_init()
0eaf812aa150 perf/x86/intel: Limit the period on Haswell
ef00818c50cf x86/tdx: Fix data leak in mmio_read()
c0fbc9593b18 ata: libata: Fix memory leak for error path in ata_host_alloc()
f75881f54c05 ksmbd: Unlock on in ksmbd_tcp_set_interfaces()
41bc256da7e4 ksmbd: unset the binding mark of a reused connection
5a72d1edb084 smb: client: fix double put of @cfile in smb2_set_path_size()
d84ab6661e8d powerpc/qspinlock: Fix deadlock in MCS queue
c1f23443da3f ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx
421c2701a9fe ALSA: hda/realtek: add patch for internal mic in Lenovo V145
638e61b00208 ALSA: hda/conexant: Add pincfg quirk to enable top speakers on Sirius devices
6c7c519c4dc0 KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missing
c98bb4f15e7f KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASE
939375737b5a KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
5d13afd021eb ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object
b0804c286ccf net: microchip: vcap: Fix use-after-free error in kunit test
dde33a9d0b80 sch/netem: fix use after free in netem_dequeue
18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn
2879d995e569 pnmtologo: sync with 6.6
43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes
35046aea43c8 bpftool: Fix undefined bpf macro for unix socket
9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e503 bpftool: Query only cgroup-related attach types
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 6b1a48c9a70d78082ecb23ba98fd833716077023)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
1410b67bec |
linux-yocto/6.10: cfg: arm64 configuration updates
Integrating the following commit(s) to linux-yocto/.:
1/2 [
Author: Ross Burton
Email: ross.burton@arm.com
Subject: features/security: fix Meltdown/Spectre configurations
Date: Thu, 12 Sep 2024 16:42:50 +0100
These are both specific to x86 so move them into the x86 file, and were
renamed to have a MITIGATION_ prefix in 6.9.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
2/2 [
Author: Ross Burton
Email: ross.burton@arm.com
Subject: bsp/genericarm64: update for 6.10 kconfig symbol renames
Date: Thu, 12 Sep 2024 16:42:51 +0100
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: dcf2879bb3ac663509743c760042e93cbc5d447e)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
f0e17a8f5e |
linux-yocto/6.6: update to v6.6.50
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
ad07a29023ce Linux 6.6.50
9d24eaa21731 i2c: Use IS_REACHABLE() for substituting empty ACPI functions
f5e9a22d19bb virtio_net: Fix napi_skb_cache_put warning
d8915d271630 media: uvcvideo: Enforce alignment of frame and interval
e3a95f29647a drm/amd/display: Skip wbscl_set_scaler_filter if filter is null
e50bec62acae drm/amd/display: Check BIOS images before it is used
67cf14c04ff0 drm/amd/display: use preferred link settings for dp signal only
800a5ab673c4 drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAX
154a50bf4221 drm/amd/display: added NULL check at start of dc_validate_stream
da696cbb4794 drm/amd/display: Don't use fsleep for PSR exit waits on dmub replay
381113ef01e2 drm/amdgpu: add lock in kfd_process_dequeue_from_device
ddfe95f2e1fc drm/amdgpu: add lock in amdgpu_gart_invalidate_tlb
494b42f35fc2 drm/amdgpu: add skip_hw_access checks for sriov
2e91ea29622c block: remove the blk_flush_integrity call in blk_integrity_unregister
72f022ebb9de driver: iio: add missing checks on iio_info's callback access
6290d3f5883d f2fs: fix to do sanity check on blocks for inline_data inode
862b19f0b1c2 wifi: cfg80211: make hash table duplicates more survivable
63ca5b467011 hwmon: (k10temp) Check return value of amd_smn_read()
20bf2920a869 dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptor
cd3851ef3f7d dmaengine: altera-msgdma: use irq variant of spin_lock/unlock while invoking callbacks
9d567126474e drm/bridge: tc358767: Check if fully initialized before signalling HPD event via IRQ
d9612c66af36 gfs2: Revert "Add quota_change type"
d93a2f86b0a9 crypto: stm32/cryp - call finalize with bh disabled
68957f511ba4 drm/meson: plane: Add error handling
ae9018e3f61b net/mlx5e: SHAMPO, Fix incorrect page release
0b722b813c7d platform/chrome: cros_ec_lpc: MEC access can use an AML mutex
4be9fd15c3c8 smack: tcp: ipv4, fix incorrect labeling
4c1145144c94 regmap: spi: Fix potential off-by-one when calculating reserved size
54a11ce4ff2a drm/amdgu: fix Unintentional integer overflow for mall size
69f397e60c3b net: remove NULL-pointer net parameter in ip_metrics_convert
fc1b1e135c3f fsnotify: clear PARENT_WATCHED flags lazily
3b9f2d9301ae usb: typec: ucsi: Fix null pointer dereference in trace
73ec94aac593 usbip: Don't submit special requests twice
f576acf75227 media: v4l2-cci: Always assign *val
37d9fd31347e rcu/nocb: Remove buggy bypass lock contention mitigation
f9a9cf96c3d4 pwm: xilinx: Fix u32 overflow issue in 32-bit width PWM mode.
04e787f836e2 ionic: fix potential irq name truncation
fd867e74fa4d RDMA/efa: Properly handle unexpected AQ completions
220725de5aa5 soc: qcom: smem: Add qcom_smem_bust_hwspin_lock_by_host()
a6978d1b7bb8 hwspinlock: Introduce hwspin_lock_bust()
e51077ad1bf4 wifi: mac80211: check ieee80211_bss_info_change_notify() against MLD
7cdb51585589 PCI: al: Check IORESOURCE_BUS existence during probe
ea37096a6a92 cpufreq: scmi: Avoid overflow of target_freq in fast switch
0bd1be7e84f5 wifi: iwlwifi: remove fw_running op
0798e4330b54 drm/amdgpu: update type of buf size to u32 for eeprom functions
cdc65b5f9998 drm/kfd: Correct pinned buffer handling at kfd restore and validate process
1107129305c1 wifi: rtw89: ser: avoid multiple deinit on same CAM
7e8d106ca98a drm/amd/pm: check negtive return for table entries
7d265772e44d drm/amdgpu: the warning dereferencing obj for nbio_v7_4
025798f44b8d drm/amd/pm: check specific index for smu13
d0230b372068 drm/amd/pm: check specific index for aldebaran
4ab720b6aa1e drm/amdgpu: fix the waring dereferencing hive
0aad97bf6d0b drm/amdgpu: fix dereference after null check
d116bb921e8b drm/amdgpu: Fix the warning division or modulo by zero
58350786dbbd drm/amdgpu/pm: Check input value for CUSTOM profile mode setting on legacy SOCs
eba7c58b7a83 wifi: ath11k: initialize 'ret' in ath11k_qmi_load_file_target_mem()
17d89c79181e wifi: ath12k: initialize 'ret' in ath12k_qmi_load_file_target_mem()
59f742e55a46 apparmor: fix possible NULL pointer dereference
f163ba83e607 drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology_device
d0a43bf367ed drm/amdgpu: fix mc_data out-of-bounds read warning
f2b7a9f3839e drm/amdgpu: fix ucode out-of-bounds read warning
f9267972490f drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number
e6ea3b8fe398 drm/amdkfd: Check debug trap enable before write dbg_ev_file
a60d1f7ff62e drm/amdgpu: Fix out-of-bounds write warning
f71ef2bb69dd drm/amdgpu: Fix the uninitialized variable warning
3ad44174a576 drm/amdgpu/pm: Fix uninitialized variable agc_btc_response
3e04fa97077d drm/amdgpu/pm: Fix uninitialized variable warning for smu10
97667de35ba7 drm/amd/pm: fix uninitialized variable warnings for vangogh_ppt
4dfec5f5501a drm/amd/amdgpu: Check tbo resource pointer
4003bac78438 drm/amd/display: Fix index may exceed array range within fpu_update_bw_bounding_box
8406158a5464 drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration
3dc6bb57dab3 drm/amd/display: Ensure index calculation will not overflow
94b0689984dd drm/amd/display: Fix Coverity INTEGER_OVERFLOW within decide_fallback_link_setting_max_bw_policy
af43ed726fa5 drm/amd/display: Spinlock before reading event
313d3dd4ca0e drm/amd/display: Fix Coverity INTEGER_OVERFLOW within dal_gpio_service_create
13faa9d401a5 drm/amd/display: Fix Coverity INTERGER_OVERFLOW within construct_integrated_info
cb63090a17d3 drm/amd/display: Check msg_id before processing transcation
21f9cb44f8c6 drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]
8b5ccf3d0119 drm/amd/display: Add array index check for hdcp ddc access
48e0b68e2360 drm/amd/display: Check index for aux_rd_interval before using
94cb77700fa4 drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6
08e7755f754e drm/amd/display: Check gpio_id before used as array index
30e60db4296c drm/amdgpu: avoid reading vf2pf info size from FB
1a2c89396ddc drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr
f1e261ced9bc drm/amd/pm: fix the Out-of-bounds read warning
4711b1347cb9 drm/amd/pm: Fix negative array index read
59dd0d4b3326 drm/amd/pm: fix warning using uninitialized value of max_vid_step
1dbce92f3250 drm/amd/pm: fix uninitialized variable warning for smu8_hwmgr
fc0cb02efdfb drm/amd/pm: fix uninitialized variable warning
a2f2beaba783 drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc
da22d1b98d9d drm/amdgpu: fix overflowed array index read warning
d2fe7ac613a1 drm/amd/display: Assign linear_pitch_alignment even for VM
761964b756c6 drm/amdgpu: Fix uninitialized variable warning in amdgpu_afmt_acr
3d2e1b82558b mptcp: pr_debug: add missing \n at the end
a088190f3fbf mptcp: avoid duplicated SUB_CLOSED events
1f4ca105abb5 selftests: mptcp: join: stop transfer when check is done (part 2.2)
5803af655fd5 selftests: mptcp: join: disable get and dump addr checks
81f2e73e73fb selftests: mptcp: join: test for flush/re-add endpoints
f9ca09beedda selftests: mptcp: join: check re-re-adding ID 0 signal
a417ef47a665 selftests: mptcp: join: validate event numbers
b66609e9aa7c selftests: mptcp: add mptcp_lib_events helper
0a37a0ec0d7d selftests: mptcp: join: check re-adding init endp with != id
43ca9a10d052 selftests: mptcp: join: check re-using ID of unused ADD_ADDR
a95e3e702ce4 selftests: mptcp: add explicit test case for remove/readd
8863e430e6dc selftests: mptcp: join: cannot rm sf if closed
a17d1419126b selftests: mptcp: declare event macros in mptcp_lib
485bb1981a2e selftests: mptcp: userspace pm get addr tests
1b8af4ba00b2 selftests: mptcp: dump userspace addrs list
05867195c96f selftests: mptcp: userspace pm create id 0 subflow
2a72ceb86359 mptcp: pm: fix RM_ADDR ID for the initial subflow
0229074a5170 mptcp: make pm_remove_addrs_and_subflows static
489f245e00f0 ASoC: codecs: ES8326: button detect issue
2eb143e0962c ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6
cc300463aa06 net: usb: qmi_wwan: add MeiG Smart SRM825L
2ea1fab2df6c dma-debug: avoid deadlock between dma debug vs printk and netconsole
b1322bc32a34 i2c: Fix conditional for substituting empty ACPI functions
8b28f8c5d124 spi: hisi-kunpeng: Add validation for the minimum value of speed_hz
533e175c82ad ASoC: amd: yc: Support mic on HP 14-em0002la
77e5d743a8cf smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp
ad3bc43e7296 net/mlx5: DR, Fix 'stack guard page was hit' error in dr_rule
f8b39e2da7d9 ALSA: seq: ump: Explicitly reset RPN with Null RPN
9062e98473a9 ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data reception
7c34c6894779 ALSA: seq: ump: Use the common RPN/bank conversion context
4ed4e84939ac ALSA: ump: Explicitly reset RPN with Null RPN
5a494fdbfc63 ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data reception
bd819563d5c3 ALSA: hda/conexant: Mute speakers at suspend / shutdown
8f11fbe1199b ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown
9b090ccd80cc btrfs: tree-checker: validate dref root and objectid
02c19d769d2b scsi: ufs: core: Bypass quick recovery if force reset is needed
8d1af5c6af5c scsi: ufs: core: Check LSDBS cap when !mcq
512bd0cd535b drm: panel-orientation-quirks: Add quirk for OrangePi Neo
d5618eaea886 drm/fb-helper: Don't schedule_work() to flush frame buffer during panic()
18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn
2879d995e569 pnmtologo: sync with 6.6
43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes
35046aea43c8 bpftool: Fix undefined bpf macro for unix socket
9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e503 bpftool: Query only cgroup-related attach types
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 6687a404a7b3c9d3b28832204b1d9ce575f12e13)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
5f97513f8c |
linux-yocto/6.6: update to v6.6.49
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
df1a7cc5e00f Linux 6.6.49
d60839a73a26 apparmor: fix policy_unpack_test on big endian systems
8a3995a3ffec scsi: aacraid: Fix double-free on probe failure
790a8d36f96b arm64: dts: freescale: imx93-tqma9352-mba93xxla: fix typo
7cf7de0f3572 arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-ranges
f8fb2cd48653 arm64: dts: imx93: update default value for snps,clk-csr
d0c54c294926 arm64: dts: imx93: add nvmem property for eqos
1e59301fcc30 arm64: dts: imx93: add nvmem property for fec1
228d69f93898 arm64: dts: imx8mp-beacon-kit: Fix Stereo Audio on WM8962
8aaca1c9fb9a ARM: dts: omap3-n900: correct the accelerometer orientation
d54696813cf4 usb: cdnsp: fix for Link TRB with TC
72be846dc76e usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function
8fc7c9dcfe38 usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attributes()
70b43c33669e usb: dwc3: st: add missing depopulate in probe error path
e1e5e8ea2731 usb: dwc3: st: fix probed platform device ref count on probe error path
7bb11a75dd4d usb: dwc3: core: Prevent USB core invalid event buffer address access
df2daed52923 usb: dwc3: omap: add missing depopulate in probe error path
b3e8696e0374 ARM: dts: imx6dl-yapp43: Increase LED current to match the yapp4 HW design
6d9f4783868b USB: serial: option: add MeiG Smart SRM825L
03e3156ea7e5 scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progress
cdf7efe4b02a firmware: qcom: scm: Mark get_wq_ctx() as atomic call
ea3b6ec38bed cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller
1efdbf5323c9 soc: qcom: pmic_glink: Fix race during initialization
c704091b5911 soc: qcom: pmic_glink: Actually communicate when remote goes down
ef80520be0ff soc: qcom: cmd-db: Map shared memory as WC, not WB
56ad559cf6d8 nfc: pn533: Add poll mod list filling check
55526afdbb52 net: busy-poll: use ktime_get_ns() instead of local_clock()
f6f5e39a3fe7 drm/amd/display: avoid using null object of framebuffer
b65116bee7b5 sctp: fix association labeling in the duplicate COOKIE-ECHO case
28c67f0f84f8 gtp: fix a potential NULL pointer dereference
6b598069164a bonding: change ipsec_lock from spin lock to mutex
19792758339b bonding: extract the use of real_device into local variable
124a688ed36c bonding: implement xdo_dev_state_free and call it after deletion
7aa9f978c2b6 selftests: forwarding: local_termination: Down ports on cleanup
7e7d0bd538d5 selftests: forwarding: no_forwarding: Down ports on cleanup
84f17718a0b8 netfilter: nf_tables_ipv6: consider network offset in netdev/egress validation
94ab317024ba ethtool: check device is present when getting link settings
1a525d99dc93 wifi: iwlwifi: fw: fix wgds rev 3 exact size
8e51088d9123 netfilter: nf_tables: restore IP sanity checks for netdev/egress
99912d85fa89 iommu: Do not return 0 from map_pages if it doesn't do anything
c8525821ecb1 Bluetooth: hci_core: Fix not handling hibernation actions
662a55986b88 Bluetooth: btnxpuart: Fix random crash seen while removing driver
9aa6e15c0108 Bluetooth: btnxpuart: Handle FW Download Abort scenario
9d5df94ce0e2 Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test
7df36cceb934 dmaengine: dw: Add memory bus width verification
e1b63d054ee0 dmaengine: dw: Add peripheral bus width verification
24775bfdf435 phy: xilinx: phy-zynqmp: Fix SGMII linkup failure on resume
ffd2e852dc54 dmaengine: dw-edma: Do not enable watermark interrupts for HDMA
d3c9a2a6caa8 dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMA
b47ff45c4a87 soundwire: stream: fix programming slave ports for non-continous port maps
954e1893fe85 phy: fsl-imx8mq-usb: fix tuning parameter name
b547cab1ebdb iommufd: Do not allow creating areas without READ or WRITE
459584258d47 selinux,smack: don't bypass permissions check in inode_setsecctx hook
05d2e16a9e3a Revert "change alloc_pages name in dma_map_ops to avoid name conflicts"
288d398df80c cifs: Fix FALLOC_FL_PUNCH_HOLE support
881aee27ce7d mm: Fix missing folio invalidation calls during truncation
9de10f5b7ba9 ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_err
dce7cbeaa10f ovl: fix wrong lowerdir number check for parameter Opt_lowerdir
0e1c9709d70b ovl: pass string to ovl_parse_layer()
c15123bbe379 pinctrl: starfive: jh7110: Correct the level trigger configuration of iev register
2ebdb6e98705 pinctrl: mediatek: common-v2: Fix broken bias-disable for PULL_PU_PD_RSEL_TYPE
805cb277fbc0 ASoC: SOF: amd: Fix for acp init sequence
30464c3174e1 ASoC: amd: acp: fix module autoloading
2dfbf8991e49 thermal: of: Fix OF node leak in of_thermal_zone_find() error paths
31019a2ab4a0 thermal: of: Fix OF node leak in thermal_of_trips_init() error path
0199a29ec6e9 of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling
d967f6ae3149 usb: typec: fix up incorrectly backported "usb: typec: tcpm: unregister existing source caps before re-registration"
4ed03758ddf0 tracing: Have format file honor EVENT_FILE_FL_FREED
9a9716bbbf3d drm/vmwgfx: Fix prime with external buffers
39defab0ebf0 drm/amdgpu/swsmu: always force a state reprogram on init
11182b33faf3 drm/amdgpu: align pp_power_profile_mode with kernel docs
09c423d6fcd5 selftests: mptcp: join: check re-re-adding ID 0 endp
99c17b3be7e3 selftests: mptcp: join: no extra msg if no counter
a81c87ac6080 selftests: mptcp: join: check removing ID 0 endpoint
dc14d542e683 mptcp: pm: ADD_ADDR 0 is not a new address
53e2173172d2 mptcp: pm: fix ID 0 endp usage after multiple re-creations
78b04149868d mptcp: pm: do not remove already closed subflows
edfbc14a4beb mptcp: pm: send ACK on an active subflow
26e0f27405db mptcp: pm: reset MPC endp ID when re-added
6d6c14563347 mptcp: pm: skip connecting to already established sf
1448d9a34ce4 mptcp: pm: reuse ID 0 after delete and re-add
9e40cd795900 mptcp: sched: check both backup in retrans
255bc4fc4f6a mptcp: close subflow when receiving TCP+FIN
c04cac9a59c4 net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response
8e4084ed2bd6 wifi: mwifiex: duplicate static structs used in driver instances
9d5e5908f063 wifi: wfx: repair open network AP mode
cb739d3ce51c of: Add cleanup.h based auto release via __free(device_node) markings
4ed45fe99ec9 pinctrl: single: fix potential NULL dereference in pcs_get_function()
d80bdfaa48c1 pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins
a01859dd6aeb smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()
44013260666f btrfs: run delayed iputs when flushing delalloc
51722b99f41f btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()
f6758eb7928e LoongArch: Remove the unused dma-direct.h
b1922c3102f1 ALSA: seq: Skip event type filtering for UMP events
c77dee530e77 Linux 6.6.48
a2081b8cabbe tools: move alignment-related macros to new <linux/align.h>
8f04edd554d1 Input: MT - limit max slots
3d68d1076040 Revert "s390/dasd: Establish DMA alignment"
b8d7b897e1e5 net: ngbe: Fix phy mode set to external phy
118fd997612d ksmbd: fix race condition between destroy_previous_session() and smb2 operations()
c6372cbd919b drm/amdgpu/vcn: not pause dpg for unified queue
44bb8f18a63b drm/amdgpu/vcn: identify unified queue in sw init
e0aeb26b04ec NFSD: simplify error paths in nfsd_svc()
b12caa8f0888 selftests/bpf: Add a test to verify previous stacksafe() fix
7cad3174cc79 bpf: Fix a kernel verifier crash in stacksafe()
19b4397c4a15 mm/numa: no task_numa_fault() call if PTE is changed
c789a78151c1 mm/numa: no task_numa_fault() call if PMD is changed
bb121128fd58 ALSA: timer: Relax start tick time check for slave timer elements
1f3b52c0fdc8 igc: Fix qbv tx latency by setting gtxoffset
ad569ac6055f drm/panel: nt36523: Set 120Hz fps for xiaomi,elish panels
ab7554fb515b drm/msm/mdss: specify cfg bandwidth for SDM670
cc9006d00da4 hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()
f0974e6bc385 tcp: do not export tcp_twsk_purge()
3d3a8654a53b platform/x86/intel/ifs: Call release_firmware() when handling errors.
50fe8565a9be Revert "drm/amd/display: Validate hw_points_num before using it"
8e1f64d44664 Revert "usb: gadget: uvc: cleanup request when not in correct state"
ce2f28a549f1 selftests: mptcp: join: check re-using ID of closed subflow
f845af67e79e selftests: mptcp: join: validate fullmesh endp on 1st sf
9a9afbbc3fbf mptcp: pm: avoid possible UaF when selecting endp
b762e1e301bd mptcp: pm: fullmesh: select the right ID later
a7a692b79104 mptcp: pm: only in-kernel cannot have entries with ID 0
9907af6a28a6 mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR
d20bf2c96d7f mptcp: pm: only decrement add_addr_accepted for MPJ req
43cf912b0b0f mptcp: pm: only mark 'subflow' endp as available
01db51846874 mptcp: pm: remove mptcp_pm_remove_subflow()
257d56fbfff9 mptcp: pm: re-using ID of unused flushed subflows
7b64bdbfcf6f mptcp: pm: re-using ID of unused removed subflows
cb24bdcdecba mptcp: pm: re-using ID of unused removed ADD_ADDR
cc29c5546c6a nouveau/firmware: use dma non-coherent allocator
d25fd6eb26a7 pmdomain: imx: wait SSAR when i.MX93 power domain on
e6d49dd41e14 pmdomain: imx: scu-pd: Remove duplicated clocks
7bbf8f8b8861 mmc: dw_mmc: allow biu and ciu clocks to defer
c1b17191abc5 mmc: mtk-sd: receive cmd8 data when hs400 tuning fail
9d7629bec5c3 KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
2d7cb80bfff3 cxgb4: add forgotten u64 ivlan cast before shift
11343059daf8 Input: i8042 - use new forcenorestore quirk to replace old buggy quirk combination
fdda14aba729 Input: i8042 - add forcenorestore quirk to leave controller untouched even on s3
2b5f22ea55ca HID: wacom: Defer calculation of resolution until resolution_code is known
ac5d3baf141a MIPS: Loongson64: Set timer mode in cpu-probe
242665bd914a net: dsa: microchip: fix PTP config failure when using multiple ports
50553ea7cbd3 drm/amdgpu: Validate TA binary size
09982d418ac6 ksmbd: the buffer of smb2 query dir response has at least 1 byte
76df3a1970dd scsi: core: Fix the return value of scsi_logical_block_count()
064dd929c765 Bluetooth: MGMT: Add error handling to pair_device()
0fa4b4aadb2b smb: client: ignore unhandled reparse tags
cac2815f49d3 mmc: mmc_test: Fix NULL dereference on allocation failure
88c232fd0629 drm/msm: fix the highest_bank_bit for sc7180
aba75693331e drm/msm/mdss: Handle the reg bus ICC path
707601fcf652 drm/msm/mdss: Rename path references to mdp_path
9611899f42e3 drm/msm/mdss: switch mdss to use devm_of_icc_get()
8b93b3e1589e drm/msm/dpu: take plane rotation into account for wide planes
1af8f3db50c2 drm/msm/dpu: try multirect based on mdp clock limits
a3c5815b07f4 drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails
6f3aea37aac4 drm/msm/dp: reset the link phy params before link training
3fb61718bcbe drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable()
8e7ef27e4e8f drm/msm/dpu: capture snapshot on the first commit_done timeout
801f49c83bac drm/msm/dpu: split dpu_encoder_wait_for_event into two functions
da7243e52264 drm/msm/dpu: drop MSM_ENC_VBLANK support
e86721b0d02c drm/msm/dpu: use drmm-managed allocation for dpu_encoder_phys
4a2798cc24ba drm/msm/dp: fix the max supported bpp logic
69da87fb0dd4 drm/msm/dpu: don't play tricks with debug macros
6be50c8991d7 net: ovs: fix ovs_drop_reasons error
4bf322e5af8e net: xilinx: axienet: Fix dangling multicast addresses
14ebcb4a67dc net: xilinx: axienet: Always disable promiscuous mode
7a8c74df7c97 octeontx2-af: Fix CPT AF register offset calculation
0279c35d242d netfilter: flowtable: validate vlan header
fa4e6ae38574 bnxt_en: Fix double DMA unmapping for XDP_REDIRECT
124b428fe280 ipv6: prevent possible UAF in ip6_xmit()
6ab6bf731354 ipv6: fix possible UAF in ip6_finish_output2()
af1dde074ee2 ipv6: prevent UAF in ip6_send_skb()
cfa692e7e71b udp: fix receiving fraglist GSO packets
577d6c061946 netem: fix return value if duplicate enqueue fails
f7d8c2fabd39 net: dsa: mv88e6xxx: Fix out-of-bound access
8ea80ff5d829 igb: cope with large MAX_SKB_FRAGS
da7d3fddced7 dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()
c864bf016692 ice: fix truesize operations for PAGE_SIZE >= 8192
e9a1df12d530 ice: fix ICE_LAST_OFFSET formula
5898525275b2 ice: fix page reuse when PAGE_SIZE is over 8k
996ba2f0d755 bonding: fix xfrm state handling when clearing active slave
4582d4ff413a bonding: fix xfrm real_dev null pointer dereference
0707260a1831 bonding: fix null pointer deref in bond_ipsec_offload_ok
f2b3d38d7986 bonding: fix bond_ipsec_offload_ok return type
467ee0d4c567 ip6_tunnel: Fix broken GRO
9a131a509935 netfilter: nft_counter: Synchronize nft_counter_reset() against reader.
b1ac83483e8a netfilter: nft_counter: Disable BH in nft_counter_offload_stats().
00425508f30b kcm: Serialise kcm_sendmsg() for the same socket.
ed37ac430c70 net: mctp: test: Use correct skb for route input check
99580ae890ec tcp: prevent concurrent execution of tcp_sk_exit_batch
7348061662c7 tcp/dccp: do not care about families in inet_twsk_purge()
9624febd6968 tcp/dccp: bypass empty buckets in inet_twsk_purge()
03225025384d selftests: udpgro: report error when receive failed
440efd86cda2 tc-testing: don't access non-existent variable on exception
e83b49ecb569 net: mscc: ocelot: serialize access to the injection/extraction groups
ff7f554bbd75 net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q"
dd17e1e68255 net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register injection
4177f2b0a348 Bluetooth: SMP: Fix assumption of Central always being Initiator
50ce49116477 Bluetooth: hci_core: Fix LE quote calculation
9b707444bebc drm/amdkfd: reserve the BO before validating it
15e3bbd83bf5 ALSA: hda/tas2781: Use correct endian conversion
9dcb933a161e platform/surface: aggregator: Fix warning when controller is destroyed in probe
114858d71382 drm/amd/amdgpu: command submission parser for JPEG
a50a25dc0ce0 drm/amd/display: fix cursor offset on rotation 180
6490f063d54b drm/amd/display: Enable otg synchronization logic for DCN321
d15fc910b618 drm/amd/display: Adjust cursor position
f0e8658790b1 btrfs: send: allow cloning non-aligned extent if it ends at i_size
1bca9776ed27 btrfs: replace sb::s_blocksize by fs_info::sectorsize
de7bad86345c mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
983e6b2636f0 change alloc_pages name in dma_map_ops to avoid name conflicts
f2ce57463dd3 selftests: memfd_secret: don't build memfd_secret test on unsupported arches
7b0e822d6546 selftests/mm: log run_vmtests.sh results in TAP format
b4426da8c17c tools/testing/selftests/mm/run_vmtests.sh: lower the ptrace permissions
b77471c6760a mm: fix endless reclaim on machines with unaccepted memory
00b395e95a01 dm suspend: return -ERESTARTSYS instead of -EINTR
84557cd61182 riscv: entry: always initialize regs->a0 to -ENOSYS
e84f4400bf8c i2c: stm32f7: Add atomic_xfer method to driver
2ff51719ec61 jfs: define xtree root and page independently
34ba4f29f3d9 gtp: pull network headers in gtp_dev_xmit()
9c375a95669e nvme: fix namespace removal list
6019283e1e35 EDAC/skx_common: Allow decoding of SGX addresses
81bd4b07a4f3 ionic: check cmd_regs before copying in or out
1ae3ff27c6f2 ionic: use pci_is_enabled not open code
a855d1297985 hrtimer: Prevent queuing of hrtimer without a function callback
3cc03d1dbdcf drm/amdgpu: fix dereference null return value for the function amdgpu_vm_pt_parent
82f20194bf46 nvme: use srcu for iterating namespace list
913c30f827e1 Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"
1b2631dd54fb selftests/bpf: Fix a few tests for GCC related warnings.
73c50bd10478 nvmet-rdma: fix possible bad dereference when freeing rsps
e9c0aa6c3dfd ext4: set the type of max_zeroout to unsigned int to avoid overflow
4ca547488de8 irqchip/gic-v3-its: Remove BUG_ON in its_vpe_irq_domain_alloc
def4422ff0eb usb: dwc3: core: Skip setting event buffers for host only controllers
c0076d2c8d45 platform/x86: lg-laptop: fix %s null argument warning
14bd62d58018 clocksource: Make watchdog and suspend-timing multiplication overflow safe
831420f210a3 irqchip/renesas-rzg2l: Do not set TIEN and TINT source at the same time
d8d4da5c689d s390/iucv: fix receive buffer virtual vs physical address confusion
7ad21517c397 openrisc: Call setup_memory() earlier in the init sequence
fbc63fb16544 NFS: avoid infinite loop in pnfs_update_layout.
4ff710fdf72f nvmet-tcp: do not continue for invalid icreq
be285b8dd29b net: hns3: add checking for vf id of mailbox
454ba1740cb5 rtc: nct3018y: fix possible NULL dereference
664ad87c36c8 firmware: cirrus: cs_dsp: Initialize debugfs_root to invalid
7ff15407c404 Bluetooth: bnep: Fix out-of-bound access
5469f609be9f nvme: clear caller pointer on identify failure
5419f3001e9e usb: gadget: fsl: Increase size of name buffer for endpoints
428fb40bd951 f2fs: fix to do sanity check in update_sit_entry
b9b019acfb72 btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_extent()
c7e0e8acc59a btrfs: change BUG_ON to assertion in tree_move_down()
48256173f200 btrfs: send: handle unexpected inode in header process_recorded_refs()
4eb8be942efc btrfs: send: handle unexpected data in header buffer in begin_cmd()
46ca3ec9b8b1 btrfs: handle invalid root reference found in may_destroy_subvol()
6be930556d28 btrfs: push errors up from add_async_extent()
981a749cef8e btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()
f379c3f49e95 btrfs: change BUG_ON to assertion when checking for delayed_node root
315471004b84 btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()
a7fec145b086 btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()
97db7b598766 powerpc/boot: Only free if realloc() succeeds
9c96b5b05648 powerpc/boot: Handle allocation failure in simple_realloc()
881613a97540 f2fs: stop checkpoint when get a out-of-bounds segment
23494bccd256 rxrpc: Don't pick values out of the wire header when setting up security
cbdac8249fc9 parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367
0f7acd8cefdb memory: stm32-fmc2-ebi: check regmap_read return value
1a45994fb218 x86: Increase brk randomness entropy for 64-bit systems
60563755c93c md: clean up invalid BUG_ON in md_ioctl
9cf3b89b4f84 netlink: hold nlk->cb_mutex longer in __netlink_dump_start()
0e07c0c84afe tick: Move got_idle_tick away from common flags
6d4fbad0efbf clocksource/drivers/arm_global_timer: Guard against division by zero
533893c2e033 accel/habanalabs: fix debugfs files permissions
0b9f748da2ae virtiofs: forbid newlines in tags
a48d12797eef hrtimer: Select housekeeping CPU during migration
53b2f3539958 gpio: sysfs: extend the critical section for unregistering sysfs devices
932490268c44 drm/lima: set gp bus_stop bit before hard reset
aeecb08b6420 net/sun3_82586: Avoid reading past buffer in debug output
6d3ff0437e1a wifi: iwlwifi: mvm: avoid garbage iPN
2f50c1ea7fde media: drivers/media/dvb-core: copy user arrays safely
12b5b959080a scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()
342352caf06f fs: binfmt_elf_efpic: don't use missing interpreter's properties
b1397fb4a779 media: pci: cx23885: check cx23885_vdev_init() return
1fb112cefadb kernfs: fix false-positive WARN(nr_mmapped) in kernfs_drain_open_files
d5a9588cc389 riscv: blacklist assembly symbols for kprobe
18b9264a1389 quota: Remove BUG_ON from dqget()
30bbdff9e19d wifi: ath12k: Add missing qmi_txn_cancel() calls
535e9bd0e8f8 fuse: fix UAF in rcu pathwalks
e968edf6ecba afs: fix __afs_break_callback() / afs_drop_open_mmap() race
56a1bf2b8357 btrfs: zlib: fix and simplify the inline extent decompression
0a56dcce6b82 ext4: do not trim the group with corrupted block bitmap
5b7766ab913b nvmet-trace: avoid dereferencing pointer too early
9b139b16b58e EDAC/skx_common: Filter out the invalid address
73567149beaf gfs2: Refcounting fix in gfs2_thaw_super
3cde81f8ad3e Bluetooth: hci_conn: Check non NULL function before calling for HFP offload
7a3e7f1ed601 evm: don't copy up 'security.evm' xattr
e9c902dd3695 drm/rockchip: vop2: clear afbc en and transform bit for cluster window at linear mode
9324cbc465a6 ionic: no fw read when PCI reset failed
b41d5ce6b210 ionic: prevent pci disable of already disabled device
fb768e05712d powerpc/pseries/papr-sysparm: Validate buffer object lengths
cbd7ab7d7ef7 hwmon: (pc87360) Bounds check data->innr usage
61db7910e8c2 ASoC: SOF: ipc4: check return value of snd_sof_ipc_msg_data
9badede60704 powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpu
dff1afeaeaf6 memory: tegra: Skip SID programming if SID registers aren't set
9064a70eee97 drm/msm: Reduce fallout of fence signaling vs reclaim hangs
edb39f621bad block: Fix lockdep warning in blk_mq_mark_tag_wait
c58f7770456b arm64: Fix KASAN random tag seed initialization
855538373007 powerpc/topology: Check if a core is online
f17c3a37b22a cpu/SMT: Enable SMT only if a core is online
881eb2fae123 rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT
b4dad0cab687 rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT
34e1335905f2 rust: work around `bindgen` 0.69.0 issue
7d805d925529 hwmon: (ltc2992) Avoid division by zero
67288cbb7ac2 IB/hfi1: Fix potential deadlock on &irq_src_lock and &dd->uctxt_lock
c357e4cf5830 clk: visconti: Add bounds-checking coverage for struct visconti_pll_provider
30819471054a wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware()
0a1a3c11fc33 wifi: iwlwifi: fw: Fix debugfs command sending
1cbdaf141a5d wifi: iwlwifi: abort scan when rfkill on but device enabled
355aec2ed84d gfs2: setattr_chown: Add missing initialization
1a327862eb13 wifi: mac80211: flush STA queues on unauthorization
e9f610050369 scsi: spi: Fix sshdr use
3b2f36068c28 ASoC: SOF: Intel: hda-dsp: Make sure that no irq handler is pending before suspend
66ddb97699b2 iommu/arm-smmu-qcom: Add SDM670 MDSS compatible
9649d26dc9ad media: qcom: venus: fix incorrect return value
abbba0768c8c drm/tegra: Zero-initialize iosys_map
5ee7df8143c1 binfmt_misc: cleanup on filesystem umount
ebf6f517d3f3 md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'
03be3489b165 accel/habanalabs: fix bug in timestamp interrupt handling
db5ba2c1ed16 accel/habanalabs: export dma-buf only if size/offset multiples of PAGE_SIZE
fa8cb3102fe4 accel/habanalabs/gaudi2: unsecure tpc count registers
e6571cff84da media: s5p-mfc: Fix potential deadlock on condlock
14dde93c3136 platform/x86/intel/ifs: Validate image size
8464e99e3808 staging: ks7010: disable bh on tx_dev_lock
a8b30d53a1e9 drm/amd/display: Validate hw_points_num before using it
1b60d354a4de usb: gadget: uvc: cleanup request when not in correct state
d2defcddfe90 wifi: mt76: fix race condition related to checking tx queue fill status
b87691d733cf staging: iio: resolver: ad2s1210: fix use before initialization
84d617388059 wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage
55e9057c8a95 media: radio-isa: use dev_name to fill in bus_info
14fafdfdadf9 drm/amdkfd: Move dma unmapping after TLB flush
7620f9c3bdc5 i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer
6c85c7c9a8cd i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times out
98ed3f40f22d wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan
10b1f8525415 drm/bridge: tc358768: Attempt to fix DSI horizontal timings
8653d7bddf81 s390/smp,mcck: fix early IPI handling
0b9c00d9fae7 RDMA/rtrs: Fix the problem of variable not initialized fully
75a92689e36b i2c: riic: avoid potential division by zero
a2225b7af5d6 cgroup: Avoid extra dereference in css_populate_dir()
a4dc7424561c wifi: cw1200: Avoid processing an invalid TIM IE
97f381703914 sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()
7ede6ef04c9f net: ethernet: mtk_wed: check update_wo_rx_stats in mtk_wed_update_rx_stats()
81ba4dd37a28 rcu: Eliminate rcu_gp_slow_unregister() false positive
e160de344f52 rcu: Dump memory object info if callback function is invalid
4a2f09460141 mm: Remove kmem_valid_obj()
ee6669b463ca wifi: iwlwifi: mvm: fix recovery flow in CSA
86f22e7cce02 wifi: mac80211: fix BA session teardown race
268f84a82753 wifi: cfg80211: check wiphy mutex is held for wdev mutex
f34056c3050e wifi: mac80211: lock wiphy in IP address notifier
5a002f41ebff ASoC: cs35l45: Checks index of cs35l45_irqs[]
8574cdabb526 ssb: Fix division by zero issue in ssb_calc_clock_rate
ec71cc24b0d4 drm/amdgpu: access RLC_SPM_MC_CNTL through MMIO in SRIOV runtime
695f692bcd72 drm/amd/amdgpu/imu_v11_0: Increase buffer size to ensure all possible values can be stored
51e4630ef0d1 drm/amd/pm: fix error flow in sensor fetching
c3254bc09f46 ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7
a8544dec14a7 gpio: mlxbf3: Support shutdown() function
fa1d4de7265c net: hns3: fix a deadlock problem when config TC during resetting
1d2f4a731613 net: hns3: use the user's cfg after reset
a6c0178c81a1 net: hns3: fix wrong use of semaphore up
d4b8c4bb7714 selftests: net: lib: kill PIDs before del netns
fc9cae2199b8 selftests: net: lib: ignore possible errors
921f1acf0c3c vsock: fix recursive ->recvmsg calls
f123293db16d netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests
4340de3e659c netfilter: nf_tables: Introduce nf_tables_getobj_single
cf4ebf779739 netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctx
f3b7dc8b6c9a netfilter: nf_tables: nft_obj_filter fits into cb->ctx
959c9bf85fe2 netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctx
2c6a79b94e39 netfilter: nf_tables: A better name for nft_obj_filter
ba9b99d909e1 netfilter: nf_tables: Unconditionally allocate nft_obj_filter
83d37714c151 netfilter: nf_tables: Drop pointless memset in nf_tables_dump_obj
bb6231e53361 netfilter: nf_tables: Audit log dump reset after the fact
74e6eb7fd27e netfilter: nf_queue: drop packets with cloned unconfirmed conntracks
c7b760499f77 netfilter: flowtable: initialise extack before use
7b825f91a071 netfilter: allow ipv6 fragments to arrive on different devices
227355ad4e4a tcp: Update window clamping condition
ff8292bb10ec mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved size
c920ab13d713 mlxbf_gige: disable RX filters until RX path initialized
326a89321f9d net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb()
b3917d8a4e01 net: dsa: vsc73xx: check busy flag in MDIO operations
cec515531e4f net: dsa: vsc73xx: use read_poll_timeout instead delay loop
e077f5192811 net: dsa: vsc73xx: pass value in phy_write operation
948ee178f46e net: axienet: Fix register defines comment description
ef23c18ab88e atm: idt77252: prevent use after free in dequeue_rx()
6c88d53bcf8e net/mlx5e: Correctly report errors for ethtool rx flows
b3b9a87adee9 net/mlx5e: Take state lock during tx timeout reporter
920dff7f4369 igc: Fix reset adapter logics when tx mode change
01ad5058b826 igc: Fix qbv_config_change_errors logics
3fa593db4592 igc: Fix packet still tx after gate close by reducing i226 MAC retry buffer
944f2d4db9ce bpf: Fix updating attached freplace prog in prog_array map
730f7a5e44d8 s390/uv: Panic for set and remove shared access UVC errors
09717678737b drm/amdgpu/jpeg4: properly set atomics vmid field
0e93fa4027cf drm/amdgpu/jpeg2: properly set atomics vmid field
f1aa7c509aa7 memcg_write_event_control(): fix a user-triggerable oops
2685a2b9e55d drm/amdgpu: Actually check flags for all context ops.
d3ba98ce5c18 btrfs: tree-checker: add dev extent item checks
9baca56eb073 btrfs: zoned: properly take lock to read/update block group's zoned variables
251508b933f6 btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type
f7668d033940 mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpu
5295951b53bd selinux: add the processing of the failure of avc_add_xperms_decision()
01a6b34b602a selinux: fix potential counting error in avc_add_xperms_decision()
dfaa39b05a6c fs/netfs/fscache_cookie: add missing "n_accesses" check
4291f94f8c6b wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion
221cf8321757 net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings
65f20b174ec0 net: mana: Fix RX buf alloc_size alignment and atomic op panic
753f1745146e rtla/osnoise: Prevent NULL dereference in error handling
67d1d8cc5904 i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
dd72ae8b0fce fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
97a532c3ac4f bitmap: introduce generic optimized bitmap_size()
ef725854f898 btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
9805a8811781 s390/cio: rename bitmap_size() -> idset_bitmap_size()
706cc80260d3 fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
b9bda5f6012d vfs: Don't evict inode under the inode lru traversing context
a6bba25f15e7 dm persistent data: fix memory allocation failure
00df2f486838 dm resume: don't return EINVAL when signalled
0237b5517ccb arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
d2c7680250ef ACPI: EC: Evaluate _REG outside the EC scope more carefully
03fd525dfefe ACPICA: Add a depth argument to acpi_execute_reg_methods()
6861faf4232e i2c: tegra: Do not mark ACPI devices as irq safe
36ebafda35f8 riscv: change XIP's kernel_map.size to be size of the entire kernel
051c0a558154 KVM: s390: fix validity interception issue when gisa is switched off
93a7e2856951 s390/dasd: fix error recovery leading to data corruption on ESE devices
31ba13202c74 ALSA: hda/tas2781: fix wrong calibrated data order
18b3ad2a3cc8 thunderbolt: Mark XDomain as unplugged when router is removed
6b99de301d78 xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration
9dd9078485eb ALSA: usb-audio: Support Yamaha P-125 quirk entry
82d06b816332 ALSA: usb-audio: Add delay quirk for VIVO USB-C-XE710 HEADSET
5cff754692ad char: xillybus: Check USB endpoints when probing device
435fc9cae23d char: xillybus: Refine workqueue handling
a7ad105b1225 char: xillybus: Don't destroy workqueue from work item running on it
ac42e0f0eb66 fuse: Initialize beyond-EOF page contents before setting uptodate
61eb7aae8b16 selinux: revert our use of vma_is_initial_heap()
c2a3b181f08f Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"
ea13bd807f1c Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD"
7adc8a3d5da8 Revert "ACPI: EC: Evaluate orphan _REG under EC device"
63e80efa6341 tty: atmel_serial: use the correct RTS flag.
8eb92cfca6c2 tty: serial: fsl_lpuart: mark last busy before uart_add_one_port
18abb2787b53 x86/syscall: Mark exit[_group] syscall handlers __noreturn
2879d995e569 pnmtologo: sync with 6.6
43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes
35046aea43c8 bpftool: Fix undefined bpf macro for unix socket
9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e503 bpftool: Query only cgroup-related attach types
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 4dbd9650040a5e9b839b4d508953a05d008a0bcc)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
8f28a7ef6b |
linux-yocto/6.10: update to v6.10.8
Updating linux-yocto/6.10 to the latest korg -stable release that comprises
the following commits:
560ed1386571 Linux 6.10.8
1b46a871e980 nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease
dbec7640c80c apparmor: fix policy_unpack_test on big endian systems
4b540ec7c004 scsi: aacraid: Fix double-free on probe failure
c9bcc056ec11 firmware: microchip: fix incorrect error report of programming:timeout on success
ac36a8178b6b arm64: dts: freescale: imx93-tqma9352-mba93xxla: fix typo
823c2fe4bc31 arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-ranges
518581361fbb arm64: dts: imx93: update default value for snps,clk-csr
ee0eb25a344e arm64: dts: imx8mp-beacon-kit: Fix Stereo Audio on WM8962
954534c39b77 ARM: dts: omap3-n900: correct the accelerometer orientation
610466d175c5 arm64: dts: qcom: ipq5332: Fix interrupt trigger type for usb
095b0001aefd usb: typec: ucsi: Move unregister out of atomic section
7b17e37345e8 usb: cdnsp: fix for Link TRB with TC
c26d0f772cdb usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function
f6ce7ffadd74 usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attributes()
9b7fc7da7fac usb: dwc3: st: add missing depopulate in probe error path
1de989668708 usb: dwc3: st: fix probed platform device ref count on probe error path
e23f6ad8d110 usb: dwc3: core: Prevent USB core invalid event buffer address access
839ab67f60e4 usb: dwc3: omap: add missing depopulate in probe error path
e49fae2bfda2 usb: dwc3: xilinx: add missing depopulate in probe error path
87670ba8d4ca usb: dwc3: ep0: Don't reset resource alloc flag (including ep0)
8c92b0a18f8d ARM: dts: imx6dl-yapp43: Increase LED current to match the yapp4 HW design
bed5a508bc89 arm64: dts: qcom: x1e80100: fix PCIe domain numbers
f2b87c34d241 arm64: dts: qcom: x1e80100: add missing PCIe minimum OPP
1d45e82ebc42 arm64: dts: qcom: x1e80100-qcp: fix PCIe4 PHY supply
49e8a69a666d arm64: dts: qcom: x1e80100-crd: fix PCIe4 PHY supply
01129c2107ab usb: gadget: uvc: queue pump work in uvcg_video_enable()
e0d580002310 USB: serial: option: add MeiG Smart SRM825L
699ff210c23b dt-bindings: usb: microchip,usb2514: Fix reference USB device schema
80eca665ca50 scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progress
e40115c33c0d firmware: qcom: scm: Mark get_wq_ctx() as atomic call
dcc5a83af7bb usb: typec: fsa4480: Relax CHIP_ID check
695c0e840b79 cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller
943b0e7cc646 soc: qcom: pmic_glink: Fix race during initialization
bd8f8e7b2bce soc: qcom: pmic_glink: Actually communicate when remote goes down
62c2d63605ca soc: qcom: cmd-db: Map shared memory as WC, not WB
6bd8144e8f0f io_uring/kbuf: return correct iovec count from classic buffer peek
7efb76914940 drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16
64513d0e546a nfc: pn533: Add poll mod list filling check
12a366a5d14b net: busy-poll: use ktime_get_ns() instead of local_clock()
49e1b214f323 drm/amd/display: avoid using null object of framebuffer
1fa854f65aaf sctp: fix association labeling in the duplicate COOKIE-ECHO case
1c2ea2326afa tcp: fix forever orphan socket caused by tcp_abort
612edd35f2a3 gtp: fix a potential NULL pointer dereference
56354b0a2c24 bonding: change ipsec_lock from spin lock to mutex
59405f89f799 bonding: extract the use of real_device into local variable
638dc40ddf0b bonding: implement xdo_dev_state_free and call it after deletion
ffe237f5bab9 selftests: forwarding: local_termination: Down ports on cleanup
a42343c88148 selftests: forwarding: no_forwarding: Down ports on cleanup
2138d574c0a2 netfilter: nf_tables_ipv6: consider network offset in netdev/egress validation
f0f1ee469399 net_sched: sch_fq: fix incorrect behavior for small weights
1e9f22cd56a4 hwmon: (pt5161l) Fix invalid temperature reading
1d6d9b5b1b95 ethtool: check device is present when getting link settings
3c2f4db462df wifi: iwlwifi: mvm: allow 6 GHz channels in MLO scan
654297925d0c wifi: iwlwifi: fw: fix wgds rev 3 exact size
68a7894b00ca wifi: iwlwifi: mvm: take the mutex before running link selection
ac746de60867 netfilter: nf_tables: restore IP sanity checks for netdev/egress
fc94b79af387 iommu: Do not return 0 from map_pages if it doesn't do anything
77812d9283fe Bluetooth: hci_core: Fix not handling hibernation actions
29a1d9971e38 Bluetooth: btnxpuart: Fix random crash seen while removing driver
fbdfeeb71fa9 Bluetooth: btnxpuart: Handle FW Download Abort scenario
14abb139a6e5 cpufreq/amd-pstate-ut: Don't check for highest perf matching on prefcore
5f5f7366dda8 pktgen: use cpus_read_lock() in pg_net_init()
0d1064dc06be dmaengine: ti: omap-dma: Initialize sglen after allocation
be76aa923195 dmaengine: dw: Add memory bus width verification
93fafe96eaec dmaengine: dw: Add peripheral bus width verification
b6c833cf1493 phy: xilinx: phy-zynqmp: Fix SGMII linkup failure on resume
1ece4d9b98bb phy: qcom: qmp-pcie: Fix X1E80100 PCIe Gen4 PHY initialisation
58fe9445704a dmaengine: dw-edma: Do not enable watermark interrupts for HDMA
388abe4a1677 dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMA
6fa78e9c4147 soundwire: stream: fix programming slave ports for non-continous port maps
462678742842 phy: fsl-imx8mq-usb: fix tuning parameter name
5a8ac1accf72 iommufd: Do not allow creating areas without READ or WRITE
db8443078a8a cpufreq/amd-pstate: Use topology_logical_package_id() instead of logical_die_id()
f71ec019257b selinux,smack: don't bypass permissions check in inode_setsecctx hook
f12424ca2061 fs/nfsd: fix update of inode attrs in CB_GETATTR
e0b66698a5ae nfsd: fix potential UAF in nfsd4_cb_getattr_release
1ca0cfdec394 nfsd: hold reference to delegation when updating it for cb_getattr
45eb9b1e91de cifs: Fix FALLOC_FL_PUNCH_HOLE support
12a2d1a3dbe7 smb/client: remove unused rq_iter_size from struct smb_rqst
adbaf41621f7 netfs: Fix interaction of streaming writes with zero-point tracker
4931ce82f0a6 netfs: Fix missing iterator reset on retry of short read
e2814004138a netfs: Fix trimming of streaming-write folios in netfs_inval_folio()
c7c90666e43e netfs: Fix netfs_release_folio() to say no if folio dirty
875458893425 afs: Fix post-setattr file edit to do truncation correctly
f4ad910c4431 mm: Fix missing folio invalidation calls during truncation
ba0b697de298 nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_open
3205c181b99e pinctrl: starfive: jh7110: Correct the level trigger configuration of iev register
0197bf772f65 pinctrl: qcom: x1e80100: Fix special pin offsets
5443bf58bb56 pinctrl: mediatek: common-v2: Fix broken bias-disable for PULL_PU_PD_RSEL_TYPE
0790732a7482 backing-file: convert to using fops->splice_write
dd65b324174a nfsd: ensure that nfsd4_fattr_args.context is zeroed out
2aadeb966cda ASoC: cs-amp-lib: Ignore empty UEFI calibration entries
7c9d049ba64d ASoC: cs-amp-lib-test: Force test calibration blob entries to be valid
294e6490bf3a ALSA: hda: cs35l56: Don't use the device index as a calibration index
40ef8748b68e ASoC: SOF: amd: Fix for acp init sequence
a241d8ab8a4c ASoC: amd: acp: fix module autoloading
833dc4e241a5 ASoC: SOF: amd: Fix for incorrect acp error register offsets
cbcac50af040 ASoC: SOF: amd: move iram-dram fence register programming sequence
60dec92867d8 pinctrl: qcom: x1e80100: Update PDC hwirq map
e3e5fed7a3c6 drm/amdgpu: fix eGPU hotplug regression
f7207c5961a0 drm/amdgpu: Do not wait for MP0_C2PMSG_33 IFWI init in SRIOV
10081b0b0ed2 drm/xe: prevent UAF around preempt fence
8831dcab3b6a drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lr
97f519fdd70b drm/xe/vm: Simplify if condition
c25458927f7d drm/xe/display: Make display suspend/resume work on discrete
fcc9d8e21952 drm/xe: Prepare display for D3Cold
17e78f43de0c video/aperture: optionally match the device in sysfb_disable()
c45558414b8f drm/vmwgfx: Disable coherent dumb buffers without 3d
5c12391ee1ab drm/vmwgfx: Fix prime with external buffers
d5228d158e4c drm/vmwgfx: Prevent unmapping active read buffers
e10d26003c16 drm/amdgpu/swsmu: always force a state reprogram on init
306cf40125c7 drm/amdgpu: align pp_power_profile_mode with kernel docs
c04665e707bb drm/i915/dp_mst: Fix MST state after a sink reset
ad3840fc9679 drm/i915/dsi: Make Lenovo Yoga Tab 3 X90F DMI match less strict
1e93467ef203 drm/v3d: Disable preemption while updating GPU stats
c507da85e4f8 binfmt_elf_fdpic: fix AUXV size calculation when ELF_HWCAP2 is defined
6297c575fbad selftests: mptcp: join: check re-re-adding ID 0 endp
6d631530f49f selftests: mptcp: join: no extra msg if no counter
71263ce6abfa selftests: mptcp: join: check removing ID 0 endpoint
a1545eb4ead0 selftests: mptcp: join: cannot rm sf if closed
a8496ca157fa mptcp: pm: ADD_ADDR 0 is not a new address
e38f07c38375 mptcp: avoid duplicated SUB_CLOSED events
119806ae4e46 mptcp: pm: fix ID 0 endp usage after multiple re-creations
dc2af94eca4a mptcp: pm: do not remove already closed subflows
7f73d3092354 mptcp: pm: fix RM_ADDR ID for the initial subflow
42e7e0a752a3 mptcp: pm: send ACK on an active subflow
3415a1a67a6a mptcp: pm: reset MPC endp ID when re-added
8f71366795b8 mptcp: pm: skip connecting to already established sf
69911409d203 mptcp: pm: reuse ID 0 after delete and re-add
78de3c5ffaf2 mptcp: pr_debug: add missing \n at the end
8ca5c96a007e mptcp: sched: check both backup in retrans
2f3efdc9593f mptcp: close subflow when receiving TCP+FIN
bdef76aab9f3 net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response
5432afe3a59f wifi: mwifiex: duplicate static structs used in driver instances
a177a7accaab wifi: wfx: repair open network AP mode
4bf612bc3c63 netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
292151af6add pinctrl: single: fix potential NULL dereference in pcs_get_function()
c3b47777c3ca pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins
b902fb78ab21 smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()
ccedb44fc800 btrfs: run delayed iputs when flushing delalloc
4a3b9e1a8e6c btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()
408ed08408e7 tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support
dd0533b7e151 LoongArch: Add ifdefs to fix LSX and LASX related warnings
d844655a8210 LoongArch: Remove the unused dma-direct.h
abcc6503bb4e ALSA: hda/realtek: support HP Pavilion Aero 13-bg0xxx Mute LED
a914183edea0 ALSA: hda/realtek: Enable mute/micmute LEDs on HP Laptop 14-ey0xxx
9b87ef20e4fc ALSA: seq: Skip event type filtering for UMP events
49c0e0819980 erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially fails
ed37550d7c51 drm/amdgpu/mes: fix mes ring buffer overflow
c4386c5293aa drivers: gpu: drm: msm: registers: improve reproducibility
915a386c7cff qemux86: add configuration symbol to select values
62df91b21626 sched/isolation: really align nohz_full with rcu_nocbs
afe643f5802b clear_warn_once: add a clear_warn_once= boot parameter
7b016793edbf clear_warn_once: bind a timer to written reset value
89a5c70f2000 clear_warn_once: expand debugfs to include read support
8014704c527d tools: Remove some options from CLANG_CROSS_FLAGS
e9ca44556936 libbpf: Fix build warning on ref_ctr_off
32fe8c972c36 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
a372ac2b798d perf: x86-32: explicitly include <errno.h>
a5cb41682777 perf: mips64: Convert __u64 to unsigned long long
ed8ee9f3d1ae perf: fix bench numa compilation
6dbb2915e8a7 perf: add SLANG_INC for slang.h
57f78dddfd93 perf: add sgidefs.h to for mips builds
130f0306cfba perf: change --root to --prefix for python install
2520efe95341 perf: add 'libperl not found' warning
45731b6ae676 perf: force include of <stdbool.h>
ace10f8dec53 fat: Replace prandom_u32() with get_random_u32()
64797bdca14e fat: don't use obsolete random32 call in namei_vfat
2442bae1a645 FAT: Added FAT_NO_83NAME
7561126bce00 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
5c51ab959876 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5869720658c9 aufs6: match exports to functions
e125467cf228 aufs: adjust for v6.9+
eebcdc6635bf aufs6: correct do_splice_from prototype
4c5829036c45 aufs: update remove_page to remove_folio
e8d889d0f434 aufs: i_op: Add handling for au_pin_hdir_set_owner with RT kernel
3ecd9203de17 aufs: fix v6.7 kernel build compilation
5e8ee028dbe2 aufs6: adapt to v6.6 i_op->ctime changes
1132c330feed aufs6: adapt to v6.6
d3e4ede69603 aufs6: core
49ec9271f41d aufs6: standalone
dcc0978da2dd aufs6: mmap
80e1609b37e7 aufs6: base
0dbb3f062420 aufs6: kbuild
ad51078c5ebf yaffs: fix mtime/itime field access
e5f1d35d6188 yaffs2: update VFS ctime operations to 6.6+
dd374461adc7 yaffs2: v6.5 fixups
f5908785d88d yaffs2: Fix miscalculation of devname buffer length
d1403f0acfdf yaffs2: convert user_namespace to mnt_idmap
7dae5463b54f yaffs2: replace bdevname call with sprintf
92d30df4eb56 yaffs2: convert read_page -> readfolio
6c895bffdf72 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
6801e7d90255 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
aff012190046 yaffs2: v5.12+ build fixups (not runtime tested)
fb474842c16e yaffs: include blkdev.h
fe7d745aac94 yaffs: fix misplaced variable declaration
bee147b2e533 yaffs2: v5.6 build fixups
22998f589ec2 yaffs2: fix memory leak when /proc/yaffs is read
ce7d8084a976 yaffs: add strict check when call yaffs_internal_read_super
adb7202fda95 yaffs: repair yaffs_get_mtd_device
2852e5c15d4d yaffs: Fix build failure by handling inode i_version with proper atomic API
1526802a8147 yaffs2: fix memory leak in mount/umount
6c7827a16aaa yaffs: Avoid setting any ACL releated xattr
fa3482815542 Yaffs:check oob size before auto selecting Yaffs1
aaa4843b73ce fs: yaffs2: replace CURRENT_TIME by other appropriate apis
48e992af6531 yaffs2: adjust to proper location of MS_RDONLY
f3af7160d8a0 yaffs2: import git revision b4ce1bb (jan, 2020)
4add698ed6e8 initramfs: allow an optional wrapper script around initramfs generation
b619a8d54336 vt/conmakehash: improve reproducibility
c786186aeef3 tools: use basename to identify file in gen-mach-types
aa3a8e7ceb6e iwlwifi: select MAC80211_LEDS conditionally
325db54c4be9 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
23a87c6e13aa defconfigs: drop obselete options
946e5b78ab94 linux-yocto: Handle /bin/awk issues
9daee1dba585 uvesafb: provide option to specify timeout for task completion
f68b8683441a uvesafb: print error message when task timeout occurs
a1595c6b6017 compiler.h: Undef before redefining __attribute_const__
8086839613c6 vmware: include jiffies.h
32e79eb3c169 Resolve jiffies wrapping about arp
f6fabf91b6f2 nfs: Allow default io size to be configured.
ad2b29f801e9 check console device file on fs when booting
5194785d545b mount_root: clarify error messages for when no rootfs found
78b3498cb59a mconf: fix output of cflags and libraries
9cc6870708d5 menuconfig,mconf-cfg: Allow specification of ncurses location
f34088ed9c93 modpost: mask trivial warnings
4784584582f5 kbuild: exclude meta directory from distclean processing
73072b5fe25a powerpc: serialize image targets
a120eb200320 arm: serialize build targets
51d5719ac05b mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
5155f0bb36f0 cpu/amd: inhibit SMP check for qemux86
e5a5996ee586 x86_64_defconfig: Fix warnings
1359db75df0c mips: make current_cpu_data preempt safe
385edf6090c3 mips: vdso: fix 'jalr $t9' crash in vdso code
968266397319 mips: Kconfig: add QEMUMIPS64 option
389ce854fde3 4kc cache tlb hazard: tlbp cache coherency
9cab61199fa8 malta uhci quirks: make allowance for slow 4k(e)c
80cae3bd9eea arm64: defconfig: remove CONFIG_IPQ_APSS_5018
41c82709900f drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
59ef4f151a5e arm64: defconfig: cleanup config options
c5fb425762ed vexpress: Pass LOADADDR to Makefile
07a8b544d4e9 arm: ARM EABI socketcall
574f3ae3d2ca ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 48ac41fdc02c549242faf240bef63de96e2d7492)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
d6daff72ea |
linux-yocto/6.10: update to v6.10.7
Updating linux-yocto/6.10 to the latest korg -stable release that comprises
the following commits:
24873d2e5fe3 Linux 6.10.7
cd19f1799c32 Input: MT - limit max slots
c1e55020534c ksmbd: fix race condition between destroy_previous_session() and smb2 operations()
91bd3b27fcbc selftests/bpf: Add a test to verify previous stacksafe() fix
5032f940b366 drm/amdgpu/vcn: not pause dpg for unified queue
66e126d678fb drm/amdgpu/vcn: identify unified queue in sw init
1f4153dc7cfd Revert "pidfd: prevent creation of pidfds for kthreads"
a3211a4c6141 drm/xe: Do not dereference NULL job->fence in trace points
fbacee4ab66c selftests: mptcp: join: check re-using ID of closed subflow
766915152862 selftests: mptcp: join: validate fullmesh endp on 1st sf
0201d65d9806 mptcp: pm: avoid possible UaF when selecting endp
9e0223e3fdf7 mptcp: pm: fullmesh: select the right ID later
2673adb0f080 mptcp: pm: only in-kernel cannot have entries with ID 0
152944a723d9 mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR
2060f1efab37 mptcp: pm: only decrement add_addr_accepted for MPJ req
9849cfc67383 mptcp: pm: only mark 'subflow' endp as available
3b82c15db71e mptcp: pm: remove mptcp_pm_remove_subflow()
ef7a65b6b0d4 mptcp: pm: re-using ID of unused flushed subflows
0273b55f2575 mptcp: pm: re-using ID of unused removed subflows
47a049b38f56 mptcp: pm: re-using ID of unused removed ADD_ADDR
f771ed563cf1 thermal: of: Fix OF node leak in of_thermal_zone_find() error paths
b6b864eee2a8 thermal: of: Fix OF node leak in thermal_of_zone_register()
c856f30607e8 thermal: of: Fix OF node leak in thermal_of_trips_init() error path
57ca481fca97 nouveau/firmware: use dma non-coherent allocator
3f01867a3b9e pmdomain: imx: wait SSAR when i.MX93 power domain on
d11d730b2467 pmdomain: imx: scu-pd: Remove duplicated clocks
536457762933 smb3: fix broken cached reads when posix locks
89523523298a mmc: dw_mmc: allow biu and ciu clocks to defer
7adac5aee802 mmc: mtk-sd: receive cmd8 data when hs400 tuning fail
f03ea012a3c0 cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.exclusive not set
73d6c6cf8ef6 cgroup/cpuset: fix panic caused by partcmd_update
2073132f6ed3 KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
7cb972e52bf6 KVM: arm64: vgic-debug: Don't put unmarked LPIs
43427f98ca06 cxgb4: add forgotten u64 ivlan cast before shift
709e4c8f78e1 ata: pata_macio: Fix DMA table overflow
5aa77e5e86b9 Input: i8042 - use new forcenorestore quirk to replace old buggy quirk combination
361e2b1abe42 Input: i8042 - add forcenorestore quirk to leave controller untouched even on s3
e2f549443804 iommufd/device: Fix hwpt at err_unresv in iommufd_device_do_replace()
8a5af26bcbb4 HID: wacom: Defer calculation of resolution until resolution_code is known
8cbcb6d03d68 MIPS: Loongson64: Set timer mode in cpu-probe
6c323c3b8089 net: dsa: microchip: fix PTP config failure when using multiple ports
f1e767fe46d8 net: ngbe: Fix phy mode set to external phy
976b77dd3d94 s390/ap: Refine AP bus bindings complete processing
402eb19d09ed platform/x86: ISST: Fix return value on last invalid resource
4f7a1d0869a8 platform/x86: dell-uart-backlight: Use acpi_video_get_backlight_type()
5a04cc4450f4 ACPI: video: Add backlight=native quirk for Dell OptiPlex 7760 AIO
69e3826f3dbf ACPI: video: Add Dell UART backlight controller detection
9d2b75e27660 drm/amdgpu/sdma5.2: limit wptr workaround to sdma 5.2.1
e562415248f4 drm/amdgpu: Validate TA binary size
bfbf265172d7 ksmbd: the buffer of smb2 query dir response has at least 1 byte
75abfcf641d8 scsi: core: Fix the return value of scsi_logical_block_count()
ee0799103b1a Bluetooth: MGMT: Add error handling to pair_device()
4101af98ab57 nvme: move stopping keep-alive into nvme_uninit_ctrl()
cda2ad784ffc smb: client: ignore unhandled reparse tags
f80bfaddd6fe s390/boot: Fix KASLR base offset off by __START_KERNEL bytes
a944cba5d576 s390/boot: Avoid possible physmem_info segment corruption
c380c4525258 thermal/debugfs: Fix the NULL vs IS_ERR() confusion in debugfs_create_dir()
98aa0330f200 drm/xe: Free job before xe_exec_queue_put
8ea8f445626b drm/xe: Don't initialize fences at xe_sched_job_create()
c2e9566230bc drm/xe: Split lrc seqno fence creation up
317459a6ef20 drm/xe: Decouple job seqno and lrc seqno
a126cd463b11 drm/xe: Relax runtime pm protection during execution
b09ef3b762a7 drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
52a5c47ae9c0 io_uring/kbuf: sanitize peek buffer setup
ecb15b8ca12c mmc: mmc_test: Fix NULL dereference on allocation failure
619402552558 drm/xe: Fix tile fini sequence
b1c9fbed3884 drm/xe: reset mmio mappings with devm
73da27bf4604 drm/xe/mmio: move mmio_fini over to devm
f7ecdd9853dd drm/xe: Fix opregion leak
0ab76ba3e784 drm/xe/display: stop calling domains_driver_remove twice
32720bad49bd drm/i915/hdcp: Use correct cp_irq_count
83b24c55373a spi: spi-cadence-quadspi: Fix OSPI NOR failures during system resume
a13c0863b853 drm/msm: fix the highest_bank_bit for sc7180
91d09642127a workqueue: Fix spruious data race in __flush_work()
90a6a844b2d9 workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()
c45960049676 drm/msm/dpu: take plane rotation into account for wide planes
1498f752d039 drm/msm/dpu: relax YUV requirements
8a849648cea6 drm/msm/dpu: limit QCM2290 to RGB formats only
02193c707231 drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails
3adb8ed9362f drm/msm/dp: reset the link phy params before link training
3bacf814b6a6 drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable()
86d7701fe8d3 drm/msm/dp: fix the max supported bpp logic
91e9e01dde79 drm/msm/dpu: don't play tricks with debug macros
c096aba0eb87 s390/iucv: Fix vargs handling in iucv_alloc_device()
55bdfa45dda3 net: ovs: fix ovs_drop_reasons error
322803c1f5b0 net: xilinx: axienet: Fix dangling multicast addresses
e952f7a70fc6 net: xilinx: axienet: Always disable promiscuous mode
4934f341a647 octeontx2-af: Fix CPT AF register offset calculation
043a18bb6cf1 netfilter: flowtable: validate vlan header
95a305ba259b bnxt_en: Fix double DMA unmapping for XDP_REDIRECT
fc88d6c1f289 ipv6: prevent possible UAF in ip6_xmit()
56efc2531967 ipv6: fix possible UAF in ip6_finish_output2()
e44bd76dd072 ipv6: prevent UAF in ip6_send_skb()
a9a84daa5837 selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct path
e9d567f92123 udp: fix receiving fraglist GSO packets
e5bb2988a310 netem: fix return value if duplicate enqueue fails
f87ce03c652d net: dsa: mv88e6xxx: Fix out-of-bound access
b52bd8bcb9e8 igb: cope with large MAX_SKB_FRAGS
0def33090ab3 dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()
81c1d306cef9 ice: use internal pf id instead of function number
41ae0571f174 ice: fix truesize operations for PAGE_SIZE >= 8192
8ea33d92efcf ice: fix ICE_LAST_OFFSET formula
d6e5aa2b6038 ice: fix page reuse when PAGE_SIZE is over 8k
0ecdf86e6158 bonding: fix xfrm state handling when clearing active slave
89fc1dca79db bonding: fix xfrm real_dev null pointer dereference
b70b0ddfed31 bonding: fix null pointer deref in bond_ipsec_offload_ok
8cdd74c48f92 bonding: fix bond_ipsec_offload_ok return type
0f9b9d280f91 ip6_tunnel: Fix broken GRO
5bf9e37bdb77 netfilter: nft_counter: Synchronize nft_counter_reset() against reader.
0cafb0245c34 netfilter: nft_counter: Disable BH in nft_counter_offload_stats().
9c8d544ed619 kcm: Serialise kcm_sendmsg() for the same socket.
47e40e5de163 net: mctp: test: Use correct skb for route input check
f6fd2dbf584a tcp: prevent concurrent execution of tcp_sk_exit_batch
830ac8d41e79 selftests: udpgro: no need to load xdp for gro
021c2c0cd5ea selftests: udpgro: report error when receive failed
dc172f63ff83 tc-testing: don't access non-existent variable on exception
2ae52a65a850 net/mlx5: Fix IPsec RoCE MPV trace call
0c12cd4da98e net/mlx5e: XPS, Fix oversight of Multi-PF Netdev changes
609cd73bf38b net: mscc: ocelot: serialize access to the injection/extraction groups
be3a532167dd net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q"
2c3fcaaa8d1b net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register injection
db83115a0c26 Bluetooth: SMP: Fix assumption of Central always being Initiator
20cc4139bd93 Bluetooth: hci_core: Fix LE quote calculation
2179b1c66c08 Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-in
7adc1123d285 kbuild: avoid scripts/kallsyms parsing /dev/null
024d4a7ce52b kbuild: merge temporary vmlinux for BTF and kallsyms
f6c020392fd9 Makefile: add $(srctree) to dependency of compile_commands.json target
b0eccfc2b422 ALSA: hda/tas2781: Use correct endian conversion
d4e24c82bbdf platform/surface: aggregator: Fix warning when controller is destroyed in probe
59670ab6f667 wifi: ath12k: use 128 bytes aligned iova in transmit path for WCN7850
525b6f47d2a0 dm suspend: return -ERESTARTSYS instead of -EINTR
fead60a6d5f8 smb/client: avoid possible NULL dereference in cifs_free_subrequest()
4be6542bdf11 cifs: Add a tracepoint to track credits involved in R/W requests
a24321b6a31f thermal: gov_bang_bang: Use governor_data to reduce overhead
bc0e4253b0e9 thermal: gov_bang_bang: Add .manage() callback
9fc685401004 thermal: gov_bang_bang: Split bang_bang_control()
faf271f85d16 thermal: gov_bang_bang: Drop unnecessary cooling device target state checks
8d457d3c6c93 drm/amd/display: Don't register panel_power_savings on OLED panels
787359c66e1f block: Fix lockdep warning in blk_mq_mark_tag_wait
807539011292 arm64: Fix KASAN random tag seed initialization
01b97431191a printk/panic: Allow cpu backtraces to be written into ringbuffer during panic
18db7e44ef0b powerpc/topology: Check if a core is online
f915a014d9dd cpu/SMT: Enable SMT only if a core is online
00df458f8143 io_uring/napi: check napi_enabled in io_napi_add() before proceeding
b8a04f39453a io_uring/napi: use ktime in busy polling
487e7454e21c io_uring/napi: Remove unnecessary s64 cast
fec0f964a985 s390/dasd: Remove DMA alignment
4d6ac2efa0c7 rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT
4f687213e2cb rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT
623880540747 rust: work around `bindgen` 0.69.0 issue
d656b82c4b30 drm/v3d: Fix out-of-bounds read in `v3d_csd_job_run()`
8361791ec241 ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7
cb0b74040593 gpio: mlxbf3: Support shutdown() function
cc6bc2ab1663 iommu: Restore lost return in iommu_report_device_fault()
e9f6b76a284e kallsyms: Match symbols exactly with CONFIG_LTO_CLANG
8bab11313b17 kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbols
c3ce2e8a568f kallsyms: get rid of code for absolute kallsyms
76274d10bec8 kbuild: remove PROVIDE() for kallsyms symbols
9c7a4eace752 kbuild: refactor variables in scripts/link-vmlinux.sh
de37408d5c26 net: hns3: fix a deadlock problem when config TC during resetting
9c73b15118f7 net: hns3: use the user's cfg after reset
9504b5a56ac6 net: hns3: fix wrong use of semaphore up
f28e75e7646a selftests: net: lib: kill PIDs before del netns
e09e4c125f2b selftests: net: lib: ignore possible errors
b4ee8cf1acc5 vsock: fix recursive ->recvmsg calls
a99423878925 selftest: af_unix: Fix kselftest compilation warnings
eb83dfb68cf1 netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests
bf031525a8b9 netfilter: nf_tables: Introduce nf_tables_getobj_single
044462242abc netfilter: nf_tables: Audit log dump reset after the fact
025b3326c5c4 netfilter: nf_queue: drop packets with cloned unconfirmed conntracks
119be227bc04 netfilter: flowtable: initialise extack before use
3e03b536d945 netfilter: nfnetlink: Initialise extack before use in ACKs
ba328989d2fa netfilter: allow ipv6 fragments to arrive on different devices
36e762c99e25 tcp: Update window clamping condition
76eec7975525 mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved size
5719831ede21 mlxbf_gige: disable RX filters until RX path initialized
b453a4bbda03 net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb()
e1a0cdd5d898 net: dsa: vsc73xx: check busy flag in MDIO operations
bc07539a21ac net: dsa: vsc73xx: pass value in phy_write operation
fde3be436197 net: dsa: vsc73xx: fix port MAC configuration in full duplex mode
6f642c3bf515 net: axienet: Fix register defines comment description
91b4850e7165 atm: idt77252: prevent use after free in dequeue_rx()
0ffaaccb041a net/mlx5e: Correctly report errors for ethtool rx flows
8e57e66ecbdd net/mlx5e: Take state lock during tx timeout reporter
23e64933b70c net/mlx5: SD, Do not query MPIR register if no sd_group
3939d787139e gtp: pull network headers in gtp_dev_xmit()
afe478f24df5 igc: Fix qbv tx latency by setting gtxoffset
46b3b56ed2e8 igc: Fix reset adapter logics when tx mode change
d3822bc81981 igc: Fix qbv_config_change_errors logics
51424cf6891e igc: Fix packet still tx after gate close by reducing i226 MAC retry buffer
f49b5d10c87c btrfs: fix invalid mapping of extent xarray state
6e3987ac310c bpf: Fix a kernel verifier crash in stacksafe()
9227ee25b564 bpf: Fix updating attached freplace prog in prog_array map
308b4fc2403b libfs: fix infinite directory reads for offset dir
b87479dee870 filelock: fix name of file_lease slab cache
2b97d4573d27 netfs: Fault in smaller chunks for non-large folio mappings
4c412661ef1d s390/uv: Panic for set and remove shared access UVC errors
884bf2e60007 pidfd: prevent creation of pidfds for kthreads
88bf2af33bbf drm/amd/amdgpu: command submission parser for JPEG
a4e4c93b3f3c drm/amdgpu/jpeg4: properly set atomics vmid field
b825a42f94e4 drm/amdgpu/jpeg2: properly set atomics vmid field
72a54e12baf0 drm/amd/display: fix cursor offset on rotation 180
27d50c733742 drm/amd/display: Enable otg synchronization logic for DCN321
20d3d99a3b69 drm/amd/display: fix s2idle entry for DCN3.5+
90b50807067a drm/amd/display: Adjust cursor position
21b578f1d599 memcg_write_event_control(): fix a user-triggerable oops
924aabb58ca6 drm/amdgpu: Actually check flags for all context ops.
e5d0b299147b btrfs: only enable extent map shrinker for DEBUG builds
6e6cf14fb66a btrfs: tree-checker: add dev extent item checks
0e40841983f9 btrfs: zoned: properly take lock to read/update block group's zoned variables
f6b733a34b15 btrfs: only run the extent map shrinker from kswapd tasks
2115138e2167 btrfs: check delayed refs when we're checking if a ref exists
1dc4c9631c29 btrfs: send: allow cloning non-aligned extent if it ends at i_size
e1a885bff557 btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type
f63a724cbabd mm/numa: no task_numa_fault() call if PTE is changed
c91618816f4d mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
99d95c312bf7 mm/numa: no task_numa_fault() call if PMD is changed
71f44df3ec6b alloc_tag: introduce clear_page_tag_ref() helper function
411afd869462 selftests: memfd_secret: don't build memfd_secret test on unsupported arches
824dd2e253fb mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpu
f347118732e0 alloc_tag: mark pages reserved during CMA activation as not tagged
3f21150c1557 selinux: add the processing of the failure of avc_add_xperms_decision()
e812b8c210a7 selinux: fix potential counting error in avc_add_xperms_decision()
0a4d41fa14b2 fs/netfs/fscache_cookie: add missing "n_accesses" check
1f566eb912d1 wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion
462ff7dd86b4 net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings
0c87420f3ac9 media: atomisp: Fix streaming no longer working on BYT / ISP2400 devices
e6bea6a45f8a net: mana: Fix RX buf alloc_size alignment and atomic op panic
2febf5fdbf5d md/raid1: Fix data corruption for degraded array with slow disk
7300dadba49e mm/hugetlb: fix hugetlb vs. core-mm PT locking
6edb8c9eb98a mm: fix endless reclaim on machines with unaccepted memory
abdb9ddaaab4 rtla/osnoise: Prevent NULL dereference in error handling
5fc922bef4ef mseal: fix is_madv_discard()
6b980b0ab5c8 perf/bpf: Don't call bpf_overflow_handler() for tracing events
eb961c5a0539 tracing: Return from tracing_buffers_read() if the file has been closed
500f32bb78c0 i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
c69d18f0ac70 fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
9063ab49c11e vfs: Don't evict inode under the inode lru traversing context
5362312ad97e dm persistent data: fix memory allocation failure
b6c130059fc5 dm resume: don't return EINVAL when signalled
2a949267f181 arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
514207d3a591 ACPI: EC: Evaluate _REG outside the EC scope more carefully
e91d5b47585a ACPICA: Add a depth argument to acpi_execute_reg_methods()
2853e1376d81 i2c: tegra: Do not mark ACPI devices as irq safe
5460d1268f58 smb3: fix lock breakage for cached writes
1e1670cadfad riscv: entry: always initialize regs->a0 to -ENOSYS
b0a43efe59de riscv: change XIP's kernel_map.size to be size of the entire kernel
9e3b266afcfe KEYS: trusted: dcp: fix leak of blob encryption key
652563a7294b KEYS: trusted: fix DCP blob payload length assignment
505c65de8987 thermal: gov_bang_bang: Call __thermal_cdev_update() directly
027ac3c50925 KVM: s390: fix validity interception issue when gisa is switched off
5d4a304338da s390/dasd: fix error recovery leading to data corruption on ESE devices
1484e013bfd0 ALSA: timer: Relax start tick time check for slave timer elements
bbd157e20933 ALSA: hda/tas2781: fix wrong calibrated data order
7ca24cf9163c thunderbolt: Mark XDomain as unplugged when router is removed
8fb9d412ebe2 xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration
770cacc75b00 usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()
a40cad994de4 usb: misc: ljca: Add Lunar Lake ljca GPIO HID to ljca_gpio_hids[]
695ef133e750 ALSA: usb-audio: Support Yamaha P-125 quirk entry
3157994e2405 ALSA: usb-audio: Add delay quirk for VIVO USB-C-XE710 HEADSET
1371d32b9597 char: xillybus: Check USB endpoints when probing device
ca9c30ac2e15 char: xillybus: Refine workqueue handling
aa1a19724fa2 char: xillybus: Don't destroy workqueue from work item running on it
18a067240817 fuse: Initialize beyond-EOF page contents before setting uptodate
b7e42e7904d9 netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"
23aabbc68ab8 selinux: revert our use of vma_is_initial_heap()
6bc7b628343e Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"
321aecb079e9 Revert "serial: 8250_omap: Set the console genpd always on if no console suspend"
2eb973ee4770 Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD"
22736ba2ebc6 Revert "ACPI: EC: Evaluate orphan _REG under EC device"
a394bca0020d tty: atmel_serial: use the correct RTS flag.
3ecf625d4acb tty: serial: fsl_lpuart: mark last busy before uart_add_one_port
78b4c71f55a1 tty: vt: conmakehash: remove non-portable code printing comment header
7ba498d9d1bb Linux 6.10.6
4676556ae4a1 Revert "drm/amd/display: Refactor function dm_dp_mst_is_port_support_mode()"
64cd57692a29 Revert "ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error"
bebe9a9c9c02 media: Revert "media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()"
1cb249cf1c9b drm/amdgpu/display: Fix null pointer dereference in dc_stream_program_cursor_position
2c1dcfccf988 drm/amd/display: Solve mst monitors blank out problem after resume
9350ba06ee61 binfmt_flat: Fix corruption when not offsetting data start
d38574ff500b platform/x86: ideapad-laptop: add a mutex to synchronize VPC commands
fc6c6bb34f5d platform/x86: ideapad-laptop: move ymc_trigger_ec from lenovo-ymc
c0d39578c35e platform/x86: ideapad-laptop: introduce a generic notification chain
d5f8a9623920 platform/x86/amd/pmf: Fix to Update HPD Data When ALS is Disabled
bbc521aac2b3 ALSA: usb: Fix UBSAN warning in parse_audio_unit()
e8473e125aad fs/ntfs3: Do copy_to_user out of run_lock
234e6ea0855c jfs: Fix shift-out-of-bounds in dbDiscardAG
9c2ac38530d1 jfs: fix null ptr deref in dtInsertEntry
440ab7f97261 fou: remove warn in gue_gro_receive on unsupported protocol
323ef20b5558 f2fs: fix to cover read extent cache access with lock
26c07775fb5d f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC
380ea255e9c1 bpf, net: Use DEV_STAT_INC()
6781b091331d ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value
15b5b0a069b1 nvme/pci: Add APST quirk for Lenovo N60z laptop
268a625399c6 LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.h
f52ca32e1dba drm/amd/display: Prevent IPX From Link Detect and Set Mode
ac5134f66433 drm/amd/display: Separate setting and programming of cursor
87443b3c9a31 drm/amd/display: Defer handling mst up request in resume
90dfbba89ad4 exec: Fix ToCToU between perm check and set-uid/gid usage
4ead4c82a6d6 Linux 6.10.5
d924a0be2f21 btrfs: fix double inode unlock for direct IO sync writes
ec87dd608453 selftests: mptcp: join: test both signal & subflow
aedbd140d72f selftests: mptcp: join: ability to invert ADD_ADDR check
0f21cc29bc13 mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set
f706e2928082 mptcp: pm: don't try to create sf if alloc failed
a94f269274a5 mptcp: pm: reduce indentation blocks
9417df61e5e7 drm/amd/display: Change ASSR disable sequence
c36e922a36bd drm/amd/display: Add null check in resource_log_pipe_topology_update
7f71acdb075e idpf: fix memleak in vport interrupt configuration
3831170f7406 btrfs: fix corruption after buffer fault in during direct IO append write
31a679a88010 Revert "drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_plane_handle_cursor_update"
d8d16fc1efb9 Revert "drm/amd/display: Handle HPD_IRQ for internal link"
3118c43a563d block: use the right type for stub rq_integrity_vec()
1694a24c3e32 mptcp: pm: deny endp with signal + subflow + port
88ef794ae683 mptcp: fully established after ADD_ADDR echo on MPJ
325609c355df drm/radeon: Remove __counted_by from StateArray.states[]
9d96b91e03cb drm/mgag200: Bind I2C lifetime to DRM device
667f01bde401 drm/mgag200: Set DDC timeout in milliseconds
ab023247c809 drm/lima: Mark simple_ondemand governor as softdep
dc0027ff578d drm/dp_mst: Skip CSN if topology probing is not done yet
e8857af3944b drm/bridge: analogix_dp: properly handle zero sized AUX transactions
f70942b5eedf sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()
5a1263d95358 sched/core: Introduce sched_set_rq_on/offline() helper
d0c87a3c6be1 sched/smt: Fix unbalance sched_smt_present dec/inc
3cb359667358 sched/smt: Introduce sched_smt_present_inc/dec() helper
388f1c954019 x86/mtrr: Check if fixed MTRRs exist before saving them
718ea0de5c9d x86/paravirt: Fix incorrect virt spinlock setting on bare metal
b909124d3b90 btrfs: avoid using fixed char array size for tree names
954d55a59b25 net/tcp: Disable TCP-AO static key after RCU grace period
4589f77c18dd mm: list_lru: fix UAF for memory cgroup
a6ce683090e5 selftests: mm: add s390 to ARCH check
384f383c5aa7 eventfs: Use SRCU for freeing eventfs_inodes
06238772f50f eventfs: Don't return NULL in eventfs_create_dir()
0e55b31fb9d4 smb3: fix setting SecurityFlags when encryption is required
da0ffe84fcc1 padata: Fix possible divide-by-0 panic in padata_mt_helper()
236bb4690773 tracing: Fix overflow in get_free_elt()
531dc6780d94 tracing: Have format file honor EVENT_FILE_FL_FREED
230ebcdfb3fa power: supply: axp288_charger: Round constant_charge_voltage writes down
ad969d3fa335 power: supply: axp288_charger: Fix constant_charge_voltage writes
2e9ec2e681bf power: supply: qcom_battmgr: return EAGAIN when firmware service is not up
0a993247a997 LoongArch: Enable general EFI poweroff method
b4542a5de28c genirq/irqdesc: Honor caller provided affinity in alloc_desc()
55e54e950813 irqchip/riscv-aplic: Retrigger MSI interrupt on source configuration
08b2670a8d06 irqchip/xilinx: Fix shift out of bounds
267d1ae667cf kcov: properly check for softirq context
df6a03499e1a spmi: pmic-arb: Pass the correct of_node to irq_domain_add_tree
0e05c806a258 ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx
533de2f470ba parisc: fix a possible DMA corruption
858414233941 parisc: fix unaligned accesses in BPF
51c0b1bb7541 memcg: protect concurrent access to mem_cgroup_idr
26a02ac723de tty: vt: conmakehash: cope with abs_srctree no longer in env
6a6730812220 serial: sc16is7xx: fix invalid FIFO access with special register set
09cfe05e9907 serial: sc16is7xx: fix TX fifo corruption
68dc02f319b9 serial: core: check uartclk for zero to avoid divide by zero
e689fcf08f3e timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()
61a050c54d7f ntp: Safeguard against time_constant overflow
061da60716ce tracefs: Use generic inode RCU for synchronizing freeing
21e694df0e3e tracefs: Fix inode allocation
aa6b80ac2f39 arm64: dts: ti: k3-am62-verdin-dahlia: Keep CTRL_SLEEP_MOCI# regulator on
cd490a247ddf driver core: Fix uevent_show() vs driver detach race
35671ea90c68 ntp: Clamp maxerror and esterror to operating range
0801d021cdd7 spmi: pmic-arb: add missing newline in dev_err format strings
98f26387c84d vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler
312286d281b0 media: v4l: Fix missing tabular column hint for Y14P format
7dd12f85f150 tick/broadcast: Move per CPU pointer access into the atomic section
c07a91935136 scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logic
9c9e0d495beb scsi: ufs: core: Do not set link to OFF state while waking up from hibernation
f13f1858a28c scsi: ufs: core: Fix deadlock during RTC update
35bd464ee8e9 scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONES
998a01a7f333 usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_speed.
0dbdb5ead3f4 usb: gadget: f_fs: restore ffs_func_disable() functionality
3abba6e6f62f usb: gadget: u_serial: Set start_delayed during suspend
9f865526d725 usb: gadget: midi2: Fix the response for FB info with block 0xff
716cba46f73a usb: gadget: core: Check for unset descriptor
eaf01a990645 usb: typec: fsa4480: Check if the chip is really there
9db7aabbcf94 USB: serial: debug: do not echo input by default
c3d0857b7fc2 usb: vhci-hcd: Do not drop references before new references are gained
33c1f0b2e707 ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4
8fb88d9b40ad ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks
88e45a2ec16f ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list
51d87f11dd19 ALSA: line6: Fix racy access to midibuf
1ae918806c22 io_uring/net: don't pick multiple buffers for non-bundle send
006cf6583310 io_uring/net: ensure expanded bundle send gets marked for cleanup
1f16fdd1fdc8 io_uring/net: ensure expanded bundle recv gets marked for cleanup
f3ba31ee4c85 drm/test: fix the gem shmem test to map the sg table.
3599648ea1d9 drm/i915/display: correct dual pps handling for MTL_PCH+
612cae53e99c drm/client: fix null pointer dereference in drm_client_modeset_probe
93faaddaeea2 drm/i915/gem: Adjust vma offset for framebuffer mmap offset
c28d207edfc5 drm/amdgpu: Forward soft recovery errors to userspace
70275bb960c7 drm/amd/display: Skip Recompute DSC Params if no Stream on Link
ead9289a51ea drm/i915/gem: Fix Virtual Memory mapping boundaries calculation
87d601cdc6c5 module: make waiting for a concurrent module loader interruptible
89f51d7c2cf7 module: warn about excessively long module waits
bc7467911d66 cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath
f1c03386567c ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT
399618a25c04 drm/xe: Take ref to VM in delayed snapshot
cebc39a7b725 drm/xe: Minor cleanup in LRC handling
578d9752cb52 drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_write
c802eff84c85 drm/xe: Use dma_fence_chain_free in chain fence unused as a sync
d5a918255bbe drm/xe/rtp: Fix off-by-one when processing rules
b19482f0239a ALSA: usb-audio: Re-add ScratchAmp quirk entries
5caa28f90335 spi: spi-fsl-lpspi: Fix scldiv calculation
1e99ea46e180 drm/amd/display: Replace dm_execute_dmub_cmd with dc_wake_and_execute_dmub_cmd
81507ec40e6e drm/i915: Attempt to get pages without eviction first
d302c0bba4f7 drm/i915: Allow evicting to use the requested placement
457482a0a8ae i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
d0e357e15b82 drm/atomic: allow no-op FB_ID updates for async flips
8237f7e43604 ASoC: cs35l56: Handle OTP read latency over SoundWire
e5421a8b407b ASoC: cs35l56: Revert support for dual-ownership of ASP registers
d4227e19002a i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume
5b6baaa7cbd7 ASoC: cs-amp-lib: Fix NULL pointer crash if efi.get_variable is NULL
0fcc4a5b5b48 kprobes: Fix to check symbol prefixes correctly
8c7eab0e8abc bpf: kprobe: remove unused declaring of bpf_kprobe_override
8c8352f492c6 i2c: smbus: Send alert notifications to all devices if source not found
de831a578f11 ASoC: SOF: Remove libraries from topology lookups
153773fed3e7 spi: spidev: Add missing spi_device_id for bh2228fv
1adf51ab4292 ASoC: sti: add missing probe entry for player and reader
6c3edc4dd32e ASoC: codecs: wsa884x: Correct Soundwire ports mask
9cddf33a1c25 ASoC: codecs: wsa884x: parse port-mapping information
e0dfca620796 ASoC: codecs: wsa883x: Correct Soundwire ports mask
d0b794ea35e6 ASoC: codecs: wsa883x: parse port-mapping information
1f05464ae0c8 ASoC: codecs: wsa881x: Correct Soundwire ports mask
ee40a8d92621 ASoC: codecs: wcd939x-sdw: Correct Soundwire ports mask
784d7c42ed65 ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask
819964b42b8b i2c: smbus: Improve handling of stuck alerts
04c2c4d836ff nfsd: don't set SVC_SOCK_ANONYMOUS when creating nfsd sockets
8fc52b4ea61c arm64: errata: Expand speculative SSBS workaround (again)
754af8d64a20 arm64: cputype: Add Cortex-A725 definitions
b60768a082c4 arm64: cputype: Add Cortex-X1C definitions
6f2e3bdbf15d arm64: errata: Expand speculative SSBS workaround
fc22c58b9517 arm64: errata: Unify speculative SSBS errata logic
a7f5093b246d arm64: cputype: Add Cortex-X925 definitions
61ebc5439c31 arm64: cputype: Add Cortex-A720 definitions
9667fa6bf96c arm64: cputype: Add Cortex-X3 definitions
2edbb3e8838c net: drop bad gso csum_start and offset in virtio_net_hdr
f35d394293ed sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
7ed155d1176e irqchip/loongarch-cpu: Fix return value of lpic_gsi_to_irq()
79f72e9ea3cf irqchip/meson-gpio: Convert meson_gpio_irq_controller::lock to 'raw_spinlock_t'
6a6d54ef81a4 media: intel/ipu6: select AUXILIARY_BUS in Kconfig
154395895d71 media: ipu-bridge: fix ipu6 Kconfig dependencies
ac6bd13dabf3 scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONES
5ffed5a6a26a scsi: Revert "scsi: sd: Do not repeat the starting disk message"
76bb99e80671 clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()
69b801f303df profiling: remove profile=sleep support
b35cd7f1e969 mm, slub: do not call do_slab_free for kfence object
2aafcd20c74b SUNRPC: Fix a race to wake a sync task
f619876ccbfd ext4: sanity check for NULL pointer after ext4_force_shutdown
2429ea3b4330 s390/sclp: Prevent release of buffer in I/O
974fccd61758 drm/amd/display: Fix null pointer deref in dcn20_resource.c
1c047adeaae1 jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
04fd4f17966c ext4: fix uninitialized variable in ext4_inlinedir_to_tree
208deb6d8c3c media: xc2028: avoid use-after-free in load_firmware_cb()
1e68b7ce6bc6 drm/amd/display: Fix NULL pointer dereference for DTN log in DCN401
d99d79869cdc media: uvcvideo: Fix the bandwdith quirk on USB 3.x
785c56c9c165 media: uvcvideo: Ignore empty TS packets
04674c406020 media: i2c: ov5647: replacing of_node_put with __free(device_node)
1686675405d0 drm/amd/display: Add null checker before passing variables
3ab61af2901c drm/amd/display: remove dpp pipes on failure to update pipe params
39b217193729 drm/amd/display: Don't refer to dc_sink in is_dsc_need_re_compute
150f56fffe2c drm/amd/display: reduce ODM slice count to initial new dc state only when needed
37834c8cacd7 drm/amd/display: Wake DMCUB before sending a command for replay feature
604ea7e92f21 drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_plane_handle_cursor_update
6fd9b044bde5 media: amphion: Remove lock in s_ctrl callback
16a8a2a839d1 drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing
69a441473fec drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr
e1ab38e99d16 drm/amdgpu: Add lock around VF RLCG interface
4fd52f7c2c11 drm/admgpu: fix dereferencing null pointer context
13937a40aae4 drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rules
033187a70ba9 drm/amdgpu: Fix the null pointer dereference to ras_manager
7f56f050f02c drm/amdgpu/pm: Fix the null pointer dereference for smu7
4d4604ebf8ac drm/xe/xe_guc_submit: Fix exec queue stop race condition
4c59fc86bf28 drm/amd/amdkfd: Fix a resource leak in svm_range_validate_and_map()
05c1df9e893d drm/amdgpu/pm: Fix the param type of set_power_profile_mode
0ee7cfafcc22 drm/amdgpu: fix potential resource leak warning
4f125f894e5a drm/amd/display: Add delay to improve LTTPR UHBR interop
3922a520bf3e drm/amd/display: Handle HPD_IRQ for internal link
458bb83119df drm/xe/preempt_fence: enlarge the fence critical section
28bbb5011a97 Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver unloading
1a5a14707aac btrfs: fix bitmap leak when loading free space cache on duplicate entry
4879d7294588 btrfs: fix data race when accessing the last_trans field of a root
9e556d540b9d btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()
98251cd60b4d btrfs: do not BUG_ON() when freeing tree block after error
d3b403209f76 btrfs: do not clear page dirty inside extent_write_locked_range()
ff012dd4b5ae mlxsw: pci: Lock configuration space of upstream bridge during reset
e7279593a1e2 net: stmmac: qcom-ethqos: enable SGMII loopback during DMA reset on sa8775p-ride-r3
2406fa2adfc7 can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd
7bb632e8f820 can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum
9ae2ed6f26c8 wifi: nl80211: don't give key data to userspace
13663a7c644b bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory accesses
05fb2bf477d3 udf: prevent integer overflow in udf_bitmap_free_blocks()
a5594c1e03b0 wifi: mac80211: fix NULL dereference at band check in starting tx ba session
91191059d927 PCI: Add Edimax Vendor ID to pci_ids.h
67e8a89ffcd3 af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect().
33e320ec6cdc wifi: rtw89: pci: fix RX tag race condition resulting in wrong RX length
a7f41c0179f6 selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
50d8009a0ac0 net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink
fc70ac360855 wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup()
ede08585b16d wifi: rtlwifi: handle return value of usb init TX/RX
bad85b5d9c6a wifi: ath12k: fix race due to setting ATH12K_FLAG_EXT_IRQ_ENABLED too early
ac3bf6e47fd8 wifi: nl80211: disallow setting special AP channel widths
9337c3e5a911 thermal: intel: hfi: Give HFI instances package scope
fe704c7d88cc ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MJ
f4d388559ca6 ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MU
49f2a5da6785 xen: privcmd: Switch from mutex to spinlock for irqfds
4ededa02c6f5 soc: qcom: icc-bwmon: Allow for interrupts to be shared across instances
809d5e839811 cpufreq: amd-pstate: auto-load pstate driver by default
5da2633513b5 cpufreq: amd-pstate: Allow users to write 'default' EPP string
25d53aad9173 ACPI: SBS: manage alarm sysfs attribute through psy core
7953227c3c0e ACPI: battery: create alarm sysfs attribute atomically
417a820de025 clocksource/drivers/sh_cmt: Address race condition for clock events
aa162aa4aa38 rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocation
c31a8f14eadf block: change rq_integrity_vec to respect the iterator
d59c4d0eb6ad nvme: apple: fix device reference counting
04fb17e9f95b debugobjects: Annotate racy debug variables
4811d6e5d9f4 md/raid5: avoid BUG_ON() while continue reshape after reassembling
e0fa1325d50d md: change the return value type of md_write_start to void
e6a81438b2df md: do not delete safemode_timer in mddev_suspend
1e67ea9f7058 rcutorture: Fix rcu_torture_fwd_cb_cr() data race
5da3af03c9fe platform/chrome: cros_ec_lpc: Add a new quirk for ACPI id
866c820aee2b Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"
72d74d053d18 hwmon: corsair-psu: add USB id of HX1200i Series 2023 psu
d776c0486b03 gpio: prevent potential speculation leaks in gpio_device_get_desc()
9a3f1490f9b2 regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()
9bd6911af522 net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897.
d9dbfcacc8d7 net: pse-pd: tps23881: include missing bitfield.h header
3c3a575046d2 net: fec: Stop PPS on driver remove
16d6cd28f706 net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilities
977de64fa2f5 l2tp: fix lockdep splat
3cde714b0e77 idpf: fix UAFs when destroying the queues
6b289f8d9153 idpf: fix memory leaks and crashes while performing a soft reset
abd573e9ad2b bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()
f3d5efe18a11 net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register()
a5cf11cb51cf net/smc: add the max value of fallback reason count
09e309f3962e Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor
699ca84febb9 Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()
dea5daecca8a ice: Fix reset handler
f3535cfd8c93 net: dsa: microchip: Fix Wake-on-LAN check to not return an error
9b60320d991d net: linkwatch: use system_unbound_wq
b2f794b168cf net: bridge: mcast: wait for previous gc cycles when removing port
c6c5b91424fa net: usb: qmi_wwan: fix memory leak for not ip packets
87629b6bb46c virtio-net: unbreak vq resizing when coalescing is not negotiated
f39bdb5f0e13 gve: Fix use of netif_carrier_ok()
709f88426d88 net: pse-pd: tps23881: Fix the device ID check
e809a84c8023 sctp: Fix null-ptr-deref in reuseport_add_sock().
3c5d0871b0af power: supply: rt5033: Bring back i2c_set_clientdata
3e82abbb5539 smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
9acf64448adb x86/mm: Fix pti_clone_entry_text() for i386
df3eecb5496f x86/mm: Fix pti_clone_pgtable() alignment assumption
6eefe92f2ed0 selftests: ksft: Fix finished() helper exit code on skipped tests
0c7c3dc54683 perf/x86: Fix smp_processor_id()-in-preemptible warnings
a9d6d466bcf0 perf/x86: Support counter mask
ed6a9349ef84 perf/x86/intel: Support the PEBS event mask
7904a62c5332 perf/x86/amd: Use try_cmpxchg() in events/amd/{un,}core.c
08118810a987 jump_label: Fix the fix, brown paper bags galore
862bdc8d30a8 platform/x86/intel/ifs: Initialize union ifs_status to zero
12663246c4a1 irqchip/mbigen: Fix mbigen node address layout
5c9618a3b6ea platform/x86: intel-vbtn: Protect ACPI notify handler against recursion
56a295701bb5 perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra Forest
0f4ed1ca93f6 perf/x86/intel/cstate: Add Lunarlake support
16923df3feaf perf/x86/intel/cstate: Add Arrowlake support
bf846b5a92fd locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node()
6b2fb1728532 drm/amd/display: Refactor function dm_dp_mst_is_port_support_mode()
33420ab58bea Linux 6.10.4
9b49bb5faf40 selftests: mptcp: join: check backup support in signal endp
f2f239aebe60 selftests: mptcp: join: validate backup in MPJ
fe2f8f5b2d70 selftests: mptcp: always close input's FD if opened
9f7492e3b38d selftests: mptcp: fix error path
00749436d614 mptcp: fix duplicate data handling
5d756f8865fe mptcp: pm: only set request_bkup flag when sending MP_PRIO
8586723dd96b mptcp: pm: fix backup support in signal endpoints
01403733de2d mptcp: fix bad RCVPRUNED mib accounting
2b471bf003a7 mptcp: mib: count MPJ with backup flag
adfaef947854 mptcp: fix NL PM announced address accounting
73e2baa301ee mptcp: distinguish rcv vs sent backup flag in requests
a702415f3a16 mptcp: fix user-space PM announced address accounting
752eed6675d2 r8169: don't increment tx_dropped in case of NETDEV_TX_BUSY
2c9d235defd2 net: wan: fsl_qmc_hdlc: Discard received CRC
f223d2b4acb7 net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutex
1e9fefa405d4 net: usb: sr9700: fix uninitialized variable use in sr_mdio_read
63f10d9a2525 io_uring: keep multishot request NAPI timeout current
976a76a307e2 wifi: mac80211: use monitor sdata with driver only if desired
6629fb104038 wifi: ath12k: fix soft lockup on suspend
d872903661c8 nouveau: set placement to original placement on uvmm validate.
13e485ab4a7c Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanning
5d4aa25f47cd drm/v3d: Validate passed in drm syncobj handles in the performance extension
5c56f104edd0 drm/v3d: Validate passed in drm syncobj handles in the timestamp extension
ad5fdc48f7a6 drm/v3d: Fix potential memory leak in the performance extension
9b5033ee2c5a drm/v3d: Fix potential memory leak in the timestamp extension
73ad583bd493 drm/v3d: Prevent out of bounds access in performance query extensions
e951cc1c6f80 drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()
2e9e3399caa6 drm/virtio: Fix type of dma-fence context variable
c85694c4a744 drm/amdgpu: fix contiguous handling for IB parsing v2
226128518a84 drm/ast: Fix black screen after resume
b5b011587c83 drm/ast: astdp: Wake up during connector status detection
af6441e6f3d4 drm/vmwgfx: Fix handling of dumb buffers
c98ab18b9f31 drm/vmwgfx: Fix a deadlock in dma buf fence polling
619186e7964e PCI: pciehp: Retain Power Indicator bits for userspace indicators
36c255db5a25 Revert "ALSA: firewire-lib: operate for period elapse event in process context"
bf48015786a8 Revert "ALSA: firewire-lib: obsolete workqueue for period update"
5692e90af3df ALSA: seq: ump: Optimize conversions from SysEx to UMP
ece30d03d281 ALSA: hda/realtek: Add quirk for Acer Aspire E5-574G
c624c592506a ALSA: usb-audio: Correct surround channels in UAC1 channel map
aaba54c78f10 mptcp: sched: check both directions for backup
1171ceccabfd protect the fetch of ->fd[fd] in do_dup2() from mispredictions
061e41581606 btrfs: make cow_file_range_inline() honor locked_page on error
8c1847ee3b81 btrfs: do not subtract delalloc from avail bytes
1467321cd716 btrfs: zoned: fix zone_unusable accounting on making block group read-write again
6eb1d257986f HID: wacom: Modify pen IDs
ed66c582d8f2 platform/chrome: cros_ec_proto: Lock device when updating MKBP version
494b14138201 s390/fpu: Re-add exception handling in load_fpu_state()
c3f1d4f61d06 ceph: force sending a cap update msg back to MDS for revoke op
e3144eccc49a rust: SHADOW_CALL_STACK is incompatible with Rust
bea081b0d453 arm64: jump_label: Ensure patched jump_labels are visible to all CPUs
2119cf5e5d75 riscv: Fix linear mapping checks for non-contiguous memory regions
fd7df98c2a76 RISC-V: Enable the IPI before workqueue_online_cpu()
d4e7db757e2d riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()
f080c6fc86b5 perf: riscv: Fix selecting counters in legacy mode
d4d3d34a2c6b perf arch events: Fix duplicate RISC-V SBI firmware event name
5d4aaf16a825 riscv/purgatory: align riscv_kernel_entry
4041f8c6b582 ipv6: fix ndisc_is_useropt() handling for PIO
adbb901c848f igc: Fix double reset adapter triggered from a single taprio cmd
6eac2b62975f net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptys
89064d09c56b net/mlx5e: Fix CT entry update leaks of modify header context
9f1323148493 net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capability
091268f3c27a net/mlx5: Fix missing lock on sync reset reload
1fe4ad66e41d net/mlx5: Lag, don't use the hardcoded value of the first port
ffd9f0a385b8 net/mlx5: Fix error handling in irq_pool_request_irq
6048dec75455 net/mlx5: Always drain health in shutdown callback
87dba44e9471 netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().
08ed888b69a2 netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().
0faa80c71ea2 drm/atomic: Allow userspace to use damage clips with async flips
dee804047d7b drm/atomic: Allow userspace to use explicit sync with atomic async flips
2873144891d3 ALSA: hda: Conditionally use snooping for AMD HDMI
40efbeede8e4 s390/mm/ptdump: Fix handling of identity mapping area
b4f4cf72a15e net: phy: micrel: Fix the KSZ9131 MDI-X status issue
3d61be3e5b5d net: mvpp2: Don't re-use loop iterator
b0edc32edcb9 drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macro
69620522c48c net/iucv: fix use after free in iucv_sock_close()
fbe74e7ec62a ice: xsk: fix txq interrupt mapping
41fe958255e1 ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
448040a01738 ice: improve updating ice_{t,r}x_ring::xsk_pool
064235851a38 ice: toggle netif_carrier when setting up XSK pool
cc35d9e09db8 ice: modify error handling when setting XSK pool in ndo_bpf
ec58ff3e1661 ice: replace synchronize_rcu with synchronize_net
db088e42aa22 ice: don't busy wait for Rx queue disable in ice_qp_dis()
a29b4548fed5 ice: respect netif readiness in AF_XDP ZC related ndo's
1dcb9554062e i915/perf: Remove code to update PWR_CLK_STATE for gen12
37f69a1c3a4f rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_dellink().
310cb7168650 net: axienet: start napi before enabling Rx/Tx
3f4fa2fb7b08 tcp: Adjust clamping window for applications specifying SO_RCVBUF
4e3fcca489f0 ethtool: fix setting key and resetting indir at once
c0f412961653 drm/client: Fix error code in drm_client_buffer_vmap_local()
99e194a4804c Bluetooth: hci_sync: Fix suspending with wrong filter policy
0a5899d8a4c6 Bluetooth: btintel: Fail setup on error
feacd3a96467 ALSA: hda: conexant: Fix headset auto detect fail in the polling mode
0fb5ef1884be net: phy: realtek: add support for RTL8366S Gigabit PHY
8bc93b1d6de9 wifi: cfg80211: correct S1G beacon length calculation
d37dac0dc59a wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_done
3a5b68869dbe sched: act_ct: take care of padding in struct zones_ht_key
20dc9c50e7af drm/vmwgfx: Trigger a modeset when the screen moves
b4e635472139 ethtool: rss: echo the context number back
554bc917615a netlink: specs: correct the spec of ethtool
bc57f879a420 bnxt_en: Fix RSS logic in __bnxt_reserve_rings()
865cc600e1bb drm/vmwgfx: Fix overlay when using Screen Targets
9b35b1ea2602 drm/vmwgfx: Make sure the screen surface is ref counted
2a1b327d57a8 drm/nouveau: prime: fix refcount underflow
b501f612fe89 drm/gpuvm: fix missing dependency to DRM_EXEC
99bdfbb86892 perf tool: fix dereferencing NULL al->maps
bafa1a95dd21 HID: amd_sfh: Move sensor discovery before HID device initialization
cc4b131a8665 ARM: 9408/1: mm: CFI: Fix some erroneous reset prototypes
825da6965666 ARM: 9406/1: Fix callchain_trace() return value
7893355a0d61 MIPS: dts: loongson: Fix ls2k1000-rtc interrupt
94c05c544ac2 MIPS: dts: loongson: Fix liointc IRQ polarity
a178ce8f64b9 MIPS: Loongson64: DTS: Fix PCIe port nodes for ls7a
9562e9aa0926 perf/x86/intel: Add a distinct name for Granite Rapids
6c0793bf8a98 perf/x86/intel: Switch to new Intel CPU model defines
fef1a538afaa perf: imx_perf: fix counter start and config sequence
0cd106612396 f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid
23b865a8f3fb f2fs: fix to avoid use SSR allocate when do defragment
49dba573ef7c ext4: check the extent status again before inserting delalloc block
9c1d07d3cffe ext4: factor out a common helper to query extent map
5a7c40674bb4 mm/migrate: putback split folios when numa hint migration fails
d14b3b0e3082 mm/migrate: move NUMA hinting fault folio isolation + checks under PTL
e820fb0e4385 mm/migrate: make migrate_misplaced_folio() return 0 on success
cd0e079e2752 mm: fix khugepaged activation policy
82dd589d3009 mm/huge_memory: mark racy access onhuge_anon_orders_always
c4386c5293aa drivers: gpu: drm: msm: registers: improve reproducibility
915a386c7cff qemux86: add configuration symbol to select values
62df91b21626 sched/isolation: really align nohz_full with rcu_nocbs
afe643f5802b clear_warn_once: add a clear_warn_once= boot parameter
7b016793edbf clear_warn_once: bind a timer to written reset value
89a5c70f2000 clear_warn_once: expand debugfs to include read support
8014704c527d tools: Remove some options from CLANG_CROSS_FLAGS
e9ca44556936 libbpf: Fix build warning on ref_ctr_off
32fe8c972c36 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
a372ac2b798d perf: x86-32: explicitly include <errno.h>
a5cb41682777 perf: mips64: Convert __u64 to unsigned long long
ed8ee9f3d1ae perf: fix bench numa compilation
6dbb2915e8a7 perf: add SLANG_INC for slang.h
57f78dddfd93 perf: add sgidefs.h to for mips builds
130f0306cfba perf: change --root to --prefix for python install
2520efe95341 perf: add 'libperl not found' warning
45731b6ae676 perf: force include of <stdbool.h>
ace10f8dec53 fat: Replace prandom_u32() with get_random_u32()
64797bdca14e fat: don't use obsolete random32 call in namei_vfat
2442bae1a645 FAT: Added FAT_NO_83NAME
7561126bce00 FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
5c51ab959876 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5869720658c9 aufs6: match exports to functions
e125467cf228 aufs: adjust for v6.9+
eebcdc6635bf aufs6: correct do_splice_from prototype
4c5829036c45 aufs: update remove_page to remove_folio
e8d889d0f434 aufs: i_op: Add handling for au_pin_hdir_set_owner with RT kernel
3ecd9203de17 aufs: fix v6.7 kernel build compilation
5e8ee028dbe2 aufs6: adapt to v6.6 i_op->ctime changes
1132c330feed aufs6: adapt to v6.6
d3e4ede69603 aufs6: core
49ec9271f41d aufs6: standalone
dcc0978da2dd aufs6: mmap
80e1609b37e7 aufs6: base
0dbb3f062420 aufs6: kbuild
ad51078c5ebf yaffs: fix mtime/itime field access
e5f1d35d6188 yaffs2: update VFS ctime operations to 6.6+
dd374461adc7 yaffs2: v6.5 fixups
f5908785d88d yaffs2: Fix miscalculation of devname buffer length
d1403f0acfdf yaffs2: convert user_namespace to mnt_idmap
7dae5463b54f yaffs2: replace bdevname call with sprintf
92d30df4eb56 yaffs2: convert read_page -> readfolio
6c895bffdf72 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
6801e7d90255 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
aff012190046 yaffs2: v5.12+ build fixups (not runtime tested)
fb474842c16e yaffs: include blkdev.h
fe7d745aac94 yaffs: fix misplaced variable declaration
bee147b2e533 yaffs2: v5.6 build fixups
22998f589ec2 yaffs2: fix memory leak when /proc/yaffs is read
ce7d8084a976 yaffs: add strict check when call yaffs_internal_read_super
adb7202fda95 yaffs: repair yaffs_get_mtd_device
2852e5c15d4d yaffs: Fix build failure by handling inode i_version with proper atomic API
1526802a8147 yaffs2: fix memory leak in mount/umount
6c7827a16aaa yaffs: Avoid setting any ACL releated xattr
fa3482815542 Yaffs:check oob size before auto selecting Yaffs1
aaa4843b73ce fs: yaffs2: replace CURRENT_TIME by other appropriate apis
48e992af6531 yaffs2: adjust to proper location of MS_RDONLY
f3af7160d8a0 yaffs2: import git revision b4ce1bb (jan, 2020)
4add698ed6e8 initramfs: allow an optional wrapper script around initramfs generation
b619a8d54336 vt/conmakehash: improve reproducibility
c786186aeef3 tools: use basename to identify file in gen-mach-types
aa3a8e7ceb6e iwlwifi: select MAC80211_LEDS conditionally
325db54c4be9 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
23a87c6e13aa defconfigs: drop obselete options
946e5b78ab94 linux-yocto: Handle /bin/awk issues
9daee1dba585 uvesafb: provide option to specify timeout for task completion
f68b8683441a uvesafb: print error message when task timeout occurs
a1595c6b6017 compiler.h: Undef before redefining __attribute_const__
8086839613c6 vmware: include jiffies.h
32e79eb3c169 Resolve jiffies wrapping about arp
f6fabf91b6f2 nfs: Allow default io size to be configured.
ad2b29f801e9 check console device file on fs when booting
5194785d545b mount_root: clarify error messages for when no rootfs found
78b3498cb59a mconf: fix output of cflags and libraries
9cc6870708d5 menuconfig,mconf-cfg: Allow specification of ncurses location
f34088ed9c93 modpost: mask trivial warnings
4784584582f5 kbuild: exclude meta directory from distclean processing
73072b5fe25a powerpc: serialize image targets
a120eb200320 arm: serialize build targets
51d5719ac05b mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
5155f0bb36f0 cpu/amd: inhibit SMP check for qemux86
e5a5996ee586 x86_64_defconfig: Fix warnings
1359db75df0c mips: make current_cpu_data preempt safe
385edf6090c3 mips: vdso: fix 'jalr $t9' crash in vdso code
968266397319 mips: Kconfig: add QEMUMIPS64 option
389ce854fde3 4kc cache tlb hazard: tlbp cache coherency
9cab61199fa8 malta uhci quirks: make allowance for slow 4k(e)c
80cae3bd9eea arm64: defconfig: remove CONFIG_IPQ_APSS_5018
41c82709900f drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
59ef4f151a5e arm64: defconfig: cleanup config options
c5fb425762ed vexpress: Pass LOADADDR to Makefile
07a8b544d4e9 arm: ARM EABI socketcall
574f3ae3d2ca ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 1a1cc353e772a65431f73704d2e925780398bf5e)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
6a5ee4cb58 |
linux-yocto/6.10: fix CONFIG_PWM_SYSFS config warning
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Yogesh Tyagi
Email: yogesh.tyagi@intel.com
Subject: bsp : remove sysfs configs for pwm class
Date: Fri, 23 Aug 2024 12:54:56 +0530
Following commit removed the CONFIG_PWM_SYSFS from linux kernel:
|
||
|
|
63c26bcb45 |
linux-yocto/6.6: update to v6.6.47
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
4c1a2d4cd9a5 Linux 6.6.47
88042e41534b Revert "ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error"
fb6f56244af3 media: Revert "media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()"
60d90e158261 KVM: arm64: Don't pass a TLBI level hint when zapping table entries
2c770086e079 KVM: arm64: Don't defer TLB invalidation when zapping table entries
f3c60ab676bb cgroup: Move rcu_head up near the top of cgroup_root
6419341b6b2b mm/debug_vm_pgtable: drop RANDOM_ORVALUE trick
e2bf9ba1d3d7 Revert "Input: bcm5974 - check endpoint type before starting traffic"
6fb93eeb25e5 Revert "jfs: fix shift-out-of-bounds in dbJoin"
49df34d2b7da binfmt_flat: Fix corruption when not offsetting data start
f95d175a9e5f ALSA: usb: Fix UBSAN warning in parse_audio_unit()
5472b587cf71 fs/ntfs3: Do copy_to_user out of run_lock
f650148b4394 jfs: Fix shift-out-of-bounds in dbDiscardAG
6ea10dbb1e6c jfs: fix null ptr deref in dtInsertEntry
3db4395332e7 fou: remove warn in gue_gro_receive on unsupported protocol
263df78166d3 f2fs: fix to cover read extent cache access with lock
ae00e6536a2d f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC
bd104cbb9d3f bpf, net: Use DEV_STAT_INC()
3f6bbe6e07e5 ext4: sanity check for NULL pointer after ext4_force_shutdown
3a2c70baf62b ext4: convert ext4_da_do_write_end() to take a folio
8a3ac7fb3696 wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values
5b485efcb6a6 mm/page_table_check: support userfault wr-protect entries
737fb7853acd ext4: do not create EA inode under buffer lock
f2a77188a396 ext4: fold quota accounting into ext4_xattr_inode_lookup_create()
4ea65e2095e9 Bluetooth: RFCOMM: Fix not validating setsockopt user input
0f1061332030 nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies
ae7f73e64e9b net: add copy_safe_from_sockptr() helper
bae45e9b78e8 mISDN: fix MISDN_TIME_STAMP handling
107449cfb217 fs: Annotate struct file_handle with __counted_by() and use struct_size()
63f13eb5d627 bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.
ef33f0296893 bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
5fbbd952e7c3 pppoe: Fix memory leak in pppoe_sendmsg()
84c176fbecd1 net: sctp: fix skb leak in sctp_inq_free()
6cee13d8d4e0 net:rds: Fix possible deadlock in rds_message_put
a2f2e5a4c907 quota: Detect loops in quota tree
0252e359afa5 Input: bcm5974 - check endpoint type before starting traffic
2cea502f58d6 net: tls, add test to capture error on large splice
2fdcf3c4ad74 erofs: avoid debugging output for (de)compressed data
ca9b877a2e2c reiserfs: fix uninit-value in comp_keys
984ed0567f5d Squashfs: fix variable overflow triggered by sysbot
2dbaa75748ac squashfs: squashfs_read_data need to check if the length is 0
0b24b7941086 jfs: fix shift-out-of-bounds in dbJoin
3999d26986be net: don't dump stack on queue timeout
e4a4435787dd jfs: fix log->bdev_handle null ptr deref in lbmStartIO
9641706cbbc2 jfs: Convert to bdev_open_by_dev()
4365d0d660ac fs: Convert to bdev_open_by_dev()
e58695f6c556 wifi: mac80211: fix change_address deadlock during unregister
be31c9be8764 wifi: mac80211: take wiphy lock for MAC addr change
77100f2e8412 tcp_metrics: optimize tcp_metrics_flush_all()
dd9542ae7c7c cgroup: Make operations on the cgroup root_list RCU safe
bcd514804394 genirq/cpuhotplug: Retry with cpu_online_mask when migration fails
20dbad7525c6 genirq/cpuhotplug: Skip suspended interrupts when restoring affinity
a47b54846ac7 nvme/pci: Add APST quirk for Lenovo N60z laptop
26273f5f4cf6 mm: gup: stop abusing try_grab_folio
9eae19001439 nfsd: make svc_stat per-network namespace instead of global
9ae63aab0df8 nfsd: remove nfsd_stats, make th_cnt a global counter
b670a59817ec nfsd: make all of the nfsd stats per-network namespace
6f8d6ed3426a nfsd: expose /proc/net/sunrpc/nfsd in net namespaces
5b3a1ecf0790 nfsd: rename NFSD_NET_* to NFSD_STATS_*
2e8076df20f3 sunrpc: use the struct net as the svc proc private
791be93cf182 sunrpc: remove ->pg_stats from svc_program
465bb0f1f48b sunrpc: pass in the sv_stats struct through svc_create_pooled
032ed4c630cd nfsd: stop setting ->pg_stats for unused stats
1257fe22e14e sunrpc: don't change ->sv_stats if it doesn't exist
9b31d561f475 NFSD: Fix frame size warning in svc_export_parse()
5bc2b8f225e9 NFSD: Rewrite synopsis of nfsd_percpu_counters_init()
9d91b004df9a LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.h
7c3e55d8b463 ASoC: topology: Fix route memory corruption
bd865c769002 ASoC: topology: Clean up route loading
d2a2a4714d80 exec: Fix ToCToU between perm check and set-uid/gid usage
2879d995e569 pnmtologo: sync with 6.6
99fd042016c7 Linux 6.6.46
7ba27f14161f btrfs: fix double inode unlock for direct IO sync writes
1c3b01b519e5 Revert "selftests: mptcp: simult flows: mark 'unbalanced' tests as flaky"
9d97114f2fd0 selftests: mptcp: join: test both signal & subflow
e80cf3fc4ee1 selftests: mptcp: join: ability to invert ADD_ADDR check
64815ba15880 mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set
9a4a4c0b8eeb mptcp: pm: don't try to create sf if alloc failed
432535f52e7c mptcp: pm: reduce indentation blocks
c2389c074973 xfs: fix log recovery buffer allocation for the legacy h_size fixup
37e79836d6a4 nouveau: set placement to original placement on uvmm validate.
2ae4d5821852 mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()
d43ff9428954 tools headers arm64: Sync arm64's cputype.h with the kernel sources
e7f3e5fb20c5 ipv6: fix source address selection with route leak
717c91c6ed73 netfilter: nf_tables: prefer nft_chain_validate
0a108bde616a btrfs: fix corruption after buffer fault in during direct IO append write
a5c399fe433a mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit machines
6ea9aa8d97e6 mm: huge_memory: don't force huge page alignment on 32 bit
94220b35aeba Revert "drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_plane_handle_cursor_update"
163f7dd80237 block: use the right type for stub rq_integrity_vec()
d4c67071f481 mptcp: pm: deny endp with signal + subflow + port
8165c84431b3 selftests: mptcp: fix error path
fff9b9208c1d mptcp: pm: fix backup support in signal endpoints
07bb418cb0b4 mptcp: fully established after ADD_ADDR echo on MPJ
ea12dbf570ef drm/radeon: Remove __counted_by from StateArray.states[]
81d34df84362 drm/mgag200: Bind I2C lifetime to DRM device
6946b7b00531 drm/mgag200: Set DDC timeout in milliseconds
b3aa563f2135 drm/lima: Mark simple_ondemand governor as softdep
28c060cd370d drm/dp_mst: Skip CSN if topology probing is not done yet
6f8765a70670 drm/bridge: analogix_dp: properly handle zero sized AUX transactions
78f1990b6bf8 sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()
4c15b20c26a4 sched/core: Introduce sched_set_rq_on/offline() helper
65727331b601 sched/smt: Fix unbalance sched_smt_present dec/inc
41d856565d64 sched/smt: Introduce sched_smt_present_inc/dec() helper
8a90d3fc7c24 x86/mtrr: Check if fixed MTRRs exist before saving them
8728e3fc7208 x86/paravirt: Fix incorrect virt spinlock setting on bare metal
866992f0d452 btrfs: avoid using fixed char array size for tree names
772f83194278 selftests: mm: add s390 to ARCH check
2ef3d120d19f eventfs: Use SRCU for freeing eventfs_inodes
b59603a114fa eventfs: Don't return NULL in eventfs_create_dir()
c7cd840b8e2b smb3: fix setting SecurityFlags when encryption is required
924f788c906d padata: Fix possible divide-by-0 panic in padata_mt_helper()
a172c7b22bc2 tracing: Fix overflow in get_free_elt()
f31fe63838e9 power: supply: axp288_charger: Round constant_charge_voltage writes down
e1ab8ca8034f power: supply: axp288_charger: Fix constant_charge_voltage writes
da5e1ee0eb12 power: supply: qcom_battmgr: return EAGAIN when firmware service is not up
e32f7c84438f LoongArch: Enable general EFI poweroff method
0688cacd0e93 genirq/irqdesc: Honor caller provided affinity in alloc_desc()
2ce998fabc63 irqchip/xilinx: Fix shift out of bounds
d0137ce03fe5 kcov: properly check for softirq context
6f48f45c7bde ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx
642a0b7453da parisc: fix a possible DMA corruption
8d26093f8124 parisc: fix unaligned accesses in BPF
37a060b64ae8 memcg: protect concurrent access to mem_cgroup_idr
e3ad50387628 serial: core: check uartclk for zero to avoid divide by zero
65d76c0aa2b7 timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()
ae5848cb5b28 ntp: Safeguard against time_constant overflow
726f4c241e17 tracefs: Use generic inode RCU for synchronizing freeing
a49f7de9b8e9 tracefs: Fix inode allocation
4d035c743c3e driver core: Fix uevent_show() vs driver detach race
9d6193fd9108 clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()
03c3855528ab clocksource: Scale the watchdog read retries automatically
b5cf99eb7a7c ntp: Clamp maxerror and esterror to operating range
2ac6deb9998b vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler
b9d604933d5f tick/broadcast: Move per CPU pointer access into the atomic section
8bf58028d58c scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logic
74eda70a56be scsi: ufs: core: Do not set link to OFF state while waking up from hibernation
80d0624d0a8f scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONES
d67546814d14 usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_speed.
54b7f68025a0 usb: gadget: u_serial: Set start_delayed during suspend
a4f0d0a0139c usb: gadget: midi2: Fix the response for FB info with block 0xff
1a9df57d5745 usb: gadget: core: Check for unset descriptor
0761ba080a0d USB: serial: debug: do not echo input by default
128e82e41cf7 usb: vhci-hcd: Do not drop references before new references are gained
22628010c596 ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4
a70ed69f9b35 ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks
09c0f5f9db33 ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list
535df7f896a5 ALSA: line6: Fix racy access to midibuf
d64fc94f7bb2 drm/client: fix null pointer dereference in drm_client_modeset_probe
d73de3c64476 drm/i915/gem: Adjust vma offset for framebuffer mmap offset
0da0b06165d8 drm/amdgpu: Forward soft recovery errors to userspace
718d83f66fb0 drm/amd/display: Skip Recompute DSC Params if no Stream on Link
4b09513ce93b drm/i915/gem: Fix Virtual Memory mapping boundaries calculation
81ac1e888460 module: make waiting for a concurrent module loader interruptible
bdb3679cf318 module: warn about excessively long module waits
c0f767dea583 cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath
885283269275 ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT
a59ee7038912 ALSA: usb-audio: Re-add ScratchAmp quirk entries
a2c0f5df8b6b spi: spi-fsl-lpspi: Fix scldiv calculation
c25b8a3f016a i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
233419a329d1 i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume
a4155dec0199 kprobes: Fix to check symbol prefixes correctly
25ad6909c86e bpf: kprobe: remove unused declaring of bpf_kprobe_override
ae68eee1af4f i2c: smbus: Send alert notifications to all devices if source not found
b66c92b7d17e ASoC: SOF: Remove libraries from topology lookups
b15602915957 spi: spidev: Add missing spi_device_id for bh2228fv
641de16bb3b0 ASoC: sti: add missing probe entry for player and reader
8485d324aa03 ASoC: codecs: wsa884x: Correct Soundwire ports mask
192af3ce5747 ASoC: codecs: wsa884x: parse port-mapping information
e79e2d8f7a25 ASoC: codecs: wsa883x: Correct Soundwire ports mask
986141e384dc ASoC: codecs: wsa883x: parse port-mapping information
f4bbf2f2f5f1 ASoC: codecs: wsa881x: Correct Soundwire ports mask
733677fc391e ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask
1534b11275b7 i2c: smbus: Improve handling of stuck alerts
745eec68a307 arm64: errata: Expand speculative SSBS workaround (again)
8defe5195138 arm64: cputype: Add Cortex-A725 definitions
44094ae235cd arm64: cputype: Add Cortex-X1C definitions
b9bf53354e98 arm64: errata: Expand speculative SSBS workaround
771746afa0b8 arm64: errata: Unify speculative SSBS errata logic
88ef8dd94f8b arm64: cputype: Add Cortex-X925 definitions
ef6e6d1062c8 arm64: cputype: Add Cortex-A720 definitions
fc4675620ac8 arm64: cputype: Add Cortex-X3 definitions
93696d8f96a9 arm64: errata: Add workaround for Arm errata 3194386 and 3312417
527e7e72c9ac arm64: cputype: Add Neoverse-V3 definitions
e5b9593843b7 arm64: cputype: Add Cortex-X4 definitions
1ae80faeccfe arm64: barrier: Restore spec_bar() macro
4167bf778008 arm64: Add Neoverse-V2 part
6772c4868a8e net: drop bad gso csum_start and offset in virtio_net_hdr
12f98cc6fb07 sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
b56dee6c9b08 irqchip/loongarch-cpu: Fix return value of lpic_gsi_to_irq()
57ab379d781c irqchip/meson-gpio: Convert meson_gpio_irq_controller::lock to 'raw_spinlock_t'
b547433efa79 scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONES
2d451ec01e66 profiling: remove profile=sleep support
c26524044485 SUNRPC: Fix a race to wake a sync task
1e8b7fb427af s390/sclp: Prevent release of buffer in I/O
6dacca9fbe52 jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
e7abdad660ed ext4: fix uninitialized variable in ext4_inlinedir_to_tree
850304152d36 media: xc2028: avoid use-after-free in load_firmware_cb()
7f855b668137 media: uvcvideo: Fix the bandwdith quirk on USB 3.x
5b835d12cfb9 media: uvcvideo: Ignore empty TS packets
4cc2a94d96ca drm/amd/display: Add null checker before passing variables
a59941605a2e drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_plane_handle_cursor_update
a29c1e51ef3a media: amphion: Remove lock in s_ctrl callback
2e538944996d drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr
1adb5ebe205e drm/amdgpu: Add lock around VF RLCG interface
641dac64178c drm/admgpu: fix dereferencing null pointer context
3a01bf2ca9f8 drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rules
b89616333979 drm/amdgpu: Fix the null pointer dereference to ras_manager
09544cd95c68 drm/amdgpu/pm: Fix the null pointer dereference for smu7
837ab17ceef9 drm/amdgpu/pm: Fix the param type of set_power_profile_mode
bc93cfde69b7 drm/amdgpu: fix potential resource leak warning
479ccc213217 drm/amd/display: Add delay to improve LTTPR UHBR interop
4d9adcb94d55 Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver unloading
d9e846072fcd btrfs: fix bitmap leak when loading free space cache on duplicate entry
ba4dedb71356 btrfs: do not clear page dirty inside extent_write_locked_range()
a006e6c4a8a0 net: stmmac: qcom-ethqos: enable SGMII loopback during DMA reset on sa8775p-ride-r3
759822a3300c can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd
1333fd55d12e can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum
81f086d913be wifi: nl80211: don't give key data to userspace
5cc9745e2ea1 udf: prevent integer overflow in udf_bitmap_free_blocks()
9be0805597b3 PCI: Add Edimax Vendor ID to pci_ids.h
412f97f36062 af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect().
5ce414edb383 selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
650e24748e1e net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink
9b034650f369 wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup()
c6ea738e3feb wifi: nl80211: disallow setting special AP channel widths
c2775ae4d922 xen: privcmd: Switch from mutex to spinlock for irqfds
9747b722125c ACPI: SBS: manage alarm sysfs attribute through psy core
e1f6d71b42bf ACPI: battery: create alarm sysfs attribute atomically
9e1923b395ba clocksource/drivers/sh_cmt: Address race condition for clock events
4991cb2d434c rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocation
c63b44fb33dd block: change rq_integrity_vec to respect the iterator
775a9ba16c9f md/raid5: avoid BUG_ON() while continue reshape after reassembling
3fd53466dbff md: do not delete safemode_timer in mddev_suspend
7adbf9b5c826 rcutorture: Fix rcu_torture_fwd_cb_cr() data race
95cf80c93432 hwmon: corsair-psu: add USB id of HX1200i Series 2023 psu
1b955f786a4b gpio: prevent potential speculation leaks in gpio_device_get_desc()
c0780672805e net: fec: Stop PPS on driver remove
73780807c67c net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilities
207e88155410 l2tp: fix lockdep splat
a7d2808d6757 net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register()
f7dc578abe4f net/smc: add the max value of fallback reason count
1a7a06e90e53 Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor
b4af69d51dfd Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()
3e94132335cd ice: Fix reset handler
3b1fae78bebe net: linkwatch: use system_unbound_wq
e3145ca904fa net: bridge: mcast: wait for previous gc cycles when removing port
f2c353227de1 net: usb: qmi_wwan: fix memory leak for not ip packets
1407be30fc17 sctp: Fix null-ptr-deref in reuseport_add_sock().
6a78a2903875 wifi: ath12k: fix soft lockup on suspend
7091b094dd68 wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler
5c18b150e4cb wifi: ath12k: rename the sc naming convention to ab
0397a48c4bd6 smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
fbb384e3f000 x86/mm: Fix pti_clone_entry_text() for i386
ca07aab70dd3 x86/mm: Fix pti_clone_pgtable() alignment assumption
c7b46f69d132 jump_label: Fix the fix, brown paper bags galore
79b316264f57 platform/x86/intel/ifs: Initialize union ifs_status to zero
3d0d7713dd3f platform/x86/intel/ifs: Gen2 Scan test support
b399e6a23359 platform/x86/intel/ifs: Store IFS generation number
69508cc9a9a8 irqchip/mbigen: Fix mbigen node address layout
43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes
35046aea43c8 bpftool: Fix undefined bpf macro for unix socket
9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e503 bpftool: Query only cgroup-related attach types
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 475c48dae4fcc316ecbb12d32a7a57377af1da85)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
033689b4a9 |
linux-yocto/6.6: fix genericarm64 config warning
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Bruce Ashfield
Email: bruce.ashfield@gmail.com
Subject: genericarm64: drop CONFIG_MTD_NAND_FSL_IFC
Date: Tue, 13 Aug 2024 15:17:10 -0400
We are getting the following warning in recent 6.6+ kernels:
WARNING: linux-yocto-6.6.45+git-r0 do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration:
[NOTE]: 'CONFIG_MTD_NAND_FSL_IFC' last val (y) and .config val (n) do not match
[INFO]: CONFIG_MTD_NAND_FSL_IFC : n
[INFO]: raw config text:
config MTD_NAND_FSL_IFC
tristate "Freescale IFC NAND controller"
depends on (FSL_SOC || ARCH_LAYERSCAPE || SOC_LS1021A || COMPILE_TEST) && HAS_IOMEM && FSL_IFC && MTD_RAW_NAND && MTD
help
Various Freescale chips e.g P1010, include a NAND Flash machine
with built-in hardware ECC capabilities.
Enabling this option will enable you to use this to control
external NAND devices.
Config 'MTD_NAND_FSL_IFC' has the following Direct dependencies (MTD_NAND_FSL_IFC=n):
FSL_SOC(undefined/n) || ARCH_LAYERSCAPE(=y) || SOC_LS1021A(undefined/n) || COMPILE_TEST(=n) (=y) && HAS_IOMEM(=y) && FSL_IFC(=n) && MTD_RAW_NAND(=y) && MTD(=y)
Parent dependencies are:
SOC_LS1021A [SOC_LS1021A] MTD [y] ARCH_LAYERSCAPE [y] HAS_IOMEM [y] FSL_SOC [FSL_SOC] COMPILE_TEST [n] MTD_RAW_NAND [y] FSL_IFC [n]
[INFO]: config 'CONFIG_MTD_NAND_FSL_IFC' was set, but it wasn't assignable, check (parent) dependencies
The most significant missing option that is disabling this config value
is FSL_SOC, which is only defined in arch/powerpc.
As such, there's no sense keeping this option in the genericarm64 config
as it is only enabled via arch/powerpc.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 3809e8255e65c0013bf2012559b825be6c1221d0)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
4b38db9e00 |
linux-yocto/6.6: update to v6.6.45
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
878fbff41def Linux 6.6.45
ee3c845787b6 mptcp: prevent BPF accessing lowat from a subflow socket.
6f2b21806e9a selftests: mptcp: join: check backup support in signal endp
8213b98e55ce selftests: mptcp: join: validate backup in MPJ
ffe8c864c89f selftests: mptcp: always close input's FD if opened
bf39cfc0236f mptcp: fix duplicate data handling
bd1d1fc4bc61 mptcp: pm: only set request_bkup flag when sending MP_PRIO
19bf32929bc0 mptcp: fix bad RCVPRUNED mib accounting
6721cbaa04e5 mptcp: mib: count MPJ with backup flag
e680e635ed06 mptcp: fix NL PM announced address accounting
8ed3e34c766e mptcp: distinguish rcv vs sent backup flag in requests
201b76f62453 mptcp: fix user-space PM announced address accounting
7e927022495a r8169: don't increment tx_dropped in case of NETDEV_TX_BUSY
f2b5be33a3b5 net: usb: sr9700: fix uninitialized variable use in sr_mdio_read
6c0473c9ac50 drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()
a62c98142ca1 drm/virtio: Fix type of dma-fence context variable
a8943969f9ea drm/vmwgfx: Fix a deadlock in dma buf fence polling
f5043e69aeb2 Revert "ALSA: firewire-lib: operate for period elapse event in process context"
5f8a5a1dd269 Revert "ALSA: firewire-lib: obsolete workqueue for period update"
8dd4a10fdc00 ALSA: seq: ump: Optimize conversions from SysEx to UMP
79d3823e1f7d ALSA: hda/realtek: Add quirk for Acer Aspire E5-574G
b4dd36f912f2 ALSA: usb-audio: Correct surround channels in UAC1 channel map
add243b7f6ce mptcp: sched: check both directions for backup
da72e783afd2 protect the fetch of ->fd[fd] in do_dup2() from mispredictions
0caf15bee7b1 btrfs: do not subtract delalloc from avail bytes
ae29e6f764f6 btrfs: zoned: fix zone_unusable accounting on making block group read-write again
92566c0fd72b HID: wacom: Modify pen IDs
b8774d3137e5 platform/chrome: cros_ec_proto: Lock device when updating MKBP version
5e5a29bd54a2 rust: SHADOW_CALL_STACK is incompatible with Rust
dd0aaa9ac450 arm64: jump_label: Ensure patched jump_labels are visible to all CPUs
40208cdbb2a7 riscv: Fix linear mapping checks for non-contiguous memory regions
917f598209f3 riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()
fa12277fa218 perf: riscv: Fix selecting counters in legacy mode
10b26868bfb2 riscv: remove unused functions in traps_misaligned.c
93e2beae841b ipv6: fix ndisc_is_useropt() handling for PIO
5635301ed5bc igc: Fix double reset adapter triggered from a single taprio cmd
82b9a3804a8b net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptys
daab2cc17b6b net/mlx5e: Fix CT entry update leaks of modify header context
db4ba08c2371 net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capability
98884e89c90d net/mlx5: Fix missing lock on sync reset reload
f6f846005d2b net/mlx5: Lag, don't use the hardcoded value of the first port
315d00c7bc92 net/mlx5: Fix error handling in irq_pool_request_irq
6b6c2ebd83f2 net/mlx5: Always drain health in shutdown callback
e85b9b6a87be netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().
70014b73d753 netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().
2c2868a76667 ALSA: hda: Conditionally use snooping for AMD HDMI
2094996159b4 net: phy: micrel: Fix the KSZ9131 MDI-X status issue
eb2926cad1cf net: mvpp2: Don't re-use loop iterator
9541f99b2651 drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macro
01437282fd39 net/iucv: fix use after free in iucv_sock_close()
9ac083de42b4 ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
ac2a3c759d3a ice: replace synchronize_rcu with synchronize_net
9016d17f4ff6 ice: don't busy wait for Rx queue disable in ice_qp_dis()
77292f935d7e ice: respect netif readiness in AF_XDP ZC related ndo's
582b6c7dd019 i915/perf: Remove code to update PWR_CLK_STATE for gen12
0db00726578c rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_dellink().
4ea83a051838 net: axienet: start napi before enabling Rx/Tx
1cfdc250b3d2 tcp: Adjust clamping window for applications specifying SO_RCVBUF
f9fef23a81db tcp: annotate data-races around tp->window_clamp
124a4885b55f mptcp: give rcvlowat some love
ae8853d0a382 Bluetooth: hci_sync: Fix suspending with wrong filter policy
b0c470d67b7d Bluetooth: btintel: Fail setup on error
bc7734418c08 ALSA: hda: conexant: Fix headset auto detect fail in the polling mode
b45cbfa204b2 net: phy: realtek: add support for RTL8366S Gigabit PHY
fcfb8ceafba4 wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_done
d7cc186d0973 sched: act_ct: take care of padding in struct zones_ht_key
c98d6c23fbb5 drm/vmwgfx: Trigger a modeset when the screen moves
b67643bffe2e drm/vmwgfx: Fix overlay when using Screen Targets
f23cd66933fe drm/nouveau: prime: fix refcount underflow
1b46b23561d8 perf tool: fix dereferencing NULL al->maps
0a5ca73babec HID: amd_sfh: Move sensor discovery before HID device initialization
181f9b56193d ARM: 9406/1: Fix callchain_trace() return value
f4675c8ee758 MIPS: dts: loongson: Fix ls2k1000-rtc interrupt
3544efb889c1 MIPS: dts: loongson: Fix liointc IRQ polarity
fcf20dc29320 MIPS: Loongson64: DTS: Fix PCIe port nodes for ls7a
0bcd599a0f61 perf: imx_perf: fix counter start and config sequence
c91c8d3830fa dmaengine: fsl-edma: change the memory access from local into remote mode in i.MX 8QM
417b64e4c823 dmaengine: fsl-edma: clean up unused "fsl,imx8qm-adma" compatible string
ba20b7f28e54 dmaengine: fsl-edma: add i.MX8ULP edma support
5f8de773d43c dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chan
4239571c5db4 f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid
f911be1165d6 f2fs: fix to avoid use SSR allocate when do defragment
00fbc7ba4943 mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pcplist()
4abfa277c242 mm: page_alloc: control latency caused by zone PCP draining
dde5e5343d2b mm: restrict the pcp batch scale factor to avoid too long latency
340bbe90cc7d fbdev: vesafb: Detect VGA compatibility from screen info's VESA attributes
a168da3182f8 firmware/sysfb: Update screen_info for relocated EFI framebuffers
f5dce77f3f7d video: Provide screen_info_get_pci_dev() to find screen_info's PCI device
5b4d995dfdd0 video: Add helpers for decoding screen_info
bab0a828543a fbdev/vesafb: Replace references to global screen_info by local pointer
ccab04dc573e PCI: Add pci_get_base_class() helper
43e73206cf46 KVM: nVMX: Check for pending posted interrupts when looking for nested events
459403bc66a9 KVM: nVMX: Add a helper to get highest pending from Posted Interrupt vector
65b2514e0392 KVM: VMX: Move posted interrupt descriptor out of VMX code
ebfed7bebd9e KVM: VMX: Split off vmx_onhyperv.{ch} from hyperv.{ch}
93ac74cd6fef leds: triggers: Flush pending brightness before activating trigger
9ce3c14f0d3c leds: trigger: Call synchronize_rcu() before calling trig->activate()
587cf9c0f76e leds: trigger: Store brightness set by led_trigger_event()
73a26eada593 leds: trigger: Remove unused function led_trigger_rename_static()
e3fd01a81053 cpufreq: qcom-nvmem: fix memory leaks in probe error paths
51a45209a8bf cpufreq: qcom-nvmem: Simplify driver data allocation
df7363307ead ext4: check the extent status again before inserting delalloc block
f12fbb9599e2 ext4: factor out a common helper to query extent map
c6cba59072c6 ext4: convert to exclusive lock while inserting delalloc extents
7849e9b5ba87 ext4: refactor ext4_da_map_blocks()
ffde3af4b29b sysctl: always initialize i_uid/i_gid
96f1d909cdd7 sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)
13886221ad7c sysctl: allow to change limits for posix messages queues
8d5b1a9ff844 sysctl: allow change system v ipc sysctls inside ipc namespace
34e788045d0c thermal/drivers/broadcom: Fix race between removal and clock disable
103881e6363c thermal: bcm2835: Convert to platform remove callback returning void
0b4e4da51e28 arm64: dts: qcom: sdm845: Disable SS instance in Parkmode for USB
a27753e685e5 arm64: dts: qcom: sdm845: switch USB QMP PHY to new style of bindings
affc4de9451e arm64: dts: qcom: sdm845: switch USB+DP QMP PHY to new style of bindings
1a0bff67f491 arm64: dts: qcom: ipq8074: Disable SS instance in Parkmode for USB
cd4f3ad55bfb arm64: dts: qcom: msm8998: Disable SS instance in Parkmode for USB
267a485c1573 arm64: dts: qcom: msm8998: switch USB QMP PHY to new style of bindings
5bf33793d18a arm64: dts: qcom: sc7280: Disable SuperSpeed instances in park mode
f879a830862f arm64: dts: qcom: sc7280: switch USB+DP QMP PHY to new style of bindings
fde04340358d arm64: dts: qcom: sc7180: Disable SuperSpeed instances in park mode
2359355ddfaf arm64: dts: qcom: sc7180: switch USB+DP QMP PHY to new style of bindings
43ea1c5e6eb3 lib/build_OID_registry: take -stable reproducibility changes
35046aea43c8 bpftool: Fix undefined bpf macro for unix socket
9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e503 bpftool: Query only cgroup-related attach types
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 00878005c6a398db70efc29b46424d9b8233024c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
68e102c3a6 |
linux-yocto/6.6: update to v6.6.44
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
43ea1c5e6eb3c lib/build_OID_registry: take -stable reproducibility changes
7213910600667 Linux 6.6.44
acbd66c10d7bc fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNT
77848b379e9f8 nvme-pci: add missing condition check for existence of mapped data
766b0e807e1d5 io_uring: fix io_match_task must_hold
b62841e49a2b7 iommu: sprd: Avoid NULL deref in sprd_iommu_hw_en
97dfb89415fd7 s390/cpum_cf: Fix endless loop in CF_DIAG event stop
b4d781ddaee39 s390/pci: Allow allocation of more than 1 MSI interrupt
3eab85f45ff12 s390/pci: Refactor arch_setup_msi_irqs()
da0a3ebf9a96f ceph: fix incorrect kmalloc size of pagevec mempool
6d98741dbd130 ASoC: TAS2781: Fix tasdev_load_calibrated_data()
be6d86df474df ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable
af1125de16725 spi: spidev: add correct compatible for Rohm BH2228FV
6443a4028539c ASoC: sof: amd: fix for firmware reload failure in Vangogh platform
8772be96705a9 nvme-pci: Fix the instructions for disabling power management
3feda3677e8bb spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer
783f42b77d33d spi: microchip-core: fix init function not setting the master and motorola modes
0b0b75928852d spi: microchip-core: switch to use modern name
c41d2178d61b9 spi: microchip-core: only disable SPI controller when register value change requires it
1dc6d9fd4828f spi: microchip-core: defer asserting chip select until just before write to TX FIFO
11e0f3c888b2e spi: microchip-core: fix the issues in the isr
0e51f66977e33 ASoC: SOF: imx8m: Fix DSP control regmap retrieval
64dc362dee403 auxdisplay: ht16k33: Drop reference after LED registration
f4c6ebb053cc9 lirc: rc_dev_get_from_fd(): fix file leak
4f79a18af9d6e powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()
6c920754f62ce apparmor: Fix null pointer deref when receiving skb during sock creation
ddc79556641ee mISDN: Fix a use after free in hfcmulti_tx()
c3496314c53e7 bpf: Fix a segment issue when downgrading gso_size
7704460acd7f5 net: nexthop: Initialize all fields in dumped nexthops
4384135d22174 net: stmmac: Correct byte order of perfect_match
76ddf84a52f0d tipc: Return non-zero value from tipc_udp_addr2str() on error
5c82010cef30c netfilter: nft_set_pipapo_avx2: disable softinterrupts
b6426eabb4f71 ice: Fix recipe read procedure
d9f01090912b4 net: bonding: correctly annotate RCU in bond_should_notify_peers()
42f493bd6cb8f ipv4: Fix incorrect source address in Record Route option
1f07fab9e0864 MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and later
9c79502ab7eb1 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
ba709e7807f78 bpf, events: Use prog to emit ksymbol event for main program
1fe97f68fce1b dma: fix call order in dmam_free_coherent
772f9c31bfde0 af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
297a14fde2d3d libbpf: Fix no-args func prototype BTF dumping syntax
390c17cab13b5 selftests/bpf: fexit_sleep: Fix stack allocation for arm64
019167c74117d kbuild: avoid build error when single DTB is turned into composite DTB
fbcd51e0d977a f2fs: fix to update user block counts in block_operations()
8aeab1af9d9bf watchdog: rzg2l_wdt: Check return status of pm_runtime_put()
fb45265610cc7 watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()
abde880b7920b f2fs: fix start segno of large section
0aa0284818d2c um: time-travel: fix signal blocking race/hang
f66d436204e9f um: time-travel: fix time-travel-start option
7eaa06967b0fe phy: zynqmp: Enable reference clock correctly
1cffbf30f865a phy: cadence-torrent: Check return value on register read
0d820e1ca8efe dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels
ff14eadc27866 jfs: Fix array-index-out-of-bounds in diFree
9e58df60f6ceb kdb: Use the passed prompt in kdb_position_cursor()
7b01bf24f391c kdb: address -Wformat-security warnings
f44a25a8bfe0c f2fs: fix to truncate preallocated blocks in f2fs_file_open()
73a9260b7366d s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception()
2cc8973bdc4d6 PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal
9b6742dcdc597 PCI: Introduce cleanup helpers for device reference counts and locks
86e7bdc50bc6a wifi: mac80211: track capability/opmode NSS separately
4211d065ef5cd mm/mglru: fix ineffective protection calculation
be56dfc9be060 nilfs2: handle inconsistent state in nilfs_btnode_create_block()
6c0cf6022aeec minmax: scsi: fix mis-use of 'clamp()' in sr.c
34e4dfe838f7a Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591
499ca9ddd4e4f Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device tables
3f83f52ae0822 video: logo: Drop full path of the input filename in generated file
32c3c30a97f93 lib/build_OID_registry: don't mention the full path of the script in output
7ca762dcf1fca rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappings
36913dedee7d0 rbd: rename RBD_LOCK_STATE_RELEASING and releasing_wait
1901f1cf7c2c3 drm/panfrost: Mark simple_ondemand governor as softdep
92d3ca3f465c8 drm/etnaviv: don't block scheduler when GPU is still active
cf9b29f2d42cc MIPS: Loongson64: Test register availability before use
6c695c3ce76ae MIPS: Loongson64: reset: Prioritise firmware service
690d62d1ebb92 MIPS: Loongson64: Remove memory node for builtin-dtb
f7097b5fda08d MIPS: Loongson64: env: Hook up Loongsson-2K
27479037e8c44 MIPS: dts: loongson: Fix GMAC phy node
97f099862aa4c MIPS: ip30: ip30-console: Add missing include
f29119b301d59 MIPS: dts: loongson: Add ISA node
2de4d41862944 remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_init
6c9ea3547fad2 remoteproc: imx_rproc: Skip over memory region when node value is NULL
83ada7dfaf400 remoteproc: stm32_rproc: Fix mailbox interrupts queuing
9a2acb02c1eca rbd: don't assume rbd_is_lock_owner() for exclusive mappings
dcb5620d2dedf dm-verity: fix dm_is_verity_target() when dm-verity is builtin
47e85f7121255 selftests/sigaltstack: Fix ppc64 GCC build
ff5bbbdee0828 RDMA/iwcm: Fix a use-after-free related to destroying CM IDs
aa9ccec6e215b platform: mips: cpu_hwmon: Disable driver on unsupported hardware
bbaeff660657c watchdog/perf: properly initialize the turbo mode timestamp and rearm counter
0cff6d4953091 rtc: abx80x: Fix return value of nvmem callback on read
625fd91308467 rtc: isl1208: Fix return value of nvmem callbacks
12880cc086dee drm/i915/dp: Don't switch the LTTPR mode on an active link
a90e900f71da2 drm/i915/dp: Reset intel_dp->link_trained before retraining the link
e150f0171c0c0 drm/amd/amdgpu: Fix uninitialized variable warnings
3237905352379 drm/amdgpu: reset vm state machine after gpu reset(vram lost)
e290feb8b749a drm/dp_mst: Fix all mstb marked as not probed after suspend/resume
b29c910cfa242 drm/udl: Remove DRM_CONNECTOR_POLL_HPD
9d74e50098492 drm/amdgpu/sdma5.2: Update wptr registers as well as doorbell
05c0fb20ca3e0 drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8
899857dd71e34 perf/x86/intel/pt: Fix a topa_entry base address calculation
8f5f3db3fa484 perf/x86/intel/pt: Fix topa_entry base length
344bb09f4f991 perf/x86/intel/ds: Fix non 0 retire latency on Raptorlake
76d4ab96bb235 perf/x86/intel/uncore: Fix the bits of the CHA extended umask for SPR
7d049cd1345c0 perf stat: Fix the hard-coded metrics calculation on the hybrid
104e258a00403 perf: Fix event leak upon exec and file release
05d3fd599594a perf: Fix event leak upon exit
f6be298cc1042 scsi: qla2xxx: validate nvme_local_port correctly
314efe3f87949 scsi: qla2xxx: Complete command early within lock
bf192b8be12ca scsi: qla2xxx: Fix flash read failure
3f43a7da1ef05 scsi: qla2xxx: Reduce fabric scan duplicate code
56c0f66f86232 scsi: qla2xxx: Use QP lock to search for bsg
571d7f2a08836 scsi: qla2xxx: Fix for possible memory corruption
bc78c3f944dc1 scsi: qla2xxx: Unable to act on RSCN for port online
87c25fcb95aaf scsi: qla2xxx: During vport delete send async logout explicitly
45230f31f5529 scsi: lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE state
13749b8d498e7 rtc: cmos: Fix return value of nvmem callbacks
ab14e199b91ca mm/numa_balancing: teach mpol_to_str about the balancing mode
21bd3f9e7f924 irqchip/imx-irqsteer: Handle runtime power management correctly
8b0e8b33dc2ff irqdomain: Fixed unbalanced fwnode get and put
b67552d7c61f5 devres: Fix memory leakage caused by driver API devm_free_percpu()
7a76022d53553 devres: Fix devm_krealloc() wasting memory
d62389073a5b9 ice: Add a per-VF limit on number of FDIR filters
d77250329dbb7 gve: Fix an edge case for TSO skb validity check
57fe01d3d0427 kobject_uevent: Fix OOB access within zap_modalias_env()
f7150b2d5ec34 ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2
414f5028f149a ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare
70a9f00de77f3 kbuild: Fix '-S -c' in x86 stack protector scripts
75243c9b18f3a decompress_bunzip2: fix rare decompression failure
460016444ab25 mm: fix old/young bit handling in the faulting path
5a5625a83eac9 block: fix deadlock between sd_remove & sd_release
3aba1db19b380 ubi: eba: properly rollback inside self_check_eba
17c312eb11597 clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use
b82d43000b8f3 f2fs: use meta inode for GC of COW file
271fda62e8601 f2fs: use meta inode for GC of atomic file
077f0e24b27c4 f2fs: fix return value of f2fs_convert_inline_inode()
e62ff092a42f4 f2fs: fix to don't dirty inode for readonly filesystem
1789db628bc50 f2fs: fix to force buffered IO on inline_data inode
b4205dfcfe961 ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value
5a33c922b2ad4 scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmds
2cac0df3324b5 fs/ntfs3: Update log->page_{mask,bits} if log->page_size changed
f17cbe5545852 efi/libstub: Zero initialize heap allocated struct screen_info
ea4f77946226d hostfs: fix dev_t handling
b579ea3516c37 dev/parport: fix the array out-of-bounds risk
a1d85fc6bd250 binder: fix hang of unregistered readers
e22b88f234a1f PCI: loongson: Enable MSI in LS7A Root Complex
a5b1cce14a49f PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio
a30211c670489 PCI: dw-rockchip: Fix initial PERST# GPIO value
09b15029a393d PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PIN
23837335c3c11 parisc: Fix warning at drivers/pci/msi/msi.h:121
e91173e375f75 hwrng: amd - Convert PCIBIOS_* return codes to errnos
8d70d6114610a tools/memory-model: Fix bug in lock.cat
fe3a28bfeb54b ALSA: usb-audio: Add a quirk for Sonix HD USB Camera
3e81a7a91307f ALSA: usb-audio: Move HD Webcam quirk to the right place
923d326f3c515 ALSA: usb-audio: Fix microphone sound on HD webcam.
689e0780b2290 ALSA: ump: Force 1 Group for MIDI1 FBs
ad4ab148a50f3 ALSA: ump: Don't update FB name for static blocks
647cbf2ac6ef0 KVM: nVMX: Request immediate exit iff pending nested event needs injection
e06f46fdf039c KVM: VMX: Split out the non-virtualization part of vmx_interrupt_blocked()
5d104a5e99642 media: ivsc: csi: don't count privacy on as error
b57b5c89d88ed media: uvcvideo: Fix integer overflow calculating timestamp
82b85a747abe0 jbd2: avoid infinite transaction commit loop
b81c3758c1df0 jbd2: precompute number of transaction descriptor blocks
7a8532b537ca0 jbd2: make jbd2_journal_get_max_txn_bufs() internal
358bc85269d6a media: imx-pxp: Fix ERR_PTR dereference in pxp_probe()
787b7348ad349 media: ivsc: csi: add separate lock for v4l2 control handler
04a4668b087a5 leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()
655cc01889fa9 md/md-bitmap: fix writing non bitmap pages
f67774b763de8 leds: ss4200: Convert PCIBIOS_* return codes to errnos
e44eb9d83dcd7 drivers: soc: xilinx: check return status of get_api_version()
4b060d11633d5 wifi: rtw88: usb: Fix disconnection after beacon loss
c755c01b3f12f wifi: mwifiex: Fix interface type change
27be7ff9ffb4a selftests/landlock: Add cred_transfer test
6a74f52aabb11 trace/pid_list: Change gfp flags in pid_list_fill_irq()
f1fd860bb2086 io_uring: tighten task exit cancellations
c3893d9de8ee1 ext4: make sure the first directory block is not a hole
9d241b7a39af1 ext4: check dot and dotdot of dx_root before making dir indexed
8d04ddba51f9e m68k: amiga: Turn off Warp1260 interrupts during boot
57053b3bcf340 udf: Avoid using corrupted block bitmap buffer
d3ea49fb4a661 task_work: Introduce task_work_cancel() again
0475bba01abcf task_work: s/task_work_cancel()/task_work_cancel_func()/
f2d6c5b8ef116 cifs: mount with "unix" mount option for SMB1 incorrectly handled
31553d20b4220 cifs: fix reconnect with SMB1 UNIX Extensions
160235efb4f9b cifs: fix potential null pointer use in destroy_workqueue in init_cifs error path
691aada75653d apparmor: use kvfree_sensitive to free data->data
4ccd37085976e drm/amd/display: Check for NULL pointer
bf0ac89faf642 scsi: qla2xxx: Fix optrom version displayed in FDMI
46d2ef2729578 drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes
2d209b2f862f6 drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes
8d01e63faac11 io_uring/io-wq: limit retrying worker initialisation
8a31e8ff48096 ext2: Verify bitmap and itable block numbers before using them
9c4e40b9b7312 hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()
2c59cc6147808 ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error
ce477199c53e3 ata: libata-scsi: Do not overwrite valid sense data when CK_COND=1
66fa52edd32cd media: venus: fix use after free in vdec_close
2b1aec0e6c1b9 char: tpm: Fix possible memory leak in tpm_bios_measurements_open()
5a7c16a8b393b ata: libata-scsi: Fix offsets for the fixed format sense data
fcebdc0d49d27 fuse: verify {g,u}id mount options correctly
7ca529748b2df sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE tasks
b047898a9f4b6 NFSD: Support write delegations in LAYOUTGET
46cb65e5b19ab ipv6: take care of scope when choosing the src addr
0aa47c27f8a2a ipv4: fix source address selection with route leak
5c07084001e15 kernel: rerun task_work while freezing in get_signal()
c205565e0f2f4 btrfs: fix extent map use-after-free when adding pages to compressed bio
5a041d25b6704 af_packet: Handle outgoing VLAN packets without hardware offloading
9e541c2d60baa net: netconsole: Disable target before netpoll cleanup
3a58c590f6bd1 tick/broadcast: Make takeover of broadcast hrtimer reliable
a0495607c1f6f dt-bindings: thermal: correct thermal zone node name limit
a7ac198f8dba7 exfat: fix potential deadlock on __exfat_get_dentry_set
d849da88f7dad x86/efistub: Revert to heap allocated boot_params for PE entrypoint
c12db5aa54152 x86/efistub: Avoid returning EFI_SUCCESS on error
3e1e4763618d7 mm/mglru: fix overshooting shrinker memory
0038abf9ddec9 mm: mmap_lock: replace get_memcg_path_buf() with on-stack buffer
d6510f234c7d1 mm/mglru: fix div-by-zero in vmpressure_calc_level()
99a49b670ede4 mm/hugetlb: fix possible recursive locking detected warning
c311d65129ba1 hugetlb: force allocating surplus hugepages on mempolicy allowed nodes
16896914bace8 landlock: Don't lose track of restrictions on cred_transfer
cc3368064c68a LoongArch: Check TIF_LOAD_WATCH to enable user space watchpoint
8fe6e8cb5fba5 sbitmap: fix io hung due to race on sbitmap_word::cleared
a3e4c8f8da2c8 sbitmap: use READ_ONCE to access map->word
e511167e65d33 s390/dasd: fix error checks in dasd_copy_pair_store()
145bc12827186 powerpc/8xx: fix size given to set_huge_pte_at()
acb2835abe41d fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAP
f8599ff1a0b99 fs/ntfs3: Missed error return
58ebd50d22529 fs/ntfs3: Fix the format of the "nocase" mount option
99eb4449cf0f5 rtc: interface: Add RTC offset to alarm after fix-up
a3fd1a14ddfd4 nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro
8acbcc5067acb fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs
cdeba6d1cfb10 fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
92e8bd49ab486 fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addr
3aa4d9163ae18 fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
09c5a17293e76 pinctrl: renesas: r8a779g0: Fix TPU suffixes
798a182fb3946 pinctrl: renesas: r8a779g0: Fix TCLK suffixes
6b8ba65b09285 pinctrl: renesas: r8a779g0: FIX PWM suffixes
637cb96dc70c2 pinctrl: renesas: r8a779g0: Fix IRQ suffixes
37198b25defcd pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes
70b7259e6f8cc pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes
e59258c5649c5 pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes
8cdbe6ebfd176 pinctrl: renesas: r8a779g0: Fix CANFD5 suffix
a0bfea5e7e8b9 fs/ntfs3: Fix field-spanning write in INDEX_HDR
ab09df593db51 fs/ntfs3: Drop stray '\' (backslash) in formatting string
d0c3ba56fb642 fs/ntfs3: Correct undo if ntfs_create_inode failed
53173e3865acb fs/ntfs3: Replace inode_trylock with inode_lock
e0ed0ea337fd2 pinctrl: freescale: mxs: Fix refcount of child
a9b717514070e pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails
cbcdfab9b9417 pinctrl: ti: ti-iodelay: Drop if block with always false condition
197c5c80353be pinctrl: single: fix possible memory leak when pinctrl_enable() fails
99ae0689ab567 pinctrl: core: fix possible memory leak when pinctrl_enable() fails
d51dc9f949c37 pinctrl: rockchip: update rk3308 iomux routes
bcd4e15e7e481 fs/ntfs3: Add missing .dirty_folio in address_space_operations
055f22654ae3c fs/ntfs3: Fix getting file type
2f4ddb5a17739 fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT setting
645da4f92c782 fs/ntfs3: Deny getting attr data block in compressed frame
c4df2d482137b fs/ntfs3: Fix transform resident to nonresident for compressed files
f37b756a2350d fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNIT
967879893cfe4 net: dsa: b53: Limit chip-wide jumbo frame config to CPU ports
50816049b1dc4 net: dsa: mv88e6xxx: Limit chip-wide frame size config to CPU ports
935dec4e42773 ipv4: Fix incorrect TOS in fibmatch route get reply
015d29dbe450e ipv4: Fix incorrect TOS in route get reply
4afbac11f2f62 net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE
9b66bb1c586cc gve: Fix XDP TX completion handling when counters overflow
3dd428039e06e ipvs: properly dereference pe in ip_vs_add_service
69b6a67f70529 netfilter: nf_set_pipapo: fix initial map fill
744bd92e0b902 netfilter: nft_set_pipapo: constify lookup fn args where possible
27662b46f2ada netfilter: ctnetlink: use helper function to calculate expect ID
08e4d9209a033 bnxt_re: Fix imm_data endianness
ac45a09a19ca9 RDMA: Fix netdev tracker in ib_device_set_netdev
60708cb279f34 RDMA/core: Remove NULL check before dev_{put, hold}
ddeff5d66e120 iommu/vt-d: Fix identity map bounds in si_domain_init()
e22ea60d2cabd RDMA/hns: Fix insufficient extend DB for VFs.
7bf1e00d95168 RDMA/hns: Fix undifined behavior caused by invalid max_sge
b47c078787d9e RDMA/hns: Fix shift-out-bounds when max_inline_data is 0
4d480e45cb7ff RDMA/hns: Fix missing pagesize and alignment check in FRMR
f098ad96ebb0f RDMA/hns: Fix unmatch exception handling when init eq table fails
72bbfe07f7ea4 RDMA/hns: Check atomic wr length
a60111f96ef49 macintosh/therm_windtunnel: fix module unload.
4af273068f0d1 powerpc/xmon: Fix disassembly CPU feature checks
924464999a7c3 PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot
6c1a7c00baacf PCI: qcom-ep: Disable resources unconditionally during PERST# assert
f59ae465b28a1 MIPS: Octeron: remove source file executable bit
aa8cc8b237d96 clk: en7523: fix rate divider for slic and spi clocks
56a118f5c7d54 clk: qcom: Park shared RCGs upon registration
7e8e9d3d4ecfd clk: qcom: kpss-xcc: Return of_clk_add_hw_provider to transfer the error
adbaa8f99c9a1 crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()
846ee3b60abf4 nvmem: rockchip-otp: set add_legacy_fixed_of_cells config option
90d41ebe0cd46 net: missing check virtio
30bd459366944 vhost/vsock: always initialize seqpacket_allow
3750e92cccf09 PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup()
0e27e2e8697b8 PCI: endpoint: Clean up error handling in vpci_scan_bus()
99b642dac24f6 ASoC: amd: Adjust error handling in case of absent codec device
3dbfcd4d68f54 Input: elan_i2c - do not leave interrupt disabled on suspend failure
480d281743ded RDMA/device: Return error earlier if port in not valid
52cfbd6d9a1e9 mtd: make mtd_test.c a separate module
5e1659d71c099 ASoC: max98088: Check for clk_prepare_enable() error
6e891b0406b24 powerpc/prom: Add CPU info to hardware description string later
e977bf4c61c6b hwrng: core - Fix wrong quality calculation at hw rng registration
57600a7dd2b52 scsi: lpfc: Fix a possible null pointer dereference
b32e36e398e28 ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe()
9fbfef061f3f6 RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPs
f79ae071ba348 RDMA/mlx5: Use sq timestamp as QP timestamp when RoCE is disabled
36812619d2b47 RDMA/mlx4: Fix truncated output warning in alias_GUID.c
f0583d6dea6c8 RDMA/mlx4: Fix truncated output warning in mad.c
8f8b4da72f1bd Input: qt1050 - handle CHIP_ID reading error
48eecce940eff interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID
e2c0cc7976174 clk: qcom: gpucc-sa8775p: Update wait_val fields for GPU GDSC's
9d6cff2b3734b clk: qcom: gpucc-sa8775p: Park RCG's clk source at XO during disable
5d7c8436e3f90 clk: qcom: gpucc-sa8775p: Remove the CLK_IS_CRITICAL and ALWAYS_ON flags
e37d8e79ce115 clk: qcom: gcc-sa8775p: Update the GDSC wait_val fields and flags
48de26f358ae6 clk: qcom: gpucc-sm8350: Park RCG's clk source at XO during disable
77765f8fc08a1 RDMA/cache: Release GID table even if leak is detected
9cc5d640d20d4 usb: typec-mux: nb7vpq904m: unregister typec switch on probe error and remove
5f7b12db1fa44 ASoC: cs35l56: Accept values greater than 0 as IRQ numbers
417fb74fa7920 ASoc: tas2781: Enable RCA-based playback without DSP firmware download
93090f08cf7a5 RDMA/mlx5: Set mkeys for dmabuf at PAGE_SIZE
0b6bef6202963 coresight: Fix ref leak when of_coresight_parse_endpoint() fails
b8bdda6811778 KVM: PPC: Book3S HV: Fix the get_one_reg of SDAR
74e308be5b496 KVM: PPC: Book3S HV: Fix the set_one_reg for MMCR3
d115e1759d189 iio: frequency: adrf6780: rm clk provider include
b6f7aac2b1bb0 clk: qcom: camcc-sc7280: Add parent dependency to all camera GDSCs
698f30703f53f clk: qcom: gcc-sc7280: Update force mem core bit for UFS ICE clock
993cace4f39f6 scsi: ufs: mcq: Fix missing argument 'hba' in MCQ_OPR_OFFSET_n
526a877c6273d PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup()
0a6f1b5fe8ef8 PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs()
24e2490c58454 PCI: keystone: Don't enable BAR 0 for AM654x
764d75ce552b6 PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode()
4cd2eca07fa32 PCI: Fix resource double counting on remove & rescan
31ff8464ef540 iio: Fix the sorting functionality in iio_gts_build_avail_time_table
0cd55c6e6d90c SUNRPC: Fixup gss_status tracepoint error output
c7e94ab3ae78e sparc64: Fix incorrect function signature and add prototype for prom_cif_init
051a246bae056 leds: flash: leds-qcom-flash: Test the correct variable in init
1e81d6c383da1 ext4: avoid writing unitialized memory to disk in EA inodes
6b18e4eff352a ext4: don't track ranges in fast_commit if inode has inlined data
5d52f871c7f00 NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS server
3b45d190eb7a2 SUNRPC: avoid soft lockup when transmitting UDP to reachable server.
83e025da9f427 xprtrdma: Fix rpcrdma_reqs_reset()
5b042b7b3fee6 mfd: omap-usb-tll: Use struct_size to allocate tll
05e4efd12fca6 mfd: rsmu: Split core code into separate module
3fc173fb4f3d1 perf intel-pt: Fix exclude_guest setting
f24f95be74dde perf intel-pt: Fix aux_watermark calculation for 64-bit size
645753ce91cd5 media: venus: flush all buffers in output plane streamoff
844801d980561 drm/mediatek/dp: Fix spurious kfree()
8f0d32c78732f drm/mediatek/dp: switch to ->edid_read callback
c6e67df64783e ext4: fix infinite loop when replaying fast_commit
016accce9da6d drm/mediatek: Remove less-than-zero comparison of an unsigned value
c327a4fafe139 Revert "leds: led-core: Fix refcount leak in of_led_get()"
4b1f303bdecea drm/qxl: Add check for drm_cvt_mode
6b723caa4ec2f drm/etnaviv: fix DMA direction handling for cached RW buffers
7678d9b3487ee perf report: Fix condition in sort__sym_cmp()
6b3b9c234ce05 perf pmus: Fixes always false when compare duplicates aliases
fa423fe6d9ca5 perf test: Make test_arm_callgraph_fp.sh more robust
98c14a4d37f75 drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op
724ec08c6e0df drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC
cb8aa9d2a4c8a leds: trigger: Unregister sysfs attributes before calling deactivate()
be50a293ebc61 media: imx-jpeg: Drop initial source change event if capture has been setup
176509258f77c drm/mediatek: Add OVL compatible name for MT8195
5dbb98e7fa42b drm/mediatek: Turn off the layers with zero width or height
7445f2ab56da5 drm/mediatek: Fix destination alpha error in OVL
7b59d750d43dd drm/mediatek: Fix XRGB setting error in Mixer
35447af296ae1 drm/mediatek: Fix XRGB setting error in OVL
232c04216cbf0 drm/mediatek: Use 8-bit alpha in ETHDR
df55acaac4bb7 drm/mediatek: Add missing plane settings when async update
74e622f30737e media: renesas: vsp1: Store RPF partition configuration per RPF instance
fe2025b8f977e media: renesas: vsp1: Fix _irqsave and _irq mix
c276c2bfd785b media: rcar-csi2: Cleanup subdevice in remove()
3b6d4821dd076 media: rcar-csi2: Disable runtime_pm in probe error
ea4f6c74d41f8 media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2
c6ad6096f9ce5 drm: zynqmp_kms: Fix AUX bus not getting unregistered
b2f9bfe76d460 drm: zynqmp_dpsub: Fix an error handling path in zynqmp_dpsub_probe()
afb83918e1a95 media: uvcvideo: Override default flags
6dbe1b7697920 media: uvcvideo: Add quirk for invalid dev_sof in Logitech C920
7b0155fe8f7e8 media: uvcvideo: Quirk for invalid dev_sof in Logitech C922
991df39499e55 media: uvcvideo: Disable autosuspend for Insta360 Link
6377b078e5593 media: i2c: imx219: fix msr access command sequence
6c1358bbdd5b3 saa7134: Unchecked i2c_transfer function result fixed
fa6950e4dab8e ipmi: ssif_bmc: prevent integer overflow on 32bit systems
27465601abe1a x86/shstk: Make return uprobe work with shadow stack
1c109f23b271a media: mediatek: vcodec: Handle invalid decoder vsi
8736604ef5335 s390/uv: Don't call folio_wait_writeback() without a folio reference
79bcb67ed9bb6 s390/mm: Convert gmap_make_secure to use a folio
098ca9219c496 s390/mm: Convert make_page_secure to use a folio
249212ceb4187 media: v4l: async: Fix NULL pointer dereference in adding ancillary links
88a45f9dc1845 media: i2c: Fix imx412 exposure control
ff64b8197203e media: imon: Fix race getting ictx->lock
f543af2e0a6df media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()
3d8fd92939e21 media: pci: ivtv: Add check for DMA map result
9414381fea73c drm/bridge: it6505: fix hibernate to resume no display issue
2918b50ad6a7f drm/bridge: Fixed a DP link training bug
c9bec33bd4cf4 drm/panel: boe-tv101wum-nl6: Check for errors on the NOP in prepare()
93296c252789d drm/panel: boe-tv101wum-nl6: If prepare fails, disable GPIO before regulators
93486f4f4810d drm/panel: himax-hx8394: Handle errors from mipi_dsi_dcs_set_display_on() better
6d72626808325 drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1
67b4592a7d74e drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit
ae1dd0a379e41 drm/amdgpu: Fix memory range calculation
0af2e5cb74514 drm/amd/pm: Fix aldebaran pcie speed reporting
8d869d02a10e5 drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_generic_write_seq()
4e9d95a132d0b drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_dcs_write_seq()
cd1885ae4cbf1 drm/amdkfd: Fix CU Masking for GFX 9.4.3
5b78b88aa00a6 drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline
86d201285a29e drm/rockchip: vop2: Fix the port mux of VP2
c43046d7e7a49 net: bridge: mst: Check vlan state for egress decision
bf0ce5aa5f252 xdp: fix invalid wait context of page_pool_destroy()
e8558b800ea1a Bluetooth: btnxpuart: Add handling for boot-signature timeout errors
e19f7b046ac23 Bluetooth: btintel: Refactor btintel_set_ppag()
424b424fad37a Bluetooth: hci_bcm4377: Use correct unit for timeouts
7c1118588aa66 selftests: forwarding: devlink_lib: Wait for udev events after reloading
9d40fd516aeae bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT
33a1321fb9a93 bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.o
b0ff0cd0847b0 bna: adjust 'name' buf size of bna_tcb and bna_ccb structures
5306d9a55492f bpf: annotate BTF show functions with __printf
67f4e66b34a4b selftests/resctrl: Fix closing IMC fds on error and open-code R+W instead of loops
384dc568e3b2f selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()
ec204ab6c2a9e selftests/resctrl: Move run_benchmark() to a more fitting file
a2cb20de7a21a selftests/bpf: Close obj in error path in xdp_adjust_tail
691ec7043122c selftests/bpf: Null checks for links in bpf_tcp_ca
2a789fc168614 selftests/bpf: Close fd in error path in drop_on_reuseport
d179ebed94c73 locking/rwsem: Add __always_inline annotation to __down_write_common() and inlined callers
9a95e70726337 wifi: virt_wifi: don't use strlen() in const context
477163b7f58e2 gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkey
36e92b5edc8e0 wifi: virt_wifi: avoid reporting connection success with wrong SSID
4b66e79650cf0 xfrm: call xfrm_dev_policy_delete when kill policy
0c92f090170a4 xfrm: fix netdev reference count imbalance
7a0edc3d83aff wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter()
ef49102bfa364 perf/x86/intel/cstate: Fix Alderlake/Raptorlake/Meteorlake
0c8a2ef120b81 perf: Fix default aux_watermark calculation
3e43ad7df75ab perf: Prevent passing zero nr_pages to rb_alloc_aux()
3d5fa18ea1612 perf: Fix perf_aux_size() for greater-than 32-bit size
69da07e53ce9b perf/x86/intel/pt: Fix pt_topa_entry_for_page() address calculation
77bf25dab8cee bpftool: Mount bpffs when pinmaps path not under the bpffs
878c90b54b839 xfrm: Export symbol xfrm_dev_state_delete.
0f6b8aed5d915 wifi: rtl8xxxu: 8188f: Limit TX power index
150b7f9a914a0 wifi: rtw89: 8852b: fix definition of KIP register number
802de757097bb netfilter: nf_tables: rise cap on SELinux secmark context
fed3317b2d3f5 ipvs: Avoid unnecessary calls to skb_is_gso_sctp
d5f53edd43daf xfrm: Fix unregister netdevice hang on hardware offload.
c276044f2661d libbpf: Checking the btf_type kind when fixing variable offsets
16c5cb3280b8d net: fec: Fix FEC_ECR_EN1588 being cleared on link-down
e6c691f6626aa net: fec: Refactor: #define magic constants
fe2ead240c31e udf: Fix bogus checksum computation in udf_rename()
67b5f1054197e wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()
0675037972d12 wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()
51a8a235f2403 wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers
fc5cdbe1be31f jump_label: Fix concurrency issues in static_key_slow_dec()
a1359e085d75d perf/x86: Serialize set_attr_rdpmc()
f7c2f0e0cb5cb mlxsw: spectrum_acl: Fix ACL scale regression and firmware errors
0e59c2d228532 mlxsw: spectrum_acl_erp: Fix object nesting warning
1936fa05a1808 lib: objagg: Fix general protection fault
e382588b8d149 udf: Fix lock ordering in udf_evict_inode()
be953b4eb420c selftests/bpf: Check length of recv in test_sockmap
a9e46f955409a net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG_CHAIN is defined
44aa1e461ccd1 tcp: fix races in tcp_v[46]_err()
bc4f9c2ccd68a tcp: fix race in tcp_write_err()
ecc6836d63513 tcp: add tcp_done_with_error() helper
c42b268bee48f wifi: ath12k: fix wrong definition of CE ring's base address
3e779817167a2 wifi: ath11k: fix wrong definition of CE ring's base address
586c7fb1f5bed wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights
0de96f9a82308 wifi: ath12k: fix firmware crash during reo reinject
8126f82dab7bd wifi: ath12k: fix invalid memory access while processing fragmented packets
e99d9b16ff153 wifi: ath12k: change DMA direction while mapping reinjected packets
7797efc98e715 net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP
d8ffeb5bd59ab selftests/bpf: Fix prog numbers in test_sockmap
f3c9773d9c3dc bpftool: Un-const bpf_func_info to fix it for llvm 17 and newer
3d4e3a37cce4e wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure
cf484c84c69d5 wifi: ath12k: Correct 6 GHz frequency value in rx status
0c1c95850d870 wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device
d027ac4a08541 firmware: turris-mox-rwtm: Initialize completion before mailbox
6173dd13f65f3 firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout()
2f4f8d171ecc5 firmware: turris-mox-rwtm: Do not complete if there are no waiters
9312a63da77c0 vmlinux.lds.h: catch .bss..L* sections into BSS")
e6c9eca327e6a ARM: spitz: fix GPIO assignment for backlight
b8cdefdaa555b m68k: cmpxchg: Fix return value for default case in __arch_xchg()
13a71384ae6a8 cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC systems
72ff9d26964a3 arm64: dts: qcom: sm6350: Add missing qcom,non-secure-domain property
c2e8bdc0d08ec arm64: dts: rockchip: fixes PHY reset for Lunzn Fastrhino R68S
78beab7a91293 arm64: dts: rockchip: disable display subsystem for Lunzn Fastrhino R6xS
d1568659662cb arm64: dts: rockchip: remove unused usb2 nodes for Lunzn Fastrhino R6xS
215b1aaa73d85 arm64: dts: rockchip: fix pmu_io supply for Lunzn Fastrhino R6xS
d523659f7abbc arm64: dts: rockchip: fix usb regulator for Lunzn Fastrhino R6xS
bca0d0102fcde arm64: dts: rockchip: fix regulator name for Lunzn Fastrhino R6xS
becbe98ceeb1f arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu
da8ea49d00921 x86/xen: Convert comma to semicolon
2e67d5cdc3706 arm64: dts: imx8mp: Fix pgc vpu locations
713750aadbd0f arm64: dts: imx8mp: add HDMI power-domains
0150dbc01d266 arm64: dts: imx8mp: Fix pgc_mlmix location
1beddcda55d54 arm64: dts: imx8mp: Add NPU Node
1667b2756216e m68k: atari: Fix TT bootup freeze / unexpected (SCU) interrupt messages
d5cfd8da7e353 arm64: dts: renesas: r9a07g054: Add missing hypervisor virtual timer IRQ
fc46ee662496f arm64: dts: renesas: r9a07g044: Add missing hypervisor virtual timer IRQ
35dcc7e3bd258 arm64: dts: renesas: r9a07g043u: Add missing hypervisor virtual timer IRQ
ad15922975042 arm64: dts: renesas: r8a779g0: Add missing hypervisor virtual timer IRQ
880c61a7cae2c arm64: dts: renesas: r8a779f0: Add missing hypervisor virtual timer IRQ
5baa02d5c07f2 arm64: dts: renesas: r8a779a0: Add missing hypervisor virtual timer IRQ
878177c7dd2da arm64: dts: rockchip: Fix mic-in-differential usage on rk3568-evb1-v10
e15757553b27f arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc
3f2f40a1d1959 arm64: dts: rockchip: Drop invalid mic-in-differential on rk3568-rock-3a
3f75eb9f99635 arm64: dts: amlogic: setup hdmi system clock
fbb1f7ab0b15b arm64: dts: amlogic: add power domain to hdmitx
b44836994a749 arm64: dts: amlogic: gx: correct hdmi clocks
3cfa05f9e1ab9 arm64: dts: mediatek: mt8183-kukui-jacuzzi: Add ports node for anx7625
0580ecfcafb79 arm64: dts: mediatek: mt8183-kukui: Fix the value of `dlg,jack-det-rate` mismatch
db85bab1a46a2 arm64: dts: mediatek: mt7622: fix "emmc" pinctrl mux
d014162a3e7ab arm64: dts: mediatek: mt8192-asurada: Add off-on-delay-us for pp3300_mipibrdg
94a6cd9f279cc arm64: dts: mediatek: mt8183-kukui: Drop bogus output-enable property
440a052ff9b89 arm64: dts: mediatek: mt8195: Fix GPU thermal zone name for SVS
80d8afcaecf3d ARM: dts: imx6qdl-kontron-samx6i: fix PCIe reset polarity
5b2db0b42fa71 ARM: dts: imx6qdl-kontron-samx6i: fix SPI0 chip selects
e71469e2af115 ARM: dts: imx6qdl-kontron-samx6i: fix board reset
3b96e42127ab2 ARM: dts: imx6qdl-kontron-samx6i: fix PHY reset
e139b742a7efb ARM: dts: imx6qdl-kontron-samx6i: fix phy-mode
7120acc1a1c66 arm64: dts: amlogic: sm1: fix spdif compatibles
665272557447f arm64: dts: rockchip: Increase VOP clk rate on RK3328
d48f3bb4314fa soc: qcom: pdr: fix parsing of domains lists
3e815626d73e0 soc: qcom: pdr: protect locator_addr with the main mutex
aad41f4c169bc soc: qcom: icc-bwmon: Fix refcount imbalance seen during bwmon_remove
fab4a7b23492e arm64: dts: qcom: qdu1000: Add secure qfprom node
7267936f3c115 arm64: dts: qcom: qdu1000-idp: drop unused LLCC multi-ch-bit-off
051ac32bedab2 arm64: dts: ti: k3-am62-verdin: Drop McASP AFIFOs
7eb34eae2463b arm64: dts: ti: k3-am625-beagleplay: Drop McASP AFIFOs
22646c52e42bb arm64: dts: ti: k3-am62x: Drop McASP AFIFOs
c22649e217457 memory: fsl_ifc: Make FSL_IFC config visible and selectable
21dec02291f67 OPP: ti: Fix ti_opp_supply_probe wrong return values
d94eb194aacb3 cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe()
4b493143662a8 arm64: dts: qcom: qrb4210-rb2: make L9A always-on
b6271fb067bfb ARM: dts: stm32: Add arm,no-tick-in-suspend to STM32MP15xx STGEN timer
0fffc2e1bf40a ARM: dts: sunxi: remove duplicated entries in makefile
a96e60a6ea681 soc: xilinx: rename cpu_number1 to dummy_cpu_number
adc0b5c113ab9 arm64: dts: qcom: sa8775p: mark ethernet devices as DMA-coherent
33fb3e38c98c1 arm64: dts: qcom: msm8996: specify UFS core_clk frequencies
a86a568567583 arm64: dts: rockchip: Update WIFi/BT related nodes on rk3308-rock-pi-s
0c4c1b7daf23b arm64: dts: rockchip: Add mdio and ethernet-phy nodes to rk3308-rock-pi-s
30ee9e5ecc5fd arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s
96155dc8c99e7 arm64: dts: rockchip: Add sdmmc related properties on rk3308-rock-pi-s
459f84f8ee8db soc: qcom: rpmh-rsc: Ensure irqs aren't disabled by rpmh_rsc_send_data() callers
762384e9cc656 soc: qcom: pmic_glink: Handle the return value of pmic_glink_init
4bf50c7dcd393 arm64: dts: qcom: msm8998: enable adreno_smmu by default
23e44279f23e6 arm64: dts: qcom: sdm850-lenovo-yoga-c630: fix IPA firmware path
d74b0b6c67efc arm64: dts: qcom: msm8996-xiaomi-common: drop excton from the USB PHY
4d460ea917e75 arm64: dts: qcom: sm8450: add power-domain to UFS PHY
bfe998470dc45 arm64: dts: qcom: sm8350: add power-domain to UFS PHY
f43134d6188fd arm64: dts: qcom: sm8250: add power-domain to UFS PHY
cf2ca135496ad arm64: dts: qcom: sm8250: switch UFS QMP PHY to new style of bindings
928691e768b17 arm64: dts: qcom: sm6350: add power-domain to UFS PHY
3832f6d4f4b11 arm64: dts: qcom: sm6115: add power-domain to UFS PHY
15a0aec207cec arm64: dts: qcom: sdm845: add power-domain to UFS PHY
23ce7878ed7ba arm64: dts: qcom: sc8180x: add power-domain to UFS PHY
9a39bcdaa6c84 arm64: dts: qcom: sc8180x: switch UFS QMP PHY to new style of bindings
72a9e5ffd4837 arm64: dts: qcom: sc8180x: Correct PCIe slave ports
5bf6767c13d20 hwmon: (max6697) Fix swapped temp{1,8} critical alarms
feb57c9a4f8d5 hwmon: (max6697) Fix underflow when writing limit attributes
0804bd05f3354 pwm: atmel-tcb: Fix race condition and convert to guards
390645c5c1642 drm/meson: fix canvas release in bind function
908ce7f56847a nvmet-auth: fix nvmet_auth hash error handling
386171ae7fa8b pwm: stm32: Always do lazy disabling
00893662707a5 md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl
2a6849a2b6bea block/mq-deadline: Fix the tag reservation code
b2c67e1f80deb block: Call .limit_depth() after .hctx has been set
ff36cc0bc63a7 hwmon: (adt7475) Fix default duty on fan is disabled
96226fbed566f cgroup/cpuset: Prevent UAF in proc_cpuset_show()
aea95c68b7459 kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
c8a36455a0fb7 x86/platform/iosf_mbi: Convert PCIBIOS_* return codes to errnos
56d4e76223aac x86/pci/xen: Fix PCIBIOS_* return code handling
12b24c1cee71d x86/pci/intel_mid_pci: Fix PCIBIOS_* return code handling
f6c475c3dc440 x86/of: Return consistent error type from x86_of_pci_irq_enable()
f04da10d2cbc1 hfsplus: fix to avoid false alarm of circular locking
c8cae1c194268 x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS
23a19655fb56f block: initialize integrity buffer to zero before writing it to media
1cfdfb965e274 ubd: untagle discard vs write zeroes not support handling
3236c24532839 ubd: refactor the interrupt handler
b37d68ab60c58 platform/chrome: cros_ec_debugfs: fix wrong EC message version
2d0738a8322bf md: fix deadlock between mddev_suspend and flush bio
43b75d54398ac rcu/tasks: Fix stale task snaphot for Tasks Trace
c25ae63de6805 EDAC, i10nm: make skx_common.o a separate module
754b569bc801c spi: atmel-quadspi: Add missing check for clk_prepare
df8e2a3eabcf9 spi: spi-microchip-core: Fix the number of chip selects supported
310377719c544 powerpc/configs: Update defconfig with now user-visible CONFIG_FSL_IFC
35046aea43c85 bpftool: Fix undefined bpf macro for unix socket
9a558d4b86219 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e5039 bpftool: Query only cgroup-related attach types
f71bb11887bae cpu/amd: inhibit SMP check for qemux86
c31365597a17b powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b5 usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d1 kselftest: Add a ksft_perror() helper
06644f0d7193d drm/tilcdc: Set preferred depth
ff7ae7b323242 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0b arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701f x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c793 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6e qemux86: add configuration symbol to select values
630c33229e6d5 sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6e clear_warn_once: add a clear_warn_once= boot parameter
46934791b9026 clear_warn_once: bind a timer to written reset value
cdee9e38ff324 clear_warn_once: expand debugfs to include read support
82b562b818419 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b1 libbpf: Fix build warning on ref_ctr_off
9e3e1fe209827 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65b perf: x86-32: explicitly include <errno.h>
7b57ddd89565b perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7f perf: fix bench numa compilation
98bc2815fade4 perf: add SLANG_INC for slang.h
17209a70b9b39 perf: add sgidefs.h to for mips builds
9cd4258d910af perf: change --root to --prefix for python install
8110a4f266284 perf: add 'libperl not found' warning
bc89d5e08f773 perf: force include of <stdbool.h>
4f6c760cc876a fat: Replace prandom_u32() with get_random_u32()
bc53117b12b21 fat: don't use obsolete random32 call in namei_vfat
30b2236ab3786 FAT: Added FAT_NO_83NAME
cef98d22b4edf FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1b FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084a aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf21 aufs6: fix magic.mk include path
35266bc2dc81a aufs6: adapt to v6.6
8edede4e98be1 aufs6: core
712248233ebe1 aufs6: standalone
3b71a8a848d8b aufs6: mmap
3e2924871f371 aufs6: base
7f4907a931016 aufs6: kbuild
d2f7b03e4aa77 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa04 yaffs2: v6.5 fixups
cc615704b5f54 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf913 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d34 yaffs2: replace bdevname call with sprintf
395b01cdc39d1 yaffs2: convert read_page -> readfolio
d98b07e43ba61 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe8 yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f3 yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090b yaffs: include blkdev.h
dbd44252cd592 yaffs: fix misplaced variable declaration
c223a10b1ac08 yaffs2: v5.6 build fixups
90f6007cfbf41 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea10 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6e yaffs: repair yaffs_get_mtd_device
fb98f65a466a7 yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea27 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0b yaffs: Avoid setting any ACL releated xattr
ff4130a9c3766 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67cd fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba90565 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4a yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8b initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4d pnmtologo: use relocatable file name
664a6a0a484ba tools: use basename to identify file in gen-mach-types
9de64bc0c1857 lib/build_OID_registry: fix reproducibility issues
ae9b80797295a vt/conmakehash: improve reproducibility
a972323151bdd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc01984 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b197 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffcd defconfigs: drop obselete options
00fe4152df313 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf1 linux-yocto: Handle /bin/awk issues
3d55d299f23a7 uvesafb: provide option to specify timeout for task completion
23c068c080bea uvesafb: print error message when task timeout occurs
edbfc939266ec compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19ab vmware: include jiffies.h
572d84d928c87 Resolve jiffies wrapping about arp
fdcd47cac8435 nfs: Allow default io size to be configured.
927d488010984 check console device file on fs when booting
57cc27f821ddf mount_root: clarify error messages for when no rootfs found
1b53d82a81528 mconf: fix output of cflags and libraries
1811da09f42ca menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f3 modpost: mask trivial warnings
6de6730394846 kbuild: exclude meta directory from distclean processing
6decd32815f53 powerpc: serialize image targets
f6b683b38318c arm: serialize build targets
e798b09ebf572 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f86 x86_64_defconfig: Fix warnings
68491e5f72b61 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce30048 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b18 powerpc: kexec fix for powerpc64
da6871c62c371 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11de mips: make current_cpu_data preempt safe
5e94a8247ce7f mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7f mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbdc 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5d malta uhci quirks: make allowance for slow 4k(e)c
881948cd15176 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7a arm64: defconfig: cleanup config options
f1727c537ba8d vexpress: Pass LOADADDR to Makefile
4474c32dc24a4 arm: ARM EABI socketcall
75e31a2b70fd3 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 92dd9b9f8f696018fa5176245a8db3e760fc7186)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
e5176979ef |
linux-yocto/6.10: cfg: disable nfsd legacy client tracking
Integrating the following commit(s) to linux-yocto/.:
1/1 [
Author: Bruce Ashfield
Email: bruce.ashfield@gmail.com
Subject: nfsd: disable legacy client tracking
Date: Thu, 8 Aug 2024 23:18:19 -0400
On v6.10.3+ this option can cause kernel traps. It is for
functionality that we don't need, so disabling it is the
best solution.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: 2b345ebf20e3054e5a10b68ba995519e695ad98c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
7f9679e225 |
linux-yocto-rt/6.10: update to -rt14
Integrating the following commit(s) to linux-yocto/6.10:
c0094e55e84db rt: fix sigtrap merge issue
a36d03a550e68 v6.10.2-rt14
c3413f2811925 drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates.
cd3f2b6b09248 bpf: Remove tst_run from lwt_seg6local_prog_ops.
42137fe6d0b42 v6.10.2-rt13
49fdabfe4a53f tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()
3838f16f95d85 task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK
5e812508c93be v6.10.2-rt12
(From OE-Core rev: e953ba950ec42dadf74bda098a85285069b7294e)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
baebb347bd |
linux-yocto-dev: bump to v6.11
(From OE-Core rev: 2f7786e56e4e0a55f8aebe0ffbd37ca23708f4f4) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
1c8bd2fb56 |
linux-yocto/6.10: update to v6.10.3
Updating linux-yocto/6.10 to the latest korg -stable release that comprises
the following commits:
d29de02effd4e Linux 6.10.3
979185d6ddfea selftests/bpf: DENYLIST.aarch64: Skip fexit_sleep again
bc8ccc1f1e079 selinux,smack: remove the capability checks in the removexattr hooks
bb6841f96eb6f powerpc/configs: Update defconfig with now user-visible CONFIG_FSL_IFC
1861a571928cc perf dso: Fix build when libunwind is enabled
6a424ef14fbcb wifi: ath12k: fix mbssid max interface advertisement
767d55c3f571c fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNT
70a449b162c4f i3c: mipi-i3c-hci: Fix number of DAT/DCT entries for HCI versions < 1.1
70100fe721840 nvme-pci: add missing condition check for existence of mapped data
7b2384f7ebbf6 apparmor: unpack transition table if dfa is not present
ac2d19b9ba6c8 ublk: fix UBLK_CMD_DEL_DEV_ASYNC handling
697d7ca75d581 io_uring: fix io_match_task must_hold
58b067d997c61 thermal: core: Back off when polling thermal zones on errors
4530d81ef57aa thermal: trip: Split thermal_zone_device_set_mode()
d5fe884ce28c5 iommu: sprd: Avoid NULL deref in sprd_iommu_hw_en
0ac864075fc8b s390/cpum_cf: Fix endless loop in CF_DIAG event stop
6a54c9737a843 s390/setup: Fix __pa/__va for modules under non-GPL licenses
7368a86b8a3be s390/pci: Allow allocation of more than 1 MSI interrupt
943270570f637 s390/pci: Refactor arch_setup_msi_irqs()
dd296402e6816 ceph: fix incorrect kmalloc size of pagevec mempool
00a60bdabefe0 timers/migration: Do not rely always on group->parent
51be301d29d67 ASoC: TAS2781: Fix tasdev_load_calibrated_data()
1978d917827fa ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable
70500f4fce354 drm/xe/pf: Limit fair VF LMEM provisioning
fa1c57d10700d drm/xe/exec: Fix minor bug related to xe_sync_entry_cleanup
eade3b0867db8 spi: spidev: add correct compatible for Rohm BH2228FV
16f6a58b99763 ASoC: sof: amd: fix for firmware reload failure in Vangogh platform
7988f28990117 ASoC: Intel: Fix RT5650 SSP lookup
e68262dcf45c3 ASOC: SOF: Intel: hda-loader: only wait for HDaudio IOC for IPC4 devices
4c61ee99eb972 nvme-pci: Fix the instructions for disabling power management
45e03d35229b6 spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer
65850e52a7e3b spi: microchip-core: fix init function not setting the master and motorola modes
263b6c23e1ffd spi: microchip-core: only disable SPI controller when register value change requires it
0fe4960783942 spi: microchip-core: defer asserting chip select until just before write to TX FIFO
1504fb528742d spi: microchip-core: fix the issues in the isr
aa650d0a0b535 ASoC: SOF: imx8m: Fix DSP control regmap retrieval
5c19062372bb6 auxdisplay: ht16k33: Drop reference after LED registration
47ff960f0e460 lirc: rc_dev_get_from_fd(): fix file leak
c8f1f53d13c44 powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()
46c17ead5b738 apparmor: Fix null pointer deref when receiving skb during sock creation
7e4a539bca7d8 mISDN: Fix a use after free in hfcmulti_tx()
35dd37536e2e0 xsk: Require XDP_UMEM_TX_METADATA_LEN to actuate tx_metadata_len
ec4eea14d75f7 bpf: Fix a segment issue when downgrading gso_size
af6bd5c9901b1 net: mediatek: Fix potential NULL pointer dereference in dummy net_device handling
a13d3864b76ac net: nexthop: Initialize all fields in dumped nexthops
fa938b04359f0 net: stmmac: Correct byte order of perfect_match
dd66c60645ff0 selftests: forwarding: skip if kernel not support setting bridge fdb learning limit
2abe350db1aa5 tipc: Return non-zero value from tipc_udp_addr2str() on error
a939f3f9975b3 netfs: Fix writeback that needs to go to both server and cache
c8f36af07025c netfilter: nft_set_pipapo_avx2: disable softinterrupts
0c69f4777924f ice: Fix recipe read procedure
b3892898d0ea8 net: bonding: correctly annotate RCU in bond_should_notify_peers()
7cdbc23424d7b ipv4: Fix incorrect source address in Record Route option
44f83b7e45ae8 MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and later
ba61d9ecc604b tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
2188279e6b2a3 bpf, events: Use prog to emit ksymbol event for main program
22094f5f52e7b dma: fix call order in dmam_free_coherent
1c939f94571b9 af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
8fa2d3427f98c libbpf: Fix no-args func prototype BTF dumping syntax
db35552a6ffee selftests/bpf: fexit_sleep: Fix stack allocation for arm64
fce48882dfbc8 kbuild: avoid build error when single DTB is turned into composite DTB
1cb5934cc0962 f2fs: fix to update user block counts in block_operations()
381cbe85592c7 f2fs: fix null reference error when checking end of zone
e0671f99ae6ef watchdog: rzg2l_wdt: Check return status of pm_runtime_put()
a70c141e8fefb watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()
59b0fd36ec285 f2fs: fix start segno of large section
42b15c72db065 um: time-travel: fix signal blocking race/hang
336370d5bfbd3 arch: um: rust: Use the generated target.json again
a79c2099928e2 um: time-travel: fix time-travel-start option
2025dce49a06f phy: zynqmp: Enable reference clock correctly
57a05c3a891cb phy: cadence-torrent: Check return value on register read
a1e10962e8dfc phy: phy-rockchip-samsung-hdptx: Select CONFIG_MFD_SYSCON
2f32c3f818537 dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels
6aa6892a90a5a jfs: Fix array-index-out-of-bounds in diFree
7b27de0d27e41 kdb: Use the passed prompt in kdb_position_cursor()
9711067017a23 kdb: address -Wformat-security warnings
cda36155fc458 phy: qcom: qmp-pcie: restore compatibility with existing DTs
3ba0ae885215b f2fs: fix to truncate preallocated blocks in f2fs_file_open()
7b4219d0212ad minmax: scsi: fix mis-use of 'clamp()' in sr.c
356270ed4de41 Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591
692cca98456d5 Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device tables
dd2353f158999 rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappings
a049f7a09d440 rbd: rename RBD_LOCK_STATE_RELEASING and releasing_wait
c600e6de0cd09 drm/panfrost: Mark simple_ondemand governor as softdep
916dbd422213c drm/etnaviv: don't block scheduler when GPU is still active
541dbf8735338 MIPS: Loongson64: Test register availability before use
8131b5046e703 MIPS: Loongson64: reset: Prioritise firmware service
82016fa2f209a MIPS: Loongson64: Remove memory node for builtin-dtb
519a900ad3e0b MIPS: Loongson64: env: Hook up Loongsson-2K
840db5d790035 MIPS: dts: loongson: Fix GMAC phy node
b721ae74eb7f9 MIPS: ip30: ip30-console: Add missing include
ed987a5ca7792 MIPS: dts: loongson: Add ISA node
e63a9e5475ab2 remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_init
c877a5f5268d4 remoteproc: imx_rproc: Skip over memory region when node value is NULL
3a18cb4c711f9 remoteproc: stm32_rproc: Fix mailbox interrupts queuing
ebdee076e6e08 rbd: don't assume rbd_is_lock_owner() for exclusive mappings
a59633f6a6aa9 dm-verity: fix dm_is_verity_target() when dm-verity is builtin
9d8d95b10e614 selftests/sigaltstack: Fix ppc64 GCC build
bbf2c94503f6a crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked
ee39384ee787e RDMA/iwcm: Fix a use-after-free related to destroying CM IDs
378a9d51afc17 platform: mips: cpu_hwmon: Disable driver on unsupported hardware
774ffcb28cd96 ASoC: SOF: ipc4-topology: Use correct queue_id for requesting input pin format
60609323f1328 ASoC: codecs: wcd939x: Fix typec mux and switch leak during device removal
9aa5b0f19cc88 bus: mhi: ep: Do not allocate memory for MHI objects from DMA zone
1bbbaddb25cd7 watchdog/perf: properly initialize the turbo mode timestamp and rearm counter
5570209a6551b rtc: abx80x: Fix return value of nvmem callback on read
c30b42b558880 rtc: isl1208: Fix return value of nvmem callbacks
10a93cc4ec9a9 drm/i915/dp: Don't switch the LTTPR mode on an active link
7d6971bfe1df3 drm/i915/dp: Reset intel_dp->link_trained before retraining the link
9f33d44ab5ef5 drm/amd/amdgpu: Fix uninitialized variable warnings
9bf1a4e3d4be4 drm/amdgpu: add missed harvest check for VCN IP v4/v5
fa717750ecf18 drm/amdgpu: reset vm state machine after gpu reset(vram lost)
972dd51f1857b drm/dp_mst: Fix all mstb marked as not probed after suspend/resume
60887a89986f0 drm/udl: Remove DRM_CONNECTOR_POLL_HPD
09a67694edd1f drm/amdgpu/sdma5.2: Update wptr registers as well as doorbell
1a802eaa152b8 drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8
a9e7274166a70 perf/x86/intel/pt: Fix a topa_entry base address calculation
9e00108f122c0 perf/x86/intel/pt: Fix topa_entry base length
97ad12b9b6e69 perf/x86/intel/ds: Fix non 0 retire latency on Raptorlake
cfb00bcd61533 perf/x86/intel/uncore: Fix the bits of the CHA extended umask for SPR
3293f2dd0921b perf stat: Fix the hard-coded metrics calculation on the hybrid
f34d8307a73a1 perf: Fix event leak upon exec and file release
3d7a63352a93b perf: Fix event leak upon exit
3eac973eb5cb2 scsi: qla2xxx: validate nvme_local_port correctly
36fdc5319c4d0 scsi: qla2xxx: Complete command early within lock
1e6aca8f07f1e scsi: qla2xxx: Fix flash read failure
5b1ed6e6f2df1 scsi: qla2xxx: Reduce fabric scan duplicate code
1e39d28440095 scsi: qla2xxx: Use QP lock to search for bsg
8192c533e89d9 scsi: qla2xxx: Fix for possible memory corruption
50ed642a860ff scsi: qla2xxx: Unable to act on RSCN for port online
b35d6d5a2f386 scsi: qla2xxx: During vport delete send async logout explicitly
81079920f1163 scsi: lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE state
7816a528add16 rtc: cmos: Fix return value of nvmem callbacks
5fdb0de5465b7 mm/numa_balancing: teach mpol_to_str about the balancing mode
f8ae38f1dfe65 irqchip/imx-irqsteer: Handle runtime power management correctly
0a1230db5d67e md/raid1: set max_sectors during early return from choose_slow_rdev()
3a7f23e1d81ce irqdomain: Fixed unbalanced fwnode get and put
95065edb8ebb2 devres: Fix memory leakage caused by driver API devm_free_percpu()
c885ca965a4cf devres: Fix devm_krealloc() wasting memory
205dfd57a8ee5 dt-bindings: phy: qcom,qmp-usb: fix spelling error
292081c4e7f57 ice: Add a per-VF limit on number of FDIR filters
edd21c8a929f9 gve: Fix an edge case for TSO skb validity check
d4663536754de kobject_uevent: Fix OOB access within zap_modalias_env()
78672d49d3eeb arm64: mm: Fix lockless walks with static and dynamic page-table folding
00a2ac6c89ebe ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2
834188d88a806 ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare
5eca92031ffe2 ASoC: SOF: ipc4-topology: Only handle dai_config with HW_PARAMS for ChainDMA
4a9a52b70cce1 alloc_tag: outline and export free_reserved_page()
a1e78bf940c4c kbuild: Fix '-S -c' in x86 stack protector scripts
8a83f0e5dda0e decompress_bunzip2: fix rare decompression failure
96b74765425c5 mm: fix old/young bit handling in the faulting path
f5418f48a93b6 block: fix deadlock between sd_remove & sd_release
b7c51fb4c16ba clk: samsung: fix getting Exynos4 fin_pll rate from external clocks
154d33dc8de81 ubi: eba: properly rollback inside self_check_eba
f6386c256b79b clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use
366c3f688dd02 nilfs2: handle inconsistent state in nilfs_btnode_create_block()
9e5f087b81a71 dmaengine: fsl-edma: change the memory access from local into remote mode in i.MX 8QM
bd9b941078bc4 f2fs: use meta inode for GC of COW file
0ecfe3974b216 f2fs: use meta inode for GC of atomic file
1e7725814361c f2fs: fix return value of f2fs_convert_inline_inode()
2434344559f67 f2fs: fix to don't dirty inode for readonly filesystem
2ea700595158b f2fs: fix to force buffered IO on inline_data inode
af466037fa2b2 ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value
a28fe9105fee4 scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmds
0a4ae2644e2a3 fs/ntfs3: Update log->page_{mask,bits} if log->page_size changed
830dc86a29312 mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pcplist()
49b22e06a9477 erofs: fix race in z_erofs_get_gbuf()
242cda6c45a09 efi/libstub: Zero initialize heap allocated struct screen_info
5a9a5f39376ff hostfs: fix dev_t handling
7789a1d6792af dev/parport: fix the array out-of-bounds risk
d9954d47c73bf xhci: Apply XHCI_RESET_TO_DEFAULT quirk to TGL
4130526f7a8d8 binder: fix hang of unregistered readers
23c57a7c88b05 PCI: loongson: Enable MSI in LS7A Root Complex
b27d26d07b187 PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio
bf50d38243989 PCI: dw-rockchip: Fix initial PERST# GPIO value
bfb58cc86e49d PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PIN
b16f3ea1db47a PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal
43c6b8d369d8f parisc: Fix warning at drivers/pci/msi/msi.h:121
985d3c869aa6c hwrng: amd - Convert PCIBIOS_* return codes to errnos
96852136af638 drm/fbdev-dma: Fix framebuffer mode for big endian devices
d0facbb37293a fbdev: vesafb: Detect VGA compatibility from screen info's VESA attributes
4b89bfaefb5fe tools/memory-model: Fix bug in lock.cat
11f4a6d2740bc ALSA: usb-audio: Add a quirk for Sonix HD USB Camera
590c9a623ab39 ALSA: usb-audio: Move HD Webcam quirk to the right place
67f2807608604 ALSA: usb-audio: Fix microphone sound on HD webcam.
fcb2fa8f500f5 ALSA: ump: Force 1 Group for MIDI1 FBs
d40ff156254f4 ALSA: ump: Don't update FB name for static blocks
2afaf0b52fb12 ALSA: firewire-lib: fix wrong value as length of header for CIP_NO_HEADER case
2da6a98422a81 ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models
be7486f6e0d02 KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()
65d5d97e753a5 KVM: nVMX: Check for pending posted interrupts when looking for nested events
b75e89946e9c5 KVM: nVMX: Request immediate exit iff pending nested event needs injection
0c6c9421b0afd KVM: nVMX: Add a helper to get highest pending from Posted Interrupt vector
a8ab69cf6f432 KVM: VMX: Split out the non-virtualization part of vmx_interrupt_blocked()
a849f058f1be1 KVM: PPC: Book3S HV nestedv2: Add DPDES support in helper library for Guest state buffer
86abaf9d6c984 KVM: PPC: Book3S HV nestedv2: Fix doorbell emulation
a70fcc748d41e remoteproc: mediatek: Increase MT8188/MT8195 SCP core0 DRAM size
da24c4dc87d1d media: ivsc: csi: don't count privacy on as error
f083de7ff8f6b media: uvcvideo: Fix integer overflow calculating timestamp
54f56ba4829a8 jbd2: avoid infinite transaction commit loop
ceee029e76dad jbd2: precompute number of transaction descriptor blocks
428f8371d09c3 jbd2: make jbd2_journal_get_max_txn_bufs() internal
5ab6ac4e9e165 media: imx-pxp: Fix ERR_PTR dereference in pxp_probe()
7b17fbfe4fd6b media: i2c: alvium: Move V4L2_CID_GAIN to V4L2_CID_ANALOG_GAIN
08e5adac54e89 media: ivsc: csi: add separate lock for v4l2 control handler
ea916691a4b00 leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()
8f4acacd20671 leds: triggers: Flush pending brightness before activating trigger
5600d6013c634 md/md-bitmap: fix writing non bitmap pages
e9ad5a675cba2 leds: ss4200: Convert PCIBIOS_* return codes to errnos
fdcadf496f09e drivers: soc: xilinx: check return status of get_api_version()
86d03934a5d61 cpufreq: qcom-nvmem: fix memory leaks in probe error paths
02253054b4f96 wifi: rtw88: usb: Further limit the TX aggregation
77911a765209d wifi: rtw88: usb: Fix disconnection after beacon loss
2d3673643a62d wifi: rtw89: fix HW scan not aborting properly
c2b75b4e483a1 wifi: mwifiex: Fix interface type change
a2fa4c058a7c1 genirq: Set IRQF_COND_ONESHOT in request_irq()
cf4a37d14ccd6 trace/pid_list: Change gfp flags in pid_list_fill_irq()
c2ed4dd5e341d io_uring: don't allow netpolling with SETUP_IOPOLL
4d909285f6d28 io_uring: tighten task exit cancellations
2a03e99ff9421 io_uring: fix lost getsockopt completions
299bc6ffa57e0 ext4: make sure the first directory block is not a hole
cdd3453216990 ext4: check dot and dotdot of dx_root before making dir indexed
68afb02d219e6 block: check bio alignment in blk_mq_submit_bio
550cc6a4dc25e m68k: amiga: Turn off Warp1260 interrupts during boot
8ca170c39eca7 udf: Avoid using corrupted block bitmap buffer
ed88f19eba215 task_work: Introduce task_work_cancel() again
012e110c7dc70 task_work: s/task_work_cancel()/task_work_cancel_func()/
f8533c194141b cifs: mount with "unix" mount option for SMB1 incorrectly handled
08e863bd57908 cifs: fix reconnect with SMB1 UNIX Extensions
3739d711246d8 cifs: fix potential null pointer use in destroy_workqueue in init_cifs error path
fde89bb85457a apparmor: use kvfree_sensitive to free data->data
185616085b12e drm/amd/display: Check for NULL pointer
79bc42a9f5866 scsi: qla2xxx: Fix optrom version displayed in FDMI
5afbbe7a5535f drm/amd/display: fix corruption with high refresh rates on DCN 3.0
475a5b3b7c8ed drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes
977ee4fe895e1 drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes
fc7c4b8ec9d64 io_uring/io-wq: limit retrying worker initialisation
e71327a647a58 lsm: fixup the inode xattr capability handling
40d7f363196c1 media: i2c: Kconfig: Fix missing firmware upload config select
f1834feb25770 ext2: Verify bitmap and itable block numbers before using them
d3493d6f0dfb1 hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()
c7e2f43d182f5 sysctl: always initialize i_uid/i_gid
1005f8300593e ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error
67d9d0b6ae4aa ata: libata-scsi: Do not overwrite valid sense data when CK_COND=1
6a96041659e83 media: venus: fix use after free in vdec_close
9e0ad66cc78dd char: tpm: Fix possible memory leak in tpm_bios_measurements_open()
d7f3e486b8f03 tpm_tis_spi: add missing attpm20p SPI device ID entry
9291f9de77e10 selftests/nolibc: fix printf format mismatch in expect_str_buf_eq()
1477bafd7df4f ata: libata-scsi: Fix offsets for the fixed format sense data
4a534f9550215 null_blk: Fix description of the fua parameter
d2abd36ce8b7d media: stm32: dcmipp: correct error handling in dcmipp_create_subdevs
e20f9e50dced0 md/raid5: fix spares errors about rcu usage
794964ac11ffe fuse: verify {g,u}id mount options correctly
054dc05f57694 sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE tasks
f035d08e8ce2d wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfig
2dd958fa9f31f NFSD: Support write delegations in LAYOUTGET
8bb69cbc32d69 drm/xe: Use write-back caching mode for system memory on DGFX
e1523d1372339 ipv6: take care of scope when choosing the src addr
a9e9686a84fac ipv4: fix source address selection with route leak
ce1268b5adbe2 ipv6: fix source address selection with route leak
ebb124228eb57 kernel: rerun task_work while freezing in get_signal()
b7859ff398b6b btrfs: fix extent map use-after-free when adding pages to compressed bio
bf55c43fcf436 workqueue: Always queue work items to the newest PWQ for order workqueues
66f23a7b5174b af_packet: Handle outgoing VLAN packets without hardware offloading
c18191ae468fc net: netconsole: Disable target before netpoll cleanup
2cdab4b4bf773 tick/broadcast: Make takeover of broadcast hrtimer reliable
4eb577144b6f6 dt-bindings: thermal: correct thermal zone node name limit
1535254fa4b38 thermal/drivers/broadcom: Fix race between removal and clock disable
1d1970493c289 exfat: fix potential deadlock on __exfat_get_dentry_set
4615095f17abb Revert "firewire: Annotate struct fw_iso_packet with __counted_by()"
0099736d7effc x86/efistub: Revert to heap allocated boot_params for PE entrypoint
436d1595fa8de x86/efistub: Avoid returning EFI_SUCCESS on error
891d90ab1fe59 mm/mglru: fix ineffective protection calculation
e7767066d5d76 mm/mglru: fix overshooting shrinker memory
9f72d8703dd6a mm: mmap_lock: replace get_memcg_path_buf() with on-stack buffer
a39e38be632f0 mm/mglru: fix div-by-zero in vmpressure_calc_level()
8e157c8421daa mm/hugetlb: fix possible recursive locking detected warning
eebc67ae0b224 hugetlb: force allocating surplus hugepages on mempolicy allowed nodes
e60f62f75c997 mm/huge_memory: avoid PMD-size page cache if needed
7e1f4efb8d614 mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit machines
b14cc2cf313bd landlock: Don't lose track of restrictions on cred_transfer
f7b9c501b548b selftests/landlock: Add cred_transfer test
11fa625b45faf mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable()
131c294b77576 mailbox: imx: fix TXDB_V2 channel race condition
fbe0fa41d8da7 mailbox: omap: Fix mailbox interrupt sharing
b6273c184d09e remoteproc: k3-r5: Fix IPC-only mode detection
8fea24a25cd93 remoteproc: mediatek: Don't attempt to remap l1tcm memory if missing
f3af305fd8c59 power: supply: ingenic: Fix some error handling paths in ingenic_battery_get_property()
ce8bf8b992192 power: supply: ab8500: Fix error handling when calling iio_read_channel_processed()
773e7fd311ed1 LoongArch: Check TIF_LOAD_WATCH to enable user space watchpoint
420837d08cc2c sbitmap: fix io hung due to race on sbitmap_word::cleared
215553c3c3db1 alloc_tag: fix page_ext_get/page_ext_put sequence during page splitting
24b39c0ca836e lib: reuse page_ext_data() to obtain codetag_ref
fba302603cea3 lib: add missing newline character in the warning message
68d4c3722290a s390/dasd: fix error checks in dasd_copy_pair_store()
06219163d24fb powerpc/8xx: fix size given to set_huge_pte_at()
973850dd83b62 md-cluster: fix hanging issue while a new disk adding
ff9400d32183b fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAP
73e38cb683679 fs/ntfs3: Missed error return
2e83375fd95b8 fs/ntfs3: Fix the format of the "nocase" mount option
6af0ce7182e92 rtc: interface: Add RTC offset to alarm after fix-up
31be02ef4e54a nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro
45475cbe0cc7d selftests/damon/access_memory: use user-defined region size
16a767c96902e fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs
65c52a91e3998 fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
680f6ceee867d fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
ce8c54d360df7 pinctrl: renesas: r8a779g0: Fix TPU suffixes
d6452ef3a6e31 pinctrl: renesas: r8a779g0: Fix TCLK suffixes
488f0a526df05 pinctrl: renesas: r8a779g0: FIX PWM suffixes
91bbe8e304092 pinctrl: renesas: r8a779g0: Fix IRQ suffixes
42c06e713fcad pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes
f634a01daf92a pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes
f20026c237746 pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes
6474ac2f334b4 pinctrl: renesas: r8a779g0: Fix CANFD5 suffix
500295cdc5247 rtc: tps6594: Fix memleak in probe
c41eadba18049 fs/ntfs3: Fix field-spanning write in INDEX_HDR
d7d3cbb23136a fs/ntfs3: Drop stray '\' (backslash) in formatting string
8e0f398c6f5c3 fs/ntfs3: Correct undo if ntfs_create_inode failed
d5ad80aabd5a7 fs/ntfs3: Replace inode_trylock with inode_lock
33d8dfc0bdaf9 pinctrl: freescale: mxs: Fix refcount of child
b3c0850f871c4 pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails
d90085d566a9b pinctrl: single: fix possible memory leak when pinctrl_enable() fails
272b9b8e9b7af pinctrl: core: fix possible memory leak when pinctrl_enable() fails
065d1ee1a0c8d pinctrl: rockchip: update rk3308 iomux routes
edfef987bc5c8 fs/ntfs3: Add missing .dirty_folio in address_space_operations
0bbd61e1ac77f fs/ntfs3: Fix getting file type
2f7236ba9f7c5 fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT setting
539bd10ab6539 fs/ntfs3: Deny getting attr data block in compressed frame
ff73b9187376d fs/ntfs3: Fix transform resident to nonresident for compressed files
a62241fb49ac1 fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNIT
1fd2bf31aa542 net: dsa: b53: Limit chip-wide jumbo frame config to CPU ports
ea59437fe8aa4 net: dsa: mv88e6xxx: Limit chip-wide frame size config to CPU ports
bc410a24a99c2 ipv4: Fix incorrect TOS in fibmatch route get reply
3ff2e0a82532b ipv4: Fix incorrect TOS in route get reply
c5d21aabf1b31 net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE
c62bf09262c5e gve: Fix XDP TX completion handling when counters overflow
c420cd5d5bc67 ipvs: properly dereference pe in ip_vs_add_service
8058c88ac0df2 netfilter: nf_set_pipapo: fix initial map fill
74de442b8e12a netfilter: ctnetlink: use helper function to calculate expect ID
487ded1dbb0c4 MIPS: Fix fallback march for SB1
d2aea330f4de1 RDMA/mana_ib: Set correct device into ib
03ab92bb185c6 RDMA/mana_ib: set node_guid
79dc0c2200cf4 bnxt_re: Fix imm_data endianness
abd9c8843cbc1 RDMA: Fix netdev tracker in ib_device_set_netdev
e1640fed0377b crypto: mxs-dcp - Ensure payload is zero when using key slot
133a2823a9ba2 iommu/vt-d: Fix identity map bounds in si_domain_init()
97204e45721f3 RDMA/hns: Fix mbx timing out before CMD execution is completed
16c003fa616d2 RDMA/hns: Fix insufficient extend DB for VFs.
d0aa92bd8111b RDMA/hns: Fix undifined behavior caused by invalid max_sge
f169b6243032e RDMA/hns: Fix shift-out-bounds when max_inline_data is 0
ecdf900a5a337 RDMA/hns: Fix missing pagesize and alignment check in FRMR
6dbec7322f620 RDMA/hns: Fix unmatch exception handling when init eq table fails
06580b33c183c RDMA/hns: Fix soft lockup under heavy CEQE load
9b812436f03e3 RDMA/hns: Check atomic wr length
9210853b0c529 macintosh/therm_windtunnel: fix module unload.
dd479933722ec powerpc/xmon: Fix disassembly CPU feature checks
7e686c35fad0c iommu/vt-d: Fix aligned pages in calculate_psi_aligned_address()
497a8fdd1e5c1 iommu/vt-d: Limit max address mask to MAX_AGAW_PFN_WIDTH
a08b8b144cc79 PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot
66363bc6ff3eb PCI: qcom-ep: Disable resources unconditionally during PERST# assert
aceabb0c074a2 MIPS: Octeron: remove source file executable bit
f6f2e9c208a65 clk: en7523: fix rate divider for slic and spi clocks
b5bdb36e7ccf9 clk: qcom: Park shared RCGs upon registration
3717b094aa727 clk: qcom: gcc-x1e80100: Set parent rate for USB3 sec and tert PHY pipe clks
a3889e012f7df clk: qcom: kpss-xcc: Return of_clk_add_hw_provider to transfer the error
8a2694a0cad71 crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()
728ca88a7e982 nvmem: rockchip-otp: set add_legacy_fixed_of_cells config option
9fd003f344d50 scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usages
e9164903b8b30 net: missing check virtio
eab96e8716cbf vhost/vsock: always initialize seqpacket_allow
55237ec25ed59 PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup()
b9e8695246bcf PCI: endpoint: Clean up error handling in vpci_scan_bus()
4275b46b75731 iommu/arm-smmu-qcom: Register the TBU driver in qcom_smmu_impl_init
b1173d64edd27 ASoC: amd: Adjust error handling in case of absent codec device
1f2ff6935b6de eeprom: ee1004: Call i2c_new_scanned_device to instantiate thermal sensor
49c9945c054df kvm: s390: Reject memory region operations for ucontrol VMs
a5c15a78c0e16 dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume
298feddffbfc3 clk: qcom: gcc-x1e80100: Fix halt_check for all pipe clocks
899bb519f2a9e Input: elan_i2c - do not leave interrupt disabled on suspend failure
4adabd438382d RDMA/device: Return error earlier if port in not valid
e4e11a6ed2a8a mtd: make mtd_test.c a separate module
0036f27f2a7b4 iommufd/iova_bitmap: Check iova_bitmap_done() after set ahead
1d779d0e4e8fe iommufd/selftest: Fix tests to use MOCK_PAGE_SIZE based buffer sizes
b06d34eb8fcd9 iommufd/selftest: Add tests for <= u8 bitmap sizes
73dc9fb2b38de iommufd/selftest: Fix iommufd_test_dirty() to handle <u8 bitmaps
2355c5321732f iommufd/selftest: Fix dirty bitmap tests with u8 bitmaps
57a6e7619ceac ASoC: max98088: Check for clk_prepare_enable() error
cc3c0d2784be5 powerpc/prom: Add CPU info to hardware description string later
c2fa93051fdcd hwrng: core - Fix wrong quality calculation at hw rng registration
45b2a23e00d44 scsi: lpfc: Fix a possible null pointer dereference
577eac91b2a2b ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe()
498766fc3e51f RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPs
c2ac6edfc9199 RDMA/mlx5: Use sq timestamp as QP timestamp when RoCE is disabled
a6366755586de RDMA/mlx4: Fix truncated output warning in alias_GUID.c
40ef9b895119f RDMA/mlx4: Fix truncated output warning in mad.c
9569c97b3c7ea Input: qt1050 - handle CHIP_ID reading error
fa2eb7920e590 interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID
c916004860b65 clk: qcom: gpucc-sa8775p: Update wait_val fields for GPU GDSC's
6c0a1938183a4 clk: qcom: gpucc-sa8775p: Park RCG's clk source at XO during disable
f6896514c5edd clk: qcom: gpucc-sa8775p: Remove the CLK_IS_CRITICAL and ALWAYS_ON flags
0e3c462b1472b clk: qcom: gcc-sa8775p: Update the GDSC wait_val fields and flags
6b8a9b71629ef clk: qcom: gpucc-sm8350: Park RCG's clk source at XO during disable
0fcc48494a1e3 mtd: spi-nor: winbond: fix w25q128 regression
313231de3e76a RDMA/cache: Release GID table even if leak is detected
fa6f16eff7320 ASoc: PCM6240: Return directly after a failed devm_kzalloc() in pcmdevice_i2c_probe()
e158d5ecd0c06 usb: typec-mux: nb7vpq904m: unregister typec switch on probe error and remove
7c04f4334a915 usb: typec-mux: ptn36502: unregister typec switch on probe error and remove
90cda6c657f96 ASoC: cs35l56: Accept values greater than 0 as IRQ numbers
0c9dcb01325ac ASoc: tas2781: Enable RCA-based playback without DSP firmware download
f7275af580b13 powerpc/kexec_file: fix cpus node update to FDT
a1861bdd9f7da RDMA/mlx5: Set mkeys for dmabuf at PAGE_SIZE
ed67aa7da9173 coresight: Fix ref leak when of_coresight_parse_endpoint() fails
7aa2a86bc9b53 KVM: PPC: Book3S HV: Fix the get_one_reg of SDAR
d18ff82c2da9d KVM: PPC: Book3S HV: Fix the set_one_reg for MMCR3
b956989690048 iommu/arm-smmu-v3: Avoid uninitialized asid in case of error
9d9029157d49f iio: adc: adi-axi-adc: don't allow concurrent enable/disable calls
532248d0f0365 iio: frequency: adrf6780: rm clk provider include
1ff0fc4949e22 iio: adc: ad9467: use DMA safe buffer for spi
0019bd1e6c348 clk: meson: s4: fix pwm_j_div parent clock
b156f8f482580 clk: meson: s4: fix fixed_pll_dco clock
69b5557d750ae clk: qcom: camcc-sc7280: Add parent dependency to all camera GDSCs
5f25486c4ee72 clk: qcom: gcc-sc7280: Update force mem core bit for UFS ICE clock
f94068f2343ee crypto: atmel-sha204a - fix negated return value
1041f82849289 crypto: tegra - Remove an incorrect iommu_fwspec_free() call in tegra_se_remove()
e42cc7d832b43 scsi: ufs: mcq: Fix missing argument 'hba' in MCQ_OPR_OFFSET_n
1911fd52a37a2 riscv: smp: fail booting up smp if inconsistent vlen is detected
b2808d2370cc2 PCI: tegra194: Set EP alignment restriction for inbound ATU
3ff3bdde950f1 PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup()
dbcdd1863ba2e PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs()
36aaa68b1a991 PCI: keystone: Don't enable BAR 0 for AM654x
09904aba0cf8e PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode()
ffffd95e46be0 PCI: Fix resource double counting on remove & rescan
af4ad016abb16 PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init()
b5046de32fd15 iio: Fix the sorting functionality in iio_gts_build_avail_time_table
5532e0c563659 SUNRPC: Fixup gss_status tracepoint error output
387e6e9d11025 nfs: pass explicit offset/count to trace events
b69c02dea9bfd platform/x86: asus-wmi: fix TUF laptop RGB variant
8725399367426 perf dso: Fix address sanitizer build
54765806773ef sparc64: Fix incorrect function signature and add prototype for prom_cif_init
2c370dda0ee71 leds: flash: leds-qcom-flash: Test the correct variable in init
c9c1d9be6f22f drm/qxl: Pin buffer objects for internal mappings
024d8556f37fc ext4: avoid writing unitialized memory to disk in EA inodes
149a0691bf95e ext4: don't track ranges in fast_commit if inode has inlined data
4ebf5bfd34001 NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS server
030fdc351225c SUNRPC: avoid soft lockup when transmitting UDP to reachable server.
fb778472ba466 xprtrdma: Fix rpcrdma_reqs_reset()
fecdddd8524d6 mfd: omap-usb-tll: Use struct_size to allocate tll
abf9d5c35453a mfd: rsmu: Split core code into separate module
35f45d148d041 drm/panthor: Record devfreq busy as soon as a job is started
8b833796fa231 perf intel-pt: Fix exclude_guest setting
f44c448bfb2a7 perf intel-pt: Fix aux_watermark calculation for 64-bit size
b7182f73d7568 media: venus: flush all buffers in output plane streamoff
5b9eb7e0ab828 perf stat: Fix a segfault with --per-cluster --metric-only
c5d98f78ef3ae drm/mediatek/dp: Fix spurious kfree()
7d44a63b4860a drm/mediatek: dpi/dsi: Fix possible_crtcs calculation
081ff4c0ef188 drm/amd/display: Add null check before access structs
81f819c537d29 ext4: fix infinite loop when replaying fast_commit
b8e7d26610fff drm/mediatek: Remove less-than-zero comparison of an unsigned value
c0fd0eba42528 drm/panic: Do not select DRM_KMS_HELPER
d6f36acfc4588 drm/panic: depends on !VT_CONSOLE
c53e98ef03722 Revert "leds: led-core: Fix refcount leak in of_led_get()"
2862ec16f5085 leds: rgb: leds-qcom-lpg: Add PPG check for setting/clearing PBS triggers
d4c57354a06cb drm/qxl: Add check for drm_cvt_mode
7b232168841a3 drm/etnaviv: fix DMA direction handling for cached RW buffers
01723f9a60b4e perf report: Fix condition in sort__sym_cmp()
da17ee4015c64 perf pmus: Fixes always false when compare duplicates aliases
ee0a02229380f tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
46a62b1cbca95 perf test: Make test_arm_callgraph_fp.sh more robust
eb049d63ba11f platform/arm64: build drivers even on non-ARM64 platforms
31b6cd5545f13 drm/panic: Fix off-by-one logo size checks
1d5d55b29999a drm/panic: only draw the foreground color in drm_panic_blit()
b9080795fe80e drm/ttm/tests: Fix a warning in ttm_bo_unreserve_bulk
aa6e78f2c87d9 drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op
0bdec11134cc9 drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC
2afd0e9059d5b drm/msm/dsi: set video mode widebus enable bit when widebus is enabled
0788a6f3523d3 leds: trigger: Unregister sysfs attributes before calling deactivate()
e6daf3bf851b4 media: imx-jpeg: Drop initial source change event if capture has been setup
d371e4eed3117 drm/msm/a6xx: Fix A702 UBWC mode
faedf1281d28f drm/msm/a6xx: use __unused__ to fix compiler warnings for gen7_* includes
8a4ce184dcc6e drm/mediatek: Set DRM mode configs accordingly
0d4c45d401980 drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property
19ef723f6edd6 drm/mediatek: Add OVL compatible name for MT8195
a063acc5d33d6 drm/mediatek: Turn off the layers with zero width or height
5e28b7aa8be14 drm/mediatek: Fix destination alpha error in OVL
8c3411d859f16 drm/mediatek: Fix XRGB setting error in Mixer
91ef5af76f7ec drm/mediatek: Fix XRGB setting error in OVL
a2541f21713f7 drm/mediatek: Use 8-bit alpha in ETHDR
0e2b6d89ae144 drm/mediatek: Add missing plane settings when async update
41b97b3d61a0b drm/ttm/tests: Let ttm_bo_test consider different ww_mutex implementation.
0f2a77c69b193 media: renesas: vsp1: Store RPF partition configuration per RPF instance
f1fd968260da5 media: renesas: vsp1: Fix _irqsave and _irq mix
c88ffbc568cbd media: rcar-csi2: Cleanup subdevice in remove()
484f18269e799 media: rcar-csi2: Disable runtime_pm in probe error
7dd4dba5dc103 media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2
a749415d2058a drm/i915/psr: Set SU area width as pipe src width
475c678426b15 drm: zynqmp_kms: Fix AUX bus not getting unregistered
8c07f6b2abda3 drm: zynqmp_dpsub: Fix an error handling path in zynqmp_dpsub_probe()
0f12d2b6e6118 media: uvcvideo: Override default flags
35a00891b0c22 media: uvcvideo: Add quirk for invalid dev_sof in Logitech C920
27e991a926212 media: uvcvideo: Quirk for invalid dev_sof in Logitech C922
0fe5ae08c1321 media: i2c: imx219: fix msr access command sequence
29649f3c5697e media: c8sectpfe: Add missing parameter names
97a80ca3dce37 saa7134: Unchecked i2c_transfer function result fixed
23f5e185134cf drm/amd/display: use pre-allocated temp structure for bounding box
898d200148d03 ipmi: ssif_bmc: prevent integer overflow on 32bit systems
5f8c27d3985ed x86/shstk: Make return uprobe work with shadow stack
504f9ce3bcfe9 drm/i915/psr: Print Panel Replay status instead of frame lock status
63b0fcbbaaf0c drm/i915/display: Skip Panel Replay on pipe comparison if no active planes
63d71da2b875a drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll
309fdbb585186 media: mediatek: vcodec: Fix unreasonable data conversion
cdf05ae76198c media: mediatek: vcodec: Handle invalid decoder vsi
a59088577033a perf maps: Fix use after free in __maps__fixup_overlap_and_insert
e1d86efd46986 drm/msm/dp: fix runtime_pm handling in dp_wait_hpd_asserted
7deaf31e79bb8 drm/msm/dpu: drop duplicate drm formats from wb2_formats arrays
ca168c0d8faf1 Revert "drm/msm/dpu: drop dpu_encoder_phys_ops.atomic_mode_set"
956bb63a227f4 drm/msm/dpu: fix encoder irq wait skip
b21aba72aadd9 s390/uv: Don't call folio_wait_writeback() without a folio reference
bd7e3335a8b9c drm/amdgpu: Fix type mismatch in amdgpu_gfx_kiq_init_ring
b87e28050d9b0 media: v4l: async: Fix NULL pointer dereference in adding ancillary links
04be7591f3107 media: i2c: hi846: Fix V4L2_SUBDEV_FORMAT_TRY get_selection()
f843053eca59c media: i2c: Fix imx412 exposure control
3d4e5b75e9903 drm/i915/psr: Use enable boolean from intel_crtc_state for Early Transport
6f611b000d623 media: imon: Fix race getting ictx->lock
ad24b56e0d987 media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()
c766065e82720 media: pci: ivtv: Add check for DMA map result
0afb3c7020844 drm/amd/display: Move 'struct scaler_data' off stack
a9b68a2f325e4 drm/amd/display: fix graphics_object_id size
814d1469dd35c drm/amd/display: dynamically allocate dml2_configuration_options structures
79161e9cc12a7 drm/amdgpu: Fix snprintf usage in amdgpu_gfx_kiq_init_ring
8607894112f1d drm/bridge: it6505: fix hibernate to resume no display issue
c47583f3cb066 drm/panel: ilitek-ili9882t: Check for errors on the NOP in prepare()
30c229ef8d2c8 drm/panel: ilitek-ili9882t: If prepare fails, disable GPIO before regulators
505c099de10c6 drm/panel: boe-tv101wum-nl6: Check for errors on the NOP in prepare()
4c34113e9d08c drm/panel: boe-tv101wum-nl6: If prepare fails, disable GPIO before regulators
5e42e925ce8d9 drm/panel: himax-hx8394: Handle errors from mipi_dsi_dcs_set_display_on() better
889f0cb5a83d9 drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1
9084114e33859 drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit
422b081874bbc drm/amdgpu: Fix memory range calculation
6369ac0eb0c3b drm/amd/pm: Fix aldebaran pcie speed reporting
ca503105cbe57 drm/panel: lg-sw43408: add missing error handling
6f793d85289fd drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_generic_write_seq()
810066677eb8c drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_dcs_write_seq()
1f45e83312b59 drm/i915/display: Do not print "psr: enabled" for on Panel Replay
f2df0e9cf1c3c drm/i915/psr: Rename has_psr2 as has_sel_update
e86f34eba0a9a drm/amdkfd: Fix CU Masking for GFX 9.4.3
23c8257eee944 drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline
a97c08513bc33 drm/rockchip: vop2: Fix the port mux of VP2
e85e7f0936d87 tcp: Don't access uninit tcp_rsk(req)->ao_keyid in tcp_create_openreq_child().
70d665b83e2ea Bluetooth: Fix usage of __hci_cmd_sync_status
f7fb60b5380a8 net: bridge: mst: Check vlan state for egress decision
12144069209ee xdp: fix invalid wait context of page_pool_destroy()
468a729b78895 virtio_net: Fix napi_skb_cache_put warning
4a0d2efbb773b Bluetooth: hci_core, hci_sync: cleanup struct discovery_state
8424783412074 Bluetooth: hci_event: Set QoS encryption from BIGInfo report
dc14469e43da1 Bluetooth: btnxpuart: Add handling for boot-signature timeout errors
be2ac1f45f39f Bluetooth: btintel_pcie: Fix irq leak
ea4a294c6feae Bluetooth: btintel: Refactor btintel_set_ppag()
cfd70400a3115 Bluetooth: hci_bcm4377: Use correct unit for timeouts
cad797ceeeb19 selftests: forwarding: devlink_lib: Wait for udev events after reloading
e187690b125a2 net: ethtool: pse-pd: Fix possible null-deref
dd5a33e0af6fd net: pse-pd: Do not return EOPNOSUPP if config is null
b29a880bb145e bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT
4799e4e51fe4f nfsd: nfsd_file_lease_notifier_call gets a file_lease as an argument
345652866a886 bpf: fix overflow check in adjust_jmp_off()
fbb84b1b05c97 bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.o
e0f48f51d55fb bna: adjust 'name' buf size of bna_tcb and bna_ccb structures
888d1d38bd1f1 bpf: annotate BTF show functions with __printf
a8d0ea2607132 selftests/resctrl: Fix closing IMC fds on error and open-code R+W instead of loops
6d218fcc707d6 bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG
5b08892910296 selftests/bpf: Close obj in error path in xdp_adjust_tail
8262bca056784 selftests/bpf: Null checks for links in bpf_tcp_ca
72607d8ad89b4 selftests/bpf: Close fd in error path in drop_on_reuseport
29ca547e87501 locking/rwsem: Add __always_inline annotation to __down_write_common() and inlined callers
85a28462f87e6 wifi: virt_wifi: don't use strlen() in const context
c1cb824e66236 net: page_pool: fix warning code
378003612bc9c gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkey
65b97d6f328f9 NFSD: Fix nfsdcld warning
0faaa5f29e513 bpf: helpers: fix bpf_wq_set_callback_impl signature
416d3c1538df0 wifi: virt_wifi: avoid reporting connection success with wrong SSID
574c740486169 xfrm: call xfrm_dev_policy_delete when kill policy
31d0172a091dc xfrm: fix netdev reference count imbalance
96ae4de5bc4c8 wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter()
3fd761e3cefdc perf/x86/amd/uncore: Fix DF and UMC domain identification
381b21a1cf2ad perf/x86/amd/uncore: Avoid PMU registration if counters are unavailable
501b077aefc1a perf/x86/intel/cstate: Fix Alderlake/Raptorlake/Meteorlake
9bed6852d3f56 perf: Fix default aux_watermark calculation
e8bf18de94550 perf: Prevent passing zero nr_pages to rb_alloc_aux()
f86f70e332258 perf: Fix perf_aux_size() for greater-than 32-bit size
d483e01df5cb1 perf/x86/intel/pt: Fix pt_topa_entry_for_page() address calculation
0561e6743c6b5 bpf: Fix atomic probe zero-extension
c3be81545328a bpftool: Mount bpffs when pinmaps path not under the bpffs
3e6a1b1b179ab riscv, bpf: Fix out-of-bounds issue when preparing trampoline image
7276b1d7b1e79 xfrm: Export symbol xfrm_dev_state_delete.
48ec0d5910248 wifi: rtl8xxxu: 8188f: Limit TX power index
74e17a9237196 wifi: rtw89: 8852b: fix definition of KIP register number
ef0d9d2f0dc11 wifi: rtw89: wow: fix GTK offload H2C skbuff issue
0767f5fe9f48e wifi: ath12k: fix peer metadata parsing
23a9aab65585c wifi: ath12k: advertise driver capabilities for MBSSID and EMA
b33855de5c62d wifi: iwlwifi: mvm: always unblock EMLSR on ROC end
9d5593e6b1639 wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant()
2f4182ef6adef wifi: mac80211: correcty limit wider BW TDLS STAs
306d783dd1cf1 wifi: mac80211: add ieee80211_tdls_sta_link_id()
28353278ee8c4 netfilter: nf_tables: rise cap on SELinux secmark context
bb65059d251a3 ipvs: Avoid unnecessary calls to skb_is_gso_sctp
8ecee44464a49 xfrm: Fix unregister netdevice hang on hardware offload.
2845db7bedd84 libbpf: Skip base btf sanity checks
aeb79296c65cb libbpf: Checking the btf_type kind when fixing variable offsets
fe60c691835ed bpf: Change bpf_session_cookie return value to __u64 *
00e09f86c6fa5 net: dsa: ksz_common: Allow only up to two HSR HW offloaded ports for KSZ9477
3bde02b27aacd net: fec: Fix FEC_ECR_EN1588 being cleared on link-down
40d7b3ed52449 udf: Fix bogus checksum computation in udf_rename()
73c19830cd723 xfrm: Log input direction mismatch error in one place
a4c10813bc394 xfrm: Fix input error path memory access
8ca4ec5a59d34 bpf: Make bpf_session_cookie() kfunc return long *
ddbd23de1d2dd wifi: iwlwifi: mvm: separate non-BSS/ROC EMLSR blocking
94d2e5b7866da wifi: iwlwifi: mvm: fix re-enabling EMLSR
07117ccf53731 wifi: nl80211: expose can-monitor channel property
19eaf4f2f5a98 wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()
c70efd8546e65 wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()
7a00a36b656de wifi: ath12k: fix per pdev debugfs registration
1d291225c40b8 wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers
630c62b468357 wifi: ath12k: fix ACPI warning when resume
53c7c8ed563da jump_label: Fix concurrency issues in static_key_slow_dec()
7e4a0c17a81d3 perf/x86: Serialize set_attr_rdpmc()
431342f4ba521 mlxsw: spectrum_acl: Fix ACL scale regression and firmware errors
fb5d4fc578e65 mlxsw: spectrum_acl_erp: Fix object nesting warning
499f742fed42e lib: objagg: Fix general protection fault
a1cf0f193db57 sched/core: Drop spinlocks on contention iff kernel is preemptible
b20578a3a2e67 sched/core: Move preempt_model_*() helpers from sched.h to preempt.h
50b556a1ce2cb udf: Fix lock ordering in udf_evict_inode()
bd334e2f45a81 selftests/bpf: Check length of recv in test_sockmap
befa479331099 net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG_CHAIN is defined
f6f67fff74f1b libbpf: keep FD_CLOEXEC flag when dup()'ing FD
1a07de1959cae hns3: avoid linking objects into multiple modules
5e8a0b94c58f9 tcp: fix races in tcp_v[46]_err()
0c6034cae002b tcp: fix races in tcp_abort()
c366435a152b8 tcp: fix race in tcp_write_err()
ea734f7724ebb tcp: add tcp_done_with_error() helper
13829bfb38bcf net: ethernet: cortina: Restore TSO support
04d8b7a21c006 wifi: ath12k: fix wrong definition of CE ring's base address
5c7db8b09fbaa wifi: ath11k: fix wrong definition of CE ring's base address
bdfbf56652d5c wifi: rtw89: 8852c: correct logic and restore PCI PHY EQ after device resume
95d4e829e50e2 wifi: ath12k: fix firmware crash during reo reinject
36fc66a7d9ca3 wifi: ath12k: fix invalid memory access while processing fragmented packets
6925320fcd40d wifi: ath12k: change DMA direction while mapping reinjected packets
59423af36b253 wifi: ath11k: restore country code during resume
bee1f0e97cea5 wifi: ath11k: refactor setting country code logic
12e0c7822a5a4 wifi: mac80211: reset negotiated TTLM on disconnect
d28e8958fc080 wifi: mac80211: cancel TTLM teardown work earlier
a82d97b9979bf wifi: mac80211: cancel multi-link reconf work on disconnect
9750899410c84 wifi: mac80211: fix TTLM teardown work
0b336e37e77cb wifi: iwlwifi: mvm: don't skip link selection
b17b8b492764a net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP
9a340fe1b0b4e wifi: rtw89: 8852b: restore setting for RFE type 5 after device resume
eab9ecfa8ed3d selftests/bpf: Fix prog numbers in test_sockmap
b04566066c0ac bpftool: Un-const bpf_func_info to fix it for llvm 17 and newer
9abf615e1572d wifi: ath12k: fix Smatch warnings on ath12k_core_suspend()
a9ac7d444de51 wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure
7f41e6f884cc9 wifi: ath12k: Correct 6 GHz frequency value in rx status
c33154cd0e162 wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device
c9a04fc459677 wifi: ath12k: avoid duplicated vdev stop
e0f67630ee8f6 wifi: ath12k: drop failed transmitted frames from metric calculation.
059ef22f55ee0 wifi: ath12k: Don't drop tx_status in failure case
2af312f4a6d03 firmware: turris-mox-rwtm: Initialize completion before mailbox
4f3811ecac84a firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout()
c83d61d3cab0a firmware: turris-mox-rwtm: Do not complete if there are no waiters
1081b3f819610 vmlinux.lds.h: catch .bss..L* sections into BSS")
3dc633cb63305 x86/sev: Do RMP memory coverage check after max_pfn has been set
8057117dafb49 ARM: Remove address checking for MMUless devices
38908feafa26a ARM: spitz: fix GPIO assignment for backlight
50162623cb8da m68k: cmpxchg: Fix return value for default case in __arch_xchg()
57a818bfa03b1 cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC systems
aff58cd5ddc1a cpufreq/amd-pstate-ut: Convert nominal_freq to khz during comparisons
d7a8cf3fafc44 arm64: dts: qcom: sm6350: Add missing qcom,non-secure-domain property
9633f16563c25 arm64: dts: rockchip: fixes PHY reset for Lunzn Fastrhino R68S
9a19c4a67e5e8 arm64: dts: rockchip: disable display subsystem for Lunzn Fastrhino R6xS
4f19bf7f6d6d7 arm64: dts: rockchip: remove unused usb2 nodes for Lunzn Fastrhino R6xS
e22a93c8070d9 arm64: dts: rockchip: fix pmu_io supply for Lunzn Fastrhino R6xS
65de64c52ce03 arm64: dts: rockchip: fix usb regulator for Lunzn Fastrhino R6xS
36f12ac15e6cb arm64: dts: rockchip: fix regulator name for Lunzn Fastrhino R6xS
66dbed6840265 arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu
1709d8fc48e19 arm64: dts: qcom: qrb4210-rb2: Correct max current draw for VBUS
eaf36e6600fa4 x86/xen: Convert comma to semicolon
cba20cbcf31b3 arm64: dts: qcom: x1e80100: Fix USB HS PHY 0.8V supply
d437ba496d2c4 arm64: dts: imx8mp: Fix pgc vpu locations
4bf10cc8b5210 arm64: dts: imx8mp: Fix pgc_mlmix location
92df560733f7d m68k: atari: Fix TT bootup freeze / unexpected (SCU) interrupt messages
4bc7267967cda arm64: dts: renesas: r9a08g045: Add missing hypervisor virtual timer IRQ
2eee24dbb952f arm64: dts: renesas: r9a07g054: Add missing hypervisor virtual timer IRQ
e88370be243cd arm64: dts: renesas: r9a07g044: Add missing hypervisor virtual timer IRQ
c34ac879e17ff arm64: dts: renesas: r9a07g043u: Add missing hypervisor virtual timer IRQ
94f19d09e81ea arm64: dts: renesas: r8a779g0: Add missing hypervisor virtual timer IRQ
d5c33c9ed99cd arm64: dts: renesas: r8a779f0: Add missing hypervisor virtual timer IRQ
703eedeebe139 arm64: dts: renesas: r8a779a0: Add missing hypervisor virtual timer IRQ
68e39a9a7f717 arm64: dts: renesas: r8a779h0: Drop "opp-shared" from opp-table-0
30c59704ab60f arm64: dts: rockchip: Fix mic-in-differential usage on rk3568-evb1-v10
d65388253c1aa arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc
c9d4cbc72a469 arm64: dts: rockchip: Drop invalid mic-in-differential on rk3568-rock-3a
f146001e49922 arm64: dts: amlogic: setup hdmi system clock
5d1e9ca9f76ee arm64: dts: amlogic: add power domain to hdmitx
70bc57ac4f73b arm64: dts: amlogic: gx: correct hdmi clocks
e5ed533f690f3 soc: mediatek: mtk-mutex: Add MDP_TCC0 mod to MT8188 mutex table
a6a7ed42ac93d arm64: dts: mediatek: mt8183-kukui-jacuzzi: Add ports node for anx7625
c0d6ac595e152 arm64: dts: mediatek: mt8183-pico6: Fix wake-on-X event node names
8bd5cc9b7bfd3 arm64: dts: mediatek: mt8183-kukui: Fix the value of `dlg,jack-det-rate` mismatch
33456268a54e1 arm64: dts: mediatek: mt7622: fix "emmc" pinctrl mux
a3c80f9326aea arm64: dts: mediatek: mt7981: fix code alignment for PWM clocks
a07456e3c3d0c arm64: dts: mediatek: mt8192-asurada: Add off-on-delay-us for pp3300_mipibrdg
c42e03a08ba9a arm64: dts: mediatek: mt8183-kukui: Drop bogus output-enable property
573fb73db52f2 arm64: dts: medaitek: mt8395-nio-12l: Set i2c6 pins to bias-disable
e8f068a23a18b arm64: dts: mediatek: mt8192: Fix GPU thermal zone name for SVS
509a9dc5cf665 arm64: dts: mediatek: mt8195: Fix GPU thermal zone name for SVS
70aa2d9b89d31 ARM: dts: imx6qdl-kontron-samx6i: fix PCIe reset polarity
7f62fe7e0e85d ARM: dts: imx6qdl-kontron-samx6i: fix SPI0 chip selects
b2490fc162b45 ARM: dts: imx6qdl-kontron-samx6i: fix board reset
3326d475ddd7d ARM: dts: imx6qdl-kontron-samx6i: fix PHY reset
873aaa24d0398 ARM: dts: imx6qdl-kontron-samx6i: fix phy-mode
4025ecca3c790 arm64: dts: amlogic: sm1: fix spdif compatibles
9a9f8515c449d arm64: dts: rockchip: Increase VOP clk rate on RK3328
ba9fa7529a149 soc: qcom: pdr: fix parsing of domains lists
8543269567e2f soc: qcom: pdr: protect locator_addr with the main mutex
4100d4d019f8e soc: qcom: icc-bwmon: Fix refcount imbalance seen during bwmon_remove
9eacfd2ab4c61 arm64: dts: qcom: qdu1000: Add secure qfprom node
a0f985672d68a arm64: dts: qcom: sc7180-trogdor: Disable pwmleds node where unused
9d998dcfff80a arm64: dts: ti: k3-am62p5-sk: Fix pinmux for McASP1 TX
3b2ce19ac2f7e arm64: dts: ti: k3-am625-phyboard-lyra-rdk: Drop McASP AFIFOs
1322529b0c782 arm64: dts: ti: k3-am62-verdin: Drop McASP AFIFOs
a4a03e2f485bf arm64: dts: ti: k3-am625-beagleplay: Drop McASP AFIFOs
4efa40f9dfe58 arm64: dts: ti: k3-am62p5: Drop McASP AFIFOs
a8c6c5e13aba9 arm64: dts: ti: k3-am62a7: Drop McASP AFIFOs
2a3e7f475866c arm64: dts: ti: k3-am62x: Drop McASP AFIFOs
9e6590af6999e arm64: dts: ti: k3-j722s: Fix main domain GPIO count
2ea4abb96f206 arm64: dts: ti: k3-am642-hummingboard-t: correct rs485 rts polarity
98e86ab64873e arm64: dts: ti: k3-am62p-main: Fix the reg-range for main_pktdma
909ad4f81cc82 arm64: dts: ti: k3-am62a-main: Fix the reg-range for main_pktdma
f007e23ebd9a1 arm64: dts: ti: k3-am62-main: Fix the reg-range for main_pktdma
ee56e86c3f211 memory: fsl_ifc: Make FSL_IFC config visible and selectable
f666c421e1d78 OPP: ti: Fix ti_opp_supply_probe wrong return values
c9fdb8980b781 arm64: dts: qcom: sc8280xp: Throttle the GPU when overheating
a291feafde81e arm64: dts: qcom: sc8280xp-*: Remove thermal zone polling delays
233c60cdcf99e cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe()
057850ed81c4f arm64: dts: qcom: qrb4210-rb2: make L9A always-on
0c269c1f58d74 ARM: dts: stm32: Add arm,no-tick-in-suspend to STM32MP15xx STGEN timer
8938217a8d672 ARM: dts: sunxi: remove duplicated entries in makefile
f762acdaff9e5 soc: xilinx: rename cpu_number1 to dummy_cpu_number
312396939bf5b arm64: dts: qcom: sa8775p: mark ethernet devices as DMA-coherent
611d4a8313423 arm64: dts: qcom: msm8996: specify UFS core_clk frequencies
504652b2eed84 OPP: Fix missing cleanup on error in _opp_attach_genpd()
232c1085fcd9f cpufreq: sun50i: fix memory leak in dt_has_supported_hw()
1390b9f652283 arm64: dts: rockchip: Update WIFi/BT related nodes on rk3308-rock-pi-s
68dea92d678af arm64: dts: rockchip: Add mdio and ethernet-phy nodes to rk3308-rock-pi-s
bcbed5fee3e5f arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s
90e63ee2879ef arm64: dts: rockchip: Add sdmmc related properties on rk3308-rock-pi-s
f7b9e814ab8d4 soc: qcom: rpmh-rsc: Ensure irqs aren't disabled by rpmh_rsc_send_data() callers
2dcefd6d1e711 soc: qcom: pmic_glink: Handle the return value of pmic_glink_init
501db89e28fea arm64: dts: qcom: msm8998: enable adreno_smmu by default
fbf852d429e44 arm64: dts: qcom: sdm850-lenovo-yoga-c630: fix IPA firmware path
94afdaa14344d arm64: dts: qcom: msm8996-xiaomi-common: drop excton from the USB PHY
e93112293d20a arm64: dts: qcom: sm8450: add power-domain to UFS PHY
8533f637f6620 arm64: dts: qcom: sm8350: add power-domain to UFS PHY
b042cf07c9aaf arm64: dts: qcom: sm8250: add power-domain to UFS PHY
8c93c87cfa899 arm64: dts: qcom: sm6350: add power-domain to UFS PHY
b5357d8fc93f6 arm64: dts: qcom: sm6115: add power-domain to UFS PHY
080bcc8cce96a arm64: dts: qcom: sdm845: add power-domain to UFS PHY
bec81d919cfac arm64: dts: qcom: sc8180x: add power-domain to UFS PHY
138abbabf63b9 arm64: dts: qcom: sc7180: drop extra UFS PHY compat
a8d494762c4ff ARM: dts: qcom: msm8226-microsoft-common: Enable smbb explicitly
85610b00af752 arm64: dts: qcom: sc7280: Remove CTS/RTS configuration
6dbc8239be9c0 arm64: dts: qcom: sc8180x: Correct PCIe slave ports
c1ae2a706e776 soc: qcom: socinfo: Update X1E PMICs
bc29bc14c2169 hwmon: (max6697) Fix swapped temp{1,8} critical alarms
7c7cf939b3b21 hwmon: (max6697) Fix underflow when writing limit attributes
9fab017e2ea4b drm/xe/display/xe_hdcp_gsc: Free arbiter on driver removal
1e6805b6ecf79 pwm: atmel-tcb: Fix race condition and convert to guards
8afada330c16c drm/meson: fix canvas release in bind function
a0d1545830305 nvmet-auth: fix nvmet_auth hash error handling
069f34f991cd6 arm64: smp: Fix missing IPI statistics
ee6669355fa43 drm/bridge: adv7511: Fix Intermittent EDID failures
b1c83176c1d77 pwm: stm32: Always do lazy disabling
c180311c0a520 hwmon: (ltc2991) re-order conditions to fix off by one bug
0c7429256de1d md/raid5: recheck if reshape has finished with device_lock held
dc72af89c94bd md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl
90ebddded5367 perf: arm_pmuv3: Avoid assigning fixed cycle counter with threshold
269535618c161 xen-blkfront: fix sector_size propagation to the block layer
28f7a3403100b block/mq-deadline: Fix the tag reservation code
136598536aaa8 block: Call .limit_depth() after .hctx has been set
515278065c702 hwmon: (adt7475) Fix default duty on fan is disabled
29ac1d238b3bf cgroup/cpuset: Prevent UAF in proc_cpuset_show()
f38d2e9214996 x86/syscall: Mark exit[_group] syscall handlers __noreturn
70035fdfa8354 x86/platform/iosf_mbi: Convert PCIBIOS_* return codes to errnos
590c9a8348f97 x86/pci/xen: Fix PCIBIOS_* return code handling
32adc6914bb18 x86/pci/intel_mid_pci: Fix PCIBIOS_* return code handling
0cee39aa04eec x86/of: Return consistent error type from x86_of_pci_irq_enable()
312d272dc47ae hfsplus: fix to avoid false alarm of circular locking
72b7a3b3268e6 x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS
c324141645280 cgroup/cpuset: Fix remote root partition creation problem
b17f8733d5118 cgroup/cpuset: Optimize isolated partition only generate_sched_domains() calls
7703ee4c86c92 io_uring: Fix probe of disabled operations
47149c165a6fa dm: Call dm_revalidate_zones() after setting the queue limits
ebc0e91ba76dc block: initialize integrity buffer to zero before writing it to media
5535adc933fb2 ubd: untagle discard vs write zeroes not support handling
49d7da56f1d95 ubd: refactor the interrupt handler
e2172a1397630 platform/chrome: cros_ec_debugfs: fix wrong EC message version
6bb2fccb2cb7e md/raid1: don't free conf on raid0_run failure
7526c725d5120 md/raid0: don't free conf on raid0_run failure
ca963eefbc333 md: fix deadlock between mddev_suspend and flush bio
af594a0bb5c80 rcu/tasks: Fix stale task snaphot for Tasks Trace
32700ecf8007e EDAC, i10nm: make skx_common.o a separate module
24468dbfec053 spi: atmel-quadspi: Add missing check for clk_prepare
949676eb8a4d9 spi: spi-microchip-core: Fix the number of chip selects supported
c4386c5293aa8 drivers: gpu: drm: msm: registers: improve reproducibility
915a386c7cffd qemux86: add configuration symbol to select values
62df91b21626f sched/isolation: really align nohz_full with rcu_nocbs
afe643f5802b8 clear_warn_once: add a clear_warn_once= boot parameter
7b016793edbff clear_warn_once: bind a timer to written reset value
89a5c70f20001 clear_warn_once: expand debugfs to include read support
8014704c527d7 tools: Remove some options from CLANG_CROSS_FLAGS
e9ca44556936c libbpf: Fix build warning on ref_ctr_off
32fe8c972c362 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
a372ac2b798dc perf: x86-32: explicitly include <errno.h>
a5cb41682777e perf: mips64: Convert __u64 to unsigned long long
ed8ee9f3d1ae2 perf: fix bench numa compilation
6dbb2915e8a7c perf: add SLANG_INC for slang.h
57f78dddfd930 perf: add sgidefs.h to for mips builds
130f0306cfbac perf: change --root to --prefix for python install
2520efe953414 perf: add 'libperl not found' warning
45731b6ae676f perf: force include of <stdbool.h>
ace10f8dec53e fat: Replace prandom_u32() with get_random_u32()
64797bdca14e2 fat: don't use obsolete random32 call in namei_vfat
2442bae1a6451 FAT: Added FAT_NO_83NAME
7561126bce00c FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
5c51ab9598763 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5869720658c99 aufs6: match exports to functions
e125467cf228f aufs: adjust for v6.9+
eebcdc6635bfa aufs6: correct do_splice_from prototype
4c5829036c457 aufs: update remove_page to remove_folio
e8d889d0f4341 aufs: i_op: Add handling for au_pin_hdir_set_owner with RT kernel
3ecd9203de174 aufs: fix v6.7 kernel build compilation
5e8ee028dbe24 aufs6: adapt to v6.6 i_op->ctime changes
1132c330feed3 aufs6: adapt to v6.6
d3e4ede696034 aufs6: core
49ec9271f41d3 aufs6: standalone
dcc0978da2dd9 aufs6: mmap
80e1609b37e77 aufs6: base
0dbb3f0624208 aufs6: kbuild
ad51078c5ebfc yaffs: fix mtime/itime field access
e5f1d35d6188c yaffs2: update VFS ctime operations to 6.6+
dd374461adc7c yaffs2: v6.5 fixups
f5908785d88d7 yaffs2: Fix miscalculation of devname buffer length
d1403f0acfdff yaffs2: convert user_namespace to mnt_idmap
7dae5463b54fa yaffs2: replace bdevname call with sprintf
92d30df4eb56c yaffs2: convert read_page -> readfolio
6c895bffdf725 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
6801e7d90255b yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
aff012190046f yaffs2: v5.12+ build fixups (not runtime tested)
fb474842c16ee yaffs: include blkdev.h
fe7d745aac947 yaffs: fix misplaced variable declaration
bee147b2e5336 yaffs2: v5.6 build fixups
22998f589ec26 yaffs2: fix memory leak when /proc/yaffs is read
ce7d8084a9764 yaffs: add strict check when call yaffs_internal_read_super
adb7202fda953 yaffs: repair yaffs_get_mtd_device
2852e5c15d4dc yaffs: Fix build failure by handling inode i_version with proper atomic API
1526802a81470 yaffs2: fix memory leak in mount/umount
6c7827a16aaaa yaffs: Avoid setting any ACL releated xattr
fa34828155425 Yaffs:check oob size before auto selecting Yaffs1
aaa4843b73ce7 fs: yaffs2: replace CURRENT_TIME by other appropriate apis
48e992af6531c yaffs2: adjust to proper location of MS_RDONLY
f3af7160d8a0c yaffs2: import git revision b4ce1bb (jan, 2020)
4add698ed6e8b initramfs: allow an optional wrapper script around initramfs generation
b619a8d543360 vt/conmakehash: improve reproducibility
c786186aeef39 tools: use basename to identify file in gen-mach-types
aa3a8e7ceb6e7 iwlwifi: select MAC80211_LEDS conditionally
325db54c4be9f net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
23a87c6e13aad defconfigs: drop obselete options
946e5b78ab94d linux-yocto: Handle /bin/awk issues
9daee1dba5852 uvesafb: provide option to specify timeout for task completion
f68b8683441a0 uvesafb: print error message when task timeout occurs
a1595c6b60173 compiler.h: Undef before redefining __attribute_const__
8086839613c68 vmware: include jiffies.h
32e79eb3c169c Resolve jiffies wrapping about arp
f6fabf91b6f24 nfs: Allow default io size to be configured.
ad2b29f801e9e check console device file on fs when booting
5194785d545b8 mount_root: clarify error messages for when no rootfs found
78b3498cb59a7 mconf: fix output of cflags and libraries
9cc6870708d54 menuconfig,mconf-cfg: Allow specification of ncurses location
f34088ed9c938 modpost: mask trivial warnings
4784584582f50 kbuild: exclude meta directory from distclean processing
73072b5fe25a9 powerpc: serialize image targets
a120eb2003200 arm: serialize build targets
51d5719ac05b4 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
5155f0bb36f0c cpu/amd: inhibit SMP check for qemux86
e5a5996ee586f x86_64_defconfig: Fix warnings
1359db75df0c9 mips: make current_cpu_data preempt safe
385edf6090c30 mips: vdso: fix 'jalr $t9' crash in vdso code
968266397319f mips: Kconfig: add QEMUMIPS64 option
389ce854fde30 4kc cache tlb hazard: tlbp cache coherency
9cab61199fa85 malta uhci quirks: make allowance for slow 4k(e)c
80cae3bd9eea0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
41c82709900f7 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
59ef4f151a5e5 arm64: defconfig: cleanup config options
c5fb425762ed8 vexpress: Pass LOADADDR to Makefile
07a8b544d4e96 arm: ARM EABI socketcall
574f3ae3d2ca7 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 4b19552a145b5817cd3b5ebda48e8eda6b1cabdc)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
ffe320de1d |
linux-yocto/6.10: update to v6.10.2
Updating linux-yocto/6.10 to the latest korg -stable release that comprises
the following commits:
c4386c5293aa8 drivers: gpu: drm: msm: registers: improve reproducibility
2d002356c3bb6 Linux 6.10.2
e1a786b9bbb76 tap: add missing verification for short frame
8418f55302fa1 tun: add missing verification for short frame
ed898f9ca3fa3 filelock: Fix fcntl/close race recovery compat path
0990c63c53b88 ALSA: seq: ump: Skip useless ports for static blocks
67b4307b200c0 ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is paused
cba936e34ba5c arm64: dts: qcom: sm6115: Disable SS instance in Parkmode for USB
3f0ec0bcd7945 arm64: dts: qcom: sdm845: Disable SS instance in Parkmode for USB
a87398c426e1a arm64: dts: qcom: ipq8074: Disable SS instance in Parkmode for USB
86ef7fa0a3f81 arm64: dts: qcom: sdm630: Disable SS instance in Parkmode for USB
53bcd3e3955f2 arm64: dts: qcom: ipq6018: Disable SS instance in Parkmode for USB
f6ca32f5d0ff3 arm64: dts: qcom: msm8998: Disable SS instance in Parkmode for USB
aa38865e86565 arm64: dts: qcom: sm6350: Disable SS instance in Parkmode for USB
a9426f558a45a arm64: dts: qcom: msm8996: Disable SS instance in Parkmode for USB
4c815a74d6ffb arm64: dts: qcom: x1e80100-crd: Fix USB PHYs regulators
12cfba78ac4e4 arm64: dts: qcom: x1e80100-qcp: Fix the PHY regulator for PCIe 6a
e9e797f82040d arm64: dts: qcom: x1e80100-crd: Fix the PHY regulator for PCIe 6a
4f6838e716396 arm64: dts: qcom: qrb4210-rb2: switch I2C2 to i2c-gpio
6b9b370bab9c2 arm64: dts: qcom: qrb2210-rb1: switch I2C2 to i2c-gpio
c5842959cdcb8 arm64: dts: qcom: x1e80100-qcp: Fix USB PHYs regulators
8446ce8ff62d2 arm64: dts: qcom: sc7280: Disable SuperSpeed instances in park mode
0dfc866395f09 arm64: dts: qcom: sc7180: Disable SuperSpeed instances in park mode
676f1898111c0 ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360
90fb34305b8b9 ALSA: hda/realtek: Enable headset mic on Positivo SU C1400
f751555b73b8a ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop
87efe5b76ec9f usb: gadget: midi2: Fix incorrect default MIDI2 protocol setup
617cf144c206f fs/ntfs3: Validate ff offset
9b71f820f7168 fs/ntfs3: Add a check for attr_names and oatbl
dbde7bc91093f jfs: don't walk off the end of ealist
edb2e67dd4626 ocfs2: add bounds checking to ocfs2_check_dir_entry()
a3aefb871222a s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception()
298e2ce222e71 drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()
0129910096573 Linux 6.10.1
5e052818fafac thermal: core: Allow thermal zones to tell the core to ignore them
68d19af95a353 io_uring: fix error pbuf checking
d905723ee6578 ASoC: cs35l56: Limit Speaker Volume to +12dB maximum
890e1e6b2fd51 ASoC: cs35l56: Use header defines for Speaker Volume control definition
b9afbb9a0c734 tpm: Use auth only after NULL check in tpm_buf_check_hmac_response()
fafd1dcc84c59 cifs: Fix setting of zero_point after DIO write
b1d0a566769b6 cifs: Fix server re-repick on subrequest retry
b5347b051d3b2 cifs: fix noisy message on copy_file_range
5c0a6c40c2b94 cifs: Fix missing fscache invalidation
447c00d76e908 cifs: Fix missing error code set
4378be89ddb7d ext4: use memtostr_pad() for s_volume_name
915a386c7cffd qemux86: add configuration symbol to select values
62df91b21626f sched/isolation: really align nohz_full with rcu_nocbs
afe643f5802b8 clear_warn_once: add a clear_warn_once= boot parameter
7b016793edbff clear_warn_once: bind a timer to written reset value
89a5c70f20001 clear_warn_once: expand debugfs to include read support
8014704c527d7 tools: Remove some options from CLANG_CROSS_FLAGS
e9ca44556936c libbpf: Fix build warning on ref_ctr_off
32fe8c972c362 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
a372ac2b798dc perf: x86-32: explicitly include <errno.h>
a5cb41682777e perf: mips64: Convert __u64 to unsigned long long
ed8ee9f3d1ae2 perf: fix bench numa compilation
6dbb2915e8a7c perf: add SLANG_INC for slang.h
57f78dddfd930 perf: add sgidefs.h to for mips builds
130f0306cfbac perf: change --root to --prefix for python install
2520efe953414 perf: add 'libperl not found' warning
45731b6ae676f perf: force include of <stdbool.h>
ace10f8dec53e fat: Replace prandom_u32() with get_random_u32()
64797bdca14e2 fat: don't use obsolete random32 call in namei_vfat
2442bae1a6451 FAT: Added FAT_NO_83NAME
7561126bce00c FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
5c51ab9598763 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5869720658c99 aufs6: match exports to functions
e125467cf228f aufs: adjust for v6.9+
eebcdc6635bfa aufs6: correct do_splice_from prototype
4c5829036c457 aufs: update remove_page to remove_folio
e8d889d0f4341 aufs: i_op: Add handling for au_pin_hdir_set_owner with RT kernel
3ecd9203de174 aufs: fix v6.7 kernel build compilation
5e8ee028dbe24 aufs6: adapt to v6.6 i_op->ctime changes
1132c330feed3 aufs6: adapt to v6.6
d3e4ede696034 aufs6: core
49ec9271f41d3 aufs6: standalone
dcc0978da2dd9 aufs6: mmap
80e1609b37e77 aufs6: base
0dbb3f0624208 aufs6: kbuild
ad51078c5ebfc yaffs: fix mtime/itime field access
e5f1d35d6188c yaffs2: update VFS ctime operations to 6.6+
dd374461adc7c yaffs2: v6.5 fixups
f5908785d88d7 yaffs2: Fix miscalculation of devname buffer length
d1403f0acfdff yaffs2: convert user_namespace to mnt_idmap
7dae5463b54fa yaffs2: replace bdevname call with sprintf
92d30df4eb56c yaffs2: convert read_page -> readfolio
6c895bffdf725 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
6801e7d90255b yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
aff012190046f yaffs2: v5.12+ build fixups (not runtime tested)
fb474842c16ee yaffs: include blkdev.h
fe7d745aac947 yaffs: fix misplaced variable declaration
bee147b2e5336 yaffs2: v5.6 build fixups
22998f589ec26 yaffs2: fix memory leak when /proc/yaffs is read
ce7d8084a9764 yaffs: add strict check when call yaffs_internal_read_super
adb7202fda953 yaffs: repair yaffs_get_mtd_device
2852e5c15d4dc yaffs: Fix build failure by handling inode i_version with proper atomic API
1526802a81470 yaffs2: fix memory leak in mount/umount
6c7827a16aaaa yaffs: Avoid setting any ACL releated xattr
fa34828155425 Yaffs:check oob size before auto selecting Yaffs1
aaa4843b73ce7 fs: yaffs2: replace CURRENT_TIME by other appropriate apis
48e992af6531c yaffs2: adjust to proper location of MS_RDONLY
f3af7160d8a0c yaffs2: import git revision b4ce1bb (jan, 2020)
4add698ed6e8b initramfs: allow an optional wrapper script around initramfs generation
b619a8d543360 vt/conmakehash: improve reproducibility
c786186aeef39 tools: use basename to identify file in gen-mach-types
aa3a8e7ceb6e7 iwlwifi: select MAC80211_LEDS conditionally
325db54c4be9f net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
23a87c6e13aad defconfigs: drop obselete options
946e5b78ab94d linux-yocto: Handle /bin/awk issues
9daee1dba5852 uvesafb: provide option to specify timeout for task completion
f68b8683441a0 uvesafb: print error message when task timeout occurs
a1595c6b60173 compiler.h: Undef before redefining __attribute_const__
8086839613c68 vmware: include jiffies.h
32e79eb3c169c Resolve jiffies wrapping about arp
f6fabf91b6f24 nfs: Allow default io size to be configured.
ad2b29f801e9e check console device file on fs when booting
5194785d545b8 mount_root: clarify error messages for when no rootfs found
78b3498cb59a7 mconf: fix output of cflags and libraries
9cc6870708d54 menuconfig,mconf-cfg: Allow specification of ncurses location
f34088ed9c938 modpost: mask trivial warnings
4784584582f50 kbuild: exclude meta directory from distclean processing
73072b5fe25a9 powerpc: serialize image targets
a120eb2003200 arm: serialize build targets
51d5719ac05b4 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
5155f0bb36f0c cpu/amd: inhibit SMP check for qemux86
e5a5996ee586f x86_64_defconfig: Fix warnings
1359db75df0c9 mips: make current_cpu_data preempt safe
385edf6090c30 mips: vdso: fix 'jalr $t9' crash in vdso code
968266397319f mips: Kconfig: add QEMUMIPS64 option
389ce854fde30 4kc cache tlb hazard: tlbp cache coherency
9cab61199fa85 malta uhci quirks: make allowance for slow 4k(e)c
80cae3bd9eea0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
41c82709900f7 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
59ef4f151a5e5 arm64: defconfig: cleanup config options
c5fb425762ed8 vexpress: Pass LOADADDR to Makefile
07a8b544d4e96 arm: ARM EABI socketcall
574f3ae3d2ca7 ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 83846552efb440f74268c07a41a8dff7172a2ea7)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
aa7a3c4df4 |
linux-yocto/6.10: update to v6.10
Updating linux-yocto/6.10 to the latest korg -stable release that comprises the following commits: (From OE-Core rev: f8756621a7061091fcca90bddde0c4ee7357eef1) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
0cc22f1ca8 |
linux-yocto: introduce 6.10 reference kernel
6.10 will be one of the reference kernels for the fall release. We add it along side the 6.6 reference kernel which will remain in the release. (From OE-Core rev: 0b47b5900df9b808a7fe47b8c5054164b579ec00) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
a7260ae9ba |
kernel-devsrc: remove 64 bit vdso cmd files
In a similar way to the other architectures, 64 bit arches can also require vdso generation. If we leave the .cmd files around, they'll be packaged and generate build errors: ERROR: kernel-devsrc-1.0-r0 do_package_qa: QA Issue: File /usr/lib/modules/6.10.0-yocto-standard/build/include/generated/.vdso64-offsets.h.cmd in package kernel-devsrc contains reference to TMPDIR [buildpaths] So we add the file to our remove list and avoid the issue. (From OE-Core rev: 0238a49f57c83600909b0f3773a1569bcd13551c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
335bac5665 |
linux-yocto/6.6: update to v6.6.43
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
58b0425ff5df Linux 6.6.43
aa6a5704cab8 tap: add missing verification for short frame
d5ad89b7d01e tun: add missing verification for short frame
73ae349534eb filelock: Fix fcntl/close race recovery compat path
2c71ab5270b0 ALSA: seq: ump: Skip useless ports for static blocks
0dbe2b3bb3f8 ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is paused
6782e4f60e39 arm64: dts: qcom: sdm630: Disable SS instance in Parkmode for USB
9583ad410f33 arm64: dts: qcom: ipq6018: Disable SS instance in Parkmode for USB
b96d67d87302 arm64: dts: qcom: sm6350: Disable SS instance in Parkmode for USB
2a3ce77c0a1c arm64: dts: qcom: msm8996: Disable SS instance in Parkmode for USB
104456f7f4e4 arm64: dts: qcom: qrb4210-rb2: switch I2C2 to i2c-gpio
d80ab0197054 ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360
15e218ab0ac0 ALSA: hda/realtek: Enable headset mic on Positivo SU C1400
9f0fb112647b usb: gadget: midi2: Fix incorrect default MIDI2 protocol setup
6ae7265a7b81 fs/ntfs3: Validate ff offset
f3124d51e4e7 fs/ntfs3: Add a check for attr_names and oatbl
17440dbc66ab jfs: don't walk off the end of ealist
e05a24289db9 ocfs2: add bounds checking to ocfs2_check_dir_entry()
4edb0a84e6b3 drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()
31cf7ebee80a Linux 6.6.42
9e67589a4a7b cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
9dd7f5663899 cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
5c5a577a2cc6 netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()
6f1fc7fea4b2 wifi: iwlwifi: mvm: don't wake up rx_sync_waitq upon RFKILL
ba780cb0cf9a wifi: mac80211: disable softirqs for queued frame handling
de3994a44ebc wifi: cfg80211: wext: set ssids=NULL for passive scans
9ca15d7699b1 of/irq: Disable "interrupt-map" parsing for PASEMI Nemo
b0fc1bd2514b Bluetooth: L2CAP: Fix deadlock
16380f52b721 mm: page_ref: remove folio_try_get_rcu()
170ce55eff1f ARM: 9324/1: fix get_user() broken with veneer
c15682ed16c1 cifs: fix noisy message on copy_file_range
05ffaf48e22f ALSA: hda: Use imply for suggesting CONFIG_SERIAL_MULTI_INSTANTIATE
dcd61f34f6e2 spi: mux: set ctlr->bits_per_word_mask
e41db26543ef selftests/bpf: Extend tcx tests to cover late tcx_entry release
f08956d8e0f8 hfsplus: fix uninit-value in copy_name
54f137ee27cc selftests/vDSO: fix clang build errors and warnings
69f6e9be8713 selftest/timerns: fix clang build failures for abs() calls
8a3f2ad55f6f ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods by MAX_BDL_ENTRIES
d59ccdc4ab4d ksmbd: return FILE_DEVICE_DISK instead of super magic
bd3ca9bb56aa spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices
55f6da7051e9 riscv: stacktrace: fix usage of ftrace_graph_ret_addr()
b0fe6e72e690 drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus
d454b32bd2b1 wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK
c09e07857ccd fs: better handle deep ancestor chains in is_subdir()
f13c96e0e325 drm/radeon: check bo_va->bo is non-NULL before using it
607731f315d1 drm/amd/display: Fix refresh rate range for some panel
6ecf239f71ef drm/amd/display: Account for cursor prefetch BW in DML1 mode support
531e7852fb62 drm/amd/display: Add refresh rate range check
a2cfe94aa1e2 erofs: ensure m_llen is reset to 0 if metadata is invalid
b803f30ea23e bluetooth/l2cap: sync sock recv cb and release
fb02ce1686fb Bluetooth: btnxpuart: Enable Power Save feature on startup
d6cbce183706 Bluetooth: hci_core: cancel all works upon hci_unregister_dev()
58911b7abeb5 tee: optee: ffa: Fix missing-field-initializers warning
945658c21105 scsi: libsas: Fix exp-attached device scan after probe failure scanned in again after probe failed
f23c3d1ca9c4 powerpc/eeh: avoid possible crash when edev->pdev changes
e512a59b4726 powerpc/pseries: Whitelist dtl slub object for copying to userspace
cf3f20313a54 net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD()
30ac8d5e1ba2 net: usb: qmi_wwan: add Telit FN912 compositions
16cb62c3a625 ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA
c305a708bcab ALSA: dmaengine_pcm: terminate dmaengine before synchronize
85b47cd51509 ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx
802a745caf89 ALSA: PCM: Allow resume only for suspended streams
267c61c4afed ibmvnic: Add tx check to prevent skb leak
f88aeff5a173 btrfs: qgroup: fix quota root leak after quota disable failure
9f25bd7013a3 platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB
477112af1d48 platform/x86: lg-laptop: Change ACPI device id
c98123cedbb7 platform/x86: lg-laptop: Remove LGEX0815 hotkey handling
cd337341cf73 platform/x86: wireless-hotkey: Add support for LG Airplane Button
939f33bf73f4 platform/mellanox: nvsw-sn2201: Add check for platform_device_add_resources
0a31b3fdc7e7 s390/sclp: Fix sclp_init() cleanup on failure
38608d072fcd octeontx2-pf: Fix coverity and klockwork issues in octeon PF driver
e2ecdddca80d gpio: pca953x: fix pca953x_irq_bus_sync_unlock race
e4fca9acc7c5 can: kvaser_usb: fix return value for hif_usb_send_regout
528466f921aa Input: ads7846 - use spi_device_id table
e7ba46682ae3 nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA.
21cb9c4f5bff ASoC: rt722-sdca-sdw: add debounce time for type detection
e18dfef2b51e ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on error rollback
9d944d4aa97a ASoC: ti: omap-hdmi: Fix too long driver name
02c6dd05b095 ASoC: ti: davinci-mcasp: Set min period size using FIFO config
3b0b50a695cc ALSA: dmaengine: Synchronize dma channel after drop()
e3394dcb8101 bytcr_rt5640 : inverse jack detect for Archos 101 cesium
1a13bf4d6a75 ASoC: topology: Do not assign fields that are already set
ab5a6208b4d6 ASoC: topology: Fix references to freed memory
423b0c32b0ad Input: xpad - add support for ASUS ROG RAIKIRI PRO
57534d83687b ASoC: rt722-sdca-sdw: add silence detection register as volatile
14f445365f91 Input: i8042 - add Ayaneo Kun to i8042 quirk table
66b1dbc55d8f Input: elantech - fix touchpad state on resume for Lenovo N24
be7b66d360d2 mips: fix compat_sys_lseek syscall
94288fc3a19f ALSA: hda: cs35l56: Select SERIAL_MULTI_INSTANTIATE
86a6a3964f60 drm/amdgpu: Indicate CU havest info to CP
c436a2351c8d selftests: openvswitch: Set value to nla flags.
b235848f40ed cpumask: limit FORCE_NR_CPUS to just the UP case
4bcb8e4c9ff6 spi: Fix OCTAL mode support
9155f7654461 ALSA: hda/realtek: Add more codec ID to no shutup pins list
808e92e8c2e7 drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency
82c7a4cf14aa KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
1d45fff5da5c ALSA: hda/realtek: Support Lenovo Thinkbook 16P Gen 5
fe9644efd867 wifi: cfg80211: wext: add extra SIOCSIWSCAN data check
4871dd2f7193 ALSA: hda: cs35l56: Fix lifecycle of codec pointer
10967873b807 nvmet: always initialize cqe.result
ae84383c96d6 nvme: avoid double free special payload
b241d17aa19f drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time
97f71343f794 drm: panel-orientation-quirks: Add quirk for Aya Neo KUN
208fde6de0f0 drm/exynos: dp: drop driver owner initialization
24be4091b801 iomap: Fix iomap_adjust_read_range for plen calculation
53e0b76603dd mei: demote client disconnect warning on suspend to debug
bd56b910fa94 fs/file: fix the check in find_next_fd()
7c6ec0827cfe cachefiles: make on-demand read killable
c32ee78fbc67 cachefiles: Set object to close if ondemand_id < 0 in copen
36d845ccd7bf cachefiles: add consistency check for copen/cread
3146a6af8272 nfs: don't invalidate dentries on transient errors
e3adf9987e90 nfs: Avoid flushing many pages with NFS_FILE_SYNC
8cebc59d6e8c nfs: propagate readlink errors in nfs_symlink_filler
b98090699319 NFSv4: Fix memory leak in nfs4_set_security_label
c7734ddaea85 HID: Ignore battery for ELAN touchscreens 2F2C and 4116
dd93f857ecc9 input: Add support for "Do Not Disturb"
39bd2e1c7990 input: Add event code for accessibility key
d9be8eeab03e kconfig: remove wrong expr_trans_bool()
737161b438fc kconfig: gconf: give a proper initial state to the Save button
08f03186b96e null_blk: fix validation of block size
69a978c7fe2f arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process
522c3336c202 ila: block BH in ila_output()
127707132f70 net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input()
9d88edbe3d4a Input: silead - Always support 10 fingers
b0f79bda5501 of/irq: Factor out parsing of interrupt-map parent phandle+args from of_irq_parse_raw()
c9edeb94d16f selftests/futex: pass _GNU_SOURCE without a value to the compiler
b182dede1a0c selftests/openat2: Fix build warnings on ppc64
91bf0634230f selftests: cachestat: Fix build warnings on ppc64
a1834cfcdf2e wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()
f5e6b9d765d6 wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill
4ae145f29fa0 wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option
ef227372b6dd wifi: iwlwifi: mvm: handle BA session teardown in RF-kill
2d3381e88467 wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd
e25fae980084 wifi: iwlwifi: mvm: remove stale STA link data during restart
e34b6aa96999 wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup
c084a02e3e20 wifi: cfg80211: fix 6 GHz scan request building
92df1422bac9 wifi: mac80211: handle tasklet frames before stopping
8936ae49130b wifi: mac80211: apply mcast rate only if interface is up
dade6785c4a0 wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata
2a6da27d091b tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs
a0156b837e21 ACPI: EC: Avoid returning AE_OK on errors in address space handler
5e49b9b5056f ACPI: EC: Abort address space access upon error
113fa39675f3 efi/libstub: zboot.lds: Discard .discard sections
b76194fc3b9d scsi: qedf: Set qed_slowpath_params to zero before use
e949e39acdf4 scsi: qedf: Wait for stag work during unload
80c971d99c04 scsi: qedf: Don't process stag work during unload and recovery
74fac04ec2f4 scsi: sr: Fix unintentional arithmetic wraparound
c28ba74c674e scsi: core: alua: I/O errors for ALUA state transitions
5f5d0799eb0a filelock: Remove locks reliably when fcntl/close race is detected
35046aea43c8 bpftool: Fix undefined bpf macro for unix socket
9a558d4b8621 tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
42b2eec2e503 bpftool: Query only cgroup-related attach types
2eaf5c0d8191 Linux 6.6.41
eb7641fae20c i2c: rcar: fix error code in probe()
e243c1176d2e kbuild: Make ld-version.sh more robust against version string changes
dae3543db8f0 x86/bhi: Avoid warning in #DB handler due to BHI mitigation
2f5f0eb01641 x86/entry/64: Remove obsolete comment on tracing vs. SYSRET
f73481d9a8fb x86/entry: Rename ignore_sysret()
557d62e49e71 i2c: rcar: clear NO_RXDMA flag after resetting
bc6632549c01 i2c: testunit: avoid re-issued work after read message
4d2d0491b3b1 i2c: rcar: ensure Gen3+ reset does not disturb local targets
988c31331863 i2c: rcar: introduce Gen4 devices
4c029f04e47e i2c: rcar: reset controller is mandatory for Gen3+
ff3d2cf3befb i2c: mark HostNotify target address as used
5bfec9c2b8d6 i2c: rcar: bring hardware to known state when probing
c1bf973f57b7 btrfs: tree-checker: add type and sequence check for inline backrefs
448a2500d171 sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath
4dc200e31553 ext4: avoid ptr null pointer dereference
60f61514374e nilfs2: fix kernel bug on rename operation of broken directory
6b05ad408f09 selftests/net: fix gro.c compilation failure due to non-existent opt_ipproto_off
11078e2d1146 mm/damon/core: merge regions aggressively when max_nr_regions is unmet
93893eacb372 mm/shmem: disable PMD-sized page cache if needed
5e305b5986dc misc: fastrpc: Restrict untrusted app to attach to privileged PD
aeab0a85bbe1 misc: fastrpc: Fix ownership reassignment of remote heap
8b8b82dcf393 misc: fastrpc: Fix memory leak in audio daemon attach operation
ba602c70c778 misc: fastrpc: Copy the complete capability structure to user
143982d84ea1 misc: fastrpc: Avoid updating PD type for capability request
2b2fb816afc7 misc: fastrpc: Fix DSP capabilities request
b6a5c681d71d wireguard: send: annotate intentional data race in checking empty queue
f89f44e4147f wireguard: queueing: annotate intentional data race in cpu round robin
6638a203abad wireguard: allowedips: avoid unaligned 64-bit memory accesses
6a43cd61b834 wireguard: selftests: use acpi=off instead of -no-acpi for recent QEMU
e408184365c7 cpufreq: Allow drivers to advertise boost enabled
2ca2fd474d86 cpufreq: ACPI: Mark boost policy as enabled when setting boost
08985dd4d145 ACPI: processor_idle: Fix invalid comparison with insertion sort for latency
9525af1f58f6 libceph: fix race between delayed_work() and ceph_monc_stop()
f0cc5f7cb43f pmdomain: qcom: rpmhpd: Skip retention level for Power Domains
cd94cac4069a Fix userfaultfd_api to return EINVAL as expected
b5634da5d189 ALSA: hda/realtek: Limit mic boost on VAIO PRO PX
77f64c3df43d ALSA: hda/realtek: Enable Mute LED on HP 250 G7
9e6b110af097 ALSA: hda/realtek: add quirk for Clevo V5[46]0TU
23efa74cfe6e tty: serial: ma35d1: Add a NULL check for of_node
639868f1cb87 platform/x86: toshiba_acpi: Fix array out-of-bounds access
c01f9a6461dc nvmem: core: only change name to fram for current attribute
c3debec57729 nvmem: meson-efuse: Fix return value of nvmem callbacks
5f97b616e2e1 nvmem: rmem: Fix return value of rmem_read()
25712a379167 arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on
1e353014286d arm64: dts: qcom: sa8775p: Correct IRQ number of EL2 non-secure physical timer
618edb821a80 iio: trigger: Fix condition for own trigger
9e84b1ba5c98 ksmbd: discard write access to the directory open
a0c42ddd0969 mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray
06b5a69c27ec mm/filemap: skip to create PMD-sized page cache if needed
28acd531c9a3 mm: vmalloc: check if a hash-index is in cpu_possible_mask
794fa52b9463 s390/mm: Add NULL pointer check to crst_table_free() base_crst_free()
9339641b99fb xhci: always resume roothubs if xHC was reset during resume
a3d83021fd04 hpet: Support 32-bit userspace
814a99ba6991 misc: microchip: pci1xxxx: Fix return value of nvmem callbacks
647d61aef106 USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor
d1205033e912 usb: gadget: configfs: Prevent OOB read/write in usb_string_copy()
add279faeb55 usb: dwc3: pci: add support for the Intel Panther Lake
20836c953dc2 USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k
5ae6a64f1821 USB: serial: mos7840: fix crash on resume
511751182c10 USB: serial: option: add Rolling RW350-GL variants
8ee097aecf3d USB: serial: option: add Netprisma LCUK54 series modules
4e8c0883a21c USB: serial: option: add support for Foxconn T99W651
9201d38054b7 USB: serial: option: add Fibocom FM350-GL
8d320260f096 USB: serial: option: add Telit FN912 rmnet compositions
5aaeb60b91ff USB: serial: option: add Telit generic core-dump composition
32b96db30775 net: ks8851: Fix potential TX stall after interface reopen
80ece0013730 net: ks8851: Fix deadlock with the SPI chip variant
dfcdd7f89e40 tcp: avoid too many retransmit packets
b75f281bddeb tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
1e116c18e32b Revert "sched/fair: Make sure to try to detach at least one movable task"
87f3ceb2b143 cifs: fix setting SecurityFlags to true
8665fb96a393 octeontx2-af: fix issue with IPv4 match for RSS
0207c7988838 octeontx2-af: fix issue with IPv6 ext match for RSS
2c41eaa8fba1 octeontx2-af: fix detection of IP layer
d24b124a960f octeontx2-af: fix a issue with cpt_lf_alloc mailbox
22b864f7d7fd octeontx2-af: replace cpt slot with lf id on reg write
0e1792662247 i40e: fix: remove needless retries of NVM update
cf3c2372d6d0 ARM: davinci: Convert comma to semicolon
392cff2f86a2 firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files
8246bbf818ed ASoC: SOF: Intel: hda: fix null deref on system suspend entry
76ea8e13aaef firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers
3a9cd924aec1 firmware: cs_dsp: Validate payload length before processing block
90ab191b7d18 firmware: cs_dsp: Return error if block header overflows file
9c9877a96e03 firmware: cs_dsp: Fix overflow checking of wmfw header
6bd5afff3911 arm64: dts: qcom: sc8180x: Fix LLCC reg property again
21379c6fc818 s390: Mark psw in __load_psw_mask() as __unitialized
d6c686c01c5f net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
799a34901b63 net/sched: Fix UAF when resolving a clash
c5fd77ca13d6 udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port().
feeeeb4c0a79 ethtool: netlink: do not return SQI value if link is down
099502ca4109 ppp: reject claimed-as-LCP but actually malformed packets
853f8cd459f7 net: ethernet: mtk-star-emac: set mac_managed_pm when probing
936983051868 bpf: Fail bpf_timer_cancel when callback is being cancelled
e97c862e0b4c bpf: replace bpf_timer_init with a generic helper
591003567401 bpf: make timer data struct more generic
e65a49b948b5 bpf: fix order of args in call to bpf_map_kvcalloc
9d23909ae041 net: ethernet: lantiq_etop: fix double free in detach
5266302cb2c7 i40e: Fix XDP program unloading while removing the driver
7e9092d7ac2d net: fix rc7's __skb_datagram_iter()
13bf7ce31239 octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_availability()
b180739b45a3 skmsg: Skip zero length skb in sk_msg_recvmsg
0370f6670010 net: phy: microchip: lan87xx: reinit PHY after cable test
230bb13650b0 bpf: Fix too early release of tcx_entry
124886cf2059 tcp: fix incorrect undo caused by DSACK of TLP retransmit
e304a6751433 net: bcmasp: Fix error code in probe()
cbfc844cbe77 vfs: don't mod negative dentry count when on shrinker list
f71ebe7b3e84 fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading
432b06b69d1d filelock: fix potential use-after-free in posix_lock_inode
cae91b5cf9b8 dsa: lan9303: Fix mapping between DSA port number and PHY address
6bb6bd3dd6f3 cachefiles: add missing lock protection when polling
de045a82e1a4 cachefiles: cyclic allocation of msg_id to avoid reuse
d3179bae72b1 cachefiles: wait for ondemand_object_worker to finish when dropping object
ed60c1a82d6d cachefiles: cancel all requests for the object that is being dropped
32e0a9a79937 cachefiles: stop sending new request when dropping object
189438643427 cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
a04cc7f00d48 cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop
f476dffc52ea vfio/pci: Init the count variable in collecting hot-reset devices
c3111b3cf388 scsi: ufs: core: Fix ufshcd_abort_one racing issue
bed089600833 scsi: ufs: core: Fix ufshcd_clear_cmd racing issue
797323d1cf92 mm: prevent derefencing NULL ptr in pfn_section_valid()
fc19e231688c Compiler Attributes: Add __uninitialized macro
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: e074b457cc4782aafae9a5f6cb8907d6dd6a96f5)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
9618abe9b2 |
linux-yocto/6.6: update to v6.6.40
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
1a515bd58d15 Linux 6.6.40
69bed24c8213 Revert "usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB"
2ced7518a03d Linux 6.6.39
95b1362540b7 nilfs2: fix incorrect inode allocation from reserved inodes
9ac895a881b2 null_blk: Do not allow runt zone with zone capacity smaller then zone size
1ba66b121100 drm/amdgpu: silence UBSAN warning
49458c09755e ALSA: ump: Set default protocol when not given explicitly
d4b55b137965 spi: cadence: Ensure data lines set to low during dummy-cycle period
056478b4321b nfc/nci: Add the inconsistency check between the input data length and count
9db55f64386d kbuild: fix short log for AS in link-vmlinux.sh
5502c1f1d0d7 nvmet: fix a possible leak when destroy a ctrl during qp establishment
f61cea47ad6f platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro
487dc376a83c platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet
fc525ed8cb0f regmap-i2c: Subtract reg size from max_write
b955b47905ed nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offset
9258d795978f connector: Fix invalid conversion in cn_proc.h
39d31edcf95a dma-mapping: benchmark: avoid needless copy_to_user if benchmark fails
e6e1eda06b70 nvme-multipath: find NUMA path only for online numa-node
8f174c5db1e0 vhost-scsi: Handle vhost_vq_work_queue failures for events
4d1de71e630b ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897
aa8b1d6073c1 fs/ntfs3: Mark volume as dirty if xattr is broken
92e494a7568b i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr
3aeea9e1277c clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg
66b6da0cc64c clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs
0fcb94e0ee89 clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents
583bea0902a9 media: dw2102: fix a potential buffer overflow
28d0ecc52f6c ima: Avoid blocking in RCU read-side critical section
cecffd9e3c46 arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 Model B
f1313ea92f82 bnx2x: Fix multiple UBSAN array-index-out-of-bounds
7a8b1cfcb25b net: stmmac: dwmac-qcom-ethqos: fix error array size
45a4aef06355 mtd: rawnand: rockchip: ensure NVDDR timings are rejected
dbbc4cf0d5c1 mtd: rawnand: Bypass a couple of sanity checks during NAND identification
70bb95e034fd mtd: rawnand: Fix the nand_read_data_op() early check
0fd8ce12f97c mtd: rawnand: Ensure ECC configuration is propagated to upper layers
c6036baea4ba powerpc/64s: Fix unnecessary copy to 0 when kernel is booted at address 0
d10e3c39001e powerpc/pseries: Fix scv instruction crash with kexec
14c78d69dbca clk: sunxi-ng: common: Don't call hw_to_ccu_common on hw without common
ba02424852d2 clk: qcom: gcc-ipq9574: Add BRANCH_HALT_VOTED flag
33de7c47a19a drm: panel-orientation-quirks: Add quirk for Valve Galileo
004b7fe6ca8c drm/amdgpu/atomfirmware: silence UBSAN warning
744b229f0913 drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes
f6620df12cb6 Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"
dd0aa13fda82 fsnotify: Do not generate events for O_PATH file descriptors
07ce8ad4eb60 can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct
e2d8aa4c7635 Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot
a635d93ad99b Bluetooth: hci_bcm4377: Fix msgid release
155d9c9ed129 scsi: mpi3mr: Use proper format specifier in mpi3mr_sas_port_add()
72aa369e4e62 f2fs: Add inline to f2fs_build_fault_attr() stub
f8e960be923f btrfs: fix adding block group to a reclaim list and the unused list during reclaim
bd16a7ee339a mm: avoid overflows in dirty throttling logic
79ad410c5b58 mm: optimize the redundant loop of mm_update_owner_next()
3ab40870edb8 nilfs2: add missing check for inode numbers on directory entries
9194f8ca5752 nilfs2: fix inode number range checks
991f036cabc3 Revert "igc: fix a log entry using uninitialized netdev"
9bdd0bf23ffe platform/x86: toshiba_acpi: Fix quickstart quirk handling
69787793e7f0 cpu: Fix broken cmdline "nosmp" and "maxcpus=0"
b0a41715ed23 gpiolib: of: add polarity quirk for TSC2005
f8b55a465b0e mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI file
76965648fe68 inet_diag: Initialize pad field in struct inet_diag_req_v2
4116ec648354 selftests: make order checking verbose in msg_zerocopy selftest
946ba4e645b0 selftests: fix OOM in msg_zerocopy selftest
b75e33eae866 bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()
55a40406aac5 netfilter: nf_tables: unconditionally flush pending work before notifier
7692c9b6baac riscv: kexec: Avoid deadlock in kexec crash path
5ed821a8e9d3 wifi: wilc1000: fix ies_len type in connect path
dee87316b5f5 gpio: mmio: do not calculate bgpio_bits via "ngpios"
e3af5b14e763 net: ntb_netdev: Move ntb_netdev_rx_handler() to call netif_rx() from __netif_rx()
9edc7a83cd40 net: txgbe: initialize num_q_vectors for MSI/INTx interrupts
702b17f72de2 net: allow skb_datagram_iter to be called from any context
895f5633a036 gpiolib: of: fix lookup quirk for MIPS Lantiq
e536e6efa65f e1000e: Fix S0ix residency on corporate systems
f4513867bae5 KVM: s390: fix LPSWEY handling
8c2debdd170e tcp_metrics: validate source addr length
4970e48f83db bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX
045669710464 Bluetooth: ISO: Check socket flag instead of hcon
38263088b845 Bluetooth: Ignore too large handle values in BIG
1ae31b357a77 Bluetooth: hci_event: Fix setting of unicast qos interval
a9f4a9b27fde net/mlx5e: Add mqprio_rl cleanup and free in mlx5e_priv_cleanup()
3e3551f87029 net/mlx5: E-switch, Create ingress ACL when needed
8a7fc2362d6d UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()
9e8f0c53a535 net: phy: phy_device: Fix PHY LED blinking code comment
617075792b7c mac802154: fix time calculation in ieee802154_configure_durations()
abe067dc3a66 vhost_task: Handle SIGKILL by flushing work and exiting
f5bb72196f49 vhost: Release worker mutex during flushes
a86f9633f70a vhost: Use virtqueue mutex for swapping worker
76d7b869b3b9 tools/power turbostat: Remember global max_die_id
3ee21e14c8c3 cdrom: rearrange last_media_change check to avoid unintentional overflow
e130d4fc196b btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warning
90a01aefb84b s390/pkey: Wipe sensitive data on failure
d0bbbf31462a jffs2: Fix potential illegal address access in jffs2_free_inode
b5f1844c0561 serial: imx: Raise TX trigger level to 8
586b41060113 scsi: mpi3mr: Sanitise num_phys
44958ca9e400 f2fs: check validation of fault attrs in f2fs_build_fault_attr()
7e5471b5efeb bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD
92160970bfe8 igc: fix a log entry using uninitialized netdev
c80d53c484e8 selftests/net: fix uninitialized variables
ee123d5655f7 powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#"
4e40bc50daae kunit: Fix timeout message
6a3cacf6d3cf orangefs: fix out-of-bounds fsid access
7c91479c6f83 powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=n
e0cd887ad86e i2c: i801: Annotate apanel_addr as __ro_after_init
8ac224e9371d media: dvb-frontends: tda10048: Fix integer overflow
29ce81f97991 media: s2255: Use refcount_t instead of atomic_t for num_channels
0f9d21eca4ac media: dvb-frontends: tda18271c2dd: Remove casting during div
3f25b5f16354 net: dsa: mv88e6xxx: Correct check for empty list
79ef1a5593fd thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data
547cb9931406 wifi: mt76: mt7996: add sanity checks for background radar trigger
ff6b26be1303 wifi: mt76: replace skb_put with skb_put_zero
9a24eb8010c2 usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB
c727e46f0cc8 Input: ff-core - prefer struct_size over open coded arithmetic
50c6c51972e9 firmware: dmi: Stop decoding on broken entry
58405d6eff39 sctp: prefer struct_size over open coded arithmetic
864a02425045 riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vma
af19067bd58f media: dw2102: Don't translate i2c read into write
3fac5aecb593 drm/amdgpu: fix the warning about the expression (int)size - len
7e0fbceae1e6 drm/amdgpu: fix uninitialized scalar variable warning
8e5cbc820ab4 drm/amd/display: Fix uninitialized variables in DM
95ad20ee3c4e drm/amd/display: Skip finding free audio for unknown engine_id
96bf81cc1bd0 drm/amd/display: Check pipe offset before setting vblank
9933eca6ada0 drm/amd/display: Check index msg_id before read or write
e55077badb90 drm/amdgpu: Initialize timestamp for some legacy SOCs
855ae72c2031 drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc
646e13f0a65b drm/amdgpu: Fix uninitialized variable warnings
5c217253c76c media: mediatek: vcodec: Only free buffer VA that is not NULL
b502d4a08875 crypto: aead,cipher - zeroize key buffer after use
1ee644460fe8 RISC-V: KVM: Fix the initial sample period value
e7d193073a22 selftests/bpf: dummy_st_ops should reject 0 for non-nullable params
a1a629fc373c selftests/bpf: do not pass NULL for non-nullable params in dummy_st_ops
264451a364db selftests/bpf: adjust dummy_st_ops_success to detect additional error
b6ded5316ec5 scsi: qedf: Make qedf_execute_tmf() non-preemptible
b8c5f635997f IB/core: Implement a limit on UMAD receive List
c15bb7c940be media: dvb-usb: dib0700_devices: Add missing release_firmware()
47abb68e1734 media: dvb: as102-fe: Fix as10x_register_addr packing
0f37946c62c4 powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.
04d531b9a187 drm/lima: fix shared irq handling on driver remove
7fc8d9a525b5 crypto: hisilicon/debugfs - Fix debugfs uninit process issue
3ead19aa341d leds: an30259a: Use devm_mutex_init() for mutex initialization
7d2a6abec028 locking/mutex: Introduce devm_mutex_init()
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: ce7ce269f1b1157c907b96cba17daf8cff643746)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
b103b6315f |
linux-yocto/6.6: update to v6.6.38
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
2928631d5304 Linux 6.6.38
e3540e5a7054 Revert "bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()"
a5c2956637ba Revert "powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_data"
466562d7646b Revert "powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]"
9fef36cad60d Revert "bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()"
8fa96e44d36c Linux 6.6.37
8417af02247e tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()
18630d83b770 serial: 8250_omap: Fix Errata i2310 with RX FIFO level check
633c861c0e85 serial: imx: only set receiver level if it is zero
843836bfc199 cxl/region: check interleave capability
a9e099e29e92 cxl/region: Avoid null pointer dereference in region lookup
f12be1a1fdee cxl/region: Move cxl_dpa_to_region() work to the region driver
3b758696cc4a arm64: dts: rockchip: Add sound-dai-cells for RK3368
a96a83c939d9 arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E
d530fe86286b arm64: dts: rockchip: make poweroff(8) work on Radxa ROCK 5A
c6639892ca95 ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node
619c5fe7d3da arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch on rk3399-gru
b6970ce861d8 arm64: dts: rockchip: Rename LED related pinctrl nodes on rk3308-rock-pi-s
c49af0075f3e arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s
c5978b996260 mm/page_alloc: Separate THP PCP into movable and non-movable categories
07caf754f696 Revert "cpufreq: amd-pstate: Fix the inconsistency in max frequency units"
d83df7de2b0a pwm: stm32: Refuse too small period requests
00432384ec40 erofs: fix NULL dereference of dif->bdev_handle in fscache mode
c636bb37f886 syscalls: fix sys_fanotify_mark prototype
e04886b50c3e syscalls: fix compat_sys_io_pgetevents_time64 usage
836359247b04 ftruncate: pass a signed offset
062e256516d7 ata: libata-core: Fix double free on error
d8d54126880c ata: ahci: Clean up sysfs file on error
3e72558c1711 can: mcp251xfd: fix infinite loop when xmit fails
73fb6df4e6d1 batman-adv: Don't accept TT entries for out-of-spec VIDs
01f58871af9c drm/amdgpu/atomfirmware: fix parsing of vram_info
89d8a851543e drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present
7ece609b0ce7 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes
06dec31a0a51 drm/i915/gt: Fix potential UAF by revoke of fence registers
330c8c145384 drm/amdgpu: avoid using null object of framebuffer
f29fcfbf6067 drm/fbdev-dma: Only set smem_start is enable per module option
cb751e48bbcf drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes
16682588ead4 drm/drm_file: Fix pid refcounting race
5515a8165257 hexagon: fix fadvise64_64 calling conventions
32dffe1365c3 csky, hexagon: fix broken sys_sync_file_range
a0bfefcb61a7 btrfs: zoned: fix initial free space detection
91878a2bc88e sh: rework sync_file_range ABI
829974305d8e kbuild: Install dtb files as 0644 in Makefile.dtbinst
d2683b2d1ec2 irqchip/loongson-liointc: Set different ISRs for different cores
52bbae429b86 cpu/hotplug: Fix dynstate assignment in __cpuhp_setup_state_cpuslocked()
c5a51cfe943d irqchip/loongson-eiointc: Use early_cpu_to_node() instead of cpu_to_node()
da3cabfd8b31 cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC is missing
ff1121d2214b PCI/MSI: Fix UAF in msi_capability_init
177e33b655d3 net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new
b6f78276b9aa net: can: j1939: recover socket queue on CAN bus error during BAM transmission
ab2a683938ba net: can: j1939: Initialize unused data in j1939_send_one()
31020bea754d tty: mcf: MCF54418 has 10 UARTS
1d994fb58e72 ALSA: hda/realtek: fix mute/micmute LEDs don't work for EliteBook 645/665 G11.
d3ebc5597ec2 serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited()
60dc1a2a3f13 serial: core: introduce uart_port_tx_limited_flags()
d75b8ae150e9 serial: imx: set receiver level before starting uart
e67d7f38008e serial: 8250_omap: Implementation of Errata i2310
2ab254507c87 Revert "serial: core: only stop transmit when HW fifo is empty"
6b80ccc0acc8 usb: dwc3: core: Workaround for CSR read timeout
ab99c4be9457 usb: dwc3: core: Add DWC31 version 2.00a controller
e63059271945 usb: ucsi: stm32: fix command completion handling
519610e20e8a usb: typec: ucsi: glink: fix child node release in probe function
9ed8e8c440f5 usb: gadget: aspeed_udc: fix device address configuration
17e2956633ca usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
f536f09eb45e usb: atm: cxacru: fix endpoint checking in cxacru_bind()
bcf78eca0967 usb: musb: da8xx: fix a resource leak in probe()
a96915ffc956 usb: gadget: printer: fix races against disable
9dec26eda3b2 usb: gadget: printer: SS+ support
cc2bce1fe1e6 net: usb: ax88179_178a: improve link status logs
055b4e3d6beb iio: chemical: bme680: Fix sensor data read operation
b5967393d50e iio: chemical: bme680: Fix overflows in compensate() functions
93709966cec9 iio: chemical: bme680: Fix calibration data variable
133828897c81 iio: chemical: bme680: Fix pressure value output
7387777aeb2c iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF
1ce8be8442cd iio: adc: ad7266: Fix variable checking bug
8c65da9b153a ata,scsi: libata-core: Do not leak memory for ata_port struct members
119c97ace2a9 ata: libata-core: Fix null pointer dereference on error
84ee4515a81b i2c: testunit: discard write requests while old command is running
37bec254ee75 i2c: testunit: don't erase registers after STOP
b89b0af97dc5 kbuild: Fix build target deb-pkg: ln: failed to create hard link
4edc6c5b3157 kbuild: doc: Update default INSTALL_MOD_DIR from extra to updates
8fd89aa382a5 counter: ti-eqep: enable clock at probe
da6c6adba557 iio: xilinx-ams: Don't include ams_ctrl_channels in scan_mask
7fb456c3c6e1 mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro()
3336979b6a75 mmc: sdhci: Do not invert write-protect twice
006e04ae96bd mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos
485d9421719b mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard
50a68792a945 mmc: sdhci-pci-o2micro: Convert PCIBIOS_* return codes to errnos
88e0ad40d08a mm: fix incorrect vbq reference in purge_fragmented_block
bc5e98e004ce nfs: drop the incorrect assertion in nfs_swap_rw()
c05ffb693bfb ocfs2: fix DIO failure due to insufficient transaction credits
c2a78811ff9b pinctrl: qcom: spmi-gpio: drop broken pm8008 support
9b95f63d54a7 Revert "MIPS: pci: lantiq: restore reset gpio polarity"
d0be1c8ee425 parisc: use generic sys_fanotify_mark implementation
16222beb9f8e x86: stop playing stack games in profile_pc()
591c0650b9e6 randomize_kstack: Remove non-functional per-arch entropy filtering
67ccb6b02154 gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)
74eb70ce6790 riscv: stacktrace: convert arch_stack_walk() to noinstr
f16c10e05f14 drm/amdgpu: Fix pci state save during mode-1 reset
abb84c462000 RISC-V: fix vector insn load/store width mask
2d83492259ad gpio: davinci: Validate the obtained number of IRQs
0ca8656457be drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA
e834fecf6611 nvme: fixup comment for nvme RDMA Provider Type
41e58607a57c drm/radeon/radeon_display: Decrease the size of allocated memory
3429ef5f5090 gfs2: Fix NULL pointer dereference in gfs2_log_flush
ed4434b8b1c9 soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message
79c9ea0d425b irqchip/loongson: Select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP for IRQ_LOONGARCH_CPU
06fa2d9445e0 media: dvbdev: Initialize sbuf
d8f5ce3cb9ad ALSA: emux: improve patch ioctl data validation
80575b252ab0 crypto: ecdh - explicitly zeroize private_key
69f49527aea1 net/dpaa2: Avoid explicit cpumask var allocation on stack
724e7965af05 net/iucv: Avoid explicit cpumask var allocation on stack
8ac281d42337 RDMA/restrack: Fix potential invalid address access
d812ae6e02bd bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode
e6bb84cb47e3 wifi: ieee80211: check for NULL in ieee80211_mle_size_ok()
5266cbcf3ad1 mtd: partitions: redboot: Added conversion of operands to a larger type
94111446fa12 x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup
df475f71d42e vduse: Temporarily fail if control queue feature requested
8d4d14536c06 vduse: validate block features only with block devices
1618f7a875ff drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep
08f6c05feb1d bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()
f99feda5684a powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
103391940092 powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_data
fdd411af8178 bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
3243e64eb4d8 net: mana: Fix possible double free in error handling path
952bf8df2225 netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers
b5418b416223 ALSA: seq: Fix missing MSB in MIDI2 SPP conversion
b4b26d23a1e2 tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
91fe991e02c2 powerpc: restore some missing spu syscalls
55aed1491bd3 parisc: use correct compat recv/recvfrom syscalls
61ff73933b68 sparc: fix compat recv/recvfrom syscalls
035c504121e5 sparc: fix old compat_sys_select()
784079f69787 net: dsa: microchip: fix wrong register write when masking interrupt
f981ca3fcf89 ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages
fdae4d139f47 Fix race for duplicate reqsk on identical SYN
cf0291a67967 btrfs: use NOFS context when getting inodes during logging and log replay
3ebda17c46d3 netfilter: fix undefined reference to 'netfilter_lwtunnel_*' when CONFIG_SYSCTL=n
14e51ea78b4c xdp: Remove WARN() from __xdp_reg_mem_model()
b36267d996fb ice: Rebuild TC queues on VSI queue reconfiguration
9d36f6312bc0 net: dsa: microchip: use collision based back pressure mode
96c8693fc11c net: phy: micrel: add Microchip KSZ 9477 to the device table
23f0624bcba2 ibmvnic: Free any outstanding tx skbs during scrq reset
511804ab701c bpf: Fix overrunning reservations in ringbuf
942901e0fc74 mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systems
ba4d75a8f411 openvswitch: get related ct labels from its master if it is not confirmed
2ef957de4e2d net: dsa: microchip: fix initial port flush problem
29bc9e7c7539 ASoC: fsl-asoc-card: set priv->pdev before using it
032a2ec27dab ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe()
e158ed266fc1 ASoC: amd: acp: add a null check for chip_pdev structure
05cbeb0803ef s390/pci: Add missing virt_to_phys() for directed DIBV
8d02ead6d015 bpf: Add missed var_off setting in coerce_subreg_to_size_sx()
185dca875591 bpf: Add missed var_off setting in set_sext32_default_val()
b377d4df8fb0 ASoC: q6apm-lpass-dai: close graph on prepare errors
f74bb396f120 workqueue: Increase worker desc's length to 32
6ffd06c3715c ASoC: atmel: atmel-classd: Re-add dai_link->platform to fix card init
6de2e5820477 ASoC: atmel: convert not to use asoc_xxx()
2886b30b1c11 ASoC: mediatek: mt8183-da7219-max98357: Fix kcontrol name collision
4932ddb9fd3f ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclk
00da1ddd6936 wifi: mac80211: Use flexible array in struct ieee80211_tim_ie
2dcc136eef30 selftests: mptcp: userspace_pm: fixed subtest names
528c3a4ceb38 selftests: mptcp: print_test out of verify_listener_events
71d21704d24e MIPS: pci: lantiq: restore reset gpio polarity
2838dfa5290f pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set
b85dec60a374 pinctrl: rockchip: use dedicated pinctrl type for RK3328
14f6c7bf21ce pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins
98db00947697 pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins
4038c57bf616 pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER
f1d05111b39f Input: ili210x - fix ili251x_read_touch_data() return value
d9933caf865e usb: typec: ucsi: Ack also failed Get Error commands
64ab9d2d1bd0 usb: typec: ucsi: Never send a lone connector change ack
dd7c4e370444 iio: pressure: bmp280: Fix BMP580 temperature reading
3f199b4e3987 iio: pressure: fix some word spelling errors
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 7c803a65d231b4586124cf86de7d22a47584fcdf)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
27c6e690ad |
linux-yocto/6.6: update to v6.6.36
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
f71bb11887ba cpu/amd: inhibit SMP check for qemux86
61945f2f69d0 Linux 6.6.36
b3f7525556fb Revert "mm: mmap: allow for the maximum number of bits for randomizing mmap_base by default"
9de62e88310c hid: asus: asus_report_fixup: fix potential read out of bounds
25f8b9a7811a kprobe/ftrace: fix build error due to bad function definition
a08936934676 net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error path
b552a47cc81b ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk
56aa62ff36f3 drm/amd/display: revert Exit idle optimizations before HDCP execution
988a03e31e07 LoongArch: Fix entry point in kernel image header
eae6e7dbd1b6 efi/loongarch: Directly position the loaded image file
d9a5d5c49306 vgacon: rework screen_info #ifdef checks
05f263c166ad riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabled
5f03d4f286b8 riscv: Don't use PGD entries for the linear mapping
65ac09c96588 x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL
71cf8cfd1906 x86/cpu/vfm: Add new macros to work with (vendor/family/model) values
6408fcfea4c3 tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test
7261d27bcc09 nbd: Fix signal handling
193820ee0c1c nbd: Improve the documentation of the locking assumptions
afcd1a3ac37d ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_link
10fc3a1813ea ocfs2: convert to new timestamp accessors
1dbb1a3181d8 wifi: rtl8xxxu: enable MFP support with security flag of RX descriptor
b30c9b111837 perf script: Show also errors for --insn-trace option
0ea11a112408 perf: script: add raw|disasm arguments to --insn-trace option
23b1940096b6 spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4
299c0cb3aaab arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc
6e77a7c0bdfc spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()
211deb3e31ed dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema
f712670a91fc dt-bindings: i2c: atmel,at91sam: correct path to i2c-controller schema
391251d496e2 i2c: ocores: set IACK bit after core is enabled
84d3549d54f5 mm/page_table_check: fix crash on ZONE_DEVICE
250fad18b0c9 tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
856cf3305f11 mm: mmap: allow for the maximum number of bits for randomizing mmap_base by default
08cfaa12171d serial: 8250_dw: Revert "Move definitions to the shared header"
231f18e8e93c efi/x86: Free EFI memory map only when installing a new one.
637619b02cc3 kcov: don't lose track of remote references during softirqs
ae30200eccd4 gcov: add support for GCC 14
67bcecd78060 ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()
0550ad87711f ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()
63f894de08e1 dt-bindings: dma: fsl-edma: fix dma-channels constraints
b065d79ed06a drm/amdgpu: fix UBSAN warning in kv_dpm.c
9e57611182a8 drm/radeon: fix UBSAN warning in kv_dpm.c
e7bda1f8ba84 drm/i915/mso: using joiner is not possible with eDP MSO
9f3b02cc05df ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9
b03d8b4a646f ALSA: hda/realtek: Limit mic boost on N14AP7
dd3068d81d1c ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook 445/465 G11.
10252816227c ovl: fix encoding fid for lower only root
cd2f51797607 RDMA/mlx5: Follow rb_key.ats when creating new mkeys
637a3bebcd57 RDMA/mlx5: Remove extra unlock on error path
94646324833d RDMA/rxe: Fix data copy for IB_SEND_INLINE
72040b4f9934 KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes
48bb62859d47 KVM: arm64: Disassociate vcpus from redistributor region on teardown
a937ef951bba KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()
32a62a6b1052 LoongArch: Fix multiple hardware watchpoint issues
75ecfab9bf9c LoongArch: Trigger user-space watchpoints correctly
4b26f9ace31f LoongArch: Fix watchpoint setting error
450df994f32a cifs: fix typo in module parameter enable_gcm_256
eacfd7f07eb0 scsi: ufs: core: Free memory allocated for model before reinit
bf1e8c21f2be btrfs: retry block group reclaim without infinite loop
454c454ed645 net: do not leave a dangling sk pointer, when socket creation fails
f08e079bdde1 net: usb: ax88179_178a: improve reset check
78a6136e949f net: stmmac: Assign configured channel value to EXTTS event
555672188053 locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldoc
677ff4589f15 ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()
82d5a4ba46b3 ext4: avoid overflow when setting values via sysfs
db3d39869e53 arm64: defconfig: enable the vf610 gpio driver
17095b1d79ae ACPI: EC: Evaluate orphan _REG under EC device
d63c635e226d RDMA/mana_ib: Ignore optional access flags for MRs
e0deb0e9c967 RDMA/mlx5: Add check for srq max_sge attribute
3b733016d878 RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init
a6d6332a005e firmware: psci: Fix return value from psci_system_suspend()
2a215410cf59 io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed
87e0621a6b36 spi: spi-imx: imx51: revert burst length calculation back to bits_per_word
434c6b924e1f ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine."
83936d4ecd0a arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input pin
563788af0767 arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property
c41f973a68f3 arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix BT shutdown GPIO
625c4fda1188 arm64: dts: imx8mp: Fix TC9595 input clock on DH i.MX8M Plus DHCOM SoM
332af18d1ab1 arm64: dts: imx8mp: Fix TC9595 reset GPIO on DH i.MX8M Plus DHCOM SoM
90d29da11445 thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data
47a0fe77b6c8 regulator: bd71815: fix ramp values
79cee58de38f dmaengine: ioatdma: Fix missing kmem_cache_destroy()
6f47c1e98700 dmaengine: fsl-edma: avoid linking both modules
30d2259c5ebb dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()
fb6e3d4d43ac dmaengine: ioatdma: Fix error path in ioat3_dma_probe()
ab9501ecaac9 dmaengine: ioatdma: Fix leaking on version mismatch
faa35db78b05 dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list
186d77852555 regulator: core: Fix modpost error "regulator_get_regmap" undefined
163868ec1f6c RDMA/rxe: Fix responder length checking for UD request packets
9f06731c4eca spi: cs42l43: Correct SPI root clock speed
5f338cb5ca96 RDMA/bnxt_re: Fix the max msix vectors macro
7bcca7108c5b net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings
ad22071b8e0e bnxt_en: Restore PTP tx_avail count in case of skb_pad() error
714782d58099 ice: Fix VSI list rule with ICE_SW_LKUP_LAST type
325f8ab7765d netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter core
d62df86c1720 seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors
94dd411c18d7 netfilter: ipset: Fix suspicious rcu_dereference_protected()
3ee9c732d672 octeontx2-pf: Fix linking objects into multiple modules
096a93e1c46e octeontx2-pf: Add error handling to VLAN unoffload handling
3ef2a16a1d17 virtio_net: fixing XDP for fully checksummed packets handling
ef609fd73433 virtio_net: checksum offloading handling fix
a71b686418ee net: stmmac: No need to calculate speed divider when offload is disabled
a674424c23db selftests: openvswitch: Use bash as interpreter
666e934d749e ptp: fix integer overflow in max_vclocks_store
9126fd82e9ed sched: act_ct: add netns into the key of tcf_ct_flow_table
b57a4a2dc874 tipc: force a dst refcount before doing decryption
5f926aa96b08 net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()
284fd7e97b92 net/sched: act_api: rely on rcu in tcf_idr_check_alloc
123eaaf63602 net: phy: mxl-gpy: Remove interrupt mask clearing from config_init
de4fc1091af1 net: lan743x: Support WOL at both the PHY and MAC appropriately
41805c46d550 net: lan743x: disable WOL upon resume to restore full data path operation
6b2dfc4ff3f6 qca_spi: Make interrupt remembering atomic
ef0394ca2595 netns: Make get_net_ns() handle zero refcount net
f897d7171652 xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()
73e7c8ca6ad7 ipv6: prevent possible NULL dereference in rt6_probe()
b6947723c9ea ipv6: prevent possible NULL deref in fib6_nh_init()
b6ebe4fed73e netrom: Fix a memory leak in nr_heartbeat_expiry()
d940be596b28 ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM
7f9644782c55 bpf: Avoid splat in pskb_pull_reason
5a24f876b5ce ALSA: hda: tas2781: Component should be unbound before deconstruction
8be82acd4ee3 ALSA: hda: cs35l56: Component should be unbound before deconstruction
08fa10b26592 cipso: fix total option length computation
23a52ca69c4b net: mvpp2: use slab_build_skb for oversized frames
082b3d4e7889 btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes
823e42971f8f ice: avoid IRQ collision to fix init failure on ACPI S3 resume
83de3ace795b ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option
590f9d97cd31 ALSA: hda/realtek: Remove Framework Laptop 16 from quirks
55d5d0817436 tracing: Build event generation tests only as modules
2cd4854ef14a mips: bmips: BCM6358: make sure CBR is correctly set
fe5a1bfad443 MIPS: Routerboard 532: Fix vendor retry check code
b89c2c56a010 ALSA: seq: ump: Fix missing System Reset message handling
ff27bd8e1788 ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind()
fae0e055d01d PCI: Do not wait for disconnected devices when resuming
96a0e06dfe0c ACPI: EC: Install address space handler at the namespace root
448efb7ea0bf cpufreq: amd-pstate: fix memory leak on CPU EPP exit
618fbf4c910a vfio/pci: Collect hot-reset devices to local buffer
287b569a5b91 tty: add the option to have a tty reject a new ldisc
a94a56004082 usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API
404fb6c4c842 serial: exar: adding missing CTI and Exar PCI ids
982ae3376c4c serial: imx: Introduce timeout when waiting on transmitter empty
1c33fd17383f MIPS: Octeon: Add PCIe link status check
1036d3ea7a32 f2fs: don't set RO when shutting down f2fs
7196289190d5 PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports
6f999660a621 udf: udftime: prevent overflow in udf_disk_stamp_to_time()
38e6a5296615 usb: typec: ucsi_glink: drop special handling for CCI_BUSY
eba944dffe0b usb: dwc3: pci: Don't set "linux,phy_charger_detect" property on Lenovo Yoga Tab2 1380
e151ae1ee065 Avoid hw_desc array overrun in dw-axi-dmac
10132ccf99f4 usb: misc: uss720: check for incompatible versions of the Belkin F5U002
eddeb8d941d5 f2fs: remove clear SB_INLINECRYPT flag in default_options
971c3be5dbf6 usb: gadget: uvc: configfs: ensure guid to be valid before set
ae0d1ea3e8cd kprobe/ftrace: bail out if ftrace was killed
23afcd52af06 ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
54f514a03676 iommu/arm-smmu-v3: Free MSIs in case of ENOMEM
89bed5c84450 power: supply: cros_usbpd: provide ID table for avoiding fallback match
4569c9641e76 platform/x86: p2sb: Don't init until unassigned resources have been assigned
2ff4b9a2f016 powerpc/io: Avoid clang null pointer arithmetic warnings
f066882293b5 media: mtk-vcodec: potential null pointer deference in SCP
23d3c898d584 media: intel/ipu6: Fix build with !ACPI
3ad0034910a5 powerpc/pseries: Enforce hcall result buffer validity and size
ff1de429c2b5 ALSA: hda/realtek: Add quirks for Lenovo 13X
bdbc4ca77f5e drm/lima: mask irqs in timeout path before hard reset
022db5d6a8bd drm/lima: add mask irq callback to gp and pp
171f438a878e ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F
38bf3b41b628 ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14
a63054e677fd platform/x86: toshiba_acpi: Add quirk for buttons on Z830
8f3ade4b60b6 drm/amd/display: Exit idle optimizations before HDCP execution
d7b8159dddc8 Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl
810e6a1da6f5 ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7
18fa9a90a0ae HID: asus: fix more n-key report descriptors if n-key quirked
a956f64ca8d1 HID: Add quirk for Logitech Casa touchpad
85edd783f453 wifi: mt76: mt7921s: fix potential hung tasks during chip recovery
3f1a155950a1 netpoll: Fix race condition in netpoll_owner_active
4882e92c8881 net: dsa: realtek: keep default LED state in rtl8366rb
c4dbe5501ff9 kselftest: arm64: Add a null pointer check
6d8b2c5206dd net/sched: fix false lockdep warning on qdisc root lock
2f037b28a7bf net: sfp: add quirk for ATS SFP-GE-T 1000Base-TX module
fa85b016a56b scsi: qedi: Fix crash while reading debugfs attribute
76ce2f912524 drop_monitor: replace spin_lock by raw_spin_lock
2d42aacea8cb ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets
c572d3a92023 af_packet: avoid a false positive warning in packet_setsockopt()
946a635b1a2e wifi: ath9k: work around memset overflow warning
2685008a5f9a batman-adv: bypass empty buckets in batadv_purge_orig_ref()
ef063f0f5c79 selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
5270950a3bc1 selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh
c5dc2d8eb398 ssb: Fix potential NULL pointer dereference in ssb_device_uevent()
fd841ee01fb4 block/ioctl: prefer different overflow check
3afcca7bccd0 rcutorture: Fix invalid context warning when enable srcu barrier testing
93b7d5820296 rcutorture: Make stall-tasks directly exit when rcutorture tests end
2e5ed1130eda rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
9e810bd99582 io_uring/sqpoll: work around a potential audit memory leak
b101f0bfb637 crypto: hisilicon/qm - Add the err memory release process to qm uninit
9f21886370db crypto: hisilicon/sec - Fix memory leak for sec resource release
7220b9795dab padata: Disable BH when taking works lock on MT path
0eeb28d7e136 fs/writeback: bail out if there is no more inodes for IO and queued once
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: 728e00206b70d9fcd2d00ad86c28cc4c86c21f4b)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
45aeae0075 |
linux-yocto/6.6: fix AMD boot trace
Integrating the following commit(s) to linux-yocto/6.6:
1/1 [
Author: Bruce Ashfield
Email: bruce.ashfield@gmail.com
Subject: cpu/amd: inhibit SMP check for qemux86
Date: Fri, 28 Jun 2024 12:55:18 -0400
When booting with kvm enabled on a AMD host, the following
trace is thrown:
[ 0.084519] ------------[ cut here ]------------
[ 0.084519] WARNING: This combination of AMD processors is not suitable for SMP.
[ 0.084519] WARNING: CPU: 1 PID: 0 at /arch/x86/kernel/cpu/amd.c:341 init_amd+0xaee/0xbcc
[ 0.084519] Modules linked in:
[ 0.084519] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 6.6.32-yocto-standard #1
[ 0.084519] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
This warning is not valid in our configuration and is unnecesarily
causing issue with debug.
This has been know for some time (10+ years), but no acceptable
solutioon has been found upstream:
https://lists.gnu.org/archive/html/qemu-devel/2010-03/msg01428.html
https://lkml.org/lkml/2010/3/30/397
We have a configuration CONFIG_QEMUX86 that has been added for
situations like this. When that value is defined, we inhibit the
warning, but leave it as-is for other BSPs.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: f0c03000abb7665352cf107a600da15a112af5fa)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
506f427536 |
linux-yocto/6.6: update to v6.6.35
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
5f2d0708acd0 Linux 6.6.35
3466abafa9f4 zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDING
2fd6cfb2a4e6 i2c: designware: Fix the functionality flags of the slave-only interface
572afd43c959 i2c: at91: Fix the functionality flags of the slave-only interface
a4cd6074aed6 misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_bus_probe()
2cc32639ec34 usb-storage: alauda: Check whether the media is initialized
3a03ef31c1e9 serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dw
836e1a9fd8eb serial: 8250_dw: Replace ACPI device check by a quirk
1d98b6a0b90c serial: 8250_dw: Switch to use uart_read_port_properties()
f59e2391d3a9 serial: port: Introduce a common helper to read properties
68a53d1212ed serial: core: Add UPIO_UNKNOWN constant for unknown port type
1006d1b5eb01 device property: Implement device_is_big_endian()
dd431c3ac1fc ima: Fix use-after-free on a dentry's dname.name
0b8fba38bdfb greybus: Fix use-after-free bug in gb_interface_release due to race condition.
aefd8f343d90 selftests: net: lib: avoid error removing empty netns name
44bdef23572c selftests: net: lib: support errexit with busywait
1d650d2c9bcc selftests/net/lib: no need to record ns name if it already exist
d722ed2530e1 selftests/net/lib: update busywait timeout value
8a73c08e00fe cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
3beccb6a326d remoteproc: k3-r5: Jump to error handling labels in start/stop errors
bb2f3187e310 selftests: forwarding: Avoid failures to source net/lib.sh
2a969959b94f selftests/net: add variable NS_LIST for lib.sh
04f7b9b4d7f8 selftests/net: add lib.sh
dd782da47076 Revert "fork: defer linking file vma until vma is fully initialized"
72b5c7f3b358 serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ level
0d73477af964 mm/huge_memory: don't unpoison huge_zero_folio
93d61e1bac0a tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()
614d397be0cf nilfs2: fix potential kernel bug due to lack of writeback flag waiting
f8474caf39bd swiotlb: extend buffer pre-padding to alloc_align_mask if necessary
6c385c1fa0a7 swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE
6033fc9522d2 swiotlb: Enforce page alignment in swiotlb_alloc()
9f2050106f37 xfs: allow cross-linking special files without project quota
8bb0402836d0 xfs: don't use current->journal_info
79ba47df4e98 xfs: allow sunit mount option to repair bad primary sb stripe values
ae609281ecae xfs: ensure submit buffers on LSN boundaries in error handlers
04fa4269089b xfs: shrink failure needs to hold AGI buffer
ea365e606231 xfs: fix SEEK_HOLE/DATA for regions with active COW extents
7f0e5af2690a xfs: fix scrub stats file permissions
20bccdb03a7b xfs: fix imprecise logic in xchk_btree_check_block_owner
092571ef9a81 btrfs: zoned: fix use-after-free due to race with dev replace
069e0cc343da btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_info
68713bc70dab btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_info
a139ad664240 btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_info
f9526760879a btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info
a3be677629e4 pmdomain: ti-sci: Fix duplicate PD referrals
6fd062713d99 intel_th: pci: Add Lunar Lake support
ebcef9116484 intel_th: pci: Add Meteor Lake-S support
c8727ddde12c intel_th: pci: Add Sapphire Rapids SOC support
37eb9f7cc719 intel_th: pci: Add Granite Rapids SOC support
3b08df88b00d intel_th: pci: Add Granite Rapids support
f287b1e34f1d drm/i915: Fix audio component initialization
7a9883be3b98 drm/i915/dpt: Make DPT object unshrinkable
1b4a8b89bf67 drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)
1d2f1123a05e drm/i915/gt: Disarm breadcrumbs if engines are already idle
42524cc5feef rtla/auto-analysis: Replace \t with spaces
d32f12e15732 rtla/timerlat: Simplify "no value" printing on top
8661a7af0499 riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context
6ee0c842d4ad iio: invensense: fix interrupt timestamp alignment
955c824d543c iio: adc: axi-adc: make sure AXI clock is enabled
33187fa1a8bb remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs
2494bc856e7c remoteproc: k3-r5: Wait for core0 power-up before powering up core1
aa81c7b078e0 dmaengine: axi-dmac: fix possible race in remove()
4145835ec209 PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id
3c361f313d69 ocfs2: fix races between hole punching and AIO+DIO
7ec0e3b86f5a ocfs2: use coarse time for new created files
518fbd644dab fs/proc: fix softlockup in __read_vmcore
ba04b459efd1 knfsd: LOOKUP can return an illegal error value
591d5b12f814 spmi: hisi-spmi-controller: Do not override device identifier
e293c6b38ac9 vmci: prevent speculation leaks by sanitizing event in event_deliver()
2d11505e79c7 dma-buf: handle testing kthreads creation failure
e946428439a0 sock_map: avoid race between sock_map_close and sk_psock_put
2c581ca0d68f null_blk: Print correct max open zones limit in null_init_zoned_dev()
5fc6b708ef20 kheaders: explicitly define file modes for archived headers
fcb88dc66b72 tracing/selftests: Fix kprobe event name test for .isra. functions
d63e501ac6da riscv: fix overlap of allocated page and PTR_ERR
7063f15d2ae2 perf auxtrace: Fix multiple use of --itrace option
809a2ed17179 perf/core: Fix missing wakeup when waiting for context reference
348008f0043c x86/amd_nb: Check for invalid SMN reads
d91ddd050826 x86/kexec: Fix bug with call depth tracking
5c0fb9cb404a irqchip/gic-v3-its: Fix potential race condition in its_vlpi_prop_update()
6d0881a00d4c clkdev: Update clkdev id usage to allow for longer names
dbf0787c2f45 mptcp: pm: update add_addr counters after connect
09469a081715 mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
f1f0a46f8bb8 mptcp: ensure snd_una is properly initialized on connect
35bcf16b4a28 drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found
a269c5701244 drm/exynos/vidi: fix memory leak in .get_modes()
fd880577c6d4 ACPI: x86: Force StorageD3Enable on more products
5bf196f1936b parisc: Try to fix random segmentation faults in package builds
a42b0060d6ff drivers: core: synchronize really_probe() and dev_uevent()
e57c84e156e7 iio: imu: inv_icm42600: delete unneeded update watermark call
aaf6b327a386 iio: invensense: fix odr switching to same value
8e472061a32c iio: dac: ad5592r: fix temperature channel scaling value
24ff87bb9f0b iio: adc: ad9467: fix scan type sign
d4f3861893f9 x86/boot: Don't add the EFI stub to targets, again
db20d4e4872b ksmbd: fix missing use of get_write in in smb2_set_ea()
13b38f9262f5 ksmbd: move leading slash check to smb2_get_name()
86c9713602f7 misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bus_probe()
ca6660c95624 bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send()
185c72f6b9eb af_unix: Read with MSG_PEEK loops if the first unread byte is OOB
183ebc167a8a ionic: fix use after netif_napi_del()
7caefa277172 net: bridge: mst: fix suspicious rcu usage in br_mst_set_state
a6cc9e9a651b net: bridge: mst: pass vlan group directly to br_mst_vlan_set_state
96d3265fc4f1 net/ipv6: Fix the RT cache flush via sysctl using a previous delay
9a3eb4816ab9 nvmet-passthru: propagate status from id override functions
fe1e395563cc block: fix request.queuelist usage in flush
6b7155458ed2 block: sed-opal: avoid possible wrong address reference in read_sed_opal_key()
35119b1139e7 net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters
d01f39f73bed gve: ignore nonrelevant GSO type bits when processing TSO headers
b0c95cefd9b6 net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPP
2ad10c2aadb7 scsi: ufs: core: Quiesce request queues before checking pending cmds
567cfc59e468 x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking
5396ce9a5e68 x86/asm: Use %c/%n instead of %P operand modifier in asm templates
2ba35b37f780 netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type
b30669fdea0c netfilter: nft_inner: validate mandatory meta and payload
7ccca396e989 Bluetooth: fix connection setup in l2cap_connect
599a28fa9ecd Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
110764a0713e net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packets
bb5c1b0fbd98 geneve: Fix incorrect inner network header offset when innerprotoinherit is set
c72660999c17 net dsa: qca8k: fix usages of device_get_named_child_node()
d61808ac9947 tcp: fix race in tcp_v6_syn_recv_sock()
b5c8ffc8cfde drm/bridge/panel: Fix runtime warning on panel bridge release
9460961d8213 drm/komeda: check for error-valued pointer
f100031fd6a5 net: stmmac: dwmac-qcom-ethqos: Configure host DMA width
fd2b613bc4c5 liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet
47016dcb50e9 net: hns3: add cond_resched() to hns3 ring buffer init process
689de7c3bfc7 net: hns3: fix kernel crash problem in concurrent scenario
ef01c26d6f7a net: sfp: Always call `sfp_sm_mod_remove()` on remove
6797259d9b92 modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.o
6fdc1152afae af_unix: Annotate data-race of sk->sk_state in unix_accept().
b82c97a79b8e drm/vmwgfx: Don't memcmp equivalent pointers
ce48b688a8d2 drm/vmwgfx: Remove STDU logic from generic mode_valid function
15a875ecfc2f drm/vmwgfx: 3D disabled should not effect STDU memory limits
3ca8e582e03e drm/vmwgfx: Filter modes which exceed graphics memory
b0b05171de1f drm/vmwgfx: Refactor drm connector probing for display modes
f677ca8cfefe HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode()
1bbadf953fad io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()
ab702c3483db io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
7388ae6f26c0 iommu: Return right value in iommu_sva_bind_device()
c344d7030717 iommu/amd: Fix sysfs leak in iommu init
30f76bc468b9 HID: core: remove unnecessary WARN_ON() in implement()
17a6806f606f gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type
12043e85bd71 gpio: tqmx86: store IRQ trigger type and unmask status separately
01aa7b7a3dd7 gpio: tqmx86: introduce shadow register for GPIO output value
d69079010813 gpio: tqmx86: fix typo in Kconfig label
b07a62f8c843 platform/x86: dell-smbios: Fix wrong token data in sysfs
2c82e21bbc05 drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientation
ca060e255794 nvme: fix nvme_pr_* status code parsing
beb2dde5e1b9 selftests/tracing: Fix event filter test to retry up to 10 times
b21cae468849 NFS: add barriers when testing for NFS_FSDATA_BLOCKED
b1a6e884de15 SUNRPC: return proper error from gss_wrap_req_priv
c30988e06b15 NFSv4.1 enforce rootpath check in fs_location query
a9aa5a49c8ed clk: sifive: Do not register clkdevs for PRCI clocks
dff9b2238969 selftests/ftrace: Fix to check required event file
3bf0b8030296 cachefiles: flush all requests after setting CACHEFILES_DEAD
d2d3eb377a5d cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
527db1cb4cd6 cachefiles: never get a new anonymous fd if ondemand_id is valid
1d95e5010ce8 cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read()
3958679c4915 cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
a6de82765e12 cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
9f5fa40f0924 cachefiles: add restore command to recover inflight ondemand read requests
e564e48ca299 cachefiles: add spin_lock for cachefiles_ondemand_info
f740fd943bb1 cachefiles: resend an open request if the read request's object is closed
33d21f0658cf cachefiles: extract ondemand info field from cachefiles_object
955190e1851a cachefiles: introduce object ondemand state
50d0e55356ba cachefiles: remove requests from xarray during flushing requests
19133f53f199 cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd
d8316838aa06 cxl/region: Fix memregion leaks in devm_cxl_add_region()
09b4aa2815bf cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c
b3f206985a33 HID: nvidia-shield: Add missing check for input_ff_create_memless
af4cff0dd640 powerpc/uaccess: Fix build errors seen with GCC 13/14
2ce5341c3699 gve: Clear napi->skb before dev_kfree_skb_any()
323d2563bde0 scsi: sd: Use READ(16) when reading block zero on large capacity disks
9079338c5a0d scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory
da097dccaece scsi: mpi3mr: Fix ATA NCQ priority support
3e9785d3e92b scsi: core: Disable CDL by default
d5ceeb0b6a71 thunderbolt: debugfs: Fix margin debugfs node creation condition
d4121290b427 xhci: Apply broken streams quirk to Etron EJ188 xHCI host
949be4ec5835 xhci: Handle TD clearing for multiple streams case
0a834fb6dbd8 xhci: Apply reset resume quirk to Etron EJ188 xHCI host
834c57876cc2 xhci: Set correct transferred length for cancelled bulk transfers
4598233d9748 jfs: xattr: fix buffer overflow for invalid xattr
cc30d05b34f9 landlock: Fix d_parent walk
3380fa014a89 serial: port: Don't block system suspend even if bytes are left to xmit
b895a1b981cf tty: n_tty: Fix buffer offsets when lookahead is used
ce356d8d7e91 mei: me: release irq in mei_me_pci_resume error path
ad47b23e4704 usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state
04c05d50fa79 usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps
b641889cc1cf USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected
72a3fe36cf9f USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages
43cfac7b88ad io_uring: check for non-NULL file pointer in io_file_can_poll()
0c9df3df0c88 io_uring/rsrc: don't lock while !TASK_RUNNING
d18b05eda7fa nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors
8394dce13573 nilfs2: return the mapped address from nilfs_get_page()
39a143a2b072 bpf: fix multi-uprobe PID filtering logic
7ec535ed8724 eventfs: Update all the eventfs_inodes from the events descriptor
1c88d94a7a33 irqchip/riscv-intc: Prevent memory leak when riscv_intc_init_common() fails
85ca483e729d irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
482095341313 irqchip/riscv-intc: Allow large non-standard interrupt number
01c987b8282c selftests/mm: compaction_test: fix bogus test success on Aarch64
3f6ccd40afc4 selftests/mm: log a consistent test name for check_compaction
d39532e9186a selftests/mm: conform test to TAP format output
bb9bb13ce64c mm/memory-failure: fix handling of dissolved but not taken off from buddy pages
fe01748ca6d6 memory-failure: use a folio in me_huge_page()
130b4b9478c3 firmware: qcom_scm: disable clocks if qcom_scm_bw_enable() fails
16ece7c5645a ksmbd: use rwsem instead of rwlock for lease break
6548d543a274 net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()
7e796c3fefa8 ipv6: fix possible race in __fib6_drop_pcpu_from()
d8011254e9b1 af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().
60db0759c4f5 af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().
471ec7b77a8d af_unix: Use skb_queue_empty_lockless() in unix_release_sock().
f1683d07ebd1 af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().
29fce603b14b af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.
996ec22ff576 af_unix: Annotate data-races around sk->sk_sndbuf.
4398f59518ce af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.
0ede400c32ae af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().
776fcc45e3f4 af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().
3d25de6486f4 af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().
484e036e1a2c af_unix: Annotate data-races around sk->sk_state in unix_write_space() and poll().
4e38d6c04943 af_unix: Annotate data-race of sk->sk_state in unix_inq_len().
45733e981e8c af_unix: Annodate data-races around sk->sk_state for writers.
8003545ca10d af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.
040d93848703 net: wwan: iosm: Fix tainted pointer delete is case of region creation fail
649b63f5daf6 ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
eab834acb474 ice: remove af_xdp_zc_qps bitmap
3201ba7d1c8c ice: fix iteration of TLVs in Preserved Fields Area
b21bb09f8be6 ptp: Fix error message on failed pin verification
724050ae4b76 net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
d857df86837a net/mlx5: Fix tainted pointer delete is case of flow rules creation fail
6ccada6ffb42 net/mlx5: Always stop health timer during driver removal
e3001df36cd6 net/mlx5: Stop waiting for PCI if pci channel is offline
3dd41669b300 mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTAB
acdf17546ef8 tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
924f7bbfc5cf vxlan: Fix regression when dropping packets due to invalid src addresses
54c2c171c11a net: sched: sch_multiq: fix possible OOB write in multiq_tune()
cba5467442b2 net: phy: Micrel KSZ8061: fix errata solution not taking effect problem
b03255294e88 net/smc: avoid overwriting when adjusting sock bufsizes
2d7912f3ac65 octeontx2-af: Always allocate PF entries from low prioriy zone
d387805d4b4a bpf: Set run context for rawtp test_run callback
50569d12945f net: tls: fix marking packets as decrypted
f8dd092e8b47 ipv6: sr: block BH in seg6_output_core() and seg6_input_core()
db21c1ee6b6d ipv6: ioam: block BH from ioam6_output()
9ee14af24e67 vmxnet3: disable rx data ring on dma allocation failure
834aa2c34b8f KVM: SEV-ES: Delegate LBR virtualization to the processor
b6e4076ca94b KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests
2128bae4ecab KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent
91cff53136da bpf: Fix a potential use-after-free in bpf_link_free()
2ad2f2edb944 bpf: Optimize the free of inner map
5aa03dd388d1 bpf: Store ref_ctr_offsets values in bpf_uprobe array
02a255723e6b net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume
645e643eeb9a net/ncsi: Fix the multi thread manner of NCSI driver
d7dd9d1f02b2 net/ncsi: Simplify Kconfig/dts control flow
87cc2514162f ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()
52100fd74ad0 ax25: Fix refcount imbalance on inbound connections
909dc098a754 RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_ext function
5d8622f61ef1 RISC-V: KVM: No need to use mask when hart-index-bit is 0
b2b1043ac1f5 scsi: ufs: mcq: Fix error output and clean up ufshcd_mcq_abort()
2f467fefdfae wifi: mac80211: correctly parse Spatial Reuse Parameter Set element
a05018739a5e wifi: iwlwifi: mvm: don't read past the mfuart notifcation
29a18d56bd64 wifi: iwlwifi: mvm: check n_ssids before accessing the ssids
f7773fff6dda wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef
bdfa7cf3281b wifi: iwlwifi: mvm: set properly mac header
1ef2671de723 wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64
1fd3f32695af wifi: iwlwifi: mvm: don't initialize csa_work twice
ff2b4dc81e67 wifi: cfg80211: pmsr: use correct nla_get_uX functions
0ccc63958d83 wifi: cfg80211: Lock wiphy in cfg80211_get_station
46b7eff59a32 wifi: cfg80211: fully move wiphy work to unbound workqueue
456bbb8a31e4 wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()
63d5f89bb566 wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects
c31365597a17 powerpc/uaccess: Fix build errors seen with GCC 13/14
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: c404775afcb500aa931ace1289df7a194f0778ba)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
8a86afb28c |
linux-yocto/6.6: update to v6.6.34
Updating linux-yocto/6.6 to the latest korg -stable release that comprises
the following commits:
64ebf485c56b usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
76d42e596d89 Linux 6.6.34
8353b7f70dd2 smp: Provide 'setup_max_cpus' definition on UP too
50f3931746b5 selftests: net: more strict check in net_helper
225de871ddf9 smb: client: fix deadlock in smb2_find_smb_tcon()
9c3095ad40f9 powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
b48f81d2c3dc ALSA: seq: Fix incorrect UMP type for system messages
44bc51c08d64 btrfs: fix leak of qgroup extent records after transaction abort
3d08c52ba188 btrfs: fix crash on racing fsync and size-extending write into prealloc
e5104cbb146f tracefs: Clear EVENT_INODE flag in tracefs_drop_inode()
4e84ead3f60a eventfs: Keep the directories from having the same inode number as files
5ade5fbdbbb1 eventfs: Fix a possible null pointer dereference in eventfs_find_events()
cbc4dacaa5b1 NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS
d6ea0e12befb nfs: fix undefined behavior in nfs_block_bits()
9191b574d7dc EDAC/igen6: Convert PCIBIOS_* return codes to errnos
8f84ae504348 EDAC/amd64: Convert PCIBIOS_* return codes to errnos
0a9007271e3f ALSA: ump: Don't accept an invalid UMP protocol number
3113ff8e496c ALSA: ump: Don't clear bank selection after sending a program change
e3ae00ee238b ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension
1c7891812d85 genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()
aed55acbb929 i3c: master: svc: fix invalidate IBI type and miss call client IBI handler
e049845096e9 s390/cpacf: Make use of invalid opcode produce a link error
ab278ff72afc s390/cpacf: Split and rework cpacf query functions
4c0bfb4e867c s390/ap: Fix crash in AP internal function modify_bitmap()
b2b685c77ee3 parisc: Define sigset_t in parisc uapi header
6de4da0f1a5f parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREA
eea3545abf60 ARM: dts: samsung: exynos4412-origen: fix keypad no-autorepeat
1a48d7cf6ee5 ARM: dts: samsung: smdk4412: fix keypad no-autorepeat
0da0e880b8c7 ARM: dts: samsung: smdkv310: fix keypad no-autorepeat
f7f84721fd77 riscv: dts: starfive: Remove PMIC interrupt info for Visionfive 2 board
a95df6f04f2c ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()
b0b47084f5d3 ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow
3093e586b019 ext4: Fixes len calculation in mpage_journal_page_buffers
3194771798ef drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vms
58ce0788c75f sparc: move struct termio to asm/termios.h
5af198c38712 net: fix __dst_negative_advice() race
ea303a7af85b kdb: Use format-specifiers rather than memset() for padding in kdb_read()
e00ec562b0e0 kdb: Merge identical case statements in kdb_read()
958ba65a3590 kdb: Fix console handling when editing and tab-completing commands
d373d3c633dc kdb: Use format-strings rather than '\0' injection in kdb_read()
107e825cc448 kdb: Fix buffer overflow during tab-complete
4c09df400284 wifi: ath10k: fix QCOM_RPROC_COMMON dependency
f07224c16678 bonding: fix oops during rmmod
8b732150f2e3 watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin
766975238305 selftests/mm: fix build warnings on ppc64
0eb43c377af5 selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages
c55d3564ad25 mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL
2eeff6e36cd3 mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again
cb3ea7684a43 mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nid
f317e97da981 mm/cma: drop incorrect alignment check in cma_init_reserved_mem
3e64c37fe391 sparc64: Fix number of online CPUs
35c8cf7b8a71 rtla/timerlat: Fix histogram report when a cpu count is 0
bb5afc42c42c intel_th: pci: Add Meteor Lake-S CPU support
8f893e52b9e0 cpufreq: amd-pstate: Fix the inconsistency in max frequency units
b54d24eb4a67 tpm_tis: Do *not* flush uninitialized work
19e85d939001 kmsan: do not wipe out origin when doing partial unpoisoning
99ed145f4611 mm/ksm: fix ksm_zero_pages accounting
0a82b46a0172 mm/ksm: fix ksm_pages_scanned accounting
6c1791130b78 net/9p: fix uninit-value in p9_client_rpc()
400b8fb66c74 net/ipv6: Fix route deleting failure when metric equals 0
a19b2bc5d0c4 scsi: core: Handle devices which return an unusually large VPD page count
6d458d0dcca9 HID: i2c-hid: elan: fix reset suspend current leakage
90dd0592b3b0 i2c: acpi: Unbind mux adapters before delete
9ee7a77c150b iomap: fault in smaller chunks for non-large folio mappings
1f3988ca0d7a filemap: add helper mapping_max_folio_size()
be0ce3f6ffea mm: fix race between __split_huge_pmd_locked() and GUP-fast
2e083ef23431 kbuild: Remove support for Clang's ThinLTO caching
c2d443aa1ae3 crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak
d14104360c27 crypto: ecrdsa - Fix module auto-load on add_key
cc3306fb04b1 crypto: ecdsa - Fix module auto-load on add-key
a68c0c55fa4c clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs
9562dbe5cdbb clk: bcm: rpi: Assign ->num before accessing ->hws
0dc913217fb7 clk: bcm: dvp: Assign ->num before accessing ->hws
ca6d6d872a8b LoongArch: Override higher address bits in JUMP_VIRT_ADDR
ae9e39a2fbf5 LoongArch: Add all CPUs enabled by fdt to NUMA node 0
93ca96f098f8 KVM: arm64: AArch32: Fix spurious trapping of conditional instructions
5bff951fedac KVM: arm64: Allow AArch32 PSTATE.M to be restored as System mode
6660e152e5eb KVM: arm64: Fix AArch32 register narrowing on userspace write
f79edaf73709 KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked
bb430ea4ba31 Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices"
7bc52dce0732 drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms
f0c5c944c6d8 9p: add missing locking around taking dentry fid list
4eff07025c84 drm/amdgpu/atomfirmware: add intergrated info v2.3 table
b8385ff814ca fbdev: savage: Handle err return when savagefb_check_var failed
bd2ad553f18c drm/fbdev-generic: Do not set physical framebuffer address
22d04790d656 mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect GPIO on Asus T100TA
b5636348f324 mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-A
e000578a3ad3 mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not working
e236bb53fd6b mmc: sdhci-acpi: Sort DMI quirks alphabetically
d9ae0aa8ff8f mmc: sdhci: Add support for "Tuning Error" interrupts
c0a16ff432fe mmc: core: Add mmc_gpiod_set_cd_config() function
7590da4c04dd mmc: davinci: Don't strip remove function when driver is builtin
a80d1da923f6 media: v4l: async: Fix notifier list entry init
001b4825c93b media: v4l: async: Don't set notifier's V4L2 device if registering fails
87100b092462 media: v4l: async: Properly re-initialise notifier entry in unregister
dde33147c93a media: v4l2-core: hold videodev_lock until dev reg, finishes
3e7eeba0d345 media: mxl5xx: Move xpt structures off stack
77c4cd7e0b38 media: mc: mark the media devnode as registered from the, start
e80d9db99b7b media: mc: Fix graph walk in media_pipeline_start
2a24da4cf675 arm64: dts: ti: verdin-am62: Set memory size to 2gb
3f03a4a9e2f5 arm64: dts: hi3798cv200: fix the size of GICR
ea17c9aeb6c3 arm64: dts: qcom: sc8280xp: add missing PCIe minimum OPP
4c59282ad9d3 wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path
50ebdaa25932 wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE
96e544378e16 wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power
8539d0b03919 wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU
7994e88dabcb wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command
cd2538e5af49 md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING
f9e0a4ec4b5d arm64: dts: qcom: qcs404: fix bluetooth device address
49c23519d698 arm64: tegra: Correct Tegra132 I2C alias
17695c8d5049 ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx
6a283d64b486 soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request
0a47ba94ec3d thermal/drivers/qcom/lmh: Check for SCM availability at probe
3d22872e7740 platform/chrome: cros_ec: Handle events during suspend after resume completion
0c08b92f9827 proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operation
d171c85d74c6 fsverity: use register_sysctl_init() to avoid kmemleak warning
c5a39f16436a ata: pata_legacy: make legacy_exit() work again
91d930732554 wifi: rtw89: correct aSIFSTime for 6GHz band
6479b9f41583 bcache: fix variable length array abuse in btree_iter
5b0a3dc3e878 drm/amdgpu: add error handle to avoid out-of-bounds
7d12e918f299 media: lgdt3306a: Add a check against null-pointer-def
be0155202e43 f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()
2c66a89962a0 drm/sun4i: hdmi: Move mode_set into enable
8474d4b41617 drm/sun4i: hdmi: Convert encoder to atomic
68de50dc581c selftests: net: List helper scripts in TEST_FILES Makefile variable
d7e2ad42a056 selftests: net: included needed helper in the install targets
a38459118746 selftests/net: synchronize udpgro tests' tx and rx connection
461db4b51c29 vxlan: Fix regression when dropping packets due to invalid src addresses
417dbd7be383 mm: ratelimit stat flush from workingset shrinker
15cc248e7efa erofs: avoid allocating DEFLATE streams before mounting
184873af8791 mptcp: fix full TCP keep-alive support
89e11fe49fee mptcp: cleanup SOL_TCP handling
41089d9c8a45 mptcp: avoid some duplicate code in socket option handling
0af20700561e riscv: signal: handle syscall restart before get_signal
9399baa02e4b net: sfp-bus: fix SFP mode detect from bitrate
ed2d2ead1779 afs: Don't cross .backup mountpoint from backup volume
b8d50770ec03 mmc: core: Do not force a retune before RPMB switch
cfa73607eb21 drm/i915/hwmon: Get rid of devm
140cf97204b5 Linux 6.6.33
c273cae03895 riscv: stacktrace: fixed walk_stackframe()
3090c06d50ea riscv: prevent pt_regs corruption for secondary idle threads
af628d43a822 SUNRPC: Fix loop termination condition in gss_free_in_token_pages()
c775ffab3e53 f2fs: use f2fs_{err,info}_ratelimited() for cleanup
4647876e7e4e f2fs: write missing last sum blk of file pinning section
98ed486436a0 perf sched timehist: Fix -g/--call-graph option failure
fdc455cd0204 drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sensible
2948c1e5d5f4 media: vsp1: Remove unbalanced .s_stream(0) calls
c353aa21f256 nouveau: report byte usage in VRAM usage.
d0afcca9ced4 RDMA/bnxt_re: Fix the sparse warnings
f33052802e3d perf evlist: Add perf_evlist__go_system_wide() helper
95e33c0f617b perf util: Add a function for replacing characters in a string
1a705491f35c platform/x86/intel-uncore-freq: Don't present root domain on error
31729546c144 platform/x86/intel/tpmi: Handle error from tpmi_process_info()
59f86a290838 genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline
66c92af813bc KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID
d6873acc3e09 x86/pci: Skip early E820 check for ECAM region
9dce01f386c9 efi: libstub: only free priv.runtime_map when allocated
2a2f9b87c477 x86/efistub: Omit physical KASLR when memory reservations exist
2c95241ac5fc ALSA: timer: Set lower bound of start tick time
b7c4ef7ba313 ALSA: seq: ump: Fix swapped song position pointer data
e67cae4255e9 hwmon: (shtc1) Fix property misspelling
d800e1868f3d hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor
e0216316828f drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel
042adfbfe8dc drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panel
442b5ee91a5e drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panel
81c52c0ccc6a powerpc/pseries/lparcfg: drop error message from guest name lookup
5f1b01a8c8a5 ALSA: seq: Fix yet another spot for system message conversion
54213c09801e ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound
659ef6fd4934 net: ena: Fix redundant device NUMA node override
26668c2d449d net: ena: Reduce lines with longer column width boundary
f826701d02f8 net: dsa: microchip: fix RGMII error in KSZ DSA driver
2c2e3247e898 spi: stm32: Don't warn about spurious interrupts
db9312853608 kheaders: use `command -v` to test for existence of `cpio`
0b01a41e2ce4 drm/i915/gt: Fix CCS id's calculation for CCS mode setting
d154613d2b3d drm/i915/guc: avoid FIELD_PREP warning
2b6e818fc609 kconfig: fix comparison to constant symbols, 'm', 'n'
b939d1e04a90 net/sched: taprio: extend minimum interval restriction to entire cycle too
aa311596411b net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()
61134e41db23 netfilter: nft_fib: allow from forward/input without iif selector
570b4c52096e netfilter: tproxy: bail out if IP has been disabled on the device
c4f77480e569 netfilter: nft_payload: skbuff vlan metadata mangle support
75bc6bc559b9 net: ti: icssg-prueth: Fix start counter for ft1 filter
4448b5eaab86 ALSA: seq: Don't clear bank selection at event -> UMP MIDI2 conversion
5c3df8c4f45b ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversion
562f8862baea selftests: mptcp: join: mark 'fail' tests as flaky
99ac814eb13f selftests: mptcp: add ms units for tc-netem delay
052c9f0c140c selftests: mptcp: simult flows: mark 'unbalanced' tests as flaky
71e61511c3a5 ice: fix accounting if a VLAN already exists
98101ca23a35 net: micrel: Fix lan8841_config_intr after getting out of sleep mode
f0c58df7719f net:fec: Add fec_enet_deinit()
000a65bf1dc0 bpf: Allow delete from sockmap/sockhash only if update is allowed
5da6d51d4837 ASoC: cs42l43: Only restrict 44.1kHz for the ASP
ec361a0ffc33 net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM
208d04341c8f Octeontx2-pf: Free send queue buffers incase of leaf to inner
ac325c7f8944 af_unix: Read sk->sk_hash under bindlock during bind().
302fe8dd147b af_unix: Annotate data-race around unix_sk(sk)->addr.
f6638e955ca0 enic: Validate length of nl attributes in enic_set_vf_port
07bbe6668e1e ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp
cb9c2bd4ec8c ALSA: core: Remove debugfs at disconnection
b26e0fa2cf8c ALSA: jack: Use guard() for locking
f58eec14685a bpf: Fix potential integer overflow in resolve_btfids
a4ee78244445 dma-buf/sw-sync: don't enable IRQ from sync_print_obj()
de1a0a2d9db8 net/mlx5e: Fix UDP GSO for encapsulated packets
33933f006d2e net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer exhaustion
aa60de63fdd1 net/mlx5e: Fix IPsec tunnel mode offload feature check
b0a15cde37a8 net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules
fb035aa9a3f8 net/mlx5: Fix MTMP register capability offset in MCAM register
e5bdf4eeeb1d net/mlx5: Lag, do bond only if slaves agree on roce state
07327fcbec97 net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061
dedc1dfaa6df drm/amd/display: Enable colorspace property for MST connectors
ca3b4293dcca nvmet: fix ns enable/disable possible hang
36989c682505 nvme-multipath: fix io accounting on failover
87d78f7eb76b nvme-tcp: add definitions for TLS cipher suites
5a91116b0031 dma-mapping: benchmark: handle NUMA_NO_NODE correctly
34a816d8735f dma-mapping: benchmark: fix node id validation
856dc7eb7fbc dma-mapping: benchmark: fix up kthread-related error handling
a9da6ddaef9e kthread: add kthread_stop_put
1b5234b2241a spi: Don't mark message DMA mapped when no transfer in it is
0889e6f20986 netfilter: nft_payload: restore vlan q-in-q match support
5278e4354a5b netfilter: ipset: Add list flush to cancel_gc
8f365564af89 netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()
1547183852dc tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer
ad4b202da2c4 tracing/probes: fix error check in parse_btf_field()
c3e439cb04cf kasan, fortify: properly rename memintrinsics
d346e1475703 ice: Interpret .set_channels() input differently
e155741ec4f5 drivers/xen: Improve the late XenStore init protocol
46e72ebc6b35 nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()
87bdc9f6f58b net: relax socket state check at accept time.
ab67c2fd3d07 tls: fix missing memory barrier in tls_init
d470a8090476 net: fec: avoid lock evasion when reading pps_enable
11f1fb814994 Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI"
20da5bfd669b i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame
3dc730aa1b1e i3c: master: svc: return actual transfer data len
46fb7121fc42 i3c: master: svc: rename read_len as actual_len
fe52ab31f050 i3c: add actual_len in i3c_priv_xfer
04207a9c64e0 virtio: delete vq in vp_find_vqs_msix() when request_irq() fails
7871f32b4564 net: lan966x: Remove ptp traps in case the ptp is not enabled.
c5caa03d86a7 rv: Update rv_en(dis)able_monitor doc to match kernel-doc
9f2ad88f9b34 arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY
69c47b3763af openvswitch: Set the skbuff pkt_type for proper pmtud support.
ae08aea3f517 pNFS/filelayout: fixup pNfs allocation modes
02261d3f9dc7 tcp: Fix shift-out-of-bounds in dctcp_update_alpha().
ef633ecb5452 regulator: tps6594-regulator: Correct multi-phase configuration
0e44d6cbe8de ipv6: sr: fix memleak in seg6_hmac_init_algo
d59ae9314b97 af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.
35db7c9d01d9 regulator: tps6287x: Force writing VSEL bit
f46695d3b08e regulator: pickable ranges: don't always cache vsel
706dff4ff7a4 rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL
f3a8f8670fa6 sunrpc: fix NFSACL RPC retry on soft mount
511811a7d39c nfs: keep server info for remounts
0d317bcf81a1 NFSv4: Fixup smatch warning for ambiguous return
57847c2ec5fb ASoC: tas2781: Fix wrong loading calibrated data sequence
92503b5caab6 ASoC: tas2552: Add TX path for capturing AUDIO-OUT data
e53a7f8afcbd nfc: nci: Fix uninit-value in nci_rx_work
f354dc8c7d32 selftests: net: kill smcrouted in the cleanup logic in amt.sh
f4df8c7670a7 ipv6: sr: fix missing sk_buff release in seg6_input_core
521d21fa65cb net: Always descend into dsa/ folder with CONFIG_NET_DSA enabled
1d95dbaa6ee7 x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y
3a487e3cab05 perf/arm-dmc620: Fix lockdep assert in ->event_init()
01f5809c78e6 xen/x86: add extra pages to unpopulated-alloc if available
d08e87998339 regulator: bd71828: Don't overwrite runtime voltages
b1bee9931287 blk-cgroup: Properly propagate the iostat update up the hierarchy
714e59b5456e blk-cgroup: fix list corruption from reorder of WRITE ->lqueued
d4a60298ac34 blk-cgroup: fix list corruption from resetting io stat
3652ac87c993 drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
6446c1ca2dd2 nouveau: add an ioctl to report vram usage
929eaf32dde4 nouveau: add an ioctl to return vram bar size.
38c2fd9aeddc ASoC: mediatek: mt8192: fix register configuration for tdm
9054c474f9c2 ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance
f95fde17ed53 ALSA: hda: cs35l56: Initialize all ASP1 registers
3fd715d61716 ASoC: cs35l56: Fix to ensure ASP1 registers match cache
6e359be49750 ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup
1b5cfb411b73 null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
2d062f7468c8 ASoC: tas2781: Fix a warning reported by robot kernel test
a1955a6df913 drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails
2a09eb7e36cc selftests/powerpc/dexcr: Add -no-pie to hashchk tests
6ead3eccf67b drm: zynqmp_dpsub: Always register bridge
f33888b9b686 Revert "drm/bridge: ti-sn65dsi83: Fix enable error path"
89af84e6514a media: cec: core: avoid confusing "transmit timed out" message
1af4790bc117 media: cec: core: avoid recursive cec_claim_log_addrs
cceda163b711 media: cec: cec-api: add locking in cec_release()
8f40b92f5480 media: cec: cec-adap: always cancel work in cec_transmit_msg_fh
75aafce64a3a media: sunxi: a83-mips-csi2: also select GENERIC_PHY
24b9362c9fa5 cxl/region: Fix cxlr_pmem leaks
d5ac654babea cxl/trace: Correct DPA field masks for general_media & dram events
8a328396a5fb um: Fix the declaration of kasan_map_memory
a5cd85608738 um: Fix the -Wmissing-prototypes warning for get_thread_reg
59e34e390cfd um: Fix the -Wmissing-prototypes warning for __switch_mm
adb1c558c610 powerpc/pseries: Add failure related checks for h_get_mpp and h_get_ppp
3d50e4cef2e6 media: flexcop-usb: fix sanity check of bNumEndpoints
408facc7965e platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit()
ec653f4474d7 tools/arch/x86/intel_sdsi: Fix meter_certificate decoding
8af4923b045b tools/arch/x86/intel_sdsi: Fix meter_show display
42adfac5d2c7 tools/arch/x86/intel_sdsi: Fix maximum meter bundle length
c73d3273272b media: mediatek: vcodec: fix possible unbalanced PM counter
f29a42642069 media: mediatek: vcodec: add encoder power management helper functions
19bd9537b6bc drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode()
bdd5bbe96782 drm/amdgpu: init microcode chip name from ip versions
a4c638ab2578 Input: cyapa - add missing input core locking to suspend/resume functions
d410017a7181 media: stk1160: fix bounds checking in stk1160_copy_video()
3fe7b95312b3 drm/bridge: tc358775: fix support for jeida-18 and jeida-24
873f67699114 drm/msm/dpu: Add callback function pointer check before its call
04c2fca45506 drm/msm/dpu: stop using raw IRQ indices in the kernel output
3bbe257c466f drm/msm/dpu: make the irq table size static
a70ce2bb1d46 drm/msm/dpu: add helper to get IRQ-related data
186a82662d13 drm/msm/dpu: extract dpu_core_irq_is_valid() helper
50cf1608f184 drm/msm/dpu: remove irq_idx argument from IRQ callbacks
1fe1c9dc21ee fs/ntfs3: Use variable length array instead of fixed size
109d85a98345 fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow
6c8054d59066 fs/ntfs3: Check 'folio' pointer for NULL
92ce7359f988 um: vector: fix bpfflash parameter evaluation
434a06c38ee1 um: Add winch to winch_handlers before registering winch IRQ
e98f29bf0b5f um: Fix return value in ubd_init()
900d54bced61 drm/meson: gate px_clk when setting rate
22432baba48a drm/mediatek: dp: Fix mtk_dp_aux_transfer return value
3f388ca6a434 drm/msm/dpu: Always flush the slave INTF on the CTL
01d8692b0c34 drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk
755575a42c4f media: ov2680: Do not fail if data-lanes property is absent
08754dd758d5 media: ov2680: Allow probing if link-frequencies is absent
a7e0a70ac6d3 media: ov2680: Clear the 'ret' variable on success
9a496f7d1828 media: v4l: Don't turn on privacy LED if streamon fails
35556d0e1c61 media: v4l2-subdev: Document and enforce .s_stream() requirements
4031c57f024a Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation
063d89156f2d mmc: sdhci_am654: Fix ITAPDLY for HS400 timing
2b8d2a6e5363 mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock
3433a340630e mmc: sdhci_am654: Add OTAP/ITAP delay enable
3525baf3a929 mmc: sdhci_am654: Drop lookup for deprecated ti,otap-del-sel
fa9a2c696ad1 mmc: sdhci_am654: Write ITAPDLY for DDR52 timing
57205cf9c18a mmc: sdhci_am654: Add tuning algorithm for delay chain
b003b8c15cbb Input: ims-pcu - fix printf string overflow
69f245b86cef dt-bindings: adc: axi-adc: add clocks property
a291998f8a09 dt-bindings: adc: axi-adc: update bindings for backend framework
51a2049a2c08 eventfs: Have "events" directory get permissions from its parent
281eaee393c7 eventfs: Free all of the eventfs_inode after RCU
14aa4f3efc6e eventfs/tracing: Add callback for release of an eventfs_inode
e5c80b23523b eventfs: Create eventfs_root_inode to store dentry
11244a432850 serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler
f0eb53ffd8d9 serial: sc16is7xx: replace hardcoded divisor value with BIT() macro
c6fecd07435f misc/pvpanic-pci: register attributes via pci_driver
e9194a954c44 misc/pvpanic: deduplicate common code
f68f3e3f5c9c iio: accel: mxc4005: Reset chip on probe() and resume()
43424f70535b iio: accel: mxc4005: allow module autoloading via OF compatible
e26405d5b266 eventfs: Do not differentiate the toplevel events directory
64a9a930afe9 drm/amd/display: Revert Remove pixle rate limit for subvp
242f11be47ab drm/amd/display: Remove pixle rate limit for subvp
cb9f455e27ed gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node match
b3b8ba37529c dt-bindings: PCI: rockchip,rk3399-pcie: Add missing maxItems to ep-gpios
916cf5d6ae97 s390/boot: Remove alt_stfle_fac_list from decompressor
2102692eb23f s390/ipl: Fix incorrect initialization of nvme dump block
b34ea5b97561 s390/ipl: Fix incorrect initialization of len fields in nvme reipl block
2028823f1d71 s390/vdso: Use standard stack frame layout
0e035cb818c5 s390/vdso: Create .build-id links for unstripped vdso files
07423c9b4375 kbuild: fix build ID symlinks to installed debug VDSO files
adacfc6dec4c kbuild: unify vdso_install rules
a422869153dd s390/vdso: Generate unwind information for C modules
6bd72dd0f70c s390/vdso64: filter out munaligned-symbols flag for vdso
379ec9d95c89 LoongArch: Fix callchain parse error with kernel tracepoint events again
5af155f9b168 perf pmu: Count sys and cpuid JSON events separately
4ac93db3dd4d perf pmu: Assume sysfs events are always the same case
930e16ac95b0 perf tools: Add/use PMU reverse lookup from config to name
923b83bc8692 perf tools: Use pmus to describe type from attribute
c5aaeae250d3 perf pmu: "Compat" supports regular expression matching identifiers
f989dc009070 perf pmu: Move pmu__find_core_pmu() to pmus.c
d37e53e8c826 perf test: Add a test for strcmp_cpuid_str() expression
a46c6144117a perf stat: Don't display metric header for non-leader uncore events
7723485af6de usb: fotg210: Add missing kernel doc description
f0cdc3e248e3 f2fs: fix to add missing iput() in gc_data_segment()
1003d16ea271 perf daemon: Fix file leak in daemon_session__control
c546fef47cd5 libsubcmd: Fix parse-options memory leak
70d6dca40318 serial: sh-sci: protect invalidating RXDMA on shutdown
9f9341064a9b f2fs: compress: don't allow unaligned truncation on released compress inode
8d2fc8ae670a f2fs: fix to release node block count in error path of f2fs_new_node_page()
329edb7c9e3b f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem lock
81c975902b15 f2fs: compress: fix error path of inc_valid_block_count()
b8a742a8bd6d f2fs: introduce get_available_block_count() for cleanup
5f8e5a096e2b f2fs: deprecate io_bits
92b24f04d3e5 f2fs: compress: fix to update i_compr_blocks correctly
9ec45f857a01 perf symbols: Fix ownership of string in dso__load_vmlinux()
c3cc46563103 perf maps: Move symbol maps functions to maps.c
c5314cfa9287 perf thread: Fixes to thread__new() related to initializing comm
9029a775f0d7 perf report: Avoid SEGV in report__setup_sample_type()
e50576c7e61f perf ui browser: Avoid SEGV on title
6902179a415a f2fs: fix block migration when section is not aligned to pow2
40d76c393cca f2fs: support file pinning for zoned devices
066cec37094d f2fs: kill heap-based allocation
61330214b227 f2fs: separate f2fs_gc_range() to use GC for a range
f0248ba6b640 f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC
42d48304f64e f2fs: support printk_ratelimited() in f2fs_printk()
6496d63a1641 f2fs: Clean up errors in segment.h
e02a267a69aa PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3
84ae90ba37c1 PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3
787b7ddf434f dt-bindings: spmi: hisilicon,hisi-spmi-controller: fix binding references
913a00ec6b09 extcon: max8997: select IRQ_DOMAIN instead of depending on it
a8860002cae5 perf ui browser: Don't save pointer to stack memory
88b88dd7d8c2 perf bench internals inject-build-id: Fix trap divide when collecting just one DSO
cd99864e1f7f i2c: synquacer: Fix an error handling path in synquacer_i2c_probe()
bb220136ae51 i2c: cadence: Avoid fifo clear after start
ec3468221efe ppdev: Add an error check in register_device
b596340b8552 ppdev: Remove usage of the deprecated ida_simple_xx() API
370c480410f6 stm class: Fix a double free in stm_register_device()
4e125b96e333 usb: gadget: u_audio: Clear uac pointer when freed.
453d3fa9266e usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind.
9eb15f24a0b9 dmaengine: idxd: Avoid unnecessary destruction of file_ida
4ef5468e84d5 dt-bindings: phy: qcom,usb-snps-femto-v2: use correct fallback for sc8180x
6357221b68e0 dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: fix msm899[68] power-domains
dc14f0a2c61b watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe()
d47f51eb1fc3 watchdog: bd9576: Drop "always-running" property
9b1c063ffc07 watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger
cd283810f6ae pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs
dedf17b3af39 dt-bindings: pinctrl: mediatek: mt7622: fix array properties
6954ae017718 VMCI: Fix an error handling path in vmci_guest_probe_device()
b5f31d1470c4 PCI: of_property: Return error for int_map allocation failure
97ba21401b89 ovl: remove upper umask handling from ovl_create_upper()
034968dbd867 leds: pwm: Disable PWM when going to suspend
a10c3d5ff9a3 pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
6bb1efff9b17 perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)
0053891e2f4f PCI: Wait for Link Training==0 before starting Link retrain
65ce3fad7d59 microblaze: Remove early printk call from cpuinfo-static.c
6240bd8981c6 microblaze: Remove gcc flag for non existing early_printk.c file
a758e99cd644 udf: Convert udf_expand_file_adinicb() to use a folio
7745b1b785aa udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
4d7d12b643c0 fpga: region: add owner module and take its refcount
0bd22a4966d5 vfio/pci: fix potential memory leak in vfio_intx_enable()
e642622550c8 i915: make inject_virtual_interrupt() void
bb6f7de21d4c coresight: etm4x: Fix access to resource selector registers
3840a3f37a67 coresight: etm4x: Safe access for TRCQCLTR
0c575997dee0 coresight: etm4x: Do not save/restore Data trace control registers
42f016cd8593 coresight: etm4x: Do not hardcode IOMEM access for register restore
720d27664d7c iio: adc: adi-axi-adc: only error out in major version mismatch
d3513f1261a0 iio: adc: adi-axi-adc: move to backend framework
184b2967d578 iio: adc: ad9467: convert to backend framework
5fc4f0c01cb2 iio: add the IIO backend framework
e1fc56c40068 iio: buffer-dmaengine: export buffer alloc and free functions
b70042e4dc7f iio: adc: adi-axi-adc: convert to regmap
864b42f8b3f3 iio: adc: ad9467: use chip_info variables instead of array
a679a40bd2ec iio: adc: ad9467: use spi_get_device_match_data()
08f5bd2032c0 iio: pressure: dps310: support negative temperature values
d3ced099f31d perf test shell arm_coresight: Increase buffer size for Coresight basic tests
e61cb35f56f9 perf docs: Document bpf event modifier
0688c4f7c5e8 coresight: etm4x: Fix unbalanced pm_runtime_enable()
1083681ea208 riscv: dts: starfive: visionfive 2: Remove non-existing TDM hardware
1145fda91f70 iio: adc: stm32: Fixing err code to not indicate success
f84122681853 f2fs: fix to check pinfile flag in f2fs_move_file_range()
5632bdb4e9be f2fs: fix to relocate check condition in f2fs_fallocate()
116d824f953a f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()
1d59aa23a3fa f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_compress_blocks()
ff9504c045b5 perf bench uprobe: Remove lib64 from libc.so.6 binary path
f56632928a6d dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties
479e4daae636 dt-bindings: PCI: rcar-pci-host: Add optional regulators
829afc132f63 perf record: Fix debug message placement for test consumption
aa4158e31612 perf record: Move setting tracking events before record__init_thread_masks()
e024e98e81f9 perf evlist: Add evlist__findnew_tracking_event() helper
28a50a15d1b8 perf tests: Apply attributes to all events in object code reading test
fca6659b4edc perf tests: Make "test data symbol" more robust on Neoverse N1
bf386f268b29 arm64: dts: meson: fix S4 power-controller node
e21a398d22e6 interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment
28f5a08600d0 module: don't ignore sysfs_create_link() failures
3431d265eab2 serial: sc16is7xx: add proper sched.h include for sched_set_fifo()
967cb01d0a80 PCI: tegra194: Fix probe path for Endpoint mode
46c6fc133dc1 greybus: arche-ctrl: move device table to its right location
749603af8faa serial: max3100: Fix bitwise types
e8a10089eddb serial: max3100: Update uart_driver_registered on driver removal
93df2fba6c7d serial: max3100: Lock port->lock when calling uart_handle_cts_change()
73c6ddb499bb perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline()
80e06e547d42 perf annotate: Use global annotation_options
1157abdc2e03 perf top: Convert to the global annotation_options
e0af85d60b7a perf report: Convert to the global annotation_options
dfd02119aef9 perf annotate: Introduce global annotation_options
260de04387c0 perf annotate: Split branch stack cycles information out of 'struct annotation_line'
4ddf437cae2c perf machine thread: Remove exited threads by default
7adc363bc29e perf record: Lazy load kernel symbols
1f428149492f firmware: dmi-id: add a release callback function
59767d1e3019 dmaengine: idma64: Add check for dma_set_max_seg_size
7eeef1e935d2 soundwire: cadence: fix invalid PDI offset
6ee4ad5dfb15 perf stat: Do not fail on metrics on s390 z/VM systems
32f615e0a580 usb: typec: ucsi: simplify partner's PD caps registration
ad864c123b7a usb: typec: ucsi: always register a link to USB PD device
1ec229afd45c perf annotate: Get rid of duplicate --group option item
30dc493b8195 counter: linux/counter.h: fix Excess kernel-doc description warning
d7c4081c54a1 fpga: bridge: add owner module and take its refcount
2da62a139a62 fpga: manager: add owner module and take its refcount
4b3609e6c805 f2fs: fix to wait on page writeback in __clone_blkaddrs()
2b2611a42462 f2fs: multidev: fix to recognize valid zero block address
ac12df6b9729 phy: qcom: qmp-combo: fix duplicate return in qmp_v4_configure_dp_phy
518e2c46b5db greybus: lights: check return of get_channel_from_mode
fe92a949b264 iio: core: Leave private pointer NULL when no private data supplied
5c53a28ab253 perf probe: Add missing libgen.h header needed for using basename()
834e603dbe28 perf record: Delete session after stopping sideband thread
2f593fd9d3cc net: wangxun: fix to change Rx features
941e1c6d8683 sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write()
4d9d099ab291 sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level
ee3577c5d33c af_packet: do not call packet_read_pending() from tpacket_destruct_skb()
f28bdc2ee5d9 netrom: fix possible dead-lock in nr_rt_ioctl()
57fa96c04ef9 net: qrtr: ns: Fix module refcnt
4488617e5e99 net: bridge: mst: fix vlan use-after-free
76282afa17e9 selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval
1abb37114790 net: bridge: xmit: make sure we have at least eth header len bytes
00ea83bfb496 modules: Drop the .export_symbol section from the final modules
4aa2d5fd7ee0 tracing/user_events: Fix non-spaced field matching
4c40e1b76e6e tracing/user_events: Prepare find/delete for same name events
2fc3d0ac097b tracing/user_events: Allow events to persist for perfmon_capable users
3eb127dc408b RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw
e011ea687f2f RDMA/IPoIB: Fix format truncation compilation errors
382494aa8881 selftests/kcmp: remove unused open mode
c1d8c429e4d2 SUNRPC: Fix gss_free_in_token_pages()
a658f011d89d bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq
29feea56dedf RDMA/bnxt_re: Adds MSN table capability for Gen P7 adapters
9a54460b3394 RDMA/bnxt_re: Update the HW interface definitions
e300b1b95c93 RDMA/bnxt_re: Remove roundup_pow_of_two depth for all hardware queue resources
f52e649e933a RDMA/bnxt_re: Refactor the queue index update
0b0d5701a8bf of: module: add buffer overflow check in of_modalias()
370a86dc97ef ext4: remove the redundant folio_wait_stable()
07fa88b0f340 ext4: fix potential unnitialized variable
f4fb561d52e1 sunrpc: removed redundant procp check
e873f36ec890 drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()
d5c75ededb2d virt: acrn: stop using follow_pfn
c7cca4c61f44 ext4: avoid excessive credit estimate in ext4_tmpfile()
caaee1b858c2 x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS
3d22be008bd1 x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map
6973cb78f0ca clk: qcom: mmcc-msm8998: fix venus clock issue
631c54f07d78 clk: qcom: dispcc-sm8550: fix DisplayPort clocks
e91d89de5e71 clk: qcom: dispcc-sm6350: fix DisplayPort clocks
7ef714778dd0 clk: qcom: dispcc-sm8450: fix DisplayPort clocks
65e528a69cb3 lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure
6d06fc4edfb0 clk: renesas: r9a07g043: Add clock and reset entry for PLIC
6c7455605a30 clk: renesas: r8a779a0: Fix CANFD parent clock
8696be3a5f66 IB/mlx5: Use __iowrite64_copy() for write combining stores
03ff3e23adca RDMA/rxe: Fix incorrect rxe_put in error path
13c7bb72d372 RDMA/rxe: Allow good work requests to be executed
21b4c6d4d890 RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
63cbb3e7044f clk: qcom: clk-alpha-pll: remove invalid Stromer register offset
1a91f05ca280 clk: rs9: fix wrong default value for clock amplitude
dd4b239184ee clk: mediatek: mt8365-mm: fix DPI0 parent
6f541a89ced8 RDMA/hns: Modify the print level of CQE error
571f79eb1aae RDMA/hns: Use complete parentheses in macros
b7f2f6d227ce RDMA/hns: Fix GMV table pagesize
63da190eeb5c RDMA/hns: Fix UAF for cq async event
22c915af31bd RDMA/hns: Fix deadlock on SRQ async events.
db415a39ffdb RDMA/hns: Fix return value in hns_roce_map_mr_sg
6b4f69399291 iommu: Undo pasid attachment only for the devices that have succeeded
888b03fcd122 clk: mediatek: pllfh: Don't log error for missing fhctl node
499569c8ab7f RDMA/mlx5: Adding remote atomic access flag to updatable flags
5880d8ca57d5 RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent
73c5f64cfa85 clk: samsung: exynosautov9: fix wrong pll clock id value
205b6dd5b799 media: cadence: csi2rx: configure DPHY before starting source stream
6040fcea4605 drm/edid: Parse topology block for all DispID structure v1.x
b4c508666981 drm/rockchip: vop2: Do not divide height twice for YUV
4b3421c2f6f8 media: uvcvideo: Add quirk for Logitech Rally Bar
dda6efae161d drm/mipi-dsi: use correct return type for the DSC functions
04b001fa8b79 drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector
bd4fb19e33c8 drm/bridge: anx7625: Update audio status while detecting
587acea97512 drm/panel: novatek-nt35950: Don't log an error when DSI host can't be found
7962ae5aadd5 drm/bridge: dpc3433: Don't log an error when DSI host can't be found
52334bb44f10 drm/bridge: tc358775: Don't log an error when DSI host can't be found
30cb32c7ec5e drm/bridge: lt9611uxc: Don't log an error when DSI host can't be found
ae2ac0aef901 drm/bridge: lt9611: Don't log an error when DSI host can't be found
95b5eba76efe drm/bridge: lt8912b: Don't log an error when DSI host can't be found
95f959193c32 drm/bridge: icn6211: Don't log an error when DSI host can't be found
4486576578db drm/bridge: anx7625: Don't log an error when DSI host can't be found
656fb206aee2 ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value
42c22b63056c drm: vc4: Fix possible null pointer dereference
335cc45ef2b8 drm/arm/malidp: fix a possible null pointer dereference
cc20c87b04db media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries
1cc6b956ad36 fbdev: sh7760fb: allow modular build
983e91ad759e media: v4l2-subdev: Fix stream handling for crop API
c1a3803e5bb9 media: i2c: et8ek8: Don't strip remove function when driver is builtin
dd271f136601 media: dt-bindings: ovti,ov2680: Fix the power supply names
db572c397399 media: ipu3-cio2: Request IRQ earlier
525be5dc8ee0 drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected
554484e46383 drm/msm/dp: allow voltage swing / pre emphasis of 3
dcf53e6103b2 drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference
0f070f0c3b54 media: radio-shark2: Avoid led_names truncations
d8076c9e02bb media: rcar-vin: work around -Wenum-compare-conditional warning
f987b53c28eb media: ngene: Add dvb_ca_en50221_init return value check
750e384b9b7b ASoC: Intel: avs: Test result of avs_get_module_entry()
a1780d8a7c26 ASoC: Intel: avs: Fix potential integer overflow
7976b78631ee ASoC: Intel: avs: Fix ASRC module initialization
c81b6d64962a selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted without nsdelegate
be84945440c9 fbdev: sisfb: hide unused variables
28049d5a74a8 ASoC: SOF: Intel: mtl: Implement firmware boot state check
f0bf72d1b49e ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed
02be4ce0d0be ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails
6bdadbee34d9 ASoC: SOF: Intel: lnl: Correct rom_status_reg
8aeb3dc8b3cd ASoC: SOF: Intel: mtl: Correct rom_status_reg
368017b1bff7 ASoC: SOF: Intel: pci-mtl: fix ARL-S definitions
1ef8f0b414ce ASoC: SOF: Intel: pci-mtl: use ARL specific firmware definitions
46c15b7130fe ASoC: Intel: common: add ACPI matching tables for Arrow Lake
f0b4617d80c3 powerpc/fsl-soc: hide unused const variable
af26ea99019c drm/mediatek: Add 0 size check to mtk_drm_gem_obj
d5689998a093 drm/meson: vclk: fix calculation of 59.94 fractional rates
1a7254525ca7 ASoC: kirkwood: Fix potential NULL dereference
4a1dc9721275 fbdev: shmobile: fix snprintf truncation
87b8dca6e06f ASoC: mediatek: Assign dummy when codec not specified for a DAI link
9ceb5bd746e1 mtd: rawnand: hynix: fixed typo
adbd5da08ec6 mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add()
a6498eac492b ASoC: Intel: avs: ssm4567: Do not ignore route checks
48f3fe137323 ASoC: Intel: Disable route checks for Skylake boards
4e8c8b37ee84 drm/amd/display: Fix potential index out of bounds in color transformation function
859da9472b4f drm/panel: atna33xc20: Fix unbalanced regulator in the case HPD doesn't assert
9429b12dfcbd drm/dp: Don't attempt AUX transfers when eDP panels are not powered
e71399aa6ce1 drm/lcdif: Do not disable clocks on already suspended hardware
fc49f4d1a15f dev_printk: Add and use dev_no_printk()
34d80802cb8e printk: Let no_printk() use _printk()
5fdc39e02494 drm/omapdrm: Fix console with deferred ops
c00e8fd74950 fbdev: Provide I/O-memory helpers as module
e79f933ad162 drm/omapdrm: Fix console by implementing fb_dirty
ec1723175a5f drm/ci: update device type for volteer devices
aa03f049d453 drm/ci: add subset-1-gfx to LAVA_TAGS and adjust shards
101bbe559da5 drm/ci: uprev mesa version: fix container build & crosvm
45755ef11f03 drm/bridge: Fix improper bridge init order with pre_enable_prev_first
5af2e235b0d5 Bluetooth: HCI: Remove HCI_AMP support
75d7ac5e225e Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS
0a8af30a8672 Bluetooth: Remove usage of the deprecated ida_simple_xx() API
f03d3322a785 Bluetooth: ISO: Fix BIS cleanup
dfde465d8907 Bluetooth: qca: Fix error code in qca_read_fw_build_info()
e231034377bc Bluetooth: compute LE flow credits based on recvbuf space
3ddf170e4a60 net: micrel: Fix receiving the timestamp in the frame for lan8841
5f9d2dcf7130 mptcp: SO_KEEPALIVE: fix getsockopt support
d38625f71950 net: fec: remove .ndo_poll_controller to avoid deadlocks
965d940fb741 ax25: Fix reference count leak issue of net_device
38eb01edfdaa ax25: Fix reference count leak issues of ax25_dev
39da6f09e110 ax25: Use kernel universal linked list to implement ax25_dev_list
a1bf04458311 riscv, bpf: make some atomic operations fully ordered
46f17e7d4fb5 s390/bpf: Emit a barrier for BPF_FETCH instructions
1337ec94bc5a net/mlx5: Discard command completions in internal error
f9caccdd42e9 net/mlx5: Add a timeout to acquire the command queue semaphore
e93fc8d959e5 net/mlx5: Reload only IB representors upon lag disable/enable
66a5f6e09c63 net/mlx5: Enable 4 ports multiport E-switch
3398a40dccb8 ipv6: sr: fix invalid unregister error path
6c6b74edc911 ipv6: sr: fix incorrect unregister order
58fd673b0532 ipv6: sr: add missing seg6_local_exit
78741b4caae1 net: openvswitch: fix overwriting ct original tuple for ICMPv6
108ec8bf6483 net: usb: smsc95xx: stop lying about skb->truesize
0688d4e499be af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg
8f6f82d6a205 net: ethernet: cortina: Locking fixes
1ebaa96f97cd selftests: net: move amt to socat for better compatibility
9d601b81f1fc selftests: net: add missing config for amt.sh
229d4a32b53e selftests: net: add more missing kernel config
5de5aeb98f9a eth: sungem: remove .ndo_poll_controller to avoid deadlocks
11dd90c11ad0 net: ipv6: fix wrong start position when receive hop-by-hop fragment
68d38724cf53 m68k: mac: Fix reboot hang on Mac IIci
f3baf0f4f92a m68k: Fix spinlock race in kernel thread creation
979d764ebdcd net: usb: sr9700: stop lying about skb->truesize
80cb2f61a613 usb: aqc111: stop lying about skb->truesize
18f59aab33bc HID: amd_sfh: Handle "no sensors" in PM operations
9d08e7fd44ca wifi: mwl8k: initialize cmd->addr[] properly
db9214833e58 x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
4c62c6c8a006 kernel/numa.c: Move logging out of numa.h
0d5cfcede0c9 scsi: qla2xxx: Fix debugfs output for fw_resource_count
563e60927592 scsi: qedf: Ensure the copied buf is NUL terminated
204714e68015 scsi: bfa: Ensure the copied buf is NUL terminated
5386f6734dbc HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors
c3ae972a22f2 selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirect
1ec7ccb4cd4b kunit: Fix kthread reference
2d43d30aafb8 selftests: default to host arch for LLVM builds
381079197e80 selftests/resctrl: fix clang build failure: use LOCAL_HDRS
3af6ed233a60 selftests/binderfs: use the Makefile's rules, not Make's implicit rules
ed74398642fc wifi: nl80211: Avoid address calculations via out of bounds array indexing
166c9d2eef74 libbpf: Fix error message in attach_kprobe_multi
35e001ce8492 wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset
bdd2255fcfe5 wifi: mt76: mt7603: fix tx queue of loopback packets
1f29d8571fa1 Revert "sh: Handle calling csum_partial with misaligned data"
78a12934b721 sh: kprobes: Merge arch_copy_kprobe() into arch_prepare_kprobe()
6675c541f540 bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
b33a81e4ecfb wifi: ar5523: enable proper endpoint verification
39f8a29330f4 bpf: Fix verifier assumptions about socket->sk
62eb07923f36 wifi: carl9170: add a proper sanity check for endpoints
d43a8c7ec084 macintosh/via-macii: Fix "BUG: sleeping function called from invalid context"
7a44f4944b05 net: give more chances to rcu in netdev_wait_allrefs_any()
a7678a16c25b drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset()
be1fa711e59c drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group
8e9aab249217 drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group
a80814fe9181 pwm: sti: Simplify probe function using devm functions
cedd7e536935 pwm: sti: Prepare removing pwm_chip from driver data
00bb933578ac tcp: avoid premature drops in tcp_add_backlog()
a47027919d69 net: dsa: mv88e6xxx: Avoid EEPROM timeout without EEPROM on 88E6250-family switches
d1e3dc19d50f net: dsa: mv88e6xxx: Add support for model-specific pre- and post-reset handlers
d0e874a34863 wifi: ath10k: populate board data for WCN3990
abd2e7118519 cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations
e1dcff6e299f scsi: ufs: core: mcq: Fix ufshcd_mcq_sqe_search()
51929a8db813 selftests/bpf: Fix a fd leak in error paths in open_netns
e19681ae6cf9 gfs2: do_xmote fixes
b68b9dd723db gfs2: finish_xmote cleanup
d6b412c510ac gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawn
7c2bc932b60d gfs2: Mark withdraws as unlikely
0636b34b4458 gfs2: Fix potential glock use-after-free on unmount
18dfb29644a4 gfs2: Remove ill-placed consistency check
d312fbf6a24e gfs2: No longer use 'extern' in function declarations
0db3b4e50241 gfs2: Rename gfs2_lookup_{ simple => meta }
9db1bdd71441 gfs2: Convert gfs2_internal_read to folios
d92445b23932 gfs2: Get rid of gfs2_alloc_blocks generation parameter
09f8c676e4b4 wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger()
55c54269fbd3 dt-bindings: thermal: loongson,ls2k-thermal: Fix incorrect compatible definition
5b996de139b3 dt-bindings: thermal: loongson,ls2k-thermal: Add Loongson-2K0500 compatible
27cacfc0818f dt-bindings: thermal: loongson,ls2k-thermal: Fix binding check issues
2d5ca6e4a287 thermal/drivers/tsens: Fix null pointer dereference
95575de7dede wifi: ath12k: fix out-of-bound access of qmi_invoke_handler()
6ae55c7fa6be x86/purgatory: Switch to the position-independent small code model
6c6c0afd3510 scsi: hpsa: Fix allocation size for Scsi_Host private data
52c266b486ee scsi: libsas: Fix the failure of adding phy with zero-address to port
1ea06a34f79c wifi: iwlwifi: mvm: init vif works only once
f84b9b25d045 cppc_cpufreq: Fix possible null pointer dereference
c0ed9a711e33 openrisc: traps: Don't send signals to kernel mode threads
71d865be7c2f udp: Avoid call to compute_score on multiple sites
edcdeb8a4fdf x86/pat: Fix W^X violation false-positives when running as Xen PV guest
29681171ff21 x86/pat: Restructure _lookup_address_cpa()
308fba77bc23 x86/pat: Introduce lookup_address_in_pgd_attr()
3e99f060cfd2 cpufreq: exit() callback is optional
99f3af0a1afd tcp: increase the default TCP scaling ratio
ca19418abcf7 tcp: define initial scaling factor value as a macro
a7fba17a0596 selftests/bpf: Fix umount cgroup2 error in test_sockmap
dc03a3755358 x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57
abea81e6a722 gfs2: Fix "ignore unlock failures after withdraw"
21d78e4c3661 gfs2: Don't forget to complete delayed withdraw
673f7120a6e5 ACPI: disable -Wstringop-truncation
acb5503dbb9c irqchip/loongson-pch-msi: Fix off-by-one on allocation error path
a9bbafa46c16 irqchip/alpine-msi: Fix off-by-one in allocation error path
1d4e1fa2f29a locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128()
040c3a00247d ACPI: LPSS: Advertise number of chip selects via property
776bad0b1f63 scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPL
92374b6a5af1 scsi: ufs: core: Perform read back after disabling interrupts
bfd29d5ea6ea scsi: ufs: core: Perform read back after writing UTP_TASK_REQ_LIST_BASE_H
872f68019bc6 scsi: ufs: cdns-pltfrm: Perform read back after writing HCLKDIV
8e5ede836b74 scsi: ufs: qcom: Perform read back after writing CGC enable
d2741b23b1b4 scsi: ufs: qcom: Perform read back after writing unipro mode
32402b2a9c0b scsi: ufs: qcom: Perform read back after writing REG_UFS_SYS1CLK_1US
8f01dda10c65 scsi: ufs: qcom: Perform read back after writing reset bit
b17592380f9d bpf: prevent r10 register from being marked as precise
7a7d4237e338 bpf: Pack struct bpf_fib_lookup
f92aebf17026 bpftool: Mount bpffs on provided dir instead of parent dir
875864670982 wifi: carl9170: re-fix fortified-memset warning
bc236ebc2ab5 dlm: fix user space lock decision to copy lvb
0fdbbe7ee7f4 bitops: add missing prototype check
f3531ac07b4e mlx5: stop warning for 64KB pages
7dd2a9bb7b75 mlx5: avoid truncating error message
6541f8ea7623 qed: avoid truncating work queue length
997a53102a3b enetc: avoid truncating error message
c5202a38897d ACPI: Fix Generic Initiator Affinity _OSC bit
2bd572d421e3 sched/fair: Add EAS checks before updating root_domain::overutilized
c078f2b4921b wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask
f0fe67ca7550 wifi: iwlwifi: reconfigure TLC during HW restart
adde9190997e wifi: iwlwifi: mvm: select STA mask only for active links
29caa342391c wifi: iwlwifi: mvm: allocate STA links only for active links
6c166d1646ca wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok()
9fa391354a40 x86/boot: Ignore relocations in .notes sections in walk_relocs() too
22c3d94cd445 wifi: mt76: mt7915: workaround too long expansion sparse warnings
9cf8052afc94 wifi: ath12k: use correct flag field for 320 MHz channels
ba3647aa16ae bpftool: Fix missing pids during link show
424e5ac9761f wifi: ath11k: don't force enable power save on non-running vdevs
c37466406f07 wifi: brcmfmac: pcie: handle randbuf allocation failure
014e4e9275de wifi: ath10k: poll service ready message before failing
e5d98cc3311f block: support to account io_ticks precisely
99bbbd9aea05 block: fix and simplify blkdevparts= cmdline parsing
910717920c8c block: refine the EOF check in blkdev_iomap_begin
e8d340f80977 crypto: qat - specify firmware files for 402xx
c9566b812c8f md: fix resync softlockup when bitmap size is less than array size
1fc82121d038 lkdtm: Disable CFI checking for perms functions
fbadcde1572f soc: qcom: pmic_glink: Make client-lock non-sleeping
7880dbf4eafe kunit/fortify: Fix mismatched kvalloc()/vfree() usage
fe3a28db0361 null_blk: Fix missing mutex_destroy() at module removal
19e9452d731a soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE
0cac39347f4e firmware: qcom: scm: Fix __scm and waitq completion variable initialization
8fc7934635bb soc: qcom: pmic_glink: notify clients about the current state
d02c6eb5d3df soc: qcom: pmic_glink: don't traverse clients list without a lock
840565b1351a s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guests
b410a6c84d84 mm/userfaultfd: Do not place zeropages when zeropages are disallowed
f32f810dcc19 io-wq: write next_work before dropping acct_lock
af82d8d2179b jffs2: prevent xattr node from overflowing the eraseblock
c4f49d3fc18a ARM: configs: sunxi: Enable DRM_DW_HDMI
afb39909bfb5 rcu: Fix buffer overflow in print_cpu_stall_info()
32d988f48ed2 rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow
1319dbd64b73 io_uring: use the right type for work_llist empty check
a750b846c136 s390/cio: fix tracepoint subchannel type field
b39d0d661752 crypto: x86/sha512-avx2 - add missing vzeroupper
1c5bce29d0d9 crypto: x86/sha256-avx2 - add missing vzeroupper
ba0aa694c332 crypto: x86/nh-avx2 - add missing vzeroupper
4e9293d660bf crypto: ccp - drop platform ifdef checks
45b92921759a parisc: add missing export of __cmpxchg_u8()
fd848dc7e2cf nilfs2: fix out-of-range warning
2ed750b7ae1b ecryptfs: Fix buffer size for tag 66 packet
25edcae667c3 firmware: raspberrypi: Use correct device for DMA mappings
d8c42a6e61d8 mm/slub, kunit: Use inverted data to corrupt kmem cache
d0f14ae223c2 crypto: bcm - Fix pointer arithmetic
d142957377c2 openpromfs: finish conversion to the new mount API
396bc5e54b4f nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()
daa27fd2e17d ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()
4f65f4defe4e epoll: be better about file lifetimes
71de5fc303a7 nvmet: fix nvme status code when namespace is disabled
ae451994ba9c nvmet-tcp: fix possible memory leak when tearing down a controller
b6eaa53f95c2 nvme: cancel pending I/O if nvme controller is in terminal state
2ab74bf2827b nvmet-auth: replace pr_debug() with pr_err() to report an error.
57a23adbc4f7 nvmet-auth: return the error code to the nvmet_auth_host_hash() callers
8871cab467a5 nvme: find numa distance only if controller has valid numa id
214301d0be27 x86/mm: Remove broken vsyscall emulation code from the page fault code
6c49ba4025ee drm/amdkfd: Flush the process wq before creating a kfd_process
de23d906b265 drm/amd/display: Disable seamless boot on 128b/132b encoding
fefcd1c75baf drm/amd/display: Fix DC mode screen flickering on DCN321
b6fab47b64f6 drm/amd/display: Add VCO speed parameter for DCN31 FPU
53a7d15331b0 drm/amd/display: Allocate zero bw after bw alloc enable
e0760e38474c drm/amd/display: Add dtbclk access to dcn315
422f3259ac65 drm/amdgpu: Fix VRAM memory accounting
cc73306bf4bb ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection
9973c0587149 ASoC: da7219-aad: fix usage of device_get_named_child_node()
ae14ac3bc076 platform/x86: ISST: Add Grand Ridge to HPM CPU list
3a83d0d284b9 softirq: Fix suspicious RCU usage in __do_softirq()
107c893e0a5b ALSA: emu10k1: make E-MU FPGA writes potentially more reliable
af8dc212f74a bpf, x86: Fix PROBE_MEM runtime load check
37c275727aef fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card
964794778606 Input: xpad - add support for ASUS ROG RAIKIRI
59e9cd63a528 KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
02c36fe48100 ASoC: rt715-sdca: volume step modification
be91170bee15 ASoC: rt715: add vendor clear control register
91a0bd4e9c60 ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config
968f6983d41e regulator: vqmmc-ipq4019: fix module autoloading
5c0b06dca44b regulator: qcom-refgen: fix module autoloading
b084d3f57748 ASoC: rt722-sdca: add headset microphone vrefo setting
dace61d6dc59 ASoC: rt722-sdca: modify channel number to support 4 channels
b642f447cfde ASoC: dt-bindings: rt5645: add cbj sleeve gpio property
7904b066296a ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating
f6bb8d6c2a64 ASoC: acp: Support microphone from device Acer 315-24p
58872c444adc ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3
a73f1e25d581 ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot()
3ad4d29b6554 regulator: irq_helpers: duplicate IRQ name
08133330692c ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too
02580c6afd15 sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU
1bb875147883 selftests: sud_test: return correct emulated syscall value on RISC-V
9208e9c8bd0f drm/etnaviv: fix tx clock gating on some GC7000 variants
b2959fdd3af2 LoongArch: Lately init pmu after smp is online
976b74fa6084 cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n
d4ed9984871c Revert "net: txgbe: fix clk_name exceed MAX_DEV_ID limits"
d6a2007376ca Revert "net: txgbe: fix i2c dev name cannot match clkdev"
39cfce75168c drm/amdgpu/mes: fix use-after-free issue
67aa2a7b83be drm/amdgpu: Fix the ring buffer size for queue VM flush
bdbb7611dd2e drm/amdkfd: Add VRAM accounting for SVM migration
7e1247995853 drm/amd/pm: Restore config space after reset
04cf241fe5e5 drm/amdgpu: Update BO eviction priorities
17f689f10fc0 drm/amd/display: Set color_mgmt_changed to true on unsuspend
85f0812b6d5c net: usb: qmi_wwan: add Telit FN920C04 compositions
ca2da54610f0 HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled
e26d4063d223 dt-bindings: rockchip: grf: Add missing type to 'pcie-phy' node
125c0dcc000f wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class
ea2121cdc7ab wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field
0cfadb49ef90 wifi: mac80211: don't use rate mask for scanning
09133f4b5651 KEYS: asymmetric: Add missing dependencies of FIPS_SIGNATURE_SELFTEST
21c7e4587e29 KEYS: asymmetric: Add missing dependency on CRYPTO_SIG
2f103287ef79 ALSA: Fix deadlocks with kctl removals at disconnection
e644036a3e2b ALSA: core: Fix NULL module pointer assignment at card init
8d04efceb46f ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook 440/460 G11.
5698ba69326c ksmbd: ignore trailing slashes in share paths
6772584945b6 ksmbd: avoid to send duplicate oplock break notifications
579a0c69794b fs/ntfs3: Break dir enumeration if directory contents error
84906740dc56 fs/ntfs3: Fix case when index is reused during tree transformation
e4fd2dce71fb fs/ntfs3: Taking DOS names into account during link counting
df1f6ed23b51 fs/ntfs3: Remove max link count info display during driver init
a8799662fed1 nilfs2: fix potential hang in nilfs_detach_log_writer()
f81fd0061066 nilfs2: fix unexpected freezing of nilfs_segctor_sync()
f9186bba4ea2 nilfs2: fix use-after-free of timer for log writer thread
d65984358ac0 net: smc91x: Fix m68k kernel compilation for ColdFire CPU
77237eabdcd9 net: lan966x: remove debugfs directory in probe() error path
5cd17f0e74cb net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe()
f678c3c33655 tools/nolibc/stdlib: fix memory error in realloc()
64f0c3bd2dd7 tools/latency-collector: Fix -Wformat-security compile warns
622ab95fdcfa net: mana: Fix the extra HZ in mana_hwc_send_request
af3274905b31 ring-buffer: Fix a race between readers and resize checks
68222d7b4b72 r8169: Fix possible ring buffer corruption on fragmented Tx packets.
766e3bacc7f9 Revert "r8169: don't try to disable interrupts if NAPI is, scheduled already"
a9886aad5dfd io_uring: fail NOP if non-zero op flags is passed in
68a767dd690b Input: try trimming too long modalias strings
e4a1d0aa0d4d serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup
7e16930d4671 serial: 8250_bcm7271: use default_mux_rate if possible
c6e1650cf5df speakup: Fix sizeof() vs ARRAY_SIZE() bug
62c3763dcb03 tty: n_gsm: fix missing receive state reset after mode switch
774d83b008ec tty: n_gsm: fix possible out-of-bounds in gsm0_receive()
7b4881da5b19 ftrace: Fix possible use-after-free issue in ftrace_location()
775de4e954cb selftests/ftrace: Fix BTFARG testcase to check fprobe is enabled correctly
b1c2d09a40a5 x86/tsc: Trust initial offset in architectural TSC-adjust MSRs
7c76aad68f6d kselftest: Add a ksft_perror() helper
06644f0d7193 drm/tilcdc: Set preferred depth
ff7ae7b32324 crypto: jitter - add RCT/APT support for different OSRs
50cd24ddb6f0 arm64: defconfig: remove CONFIG_IPQ_APSS_5018
58e5c91d6701 x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
c878fd2d4c79 x86/alternatives: Sync core before enabling interrupts
c2d64b9f52b6 qemux86: add configuration symbol to select values
630c33229e6d sched/isolation: really align nohz_full with rcu_nocbs
0e5e0f68e2e6 clear_warn_once: add a clear_warn_once= boot parameter
46934791b902 clear_warn_once: bind a timer to written reset value
cdee9e38ff32 clear_warn_once: expand debugfs to include read support
82b562b81841 tools: Remove some options from CLANG_CROSS_FLAGS
36dc380b776b libbpf: Fix build warning on ref_ctr_off
9e3e1fe20982 perf: perf can not parser the backtrace of app in the 32bit system and 64bit kernel.
e497a4a5da65 perf: x86-32: explicitly include <errno.h>
7b57ddd89565 perf: mips64: Convert __u64 to unsigned long long
1cfc19423dc7 perf: fix bench numa compilation
98bc2815fade perf: add SLANG_INC for slang.h
17209a70b9b3 perf: add sgidefs.h to for mips builds
9cd4258d910a perf: change --root to --prefix for python install
8110a4f26628 perf: add 'libperl not found' warning
bc89d5e08f77 perf: force include of <stdbool.h>
4f6c760cc876 fat: Replace prandom_u32() with get_random_u32()
bc53117b12b2 fat: don't use obsolete random32 call in namei_vfat
30b2236ab378 FAT: Added FAT_NO_83NAME
cef98d22b4ed FAT: Add CONFIG_VFAT_NO_CREATE_WITH_LONGNAMES option
0bbd7daba9e1 FAT: Add CONFIG_VFAT_FS_NO_DUALNAMES option
5883fc340084 aufs6: adapt to v6.6 i_op->ctime changes
c4342d979bf2 aufs6: fix magic.mk include path
35266bc2dc81 aufs6: adapt to v6.6
8edede4e98be aufs6: core
712248233ebe aufs6: standalone
3b71a8a848d8 aufs6: mmap
3e2924871f37 aufs6: base
7f4907a93101 aufs6: kbuild
d2f7b03e4aa7 yaffs2: update VFS ctime operations to 6.6+
bcd6cfcd1aa0 yaffs2: v6.5 fixups
cc615704b5f5 yaffs2: Fix miscalculation of devname buffer length
8ef2e22dcf91 yaffs2: convert user_namespace to mnt_idmap
c9c749f9f7d3 yaffs2: replace bdevname call with sprintf
395b01cdc39d yaffs2: convert read_page -> readfolio
d98b07e43ba6 yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL
613c6d50fdbe yaffs: fix -Wstringop-overread compile warning in yaffs_fix_null_name
622c4648936f yaffs2: v5.12+ build fixups (not runtime tested)
7562133d4090 yaffs: include blkdev.h
dbd44252cd59 yaffs: fix misplaced variable declaration
c223a10b1ac0 yaffs2: v5.6 build fixups
90f6007cfbf4 yaffs2: fix memory leak when /proc/yaffs is read
37ee169c5ea1 yaffs: add strict check when call yaffs_internal_read_super
b6e007b8abb6 yaffs: repair yaffs_get_mtd_device
fb98f65a466a yaffs: Fix build failure by handling inode i_version with proper atomic API
51e0aac75ea2 yaffs2: fix memory leak in mount/umount
2b74a0cae7b0 yaffs: Avoid setting any ACL releated xattr
ff4130a9c376 Yaffs:check oob size before auto selecting Yaffs1
ba95b409c67c fs: yaffs2: replace CURRENT_TIME by other appropriate apis
8fa35eba9056 yaffs2: adjust to proper location of MS_RDONLY
1eb5deaad8c4 yaffs2: import git revision b4ce1bb (jan, 2020)
4dce67c1e8c8 initramfs: allow an optional wrapper script around initramfs generation
2f603d83fcc4 pnmtologo: use relocatable file name
664a6a0a484b tools: use basename to identify file in gen-mach-types
9de64bc0c185 lib/build_OID_registry: fix reproducibility issues
ae9b80797295 vt/conmakehash: improve reproducibility
a972323151bd iwlwifi: select MAC80211_LEDS conditionally
15d2adcc0198 net/dccp: make it depend on CONFIG_BROKEN (CVE-2020-16119)
5556a6c04b19 arm64/perf: Fix wrong cast that may cause wrong truncation
5552dc768ffc defconfigs: drop obselete options
00fe4152df31 arm64/perf: fix backtrace for AAPCS with FP enabled
3888d0652edf linux-yocto: Handle /bin/awk issues
3d55d299f23a uvesafb: provide option to specify timeout for task completion
23c068c080be uvesafb: print error message when task timeout occurs
edbfc939266e compiler.h: Undef before redefining __attribute_const__
c99ae7e2a19a vmware: include jiffies.h
572d84d928c8 Resolve jiffies wrapping about arp
fdcd47cac843 nfs: Allow default io size to be configured.
927d48801098 check console device file on fs when booting
57cc27f821dd mount_root: clarify error messages for when no rootfs found
1b53d82a8152 mconf: fix output of cflags and libraries
1811da09f42c menuconfig,mconf-cfg: Allow specification of ncurses location
83c2e0c6eb1f modpost: mask trivial warnings
6de673039484 kbuild: exclude meta directory from distclean processing
6decd32815f5 powerpc: serialize image targets
f6b683b38318 arm: serialize build targets
e798b09ebf57 mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
dc8a1e5a88f8 x86_64_defconfig: Fix warnings
68491e5f72b6 powerpc/ptrace: Disable array-bounds warning with gcc8
d71ebfce3004 powerpc: Disable attribute-alias warnings from gcc8
62f50884b8b1 powerpc: kexec fix for powerpc64
da6871c62c37 powerpc: Add unwind information for SPE registers of E500 core
f161c880c11d mips: make current_cpu_data preempt safe
5e94a8247ce7 mips: vdso: fix 'jalr $t9' crash in vdso code
19e36714b1c7 mips: Kconfig: add QEMUMIPS64 option
e2e537db3cbd 4kc cache tlb hazard: tlbp cache coherency
aee9870611e5 malta uhci quirks: make allowance for slow 4k(e)c
881948cd1517 drm/fb-helper: move zeroing code to drm_fb_helper_fill_var
98ec1963fcb7 arm64: defconfig: cleanup config options
f1727c537ba8 vexpress: Pass LOADADDR to Makefile
4474c32dc24a arm: ARM EABI socketcall
75e31a2b70fd ARM: LPAE: Invalidate the TLB for module addresses during translation fault
(From OE-Core rev: b5d18e5da09b889578fb1f004e41869a81e10081)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|
|
c5f6bee07c |
cve-exclusion: Drop the version comparision/warning
Since the CVE repository is no longer being updated, drop the warning comparision since it is no longer valid. (From OE-Core rev: 9a232a9c3023dfec7e2d2c7e384d64006d1cf1af) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|
|
54c6f81ad4 |
linux-yocto-dev: bump to v6.10
(From OE-Core rev: 51458300559efed13b1a3661d607e3d0404f3612) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |