diff --git a/config.tar.bz2 b/config.tar.bz2 index f6d13f3..3b223ca 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e07ecacceed439dbd5a6a5ed853e1fcecc4ec450ed57f2215585d5c1cb69976a -size 103366 +oid sha256:cabbe6b52818fa6c086f74266ed4689e887b5515e586716cfe400a68057dae76 +size 103317 diff --git a/kernel-longterm.changes b/kernel-longterm.changes index 40ff7ed..b752afb 100644 --- a/kernel-longterm.changes +++ b/kernel-longterm.changes @@ -1,3 +1,1230 @@ +------------------------------------------------------------------- +Mon Dec 9 20:12:46 CET 2024 - rfrohl@suse.com + +- blacklist.conf: 4c006734898a and 6a057072ddd1 + 6a057072ddd1 drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe + 4c006734898a x86/xen: fix memblock_reserve() usage on PVH +- commit 11cb128 + +------------------------------------------------------------------- +Mon Dec 9 20:12:28 CET 2024 - rfrohl@suse.com + +- ALSA: usb-audio: Fix a DMA to stack memory bug (bsc#1218260). +- commit 9c51fb5 + +------------------------------------------------------------------- +Mon Dec 9 20:10:13 CET 2024 - rfrohl@suse.com + +- drm/vc4: Match drm_dev_enter and exit calls in vc4_hvs_lut_load + (bsc#1218260). +- bpf: handle fake register spill to stack with BPF_ST_MEM + instruction (bsc#1218260). +- commit d9102c5 + +------------------------------------------------------------------- +Mon Dec 9 15:11:07 CET 2024 - rfrohl@suse.com + +- Update config files for 6.6.64. +- commit cdfdf69 + +------------------------------------------------------------------- +Mon Dec 9 15:10:51 CET 2024 - rfrohl@suse.com + +- um: ubd: Do not use drvdata in release (bsc#1012628). +- commit 88b594d + +------------------------------------------------------------------- +Mon Dec 9 12:11:30 CET 2024 - rfrohl@suse.com + +- Linux 6.6.64 (bsc#1218260). +- posix-timers: Target group sigqueue to current task only if + not exiting (bsc#1218260). +- drm/amd/pm: update current_socclk and current_uclk in + gpu_metrics on smu v13.0.7 (bsc#1218260). +- drm/amdgpu: fix usage slab after free (bsc#1218260). +- drm/amdkfd: Use the correct wptr size (bsc#1218260). +- drm: xlnx: zynqmp_dpsub: fix hotplug detection (bsc#1218260). +- drm/etnaviv: flush shader L1 cache after user commandstream + (bsc#1218260). +- drm/mediatek: Fix child node refcount handling in early exit + (bsc#1218260). +- drm/sti: avoid potential dereference of error pointers + (bsc#1218260). +- drm/sti: avoid potential dereference of error pointers in + sti_gdp_atomic_check (bsc#1218260). +- drm/sti: avoid potential dereference of error pointers in + sti_hqvdp_atomic_check (bsc#1218260). +- udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmap + (bsc#1218260). +- tpm: Lock TPM chip in tpm_pm_suspend() first (bsc#1218260). +- btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() + in walk_down_proc() (bsc#1218260). +- powerpc: Adjust adding stack protector flags to KBUILD_CLAGS + for clang (bsc#1218260). +- powerpc: Fix stack protector Kconfig test for clang + (bsc#1218260). +- iio: gts: fix infinite loop for gain_to_scaletables() + (bsc#1218260). +- iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xfer + (bsc#1218260). +- iio: Fix fwnode_handle in __fwnode_iio_channel_get_by_name() + (bsc#1218260). +- iio: accel: kx022a: Fix raw read format (bsc#1218260). +- nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur + (bsc#1218260). +- nfsd: make sure exp active before svc_export_show (bsc#1218260). +- PCI: rockchip-ep: Fix address translation unit programming + (bsc#1218260). +- PCI: of_property: Assign PCI instead of CPU bus address to + dynamic PCI nodes (bsc#1218260). +- dm thin: Add missing destroy_work_on_stack() (bsc#1218260). +- dm: Fix typo in error message (bsc#1218260). +- ovl: properly handle large files in ovl_security_fileattr + (bsc#1218260). +- leds: flash: mt6360: Fix device_for_each_child_node() + refcounting in error paths (bsc#1218260). +- thermal: int3400: Fix reading of current_uuid for active policy + (bsc#1218260). +- fs/proc/kcore.c: Clear ret value in read_kcore_iter after + successful iov_iter_zero (bsc#1218260). +- PCI: endpoint: Clear secondary (not primary) EPC in + pci_epc_remove_epf() (bsc#1218260). +- PCI: keystone: Add link up check to ks_pcie_other_map_bus() + (bsc#1218260). +- PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" + compatible (bsc#1218260). +- i3c: master: Fix miss free init_dyn_addr at + i3c_master_put_i3c_addrs() (bsc#1218260). +- i3c: master: svc: Fix pm_runtime_set_suspended() with runtime + pm enabled (bsc#1218260). +- scsi: ufs: exynos: Fix hibern8 notify callbacks (bsc#1218260). +- util_macros.h: fix/rework find_closest() macros (bsc#1218260). +- ceph: extract entity name from device id (bsc#1218260). +- mm/slub: Avoid list corruption when removing a slab from the + full list (bsc#1218260). +- ARM: 9431/1: mm: Pair atomic_set_release() with _read_acquire() + (bsc#1218260). +- ARM: 9430/1: entry: Do a dummy read from VMAP shadow + (bsc#1218260). +- s390/entry: Mark IRQ entries to fix stack depot warnings + (bsc#1218260). +- ARM: 9429/1: ioremap: Sync PGDs for VMALLOC shadow + (bsc#1218260). +- ad7780: fix division by zero in ad7780_write_raw() + (bsc#1218260). +- clk: qcom: gcc-qcs404: fix initial rate of GPLL3 (bsc#1218260). +- leds: lp55xx: Remove redundant test for invalid channel number + (bsc#1218260). +- iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated + tables (bsc#1218260). +- zram: clear IDLE flag after recompression (bsc#1218260). +- vmstat: call fold_vm_zone_numa_events() before show per zone + NUMA event (bsc#1218260). +- ftrace: Fix regression with module command in stack_trace_filter + (bsc#1218260). +- maple_tree: refine mas_store_root() on storing NULL + (bsc#1218260). +- ovl: Filter invalid inodes with missing lookup function + (bsc#1218260). +- media: uvcvideo: Require entities to have a non-zero unique ID + (bsc#1218260). +- media: uvcvideo: Stop stream during unregister (bsc#1218260). +- media: platform: allegro-dvt: Fix possible memory leak in + allocate_buffers_internal() (bsc#1218260). +- media: gspca: ov534-ov772x: Fix off-by-one error in + set_frame_rate() (bsc#1218260). +- media: venus: Fix pm_runtime_set_suspended() with runtime pm + enabled (bsc#1218260). +- media: amphion: Fix pm_runtime_set_suspended() with runtime + pm enabled (bsc#1218260). +- efi/libstub: Free correct pointer on failure (bsc#1218260). +- media: platform: exynos4-is: Fix an OF node reference leak in + fimc_md_is_isp_available (bsc#1218260). +- media: ts2020: fix null-ptr-deref in ts2020_probe() + (bsc#1218260). +- media: verisilicon: av1: Fix reference video buffer pointer + assignment (bsc#1218260). +- media: imx-jpeg: Ensure power suppliers be suspended before + detach them (bsc#1218260). +- media: i2c: tc358743: Fix crash in the probe error path when + using polling (bsc#1218260). +- arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup + delay (bsc#1218260). +- media: i2c: dw9768: Fix pm_runtime_set_suspended() with runtime + pm enabled (bsc#1218260). +- media: mtk-jpeg: Fix null-ptr-deref during unload module + (bsc#1218260). +- media: imx-jpeg: Set video drvdata before register video device + (bsc#1218260). +- media: amphion: Set video drvdata before register video device + (bsc#1218260). +- arm64: dts: ti: k3-am62-verdin: Fix SD regulator startup delay + (bsc#1218260). +- arm64: dts: freescale: imx8mm-verdin: Fix SD regulator startup + delay (bsc#1218260). +- arm64: dts: allwinner: pinephone: Add mount matrix to + accelerometer (bsc#1218260). +- md/md-bitmap: Add missing destroy_work_on_stack() (bsc#1218260). +- btrfs: ref-verify: fix use-after-free after invalid ref action + (bsc#1218260). +- btrfs: add a sanity check for btrfs root in btrfs_search_slot() + (bsc#1218260). +- btrfs: don't loop for nowait writes when checking for cross + references (bsc#1218260). +- quota: flush quota_release_work upon quota writeback + (bsc#1218260). +- xfs: remove unknown compat feature check in superblock write + validation (bsc#1218260). +- sh: intc: Fix use-after-free bug in register_intc_controller() + (bsc#1218260). +- block, bfq: fix bfqq uaf in bfq_limit_depth() (bsc#1218260). +- sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket + (bsc#1218260). +- SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT + (bsc#1218260). +- sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport + (bsc#1218260). +- nfs: ignore SB_RDONLY when mounting nfs (bsc#1218260). +- cifs: unlock on error in smb3_reconfigure() (bsc#1218260). +- cifs: during remount, make sure passwords are in sync + (bsc#1218260). +- modpost: remove incorrect code in do_eisa_entry() (bsc#1218260). +- smb: Initialize cfid->tcon before performing network ops + (bsc#1218260). +- Rename .data.once to .data..once to fix resetting WARN*_ONCE + (bsc#1218260). +- Rename .data.unlikely to .data..unlikely (bsc#1218260). +- init/modpost: conditionally check section mismatch to __meminit* + (bsc#1218260). +- modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to + ALL_TEXT_SECTIONS (bsc#1218260). +- modpost: use ALL_INIT_SECTIONS for the section check from + DATA_SECTIONS (bsc#1218260). +- modpost: disallow the combination of EXPORT_SYMBOL and + __meminit* (bsc#1218260). +- modpost: remove EXIT_SECTIONS macro (bsc#1218260). +- modpost: remove MEM_INIT_SECTIONS macro (bsc#1218260). +- modpost: disallow *driver to reference .meminit* sections + (bsc#1218260). +- modpost: remove ALL_EXIT_DATA_SECTIONS macro (bsc#1218260). +- rtc: ab-eoz9: don't fail temperature reads on undervoltage + notification (bsc#1218260). +- cifs: Fix parsing reparse point with native symlink in SMB1 + non-UNICODE session (bsc#1218260). +- cifs: Fix parsing native symlinks relative to the export + (bsc#1218260). +- smb: client: disable directory caching when dir_cache_timeout + is zero (bsc#1218260). +- perf/arm-cmn: Ensure port and device id bits are set properly + (bsc#1218260). +- perf/arm-smmuv3: Fix lockdep assert in ->event_init() + (bsc#1218260). +- 9p/xen: fix release of IRQ (bsc#1218260). +- 9p/xen: fix init sequence (bsc#1218260). +- block: return unsigned int from bdev_io_min (bsc#1218260). +- nvme/multipath: Fix RCU list traversal to use SRCU primitive + (bsc#1218260). +- nvme-multipath: avoid hang on inaccessible namespaces + (bsc#1218260). +- nvme-multipath: implement "queue-depth" iopolicy (bsc#1218260). +- nvme-multipath: prepare for "queue-depth" iopolicy + (bsc#1218260). +- rtc: rzn1: fix BCD to rtc_time conversion errors (bsc#1218260). +- jffs2: fix use of uninitialized variable (bsc#1218260). +- ubifs: authentication: Fix use-after-free in + ubifs_tnc_end_commit (bsc#1218260). +- ubi: fastmap: Fix duplicate slab cache names while attaching + (bsc#1218260). +- ubifs: Correct the total block count by deducting journal + reservation (bsc#1218260). +- ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is + empty (bsc#1218260). +- rtc: check if __rtc_read_time was successful in + rtc_timer_do_work() (bsc#1218260). +- rtc: abx80x: Fix WDT bit position of the status register + (bsc#1218260). +- rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- NFSv4.0: Fix a use-after-free problem in the asynchronous open() + (bsc#1218260). +- um: Always dump trace for specified task in show_stack + (bsc#1218260). +- um: Fix the return value of elf_core_copy_task_fpregs + (bsc#1218260). +- um: Fix potential integer overflow during physmem setup + (bsc#1218260). +- SUNRPC: make sure cache entry active before cache_show + (bsc#1218260). +- NFSD: Prevent a potential integer overflow (bsc#1218260). +- ipc: fix memleak if msg_init_ns failed in create_ipc_ns + (bsc#1218260). +- f2fs: fix to do sanity check on node blkaddr in truncate_node() + (bsc#1218260). +- lib: string_helpers: silence snprintf() output truncation + warning (bsc#1218260). +- ublk: fix error code for unsupported command (bsc#1218260). +- usb: dwc3: gadget: Fix looping of queued SG entries + (bsc#1218260). +- usb: dwc3: gadget: Fix checking for number of TRBs left + (bsc#1218260). +- usb: musb: Fix hardware lockup on first Rx endpoint request + (bsc#1218260). +- smb: During unmount, ensure all cached dir instances drop + their dentry (bsc#1218260). +- smb: prevent use-after-free due to open_cached_dir error paths + (bsc#1218260). +- smb: Don't leak cfid when reconnect races with open_cached_dir + (bsc#1218260). +- smb: client: handle max length for SMB symlinks (bsc#1218260). +- smb3: request handle caching when caching directories + (bsc#1218260). +- ALSA: hda/realtek: Apply quirk for Medion E15433 (bsc#1218260). +- ALSA: hda/realtek: Fix Internal Speaker and Mic boost of + Infinix Y4 Max (bsc#1218260). +- ALSA: hda/realtek: Set PCBeep to default value for ALC274 + (bsc#1218260). +- ALSA: hda/realtek: Update ALC225 depop procedure (bsc#1218260). +- ALSA: pcm: Add sanity NULL check for the default mmap fault + handler (bsc#1218260). +- ALSA: ump: Fix evaluation of MIDI 1.0 FB info (bsc#1218260). +- media: v4l2-core: v4l2-dv-timings: check cvt/gtf result + (bsc#1218260). +- soc: fsl: rcpm: fix missing of_node_put() in + copy_ippdexpcr1_setting() (bsc#1218260). +- media: wl128x: Fix atomicity violation in fmc_send_cmd() + (bsc#1218260). +- HID: wacom: Interpret tilt data from Intuos Pro BT as signed + values (bsc#1218260). +- blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex + less long (bsc#1218260). +- block: fix ordering between checking BLK_MQ_S_STOPPED request + adding (bsc#1218260). +- block: fix ordering between checking QUEUE_FLAG_QUIESCED + request adding (bsc#1218260). +- block: fix missing dispatching request when queue is started + or unquiesced (bsc#1218260). +- arm64: tls: Fix context-switching of tpidrro_el0 when kpti is + enabled (bsc#1218260). +- ublk: fix ublk_ch_mmap() for 64K page size (bsc#1218260). +- iio: gts: Fix uninitialized symbol 'ret' (bsc#1218260). +- sh: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK + (bsc#1218260). +- um: vector: Do not use drvdata in release (bsc#1218260). +- serial: 8250: omap: Move pm_runtime_get_sync (bsc#1218260). +- serial: 8250_fintek: Add support for F81216E (bsc#1218260). +- dt-bindings: serial: rs485: Fix rs485-rts-delay property + (bsc#1218260). +- um: net: Do not use drvdata in release (bsc#1218260). +- ubi: wl: Put source PEB into correct list if trying locking + LEB failed (bsc#1218260). +- platform/chrome: cros_ec_typec: fix missing fwnode reference + decrement (bsc#1218260). +- smb: client: fix NULL ptr deref in crypto_aead_setkey() + (bsc#1218260). +- ksmbd: fix use-after-free in SMB request handling (bsc#1218260). +- parisc/ftrace: Fix function graph tracing disablement + (bsc#1218260). +- cifs: support mounting with alternate password to allow password + rotation (bsc#1218260). +- cpufreq: mediatek-hw: Fix wrong return value in + mtk_cpufreq_get_cpu_power() (bsc#1218260). +- mtd: spi-nor: core: replace dummy buswidth from addr to data + (bsc#1218260). +- spi: Fix acpi deferred irq probe (bsc#1218260). +- netfilter: ipset: add missing range check in bitmap_ip_uadt + (bsc#1218260). +- gpio: exar: set value when external pull-up or pull-down is + present (bsc#1218260). +- Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon + exit" (bsc#1218260). +- serial: sh-sci: Clean sci_ports[0] after at earlycon exit + (bsc#1218260). +- Revert "usb: gadget: composite: fix OS descriptors w_value + logic" (bsc#1218260). +- wifi: brcmfmac: release 'root' node in all execution paths + (bsc#1218260). +- wifi: ath12k: fix crash when unbinding (bsc#1218260). +- wifi: rtlwifi: Drastically reduce the attempts to read efuse + in case of failures (bsc#1218260). +- wifi: ath12k: fix warning when unbinding (bsc#1218260). +- ARM: dts: omap36xx: declare 1GHz OPP as turbo again + (bsc#1218260). +- usb: xhci: Fix TD invalidation under pending Set TR Dequeue + (bsc#1218260). +- Compiler Attributes: disable __counted_by for clang < 19.1.3 + (bsc#1218260). +- Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}() + (bsc#1218260). +- exfat: fix uninit-value in __exfat_get_dentry_set (bsc#1218260). +- dt-bindings: iio: dac: ad3552r: fix maximum spi speed + (bsc#1218260). +- pinctrl: qcom: spmi: fix debugfs drive strength (bsc#1218260). +- tools/nolibc: s390: include std.h (bsc#1218260). +- locking/lockdep: Avoid creating new name string literals in + lockdep_set_subclass() (bsc#1218260). +- tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handler + (bsc#1218260). +- apparmor: test: Fix memory leak for aa_unpack_strdup() + (bsc#1218260). +- comedi: Flush partial mappings in error case (bsc#1218260). +- fsnotify: fix sending inotify event with unexpected filename + (bsc#1218260). +- PCI: Fix use-after-free of slot->bus on hot remove + (bsc#1218260). +- KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device + (bsc#1218260). +- KVM: arm64: vgic-its: Add a data length check in vgic_its_save_* + (bsc#1218260). +- KVM: arm64: Get rid of userspace_irqchip_in_use (bsc#1218260). +- KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE + (bsc#1218260). +- KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow + status (bsc#1218260). +- KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR + (bsc#1218260). +- powerpc/pseries: Fix KVM guest detection for disabling + hardlockup detector (bsc#1218260). +- KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was + a leaf SPTE (bsc#1218260). +- crypto: x86/aegis128 - access 32-bit arguments as 32-bit + (bsc#1218260). +- perf/x86/intel/pt: Fix buffer full but size is 0 case + (bsc#1218260). +- ASoC: codecs: Fix atomicity violation in + snd_soc_component_get_drvdata() (bsc#1218260). +- ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad + P14s Gen 5 21MES00B00 (bsc#1218260). +- jfs: xattr: check invalid xattr size more strictly + (bsc#1218260). +- ext4: fix FS_IOC_GETFSMAP handling (bsc#1218260). +- ext4: supress data-race warnings in + ext4_free_inodes_{count,set}() (bsc#1218260). +- soc: qcom: socinfo: fix revision check in qcom_socinfo_probe() + (bsc#1218260). +- ASoC: Intel: sst: Fix used of uninitialized ctx to log an error + (bsc#1218260). +- arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as + disabled (bsc#1218260). +- Revert "arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on + xhci1 as disabled" (bsc#1218260). +- ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy + and Mbox devices (bsc#1218260). +- btrfs: do not BUG_ON() when freeing tree block after error + (bsc#1218260). +- f2fs: fix null reference error when checking end of zone + (bsc#1218260). +- perf/x86/intel: Hide Topdown metrics events if the feature is + not enumerated (bsc#1218260). +- dm-bufio: fix warnings about duplicate slab caches + (bsc#1218260). +- drm/amd/display: Add NULL pointer check for kzalloc + (bsc#1218260). +- drm/amd/display: Check phantom_stream before it is used + (bsc#1218260). +- drm/amd/display: Add NULL check for function pointer in + dcn20_set_output_transfer_func (bsc#1218260). +- drm/amd/display: Check null pointer before try to access it + (bsc#1218260). +- drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hw + (bsc#1218260). +- drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs + in dcn30_init_hw (bsc#1218260). +- dm-cache: fix warnings about duplicate slab caches + (bsc#1218260). +- closures: Change BUG_ON() to WARN_ON() (bsc#1218260). +- usb: ehci-spear: fix call balance of sehci clk handling routines + (bsc#1218260). +- ALSA: usb-audio: Fix out of bounds reads when finding clock + sources (bsc#1218260). +- xen: Fix the issue of resource not being properly released in + xenbus_dev_probe() (bsc#1218260). +- xfs: add bounds checking to xlog_recover_process_data + (bsc#1218260). +- nvme: fix metadata handling in nvme-passthrough (bsc#1218260). +- scsi: lpfc: Validate hdwq pointers before dereferencing in + reset/errata paths (bsc#1218260). +- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after + devm_pm_runtime_enable() (bsc#1218260). +- f2fs: fix fiemap failure issue when page size is 16KB + (bsc#1218260). +- gfs2: Remove and replace gfs2_glock_queue_work (bsc#1218260). +- gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lru + (bsc#1218260). +- ASoC: amd: yc: Fix for enabling DMIC on acp6x via _DSD entry + (bsc#1218260). +- apparmor: fix 'Do simple duplicate message elimination' + (bsc#1218260). +- drm/amd/display: Fix null check for pipe_ctx->plane_state in + hwss_setup_dpp (bsc#1218260). +- drm/radeon: Fix spurious unplug event on radeon HDMI + (bsc#1218260). +- drm/radeon: change rdev->ddev to rdev_to_drm(rdev) + (bsc#1218260). +- drm/radeon: add helper rdev_to_drm(rdev) (bsc#1218260). +- ALSA: hda/realtek: Update ALC256 depop procedure (bsc#1218260). +- firmware_loader: Fix possible resource leak in + fw_log_firmware_info() (bsc#1218260). +- counter: ti-ecap-capture: Add check for clk_enable() + (bsc#1218260). +- counter: stm32-timer-cnt: Add check for clk_enable() + (bsc#1218260). +- misc: apds990x: Fix missing pm_runtime_disable() (bsc#1218260). +- USB: chaoskey: Fix possible deadlock chaoskey_list_lock + (bsc#1218260). +- USB: chaoskey: fail open after removal (bsc#1218260). +- usb: yurex: make waiting on yurex_write interruptible + (bsc#1218260). +- usb: using mutex lock and supporting O_NONBLOCK flag in + iowarrior_read() (bsc#1218260). +- iio: light: al3010: Fix an error handling path in al3010_probe() + (bsc#1218260). +- ipmr: fix tables suspicious RCU usage (bsc#1218260). +- ip6mr: fix tables suspicious RCU usage (bsc#1218260). +- tcp: Fix use-after-free of nreq in reqsk_timer_handler() + (bsc#1218260). +- rxrpc: Improve setsockopt() handling of malformed user input + (bsc#1218260). +- llc: Improve setsockopt() handling of malformed user input + (bsc#1218260). +- Bluetooth: MGMT: Fix possible deadlocks (bsc#1218260). +- Bluetooth: MGMT: Fix slab-use-after-free Read in + set_powered_sync (bsc#1218260). +- bnxt_en: Unregister PTP during PCI shutdown and suspend + (bsc#1218260). +- bnxt_en: Refactor bnxt_ptp_init() (bsc#1218260). +- bnxt_en: Reserve rings after PCIe AER recovery if NIC interface + is down (bsc#1218260). +- net: hsr: fix hsr_init_sk() vs network/transport headers + (bsc#1218260). +- spi: atmel-quadspi: Fix register name in verbose logging + function (bsc#1218260). +- octeontx2-af: Quiesce traffic before NIX block reset + (bsc#1218260). +- octeontx2-af: RPM: fix stale FCFEC counters (bsc#1218260). +- octeontx2-af: RPM: fix stale RSFEC counters (bsc#1218260). +- octeontx2-pf: Reset MAC stats during probe (bsc#1218260). +- octeontx2-af: RPM: Fix low network performance (bsc#1218260). +- octeontx2-af: RPM: Fix mismatch in lmac type (bsc#1218260). +- net: stmmac: dwmac-socfpga: Set RX watchdog interrupt as broken + (bsc#1218260). +- marvell: pxa168_eth: fix call balance of pep->clk handling + routines (bsc#1218260). +- net: mdio-ipq4019: add missing error check (bsc#1218260). +- net/ipv6: delete temporary address if mngtmpaddr is removed + or unmanaged (bsc#1218260). +- s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct() + (bsc#1218260). +- net: microchip: vcap: Add typegroup table terminators in kunit + tests (bsc#1218260). +- net: usb: lan78xx: Fix refcounting and autosuspend on invalid + WoL configuration (bsc#1218260). +- tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsets + (bsc#1218260). +- net: usb: lan78xx: Fix memory leak on device unplug by freeing + PHY device (bsc#1218260). +- net: usb: lan78xx: Fix double free issue with interrupt buffer + allocation (bsc#1218260). +- power: supply: rt9471: Use IC status regfield to report real + charger status (bsc#1218260). +- power: supply: rt9471: Fix wrong WDT function regfield + declaration (bsc#1218260). +- power: supply: bq27xxx: Fix registers of bq27426 (bsc#1218260). +- power: supply: core: Remove might_sleep() from + power_supply_put() (bsc#1218260). +- LoongArch: BPF: Sign-extend return values (bsc#1218260). +- LoongArch: Fix build failure with GCC 15 (-std=gnu23) + (bsc#1218260). +- fs_parser: update mount_api doc to match function signature + (bsc#1218260). +- vfio/pci: Properly hide first-in-list PCIe extended capability + (bsc#1218260). +- gpio: zevio: Add missed label initialisation (bsc#1218260). +- selftests/mount_setattr: Fix failures on 64K PAGE_SIZE kernels + (bsc#1218260). +- vdpa/mlx5: Fix suboptimal range on iotlb iteration + (bsc#1218260). +- hwmon: (tps23861) Fix reporting of negative temperatures + (bsc#1218260). +- NFSD: Fix nfsd4_shutdown_copy() (bsc#1218260). +- svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init() + (bsc#1218260). +- nfsd: release svc_expkey/svc_export with rcu_work (bsc#1218260). +- NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir() + (bsc#1218260). +- NFSD: Prevent NULL dereference in nfsd4_process_cb_update() + (bsc#1218260). +- PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks + 'mmio' (bsc#1218260). +- remoteproc: qcom_q6v5_mss: Re-order writes to the IMEM region + (bsc#1218260). +- rpmsg: glink: use only lower 16-bits of param2 for CMD_OPEN + name length (bsc#1218260). +- remoteproc: qcom: pas: add minidump_id to SM8350 resources + (bsc#1218260). +- perf trace: Avoid garbage when not printing a syscall's + arguments (bsc#1218260). +- perf trace: Do not lose last events in a race (bsc#1218260). +- perf trace: Fix tracing itself, creating feedback loops + (bsc#1218260). +- perf list: Fix topic and pmu_name argument order (bsc#1218260). +- svcrdma: Address an integer overflow (bsc#1218260). +- m68k: coldfire/device.c: only build FEC when HW macros are + defined (bsc#1218260). +- m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x + (bsc#1218260). +- perf trace: avoid garbage when not printing a trace event's + arguments (bsc#1218260). +- f2fs: fix to avoid forcing direct write to use buffered IO on + inline_data inode (bsc#1218260). +- f2fs: fix race in concurrent f2fs_stop_gc_thread (bsc#1218260). +- PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS + milliseconds (bsc#1218260). +- PCI: j721e: Add suspend and resume support (bsc#1218260). +- PCI: j721e: Use T_PERST_CLK_US macro (bsc#1218260). +- PCI: j721e: Add reset GPIO to struct j721e_pcie (bsc#1218260). +- PCI: cadence: Set cdns_pcie_host_init() global (bsc#1218260). +- PCI: cadence: Extract link setup sequence from + cdns_pcie_host_setup() (bsc#1218260). +- PCI: j721e: Add PCIe 4x lane selection support (bsc#1218260). +- PCI: j721e: Add per platform maximum lane settings + (bsc#1218260). +- PCI: Add T_PVPERL macro (bsc#1218260). +- f2fs: fix to avoid use GC_AT when setting gc_mode as + GC_URGENT_LOW or GC_URGENT_MID (bsc#1218260). +- f2fs: fix to avoid potential deadlock in + f2fs_record_stop_reason() (bsc#1218260). +- f2fs: check curseg->inited before write_sum_page in + change_curseg (bsc#1218260). +- f2fs: fix the wrong f2fs_bug_on condition in + f2fs_do_replace_block (bsc#1218260). +- perf ftrace latency: Fix unit on histogram first entry when + using --use-nsec (bsc#1218260). +- PCI: cpqphp: Fix PCIBIOS_* return value confusion (bsc#1218260). +- PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config reads + (bsc#1218260). +- rust: macros: fix documentation of the paste! macro + (bsc#1218260). +- perf probe: Correct demangled symbols in C++ program + (bsc#1218260). +- perf probe: Fix libdw memory leak (bsc#1218260). +- f2fs: fix to account dirty data in __get_secs_required() + (bsc#1218260). +- f2fs: compress: fix inconsistent update of i_blocks + in release_compress_blocks and reserve_compress_blocks + (bsc#1218260). +- perf test attr: Add back missing topdown events (bsc#1218260). +- perf trace: Keep exited threads for summary (bsc#1218260). +- perf stat: Fix affinity memory leaks on error path + (bsc#1218260). +- perf stat: Close cork_fd when create_perf_stat_counter() failed + (bsc#1218260). +- PCI: Fix reset_method_store() memory leak (bsc#1218260). +- gfs2: Fix unlinked inode cleanup (bsc#1218260). +- gfs2: Allow immediate GLF_VERIFY_DELETE work (bsc#1218260). +- gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETE + (bsc#1218260). +- gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_async + (bsc#1218260). +- gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw + (bsc#1218260). +- perf cs-etm: Don't flush when packet_queue fills up + (bsc#1218260). +- mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb() + (bsc#1218260). +- smb: cached directories can be more than root file handle + (bsc#1218260). +- pinctrl: k210: Undef K210_PC_DEFAULT (bsc#1218260). +- arm64: dts: qcom: sc8180x: Add a SoC-specific compatible to + cpufreq-hw (bsc#1218260). +- clk: clk-axi-clkgen: make sure to enable the AXI bus clock + (bsc#1218260). +- dt-bindings: clock: axi-clkgen: include AXI clk (bsc#1218260). +- clk: ralink: mtmips: fix clocks probe order in oldest ralink + SoCs (bsc#1218260). +- clk: ralink: mtmips: fix clock plan for Ralink SoC RT3883 + (bsc#1218260). +- clk: clk-apple-nco: Add NULL check in applnco_probe + (bsc#1218260). +- RDMA/mlx5: Move events notifier registration to be after device + registration (bsc#1218260). +- IB/mlx5: Allocate resources just before first QP/SRQ is created + (bsc#1218260). +- fbdev: sh7760fb: Fix a possible memory leak in + sh7760fb_alloc_mem() (bsc#1218260). +- powerpc/kexec: Fix return of uninitialized variable + (bsc#1218260). +- powerpc/sstep: make emulate_vsx_load and emulate_vsx_store + static (bsc#1218260). +- KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on + pending doorbells (bsc#1218260). +- KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guests + (bsc#1218260). +- dax: delete a stale directory pmem (bsc#1218260). +- ocfs2: fix uninitialized value in ocfs2_file_read_iter() + (bsc#1218260). +- cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power() + (bsc#1218260). +- cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost() + (bsc#1218260). +- RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg() + (bsc#1218260). +- RDMA/hns: Fix out-of-order issue of requester when setting FENCE + (bsc#1218260). +- x86/tdx: Dynamically disable SEPT violations from causing #VEs + (bsc#1218260). +- x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup() (bsc#1218260). +- x86/tdx: Introduce wrappers to read and write TD metadata + (bsc#1218260). +- x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a + structure (bsc#1218260). +- x86/tdx: Rename __tdx_module_call() to __tdcall() (bsc#1218260). +- x86/tdx: Make macros of TDCALLs consistent with the spec + (bsc#1218260). +- x86/tdx: Skip saving output regs when SEAMCALL fails with + VMFailInvalid (bsc#1218260). +- scsi: sg: Enable runtime power management (bsc#1218260). +- scsi: qedi: Fix a possible memory leak in + qedi_alloc_and_init_sb() (bsc#1218260). +- scsi: qedf: Fix a possible memory leak in + qedf_alloc_and_init_sb() (bsc#1218260). +- scsi: fusion: Remove unused variable 'rc' (bsc#1218260). +- scsi: bfa: Fix use-after-free in bfad_im_module_exit() + (bsc#1218260). +- fs/proc/kcore.c: fix coccinelle reported ERROR instances + (bsc#1218260). +- mfd: rt5033: Fix missing regmap_del_irq_chip() (bsc#1218260). +- checkpatch: always parse orig_commit in fixes tag (bsc#1218260). +- checkpatch: check for missing Fixes tags (bsc#1218260). +- iommu/vt-d: Fix checks and print in pgtable_walk() + (bsc#1218260). +- iommu/vt-d: Fix checks and print in dmar_fault_dump_ptes() + (bsc#1218260). +- clk: imx: imx8-acm: Fix return value check in + clk_imx_acm_attach_pm_domains() (bsc#1218260). +- clk: imx: clk-scu: fix clk enable state save and restore + (bsc#1218260). +- clk: imx: fracn-gppll: fix pll power up (bsc#1218260). +- clk: imx: fracn-gppll: correct PLL initialization flow + (bsc#1218260). +- clk: imx: lpcg-scu: SW workaround for errata (e10858) + (bsc#1218260). +- RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulation + (bsc#1218260). +- RDMA/rxe: Set queue pair cur_qp_state when being queried + (bsc#1218260). +- clk: renesas: rzg2l: Fix FOUTPOSTDIV clk (bsc#1218260). +- clk: sunxi-ng: d1: Fix PLL_AUDIO0 preset (bsc#1218260). +- RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey + (bsc#1218260). +- RDMA/rxe: Fix the qp flush warnings in req (bsc#1218260). +- RDMA/hns: Fix cpu stuck caused by printings during reset + (bsc#1218260). +- RDMA/hns: Use dev_* printings in hem code instead of ibdev_* + (bsc#1218260). +- RDMA/hns: Fix an AEQE overflow error caused by untimely update + of eq_db_ci (bsc#1218260). +- cpufreq: CPPC: Fix possible null-ptr-deref for + cppc_get_cpu_cost() (bsc#1218260). +- cpufreq: CPPC: Fix possible null-ptr-deref for + cpufreq_cpu_get_raw() (bsc#1218260). +- powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore + (bsc#1218260). +- mtd: spi-nor: spansion: Use nor->addr_nbytes in octal DTR mode + in RD_ANY_REG_OP (bsc#1218260). +- powerpc/mm/fault: Fix kfence page fault reporting (bsc#1218260). +- mtd: rawnand: atmel: Fix possible memory leak (bsc#1218260). +- mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLE + (bsc#1218260). +- mtd: hyperbus: rpc-if: Convert to platform remove callback + returning void (bsc#1218260). +- powerpc/fadump: Move fadump_cma_init to setup_arch() after + initmem_init() (bsc#1218260). +- powerpc/fadump: Refactor and prepare fadump_cma_init for late + init (bsc#1218260). +- cpufreq: loongson2: Unregister platform_driver on failure + (bsc#1218260). +- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices + (bsc#1218260). +- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device + (bsc#1218260). +- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device + (bsc#1218260). +- mfd: da9052-spi: Change read-mask to write-mask (bsc#1218260). +- mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to + fix race (bsc#1218260). +- powerpc/vdso: Flag VDSO64 entry points as functions + (bsc#1218260). +- scsi: hisi_sas: Enable all PHYs that are not disabled by user + during controller reset (bsc#1218260). +- pinctrl: zynqmp: drop excess struct member description + (bsc#1218260). +- trace/trace_event_perf: remove duplicate samples on the first + tracepoint event (bsc#1218260). +- clk: mediatek: drop two dead config options (bsc#1218260). +- cppc_cpufreq: Use desired perf if feedback ctrs are 0 or + unchanged (bsc#1218260). +- unicode: Fix utf8_load() error path (bsc#1218260). +- bpf: fix recursive lock when verdict program return SK_PASS + (bsc#1218260). +- wireguard: selftests: load nf_conntrack if not present + (bsc#1218260). +- netpoll: Use rcu_access_pointer() in netpoll_poll_lock + (bsc#1218260). +- erofs: handle NONHEAD !delta[1] lclusters gracefully + (bsc#1218260). +- Bluetooth: fix use-after-free in device_for_each_child() + (bsc#1218260). +- ALSA: 6fire: Release resources at card release (bsc#1218260). +- ALSA: caiaq: Use snd_card_free_when_closed() at disconnection + (bsc#1218260). +- ALSA: us122l: Use snd_card_free_when_closed() at disconnection + (bsc#1218260). +- ALSA: usx2y: Use snd_card_free_when_closed() at disconnection + (bsc#1218260). +- net: rfkill: gpio: Add check for clk_enable() (bsc#1218260). +- bpf: Force uprobe bpf program to always return 0 (bsc#1218260). +- drm/amdkfd: Fix wrong usage of INIT_WORK() (bsc#1218260). +- selftests: net: really check for bg process completion + (bsc#1218260). +- ipv6: release nexthop on device removal (bsc#1218260). +- net: use unrcu_pointer() helper (bsc#1218260). +- sock_diag: allow concurrent operation in sock_diag_rcv_msg() + (bsc#1218260). +- sock_diag: allow concurrent operations (bsc#1218260). +- sock_diag: add module pointer to "struct sock_diag_handler" + (bsc#1218260). +- bpf, sockmap: Fix sk_msg_reset_curr (bsc#1218260). +- bpf, sockmap: Several fixes to bpf_msg_pop_data (bsc#1218260). +- bpf, sockmap: Several fixes to bpf_msg_push_data (bsc#1218260). +- selftests/bpf: Add push/pop checking for msg_verify_data in + test_sockmap (bsc#1218260). +- selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmap + (bsc#1218260). +- selftests/bpf: Fix SENDPAGE data logic in test_sockmap + (bsc#1218260). +- selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap + (bsc#1218260). +- netlink: typographical error in nlmsg_type constants definition + (bsc#1218260). +- netfilter: nf_tables: must hold rcu read lock while iterating + object type list (bsc#1218260). +- netfilter: nf_tables: skip transaction if update object is + not implemented (bsc#1218260). +- netfilter: nf_tables: must hold rcu read lock while iterating + expression type list (bsc#1218260). +- netfilter: nf_tables: avoid false-positive lockdep splat on + rule deletion (bsc#1218260). +- netfilter: nf_tables: Introduce nf_tables_getrule_single() + (bsc#1218260). +- netfilter: nf_tables: Open-code audit log call in + nf_tables_getrule() (bsc#1218260). +- drm: use ATOMIC64_INIT() for atomic64_t (bsc#1218260). +- drm/vkms: Drop unnecessary call to drm_crtc_cleanup() + (bsc#1218260). +- bpf, bpftool: Fix incorrect disasm pc (bsc#1218260). +- drm/msm/dpu: cast crtc_clk calculation to u64 in + _dpu_core_perf_calc_clk() (bsc#1218260). +- wifi: wfx: Fix error handling in wfx_core_init() (bsc#1218260). +- drm: zynqmp_kms: Unplug DRM device before removal (bsc#1218260). +- drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new() + (bsc#1218260). +- drm/etnaviv: hold GPU lock across perfmon sampling + (bsc#1218260). +- drm/etnaviv: Request pages from DMA32 zone on addressing_limited + (bsc#1218260). +- drm/msm/gpu: Check the status of registration to PM QoS + (bsc#1218260). +- drm/msm/adreno: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- bpf, arm64: Remove garbage frame for struct_ops trampoline + (bsc#1218260). +- drm/panfrost: Remove unused id_mask from struct panfrost_model + (bsc#1218260). +- selftests/bpf: fix test_spin_lock_fail.c's global vars usage + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_flows.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c + (bsc#1218260). +- drm/msm/dpu: drop LM_3 / LM_4 on MSM8998 (bsc#1218260). +- drm/msm/dpu: drop LM_3 / LM_4 on SDM845 (bsc#1218260). +- drm/msm/dpu: on SDM845 move DSPP_3 to LM_5 block (bsc#1218260). +- drm: fsl-dcu: enable PIXCLK on LS1021A (bsc#1218260). +- wifi: mwifiex: Fix memcpy() field-spanning write warning in + mwifiex_config_scan() (bsc#1218260). +- selftests/bpf: Fix txmsg_redir of test_txmsg_pull in + test_sockmap (bsc#1218260). +- selftests/bpf: Fix msg_verify_data in test_sockmap + (bsc#1218260). +- drm/bridge: tc358767: Fix link properties discovery + (bsc#1218260). +- netdevsim: copy addresses for both in and out paths + (bsc#1218260). +- libbpf: never interpret subprogs in .text as entry programs + (bsc#1218260). +- ASoC: rt722-sdca: Remove logically deadcode in rt722-sdca.c + (bsc#1218260). +- libbpf: fix sym_is_subprog() logic for weak global subprogs + (bsc#1218260). +- drm/vc4: Match drm_dev_enter and exit calls in + vc4_hvs_atomic_flush (bsc#1218260). +- ice: consistently use q_idx in ice_vc_cfg_qs_msg() + (bsc#1218260). +- ice: Support FCS/CRC strip disable for VF (bsc#1218260). +- virtchnl: Add CRC stripping capability (bsc#1218260). +- wifi: ath11k: Fix CE offset address calculation for WCN6750 + in SSR (bsc#1218260). +- bpf: Fix the xdp_adjust_tail sample prog issue (bsc#1218260). +- libbpf: Fix output .symtab byte-order during linking + (bsc#1218260). +- libbpf: Fix expected_attach_type set handling in program load + callback (bsc#1218260). +- drm/bridge: it6505: Drop EDID cache on bridge power off + (bsc#1218260). +- drm/bridge: anx7625: Drop EDID cache on bridge power off + (bsc#1218260). +- ASoC: dt-bindings: mt6359: Update generic node name and + dmic-mode (bsc#1218260). +- ASoC: fsl_micfil: fix regmap_write_bits usage (bsc#1218260). +- dt-bindings: vendor-prefixes: Add NeoFidelity, Inc + (bsc#1218260). +- wifi: ath12k: Skip Rx TID cleanup for self peer (bsc#1218260). +- wifi: ath10k: fix invalid VHT parameters in + supported_vht_mcs_rate_nss2 (bsc#1218260). +- wifi: ath10k: fix invalid VHT parameters in + supported_vht_mcs_rate_nss1 (bsc#1218260). +- drm/v3d: Address race-condition in MMU flush (bsc#1218260). +- drm/imx/ipuv3: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- drm/imx/dcss: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- drm/omap: Fix locking in omap_gem_new_dmabuf() (bsc#1218260). +- drm/omap: Fix possible NULL dereference (bsc#1218260). +- wifi: ath9k: add range check for conn_rsp_epid in + htc_connect_service() (bsc#1218260). +- drm/vc4: hvs: Correct logic on stopping an HVS channel + (bsc#1218260). +- drm/vc4: hvs: Remove incorrect limit from hvs_dlist debugfs + function (bsc#1218260). +- drm/vc4: hvs: Fix dlist debug not resetting the next entry + pointer (bsc#1218260). +- drm/vc4: hdmi: Avoid hang with debug registers when suspended + (bsc#1218260). +- drm/vc4: hvs: Don't write gamma luts on 2711 (bsc#1218260). +- drm/mm: Mark drm_mm_interval_tree*() functions with + __maybe_unused (bsc#1218260). +- platform/x86: panasonic-laptop: Return errno correctly in show + callback (bsc#1218260). +- HID: hyperv: streamline driver probe to avoid devres issues + (bsc#1218260). +- arm64: dts: rockchip: correct analog audio name on Indiedroid + Nova (bsc#1218260). +- media: atomisp: Add check for rgby_data memory allocation + failure (bsc#1218260). +- firmware: arm_scpi: Check the DVFS OPP count returned by the + firmware (bsc#1218260). +- selftests/resctrl: Protect against array overrun during iMC + config parsing (bsc#1218260). +- selftests/resctrl: Fix memory overflow due to unhandled + wraparound (bsc#1218260). +- selftests/resctrl: Refactor fill_buf functions (bsc#1218260). +- selftests/resctrl: Split fill_buf to allow tests finer-grained + control (bsc#1218260). +- arm64: dts: mediatek: mt8183-kukui-jacuzzi: Add supplies for + fixed regulators (bsc#1218260). +- arm64: dts: mediatek: mt8183-kukui-jacuzzi: Fix DP bridge + supply names (bsc#1218260). +- arm64: dts: mediatek: mt6358: fix dtbs_check error + (bsc#1218260). +- arm64: dts: mediatek: Add ADC node on MT6357, MT6358, MT6359 + PMICs (bsc#1218260). +- arm64: dts: renesas: hihope: Drop #sound-dai-cells + (bsc#1218260). +- regmap: irq: Set lockdep class for hierarchical IRQ domains + (bsc#1218260). +- =?UTF-8?q?spi:=20zynqmp-gqspi:=20Undo=20runtime=20PM=20ch?= + =?UTF-8?q?anges=20at=20driver=20exit=20time=E2=80=8B?= + (bsc#1218260). +- spi: tegra210-quad: Avoid shift-out-of-bounds (bsc#1218260). +- pmdomain: ti-sci: Add missing of_node_put() for args.np + (bsc#1218260). +- of/fdt: add dt_phys arg to early_init_dt_scan and + early_init_dt_verify (bsc#1218260). +- x86/of: Unconditionally call unflatten_and_copy_device_tree() + (bsc#1218260). +- um: Unconditionally call unflatten_device_tree() (bsc#1218260). +- arm64: dts: ti: k3-j721s2: Fix clock IDs for MCSPI instances + (bsc#1218260). +- arm64: dts: ti: k3-j721e: Fix clock IDs for MCSPI instances + (bsc#1218260). +- arm64: dts: ti: k3-j7200: Fix clock ids for MCSPI instances + (bsc#1218260). +- arm64: dts: ti: k3-j7200: Fix register map for main domain pmx + (bsc#1218260). +- arm64: dts: ti: k3-j7200: use ti,j7200-padconf compatible + (bsc#1218260). +- ARM: dts: cubieboard4: Fix DCDC5 regulator constraints + (bsc#1218260). +- pwm: imx27: Workaround of the pwm output bug when decrease + the duty cycle (bsc#1218260). +- arm64: dts: mt8183: Damu: add i2c2's i2c-scl-internal-delay-ns + (bsc#1218260). +- arm64: dts: mt8183: cozmo: add i2c2's i2c-scl-internal-delay-ns + (bsc#1218260). +- arm64: dts: mt8183: burnet: add i2c2's i2c-scl-internal-delay-ns + (bsc#1218260). +- arm64: dts: mt8183: fennel: add i2c2's i2c-scl-internal-delay-ns + (bsc#1218260). +- regulator: rk808: Restrict DVS GPIOs to the RK808 variant only + (bsc#1218260). +- cgroup/bpf: only cgroup v2 can be attached by bpf programs + (bsc#1218260). +- Revert "cgroup: Fix memory leak caused by missing + cgroup_bpf_offline" (bsc#1218260). +- arm64: dts: mediatek: mt8173-elm-hana: Add vdd-supply to second + source trackpad (bsc#1218260). +- arm64: dts: mt8183: kukui: Fix the address of eeprom at i2c4 + (bsc#1218260). +- arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4 + (bsc#1218260). +- media: i2c: ds90ub960: Fix missing return check on + ub960_rxport_read call (bsc#1218260). +- tpm: fix signed/unsigned bug when checking event logs + (bsc#1218260). +- efi/libstub: fix efi_parse_options() ignoring the default + command line (bsc#1218260). +- openrisc: Implement fixmap to fix earlycon (bsc#1218260). +- mmc: mmc_spi: drop buggy snprintf() (bsc#1218260). +- ARM: dts: microchip: sam9x60: Add missing property + atmel,usart-mode (bsc#1218260). +- arm64: dts: qcom: sm6350: Fix GPU frequencies missing on some + speedbins (bsc#1218260). +- soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get() + (bsc#1218260). +- soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node + (bsc#1218260). +- arm64: dts: mt8195: Fix dtbs_check error for mutex node + (bsc#1218260). +- microblaze: Export xmb_manager functions (bsc#1218260). +- drivers: soc: xilinx: add the missing kfree in + xlnx_add_cb_for_suspend() (bsc#1218260). +- spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- clocksource/drivers/timer-ti-dm: Fix child node refcount + handling (bsc#1218260). +- clocksource/drivers:sp804: Make user selectable (bsc#1218260). +- kcsan, seqlock: Fix incorrect assumption in read_seqbegin() + (bsc#1218260). +- kcsan, seqlock: Support seqcount_latch_t (bsc#1218260). +- time: Fix references to _msecs_to_jiffies() handling of values + (bsc#1218260). +- time: Partially revert cleanup on msecs_to_jiffies() + documentation (bsc#1218260). +- x86/unwind/orc: Fix unwind for newly forked tasks (bsc#1218260). +- thermal/lib: Fix memory leak on error in thermal_genl_auto() + (bsc#1218260). +- tools/lib/thermal: Make more generic the command encoding + function (bsc#1218260). +- rcuscale: Do a proper cleanup if kfree_scale_init() fails + (bsc#1218260). +- crypto: cavium - Fix an error handling path in + cpt_ucode_load_fw() (bsc#1218260). +- crypto: bcm - add error check in the ahash_hmac_init function + (bsc#1218260). +- crypto: caam - add error check to caam_rsa_set_priv_key_form + (bsc#1218260). +- ACPI: CPPC: Fix _CPC register setting issue (bsc#1218260). +- hwmon: (nct6775-core) Fix overflows seen when writing limit + attributes (bsc#1218260). +- hwmon: (pmbus/core) clear faults after setting smbalert mask + (bsc#1218260). +- hwmon: (pmbus_core) Allow to hook PMBUS_SMBALERT_MASK + (bsc#1218260). +- rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu + (bsc#1218260). +- doc: rcu: update printed dynticks counter bits (bsc#1218260). +- crypto: inside-secure - Fix the return value of + safexcel_xcbcmac_cra_init() (bsc#1218260). +- EDAC/igen6: Avoid segmentation fault on module unload + (bsc#1218260). +- crypto: hisilicon/qm - disable same error report before + resetting (bsc#1218260). +- amd-pstate: Set min_perf to nominal_perf for active mode + performance gov (bsc#1218260). +- crypto: cavium - Fix the if condition to exit loop after timeout + (bsc#1218260). +- crypto: pcrypt - Call crypto layer directly when + padata_do_parallel() return -EBUSY (bsc#1218260). +- EDAC/{skx_common,i10nm}: Fix incorrect far-memory error source + indicator (bsc#1218260). +- EDAC/skx_common: Differentiate memory error sources + (bsc#1218260). +- EDAC/fsl_ddr: Fix bad bit shift operations (bsc#1218260). +- thermal: core: Initialize thermal zones before registering them + (bsc#1218260). +- crypto: qat - remove faulty arbiter config reset (bsc#1218260). +- EDAC/bluefield: Fix potential integer overflow (bsc#1218260). +- firmware: google: Unregister driver_info on failure + (bsc#1218260). +- crypto: qat/qat_4xxx - fix off by one in uof_get_name() + (bsc#1218260). +- crypto: qat - remove check after debugfs_create_dir() + (bsc#1218260). +- crypto: caam - Fix the pointer passed to caam_qi_shutdown() + (bsc#1218260). +- virtio_blk: reverse request order in virtio_queue_rqs + (bsc#1218260). +- nvme-pci: reverse request order in nvme_queue_rqs (bsc#1218260). +- ext4: fix race in buffer_head read fault injection + (bsc#1218260). +- ext4: remove array of buffer_heads from mext_page_mkuptodate() + (bsc#1218260). +- ext4: pipeline buffer reads in mext_page_mkuptodate() + (bsc#1218260). +- ext4: remove calls to to set/clear the folio error flag + (bsc#1218260). +- hfsplus: don't query the device logical block size multiple + times (bsc#1218260). +- s390/syscalls: Avoid creation of arch/arch/ directory + (bsc#1218260). +- block: fix bio_split_rw_at to take zone_write_granularity into + account (bsc#1218260). +- netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING + (bsc#1218260). +- cachefiles: Fix missing pos updates in + cachefiles_ondemand_fd_write_iter() (bsc#1218260). +- acpi/arm64: Adjust error handling procedure in + gtdt_parse_timer_block() (bsc#1218260). +- arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANG + (bsc#1218260). +- m68k: mvme147: Reinstate early console (bsc#1218260). +- m68k: mvme16x: Add and use "mvme16x.h" (bsc#1218260). +- m68k: mvme147: Fix SCSI controller IRQ numbers (bsc#1218260). +- nvme-pci: fix freeing of the HMB descriptor table (bsc#1218260). +- initramfs: avoid filename buffer overrun (bsc#1218260). +- mips: asm: fix warning when disabling MIPS_FP_SUPPORT + (bsc#1218260). +- ext4: avoid remount errors with 'abort' mount option + (bsc#1218260). +- brd: defer automatic disk creation until module initialization + succeeds (bsc#1218260). +- x86/pvh: Call C code via the kernel virtual mapping + (bsc#1218260). +- x86/pvh: Set phys_base when calling xen_prepare_pvh() + (bsc#1218260). +- s390/pageattr: Implement missing kernel_page_present() + (bsc#1218260). +- s390/cio: Do not unregister the subchannel based on DNV + (bsc#1218260). +- kselftest/arm64: mte: fix printf type warnings about longs + (bsc#1218260). +- kselftest/arm64: mte: fix printf type warnings about __u64 + (bsc#1218260). +- arm64: probes: Disable kprobes/uprobes on MOPS instructions + (bsc#1218260). +- bpf: support non-r10 register spill/fill to/from stack in + precision tracking (bsc#1218260). +- mptcp: fix possible integer overflow in mptcp_reset_tout_timer + (bsc#1218260). +- drm/amd/display: Add null check for pipe_ctx->plane_state in + dcn20_program_pipe (bsc#1218260). +- platform/x86: x86-android-tablets: Unregister devices in + reverse order (bsc#1218260). +- nvme: apple: fix device reference counting (bsc#1218260). +- fs/proc: do_task_stat: use sig->stats_lock to gather the + threads/children stats (bsc#1218260). +- drm/amd/display: Don't refer to dc_sink in + is_dsc_need_re_compute (bsc#1218260). +- drm/amd/display: Check null-initialized variables (bsc#1218260). +- fs/inode: Prevent dump_mapping() accessing invalid + dentry.d_name.name (bsc#1218260). +- drm/amd/display: Initialize denominators' default to 1 + (bsc#1218260). +- drm/amd/display: Add NULL check for function pointer in + dcn32_set_output_transfer_func (bsc#1218260). +- x86/stackprotector: Work around strict Clang TLS symbol + requirements (bsc#1218260). +- serial: sc16is7xx: fix invalid FIFO access with special register + set (bsc#1218260). +- s390/pkey: Wipe copies of clear-key structures on failure + (bsc#1218260). +- i2c: lpi2c: Avoid calling clk_get_rate during transfer + (bsc#1218260). +- ipmr: Fix access to mfc_cache_list without lock held + (bsc#1218260). +- ARM: 9420/1: smp: Fix SMP for xip kernels (bsc#1218260). +- ALSA: usb-audio: Fix Yamaha P-125 Quirk Entry (bsc#1218260). +- LoongArch: Define a default value for VM_DATA_DEFAULT_FLAGS + (bsc#1218260). +- ASoC: audio-graph-card2: Purge absent supplies for device tree + nodes (bsc#1218260). +- proc/softirqs: replace seq_printf with seq_put_decimal_ull_width + (bsc#1218260). +- drm: panel-orientation-quirks: Make Lenovo Yoga Tab 3 X90F + DMI match less strict (bsc#1218260). +- ASoC: stm: Prevent potential division by zero in + stm32_sai_get_clk_div() (bsc#1218260). +- ASoC: stm: Prevent potential division by zero in + stm32_sai_mclk_round_rate() (bsc#1218260). +- ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad + E14 Gen 6 (bsc#1218260). +- platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW + showing incorrect fan speed (bsc#1218260). +- can: j1939: fix error in J1939 documentation (bsc#1218260). +- tools/lib/thermal: Remove the thermal.h soft link when doing + make clean (bsc#1218260). +- ASoC: tas2781: Add new driver version for tas2563 & tas2781 + qfn chip (bsc#1218260). +- platform/x86: dell-wmi-base: Handle META key Lock/Unlock events + (bsc#1218260). +- platform/x86: dell-smbios-base: Extends support to Alienware + products (bsc#1218260). +- regulator: rk808: Add apply_bit for BUCK3 on RK809 + (bsc#1218260). +- firmware: arm_scmi: Reject clear channel request on A2P + (bsc#1218260). +- soc: qcom: Add check devm_kasprintf() returned value + (bsc#1218260). +- net: usb: qmi_wwan: add Quectel RG650V (bsc#1218260). +- bpf: fix filed access without lock (bsc#1218260). +- x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB + (bsc#1218260). +- ALSA: hda/realtek: Add subwoofer quirk for Infinix ZERO BOOK 13 + (bsc#1218260). +- selftests/watchdog-test: Fix system accidentally reset after + watchdog-test (bsc#1218260). +- usb: typec: use cleanup facility for 'altmodes_node' + (bsc#1218260). +- usb: add support for new USB device ID 0x17EF:0x3098 for the + r8152 driver (bsc#1218260). +- mac80211: fix user-power when emulating chanctx (bsc#1218260). +- wifi: iwlwifi: mvm: Use the sync timepoint API in suspend + (bsc#1218260). +- ASoC: Intel: sst: Support LPE0F28 ACPI HID (bsc#1218260). +- ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla + 10 tablet (bsc#1218260). +- ASoC: Intel: bytcr_rt5640: Add support for non ACPI instantiated + codec (bsc#1218260). +- ASoC: codecs: rt5640: Always disable IRQs from + rt5640_cancel_work() (bsc#1218260). +- wifi: radiotap: Avoid -Wflex-array-member-not-at-end warnings + (bsc#1218260). +- commit 96fa083 + ------------------------------------------------------------------- Fri Nov 22 19:35:08 CET 2024 - rfrohl@suse.com diff --git a/kernel-longterm.spec b/kernel-longterm.spec index 0bdb212..f782f30 100644 --- a/kernel-longterm.spec +++ b/kernel-longterm.spec @@ -18,8 +18,8 @@ %define srcversion 6.6 -%define patchversion 6.6.63 -%define git_commit bd5007503ad0cafa35fce68e964e185cedc40984 +%define patchversion 6.6.64 +%define git_commit 11cb128c56500fbab810768a01e8fcd34a69d853 %define variant -longterm%{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -113,9 +113,9 @@ Name: kernel-longterm Summary: The Linux Kernel License: GPL-2.0-only Group: System/Kernel -Version: 6.6.63 +Version: 6.6.64 %if 0%{?is_kotd} -Release: .gbd50075 +Release: .g11cb128 %else Release: 0 %endif diff --git a/kernel-source-longterm.changes b/kernel-source-longterm.changes index 40ff7ed..b752afb 100644 --- a/kernel-source-longterm.changes +++ b/kernel-source-longterm.changes @@ -1,3 +1,1230 @@ +------------------------------------------------------------------- +Mon Dec 9 20:12:46 CET 2024 - rfrohl@suse.com + +- blacklist.conf: 4c006734898a and 6a057072ddd1 + 6a057072ddd1 drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe + 4c006734898a x86/xen: fix memblock_reserve() usage on PVH +- commit 11cb128 + +------------------------------------------------------------------- +Mon Dec 9 20:12:28 CET 2024 - rfrohl@suse.com + +- ALSA: usb-audio: Fix a DMA to stack memory bug (bsc#1218260). +- commit 9c51fb5 + +------------------------------------------------------------------- +Mon Dec 9 20:10:13 CET 2024 - rfrohl@suse.com + +- drm/vc4: Match drm_dev_enter and exit calls in vc4_hvs_lut_load + (bsc#1218260). +- bpf: handle fake register spill to stack with BPF_ST_MEM + instruction (bsc#1218260). +- commit d9102c5 + +------------------------------------------------------------------- +Mon Dec 9 15:11:07 CET 2024 - rfrohl@suse.com + +- Update config files for 6.6.64. +- commit cdfdf69 + +------------------------------------------------------------------- +Mon Dec 9 15:10:51 CET 2024 - rfrohl@suse.com + +- um: ubd: Do not use drvdata in release (bsc#1012628). +- commit 88b594d + +------------------------------------------------------------------- +Mon Dec 9 12:11:30 CET 2024 - rfrohl@suse.com + +- Linux 6.6.64 (bsc#1218260). +- posix-timers: Target group sigqueue to current task only if + not exiting (bsc#1218260). +- drm/amd/pm: update current_socclk and current_uclk in + gpu_metrics on smu v13.0.7 (bsc#1218260). +- drm/amdgpu: fix usage slab after free (bsc#1218260). +- drm/amdkfd: Use the correct wptr size (bsc#1218260). +- drm: xlnx: zynqmp_dpsub: fix hotplug detection (bsc#1218260). +- drm/etnaviv: flush shader L1 cache after user commandstream + (bsc#1218260). +- drm/mediatek: Fix child node refcount handling in early exit + (bsc#1218260). +- drm/sti: avoid potential dereference of error pointers + (bsc#1218260). +- drm/sti: avoid potential dereference of error pointers in + sti_gdp_atomic_check (bsc#1218260). +- drm/sti: avoid potential dereference of error pointers in + sti_hqvdp_atomic_check (bsc#1218260). +- udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmap + (bsc#1218260). +- tpm: Lock TPM chip in tpm_pm_suspend() first (bsc#1218260). +- btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() + in walk_down_proc() (bsc#1218260). +- powerpc: Adjust adding stack protector flags to KBUILD_CLAGS + for clang (bsc#1218260). +- powerpc: Fix stack protector Kconfig test for clang + (bsc#1218260). +- iio: gts: fix infinite loop for gain_to_scaletables() + (bsc#1218260). +- iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xfer + (bsc#1218260). +- iio: Fix fwnode_handle in __fwnode_iio_channel_get_by_name() + (bsc#1218260). +- iio: accel: kx022a: Fix raw read format (bsc#1218260). +- nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur + (bsc#1218260). +- nfsd: make sure exp active before svc_export_show (bsc#1218260). +- PCI: rockchip-ep: Fix address translation unit programming + (bsc#1218260). +- PCI: of_property: Assign PCI instead of CPU bus address to + dynamic PCI nodes (bsc#1218260). +- dm thin: Add missing destroy_work_on_stack() (bsc#1218260). +- dm: Fix typo in error message (bsc#1218260). +- ovl: properly handle large files in ovl_security_fileattr + (bsc#1218260). +- leds: flash: mt6360: Fix device_for_each_child_node() + refcounting in error paths (bsc#1218260). +- thermal: int3400: Fix reading of current_uuid for active policy + (bsc#1218260). +- fs/proc/kcore.c: Clear ret value in read_kcore_iter after + successful iov_iter_zero (bsc#1218260). +- PCI: endpoint: Clear secondary (not primary) EPC in + pci_epc_remove_epf() (bsc#1218260). +- PCI: keystone: Add link up check to ks_pcie_other_map_bus() + (bsc#1218260). +- PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" + compatible (bsc#1218260). +- i3c: master: Fix miss free init_dyn_addr at + i3c_master_put_i3c_addrs() (bsc#1218260). +- i3c: master: svc: Fix pm_runtime_set_suspended() with runtime + pm enabled (bsc#1218260). +- scsi: ufs: exynos: Fix hibern8 notify callbacks (bsc#1218260). +- util_macros.h: fix/rework find_closest() macros (bsc#1218260). +- ceph: extract entity name from device id (bsc#1218260). +- mm/slub: Avoid list corruption when removing a slab from the + full list (bsc#1218260). +- ARM: 9431/1: mm: Pair atomic_set_release() with _read_acquire() + (bsc#1218260). +- ARM: 9430/1: entry: Do a dummy read from VMAP shadow + (bsc#1218260). +- s390/entry: Mark IRQ entries to fix stack depot warnings + (bsc#1218260). +- ARM: 9429/1: ioremap: Sync PGDs for VMALLOC shadow + (bsc#1218260). +- ad7780: fix division by zero in ad7780_write_raw() + (bsc#1218260). +- clk: qcom: gcc-qcs404: fix initial rate of GPLL3 (bsc#1218260). +- leds: lp55xx: Remove redundant test for invalid channel number + (bsc#1218260). +- iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated + tables (bsc#1218260). +- zram: clear IDLE flag after recompression (bsc#1218260). +- vmstat: call fold_vm_zone_numa_events() before show per zone + NUMA event (bsc#1218260). +- ftrace: Fix regression with module command in stack_trace_filter + (bsc#1218260). +- maple_tree: refine mas_store_root() on storing NULL + (bsc#1218260). +- ovl: Filter invalid inodes with missing lookup function + (bsc#1218260). +- media: uvcvideo: Require entities to have a non-zero unique ID + (bsc#1218260). +- media: uvcvideo: Stop stream during unregister (bsc#1218260). +- media: platform: allegro-dvt: Fix possible memory leak in + allocate_buffers_internal() (bsc#1218260). +- media: gspca: ov534-ov772x: Fix off-by-one error in + set_frame_rate() (bsc#1218260). +- media: venus: Fix pm_runtime_set_suspended() with runtime pm + enabled (bsc#1218260). +- media: amphion: Fix pm_runtime_set_suspended() with runtime + pm enabled (bsc#1218260). +- efi/libstub: Free correct pointer on failure (bsc#1218260). +- media: platform: exynos4-is: Fix an OF node reference leak in + fimc_md_is_isp_available (bsc#1218260). +- media: ts2020: fix null-ptr-deref in ts2020_probe() + (bsc#1218260). +- media: verisilicon: av1: Fix reference video buffer pointer + assignment (bsc#1218260). +- media: imx-jpeg: Ensure power suppliers be suspended before + detach them (bsc#1218260). +- media: i2c: tc358743: Fix crash in the probe error path when + using polling (bsc#1218260). +- arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup + delay (bsc#1218260). +- media: i2c: dw9768: Fix pm_runtime_set_suspended() with runtime + pm enabled (bsc#1218260). +- media: mtk-jpeg: Fix null-ptr-deref during unload module + (bsc#1218260). +- media: imx-jpeg: Set video drvdata before register video device + (bsc#1218260). +- media: amphion: Set video drvdata before register video device + (bsc#1218260). +- arm64: dts: ti: k3-am62-verdin: Fix SD regulator startup delay + (bsc#1218260). +- arm64: dts: freescale: imx8mm-verdin: Fix SD regulator startup + delay (bsc#1218260). +- arm64: dts: allwinner: pinephone: Add mount matrix to + accelerometer (bsc#1218260). +- md/md-bitmap: Add missing destroy_work_on_stack() (bsc#1218260). +- btrfs: ref-verify: fix use-after-free after invalid ref action + (bsc#1218260). +- btrfs: add a sanity check for btrfs root in btrfs_search_slot() + (bsc#1218260). +- btrfs: don't loop for nowait writes when checking for cross + references (bsc#1218260). +- quota: flush quota_release_work upon quota writeback + (bsc#1218260). +- xfs: remove unknown compat feature check in superblock write + validation (bsc#1218260). +- sh: intc: Fix use-after-free bug in register_intc_controller() + (bsc#1218260). +- block, bfq: fix bfqq uaf in bfq_limit_depth() (bsc#1218260). +- sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket + (bsc#1218260). +- SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT + (bsc#1218260). +- sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport + (bsc#1218260). +- nfs: ignore SB_RDONLY when mounting nfs (bsc#1218260). +- cifs: unlock on error in smb3_reconfigure() (bsc#1218260). +- cifs: during remount, make sure passwords are in sync + (bsc#1218260). +- modpost: remove incorrect code in do_eisa_entry() (bsc#1218260). +- smb: Initialize cfid->tcon before performing network ops + (bsc#1218260). +- Rename .data.once to .data..once to fix resetting WARN*_ONCE + (bsc#1218260). +- Rename .data.unlikely to .data..unlikely (bsc#1218260). +- init/modpost: conditionally check section mismatch to __meminit* + (bsc#1218260). +- modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to + ALL_TEXT_SECTIONS (bsc#1218260). +- modpost: use ALL_INIT_SECTIONS for the section check from + DATA_SECTIONS (bsc#1218260). +- modpost: disallow the combination of EXPORT_SYMBOL and + __meminit* (bsc#1218260). +- modpost: remove EXIT_SECTIONS macro (bsc#1218260). +- modpost: remove MEM_INIT_SECTIONS macro (bsc#1218260). +- modpost: disallow *driver to reference .meminit* sections + (bsc#1218260). +- modpost: remove ALL_EXIT_DATA_SECTIONS macro (bsc#1218260). +- rtc: ab-eoz9: don't fail temperature reads on undervoltage + notification (bsc#1218260). +- cifs: Fix parsing reparse point with native symlink in SMB1 + non-UNICODE session (bsc#1218260). +- cifs: Fix parsing native symlinks relative to the export + (bsc#1218260). +- smb: client: disable directory caching when dir_cache_timeout + is zero (bsc#1218260). +- perf/arm-cmn: Ensure port and device id bits are set properly + (bsc#1218260). +- perf/arm-smmuv3: Fix lockdep assert in ->event_init() + (bsc#1218260). +- 9p/xen: fix release of IRQ (bsc#1218260). +- 9p/xen: fix init sequence (bsc#1218260). +- block: return unsigned int from bdev_io_min (bsc#1218260). +- nvme/multipath: Fix RCU list traversal to use SRCU primitive + (bsc#1218260). +- nvme-multipath: avoid hang on inaccessible namespaces + (bsc#1218260). +- nvme-multipath: implement "queue-depth" iopolicy (bsc#1218260). +- nvme-multipath: prepare for "queue-depth" iopolicy + (bsc#1218260). +- rtc: rzn1: fix BCD to rtc_time conversion errors (bsc#1218260). +- jffs2: fix use of uninitialized variable (bsc#1218260). +- ubifs: authentication: Fix use-after-free in + ubifs_tnc_end_commit (bsc#1218260). +- ubi: fastmap: Fix duplicate slab cache names while attaching + (bsc#1218260). +- ubifs: Correct the total block count by deducting journal + reservation (bsc#1218260). +- ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is + empty (bsc#1218260). +- rtc: check if __rtc_read_time was successful in + rtc_timer_do_work() (bsc#1218260). +- rtc: abx80x: Fix WDT bit position of the status register + (bsc#1218260). +- rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- NFSv4.0: Fix a use-after-free problem in the asynchronous open() + (bsc#1218260). +- um: Always dump trace for specified task in show_stack + (bsc#1218260). +- um: Fix the return value of elf_core_copy_task_fpregs + (bsc#1218260). +- um: Fix potential integer overflow during physmem setup + (bsc#1218260). +- SUNRPC: make sure cache entry active before cache_show + (bsc#1218260). +- NFSD: Prevent a potential integer overflow (bsc#1218260). +- ipc: fix memleak if msg_init_ns failed in create_ipc_ns + (bsc#1218260). +- f2fs: fix to do sanity check on node blkaddr in truncate_node() + (bsc#1218260). +- lib: string_helpers: silence snprintf() output truncation + warning (bsc#1218260). +- ublk: fix error code for unsupported command (bsc#1218260). +- usb: dwc3: gadget: Fix looping of queued SG entries + (bsc#1218260). +- usb: dwc3: gadget: Fix checking for number of TRBs left + (bsc#1218260). +- usb: musb: Fix hardware lockup on first Rx endpoint request + (bsc#1218260). +- smb: During unmount, ensure all cached dir instances drop + their dentry (bsc#1218260). +- smb: prevent use-after-free due to open_cached_dir error paths + (bsc#1218260). +- smb: Don't leak cfid when reconnect races with open_cached_dir + (bsc#1218260). +- smb: client: handle max length for SMB symlinks (bsc#1218260). +- smb3: request handle caching when caching directories + (bsc#1218260). +- ALSA: hda/realtek: Apply quirk for Medion E15433 (bsc#1218260). +- ALSA: hda/realtek: Fix Internal Speaker and Mic boost of + Infinix Y4 Max (bsc#1218260). +- ALSA: hda/realtek: Set PCBeep to default value for ALC274 + (bsc#1218260). +- ALSA: hda/realtek: Update ALC225 depop procedure (bsc#1218260). +- ALSA: pcm: Add sanity NULL check for the default mmap fault + handler (bsc#1218260). +- ALSA: ump: Fix evaluation of MIDI 1.0 FB info (bsc#1218260). +- media: v4l2-core: v4l2-dv-timings: check cvt/gtf result + (bsc#1218260). +- soc: fsl: rcpm: fix missing of_node_put() in + copy_ippdexpcr1_setting() (bsc#1218260). +- media: wl128x: Fix atomicity violation in fmc_send_cmd() + (bsc#1218260). +- HID: wacom: Interpret tilt data from Intuos Pro BT as signed + values (bsc#1218260). +- blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex + less long (bsc#1218260). +- block: fix ordering between checking BLK_MQ_S_STOPPED request + adding (bsc#1218260). +- block: fix ordering between checking QUEUE_FLAG_QUIESCED + request adding (bsc#1218260). +- block: fix missing dispatching request when queue is started + or unquiesced (bsc#1218260). +- arm64: tls: Fix context-switching of tpidrro_el0 when kpti is + enabled (bsc#1218260). +- ublk: fix ublk_ch_mmap() for 64K page size (bsc#1218260). +- iio: gts: Fix uninitialized symbol 'ret' (bsc#1218260). +- sh: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK + (bsc#1218260). +- um: vector: Do not use drvdata in release (bsc#1218260). +- serial: 8250: omap: Move pm_runtime_get_sync (bsc#1218260). +- serial: 8250_fintek: Add support for F81216E (bsc#1218260). +- dt-bindings: serial: rs485: Fix rs485-rts-delay property + (bsc#1218260). +- um: net: Do not use drvdata in release (bsc#1218260). +- ubi: wl: Put source PEB into correct list if trying locking + LEB failed (bsc#1218260). +- platform/chrome: cros_ec_typec: fix missing fwnode reference + decrement (bsc#1218260). +- smb: client: fix NULL ptr deref in crypto_aead_setkey() + (bsc#1218260). +- ksmbd: fix use-after-free in SMB request handling (bsc#1218260). +- parisc/ftrace: Fix function graph tracing disablement + (bsc#1218260). +- cifs: support mounting with alternate password to allow password + rotation (bsc#1218260). +- cpufreq: mediatek-hw: Fix wrong return value in + mtk_cpufreq_get_cpu_power() (bsc#1218260). +- mtd: spi-nor: core: replace dummy buswidth from addr to data + (bsc#1218260). +- spi: Fix acpi deferred irq probe (bsc#1218260). +- netfilter: ipset: add missing range check in bitmap_ip_uadt + (bsc#1218260). +- gpio: exar: set value when external pull-up or pull-down is + present (bsc#1218260). +- Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon + exit" (bsc#1218260). +- serial: sh-sci: Clean sci_ports[0] after at earlycon exit + (bsc#1218260). +- Revert "usb: gadget: composite: fix OS descriptors w_value + logic" (bsc#1218260). +- wifi: brcmfmac: release 'root' node in all execution paths + (bsc#1218260). +- wifi: ath12k: fix crash when unbinding (bsc#1218260). +- wifi: rtlwifi: Drastically reduce the attempts to read efuse + in case of failures (bsc#1218260). +- wifi: ath12k: fix warning when unbinding (bsc#1218260). +- ARM: dts: omap36xx: declare 1GHz OPP as turbo again + (bsc#1218260). +- usb: xhci: Fix TD invalidation under pending Set TR Dequeue + (bsc#1218260). +- Compiler Attributes: disable __counted_by for clang < 19.1.3 + (bsc#1218260). +- Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}() + (bsc#1218260). +- exfat: fix uninit-value in __exfat_get_dentry_set (bsc#1218260). +- dt-bindings: iio: dac: ad3552r: fix maximum spi speed + (bsc#1218260). +- pinctrl: qcom: spmi: fix debugfs drive strength (bsc#1218260). +- tools/nolibc: s390: include std.h (bsc#1218260). +- locking/lockdep: Avoid creating new name string literals in + lockdep_set_subclass() (bsc#1218260). +- tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handler + (bsc#1218260). +- apparmor: test: Fix memory leak for aa_unpack_strdup() + (bsc#1218260). +- comedi: Flush partial mappings in error case (bsc#1218260). +- fsnotify: fix sending inotify event with unexpected filename + (bsc#1218260). +- PCI: Fix use-after-free of slot->bus on hot remove + (bsc#1218260). +- KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device + (bsc#1218260). +- KVM: arm64: vgic-its: Add a data length check in vgic_its_save_* + (bsc#1218260). +- KVM: arm64: Get rid of userspace_irqchip_in_use (bsc#1218260). +- KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE + (bsc#1218260). +- KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow + status (bsc#1218260). +- KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR + (bsc#1218260). +- powerpc/pseries: Fix KVM guest detection for disabling + hardlockup detector (bsc#1218260). +- KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was + a leaf SPTE (bsc#1218260). +- crypto: x86/aegis128 - access 32-bit arguments as 32-bit + (bsc#1218260). +- perf/x86/intel/pt: Fix buffer full but size is 0 case + (bsc#1218260). +- ASoC: codecs: Fix atomicity violation in + snd_soc_component_get_drvdata() (bsc#1218260). +- ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad + P14s Gen 5 21MES00B00 (bsc#1218260). +- jfs: xattr: check invalid xattr size more strictly + (bsc#1218260). +- ext4: fix FS_IOC_GETFSMAP handling (bsc#1218260). +- ext4: supress data-race warnings in + ext4_free_inodes_{count,set}() (bsc#1218260). +- soc: qcom: socinfo: fix revision check in qcom_socinfo_probe() + (bsc#1218260). +- ASoC: Intel: sst: Fix used of uninitialized ctx to log an error + (bsc#1218260). +- arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as + disabled (bsc#1218260). +- Revert "arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on + xhci1 as disabled" (bsc#1218260). +- ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy + and Mbox devices (bsc#1218260). +- btrfs: do not BUG_ON() when freeing tree block after error + (bsc#1218260). +- f2fs: fix null reference error when checking end of zone + (bsc#1218260). +- perf/x86/intel: Hide Topdown metrics events if the feature is + not enumerated (bsc#1218260). +- dm-bufio: fix warnings about duplicate slab caches + (bsc#1218260). +- drm/amd/display: Add NULL pointer check for kzalloc + (bsc#1218260). +- drm/amd/display: Check phantom_stream before it is used + (bsc#1218260). +- drm/amd/display: Add NULL check for function pointer in + dcn20_set_output_transfer_func (bsc#1218260). +- drm/amd/display: Check null pointer before try to access it + (bsc#1218260). +- drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hw + (bsc#1218260). +- drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs + in dcn30_init_hw (bsc#1218260). +- dm-cache: fix warnings about duplicate slab caches + (bsc#1218260). +- closures: Change BUG_ON() to WARN_ON() (bsc#1218260). +- usb: ehci-spear: fix call balance of sehci clk handling routines + (bsc#1218260). +- ALSA: usb-audio: Fix out of bounds reads when finding clock + sources (bsc#1218260). +- xen: Fix the issue of resource not being properly released in + xenbus_dev_probe() (bsc#1218260). +- xfs: add bounds checking to xlog_recover_process_data + (bsc#1218260). +- nvme: fix metadata handling in nvme-passthrough (bsc#1218260). +- scsi: lpfc: Validate hdwq pointers before dereferencing in + reset/errata paths (bsc#1218260). +- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after + devm_pm_runtime_enable() (bsc#1218260). +- f2fs: fix fiemap failure issue when page size is 16KB + (bsc#1218260). +- gfs2: Remove and replace gfs2_glock_queue_work (bsc#1218260). +- gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lru + (bsc#1218260). +- ASoC: amd: yc: Fix for enabling DMIC on acp6x via _DSD entry + (bsc#1218260). +- apparmor: fix 'Do simple duplicate message elimination' + (bsc#1218260). +- drm/amd/display: Fix null check for pipe_ctx->plane_state in + hwss_setup_dpp (bsc#1218260). +- drm/radeon: Fix spurious unplug event on radeon HDMI + (bsc#1218260). +- drm/radeon: change rdev->ddev to rdev_to_drm(rdev) + (bsc#1218260). +- drm/radeon: add helper rdev_to_drm(rdev) (bsc#1218260). +- ALSA: hda/realtek: Update ALC256 depop procedure (bsc#1218260). +- firmware_loader: Fix possible resource leak in + fw_log_firmware_info() (bsc#1218260). +- counter: ti-ecap-capture: Add check for clk_enable() + (bsc#1218260). +- counter: stm32-timer-cnt: Add check for clk_enable() + (bsc#1218260). +- misc: apds990x: Fix missing pm_runtime_disable() (bsc#1218260). +- USB: chaoskey: Fix possible deadlock chaoskey_list_lock + (bsc#1218260). +- USB: chaoskey: fail open after removal (bsc#1218260). +- usb: yurex: make waiting on yurex_write interruptible + (bsc#1218260). +- usb: using mutex lock and supporting O_NONBLOCK flag in + iowarrior_read() (bsc#1218260). +- iio: light: al3010: Fix an error handling path in al3010_probe() + (bsc#1218260). +- ipmr: fix tables suspicious RCU usage (bsc#1218260). +- ip6mr: fix tables suspicious RCU usage (bsc#1218260). +- tcp: Fix use-after-free of nreq in reqsk_timer_handler() + (bsc#1218260). +- rxrpc: Improve setsockopt() handling of malformed user input + (bsc#1218260). +- llc: Improve setsockopt() handling of malformed user input + (bsc#1218260). +- Bluetooth: MGMT: Fix possible deadlocks (bsc#1218260). +- Bluetooth: MGMT: Fix slab-use-after-free Read in + set_powered_sync (bsc#1218260). +- bnxt_en: Unregister PTP during PCI shutdown and suspend + (bsc#1218260). +- bnxt_en: Refactor bnxt_ptp_init() (bsc#1218260). +- bnxt_en: Reserve rings after PCIe AER recovery if NIC interface + is down (bsc#1218260). +- net: hsr: fix hsr_init_sk() vs network/transport headers + (bsc#1218260). +- spi: atmel-quadspi: Fix register name in verbose logging + function (bsc#1218260). +- octeontx2-af: Quiesce traffic before NIX block reset + (bsc#1218260). +- octeontx2-af: RPM: fix stale FCFEC counters (bsc#1218260). +- octeontx2-af: RPM: fix stale RSFEC counters (bsc#1218260). +- octeontx2-pf: Reset MAC stats during probe (bsc#1218260). +- octeontx2-af: RPM: Fix low network performance (bsc#1218260). +- octeontx2-af: RPM: Fix mismatch in lmac type (bsc#1218260). +- net: stmmac: dwmac-socfpga: Set RX watchdog interrupt as broken + (bsc#1218260). +- marvell: pxa168_eth: fix call balance of pep->clk handling + routines (bsc#1218260). +- net: mdio-ipq4019: add missing error check (bsc#1218260). +- net/ipv6: delete temporary address if mngtmpaddr is removed + or unmanaged (bsc#1218260). +- s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct() + (bsc#1218260). +- net: microchip: vcap: Add typegroup table terminators in kunit + tests (bsc#1218260). +- net: usb: lan78xx: Fix refcounting and autosuspend on invalid + WoL configuration (bsc#1218260). +- tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsets + (bsc#1218260). +- net: usb: lan78xx: Fix memory leak on device unplug by freeing + PHY device (bsc#1218260). +- net: usb: lan78xx: Fix double free issue with interrupt buffer + allocation (bsc#1218260). +- power: supply: rt9471: Use IC status regfield to report real + charger status (bsc#1218260). +- power: supply: rt9471: Fix wrong WDT function regfield + declaration (bsc#1218260). +- power: supply: bq27xxx: Fix registers of bq27426 (bsc#1218260). +- power: supply: core: Remove might_sleep() from + power_supply_put() (bsc#1218260). +- LoongArch: BPF: Sign-extend return values (bsc#1218260). +- LoongArch: Fix build failure with GCC 15 (-std=gnu23) + (bsc#1218260). +- fs_parser: update mount_api doc to match function signature + (bsc#1218260). +- vfio/pci: Properly hide first-in-list PCIe extended capability + (bsc#1218260). +- gpio: zevio: Add missed label initialisation (bsc#1218260). +- selftests/mount_setattr: Fix failures on 64K PAGE_SIZE kernels + (bsc#1218260). +- vdpa/mlx5: Fix suboptimal range on iotlb iteration + (bsc#1218260). +- hwmon: (tps23861) Fix reporting of negative temperatures + (bsc#1218260). +- NFSD: Fix nfsd4_shutdown_copy() (bsc#1218260). +- svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init() + (bsc#1218260). +- nfsd: release svc_expkey/svc_export with rcu_work (bsc#1218260). +- NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir() + (bsc#1218260). +- NFSD: Prevent NULL dereference in nfsd4_process_cb_update() + (bsc#1218260). +- PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks + 'mmio' (bsc#1218260). +- remoteproc: qcom_q6v5_mss: Re-order writes to the IMEM region + (bsc#1218260). +- rpmsg: glink: use only lower 16-bits of param2 for CMD_OPEN + name length (bsc#1218260). +- remoteproc: qcom: pas: add minidump_id to SM8350 resources + (bsc#1218260). +- perf trace: Avoid garbage when not printing a syscall's + arguments (bsc#1218260). +- perf trace: Do not lose last events in a race (bsc#1218260). +- perf trace: Fix tracing itself, creating feedback loops + (bsc#1218260). +- perf list: Fix topic and pmu_name argument order (bsc#1218260). +- svcrdma: Address an integer overflow (bsc#1218260). +- m68k: coldfire/device.c: only build FEC when HW macros are + defined (bsc#1218260). +- m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x + (bsc#1218260). +- perf trace: avoid garbage when not printing a trace event's + arguments (bsc#1218260). +- f2fs: fix to avoid forcing direct write to use buffered IO on + inline_data inode (bsc#1218260). +- f2fs: fix race in concurrent f2fs_stop_gc_thread (bsc#1218260). +- PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS + milliseconds (bsc#1218260). +- PCI: j721e: Add suspend and resume support (bsc#1218260). +- PCI: j721e: Use T_PERST_CLK_US macro (bsc#1218260). +- PCI: j721e: Add reset GPIO to struct j721e_pcie (bsc#1218260). +- PCI: cadence: Set cdns_pcie_host_init() global (bsc#1218260). +- PCI: cadence: Extract link setup sequence from + cdns_pcie_host_setup() (bsc#1218260). +- PCI: j721e: Add PCIe 4x lane selection support (bsc#1218260). +- PCI: j721e: Add per platform maximum lane settings + (bsc#1218260). +- PCI: Add T_PVPERL macro (bsc#1218260). +- f2fs: fix to avoid use GC_AT when setting gc_mode as + GC_URGENT_LOW or GC_URGENT_MID (bsc#1218260). +- f2fs: fix to avoid potential deadlock in + f2fs_record_stop_reason() (bsc#1218260). +- f2fs: check curseg->inited before write_sum_page in + change_curseg (bsc#1218260). +- f2fs: fix the wrong f2fs_bug_on condition in + f2fs_do_replace_block (bsc#1218260). +- perf ftrace latency: Fix unit on histogram first entry when + using --use-nsec (bsc#1218260). +- PCI: cpqphp: Fix PCIBIOS_* return value confusion (bsc#1218260). +- PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config reads + (bsc#1218260). +- rust: macros: fix documentation of the paste! macro + (bsc#1218260). +- perf probe: Correct demangled symbols in C++ program + (bsc#1218260). +- perf probe: Fix libdw memory leak (bsc#1218260). +- f2fs: fix to account dirty data in __get_secs_required() + (bsc#1218260). +- f2fs: compress: fix inconsistent update of i_blocks + in release_compress_blocks and reserve_compress_blocks + (bsc#1218260). +- perf test attr: Add back missing topdown events (bsc#1218260). +- perf trace: Keep exited threads for summary (bsc#1218260). +- perf stat: Fix affinity memory leaks on error path + (bsc#1218260). +- perf stat: Close cork_fd when create_perf_stat_counter() failed + (bsc#1218260). +- PCI: Fix reset_method_store() memory leak (bsc#1218260). +- gfs2: Fix unlinked inode cleanup (bsc#1218260). +- gfs2: Allow immediate GLF_VERIFY_DELETE work (bsc#1218260). +- gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETE + (bsc#1218260). +- gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_async + (bsc#1218260). +- gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw + (bsc#1218260). +- perf cs-etm: Don't flush when packet_queue fills up + (bsc#1218260). +- mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb() + (bsc#1218260). +- smb: cached directories can be more than root file handle + (bsc#1218260). +- pinctrl: k210: Undef K210_PC_DEFAULT (bsc#1218260). +- arm64: dts: qcom: sc8180x: Add a SoC-specific compatible to + cpufreq-hw (bsc#1218260). +- clk: clk-axi-clkgen: make sure to enable the AXI bus clock + (bsc#1218260). +- dt-bindings: clock: axi-clkgen: include AXI clk (bsc#1218260). +- clk: ralink: mtmips: fix clocks probe order in oldest ralink + SoCs (bsc#1218260). +- clk: ralink: mtmips: fix clock plan for Ralink SoC RT3883 + (bsc#1218260). +- clk: clk-apple-nco: Add NULL check in applnco_probe + (bsc#1218260). +- RDMA/mlx5: Move events notifier registration to be after device + registration (bsc#1218260). +- IB/mlx5: Allocate resources just before first QP/SRQ is created + (bsc#1218260). +- fbdev: sh7760fb: Fix a possible memory leak in + sh7760fb_alloc_mem() (bsc#1218260). +- powerpc/kexec: Fix return of uninitialized variable + (bsc#1218260). +- powerpc/sstep: make emulate_vsx_load and emulate_vsx_store + static (bsc#1218260). +- KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on + pending doorbells (bsc#1218260). +- KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guests + (bsc#1218260). +- dax: delete a stale directory pmem (bsc#1218260). +- ocfs2: fix uninitialized value in ocfs2_file_read_iter() + (bsc#1218260). +- cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power() + (bsc#1218260). +- cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost() + (bsc#1218260). +- RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg() + (bsc#1218260). +- RDMA/hns: Fix out-of-order issue of requester when setting FENCE + (bsc#1218260). +- x86/tdx: Dynamically disable SEPT violations from causing #VEs + (bsc#1218260). +- x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup() (bsc#1218260). +- x86/tdx: Introduce wrappers to read and write TD metadata + (bsc#1218260). +- x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a + structure (bsc#1218260). +- x86/tdx: Rename __tdx_module_call() to __tdcall() (bsc#1218260). +- x86/tdx: Make macros of TDCALLs consistent with the spec + (bsc#1218260). +- x86/tdx: Skip saving output regs when SEAMCALL fails with + VMFailInvalid (bsc#1218260). +- scsi: sg: Enable runtime power management (bsc#1218260). +- scsi: qedi: Fix a possible memory leak in + qedi_alloc_and_init_sb() (bsc#1218260). +- scsi: qedf: Fix a possible memory leak in + qedf_alloc_and_init_sb() (bsc#1218260). +- scsi: fusion: Remove unused variable 'rc' (bsc#1218260). +- scsi: bfa: Fix use-after-free in bfad_im_module_exit() + (bsc#1218260). +- fs/proc/kcore.c: fix coccinelle reported ERROR instances + (bsc#1218260). +- mfd: rt5033: Fix missing regmap_del_irq_chip() (bsc#1218260). +- checkpatch: always parse orig_commit in fixes tag (bsc#1218260). +- checkpatch: check for missing Fixes tags (bsc#1218260). +- iommu/vt-d: Fix checks and print in pgtable_walk() + (bsc#1218260). +- iommu/vt-d: Fix checks and print in dmar_fault_dump_ptes() + (bsc#1218260). +- clk: imx: imx8-acm: Fix return value check in + clk_imx_acm_attach_pm_domains() (bsc#1218260). +- clk: imx: clk-scu: fix clk enable state save and restore + (bsc#1218260). +- clk: imx: fracn-gppll: fix pll power up (bsc#1218260). +- clk: imx: fracn-gppll: correct PLL initialization flow + (bsc#1218260). +- clk: imx: lpcg-scu: SW workaround for errata (e10858) + (bsc#1218260). +- RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulation + (bsc#1218260). +- RDMA/rxe: Set queue pair cur_qp_state when being queried + (bsc#1218260). +- clk: renesas: rzg2l: Fix FOUTPOSTDIV clk (bsc#1218260). +- clk: sunxi-ng: d1: Fix PLL_AUDIO0 preset (bsc#1218260). +- RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey + (bsc#1218260). +- RDMA/rxe: Fix the qp flush warnings in req (bsc#1218260). +- RDMA/hns: Fix cpu stuck caused by printings during reset + (bsc#1218260). +- RDMA/hns: Use dev_* printings in hem code instead of ibdev_* + (bsc#1218260). +- RDMA/hns: Fix an AEQE overflow error caused by untimely update + of eq_db_ci (bsc#1218260). +- cpufreq: CPPC: Fix possible null-ptr-deref for + cppc_get_cpu_cost() (bsc#1218260). +- cpufreq: CPPC: Fix possible null-ptr-deref for + cpufreq_cpu_get_raw() (bsc#1218260). +- powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore + (bsc#1218260). +- mtd: spi-nor: spansion: Use nor->addr_nbytes in octal DTR mode + in RD_ANY_REG_OP (bsc#1218260). +- powerpc/mm/fault: Fix kfence page fault reporting (bsc#1218260). +- mtd: rawnand: atmel: Fix possible memory leak (bsc#1218260). +- mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLE + (bsc#1218260). +- mtd: hyperbus: rpc-if: Convert to platform remove callback + returning void (bsc#1218260). +- powerpc/fadump: Move fadump_cma_init to setup_arch() after + initmem_init() (bsc#1218260). +- powerpc/fadump: Refactor and prepare fadump_cma_init for late + init (bsc#1218260). +- cpufreq: loongson2: Unregister platform_driver on failure + (bsc#1218260). +- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices + (bsc#1218260). +- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device + (bsc#1218260). +- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device + (bsc#1218260). +- mfd: da9052-spi: Change read-mask to write-mask (bsc#1218260). +- mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to + fix race (bsc#1218260). +- powerpc/vdso: Flag VDSO64 entry points as functions + (bsc#1218260). +- scsi: hisi_sas: Enable all PHYs that are not disabled by user + during controller reset (bsc#1218260). +- pinctrl: zynqmp: drop excess struct member description + (bsc#1218260). +- trace/trace_event_perf: remove duplicate samples on the first + tracepoint event (bsc#1218260). +- clk: mediatek: drop two dead config options (bsc#1218260). +- cppc_cpufreq: Use desired perf if feedback ctrs are 0 or + unchanged (bsc#1218260). +- unicode: Fix utf8_load() error path (bsc#1218260). +- bpf: fix recursive lock when verdict program return SK_PASS + (bsc#1218260). +- wireguard: selftests: load nf_conntrack if not present + (bsc#1218260). +- netpoll: Use rcu_access_pointer() in netpoll_poll_lock + (bsc#1218260). +- erofs: handle NONHEAD !delta[1] lclusters gracefully + (bsc#1218260). +- Bluetooth: fix use-after-free in device_for_each_child() + (bsc#1218260). +- ALSA: 6fire: Release resources at card release (bsc#1218260). +- ALSA: caiaq: Use snd_card_free_when_closed() at disconnection + (bsc#1218260). +- ALSA: us122l: Use snd_card_free_when_closed() at disconnection + (bsc#1218260). +- ALSA: usx2y: Use snd_card_free_when_closed() at disconnection + (bsc#1218260). +- net: rfkill: gpio: Add check for clk_enable() (bsc#1218260). +- bpf: Force uprobe bpf program to always return 0 (bsc#1218260). +- drm/amdkfd: Fix wrong usage of INIT_WORK() (bsc#1218260). +- selftests: net: really check for bg process completion + (bsc#1218260). +- ipv6: release nexthop on device removal (bsc#1218260). +- net: use unrcu_pointer() helper (bsc#1218260). +- sock_diag: allow concurrent operation in sock_diag_rcv_msg() + (bsc#1218260). +- sock_diag: allow concurrent operations (bsc#1218260). +- sock_diag: add module pointer to "struct sock_diag_handler" + (bsc#1218260). +- bpf, sockmap: Fix sk_msg_reset_curr (bsc#1218260). +- bpf, sockmap: Several fixes to bpf_msg_pop_data (bsc#1218260). +- bpf, sockmap: Several fixes to bpf_msg_push_data (bsc#1218260). +- selftests/bpf: Add push/pop checking for msg_verify_data in + test_sockmap (bsc#1218260). +- selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmap + (bsc#1218260). +- selftests/bpf: Fix SENDPAGE data logic in test_sockmap + (bsc#1218260). +- selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap + (bsc#1218260). +- netlink: typographical error in nlmsg_type constants definition + (bsc#1218260). +- netfilter: nf_tables: must hold rcu read lock while iterating + object type list (bsc#1218260). +- netfilter: nf_tables: skip transaction if update object is + not implemented (bsc#1218260). +- netfilter: nf_tables: must hold rcu read lock while iterating + expression type list (bsc#1218260). +- netfilter: nf_tables: avoid false-positive lockdep splat on + rule deletion (bsc#1218260). +- netfilter: nf_tables: Introduce nf_tables_getrule_single() + (bsc#1218260). +- netfilter: nf_tables: Open-code audit log call in + nf_tables_getrule() (bsc#1218260). +- drm: use ATOMIC64_INIT() for atomic64_t (bsc#1218260). +- drm/vkms: Drop unnecessary call to drm_crtc_cleanup() + (bsc#1218260). +- bpf, bpftool: Fix incorrect disasm pc (bsc#1218260). +- drm/msm/dpu: cast crtc_clk calculation to u64 in + _dpu_core_perf_calc_clk() (bsc#1218260). +- wifi: wfx: Fix error handling in wfx_core_init() (bsc#1218260). +- drm: zynqmp_kms: Unplug DRM device before removal (bsc#1218260). +- drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new() + (bsc#1218260). +- drm/etnaviv: hold GPU lock across perfmon sampling + (bsc#1218260). +- drm/etnaviv: Request pages from DMA32 zone on addressing_limited + (bsc#1218260). +- drm/msm/gpu: Check the status of registration to PM QoS + (bsc#1218260). +- drm/msm/adreno: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- bpf, arm64: Remove garbage frame for struct_ops trampoline + (bsc#1218260). +- drm/panfrost: Remove unused id_mask from struct panfrost_model + (bsc#1218260). +- selftests/bpf: fix test_spin_lock_fail.c's global vars usage + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_flows.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c + (bsc#1218260). +- drm/msm/dpu: drop LM_3 / LM_4 on MSM8998 (bsc#1218260). +- drm/msm/dpu: drop LM_3 / LM_4 on SDM845 (bsc#1218260). +- drm/msm/dpu: on SDM845 move DSPP_3 to LM_5 block (bsc#1218260). +- drm: fsl-dcu: enable PIXCLK on LS1021A (bsc#1218260). +- wifi: mwifiex: Fix memcpy() field-spanning write warning in + mwifiex_config_scan() (bsc#1218260). +- selftests/bpf: Fix txmsg_redir of test_txmsg_pull in + test_sockmap (bsc#1218260). +- selftests/bpf: Fix msg_verify_data in test_sockmap + (bsc#1218260). +- drm/bridge: tc358767: Fix link properties discovery + (bsc#1218260). +- netdevsim: copy addresses for both in and out paths + (bsc#1218260). +- libbpf: never interpret subprogs in .text as entry programs + (bsc#1218260). +- ASoC: rt722-sdca: Remove logically deadcode in rt722-sdca.c + (bsc#1218260). +- libbpf: fix sym_is_subprog() logic for weak global subprogs + (bsc#1218260). +- drm/vc4: Match drm_dev_enter and exit calls in + vc4_hvs_atomic_flush (bsc#1218260). +- ice: consistently use q_idx in ice_vc_cfg_qs_msg() + (bsc#1218260). +- ice: Support FCS/CRC strip disable for VF (bsc#1218260). +- virtchnl: Add CRC stripping capability (bsc#1218260). +- wifi: ath11k: Fix CE offset address calculation for WCN6750 + in SSR (bsc#1218260). +- bpf: Fix the xdp_adjust_tail sample prog issue (bsc#1218260). +- libbpf: Fix output .symtab byte-order during linking + (bsc#1218260). +- libbpf: Fix expected_attach_type set handling in program load + callback (bsc#1218260). +- drm/bridge: it6505: Drop EDID cache on bridge power off + (bsc#1218260). +- drm/bridge: anx7625: Drop EDID cache on bridge power off + (bsc#1218260). +- ASoC: dt-bindings: mt6359: Update generic node name and + dmic-mode (bsc#1218260). +- ASoC: fsl_micfil: fix regmap_write_bits usage (bsc#1218260). +- dt-bindings: vendor-prefixes: Add NeoFidelity, Inc + (bsc#1218260). +- wifi: ath12k: Skip Rx TID cleanup for self peer (bsc#1218260). +- wifi: ath10k: fix invalid VHT parameters in + supported_vht_mcs_rate_nss2 (bsc#1218260). +- wifi: ath10k: fix invalid VHT parameters in + supported_vht_mcs_rate_nss1 (bsc#1218260). +- drm/v3d: Address race-condition in MMU flush (bsc#1218260). +- drm/imx/ipuv3: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- drm/imx/dcss: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- drm/omap: Fix locking in omap_gem_new_dmabuf() (bsc#1218260). +- drm/omap: Fix possible NULL dereference (bsc#1218260). +- wifi: ath9k: add range check for conn_rsp_epid in + htc_connect_service() (bsc#1218260). +- drm/vc4: hvs: Correct logic on stopping an HVS channel + (bsc#1218260). +- drm/vc4: hvs: Remove incorrect limit from hvs_dlist debugfs + function (bsc#1218260). +- drm/vc4: hvs: Fix dlist debug not resetting the next entry + pointer (bsc#1218260). +- drm/vc4: hdmi: Avoid hang with debug registers when suspended + (bsc#1218260). +- drm/vc4: hvs: Don't write gamma luts on 2711 (bsc#1218260). +- drm/mm: Mark drm_mm_interval_tree*() functions with + __maybe_unused (bsc#1218260). +- platform/x86: panasonic-laptop: Return errno correctly in show + callback (bsc#1218260). +- HID: hyperv: streamline driver probe to avoid devres issues + (bsc#1218260). +- arm64: dts: rockchip: correct analog audio name on Indiedroid + Nova (bsc#1218260). +- media: atomisp: Add check for rgby_data memory allocation + failure (bsc#1218260). +- firmware: arm_scpi: Check the DVFS OPP count returned by the + firmware (bsc#1218260). +- selftests/resctrl: Protect against array overrun during iMC + config parsing (bsc#1218260). +- selftests/resctrl: Fix memory overflow due to unhandled + wraparound (bsc#1218260). +- selftests/resctrl: Refactor fill_buf functions (bsc#1218260). +- selftests/resctrl: Split fill_buf to allow tests finer-grained + control (bsc#1218260). +- arm64: dts: mediatek: mt8183-kukui-jacuzzi: Add supplies for + fixed regulators (bsc#1218260). +- arm64: dts: mediatek: mt8183-kukui-jacuzzi: Fix DP bridge + supply names (bsc#1218260). +- arm64: dts: mediatek: mt6358: fix dtbs_check error + (bsc#1218260). +- arm64: dts: mediatek: Add ADC node on MT6357, MT6358, MT6359 + PMICs (bsc#1218260). +- arm64: dts: renesas: hihope: Drop #sound-dai-cells + (bsc#1218260). +- regmap: irq: Set lockdep class for hierarchical IRQ domains + (bsc#1218260). +- =?UTF-8?q?spi:=20zynqmp-gqspi:=20Undo=20runtime=20PM=20ch?= + =?UTF-8?q?anges=20at=20driver=20exit=20time=E2=80=8B?= + (bsc#1218260). +- spi: tegra210-quad: Avoid shift-out-of-bounds (bsc#1218260). +- pmdomain: ti-sci: Add missing of_node_put() for args.np + (bsc#1218260). +- of/fdt: add dt_phys arg to early_init_dt_scan and + early_init_dt_verify (bsc#1218260). +- x86/of: Unconditionally call unflatten_and_copy_device_tree() + (bsc#1218260). +- um: Unconditionally call unflatten_device_tree() (bsc#1218260). +- arm64: dts: ti: k3-j721s2: Fix clock IDs for MCSPI instances + (bsc#1218260). +- arm64: dts: ti: k3-j721e: Fix clock IDs for MCSPI instances + (bsc#1218260). +- arm64: dts: ti: k3-j7200: Fix clock ids for MCSPI instances + (bsc#1218260). +- arm64: dts: ti: k3-j7200: Fix register map for main domain pmx + (bsc#1218260). +- arm64: dts: ti: k3-j7200: use ti,j7200-padconf compatible + (bsc#1218260). +- ARM: dts: cubieboard4: Fix DCDC5 regulator constraints + (bsc#1218260). +- pwm: imx27: Workaround of the pwm output bug when decrease + the duty cycle (bsc#1218260). +- arm64: dts: mt8183: Damu: add i2c2's i2c-scl-internal-delay-ns + (bsc#1218260). +- arm64: dts: mt8183: cozmo: add i2c2's i2c-scl-internal-delay-ns + (bsc#1218260). +- arm64: dts: mt8183: burnet: add i2c2's i2c-scl-internal-delay-ns + (bsc#1218260). +- arm64: dts: mt8183: fennel: add i2c2's i2c-scl-internal-delay-ns + (bsc#1218260). +- regulator: rk808: Restrict DVS GPIOs to the RK808 variant only + (bsc#1218260). +- cgroup/bpf: only cgroup v2 can be attached by bpf programs + (bsc#1218260). +- Revert "cgroup: Fix memory leak caused by missing + cgroup_bpf_offline" (bsc#1218260). +- arm64: dts: mediatek: mt8173-elm-hana: Add vdd-supply to second + source trackpad (bsc#1218260). +- arm64: dts: mt8183: kukui: Fix the address of eeprom at i2c4 + (bsc#1218260). +- arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4 + (bsc#1218260). +- media: i2c: ds90ub960: Fix missing return check on + ub960_rxport_read call (bsc#1218260). +- tpm: fix signed/unsigned bug when checking event logs + (bsc#1218260). +- efi/libstub: fix efi_parse_options() ignoring the default + command line (bsc#1218260). +- openrisc: Implement fixmap to fix earlycon (bsc#1218260). +- mmc: mmc_spi: drop buggy snprintf() (bsc#1218260). +- ARM: dts: microchip: sam9x60: Add missing property + atmel,usart-mode (bsc#1218260). +- arm64: dts: qcom: sm6350: Fix GPU frequencies missing on some + speedbins (bsc#1218260). +- soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get() + (bsc#1218260). +- soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node + (bsc#1218260). +- arm64: dts: mt8195: Fix dtbs_check error for mutex node + (bsc#1218260). +- microblaze: Export xmb_manager functions (bsc#1218260). +- drivers: soc: xilinx: add the missing kfree in + xlnx_add_cb_for_suspend() (bsc#1218260). +- spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- clocksource/drivers/timer-ti-dm: Fix child node refcount + handling (bsc#1218260). +- clocksource/drivers:sp804: Make user selectable (bsc#1218260). +- kcsan, seqlock: Fix incorrect assumption in read_seqbegin() + (bsc#1218260). +- kcsan, seqlock: Support seqcount_latch_t (bsc#1218260). +- time: Fix references to _msecs_to_jiffies() handling of values + (bsc#1218260). +- time: Partially revert cleanup on msecs_to_jiffies() + documentation (bsc#1218260). +- x86/unwind/orc: Fix unwind for newly forked tasks (bsc#1218260). +- thermal/lib: Fix memory leak on error in thermal_genl_auto() + (bsc#1218260). +- tools/lib/thermal: Make more generic the command encoding + function (bsc#1218260). +- rcuscale: Do a proper cleanup if kfree_scale_init() fails + (bsc#1218260). +- crypto: cavium - Fix an error handling path in + cpt_ucode_load_fw() (bsc#1218260). +- crypto: bcm - add error check in the ahash_hmac_init function + (bsc#1218260). +- crypto: caam - add error check to caam_rsa_set_priv_key_form + (bsc#1218260). +- ACPI: CPPC: Fix _CPC register setting issue (bsc#1218260). +- hwmon: (nct6775-core) Fix overflows seen when writing limit + attributes (bsc#1218260). +- hwmon: (pmbus/core) clear faults after setting smbalert mask + (bsc#1218260). +- hwmon: (pmbus_core) Allow to hook PMBUS_SMBALERT_MASK + (bsc#1218260). +- rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu + (bsc#1218260). +- doc: rcu: update printed dynticks counter bits (bsc#1218260). +- crypto: inside-secure - Fix the return value of + safexcel_xcbcmac_cra_init() (bsc#1218260). +- EDAC/igen6: Avoid segmentation fault on module unload + (bsc#1218260). +- crypto: hisilicon/qm - disable same error report before + resetting (bsc#1218260). +- amd-pstate: Set min_perf to nominal_perf for active mode + performance gov (bsc#1218260). +- crypto: cavium - Fix the if condition to exit loop after timeout + (bsc#1218260). +- crypto: pcrypt - Call crypto layer directly when + padata_do_parallel() return -EBUSY (bsc#1218260). +- EDAC/{skx_common,i10nm}: Fix incorrect far-memory error source + indicator (bsc#1218260). +- EDAC/skx_common: Differentiate memory error sources + (bsc#1218260). +- EDAC/fsl_ddr: Fix bad bit shift operations (bsc#1218260). +- thermal: core: Initialize thermal zones before registering them + (bsc#1218260). +- crypto: qat - remove faulty arbiter config reset (bsc#1218260). +- EDAC/bluefield: Fix potential integer overflow (bsc#1218260). +- firmware: google: Unregister driver_info on failure + (bsc#1218260). +- crypto: qat/qat_4xxx - fix off by one in uof_get_name() + (bsc#1218260). +- crypto: qat - remove check after debugfs_create_dir() + (bsc#1218260). +- crypto: caam - Fix the pointer passed to caam_qi_shutdown() + (bsc#1218260). +- virtio_blk: reverse request order in virtio_queue_rqs + (bsc#1218260). +- nvme-pci: reverse request order in nvme_queue_rqs (bsc#1218260). +- ext4: fix race in buffer_head read fault injection + (bsc#1218260). +- ext4: remove array of buffer_heads from mext_page_mkuptodate() + (bsc#1218260). +- ext4: pipeline buffer reads in mext_page_mkuptodate() + (bsc#1218260). +- ext4: remove calls to to set/clear the folio error flag + (bsc#1218260). +- hfsplus: don't query the device logical block size multiple + times (bsc#1218260). +- s390/syscalls: Avoid creation of arch/arch/ directory + (bsc#1218260). +- block: fix bio_split_rw_at to take zone_write_granularity into + account (bsc#1218260). +- netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING + (bsc#1218260). +- cachefiles: Fix missing pos updates in + cachefiles_ondemand_fd_write_iter() (bsc#1218260). +- acpi/arm64: Adjust error handling procedure in + gtdt_parse_timer_block() (bsc#1218260). +- arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANG + (bsc#1218260). +- m68k: mvme147: Reinstate early console (bsc#1218260). +- m68k: mvme16x: Add and use "mvme16x.h" (bsc#1218260). +- m68k: mvme147: Fix SCSI controller IRQ numbers (bsc#1218260). +- nvme-pci: fix freeing of the HMB descriptor table (bsc#1218260). +- initramfs: avoid filename buffer overrun (bsc#1218260). +- mips: asm: fix warning when disabling MIPS_FP_SUPPORT + (bsc#1218260). +- ext4: avoid remount errors with 'abort' mount option + (bsc#1218260). +- brd: defer automatic disk creation until module initialization + succeeds (bsc#1218260). +- x86/pvh: Call C code via the kernel virtual mapping + (bsc#1218260). +- x86/pvh: Set phys_base when calling xen_prepare_pvh() + (bsc#1218260). +- s390/pageattr: Implement missing kernel_page_present() + (bsc#1218260). +- s390/cio: Do not unregister the subchannel based on DNV + (bsc#1218260). +- kselftest/arm64: mte: fix printf type warnings about longs + (bsc#1218260). +- kselftest/arm64: mte: fix printf type warnings about __u64 + (bsc#1218260). +- arm64: probes: Disable kprobes/uprobes on MOPS instructions + (bsc#1218260). +- bpf: support non-r10 register spill/fill to/from stack in + precision tracking (bsc#1218260). +- mptcp: fix possible integer overflow in mptcp_reset_tout_timer + (bsc#1218260). +- drm/amd/display: Add null check for pipe_ctx->plane_state in + dcn20_program_pipe (bsc#1218260). +- platform/x86: x86-android-tablets: Unregister devices in + reverse order (bsc#1218260). +- nvme: apple: fix device reference counting (bsc#1218260). +- fs/proc: do_task_stat: use sig->stats_lock to gather the + threads/children stats (bsc#1218260). +- drm/amd/display: Don't refer to dc_sink in + is_dsc_need_re_compute (bsc#1218260). +- drm/amd/display: Check null-initialized variables (bsc#1218260). +- fs/inode: Prevent dump_mapping() accessing invalid + dentry.d_name.name (bsc#1218260). +- drm/amd/display: Initialize denominators' default to 1 + (bsc#1218260). +- drm/amd/display: Add NULL check for function pointer in + dcn32_set_output_transfer_func (bsc#1218260). +- x86/stackprotector: Work around strict Clang TLS symbol + requirements (bsc#1218260). +- serial: sc16is7xx: fix invalid FIFO access with special register + set (bsc#1218260). +- s390/pkey: Wipe copies of clear-key structures on failure + (bsc#1218260). +- i2c: lpi2c: Avoid calling clk_get_rate during transfer + (bsc#1218260). +- ipmr: Fix access to mfc_cache_list without lock held + (bsc#1218260). +- ARM: 9420/1: smp: Fix SMP for xip kernels (bsc#1218260). +- ALSA: usb-audio: Fix Yamaha P-125 Quirk Entry (bsc#1218260). +- LoongArch: Define a default value for VM_DATA_DEFAULT_FLAGS + (bsc#1218260). +- ASoC: audio-graph-card2: Purge absent supplies for device tree + nodes (bsc#1218260). +- proc/softirqs: replace seq_printf with seq_put_decimal_ull_width + (bsc#1218260). +- drm: panel-orientation-quirks: Make Lenovo Yoga Tab 3 X90F + DMI match less strict (bsc#1218260). +- ASoC: stm: Prevent potential division by zero in + stm32_sai_get_clk_div() (bsc#1218260). +- ASoC: stm: Prevent potential division by zero in + stm32_sai_mclk_round_rate() (bsc#1218260). +- ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad + E14 Gen 6 (bsc#1218260). +- platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW + showing incorrect fan speed (bsc#1218260). +- can: j1939: fix error in J1939 documentation (bsc#1218260). +- tools/lib/thermal: Remove the thermal.h soft link when doing + make clean (bsc#1218260). +- ASoC: tas2781: Add new driver version for tas2563 & tas2781 + qfn chip (bsc#1218260). +- platform/x86: dell-wmi-base: Handle META key Lock/Unlock events + (bsc#1218260). +- platform/x86: dell-smbios-base: Extends support to Alienware + products (bsc#1218260). +- regulator: rk808: Add apply_bit for BUCK3 on RK809 + (bsc#1218260). +- firmware: arm_scmi: Reject clear channel request on A2P + (bsc#1218260). +- soc: qcom: Add check devm_kasprintf() returned value + (bsc#1218260). +- net: usb: qmi_wwan: add Quectel RG650V (bsc#1218260). +- bpf: fix filed access without lock (bsc#1218260). +- x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB + (bsc#1218260). +- ALSA: hda/realtek: Add subwoofer quirk for Infinix ZERO BOOK 13 + (bsc#1218260). +- selftests/watchdog-test: Fix system accidentally reset after + watchdog-test (bsc#1218260). +- usb: typec: use cleanup facility for 'altmodes_node' + (bsc#1218260). +- usb: add support for new USB device ID 0x17EF:0x3098 for the + r8152 driver (bsc#1218260). +- mac80211: fix user-power when emulating chanctx (bsc#1218260). +- wifi: iwlwifi: mvm: Use the sync timepoint API in suspend + (bsc#1218260). +- ASoC: Intel: sst: Support LPE0F28 ACPI HID (bsc#1218260). +- ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla + 10 tablet (bsc#1218260). +- ASoC: Intel: bytcr_rt5640: Add support for non ACPI instantiated + codec (bsc#1218260). +- ASoC: codecs: rt5640: Always disable IRQs from + rt5640_cancel_work() (bsc#1218260). +- wifi: radiotap: Avoid -Wflex-array-member-not-at-end warnings + (bsc#1218260). +- commit 96fa083 + ------------------------------------------------------------------- Fri Nov 22 19:35:08 CET 2024 - rfrohl@suse.com diff --git a/kernel-source-longterm.spec b/kernel-source-longterm.spec index 3e9b12b..c7679f7 100644 --- a/kernel-source-longterm.spec +++ b/kernel-source-longterm.spec @@ -17,8 +17,8 @@ %define srcversion 6.6 -%define patchversion 6.6.63 -%define git_commit bd5007503ad0cafa35fce68e964e185cedc40984 +%define patchversion 6.6.64 +%define git_commit 11cb128c56500fbab810768a01e8fcd34a69d853 %define variant -longterm%{nil} %include %_sourcedir/kernel-spec-macros @@ -31,9 +31,9 @@ %endif Name: kernel-source-longterm -Version: 6.6.63 +Version: 6.6.64 %if 0%{?is_kotd} -Release: .gbd50075 +Release: .g11cb128 %else Release: 0 %endif diff --git a/kernel-syms-longterm.changes b/kernel-syms-longterm.changes index 40ff7ed..b752afb 100644 --- a/kernel-syms-longterm.changes +++ b/kernel-syms-longterm.changes @@ -1,3 +1,1230 @@ +------------------------------------------------------------------- +Mon Dec 9 20:12:46 CET 2024 - rfrohl@suse.com + +- blacklist.conf: 4c006734898a and 6a057072ddd1 + 6a057072ddd1 drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe + 4c006734898a x86/xen: fix memblock_reserve() usage on PVH +- commit 11cb128 + +------------------------------------------------------------------- +Mon Dec 9 20:12:28 CET 2024 - rfrohl@suse.com + +- ALSA: usb-audio: Fix a DMA to stack memory bug (bsc#1218260). +- commit 9c51fb5 + +------------------------------------------------------------------- +Mon Dec 9 20:10:13 CET 2024 - rfrohl@suse.com + +- drm/vc4: Match drm_dev_enter and exit calls in vc4_hvs_lut_load + (bsc#1218260). +- bpf: handle fake register spill to stack with BPF_ST_MEM + instruction (bsc#1218260). +- commit d9102c5 + +------------------------------------------------------------------- +Mon Dec 9 15:11:07 CET 2024 - rfrohl@suse.com + +- Update config files for 6.6.64. +- commit cdfdf69 + +------------------------------------------------------------------- +Mon Dec 9 15:10:51 CET 2024 - rfrohl@suse.com + +- um: ubd: Do not use drvdata in release (bsc#1012628). +- commit 88b594d + +------------------------------------------------------------------- +Mon Dec 9 12:11:30 CET 2024 - rfrohl@suse.com + +- Linux 6.6.64 (bsc#1218260). +- posix-timers: Target group sigqueue to current task only if + not exiting (bsc#1218260). +- drm/amd/pm: update current_socclk and current_uclk in + gpu_metrics on smu v13.0.7 (bsc#1218260). +- drm/amdgpu: fix usage slab after free (bsc#1218260). +- drm/amdkfd: Use the correct wptr size (bsc#1218260). +- drm: xlnx: zynqmp_dpsub: fix hotplug detection (bsc#1218260). +- drm/etnaviv: flush shader L1 cache after user commandstream + (bsc#1218260). +- drm/mediatek: Fix child node refcount handling in early exit + (bsc#1218260). +- drm/sti: avoid potential dereference of error pointers + (bsc#1218260). +- drm/sti: avoid potential dereference of error pointers in + sti_gdp_atomic_check (bsc#1218260). +- drm/sti: avoid potential dereference of error pointers in + sti_hqvdp_atomic_check (bsc#1218260). +- udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmap + (bsc#1218260). +- tpm: Lock TPM chip in tpm_pm_suspend() first (bsc#1218260). +- btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() + in walk_down_proc() (bsc#1218260). +- powerpc: Adjust adding stack protector flags to KBUILD_CLAGS + for clang (bsc#1218260). +- powerpc: Fix stack protector Kconfig test for clang + (bsc#1218260). +- iio: gts: fix infinite loop for gain_to_scaletables() + (bsc#1218260). +- iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xfer + (bsc#1218260). +- iio: Fix fwnode_handle in __fwnode_iio_channel_get_by_name() + (bsc#1218260). +- iio: accel: kx022a: Fix raw read format (bsc#1218260). +- nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur + (bsc#1218260). +- nfsd: make sure exp active before svc_export_show (bsc#1218260). +- PCI: rockchip-ep: Fix address translation unit programming + (bsc#1218260). +- PCI: of_property: Assign PCI instead of CPU bus address to + dynamic PCI nodes (bsc#1218260). +- dm thin: Add missing destroy_work_on_stack() (bsc#1218260). +- dm: Fix typo in error message (bsc#1218260). +- ovl: properly handle large files in ovl_security_fileattr + (bsc#1218260). +- leds: flash: mt6360: Fix device_for_each_child_node() + refcounting in error paths (bsc#1218260). +- thermal: int3400: Fix reading of current_uuid for active policy + (bsc#1218260). +- fs/proc/kcore.c: Clear ret value in read_kcore_iter after + successful iov_iter_zero (bsc#1218260). +- PCI: endpoint: Clear secondary (not primary) EPC in + pci_epc_remove_epf() (bsc#1218260). +- PCI: keystone: Add link up check to ks_pcie_other_map_bus() + (bsc#1218260). +- PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" + compatible (bsc#1218260). +- i3c: master: Fix miss free init_dyn_addr at + i3c_master_put_i3c_addrs() (bsc#1218260). +- i3c: master: svc: Fix pm_runtime_set_suspended() with runtime + pm enabled (bsc#1218260). +- scsi: ufs: exynos: Fix hibern8 notify callbacks (bsc#1218260). +- util_macros.h: fix/rework find_closest() macros (bsc#1218260). +- ceph: extract entity name from device id (bsc#1218260). +- mm/slub: Avoid list corruption when removing a slab from the + full list (bsc#1218260). +- ARM: 9431/1: mm: Pair atomic_set_release() with _read_acquire() + (bsc#1218260). +- ARM: 9430/1: entry: Do a dummy read from VMAP shadow + (bsc#1218260). +- s390/entry: Mark IRQ entries to fix stack depot warnings + (bsc#1218260). +- ARM: 9429/1: ioremap: Sync PGDs for VMALLOC shadow + (bsc#1218260). +- ad7780: fix division by zero in ad7780_write_raw() + (bsc#1218260). +- clk: qcom: gcc-qcs404: fix initial rate of GPLL3 (bsc#1218260). +- leds: lp55xx: Remove redundant test for invalid channel number + (bsc#1218260). +- iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated + tables (bsc#1218260). +- zram: clear IDLE flag after recompression (bsc#1218260). +- vmstat: call fold_vm_zone_numa_events() before show per zone + NUMA event (bsc#1218260). +- ftrace: Fix regression with module command in stack_trace_filter + (bsc#1218260). +- maple_tree: refine mas_store_root() on storing NULL + (bsc#1218260). +- ovl: Filter invalid inodes with missing lookup function + (bsc#1218260). +- media: uvcvideo: Require entities to have a non-zero unique ID + (bsc#1218260). +- media: uvcvideo: Stop stream during unregister (bsc#1218260). +- media: platform: allegro-dvt: Fix possible memory leak in + allocate_buffers_internal() (bsc#1218260). +- media: gspca: ov534-ov772x: Fix off-by-one error in + set_frame_rate() (bsc#1218260). +- media: venus: Fix pm_runtime_set_suspended() with runtime pm + enabled (bsc#1218260). +- media: amphion: Fix pm_runtime_set_suspended() with runtime + pm enabled (bsc#1218260). +- efi/libstub: Free correct pointer on failure (bsc#1218260). +- media: platform: exynos4-is: Fix an OF node reference leak in + fimc_md_is_isp_available (bsc#1218260). +- media: ts2020: fix null-ptr-deref in ts2020_probe() + (bsc#1218260). +- media: verisilicon: av1: Fix reference video buffer pointer + assignment (bsc#1218260). +- media: imx-jpeg: Ensure power suppliers be suspended before + detach them (bsc#1218260). +- media: i2c: tc358743: Fix crash in the probe error path when + using polling (bsc#1218260). +- arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup + delay (bsc#1218260). +- media: i2c: dw9768: Fix pm_runtime_set_suspended() with runtime + pm enabled (bsc#1218260). +- media: mtk-jpeg: Fix null-ptr-deref during unload module + (bsc#1218260). +- media: imx-jpeg: Set video drvdata before register video device + (bsc#1218260). +- media: amphion: Set video drvdata before register video device + (bsc#1218260). +- arm64: dts: ti: k3-am62-verdin: Fix SD regulator startup delay + (bsc#1218260). +- arm64: dts: freescale: imx8mm-verdin: Fix SD regulator startup + delay (bsc#1218260). +- arm64: dts: allwinner: pinephone: Add mount matrix to + accelerometer (bsc#1218260). +- md/md-bitmap: Add missing destroy_work_on_stack() (bsc#1218260). +- btrfs: ref-verify: fix use-after-free after invalid ref action + (bsc#1218260). +- btrfs: add a sanity check for btrfs root in btrfs_search_slot() + (bsc#1218260). +- btrfs: don't loop for nowait writes when checking for cross + references (bsc#1218260). +- quota: flush quota_release_work upon quota writeback + (bsc#1218260). +- xfs: remove unknown compat feature check in superblock write + validation (bsc#1218260). +- sh: intc: Fix use-after-free bug in register_intc_controller() + (bsc#1218260). +- block, bfq: fix bfqq uaf in bfq_limit_depth() (bsc#1218260). +- sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket + (bsc#1218260). +- SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT + (bsc#1218260). +- sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport + (bsc#1218260). +- nfs: ignore SB_RDONLY when mounting nfs (bsc#1218260). +- cifs: unlock on error in smb3_reconfigure() (bsc#1218260). +- cifs: during remount, make sure passwords are in sync + (bsc#1218260). +- modpost: remove incorrect code in do_eisa_entry() (bsc#1218260). +- smb: Initialize cfid->tcon before performing network ops + (bsc#1218260). +- Rename .data.once to .data..once to fix resetting WARN*_ONCE + (bsc#1218260). +- Rename .data.unlikely to .data..unlikely (bsc#1218260). +- init/modpost: conditionally check section mismatch to __meminit* + (bsc#1218260). +- modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to + ALL_TEXT_SECTIONS (bsc#1218260). +- modpost: use ALL_INIT_SECTIONS for the section check from + DATA_SECTIONS (bsc#1218260). +- modpost: disallow the combination of EXPORT_SYMBOL and + __meminit* (bsc#1218260). +- modpost: remove EXIT_SECTIONS macro (bsc#1218260). +- modpost: remove MEM_INIT_SECTIONS macro (bsc#1218260). +- modpost: disallow *driver to reference .meminit* sections + (bsc#1218260). +- modpost: remove ALL_EXIT_DATA_SECTIONS macro (bsc#1218260). +- rtc: ab-eoz9: don't fail temperature reads on undervoltage + notification (bsc#1218260). +- cifs: Fix parsing reparse point with native symlink in SMB1 + non-UNICODE session (bsc#1218260). +- cifs: Fix parsing native symlinks relative to the export + (bsc#1218260). +- smb: client: disable directory caching when dir_cache_timeout + is zero (bsc#1218260). +- perf/arm-cmn: Ensure port and device id bits are set properly + (bsc#1218260). +- perf/arm-smmuv3: Fix lockdep assert in ->event_init() + (bsc#1218260). +- 9p/xen: fix release of IRQ (bsc#1218260). +- 9p/xen: fix init sequence (bsc#1218260). +- block: return unsigned int from bdev_io_min (bsc#1218260). +- nvme/multipath: Fix RCU list traversal to use SRCU primitive + (bsc#1218260). +- nvme-multipath: avoid hang on inaccessible namespaces + (bsc#1218260). +- nvme-multipath: implement "queue-depth" iopolicy (bsc#1218260). +- nvme-multipath: prepare for "queue-depth" iopolicy + (bsc#1218260). +- rtc: rzn1: fix BCD to rtc_time conversion errors (bsc#1218260). +- jffs2: fix use of uninitialized variable (bsc#1218260). +- ubifs: authentication: Fix use-after-free in + ubifs_tnc_end_commit (bsc#1218260). +- ubi: fastmap: Fix duplicate slab cache names while attaching + (bsc#1218260). +- ubifs: Correct the total block count by deducting journal + reservation (bsc#1218260). +- ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is + empty (bsc#1218260). +- rtc: check if __rtc_read_time was successful in + rtc_timer_do_work() (bsc#1218260). +- rtc: abx80x: Fix WDT bit position of the status register + (bsc#1218260). +- rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- NFSv4.0: Fix a use-after-free problem in the asynchronous open() + (bsc#1218260). +- um: Always dump trace for specified task in show_stack + (bsc#1218260). +- um: Fix the return value of elf_core_copy_task_fpregs + (bsc#1218260). +- um: Fix potential integer overflow during physmem setup + (bsc#1218260). +- SUNRPC: make sure cache entry active before cache_show + (bsc#1218260). +- NFSD: Prevent a potential integer overflow (bsc#1218260). +- ipc: fix memleak if msg_init_ns failed in create_ipc_ns + (bsc#1218260). +- f2fs: fix to do sanity check on node blkaddr in truncate_node() + (bsc#1218260). +- lib: string_helpers: silence snprintf() output truncation + warning (bsc#1218260). +- ublk: fix error code for unsupported command (bsc#1218260). +- usb: dwc3: gadget: Fix looping of queued SG entries + (bsc#1218260). +- usb: dwc3: gadget: Fix checking for number of TRBs left + (bsc#1218260). +- usb: musb: Fix hardware lockup on first Rx endpoint request + (bsc#1218260). +- smb: During unmount, ensure all cached dir instances drop + their dentry (bsc#1218260). +- smb: prevent use-after-free due to open_cached_dir error paths + (bsc#1218260). +- smb: Don't leak cfid when reconnect races with open_cached_dir + (bsc#1218260). +- smb: client: handle max length for SMB symlinks (bsc#1218260). +- smb3: request handle caching when caching directories + (bsc#1218260). +- ALSA: hda/realtek: Apply quirk for Medion E15433 (bsc#1218260). +- ALSA: hda/realtek: Fix Internal Speaker and Mic boost of + Infinix Y4 Max (bsc#1218260). +- ALSA: hda/realtek: Set PCBeep to default value for ALC274 + (bsc#1218260). +- ALSA: hda/realtek: Update ALC225 depop procedure (bsc#1218260). +- ALSA: pcm: Add sanity NULL check for the default mmap fault + handler (bsc#1218260). +- ALSA: ump: Fix evaluation of MIDI 1.0 FB info (bsc#1218260). +- media: v4l2-core: v4l2-dv-timings: check cvt/gtf result + (bsc#1218260). +- soc: fsl: rcpm: fix missing of_node_put() in + copy_ippdexpcr1_setting() (bsc#1218260). +- media: wl128x: Fix atomicity violation in fmc_send_cmd() + (bsc#1218260). +- HID: wacom: Interpret tilt data from Intuos Pro BT as signed + values (bsc#1218260). +- blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex + less long (bsc#1218260). +- block: fix ordering between checking BLK_MQ_S_STOPPED request + adding (bsc#1218260). +- block: fix ordering between checking QUEUE_FLAG_QUIESCED + request adding (bsc#1218260). +- block: fix missing dispatching request when queue is started + or unquiesced (bsc#1218260). +- arm64: tls: Fix context-switching of tpidrro_el0 when kpti is + enabled (bsc#1218260). +- ublk: fix ublk_ch_mmap() for 64K page size (bsc#1218260). +- iio: gts: Fix uninitialized symbol 'ret' (bsc#1218260). +- sh: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK + (bsc#1218260). +- um: vector: Do not use drvdata in release (bsc#1218260). +- serial: 8250: omap: Move pm_runtime_get_sync (bsc#1218260). +- serial: 8250_fintek: Add support for F81216E (bsc#1218260). +- dt-bindings: serial: rs485: Fix rs485-rts-delay property + (bsc#1218260). +- um: net: Do not use drvdata in release (bsc#1218260). +- ubi: wl: Put source PEB into correct list if trying locking + LEB failed (bsc#1218260). +- platform/chrome: cros_ec_typec: fix missing fwnode reference + decrement (bsc#1218260). +- smb: client: fix NULL ptr deref in crypto_aead_setkey() + (bsc#1218260). +- ksmbd: fix use-after-free in SMB request handling (bsc#1218260). +- parisc/ftrace: Fix function graph tracing disablement + (bsc#1218260). +- cifs: support mounting with alternate password to allow password + rotation (bsc#1218260). +- cpufreq: mediatek-hw: Fix wrong return value in + mtk_cpufreq_get_cpu_power() (bsc#1218260). +- mtd: spi-nor: core: replace dummy buswidth from addr to data + (bsc#1218260). +- spi: Fix acpi deferred irq probe (bsc#1218260). +- netfilter: ipset: add missing range check in bitmap_ip_uadt + (bsc#1218260). +- gpio: exar: set value when external pull-up or pull-down is + present (bsc#1218260). +- Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon + exit" (bsc#1218260). +- serial: sh-sci: Clean sci_ports[0] after at earlycon exit + (bsc#1218260). +- Revert "usb: gadget: composite: fix OS descriptors w_value + logic" (bsc#1218260). +- wifi: brcmfmac: release 'root' node in all execution paths + (bsc#1218260). +- wifi: ath12k: fix crash when unbinding (bsc#1218260). +- wifi: rtlwifi: Drastically reduce the attempts to read efuse + in case of failures (bsc#1218260). +- wifi: ath12k: fix warning when unbinding (bsc#1218260). +- ARM: dts: omap36xx: declare 1GHz OPP as turbo again + (bsc#1218260). +- usb: xhci: Fix TD invalidation under pending Set TR Dequeue + (bsc#1218260). +- Compiler Attributes: disable __counted_by for clang < 19.1.3 + (bsc#1218260). +- Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}() + (bsc#1218260). +- exfat: fix uninit-value in __exfat_get_dentry_set (bsc#1218260). +- dt-bindings: iio: dac: ad3552r: fix maximum spi speed + (bsc#1218260). +- pinctrl: qcom: spmi: fix debugfs drive strength (bsc#1218260). +- tools/nolibc: s390: include std.h (bsc#1218260). +- locking/lockdep: Avoid creating new name string literals in + lockdep_set_subclass() (bsc#1218260). +- tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handler + (bsc#1218260). +- apparmor: test: Fix memory leak for aa_unpack_strdup() + (bsc#1218260). +- comedi: Flush partial mappings in error case (bsc#1218260). +- fsnotify: fix sending inotify event with unexpected filename + (bsc#1218260). +- PCI: Fix use-after-free of slot->bus on hot remove + (bsc#1218260). +- KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device + (bsc#1218260). +- KVM: arm64: vgic-its: Add a data length check in vgic_its_save_* + (bsc#1218260). +- KVM: arm64: Get rid of userspace_irqchip_in_use (bsc#1218260). +- KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE + (bsc#1218260). +- KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow + status (bsc#1218260). +- KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR + (bsc#1218260). +- powerpc/pseries: Fix KVM guest detection for disabling + hardlockup detector (bsc#1218260). +- KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was + a leaf SPTE (bsc#1218260). +- crypto: x86/aegis128 - access 32-bit arguments as 32-bit + (bsc#1218260). +- perf/x86/intel/pt: Fix buffer full but size is 0 case + (bsc#1218260). +- ASoC: codecs: Fix atomicity violation in + snd_soc_component_get_drvdata() (bsc#1218260). +- ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad + P14s Gen 5 21MES00B00 (bsc#1218260). +- jfs: xattr: check invalid xattr size more strictly + (bsc#1218260). +- ext4: fix FS_IOC_GETFSMAP handling (bsc#1218260). +- ext4: supress data-race warnings in + ext4_free_inodes_{count,set}() (bsc#1218260). +- soc: qcom: socinfo: fix revision check in qcom_socinfo_probe() + (bsc#1218260). +- ASoC: Intel: sst: Fix used of uninitialized ctx to log an error + (bsc#1218260). +- arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as + disabled (bsc#1218260). +- Revert "arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on + xhci1 as disabled" (bsc#1218260). +- ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy + and Mbox devices (bsc#1218260). +- btrfs: do not BUG_ON() when freeing tree block after error + (bsc#1218260). +- f2fs: fix null reference error when checking end of zone + (bsc#1218260). +- perf/x86/intel: Hide Topdown metrics events if the feature is + not enumerated (bsc#1218260). +- dm-bufio: fix warnings about duplicate slab caches + (bsc#1218260). +- drm/amd/display: Add NULL pointer check for kzalloc + (bsc#1218260). +- drm/amd/display: Check phantom_stream before it is used + (bsc#1218260). +- drm/amd/display: Add NULL check for function pointer in + dcn20_set_output_transfer_func (bsc#1218260). +- drm/amd/display: Check null pointer before try to access it + (bsc#1218260). +- drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hw + (bsc#1218260). +- drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs + in dcn30_init_hw (bsc#1218260). +- dm-cache: fix warnings about duplicate slab caches + (bsc#1218260). +- closures: Change BUG_ON() to WARN_ON() (bsc#1218260). +- usb: ehci-spear: fix call balance of sehci clk handling routines + (bsc#1218260). +- ALSA: usb-audio: Fix out of bounds reads when finding clock + sources (bsc#1218260). +- xen: Fix the issue of resource not being properly released in + xenbus_dev_probe() (bsc#1218260). +- xfs: add bounds checking to xlog_recover_process_data + (bsc#1218260). +- nvme: fix metadata handling in nvme-passthrough (bsc#1218260). +- scsi: lpfc: Validate hdwq pointers before dereferencing in + reset/errata paths (bsc#1218260). +- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after + devm_pm_runtime_enable() (bsc#1218260). +- f2fs: fix fiemap failure issue when page size is 16KB + (bsc#1218260). +- gfs2: Remove and replace gfs2_glock_queue_work (bsc#1218260). +- gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lru + (bsc#1218260). +- ASoC: amd: yc: Fix for enabling DMIC on acp6x via _DSD entry + (bsc#1218260). +- apparmor: fix 'Do simple duplicate message elimination' + (bsc#1218260). +- drm/amd/display: Fix null check for pipe_ctx->plane_state in + hwss_setup_dpp (bsc#1218260). +- drm/radeon: Fix spurious unplug event on radeon HDMI + (bsc#1218260). +- drm/radeon: change rdev->ddev to rdev_to_drm(rdev) + (bsc#1218260). +- drm/radeon: add helper rdev_to_drm(rdev) (bsc#1218260). +- ALSA: hda/realtek: Update ALC256 depop procedure (bsc#1218260). +- firmware_loader: Fix possible resource leak in + fw_log_firmware_info() (bsc#1218260). +- counter: ti-ecap-capture: Add check for clk_enable() + (bsc#1218260). +- counter: stm32-timer-cnt: Add check for clk_enable() + (bsc#1218260). +- misc: apds990x: Fix missing pm_runtime_disable() (bsc#1218260). +- USB: chaoskey: Fix possible deadlock chaoskey_list_lock + (bsc#1218260). +- USB: chaoskey: fail open after removal (bsc#1218260). +- usb: yurex: make waiting on yurex_write interruptible + (bsc#1218260). +- usb: using mutex lock and supporting O_NONBLOCK flag in + iowarrior_read() (bsc#1218260). +- iio: light: al3010: Fix an error handling path in al3010_probe() + (bsc#1218260). +- ipmr: fix tables suspicious RCU usage (bsc#1218260). +- ip6mr: fix tables suspicious RCU usage (bsc#1218260). +- tcp: Fix use-after-free of nreq in reqsk_timer_handler() + (bsc#1218260). +- rxrpc: Improve setsockopt() handling of malformed user input + (bsc#1218260). +- llc: Improve setsockopt() handling of malformed user input + (bsc#1218260). +- Bluetooth: MGMT: Fix possible deadlocks (bsc#1218260). +- Bluetooth: MGMT: Fix slab-use-after-free Read in + set_powered_sync (bsc#1218260). +- bnxt_en: Unregister PTP during PCI shutdown and suspend + (bsc#1218260). +- bnxt_en: Refactor bnxt_ptp_init() (bsc#1218260). +- bnxt_en: Reserve rings after PCIe AER recovery if NIC interface + is down (bsc#1218260). +- net: hsr: fix hsr_init_sk() vs network/transport headers + (bsc#1218260). +- spi: atmel-quadspi: Fix register name in verbose logging + function (bsc#1218260). +- octeontx2-af: Quiesce traffic before NIX block reset + (bsc#1218260). +- octeontx2-af: RPM: fix stale FCFEC counters (bsc#1218260). +- octeontx2-af: RPM: fix stale RSFEC counters (bsc#1218260). +- octeontx2-pf: Reset MAC stats during probe (bsc#1218260). +- octeontx2-af: RPM: Fix low network performance (bsc#1218260). +- octeontx2-af: RPM: Fix mismatch in lmac type (bsc#1218260). +- net: stmmac: dwmac-socfpga: Set RX watchdog interrupt as broken + (bsc#1218260). +- marvell: pxa168_eth: fix call balance of pep->clk handling + routines (bsc#1218260). +- net: mdio-ipq4019: add missing error check (bsc#1218260). +- net/ipv6: delete temporary address if mngtmpaddr is removed + or unmanaged (bsc#1218260). +- s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct() + (bsc#1218260). +- net: microchip: vcap: Add typegroup table terminators in kunit + tests (bsc#1218260). +- net: usb: lan78xx: Fix refcounting and autosuspend on invalid + WoL configuration (bsc#1218260). +- tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsets + (bsc#1218260). +- net: usb: lan78xx: Fix memory leak on device unplug by freeing + PHY device (bsc#1218260). +- net: usb: lan78xx: Fix double free issue with interrupt buffer + allocation (bsc#1218260). +- power: supply: rt9471: Use IC status regfield to report real + charger status (bsc#1218260). +- power: supply: rt9471: Fix wrong WDT function regfield + declaration (bsc#1218260). +- power: supply: bq27xxx: Fix registers of bq27426 (bsc#1218260). +- power: supply: core: Remove might_sleep() from + power_supply_put() (bsc#1218260). +- LoongArch: BPF: Sign-extend return values (bsc#1218260). +- LoongArch: Fix build failure with GCC 15 (-std=gnu23) + (bsc#1218260). +- fs_parser: update mount_api doc to match function signature + (bsc#1218260). +- vfio/pci: Properly hide first-in-list PCIe extended capability + (bsc#1218260). +- gpio: zevio: Add missed label initialisation (bsc#1218260). +- selftests/mount_setattr: Fix failures on 64K PAGE_SIZE kernels + (bsc#1218260). +- vdpa/mlx5: Fix suboptimal range on iotlb iteration + (bsc#1218260). +- hwmon: (tps23861) Fix reporting of negative temperatures + (bsc#1218260). +- NFSD: Fix nfsd4_shutdown_copy() (bsc#1218260). +- svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init() + (bsc#1218260). +- nfsd: release svc_expkey/svc_export with rcu_work (bsc#1218260). +- NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir() + (bsc#1218260). +- NFSD: Prevent NULL dereference in nfsd4_process_cb_update() + (bsc#1218260). +- PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks + 'mmio' (bsc#1218260). +- remoteproc: qcom_q6v5_mss: Re-order writes to the IMEM region + (bsc#1218260). +- rpmsg: glink: use only lower 16-bits of param2 for CMD_OPEN + name length (bsc#1218260). +- remoteproc: qcom: pas: add minidump_id to SM8350 resources + (bsc#1218260). +- perf trace: Avoid garbage when not printing a syscall's + arguments (bsc#1218260). +- perf trace: Do not lose last events in a race (bsc#1218260). +- perf trace: Fix tracing itself, creating feedback loops + (bsc#1218260). +- perf list: Fix topic and pmu_name argument order (bsc#1218260). +- svcrdma: Address an integer overflow (bsc#1218260). +- m68k: coldfire/device.c: only build FEC when HW macros are + defined (bsc#1218260). +- m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x + (bsc#1218260). +- perf trace: avoid garbage when not printing a trace event's + arguments (bsc#1218260). +- f2fs: fix to avoid forcing direct write to use buffered IO on + inline_data inode (bsc#1218260). +- f2fs: fix race in concurrent f2fs_stop_gc_thread (bsc#1218260). +- PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS + milliseconds (bsc#1218260). +- PCI: j721e: Add suspend and resume support (bsc#1218260). +- PCI: j721e: Use T_PERST_CLK_US macro (bsc#1218260). +- PCI: j721e: Add reset GPIO to struct j721e_pcie (bsc#1218260). +- PCI: cadence: Set cdns_pcie_host_init() global (bsc#1218260). +- PCI: cadence: Extract link setup sequence from + cdns_pcie_host_setup() (bsc#1218260). +- PCI: j721e: Add PCIe 4x lane selection support (bsc#1218260). +- PCI: j721e: Add per platform maximum lane settings + (bsc#1218260). +- PCI: Add T_PVPERL macro (bsc#1218260). +- f2fs: fix to avoid use GC_AT when setting gc_mode as + GC_URGENT_LOW or GC_URGENT_MID (bsc#1218260). +- f2fs: fix to avoid potential deadlock in + f2fs_record_stop_reason() (bsc#1218260). +- f2fs: check curseg->inited before write_sum_page in + change_curseg (bsc#1218260). +- f2fs: fix the wrong f2fs_bug_on condition in + f2fs_do_replace_block (bsc#1218260). +- perf ftrace latency: Fix unit on histogram first entry when + using --use-nsec (bsc#1218260). +- PCI: cpqphp: Fix PCIBIOS_* return value confusion (bsc#1218260). +- PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config reads + (bsc#1218260). +- rust: macros: fix documentation of the paste! macro + (bsc#1218260). +- perf probe: Correct demangled symbols in C++ program + (bsc#1218260). +- perf probe: Fix libdw memory leak (bsc#1218260). +- f2fs: fix to account dirty data in __get_secs_required() + (bsc#1218260). +- f2fs: compress: fix inconsistent update of i_blocks + in release_compress_blocks and reserve_compress_blocks + (bsc#1218260). +- perf test attr: Add back missing topdown events (bsc#1218260). +- perf trace: Keep exited threads for summary (bsc#1218260). +- perf stat: Fix affinity memory leaks on error path + (bsc#1218260). +- perf stat: Close cork_fd when create_perf_stat_counter() failed + (bsc#1218260). +- PCI: Fix reset_method_store() memory leak (bsc#1218260). +- gfs2: Fix unlinked inode cleanup (bsc#1218260). +- gfs2: Allow immediate GLF_VERIFY_DELETE work (bsc#1218260). +- gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETE + (bsc#1218260). +- gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_async + (bsc#1218260). +- gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw + (bsc#1218260). +- perf cs-etm: Don't flush when packet_queue fills up + (bsc#1218260). +- mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb() + (bsc#1218260). +- smb: cached directories can be more than root file handle + (bsc#1218260). +- pinctrl: k210: Undef K210_PC_DEFAULT (bsc#1218260). +- arm64: dts: qcom: sc8180x: Add a SoC-specific compatible to + cpufreq-hw (bsc#1218260). +- clk: clk-axi-clkgen: make sure to enable the AXI bus clock + (bsc#1218260). +- dt-bindings: clock: axi-clkgen: include AXI clk (bsc#1218260). +- clk: ralink: mtmips: fix clocks probe order in oldest ralink + SoCs (bsc#1218260). +- clk: ralink: mtmips: fix clock plan for Ralink SoC RT3883 + (bsc#1218260). +- clk: clk-apple-nco: Add NULL check in applnco_probe + (bsc#1218260). +- RDMA/mlx5: Move events notifier registration to be after device + registration (bsc#1218260). +- IB/mlx5: Allocate resources just before first QP/SRQ is created + (bsc#1218260). +- fbdev: sh7760fb: Fix a possible memory leak in + sh7760fb_alloc_mem() (bsc#1218260). +- powerpc/kexec: Fix return of uninitialized variable + (bsc#1218260). +- powerpc/sstep: make emulate_vsx_load and emulate_vsx_store + static (bsc#1218260). +- KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on + pending doorbells (bsc#1218260). +- KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guests + (bsc#1218260). +- dax: delete a stale directory pmem (bsc#1218260). +- ocfs2: fix uninitialized value in ocfs2_file_read_iter() + (bsc#1218260). +- cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power() + (bsc#1218260). +- cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost() + (bsc#1218260). +- RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg() + (bsc#1218260). +- RDMA/hns: Fix out-of-order issue of requester when setting FENCE + (bsc#1218260). +- x86/tdx: Dynamically disable SEPT violations from causing #VEs + (bsc#1218260). +- x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup() (bsc#1218260). +- x86/tdx: Introduce wrappers to read and write TD metadata + (bsc#1218260). +- x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a + structure (bsc#1218260). +- x86/tdx: Rename __tdx_module_call() to __tdcall() (bsc#1218260). +- x86/tdx: Make macros of TDCALLs consistent with the spec + (bsc#1218260). +- x86/tdx: Skip saving output regs when SEAMCALL fails with + VMFailInvalid (bsc#1218260). +- scsi: sg: Enable runtime power management (bsc#1218260). +- scsi: qedi: Fix a possible memory leak in + qedi_alloc_and_init_sb() (bsc#1218260). +- scsi: qedf: Fix a possible memory leak in + qedf_alloc_and_init_sb() (bsc#1218260). +- scsi: fusion: Remove unused variable 'rc' (bsc#1218260). +- scsi: bfa: Fix use-after-free in bfad_im_module_exit() + (bsc#1218260). +- fs/proc/kcore.c: fix coccinelle reported ERROR instances + (bsc#1218260). +- mfd: rt5033: Fix missing regmap_del_irq_chip() (bsc#1218260). +- checkpatch: always parse orig_commit in fixes tag (bsc#1218260). +- checkpatch: check for missing Fixes tags (bsc#1218260). +- iommu/vt-d: Fix checks and print in pgtable_walk() + (bsc#1218260). +- iommu/vt-d: Fix checks and print in dmar_fault_dump_ptes() + (bsc#1218260). +- clk: imx: imx8-acm: Fix return value check in + clk_imx_acm_attach_pm_domains() (bsc#1218260). +- clk: imx: clk-scu: fix clk enable state save and restore + (bsc#1218260). +- clk: imx: fracn-gppll: fix pll power up (bsc#1218260). +- clk: imx: fracn-gppll: correct PLL initialization flow + (bsc#1218260). +- clk: imx: lpcg-scu: SW workaround for errata (e10858) + (bsc#1218260). +- RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulation + (bsc#1218260). +- RDMA/rxe: Set queue pair cur_qp_state when being queried + (bsc#1218260). +- clk: renesas: rzg2l: Fix FOUTPOSTDIV clk (bsc#1218260). +- clk: sunxi-ng: d1: Fix PLL_AUDIO0 preset (bsc#1218260). +- RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey + (bsc#1218260). +- RDMA/rxe: Fix the qp flush warnings in req (bsc#1218260). +- RDMA/hns: Fix cpu stuck caused by printings during reset + (bsc#1218260). +- RDMA/hns: Use dev_* printings in hem code instead of ibdev_* + (bsc#1218260). +- RDMA/hns: Fix an AEQE overflow error caused by untimely update + of eq_db_ci (bsc#1218260). +- cpufreq: CPPC: Fix possible null-ptr-deref for + cppc_get_cpu_cost() (bsc#1218260). +- cpufreq: CPPC: Fix possible null-ptr-deref for + cpufreq_cpu_get_raw() (bsc#1218260). +- powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore + (bsc#1218260). +- mtd: spi-nor: spansion: Use nor->addr_nbytes in octal DTR mode + in RD_ANY_REG_OP (bsc#1218260). +- powerpc/mm/fault: Fix kfence page fault reporting (bsc#1218260). +- mtd: rawnand: atmel: Fix possible memory leak (bsc#1218260). +- mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLE + (bsc#1218260). +- mtd: hyperbus: rpc-if: Convert to platform remove callback + returning void (bsc#1218260). +- powerpc/fadump: Move fadump_cma_init to setup_arch() after + initmem_init() (bsc#1218260). +- powerpc/fadump: Refactor and prepare fadump_cma_init for late + init (bsc#1218260). +- cpufreq: loongson2: Unregister platform_driver on failure + (bsc#1218260). +- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices + (bsc#1218260). +- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device + (bsc#1218260). +- mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device + (bsc#1218260). +- mfd: da9052-spi: Change read-mask to write-mask (bsc#1218260). +- mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to + fix race (bsc#1218260). +- powerpc/vdso: Flag VDSO64 entry points as functions + (bsc#1218260). +- scsi: hisi_sas: Enable all PHYs that are not disabled by user + during controller reset (bsc#1218260). +- pinctrl: zynqmp: drop excess struct member description + (bsc#1218260). +- trace/trace_event_perf: remove duplicate samples on the first + tracepoint event (bsc#1218260). +- clk: mediatek: drop two dead config options (bsc#1218260). +- cppc_cpufreq: Use desired perf if feedback ctrs are 0 or + unchanged (bsc#1218260). +- unicode: Fix utf8_load() error path (bsc#1218260). +- bpf: fix recursive lock when verdict program return SK_PASS + (bsc#1218260). +- wireguard: selftests: load nf_conntrack if not present + (bsc#1218260). +- netpoll: Use rcu_access_pointer() in netpoll_poll_lock + (bsc#1218260). +- erofs: handle NONHEAD !delta[1] lclusters gracefully + (bsc#1218260). +- Bluetooth: fix use-after-free in device_for_each_child() + (bsc#1218260). +- ALSA: 6fire: Release resources at card release (bsc#1218260). +- ALSA: caiaq: Use snd_card_free_when_closed() at disconnection + (bsc#1218260). +- ALSA: us122l: Use snd_card_free_when_closed() at disconnection + (bsc#1218260). +- ALSA: usx2y: Use snd_card_free_when_closed() at disconnection + (bsc#1218260). +- net: rfkill: gpio: Add check for clk_enable() (bsc#1218260). +- bpf: Force uprobe bpf program to always return 0 (bsc#1218260). +- drm/amdkfd: Fix wrong usage of INIT_WORK() (bsc#1218260). +- selftests: net: really check for bg process completion + (bsc#1218260). +- ipv6: release nexthop on device removal (bsc#1218260). +- net: use unrcu_pointer() helper (bsc#1218260). +- sock_diag: allow concurrent operation in sock_diag_rcv_msg() + (bsc#1218260). +- sock_diag: allow concurrent operations (bsc#1218260). +- sock_diag: add module pointer to "struct sock_diag_handler" + (bsc#1218260). +- bpf, sockmap: Fix sk_msg_reset_curr (bsc#1218260). +- bpf, sockmap: Several fixes to bpf_msg_pop_data (bsc#1218260). +- bpf, sockmap: Several fixes to bpf_msg_push_data (bsc#1218260). +- selftests/bpf: Add push/pop checking for msg_verify_data in + test_sockmap (bsc#1218260). +- selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmap + (bsc#1218260). +- selftests/bpf: Fix SENDPAGE data logic in test_sockmap + (bsc#1218260). +- selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap + (bsc#1218260). +- netlink: typographical error in nlmsg_type constants definition + (bsc#1218260). +- netfilter: nf_tables: must hold rcu read lock while iterating + object type list (bsc#1218260). +- netfilter: nf_tables: skip transaction if update object is + not implemented (bsc#1218260). +- netfilter: nf_tables: must hold rcu read lock while iterating + expression type list (bsc#1218260). +- netfilter: nf_tables: avoid false-positive lockdep splat on + rule deletion (bsc#1218260). +- netfilter: nf_tables: Introduce nf_tables_getrule_single() + (bsc#1218260). +- netfilter: nf_tables: Open-code audit log call in + nf_tables_getrule() (bsc#1218260). +- drm: use ATOMIC64_INIT() for atomic64_t (bsc#1218260). +- drm/vkms: Drop unnecessary call to drm_crtc_cleanup() + (bsc#1218260). +- bpf, bpftool: Fix incorrect disasm pc (bsc#1218260). +- drm/msm/dpu: cast crtc_clk calculation to u64 in + _dpu_core_perf_calc_clk() (bsc#1218260). +- wifi: wfx: Fix error handling in wfx_core_init() (bsc#1218260). +- drm: zynqmp_kms: Unplug DRM device before removal (bsc#1218260). +- drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new() + (bsc#1218260). +- drm/etnaviv: hold GPU lock across perfmon sampling + (bsc#1218260). +- drm/etnaviv: Request pages from DMA32 zone on addressing_limited + (bsc#1218260). +- drm/msm/gpu: Check the status of registration to PM QoS + (bsc#1218260). +- drm/msm/adreno: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- bpf, arm64: Remove garbage frame for struct_ops trampoline + (bsc#1218260). +- drm/panfrost: Remove unused id_mask from struct panfrost_model + (bsc#1218260). +- selftests/bpf: fix test_spin_lock_fail.c's global vars usage + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_flows.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.c + (bsc#1218260). +- octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c + (bsc#1218260). +- drm/msm/dpu: drop LM_3 / LM_4 on MSM8998 (bsc#1218260). +- drm/msm/dpu: drop LM_3 / LM_4 on SDM845 (bsc#1218260). +- drm/msm/dpu: on SDM845 move DSPP_3 to LM_5 block (bsc#1218260). +- drm: fsl-dcu: enable PIXCLK on LS1021A (bsc#1218260). +- wifi: mwifiex: Fix memcpy() field-spanning write warning in + mwifiex_config_scan() (bsc#1218260). +- selftests/bpf: Fix txmsg_redir of test_txmsg_pull in + test_sockmap (bsc#1218260). +- selftests/bpf: Fix msg_verify_data in test_sockmap + (bsc#1218260). +- drm/bridge: tc358767: Fix link properties discovery + (bsc#1218260). +- netdevsim: copy addresses for both in and out paths + (bsc#1218260). +- libbpf: never interpret subprogs in .text as entry programs + (bsc#1218260). +- ASoC: rt722-sdca: Remove logically deadcode in rt722-sdca.c + (bsc#1218260). +- libbpf: fix sym_is_subprog() logic for weak global subprogs + (bsc#1218260). +- drm/vc4: Match drm_dev_enter and exit calls in + vc4_hvs_atomic_flush (bsc#1218260). +- ice: consistently use q_idx in ice_vc_cfg_qs_msg() + (bsc#1218260). +- ice: Support FCS/CRC strip disable for VF (bsc#1218260). +- virtchnl: Add CRC stripping capability (bsc#1218260). +- wifi: ath11k: Fix CE offset address calculation for WCN6750 + in SSR (bsc#1218260). +- bpf: Fix the xdp_adjust_tail sample prog issue (bsc#1218260). +- libbpf: Fix output .symtab byte-order during linking + (bsc#1218260). +- libbpf: Fix expected_attach_type set handling in program load + callback (bsc#1218260). +- drm/bridge: it6505: Drop EDID cache on bridge power off + (bsc#1218260). +- drm/bridge: anx7625: Drop EDID cache on bridge power off + (bsc#1218260). +- ASoC: dt-bindings: mt6359: Update generic node name and + dmic-mode (bsc#1218260). +- ASoC: fsl_micfil: fix regmap_write_bits usage (bsc#1218260). +- dt-bindings: vendor-prefixes: Add NeoFidelity, Inc + (bsc#1218260). +- wifi: ath12k: Skip Rx TID cleanup for self peer (bsc#1218260). +- wifi: ath10k: fix invalid VHT parameters in + supported_vht_mcs_rate_nss2 (bsc#1218260). +- wifi: ath10k: fix invalid VHT parameters in + supported_vht_mcs_rate_nss1 (bsc#1218260). +- drm/v3d: Address race-condition in MMU flush (bsc#1218260). +- drm/imx/ipuv3: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- drm/imx/dcss: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- drm/omap: Fix locking in omap_gem_new_dmabuf() (bsc#1218260). +- drm/omap: Fix possible NULL dereference (bsc#1218260). +- wifi: ath9k: add range check for conn_rsp_epid in + htc_connect_service() (bsc#1218260). +- drm/vc4: hvs: Correct logic on stopping an HVS channel + (bsc#1218260). +- drm/vc4: hvs: Remove incorrect limit from hvs_dlist debugfs + function (bsc#1218260). +- drm/vc4: hvs: Fix dlist debug not resetting the next entry + pointer (bsc#1218260). +- drm/vc4: hdmi: Avoid hang with debug registers when suspended + (bsc#1218260). +- drm/vc4: hvs: Don't write gamma luts on 2711 (bsc#1218260). +- drm/mm: Mark drm_mm_interval_tree*() functions with + __maybe_unused (bsc#1218260). +- platform/x86: panasonic-laptop: Return errno correctly in show + callback (bsc#1218260). +- HID: hyperv: streamline driver probe to avoid devres issues + (bsc#1218260). +- arm64: dts: rockchip: correct analog audio name on Indiedroid + Nova (bsc#1218260). +- media: atomisp: Add check for rgby_data memory allocation + failure (bsc#1218260). +- firmware: arm_scpi: Check the DVFS OPP count returned by the + firmware (bsc#1218260). +- selftests/resctrl: Protect against array overrun during iMC + config parsing (bsc#1218260). +- selftests/resctrl: Fix memory overflow due to unhandled + wraparound (bsc#1218260). +- selftests/resctrl: Refactor fill_buf functions (bsc#1218260). +- selftests/resctrl: Split fill_buf to allow tests finer-grained + control (bsc#1218260). +- arm64: dts: mediatek: mt8183-kukui-jacuzzi: Add supplies for + fixed regulators (bsc#1218260). +- arm64: dts: mediatek: mt8183-kukui-jacuzzi: Fix DP bridge + supply names (bsc#1218260). +- arm64: dts: mediatek: mt6358: fix dtbs_check error + (bsc#1218260). +- arm64: dts: mediatek: Add ADC node on MT6357, MT6358, MT6359 + PMICs (bsc#1218260). +- arm64: dts: renesas: hihope: Drop #sound-dai-cells + (bsc#1218260). +- regmap: irq: Set lockdep class for hierarchical IRQ domains + (bsc#1218260). +- =?UTF-8?q?spi:=20zynqmp-gqspi:=20Undo=20runtime=20PM=20ch?= + =?UTF-8?q?anges=20at=20driver=20exit=20time=E2=80=8B?= + (bsc#1218260). +- spi: tegra210-quad: Avoid shift-out-of-bounds (bsc#1218260). +- pmdomain: ti-sci: Add missing of_node_put() for args.np + (bsc#1218260). +- of/fdt: add dt_phys arg to early_init_dt_scan and + early_init_dt_verify (bsc#1218260). +- x86/of: Unconditionally call unflatten_and_copy_device_tree() + (bsc#1218260). +- um: Unconditionally call unflatten_device_tree() (bsc#1218260). +- arm64: dts: ti: k3-j721s2: Fix clock IDs for MCSPI instances + (bsc#1218260). +- arm64: dts: ti: k3-j721e: Fix clock IDs for MCSPI instances + (bsc#1218260). +- arm64: dts: ti: k3-j7200: Fix clock ids for MCSPI instances + (bsc#1218260). +- arm64: dts: ti: k3-j7200: Fix register map for main domain pmx + (bsc#1218260). +- arm64: dts: ti: k3-j7200: use ti,j7200-padconf compatible + (bsc#1218260). +- ARM: dts: cubieboard4: Fix DCDC5 regulator constraints + (bsc#1218260). +- pwm: imx27: Workaround of the pwm output bug when decrease + the duty cycle (bsc#1218260). +- arm64: dts: mt8183: Damu: add i2c2's i2c-scl-internal-delay-ns + (bsc#1218260). +- arm64: dts: mt8183: cozmo: add i2c2's i2c-scl-internal-delay-ns + (bsc#1218260). +- arm64: dts: mt8183: burnet: add i2c2's i2c-scl-internal-delay-ns + (bsc#1218260). +- arm64: dts: mt8183: fennel: add i2c2's i2c-scl-internal-delay-ns + (bsc#1218260). +- regulator: rk808: Restrict DVS GPIOs to the RK808 variant only + (bsc#1218260). +- cgroup/bpf: only cgroup v2 can be attached by bpf programs + (bsc#1218260). +- Revert "cgroup: Fix memory leak caused by missing + cgroup_bpf_offline" (bsc#1218260). +- arm64: dts: mediatek: mt8173-elm-hana: Add vdd-supply to second + source trackpad (bsc#1218260). +- arm64: dts: mt8183: kukui: Fix the address of eeprom at i2c4 + (bsc#1218260). +- arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4 + (bsc#1218260). +- media: i2c: ds90ub960: Fix missing return check on + ub960_rxport_read call (bsc#1218260). +- tpm: fix signed/unsigned bug when checking event logs + (bsc#1218260). +- efi/libstub: fix efi_parse_options() ignoring the default + command line (bsc#1218260). +- openrisc: Implement fixmap to fix earlycon (bsc#1218260). +- mmc: mmc_spi: drop buggy snprintf() (bsc#1218260). +- ARM: dts: microchip: sam9x60: Add missing property + atmel,usart-mode (bsc#1218260). +- arm64: dts: qcom: sm6350: Fix GPU frequencies missing on some + speedbins (bsc#1218260). +- soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get() + (bsc#1218260). +- soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node + (bsc#1218260). +- arm64: dts: mt8195: Fix dtbs_check error for mutex node + (bsc#1218260). +- microblaze: Export xmb_manager functions (bsc#1218260). +- drivers: soc: xilinx: add the missing kfree in + xlnx_add_cb_for_suspend() (bsc#1218260). +- spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq() + (bsc#1218260). +- clocksource/drivers/timer-ti-dm: Fix child node refcount + handling (bsc#1218260). +- clocksource/drivers:sp804: Make user selectable (bsc#1218260). +- kcsan, seqlock: Fix incorrect assumption in read_seqbegin() + (bsc#1218260). +- kcsan, seqlock: Support seqcount_latch_t (bsc#1218260). +- time: Fix references to _msecs_to_jiffies() handling of values + (bsc#1218260). +- time: Partially revert cleanup on msecs_to_jiffies() + documentation (bsc#1218260). +- x86/unwind/orc: Fix unwind for newly forked tasks (bsc#1218260). +- thermal/lib: Fix memory leak on error in thermal_genl_auto() + (bsc#1218260). +- tools/lib/thermal: Make more generic the command encoding + function (bsc#1218260). +- rcuscale: Do a proper cleanup if kfree_scale_init() fails + (bsc#1218260). +- crypto: cavium - Fix an error handling path in + cpt_ucode_load_fw() (bsc#1218260). +- crypto: bcm - add error check in the ahash_hmac_init function + (bsc#1218260). +- crypto: caam - add error check to caam_rsa_set_priv_key_form + (bsc#1218260). +- ACPI: CPPC: Fix _CPC register setting issue (bsc#1218260). +- hwmon: (nct6775-core) Fix overflows seen when writing limit + attributes (bsc#1218260). +- hwmon: (pmbus/core) clear faults after setting smbalert mask + (bsc#1218260). +- hwmon: (pmbus_core) Allow to hook PMBUS_SMBALERT_MASK + (bsc#1218260). +- rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu + (bsc#1218260). +- doc: rcu: update printed dynticks counter bits (bsc#1218260). +- crypto: inside-secure - Fix the return value of + safexcel_xcbcmac_cra_init() (bsc#1218260). +- EDAC/igen6: Avoid segmentation fault on module unload + (bsc#1218260). +- crypto: hisilicon/qm - disable same error report before + resetting (bsc#1218260). +- amd-pstate: Set min_perf to nominal_perf for active mode + performance gov (bsc#1218260). +- crypto: cavium - Fix the if condition to exit loop after timeout + (bsc#1218260). +- crypto: pcrypt - Call crypto layer directly when + padata_do_parallel() return -EBUSY (bsc#1218260). +- EDAC/{skx_common,i10nm}: Fix incorrect far-memory error source + indicator (bsc#1218260). +- EDAC/skx_common: Differentiate memory error sources + (bsc#1218260). +- EDAC/fsl_ddr: Fix bad bit shift operations (bsc#1218260). +- thermal: core: Initialize thermal zones before registering them + (bsc#1218260). +- crypto: qat - remove faulty arbiter config reset (bsc#1218260). +- EDAC/bluefield: Fix potential integer overflow (bsc#1218260). +- firmware: google: Unregister driver_info on failure + (bsc#1218260). +- crypto: qat/qat_4xxx - fix off by one in uof_get_name() + (bsc#1218260). +- crypto: qat - remove check after debugfs_create_dir() + (bsc#1218260). +- crypto: caam - Fix the pointer passed to caam_qi_shutdown() + (bsc#1218260). +- virtio_blk: reverse request order in virtio_queue_rqs + (bsc#1218260). +- nvme-pci: reverse request order in nvme_queue_rqs (bsc#1218260). +- ext4: fix race in buffer_head read fault injection + (bsc#1218260). +- ext4: remove array of buffer_heads from mext_page_mkuptodate() + (bsc#1218260). +- ext4: pipeline buffer reads in mext_page_mkuptodate() + (bsc#1218260). +- ext4: remove calls to to set/clear the folio error flag + (bsc#1218260). +- hfsplus: don't query the device logical block size multiple + times (bsc#1218260). +- s390/syscalls: Avoid creation of arch/arch/ directory + (bsc#1218260). +- block: fix bio_split_rw_at to take zone_write_granularity into + account (bsc#1218260). +- netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING + (bsc#1218260). +- cachefiles: Fix missing pos updates in + cachefiles_ondemand_fd_write_iter() (bsc#1218260). +- acpi/arm64: Adjust error handling procedure in + gtdt_parse_timer_block() (bsc#1218260). +- arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANG + (bsc#1218260). +- m68k: mvme147: Reinstate early console (bsc#1218260). +- m68k: mvme16x: Add and use "mvme16x.h" (bsc#1218260). +- m68k: mvme147: Fix SCSI controller IRQ numbers (bsc#1218260). +- nvme-pci: fix freeing of the HMB descriptor table (bsc#1218260). +- initramfs: avoid filename buffer overrun (bsc#1218260). +- mips: asm: fix warning when disabling MIPS_FP_SUPPORT + (bsc#1218260). +- ext4: avoid remount errors with 'abort' mount option + (bsc#1218260). +- brd: defer automatic disk creation until module initialization + succeeds (bsc#1218260). +- x86/pvh: Call C code via the kernel virtual mapping + (bsc#1218260). +- x86/pvh: Set phys_base when calling xen_prepare_pvh() + (bsc#1218260). +- s390/pageattr: Implement missing kernel_page_present() + (bsc#1218260). +- s390/cio: Do not unregister the subchannel based on DNV + (bsc#1218260). +- kselftest/arm64: mte: fix printf type warnings about longs + (bsc#1218260). +- kselftest/arm64: mte: fix printf type warnings about __u64 + (bsc#1218260). +- arm64: probes: Disable kprobes/uprobes on MOPS instructions + (bsc#1218260). +- bpf: support non-r10 register spill/fill to/from stack in + precision tracking (bsc#1218260). +- mptcp: fix possible integer overflow in mptcp_reset_tout_timer + (bsc#1218260). +- drm/amd/display: Add null check for pipe_ctx->plane_state in + dcn20_program_pipe (bsc#1218260). +- platform/x86: x86-android-tablets: Unregister devices in + reverse order (bsc#1218260). +- nvme: apple: fix device reference counting (bsc#1218260). +- fs/proc: do_task_stat: use sig->stats_lock to gather the + threads/children stats (bsc#1218260). +- drm/amd/display: Don't refer to dc_sink in + is_dsc_need_re_compute (bsc#1218260). +- drm/amd/display: Check null-initialized variables (bsc#1218260). +- fs/inode: Prevent dump_mapping() accessing invalid + dentry.d_name.name (bsc#1218260). +- drm/amd/display: Initialize denominators' default to 1 + (bsc#1218260). +- drm/amd/display: Add NULL check for function pointer in + dcn32_set_output_transfer_func (bsc#1218260). +- x86/stackprotector: Work around strict Clang TLS symbol + requirements (bsc#1218260). +- serial: sc16is7xx: fix invalid FIFO access with special register + set (bsc#1218260). +- s390/pkey: Wipe copies of clear-key structures on failure + (bsc#1218260). +- i2c: lpi2c: Avoid calling clk_get_rate during transfer + (bsc#1218260). +- ipmr: Fix access to mfc_cache_list without lock held + (bsc#1218260). +- ARM: 9420/1: smp: Fix SMP for xip kernels (bsc#1218260). +- ALSA: usb-audio: Fix Yamaha P-125 Quirk Entry (bsc#1218260). +- LoongArch: Define a default value for VM_DATA_DEFAULT_FLAGS + (bsc#1218260). +- ASoC: audio-graph-card2: Purge absent supplies for device tree + nodes (bsc#1218260). +- proc/softirqs: replace seq_printf with seq_put_decimal_ull_width + (bsc#1218260). +- drm: panel-orientation-quirks: Make Lenovo Yoga Tab 3 X90F + DMI match less strict (bsc#1218260). +- ASoC: stm: Prevent potential division by zero in + stm32_sai_get_clk_div() (bsc#1218260). +- ASoC: stm: Prevent potential division by zero in + stm32_sai_mclk_round_rate() (bsc#1218260). +- ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad + E14 Gen 6 (bsc#1218260). +- platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW + showing incorrect fan speed (bsc#1218260). +- can: j1939: fix error in J1939 documentation (bsc#1218260). +- tools/lib/thermal: Remove the thermal.h soft link when doing + make clean (bsc#1218260). +- ASoC: tas2781: Add new driver version for tas2563 & tas2781 + qfn chip (bsc#1218260). +- platform/x86: dell-wmi-base: Handle META key Lock/Unlock events + (bsc#1218260). +- platform/x86: dell-smbios-base: Extends support to Alienware + products (bsc#1218260). +- regulator: rk808: Add apply_bit for BUCK3 on RK809 + (bsc#1218260). +- firmware: arm_scmi: Reject clear channel request on A2P + (bsc#1218260). +- soc: qcom: Add check devm_kasprintf() returned value + (bsc#1218260). +- net: usb: qmi_wwan: add Quectel RG650V (bsc#1218260). +- bpf: fix filed access without lock (bsc#1218260). +- x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB + (bsc#1218260). +- ALSA: hda/realtek: Add subwoofer quirk for Infinix ZERO BOOK 13 + (bsc#1218260). +- selftests/watchdog-test: Fix system accidentally reset after + watchdog-test (bsc#1218260). +- usb: typec: use cleanup facility for 'altmodes_node' + (bsc#1218260). +- usb: add support for new USB device ID 0x17EF:0x3098 for the + r8152 driver (bsc#1218260). +- mac80211: fix user-power when emulating chanctx (bsc#1218260). +- wifi: iwlwifi: mvm: Use the sync timepoint API in suspend + (bsc#1218260). +- ASoC: Intel: sst: Support LPE0F28 ACPI HID (bsc#1218260). +- ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla + 10 tablet (bsc#1218260). +- ASoC: Intel: bytcr_rt5640: Add support for non ACPI instantiated + codec (bsc#1218260). +- ASoC: codecs: rt5640: Always disable IRQs from + rt5640_cancel_work() (bsc#1218260). +- wifi: radiotap: Avoid -Wflex-array-member-not-at-end warnings + (bsc#1218260). +- commit 96fa083 + ------------------------------------------------------------------- Fri Nov 22 19:35:08 CET 2024 - rfrohl@suse.com diff --git a/kernel-syms-longterm.spec b/kernel-syms-longterm.spec index 701dbb9..e1d2a42 100644 --- a/kernel-syms-longterm.spec +++ b/kernel-syms-longterm.spec @@ -16,7 +16,7 @@ # -%define git_commit bd5007503ad0cafa35fce68e964e185cedc40984 +%define git_commit 11cb128c56500fbab810768a01e8fcd34a69d853 %define variant -longterm%{nil} %include %_sourcedir/kernel-spec-macros @@ -25,10 +25,10 @@ Name: kernel-syms-longterm Summary: Kernel Symbol Versions (modversions) License: GPL-2.0-only Group: Development/Sources -Version: 6.6.63 +Version: 6.6.64 %if %using_buildservice %if 0%{?is_kotd} -Release: .gbd50075 +Release: .g11cb128 %else Release: 0 %endif diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index b22ae9c..76c6a69 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc52153fe947b996a455fc31da18750b876c217753ee67b2f6dacdb732db3587 -size 9836079 +oid sha256:6536f0b5080cc7762a78844a36146b69081540d8c7d7908924acb0ca22916792 +size 10354138 diff --git a/series.conf b/series.conf index d8d57a7..c21527d 100644 --- a/series.conf +++ b/series.conf @@ -12543,6 +12543,686 @@ patches.kernel.org/6.6.63-081-mm-damon-core-handle-zero-schemes-apply-interv.patch patches.kernel.org/6.6.63-082-mm-damon-core-copy-nr_accesses-when-splitting-.patch patches.kernel.org/6.6.63-083-Linux-6.6.63.patch + patches.kernel.org/6.6.64-001-wifi-radiotap-Avoid-Wflex-array-member-not-at-.patch + patches.kernel.org/6.6.64-002-ASoC-codecs-rt5640-Always-disable-IRQs-from-rt.patch + patches.kernel.org/6.6.64-003-ASoC-Intel-bytcr_rt5640-Add-support-for-non-AC.patch + patches.kernel.org/6.6.64-004-ASoC-Intel-bytcr_rt5640-Add-DMI-quirk-for-Vexi.patch + patches.kernel.org/6.6.64-005-ASoC-Intel-sst-Support-LPE0F28-ACPI-HID.patch + patches.kernel.org/6.6.64-006-wifi-iwlwifi-mvm-Use-the-sync-timepoint-API-in.patch + patches.kernel.org/6.6.64-007-mac80211-fix-user-power-when-emulating-chanctx.patch + patches.kernel.org/6.6.64-008-usb-add-support-for-new-USB-device-ID-0x17EF-0.patch + patches.kernel.org/6.6.64-009-usb-typec-use-cleanup-facility-for-altmodes_no.patch + patches.kernel.org/6.6.64-010-selftests-watchdog-test-Fix-system-accidentall.patch + patches.kernel.org/6.6.64-011-ALSA-hda-realtek-Add-subwoofer-quirk-for-Infin.patch + patches.kernel.org/6.6.64-012-x86-amd_nb-Fix-compile-testing-without-CONFIG_.patch + patches.kernel.org/6.6.64-013-bpf-fix-filed-access-without-lock.patch + patches.kernel.org/6.6.64-014-net-usb-qmi_wwan-add-Quectel-RG650V.patch + patches.kernel.org/6.6.64-015-soc-qcom-Add-check-devm_kasprintf-returned-val.patch + patches.kernel.org/6.6.64-016-firmware-arm_scmi-Reject-clear-channel-request.patch + patches.kernel.org/6.6.64-017-regulator-rk808-Add-apply_bit-for-BUCK3-on-RK8.patch + patches.kernel.org/6.6.64-018-platform-x86-dell-smbios-base-Extends-support-.patch + patches.kernel.org/6.6.64-019-platform-x86-dell-wmi-base-Handle-META-key-Loc.patch + patches.kernel.org/6.6.64-020-ASoC-tas2781-Add-new-driver-version-for-tas256.patch + patches.kernel.org/6.6.64-021-tools-lib-thermal-Remove-the-thermal.h-soft-li.patch + patches.kernel.org/6.6.64-022-can-j1939-fix-error-in-J1939-documentation.patch + patches.kernel.org/6.6.64-023-platform-x86-thinkpad_acpi-Fix-for-ThinkPad-s-.patch + patches.kernel.org/6.6.64-024-ASoC-amd-yc-Support-dmic-on-another-model-of-L.patch + patches.kernel.org/6.6.64-025-ASoC-stm-Prevent-potential-division-by-zero-in.patch + patches.kernel.org/6.6.64-026-ASoC-stm-Prevent-potential-division-by-zero-in.patch + patches.kernel.org/6.6.64-027-drm-panel-orientation-quirks-Make-Lenovo-Yoga-.patch + patches.kernel.org/6.6.64-028-proc-softirqs-replace-seq_printf-with-seq_put_.patch + patches.kernel.org/6.6.64-029-ASoC-audio-graph-card2-Purge-absent-supplies-f.patch + patches.kernel.org/6.6.64-030-LoongArch-Define-a-default-value-for-VM_DATA_D.patch + patches.kernel.org/6.6.64-031-ALSA-usb-audio-Fix-Yamaha-P-125-Quirk-Entry.patch + patches.kernel.org/6.6.64-032-ARM-9420-1-smp-Fix-SMP-for-xip-kernels.patch + patches.kernel.org/6.6.64-033-ipmr-Fix-access-to-mfc_cache_list-without-lock.patch + patches.kernel.org/6.6.64-034-i2c-lpi2c-Avoid-calling-clk_get_rate-during-tr.patch + patches.kernel.org/6.6.64-035-s390-pkey-Wipe-copies-of-clear-key-structures-.patch + patches.kernel.org/6.6.64-036-serial-sc16is7xx-fix-invalid-FIFO-access-with-.patch + patches.kernel.org/6.6.64-037-x86-stackprotector-Work-around-strict-Clang-TL.patch + patches.kernel.org/6.6.64-038-drm-amd-display-Add-NULL-check-for-function-po.patch + patches.kernel.org/6.6.64-039-drm-amd-display-Initialize-denominators-defaul.patch + patches.kernel.org/6.6.64-040-fs-inode-Prevent-dump_mapping-accessing-invali.patch + patches.kernel.org/6.6.64-041-drm-amd-display-Check-null-initialized-variabl.patch + patches.kernel.org/6.6.64-042-drm-amd-display-Don-t-refer-to-dc_sink-in-is_d.patch + patches.kernel.org/6.6.64-043-fs-proc-do_task_stat-use-sig-stats_lock-to-gat.patch + patches.kernel.org/6.6.64-044-nvme-apple-fix-device-reference-counting.patch + patches.kernel.org/6.6.64-045-platform-x86-x86-android-tablets-Unregister-de.patch + patches.kernel.org/6.6.64-046-drm-amd-display-Add-null-check-for-pipe_ctx-pl.patch + patches.kernel.org/6.6.64-047-mptcp-fix-possible-integer-overflow-in-mptcp_r.patch + patches.kernel.org/6.6.64-048-bpf-support-non-r10-register-spill-fill-to-fro.patch + patches.kernel.org/6.6.64-049-arm64-probes-Disable-kprobes-uprobes-on-MOPS-i.patch + patches.kernel.org/6.6.64-050-kselftest-arm64-mte-fix-printf-type-warnings-a.patch + patches.kernel.org/6.6.64-051-kselftest-arm64-mte-fix-printf-type-warnings-a.patch + patches.kernel.org/6.6.64-052-s390-cio-Do-not-unregister-the-subchannel-base.patch + patches.kernel.org/6.6.64-053-s390-pageattr-Implement-missing-kernel_page_pr.patch + patches.kernel.org/6.6.64-054-x86-pvh-Set-phys_base-when-calling-xen_prepare.patch + patches.kernel.org/6.6.64-055-x86-pvh-Call-C-code-via-the-kernel-virtual-map.patch + patches.kernel.org/6.6.64-056-brd-defer-automatic-disk-creation-until-module.patch + patches.kernel.org/6.6.64-057-ext4-avoid-remount-errors-with-abort-mount-opt.patch + patches.kernel.org/6.6.64-058-mips-asm-fix-warning-when-disabling-MIPS_FP_SU.patch + patches.kernel.org/6.6.64-059-initramfs-avoid-filename-buffer-overrun.patch + patches.kernel.org/6.6.64-060-nvme-pci-fix-freeing-of-the-HMB-descriptor-tab.patch + patches.kernel.org/6.6.64-061-m68k-mvme147-Fix-SCSI-controller-IRQ-numbers.patch + patches.kernel.org/6.6.64-062-m68k-mvme16x-Add-and-use-mvme16x.h.patch + patches.kernel.org/6.6.64-063-m68k-mvme147-Reinstate-early-console.patch + patches.kernel.org/6.6.64-064-arm64-fix-.data.rel.ro-size-assertion-when-CON.patch + patches.kernel.org/6.6.64-065-acpi-arm64-Adjust-error-handling-procedure-in-.patch + patches.kernel.org/6.6.64-066-cachefiles-Fix-missing-pos-updates-in-cachefil.patch + patches.kernel.org/6.6.64-067-netfs-fscache-Add-a-memory-barrier-for-FSCACHE.patch + patches.kernel.org/6.6.64-068-block-fix-bio_split_rw_at-to-take-zone_write_g.patch + patches.kernel.org/6.6.64-069-s390-syscalls-Avoid-creation-of-arch-arch-dire.patch + patches.kernel.org/6.6.64-070-hfsplus-don-t-query-the-device-logical-block-s.patch + patches.kernel.org/6.6.64-071-ext4-remove-calls-to-to-set-clear-the-folio-er.patch + patches.kernel.org/6.6.64-072-ext4-pipeline-buffer-reads-in-mext_page_mkupto.patch + patches.kernel.org/6.6.64-073-ext4-remove-array-of-buffer_heads-from-mext_pa.patch + patches.kernel.org/6.6.64-074-ext4-fix-race-in-buffer_head-read-fault-inject.patch + patches.kernel.org/6.6.64-075-nvme-pci-reverse-request-order-in-nvme_queue_r.patch + patches.kernel.org/6.6.64-076-virtio_blk-reverse-request-order-in-virtio_que.patch + patches.kernel.org/6.6.64-077-crypto-caam-Fix-the-pointer-passed-to-caam_qi_.patch + patches.kernel.org/6.6.64-078-crypto-qat-remove-check-after-debugfs_create_d.patch + patches.kernel.org/6.6.64-079-crypto-qat-qat_4xxx-fix-off-by-one-in-uof_get_.patch + patches.kernel.org/6.6.64-080-firmware-google-Unregister-driver_info-on-fail.patch + patches.kernel.org/6.6.64-081-EDAC-bluefield-Fix-potential-integer-overflow.patch + patches.kernel.org/6.6.64-082-crypto-qat-remove-faulty-arbiter-config-reset.patch + patches.kernel.org/6.6.64-083-thermal-core-Initialize-thermal-zones-before-r.patch + patches.kernel.org/6.6.64-084-EDAC-fsl_ddr-Fix-bad-bit-shift-operations.patch + patches.kernel.org/6.6.64-085-EDAC-skx_common-Differentiate-memory-error-sou.patch + patches.kernel.org/6.6.64-086-EDAC-skx_common-i10nm-Fix-incorrect-far-memory.patch + patches.kernel.org/6.6.64-087-crypto-pcrypt-Call-crypto-layer-directly-when-.patch + patches.kernel.org/6.6.64-088-crypto-cavium-Fix-the-if-condition-to-exit-loo.patch + patches.kernel.org/6.6.64-089-amd-pstate-Set-min_perf-to-nominal_perf-for-ac.patch + patches.kernel.org/6.6.64-090-crypto-hisilicon-qm-disable-same-error-report-.patch + patches.kernel.org/6.6.64-091-EDAC-igen6-Avoid-segmentation-fault-on-module-.patch + patches.kernel.org/6.6.64-092-crypto-inside-secure-Fix-the-return-value-of-s.patch + patches.kernel.org/6.6.64-093-doc-rcu-update-printed-dynticks-counter-bits.patch + patches.kernel.org/6.6.64-094-rcu-kvfree-Fix-data-race-in-__mod_timer-kvfree.patch + patches.kernel.org/6.6.64-095-hwmon-pmbus_core-Allow-to-hook-PMBUS_SMBALERT_.patch + patches.kernel.org/6.6.64-096-hwmon-pmbus-core-clear-faults-after-setting-sm.patch + patches.kernel.org/6.6.64-097-hwmon-nct6775-core-Fix-overflows-seen-when-wri.patch + patches.kernel.org/6.6.64-098-ACPI-CPPC-Fix-_CPC-register-setting-issue.patch + patches.kernel.org/6.6.64-099-crypto-caam-add-error-check-to-caam_rsa_set_pr.patch + patches.kernel.org/6.6.64-100-crypto-bcm-add-error-check-in-the-ahash_hmac_i.patch + patches.kernel.org/6.6.64-101-crypto-cavium-Fix-an-error-handling-path-in-cp.patch + patches.kernel.org/6.6.64-102-rcuscale-Do-a-proper-cleanup-if-kfree_scale_in.patch + patches.kernel.org/6.6.64-103-tools-lib-thermal-Make-more-generic-the-comman.patch + patches.kernel.org/6.6.64-104-thermal-lib-Fix-memory-leak-on-error-in-therma.patch + patches.kernel.org/6.6.64-105-x86-unwind-orc-Fix-unwind-for-newly-forked-tas.patch + patches.kernel.org/6.6.64-106-time-Partially-revert-cleanup-on-msecs_to_jiff.patch + patches.kernel.org/6.6.64-107-time-Fix-references-to-_msecs_to_jiffies-handl.patch + patches.kernel.org/6.6.64-108-kcsan-seqlock-Support-seqcount_latch_t.patch + patches.kernel.org/6.6.64-109-kcsan-seqlock-Fix-incorrect-assumption-in-read.patch + patches.kernel.org/6.6.64-110-clocksource-drivers-sp804-Make-user-selectable.patch + patches.kernel.org/6.6.64-111-clocksource-drivers-timer-ti-dm-Fix-child-node.patch + patches.kernel.org/6.6.64-112-spi-spi-fsl-lpspi-Use-IRQF_NO_AUTOEN-flag-in-r.patch + patches.kernel.org/6.6.64-113-drivers-soc-xilinx-add-the-missing-kfree-in-xl.patch + patches.kernel.org/6.6.64-114-microblaze-Export-xmb_manager-functions.patch + patches.kernel.org/6.6.64-115-arm64-dts-mt8195-Fix-dtbs_check-error-for-mute.patch + patches.kernel.org/6.6.64-116-arm64-dts-mt8195-Fix-dtbs_check-error-for-infr.patch + patches.kernel.org/6.6.64-117-soc-ti-smartreflex-Use-IRQF_NO_AUTOEN-flag-in-.patch + patches.kernel.org/6.6.64-118-soc-qcom-geni-se-fix-array-underflow-in-geni_s.patch + patches.kernel.org/6.6.64-119-arm64-dts-qcom-sm6350-Fix-GPU-frequencies-miss.patch + patches.kernel.org/6.6.64-120-ARM-dts-microchip-sam9x60-Add-missing-property.patch + patches.kernel.org/6.6.64-121-mmc-mmc_spi-drop-buggy-snprintf.patch + patches.kernel.org/6.6.64-122-openrisc-Implement-fixmap-to-fix-earlycon.patch + patches.kernel.org/6.6.64-123-efi-libstub-fix-efi_parse_options-ignoring-the.patch + patches.kernel.org/6.6.64-124-tpm-fix-signed-unsigned-bug-when-checking-even.patch + patches.kernel.org/6.6.64-125-media-i2c-ds90ub960-Fix-missing-return-check-o.patch + patches.kernel.org/6.6.64-126-arm64-dts-mt8183-krane-Fix-the-address-of-eepr.patch + patches.kernel.org/6.6.64-127-arm64-dts-mt8183-kukui-Fix-the-address-of-eepr.patch + patches.kernel.org/6.6.64-128-arm64-dts-mediatek-mt8173-elm-hana-Add-vdd-sup.patch + patches.kernel.org/6.6.64-129-Revert-cgroup-Fix-memory-leak-caused-by-missin.patch + patches.kernel.org/6.6.64-130-cgroup-bpf-only-cgroup-v2-can-be-attached-by-b.patch + patches.kernel.org/6.6.64-131-regulator-rk808-Restrict-DVS-GPIOs-to-the-RK80.patch + patches.kernel.org/6.6.64-132-arm64-dts-mt8183-fennel-add-i2c2-s-i2c-scl-int.patch + patches.kernel.org/6.6.64-133-arm64-dts-mt8183-burnet-add-i2c2-s-i2c-scl-int.patch + patches.kernel.org/6.6.64-134-arm64-dts-mt8183-cozmo-add-i2c2-s-i2c-scl-inte.patch + patches.kernel.org/6.6.64-135-arm64-dts-mt8183-Damu-add-i2c2-s-i2c-scl-inter.patch + patches.kernel.org/6.6.64-136-pwm-imx27-Workaround-of-the-pwm-output-bug-whe.patch + patches.kernel.org/6.6.64-137-ARM-dts-cubieboard4-Fix-DCDC5-regulator-constr.patch + patches.kernel.org/6.6.64-138-arm64-dts-ti-k3-j7200-use-ti-j7200-padconf-com.patch + patches.kernel.org/6.6.64-139-arm64-dts-ti-k3-j7200-Fix-register-map-for-mai.patch + patches.kernel.org/6.6.64-140-arm64-dts-ti-k3-j7200-Fix-clock-ids-for-MCSPI-.patch + patches.kernel.org/6.6.64-141-arm64-dts-ti-k3-j721e-Fix-clock-IDs-for-MCSPI-.patch + patches.kernel.org/6.6.64-142-arm64-dts-ti-k3-j721s2-Fix-clock-IDs-for-MCSPI.patch + patches.kernel.org/6.6.64-143-um-Unconditionally-call-unflatten_device_tree.patch + patches.kernel.org/6.6.64-144-x86-of-Unconditionally-call-unflatten_and_copy.patch + patches.kernel.org/6.6.64-145-of-fdt-add-dt_phys-arg-to-early_init_dt_scan-a.patch + patches.kernel.org/6.6.64-146-pmdomain-ti-sci-Add-missing-of_node_put-for-ar.patch + patches.kernel.org/6.6.64-147-spi-tegra210-quad-Avoid-shift-out-of-bounds.patch + patches.kernel.org/6.6.64-148-spi-zynqmp-gqspi-Undo-runtime-PM-changes-at-dr.patch + patches.kernel.org/6.6.64-149-regmap-irq-Set-lockdep-class-for-hierarchical-.patch + patches.kernel.org/6.6.64-150-arm64-dts-renesas-hihope-Drop-sound-dai-cells.patch + patches.kernel.org/6.6.64-151-arm64-dts-mediatek-Add-ADC-node-on-MT6357-MT63.patch + patches.kernel.org/6.6.64-152-arm64-dts-mediatek-mt6358-fix-dtbs_check-error.patch + patches.kernel.org/6.6.64-153-arm64-dts-mediatek-mt8183-kukui-jacuzzi-Fix-DP.patch + patches.kernel.org/6.6.64-154-arm64-dts-mediatek-mt8183-kukui-jacuzzi-Add-su.patch + patches.kernel.org/6.6.64-155-selftests-resctrl-Split-fill_buf-to-allow-test.patch + patches.kernel.org/6.6.64-156-selftests-resctrl-Refactor-fill_buf-functions.patch + patches.kernel.org/6.6.64-157-selftests-resctrl-Fix-memory-overflow-due-to-u.patch + patches.kernel.org/6.6.64-158-selftests-resctrl-Protect-against-array-overru.patch + patches.kernel.org/6.6.64-159-firmware-arm_scpi-Check-the-DVFS-OPP-count-ret.patch + patches.kernel.org/6.6.64-160-media-atomisp-Add-check-for-rgby_data-memory-a.patch + patches.kernel.org/6.6.64-161-arm64-dts-rockchip-correct-analog-audio-name-o.patch + patches.kernel.org/6.6.64-162-HID-hyperv-streamline-driver-probe-to-avoid-de.patch + patches.kernel.org/6.6.64-163-platform-x86-panasonic-laptop-Return-errno-cor.patch + patches.kernel.org/6.6.64-164-drm-mm-Mark-drm_mm_interval_tree-functions-wit.patch + patches.kernel.org/6.6.64-165-drm-vc4-hvs-Don-t-write-gamma-luts-on-2711.patch + patches.kernel.org/6.6.64-166-drm-vc4-hdmi-Avoid-hang-with-debug-registers-w.patch + patches.kernel.org/6.6.64-167-drm-vc4-hvs-Fix-dlist-debug-not-resetting-the-.patch + patches.kernel.org/6.6.64-168-drm-vc4-hvs-Remove-incorrect-limit-from-hvs_dl.patch + patches.kernel.org/6.6.64-169-drm-vc4-hvs-Correct-logic-on-stopping-an-HVS-c.patch + patches.kernel.org/6.6.64-170-wifi-ath9k-add-range-check-for-conn_rsp_epid-i.patch + patches.kernel.org/6.6.64-171-drm-omap-Fix-possible-NULL-dereference.patch + patches.kernel.org/6.6.64-172-drm-omap-Fix-locking-in-omap_gem_new_dmabuf.patch + patches.kernel.org/6.6.64-173-wifi-p54-Use-IRQF_NO_AUTOEN-flag-in-request_ir.patch + patches.kernel.org/6.6.64-174-wifi-mwifiex-Use-IRQF_NO_AUTOEN-flag-in-reques.patch + patches.kernel.org/6.6.64-175-drm-imx-dcss-Use-IRQF_NO_AUTOEN-flag-in-reques.patch + patches.kernel.org/6.6.64-176-drm-imx-ipuv3-Use-IRQF_NO_AUTOEN-flag-in-reque.patch + patches.kernel.org/6.6.64-177-drm-v3d-Address-race-condition-in-MMU-flush.patch + patches.kernel.org/6.6.64-178-wifi-ath10k-fix-invalid-VHT-parameters-in-supp.patch + patches.kernel.org/6.6.64-179-wifi-ath10k-fix-invalid-VHT-parameters-in-supp.patch + patches.kernel.org/6.6.64-180-wifi-ath12k-Skip-Rx-TID-cleanup-for-self-peer.patch + patches.kernel.org/6.6.64-181-dt-bindings-vendor-prefixes-Add-NeoFidelity-In.patch + patches.kernel.org/6.6.64-182-ASoC-fsl_micfil-fix-regmap_write_bits-usage.patch + patches.kernel.org/6.6.64-183-ASoC-dt-bindings-mt6359-Update-generic-node-na.patch + patches.kernel.org/6.6.64-184-drm-bridge-anx7625-Drop-EDID-cache-on-bridge-p.patch + patches.kernel.org/6.6.64-185-drm-bridge-it6505-Drop-EDID-cache-on-bridge-po.patch + patches.kernel.org/6.6.64-186-libbpf-Fix-expected_attach_type-set-handling-i.patch + patches.kernel.org/6.6.64-187-libbpf-Fix-output-.symtab-byte-order-during-li.patch + patches.kernel.org/6.6.64-188-bpf-Fix-the-xdp_adjust_tail-sample-prog-issue.patch + patches.kernel.org/6.6.64-189-wifi-ath11k-Fix-CE-offset-address-calculation-.patch + patches.kernel.org/6.6.64-190-virtchnl-Add-CRC-stripping-capability.patch + patches.kernel.org/6.6.64-191-ice-Support-FCS-CRC-strip-disable-for-VF.patch + patches.kernel.org/6.6.64-192-ice-consistently-use-q_idx-in-ice_vc_cfg_qs_ms.patch + patches.kernel.org/6.6.64-193-drm-vc4-Match-drm_dev_enter-and-exit-calls-in-.patch + patches.kernel.org/6.6.64-194-libbpf-fix-sym_is_subprog-logic-for-weak-globa.patch + patches.kernel.org/6.6.64-195-ASoC-rt722-sdca-Remove-logically-deadcode-in-r.patch + patches.kernel.org/6.6.64-196-libbpf-never-interpret-subprogs-in-.text-as-en.patch + patches.kernel.org/6.6.64-197-netdevsim-copy-addresses-for-both-in-and-out-p.patch + patches.kernel.org/6.6.64-198-drm-bridge-tc358767-Fix-link-properties-discov.patch + patches.kernel.org/6.6.64-199-selftests-bpf-Fix-msg_verify_data-in-test_sock.patch + patches.kernel.org/6.6.64-200-selftests-bpf-Fix-txmsg_redir-of-test_txmsg_pu.patch + patches.kernel.org/6.6.64-201-wifi-mwifiex-Fix-memcpy-field-spanning-write-w.patch + patches.kernel.org/6.6.64-202-drm-fsl-dcu-enable-PIXCLK-on-LS1021A.patch + patches.kernel.org/6.6.64-203-drm-msm-dpu-on-SDM845-move-DSPP_3-to-LM_5-bloc.patch + patches.kernel.org/6.6.64-204-drm-msm-dpu-drop-LM_3-LM_4-on-SDM845.patch + patches.kernel.org/6.6.64-205-drm-msm-dpu-drop-LM_3-LM_4-on-MSM8998.patch + patches.kernel.org/6.6.64-206-octeontx2-pf-handle-otx2_mbox_get_rsp-errors-i.patch + patches.kernel.org/6.6.64-207-octeontx2-pf-handle-otx2_mbox_get_rsp-errors-i.patch + patches.kernel.org/6.6.64-208-octeontx2-pf-handle-otx2_mbox_get_rsp-errors-i.patch + patches.kernel.org/6.6.64-209-octeontx2-pf-handle-otx2_mbox_get_rsp-errors-i.patch + patches.kernel.org/6.6.64-210-octeontx2-pf-handle-otx2_mbox_get_rsp-errors-i.patch + patches.kernel.org/6.6.64-211-octeontx2-pf-handle-otx2_mbox_get_rsp-errors-i.patch + patches.kernel.org/6.6.64-212-selftests-bpf-fix-test_spin_lock_fail.c-s-glob.patch + patches.kernel.org/6.6.64-213-drm-panfrost-Remove-unused-id_mask-from-struct.patch + patches.kernel.org/6.6.64-214-bpf-arm64-Remove-garbage-frame-for-struct_ops-.patch + patches.kernel.org/6.6.64-215-drm-msm-adreno-Use-IRQF_NO_AUTOEN-flag-in-requ.patch + patches.kernel.org/6.6.64-216-drm-msm-gpu-Check-the-status-of-registration-t.patch + patches.kernel.org/6.6.64-217-drm-etnaviv-Request-pages-from-DMA32-zone-on-a.patch + patches.kernel.org/6.6.64-218-drm-etnaviv-hold-GPU-lock-across-perfmon-sampl.patch + patches.kernel.org/6.6.64-219-drm-nouveau-gr-gf100-Fix-missing-unlock-in-gf1.patch + patches.kernel.org/6.6.64-220-drm-zynqmp_kms-Unplug-DRM-device-before-remova.patch + patches.kernel.org/6.6.64-221-wifi-wfx-Fix-error-handling-in-wfx_core_init.patch + patches.kernel.org/6.6.64-222-drm-msm-dpu-cast-crtc_clk-calculation-to-u64-i.patch + patches.kernel.org/6.6.64-223-bpf-bpftool-Fix-incorrect-disasm-pc.patch + patches.kernel.org/6.6.64-224-drm-vkms-Drop-unnecessary-call-to-drm_crtc_cle.patch + patches.kernel.org/6.6.64-225-drm-use-ATOMIC64_INIT-for-atomic64_t.patch + patches.kernel.org/6.6.64-226-netfilter-nf_tables-Open-code-audit-log-call-i.patch + patches.kernel.org/6.6.64-227-netfilter-nf_tables-Introduce-nf_tables_getrul.patch + patches.kernel.org/6.6.64-228-netfilter-nf_tables-avoid-false-positive-lockd.patch + patches.kernel.org/6.6.64-229-netfilter-nf_tables-must-hold-rcu-read-lock-wh.patch + patches.kernel.org/6.6.64-230-netfilter-nf_tables-skip-transaction-if-update.patch + patches.kernel.org/6.6.64-231-netfilter-nf_tables-must-hold-rcu-read-lock-wh.patch + patches.kernel.org/6.6.64-232-netlink-typographical-error-in-nlmsg_type-cons.patch + patches.kernel.org/6.6.64-233-selftests-bpf-Add-txmsg_pass-to-pull-push-pop-.patch + patches.kernel.org/6.6.64-234-selftests-bpf-Fix-SENDPAGE-data-logic-in-test_.patch + patches.kernel.org/6.6.64-235-selftests-bpf-Fix-total_bytes-in-msg_loop_rx-i.patch + patches.kernel.org/6.6.64-236-selftests-bpf-Add-push-pop-checking-for-msg_ve.patch + patches.kernel.org/6.6.64-237-bpf-sockmap-Several-fixes-to-bpf_msg_push_data.patch + patches.kernel.org/6.6.64-238-bpf-sockmap-Several-fixes-to-bpf_msg_pop_data.patch + patches.kernel.org/6.6.64-239-bpf-sockmap-Fix-sk_msg_reset_curr.patch + patches.kernel.org/6.6.64-240-sock_diag-add-module-pointer-to-struct-sock_di.patch + patches.kernel.org/6.6.64-241-sock_diag-allow-concurrent-operations.patch + patches.kernel.org/6.6.64-242-sock_diag-allow-concurrent-operation-in-sock_d.patch + patches.kernel.org/6.6.64-243-net-use-unrcu_pointer-helper.patch + patches.kernel.org/6.6.64-244-ipv6-release-nexthop-on-device-removal.patch + patches.kernel.org/6.6.64-245-selftests-net-really-check-for-bg-process-comp.patch + patches.kernel.org/6.6.64-246-drm-amdkfd-Fix-wrong-usage-of-INIT_WORK.patch + patches.kernel.org/6.6.64-247-bpf-Force-uprobe-bpf-program-to-always-return-.patch + patches.kernel.org/6.6.64-248-net-rfkill-gpio-Add-check-for-clk_enable.patch + patches.kernel.org/6.6.64-249-ALSA-usx2y-Use-snd_card_free_when_closed-at-di.patch + patches.kernel.org/6.6.64-250-ALSA-us122l-Use-snd_card_free_when_closed-at-d.patch + patches.kernel.org/6.6.64-251-ALSA-caiaq-Use-snd_card_free_when_closed-at-di.patch + patches.kernel.org/6.6.64-252-ALSA-6fire-Release-resources-at-card-release.patch + patches.kernel.org/6.6.64-253-Bluetooth-fix-use-after-free-in-device_for_eac.patch + patches.kernel.org/6.6.64-254-erofs-handle-NONHEAD-delta-1-lclusters-gracefu.patch + patches.kernel.org/6.6.64-255-netpoll-Use-rcu_access_pointer-in-netpoll_poll.patch + patches.kernel.org/6.6.64-256-wireguard-selftests-load-nf_conntrack-if-not-p.patch + patches.kernel.org/6.6.64-257-bpf-fix-recursive-lock-when-verdict-program-re.patch + patches.kernel.org/6.6.64-258-unicode-Fix-utf8_load-error-path.patch + patches.kernel.org/6.6.64-259-cppc_cpufreq-Use-desired-perf-if-feedback-ctrs.patch + patches.kernel.org/6.6.64-260-clk-mediatek-drop-two-dead-config-options.patch + patches.kernel.org/6.6.64-261-trace-trace_event_perf-remove-duplicate-sample.patch + patches.kernel.org/6.6.64-262-pinctrl-zynqmp-drop-excess-struct-member-descr.patch + patches.kernel.org/6.6.64-263-scsi-hisi_sas-Enable-all-PHYs-that-are-not-dis.patch + patches.kernel.org/6.6.64-264-powerpc-vdso-Flag-VDSO64-entry-points-as-funct.patch + patches.kernel.org/6.6.64-265-mfd-tps65010-Use-IRQF_NO_AUTOEN-flag-in-reques.patch + patches.kernel.org/6.6.64-266-mfd-da9052-spi-Change-read-mask-to-write-mask.patch + patches.kernel.org/6.6.64-267-mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-US.patch + patches.kernel.org/6.6.64-268-mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-TM.patch + patches.kernel.org/6.6.64-269-mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-PM.patch + patches.kernel.org/6.6.64-270-cpufreq-loongson2-Unregister-platform_driver-o.patch + patches.kernel.org/6.6.64-271-powerpc-fadump-Refactor-and-prepare-fadump_cma.patch + patches.kernel.org/6.6.64-272-powerpc-fadump-Move-fadump_cma_init-to-setup_a.patch + patches.kernel.org/6.6.64-273-mtd-hyperbus-rpc-if-Convert-to-platform-remove.patch + patches.kernel.org/6.6.64-274-mtd-hyperbus-rpc-if-Add-missing-MODULE_DEVICE_.patch + patches.kernel.org/6.6.64-275-mtd-rawnand-atmel-Fix-possible-memory-leak.patch + patches.kernel.org/6.6.64-276-powerpc-mm-fault-Fix-kfence-page-fault-reporti.patch + patches.kernel.org/6.6.64-277-mtd-spi-nor-spansion-Use-nor-addr_nbytes-in-oc.patch + patches.kernel.org/6.6.64-278-powerpc-pseries-Fix-dtl_access_lock-to-be-a-rw.patch + patches.kernel.org/6.6.64-279-cpufreq-CPPC-Fix-possible-null-ptr-deref-for-c.patch + patches.kernel.org/6.6.64-280-cpufreq-CPPC-Fix-possible-null-ptr-deref-for-c.patch + patches.kernel.org/6.6.64-281-RDMA-hns-Fix-an-AEQE-overflow-error-caused-by-.patch + patches.kernel.org/6.6.64-282-RDMA-hns-Use-dev_-printings-in-hem-code-instea.patch + patches.kernel.org/6.6.64-283-RDMA-hns-Fix-cpu-stuck-caused-by-printings-dur.patch + patches.kernel.org/6.6.64-284-RDMA-rxe-Fix-the-qp-flush-warnings-in-req.patch + patches.kernel.org/6.6.64-285-RDMA-bnxt_re-Check-cqe-flags-to-know-imm_data-.patch + patches.kernel.org/6.6.64-286-clk-sunxi-ng-d1-Fix-PLL_AUDIO0-preset.patch + patches.kernel.org/6.6.64-287-clk-renesas-rzg2l-Fix-FOUTPOSTDIV-clk.patch + patches.kernel.org/6.6.64-288-RDMA-rxe-Set-queue-pair-cur_qp_state-when-bein.patch + patches.kernel.org/6.6.64-289-RISC-V-KVM-Fix-APLIC-in_clrip-and-clripnum-wri.patch + patches.kernel.org/6.6.64-290-clk-imx-lpcg-scu-SW-workaround-for-errata-e108.patch + patches.kernel.org/6.6.64-291-clk-imx-fracn-gppll-correct-PLL-initialization.patch + patches.kernel.org/6.6.64-292-clk-imx-fracn-gppll-fix-pll-power-up.patch + patches.kernel.org/6.6.64-293-clk-imx-clk-scu-fix-clk-enable-state-save-and-.patch + patches.kernel.org/6.6.64-294-clk-imx-imx8-acm-Fix-return-value-check-in-clk.patch + patches.kernel.org/6.6.64-295-iommu-vt-d-Fix-checks-and-print-in-dmar_fault_.patch + patches.kernel.org/6.6.64-296-iommu-vt-d-Fix-checks-and-print-in-pgtable_wal.patch + patches.kernel.org/6.6.64-297-checkpatch-check-for-missing-Fixes-tags.patch + patches.kernel.org/6.6.64-298-checkpatch-always-parse-orig_commit-in-fixes-t.patch + patches.kernel.org/6.6.64-299-mfd-rt5033-Fix-missing-regmap_del_irq_chip.patch + patches.kernel.org/6.6.64-300-fs-proc-kcore.c-fix-coccinelle-reported-ERROR-.patch + patches.kernel.org/6.6.64-301-scsi-bfa-Fix-use-after-free-in-bfad_im_module_.patch + patches.kernel.org/6.6.64-302-scsi-fusion-Remove-unused-variable-rc.patch + patches.kernel.org/6.6.64-303-scsi-qedf-Fix-a-possible-memory-leak-in-qedf_a.patch + patches.kernel.org/6.6.64-304-scsi-qedi-Fix-a-possible-memory-leak-in-qedi_a.patch + patches.kernel.org/6.6.64-305-scsi-sg-Enable-runtime-power-management.patch + patches.kernel.org/6.6.64-306-x86-tdx-Skip-saving-output-regs-when-SEAMCALL-.patch + patches.kernel.org/6.6.64-307-x86-tdx-Make-macros-of-TDCALLs-consistent-with.patch + patches.kernel.org/6.6.64-308-x86-tdx-Rename-__tdx_module_call-to-__tdcall.patch + patches.kernel.org/6.6.64-309-x86-tdx-Pass-TDCALL-SEAMCALL-input-output-regi.patch + patches.kernel.org/6.6.64-310-x86-tdx-Introduce-wrappers-to-read-and-write-T.patch + patches.kernel.org/6.6.64-311-x86-tdx-Rename-tdx_parse_tdinfo-to-tdx_setup.patch + patches.kernel.org/6.6.64-312-x86-tdx-Dynamically-disable-SEPT-violations-fr.patch + patches.kernel.org/6.6.64-313-RDMA-hns-Fix-out-of-order-issue-of-requester-w.patch + patches.kernel.org/6.6.64-314-RDMA-hns-Fix-NULL-pointer-derefernce-in-hns_ro.patch + patches.kernel.org/6.6.64-315-cpufreq-CPPC-Fix-wrong-return-value-in-cppc_ge.patch + patches.kernel.org/6.6.64-316-cpufreq-CPPC-Fix-wrong-return-value-in-cppc_ge.patch + patches.kernel.org/6.6.64-317-ocfs2-fix-uninitialized-value-in-ocfs2_file_re.patch + patches.kernel.org/6.6.64-318-dax-delete-a-stale-directory-pmem.patch + patches.kernel.org/6.6.64-319-KVM-PPC-Book3S-HV-Stop-using-vc-dpdes-for-nest.patch + patches.kernel.org/6.6.64-320-KVM-PPC-Book3S-HV-Avoid-returning-to-nested-hy.patch + patches.kernel.org/6.6.64-321-powerpc-sstep-make-emulate_vsx_load-and-emulat.patch + patches.kernel.org/6.6.64-322-powerpc-kexec-Fix-return-of-uninitialized-vari.patch + patches.kernel.org/6.6.64-323-fbdev-sh7760fb-Fix-a-possible-memory-leak-in-s.patch + patches.kernel.org/6.6.64-324-IB-mlx5-Allocate-resources-just-before-first-Q.patch + patches.kernel.org/6.6.64-325-RDMA-mlx5-Move-events-notifier-registration-to.patch + patches.kernel.org/6.6.64-326-clk-clk-apple-nco-Add-NULL-check-in-applnco_pr.patch + patches.kernel.org/6.6.64-327-clk-ralink-mtmips-fix-clock-plan-for-Ralink-So.patch + patches.kernel.org/6.6.64-328-clk-ralink-mtmips-fix-clocks-probe-order-in-ol.patch + patches.kernel.org/6.6.64-329-dt-bindings-clock-axi-clkgen-include-AXI-clk.patch + patches.kernel.org/6.6.64-330-clk-clk-axi-clkgen-make-sure-to-enable-the-AXI.patch + patches.kernel.org/6.6.64-331-arm64-dts-qcom-sc8180x-Add-a-SoC-specific-comp.patch + patches.kernel.org/6.6.64-332-pinctrl-k210-Undef-K210_PC_DEFAULT.patch + patches.kernel.org/6.6.64-333-smb-cached-directories-can-be-more-than-root-f.patch + patches.kernel.org/6.6.64-334-mailbox-arm_mhuv2-clean-up-loop-in-get_irq_cha.patch + patches.kernel.org/6.6.64-335-perf-cs-etm-Don-t-flush-when-packet_queue-fill.patch + patches.kernel.org/6.6.64-336-gfs2-Get-rid-of-gfs2_glock_queue_put-in-signal.patch + patches.kernel.org/6.6.64-337-gfs2-Replace-gfs2_glock_queue_put-with-gfs2_gl.patch + patches.kernel.org/6.6.64-338-gfs2-Rename-GLF_VERIFY_EVICT-to-GLF_VERIFY_DEL.patch + patches.kernel.org/6.6.64-339-gfs2-Allow-immediate-GLF_VERIFY_DELETE-work.patch + patches.kernel.org/6.6.64-340-gfs2-Fix-unlinked-inode-cleanup.patch + patches.kernel.org/6.6.64-341-PCI-Fix-reset_method_store-memory-leak.patch + patches.kernel.org/6.6.64-342-perf-stat-Close-cork_fd-when-create_perf_stat_.patch + patches.kernel.org/6.6.64-343-perf-stat-Fix-affinity-memory-leaks-on-error-p.patch + patches.kernel.org/6.6.64-344-perf-trace-Keep-exited-threads-for-summary.patch + patches.kernel.org/6.6.64-345-perf-test-attr-Add-back-missing-topdown-events.patch + patches.kernel.org/6.6.64-346-f2fs-compress-fix-inconsistent-update-of-i_blo.patch + patches.kernel.org/6.6.64-347-f2fs-fix-to-account-dirty-data-in-__get_secs_r.patch + patches.kernel.org/6.6.64-348-perf-probe-Fix-libdw-memory-leak.patch + patches.kernel.org/6.6.64-349-perf-probe-Correct-demangled-symbols-in-C-prog.patch + patches.kernel.org/6.6.64-350-rust-macros-fix-documentation-of-the-paste-mac.patch + patches.kernel.org/6.6.64-351-PCI-cpqphp-Use-PCI_POSSIBLE_ERROR-to-check-con.patch + patches.kernel.org/6.6.64-352-PCI-cpqphp-Fix-PCIBIOS_-return-value-confusion.patch + patches.kernel.org/6.6.64-353-perf-ftrace-latency-Fix-unit-on-histogram-firs.patch + patches.kernel.org/6.6.64-354-f2fs-fix-the-wrong-f2fs_bug_on-condition-in-f2.patch + patches.kernel.org/6.6.64-355-f2fs-check-curseg-inited-before-write_sum_page.patch + patches.kernel.org/6.6.64-356-f2fs-fix-to-avoid-potential-deadlock-in-f2fs_r.patch + patches.kernel.org/6.6.64-357-f2fs-fix-to-avoid-use-GC_AT-when-setting-gc_mo.patch + patches.kernel.org/6.6.64-358-PCI-Add-T_PVPERL-macro.patch + patches.kernel.org/6.6.64-359-PCI-j721e-Add-per-platform-maximum-lane-settin.patch + patches.kernel.org/6.6.64-360-PCI-j721e-Add-PCIe-4x-lane-selection-support.patch + patches.kernel.org/6.6.64-361-PCI-cadence-Extract-link-setup-sequence-from-c.patch + patches.kernel.org/6.6.64-362-PCI-cadence-Set-cdns_pcie_host_init-global.patch + patches.kernel.org/6.6.64-363-PCI-j721e-Add-reset-GPIO-to-struct-j721e_pcie.patch + patches.kernel.org/6.6.64-364-PCI-j721e-Use-T_PERST_CLK_US-macro.patch + patches.kernel.org/6.6.64-365-PCI-j721e-Add-suspend-and-resume-support.patch + patches.kernel.org/6.6.64-366-PCI-j721e-Deassert-PERST-after-a-delay-of-PCIE.patch + patches.kernel.org/6.6.64-367-f2fs-fix-race-in-concurrent-f2fs_stop_gc_threa.patch + patches.kernel.org/6.6.64-368-f2fs-fix-to-avoid-forcing-direct-write-to-use-.patch + patches.kernel.org/6.6.64-369-perf-trace-avoid-garbage-when-not-printing-a-t.patch + patches.kernel.org/6.6.64-370-m68k-mcfgpio-Fix-incorrect-register-offset-for.patch + patches.kernel.org/6.6.64-371-m68k-coldfire-device.c-only-build-FEC-when-HW-.patch + patches.kernel.org/6.6.64-372-svcrdma-Address-an-integer-overflow.patch + patches.kernel.org/6.6.64-373-perf-list-Fix-topic-and-pmu_name-argument-orde.patch + patches.kernel.org/6.6.64-374-perf-trace-Fix-tracing-itself-creating-feedbac.patch + patches.kernel.org/6.6.64-375-perf-trace-Do-not-lose-last-events-in-a-race.patch + patches.kernel.org/6.6.64-376-perf-trace-Avoid-garbage-when-not-printing-a-s.patch + patches.kernel.org/6.6.64-377-remoteproc-qcom-pas-add-minidump_id-to-SM8350-.patch + patches.kernel.org/6.6.64-378-rpmsg-glink-use-only-lower-16-bits-of-param2-f.patch + patches.kernel.org/6.6.64-379-remoteproc-qcom_q6v5_mss-Re-order-writes-to-th.patch + patches.kernel.org/6.6.64-380-PCI-endpoint-epf-mhi-Avoid-NULL-dereference-if.patch + patches.kernel.org/6.6.64-381-NFSD-Prevent-NULL-dereference-in-nfsd4_process.patch + patches.kernel.org/6.6.64-382-NFSD-Cap-the-number-of-bytes-copied-by-nfs4_re.patch + patches.kernel.org/6.6.64-383-nfsd-release-svc_expkey-svc_export-with-rcu_wo.patch + patches.kernel.org/6.6.64-384-svcrdma-fix-miss-destroy-percpu_counter-in-svc.patch + patches.kernel.org/6.6.64-385-NFSD-Fix-nfsd4_shutdown_copy.patch + patches.kernel.org/6.6.64-386-hwmon-tps23861-Fix-reporting-of-negative-tempe.patch + patches.kernel.org/6.6.64-387-vdpa-mlx5-Fix-suboptimal-range-on-iotlb-iterat.patch + patches.kernel.org/6.6.64-388-selftests-mount_setattr-Fix-failures-on-64K-PA.patch + patches.kernel.org/6.6.64-389-gpio-zevio-Add-missed-label-initialisation.patch + patches.kernel.org/6.6.64-390-vfio-pci-Properly-hide-first-in-list-PCIe-exte.patch + patches.kernel.org/6.6.64-391-fs_parser-update-mount_api-doc-to-match-functi.patch + patches.kernel.org/6.6.64-392-LoongArch-Fix-build-failure-with-GCC-15-std-gn.patch + patches.kernel.org/6.6.64-393-LoongArch-BPF-Sign-extend-return-values.patch + patches.kernel.org/6.6.64-394-power-supply-core-Remove-might_sleep-from-powe.patch + patches.kernel.org/6.6.64-395-power-supply-bq27xxx-Fix-registers-of-bq27426.patch + patches.kernel.org/6.6.64-396-power-supply-rt9471-Fix-wrong-WDT-function-reg.patch + patches.kernel.org/6.6.64-397-power-supply-rt9471-Use-IC-status-regfield-to-.patch + patches.kernel.org/6.6.64-398-net-usb-lan78xx-Fix-double-free-issue-with-int.patch + patches.kernel.org/6.6.64-399-net-usb-lan78xx-Fix-memory-leak-on-device-unpl.patch + patches.kernel.org/6.6.64-400-tg3-Set-coherent-DMA-mask-bits-to-31-for-BCM57.patch + patches.kernel.org/6.6.64-401-net-usb-lan78xx-Fix-refcounting-and-autosuspen.patch + patches.kernel.org/6.6.64-402-net-microchip-vcap-Add-typegroup-table-termina.patch + patches.kernel.org/6.6.64-403-s390-iucv-MSG_PEEK-causes-memory-leak-in-iucv_.patch + patches.kernel.org/6.6.64-404-net-ipv6-delete-temporary-address-if-mngtmpadd.patch + patches.kernel.org/6.6.64-405-net-mdio-ipq4019-add-missing-error-check.patch + patches.kernel.org/6.6.64-406-marvell-pxa168_eth-fix-call-balance-of-pep-clk.patch + patches.kernel.org/6.6.64-407-net-stmmac-dwmac-socfpga-Set-RX-watchdog-inter.patch + patches.kernel.org/6.6.64-408-octeontx2-af-RPM-Fix-mismatch-in-lmac-type.patch + patches.kernel.org/6.6.64-409-octeontx2-af-RPM-Fix-low-network-performance.patch + patches.kernel.org/6.6.64-410-octeontx2-pf-Reset-MAC-stats-during-probe.patch + patches.kernel.org/6.6.64-411-octeontx2-af-RPM-fix-stale-RSFEC-counters.patch + patches.kernel.org/6.6.64-412-octeontx2-af-RPM-fix-stale-FCFEC-counters.patch + patches.kernel.org/6.6.64-413-octeontx2-af-Quiesce-traffic-before-NIX-block-.patch + patches.kernel.org/6.6.64-414-spi-atmel-quadspi-Fix-register-name-in-verbose.patch + patches.kernel.org/6.6.64-415-net-hsr-fix-hsr_init_sk-vs-network-transport-h.patch + patches.kernel.org/6.6.64-416-bnxt_en-Reserve-rings-after-PCIe-AER-recovery-.patch + patches.kernel.org/6.6.64-417-bnxt_en-Refactor-bnxt_ptp_init.patch + patches.kernel.org/6.6.64-418-bnxt_en-Unregister-PTP-during-PCI-shutdown-and.patch + patches.kernel.org/6.6.64-419-Bluetooth-MGMT-Fix-slab-use-after-free-Read-in.patch + patches.kernel.org/6.6.64-420-Bluetooth-MGMT-Fix-possible-deadlocks.patch + patches.kernel.org/6.6.64-421-llc-Improve-setsockopt-handling-of-malformed-u.patch + patches.kernel.org/6.6.64-422-rxrpc-Improve-setsockopt-handling-of-malformed.patch + patches.kernel.org/6.6.64-423-tcp-Fix-use-after-free-of-nreq-in-reqsk_timer_.patch + patches.kernel.org/6.6.64-424-ip6mr-fix-tables-suspicious-RCU-usage.patch + patches.kernel.org/6.6.64-425-ipmr-fix-tables-suspicious-RCU-usage.patch + patches.kernel.org/6.6.64-426-iio-light-al3010-Fix-an-error-handling-path-in.patch + patches.kernel.org/6.6.64-427-usb-using-mutex-lock-and-supporting-O_NONBLOCK.patch + patches.kernel.org/6.6.64-428-usb-yurex-make-waiting-on-yurex_write-interrup.patch + patches.kernel.org/6.6.64-429-USB-chaoskey-fail-open-after-removal.patch + patches.kernel.org/6.6.64-430-USB-chaoskey-Fix-possible-deadlock-chaoskey_li.patch + patches.kernel.org/6.6.64-431-misc-apds990x-Fix-missing-pm_runtime_disable.patch + patches.kernel.org/6.6.64-432-counter-stm32-timer-cnt-Add-check-for-clk_enab.patch + patches.kernel.org/6.6.64-433-counter-ti-ecap-capture-Add-check-for-clk_enab.patch + patches.kernel.org/6.6.64-434-firmware_loader-Fix-possible-resource-leak-in-.patch + patches.kernel.org/6.6.64-435-ALSA-hda-realtek-Update-ALC256-depop-procedure.patch + patches.kernel.org/6.6.64-436-drm-radeon-add-helper-rdev_to_drm-rdev.patch + patches.kernel.org/6.6.64-437-drm-radeon-change-rdev-ddev-to-rdev_to_drm-rde.patch + patches.kernel.org/6.6.64-438-drm-radeon-Fix-spurious-unplug-event-on-radeon.patch + patches.kernel.org/6.6.64-439-drm-amd-display-Fix-null-check-for-pipe_ctx-pl.patch + patches.kernel.org/6.6.64-440-apparmor-fix-Do-simple-duplicate-message-elimi.patch + patches.kernel.org/6.6.64-441-ASoC-amd-yc-Fix-for-enabling-DMIC-on-acp6x-via.patch + patches.kernel.org/6.6.64-442-gfs2-Don-t-set-GLF_LOCK-in-gfs2_dispose_glock_.patch + patches.kernel.org/6.6.64-443-gfs2-Remove-and-replace-gfs2_glock_queue_work.patch + patches.kernel.org/6.6.64-444-f2fs-fix-fiemap-failure-issue-when-page-size-i.patch + patches.kernel.org/6.6.64-445-mailbox-mtk-cmdq-Move-devm_mbox_controller_reg.patch + patches.kernel.org/6.6.64-446-scsi-lpfc-Validate-hdwq-pointers-before-derefe.patch + patches.kernel.org/6.6.64-447-nvme-fix-metadata-handling-in-nvme-passthrough.patch + patches.kernel.org/6.6.64-448-xfs-add-bounds-checking-to-xlog_recover_proces.patch + patches.kernel.org/6.6.64-449-xen-Fix-the-issue-of-resource-not-being-proper.patch + patches.kernel.org/6.6.64-450-ALSA-usb-audio-Fix-out-of-bounds-reads-when-fi.patch + patches.kernel.org/6.6.64-451-usb-ehci-spear-fix-call-balance-of-sehci-clk-h.patch + patches.kernel.org/6.6.64-452-closures-Change-BUG_ON-to-WARN_ON.patch + patches.kernel.org/6.6.64-453-dm-cache-fix-warnings-about-duplicate-slab-cac.patch + patches.kernel.org/6.6.64-454-drm-amd-display-Add-NULL-check-for-clk_mgr-and.patch + patches.kernel.org/6.6.64-455-drm-amd-display-Add-NULL-check-for-clk_mgr-in-.patch + patches.kernel.org/6.6.64-456-drm-amd-display-Check-null-pointer-before-try-.patch + patches.kernel.org/6.6.64-457-drm-amd-display-Add-NULL-check-for-function-po.patch + patches.kernel.org/6.6.64-458-drm-amd-display-Check-phantom_stream-before-it.patch + patches.kernel.org/6.6.64-459-drm-amd-display-Add-NULL-pointer-check-for-kza.patch + patches.kernel.org/6.6.64-460-dm-bufio-fix-warnings-about-duplicate-slab-cac.patch + patches.kernel.org/6.6.64-461-perf-x86-intel-Hide-Topdown-metrics-events-if-.patch + patches.kernel.org/6.6.64-462-f2fs-fix-null-reference-error-when-checking-en.patch + patches.kernel.org/6.6.64-463-btrfs-do-not-BUG_ON-when-freeing-tree-block-af.patch + patches.kernel.org/6.6.64-464-ALSA-usb-audio-Fix-potential-out-of-bound-acce.patch + patches.kernel.org/6.6.64-465-Revert-arm64-dts-mediatek-mt8195-cherry-Mark-U.patch + patches.kernel.org/6.6.64-466-arm64-dts-mediatek-mt8195-cherry-Mark-USB-3.0-.patch + patches.kernel.org/6.6.64-467-ASoC-Intel-sst-Fix-used-of-uninitialized-ctx-t.patch + patches.kernel.org/6.6.64-468-soc-qcom-socinfo-fix-revision-check-in-qcom_so.patch + patches.kernel.org/6.6.64-469-ext4-supress-data-race-warnings-in-ext4_free_i.patch + patches.kernel.org/6.6.64-470-ext4-fix-FS_IOC_GETFSMAP-handling.patch + patches.kernel.org/6.6.64-471-jfs-xattr-check-invalid-xattr-size-more-strict.patch + patches.kernel.org/6.6.64-472-ASoC-amd-yc-Add-a-quirk-for-microfone-on-Lenov.patch + patches.kernel.org/6.6.64-473-ASoC-codecs-Fix-atomicity-violation-in-snd_soc.patch + patches.kernel.org/6.6.64-474-perf-x86-intel-pt-Fix-buffer-full-but-size-is-.patch + patches.kernel.org/6.6.64-475-crypto-x86-aegis128-access-32-bit-arguments-as.patch + patches.kernel.org/6.6.64-476-KVM-x86-mmu-Skip-the-try-unsync-path-iff-the-o.patch + patches.kernel.org/6.6.64-477-powerpc-pseries-Fix-KVM-guest-detection-for-di.patch + patches.kernel.org/6.6.64-478-KVM-arm64-vgic-v3-Sanitise-guest-writes-to-GIC.patch + patches.kernel.org/6.6.64-479-KVM-arm64-Ignore-PMCNTENSET_EL0-while-checking.patch + patches.kernel.org/6.6.64-480-KVM-arm64-vgic-its-Clear-ITE-when-DISCARD-free.patch + patches.kernel.org/6.6.64-481-KVM-arm64-Get-rid-of-userspace_irqchip_in_use.patch + patches.kernel.org/6.6.64-482-KVM-arm64-vgic-its-Add-a-data-length-check-in-.patch + patches.kernel.org/6.6.64-483-KVM-arm64-vgic-its-Clear-DTE-when-MAPD-unmaps-.patch + patches.kernel.org/6.6.64-484-PCI-Fix-use-after-free-of-slot-bus-on-hot-remo.patch + patches.kernel.org/6.6.64-485-fsnotify-fix-sending-inotify-event-with-unexpe.patch + patches.kernel.org/6.6.64-486-comedi-Flush-partial-mappings-in-error-case.patch + patches.kernel.org/6.6.64-487-apparmor-test-Fix-memory-leak-for-aa_unpack_st.patch + patches.kernel.org/6.6.64-488-tty-ldsic-fix-tty_ldisc_autoload-sysctl-s-proc.patch + patches.kernel.org/6.6.64-489-locking-lockdep-Avoid-creating-new-name-string.patch + patches.kernel.org/6.6.64-490-tools-nolibc-s390-include-std.h.patch + patches.kernel.org/6.6.64-491-pinctrl-qcom-spmi-fix-debugfs-drive-strength.patch + patches.kernel.org/6.6.64-492-dt-bindings-iio-dac-ad3552r-fix-maximum-spi-sp.patch + patches.kernel.org/6.6.64-493-exfat-fix-uninit-value-in-__exfat_get_dentry_s.patch + patches.kernel.org/6.6.64-494-Bluetooth-Fix-type-of-len-in-rfcomm_sock_getso.patch + patches.kernel.org/6.6.64-495-Compiler-Attributes-disable-__counted_by-for-c.patch + patches.kernel.org/6.6.64-496-usb-xhci-Fix-TD-invalidation-under-pending-Set.patch + patches.kernel.org/6.6.64-497-ARM-dts-omap36xx-declare-1GHz-OPP-as-turbo-aga.patch + patches.kernel.org/6.6.64-498-wifi-ath12k-fix-warning-when-unbinding.patch + patches.kernel.org/6.6.64-499-wifi-rtlwifi-Drastically-reduce-the-attempts-t.patch + patches.kernel.org/6.6.64-500-wifi-ath12k-fix-crash-when-unbinding.patch + patches.kernel.org/6.6.64-501-wifi-brcmfmac-release-root-node-in-all-executi.patch + patches.kernel.org/6.6.64-502-Revert-usb-gadget-composite-fix-OS-descriptors.patch + patches.kernel.org/6.6.64-503-serial-sh-sci-Clean-sci_ports-0-after-at-early.patch + patches.kernel.org/6.6.64-504-Revert-serial-sh-sci-Clean-sci_ports-0-after-a.patch + patches.kernel.org/6.6.64-505-gpio-exar-set-value-when-external-pull-up-or-p.patch + patches.kernel.org/6.6.64-506-netfilter-ipset-add-missing-range-check-in-bit.patch + patches.kernel.org/6.6.64-507-spi-Fix-acpi-deferred-irq-probe.patch + patches.kernel.org/6.6.64-508-mtd-spi-nor-core-replace-dummy-buswidth-from-a.patch + patches.kernel.org/6.6.64-509-cpufreq-mediatek-hw-Fix-wrong-return-value-in-.patch + patches.kernel.org/6.6.64-510-cifs-support-mounting-with-alternate-password-.patch + patches.kernel.org/6.6.64-511-parisc-ftrace-Fix-function-graph-tracing-disab.patch + patches.kernel.org/6.6.64-512-ksmbd-fix-use-after-free-in-SMB-request-handli.patch + patches.kernel.org/6.6.64-513-smb-client-fix-NULL-ptr-deref-in-crypto_aead_s.patch + patches.kernel.org/6.6.64-514-platform-chrome-cros_ec_typec-fix-missing-fwno.patch + patches.kernel.org/6.6.64-515-ubi-wl-Put-source-PEB-into-correct-list-if-try.patch + patches.kernel.org/6.6.64-516-um-ubd-Do-not-use-drvdata-in-release.patch + patches.kernel.org/6.6.64-517-um-net-Do-not-use-drvdata-in-release.patch + patches.kernel.org/6.6.64-518-dt-bindings-serial-rs485-Fix-rs485-rts-delay-p.patch + patches.kernel.org/6.6.64-519-serial-8250_fintek-Add-support-for-F81216E.patch + patches.kernel.org/6.6.64-520-serial-8250-omap-Move-pm_runtime_get_sync.patch + patches.kernel.org/6.6.64-521-um-vector-Do-not-use-drvdata-in-release.patch + patches.kernel.org/6.6.64-522-sh-cpuinfo-Fix-a-warning-for-CONFIG_CPUMASK_OF.patch + patches.kernel.org/6.6.64-523-iio-gts-Fix-uninitialized-symbol-ret.patch + patches.kernel.org/6.6.64-524-ublk-fix-ublk_ch_mmap-for-64K-page-size.patch + patches.kernel.org/6.6.64-525-arm64-tls-Fix-context-switching-of-tpidrro_el0.patch + patches.kernel.org/6.6.64-526-block-fix-missing-dispatching-request-when-que.patch + patches.kernel.org/6.6.64-527-block-fix-ordering-between-checking-QUEUE_FLAG.patch + patches.kernel.org/6.6.64-528-block-fix-ordering-between-checking-BLK_MQ_S_S.patch + patches.kernel.org/6.6.64-529-blk-mq-Make-blk_mq_quiesce_tagset-hold-the-tag.patch + patches.kernel.org/6.6.64-530-HID-wacom-Interpret-tilt-data-from-Intuos-Pro-.patch + patches.kernel.org/6.6.64-531-media-wl128x-Fix-atomicity-violation-in-fmc_se.patch + patches.kernel.org/6.6.64-532-soc-fsl-rcpm-fix-missing-of_node_put-in-copy_i.patch + patches.kernel.org/6.6.64-533-media-v4l2-core-v4l2-dv-timings-check-cvt-gtf-.patch + patches.kernel.org/6.6.64-534-ALSA-ump-Fix-evaluation-of-MIDI-1.0-FB-info.patch + patches.kernel.org/6.6.64-535-ALSA-pcm-Add-sanity-NULL-check-for-the-default.patch + patches.kernel.org/6.6.64-536-ALSA-hda-realtek-Update-ALC225-depop-procedure.patch + patches.kernel.org/6.6.64-537-ALSA-hda-realtek-Set-PCBeep-to-default-value-f.patch + patches.kernel.org/6.6.64-538-ALSA-hda-realtek-Fix-Internal-Speaker-and-Mic-.patch + patches.kernel.org/6.6.64-539-ALSA-hda-realtek-Apply-quirk-for-Medion-E15433.patch + patches.kernel.org/6.6.64-540-smb3-request-handle-caching-when-caching-direc.patch + patches.kernel.org/6.6.64-541-smb-client-handle-max-length-for-SMB-symlinks.patch + patches.kernel.org/6.6.64-542-smb-Don-t-leak-cfid-when-reconnect-races-with-.patch + patches.kernel.org/6.6.64-543-smb-prevent-use-after-free-due-to-open_cached_.patch + patches.kernel.org/6.6.64-544-smb-During-unmount-ensure-all-cached-dir-insta.patch + patches.kernel.org/6.6.64-545-usb-musb-Fix-hardware-lockup-on-first-Rx-endpo.patch + patches.kernel.org/6.6.64-546-usb-dwc3-gadget-Fix-checking-for-number-of-TRB.patch + patches.kernel.org/6.6.64-547-usb-dwc3-gadget-Fix-looping-of-queued-SG-entri.patch + patches.kernel.org/6.6.64-548-ublk-fix-error-code-for-unsupported-command.patch + patches.kernel.org/6.6.64-549-lib-string_helpers-silence-snprintf-output-tru.patch + patches.kernel.org/6.6.64-550-f2fs-fix-to-do-sanity-check-on-node-blkaddr-in.patch + patches.kernel.org/6.6.64-551-ipc-fix-memleak-if-msg_init_ns-failed-in-creat.patch + patches.kernel.org/6.6.64-552-NFSD-Prevent-a-potential-integer-overflow.patch + patches.kernel.org/6.6.64-553-SUNRPC-make-sure-cache-entry-active-before-cac.patch + patches.kernel.org/6.6.64-554-um-Fix-potential-integer-overflow-during-physm.patch + patches.kernel.org/6.6.64-555-um-Fix-the-return-value-of-elf_core_copy_task_.patch + patches.kernel.org/6.6.64-556-um-Always-dump-trace-for-specified-task-in-sho.patch + patches.kernel.org/6.6.64-557-NFSv4.0-Fix-a-use-after-free-problem-in-the-as.patch + patches.kernel.org/6.6.64-558-rtc-st-lpc-Use-IRQF_NO_AUTOEN-flag-in-request_.patch + patches.kernel.org/6.6.64-559-rtc-abx80x-Fix-WDT-bit-position-of-the-status-.patch + patches.kernel.org/6.6.64-560-rtc-check-if-__rtc_read_time-was-successful-in.patch + patches.kernel.org/6.6.64-561-ubi-fastmap-wl-Schedule-fm_work-if-wear-leveli.patch + patches.kernel.org/6.6.64-562-ubifs-Correct-the-total-block-count-by-deducti.patch + patches.kernel.org/6.6.64-563-ubi-fastmap-Fix-duplicate-slab-cache-names-whi.patch + patches.kernel.org/6.6.64-564-ubifs-authentication-Fix-use-after-free-in-ubi.patch + patches.kernel.org/6.6.64-565-jffs2-fix-use-of-uninitialized-variable.patch + patches.kernel.org/6.6.64-566-rtc-rzn1-fix-BCD-to-rtc_time-conversion-errors.patch + patches.kernel.org/6.6.64-567-nvme-multipath-prepare-for-queue-depth-iopolic.patch + patches.kernel.org/6.6.64-568-nvme-multipath-implement-queue-depth-iopolicy.patch + patches.kernel.org/6.6.64-569-nvme-multipath-avoid-hang-on-inaccessible-name.patch + patches.kernel.org/6.6.64-570-nvme-multipath-Fix-RCU-list-traversal-to-use-S.patch + patches.kernel.org/6.6.64-571-block-return-unsigned-int-from-bdev_io_min.patch + patches.kernel.org/6.6.64-572-9p-xen-fix-init-sequence.patch + patches.kernel.org/6.6.64-573-9p-xen-fix-release-of-IRQ.patch + patches.kernel.org/6.6.64-574-perf-arm-smmuv3-Fix-lockdep-assert-in-event_in.patch + patches.kernel.org/6.6.64-575-perf-arm-cmn-Ensure-port-and-device-id-bits-ar.patch + patches.kernel.org/6.6.64-576-smb-client-disable-directory-caching-when-dir_.patch + patches.kernel.org/6.6.64-577-cifs-Fix-parsing-native-symlinks-relative-to-t.patch + patches.kernel.org/6.6.64-578-cifs-Fix-parsing-reparse-point-with-native-sym.patch + patches.kernel.org/6.6.64-579-rtc-ab-eoz9-don-t-fail-temperature-reads-on-un.patch + patches.kernel.org/6.6.64-580-modpost-remove-ALL_EXIT_DATA_SECTIONS-macro.patch + patches.kernel.org/6.6.64-581-modpost-disallow-driver-to-reference-.meminit-.patch + patches.kernel.org/6.6.64-582-modpost-remove-MEM_INIT_SECTIONS-macro.patch + patches.kernel.org/6.6.64-583-modpost-remove-EXIT_SECTIONS-macro.patch + patches.kernel.org/6.6.64-584-modpost-disallow-the-combination-of-EXPORT_SYM.patch + patches.kernel.org/6.6.64-585-modpost-use-ALL_INIT_SECTIONS-for-the-section-.patch + patches.kernel.org/6.6.64-586-modpost-squash-ALL_-INIT-EXIT-_TEXT_SECTIONS-t.patch + patches.kernel.org/6.6.64-587-init-modpost-conditionally-check-section-misma.patch + patches.kernel.org/6.6.64-588-Rename-.data.unlikely-to-.data.unlikely.patch + patches.kernel.org/6.6.64-589-Rename-.data.once-to-.data.once-to-fix-resetti.patch + patches.kernel.org/6.6.64-590-smb-Initialize-cfid-tcon-before-performing-net.patch + patches.kernel.org/6.6.64-591-modpost-remove-incorrect-code-in-do_eisa_entry.patch + patches.kernel.org/6.6.64-592-cifs-during-remount-make-sure-passwords-are-in.patch + patches.kernel.org/6.6.64-593-cifs-unlock-on-error-in-smb3_reconfigure.patch + patches.kernel.org/6.6.64-594-nfs-ignore-SB_RDONLY-when-mounting-nfs.patch + patches.kernel.org/6.6.64-595-sunrpc-clear-XPRT_SOCK_UPD_TIMEOUT-when-reset-.patch + patches.kernel.org/6.6.64-596-SUNRPC-timeout-and-cancel-TLS-handshake-with-E.patch + patches.kernel.org/6.6.64-597-sunrpc-fix-one-UAF-issue-caused-by-sunrpc-kern.patch + patches.kernel.org/6.6.64-598-block-bfq-fix-bfqq-uaf-in-bfq_limit_depth.patch + patches.kernel.org/6.6.64-599-sh-intc-Fix-use-after-free-bug-in-register_int.patch + patches.kernel.org/6.6.64-600-xfs-remove-unknown-compat-feature-check-in-sup.patch + patches.kernel.org/6.6.64-601-quota-flush-quota_release_work-upon-quota-writ.patch + patches.kernel.org/6.6.64-602-btrfs-don-t-loop-for-nowait-writes-when-checki.patch + patches.kernel.org/6.6.64-603-btrfs-add-a-sanity-check-for-btrfs-root-in-btr.patch + patches.kernel.org/6.6.64-604-btrfs-ref-verify-fix-use-after-free-after-inva.patch + patches.kernel.org/6.6.64-605-md-md-bitmap-Add-missing-destroy_work_on_stack.patch + patches.kernel.org/6.6.64-606-arm64-dts-allwinner-pinephone-Add-mount-matrix.patch + patches.kernel.org/6.6.64-607-arm64-dts-freescale-imx8mm-verdin-Fix-SD-regul.patch + patches.kernel.org/6.6.64-608-arm64-dts-ti-k3-am62-verdin-Fix-SD-regulator-s.patch + patches.kernel.org/6.6.64-609-media-amphion-Set-video-drvdata-before-registe.patch + patches.kernel.org/6.6.64-610-media-imx-jpeg-Set-video-drvdata-before-regist.patch + patches.kernel.org/6.6.64-611-media-mtk-jpeg-Fix-null-ptr-deref-during-unloa.patch + patches.kernel.org/6.6.64-612-media-i2c-dw9768-Fix-pm_runtime_set_suspended-.patch + patches.kernel.org/6.6.64-613-arm64-dts-freescale-imx8mp-verdin-Fix-SD-regul.patch + patches.kernel.org/6.6.64-614-media-i2c-tc358743-Fix-crash-in-the-probe-erro.patch + patches.kernel.org/6.6.64-615-media-imx-jpeg-Ensure-power-suppliers-be-suspe.patch + patches.kernel.org/6.6.64-616-media-verisilicon-av1-Fix-reference-video-buff.patch + patches.kernel.org/6.6.64-617-media-ts2020-fix-null-ptr-deref-in-ts2020_prob.patch + patches.kernel.org/6.6.64-618-media-platform-exynos4-is-Fix-an-OF-node-refer.patch + patches.kernel.org/6.6.64-619-efi-libstub-Free-correct-pointer-on-failure.patch + patches.kernel.org/6.6.64-620-media-amphion-Fix-pm_runtime_set_suspended-wit.patch + patches.kernel.org/6.6.64-621-media-venus-Fix-pm_runtime_set_suspended-with-.patch + patches.kernel.org/6.6.64-622-media-gspca-ov534-ov772x-Fix-off-by-one-error-.patch + patches.kernel.org/6.6.64-623-media-platform-allegro-dvt-Fix-possible-memory.patch + patches.kernel.org/6.6.64-624-media-uvcvideo-Stop-stream-during-unregister.patch + patches.kernel.org/6.6.64-625-media-uvcvideo-Require-entities-to-have-a-non-.patch + patches.kernel.org/6.6.64-626-ovl-Filter-invalid-inodes-with-missing-lookup-.patch + patches.kernel.org/6.6.64-627-maple_tree-refine-mas_store_root-on-storing-NU.patch + patches.kernel.org/6.6.64-628-ftrace-Fix-regression-with-module-command-in-s.patch + patches.kernel.org/6.6.64-629-vmstat-call-fold_vm_zone_numa_events-before-sh.patch + patches.kernel.org/6.6.64-630-zram-clear-IDLE-flag-after-recompression.patch + patches.kernel.org/6.6.64-631-iommu-io-pgtable-arm-Fix-stage-2-map-unmap-for.patch + patches.kernel.org/6.6.64-632-leds-lp55xx-Remove-redundant-test-for-invalid-.patch + patches.kernel.org/6.6.64-633-clk-qcom-gcc-qcs404-fix-initial-rate-of-GPLL3.patch + patches.kernel.org/6.6.64-634-ad7780-fix-division-by-zero-in-ad7780_write_ra.patch + patches.kernel.org/6.6.64-635-ARM-9429-1-ioremap-Sync-PGDs-for-VMALLOC-shado.patch + patches.kernel.org/6.6.64-636-s390-entry-Mark-IRQ-entries-to-fix-stack-depot.patch + patches.kernel.org/6.6.64-637-ARM-9430-1-entry-Do-a-dummy-read-from-VMAP-sha.patch + patches.kernel.org/6.6.64-638-ARM-9431-1-mm-Pair-atomic_set_release-with-_re.patch + patches.kernel.org/6.6.64-639-mm-slub-Avoid-list-corruption-when-removing-a-.patch + patches.kernel.org/6.6.64-640-ceph-extract-entity-name-from-device-id.patch + patches.kernel.org/6.6.64-641-util_macros.h-fix-rework-find_closest-macros.patch + patches.kernel.org/6.6.64-642-scsi-ufs-exynos-Fix-hibern8-notify-callbacks.patch + patches.kernel.org/6.6.64-643-i3c-master-svc-Fix-pm_runtime_set_suspended-wi.patch + patches.kernel.org/6.6.64-644-i3c-master-Fix-miss-free-init_dyn_addr-at-i3c_.patch + patches.kernel.org/6.6.64-645-PCI-keystone-Set-mode-as-Root-Complex-for-ti-k.patch + patches.kernel.org/6.6.64-646-PCI-keystone-Add-link-up-check-to-ks_pcie_othe.patch + patches.kernel.org/6.6.64-647-PCI-endpoint-Clear-secondary-not-primary-EPC-i.patch + patches.kernel.org/6.6.64-648-fs-proc-kcore.c-Clear-ret-value-in-read_kcore_.patch + patches.kernel.org/6.6.64-649-thermal-int3400-Fix-reading-of-current_uuid-fo.patch + patches.kernel.org/6.6.64-650-leds-flash-mt6360-Fix-device_for_each_child_no.patch + patches.kernel.org/6.6.64-651-ovl-properly-handle-large-files-in-ovl_securit.patch + patches.kernel.org/6.6.64-652-dm-Fix-typo-in-error-message.patch + patches.kernel.org/6.6.64-653-dm-thin-Add-missing-destroy_work_on_stack.patch + patches.kernel.org/6.6.64-654-PCI-of_property-Assign-PCI-instead-of-CPU-bus-.patch + patches.kernel.org/6.6.64-655-PCI-rockchip-ep-Fix-address-translation-unit-p.patch + patches.kernel.org/6.6.64-656-nfsd-make-sure-exp-active-before-svc_export_sh.patch + patches.kernel.org/6.6.64-657-nfsd-fix-nfs4_openowner-leak-when-concurrent-n.patch + patches.kernel.org/6.6.64-658-iio-accel-kx022a-Fix-raw-read-format.patch + patches.kernel.org/6.6.64-659-iio-Fix-fwnode_handle-in-__fwnode_iio_channel_.patch + patches.kernel.org/6.6.64-660-iio-adc-ad7923-Fix-buffer-overflow-for-tx_buf-.patch + patches.kernel.org/6.6.64-661-iio-gts-fix-infinite-loop-for-gain_to_scaletab.patch + patches.kernel.org/6.6.64-662-powerpc-Fix-stack-protector-Kconfig-test-for-c.patch + patches.kernel.org/6.6.64-663-powerpc-Adjust-adding-stack-protector-flags-to.patch + patches.kernel.org/6.6.64-664-btrfs-don-t-BUG_ON-on-ENOMEM-from-btrfs_lookup.patch + patches.kernel.org/6.6.64-665-tpm-Lock-TPM-chip-in-tpm_pm_suspend-first.patch + patches.kernel.org/6.6.64-666-udmabuf-use-vmf_insert_pfn-and-VM_PFNMAP-for-h.patch + patches.kernel.org/6.6.64-667-drm-sti-avoid-potential-dereference-of-error-p.patch + patches.kernel.org/6.6.64-668-drm-sti-avoid-potential-dereference-of-error-p.patch + patches.kernel.org/6.6.64-669-drm-sti-avoid-potential-dereference-of-error-p.patch + patches.kernel.org/6.6.64-670-drm-mediatek-Fix-child-node-refcount-handling-.patch + patches.kernel.org/6.6.64-671-drm-etnaviv-flush-shader-L1-cache-after-user-c.patch + patches.kernel.org/6.6.64-672-drm-xlnx-zynqmp_dpsub-fix-hotplug-detection.patch + patches.kernel.org/6.6.64-673-drm-amdkfd-Use-the-correct-wptr-size.patch + patches.kernel.org/6.6.64-674-drm-amdgpu-fix-usage-slab-after-free.patch + patches.kernel.org/6.6.64-675-drm-amd-pm-update-current_socclk-and-current_u.patch + patches.kernel.org/6.6.64-676-posix-timers-Target-group-sigqueue-to-current-.patch + patches.kernel.org/6.6.64-677-Linux-6.6.64.patch + patches.kernel.org/bpf-handle-fake-register-spill-to-stack-with-BPF_ST_MEM-instruction.patch + patches.kernel.org/drm-vc4-Match-drm_dev_enter-and-exit-calls-in-vc4_hvs_lut_load.patch + patches.kernel.org/ALSA-usb-audio-Fix-a-DMA-to-stack-memory-bug.patch ######################################################## # Build fixes that apply to the vanilla kernel too. diff --git a/source-timestamp b/source-timestamp index 465439a..e19bd5b 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2024-11-22 18:36:17 +0000 -GIT Revision: bd5007503ad0cafa35fce68e964e185cedc40984 +2024-12-09 19:12:46 +0000 +GIT Revision: 11cb128c56500fbab810768a01e8fcd34a69d853 GIT Branch: slowroll