Debian 9920 Published by

A new XanMod Linux Kernel based on the latest Linux Kernel 6.2.3 has been released. XanMod is a general-purpose Linux kernel distribution with custom settings and new features. The real-time version is recommended for critical runtime applications such as Linux gaming eSports, streaming, live productions and ultra-low latency enthusiasts.



Linux 6.2.3-xanmod1

XanMod is a general-purpose Linux kernel distribution with custom settings and new features. Built to provide a stable, responsive and smooth desktop experience.

The real-time version is recommended for critical runtime applications such as Linux gaming eSports, streaming, live productions and ultra-low latency enthusiasts.

Supports all recent 64-bit versions of Debian and Ubuntu-based systems.

Main Features

  • Preemptive Full Tickless Kernel at 500Hz w/ Tuned CPU Core Scheduler.
  • RCU Boost for better responsiveness and lower overall system latency.
  • Block Layer w/ multi-threaded runqueue for high I/O throughput.
  • Caching, Virtual Memory Manager and CPUFreq Governor improvements.
  • BBR TCP Congestion Control + FQ-PIE Packet Scheduling and AQM Algorithm [5.8].
  • ORC Unwinder for Kernel Stack Traces (debuginfo) implementation.
  • Third-party patchset available: ZSTD kernel, initrd and modules support [5.8][5.6-rt], Full x86_64 FSGSBASE instructions [5.8], Clear Linux [partial], CK's Hrtimer Patchset [5.8][5.4], Wine / Proton Fsync, PCIe ACS Override, BMQ Process Scheduler [5.4 stock disabled], Aufs [5.4] and GCC graysky's.
  • Real-time Linux kernel (PREEMPT_RT) build available [5.6-rt][5.4-rt].
  • Generic kernel package for compatibility with most Debian & Ubuntu based distributions. Built on the latest GCC 10.2 and Binutils 2.35.
  • GPLv2 license. Can be built for any distribution or purpose.

Install via Terminal

echo 'deb  http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list && wget -qO -  https://dl.xanmod.org/gpg.key | sudo apt-key add -

Then update and install:

sudo apt update && sudo apt install linux-xanmod

Reboot.

Meta packages available: linux-xanmodlinux-xanmod-edgelinux-xanmod-ltslinux-xanmod-rt-edge and linux-xanmod-rt.

To try without adding the repository

Download from Sourceforge and install:
https://sourceforge.net/projects/xanmod/files/

  1. In terminal:
    sudo dpkg -i linux-image-*xanmod*.deb linux-headers-*xanmod*.deb
  2. Reboot.
  • Check it:
    cat /proc/version
* linux-firmware-image package is optional

Linux 6.2.3-xanmod1

