Debian 9942 Published by

A new XanMod Linux Kernel based on the latest Linux Kernel 6.1.26 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.1.26-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.1.26-xanmod1

ae4466a Linux 6.1.26-xanmod1
7088b3b x86/sched/itmt: Give all SMT siblings of a core the same priority
b99e6d8 x86/sched: Add the SD_ASYM_PACKING flag to the die domain of hybrid processors
0204740 x86/sched: Remove SD_ASYM_PACKING from the SMT domain flags
3382a43 sched/topology: Check SDF_SHARED_CHILD in highest_flag_domain()
eda1952 sched/topology: Remove SHARED_CHILD from ASYM_PACKING
106d0af sched/fair: Do not even the number of busy CPUs via asym_packing
32ee9d1 sched/fair: Use the busiest group to set prefer_sibling
bfd5417 sched/fair: Keep a fully_busy SMT sched group as busiest
7ca84a2 sched/fair: Let low-priority cores help high-priority busy SMT cores
e35c70c sched/fair: Simplify asym_packing logic for SMT cores
2db479b sched/fair: Only do asym_packing load balancing from fully idle SMT cores
43e7c51 sched/fair: Move is_core_idle() out of CONFIG_NUMA
3a096df sched/fair: Introduce SIS_CURRENT to wake up short task on current CPU
610e3bc sched/fair: Record the average duration of a task
7fc463d Merge tag 'v6.1.26' into 6.1
cb08e47 Revert "sched/fair: Simplify asym_packing logic for SMT sched groups"
74f1ab6 Revert "sched/fair: Let lower-priority CPUs do active balancing"
ca1c901 Linux 6.1.26
ab91b09 ASN.1: Fix check for strdup() success
1831d8c ASoC: fsl_sai: Fix pins setting for i.MX8QM platform
6cb818e ASoC: fsl_asrc_dma: fix potential null-ptr-deref
7a6593b ASoC: SOF: pm: Tear down pipelines only if DSP was active
b528537 mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock
71b6df6 fpga: bridge: properly initialize bridge device before populating children
f8c3eb7 iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger()
342c1db Input: pegasus-notetaker - check pipe type when probing
a93c20f gcc: disable '-Warray-bounds' for gcc-13 too
a09b938 sctp: Call inet6_destroy_sock() via sk->sk_destruct().
a530b33 dccp: Call inet6_destroy_sock() via sk->sk_destruct().
a8cf114 inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().
588d682 purgatory: fix disabling debug info
7ca973d fuse: always revalidate rename target dentry
f9a20ef MIPS: Define RUNTIME_DISCARD_EXIT in LD script
8d6a870 KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()
9e7976c KVM: arm64: Make vcpu flag updates non-preemptible
d362a03 sched/fair: Fixes for capacity inversion detection
799c730 sched/fair: Consider capacity inversion in util_fits_cpu()
fe1c982 sched/fair: Detect capacity inversion
7e6631f mm/mmap: regression fix for unmapped_area{_topdown}
059f24a mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pages
bd6f342 mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
433a7ec mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
e8a7bdb mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIO
519dbe7 mm/khugepaged: check again on anon uffd-wp during isolation
cc647e0 mm/userfaultfd: fix uffd-wp handling for THP migration entries
b1644a0 drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume
904e1b6 drm/rockchip: vop2: fix suspend/resume
4ac57c3 drm/amd/display: set dcn315 lb bpp to 48
bef774e drm/amdgpu: Fix desktop freezed after gpu-reset
66eb772 drm/i915: Fix fast wake AUX sync len
d9caa02 mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25
3e6bd26 writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
ec90129 kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()
a3a93b4 memstick: fix memory leak if card device is never registered
f6a5f61 tools/mm/page_owner_sort.c: fix TGID output when cull=tg is used
a0aa482 nilfs2: initialize unused bytes in segment summary blocks
a117679 maple_tree: fix a potential memory leak, OOB access, or other unpredictable bug
66f13a1 maple_tree: fix mas_empty_area() search
c51b9ef maple_tree: make maple state reusable after mas_empty_area_rev()
be100a8 LoongArch: Mark 3 symbol exports as non-GPL
e82caab LoongArch: Fix probing of the CRC32 feature
55fba69 rust: kernel: Mark rust_fmt_argument as extern "C"
e19ebc5 btrfs: get the next extent map during fiemap/lseek more efficiently
b28def6 ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
31f7c99 iio: light: tsl2772: fix reading proximity-diodes from device tree
b263f81 iio: dac: ad5755: Add missing fwnode_handle_put()
9ad34ea drm/amdgpu/vcn: Disable indirect SRAM on Vangogh broken BIOSes
9bdbd00 Revert "userfaultfd: don't fail on unrecognized features"
8e610b6 mtd: spi-nor: fix memory leak when using debugfs_lookup()
f4d1bbb platform/x86: asus-nb-wmi: Add quirk_asus_tablet_mode to other ROG Flow X13 models
25e2413 platform/x86: gigabyte-wmi: add support for X570S AORUS ELITE
bbf4d72 xen/netback: use same error messages for same errors
79d22fa nvme-tcp: fix a possible UAF when failing to allocate an io queue
0cc5da7 drm: test: Fix 32-bit issue in drm_buddy_test
fb766ac drm: buddy_allocator: Fix buddy allocator init on 32-bit systems
3059a67 s390/ptrace: fix PTRACE_GET_LAST_BREAK error handling
ba64861 platform/x86: gigabyte-wmi: add support for B650 AORUS ELITE AX
fbc72b6 net: dsa: b53: mmap: add phy ops
480df96 scsi: core: Improve scsi_vpd_inquiry() checks
83760e7 scsi: megaraid_sas: Fix fw_crash_buffer_show()
e0ac735 selftests: sigaltstack: fix -Wuninitialized
8563ab9 platform/x86 (gigabyte-wmi): Add support for A320M-S2H V2
c404389 platform/x86/intel: vsec: Fix a memory leak in intel_vsec_add_aux
23f18f3 f2fs: Fix f2fs_truncate_partial_nodes ftrace event
b2bfa74 net: bridge: switchdev: don't notify FDB entries with "master dynamic"
b917980 e1000e: Disable TSO on i219-LM card to increase speed
89603f4 bpf: Fix incorrect verifier pruning due to missing register precision taints
39eeb72 spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe()
ef018e1 mlxsw: pci: Fix possible crash during initialization
9a0b96d net: rpl: fix rpl header size calculation
64489c2 bonding: Fix memory leak when changing bond type to Ethernet
68b0f28 mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next()
fa82a72 bnxt_en: Do not initialize PTP on older P3/P4 chips
8e1f40e netfilter: nf_tables: tighten netlink attribute requirements for catch-all elements
ef87cd8 netfilter: nf_tables: validate catch-all set elements
8a5dad8 i40e: fix i40e_setup_misc_vector() error handling
0ec7318 i40e: fix accessing vsi->active_filters without holding lock
9387a51 netfilter: nf_tables: fix ifdef to also consider nf_tables=m
6a4029f sfc: Fix use-after-free due to selftest_work
d43f024 virtio_net: bugfix overflow inside xdp_linearize_page()
ce729b0 net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_agg
519c968 regulator: fan53555: Fix wrong TCS_SLEW_MASK
49b9758 regulator: fan53555: Explicitly include bits header
8acb00f rust: str: fix requierments->requirements typo
1c4dbb0 netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNT
ea854a2 netfilter: br_netfilter: fix recent physdev match breakage
6369276 arm64: dts: imx8mp-verdin: correct off-on-delay
e09602b arm64: dts: imx8mm-verdin: correct off-on-delay
94e05cc arm64: dts: imx8mm-evk: correct pmic clock source
ed26418 arm64: dts: qcom: sc8280xp-pmics: fix pon compatible and registers
8fe3333 arm64: dts: meson-g12-common: specify full DMC range
4ba0623 arm64: dts: qcom: ipq8074-hk10: enable QMP device, not the PHY node
ecff49f arm64: dts: qcom: hk10: use "okay" instead of "ok"
fb42f8a arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node
80cc841 arm64: dts: rockchip: Lower sd speed on rk3566-soquartz
8f33e7c ARM: dts: rockchip: fix a typo error for rk3288 spdif node

Xanmod

Homepage
Download Linux 6.1.16-xanmod1 source from GitHub