- 7f67cae Linux 6.6.18-rt23-xanmod1
- b66f8cf Merge tag 'v6.6.18-rt23' into 6.6-rt
- 69ce378 Merge tag '6.6.18-xanmod1' into 6.6-rt
- fc3c8f4 Linux 6.6.18-rt23
- 5bdd504 Merge tag 'v6.6.18' into v6.6-rt
- 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
- 19cf27e Linux 6.6.17-xanmod1
- 20d6afe Merge tag 'v6.6.17' into 6.6
- b2c9bf0 Linux 6.6.17
- b734f7a netfilter: nft_set_rbtree: skip end interval element from gc
- d850a1f net: stmmac: xgmac: fix a typo of register name in DPP safety handling
- 2fbdc11 ALSA: usb-audio: Sort quirk table entries
- 460951a net: stmmac: xgmac: use #define for string constants
- 22ccf61 io_uring/net: limit inline multishot retries
- 7cbd3aa io_uring/poll: add requeue return code from poll multishot handling
- eac52bf io_uring/net: un-indent mshot retry path in io_recv_finish()
- 0848bf7 io_uring/poll: move poll execution helpers higher up
- 0ceb7a9 io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers
- 7a62d44 media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
- d41ba25 Revert "ASoC: amd: Add new dmi entries for acp5x platform"
- ac589a3 Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETID
- 38d4dfe Input: i8042 - fix strange behavior of touchpad on Clevo NS70PU
- 4abccba hrtimer: Report offline hrtimer enqueue
- f0b1398 usb: dwc3: pci: add support for the Intel Arrow Lake-H
- f5e7ffa xhci: handle isoc Babble and Buffer Overrun events properly
- b5595a0 xhci: process isoc TD properly when there was a transaction error mid TD.
- a78f36f usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRK
- b3e8e68 usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRK
- 2aed1b6 x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups
- 7add0db Revert "usb: typec: tcpm: fix cc role at port reset"
- 2d744a0 USB: serial: cp210x: add ID for IMST iM871A-USB
- 4d53c51 USB: serial: option: add Fibocom FM101-GL variant
- 1f2c1cf USB: serial: qcserial: add new usb-id for Dell Wireless DW5826e
- dbeb9bf ALSA: usb-audio: add quirk for RODE NT-USB+
- 49ab71b ALSA: usb-audio: Add a quirk for Yamaha YIT-W12TX transmitter
- 790053c ALSA: usb-audio: Add delay quirk for MOTU M Series 2nd revision
- 27b2161 blk-iocost: Fix an UBSAN shift-out-of-bounds warning
- 89b00dc riscv: declare overflow_stack as exported from traps.c
- bc401f7 riscv: Fix arch_hugetlb_migration_supported() for NAPOT
- da9c33a libceph: just wait for more data to be available on the socket
- 90731f9 libceph: rename read_sparse_msg_() to read_partial_sparse_msg_()
- f4b69db riscv: Flush the tlb when a page directory is freed
- aceb4ab scsi: core: Move scsi_host_busy() out of host lock if it is for per-command
- d0d1f9a riscv: Fix hugetlb_mask_last_page() when NAPOT is enabled
- 21dba4e riscv: Fix set_huge_pte_at() for NAPOT mapping
- d377084 riscv: mm: execute local TLB flush after populating vmemmap
- c4a05cf mm: Introduce flush_cache_vmap_early()
- 9bf829d riscv: Improve flush_tlb_kernel_range()
- 53a38f8 riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
- 72afe05 riscv: Improve tlb_flush()
- fb7bcd1 fs/ntfs3: Fix an NULL dereference bug
- bab2fb9 netfilter: nft_set_pipapo: remove scratch_aligned pointer
- 9af9079 netfilter: nft_set_pipapo: add helper to release pcpu scratch area
- e967952 netfilter: nft_set_pipapo: store index in scratch maps
- 28c5407 netfilter: nft_ct: reject direction for ct id
- cd9bd10 drm/amd/display: Implement bounds check for stream encoder creation in DCN301
- 3f3c237 drm/amd/display: Add NULL test for 'timing generator' in 'dcn21_set_pipe()'
- 2e150cc drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()'
- a600c1e netfilter: nft_compat: restrict match/target protocol to u16
- b3f2e14 netfilter: nft_compat: reject unused compat flag
- 6a64b82 netfilter: nft_compat: narrow down revision to unsigned 8-bits
- 84bfcb7 selftests: cmsg_ipv6: repeat the exact packet
- 7e5ef49 ppp_async: limit MRU to 64K
- b74aa9c af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC.
- 888e352 tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()
- 94cac7d selftests: net: let big_tcp test cope with slow env
- 024b251 rxrpc: Fix counting of new acks and nacks
- 2868b8e rxrpc: Fix response to PING RESPONSE ACKs to a dead call
- 200cb50 rxrpc: Fix delayed ACKs to not set the reference serial number
- 2c9dc47 rxrpc: Fix generation of serial numbers to skip zero
- 41d5340 drm/i915/gvt: Fix uninitialized variable in handle_mmio()
- 4a5e31b inet: read sk->sk_family once in inet_recv_error()
- 2109eb2 hwmon: (coretemp) Fix bogus core_id to attr name mapping
- 853a650 hwmon: (coretemp) Fix out-of-bounds memory access
- c9b0d25 hwmon: (aspeed-pwm-tacho) mutex for tach reading
- 76ce07e octeontx2-pf: Fix a memleak otx2_sq_init
- f9d5410 atm: idt77252: fix a memleak in open_card_ubr0
- 510c869 tunnels: fix out of bounds access when building IPv6 PMTU error
- 10db3a7 tsnep: Fix mapping for zero copy XDP_TX action
- 9ecd0d7 selftests: net: avoid just another constant wait
- 4bd0577 selftests: net: fix tcp listener handling in pmtu.sh
- 1000bd0 selftests/net: change shebang to bash to support "source"
- 9cf2d6d selftests/net: convert pmtu.sh to run it in unique namespace
- 7be281a selftests/net: convert unicast_extensions.sh to run it in unique namespace
- 104ab0e selftests: net: cut more slack for gro fwd tests.
- 004fe5b net: atlantic: Fix DMA mapping for PTP hwts ring
- 6eecddd netdevsim: avoid potential loop in nsim_dev_trap_report_work()
- 4571767 wifi: brcmfmac: Adjust n_channels usage for __counted_by
- 3da5fdb wifi: iwlwifi: exit eSR only after the FW does
- 733031c wifi: mac80211: fix waiting for beacons logic
- fc3432a wifi: mac80211: fix RCU use in TDLS fast-xmit
- 7e0ff50 net: stmmac: xgmac: fix handling of DPP safety error for DMA channels
- 0e7ca43 x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDR
- c756fd5 x86/efistub: Give up if memory attribute protocol returns an error
- 79592a6 drm/msm/dpu: check for valid hw_pp in dpu_encoder_helper_phys_cleanup
- 1449c75 drm/msm/dp: return correct Colorimetry for DP_TEST_DYNAMIC_RANGE_CEA case
- 1506145 drm/msms/dp: fixed link clock divider bits be over written in BPC unknown case
- 05955a7 xfs: respect the stable writes flag on the RT device
- d7d5ed6 xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
- 3581868 xfs: dquot recovery does not validate the recovered dquot
- d744e57 xfs: clean up dqblk extraction
- b28b234 xfs: inode recovery does not validate the recovered inode
- 5411625 xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS
- 0838177 xfs: fix internal error from AGFL exhaustion
- c86562e xfs: up(ic_sema) if flushing data device fails
- 767a94d xfs: only remap the written blocks in xfs_reflink_end_cow_extent
- 005be66 xfs: abort intent items when recovery intents fail
- 23f3d79 xfs: factor out xfs_defer_pending_abort
- d7d8477 xfs: allow read IO and FICLONE to run concurrently
- d4eba13 xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space
- 47b07e5 xfs: introduce protection for drop nlink
- 0fbbfe5 xfs: make sure maxlen is still congruent with prod when rounding down
- e3aca45 xfs: fix units conversion error in xfs_bmap_del_extent_delay
- fe327b8 xfs: rt stubs should return negative errnos when rt disabled
- 6a6bb41 xfs: prevent rt growfs when quota is enabled
- e820b13 xfs: hoist freeing of rt data fork extent mappings
- 195f223 xfs: bump max fsgeom struct version
- c778631 MAINTAINERS: add Catherine as xfs maintainer for 6.6.y
- 73596f5 rust: upgrade to Rust 1.73.0
- aacae44 rust: print: use explicit link in documentation
- e8e7a52 rust: task: remove redundant explicit link
- 9b33bb2 rust: upgrade to Rust 1.72.1
- 31a254f rust: arc: add explicit
drop()
aroundBox::from_raw()
- cff97d6 cifs: failure to add channel on iface should bump up weight
- fb70802 cifs: avoid redundant calls to disable multichannel
- 14ef615 phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRP
- 9851389 dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEV
- f7799ec perf evlist: Fix evlist__new_default() for > 1 core PMU
- 6f67140 phy: renesas: rcar-gen3-usb2: Fix returning wrong error code
- 5cd8a51 dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA
- df6a1dc dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMA
- 43ad984 dmaengine: ti: k3-udma: Report short packet errors
- f24ba6f dmaengine: fsl-dpaa2-qdma: Fix the size of dma pools
- ea42d6c ext4: regenerate buddy after block freeing failed if under fc replay
- b85e767 Merge tag 'v6.6.16' into v6.6-rt
- 7a5164b Linux 6.6.16-xanmod1
- 8deac14 Merge tag 'v6.6.16' into 6.6
- eb3e299 Linux 6.6.16
- bd87409 pds_core: Prevent health thread from running during reset/remove
- 7110e98 drm/amdgpu: Fix missing error code in 'gmc_v6/7/8/9_0_hw_init()'
- 4f89186 ASoC: codecs: wsa883x: fix PA volume control
- a499a67 ASoC: codecs: lpass-wsa-macro: fix compander volume hack
- 9e0454c ASoC: codecs: wcd938x: fix headphones volume controls
- d821cbe ASoC: qcom: sc8280xp: limit speaker volumes
- c9ac947 bonding: remove print in bond_verify_device_path
- 4caf548 selftests/bpf: Remove flaky test_btf_id test
- 46e35a5 LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()
- 78a1eb1 drm/msm/dsi: Enable runtime PM
- 18e7ab5 Revert "drm/amd/display: Disable PSR-SU on Parade 0803 TCON again"
- 6335c0c mm, kmsan: fix infinite recursion due to RCU critical section
- e50c55c arm64: irq: set the correct node for shadow call stack
- 4f3341d selftests: net: enable some more knobs
- 97d9d1f selftests: net: add missing config for NF_TARGET_TTL
- eb0b6fc selftests: bonding: Check initial state
- 83146ef selftests: team: Add missing config options
- 6af1731 net: sysfs: Fix /sys/class/net/ path
- e7a36b5 octeontx2-pf: Remove xdp queues on program detach
- cb0ef63 selftests: net: don't access /dev/stdout in pmtu.sh
- d99f772 selftests: net: fix available tunnels detection
- eb43e8d selftests: net: add missing config for pmtu.sh tests
- fd0e57c selftests: net: add missing config for nftables-backed iptables
- 2bbf2b1 pds_core: Rework teardown/setup flow to be more common
- f6ec6ac pds_core: Clear BARs on reset
- 22cd604 pds_core: Prevent race issues involving the adminq
- 699f541 pds_core: implement pci reset handlers
- 10839a1 pds_core: Use struct pdsc for the pdsc_adminq_isr private data
- b266281 pds_core: Cancel AQ work on teardown
- 5e7f3e0 af_unix: fix lockdep positive in sk_diag_dump_icons()
- 8160eb9 net: ipv4: fix a memleak in ip_setup_cork
- cfe3550 netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectations
- 25621b5 netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting logger
- ce76746 netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEV
- 6edc893 netfilter: conntrack: correct window scaling with retransmitted SYN
- 2d60887 selftests: net: add missing config for GENEVE
- ef3d6ed devlink: Fix referring to hw_addr attribute during state validation
- d99971e bridge: mcast: fix disabled snooping after long uptime
- 48129d4 selftests: net: Add missing matchall classifier
- 3151051 llc: call sock_orphan() at release time
- 13806fc ipv6: Ensure natural alignment of const ipv6 loopback and router addresses
- 4785948 net: dsa: qca8k: fix illegal usage of GPIO
- a4b6f9d ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()
- 0994398 ixgbe: Refactor overtemp event handling
- 03c5b6d ixgbe: Refactor returning internal error codes
- e9ad7a8 e1000e: correct maximum frequency adjustment values
- d15cc0f tcp: add sanity checks to rx zerocopy
- f0025c9 net: lan966x: Fix port configuration when using SGMII interface
- dcaafdb ipmr: fix kernel panic when forwarding mcast packets
- f9ae3a4 net: dsa: mt7530: fix 10M/100M speed on MT7988 switch
- 350a664 ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()
- 2d0bfd3 selftests: net: give more time for GRO aggregation
- d3ccd4f selftests: net: add missing required classifier
- e5d6247 selftests: net: add missing config for big tcp tests
- 0c2c97a net: phy: mediatek-ge-soc: sync driver with MediaTek SDK
- 01b4ae7 net: ethernet: mtk_eth_soc: set DMA coherent mask to get PPE working
- f08daa8 gve: Fix skb truesize underestimation
- baa3f8b selftests: net: explicitly wait for listener ready
- 31a6e0a selftests: net: remove dependency on ebpf tests
- 54a55b6 HID: hidraw: fix a problem of memory leak in hidraw_release()
- 65ead84 scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler
- 92f0eca regulator: ti-abb: don't use devm_platform_ioremap_resource_byname for shared interrupt register
- 8e4319a kunit: run test suites only after module initialization completes
- 6f82770 scsi: isci: Fix an error code problem in isci_io_request_build()
- b73ffaf riscv: Fix build error on rv32 + XIP
- 3c0a7ea drm/amdkfd: only flush mes process context if mes support is there
- 8de8f00 drm: using mul_u32_u32() requires linux/math64.h
- 8a67b8d wifi: cfg80211: fix RCU dereference in __cfg80211_bss_update
- 2d5228b perf: Fix the nr_addr_filters fix
- 250cfaf i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126
- 5ea4007 drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'
- 25c2de1 drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'
- b02831b drm/amdgpu: Fix with right return code '-EIO' in 'amdgpu_gmc_vram_checking()'
- 0ee4c58 drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table' in 'get_platform_power_management_table()'
- d0bc6be drm/amdgpu: fix avg vs input power reporting on smu7
- d8fedfb ceph: fix invalid pointer access if get_quota_realm return ERR_PTR
- 196b87e ceph: fix deadlock or deadcode of misusing dget()
- 987219b ceph: reinitialize mds feature bit even when session in open
- 6d8b016 blk-mq: fix IO hang from sbitmap wakeup race
- 20e81d2 virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings
- 752312f drm/amdkfd: Fix lock dependency warning with srcu
- 28d2d62 drm/amdkfd: Fix lock dependency warning
- 6757fd7 libsubcmd: Fix memory leak in uniq()
- 1229ce1 misc: lis3lv02d_i2c: Add missing setting of the reg_ctrl callback
- 04644c1 usb: xhci-plat: fix usb disconnect issue after s4
- 11a93a7 9p: Fix initialisation of netfs_inode for 9p
- 38d437d PCI/AER: Decode Requester ID when no error info found
- 7ec6e90 PCI: Fix 64GT/s effective data rate calculation
- f8dcafc spmi: mediatek: Fix UAF on device remove
- 952d0cb fs/kernfs/dir: obey S_ISGID
- d3b08e2 tty: allow TIOCSLCKTRMIOS with CAP_CHECKPOINT_RESTORE
- 1080068 selftests/sgx: Fix linker script asserts
- 915d900 usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hub
- cd72da0 usb: hub: Replace hardcoded quirk value with BIT() macro
- 8b755fc extcon: fix possible name leak in extcon_dev_register()
- 7c5276c perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is present
- 0233b83 PCI: switchtec: Fix stdev_release() crash after surprise hot remove
- cc56867 PCI: Only override AMD USB controller if required
- a71f8c0 mailbox: arm_mhuv2: Fix a bug for mhuv2_sender_interrupt
- c27d9af mfd: ti_am335x_tscadc: Fix TI SoC dependencies
- 9744be5 xen/gntdev: Fix the abuse of underlying struct page in DMA-buf import
- e792a03 riscv: Make XIP bootable again
- aca8d25 i3c: master: cdns: Update maximum prescaler value for i2c clock
- de3e9d8 um: time-travel: fix time corruption
- 857710e um: net: Fix return type of uml_net_start_xmit()
- a4378ab um: Don't use vfprintf() for os_info()
- 976c46e um: Fix naming clash between UML and scheduler
- 029479d leds: trigger: panic: Don't register panic notifier if creating the trigger failed
- 6eef17a pinctrl: baytrail: Fix types of config value in byt_pin_config_set()
- 24d7484 ALSA: hda/conexant: Fix headset auto detect fail in cx8070 and SN6140
- 08dde83 drm/amdgpu: apply the RV2 system aperture fix to RN/CZN as well
- 583e0a3 drm/amdkfd: Fix iterator used outside loop in 'kfd_add_peer_prop()'
- ff5aefb drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'
- aa1791b drm/amdgpu: Fix '*fw' from request_firmware() not released in 'amdgpu_ucode_request()'
- 90df726 Re-revert "drm/amd/display: Enable Replay for static screen use cases"
- 0d35c89 drm/amdgpu: Let KFD sync with VM fences
- cef7f96 drm/amd/display: Fix minor issues in BW Allocation Phase2
- 0a8fc4e drm/amdgpu: Fix ecc irq enable/disable unpaired
- b9ecbaa clk: imx: clk-imx8qxp: fix LVDS bypass, pixel and phy clocks
- 49b4cab drm/amd/display: Only clear symclk otg flag for HDMI
- 4033887 drm/amd/display: make flip_timestamp_in_us a 64-bit variable
- 9aa2cba accel/habanalabs: add support for Gaudi2C device
- 3075d01 watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786
- 1a63d7f watchdog: starfive: add lock annotations to fix context imbalances
- b9359c3 clk: mmp: pxa168: Fix memory leak in pxa168_clk_init()
- 1cda287 clk: hi3620: Fix memory leak in hi3620_mmc_clk_init()
- e7a0ee4 drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heap
- 1f2b0ec drm/msm/dpu: fix writeback programming for YUV cases
- 8282828 drm/msm/dpu: Ratelimit framedone timeout msgs
- ec2c3d3 drm/msm/dpu: enable writeback on SM8450
- 50fc3d2 drm/msm/dpu: enable writeback on SM8350
- 3a950c5 drm/amdkfd: fix mes set shader debugger process management
- e9ca61a drm/amd/display: Force p-state disallow if leaving no plane config
- 6750d1d drm/amd/display: For prefetch mode > 0, extend prefetch if possible
- 777ab14 media: i2c: imx335: Fix hblank min/max values
- 7190073 media: ddbridge: fix an error code problem in ddb_probe
- 7c180bf media: amphion: remove mutext lock in condition of wait_event
- 342258f IB/ipoib: Fix mcast list locking
- 7a9696d drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind time
- 417b8a9 f2fs: fix to tag gcing flag on page during block migration
- f9902f9 hwmon: (hp-wmi-sensors) Fix failure to load on EliteDesk 800 G6
- 6f86bbf hwmon: (nct6775) Fix fan speed set failure in automatic mode
- 8a31520 media: rkisp1: resizer: Stop manual allocation of v4l2_subdev_state
- fab4834 media: rkisp1: Fix IRQ disable race issue
- e28e80c media: rkisp1: Store IRQ lines
- a32c20c media: rkisp1: Fix IRQ handler return values
- e08195d media: rkisp1: Drop IRQF_SHARED
- 5193d26 media: uvcvideo: Fix power line control for SunplusIT camera
- 051400c media: uvcvideo: Fix power line control for a Chicony camera
- 6c0f21f drm/msm/dp: Add DisplayPort controller for SM8650
- 70cb71c ALSA: hda: intel-dspcfg: add filters for ARL-S and ARL
- 0f04f8d ALSA: hda: Intel: add HDA_ARL PCI ID support
- c964e3b PCI: add INTEL_HDA_ARL to pci_ids.h
- 6ca8d2c media: rockchip: rga: fix swizzling for RGB formats
- df16808 media: stk1160: Fixed high volume of stk1160_dbg messages
- daf57c5 drm/mipi-dsi: Fix detach call without attach
- 9b3fbff drm/framebuffer: Fix use of uninitialized variable
- 2cde325 drm/drm_file: fix use of uninitialized variable
- 01e7578 drm/amd/display: Fix MST PBN/X.Y value calculations
- c870119 ASoC: amd: Add new dmi entries for acp5x platform
- 8b981e7 f2fs: fix write pointers on zoned device after roll forward
- 1c563c0 drm/amd/display: Fix tiled display misalignment
- 1e0635b drm/bridge: anx7625: Fix Set HPD irq detect window to 2ms
- 8c67a27 drm/panel-edp: Add override_edid_mode quirk for generic edp
- 02ca471 RDMA/IPoIB: Fix error code return in ipoib_mcast_join
- 17e1361 reiserfs: Avoid touching renamed directory if parent does not change
- 408f4c8 fast_dput(): handle underflows gracefully
- 1b7eb3a ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argument
- 32a600b ALSA: hda: Refer to correct stream index at loops
- 2a7b12d f2fs: fix to check return value of f2fs_reserve_new_block()
- 9916fdd net: dsa: qca8k: put MDIO bus OF node on qca8k_mdio_register() failure
- 45d201c net: kcm: fix direct access to bv_len
- 225b254 octeontx2-af: Fix max NPC MCAM entry check while validating ref_entry
- d973bf8 i40e: Fix VF disable behavior to block all traffic
- e54c52e arm64: dts: sprd: Change UMS512 idle-state nodename to match bindings
- 8c700be arm64: dts: sprd: Add clock reference for pll2 on UMS512
- daa24d2 bridge: cfm: fix enum typo in br_cc_ccm_tx_parse
- d1f1e11 net/smc: disable SEID on non-s390 archs where virtual ISM may be used
- 100089a Bluetooth: L2CAP: Fix possible multiple reject send
- e266b7b Bluetooth: hci_sync: fix BR/EDR wakeup bug
- 1441054 Bluetooth: ISO: Avoid creating child socket if PA sync is terminating
- f2719ec Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066
- 0dc97f7 wifi: cfg80211: free beacon_ies when overridden from hidden BSS
- 9940160 wifi: rtlwifi: rtl8723{be,ae}: using calculate_bit_shift()
- 5f3e436 libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos
- 84ff6a9 wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter members
- 85b4f75 wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices
- 0112d7f arm64: dts: amlogic: fix format for s4 uart node
- 6bc0e11 ice: fix pre-shifted bit usage
- cdb7f0e arm64: dts: qcom: Fix coresight warnings in in-ports and out-ports
- f127a0b arm64: dts: qcom: msm8998: Fix 'out-ports' is a required property
- 73cb930 arm64: dts: qcom: msm8996: Fix 'in-ports' is a required property
- c9851c6 md: Whenassemble the array, consult the superblock of the freshest device
- 85f24d7 block: prevent an integer overflow in bvec_try_merge_hw_page
- f679142 net: dsa: mv88e6xxx: Fix mv88e6352_serdes_get_stats error path
- c11a870 net: atlantic: eliminate double free in error handling logic
- 334a122 ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values
- 4b86727 scsi: hisi_sas: Set .phy_attached before notifing phyup event HISI_PHYE_PHY_UP_PM
- f92ee71 scsi: lpfc: Move determination of vmid_flag after VMID reinitialization completes
- 6d38434 scsi: lpfc: Reinitialize an NPIV's VMID data structures after FDISC
- 40ac9c1 ARM: dts: imx23/28: Fix the DMA controller node name
- 3866310 ARM: dts: imx23-sansa: Use preferred i2c-gpios properties
- 20b1881 ARM: dts: imx27-apf27dev: Fix LED name
- 8b9b3d9 ARM: dts: imx25/27: Pass timing0
- 7eadf1f ARM: dts: imx25: Fix the iim compatible string
- afe0224 selftests/bpf: fix compiler warnings in RELEASE=1 mode
- 03ca174 arm64: zynqmp: Fix clock node name in kv260 cards
- b00eedb arm64: zynqmp: Move fixed clock to / for kv260
- 5b9ea86 block/rnbd-srv: Check for unlikely string overflow
- 5e7213c ionic: bypass firmware cmds when stuck in reset
- fdc2e7a ionic: pass opcode to devcmd_wait
- 2437492 net: phy: at803x: fix passing the wrong reference for config_intr
- 509c223 ARM: dts: imx1: Fix sram node
- cc15685 ARM: dts: imx27: Fix sram node
- 28743cc ARM: dts: imx: Use flash@0,0 pattern
- 34335be ARM: dts: imx25/27-eukrea: Fix RTC node name
- 9e5e41f ARM: dts: rockchip: fix rk3036 hdmi ports node
- 23a0cdd wifi: ath12k: fix the issue that the multicast/broadcast indicator is not read correctly for WCN7850
- 9ab2247 wifi: wfx: fix possible NULL pointer dereference in wfx_set_mfp_ap()
- 702f1ed bpf: Set uattr->batch.count as zero before batched update or deletion
- 20d7686 wifi: mt76: mt7996: add PCI IDs for mt7992
- c4139d2 wifi: mt76: connac: fix EHT phy mode check
- d033630 arm64: dts: qcom: sm8350: Fix remoteproc interrupt type
- 03d23f7 arm64: dts: qcom: sm8450: fix soundwire controllers node name
- cd7d197 arm64: dts: qcom: sm8550: fix soundwire controllers node name
- bd4b639 net: mvmdio: Avoid excessive sleeps in polled mode
- 9487d93 minmax: relax check to allow comparison between unsigned arguments and signed constants
- 701405f minmax: allow comparisons of 'int' against 'unsigned char/short'
- b0c7fd1 minmax: fix indentation of __cmp_once() and __clamp_once()
- 204c653 minmax: allow min()/max()/clamp() if the arguments have the same signedness.
- 56dcff9 minmax: add umin(a, b) and umax(a, b)
- d89ae99 minmax: fix header inclusions
- b65b93f minmax: deduplicate __unconst_integer_typeof()
- 268515e scsi: libfc: Fix up timeout error in fc_fcp_rec_error()
- 01d91d6 scsi: libfc: Don't schedule abort twice
- 1f4fd12 wifi: ath12k: fix and enable AP mode for WCN7850
- a9bf3a4 bpf: Set need_defer as false when clearing fd array during map free
- 483cb92 bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
- d8bfb29 wifi: rtw89: fix misbehavior of TX beacon in concurrent mode
- 5b34e76 wifi: ath11k: fix race due to setting ATH11K_FLAG_EXT_IRQ_ENABLED too early
- e4f4bac wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstatus()
- e02851a bpf: Fix a few selftest failures due to llvm18 change
- 401e139 ARM: dts: imx7s: Fix nand-controller #size-cells
- aeefe74 ARM: dts: imx7s: Fix lcdif compatible
- 62b5830 ARM: dts: imx7d: Fix coresight funnel ports
- 58b9d49 scsi: arcmsr: Support new PCI device IDs 1883 and 1886
- 6e1613d scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116
- 177fe2a scsi: mpi3mr: Add support for SAS5116 PCI IDs
- d7a3198 net: usb: ax88179_178a: avoid two consecutive device resets
- a5bea3a bonding: return -ENOMEM instead of BUG in alb_upper_dev_walk
- b59bc70 PCI: Add no PM reset quirk for NVIDIA Spectrum devices
- d06b88b net: phy: micrel: fix ts_info value in case of no phc
- 94d0455 ARM: dts: samsung: s5pv210: fix camera unit addresses/ranges
- 6f7e8d3 ARM: dts: samsung: exynos4: fix camera unit addresses/ranges
- 5b94b3a scsi: lpfc: Fix possible file string name overflow when updating firmware
- 61cc78b soc: xilinx: fix unhandled SGI warning message
- 4722924 soc: xilinx: Fix for call trace due to the usage of smp_processor_id()
- b01dbb6 ARM: dts: qcom: msm8660: fix PMIC node labels
- 198bba9 ARM: dts: qcom: mdm9615: fix PMIC node labels
- 9d004cd ARM: dts: qcom: strip prefix from PMIC files
- ae81c55 selftests/bpf: Fix issues in setup_classid_environment()
- e54656e wifi: rt2x00: correct wrong BBP register in RxDCOC calibration
- d14ea4b selftests/bpf: Fix pyperf180 compilation failure with clang18
- aec8c7b libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET
- a4c79e7 selftests/bpf: satisfy compiler by having explicit return in btf test
- 9e19133 selftests/bpf: fix RELEASE=1 build for tc_opts
- 04cfe4a wifi: rt2x00: restart beacon queue when hardware reset
- 7b1bb9a wifi: rtw89: fix timeout calculation in rtw89_roc_end()
- 8b1413d ext4: avoid online resizing failures due to oversized flex bg
- 04cf95f ext4: remove unnecessary check from alloc_flex_gd()
- 903547e ext4: unify the type of flexbg_size to unsigned int
- c1eacba ext4: fix inconsistent between segment fstrim and full fstrim
- d08534e ecryptfs: Reject casefold directory inodes
- 8c944f8 smb: client: fix hardlinking of reparse points
- c586b0c smb: client: fix renaming of reparse points
- d91ecb8 ext4: treat end of range as exclusive in ext4_zero_range()
- 69c7eeb SUNRPC: Fix a suspicious RCU usage warning
- 1589397 sysctl: Fix out of bounds access for empty sysctl registers
- c87d7d9 KVM: s390: fix setting of fpc register
- 02c6bbf s390/ptrace: handle setting of fpc register correctly
- 06dfeba s390/vfio-ap: fix sysfs status attribute for AP queue devices
- 64e7f10 arch: consolidate arch_irq_work_raise prototypes
- 05a8ba5 s390/boot: always align vmalloc area on segment boundary
- 6996d43 jfs: fix array-index-out-of-bounds in diNewExt
- 0cb7eaf rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()
- 08ade0f afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()
- 8d742c4 afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()
- 464a0ca crypto: stm32/crc32 - fix parsing list of devices
- d487604 erofs: fix ztailpacking for subpage compressed blocks
- 8b18d5f crypto: octeontx2 - Fix cptvf driver cleanup
- c7ff77b crypto: starfive - Fix dev_err_probe return error
- 3f691aa erofs: fix up compacted indexes for block size < 4096
- 0593cfd pstore/ram: Fix crash when setting number of cpus to an odd number
- af8bdab crypto: p10-aes-gcm - Avoid -Wstringop-overflow warnings
- b0af4ad hwrng: starfive - Fix dev_err_probe return error
- 1696d6d jfs: fix uaf in jfs_evict_inode
- 2e16a13 jfs: fix array-index-out-of-bounds in dbAdjTree
- 7110650 jfs: fix slab-out-of-bounds Read in dtSearch
- edff092 UBSAN: array-index-out-of-bounds in dtSplitRoot
- 6a44065 FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree
- fcecef9 thermal: core: Fix thermal zone suspend-resume synchronization
- 410063c ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
- 0aedb31 PM / devfreq: Synchronize devfreq_monitor_[start/stop]
- 29482da kunit: tool: fix parsing of test attributes
- f6bda29 ACPI: NUMA: Fix the logic of getting the fake_pxm value
- a95c77f selftests/nolibc: fix testcase status alignment
- f066171 ACPI: extlog: fix NULL pointer dereference check
- 3bbbe59 PNP: ACPI: fix fortify warning
- abd97cc ACPI: video: Add quirk for the Colorful X15 AT 23 Laptop
- 129db2d audit: Send netlink ACK before setting connection in auditd_set
- 3023b44 regulator: core: Only increment use_count when enable_count changes
- d396f97 debugobjects: Stop accessing objects after releasing hash bucket lock
- 8141733 perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file
- 04c6948 x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
- 28b8ba8 powerpc/lib: Validate size for vector operations
- 39ba91d powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE
- f77cb04 x86/boot: Ignore NMIs during very early boot
- 2074271 powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()
- 82e4045 powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()
- 641c67d powerpc: Fix build error due to is_valid_bugaddr()
- fabdc04 drivers/perf: pmuv3: don't expose SW_INCR event in sysfs
- 40a5dce arm64: irq: set the correct node for VMAP stack
- 145febd powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
- c918aac asm-generic: make sparse happy with odd-sized put_unaligned_*()
- 55ae38f Documentation/sphinx: fix Python string escapes
https://sourceforge.net/projects/xanmod/files/releases/rt/6.6.18-rt23-xanmod1