Linux 2779 Published by

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

  • 8e175bc Linux 5.10.36-xanmod1
  • b7017d8 mm/vmscan: add sysctl knobs for protecting clean cache
  • 309e057 SAUCE: binder: give binder_alloc its own debug mask file
  • dcaada0 SAUCE: binder: turn into module
  • 63a4b50 SAUCE: ashmem: turn into module
  • 63aa227 Merge tag 'v5.10.36' into 5.10
    |\
    | * 72bb632 Linux 5.10.36
    | * 14b2801 thermal/core/fair share: Lock the thermal zone while looping over instances
    | * c24a209 thermal/drivers/cpufreq_cooling: Fix slab OOB issue
    | * 051dd06 lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf()
    | * 1cb02dc dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails
    | * 0614146 dm integrity: fix missing goto in bitmap_flush_interval error handling
    | * df89391 dm space map common: fix division bug in sm_ll_find_free_block()
    | * fcf763a dm persistent data: packed struct should have an aligned() attribute too
    | * a33614d tracing: Restructure trace_clock_global() to never block
    | * 9e40ef5 tracing: Map all PIDs to command lines
    | * ea6803f tools/power turbostat: Fix offset overflow issue in index converting
    | * b84c577 rsi: Use resume_noirq for SDIO
    | * b1c953d tty: fix memory leak in vc_deallocate
    | * 25e9c2c usb: dwc2: Fix session request interrupt handler
    | * fce7bbc usb: dwc3: core: Do core softreset when switch mode
    | * b624b32 usb: dwc3: gadget: Fix START_TRANSFER link state check
    | * f9ddfaa usb: dwc3: gadget: Remove FS bInterval_m1 limitation
    | * 8df75d1 usb: gadget/function/f_fs string table fix for multiple languages
    | * ba8ce68 usb: gadget: Fix double free of device descriptor pointers
    | * f12c5cc usb: gadget: dummy_hcd: fix gpf in gadget_setup
    | * 678e76b media: venus: hfi_parser: Don't initialize parser on v1
    | * 5d0f6f5 media: v4l2-ctrls: fix reference to freed memory
    | * 4121def media: staging/intel-ipu3: Fix race condition during set_fmt
    | * c6b81b8 media: staging/intel-ipu3: Fix set_fmt error handling
    | * 517f6f5 media: staging/intel-ipu3: Fix memory leak in imu_fmt
    | * 8acb131 media: dvb-usb: Fix memory leak at error in dvb_usb_device_init()
    | * a5e9ae5 media: dvb-usb: Fix use-after-free access
    | * 43263fd media: dvbdev: Fix memory leak in dvb_media_device_free()
    | * 378a016 ext4: Fix occasional generic/418 failure
    | * 133e83b ext4: allow the dax flag to be set and cleared on inline directories
    | * 72447c9 ext4: fix error return code in ext4_fc_perform_commit()
    | * bf4ba04 ext4: fix ext4_error_err save negative errno into superblock
    | * 12905cf ext4: fix error code in ext4_commit_super
    | * 7e9298f ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()
    | * 098b257 ext4: fix check to prevent false positive report of incorrect used inodes
    | * 3461909 ext4: annotate data race in jbd2_journal_dirty_metadata()
    | * 9aca313 ext4: annotate data race in start_this_handle()
    | * a27aad3 kbuild: update config_data.gz only when the content of .config is changed
    | * 3aec683 x86/cpu: Initialize MSR_TSC_AUX if RDTSCP or RDPID is supported
    | * d19a456 futex: Do not apply time namespace adjustment on FUTEX_LOCK_PI
    | * 2543329 Revert 337f130 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")
    | * d35c4c9 smb3: do not attempt multichannel to server which does not support it
    | * 796b826 smb3: when mounting with multichannel include it in requested capabilities
    | * 5781c9d jffs2: check the validity of dstlen in jffs2_zlib_compress()
    | * 5470865 Fix misc new gcc warnings
    | * f37b9c1 security: commoncap: fix -Wstringop-overread warning
    | * bf2b941 sfc: farch: fix TX queue lookup in TX event handling
    | * fb79157 sfc: farch: fix TX queue lookup in TX flush done handling
    | * 11e3ff7 exfat: fix erroneous discard when clear cluster bit
    | * 1c525c2 fuse: fix write deadlock
    | * 0cd2d25 dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload sequences
    | * 661061a md/raid1: properly indicate failure when ending a failed write request
    | * 015cc7a crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS
    | * 0ba942c crypto: arm/curve25519 - Move '.fpu' after '.arch'
    | * c9adb76 tpm: vtpm_proxy: Avoid reading host log when using a virtual device
    | * 60a01ec tpm: efi: Use local variable for calculating final log size
    | * 4a63b24 intel_th: pci: Add Alder Lake-M support
    | * 34ceafa powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.h
    | * 0bdcaeb powerpc/32: Fix boot failure with CONFIG_STACKPROTECTOR
    | * f2aa649 powerpc/kexec_file: Use current CPU info while setting up FDT
    | * 481fee8 powerpc/eeh: Fix EEH handling for hugepages in ioremap space.
    | * 293c30c powerpc/powernv: Enable HAIL (HV AIL) for ISA v3.1 processors
    | * 643243e jffs2: Hook up splice_write callback
    | * 72c282b jffs2: Fix kasan slab-out-of-bounds problem
    | * 072f787 Input: ili210x - add missing negation for touch indication on ili210x
    | * 2fafe7d NFSv4: Don't discard segments marked for return in _pnfs_return_layout()
    | * 334165d NFS: Don't discard pNFS layout segments that are marked for return
    | * 96fa26b NFS: fs_context: validate UDP retrans to prevent shift out-of-bounds
    | * e0f2d86 ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure
    | * a147837 openvswitch: fix stack OOB read while fragmenting IPv4 packets
    | * 4248f46 mlxsw: spectrum_mr: Update egress RIF list before route's action
    | * 9aa4602 f2fs: fix to avoid out-of-bounds memory access
    | * 3962474 f2fs: fix error handling in f2fs_end_enable_verity()
    | * 50b0c0c ubifs: Only check replay with inode type to judge if inode linked
    | * 5a876a4 kcsan, debugfs: Move debugfs file creation out of early init
    | * d19555f virtiofs: fix memory leak in virtio_fs_probe()
    | * 1b41d4e fs: fix reporting supported extra file attributes for statx()
    | * dc4b67b Makefile: Move -Wno-unused-but-set-variable out of GCC only block
    | * 0f90559 arm64/vdso: Discard .note.gnu.property sections in vDSO
    | * 1d852d6 btrfs: fix race when picking most recent mod log operation for an old root
    | * b24f0e3 tools/power/turbostat: Fix turbostat for AMD Zen CPUs
    | * d1ca3d2 ALSA: hda/realtek: Add quirk for Intel Clevo PCx0Dx
    | * a9d0f7c ALSA: hda/realtek: fix static noise on ALC285 Lenovo laptops
    | * 3c8a599 ALSA: hda/realtek - Headset Mic issue on HP platform
    | * 871234a ALSA: hda/realtek: fix mic boost on Intel NUC 8
    | * 13ff604 ALSA: hda/realtek: GA503 use same quirks as GA401
    | * 970fbbe ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 445 G7
    | * 12fea3c ALSA: usb-audio: Add dB range mapping for Sennheiser Communications Headset PC 8
    | * ad7736c ALSA: usb-audio: Explicitly set up the clock selector
    | * cc427a5 ALSA: sb: Fix two use after free in snd_sb_qsound_build
    | * 1ce8212 ALSA: hda/conexant: Re-order CX5066 quirk table entries
    | * 9b73889 ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixer
    | * 443467b power: supply: cpcap-battery: fix invalid usage of list cursor
    | * a15f68a sched,psi: Handle potential task count underflow bugs more gracefully
    | * a32a2d8 s390/archrandom: add parameter check for s390_arch_random_generate
    | * 338a872 block/rnbd-clt: Fix missing a memory free when unloading the module
    | * ae7fe47 sched,fair: Alternative sched_slice()
    | * 94902ee perf: Rework perf_event_exit_event()
    | * 2c4de79 scsi: libfc: Fix a format specifier
    | * 97a81d4 mfd: arizona: Fix rumtime PM imbalance on error
    | * 14c7e3f mfd: da9063: Support SMBus and I2C mode
    | * d7ec1da mfd: intel-m10-bmc: Fix the register access range
    | * c8fe9ef scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logic
    | * cc42ea4 scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL mode
    | * 1ac2b37 scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO response
    | * 56488df drm/amdgpu: fix NULL pointer dereference
    | * d721702 drm/amd/display: Try YCbCr420 color when YCbCr444 fails
    | * f26f33a amdgpu: avoid incorrect %hu format string
    | * a98a900 drm/amdkfd: Fix cat debugfs hang_hws file causes system crash bug
    | * 081cec7 drm/amd/display: Fix UBSAN: shift-out-of-bounds warning
    | * cc6215d drm/amd/display: Fix debugfs link_settings entry
    | * bcefa89 drm/radeon/ttm: Fix memory leak userptr pages
    | * 14637a8 drm/amdgpu/ttm: Fix memory leak userptr pages
    | * 6e4ae9b drm/msm/mdp5: Do not multiply vclk line count by 100
    | * 79f701e drm/msm/mdp5: Configure PP_SYNC_HEIGHT to double the vtotal
    | * 2f5f4cc sched/fair: Ignore percpu threads for imbalance pulls
    | * fded209 media: gscpa/stv06xx: fix memory leak
    | * f8f2b7e media: dvb-usb: fix memory leak in dvb_usb_adapter_init
    | * 1b61ad2 media: sun8i-di: Fix runtime PM imbalance in deinterlace_start_streaming
    | * 810cf54 media: platform: sti: Fix runtime PM imbalance in regs_show
    | * 67a9752 media: i2c: adv7842: fix possible use-after-free in adv7842_remove()
    | * c8e7e6e media: i2c: tda1997: Fix possible use-after-free in tda1997x_remove()
    | * 3f9e0eb media: i2c: adv7511-v4l2: fix possible use-after-free in adv7511_remove()
    | * 651ad9e media: adv7604: fix possible use-after-free in adv76xx_remove()
    | * 8d3ae83 media: tc358743: fix possible use-after-free in tc358743_remove()
    | * a931c57 power: supply: s3c_adc_battery: fix possible use-after-free in s3c_adc_bat_remove()
    | * ccb098c power: supply: generic-adc-battery: fix possible use-after-free in gab_remove()
    | * 9323299 clk: socfpga: arria10: Fix memory leak of socfpga_clk on error return
    | * 573bbb6 drm/msm/dp: Fix incorrect NULL check kbot warnings in DP driver
    | * 4066456 media: vivid: update EDID
    | * 6fef73a media: em28xx: fix memory leak
    | * ed7ab20 scsi: scsi_dh_alua: Remove check for ASC 24h in alua_rtpg()
    | * 486e974 scsi: smartpqi: Add new PCI IDs
    | * c318741 scsi: smartpqi: Correct request leakage during reset operations
    | * bc05560 scsi: smartpqi: Use host-wide tag space
    | * dc655d7 power: supply: cpcap-charger: Add usleep to cpcap charger to avoid usb plug bounce
    | * a669817 selftests/resctrl: Fix checking for < 0 for unsigned values
    | * 726d318 selftests/resctrl: Fix incorrect parsing of iMC counters
    | * 19eaad1 selftests/resctrl: Use resctrl/info for feature detection
    | * 0ccead5 selftests/resctrl: Fix missing options "-n" and "-p"
    | * cd29eef selftests/resctrl: Clean up resctrl features check
    | * 6ef95f0 selftests/resctrl: Fix compilation issues for other global variables
    | * cf99daf selftests/resctrl: Fix compilation issues for global variables
    | * 078d3d7 selftests/resctrl: Enable gcc checks to detect buffer overflows
    | * 9ec74da nvmet: return proper error code from discovery ctrl
    | * 7f97570 drm/komeda: Fix bit check to import to value of proper type
    | * 5e8b58e ata: ahci: Disable SXS for Hisilicon Kunpeng920
    | * c753c1a mmc: sdhci-brcmstb: Remove CQE quirk
    | * fdd04d1 mmc: sdhci-pci: Add PCI IDs for Intel LKF
    | * 79315eb mmc: sdhci-esdhc-imx: validate pinctrl before use it
    | * 47ac226 scsi: qla2xxx: Fix use after free in bsg
    | * 1d7935f drm/vkms: fix misuse of WARN_ON
    | * 57fa6a6 scsi: qla2xxx: Always check the return value of qla24xx_get_isp_stats()
    | * 2987786 drm/amd/display: fix dml prefetch validation
    | * dd5d604 drm/amd/display: DCHUB underflow counter increasing in some scenarios
    | * 9cc76f2 drm/amd/display: Fix UBSAN warning for not a valid value for type '_Bool'
    | * 729b92e drm/amd/pm: fix workload mismatch on vega10
    | * 7cb855d drm/amdgpu : Fix asic reset regression issue introduce by 8f211fe8ac7c4f
    | * 1874b0e drm/amdkfd: Fix UBSAN shift-out-of-bounds warning
    | * 7b3eb98 drm/amdgpu: mask the xgmi number of hops reported from psp to kfd
    | * 61c1ddd backlight: qcom-wled: Fix FSC update issue for WLED5
    | * 918a45b backlight: qcom-wled: Use sink_addr for sync toggle
    | * 983d10e power: supply: Use IRQF_ONESHOT
    | * 80ba39e media: gspca/sq905.c: fix uninitialized variable
    | * 6a3edc1 media: media/saa7164: fix saa7164_encoder_register() memory leak bugs
    | * 087c2bf extcon: arizona: Fix various races on driver unbind
    | * b7d2e50 extcon: arizona: Fix some issues when HPDET IRQ fires after the jack has been unplugged
    | * 8ff0d8a power: supply: bq27xxx: fix power_avg for newer ICs
    | * 7bb783e atomisp: don't let it go past pipes array
    | * 12b4b28 media: imx: capture: Return -EPIPE from __capture_legacy_try_fmt()
    | * f3dd6c4 media: drivers: media: pci: sta2x11: fix Kconfig dependency on GPIOLIB
    | * b526159 media: ite-cir: check for receive overflow
    | * 3a2270d scsi: target: pscsi: Fix warning in pscsi_complete_cmd()
    | * 09a27d6 kvfree_rcu: Use same set of GFP flags as does single-argument
    | * 661af93 sched/pelt: Fix task util_est update filtering
    | * b168fff drm/amdgpu: Fix some unload driver issues
    | * 5b62053 scsi: lpfc: Fix pt2pt connection does not recover after LOGO
    | * 7382825 scsi: lpfc: Fix incorrect dbde assignment when building target abts wqe
    | * b814402 drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing 'field overwritten' issue
    | * 500ec98 drm/amdgpu/display: buffer INTERRUPT_LOW_IRQ_CONTEXT interrupt work
    | * bd94773 drm/amd/display: Don't optimize bandwidth before disabling planes
    | * 6b2132f drm/amd/display: Check for DSC support instead of ASIC revision
    | * 01e03a6 drm/ast: fix memory leak when unload the driver
    | * 100e354 drm/amd/display: changing sr exit latency
    | * 2c51866 drm/ast: Fix invalid usage of AST_MAX_HWC_WIDTH in cursor atomic_check
    | * 6f64be8 drm/qxl: release shadow on shutdown
    | * 423fb86 drm/qxl: do not run release if qxl failed to init
    | * 6228456 drm: Added orientation quirk for OneGX1 Pro
    | * 9c60c88 btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
    | * f32b84d btrfs: do proper error handling in btrfs_update_reloc_root
    | * 224c654 btrfs: do proper error handling in create_reloc_root
    | * c5aa9ea spi: sync up initial chipselect state
    | * b82e8f0 platform/x86: intel_pmc_core: Don't use global pmcdev in quirks
    | * 5d60792 crypto: omap-aes - Fix PM reference leak on omap-aes.c
    | * 92894b1 crypto: sa2ul - Fix PM reference leak in sa_ul_probe()
    | * 4e7ae0c crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.c
    | * 8a090d4 crypto: stm32/hash - Fix PM reference leak on stm32-hash.c
    | * 8366717 crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe()
    | * 2264965 crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() fails
    | * a16162a phy: phy-twl4030-usb: Fix possible use-after-free in twl4030_usb_remove()
    | * df91059 intel_th: Consistency and off-by-one fix
    | * b549cc7 tty: n_gsm: check error while registering tty devices
    | * 8f7cdbb usb: dwc3: gadget: Check for disabled LPM quirk
    | * 2946f95 usb: core: hub: Fix PM reference leak in usb_port_resume()
    | * e82da9b usb: musb: fix PM reference leak in musb_irq_work()
    | * 015f3f2 usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove()
    | * 0e73535 spi: qup: fix PM reference leak in spi_qup_remove()
    | * 75e2b46 spi: omap-100k: Fix reference leak to master
    | * 517e99f spi: dln2: Fix reference leak to master
    | * 4ddfac1 platform/x86: ISST: Account for increased timeout in some cases
    | * bc900a7 tools/power/x86/intel-speed-select: Increase string size
    | * 125b359 ARM: dts: at91: change the key code of the gpio key
    | * 2ed4d58 bus: mhi: core: Clear context for stopped channels from remove()
    | * 3737cf1 xhci: fix potential array out of bounds with several interrupters
    | * 98599e1 xhci: check control context is valid before dereferencing it.
    | * 2b195c3 xhci: check port array allocation was successful before dereferencing it
    | * b52b1b8 fpga: dfl: pci: add DID for D5005 PAC cards
    | * e22fd53 usb: xhci-mtk: support quirk to disable usb2 lpm
    | * 5c22421 random: initialize ChaCha20 constants with correct endianness
    | * 2d78ede perf/arm_pmu_platform: Fix error handling
    | * 167feca perf/arm_pmu_platform: Use dev_err_probe() for IRQ errors
    | * 64d5794 soundwire: cadence: only prepare attached devices on clock stop
    | * 9584ce3 tee: optee: do not check memref size on return from Secure World
    | * e5da8b3 arm64: dts: imx8mq-librem5-r3: Mark buck3 as always on
    | * 187c001 soc/tegra: pmc: Fix completion of power-gate toggling
    | * bc24381 efi/libstub: Add $(CLANG_FLAGS) to x86 flags
    | * 8829b6c x86/boot: Add $(CLANG_FLAGS) to compressed KBUILD_CFLAGS
    | * fdc9c3c x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS)
    | * af79dc5 ARM: dts: ux500: Fix up TVK R3 sensors
    | * 3f571ae ARM: dts: BCM5301X: fix "reg" formatting in /memory node
    | * f38f972 kselftest/arm64: mte: Fix MTE feature detection
    | * d167499 PCI: PM: Do not read power state in pci_enable_device_flags()
    | * d863389 ARM: tegra: acer-a500: Rename avdd to vdda of touchscreen node
    | * d9a1f62 kselftest/arm64: mte: Fix compilation with native compiler
    | * 173ab4b usb: xhci: Fix port minor revision
    | * 45f879b usb: dwc3: gadget: Ignore EP queue requests during bus reset
    | * 85eb84b usb: gadget: f_uac1: validate input parameters
    | * f63390d usb: gadget: f_uac2: validate input parameters
    | * df7452f genirq/matrix: Prevent allocation counter corruption
    | * bde50f1 crypto: hisilicon/sec - fixes a printing error
    | * 6a6273a x86/sev: Do not require Hypervisor CPUID bit for SEV guests
    | * ba63777 usb: webcam: Invalid size of Processing Unit Descriptor
    | * 930d586 usb: gadget: uvc: add bInterval checking for HS mode
    | * 6202e70 crypto: qat - fix unmap invalid dma address
    | * 92f3337 crypto: api - check for ERR pointers in crypto_destroy_tfm()
    | * 298a44f bus: mhi: core: Destroy SBL devices when moving to mission mode
    | * 2e40d8c spi: ath79: remove spi-master setup and cleanup assignment
    | * 9162992 spi: ath79: always call chipselect function
    | * 40e02e1 staging: wimax/i2400m: fix byte-order issue
    | * e160833 bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices first
    | * 6af796b cpuidle: tegra: Fix C7 idling state on Tegra114
    | * 6f85f04 fbdev: zero-fill colormap in fbcmap.c
    | * af830b2 posix-timers: Preserve return value in clock_adjtime32()
    | * a4794be btrfs: fix race between transaction aborts and fsyncs leading to use-after-free
    | * af83566 intel_th: pci: Add Rocket Lake CPU support
    | * 97f3074 btrfs: fix metadata extent leak after failure to create subvolume
    | * 0c48349 x86/build: Disable HIGHMEM64G selection for M486SX
    | * dba16ca btrfs: handle remount to no compress during compression
    | * 5f2adf8 smb2: fix use-after-free in smb2_ioctl_query_info()
    | * 8a90058 cifs: detect dead connections only when echoes are enabled.
    | * 23d7b4a cifs: fix out-of-bound memory access when calling smb3_notify() at mount point
    | * aaa0faa cifs: Return correct error code from smb2_get_enc_key
    | * 7be4db5 irqchip/gic-v3: Do not enable irqs when handling spurious interrups
    | * 44faf03 mmc: core: Fix hanging on I/O during system suspend for removable cards
    | * 886da99 mmc: core: Set read only for SD cards with permanent write protect bit
    | * 140f225 mmc: core: Do a power cycle when the CMD11 fails
    | * 20d6f23 mmc: block: Issue a cache flush only when it's enabled
    | * b1fba87 mmc: block: Update ext_csd.cache_ctrl if it was written
    | * cdc615a mmc: sdhci-tegra: Add required callbacks to set/clear CQE_EN bit
    | * 6c43290 mmc: sdhci-pci: Fix initialization of some SD cards for Intel BYT-based controllers
    | * 01db7cb mmc: sdhci: Check for reset prior to DMA address unmap
    | * 25ac6ce mmc: uniphier-sd: Fix a resource leak in the remove function
    | * 83e9e22 mmc: uniphier-sd: Fix an error handling path in uniphier_sd_probe()
    | * b7a1577 scsi: mpt3sas: Block PCI config access from userspace during reset
    | * 702cdaa scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand()
    | * f1cbba5 spi: spi-ti-qspi: Free DMA resources
    | * 421f241 spi: stm32-qspi: fix pm_runtime usage_count counter
    | * dbaf435 erofs: add unsupported inode i_format check
    | * 34ec706 mtd: physmap: physmap-bt1-rom: Fix unintentional stack access
    | * 706e60c mtd: rawnand: atmel: Update ecc_stats.corrected counter
    | * 907452b mtd: spinand: core: add missing MODULE_DEVICE_TABLE()
    | * cb5305a Revert "mtd: spi-nor: macronix: Add support for mx25l51245g"
    | * 2e41cc1 mtd: spi-nor: core: Fix an issue of releasing resources during read/write
    | * 4c44c13 fs/epoll: restore waking from ep_done_scan()
    | * 6b5aeb6 ecryptfs: fix kernel panic with null dev_name
    | * 3ad1fb9 arm64: dts: mt8173: fix property typo of 'phys' in dsi node
    | * 6c2f97f arm64: dts: marvell: armada-37xx: add syscon compatible to NB clk node
    | * 011b9e1 ARM: 9056/1: decompressor: fix BSS size calculation for LLVM ld.lld
    | * 634684d ftrace: Handle commands when closing set_ftrace_filter file
    | * d11fdbe ACPI: custom_method: fix a possible memory leak
    | * 62dc244 ACPI: custom_method: fix potential use-after-free issue
    | * 58a762a tpm: acpi: Check eventlog signature before using it
    | * 3b8b639 vhost-vdpa: fix vm_flags for virtqueue doorbell mapping
    | * 026499a s390/zcrypt: fix zcard and zqueue hot-unplug memleak
    | * e534a4b s390/disassembler: increase ebpf disasm buffer size
    | * 90402b6 dyndbg: fix parsing file query without a line-range suffix
    | * ed9cfd6 nitro_enclaves: Fix stale file descriptors on failed usercopy
    | * a1d2bd1 bus: mhi: core: Sanity check values from remote device before use
    | * bcb8032 bus: mhi: core: Clear configuration from channel context during reset
    | * 542fd3e bus: mhi: core: Fix check for syserr at power_up
  • 4be4361 Revert "android: Enable building ashmem and binder as modules"
  • eef0e1a Revert "android: Export symbols needed by Android drivers"
Xanmod

Homepage
Download Linux 5.10.36-xanmod1 source from GitHub