An updated XanMod Linux Kernel based on the latest Linux Kernel 5.13.2 has been released to address an issue. 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-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 5.13.2-xanmod1
- 35b9e9b Linux 5.13.2-xanmod1
- 1c6c20f XANMOD: fair: Remove all energy efficiency functions [v5.13.2+]
- 6332824 mm/vmscan: add sysctl knobs for protecting clean cache
- 62444de Merge tag 'v5.13.2' into 5.13
|\
| * d6fc894 Linux 5.13.2
| * 20a015e powerpc/preempt: Don't touch the idle task's preempt_count during hotplug
| * 51189a3 iommu/dma: Fix compile warning in 32-bit builds
| * 572b2a6 cred: add missing return error code when set_cred_ucounts() failed
| * c3f65e8 sched: Stop PF_NO_SETAFFINITY from being inherited by various init system threads
| * f13f015 s390: preempt: Fix preempt_count initialization
| * fbbd050 crypto: qce - fix error return code in qce_skcipher_async_req_handle()
| * bd61967 scsi: core: Retry I/O for Notify (Enable Spinup) Required error
| * d7c6292 media: exynos4-is: remove a now unused integer
| * 8d3433e mmc: vub3000: fix control-request direction
| * 165d6c3 mmc: block: Disable CMDQ on the ioctl path
| * 03105a2 io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKAT
| * 4f5be8b io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT
| * 378a830 io_uring: fix blocking inline submission
| * 89d2a15 block: return the correct bvec when checking for gaps
| * 3f7e6ca erofs: fix error return code in erofs_read_superblock()
| * 9d2da0b tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()
| * 5859c67 fscrypt: fix derivation of SipHash keys on big endian CPUs
| * 119782b fscrypt: don't ignore minor_hash when hash is 0
| * 2f2d7dc mailbox: qcom-ipcc: Fix IPCC mbox channel exhaustion
| * 610de61 scsi: libfc: Correct the condition check and invalid argument passed
| * 17902d3 scsi: lpfc: Fix Node recovery when driver is handling simultaneous PLOGIs
| * fc9f2f0 scsi: lpfc: Fix unreleased RPIs when NPIV ports are created
| * 1d51f50 scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()
| * c593bc3 scsi: fc: Correct RHBA attributes length
| * 63b60a8 scsi: megaraid_sas: Send all non-RW I/Os for TYPE_ENCLOSURE device through firmware
| * 646efb9 exfat: handle wrong stream entry size in exfat_readdir()
| * 4366134 csky: syscache: Fixup duplicate cache flush
| * 268e8c7 i2c: mpc: Restore reread of I2C status register
| * ffa7e0d perf llvm: Return -ENOMEM when asprintf() fails
| * 5d12814 selftests/vm/pkeys: refill shadow register after implicit kernel write
| * 328f60f selftests/vm/pkeys: handle negative sys_pkey_alloc() return code
| * b8e5d3a selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random
| * 0ef6f97 lib/math/rational.c: fix divide by zero
| * 928003b kfence: unconditionally use unbound work queue
| * 11ebc09 mm/zswap.c: fix two bugs in zswap_writeback_entry()
| * 72b032f mm: migrate: fix missing update page_private to hugetlb_page_subpool
| * 95d192d mm/z3fold: use release_z3fold_page_locked() to release locked z3fold page
| * ccb7848 mm/z3fold: fix potential memory leak in z3fold_destroy_pool()
| * 093d3fc hugetlb: remove prep_compound_huge_page cleanup
| * 9f7229c mm/huge_memory.c: don't discard hugepage if other processes are mapping it
| * f132591 mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()
| * afafd37 mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
| * ada0445 vfio/pci: Handle concurrent vma faults
| * 13a4d6e powerpc/64s/interrupt: preserve regs->softe for NMI interrupts
| * 9924e27 powerpc/64s: fix hash page fault interrupt handler
| * 4dcbce3 arm64: dts: marvell: armada-37xx: Fix reg for standard variant of UART
| * 25b601d serial: mvebu-uart: correctly calculate minimal possible baudrate
| * 59146c5 serial: mvebu-uart: do not allow changing baudrate when uartclk is not available
| * ce2d17c ALSA: firewire-lib: Fix 'amdtp_domain_start()' when no AMDTP_OUT_STREAM stream is found
| * 1a09a37 powerpc: Fix is_kvm_guest() / kvm_para_available()
| * 0cbe9d9 powerpc/papr_scm: Make 'perf_stats' invisible if perf-stats unavailable
| * 3ffbbc8 powerpc/64s: Fix copy-paste data exposure into newly created tasks
| * ba824a8 powerpc/papr_scm: Properly handle UUID types and API
| * 4100068 powerpc: Offline CPU in stop_this_cpu()
| * ed87ec8 serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCs
| * a8f4bf3 staging: rtl8723bs: Fix an error handling path
| * 905bb4b selftests/sgx: remove checks for file execute permissions
| * 16bd2ac selftests/ftrace: fix event-no-pid on 1-core machine
| * 5b2499e leds: ktd2692: Fix an error handling path
| * 2f0b82e leds: as3645a: Fix error return code in as3645a_parse_node()
| * 3a75092 ASoC: fsl_spdif: Fix unexpected interrupt after suspend
| * d759ee2 ASoC: Intel: sof_sdw: add SOF_RT715_DAI_ID_FIX for AlderLake
| * 19a4d95 configfs: fix memleak in configfs_release_bin_file
| * 2c3bf67 ASoC: fsl_xcvr: disable all interrupts when suspend happens
| * 86f6ad6 ASoC: atmel-i2s: Fix usage of capture and playback at the same time
| * 0f2f89c ASoC: atmel-i2s: Set symmetric sample bits
| * 7ff5db5 powerpc/powernv: Fix machine check reporting of async store errors
| * c6c8a25 extcon: max8997: Add missing modalias string
| * 3076d98 extcon: sm5502: Drop invalid register write in sm5502_reg_data
| * b27d30b phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe()
| * a3b870c phy: uniphier-pcie: Fix updating phy parameters
| * 96e9297 soundwire: stream: Fix test for DP prepare complete
| * f7150fc scsi: mpt3sas: Fix error return value in _scsih_expander_add()
| * 6e0b909 habanalabs: Fix an error handling path in 'hl_pci_probe()'
| * e0eaeea mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvell_nfc_resume()
| * 93968d6 of: Fix truncation of memory sizes on 32-bit platforms
| * fe1870f ASoC: cs42l42: Correct definition of CS42L42_ADC_PDN_MASK
| * db91960 iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 4637815 iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 1e8c052 serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates
| * 63432a8 usb: phy: tegra: Correct definition of B_SESS_VLD_WAKEUP_EN bit
| * 13c6cb2 usb: phy: tegra: Wait for VBUS wakeup status deassertion on suspend
| * 94dd905 staging: mt7621-dts: fix pci address for PCI memory range
| * ab28a20 coresight: core: Fix use of uninitialized pointer
| * 5f7ce5c staging: rtl8712: fix memory leak in rtl871x_load_fw_cb
| * 7709bce staging: rtl8712: fix error handling in r871xu_drv_init
| * cf01161 staging: gdm724x: check for overflow in gdm_lte_netif_rx()
| * b48eb06 staging: gdm724x: check for buffer overflow in gdm_lte_multi_sdu_pkt()
| * bf0c039 ASoC: fsl_spdif: Fix error handler with pm_runtime_enable
| * a122de4 iio: light: vcnl4000: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 181d881 iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
| * 3563bb7 iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
| * 129cef3 iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 4a67fd7 iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 60882b0 iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 5e8a3ef iio: dummy: Fix build error when CONFIG_IIO_TRIGGERED_BUFFER is not set
| * d4ff9e9 kunit: Fix result propagation for parameterised tests
| * 61dc159 mtd: spinand: Fix double counting of ECC stats
| * 505056e thunderbolt: Bond lanes only when dual_link_port != NULL in alloc_dev_default()
| * ab9e764 mtd: spi-nor: otp: return -EROFS if region is read-only
| * 534ba50 mtd: spi-nor: otp: fix access to security registers in 4 byte mode
| * 3802b97 eeprom: idt_89hpesx: Restore printing the unsupported fwnode name
| * 21652cc eeprom: idt_89hpesx: Put fwnode in matching case during ->probe()
| * 9d5d190 usb: dwc2: Don't reset the core after setting turnaround time
| * 3328f62 usb: gadget: f_fs: Fix setting of device and driver data cross-references
| * e78e2c0 ASoC: mediatek: mtk-btcvsd: Fix an error handling path in 'mtk_btcvsd_snd_probe()'
| * 8a7cbec ASoC: rt711-sdca: handle mbq_regmap in rt711_sdca_io_init
| * 060735a ASoC: rt711-sdca-sdw: add readable for SDW_SDCA_CTL() registers
| * c7c275d ASoC: rt5682-sdw: set regcache_cache_only false before reading RT5682_DEVICE_ID
| * 1863731 ASoC: rt5682: Fix a problem with error handling in the io init function of the soundwire
| * 5544d55 ASoC: rt715-sdca: fix clock stop prepare timeout issue
| * 15e9208 ASoC: rt715-sdw: use first_hw_init flag on resume
| * ea62150 ASoC: rt715-sdca-sdw: use first_hw_init flag on resume
| * 7b87d47 ASoC: rt711-sdw: use first_hw_init flag on resume
| * 9c06ea0 ASoC: rt711-sdca-sdw: use first_hw_init flag on resume
| * 7baba8a ASoC: rt700-sdw: use first_hw_init flag on resume
| * b4b4f4c ASoC: rt5682-sdw: use first_hw_init flag on resume
| * d2d2558 ASoC: rt1316-sdw: use first_hw_init flag on resume
| * b1cdc0c ASoC: rt1308-sdw: use first_hw_init flag on resume
| * c96efdc ASoC: max98373-sdw: use first_hw_init flag on resume
| * fd99997 ASoC: max98373-sdw: add missing memory allocation check
| * 0420caf iommu/dma: Fix IOVA reserve dma ranges
| * 2efa055 selftests: splice: Adjust for handler fallback removal
| * c7f4ec0 s390: appldata depends on PROC_SYSCTL
| * 11a86e0 s390: enable HAVE_IOREMAP_PROT
| * 5cef836 iommu/amd: Tidy up DMA ops init
| * a935344 iommu/amd: Fix extended features logging
| * a9c55cb visorbus: fix error return code in visorchipset_init()
| * 3886a5e fsi/sbefifo: Fix reset timeout
| * 657cd9a fsi/sbefifo: Clean up correct FIFO when receiving reset request from SBE
| * ebb29df fsi: occ: Don't accept response from un-initialized OCC
| * 485d8c4 fsi: scom: Reset the FSI2PIB engine for any error
| * 7d884f6 fsi: core: Fix return of error values on failures
| * 51ab817 mfd: rn5t618: Fix IRQ trigger by changing it to level mode
| * f0a5801 mfd: Remove software node conditionally and locate at right place
| * cffae75 mfd: mp2629: Select MFD_CORE to fix build error
| * 270c97c scsi: iscsi: Flush block work before unblock
| * bee1e10 scsi: iscsi: Fix in-kernel conn failure handling
| * 3f1782f scsi: iscsi: Rel ref after iscsi_lookup_endpoint()
| * 96a6275 scsi: iscsi: Use system_unbound_wq for destroy_work
| * 6622a20 scsi: iscsi: Force immediate failure during shutdown
| * 901d6de scsi: iscsi: Stop queueing during ep_disconnect
| * c7db90f scsi: FlashPoint: Rename si_flags field
| * 710c7ff leds: lp50xx: Put fwnode in error case during ->probe()
| * 93d38ee leds: lm3697: Don't spam logs when probe is deferred
| * a20a178 leds: lm3692x: Put fwnode in any case during ->probe()
| * 4c8bfce leds: lm36274: Put fwnode in error case during ->probe()
| * 0045de2 leds: lm3532: select regmap I2C API
| * bd9b145 leds: lgm-sso: Fix clock handling
| * fee25ff leds: class: The -ENOTSUPP should never be seen by user space
| * e25b5dc tty: nozomi: Fix the error handling path of 'nozomi_card_init()'
| * 1d1edde firmware: stratix10-svc: Fix a resource leak in an error handling path
| * 51790ca misc/pvpanic-mmio: Fix error handling in 'pvpanic_mmio_probe()'
| * a9ecb8b misc/pvpanic-pci: Fix error handling in 'pvpanic_pci_probe()'
| * b91a065 char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol()
| * f46e3fd staging: mmal-vchiq: Fix incorrect static vchiq_instance.
| * 9e6812a mtd: rawnand: arasan: Ensure proper configuration for the asserted target
| * 765beb5 mtd: parsers: qcom: Fix leaking of partition name
| * d5023eb mtd: partitions: redboot: seek fis-index-block in the right node
| * e6fd14a perf scripting python: Fix tuple_set_u64()
| * 693c6dc Input: hil_kbd - fix error return code in hil_dev_connect()
| * 0a66384 ASoC: rsnd: tidyup loop on rsnd_adg_clk_query()
| * 524f379 usb: typec: tcpm: Fix up PR_SWAP when vsafe0v is signalled
| * 69660a9 backlight: lm3630a_bl: Put fwnode in error case during ->probe()
| * bed4f1f ASoC: hisilicon: fix missing clk_disable_unprepare() on error in hi6210_i2s_startup()
| * 4f66227 ASoC: rk3328: fix missing clk_disable_unprepare() on error in rk3328_platform_probe()
| * af74662 iio: potentiostat: lmp91000: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
| * 90c16ba iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()
| * b1d6d4c iio: chemical: atlas: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 5499e75 iio: light: tcs3472: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 57df003 iio: light: tcs3414: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 61aa739 iio: light: isl29125: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * b25f131 iio: magn: bmc150: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * d40bbe4 iio: magn: hmc5843: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * c8d0c96 iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * ca40b4e iio: prox: pulsed-light: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * f124951 iio: prox: srf08: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 870214f iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * e41a388 iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 64dff72 iio: adc: vf610: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * c4302d4 iio: adc: ti-ads1015: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 927a7d8 iio: accel: stk8ba50: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * cc3e33b iio: accel: stk8312: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 3ef6d9f iio: accel: mxc4005: Fix overread of data and alignment issue.
| * f8bd733 iio: accel: kxcjk-1013: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 8d49028 iio: accel: hid: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 72daeb5 iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * b9e837d iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
| * 0a91821 iio: adis16475: do not return ints in irq handlers
| * cac4914 iio: adis16400: do not return ints in irq handlers
| * 7ad60eb iio: adis_buffer: do not return ints in irq handlers
| * 52728a7 mwifiex: re-fix for unaligned accesses
| * b25bc3e phy: ralink: phy-mt7621-pci: properly print pointer address
| * c99410c tty: nozomi: Fix a resource leak in an error handling function
| * 527cc73 serial: 8250_omap: fix a timeout loop condition
| * d12c159 serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()
| * 032c57a serial: fsl_lpuart: don't modify arbitrary data on lpuart32
| * 75f27ce rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()
| * 0b5edb8 ASoC: rt5682: Disable irq on shutdown
| * 6dfbed1 staging: fbtft: Don't spam logs when probe is deferred
| * 37a3335 staging: fbtft: Rectify GPIO handling
| * 3fc3179 staging: rtl8712: Fix some tests against some 'data' subtype frames
| * 466654d MIPS: Fix PKMAP with 32-bit MIPS huge page support
| * 7ab2438 RDMA/core: Always release restrack object
| * d19a51a RDMA/mlx5: Don't access NULL-cleared mpi pointer
| * 420451e net: tipc: fix FB_MTU eat two pages
| * 281c4b3 net: sched: fix warning in tcindex_alloc_perfect_hash
| * 37287ac net: lwtunnel: handle MTU calculation in forwading
| * cae2f26 writeback: fix obtain a reference to a freeing memcg css
| * 6eeb73f bpf, x86: Fix extable offset calculation
| * 514795d clk: si5341: Update initialization magic
| * 2f19f9e clk: si5341: Check for input clock presence and PLL lock on startup
| * f09f20d clk: si5341: Avoid divide errors due to bogus register contents
| * 91a1de1 clk: si5341: Wait for DEVICE_READY on startup
| * 884a398 clk: qcom: clk-alpha-pll: fix CAL_L write in alpha_pll_fabia_prepare
| * 3946889 clk: actions: Fix AHPPREDIV-H-AHB clock chain on Owl S500 SoC
| * bb4367c clk: actions: Fix bisp_factor_table based clocks on Owl S500 SoC
| * 7f8d9cc clk: actions: Fix SD clocks factor table on Owl S500 SoC
| * 059f4c4 clk: actions: Fix UART clock dividers on Owl S500 SoC
| * 51c2a6c clk: qcom: gcc: Add support for a new frequency for SC7280
| * 4c41ece Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated event
| * 606c3bd Bluetooth: Fix Set Extended (Scan Response) Data
| * 077f680 Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_valid
| * 3b760a0 Bluetooth: virtio_bt: add missing null pointer check on alloc_skb call return
| * bed9525 clk: zynqmp: fix compile testing without ZYNQMP_FIRMWARE
| * 5fe0ca3 Revert "be2net: disable bh with spin_lock in be_process_mcc"
| * 51a36dd gve: Fix swapped vars when fetching max queues
| * 58faaa9 RDMA/cma: Fix incorrect Packet Lifetime calculation
| * 2eddafd bpfilter: Specify the log level for the kmsg message
| * 9c34dfa net: dsa: sja1105: fix NULL pointer dereference in sja1105_reload_cbs()
| * f6bb341 e1000e: Check the PCIm state
| * f5311a0 ipv6: fix out-of-bound access in ip6_parse_tlv()
| * 710f87c net: atlantic: fix the macsec key length
| * d22eadd net: phy: mscc: fix macsec key length
| * 7052120 net: macsec: fix the length used to copy the key for offloading
| * 1e3b94a RDMA/cma: Protect RMW with qp_mutex
| * 3e17415 ibmvnic: free tx_pool if tso_pool alloc fails
| * ca854fa ibmvnic: set ltb->buff to NULL after freeing
| * 781b69c ibmvnic: account for bufs already saved in indir_buf
| * 5142c39 ibmvnic: clean pending indirect buffs during reset
| * eacd611 Revert "ibmvnic: remove duplicate napi_schedule call in open function"
| * e7f3c43 Revert "ibmvnic: simplify reset_long_term_buff function"
| * 8b09cfd RDMA/hns: Add window selection field of congestion control
| * f067cd9 RDMA/hns: Add a check to ensure integer mtu is positive
| * 8853324 i40e: Fix missing rtnl locking when setting up pf switch
| * 431557e i40e: Fix autoneg disabling for non-10GBaseT links
| * 7cd87f6 i40e: Fix error handling in i40e_vsi_open
| * 138fa2a bpf: Do not change gso_size during bpf_skb_change_proto()
| * c7e78a1 can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for optlen == 0
| * 59e8f3f ipv6: exthdrs: do not blindly use init_net
| * 80dbfeb net: bcmgenet: Fix attaching to PYH failed on RPi 4B
| * abca378 mac80211: remove iwlwifi specific workaround NDPs of null_response
| * be7be4c drm/msm/dpu: Fix error return code in dpu_mdss_init()
| * 48a14a2 drm/msm: Fix error return code in msm_drm_init()
| * e75247c drm/msm/disp/dpu1: avoid perf update in frame done event
| * 17992ed drm/msm/dp: handle irq_hpd with sink_count = 0 correctly
| * b8a6022 bpf: Fix null ptr deref with mixed tail calls and subprogs
| * 7fc2cbe ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl()
| * 812801e ieee802154: hwsim: Fix memory leak in hwsim_add_one
| * 4416dc9 RDMA/hns: Fix uninitialized variable
| * 5fc0d17 RDMA/hns: Force rewrite inline flag of WQE
| * 3c4a4c0 tc-testing: fix list handling
| * d44313d net: ti: am65-cpsw-nuss: Fix crash when changing number of TX queues
| * 9d47eeb net: broadcom: bcm4908_enet: reset DMA rings sw indexes properly
| * a7d381c net/ipv4: swap flow ports when validating source
| * 6380a37 ip6_tunnel: fix GRE6 segmentation
| * a1a1032 mptcp: avoid race on msk state changes
| * 027c5a4 bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc
| * f4ecb17 vxlan: add missing rcu_read_lock() in neigh_reduce()
| * f433230 rtw88: 8822c: fix lc calibration timing
| * 1f7495d bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flags
| * ef8f0bd iwlwifi: increase PNVM load timeout
| * e473113 netfilter: nf_tables: do not allow to delete table with owner by handle
| * 1433324 netfilter: nf_tables: skip netlink portID validation if zero
| * 445e7e3 xfrm: Fix xfrm offload fallback fail case
| * 8e3823a pkt_sched: sch_qfq: fix qfq_change_class() error path
| * 7c8e4bc net: dsa: mv88e6xxx: Fix adding vlan 0
| * c648c4b net: mana: Fix a memory leak in an error handling path in 'mana_create_txq()'
| * 7dc2320 mptcp: fix 32 bit DSN expansion
| * 9405815 mptcp: fix bad handling of 32 bit ack wrap-around
| * 4a4d230 netfilter: nf_tables_offload: check FLOW_DISSECTOR_KEY_BASIC in VLAN transfer logic
| * 09b1f67 netfilter: nf_tables: memleak in hw offload abort path
| * 0fe29dd tls: prevent oversized sendfile() hangs by ignoring MSG_MORE
| * 6f26c4e selftests: tls: fix chacha+bidir tests
| * f4b3510 selftests: tls: clean up uninitialized warnings
| * 99b0c83 net: sched: add barrier to ensure correct ordering for lockless qdisc
| * 754da27 vrf: do not push non-ND strict packets with a source LLA through packet taps again
| * 74a0847 skmsg: Teach sk_psock_verdict_apply() to return errors
| * a72fd1e skmsg: Fix a memory leak in sk_psock_verdict_apply()
| * 60eef5b skmsg: Clear skb redirect pointer before dropping it
| * b2265f3 udp: Fix a memory leak in udp_read_sock()
| * 600a68d selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()
| * 48c858a net: ethernet: ezchip: fix error handling
| * 062e01f net: ethernet: ezchip: fix UAF in nps_enet_remove
| * 7e6f10f net: ethernet: aeroflex: fix UAF in greth_of_remove
| * d07ebb0 mt76: mt7921: fix the coredump is being truncated
| * 29ba2ad mt76: mt7921: fix kernel warning when reset on vif is not sta
| * 611beba mt76: mt7915: fix rx fcs error count in testmode
| * 0a446c7 mt76: mt7921: wake the device before dumping power table
| * 3acae0c mt76: mt7915: fix MT_EE_CAL_GROUP_SIZE
| * 734f5fe mt76: mt7615: fix potential overflow on large shift
| * 31635a9 mt76: testmode: remove undefined behaviour in mt76_testmode_alloc_skb
| * 5b2deeb mt76: testmode: fix memory leak in mt76_testmode_alloc_skb
| * 2e25e8e mt76: mt7921: do not schedule hw reset if the device is not running
| * d262610 mt76: mt7921: avoid unnecessary consecutive WiFi resets
| * 7c041b2 mt76: mt7921: fix OMAC idx usage
| * 7fd4456 mt76: mt7921: fix invalid register access in wake_work
| * 9d9fb32 mt76: mt7921: add back connection monitor support
| * fcab20e mt76: mt7921: consider the invalid value for to_rssi
| * a889b3e mt76: connac: fix WoW with disconnetion and bitmap pattern
| * 3c72c4f mt76: connac: fw_own rely on all packet memory all being free
| * 7966772 mt76: mt7921: Don't alter Rx path classifier
| * ca72aaa mt76: mt7921: fix mt7921_wfsys_reset sequence
| * 6d40043 mt76: mt7615: fix NULL pointer dereference in tx_prepare_skb()
| * fb63ea6 mt76: fix possible NULL pointer dereference in mt76_tx
| * 57fa599 mt76: mt7915: fix a signedness bug in mt7915_mcu_apply_tx_dpd()
| * ba92327 net: pxa168_eth: Fix a potential data race in pxa168_eth_remove
| * a00c9fa samples/bpf: Fix the error return code of xdp_redirect's main()
| * 9abfeb4 samples/bpf: Fix Segmentation fault for xdp_redirect command
| * a6f6a2f RDMA/hns: Clear extended doorbell info before using
| * fffdf02 RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wr
| * 3cb8419 bpf: Fix libelf endian handling in resolv_btfids
| * 01faf19 xsk: Fix broken Tx ring validation
| * 8591294 xsk: Fix missing validation for skb and unaligned mode
| * 95599ef selftests/bpf: Fix ringbuf test fetching map FD
| * bb56390 selftests/bpf: Whitelist test_progs.h from .gitignore
| * f35dd32 RDMA/rxe: Fix qp reference counting for atomic ops
| * d8a190f netfilter: nft_tproxy: restrict support to TCP and UDP transport protocols
| * da0fa9a netfilter: nft_osf: check for TCP packet before further processing
| * 34a76bb netfilter: nft_exthdr: check for IPv6 packet before further processing
| * 803ffe5 RDMA/mlx5: Don't add slave port to unaffiliated list
| * e3fdf2f netlabel: Fix memory leak in netlbl_mgmt_add_common
| * 4074391 wil6210: remove erroneous wiphy locking
| * c497a0c ath11k: send beacon template after vdev_start/restart during csa
| * 7f72b0b ath10k: Fix an error code in ath10k_add_interface()
| * ab8fee3 ath11k: Fix an error handling path in ath11k_core_fetch_board_data_api_n()
| * fdb3f59 cw1200: Revert unnecessary patches that fix unreal use-after-free bugs
| * eb6219e brcmsmac: mac80211_if: Fix a resource leak in an error handling path
| * f257ee3 brcmfmac: Delete second brcm folder hierarchy
| * 837f0c9 brcmfmac: Fix a double-free in brcmf_sdio_bus_reset
| * 35bb54e brcmfmac: correctly report average RSSI in station info
| * da997cc brcmfmac: fix setting of station info chains bitmask
| * aa68a41 ssb: Fix error return code in ssb_bus_scan()
| * 88d70c3 drm/i915/selftests: Reorder tasklet_disable vs local_bh_disable
| * c1df1d2 net: wwan: Fix WWAN config symbols
| * af6eaa8 wcn36xx: Move hal_buf allocation to devm_kmalloc in probe
| * 4ec8141 clk: imx8mq: remove SYS PLL 1/2 clock gates
| * 0757175 ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_others
| * e41dc10 wireless: carl9170: fix LEDS build errors & warnings
| * 4407f2b ath10k: add missing error return code in ath10k_pci_probe()
| * bce3942 ath10k: go to path err_unsupported when chip id is not supported
| * f3fe80f tools/bpftool: Fix error return code in do_batch()
| * 944be01 net: stmmac: Fix potential integer overflow
| * c7cfbf4 stmmac: prefetch right address
| * 6be3f2d drm: qxl: ensure surf.data is ininitialized
| * 296031d clk: vc5: fix output disabling when enabling a FOD
| * ef06eab drm/vc4: hdmi: Fix error path of hpd-gpios
| * 8434d0d drm/pl111: Actually fix CONFIG_VEXPRESS_CONFIG depends
| * 616a5ba RDMA/rxe: Fix failure during driver load
| * 987e847 drm/pl111: depend on CONFIG_VEXPRESS_CONFIG
| * 1672328 IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_path
| * 3255541 Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered"
| * 020155e IB/cm: Split cm_alloc_msg()
| * ad6608c IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg()
| * 66dfc04 RDMA/core: Sanitize WQ state received from the userspace
| * 9c13e23 net/sched: act_vlan: Fix modify to allow 0
| * 9177b18 xfrm: remove the fragment check for ipv6 beet mode
| * ee35825 clk: tegra30: Use 300MHz for video decoder by default
| * 96d211b ehea: fix error return code in ehea_restart_qps()
| * ca86c8c RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats
| * 84d3b07 RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection
| * b696061 RDMA/rtrs-srv: Fix memory leak when having multiple sessions
| * 1ec0598 RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object
| * 7fa6e48 RDMA/rtrs: Do not reset hb_missed_max after re-connection
| * 05c10aa RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats
| * 695f54b RDMA/srp: Fix a recently introduced memory leak
| * c492296 RDMA/hns: Fix wrong timer context buffer page size
| * 63919d8 mptcp: make sure flag signal is set when add addr with port
| * e1c7a2f mptcp: generate subflow hmac after mptcp_finish_join()
| * 4eafee9 mptcp: fix pr_debug in mptcp_token_new_connect
| * 005d5d5 drm/rockchip: cdn-dp: fix sign extension on an int multiply for a u64 result
| * 6475145 drm/rockchip: lvds: Fix an error handling path
| * a087222 drm/rockchip: dsi: move all lane config except LCDC mux to bind()
| * 0070511 drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cdn_dp_grf_write()
| * e9815b8 drm: rockchip: set alpha_en to 0 if it is not used
| * 8cb95b4 drm/vc4: crtc: Lookup the encoder from the register at boot
| * 81ae727 drm/vc4: crtc: Fix vc4_get_crtc_encoder logic
| * bba1c86 drm/vc4: crtc: Pass the drm_atomic_state to config_pv
| * 0e9dce9 clk: sunxi-ng: v3s: fix incorrect postdivider on pll-audio
| * e1fd4e8 clk: rockchip: fix rk3568 cpll clk gate bits
| * 8989945 net: ftgmac100: add missing error return code in ftgmac100_probe()
| * 9834e82 drm/amd/display: take dc_lock in short pulse handler only
| * 700c74b drm/amd/display: Avoid HPD IRQ in GPU reset state
| * 490649a drm/amd/display: fix potential gpu reset deadlock
| * 5dd6cdd clk: meson: g12a: fix gp0 and hifi ranges
| * e5c790f net: qrtr: ns: Fix error return code in qrtr_ns_init()
| * 78c9dc7 drm/i915: Merge fix for "drm: Switch to %p4cc format modifier"
| * 26bbe38 libbpf: Fix ELF symbol visibility update logic
| * 47bba47 drm/vmwgfx: Fix cpu updates of coherent multisample surfaces
| * 6fd6874 drm/vmwgfx: Mark a surface gpu-dirty after the SVGA3dCmdDXGenMips command
| * b400d66 RDMA/hns: Remove the condition of light load for posting DWQE
| * bea7a82 pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilities
| * c2331be pinctrl: renesas: r8a7796: Add missing bias for PRESET# pin
| * 35713cf net: pch_gbe: Propagate error from devm_gpio_request_one()
| * 8487f76 net: mvpp2: Put fwnode in error case during ->probe()
| * 4e953e5 rtnetlink: avoid RCU read lock when holding RTNL
| * 2e02341 drm/imx: ipuv3-plane: fix PRG modifiers after drm managed resource conversion
| * 99631d4 drm/imx: ipuv3-plane: do not advertise YUV formats on planes without CSC
| * 7c15cfa video: fbdev: imxfb: Fix an error message
| * a5eebe5 drm/bridge: fix LONTIUM_LT8912B dependencies
| * 918fd0d drm/bridge: anx7625: Fix power on delay
| * 61eab97 drm/ast: Fix missing conversions to managed API
| * 5164492 drm/amd/dc: Fix a missing check bug in dm_dp_mst_detect()
| * 8971454 drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()
| * 725d15c drm/bridge/sii8620: fix dependency on extcon
| * d3209bf xfrm: xfrm_state_mtu should return at least 1280 for ipv6
| * 67a7436 mm/page_alloc: fix counting of managed_pages
| * b38b1d0 mm: memcg/slab: properly set up gfp flags for objcg pointer array
| * a533a21 mm/shmem: fix shmem_swapin() race with swapoff
| * c3b3913 swap: fix do_swap_page() race with swapoff
| * c24d5da mm: mmap_lock: use local locks instead of disabling preemption
| * f9416bf mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()
| * a800cab dax: fix ENOMEM handling in grab_mapping_entry()
| * 1e51557 ocfs2: fix snprintf() checking
| * 4e38237 blk-mq: update hctx->dispatch_busy in case of real scheduler
| * 1ae8fd0 block: fix trace completion for chained bio
| * c4b2281 PM / devfreq: passive: Fix get_target_freq when not using required-opp
| * e3ff9b2 cpufreq: Make cpufreq_online() call driver->offline() on errors
| * 3baa60e ACPI: bgrt: Fix CFI violation
| * ad90f92 block, bfq: reset waker pointer with shared queues
| * 833cf2c block, bfq: avoid delayed merge of async queues
| * 30d5c74 blk-wbt: make sure throttle is enabled properly
| * 1c0d0e1 blk-wbt: introduce a new disable state to prevent false positive by rwb_enabled()
| * 9dc6134 EDAC/igen6: fix core dependency
| * b0f3df1 ACPI: APEI: fix synchronous external aborts in user-mode
| * 98c349b extcon: extcon-max8997: Fix IRQ freeing at error path
| * adfbc32 nvme-tcp: fix error codes in nvme_tcp_setup_ctrl()
| * f1a3f6f clocksource/drivers/timer-ti-dm: Save and restore timer TIOCP_CFG
| * 31d1545 HID: surface-hid: Fix get-report request
| * 3e55650 md: revert io stats accounting
| * d67ff22 mark pstore-blk as broken
| * 780ce7b ACPI: sysfs: Fix a buffer overrun problem with description_show()
| * 942511d ACPI: tables: FPDT: Add missing acpi_put_table() in acpi_init_fpdt()
| * 620f58c nvme-pci: look for StorageD3Enable on companion ACPI device instead
| * 52a535c x86/hyperv: fix logical processor creation
| * 9ec73d7 block: avoid double io accounting for flush request
| * 25adea1 ACPI: PM / fan: Put fan device IDs into separate header file
| * 7e95c52 PM / devfreq: Add missing error code in devfreq_add_device()
| * 73bbd35 EDAC/aspeed: Use proper format string for printing resource
| * a976b32 media: s5p-mfc: Fix display delay control creation
| * f77ecd2 media: mtk-vpu: on suspend, read/write regs only if vpu is running
| * e92492c media: video-mux: Skip dangling endpoints
| * 27a1251 KVM: selftests: Remove errant asm/barrier.h include to fix arm64 build
| * aa138d4 KVM: selftests: fix triple fault if ept=0 in dirty_log_test
| * 979965c psi: Fix race between psi_trigger_create/destroy
| * a476aa9 objtool: Don't make .altinstructions writable
| * c7c6fb9 crypto: nx - Fix RCU warning in nx842_OF_upd_status
| * 10a5921 perf: Fix task context PMU for Hetero
| * 48a513f spi: spi-sun6i: Fix chipselect/clock bug
| * 0a32c74 x86/sev: Use "SEV: " prefix for messages from sev.c
| * a2c53d9 lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTING
| * 5fd218d lockdep: Fix wait-type for empty stack
| * eed2284 sched/uclamp: Fix uclamp_tg_restrict()
| * 00e1a56 sched/rt: Fix Deadline utilization tracking during policy change
| * b5ee242 sched/rt: Fix RT utilization tracking during policy change
| * c6362a7 x86/sev: Split up runtime #VC handler for correct state tracking
| * 99e67ee x86/sev: Make sure IRQs are disabled while GHCB is active
| * c7b63ad btrfs: clear log tree recovering status if starting transaction fails
| * f65ff29 regulator: bd9576: Fix the driver name in id table
| * 3fefb73 regulator: hi6421v600: Fix setting idle mode
| * cf6fd4b regulator: qcom-rpmh: Add terminator at the end of pm7325x_vreg_data[] array
| * 35cf50e regulator: hi655x: Fix pass wrong pointer to config.driver_data
| * 33e8f03 KVM: arm64: Don't zero the cycle count register when PMCR_EL0.P is set
| * 50cd74c perf/arm-cmn: Fix invalid pointer when access dtc object sharing the same IRQ number
| * e96f6d4 KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()
| * 5f7fe9c KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()
| * 3167810 KVM: nVMX: Don't clobber nested MMU's A/D status on EPTP switch
| * ffaaf32 KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap
| * 2e5c0d6 KVM: nVMX: Sync all PGDs on nested transition with shadow paging
| * 80c0f6a KVM: nVMX: Add a return code to vmx_complete_nested_posted_interrupt
| * 8077ff1 hwmon: (max31790) Fix fan speed reporting for fan7..12
| * 8ba1cbc hwmon: (max31722) Remove non-standard ACPI device IDs
| * 4d55742 hwmon: (lm70) Revert "hwmon: (lm70) Add support for ACPI"
| * 1288a81 hwmon: (pmbus/bpa-rs600) Handle Vin readings >= 256V
| * 41e7e8d media: i2c: rdacm21: Power up OV10640 before OV490
| * 10cd7a1 media: i2c: rdacm21: Fix OV10640 powerup
| * bd03f1c media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctx
| * b336226 media: subdev: remove VIDIOC_DQEVENT_TIME32 handling
| * 52d7255 media: v4l2-core: ignore native time32 ioctls on 64-bit
| * 99876d2 arm64/mm: Fix ttbr0 values stored in struct thread_info for software-pan
| * c8255c9 mmc: usdhi6rol0: fix error return code in usdhi6_probe()
| * 1f8d5a5 crypto: sm2 - fix a memory leak in sm2
| * dfc62a9 crypto: x86/curve25519 - fix cpu feature checking logic in mod_exit
| * 334ea98 crypto: omap-sham - Fix PM reference leak in omap sham ops
| * 46b988b crypto: nitrox - fix unchecked variable in nitrox_register_interrupts
| * ba68a06 regulator: fan53880: Fix vsel_mask setting for FAN53880_BUCK
| * b0b3a51 media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2()
| * 7f245ea m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warning
| * 262c340 drivers/perf: hisi: Fix data source control
| * 9234c34 regulator: fan53555: Fix missing slew_reg/mask/shift settings for FAN53526
| * d017709 media: gspca/gl860: fix zero-length control requests
| * 0a84a0c media: vicodec: Use BITUL() macro in UAPI headers
| * cf689b1 media: tc358743: Fix error return code in tc358743_probe_of()
| * b01b481 media: au0828: fix a NULL vs IS_ERR() check
| * ff7233a media: exynos4-is: Fix a use after free in isp_video_release
| * 4085aa9 media: rkvdec: Fix .buf_prepare
| * ba2e353 media: venus: hfi_cmds: Fix conceal color property
| * ba10157 media: ipu3-cio2: Fix reference counting when looping over ACPI devices
| * 1b76864 sched: Don't defer CPU pick to migration_cpu_stop()
| * e226398 locking/lockdep: Reduce LOCKDEP dependency list
| * ebc9f60 pata_ep93xx: fix deferred probing
| * 614016e regulator: bd71815: add select to fix build
| * 7ef5567 media: rc: i2c: Fix an error message
| * 1640411 crypto: ccp - Fix a resource leak in an error handling path
| * e6678d8 crypto: sa2ul - Use of_device_get_match_data() helper
| * dc0dae2 crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()
| * b595f99 crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()
| * 61b720a x86/elf: Use BITUL() macro in UAPI headers
| * 2df42a9 crypto: hisilicon/hpre - fix unmapping invalid dma address
| * b47dc85 crypto: testmgr - fix initialization of 'secret_size'
| * b62d59e evm: fix writing /evm overflow
| * 152c2b7 pata_octeon_cf: avoid WARN_ON() in ata_host_activate()
| * e77e1ad kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD := n'
| * c5b50bd sched/uclamp: Fix locking around cpu_util_update_eff()
| * 894ac20 sched/uclamp: Fix wrong implementation of cpu.uclamp.min
| * 9e70502 media: I2C: change 'RST' to "RSET" to fix multiple build errors
| * 25a0bda pata_rb532_cf: fix deferred probing
| * f704f09 sata_highbank: fix deferred probing
| * ddac7d8 crypto: ux500 - Fix error return code in hash_hw_final()
| * 8800427 crypto: ixp4xx - update IV after requests
| * 8d75ded crypto: ixp4xx - dma_unmap the correct address
| * f152f5e media: hantro: do a PM resume earlier
| * 7ed930e media: i2c: ccs-core: return the right error code at suspend
| * 130fb80 media: s5p_cec: decrement usage count if disabled
| * 8dd3384 media: venus: Rework error fail recover logic
| * 5698d3e spi: Avoid undefined behaviour when counting unused native CSs
| * bbf7cde spi: Allow to have all native CSs in use along with GPIOs
| * 3d9d4aa kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21
| * d571913 mm: define default MAX_PTRS_PER* in include/pgtable.h
| * 3921b83 writeback, cgroup: increment isw_nr_in_flight before grabbing an inode
| * 5360259 ia64: mca_drv: fix incorrect array size calculation
| * 1085564 kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()
| * cf46e6f block: fix discard request merge
| * c9e970e mailbox: qcom: Use PLATFORM_DEVID_AUTO to register platform device
| * bebfd66 cifs: fix missing spinlock around update to ses->status
| * b25ec82 HID: wacom: Correct base usage for capacitive ExpressKey status bits
| * fee404c smb3: fix possible access to uninitialized pointer to DACL
| * 2e4c044 ACPI: tables: Add custom DSDT file as makefile prerequisite
| * e34583f tpm_tis_spi: add missing SPI device ID entries
| * 155d3c5 clocksource: Check per-CPU clock synchronization when marked unstable
| * d13f680 clocksource: Retry clock read if long delays detected
| * c37238f block, bfq: fix delayed stable merge check
| * a1e7400 ACPI: EC: trust DSDT GPE for certain HP laptop
| * fa004a7 cifs: fix SMB1 error path in cifs_get_file_info_unix
| * 9a0c823 smb3: fix uninitialized value for port in witness protocol move
| * 027c9f0 cifs: retry lookup and readdir when EAGAIN is returned.
| * 1c25524 cifs: fix check of dfs interlinks
| * 5e397c9 cifs: improve fallocate emulation
| * 5f28c21 PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv()
| * 8104b56 tools/power/x86/intel-speed-select: Fix uncore memory frequency display
| * 35d976c EDAC/Intel: Do not load EDAC driver when running as a guest
| * 2fe788c nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()
| * 1205de7 nvme-pci: fix var. type for increasing cq_head
| * c74f855 platform/x86: toshiba_acpi: Fix missing error code in toshiba_acpi_setup_keyboard()
| * 6632da0 platform/x86: asus-nb-wmi: Revert "add support for ASUS ROG Zephyrus G14 and G15"
| * 9163418 platform/x86: asus-nb-wmi: Revert "Drop duplicate DMI quirk structures"
| * 6c22172 block: fix race between adding/removing rq qos and normal IO
| * 02f04a3 HID: sony: fix freeze when inserting ghlive ps3/wii dongles
| * 3cc0754 HID: hid-input: add Surface Go battery quirk
| * bf155b2 ACPI: resources: Add checks for ACPI IRQ override
| * 69136f2 ACPI: bus: Call kobject_put() in acpi_init() error path
| * 2bf1f84 ACPICA: Fix memory leak caused by _CID repair function
| * 60c534a fs: dlm: fix memory leak when fenced
| * 087f6c6 fs: dlm: fix lowcomms_start error case
| * 7f9887a drivers: hv: Fix missing error code in vmbus_connect()
| * 2b2a31c open: don't silently ignore unknown O-flags in openat2()
| * 02d6273 random32: Fix implicit truncation warning in prandom_seed_state()
| * 871166f fs: dlm: fix connection tcp EOF handling
| * 38ef638 fs: dlm: cancel work sync othercon
| * 18e5651 fs: dlm: reconnect if socket error report occurs
| * 7ae861b fs: dlm: fix srcu read lock usage
| * b407bf6 blk-mq: clear stale request in tags->rq[] before freeing one request pool
| * 0c0e6cd blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter
| * b3ed6b4 block_dump: remove block_dump feature in mark_inode_dirty()
| * 5c2e42a ACPI: EC: Make more Asus laptops use ECDT _GPE
| * 6e288c3 platform/x86: touchscreen_dmi: Add info for the Goodix GT912 panel of TM800A550L tablets
| * 978dd19 platform/x86: touchscreen_dmi: Add an extra entry for the upside down Goodix touchscreen on Teclast X89 tablets
| * 2f09dc3 Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to touchscreen_dmi.c
| * 6947637 lib: vsprintf: Fix handling of number field widths in vsscanf
| * 782da09 hv_utils: Fix passing zero to 'PTR_ERR' warning
| * 9e86d9c ACPI: processor idle: Fix up C-state latency if not ordered
| * 93545e3 ACPI: scan: Rearrange dep_unmet initialization
| * f5512b4 ACPI: PM: s2idle: Add missing LPS0 functions for AMD
| * 4b0f6a8 EDAC/ti: Add missing MODULE_DEVICE_TABLE
| * 892ca2b HID: do not use down_interruptible() when unbinding devices
| * 31a5fc4 seccomp: Support atomic "addfd + send reply"
| * 95dafa3 media: Fix Media Controller API config checks
| * 57013d1 regulator: da9052: Ensure enough delay time for .set_voltage_time_sel
| * 6130d2e regulator: mt6358: Fix vdram2 .vsel_mask
| * 72c4df2 KVM: s390: get rid of register asm usage
| * 51653ce lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()
| * 6f0a350 locking/lockdep: Fix the dep path printing for backwards BFS
| * da5a7fb btrfs: disable build on platforms having page size 256K
| * 23f3aff btrfs: don't clear page extent mapped if we're not invalidating the full page
| * 77848dc btrfs: sysfs: fix format string for some discard stats
| * 5f10bdd btrfs: always abort the transaction if we abort a trans handle
| * 0f9a0de btrfs: abort transaction if we fail to update the delayed inode
| * 24c08d4 btrfs: fix error handling in _btrfs_update_delayed_inode
| * 3c9cb03 KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors
| * f5822ae KVM: arm64: Restore PMU configuration on first run
| * 60c5432 drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe()
| * 2c95ccb perf/x86: Reset the dirty counter to prevent the leak for an RDPMC task
| * 4c30597 sched/fair: Take thermal pressure into account while estimating energy
| * d5d7632 hwmon: (max31790) Fix pwmX_enable attributes
| * 508cd12 hwmon: (max31790) Report correct current pwm duty cycles
| * ead1287 media: imx-csi: Skip first few frames from a BT.656 source
| * 271e441 media: siano: fix device register error path
| * bd62882 media: dvbdev: fix error logic at dvb_register_device()
| * a64ddb6 media: dvb_net: avoid speculation from net slot
| * 47a0336 crypto: shash - avoid comparing pointers to exported functions under CFI
| * 239a5e1 regulator: mt6315: Fix checking return value of devm_regmap_init_spmi_ext
| * 230a4bf spi: meson-spicc: fix memory leak in meson_spicc_probe
| * c77cbc7 spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.
| * 99c514b mmc: sdhci-of-aspeed: Turn down a phase correction warning
| * a62b729 mmc: via-sdmmc: add a check against NULL pointer dereference
| * c543fd0 mmc: sdhci-sprd: use sdhci_sprd_writew
| * e0a53f6 memstick: rtsx_usb_ms: fix UAF
| * 8d570a0 media: dvd_usb: memory leak in cinergyt2_fe_attach
| * 8d2d4b7 Makefile: fix GDB warning with CONFIG_RELR
| * b8ce443 arm64: entry: don't instrument entry code with KCOV
| * 6a86655 crypto: hisilicon/sec - fixup 3des minimum key size declaration
| * d686a29 media: st-hva: Fix potential NULL pointer dereferences
| * 8b367af media: bt8xx: Fix a missing check bug in bt878_probe
| * 0227d4f media: v4l2-core: Avoid the dangling pointer in v4l2_fh_release
| * 94b73f5 media: cedrus: Fix .buf_prepare
| * 5ecae6b media: hantro: Fix .buf_prepare
| * e7a3ea2 media: em28xx: Fix possible memory leak of em28xx struct
| * 6dc1763 media: bt878: do not schedule tasklet when it is not setup
| * 2375ab3 media: i2c: ov2659: Use clk{prepare_enable,disable_unprepare}() to set xvclk on/off
| * ac302ca ima: Don't remove security.ima if file must not be appraised
| * 0221e85 sched/fair: Fix ascii art by relpacing tabs
| * b2e7f2f arm64: perf: Convert snprintf to sysfs_emit
| * cab7a8c crypto: ecdh - fix 'ecdh_init'
| * 9a091b3 crypto: ecdh - fix ecdh-nist-p192's entry in testmgr
| * 3b29a41 crypto: qce: skcipher: Fix incorrect sg count for dma transfers
| * 4d9440e crypto: qat - remove unused macro in FW loader
| * 39d92a5 crypto: qat - check return code of qat_hal_rd_rel_reg()
| * 12dc9ab media: imx: imx7_mipi_csis: Fix logging of only error event counters
| * 8a1ef71 media: pvrusb2: fix warning in pvr2_i2c_core_done
| * 27be0f8 media: hevc: Fix dependent slice segment flags
| * b42989b media: cobalt: fix race condition in setting HPD
| * a24a380 media: cpia2: fix memory leak in cpia2_usb_probe
| * dc6a87f sched: Make the idle task quack like a per-CPU kthread
| * b03f44f media: sti: fix obj-$(config) targets
| * 5368984 crypto: nx - add missing MODULE_DEVICE_TABLE
| * 56e208f hwrng: exynos - Fix runtime PM imbalance on error
| * 24c79a7 sched/core: Initialize the idle task with preemption disabled
| * 08d3c45 regulator: uniphier: Add missing MODULE_DEVICE_TABLE
| * 2183eb0 spi: omap-100k: Fix the length judgment problem
| * 4e2c941 spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()
| * b198e32 spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'
| * 946e195 media: exynos-gsc: fix pm_runtime_get_sync() usage count
| * e320bd6 media: exynos4-is: fix pm_runtime_get_sync() usage count
| * 8de265a media: sti/bdisp: fix pm_runtime_get_sync() usage count
| * c816ee3 media: sunxi: fix pm_runtime_get_sync() usage count
| * 3ac22a1 media: s5p-jpeg: fix pm_runtime_get_sync() usage count
| * 74cdbfc media: mtk-vcodec: fix PM runtime get logic
| * 22d11e4 media: sh_vou: fix pm_runtime_get_sync() usage count
| * eb29fa4 media: am437x: fix pm_runtime_get_sync() usage count
| * 2982dfc media: s5p: fix pm_runtime_get_sync() usage count
| * 55eed16 media: mdk-mdp: fix pm_runtime_get_sync() usage count
| * e0a7065 media: marvel-ccic: fix some issues when getting pm_runtime
| * 59378a8 media: i2c: imx334: fix the pm runtime get logic
| * 58bc5e4 staging: media: rkvdec: fix pm_runtime_get_sync() usage count
| * 1199573 Add a reference to ucounts for each cred
| * 9057b6c spi: Make of_register_spi_device also set the fwnode
| * a004cf8 thermal/cpufreq_cooling: Update offline CPUs per-cpu thermal_pressure
| * 0c1678f fuse: reject internal errno
| * 2644fd6 fuse: check connected before queueing on fpq->io
| * 76d97f2 fuse: ignore PG_workingset after stealing
| * 108adb1 fuse: Fix infinite loop in sget_fc()
| * 809b077 fuse: Fix crash if superblock of submount gets killed early
| * 7ef44ea fuse: Fix crash in fuse_dentry_automount() error path
| * 1c7c1de evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
| * 22527af evm: Execute evm_inode_init_security() only when an HMAC key is loaded
| * 335d92d loop: Fix missing discard support when using LOOP_CONFIGURE
| * dac1e7e perf/x86/intel: Fix instructions:ppp support in Sapphire Rapids
| * f457b2b perf/x86/intel: Add more events requires FRONTEND MSR on Sapphire Rapids
| * ef52fc1 perf/x86/intel: Fix fixed counter check warning for some Alder Lake
| * 4a16324 x86/gpu: add JasperLake to gen11 early quirks
| * 371764e powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()
| * 468e5a5 seq_buf: Make trace_seq_putmem_hex() support data longer than 8
| * 751d51f tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing
| * 31d28f8 tracing/histograms: Fix parsing of "sym-offset" modifier
| * 3b0bfe4 selftests/resctrl: Fix incorrect parsing of option "-t"
| * b8ffd9d rsi: fix AP mode with WPA failure due to encrypted EAPOL
| * c812eb2 rsi: Assign beacon rate settings to the correct rate_info descriptor field
| * 1852c5f ssb: sdio: Don't overwrite const buffer if block_write fails
| * b3a3ff8 ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()
| * 019f2c9 serial_cs: remove wrong GLOBETROTTER.cis entry
| * 8c0484f serial_cs: Add Option International GSM-Ready 56K/ISDN modem
| * a9cd055 serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()
| * 10f409e serial: mvebu-uart: fix calculation of clock divisor
| * de8eea1 iio: accel: bmc150: Don't make the remove function of the second accelerometer unregister itself
| * aabcb52 iio: accel: bmc150: Fix dereferencing the wrong pointer in bmc150_get/set_second_device
| * bcb312e iio: accel: bmc150: Fix bma222 scale unit
| * 0deff8d iio: accel: bma180: Fix BMA25x bandwidth register values
| * f788125 iio: ltr501: ltr501_read_ps(): add missing endianness conversion
| * 77825e1 iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTR
| * acead08 iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA as volatile, too
| * 9495675 iio: light: tcs3472: do not free unallocated IRQ
| * 9cc4994 iio: frequency: adf4350: disable reg and clk on error in adf4350_probe()
| * 7f64945 rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path
| * 468fd19 clk: agilex/stratix10: add support for the 2nd bypass
| * e6b46c2 clk: agilex/stratix10: fix bypass representation
| * acfd0d4 clk: agilex/stratix10: remove noc_clk
| * 55f03f3 clk: agilex/stratix10/n5x: fix how the bypass_reg is handled
| * 6c1265d clk: k210: Fix k210_clk_set_parent()
| * a97c059 f2fs: Prevent swap file in LFS mode
| * 7b8881b f2fs: Advertise encrypted casefolding in sysfs
| * 1254698 s390: mm: Fix secure storage access exception handling
| * 81bb61a s390/cio: dont call css_wait_for_slow_path() inside a lock
| * 6bb7392 KVM: x86: Force all MMUs to reinitialize if guest CPUID is modified
| * 40928ae KVM: x86: Properly reset MMU context at vCPU RESET/INIT
| * 88edf69 KVM: x86/mmu: Use MMU's role to detect CR4.SMEP value in nested NPT walk
| * 66b1a19 KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs
| * 60ef300 KVM: x86/mmu: Remove broken WARN that fires on 32-bit KVM w/ nested EPT
| * c3439d3 KVM: PPC: Book3S HV: Workaround high stack usage with clang
| * 79739fc KVM: nVMX: Handle split-lock #AC exceptions that happen in L2
| * 283d80b perf/smmuv3: Don't trample existing events with global filter
| * 562521b mm/gup: fix try_grab_compound_head() race with split_huge_page()
| * 38a5c79 bus: mhi: pci-generic: Add missing 'pci_disable_pcie_error_reporting()' calls
| * b98470e bus: mhi: Wait for M2 state during system resume
| * 0b509e3 bus: mhi: core: Fix power down latency
| * 0530021 SUNRPC: Should wake up the privileged task firstly.
| * e66509e SUNRPC: Fix the batch tasks count wraparound.
| * 18836fc mac80211: fix NULL ptr dereference during mesh peer connection for non HE devices
| * 4cc6ec8 mac80211: remove iwlwifi specific workaround that broke sta NDP tx
| * 9e59c8d can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in TX path
| * 54dc7c1 can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RCU is done
| * ebf9162 can: isotp: isotp_release(): omit unintended hrtimer restart on socket release
| * 2e934de can: gw: synchronize rcu operations before removing gw job entry
| * 014f8ba can: bcm: delay release of struct bcm_op after synchronize_rcu()
| * 42da0c8 ext4: use ext4_grp_locked_error in mb_find_extent
| * e59789c ext4: fix avefreec in find_group_orlov
| * 0b2f471 ext4: remove check for zero nr_to_scan in ext4_es_scan()
| * 74983f8 ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit
| * 9785e20 ext4: return error code when ext4_fill_flex_info() fails
| * 1e60f8f ext4: fix overflow in ext4_iomap_alloc()
| * befdd44 ext4: fix kernel infoleak via ext4_extent_header
| * 573d64e ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle
| * 806f584 btrfs: clear defrag status of a root if starting transaction fails
| * 1720dde btrfs: fix unbalanced unlock in qgroup_account_snapshot()
| * 14265d0 btrfs: compression: don't try to compress if we don't have enough pages
| * 661907e btrfs: send: fix invalid path for unlink operations after parent orphanization
| * c90d10b btrfs: zoned: bail out if we can't read a reliable write pointer
| * 2f57967 btrfs: zoned: print message when zone sanity check type fails
| * acae585 ARM: dts: at91: sama5d4: fix pinctrl muxing
| * e2d7f38 ARM: dts: ux500: Fix LED probing
| * d6c8a26 arm_pmu: Fix write counter incorrect in ARMv7 big-endian mode
| * 2497ef4 crypto: ccp - Annotate SEV Firmware file names
| * ef70c1c crypto: nx - Fix memcpy() over-reading in nonce
| * 81acf10 Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctl
| * 4f73f38 Input: elants_i2c - fix NULL dereference at probing
| * fcc4582 iov_iter_fault_in_readable() should do nothing in xarray case
| * 3854f9c teach copy_page_to_iter() to handle compound pages
| * 64c430e copy_page_to_iter(): fix ITER_DISCARD case
| * baf1972 selftests/lkdtm: Avoid needing explicit sub-shell
| * 9e4ac5e ntfs: fix validity check for file name attribute
| * d089a9a gfs2: Fix error handling in init_statfs
| * 396a707 gfs2: Fix underflow in gfs2_page_mkwrite
| * 73b4b15 mm/page_alloc: fix memory map initialization for descending nodes
| * 6f64890 xhci: solve a double free problem while doing s4
| * 2802e5d usb: typec: Add the missed altmode_id_remove() in typec_register_altmode()
| * ec357da usb: typec: tcpm: Relax disconnect threshold during power negotiation
| * d864070 usb: typec: tcpci: Fix up sink disconnect thresholds for PD
| * f077ba7 usb: dwc3: Fix debugfs creation flow
| * 4df012c USB: cdc-acm: blacklist Heimann USB Appset device
| * ed76fed usb: renesas-xhci: Fix handling of unknown ROM state
| * a550939 usb: gadget: eem: fix echo command packet response issue
| * 15e94ea net: can: ems_usb: fix use-after-free in ems_usb_disconnect()
| * 7763d4a Input: usbtouchscreen - fix control-request directions
| * 82d7e95 media: dvb-usb: fix wrong definition
| * efad996 ALSA: hda/realtek: fix mute led of the HP Pavilion 15-eh1xxx series
| * 1ccc168 ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 830 G8 Notebook PC
| * e4ca3c1 ALSA: hda/realtek: Apply LED fixup for HP Dragonfly G1, too
| * 29e622e ALSA: hda/realtek: Fix bass speaker DAC mapping for Asus UM431D
| * 85aa18d ALSA: hda/realtek: Improve fixup for HP Spectre x360 15-df0xxx
| * 5f33519 ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook x360 830 G8
| * 496df16 ALSA: hda/realtek: Add another ALC236 variant support
| * 6e4b638 ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 630 G8
| * be688c0 ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 445 G8
| * 2b7c96d ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 450 G8
| * 61d1478 ALSA: intel8x0: Fix breakage at ac97 clock measurement
| * d36a885 ALSA: usb-audio: scarlett2: Fix wrong resume call
| * 493cce3 ALSA: firewire-motu: fix stream format for MOTU 8pre FireWire
| * 61f57e6 ALSA: usb-audio: Fix OOB access at proc output
| * f446bfa ALSA: usb-audio: fix rate on Ozone Z90 USB headset
| * 4448de6 ALSA: bebob: fix rx packet format for Yamaha GO44/GO46, Terratec Phase 24/x24
| * 146017a Bluetooth: Remove spurious error message
| * ab4e952 Bluetooth: btqca: Don't modify firmware contents in-place
| * 13dbf99 Bluetooth: hci_qca: fix potential GPF- 58487b2 Revert "XANMOD: fair: Remove all energy efficiency functions"
- 83d5eee Revert "mm/vmscan: add sysctl knobs for protecting clean cache"
Homepage
Download Linux 5.13.2-xanmod1 source from GitHub