Ubuntu 6510 Debian 10137 Published by

A new XanMod Linux kernel based on Linux kernel 6.10.7 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.10.7-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

Change log

  • d058d78 Linux 6.10.7-xanmod1
  • 387aac6 Merge tag 'v6.10.7' into 6.10
  • 24873d2 Linux 6.10.7
  • cd19f17 Input: MT - limit max slots
  • c1e5502 ksmbd: fix race condition between destroy_previous_session() and smb2 operations()
  • 91bd3b2 selftests/bpf: Add a test to verify previous stacksafe() fix
  • 5032f94 drm/amdgpu/vcn: not pause dpg for unified queue
  • 66e126d drm/amdgpu/vcn: identify unified queue in sw init
  • 1f4153d Revert "pidfd: prevent creation of pidfds for kthreads"
  • a3211a4 drm/xe: Do not dereference NULL job->fence in trace points
  • fbacee4 selftests: mptcp: join: check re-using ID of closed subflow
  • 7669151 selftests: mptcp: join: validate fullmesh endp on 1st sf
  • 0201d65 mptcp: pm: avoid possible UaF when selecting endp
  • 9e0223e mptcp: pm: fullmesh: select the right ID later
  • 2673adb mptcp: pm: only in-kernel cannot have entries with ID 0
  • 152944a mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR
  • 2060f1e mptcp: pm: only decrement add_addr_accepted for MPJ req
  • 9849cfc mptcp: pm: only mark 'subflow' endp as available
  • 3b82c15 mptcp: pm: remove mptcp_pm_remove_subflow()
  • ef7a65b mptcp: pm: re-using ID of unused flushed subflows
  • 0273b55 mptcp: pm: re-using ID of unused removed subflows
  • 47a049b mptcp: pm: re-using ID of unused removed ADD_ADDR
  • f771ed5 thermal: of: Fix OF node leak in of_thermal_zone_find() error paths
  • b6b864e thermal: of: Fix OF node leak in thermal_of_zone_register()
  • c856f30 thermal: of: Fix OF node leak in thermal_of_trips_init() error path
  • 57ca481 nouveau/firmware: use dma non-coherent allocator
  • 3f01867 pmdomain: imx: wait SSAR when i.MX93 power domain on
  • d11d730 pmdomain: imx: scu-pd: Remove duplicated clocks
  • 5364577 smb3: fix broken cached reads when posix locks
  • 8952352 mmc: dw_mmc: allow biu and ciu clocks to defer
  • 7adac5a mmc: mtk-sd: receive cmd8 data when hs400 tuning fail
  • f03ea01 cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.exclusive not set
  • 73d6c6c cgroup/cpuset: fix panic caused by partcmd_update
  • 2073132 KVM: arm64: Make ICC_SGI_EL1 undef in the absence of a vGICv3
  • 7cb972e KVM: arm64: vgic-debug: Don't put unmarked LPIs
  • 43427f9 cxgb4: add forgotten u64 ivlan cast before shift
  • 709e4c8 ata: pata_macio: Fix DMA table overflow
  • 5aa77e5 Input: i8042 - use new forcenorestore quirk to replace old buggy quirk combination
  • 361e2b1 Input: i8042 - add forcenorestore quirk to leave controller untouched even on s3
  • e2f5494 iommufd/device: Fix hwpt at err_unresv in iommufd_device_do_replace()
  • 8a5af26 HID: wacom: Defer calculation of resolution until resolution_code is known
  • 8cbcb6d MIPS: Loongson64: Set timer mode in cpu-probe
  • 6c323c3 net: dsa: microchip: fix PTP config failure when using multiple ports
  • f1e767f net: ngbe: Fix phy mode set to external phy
  • 976b77d s390/ap: Refine AP bus bindings complete processing
  • 402eb19 platform/x86: ISST: Fix return value on last invalid resource
  • 4f7a1d0 platform/x86: dell-uart-backlight: Use acpi_video_get_backlight_type()
  • 5a04cc4 ACPI: video: Add backlight=native quirk for Dell OptiPlex 7760 AIO
  • 69e3826 ACPI: video: Add Dell UART backlight controller detection
  • 9d2b75e drm/amdgpu/sdma5.2: limit wptr workaround to sdma 5.2.1
  • e562415 drm/amdgpu: Validate TA binary size
  • bfbf265 ksmbd: the buffer of smb2 query dir response has at least 1 byte
  • 75abfcf scsi: core: Fix the return value of scsi_logical_block_count()
  • ee07991 Bluetooth: MGMT: Add error handling to pair_device()
  • 4101af9 nvme: move stopping keep-alive into nvme_uninit_ctrl()
  • cda2ad7 smb: client: ignore unhandled reparse tags
  • f80bfad s390/boot: Fix KASLR base offset off by __START_KERNEL bytes
  • a944cba s390/boot: Avoid possible physmem_info segment corruption
  • c380c45 thermal/debugfs: Fix the NULL vs IS_ERR() confusion in debugfs_create_dir()
  • 98aa033 drm/xe: Free job before xe_exec_queue_put
  • 8ea8f44 drm/xe: Don't initialize fences at xe_sched_job_create()
  • c2e9566 drm/xe: Split lrc seqno fence creation up
  • 317459a drm/xe: Decouple job seqno and lrc seqno
  • a126cd4 drm/xe: Relax runtime pm protection during execution
  • b09ef3b drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
  • 52a5c47 io_uring/kbuf: sanitize peek buffer setup
  • ecb15b8 mmc: mmc_test: Fix NULL dereference on allocation failure
  • 6194025 drm/xe: Fix tile fini sequence
  • b1c9fbe drm/xe: reset mmio mappings with devm
  • 73da27b drm/xe/mmio: move mmio_fini over to devm
  • f7ecdd9 drm/xe: Fix opregion leak
  • 0ab76ba drm/xe/display: stop calling domains_driver_remove twice
  • 32720ba drm/i915/hdcp: Use correct cp_irq_count
  • 83b24c5 spi: spi-cadence-quadspi: Fix OSPI NOR failures during system resume
  • a13c086 drm/msm: fix the highest_bank_bit for sc7180
  • 91d0964 workqueue: Fix spruious data race in __flush_work()
  • 90a6a84 workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()
  • c459600 drm/msm/dpu: take plane rotation into account for wide planes
  • 1498f75 drm/msm/dpu: relax YUV requirements
  • 8a84964 drm/msm/dpu: limit QCM2290 to RGB formats only
  • 02193c7 drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails
  • 3adb8ed drm/msm/dp: reset the link phy params before link training
  • 3bacf81 drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable()
  • 86d7701 drm/msm/dp: fix the max supported bpp logic
  • 91e9e01 drm/msm/dpu: don't play tricks with debug macros
  • c096aba s390/iucv: Fix vargs handling in iucv_alloc_device()
  • 55bdfa4 net: ovs: fix ovs_drop_reasons error
  • 322803c net: xilinx: axienet: Fix dangling multicast addresses
  • e952f7a net: xilinx: axienet: Always disable promiscuous mode
  • 4934f34 octeontx2-af: Fix CPT AF register offset calculation
  • 043a18b netfilter: flowtable: validate vlan header
  • 95a305b bnxt_en: Fix double DMA unmapping for XDP_REDIRECT
  • fc88d6c ipv6: prevent possible UAF in ip6_xmit()
  • 56efc25 ipv6: fix possible UAF in ip6_finish_output2()
  • e44bd76 ipv6: prevent UAF in ip6_send_skb()
  • a9a84da selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct path
  • e9d567f udp: fix receiving fraglist GSO packets
  • e5bb298 netem: fix return value if duplicate enqueue fails
  • f87ce03 net: dsa: mv88e6xxx: Fix out-of-bound access
  • b52bd8b igb: cope with large MAX_SKB_FRAGS
  • 0def330 dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()
  • 81c1d30 ice: use internal pf id instead of function number
  • 41ae057 ice: fix truesize operations for PAGE_SIZE >= 8192
  • 8ea33d9 ice: fix ICE_LAST_OFFSET formula
  • d6e5aa2 ice: fix page reuse when PAGE_SIZE is over 8k
  • 0ecdf86 bonding: fix xfrm state handling when clearing active slave
  • 89fc1dc bonding: fix xfrm real_dev null pointer dereference
  • b70b0dd bonding: fix null pointer deref in bond_ipsec_offload_ok
  • 8cdd74c bonding: fix bond_ipsec_offload_ok return type
  • 0f9b9d2 ip6_tunnel: Fix broken GRO
  • 5bf9e37 netfilter: nft_counter: Synchronize nft_counter_reset() against reader.
  • 0cafb02 netfilter: nft_counter: Disable BH in nft_counter_offload_stats().
  • 9c8d544 kcm: Serialise kcm_sendmsg() for the same socket.
  • 47e40e5 net: mctp: test: Use correct skb for route input check
  • f6fd2db tcp: prevent concurrent execution of tcp_sk_exit_batch
  • 830ac8d selftests: udpgro: no need to load xdp for gro
  • 021c2c0 selftests: udpgro: report error when receive failed
  • dc172f6 tc-testing: don't access non-existent variable on exception
  • 2ae52a6 net/mlx5: Fix IPsec RoCE MPV trace call
  • 0c12cd4 net/mlx5e: XPS, Fix oversight of Multi-PF Netdev changes
  • 609cd73 net: mscc: ocelot: serialize access to the injection/extraction groups
  • be3a532 net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q"
  • 2c3fcaa net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register injection
  • db83115 Bluetooth: SMP: Fix assumption of Central always being Initiator
  • 20cc413 Bluetooth: hci_core: Fix LE quote calculation
  • 2179b1c Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-in
  • 7adc112 kbuild: avoid scripts/kallsyms parsing /dev/null
  • 024d4a7 kbuild: merge temporary vmlinux for BTF and kallsyms
  • f6c0203 Makefile: add $(srctree) to dependency of compile_commands.json target
  • b0eccfc ALSA: hda/tas2781: Use correct endian conversion
  • d4e24c8 platform/surface: aggregator: Fix warning when controller is destroyed in probe
  • 59670ab wifi: ath12k: use 128 bytes aligned iova in transmit path for WCN7850
  • 525b6f4 dm suspend: return -ERESTARTSYS instead of -EINTR
  • fead60a smb/client: avoid possible NULL dereference in cifs_free_subrequest()
  • 4be6542 cifs: Add a tracepoint to track credits involved in R/W requests
  • a24321b thermal: gov_bang_bang: Use governor_data to reduce overhead
  • bc0e425 thermal: gov_bang_bang: Add .manage() callback
  • 9fc6854 thermal: gov_bang_bang: Split bang_bang_control()
  • faf271f thermal: gov_bang_bang: Drop unnecessary cooling device target state checks
  • 8d457d3 drm/amd/display: Don't register panel_power_savings on OLED panels
  • 787359c block: Fix lockdep warning in blk_mq_mark_tag_wait
  • 8075390 arm64: Fix KASAN random tag seed initialization
  • 01b9743 printk/panic: Allow cpu backtraces to be written into ringbuffer during panic
  • 18db7e4 powerpc/topology: Check if a core is online
  • f915a01 cpu/SMT: Enable SMT only if a core is online
  • 00df458 io_uring/napi: check napi_enabled in io_napi_add() before proceeding
  • b8a04f3 io_uring/napi: use ktime in busy polling
  • 487e745 io_uring/napi: Remove unnecessary s64 cast
  • fec0f96 s390/dasd: Remove DMA alignment
  • 4d6ac2e rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT
  • 4f68721 rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT
  • 6238805 rust: work around bindgen 0.69.0 issue
  • d656b82 drm/v3d: Fix out-of-bounds read in v3d_csd_job_run()
  • 8361791 ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7
  • cb0b740 gpio: mlxbf3: Support shutdown() function
  • cc6bc2a iommu: Restore lost return in iommu_report_device_fault()
  • e9f6b76 kallsyms: Match symbols exactly with CONFIG_LTO_CLANG
  • 8bab113 kallsyms: Do not cleanup .llvm. suffix before sorting symbols
  • c3ce2e8 kallsyms: get rid of code for absolute kallsyms
  • 76274d1 kbuild: remove PROVIDE() for kallsyms symbols
  • 9c7a4ea kbuild: refactor variables in scripts/link-vmlinux.sh
  • de37408 net: hns3: fix a deadlock problem when config TC during resetting
  • 9c73b15 net: hns3: use the user's cfg after reset
  • 9504b5a net: hns3: fix wrong use of semaphore up
  • f28e75e selftests: net: lib: kill PIDs before del netns
  • e09e4c1 selftests: net: lib: ignore possible errors
  • b4ee8cf vsock: fix recursive ->recvmsg calls
  • a994238 selftest: af_unix: Fix kselftest compilation warnings
  • eb83dfb netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests
  • bf03152 netfilter: nf_tables: Introduce nf_tables_getobj_single
  • 0444622 netfilter: nf_tables: Audit log dump reset after the fact
  • 025b332 netfilter: nf_queue: drop packets with cloned unconfirmed conntracks
  • 119be22 netfilter: flowtable: initialise extack before use
  • 3e03b53 netfilter: nfnetlink: Initialise extack before use in ACKs
  • ba32898 netfilter: allow ipv6 fragments to arrive on different devices
  • 36e762c tcp: Update window clamping condition
  • 76eec79 mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved size
  • 5719831 mlxbf_gige: disable RX filters until RX path initialized
  • b453a4b net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb()
  • e1a0cdd net: dsa: vsc73xx: check busy flag in MDIO operations
  • bc07539 net: dsa: vsc73xx: pass value in phy_write operation
  • fde3be4 net: dsa: vsc73xx: fix port MAC configuration in full duplex mode
  • 6f642c3 net: axienet: Fix register defines comment description
  • 91b4850 atm: idt77252: prevent use after free in dequeue_rx()
  • 0ffaacc net/mlx5e: Correctly report errors for ethtool rx flows
  • 8e57e66 net/mlx5e: Take state lock during tx timeout reporter
  • 23e6493 net/mlx5: SD, Do not query MPIR register if no sd_group
  • 3939d78 gtp: pull network headers in gtp_dev_xmit()
  • afe478f igc: Fix qbv tx latency by setting gtxoffset
  • 46b3b56 igc: Fix reset adapter logics when tx mode change
  • d3822bc igc: Fix qbv_config_change_errors logics
  • 51424cf igc: Fix packet still tx after gate close by reducing i226 MAC retry buffer
  • f49b5d1 btrfs: fix invalid mapping of extent xarray state
  • 6e3987a bpf: Fix a kernel verifier crash in stacksafe()
  • 9227ee2 bpf: Fix updating attached freplace prog in prog_array map
  • 308b4fc libfs: fix infinite directory reads for offset dir
  • b87479d filelock: fix name of file_lease slab cache
  • 2b97d45 netfs: Fault in smaller chunks for non-large folio mappings
  • 4c41266 s390/uv: Panic for set and remove shared access UVC errors
  • 884bf2e pidfd: prevent creation of pidfds for kthreads
  • 88bf2af drm/amd/amdgpu: command submission parser for JPEG
  • a4e4c93 drm/amdgpu/jpeg4: properly set atomics vmid field
  • b825a42 drm/amdgpu/jpeg2: properly set atomics vmid field
  • 72a54e1 drm/amd/display: fix cursor offset on rotation 180
  • 27d50c7 drm/amd/display: Enable otg synchronization logic for DCN321
  • 20d3d99 drm/amd/display: fix s2idle entry for DCN3.5+
  • 90b5080 drm/amd/display: Adjust cursor position
  • 21b578f memcg_write_event_control(): fix a user-triggerable oops
  • 924aabb drm/amdgpu: Actually check flags for all context ops.
  • e5d0b29 btrfs: only enable extent map shrinker for DEBUG builds
  • 6e6cf14 btrfs: tree-checker: add dev extent item checks
  • 0e40841 btrfs: zoned: properly take lock to read/update block group's zoned variables
  • f6b733a btrfs: only run the extent map shrinker from kswapd tasks
  • 2115138 btrfs: check delayed refs when we're checking if a ref exists
  • 1dc4c96 btrfs: send: allow cloning non-aligned extent if it ends at i_size
  • e1a885b btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type
  • f63a724 mm/numa: no task_numa_fault() call if PTE is changed
  • c916188 mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
  • 99d95c3 mm/numa: no task_numa_fault() call if PMD is changed
  • 71f44df alloc_tag: introduce clear_page_tag_ref() helper function
  • 411afd8 selftests: memfd_secret: don't build memfd_secret test on unsupported arches
  • 824dd2e mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpu
  • f347118 alloc_tag: mark pages reserved during CMA activation as not tagged
  • 3f21150 selinux: add the processing of the failure of avc_add_xperms_decision()
  • e812b8c selinux: fix potential counting error in avc_add_xperms_decision()
  • 0a4d41f fs/netfs/fscache_cookie: add missing "n_accesses" check
  • 1f566eb wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion
  • 462ff7d net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings
  • 0c87420 media: atomisp: Fix streaming no longer working on BYT / ISP2400 devices
  • e6bea6a net: mana: Fix RX buf alloc_size alignment and atomic op panic
  • 2febf5f md/raid1: Fix data corruption for degraded array with slow disk
  • 7300dad mm/hugetlb: fix hugetlb vs. core-mm PT locking
  • 6edb8c9 mm: fix endless reclaim on machines with unaccepted memory
  • abdb9dd rtla/osnoise: Prevent NULL dereference in error handling
  • 5fc922b mseal: fix is_madv_discard()
  • 6b980b0 perf/bpf: Don't call bpf_overflow_handler() for tracing events
  • eb961c5 tracing: Return from tracing_buffers_read() if the file has been closed
  • 500f32b i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
  • c69d18f fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
  • 9063ab4 vfs: Don't evict inode under the inode lru traversing context
  • 5362312 dm persistent data: fix memory allocation failure
  • b6c1300 dm resume: don't return EINVAL when signalled
  • 2a94926 arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
  • 514207d ACPI: EC: Evaluate _REG outside the EC scope more carefully
  • e91d5b4 ACPICA: Add a depth argument to acpi_execute_reg_methods()
  • 2853e13 i2c: tegra: Do not mark ACPI devices as irq safe
  • 5460d12 smb3: fix lock breakage for cached writes
  • 1e1670c riscv: entry: always initialize regs->a0 to -ENOSYS
  • b0a43ef riscv: change XIP's kernel_map.size to be size of the entire kernel
  • 9e3b266 KEYS: trusted: dcp: fix leak of blob encryption key
  • 652563a KEYS: trusted: fix DCP blob payload length assignment
  • 505c65d thermal: gov_bang_bang: Call __thermal_cdev_update() directly
  • 027ac3c KVM: s390: fix validity interception issue when gisa is switched off
  • 5d4a304 s390/dasd: fix error recovery leading to data corruption on ESE devices
  • 1484e01 ALSA: timer: Relax start tick time check for slave timer elements
  • bbd157e ALSA: hda/tas2781: fix wrong calibrated data order
  • 7ca24cf thunderbolt: Mark XDomain as unplugged when router is removed
  • 8fb9d41 xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration
  • 770cacc usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()
  • a40cad9 usb: misc: ljca: Add Lunar Lake ljca GPIO HID to ljca_gpio_hids[]
  • 695ef13 ALSA: usb-audio: Support Yamaha P-125 quirk entry
  • 3157994 ALSA: usb-audio: Add delay quirk for VIVO USB-C-XE710 HEADSET
  • 1371d32 char: xillybus: Check USB endpoints when probing device
  • ca9c30a char: xillybus: Refine workqueue handling
  • aa1a197 char: xillybus: Don't destroy workqueue from work item running on it
  • 18a0672 fuse: Initialize beyond-EOF page contents before setting uptodate
  • b7e42e7 netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"
  • 23aabbc selinux: revert our use of vma_is_initial_heap()
  • 6bc7b62 Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"
  • 321aecb Revert "serial: 8250_omap: Set the console genpd always on if no console suspend"
  • 2eb973e Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD"
  • 22736ba Revert "ACPI: EC: Evaluate orphan _REG under EC device"
  • a394bca tty: atmel_serial: use the correct RTS flag.
  • 3ecf625 tty: serial: fsl_lpuart: mark last busy before uart_add_one_port
  • 78b4c71 tty: vt: conmakehash: remove non-portable code printing comment header
  • 7439c0c Revert "XANMOD: rcu: Change sched_setscheduler_nocheck() calls to SCHED_RR policy"

Xanmod

Homepage
Download Linux 6.10.7-xanmod1 source from GitHub