Software 42346 Published by

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

  • 245522e Linux 5.11.15-xanmod1
  • 3d4f71f Merge tag 'v5.11.15' into 5.11
  • 2aa8861 Linux 5.11.15
  • 434192a net: sfp: cope with SFPs that set both LOS normal and LOS inverted
  • f8d2282 perf map: Tighten snprintf() string precision to pass gcc check on some 32-bit arches
  • b4c4e46 netfilter: x_tables: fix compat match/target pad out-of-bound write
  • 398aca5 block: don't ignore REQ_NOWAIT for direct IO
  • d5ecd2f riscv,entry: fix misaligned base for excp_vect_table
  • 4d0fcd3 io_uring: don't mark S_ISBLK async work as unbounded
  • a80bcc8 null_blk: fix command timeout completion handling
  • e2a04b5 idr test suite: Create anchor before launching throbber
  • 0cdf4c3 idr test suite: Take RCU read lock in idr_find_test_1
  • f8ac5cb radix tree test suite: Register the main thread with the RCU library
  • e0e24b9 block: only update parent bi_status when bio fail
  • 12ea887 radix tree test suite: Fix compilation
  • afc82b1 XArray: Fix splitting to non-zero orders
  • c25f837 gpu: host1x: Use different lock classes for each client
  • e3d12bc drm/tegra: dc: Don't set PLL clock to 0Hz
  • 53a58a7 tools/kvm_stat: Add restart delay
  • 8988931 ftrace: Check if pages were allocated before calling free_pages()
  • aa9109b gfs2: report "already frozen/thawed" errors
  • 6aeb474 drm/imx: imx-ldb: fix out of bounds array access warning
  • ac22b84 KVM: arm64: Disable guest access to trace filter controls
  • 32959f6 KVM: arm64: Hide system instruction access to Trace registers
  • c0ceeca gfs2: Flag a withdraw if init_threads() fails
  • c19cf04 interconnect: core: fix error return code of icc_link_destroy()

Xanmod

Homepage
Download Linux 5.11.15-xanmod1 source from GitHub