3706445 Linux 6.2.3-xanmod1
0c2a5b6 netfilter: add xt_FLOWOFFLOAD target
84b2328 Revert "ALSA: hda: cs35l41: Fix sound on ASUS Zenbook UM5302TA"
c537965 Merge tag 'v6.2.3' into 6.2
cdc56cf Linux 6.2.3
cb6aedc net: avoid double iput when sock_alloc_file fails
2cbe0f0 brd: use radix_tree_maybe_preload instead of radix_tree_preload
2d3b582 qede: avoid uninitialized entries in coal_entry array
58be98f drm/edid: fix parsing of 3D modes from HDMI VSDB
86e5868 drm/edid: fix AVI infoframe aspect ratio handling
e1078b2 drm/gud: Fix UBSAN warning
f8c6d7f drm/i915: Don't use BAR mappings for ring buffers with LLC
f8354e0 drm/i915: Don't use stolen memory for ring buffers with LLC
b6f66ec drm/radeon: Fix eDP for single-display iMac11,2
21c7c84 drm/i915/quirks: Add inverted backlight quirk for HP 14-r206nv
5544922 drm/amd: Fix initialization for nbio 7.5.1
98bd324 vfio/type1: restore locked_vm
273fa49 vfio/type1: track locked_vm per dma
b0790df vfio/type1: prevent underflow of locked_vm via exec()
346fb41 vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
bc348a6 iommu/vt-d: Fix PASID directory pointer coherency
863b125 iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode
c44adef iommufd: Do not add the same hwpt to the ioas->hwpt_list twice
7adcec6 iommufd: Make sure to zero vfio_iommu_type1_info before copying to user
6144b1c bus: mhi: ep: Save channel state locally during suspend and resume
b619b60 bus: mhi: ep: Move chan->lock to the start of processing queued ch ring
860ad59 bus: mhi: ep: Only send -ENOTCONN status if client driver is available
0081032 PCI/DPC: Await readiness of secondary bus after reset
07a9668 PCI: Avoid FLR for AMD FCH AHCI adapters
3f17193 PCI: hotplug: Allow marking devices as disconnected during bind/unbind
145cf27 PCI: Unify delay handling for reset and resume
1ec8738 PCI/PM: Observe reset delay irrespective of bridge_d3
5475b05 MIPS: DTS: CI20: fix otg power gpio
8a0fc18 riscv: ftrace: Reduce the detour code size to half
1050979 riscv: ftrace: Remove wasted nops for !RISCV_ISA_C
ed15754 riscv, mm: Perform BPF exhandler fixup on page fault
20a7510 riscv: ftrace: Fixup panic by disabling preemption
60312d0 riscv: jump_label: Fixup unaligned arch_static_branch function
8ef3d23 riscv: mm: fix regression due to update_mmu_cache change
424818a riscv: Avoid enabling interrupts in die()
fec6331 RISC-V: add a spin_shadow_stack declaration
2fb1fa8 scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()
4b8cae4 scsi: ses: Fix possible desc_ptr out-of-bounds accesses
b91ef85 scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses
799e8dd scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()
f182ad0 scsi: ses: Don't attach if enclosure has no components
4f5b18f scsi: qla2xxx: Remove increment of interface err cnt
2cb341e scsi: qla2xxx: Fix erroneous link down
e5000a6 scsi: qla2xxx: Remove unintended flag clearing
ad6af23 scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requests
d75af67 scsi: qla2xxx: Check if port is online before sending ELS
ec66d4f scsi: qla2xxx: Fix link failure in NPIV environment
99decfb scsi: aacraid: Allocate cmd_priv with scsicmd
63cd111 iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameter
43520b2 tracing/eprobe: Fix to add filter on eprobe description in README file
bb79a6a tools/bootconfig: fix single & used for logical condition
09b1bf2 ring-buffer: Handle race between rb_move_tail and rb_check_pages
ec9a6d4 memory tier: release the new_memtier in find_create_memory_tier()
72667d7 ktest.pl: Add RUN_TIMEOUT option with default unlimited
f7838a0 ktest.pl: Fix missing "end_monitor" when machine check fails
6b51f0f kprobes: Fix to handle forcibly unoptimized kprobes on freeing_list
0b3657b ktest.pl: Give back console on Ctrt^C on monitor
5a2a2be mm/thp: check and bail out if page in deferred queue already
7063779 mm: memcontrol: deprecate charge moving
dd4f59b docs: gdbmacros: print newest record
8f24eef vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd
3e64bb9 remoteproc/mtk_scp: Move clk ops outside send_lock
2a65f22 media: ipu3-cio2: Fix PM runtime usage_count in driver unbind
8263e14 mips: fix syscall_get_nr
e2f26c6 dax/kmem: Fix leak of memory-hotplug resources
16850c9 alpha: fix FEN fault handling
034245d spi: spi-sn-f-ospi: fix duplicate flag while assigning to mode_bits
a354667 genirq/msi: Take the per-device MSI lock before validating the control structure
e0b0354 genirq/msi, platform-msi: Ensure that MSI descriptors are unreferenced
6dcf132 mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON
ece25d3 panic: fix the panic_print NMI backtrace setting
15a6cdd regulator: core: Use ktime_get_boottime() to determine how long a regulator was off
c79e1d1 ceph: update the time stamps and try to drop the suid/sgid
cc8c0dd rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails
833f8db fuse: add inode/permission checks to fileattr_get/fileattr_set
d1c9727 arm64: Reset KASAN tag in copy_highpage with HW tags only
1e614cc arm64: mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAP
7521da2 arm64: acpi: Fix possible memory leak of ffh_ctxt
897e7a1 ARM: dts: exynos: correct TMU phandle in Odroid HC1
1e2fb42 ARM: dts: exynos: correct TMU phandle in Odroid XU
676c567 ARM: dts: exynos: correct TMU phandle in Exynos5250
044a032 ARM: dts: exynos: correct TMU phandle in Odroid XU3 family
360c3fd ARM: dts: exynos: correct TMU phandle in Exynos4
d77be13 ARM: dts: exynos: correct TMU phandle in Exynos4210
ad08f81 ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for IOMMU node
8acd379 ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for IOMMU node
837fffc spi: intel: Check number of chip selects after reading the descriptor
8014342 hwmon: (nct6775) Fix incorrect parenthesization in nct6775_write_fan_div()
984d16e hwmon: (peci/cputemp) Fix off-by-one in coretemp_label allocation
844ea6c dm flakey: fix a bug with 32-bit highmem systems
63d3161 dm flakey: don't corrupt the zero page
ed56ad5 dm cache: free background tracker's queued work in btracker_destroy
7bcf6d6 dm flakey: fix logic when corrupting a bio
6921f81 thermal: intel: powerclamp: Fix cur_state for multi package system
205b02a qede: fix interrupt coalescing configuration
f163947 cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies
bf3c348 wifi: cfg80211: Set SSID if it is not already set
f4b6a13 wifi: cfg80211: Fix use after free for wext
2388cfc wifi: ath11k: allow system suspend to survive ath11k
5368db4 wifi: rtl8xxxu: Use a longer retry limit of 48
976fe24 wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power on/off twice
06d2e5a dm: add cond_resched() to dm_wq_requeue_work()
eb1d07e dm: add cond_resched() to dm_wq_work()
4eb29b0 dm: send just one event on resize, not two
99341b8 mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type
9b2152b mtd: spi-nor: spansion: Consider reserved bits in CFR5 register
7205650 mtd: spi-nor: sfdp: Fix index value for SCCR dwords
bee57c2 Input: exc3000 - properly stop timer on shutdown
18c6566 cxl/pmem: Fix nvdimm registration races
a458a8c ext4: refuse to create ea block when umounted
d2efaf8 ext4: optimize ea_inode block expansion
1ae9665 jbd2: fix data missing when reusing bh which is ready to be checkpointed
f500c21 ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC
536ee36 ALSA: ice1712: Do not left ice->gpio_mutex locked in aureon_add_controls()
dca31ef mm/damon/paddr: fix missing folio_put()
2b1501f crypto: qat - fix out-of-bounds read
79f4dbd irqdomain: Fix domain registration race
a6e3d28 irqdomain: Fix mapping-creation race
adeaa9a irqdomain: Refactor __irq_domain_alloc_irqs()
b1f1086 irqdomain: Drop bogus fwspec-mapping error handling
a941936 irqdomain: Look for existing mapping only once
4c002a3 irqdomain: Fix disassociation race
b364e1f irqdomain: Fix association race
70ece74 selftests: seccomp: Fix incorrect kernel headers search path
9930b56 selftests: vm: Fix incorrect kernel headers search path
3664b27 selftests: dmabuf-heaps: Fix incorrect kernel headers search path
c5f32e5 selftests: drivers: Fix incorrect kernel headers search path
bf5f096 selftests: futex: Fix incorrect kernel headers search path
f1e5724 selftests: ipc: Fix incorrect kernel headers search path
2f905e7 selftests: perf_events: Fix incorrect kernel headers search path
e96c8d2 selftests: mount_setattr: Fix incorrect kernel headers search path
0795092 selftests: move_mount_set_group: Fix incorrect kernel headers search path
f14636c selftests: rseq: Fix incorrect kernel headers search path
1326589 selftests: sync: Fix incorrect kernel headers search path
acaac31 selftests: ptp: Fix incorrect kernel headers search path
9671a5f selftests: user_events: Fix incorrect kernel headers search path
d38e9b0 selftests: filesystems: Fix incorrect kernel headers search path
25bbf79 selftests: gpio: Fix incorrect kernel headers search path
9d8a289 selftests: media_tests: Fix incorrect kernel headers search path
cbe62ad selftests: kcmp: Fix incorrect kernel headers search path
1a7651c selftests: membarrier: Fix incorrect kernel headers search path
79ceed1 selftests: pidfd: Fix incorrect kernel headers search path
81755c5 selftests: clone3: Fix incorrect kernel headers search path
424cb47 selftests: arm64: Fix incorrect kernel headers search path
8c74205 selftests: pid_namespace: Fix incorrect kernel headers search path
7b8a9d5 selftests: core: Fix incorrect kernel headers search path
e13dade selftests: sched: Fix incorrect kernel headers search path
ea28082 selftests/ftrace: Fix eprobe syntax test case to check filter support
0337928 selftests/powerpc: Fix incorrect kernel headers search path
eb57afe ima: Align ima_file_mmap() parameters with mmap_file LSM hook
51bf199 ima: fix error handling logic when file measurement failed
57a0078 brd: check for REQ_NOWAIT and set correct page allocation mask
87f1bf2 brd: return 0/-error from brd_insert_page()
c3435c7 brd: mark as nowait compatible
36261d4 virt/sev-guest: Return -EIO if certificate buffer is not large enough
b3add48 Documentation/hw-vuln: Document the interaction between IBRS and STIBP
ead3c8e x86/speculation: Allow enabling STIBP with legacy IBRS
eaf5dea x86/microcode/AMD: Fix mixed steppings support
4515c05 x86/microcode/AMD: Add a  @cpu parameter to the reloading functions
034cf5a x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter
edcbb28 x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range
ce84d99 x86/kprobes: Fix __recover_optprobed_insn check optimizing logic
1698fda x86/reboot: Disable SVM, not just VMX, when stopping CPUs
3a4afb7 x86/reboot: Disable virtualization in an emergency if SVM is supported
b01c0d0 x86/crash: Disable virt in core NMI crash handler to avoid double shootdown
28b136d x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)
52b6f40 selftests: x86: Fix incorrect kernel headers search path
59dc47c KVM: SVM: hyper-v: placate modpost section mismatch error
57e604e KVM: SVM: Fix potential overflow in SEV's send|receive_update_data()
bbbd67a KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32
4e01634 KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPI
e943f98 KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
ac46aca KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target
164e297 KVM: SVM: Flush the "current" TLB when activating AVIC
c60d913 KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to 32-bit ID
f911843 KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID "change" if APIC is disabled
7e65b89 KVM: x86: Blindly get current x2APIC reg value on "nodecode write" traps
6e255bc KVM: x86: Purge "highest ISR" cache when updating APICv state
906ea00 KVM: Register /dev/kvm as the very last thing during initialization
3ba95cc KVM: VMX: Fix crash due to uninitialized current_vmcs
fb436dd KVM: Destroy target device if coalesced MMIO unregistration fails
6930ca3 md: don't update recovery_cp when curr_resync is ACTIVE
5d6cc05 udf: Fix file corruption when appending just after end of preallocated extent
9e3b5ef udf: Detect system inodes linked into directory hierarchy
bc170fa udf: Preserve link count of system files
6d18ced udf: Do not update file length for failed writes to inline files
7a965da udf: Do not bother merging very long extents
2b7da22 udf: Truncate added extents on failed expansion
3d47428 selftests/landlock: Test ptrace as much as possible with Yama
3126dcb selftests/landlock: Skip overlayfs tests when not supported
8929fd5 fs/cramfs/inode.c: initialize file_ra_state
c51d1a3 ocfs2: fix non-auto defrag path not working issue
590507e ocfs2: fix defrag path triggering jbd2 ASSERT
f7e2861 f2fs: Revert "f2fs: truncate blocks in batch in __complete_revoke_list()"
eb52f13 f2fs: fix kernel crash due to null io->bio
3dd1cbf f2fs: fix cgroup writeback accounting with fs-layer encryption
6b93f1e f2fs: retry to update the inode page given data corruption
eebaece f2fs: fix information leak in f2fs_move_inline_dirents()
23a7f43 fs: dlm: send FIN ack back in right cases
dcfde37 fs: dlm: move sending fin message into state change handling
5cdc586 fs: dlm: don't set stop rx flag after node reset
c7283d6 fs: dlm: fix race setting stop tx flag
73a2bd4 fs: dlm: be sure to call dlm_send_queue_flush()
a2de9f9 fs: dlm: fix use after free in midcomms commit
714329e fs: dlm: start midcomms before scand
ec03f6a exfat: fix inode->i_blocks for non-512 byte sector size device
ea0f96f exfat: redefine DIR_DELETED as the bad cluster number
499c8e2 exfat: fix unexpected EOF while reading dir
9bb5e48 exfat: fix reporting fs error when reading dir beyond EOF
f348b37 fs: hfsplus: fix UAF issue in hfsplus_put_super
38d72e6 hfs: fix missing hfs_bnode_get() in __hfs_bnode_create
eaa2a19 io_uring: mark task TASK_RUNNING before handling resume/task work
156aab6 ARM: dts: exynos: correct HDMI phy compatible in Exynos4
6f7cd84 torture: Fix hang during kthread shutdown phase
11d38f8 ksmbd: fix possible memory leak in smb2_lock()
237f4b7 ksmbd: do not allow the actual frame length to be smaller than the rfc1002 length
af2639f ksmbd: fix wrong data area length for smb2 lock request
a513dd8 locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpath
d534fa3 btrfs: sysfs: update fs features directory asynchronously
ab71c26 btrfs: hold block group refcount during async discard
8a3ebb7 scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmi
2f3d3fa scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info()
6798909 scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization
83f3388 cifs: return a single-use cfid if we did not get a lease
6391b89 cifs: Check the lease context if we actually got a lease
ef0cd88 cifs: don't try to use rdma offload on encrypted connections
74ab771 cifs: split out smb3_use_rdma_offload() helper
7b4002f cifs: introduce cifs_io_parms in smb2_async_writev()
c53236e cifs: fix mount on old smb servers
ad76ca6 cifs: Fix uninitialized memory reads for oparms.mode
2c72ff0 cifs: Fix uninitialized memory read in smb3_qfs_tcon()
a4ee013 cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALID
d8682c4 KVM: s390: disable migration mode when dirty tracking is disabled
141bdce s390/kprobes: fix current_kprobe never cleared after kprobes reenter
2110de0 s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handler
be1b2f1 s390/ipl: add loadparm parameter to eckd ipl/reipl data
facf2a1 s390/ipl: add DEFINE_GENERIC_LOADPARM()
4530187 s390: discard .interp section
c9d079a s390/extmem: return correct segment type in __segment_load()
10fb2e1 io_uring: fix fget leak when fs don't support nowait buffered read
6f1e744 io_uring/poll: allow some retries for poll triggering spuriously
9b5ed6b io_uring: remove MSG_NOSIGNAL from recvmsg
e559fb5 io_uring/rsrc: disallow multi-source reg buffers
bb94f3c io_uring: add reschedule point to handle_tw_list()
300c2f0 io_uring: add a conditional reschedule to the IOPOLL cancelation loop
ff43f73 io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
3712482 io_uring: use user visible tail in io_uring_poll()
2ad1065 io_uring: Replace 0-length array with flexible array
4e26ea5 ipmi:ssif: Add a timer between request retries
17e3c7f ipmi_ssif: Rename idle state and check
5bf2e80 ipmi:ssif: resend_msg() cannot fail
292e9b1 ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms'
c61cff0 rtc: pm8xxx: fix set-alarm race
0510d5e block: be a bit more careful in checking for NULL bdev while polling
6b6676d block: clear bio->bi_bdev when putting a bio back in the cache
3dbd3d1 block: don't allow multiple bios for IOCB_NOWAIT issue
22689a0 firmware: coreboot: framebuffer: Ignore reserved pixel color bits
411590b wifi: rtl8xxxu: fixing transmisison failure for rtl8192eu
75c0013 driver core: fw_devlink: Avoid spurious error message
7bea49d drm/shmem-helper: Revert accidental non-GPL export
e7e072c drm/i915/mtl: Correct implementation of Wa_18018781329
aa71316 cifs: prevent data race in smb2_reconnect()
3b91486 nfsd: don't hand out delegation on setuid files being opened for write
048d424 nfsd: zero out pointers after putting nfsd_files on COPY setup error
31966a7 dm cache: add cond_resched() to various workqueue loops
dcb25ac dm thin: add cond_resched() to various workqueue loops
63a412d drm/amd/display: disable SubVP + DRR to prevent underflow
14dec56 drm/amd/display: Disable HUBP/DPP PG on DCN314 for now
a1982d5 drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5
d54c791 drm/amd/display: Enable P-state validation checks for DCN314
04deaae HID: logitech-hidpp: Don't restart communication if not necessary
3ffd2cd scsi: ufs: core: Fix device management cmd timeout flow
995424f scsi: snic: Fix memory leak with using debugfs_lookup()
a1ba330 drm/amd/display: Do not commit pipe when updating DRR
e5a6db7 pinctrl: at91: use devm_kasprintf() to avoid potential leaks
e4aacc7 hwmon: (nct6775) B650/B660/X670 ASUS boards support
edb8e4b hwmon: (nct6775) Directly call ASUS ACPI WMI method
c57a8d1 hwmon: (coretemp) Simplify platform device handling
9fc32da gfs2: Improve gfs2_make_fs_rw error handling
6853d56 drm/amd/display: fix FCLK pstate change underflow
1ec5ede Revert "drm/amdgpu: TA unload messages are not actually sent to psp when amdgpu is uninstalled"
eb97499 regulator: s5m8767: Bounds check id indexing into arrays
f96ad1b regulator: max77802: Bounds check regulator id against opmode
466b884 ASoC: kirkwood: Iterate over array indexes instead of using pointer math
37a3eb6 ASoC: soc-compress: Reposition and add pcm_mutex
6f1c105 drm/msm/dpu: Add DSC hardware blocks to register snapshot
9eba635 docs/scripts/gdb: add necessary make scripts_gdb step
e5a6618 habanalabs: fix bug in timestamps registration code
b08669f habanalabs: extend fatal messages to contain PCI info
1593616 drm/client: Test for connectors before sending hotplug event
6dce564 drm/amd/display: Set hvm_enabled flag for S/G mode
d099b0f drm/drm_print: correct format problem
20eda27 drm: rcar-du: Fix setting a reserved bit in DPLLCR
c51dab5 drm: rcar-du: Add quirk for H3 ES1.x pclk workaround
759ea56 drm/msm/dsi: Add missing check for alloc_ordered_workqueue
5478c80 HID: uclogic: Add support for XP-PEN Deco Pro MW
0924f4b HID: uclogic: Add support for XP-PEN Deco Pro SW
96e0f2b HID: uclogic: Add battery quirk
d329bac HID: uclogic: Add frame type quirk
24aaf66 drm/amd/display: fix mapping to non-allocated address
1bdea8e drm: amd: display: Fix memory leakage
586fda3 drm/amd: Avoid ASSERT for some message failures
1300f91 Revert "fbcon: don't lose the console font across generic->chip driver switch"
8becb97 scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write
81ea4f8 drm/amdkfd: Page aligned memory reserve size
383781b drm/amd: Avoid BUG() for case of SRIOV missing IP version
e2791f2 drm/radeon: free iio for atombios when driver shutdown
0c0da18 drm/amd/display: Defer DIG FIFO disable after VID stream enable
2c24102 drm/tiny: ili9486: Do not assume 8-bit only SPI controllers
811b203 HID: Add Mapping for System Microphone Mute
fbf3b9f drm/omap: dsi: Fix excessive stack usage
00b655f drm/amd/display: Fix potential null-deref in dm_resume
6d5273f drm/amd/display: Revert Reduce delay when sink device not able to ACK 00340h write
ffa70a7 drm/amd/display: Reduce expected sdp bandwidth for dcn321
e5a1bdf drm: panel-orientation-quirks: Add quirk for DynaBook K50
03eb529 drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab 3 X90F
f1d1823 scm: add user copy checks to put_cmsg()
46ecdc0 devlink: Fix TP_STRUCT_entry in trace of devlink health report
53d766c s390/kfence: fix page fault reporting
ca6d6e7 hv_netvsc: Check status in SEND_RNDIS_PKT completion message
ee9732c wifi: rtw89: debug: avoid invalid access on RTW89_DBG_SEL_MAC_30
e2eba59 Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CE
8b51d43 Bluetooth: btusb: Add new PID/VID 0489:e0f2 for MT7921
e261de0 Bluetooth: Fix issue with Actions Semi ATS2851 based devices
30fee10 PM: EM: fix memory leak with using debugfs_lookup()
543d711 PM: domains: fix memory leak with using debugfs_lookup()
b588b42 time/debug: Fix memory leak with using debugfs_lookup()
fc60c4f s390/idle: mark arch_cpu_idle() noinstr
9ff7fc0 uaccess: Add minimum bounds check on kernel buffer size
f101594 coda: Avoid partial allocation of sig_inputArgs
fea8f26 net/mlx5: fw_tracer: Fix debug print
46652b0 ACPI: video: Fix Lenovo Ideapad Z570 DMI match
44e8c42 wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanup
7663d70 platform/x86: dell-ddv: Add support for interface version 3
f396f2c tools/power/x86/intel-speed-select: Add Emerald Rapid quirk
9aa116f gcc-plugins: drop -std=gnu++11 to fix GCC 13 build
dd4faac can: isotp: check CAN address family in isotp_bind()
30bd123 netfilter: nf_tables: NULL pointer dereference in nf_tables_updobj()
d036524 s390/mm,ptdump: avoid Kasan vs Memcpy Real markers swapping
0a873e7 m68k: Check syscall_trace_enter() return code
411317d net: bcmgenet: Add a check for oversized packets
be64d4b crypto: hisilicon: Wipe entire pool on error
68acead clocksource: Suspend the watchdog temporarily when high read latency detected
63fb588 thermal: intel: intel_pch: Add support for Wellsburg PCH
8ff9e3f bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
4948cdc ACPI: Don't build ACPICA with '-Os'
76751e1 Compiler attributes: GCC cold function alignment workarounds
99d0ce8 ice: add missing checks for PF vsi type
5bcb0a5 ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPB
2bed027 inet: fix fast path in _inet_hash_connect()
d0db59e wifi: mt7601u: fix an integer underflow
81ccbdf wifi: rtw89: fix assignation of TX BD RAM table
c02f733 wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of-bounds
70e37d8 bpftool: Always disable stack protection for BPF objects
135da29 x86/bugs: Reset speculation control settings on init
cbd2ca8 timers: Prevent union confusion from unexpected restart_syscall()
eddbff5 thermal: intel: Fix unsigned comparison with less than zero
8ec481e wifi: ath11k: debugfs: fix to work with multiple PCI devices
0de2180 rcu-tasks: Handle queue-shrink/callback-enqueue race condition
5c12121 rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
c7c0bc0 srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL
f713285 rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
639bdc7 rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
ba166e0 wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()
9089c30 wifi: ath11k: fix monitor mode bringup crash
de15e8b wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()
c2cb786 perf/x86/intel/uncore: Add Meteor Lake support
28a2cd8 cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG
8d0e32f cpuidle: drivers: firmware: psci: Dont instrument suspend code
bcb553f x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads
3fb1b2c cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
03fd93c arm64: zynqmp: Enable hs termination flag for USB dwc3 controller
03d7193 btrfs: scrub: improve tree block error reporting
5286b72 trace/blktrace: fix memory leak with using debugfs_lookup()
bfe46d2 blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deactivate_policy()
57a425b blk-cgroup: dropping parent refcount after pd_free_fn() is done
b96d7b4 blk-iocost: fix divide by 0 error in calc_lcoefs()
88c6180 fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected
29961ee ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
439076f exit: Detect and fix irq disabled state in oops
655bed1 context_tracking: Fix noinstr vs KASAN
3ed4492 udf: Define EFSCORRUPTED error code
cd62fd3 arm64: dts: qcom: msm8996: Add additional A2NoC clocks
049875b ARM: OMAP2+: omap4-common: Fix refcount leak bug
d1cd17d rpmsg: glink: Release driver_override
ed6c1ac rpmsg: glink: Avoid infinite loop on intent for missing channel
ce33877 media: saa7134: Use video_unregister_device for radio_dev
19aadf0 media: usb: siano: Fix use after free bugs caused by do_submit_urb
f84631a media: i2c: ov7670: 0 instead of -EINVAL was returned
ac058bd media: atomisp: Only set default_run_mode on first open of a stream/asd
97443d4 media: atomisp: fix videobuf2 Kconfig depenendency
182ea49 media: rc: Fix use-after-free bugs caused by ene_tx_irqsim()
bfe402c media: drivers/media/v4l2-core/v4l2-h264 : add detection of null pointers
7a32be7 media: amphion: correct the unspecified color space
9534ddc media: imx-jpeg: Apply clk_bulk api instead of operating specific clk
47cdece media: hantro: Fix JPEG encoder ENUM_FRMSIZE on RK3399
3037ef8 media: v4l2-jpeg: ignore the unknown APP14 marker
dc3f86a media: v4l2-jpeg: correct the skip count in jpeg_parse_app14_data
3402691 media: platform: mtk-mdp3: fix Kconfig dependencies
e057d12 media: camss: csiphy-3ph: avoid undefined behavior
76ae281 media: platform: mtk-mdp3: Fix return value check in mdp_probe()
ec50986 media: i2c: imx219: Fix binning for RAW8 capture
6547093 media: i2c: imx219: Split common registers from mode tables
c86d760 media: i2c: ov772x: Fix memleak in ov772x_probe()
c955f7f media: mc: Get media_device directly from pad
243553a media: ov5640: Handle delays when no reset_gpio set
7c263c4 media: ov5640: Fix soft reset sequence and timings
d67fc82 media: i2c: tc358746: fix possible endianness issue
04ec166 media: i2c: tc358746: fix ignoring read error in g_register callback
a3905ae media: i2c: tc358746: fix missing return assignment
7a36a6b media: ov5675: Fix memleak in ov5675_init_controls()
7c405ee media: ov2740: Fix memleak in ov2740_init_controls()
5e31213 media: max9286: Fix memleak in max9286_v4l2_register()
6b9fec0 builddeb: clean generated package content
05bd918 s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64
e49b665 powerpc: Remove linker flag from KBUILD_AFLAGS
16f7e93 media: imx: imx7-media-csi: fix missing clk_disable_unprepare() in imx7_csi_init()
e616bb8 media: platform: ti: Add missing check for devm_regulator_get
bdc64b8 media: ti: cal: fix possible memory leak in cal_ctx_create()
e36e77b remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headers
57551c3 Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use"
0ef9594 IB/hfi1: Fix sdma.h tx->num_descs off-by-one errors
aba23d0 IB/hfi1: Fix math bugs in hfi1_can_pin_pages()
c171386 RDMA/rxe: Fix missing memory barriers in rxe_queue.h
cc5bd6d RDMA/mana_ib: Fix a bug when the PF indicates more entries for registering memory on first packet
32c7905 Subject: RDMA/rxe: Handle zero length rdma
0e44376 RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarray
5264698 RDMA/rxe: Cleanup page variables in rxe_mr.c
9e7cf79 RDMA-rxe: Isolate mr code from atomic_write_reply()
97bf601 RDMA-rxe: Isolate mr code from atomic_reply()
c54b725 RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c
8ef37e0 RDMA/rxe: Cleanup mr_check_range
b1cdbac iommu/vt-d: Allow to use flush-queue when first level is default
a405f3f iommu/vt-d: Fix error handling in sva enable/disable paths
5bba023 dmaengine: ptdma: check for null desc before calling pt_cmd_callback
e8d0afc dmaengine: dw-axi-dmac: Do not dereference NULL structure
8bd5040 dmaengine: sf-pdma: pdma_desc memory leak fix
697cd38 iommu/amd: Do not identity map v2 capable device when snp is enabled
8602fa3 iommu: Fix error unwind in iommu_group_alloc()
dd55240 iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry()
090745d PCI: qcom: Fix host-init error handling
c560aa0 phy: rockchip-typec: fix tcphy_get_mode error case
7e6f271 PCI: Fix dropping valid root bus resources with .end = zero
126eda5 dmaengine: dw-edma: Fix readq_ch() return value truncation
c8f3a4f usb: host: fsl-mph-dr-of: reuse device_set_of_node_from_dev
7d6b7d8 mtd: mtdpart: Don't create platform device that'll never probe
8c62cf7 driver core: fw_devlink: Make cycle detection more robust
1b5f2cd driver core: fw_devlink: Improve check for fwnode with no device/driver
1392204 driver core: fw_devlink: Consolidate device link flag computation
3641c01 driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle
083dcec driver core: fw_devlink: Don't purge child fwnode's consumer links
a6716dd driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
963875b tty: serial: imx: disable Ageing Timer interrupt request irq
1b0ed9d serial: fsl_lpuart: fix RS485 RTS polariy inverse issue
209e4aa RDMA/irdma: Cap MSIX used to online CPUs + 1
99a5bdd usb: max-3421: Fix setting of I/O pins
9ddc77e RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()
140ec56 RDMA/siw: Fix user page pinning accounting
9a2041a power: supply: remove faulty cooling logic
adcc71b iommu/vt-d: Set No Execute Enable bit in PASID table entry
b6ad904 PCI: mt7621: Delay phy ports initialization
01b685c phy: mediatek: remove temporary variable  @Mask
25b3236 usb: gadget: configfs: Restrict symlink creation is UDC already binded
4aa0500 usb: musb: mediatek: don't unregister something that wasn't registered
ef71422 RDMA/cxgb4: add null-ptr-check after ip_dev_find()
9331593 tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma case
df7c8ab usb: early: xhci-dbc: Fix a potential out-of-bound memory access
f44b50c fpga: microchip-spi: rewrite status polling in a time measurable way
71f18e0 fpga: microchip-spi: move SPI I/O buffers out of stack
1562691 dmaengine: dw-edma: Fix missing src/dst address of interleaved xfers
5217979 fotg210-udc: Add missing completion handler
b59cecc iommufd: Add three missing structures in ucmd_buffer
642f7cc selftests: iommu: Fix test_cmd_destroy_access() call in user_copy
5d0492d firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handle
3ee3112 drivers: base: transport_class: fix resource leak when transport_add_device() fails
8454522 drivers: base: transport_class: fix possible memory leak
5a9de90 driver core: location: Free struct acpi_pld_info pld before return false
f39d211 driver core: fix resource leak in device_add()
67173e8 iommu/exynos: Fix error handling in exynos_iommu_init()
464765a misc: fastrpc: Fix an error handling path in fastrpc_rpmsg_probe()
23fbe2e misc/mei/hdcp: Use correct macros to initialize uuid_le
1df27cd mei: pxp: Use correct macros to initialize uuid_le
91b8e4f VMCI: check context->notify_page after call to get_user_pages_fast() to avoid GPF
f2cdcce firmware: stratix10-svc: fix error handle while alloc/add device failed
06358cb firmware: stratix10-svc: add missing gen_pool_destroy() in stratix10_svc_drv_probe()
8a31309 applicom: Fix PCI device refcount leak in applicom_init()
2e4047f eeprom: idt_89hpesx: Fix error handling in idt_init()
4c55fb0 Revert "char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_protocol"
f15b81c serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()
a293ae8 tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()
14a9a6b tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()
8a9232f hwtracing: hisi_ptt: Only add the supported devices to the filters list
cdf0f19 PCI: endpoint: pci-epf-vntb: Add epf_ntb_mw_bar_clear() num_mws kernel-doc
ec4b595 PCI: switchtec: Return -EFAULT for copy_to_user() errors
c3c277b PCI/IOV: Enlarge virtfn sysfs name buffer
226e6fb usb: typec: intel_pmc_mux: Don't leak the ACPI device reference count
2551b9d coresight: cti: Add PM runtime call in enable_store
14d3414 coresight: cti: Prevent negative values of enable count
065a789 coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTR
43a44b6 media: uvcvideo: Refactor power_line_frequency_controls_limited
93f6ffd media: uvcvideo: Refactor uvc_ctrl_mappings_uvcXX
42cbbc6 media: uvcvideo: Implement mask for V4L2_CTRL_TYPE_MENU
90f0165 media: uvcvideo: Check for INACTIVE in uvc_ctrl_is_accessible()
98395e5 alpha/boot/tools/objstrip: fix the check for ELF header
e6ca154 kobject: Fix slab-out-of-bounds in fill_kobj_path()
1798230 driver core: fix potential null-ptr-deref in device_add()
aec6fe2 soundwire: cadence: Don't overflow the command FIFOs
a7b051b i2c: qcom-geni: change i2c_master_hub to static
b8637b7 i2c: designware: fix i2c_dw_clk_rate() return size to be u32
2a45906 usb: gadget: fusb300_udc: free irq on the error path in fusb300_probe()
b621272 iio: light: tsl2563: Do not hardcode interrupt trigger type
8abd2ff RDMA/hns: Fix refcount leak in hns_roce_mmap
5e66a55 dmaengine: HISI_DMA should depend on ARCH_HISI
410f0f4 RDMA/erdma: Fix refcount leak in erdma_mmap
59079d1 dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0
a62a5e7 mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read()
65899de mfd: cs5535: Don't build on UML
c475cf7 mfd: rk808: Re-add rk808-clkout to RK818
ee0c54c sysctl: fix proc_dobool() usability
68a3c4e selftests/ftrace: Fix probepoint testcase to ignore _pfx symbols
b2db826 objtool: add UACCESS exceptions for _tsan_volatile_read/write
7e4974f perf tests stat_all_metrics: Change true workload to sleep workload for system wide check
5c8ffa6 printf: fix errname.c list
476ffae perf record: Fix segfault with --overwrite and --max-size
dd6bb99 selftests: use printf instead of echo -ne
d58872b selftests/ftrace: Fix bash specific "==" operator
32e4908 selftests: find echo binary to use -ne options
b2aa10c sparc: allow PM configs for sparc32 COMPILE_TEST
b16aa69 perf stat: Avoid merging/aggregating metric counts twice
c65e272 perf tools: Fix auto-complete on aarch64
0294495 perf test bpf: Skip test if kernel-debuginfo is not present
a40e866 perf jevents: Correct bad character encoding
31d8fc3 perf stat: Hide invalid uncore event output for aggr mode
ea05aea perf intel-pt: Do not try to queue auxtrace data on pipe
4523045 perf inject: Use perf_data__read() for auxtrace
745e536 tools/tracing/rtla: osnoise_hist: use total duration for average calculation
3012112 leds: simatic-ipc-leds-gpio: Make sure we have the GPIO providing driver
f99e2d0 leds: is31fl319x: Wrap mutex_destroy() for devm_add_action_or_rest()
ddf3e82 leds: led-core: Fix refcount leak in of_led_get()
3992d60 perf llvm: Fix inadvertent file creation
a3f1e86 gfs2: jdata writepage fix
85c32ee cifs: use tcon allocation functions even for dummy tcon
2d0c4f5 cifs: Fix warning and UAF when destroy the MR list
04b7e13 cifs: Fix lost destroy smbd connection when MR allocate failed
c1dcc9f NFSD: copy the whole verifier in nfsd_copy_write_verifier
e01e63b nfsd: don't fsync nfsd_files on last close
6c63d60 nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_open
c6678ee NFSD: fix problems with cleanup on errors in nfsd4_copy
8f56584 nfsd: clean up potential nfsd_file refcount leaks in COPY codepath
5934686 nfsd: fix race to check ls_layouts
6c3c054 NFSD: fix leaked reference count of nfsd4_ssc_umount_item
0517ebb NFSD: enhance inter-server copy cleanup
86defba drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()
94f48ae ALSA: hda/hdmi: Register with vga_switcheroo on Dual GPU Macbooks
dc2d28d hid: bigben_probe(): validate report count
90289e7 HID: bigben: use spinlock to safely schedule workers
f409a22 HID: bigben_worker() remove unneeded check on report_field
3bcb202 HID: bigben: use spinlock to protect concurrent accesses
5d822c5 ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declared
7f0e046 spi: synquacer: Fix timeout handling in synquacer_spi_transfer_one()
0873f08 drm/i915: Fix GEN8_MISCCPCTL
34802bb drm/i915/pvc: Annotate two more workaround/tuning registers as MCR
d483c9a drm/i915/pvc: Implement recommended caching policy
0d5f35b NFS: fix disabling of swap
1edd69a nfs4trace: fix state manager flag printing
6956261 dm: remove flush_scheduled_work() during local_exit()
cc169f8 ASoC: tlv320adcx140: fix 'ti,gpio-config' DT property init
c51d9f7 hwmon: (mlxreg-fan) Return zero speed for broken fan
9b516cd spi: bcm63xx-hsspi: Fix multi-bit mode setting
3042f6a HID: logitech-hidpp: Hard-code HID++ 1.0 fast scroll support
232a974 drm/amd/display: don't call dc_interrupt_set() for disabled crtcs
335ed52 ASoC: codecs: lpass: fix incorrect mclk rate
4b322e3 ASoC: codecs: lpass: register mclk after runtime pm
0ce16b0 ASoC: qcom: q6apm-dai: Add SNDRV_PCM_INFO_BATCH flag
74f751f ASoC: qcom: q6apm-dai: fix race condition while updating the position pointer
deaab3c ASoC: qcom: q6apm-lpass-dai: unprepare stream if its already prepared
c55922a HID: retain initial quirks set up when creating HID devices
d1b0a17 HID: multitouch: Add quirks for flipped axes
047bad4 scsi: aic94xx: Add missing check for dma_map_single()
28137ea scsi: mpt3sas: Fix a memory leak
5bbd770 drm/amdgpu: fix enum odm_combine_mode mismatch
87ca47a ALSA: hda: Fix the control element identification for multiple codecs
bba4779 hwmon: (ltc2945) Handle error case in ltc2945_value_store
81722f9 hwmon: (asus-ec-sensors) add missing mutex path
7067228 regulator: tps65219: use generic set_bypass()
e3004ac ASoC: dt-bindings: meson: fix gx-card codec node regex
43755de ASoC: mchp-spdifrx: Fix uninitialized use of mr in mchp_spdifrx_hw_params()
e83d62d ASoC: rsnd: fixup #endif position
03f7ac1 accel: fix CONFIG_DRM dependencies
73745e9 regmap: apply reg_base and reg_downshift for single register ops
eb9501a dm: improve shrinker debug names
10e49b1 ASoC: mchp-spdifrx: disable all interrupts in mchp_spdifrx_dai_remove()
ce1cb60 ASoC: mchp-spdifrx: fix controls that works with completion mechanism
c5cb63e ASoC: mchp-spdifrx: fix return value in case completion times out
bbf4ced ASoC: mchp-spdifrx: fix controls which rely on rsr register
4551a7c spi: dw_bt1: fix MUX_MMIO dependencies
95e40af ASoC: topology: Properly access value coming from topology file
ffc045a gpio: vf610: connect GPIO label to dev name
1a23b51 gpio: pca9570: rename platform_data to chip_data
b9398f1 dt-bindings: display: mediatek: Fix the fallback for mediatek,mt8186-disp-ccorr
71ad9a7 ASoC: soc-compress.c: fixup private_data on snd_soc_new_compress()
f3887c7 drm/mediatek: Clean dangling pointer on bind error path
7d569ae drm/mediatek: mtk_drm_crtc: Add checks for devm_kcalloc
7df662f drm/mediatek: Drop unbalanced obj unref
9434894 drm/mediatek: Use NULL instead of 0 for NULL pointer
f88d456 drm/mediatek: dsi: Reduce the time of dsi from LP11 to sending cmd
187e821 drm/msm/dpu: set pdpu->is_rt_pipe early in dpu_plane_sspp_atomic_update()
7db51a1 drm/i915/xehp: Annotate a couple more workaround registers as MCR
5c543b2 pinctrl: renesas: rzg2l: Fix configuring the GPIO pins as interrupts
76d4334 drm/i915/xehp: GAM registers don't need to be re-applied on engine resets
5008c43 drm/i915/mtl: Add initial gt workarounds
c4fa13e drm/tegra: firewall: Check for is_addr_reg existence in IMM check
e9ef73d gpu: host1x: Don't skip assigning syncpoints to channels
40fa345 gpu: host1x: Fix mask for syncpoint increment register
dcc5206 pinctrl: mediatek: Initialize variable buf to zero
e24f7b0 pinctrl: mediatek: Initialize variable pullen and pullup to zero
ff01e46 pinctrl: bcm2835: Remove of_node_put() in bcm2835_of_gpio_ranges_fallback()
f607dcd habanalabs: bugs fixes in timestamps buff alloc
37ff771 drm/msm/mdp5: Add check for kzalloc
c745fd4 drm/msm/dpu: Add check for pstates
a52e5a0 drm/msm/dpu: Add check for cstate
cf9432d drm/msm: use strscpy instead of strncpy
a9c4615 drm/msm/dpu: sc7180: add missing WB2 clock control
aeee3dc scsi: ufs: exynos: Fix DMA alignment for PAGE_SIZE != 4096
697d0cd drm/msm/dsi: Allow 2 CTRLs on v2.5.0
8799435 drm: exynos: dsi: Fix MIPI_DSINO* mode flags
e819faf drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightness
afcdc3d regulator: tps65219: use IS_ERR() to detect an error pointer
ef0c9df drm/bridge: lt9611: pass a pointer to the of node
ba6c79b drm/bridge: lt9611: fix clock calculation
a6b4324 drm/bridge: lt9611: fix programming of video modes
a660eb8 drm/bridge: lt9611: fix polarity programming
9701d56 drm/bridge: lt9611: fix HPD reenablement
56e7d7d drm/bridge: lt9611: fix sleep mode setup
9fe3644 drm/msm/dpu: Disallow unallocated resources to be returned
abadeef drm/msm/gem: Add check for kmalloc
ad7da02 drm/amdgpu: Use the sched from entity for amdgpu_cs trace
59473f6 ALSA: hda/ca0132: minor fix for allocation size
5fef23c drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup()
8efc9f6 drm/bridge: tc358767: Set default CLRSIPO count
28dcf69 ASoC: fsl_sai: initialize is_dsp_mode flag
0bd119b scsi: qla2xxx: edif: Fix clang warning
f2dde12 scsi: qla2xxx: Fix exchange oversubscription for management commands
e3f3a95 scsi: qla2xxx: Fix exchange oversubscription
cf71f10 drm/panel-edp: fix name for IVO product id 854b
cfd8ce7 drm/msm: clean event_thread->worker in case of an error
3df634f drm/vc4: hdmi: Correct interlaced timings again
633c84b drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5
7aa0c9e drm/vc4: hvs: Correct interrupt masking bit assignment for HVS5
a6e80c9 drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4
89016cc drm/vc4: hvs: Set AXI panic modes
190526c drm/vc4: hvs: Configure the HVS COB allocations
3c40b34 pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups
9ae053d pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain
e8272f6 pinctrl: qcom: pinctrl-msm8976: Correct function names for wcss pins
ae5ca11 drm/msm/hdmi: Add missing check for alloc_ordered_workqueue
5ee51b1 drm/msm/dpu: check for null return of devm_kzalloc() in dpu_writeback_init()
41dbd5f hwmon: (ftsteutates) Fix scaling of measurements
f483eda drm/vc4: drop all currently held locks if deadlock happens
86db720 drm/ast: Init iosys_map pointer as I/O memory for damage handling
38fad2d gpu: ipu-v3: common: Add of_node_put() for reference returned by of_graph_get_port_by_id()
7427f14 drm: tidss: Fix pixel format definition
d2d17ba drm/bridge: it6505: Guard bridge power in IRQ handler
72044b9 drm/vc4: dpi: Fix format mapping for RGB565
5a31ef6 drm/modes: Use strscpy() to copy command-line mode name
57031c4 drm/vkms: Fix null-ptr-deref in vkms_release()
07ab771 drm/vkms: Fix memory leak in vkms_init()
0d65877 drm/bridge: megachips: Fix error handling in i2c_register_driver()
ebc0aad drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXC
61a2d66 drm: mxsfb: DRM_IMX_LCDIF should depend on ARCH_MXC
3649b7f drm/bridge: ti-sn65dsi83: Fix delay after reset deassert to match spec
4af49c7 drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formats
961620a drm: Fix potential null-ptr-deref due to drmm_mode_config_init()
52901f5 sefltests: netdevsim: wait for devlink instance after netns removal
6b0e84a selftest: fib_tests: Always cleanup before exit
cd753c1 net/mlx5e: Align IPsec ASO result memory to be as required by hardware
b0cb274 net/mlx4_en: Introduce flexible array to silence overflow warning
3304fb3 net: lan966x: Fix possible deadlock inside PTP
f310445 net: bcmgenet: fix MoCA LED control
5370647 l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()
d06d871 selftests/net: Interpret UDP_GRO cmsg data as an int value
9c1001c net/smc: fix application data exception
0c764cc net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()
f3c8b56 irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts
76659c6 irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered interrupts
c7c0cac bpf: Fix global subprog context argument resolution logic
f296248 LoongArch, bpf: Use 4 instructions for function address in JIT
ffe1975 xsk: check IFF_UP earlier in Tx path
6d3c6d2 can: esd_usb: Make use of can_change_state() and relocate checking skb for NULL
0e18193 can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bus error
dc6a048 selftests/bpf: Fix xdp_do_redirect on s390x
5d447e0 bpf: Zeroing allocated object from slab in bpf memory allocator
229f98b wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()
55bb5f3 selftests/bpf: Fix map_kptr test.
68e675a thermal/drivers/hisi: Drop second sensor hi3660
7f3e65f tools/lib/thermal: Fix thermal_sampling_exit()
5305074 wifi: mac80211: fix off-by-one link setting
97cb35a wifi: mac80211: avoid u32_encode_bits() warning
975433e wifi: mac80211: Don't translate MLD addresses for multicast
f92f8ae wifi: mac80211: fix non-MLO station association
1380e66 wifi: mac80211: make rate u32 in sta_set_rate_info_rx()
51ac316 wifi: mac80211: move color collision detection report in a delayed work
d33c0c5 vfio/ccw: remove WARN_ON during shutdown
c456a63 crypto: crypto4xx - Call dma_unmap_page when done
e13d3af crypto: octeontx2 - Fix objects shared between several modules
9333e96 ACPI: resource: Do IRQ override on all TongFang GMxRGxx
8816409 ACPI: resource: Add IRQ overrides for MAINGEAR Vector Pro 2 models
9ce9dc8 selftests/bpf: Fix out-of-srctree build
2b93bf9 wifi: rtw89: fix parsing offset for MCC C2H
47858de wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()
c517df9 wifi: brcmfmac: pcie: Perform correct BCM4364 firmware selection
45e863c wifi: brcmfmac: pcie: Add IDs/properties for BCM4377
3ff7d71 wifi: brcmfmac: pcie: Add IDs/properties for BCM4355
dc9c1b1 wifi: brcmfmac: Rename Cypress 89459 to BCM4355
878a7c8 wifi: iwl4965: Add missing check for create_singlethread_workqueue()
17e07d6 wifi: iwl3945: Add missing check for create_singlethread_workqueue
a74b3da clocksource/drivers/riscv: Patch riscv_clock_next_event() jump before first use
9fef20a RISC-V: time: initialize hrtimer based broadcast clock event device
4db81f2 m68k: /proc/hardware should depend on PROC_FS
6805246 crypto: rsa-pkcs1pad - Use akcipher_request_complete
02d1ad9 rds: rds_rm_zerocopy_callback() correct order for list_add_tail()
8f0d9e6 xen/grant-dma-iommu: Implement a dummy probe_device() callback
9903313 libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()
70a6dad s390/ap: fix status returned by ap_qact()
c670b0e s390/ap: fix status returned by ap_aqic()
fcff42d s390: vfio-ap: tighten the NIB validity check
01fc68c net: ipa: generic command param fix
7c47177 Bluetooth: hci_qca: get wakeup status from serdev device handle
994e3e1 Bluetooth: L2CAP: Fix potential user-after-free
a6ef26a Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds
ab05ae4 cpufreq: davinci: Fix clk use after free
902d709 OPP: fix error checking in opp_migrate_dentry()
002189a rxrpc: Fix overwaking on call poking
fce60a2 tap: tap_open(): correctly initialize socket uid
4aa4b4b tun: tun_chr_open(): correctly initialize socket uid
1a09688 net: add sock_init_data_uid()
9b0543d s390/boot: fix mem_detect extended area allocation
520cefa s390/mem_detect: rely on diag260() if sclp_early_get_memsize() fails
7690582 s390/boot: cleanup decompressor header files
c3c47c3 s390/vmem: fix empty page tables cleanup under KASAN
4bca757 s390/mem_detect: fix detect_memory() error handling
4ae40c2 irqchip/ti-sci: Fix refcount leak in ti_sci_intr_irq_domain_probe
91e149b irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe
5fbf2cc irqchip/alpine-msi: Fix refcount leak in alpine_msix_init_domains
c32fb16 irqchip: Fix refcount leak in platform_irqchip_probe
7471c6a net/mlx5: Enhance debug print in page allocation failure
0765b5b wifi: mt76: mt7996: rely on mt76_connac2_mac_tx_rate_val
59c2b0a wifi: mt76: mt7921: fix error code of return in mt7921_acpi_read
6e6fffb wifi: mt76: add memory barrier to SDIO queue kick
c6485d7 wifi: mt76: mt7915: fix WED TxS reporting
7c3f4a3 wifi: mt76: fix switch default case in mt7996_reverse_frag0_hdr_trans
604990f wifi: mt76: dma: fix memory leak running mt76_dma_tx_cleanup
b539d35 wifi: mt76: mt7996: fix memory leak in mt7996_mcu_exit
3095fe1 wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exit
a0559fc wifi: mt76: mt7921: fix invalid remain_on_channel duration
ba9dfdd wifi: mt76: connac: fix POWER_CTRL command name typo
0add6bb wifi: mt76: mt7996: update register for CFEND_RATE
ec34f5f wifi: mt76: mt7996: fix chainmask calculation in mt7996_set_antenna()
fbe5e64 wifi: mt76: mt7921: fix channel switch fail in monitor mode
06c153e wifi: mt76: mt7915: rework mt7915_thermal_temp_store()
bebfd3d wifi: mt76: mt7915: rework mt7915_mcu_set_thermal_throttling
df822d9 wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() only after init_work
edf45a6 wifi: mt76: mt7921: fix deadlock in mt7921_abort_roc
997c747 bpftool: profile online CPUs instead of possible
e48ea40 crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmware
b7c11dd selftests/bpf: Initialize tc in xdp_synproxy
3a40c5c can: rcar_canfd: Fix R-Car V3U GAFLCFG field accesses
e753635 can: rcar_canfd: Fix R-Car V3U CAN mode selection
200a6ed kselftest/arm64: Fix enumeration of systems without 128 bit SME
25d931e wifi: iwlwifi: mei: fix compilation errors in rfkill()
4d25300 s390/bpf: Add expoline to tail calls
5b9ea87 drm/nouveau/disp: Fix nvif_outp_acquire_dp() argument size
2ab47c8 leds: led-class: Add missing put_device() to led_put()
d587084 crypto: xts - Handle EBUSY correctly
9a4350b selftests/bpf: Fix vmtest static compilation error
4f3f216 net: ethernet: ti: am65-cpsw/cpts: Fix CPTS release action
e5f2a79 x86/microcode: Adjust late loading result reporting message
70dd912 x86/microcode: Check CPU capabilities after late microcode update correctly
bc02155 x86/microcode: Add a parameter to microcode_check() to store CPU capabilities
c330078 bpf: Fix partial dynptr stack slot reads/writes
489b67f bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
720d250 bpf: Fix state pruning for STACK_DYNPTR stack slots
1a02933 powercap: fix possible name leak in powercap_register_zone()
9477db9 crypto: seqiv - Handle EBUSY correctly
69c67d4 crypto: essiv - Handle EBUSY correctly
3fea4ac crypto: ccp - Failure on re-initialization due to duplicate sysfs filename
0f716bd selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m
8970be2 ACPI: battery: Fix missing NUL-termination with large strings
07be332 wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()
64a78ec wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setup
554048a wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()
c766e37 wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() fails
bbfabab wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback function
eb2debf thermal/drivers/imx_sc_thermal: Fix the loop condition
ef94613 wifi: rtw88: Use non-atomic sta iterator in rtw_ra_mask_info_update()
82a4774 wifi: rtw88: Use rtw_iterate_vifs() for rtw_vif_watch_dog_iter()
0eabd7b wifi: orinoco: check return value of hermes_write_wordrec()
f39a86b wifi: rtl8xxxu: Fix memory leaks with RTL8723BU, RTL8192EU
48ffa7d wifi: rtw89: Add missing check for alloc_workqueue
a10b6d7 wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie()
d395509 thermal/drivers/tsens: limit num_sensors to 9 for msm8939
2e90a3f thermal/drivers/tsens: fix slope values for msm8939
b96888e thermal/drivers/tsens: Sort out msm8976 vs msm8956 data
140eb1a thermal/drivers/tsens: Drop msm8976-specific defines
b86f2b5 x86/signal: Fix the value returned by strict_sas_size()
423f406 s390/vfio-ap: fix an error handling path in vfio_ap_mdev_probe_queue()
b2686e1 s390/early: fix sclp_early_sccb variable lifetime
68b2e5d workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex
807e359 kselftest/arm64: Fix syscall-abi for systems without 128 bit SME
f4bf701 arm64/sysreg: Fix errors in 32 bit enumeration values
26efe8b arm64/cpufeature: Fix field sign for DIT hwcap detection
b016d8a selftests/xsk: print correct error codes when exiting
9a20b48 selftests/xsk: print correct payload for packet dump
4cc9a2d bpf_doc: Fix build error with older python versions
35812dc libbpf: Fix map creation flags sanitization
3bab09d ACPICA: nsrepair: handle cases without a return value correctly
08fe086 platform/chrome: cros_ec_typec: Update port DP VDO
0b25194 crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2
e83bf66 lib/mpi: Fix buffer overrun when SG is too long
8901f92 rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()
e1125f9 rcu-tasks: Remove preemption disablement around srcu_read[un]lock() calls
8e08fa8 rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purpose
9116e48 genirq: Fix the return type of kstat_cpu_irqs_sum()
2d028f2 ACPICA: Drop port I/O validation for some regions
c42ac10 crypto: ux500 - update debug config after ux500 cryp driver removal
56255bf crypto: x86/ghash - fix unaligned access in ghash_setkey()
6e042f6 libbpf: Fix invalid return address register in s390
bc81aba wifi: wl3501_cs: don't call kfree_skb() under spin_lock_irqsave()
b467882 wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()
08e4921 wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()
9e820b5 wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave()
6e03d5a wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave()
55b81a6 wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()
3a4d183 wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()
6da6ce0 wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init()
baef42d wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()
1f590fb wifi: ipw2200: fix memory leak in ipw_wdev_init()
3193cea wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()
59de322 libbpf: Fix btf__align_of() by taking into account field offsets
bcc2c3e libbpf: Fix single-line struct definition output in btf_dump
057b524 wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_limit()
ab5c382 wifi: rtw89: 8852c: rfk: correct DPK settings
9d212c3 wifi: rtw89: 8852c: rfk: correct DACK setting
f803754 wifi: rtl8xxxu: don't call dev_kfree_skb() under spin_lock_irqsave()
84bd9ae wifi: rtl8xxxu: Fix assignment to bit field priv->cck_agc_report_type
a1b3dea wifi: rtl8xxxu: Fix assignment to bit field priv->pi_enabled
d46c33f wifi: libertas: fix memory leak in lbs_init_adapter()
c486bf5 wifi: iwlegacy: common: don't call dev_kfree_skb() under spin_lock_irqsave()
41d8fed wifi: rtlwifi: rtl8723be: don't call kfree_skb() under spin_lock_irqsave()
7b85f2d wifi: rtlwifi: rtl8188ee: don't call kfree_skb() under spin_lock_irqsave()
50bb23d wifi: rtlwifi: rtl8821ae: don't call kfree_skb() under spin_lock_irqsave()
ace789b wifi: rsi: Fix memory leak in rsi_coex_attach()
ead3cff wifi: mt76: mt7921: resource leaks at mt7921_check_offload_capability()
2e95d99 wifi: mt76: fix coverity uninit_use_in_call in mt76_connac2_reverse_frag0_hdr_trans()
70f20a8 wifi: mt76: mt7915: fix unintended sign extension of mt7915_hw_queue_read()
946e011 wifi: mt76: mt7996: fix unintended sign extension of mt7996_hw_queue_read()
bf425c5 wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_power
8e62f80 wifi: mt76: mt7996: fix endianness warning in mt7996_mcu_sta_he_tlv
4dbd326 wifi: mt76: mt7996: drop always true condition of __mt7996_reg_addr()
3d51e05 wifi: mt76: mt7915: drop always true condition of __mt7915_reg_addr()
278f958 wifi: mt76: mt7996: check return value before accessing free_block_num
5911840 wifi: mt76: mt7915: check return value before accessing free_block_num
b102914 wifi: mt76: mt7996: fix integer handling issue of mt7996_rf_regval_set()
2861e7b wifi: mt76: mt7996: fix insecure data handling of mt7996_mcu_rx_radar_detected()
39f572e wifi: mt76: mt7996: fix insecure data handling of mt7996_mcu_ie_countdown()
ecff008 wifi: mt76: mt7915: fix mt7915_rate_txpower_get() resource leaks
0b358e3 wifi: mt76: mt7921s: fix slab-out-of-bounds access in sdio host
d5528c8 wifi: mt76: mt7915: add missing of_node_put()
00219d9 block: use proper return value from bio_failfast()
5d44ebb block: bio-integrity: Copy flags when bio_integrity_payload is cloned
0187c0a block: Fix io statistics for cgroup in throttle path
f4a3b85 block: sync mixed merged request's failfast with 1st bio's
0841d71 erofs: relinquish volume with mutex held
13e52f7 arm64: dts: qcom: pmk8350: Use the correct PON compatible
7caeed2 block: ublk: check IO buffer based on flag need_get_data
f4221b5 KEYS: asymmetric: Fix ECDSA use via keyctl uapi
a9cdc13 x86/perf/zhaoxin: Add stepping check for ZXC
60892ab perf/x86/intel/ds: Fix the conversion from TSC to perf time
1099004 sched/rt: pick_next_rt_entity(): check list_entry
7df3d6b io_uring,audit: don't log IORING_OP_MADVISE
aede523 s390/dasd: Fix potential memleak in dasd_eckd_init()
b6025cb arm64: dts: qcom: msm8992-lg-bullhead: Enable regulators
bcf3427 arm64: dts: qcom: sm6115: correct TLMM gpio-ranges
f61329e arm64: dts: qcom: msm8953: correct TLMM gpio-ranges
0dc6110 arm64: dts: qcom: msm8992-lg-bullhead: Correct memory overlaps with the SMEM and MPSS memory regions
dd35d62 arm64: dts: qcom: sm8450: drop incorrect cells from serial
6fca050 arm64: dts: qcom: sm8350: drop incorrect cells from serial
bac86c4 arm64: dts: qcom: msm8996 switch from RPM_SMD_BB_CLK1 to RPM_SMD_XO_CLK_SRC
4c9cec2 arm64: dts: qcom: msm8996: support using GPLL0 as kryocc input
97d9df3 blk-mq: correct stale comment of .get_budget
0d7c3d6 blk-mq: Fix potential io hung for shared sbitmap per tagset
559c1d6 blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait
ec64867 blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx
6c25776 blk-mq: avoid sleep in blk_mq_alloc_request_hctx
eae792c arm64: dts: qcom: sm8450-nagara: Correct firmware paths
205cbe7 ARM: dts: stm32: Update part number NVMEM description on stm32mp131
edc4610 arm64: dts: mediatek: mt7986: Fix watchdog compatible
e9b720f arm64: dts: mediatek: mt8195: Fix watchdog compatible
3876dcb arm64: dts: mediatek: mt8186: Fix watchdog compatible
0feed1a arm64: dts: mediatek: mt7622: Add missing pwm-cells to pwm node
64fdd02 arm64: dts: mt8186: Fix CPU map for single-cluster SoC
75ce55f arm64: dts: mt8192: Fix CPU map for single-cluster SoC
b448903 arm64: dts: mt8195: Fix CPU map for single-cluster SoC
5d22d1b sbitmap: correct wake_batch recalculation to avoid potential IO hung
9c3f9a4 sbitmap: remove redundant check in __sbitmap_queue_get_batch
ad781e6 ARM: dts: imx7s: correct iomuxc gpr mux controller cells
17d0008 ublk_drv: don't probe partitions if the ubq daemon isn't trusted
431b820 ublk_drv: remove nr_aborted_queues from ublk_device
5f6be4f ARM: dts: sun8i: nanopi-duo2: Fix regulator GPIO reference
801138b arm64: dts: meson: bananapi-m5: switch VDDIO_C pin to OPEN_DRAIN
3680b69 arm64: dts: meson: radxa-zero: allow usb otg mode
08f4f3b arm64: dts: renesas: beacon-renesom: Fix gpio expander reference
17d0b6f arm64: tegra: Mark host1x as dma-coherent on Tegra194/234
933fc8f locking/rwsem: Disable preemption in all down_read*() and up_read() code paths
280c8cf arm64: dts: amlogic: meson-sm1-odroid-hc4: fix active fan thermal trip
9bc9f18 arm64: dts: amlogic: meson-g12b-odroid-go-ultra: fix rk818 pmic properties
7e4c1d8 arm64: dts: amlogic: meson-gxbb-kii-pro: fix led node name
ed11338 arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node name
d459016 arm64: dts: amlogic: meson-sm1-bananapi-m5: fix adc keys node names
0927280 arm64: dts: amlogic: meson-gx-libretech-pc: fix update button name
ff24f4c arm64: dts: amlogic: meson-gxl: add missing unit address to eth-phy-mux node name
7bbd664 arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix invalid rtc node name
c9ce75e arm64: dts: amlogic: meson-gxl-s905w-jethome-jethub-j80: fix invalid rtc node name
63eae3e arm64: dts: amlogic: meson-gx: add missing unit address to rng node name
3b55969 arm64: dts: amlogic: meson-gxl-s905d-sml5442tw: drop invalid clock-names property
49780ea arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix supply name of USB controller node
de9ab09 arm64: dts: amlogic: meson-gx: add missing SCPI sensors compatible
8a03cf1 arm64: dts: amlogic: meson-axg: fix SCPI clock dvfs node name
8d833c2 arm64: dts: amlogic: meson-gx: fix SCPI clock dvfs node name
3e29428 ARM: imx: Call ida_simple_remove() for ida_simple_get
c0ca74d ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato
6186f6b arm64: dts: ti: k3-j7200: Fix wakeup pinmux range
b5cb36a ARM: s3c: fix s3c64xx_set_timer_source prototype
c2a50ba ARM: bcm2835_defconfig: Enable the framebuffer
160e14b arm64: dts: mediatek: mt8192: Mark scp_adsp clock as broken
8b3d81a ARM: OMAP1: call platform_device_put() in error case in omap1_dm_timer_init()
33d8900 arm64: dts: meson: remove CPU opps below 1GHz for G12A boards
b87b8b4 arm64: dts: qcom: ipq8074: correct PCIe QMP PHY output clock names
6a45cbd arm64: dts: qcom: ipq8074: fix Gen3 PCIe node
89c25dd arm64: dts: qcom: ipq8074: correct Gen2 PCIe ranges
4af8ed2 arm64: dts: qcom: ipq8074: fix Gen3 PCIe QMP PHY
5248b8c arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHY
b40421e arm64: dts: qcom: ipq8074: correct USB3 QMP PHY-s clock output names
19d8eed arm64: dts: qcom: msm8956: use SoC-specific compat for tsens
3cdd762 arm64: dts: qcom: msm8992-bullhead: Disable dfps_data_mem
0766512 arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem size
32c4a01 arm64: tegra: Fix duplicate regulator on Jetson TX1
80df626 arm64: dts: ti: k3-am62-main: Fix clocks for McSPI
dca64f4 cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE again
ad1370d arm64: dts: meson-gx: Fix the SCPI DVFS node name and unit address
cccc56d arm64: dts: meson-g12a: Fix internal Ethernet PHY unit name
20f281b arm64: dts: meson-gx: Fix Ethernet MAC address unit name
2b96930 arm64: dts: meson-axg: jethub-j1xx: Fix MAC address node names
69e890a arm64: dts: meson-gxl: jethub-j80: Fix Bluetooth MAC node name
23965b4 arm64: dts: meson-gxl: jethub-j80: Fix WiFi MAC address node
2566dda arm64: dts: qcom: sc8280xp: Vote for CX in USB controllers
9f289a4 arm64: dts: qcom: msm8996-oneplus-common: drop vdda-supply from DSI PHY
cfeeda0 arm64: dts: qcom: sdm845: make DP node follow the schema
e7253fb arm64: dts: qcom: sm8450: correct Soundwire wakeup interrupt name
621284c arm64: dts: qcom: sc8280xp: correct SPMI bus address cells
82dfa28 arm64: dts: qcom: sc7280: correct SPMI bus address cells
464926d arm64: dts: qcom: sc7180: correct SPMI bus address cells
e0af3ca x86/acpi/boot: Do not register processors that cannot be onlined for x2APIC
a2ee25f arm64: dts: qcom: sdm845-xiaomi-beryllium: fix audio codec interrupt pin name
862bc64 arm64: dts: qcom: sdm845-db845c: fix audio codec interrupt pin name
01ba5cd arm64: dts: mediatek: mt8186: Fix systimer 13 MHz clock description
fe54ab0 arm64: dts: mediatek: mt8195: Fix systimer 13 MHz clock description
ae6110b arm64: dts: mediatek: mt8192: Fix systimer 13 MHz clock description
69f15d8 arm64: dts: mediatek: mt8183: Fix systimer 13 MHz clock description
a2bbaed arm64: dts: mediatek: mt8195: Add power domain to U3PHY1 T-PHY
a43a098 fs: dlm: fix return value check in dlm_memory_init()
4c22ee8 ARM: zynq: Fix refcount leak in zynq_early_slcr_init
7ae2deb arm64: dts: imx8m: Align SoC unique ID node unit address
9b0bf08 arm64: dts: qcom: sm6125-seine: Clean up gpio-keys (volume down)
64b8e7d arm64: dts: qcom: sm6125: Reorder HSUSB PHY clocks to match bindings
6db7df8 arm64: dts: qcom: sm6350-lena: Flatten gpio-keys pinctrl state
83da279 arm64: dts: qcom: sm8350-sagami: Rectify GPIO keys
faabae0 arm64: dts: qcom: sm8350-sagami: Add GPIO line names for PMIC GPIOs
1877117 arm64: dts: qcom: sm8350-sagami: Configure SLG51000 PMIC on PDX215
2eae556 arm64: dts: qcom: Re-enable resin on MSM8998 and SDM845 boards
6040263 arm64: dts: qcom: sdm670-google-sargo: keep pm660 ldo8 on
55fe06e arm64: dts: qcom: sm6350: Fix up the ramoops node
724e442 arm64: dts: qcom: pmi8950: Correct rev_1250v channel label to mv
4b6eabd arm64: dts: qcom: sm8150-kumano: Panel framebuffer is 2.5k instead of 4k
e0400d7 arm64: dts: qcom: sm6115: Provide xo clk to rpmcc
0b37aeb arm64: dts: qcom: sm6115: Fix UFS node
2ba8e8c arm64: dts: qcom: msm8996-tone: Fix USB taking 6 minutes to wake up
664d301 arm64: dts: qcom: qcs404: use symbol names for PCIe resets
4f7ad1b ARM: OMAP2+: Fix memory leak in realtime_counter_init()
a2bb058 ata: ahci: Revert "ata: ahci: Add Tiger Lake UP{3,4} AHCI controller"
a4afda5 powerpc/mm: Rearrange if-else block to avoid clang warning
c21cd34 iommu: Attach device group to old domain in error path
446080b iommu/amd: Improve page fault error reporting
539258a iommu/amd: Skip attach device domain is same as new domain
df5d89e iommu/amd: Fix error handling for pdev_pri_ats_enable()
b08bcfb HID: asus: use spinlock to safely schedule workers
3cd664c HID: asus: use spinlock to protect concurrent accesses

Xanmod

Homepage
Download Linux 6.2.3-xanmod1 source from GitHub