Linux 6.1.71-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-xanmodReboot.
Meta packages available: linux-xanmod, linux-xanmod-edge, linux-xanmod-lts, linux-xanmod-rt-edge and linux-xanmod-rt.
To try without adding the repository
* linux-firmware-image package is optionalDownload from Sourceforge and install:
https://sourceforge.net/projects/xanmod/files/
In terminal:sudo dpkg -i linux-image-*xanmod*.deb linux-headers-*xanmod*.deb Reboot.
Check it:cat /proc/version
Linux 6.1.71-xanmod1
- b23be69 Linux 6.1.71-xanmod1
- 7daebda Merge tag 'v6.1.71' into 6.1
- 38fb82e Linux 6.1.71
- 74c4c7d Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe"
- 7709b16 tracing/kprobes: Fix symbol counting logic by looking at modules as well
- 9dd2953 kallsyms: Make module_kallsyms_on_each_symbol generally available
- 29cb165 device property: Allow const parameter to dev_fwnode()
- e7b0437 spi: Constify spi parameters of chip select APIs
- f9a0193 NFSD: fix possible oops when nfsd/pool_stats is closed.
- 899ac41 ring-buffer: Fix slowpath of interrupted event
- 0105571 netfilter: nf_tables: skip set commit for deleted/destroyed sets
- 4768430 ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
- f33c4e4 tracing: Fix blocked reader of snapshot buffer
- 0964089 ring-buffer: Fix wake ups when buffer_percent is set to 100
- 4ee9d92 mm/memory-failure: check the mapcount of the precise page
- fb21c97 mm/memory-failure: cast index to loff_t before shifting it
- be72d19 mm: migrate high-order folios in swap cache correctly
- a8df791 mm/filemap: avoid buffered read/write race to read inconsistent data
- b954b92 platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
- 7a3bbba ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
- b9c5f0f block: renumber QUEUE_FLAG_HW_WC
- e21b5fc spi: atmel: Fix clock issue when using devices with different polarities
- 025cf65 spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiod
- 64a4eb2 spi: Reintroduce spi_set_cs_timing()
- 95e2165 linux/export: Ensure natural alignment of kcrctab array
- bb4f791 nfsd: call nfsd_last_thread() before final nfsd_put()
- 03d68ff nfsd: separate nfsd_last_thread() from nfsd_put()
- 481561a iio: imu: adis16475: add spi_device_id table
- 027eaea spi: Introduce spi_get_device_match_data() helper
- 457a219 usb: fotg210-hcd: delete an incorrect bounds test
- 1191272 ARM: dts: Fix occasional boot hang for am3 usb
- 98235bc ksmbd: fix wrong allocation size update in smb2_open()
- 04b8e04 ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
- 34f7d5b ksmbd: lazy v2 lease break on smb2_write()
- 500c7a5 ksmbd: send v2 lease break notification for directory
- 1993959 ksmbd: downgrade RWH lease caching state to RH for directory
- 2fcb46d ksmbd: set v2 lease capability
- 3eddc81 ksmbd: set epoch in create context v2 lease
- 52a32ea ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error
- 0bc46c2 ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId
- d9aa5c1 ksmbd: release interim response after sending status pending response
- 013bf45 ksmbd: move oplock handling after unlock parent dir
- 20dd92c ksmbd: separately allocate ci per dentry
- d565197 ksmbd: fix possible deadlock in smb2_open
- aabc944 ksmbd: prevent memory leak on error return
- b4a269b ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
- 699ad8d ksmbd: no need to wait for binded connection termination at logoff
- 3cf4455 ksmbd: add support for surrogate pair conversion
- d26e024 ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_netdev()
- 5113f72 ksmbd: fix recursive locking in vfs helpers
- 42e5698 ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
- 533e6dc ksmbd: reorganize ksmbd_iov_pin_rsp()
- 1d95c5a ksmbd: Remove unused field in ksmbd_user struct
- 5929e98 ksmbd: fix potential double free on smb2_read_pipe() error path
- a7aae71 ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
- 943cebf ksmbd: fix wrong error response status by using set_smb2_rsp_status()
- 7b58ee8 ksmbd: fix race condition between tree conn lookup and disconnect
- 0090f0b ksmbd: fix race condition from parallel smb2 lock requests
- 6584ca8 ksmbd: fix race condition from parallel smb2 logoff requests
- b3a843c ksmbd: fix race condition with fp
- 7345f5d ksmbd: check iov vector index in ksmbd_conn_write()
- 8beae8a ksmbd: return invalid parameter error response if smb2 request is invalid
- e523a26 ksmbd: fix passing freed memory 'aux_payload_buf'
- b4b3fd1 ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
- 1ee419e ksmbd: remove experimental warning
- 83b01f7 ksmbd: add missing calling smb2_set_err_rsp() on error
- 422c0cd ksmbd: Fix one kernel-doc comment
- c20105a ksmbd: fix
force create mode' and
force directory mode'- f8cf1eb ksmbd: fix wrong interim response on compound
- 9f297df ksmbd: add support for read compound
- 673e60c ksmbd: switch to use kmemdup_nul() helper
- 0a9b91f ksmbd: check if a mount point is crossed during path lookup
- d782f42 ksmbd: Fix unsigned expression compared with zero
- 48cc493 ksmbd: Replace one-element array with flexible-array member
- 63fbfd2 ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()
- e7ab53b ksmbd: Replace the ternary conditional operator with min()
- 143da65 ksmbd: use kvzalloc instead of kvmalloc
- de43cda ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to void
- deb79f2 ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()
- fe7977b ksmbd: use kzalloc() instead of __GFP_ZERO
- 294a275 ksmbd: remove unused ksmbd_tree_conn_share function
- b069977 ksmbd: add mnt_want_write to ksmbd vfs functions
- 13a5045 ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
- 1524884 ksmbd: call putname after using the last component
- 30a1344 ksmbd: fix uninitialized pointer read in smb2_create_link()
- 6d4e21e ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
- 6927ffe ksmbd: fix racy issue from using ->d_parent and ->d_name
- 6e99fbb fs: introduce lock_rename_child() helper
- 965eb86 ksmbd: remove unused compression negotiate ctx packing
- 49d9f6a ksmbd: avoid duplicate negotiate ctx offset increments
- 2182d96 ksmbd: set NegotiateContextCount once instead of every inc
- 8d271ef ksmbd: delete asynchronous work from list
- 4ef3fd2 ksmbd: remove unused is_char_allowed function
- 226aaaa ksmbd: Fix parameter name and comment mismatch
- e8c49f9 ksmbd: Fix spelling mistake "excceed" -> "exceeded"
- ada8bcc ksmbd: update Kconfig to note Kerberos support and fix indentation
- 5c0306b ksmbd: Remove duplicated codes
- b6502c3 ksmbd: fix typo, syncronous->synchronous
- 052b41e ksmbd: Implements sess->rpc_handle_list as xarray
- 264547e ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIs
- 87ffbb9 ksmbd: Fix resource leak in smb2_lock()
- d847b75 ksmbd: use F_SETLK when unlocking a file
- 343d667 ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for this share
- ab69d3e ksmbd: replace one-element arrays with flexible-array members
A new XanMod Linux Kernel based on Linux Kernel 6.1.71 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.