Skip to content

Linux 6.6.18-xanmod1

Compare
Choose a tag to compare
@xanmod xanmod released this 23 Feb 17:35
· 22040 commits to 6.7 since this release
8170398
  • 8170398 Linux 6.6.18-xanmod1
  • bf78f0e XANMOD: Makefile: Move ARM and x86 instruction set selection to kernel-wide build
  • 253010d x86/kconfig: more uarches for kernel 5.17+ [xm_rev5]
  • 094abd4 Merge tag 'v6.6.18' into 6.6
  • 4666dbd Revert "x86/kconfig: more uarches for kernel 5.17+ [xm_rev3]"
  • 21e3ee8 Revert "XANMOD: Makefile: Move ARM and x86 instruction set selection to kernel-wide build"
  • d8a27ea Linux 6.6.18
  • 9e08372 tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()
  • 9389eaa tracing: Make system_callback() function static
  • cec85aa Documentation/arch/ia64/features.rst: fix kernel-feat directive
  • ccce12e x86/barrier: Do not serialize MSR accesses on AMD
  • 438d194 dm: limit the number of targets and parameter size area
  • 2c3bdba nilfs2: fix potential bug in end_buffer_async_write
  • c20fc13 of: property: Add in-ports/out-ports support to of_graph_get_port_parent()
  • b6a2a9c sched/membarrier: reduce the ability to hammer on sys_membarrier
  • 0a962f2 x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat section
  • 686b58c x86/boot: Increase section and file alignment to 4k/512
  • f7eedad x86/boot: Split off PE/COFF .data section
  • 476316b x86/boot: Drop PE/COFF .reloc section
  • 0db81e8 x86/boot: Construct PE/COFF .text section from assembler
  • 0cf3d61 x86/boot: Derive file size from _edata symbol
  • c731fbc x86/boot: Define setup size in linker script
  • 431b39e x86/boot: Set EFI handover offset directly in header asm
  • 8e10232 x86/boot: Grab kernel_info offset from zoffset header directly
  • a38801b x86/boot: Drop references to startup_64
  • 08796fc x86/boot: Drop redundant code setting the root device
  • 4bac079 x86/boot: Omit compression buffer from PE/COFF image memory footprint
  • d9b6b6e x86/boot: Remove the 'bugger off' message
  • e17a8bf x86/efi: Drop alignment flags from PE section headers
  • 8117961 x86/efi: Disregard setup header of loaded image
  • fa24408 x86/efi: Drop EFI stub .bss from .data section
  • 940c919 nfsd: don't take fi_lock in nfsd_break_deleg_cb()
  • a49e9c7 eventfs: Keep all directory links at 1
  • 9bb8131 eventfs: Remove fsnotify*() functions from lookup()
  • ed823ca eventfs: Restructure eventfs_inode structure to be more condensed
  • 5c3ea7d eventfs: Warn if an eventfs_inode is freed without is_freed being set
  • 5dfb041 eventfs: Get rid of dentry pointers without refcounts
  • c461920 eventfs: Clean up dentry ops and add revalidate function
  • ca2d3b2 eventfs: Remove unused d_parent pointer field
  • 21faa3d tracefs: dentry lookup crapectomy
  • 4928d0e tracefs: Avoid using the ei->dentry pointer unnecessarily
  • d1bcde9 eventfs: Initialize the tracefs inode properly
  • f0686a1 tracefs: Zero out the tracefs_inode when allocating it
  • 35e219f tracefs: remove stale update_gid code
  • 9a18765 eventfs: Save directory inodes in the eventfs_inode structure
  • 1f20155 eventfs: Use kcalloc() instead of kzalloc()
  • c55d11e eventfs: Do not create dentries nor inodes in iterate_shared
  • 4e8731d eventfs: Have the inodes all for files and directories all be the same
  • e638899 eventfs: Shortcut eventfs_iterate() by skipping entries already read
  • f3f41f4 eventfs: Read ei->entries before ei->children in eventfs_iterate()
  • 82820a2 eventfs: Do ctx->pos update for all iterations in eventfs_iterate()
  • 9810276 eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is set
  • 628adb8 tracefs/eventfs: Use root and instance inodes as default ownership
  • 1bfdd54 eventfs: Stop using dcache_readdir() for getdents()
  • ee699b5 eventfs: Remove "lookup" parameter from create_dir/file_dentry()
  • ee3bde6 eventfs: Fix bitwise fields for "is_events"
  • f6bf295 tracefs: Check for dentry->d_inode exists in set_gid()
  • 1b4dfdb eventfs: Fix file and directory uid and gid ownership
  • 4d12a83 eventfs: Have event files and directories default to parent uid and gid
  • 53cd8c5 eventfs: Fix events beyond NAME_MAX blocking tasks
  • 6eee5c6 eventfs: Make sure that parent->d_inode is locked in creating files/dirs
  • 29bb70c eventfs: Do not allow NULL parent to eventfs_start_creating()
  • 43fbddf eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()
  • 6586a12 eventfs: Use GFP_NOFS for allocation when eventfs_mutex is held
  • 7b4cb5d eventfs: Do not invalidate dentry in create_file/dir_dentry()
  • b1391e3 eventfs: Remove expectation that ei->is_freed means ei->dentry == NULL
  • 74a9e56 eventfs: Use simple_recursive_removal() to clean up dentries
  • fb9b8ee eventfs: Remove special processing of dput() of events directory
  • c58673c eventfs: Delete eventfs_inode when the last dentry is freed
  • 1a6edfc eventfs: Hold eventfs_mutex when calling callback functions
  • 32f4c16 eventfs: Save ownership and mode
  • d2a632a eventfs: Test for ei->is_freed when accessing ei->dentry
  • 6e2a335 eventfs: Have a free_ei() that just frees the eventfs_inode
  • 4bb123c eventfs: Remove "is_freed" union with rcu head
  • 773cd7d eventfs: Fix kerneldoc of eventfs_remove_rec()
  • 810a957 eventfs: Remove extra dget() in eventfs_create_events_dir()
  • 7cac392 eventfs: Fix typo in eventfs_inode union comment
  • f7842e0 eventfs: Fix WARN_ON() in create_file_dentry()
  • 843879a tracefs/eventfs: Modify mismatched function name
  • c99e5cf eventfs: Fix failure path in eventfs_create_events_dir()
  • 17e4e4d eventfs: Use ERR_CAST() in eventfs_create_events_dir()
  • bceba0d eventfs: Use eventfs_remove_events_dir()
  • 35ee34c eventfs: Remove eventfs_file and just use eventfs_inode
  • 4015fc4 Revert "eventfs: Remove "is_freed" union with rcu head"
  • dc9ee9a Revert "eventfs: Save ownership and mode"
  • 65a54d6 Revert "eventfs: Delete eventfs_inode when the last dentry is freed"
  • 601daf7 Revert "eventfs: Use simple_recursive_removal() to clean up dentries"
  • 5e9fb47 Revert "eventfs: Check for NULL ef in eventfs_set_attr()"
  • 6fdc0bc Revert "eventfs: Do not allow NULL parent to eventfs_start_creating()"
  • fa69a80 parisc: Fix random data corruption from exception handler
  • 4480ead netfilter: ipset: Missing gc cancellations fixed
  • b93a675 netfilter: ipset: fix performance regression in swap operation
  • b2261c2 block: fix partial zone append completion handling in req_bio_endio()
  • 56f9859 md: bypass block throttle for superblock update
  • 49bca07 tracing: Inform kmemleak of saved_cmdlines allocation
  • ab94509 tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
  • 5d858e2 fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_task_sighand()
  • 63e2bd1 pmdomain: core: Move the unused cleanup to a _sync initcall
  • f84e753 can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)
  • 26dfe11 can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
  • 6019c77 can: netlink: Fix TDCO calculation using the old data bittiming
  • 23429e2 of: property: fix typo in io-channels
  • 7366ff7 docs: kernel_feat.py: fix build error for missing files
  • 601b554 blk-wbt: Fix detection of dirty-throttled tasks
  • 4962734 LoongArch: Fix earlycon parameter if KASAN enabled
  • 4d850ed mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVE
  • 13c5a9f fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
  • ae20db4 ceph: prevent use-after-free in encode_cap_msg()
  • a71302c hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed
  • 9680b2a net: stmmac: protect updates of 64-bit statistics counters
  • 1b16318 pmdomain: renesas: r8a77980-sysc: CR7 must be always on
  • 3dbf262 net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdio
  • a1b4ed4 s390/qeth: Fix potential loss of L3-IP@ in case of network issues
  • d59e1c2 net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio
  • 31f71f2 fs: relax mount_setattr() permission checks
  • 02afaeb tools/rtla: Fix Makefile compiler options for clang
  • f0542eb tools/rtla: Fix uninitialized bucket/data->bucket_size warning
  • 7c3611c tools/rtla: Exit with EXIT_SUCCESS when help is invoked
  • 8a58591 tools/rtla: Fix clang warning about mount_point var size
  • daa5e6a tools/rtla: Replace setting prio with nice for SCHED_OTHER
  • a71597b tools/rtla: Remove unused sched_getattr() function
  • 828be9f tools/rv: Fix Makefile compiler options for clang
  • 2863f8c tools/rv: Fix curr_reactor uninitialized variable
  • 62a1b9b ASoC: amd: yc: Add DMI quirk for Lenovo Ideapad Pro 5 16ARP8
  • eb06fca ASoC: tas2781: add module parameter to tascodec_init()
  • 1be2669 ASoC: SOF: IPC3: fix message bounds on ipc ops
  • 1975868 arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errata
  • 60480c6 arm64/signal: Don't assume that TIF_SVE means we saved SVE state
  • 4796a1a mmc: sdhci-pci-o2micro: Fix a warm reboot issue that disk can't be detected by BIOS
  • 6d5eae9 zonefs: Improve error handling
  • 3d16ceb KVM: arm64: Fix circular locking dependency
  • 4145ccf smb: Fix regression in writes when non-standard maximum write size negotiated
  • c2aa271 smb: client: set correct id, uid and cruid for multiuser automounts
  • e5643b2 thunderbolt: Fix setting the CNS bit in ROUTER_CS_5
  • 65ac3a4 irqchip/gic-v3-its: Fix GICv4.1 VPE affinity update
  • 91a80ff irqchip/gic-v3-its: Restore quirk probing for ACPI-based systems
  • 5fcc75e irqchip/irq-brcmstb-l2: Add write memory barrier before exit
  • 00f4eb3 wifi: iwlwifi: mvm: fix a crash when we run out of stations
  • e700e44 wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()
  • 6585c74 wifi: cfg80211: fix wiphy delayed work queueing
  • ab9d4bb wifi: iwlwifi: fix double-free bug
  • 080da82 nfp: flower: prevent re-adding mac index for bonded port
  • d194f1c nfp: enable NETDEV_XDP_ACT_REDIRECT feature flag
  • 0bb8460 nfp: use correct macro for LengthSelect in BAR config
  • 9c82920 crypto: algif_hash - Remove bogus SGL free on zero-length error path
  • 88aa493 crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked
  • ea5ddbc nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()
  • 2e14805 nilfs2: fix data corruption in dsync block recovery for small block sizes
  • af8625f ALSA: hda/realtek: add IDs for Dell dual spk platform
  • 53447b4 ALSA: hda/conexant: Add quirk for SWS JS201D
  • 027df06 ALSA: hda/realtek: fix mute/micmute LED For HP mt645
  • 2243781 mmc: slot-gpio: Allow non-sleeping GPIO ro
  • 13b01ae io_uring/net: fix multishot accept overflow handling
  • 1dc09ca x86/mm/ident_map: Use gbpages only where full GB page should be mapped.
  • b8525dc KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrl
  • eea9b2e KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu
  • b2479ab x86/fpu: Stop relying on userspace for info to fault in xsave buffer
  • 97b37ff x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6
  • 5360069 serial: mxs-auart: fix tx
  • ab288bb serial: core: introduce uart_port_tx_flags()
  • 760f0f9 powerpc/pseries: fix accuracy of stolen time
  • 7fec35f powerpc/cputable: Add missing PPC_FEATURE_BOOKE on PPC64 Book-E
  • 1b5181c powerpc/64: Set task pt_regs->link to the LR value on scv entry
  • b1ac5b8 ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
  • 24ea2c4 serial: max310x: prevent infinite while() loop in port startup
  • 8999271 serial: max310x: fail probe if clock crystal is unstable
  • 2655f08 serial: max310x: improve crystal stable clock detection
  • 8c6df38 serial: max310x: set default value when reading clock ready bit
  • 8663564 nfp: flower: fix hardware offload for the transfer layer port
  • 15392de nfp: flower: add hardware offload check for post ct entry
  • 0dc6bc6 net: dsa: mv88e6xxx: Fix failed probe due to unsupported C45 reads
  • f5f6332 ring-buffer: Clean ring_buffer_poll_wait() error return
  • 22a77c0 hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove
  • 482cda9 drm/amd/display: Preserve original aspect ratio in create stream
  • 7fc395f drm/amd/display: Increase frame-larger-than for all display_mode_vba files
  • 7407c61 drm/amd/display: Fix MST Null Ptr for RV
  • b476ae1 drm/amdgpu/soc21: update VCN 4 max HEVC encoding resolution
  • 4ff8ec0 drm/prime: Support page array >= 4GB
  • b9e373e drm/amd/display: Add align done check
  • c96a494 drm/msm: Wire up tlb ops
  • 6cef4e6 ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read fails
  • 9313613 media: rc: bpf attach/detach requires write permission
  • f83b9ab pmdomain: mediatek: fix race conditions with genpd
  • 5894212 iio: pressure: bmp280: Add missing bmp085 to SPI id table
  • 28639ee iio: imu: bno055: serdev requires REGMAP
  • 68f2bdc iio: imu: adis: ensure proper DMA alignment
  • c0f2ab9 iio: adc: ad_sigma_delta: ensure proper DMA alignment
  • 54e67b7 iio: accel: bma400: Fix a compilation problem
  • e0cb5cc iio: commom: st_sensors: ensure proper DMA alignment
  • b90126c iio: core: fix memleak in iio_device_register_sysfs
  • 1d8c67e iio: magnetometer: rm3100: add boundary check for the value read from RM3100_REG_TMRC
  • f83ec2e staging: iio: ad5933: fix type mismatch regression
  • 5ad73e1 Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpumask()"
  • d767929 tracing/probes: Fix to search structure fields correctly
  • ebc1972 tracing/probes: Fix to set arg size and fmt after setting type from BTF
  • d5889a6 tracing/probes: Fix to show a parse error for bad type for $comm
  • ac9a1c3 tracing/synthetic: Fix trace_string() return value
  • 6e48f4c tracing: Fix wasted memory in saved_cmdlines logic
  • 5f70393 tracing/timerlat: Move hrtimer_init to timerlat_fd open()
  • aafdc92 ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
  • 2883940 ext4: fix double-free of blocks due to wrong extents moved_len
  • e3c4e10 misc: fastrpc: Mark all sessions as invalid in cb_remove
  • a7ae586 binder: signal epoll threads of self-work
  • 53953fa ALSA: hda/realtek: fix mute/micmute LEDs for HP ZBook Power
  • 39ca594 ALSA: hda/cs8409: Suppress vmaster control for Dolphin models
  • 4629bf5 ASoC: codecs: wcd938x: handle deferred probe
  • ea10227 ALSA: hda/realtek - Add speaker pin verbtable for Dell dual speaker platform
  • 24a9877 ALSA: hda/realtek: Enable headset mic on Vaio VJFE-ADL
  • d83d6f6 usb: typec: tpcm: Fix issues with power being removed during reset
  • 32bfb13 modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS
  • 6cddb7a linux/init: remove __memexit* annotations
  • fd06e32 um: Fix adding '-no-pie' for clang
  • 2dc2b0a xen-netback: properly sync TX responses
  • 54944f4 parisc: BTLB: Fix crash when setting up BTLB at CPU bringup
  • 2524299 net: stmmac: do not clear TBS enable bit on link up/down
  • 923dea2 net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()
  • 16d3f50 nfc: nci: free rx_data_reassembly skb on NCI device cleanup
  • 04c0dbd kbuild: Fix changing ELF file type for output of gen_btf for big endian
  • 0f48dea ALSA: hda/realtek: Apply headset jack quirk for non-bass alc287 thinkpads
  • 1a2f085 firewire: core: correct documentation of fw_csr_string() kernel API
  • 6d2a97b lsm: fix the logic in security_inode_getsecctx()
  • 8df43e5 lsm: fix default return value of the socket_getpeersec_*() hooks
  • 38fd4df drm/amd: Don't init MEC2 firmware when it fails to load
  • 8983397 drm/amdgpu: Reset IH OVERFLOW_CLEAR bit
  • 0b1d418 drm/virtio: Set segment size for virtio_gpu device
  • c99d215 connector/cn_proc: revert "connector: Fix proc_event_num_listeners count not cleared"
  • 56a19b7 Revert "drm/msm/gpu: Push gpu lock down past runpm"
  • caa2565 Revert "drm/amd: flush any delayed gfxoff on suspend entry"
  • 2996c7e scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"
  • 889a5f3 media: Revert "media: rkisp1: Drop IRQF_SHARED"
  • 9978d5b Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add"
  • 4bfe217 mptcp: really cope with fastopen race
  • ed34dfa mptcp: check addrs list in userspace_pm_get_local_id
  • a2d7437 mptcp: fix rcv space initialization
  • 877a72e mptcp: drop the push_pending field
  • 1fdb37a selftests: mptcp: add mptcp_lib_kill_wait
  • 2decb7d selftests: mptcp: allow changing subtests prefix
  • a4887b7 selftests: mptcp: increase timeout to 30 min
  • 969afb5 selftests: mptcp: add missing kconfig for NF Mangle
  • ecdb48c selftests: mptcp: add missing kconfig for NF Filter in v6
  • 2d60c01 selftests: mptcp: add missing kconfig for NF Filter
  • b609c78 mptcp: fix data re-injection from stale subflow
  • fa3866b kallsyms: ignore ARMv4 thunks along with others
  • 3a9d624 modpost: trim leading spaces when processing source files list
  • 6be99c5 i2c: i801: Fix block process call transactions
  • a99ba46 i2c: pasemi: split driver into two separate modules
  • 4cc31fa powerpc/kasan: Limit KASAN thread size increase to 32KB
  • f7e84c8 irqchip/gic-v3-its: Handle non-coherent GICv4 redistributors
  • fcb82e9 irqchip/loongson-eiointc: Use correct struct type in eiointc_domain_alloc()
  • 0589dff i2c: qcom-geni: Correct I2C TRE sequence
  • f7ff1c8 cifs: fix underflow in parse_server_interfaces()
  • e7f744f iio: adc: ad4130: only set GPIO_CTRL if pin is unused
  • 0e0dab3 iio: adc: ad4130: zero-initialize clock init data
  • 63b1a3d PCI: Fix active state requirement in PME polling
  • 7f414d3 Revert "kobject: Remove redundant checks for whether ktype is NULL"
  • 0516c06 powerpc/kasan: Fix addr error caused by page alignment
  • 8631837 powerpc/6xx: set High BAT Enable flag on G2_LE cores
  • 0040386 powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add
  • 22920e4 driver core: fw_devlink: Improve detection of overlapping cycles
  • 7219a69 media: ir_toy: fix a memleak in irtoy_tx
  • 008cf5d interconnect: qcom: sm8550: Enable sync_state
  • d8e36ff interconnect: qcom: sc8180x: Mark CO0 BCM keepalive
  • c7ebd81 usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend
  • ed85777 usb: core: Prevent null pointer dereference in update_port_device_state
  • 84a13b9 usb: chipidea: core: handle power lost in workqueue
  • 0d179c5 usb: f_mass_storage: forbid async queue when shutdown happen
  • eafeda9 USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORT
  • ec68d8d usb: ucsi_acpi: Fix command completion handling
  • 330d22a usb: ulpi: Fix debugfs directory leak
  • d25f43a usb: ucsi: Add missing ppm_lock
  • ad42f80 iio: hid-sensor-als: Return 0 for HID_USAGE_SENSOR_TIME_TIMESTAMP
  • fc41101 HID: wacom: Do not register input devices until after hid_hw_start
  • 04fa3e1 HID: wacom: generic: Avoid reporting a serial of '0' to userspace
  • 4cad913 HID: i2c-hid-of: fix NULL-deref on failed power up
  • 467fce6 HID: bpf: actually free hdev memory after attaching a HID-BPF program
  • d83a7e5 HID: bpf: remove double fdget()
  • c34c01f ALSA: hda/realtek: Enable Mute LED on HP Laptop 14-fq0xxx
  • 134c9f6 ALSA: hda/realtek: Fix the external mic not being recognised for Acer Swift 1 SF114-32
  • 63bc8a3 parisc: Prevent hung tasks when printing inventory on serial console
  • 7f53758 ASoC: amd: yc: Add DMI quirk for MSI Bravo 15 C7VF
  • 5735a26 dm-crypt, dm-verity: disable tasklets
  • cc0037f nouveau: offload fence uevents work to workqueue
  • acd2eda scsi: storvsc: Fix ring buffer size calculation
  • 2f61cb9 selftests: mm: fix map_hugetlb failure on 64K page size systems
  • 8f02931 selftests/mm: Update va_high_addr_switch.sh to check CPU for la57 flag
  • ec18ec2 mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again
  • 85f052b selftests/mm: switch to bash from sh
  • 6022c06 tracing/trigger: Fix to return error if failed to alloc snapshot
  • 8b5a4fe scs: add CONFIG_MMU dependency for vfree_atomic()
  • d6a14d9 selftests/mm: ksm_tests should only MADV_HUGEPAGE valid memory
  • ee35363 userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
  • 38e6fed i40e: Fix waiting for queues of all VSIs to be disabled
  • be14792 i40e: Do not allow untrusted VF to remove administratively set MAC
  • 94d34a6 mm/memory: Use exception ip to search exception tables
  • fdd12a8 ptrace: Introduce exception_ip arch hook
  • 2252913 MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assembler
  • 61e1c10 nouveau/svm: fix kvcalloc() argument order
  • d405300 net: sysfs: Fix /sys/class/net/ path for statistics
  • 050ad2c ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work()
  • 211db3d spi: ppc4xx: Drop write-only variable
  • 6a67bf1 net: tls: fix returned read length with async decrypt
  • d684763 net: tls: fix use-after-free with partial reads and async decrypt
  • 13eca40 net: tls: handle backlogging of crypto requests
  • 6db22d6 tls: fix race between tx work scheduling and socket close
  • 86dc27e tls: fix race between async notify and socket close
  • de31df6 net: tls: factor out tls_*crypt_async_wait()
  • 5e01c54 tls: extract context alloc/initialization out of tls_set_sw_offload
  • 48fae67 lan966x: Fix crash when adding interface under a lag
  • 5eeb2a9 net: openvswitch: limit the number of recursions from action sets
  • 6509591 selftests: forwarding: Fix bridge locked port test flakiness
  • d8893ac selftests: forwarding: Suppress grep warnings
  • 925fd1a selftests: bridge_mdb: Use MDB get instead of dump
  • c3e0cfe selftests: forwarding: Fix bridge MDB test flakiness
  • 2fc52eb selftests: forwarding: Fix layer 2 miss test flakiness
  • dcaf06a selftests: net: Fix bridge backup port test flakiness
  • 30c5977 selftests/net: convert test_bridge_backup_port.sh to run it in unique namespace
  • 7512d78 perf: CXL: fix mismatched cpmu event opcode
  • 6e00027 ALSA: hda/cs35l56: select intended config FW_CS_DSP
  • c3dc7cb of: property: Improve finding the supplier of a remote-endpoint property
  • e0dce2c of: property: Improve finding the consumer of a remote-endpoint property
  • c1c50ca devlink: Fix command annotation documentation
  • 59d440a bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPY
  • d74226e net/handshake: Fix handshake_req_destroy_test1
  • cd16ed2 ASoC: SOF: ipc3-topology: Fix pipeline tear down logic
  • 8723db1 wifi: iwlwifi: uninitialized variable in iwl_acpi_get_ppag_table()
  • 83f4bf7 wifi: iwlwifi: Fix some error codes
  • 9f9aff0 KVM: selftests: Fix a semaphore imbalance in the dirty ring logging test
  • 04e01dc spi: imx: fix the burst length at DMA mode and CPU mode
  • 52fe802 drm/msm/gem: Fix double resv lock aquire
  • 3b23d65 of: unittest: Fix compile in the non-dynamic case
  • 267f7b0 KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missing
  • 03aee92 KVM: selftests: Delete superfluous, unused "stage" variable in AMX test
  • 854357d selftests/landlock: Fix fs_test build with old libc
  • 8f19038 driver core: Fix device_link_flag_is_sync_state_only()
  • 7bddf18 btrfs: don't drop extent_map for free space inode on write error
  • 2f2d903 btrfs: reject encoded write if inode has nodatasum flag set
  • 2dc6dbb btrfs: don't reserve space for checksums when writing to nocow files
  • 7efadbc btrfs: send: return EOPNOTSUPP on unknown flags
  • 92182dc btrfs: forbid deleting live subvol qgroup
  • 8337756 btrfs: do not ASSERT() if the newly created subvolume already got read
  • 4f48ef7 btrfs: forbid creating subvol qgroups
  • 505a948 btrfs: do not delete unused block group if it may be used soon
  • e97ebc2 btrfs: add and use helper to check if block group is used
  • f328d96 update workarounds for gcc "asm goto" issue
  • aaff74d work around gcc bugs with 'asm goto' with outputs

https://sourceforge.net/projects/xanmod/files/releases/lts/6.6.18-xanmod1