Debian 9913 Published by

A new XanMod Linux Kernel based on the latest Linux LTS Kernel 5.10.80 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.





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 5.10.80-xanmod1

  • 9b7cbb7 Linux 5.10.80-xanmod1
  • ff3152a Merge tag 'v5.10.80' into 5.10
  • f884bb8 Linux 5.10.80
  • 1e49a79 soc/tegra: pmc: Fix imbalanced clock disabling in error code path
  • 45490bf x86/sev: Make the #VC exception stacks part of the default stacks storage
  • fc25889 x86/sev: Add an x86 version of cc_platform_has()
  • 74ba917 arch/cc: Introduce a function to check for confidential computing features
  • 5be42b2 selftests/bpf: Fix also no-alu32 strobemeta selftest
  • 1e73409 mmc: moxart: Fix null pointer dereference on pointer host
  • 188bf40 ath10k: fix invalid dma_addr_t token assignment
  • d41f4d4 SUNRPC: Partial revert of commit 6f9f172
  • c7a440c PCI: aardvark: Fix PCIe Max Payload Size setting
  • f967d12 PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros
  • f3396f6 drm/sun4i: Fix macros in sun8i_csc.h
  • 1023355 powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
  • 77d543e powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unload
  • 9dcdadd mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC engines
  • 51e34fc mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC engines
  • e1de04d mtd: rawnand: orion: Keep the driver compatible with on-die ECC engines
  • b4e2e9f mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC engines
  • 963db3c mtd: rawnand: gpio: Keep the driver compatible with on-die ECC engines
  • 13566bc mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC engines
  • 9b366f5 mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines
  • cbc55cf mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC engines
  • 1f42081 s390/cio: make ccw_device_dma_* more robust
  • c9ca966 s390/ap: Fix hanging ioctl caused by orphaned replies
  • 57de1fb s390/tape: fix timer initialization in tape_std_assign()
  • 1174298 s390/cio: check the subchannel validity for dev_busid
  • 7d0341b video: backlight: Drop maximum brightness override for brightness zero
  • 332306b mfd: dln2: Add cell for initializing DLN2 ADC
  • 1d45798 mm, oom: do not trigger out_of_memory from the #PF
  • ac7f6be mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks
  • 1ada869 powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPEC
  • 7fcf865 powerpc/security: Add a helper to query stf_barrier type
  • 951fb7b powerpc/bpf: Validate branch ranges
  • 51cf71d powerpc/lib: Add helper to check if offset is within conditional branch range
  • 7429322 memcg: prohibit unconditional exceeding the limit of dying tasks
  • 32246ce 9p/net: fix missing error check in p9_check_errors
  • a8cdf34 net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE
  • 0bf5c6a f2fs: should use GFP_NOFS for directory inodes
  • 7930892 irqchip/sifive-plic: Fixup EOI failed when masked
  • f67f6eb posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()
  • 1372eb1 x86/mce: Add errata workaround for Skylake SKX37
  • 1ee5bc2 MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL
  • fc42bbb parisc: Fix backtrace to always include init funtion names
  • 241c74c ARM: 9156/1: drop cc-option fallbacks for architecture selection
  • 03f2578 ARM: 9155/1: fix early early_iounmap()
  • ee79560 selftests/net: udpgso_bench_rx: fix port argument
  • 8b215ed cxgb4: fix eeprom len when diagnostics not implemented
  • 93bc3ef net/smc: fix sk_refcnt underflow on linkdown and fallback
  • 7e03b79 vsock: prevent unnecessary refcnt inc for nonblocking connect
  • ad3d219 net: stmmac: allow a tc-taprio base-time of zero
  • b30459c net: hns3: allow configure ETS bandwidth of all TCs
  • ee11f16 net: hns3: fix kernel crash when unload VF while it is being reset
  • 79aa870 net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any
  • b570346 seq_file: fix passing wrong private data
  • 4af0cd1 gve: Fix off by one in gve_tx_timeout()
  • c842a4c bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
  • 8b5c98a bpf, sockmap: Remove unhash handler for BPF sockmap usage
  • 0fe81d7 arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions
  • 727c812 nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails
  • 9f0e683 llc: fix out-of-bound array index in llc_sk_dev_hash()
  • b833274 perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
  • 7091fcc zram: off by one in read_block_state()
  • 64bde0c mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregister_migration()
  • a3c205c can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for mcp251xfd_chip_rx_int_enable()
  • 300d874 mfd: core: Add missing of_node_put for loop iteration
  • 6439b91 bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed
  • acb01e9 net: phy: fix duplex out of sync problem while changing settings
  • 090e170 drm/nouveau/svm: Fix refcount leak bug and missing check against null bug
  • ee8a3ae ACPI: PMIC: Fix intel_pmic_regs_handler() read accesses
  • d83832d ice: Fix not stopping Tx queues for VFs
  • 354ae5c ice: Fix replacing VF hardware MAC to existing MAC filter
  • e04a7a8 net: vlan: fix a UAF in vlan_dev_real_dev()
  • 3fe164e openrisc: fix SMP tlb flush NULL pointer dereference
  • 628773a ethtool: fix ethtool msg len calculation for pause stats
  • e78c267 net: davinci_emac: Fix interrupt pacing disable
  • 111f775 xen-pciback: Fix return in pm_ctrl_init()
  • de9721e i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'
  • 8c3e204 NFSv4: Fix a regression in nfs_set_open_stateid_locked()
  • 0afb3bc scsi: qla2xxx: Turn off target reset during issue_lip
  • 09595fd scsi: qla2xxx: Fix gnl list corruption
  • cbe3114 scsi: qla2xxx: Relogin during fabric disturbance
  • bc3f207 scsi: qla2xxx: Changes to support FCP2 Target
  • ba5eb0e ar7: fix kernel builds for compiler test
  • ef9f7ab watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUT
  • aaa64ee m68k: set a default value for MEMORY_RESERVE
  • a4cbf00 signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
  • b04c17a dmaengine: dmaengine_desc_callback_valid(): Check for callback_result
  • bba31f3 netfilter: nfnetlink_queue: fix OOB when mac header was cleared
  • 4196826 soc: fsl: dpaa2-console: free buffer before returning from dpaa2_console_read
  • 6caab6c auxdisplay: ht16k33: Fix frame buffer device blanking
  • 178522a auxdisplay: ht16k33: Connect backlight to fbdev
  • a1d6a60 auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
  • 0e1709b Fix user namespace leak
  • 90e7415 NFS: Fix an Oops in pnfs_mark_request_commit()
  • 10f2108 NFS: Fix up commit deadlocks
  • 91e43a8 dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro
  • 038dfd6 rtc: rv3032: fix error handling in rv3032_clkout_set_rate()
  • 5061e10 remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'
  • 36104e1 mtd: core: don't remove debugfs directory if device is in use
  • 0b73c02 PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation
  • d2ff7a8 mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()
  • c4eb684 fs: orangefs: fix error return code of orangefs_revalidate_lookup()
  • 3e7b08e NFS: Fix deadlocks in nfs_scan_commit_list()
  • 1494389 opp: Fix return in _opp_add_static_v2()
  • bea3213 PCI: aardvark: Fix preserving PCI_EXP_RTCTL_CRSSVE flag on emulated bridge
  • ec6dba3 PCI: aardvark: Don't spam about PIO Response Status
  • 2e54858 drm/plane-helper: fix uninitialized variable reference
  • e94c59b pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds
  • 8ac076c NFS: Fix dentry verifier races
  • 9d438db i2c: mediatek: fixing the incorrect register offset
  • f3492c4 nfsd: don't alloc under spinlock in rpc_parse_scope_id
  • 602ab1f rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined
  • 851b622 apparmor: fix error check
  • 9c9c33e power: supply: bq27xxx: Fix kernel crash on IRQ handler register error
  • dbdf0f2 mips: cm: Convert to bitfield API to fix out-of-bounds access
  • c8447cb virtio_ring: check desc == NULL when using indirect with packed
  • 80e6643 ASoC: cs42l42: Correct configuring of switch inversion from ts-inv
  • cb0fdd9 ASoC: cs42l42: Use device_property API instead of of_property
  • ef9d007 ASoC: cs42l42: Disable regulators if probe fails
  • c0faad6 powerpc/44x/fsp2: add missing of_node_put
  • 4310970 HID: u2fzero: properly handle timeouts in usb_submit_urb
  • e2f0bff HID: u2fzero: clarify error check and length calculations
  • 26be378 clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULL
  • f288601 serial: xilinx_uartps: Fix race condition causing stuck TX
  • 515778f phy: qcom-snps: Correct the FSEL_MASK
  • fd05657 phy: ti: gmii-sel: check of_get_address() for failure
  • 0a46740 phy: qcom-qusb2: Fix a memory leak on probe
  • ec40a28 pinctrl: equilibrium: Fix function addition in multiple groups
  • a0467ca soc: qcom: apr: Add of_node_put() before return
  • b41c528 firmware: qcom_scm: Fix error retval in __qcom_scm_is_call_available()
  • 31e7a83 usb: dwc2: drd: reset current session before setting the new one
  • fc86da7 usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabled
  • 6774a42 usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_init
  • 068dfa5 serial: imx: fix detach/attach of serial console
  • d293bd4 scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer
  • 75df593 scsi: ufs: Refactor ufshcd_setup_clocks() to remove skip_ref_clk
  • 948d8f2 iio: adis: do not disabe IRQs in 'adis_init()'
  • c8e5edc usb: typec: STUSB160X should select REGMAP_I2C
  • 503d6e5 soc: qcom: rpmhpd: Make power_on actually enable the domain
  • 81e37cf soc: qcom: rpmhpd: Provide some missing struct member descriptions
  • b288b84 ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER
  • 1812deb ASoC: cs42l42: Correct some register default values
  • d34982c ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
  • 602fefd ARM: dts: stm32: fix SAI sub nodes register range
  • 3fb7522 ARM: dts: stm32: Reduce DHCOR SPI NOR frequency to 50 MHz
  • 7823847 pinctrl: renesas: checker: Fix off-by-one bug in drive register check
  • 51bcffb staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MIC
  • 0bb8359 staging: most: dim2: do not double-register the same device
  • 8e1feec usb: musb: select GENERIC_PHY instead of depending on it
  • 0058f7f RDMA/mlx4: Return missed an error if device doesn't support steering
  • bce61de scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()
  • 12c4673 power: supply: max17040: fix null-ptr-deref in max17040_probe()
  • c553d67 power: supply: rt5033_battery: Change voltage values to µV
  • d8da632 usb: gadget: hid: fix error code in do_config()
  • 92a80e1 serial: 8250_dw: Drop wrong use of ACPI_PTR()
  • cfbf58a powerpc: fix unbalanced node refcount in check_kvm_guest()
  • 54965d9 powerpc: Fix is_kvm_guest() / kvm_para_available()
  • e01a4d7 powerpc: Reintroduce is_kvm_guest() as a fast-path check
  • 1132072 powerpc: Rename is_kvm_guest() to check_kvm_guest()
  • 61c5d9f powerpc: Refactor is_kvm_guest() declaration to new header
  • 67074c6 video: fbdev: chipsfb: use memset_io() instead of memset()
  • fb24243 clk: at91: check pmc node status before registering syscore ops
  • 20cc0fa memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe
  • d3833d3 soc/tegra: Fix an error handling path in tegra_powergate_power_up()
  • 9a22442 ASoC: SOF: topology: do not power down primary core during topology removal
  • 8b6124d arm: dts: omap3-gta04a4: accelerometer irq fix
  • e195945 driver core: Fix possible memory leak in device_link_add()
  • ddb13dd scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()
  • 4438a74 soundwire: debugfs: use controller id and link_id for debugfs
  • 3fe8d23 ALSA: hda: Use position buffer for SKL+ again
  • c550c7c ALSA: hda: Fix hang during shutdown due to link reset
  • 23e8f77 ALSA: hda: Release controller display power during shutdown/reboot
  • 5972e97 ALSA: hda: Reduce udelay() at SKL+ position reporting
  • 1db71de arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc@6000
  • d833ddd arm64: dts: renesas: beacon: Fix Ethernet PHY mode
  • d70247b arm64: dts: qcom: msm8916: Fix Secondary MI2S bit clock
  • 980c7bd JFS: fix memleak in jfs_mount
  • c4edd20 MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORT
  • 24149c9 scsi: dc395: Fix error case unwinding
  • 6348983 ARM: dts: at91: tse850: the emacphy interface is rmii
  • b6493c2 bus: ti-sysc: Fix timekeeping_suspended warning on resume
  • 85085c3 arm64: dts: meson-g12b: Fix the pwm regulator supply properties
  • 4ccb7e4 arm64: dts: meson-g12a: Fix the pwm regulator supply properties
  • 20baf01 arm64: dts: ti: k3-j721e-main: Fix "bus-range" upto 256 bus number for PCIe
  • 7a1617a arm64: dts: ti: k3-j721e-main: Fix "max-virtual-functions" in PCIe EP nodes
  • 64a43b7 RDMA/bnxt_re: Fix query SRQ failure
  • fe3c11f ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY
  • 2887df8 arm64: dts: rockchip: Fix GPU register width for RK3328
  • 3f33f09 ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc()
  • cdd3dd9 clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths
  • 2fde76d ARM: dts: BCM5301X: Fix memory nodes names
  • 5282385 RDMA/rxe: Fix wrong port_cap_flags
  • a2c17c9 iio: st_sensors: disable regulators after device unregistration
  • bfedc81 iio: st_sensors: Call st_sensors_power_enable() from bus drivers
  • f84c7a0 of: unittest: fix EXPECT text for gpio hog errors
  • 4a50bc0 bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
  • 84dde8c bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
  • 9308f9c cgroup: Fix rootcg cpu.stat guest double counting
  • a3fdcd1 ibmvnic: Process crqs after enabling interrupts
  • 5b3f720 ibmvnic: don't stop queue in xmit
  • 366235d udp6: allow SO_MARK ctrl msg to affect routing
  • 8f3d881 selftests/bpf: Fix fclose/pclose mismatch in test_progs
  • 71ec65c crypto: pcrypt - Delay write to padata->info
  • fb41b8f net: phylink: avoid mvneta warning when setting pause parameters
  • 08449a5 net: amd-xgbe: Toggle PLL settings during rate change
  • b17f424 selftests/bpf: Fix fd cleanup in sk_lookup test
  • 2989a39 selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUN
  • ae1f588 drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits
  • a586453 wcn36xx: Fix discarded frames due to wrong sequence number
  • 3965cc2 wcn36xx: add proper DMA memory barriers in rx path
  • 62d1265 libertas: Fix possible memory leak in probe and disconnect
  • 975c15a libertas_tf: Fix possible memory leak in probe and disconnect
  • 3aa98ef KVM: s390: Fix handle_sske page fault handling
  • 5109802 samples/kretprobes: Fix return value if register_kretprobe() failed
  • c3ac751 spi: spi-rpc-if: Check return value of rpcif_sw_init()
  • 5b7b4af tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()
  • 3925134 libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
  • 227efdd tpm_tis_spi: Add missing SPI ID
  • ff1a0f7 tpm: fix Atmel TPM crash caused by too frequent queries
  • 43b4860 irq: mips: avoid nested irq_enter()
  • 29a1cc3 KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
  • 759f27c KVM: s390: pv: avoid double free of sida page
  • a729eb5 s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()
  • 50fcaa7 libbpf: Fix BTF header parsing checks
  • 12872fd libbpf: Fix overflow in BTF sanity checks
  • 255eb8f libbpf: Allow loading empty BTFs
  • 4d4d6aa libbpf: Fix BTF data layout checks and allow empty BTF
  • 0b95aaa bpftool: Avoid leaking the JSON writer prepared for program metadata
  • 7cd4af9 KVM: selftests: Fix nested SVM tests when built with clang
  • 293fa72 KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.c
  • d337537 smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi
  • 807f01f drm/msm: Fix potential NULL dereference in DPU SSPP
  • 6d1f315 x86/sev: Fix stack type check in vc_switch_off_ist()
  • 8e2f97d clocksource/drivers/timer-ti-dm: Select TIMER_OF
  • b9f142d PM: hibernate: fix sparse warnings
  • e8c0b74 nvme-rdma: fix error code in nvme_rdma_setup_ctrl
  • 7668cbe phy: micrel: ksz8041nl: do not use power down mode
  • d405eb1 net: enetc: unmap DMA in enetc_send_cmd()
  • 14e12b7 mwifiex: Send DELBA requests according to spec
  • 4ed5bb3 rsi: stop thread firstly in rsi_91x_init() error handling
  • e270226 mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()
  • 1a270da mt76: mt7915: fix sta_rec_wtbl tag len
  • 116652a mt76: mt7915: fix possible infinite loop release semaphore
  • 7a8e4ef mt76: mt76x02: fix endianness warnings in mt76x02_mac.c
  • 4d5c7f0 mt76: mt7615: fix endianness warning in mt7615_mac_write_txwi
  • 4187bf3 platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning
  • 25c032c mmc: mxs-mmc: disable regulator on error and in the remove function
  • 7c1c7ac media: ir_toy: assignment to be16 should be of correct type
  • daf15fa net: stream: don't purge sk_error_queue in sk_stream_kill_queues()
  • 14d2415 drm/msm: uninitialized variable in msm_gem_import()
  • 3424931 drm/msm: potential error pointer dereference in init()
  • a342cb4 tcp: switch orphan_count to bare per-cpu counters
  • c85c6fa kernel/sched: Fix sched_fork() access an invalid sched_task_group
  • e1ee114 ath10k: fix max antenna gain unit
  • 786976b hwmon: (pmbus/lm25066) Let compiler determine outer dimension of lm25066_coeff
  • fbc80c8 hwmon: Fix possible memleak in __hwmon_device_register()
  • e29352f net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE
  • 41fe79c memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()
  • 4756d7f memstick: avoid out-of-range warning
  • 72de92d mmc: sdhci-omap: Fix context restore
  • 2fd26ec mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured
  • a9fbeb5 gve: Recover from queue stall due to missed IRQ
  • 9e4f708 b43: fix a lower bounds test
  • 508faf8 b43legacy: fix a lower bounds test
  • 6a16100 hwrng: mtk - Force runtime pm ops for sleep ops
  • 8d98683 crypto: qat - disregard spurious PFVF interrupts
  • d99fdd1 crypto: qat - detect PFVF collision after ACK
  • 1fe4b24 media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable()
  • 740a794 netfilter: nft_dynset: relax superfluous check on set updates
  • af756be rcu: Always inline rcu_dynticks_task*_{enter,exit}()
  • 6880325 EDAC/amd64: Handle three rank interleaving mode
  • 1b2d422 PM: EM: Fix inefficient states detection
  • d01e847 ath9k: Fix potential interrupt storm on queue reset
  • 52e3545 media: em28xx: Don't use ops->suspend if it is NULL
  • f03e062 cpuidle: Fix kobject memory leaks in error paths
  • 66f7de1 crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency
  • 848f1f0 kprobes: Do not use local variable when creating debugfs file
  • c34bfe4 media: cx23885: Fix snd_card_free call on null card pointer
  • 388cebf media: tm6000: Avoid card name truncation
  • 86626be media: si470x: Avoid card name truncation
  • 88315ed media: radio-wl1273: Avoid card name truncation
  • 4280b30 media: mtk-vpu: Fix a resource leak in the error handling path of 'mtk_vpu_probe()'
  • e43b301 media: TDA1997x: handle short reads of hdmi info frame.
  • c85e591 media: v4l2-ioctl: S_CTRL output the right value
  • e2f3608 media: dvb-usb: fix ununit-value in az6027_rc_query
  • 0a85325 media: cxd2880-spi: Fix a null pointer dereference on error handling path
  • 4303b39 media: em28xx: add missing em28xx_close_extension
  • 375150b drm/amdgpu: fix warning for overflow check
  • 8980f9d arm64: mm: update max_pfn after memory hotplug
  • cbbf816 drm/ttm: stop calling tt_swapin in vm_access
  • c39154d ath10k: sdio: Add missing BH locking around napi_schdule()
  • ffed645 ath10k: Fix missing frame timestamp for beacon/probe-resp
  • 08fb000 ath11k: Fix memory leak in ath11k_qmi_driver_event_work
  • 4519fb9 ath11k: fix packet drops due to incorrect 6 GHz freq value in rx status
  • b6a46ec ath11k: Avoid race during regd updates
  • ac49af1 ath11k: fix some sleeping in atomic bugs
  • 9833cb3 net: dsa: rtl8366rb: Fix off-by-one bug
  • 78fb8c9 rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()
  • 03725f7 crypto: caam - disable pkc for non-E SoCs
  • f0b40bf Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync
  • 310f581 wilc1000: fix possible memory leak in cfg_scan_result()
  • 3a95dbc wcn36xx: Fix Antenna Diversity Switching
  • ba8ba76 cgroup: Make rebind_subsystems() disable v2 controllers all at once
  • a585e04 net: net_namespace: Fix undefined member in key_remove_domain()
  • fb4a58f lockdep: Let lock_is_held_type() detect recursive read as read
  • 3809844 virtio-gpu: fix possible memory allocation failure
  • 582de9e drm/v3d: fix wait for TMU write combiner flush
  • f0bc12b objtool: Fix static_call list generation
  • b36ab50 x86/xen: Mark cpu_bringup_and_idle() as dead_end_function
  • abf37e8 objtool: Add xen_start_kernel() to noreturn list
  • 6b72caa MIPS: lantiq: dma: fix burst length for DEU
  • 226d68f rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()
  • c20d8c1 Bluetooth: fix init and cleanup of sco_conn.timeout_work
  • 19337ed selftests/bpf: Fix strobemeta selftest regression
  • bc91992 netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream state
  • 0c5e946 parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling
  • a1ec31a parisc/unwind: fix unwinder when CONFIG_64BIT is enabled
  • ee75174 erofs: don't trigger WARN() when decompression fails
  • 50a2d12 task_stack: Fix end_of_stack() for architectures with upwards-growing stack
  • 44d4c43 parisc: fix warning in flush_tlb_all
  • d8166a2 selftests/core: fix conflicting types compile error for close_range()
  • 6f038b1 drm/amd/display: dcn20_resource_construct reduce scope of FPU enabled
  • ddfcae9 x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted
  • c4cfdf5 wcn36xx: Correct band/freq reporting on RX
  • a27095c spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()
  • b917f9b btrfs: do not take the uuid_mutex in btrfs_rm_device
  • 428bb3d btrfs: reflink: initialize return value to 0 in btrfs_extent_same()
  • eeb96eb ACPI: AC: Quirk GK45 to skip reading _PSR
  • 42d8c28 net: annotate data-race in neigh_output()
  • c2e5f43 vrf: run conntrack only in context of lower/physdev for locally generated packets
  • b3ae170 ARM: 9136/1: ARMv7-M uses BE-8, not BE-32
  • b870d8a gfs2: Fix glock_hash_walk bugs
  • 16a7981 gfs2: Cancel remote delete work asynchronously
  • 9ceac30 gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE_NONE
  • 25a45d3 ARM: clang: Do not rely on lr register for stacktrace
  • c11aecb smackfs: use __GFP_NOFAIL for smk_cipso_doi()
  • 32a9a8f iwlwifi: mvm: disable RX-diversity in powersave
  • e658d59 selftests/bpf: Fix perf_buffer test on system with offline cpus
  • d6dca06 selftests: kvm: fix mismatched fclose() after popen()
  • 9f4bd00 PM: hibernate: Get block device exclusively in swsusp_check()
  • 7a0b68e nvme: drop scan_lock and always kick requeue list when removing namespaces
  • 8232782 nvmet-tcp: fix use-after-free when a port is removed
  • 2659d82 nvmet-rdma: fix use-after-free when a port is removed
  • e73574f nvmet: fix use-after-free when a port is removed
  • 1a10bf4 media: allegro: ignore interrupt if mailbox is not initialized
  • 49cc377 block: remove inaccurate requeue check
  • 451cef2 mwl8k: Fix use-after-free in mwl8k_fw_state_machine()
  • 16c2dd0 mt76: mt7915: fix an off-by-one bound check
  • ea7f880 tracing/cfi: Fix cmp_entries_* functions signature mismatch
  • 5736f1d workqueue: make sysfs of unbound kworker cpumask more clever
  • ab5c46f lib/xz: Validate the value before assigning it to an enum variable
  • aa5d35e lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompression
  • cad55af memstick: r592: Fix a UAF bug when removing the driver
  • 2338c35 md: update superblock after changing rdev flags in state_store
  • b34ea3c block: bump max plugged deferred size from 16 to 32
  • 517feec drm/msm: prevent NULL dereference in msm_gpu_crashstate_capture()
  • e1d7f02 leaking_addresses: Always print a trailing newline
  • 9101e25 net: phy: micrel: make *-skew-ps check more lenient
  • 832fad3 drm/amdkfd: fix resume error when iommu disabled in Picasso
  • 65c84e0 ACPI: battery: Accept charges over the design capacity as full
  • b600866 iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
  • 219df0f mmc: moxart: Fix reference count leaks in moxart_probe
  • 38608d3 ath: dfs_pattern_detector: Fix possible null-pointer dereference in channel_detector_create()
  • 3c2434d tracefs: Have tracefs directories not set OTH permission bits by default
  • 8524501 net-sysfs: try not to restart the syscall if it will fail eventually
  • b94e5bd media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte()
  • e3bc3e1 media: ipu3-imgu: VIDIOC_QUERYCAP: Fix bus_info
  • b499d40 media: ipu3-imgu: imgu_fmt: Handle properly try
  • 272e546 ACPICA: Avoid evaluating methods too early during system resume
  • f09e1a2 fs/proc/uptime.c: Fix idle time reporting in /proc/uptime
  • 6e242c5 ipmi: Disable some operations during a panic
  • 1f38e5e media: rcar-csi2: Add checking to rcsi2_start_receiver()
  • 3d5575b brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tablet
  • 7d54f52 rtw88: fix RX clock gate setting while fifo dump
  • d506a3d ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK
  • 2709971 media: mceusb: return without resubmitting URB in case of -EPROTO error.
  • 40b8e7d media: imx: set a media_device bus_info string
  • a62edd8 media: s5p-mfc: Add checking to s5p_mfc_probe().
  • b570e36 media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
  • f4037b9 media: uvcvideo: Set unique vdev name based in type
  • d934941 media: uvcvideo: Return -EIO for control errors
  • 2052c4c media: uvcvideo: Set capability in s_param
  • 0c91bb4 media: stm32: Potential NULL pointer dereference in dcmi_irq_thread()
  • 309ea22 media: atomisp: Fix error handling in probe
  • f4c652b media: netup_unidvb: handle interrupt properly according to the firmware
  • 09ee093 media: mt9p031: Fix corrupted frame after restarting stream
  • aded39f ath10k: high latency fixes for beacon buffer
  • 461a71a ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packets
  • 43ab645 ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED
  • 97890f3 ath11k: Avoid reg rules update during firmware recovery
  • 2114f80 drm/amdgpu: Fix MMIO access page fault
  • 68ac723 fscrypt: allow 256-bit master keys with AES-256-XTS
  • f526d94 mwifiex: Properly initialize private structure on interface type changes
  • bab1517 mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-type
  • 7ca1711 x86: Increase exception stack sizes
  • 1c04dab ath11k: Align bss_chan_info structure with firmware
  • 3fac6fe smackfs: Fix use-after-free in netlbl_catmap_walk()
  • 02ddf26 rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop
  • 8d433ab net: sched: update default qdisc visibility after Tx queue cnt changes
  • 28118dc locking/lockdep: Avoid RCU-induced noinstr fail
  • b92a5df MIPS: lantiq: dma: reset correct number of channel
  • 5af57ce MIPS: lantiq: dma: add small delay after reset
  • 396e302 platform/x86: wmi: do not fail if disabling fails
  • 7f43cda rcutorture: Avoid problematic critical section nesting on PREEMPT_RT
  • 7987f31 drm/panel-orientation-quirks: add Valve Steam Deck
  • c10465f Bluetooth: fix use-after-free error in lock_sock_nested()
  • 4dfba42 Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
  • 509ae4a drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6
  • 62b90d7 drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1
  • 780fff2 drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)
  • 6758d66 dma-buf: WARN on dmabuf release with pending attachments
  • 890e4ed power: supply: max17042_battery: Clear status bits in interrupt handler
  • 898622a USB: chipidea: fix interrupt deadlock
  • 6edf4cf USB: iowarrior: fix control-message timeouts
  • 0e71591 most: fix control-message timeouts
  • edc5466 serial: 8250: fix racy uartclk update
  • 5f31af4 USB: serial: keyspan: fix memleak on probe errors
  • ab4755e iio: ad5770r: make devicetree property reading consistent
  • 6384620 iio: dac: ad5446: Fix ad5622_write() return value
  • a4e7a8c coresight: cti: Correct the parameter for pm_runtime_put
  • 4670916 pinctrl: core: fix possible memory leak in pinctrl_enable()
  • 6bc8317 quota: correct error number in free_dqentry()
  • ceeb0a8 quota: check block number when reading the block in quota file
  • bc1274d PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge
  • e2e8961 PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge
  • bd5d982 PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge
  • 2b99c6f PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated bridge
  • 4bb5399 PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG
  • 2ad10bb PCI: aardvark: Fix return value of MSI domain .alloc() method
  • 6a0da19 PCI: aardvark: Fix configuring Reference clock
  • 5fb031f PCI: aardvark: Fix reporting Data Link Layer Link Active
  • 2b86152 PCI: aardvark: Do not unmask unused interrupts
  • 1085ee5 PCI: aardvark: Fix checking for link up via LTSSM state
  • 3bcbace PCI: aardvark: Do not clear status bits of masked interrupts
  • c1a8fb2 PCI: cadence: Add cdns_plat_pcie_probe() missing return
  • adcfc31 PCI: pci-bridge-emul: Fix emulation of W1C bits
  • 4fd9f05 ovl: fix use after free in struct ovl_aio_req
  • af7d25d xen/balloon: add late_initcall_sync() for initial ballooning done
  • 96e7880 ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume
  • 694c0c8 ALSA: mixer: oss: Fix racy access to slots
  • cd0b29a ifb: fix building without CONFIG_NET_CLS_ACT
  • 47462c5 serial: core: Fix initializing and restoring termios speed
  • c1e6e42 ring-buffer: Protect ring_buffer_reset() from reentrancy
  • 93fccb1 powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be found
  • 875609a can: j1939: j1939_can_recv(): ignore messages with invalid source address
  • c3cb7b5 can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
  • 9f9d6d3 KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
  • bd37419 KVM: arm64: Extract ESR_ELx.EC only
  • 924955d power: supply: max17042_battery: use VFSOC for capacity when no rsns
  • f2feac8 power: supply: max17042_battery: Prevent int underflow in set_soc_threshold
  • 5720436 mtd: rawnand: socrates: Keep the driver compatible with on-die ECC engines
  • 7e867f8 soc: fsl: dpio: use the combined functions to protect critical zone
  • 55c9716 soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id
  • 62bd9ea signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT
  • 5e63b85 memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode
  • 4fbeceb signal: Remove the bogus sigkill_pending in ptrace_stop
  • 5c6fedc RDMA/qedr: Fix NULL deref for query_qp on the GSI QP
  • 30cdf50 perf/x86/intel/uncore: Fix Intel ICX IIO event constraints
  • aef1a67 perf/x86/intel/uncore: Support extra IMC channel on Ice Lake server
  • da8b3b9 rsi: Fix module dev_oper_mode parameter description
  • d69ffec rsi: fix rate mask set leading to P2P failure
  • 41d97e0 rsi: fix key enabled check causing unwanted encryption for vap_id > 0
  • 46752a7 rsi: fix occasional initialisation failure with BT coex
  • a194e9c wcn36xx: handle connection loss indication
  • 701cf28 libata: fix checking of DMA state
  • 890e416 mwifiex: Try waking the firmware until we get an interrupt
  • d59d2f7 mwifiex: Read a PCI register after writing the TX ring write pointer
  • daccf40 PM: sleep: Do not let "syscore" devices runtime-suspend during system transitions
  • 1c422d6 wcn36xx: Fix (QoS) null data frame bitrate/modulation
  • c1b8ad6 wcn36xx: Fix tx_status mechanism
  • 3d62e1c wcn36xx: Fix HT40 capability for 2Ghz band
  • c044f34 ifb: Depend on netfilter alternatively to tc
  • c7400e2 evm: mark evm_fixmode as __ro_after_init
  • eab090d rtl8187: fix control-message timeouts
  • 73b79ad PCI: Mark Atheros QCA6174 to avoid bus reset
  • 30182b8 ath10k: fix division by zero in send path
  • ce56007 ath10k: fix control-message timeout
  • 1336b2a ath6kl: fix control-message timeout
  • f34487c ath6kl: fix division by zero in send path
  • fd1e4d8 mwifiex: fix division by zero in fw download path
  • a5d8d76 EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell
  • 31f5c92 regulator: dt-bindings: samsung,s5m8767: correct s5m8767,pmic-buck-default-dvs-idx property
  • 02ecf56 regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is disabled
  • 5b7e3bb hwmon: (pmbus/lm25066) Add offset coefficients
  • db04fb4 selinux: fix race condition when computing ocontext SIDs
  • a09a5f4 ia64: kprobes: Fix to pass correct trampoline address to the handler
  • 2f65b76 KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup
  • b4a4c9d btrfs: call btrfs_check_rw_degradable only if there is a missing device
  • b406439 btrfs: fix lost error handling when replaying directory deletes
  • 8992aab btrfs: clear MISSING device status bit in btrfs_close_one_device
  • a99da5b rds: stop using dmapool
  • 0bfb1c1 net/smc: Correct spelling mistake to TCPF_SYN_RECV
  • 9b86eb2 net/smc: Fix smc_link->llc_testlink_time overflow
  • 2167a9a nfp: bpf: relax prog rejection for mtu check through max_pkt_offset
  • c9a7d5f vmxnet3: do not stop tx queues after netif_device_detach()
  • 9813218 r8169: Add device 10ec:8162 to driver r8169
  • ad6a2a1 nvmet-tcp: fix header digest verification
  • c827043 block: schedule queue restart after BLK_STS_ZONE_RESOURCE
  • 7d1fb5c drm: panel-orientation-quirks: Add quirk for GPD Win3
  • 4d41059 watchdog: Fix OMAP watchdog early handling
  • b8cb3f4 net: multicast: calculate csum of looped-back and forwarded packets
  • 07f7a18 spi: spl022: fix Microwire full duplex mode
  • db1d9d1 nvmet-tcp: fix a memory leak when releasing a queue
  • 0e86b72 xen/netfront: stop tx queues during live migration
  • 69b14e2 gpio: mlxbf2.c: Add check for bgpio_init failure
  • b92ac0a bpf: Prevent increasing bpf_jit_limit above max
  • a3564fb bpf: Define bpf_jit_alloc_exec_limit for arm64 JIT
  • 0ad7f31 fcnal-test: kill hanging ping/nettest binaries on cleanup
  • bc3e73e drm: panel-orientation-quirks: Add quirk for Aya Neo 2021
  • 4002f39 mmc: winbond: don't build on M68K
  • a1ea41f reset: socfpga: add empty driver allowing consumers to probe
  • a903984 ARM: dts: sun7i: A20-olinuxino-lime2: Fix ethernet phy-mode
  • f03e04b hyperv/vmbus: include linux/bitops.h
  • 6491ccd sfc: Don't use netif_info before net_device setup
  • e519acb sfc: Export fibre-specific supported link modes
  • 7986fdb cavium: Fix return values of the probe function
  • ad01685 mISDN: Fix return values of the probe function
  • a6cb5e0 scsi: qla2xxx: Fix unmap of already freed sgl
  • 77fee24 scsi: qla2xxx: Return -ENOMEM if kzalloc() fails
  • 940783d cavium: Return negative value when pci_alloc_irq_vectors() fails
  • 75710d5 ALSA: hda/realtek: Fixes HP Spectre x360 15-eb1xxx speakers
  • 92556e3 ASoC: soc-core: fix null-ptr-deref in snd_soc_del_component_unlocked()
  • 73199aa x86/irq: Ensure PI wakeup handler is unregistered before module unload
  • df8a74f x86/cpu: Fix migration safety with X86_BUG_NULL_SEL
  • 115810a x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c
  • b05eea1 fuse: fix page stealing
  • d81e341 ext4: refresh the ext4_ext_path struct after dropping i_data_sem.
  • 4089432 ext4: ensure enough credits in ext4_ext_shift_path_extents
  • aa21b7e ext4: fix lazy initialization next schedule time computation in more granular unit
  • 7820259 ALSA: timer: Unconditionally unlink slave instances, too
  • b980ce4 ALSA: timer: Fix use-after-free problem
  • 7c6fd52 ALSA: synth: missing check for possible NULL after the call to kstrdup
  • ecd536c ALSA: hda: Free card instance properly at probe errors
  • f503a25 ALSA: usb-audio: Add registration quirk for JBL Quantum 400
  • 9259518 ALSA: usb-audio: Line6 HX-Stomp XL USB_ID for 48k-fixed quirk
  • 3c7a3f2 ALSA: line6: fix control and interrupt message timeouts
  • 21f9c02 ALSA: 6fire: fix control and bulk message timeouts
  • 0e4c288 ALSA: ua101: fix division by zero at probe
  • 4f9e9c3 ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED
  • 62b189f ALSA: hda/realtek: Add quirk for ASUS UX550VE
  • a770cb7 ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N
  • 88bcfcc ALSA: hda/realtek: Headset fixup for Clevo NH77HJQ
  • 0288f83 ALSA: hda/realtek: Add quirk for Clevo PC70HS
  • 3d0e5d2 ALSA: hda/realtek: Add a quirk for HP OMEN 15 mute LED
  • f0750e9 ALSA: hda/realtek: Fix mic mute LED for the HP Spectre x360 14
  • a2b3dbc media: v4l2-ioctl: Fix check_ext_ctrls
  • 151eff5 media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receivers
  • 71a1373 media: rkvdec: Support dynamic resolution changes
  • b2b5126 media: ite-cir: IR receiver stop working after receive overflow
  • 39275d2 media: rkvdec: Do not override sizeimage for output format
  • 949c5b6 crypto: s5p-sss - Add error handling in s5p_aes_probe()
  • 9ac25cd firmware/psci: fix application of sizeof to pointer
  • dd189fe tpm: Check for integer overflow in tpm2_map_response_body()
  • 32498b8 parisc: Fix ptrace check on syscall return
  • 15b4142 parisc: Fix set_fixmap() on PA1.x CPUs
  • 284ad31 exfat: fix incorrect loading of i_blocks for large files
  • 823b487 mmc: dw_mmc: Dont wait for DRTO on Write RSP error
  • 7b24b66 mmc: mtk-sd: Add wait dma stop done flow
  • c1d3126 scsi: qla2xxx: Fix use after free in eh_abort path
  • 37b15db scsi: qla2xxx: Fix kernel crash when accessing port_speed sysfs file
  • 06cc818 scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()
  • 9d623bf ocfs2: fix data corruption on truncate
  • 39264ea libata: fix read log timeout value
  • ab0a067 Input: i8042 - Add quirk for Fujitsu Lifebook T725
  • 8c341d1 Input: elantench - fix misreporting trackpoint coordinates
  • d1eb42d Input: iforce - fix control-message timeout
  • afbec52 binder: use cred instead of task for getsecid
  • 0d9f4ae binder: use cred instead of task for selinux checks
  • bd9cea4 binder: use euid from cred instead of using task
  • 7f1d5a1 usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platform
  • ff32302 xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delay
Xanmod

Homepage
Download Linux 5.10.80-xanmod1 source from GitHub