From b5b7e33164207acc2d9a987c4ea23ccf2b59bd8d709889f854cc6f03be7e2254 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Thu, 28 Mar 2024 07:40:07 +0000 Subject: [PATCH] commit 2daf2c27b057243c3d6917a119278ace03f28e64 OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2133 --- config.tar.bz2 | 4 +- dtb-aarch64.changes | 1212 ++++++++++++++++++++++++++++++++++++ dtb-aarch64.spec | 6 +- dtb-armv6l.changes | 1212 ++++++++++++++++++++++++++++++++++++ dtb-armv6l.spec | 6 +- dtb-armv7l.changes | 1212 ++++++++++++++++++++++++++++++++++++ dtb-armv7l.spec | 6 +- dtb-riscv64.changes | 1212 ++++++++++++++++++++++++++++++++++++ dtb-riscv64.spec | 6 +- kernel-64kb.changes | 1212 ++++++++++++++++++++++++++++++++++++ kernel-64kb.spec | 8 +- kernel-debug.changes | 1212 ++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 8 +- kernel-default.changes | 1212 ++++++++++++++++++++++++++++++++++++ kernel-default.spec | 8 +- kernel-docs.changes | 1212 ++++++++++++++++++++++++++++++++++++ kernel-docs.spec | 8 +- kernel-kvmsmall.changes | 1212 ++++++++++++++++++++++++++++++++++++ kernel-kvmsmall.spec | 8 +- kernel-lpae.changes | 1212 ++++++++++++++++++++++++++++++++++++ kernel-lpae.spec | 8 +- kernel-obs-build.changes | 1212 ++++++++++++++++++++++++++++++++++++ kernel-obs-build.spec | 8 +- kernel-obs-qa.changes | 1212 ++++++++++++++++++++++++++++++++++++ kernel-obs-qa.spec | 6 +- kernel-pae.changes | 1212 ++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 8 +- kernel-source.changes | 1212 ++++++++++++++++++++++++++++++++++++ kernel-source.spec | 8 +- kernel-syms.changes | 1212 ++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 6 +- kernel-vanilla.changes | 1212 ++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 8 +- kernel-zfcpdump.changes | 1212 ++++++++++++++++++++++++++++++++++++ kernel-zfcpdump.spec | 8 +- patches.kernel.org.tar.bz2 | 4 +- patches.suse.tar.bz2 | 4 +- series.conf | 710 ++++++++++++++++++++- source-timestamp | 4 +- 39 files changed, 21381 insertions(+), 73 deletions(-) diff --git a/config.tar.bz2 b/config.tar.bz2 index cdb939f1..c11f5ccc 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ef50c3ac542de56160c92adebd6f8f60b6f5fb56027b30194a939b77e7bd636 -size 293584 +oid sha256:9ea478c952ab342a6faae1bfb6d5c16b5a3b5eefd806fd35ab3a6a82f4ab717c +size 293680 diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index 49d26c02..18014858 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index 9179bfe1..b94c2dea 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 6.8 -%define patchversion 6.8.1 +%define patchversion 6.8.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -25,9 +25,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-aarch64 -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index 49d26c02..18014858 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index f82dc81a..51bd39c2 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 6.8 -%define patchversion 6.8.1 +%define patchversion 6.8.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -25,9 +25,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-armv6l -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index 49d26c02..18014858 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index 9a0eb681..149a7c76 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 6.8 -%define patchversion 6.8.1 +%define patchversion 6.8.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -25,9 +25,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-armv7l -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/dtb-riscv64.changes b/dtb-riscv64.changes index 49d26c02..18014858 100644 --- a/dtb-riscv64.changes +++ b/dtb-riscv64.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/dtb-riscv64.spec b/dtb-riscv64.spec index e1f56504..8307d665 100644 --- a/dtb-riscv64.spec +++ b/dtb-riscv64.spec @@ -17,7 +17,7 @@ %define srcversion 6.8 -%define patchversion 6.8.1 +%define patchversion 6.8.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -25,9 +25,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-riscv64 -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index 49d26c02..18014858 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/kernel-64kb.spec b/kernel-64kb.spec index 7dc8b051..55e89663 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,8 +18,8 @@ %define srcversion 6.8 -%define patchversion 6.8.1 -%define git_commit 4b0ca589d4bf654c3f695093e9b4a68d984b3af4 +%define patchversion 6.8.2 +%define git_commit 2daf2c27b057243c3d6917a119278ace03f28e64 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -36,9 +36,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-64kb -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/kernel-debug.changes b/kernel-debug.changes index 49d26c02..18014858 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index d1cec7f4..06de4200 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,8 +18,8 @@ %define srcversion 6.8 -%define patchversion 6.8.1 -%define git_commit 4b0ca589d4bf654c3f695093e9b4a68d984b3af4 +%define patchversion 6.8.2 +%define git_commit 2daf2c27b057243c3d6917a119278ace03f28e64 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -36,9 +36,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-debug -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/kernel-default.changes b/kernel-default.changes index 49d26c02..18014858 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index 450d24dd..e3a960b1 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,8 +18,8 @@ %define srcversion 6.8 -%define patchversion 6.8.1 -%define git_commit 4b0ca589d4bf654c3f695093e9b4a68d984b3af4 +%define patchversion 6.8.2 +%define git_commit 2daf2c27b057243c3d6917a119278ace03f28e64 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -36,9 +36,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-default -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/kernel-docs.changes b/kernel-docs.changes index 49d26c02..18014858 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/kernel-docs.spec b/kernel-docs.spec index 3226feb2..55255b30 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,8 +17,8 @@ %define srcversion 6.8 -%define patchversion 6.8.1 -%define git_commit 4b0ca589d4bf654c3f695093e9b4a68d984b3af4 +%define patchversion 6.8.2 +%define git_commit 2daf2c27b057243c3d6917a119278ace03f28e64 %define variant %{nil} %define build_html 1 %define build_pdf 0 @@ -28,9 +28,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-docs -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/kernel-kvmsmall.changes b/kernel-kvmsmall.changes index 49d26c02..18014858 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index e85a54c8..f31741b2 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -18,8 +18,8 @@ %define srcversion 6.8 -%define patchversion 6.8.1 -%define git_commit 4b0ca589d4bf654c3f695093e9b4a68d984b3af4 +%define patchversion 6.8.2 +%define git_commit 2daf2c27b057243c3d6917a119278ace03f28e64 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -36,9 +36,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-kvmsmall -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/kernel-lpae.changes b/kernel-lpae.changes index 49d26c02..18014858 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 5d1cc359..41ea7c58 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -18,8 +18,8 @@ %define srcversion 6.8 -%define patchversion 6.8.1 -%define git_commit 4b0ca589d4bf654c3f695093e9b4a68d984b3af4 +%define patchversion 6.8.2 +%define git_commit 2daf2c27b057243c3d6917a119278ace03f28e64 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -36,9 +36,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-lpae -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index 49d26c02..18014858 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 5be19568..020932f2 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 6.8.1 +%define patchversion 6.8.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -38,16 +38,16 @@ %endif %endif %endif -%global kernel_package kernel%kernel_flavor-srchash-4b0ca589d4bf654c3f695093e9b4a68d984b3af4 +%global kernel_package kernel%kernel_flavor-srchash-2daf2c27b057243c3d6917a119278ace03f28e64 %endif %if 0%{?rhel_version} %global kernel_package kernel %endif Name: kernel-obs-build -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index 49d26c02..18014858 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index c1d13eb1..b91df453 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,15 +17,15 @@ # needsrootforbuild -%define patchversion 6.8.1 +%define patchversion 6.8.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros Name: kernel-obs-qa -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index 49d26c02..18014858 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index ed07d5ad..9829696e 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,8 +18,8 @@ %define srcversion 6.8 -%define patchversion 6.8.1 -%define git_commit 4b0ca589d4bf654c3f695093e9b4a68d984b3af4 +%define patchversion 6.8.2 +%define git_commit 2daf2c27b057243c3d6917a119278ace03f28e64 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -36,9 +36,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-pae -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/kernel-source.changes b/kernel-source.changes index 49d26c02..18014858 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index ef0c4c85..17e4f5f5 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -17,8 +17,8 @@ %define srcversion 6.8 -%define patchversion 6.8.1 -%define git_commit 4b0ca589d4bf654c3f695093e9b4a68d984b3af4 +%define patchversion 6.8.2 +%define git_commit 2daf2c27b057243c3d6917a119278ace03f28e64 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -26,9 +26,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-source -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/kernel-syms.changes b/kernel-syms.changes index 49d26c02..18014858 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index 76c1e586..819ca610 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -16,16 +16,16 @@ # -%define git_commit 4b0ca589d4bf654c3f695093e9b4a68d984b3af4 +%define git_commit 2daf2c27b057243c3d6917a119278ace03f28e64 %define variant %{nil} %include %_sourcedir/kernel-spec-macros Name: kernel-syms -Version: 6.8.1 +Version: 6.8.2 %if %using_buildservice %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 49d26c02..18014858 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 26aa5338..62038bbc 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,8 +18,8 @@ %define srcversion 6.8 -%define patchversion 6.8.1 -%define git_commit 4b0ca589d4bf654c3f695093e9b4a68d984b3af4 +%define patchversion 6.8.2 +%define git_commit 2daf2c27b057243c3d6917a119278ace03f28e64 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -36,9 +36,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-vanilla -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/kernel-zfcpdump.changes b/kernel-zfcpdump.changes index 49d26c02..18014858 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,1215 @@ +------------------------------------------------------------------- +Thu Mar 28 06:45:11 CET 2024 - jslaby@suse.cz + +- Linux 6.8.2 (bsc#1012628). +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1012628). +- workqueue.c: Increase workqueue name length (bsc#1012628). +- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628). +- workqueue: Factor out pwq_is_empty() (bsc#1012628). +- workqueue: Replace pwq_activate_inactive_work() with + [__]pwq_activate_work() (bsc#1012628). +- workqueue: Move nr_active handling into helpers (bsc#1012628). +- workqueue: Make wq_adjust_max_active() round-robin pwqs while + activating (bsc#1012628). +- workqueue: RCU protect wq->dfl_pwq and implement accessors + for it (bsc#1012628). +- workqueue: Introduce struct wq_node_nr_active (bsc#1012628). +- workqueue: Implement system-wide nr_active enforcement for + unbound workqueues (bsc#1012628). +- workqueue: Don't call cpumask_test_cpu() with -1 CPU in + wq_update_node_max_active() (bsc#1012628). +- iomap: clear the per-folio dirty bits on all writeback failures + (bsc#1012628). +- fs: Fix rw_hint validation (bsc#1012628). +- io_uring: remove looping around handling traditional task_work + (bsc#1012628). +- io_uring: remove unconditional looping in local task_work + handling (bsc#1012628). +- s390/dasd: Use dev_*() for device log messages (bsc#1012628). +- s390/dasd: fix double module refcount decrement (bsc#1012628). +- fs/hfsplus: use better @opf description (bsc#1012628). +- md: fix kmemleak of rdev->serial (bsc#1012628). +- rcu/exp: Fix RCU expedited parallel grace period kworker + allocation failure recovery (bsc#1012628). +- rcu/exp: Handle RCU expedited grace period kworker allocation + failure (bsc#1012628). +- nbd: null check for nla_nest_start (bsc#1012628). +- fs/select: rework stack allocation hack for clang (bsc#1012628). +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1012628). +- md: Don't clear MD_CLOSING when the raid is about to stop + (bsc#1012628). +- kunit: Setup DMA masks on the kunit device (bsc#1012628). +- ovl: Always reject mounting over case-insensitive directories + (bsc#1012628). +- kunit: test: Log the correct filter string in executor_test + (bsc#1012628). +- lib/cmdline: Fix an invalid format specifier in an assertion + msg (bsc#1012628). +- lib: memcpy_kunit: Fix an invalid format specifier in an + assertion msg (bsc#1012628). +- time: test: Fix incorrect format specifier (bsc#1012628). +- rtc: test: Fix invalid format specifier (bsc#1012628). +- net: test: Fix printf format specifier in skb_segment kunit test + (bsc#1012628). +- drm/xe/tests: Fix printf format specifiers in xe_migrate test + (bsc#1012628). +- drm: tests: Fix invalid printf format specifiers in KUnit tests + (bsc#1012628). +- md/raid1: factor out helpers to add rdev to conf (bsc#1012628). +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (bsc#1012628). +- md/raid1: fix choose next idle in read_balance() (bsc#1012628). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (bsc#1012628). +- io_uring/net: move receive multishot out of the generic msghdr + path (bsc#1012628). +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (bsc#1012628). +- nvme: host: fix double-free of struct nvme_id_ns in + ns_update_nuse() (bsc#1012628). +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit + type (bsc#1012628). +- x86/resctrl: Remove hard-coded memory bandwidth limit + (bsc#1012628). +- x86/resctrl: Read supported bandwidth sources from CPUID + (bsc#1012628). +- x86/resctrl: Implement new mba_MBps throttling heuristic + (bsc#1012628). +- x86/sme: Fix memory encryption setting if enabled by default + and not overridden (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation on counter wrap + (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation corner case + decision (bsc#1012628). +- timekeeping: Fix cross-timestamp interpolation for non-x86 + (bsc#1012628). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst + argument (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_smt() (bsc#1012628). +- sched/fair: Take the scheduling domain into account in + select_idle_core() (bsc#1012628). +- wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is + disabled (bsc#1012628). +- wifi: b43: Stop correct queue in DMA worker when QoS is disabled + (bsc#1012628). +- wifi: b43: Disable QoS for bcm4331 (bsc#1012628). +- wifi: wilc1000: fix declarations ordering (bsc#1012628). +- wifi: wilc1000: fix RCU usage in connect path (bsc#1012628). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1012628). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1012628). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1012628). +- wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work + (bsc#1012628). +- wifi: wilc1000: do not realloc workqueue everytime an interface + is added (bsc#1012628). +- wifi: wilc1000: fix multi-vif management when deleting a vif + (bsc#1012628). +- wifi: mwifiex: debugfs: Drop unnecessary error check for + debugfs_create_dir() (bsc#1012628). +- ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate + (bsc#1012628). +- arm64: dts: qcom: x1e80100: drop qcom,drv-count (bsc#1012628). +- arm64: dts: qcom: sc8180x: Hook up VDD_CX as GCC parent domain + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix up big CPU idle state entry + latency (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU off state + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix eDP PHY power-domains + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Don't hold MDP core clock at FMAX + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Require LOW_SVS vote for MMCX if + DISPCC is on (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing CPU<->MDP_CFG path + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Shrink aoss_qmp register space size + (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's + return value (bsc#1012628). +- cpufreq: mediatek-hw: Wait for CPU supplies before probing + (bsc#1012628). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (bsc#1012628). +- inet_diag: annotate data-races around inet_diag_table[] + (bsc#1012628). +- bpftool: Silence build warning about calloc() (bsc#1012628). +- selftests/bpf: Fix potential premature unload in bpf_testmod + (bsc#1012628). +- libbpf: Apply map_set_def_max_entries() for inner_maps on + creation (bsc#1012628). +- selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY + values (bsc#1012628). +- bpftool: Fix wrong free call in do_show_link (bsc#1012628). +- wifi: ath12k: Fix issues in channel list update (bsc#1012628). +- selftests/bpf: Fix the flaky tc_redirect_dtime test + (bsc#1012628). +- selftests/bpf: Wait for the netstamp_needed_key static key to + be turned on (bsc#1012628). +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1012628). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1012628). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1012628). +- af_unix: Annotate data-race of gc_in_progress in + wait_for_unix_gc() (bsc#1012628). +- arm64: dts: qcom: sm8450: Add missing interconnects to serial + (bsc#1012628). +- soc: qcom: socinfo: rename PM2250 to PM4125 (bsc#1012628). +- arm64: dts: qcom: sc7280: Add static properties to cryptobam + (bsc#1012628). +- arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing + reserved-memory (bsc#1012628). +- arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming + (bsc#1012628). +- arm64: dts: qcom: rename PM2250 to PM4125 (bsc#1012628). +- cpufreq: mediatek-hw: Don't error out if supply is not found + (bsc#1012628). +- libbpf: Fix faccessat() usage on Android (bsc#1012628). +- libbpf: fix __arg_ctx type enforcement for perf_event programs + (bsc#1012628). +- pmdomain: qcom: rpmhpd: Drop SA8540P gfx.lvl (bsc#1012628). +- arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for + gpucc (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Restore sort order (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2 + (bsc#1012628). +- selftests/bpf: Disable IPv6 for lwt_redirect test (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on OSM-S i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for I2C signals + on SL/BL i.MX8MM (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pullups for onboard UART + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL OSM-S board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Disable pull resistors for SD card + signals on BL board (bsc#1012628). +- arm64: dts: imx8mm-kontron: Fix interrupt for RTC on OSM-S + i.MX8MM module (bsc#1012628). +- arm64: dts: imx8qm: Align edma3 power-domains resources + indentation (bsc#1012628). +- arm64: dts: imx8qm: Correct edma3 power-domains and interrupt + numbers (bsc#1012628). +- libbpf: Add missing LIBBPF_API annotation to + libbpf_set_memlock_rlim API (bsc#1012628). +- wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init + is complete (bsc#1012628). +- wifi: ath11k: change to move WMI_VDEV_PARAM_SET_HEMU_MODE + before WMI_PEER_ASSOC_CMDID (bsc#1012628). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1012628). +- wifi: iwlwifi: mvm: report beacon protection failures + (bsc#1012628). +- wifi: iwlwifi: dbg-tlv: ensure NUL termination (bsc#1012628). +- wifi: iwlwifi: acpi: fix WPFC reading (bsc#1012628). +- wifi: iwlwifi: mvm: initialize rates in FW earlier + (bsc#1012628). +- wifi: iwlwifi: fix EWRD table validity check (bsc#1012628). +- wifi: iwlwifi: mvm: d3: fix IPN byte order (bsc#1012628). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1012628). +- wifi: iwlwifi: mvm: fix the TLC command after ADD_STA + (bsc#1012628). +- wifi: iwlwifi: read BIOS PNVM only for non-Intel SKU + (bsc#1012628). +- gpio: vf610: allow disabling the vf610 driver (bsc#1012628). +- selftests/bpf: trace_helpers.c: do not use poisoned type + (bsc#1012628). +- bpf: make sure scalar args don't accept __arg_nonnull tag + (bsc#1012628). +- bpf: don't emit warnings intended for global subprogs for + static subprogs (bsc#1012628). +- arm64: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS + (bsc#1012628). +- pwm: atmel-hlcdc: Fix clock imbalance related to suspend support + (bsc#1012628). +- net: blackhole_dev: fix build warning for ethh set but not used + (bsc#1012628). +- spi: consolidate setting message->spi (bsc#1012628). +- spi: move split xfers for CS_WORD emulation (bsc#1012628). +- arm64: dts: ti: k3-am62p5-sk: Enable CPSW MDIO node + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix power domain for VTM node + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix power domain for VTM node + (bsc#1012628). +- wifi: ath11k: initialize rx_mcs_80 and rx_mcs_160 before use + (bsc#1012628). +- wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() + (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: remove assigned-clock-parents for + unused VP (bsc#1012628). +- libbpf: fix return value for PERF_EVENT __arg_ctx type fix up + check (bsc#1012628). +- arm64: dts: ti: k3-am62p-mcu/wakeup: Disable MCU and wakeup + R5FSS nodes (bsc#1012628). +- arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J + (bsc#1012628). +- libbpf: Use OPTS_SET() macro in bpf_xdp_query() (bsc#1012628). +- wifi: wfx: fix memory leak when starting AP (bsc#1012628). +- arm64: dts: qcom: qcm2290: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 + PHY (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix UFS PHY clocks (bsc#1012628). +- wifi: ath12k: fix incorrect logic of calculating vdev_stats_id + (bsc#1012628). +- printk: nbcon: Relocate 32bit seq macros (bsc#1012628). +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1012628). +- printk: Wait for all reserved records with pr_flush() + (bsc#1012628). +- printk: Add this_cpu_in_panic() (bsc#1012628). +- printk: ringbuffer: Cleanup reader terminology (bsc#1012628). +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1012628). +- printk: Disable passing console lock owner completely during + panic() (bsc#1012628). +- pwm: sti: Fix capture for st,pwm-num-chan < st,capture-num-chan + (bsc#1012628). +- tools/resolve_btfids: Refactor set sorting with types from + btf_ids.h (bsc#1012628). +- tools/resolve_btfids: Fix cross-compilation to non-host + endianness (bsc#1012628). +- wifi: iwlwifi: support EHT for WH (bsc#1012628). +- wifi: iwlwifi: properly check if link is active (bsc#1012628). +- wifi: iwlwifi: mvm: fix erroneous queue index mask + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set the MFP flag for the GTK + (bsc#1012628). +- wifi: iwlwifi: mvm: don't set replay counters to 0xff + (bsc#1012628). +- s390/pai: fix attr_event_free upper limit for pai device drivers + (bsc#1012628). +- s390/vdso: drop '-fPIC' from LDFLAGS (bsc#1012628). +- arm64: dts: qcom: qcm6490-idp: Correct the voltage setting + for vph_pwr (bsc#1012628). +- arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting + for vph_pwr (bsc#1012628). +- selftests: forwarding: Add missing config entries (bsc#1012628). +- selftests: forwarding: Add missing multicast routing config + entries (bsc#1012628). +- arm64: dts: qcom: sm6115: drop pipe clock selection + (bsc#1012628). +- ipv6: mcast: remove one synchronize_net() barrier in + ipv6_mc_down() (bsc#1012628). +- arm64: dts: mt8183: Move CrosEC base detection node to + kukui-based DTs (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix reference to PWM in fan node + (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop crypto's unneeded/invalid + clock name (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI bus width properties + (bsc#1012628). +- arm64: dts: mediatek: mt7986: fix SPI nodename (bsc#1012628). +- arm64: dts: mediatek: mt7986: drop "#clock-cells" from PWM + (bsc#1012628). +- arm64: dts: mediatek: mt7986: add "#reset-cells" to infracfg + (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Remove CrosEC base + detection node (bsc#1012628). +- arm64: dts: mediatek: mt8192: fix vencoder clock name + (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix VENC power domain clocks + (bsc#1012628). +- arm64: dts: mediatek: mt7622: add missing "device_type" to + memory nodes (bsc#1012628). +- can: m_can: Start/Cancel polling timer together with interrupts + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix the listener MAC filter flags + (bsc#1012628). +- bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace + correctly (bsc#1012628). +- arm64: dts: qcom: sdm845: Use the Low Power Island CX/MX for + SLPI (bsc#1012628). +- soc: qcom: llcc: Check return value on Broadcast_OR reg read + (bsc#1012628). +- ARM: dts: qcom: msm8974: correct qfprom node size (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing clocks to ssusb + power domains (bsc#1012628). +- arm64: dts: mediatek: mt8186: Add missing xhci clock to usb + controllers (bsc#1012628). +- arm64: dts: ti: am65x: Fix dtbs_install for Rocktech OLDI + overlay (bsc#1012628). +- cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency + (bsc#1012628). +- wifi: wilc1000: prevent use-after-free on vif when cleaning + up all interfaces (bsc#1012628). +- pwm: dwc: use pm_sleep_ptr() macro (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-j721e-sk: fix PMIC interrupt number + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: disable usb lpm (bsc#1012628). +- ACPI: processor_idle: Fix memory leak in + acpi_processor_power_exit() (bsc#1012628). +- bus: tegra-aconnect: Update dependency to ARCH_TEGRA + (bsc#1012628). +- iommu/amd: Mark interrupt as managed (bsc#1012628). +- wifi: brcmsmac: avoid function pointer casts (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios + (bsc#1012628). +- arm64: dts: qcom: sm8150: correct PCIe wake-gpios (bsc#1012628). +- powercap: dtpm_cpu: Fix error check against + freq_qos_add_request() (bsc#1012628). +- net: ena: Remove ena_select_queue (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for + wkup_uart0 and mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j7200-common-proc-board: Remove + clock-frequency from mcu_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j721s2-common-proc-board: Remove Pinmux + for CTS and RTS in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Remove Pinmux for CTS and RTS + in wkup_uart0 (bsc#1012628). +- arm64: dts: ti: k3-am64-main: Fix ITAP/OTAP values for MMC + (bsc#1012628). +- arm64: dts: mt8195-cherry-tomato: change watchdog reset boot + flow (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM65x SoC + (bsc#1012628). +- arm64: dts: ti: Add common1 register space for AM62x SoC + (bsc#1012628). +- firmware: arm_scmi: Fix double free in SMC transport cleanup + path (bsc#1012628). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1012628). +- arm64: dts: ti: k3-j721e: Fix mux-reg-masks in hbmc_mux + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-main: Fix mux-reg-masks in + serdes_ln_ctrl (bsc#1012628). +- arm64: dts: ti: k3-am62p: Fix memory ranges for DMSS + (bsc#1012628). +- wifi: wilc1000: revert reset line logic flip (bsc#1012628). +- ARM: dts: arm: realview: Fix development chip ROM compatible + value (bsc#1012628). +- memory: tegra: Correct DLA client names (bsc#1012628). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1012628). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1012628). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1012628). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1012628). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7925: fix fw download fail (bsc#1012628). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1012628). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1012628). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1012628). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1012628). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1012628). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT issues (bsc#1012628). +- wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS caps + (bsc#1012628). +- wifi: mt76: mt7996: fix HE beamformer phy cap for station vif + (bsc#1012628). +- wifi: mt76: mt7996: fix efuse reading issue (bsc#1012628). +- wifi: mt76: mt7996: fix HIF_TXD_V2_1 value (bsc#1012628). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1012628). +- wifi: mt76: mt7921e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1012628). +- wifi: mt76: mt7921: fix incorrect type conversion for CLC + command (bsc#1012628). +- wifi: mt76: mt792x: fix a potential loading failure of the + 6Ghz channel config from ACPI (bsc#1012628). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1012628). +- arm64: dts: renesas: rzg2l: Add missing interrupts to IRQC nodes + (bsc#1012628). +- arm64: dts: renesas: r9a08g045: Add missing interrupts to IRQC + node (bsc#1012628). +- arm64: dts: renesas: rzg3s-smarc-som: Guard Ethernet IRQ GPIO + hogs (bsc#1012628). +- arm64: dts: renesas: r8a779a0: Correct avb[01] reg sizes + (bsc#1012628). +- arm64: dts: renesas: r8a779g0: Correct avb[01] reg sizes + (bsc#1012628). +- net: mctp: copy skb ext data when fragmenting (bsc#1012628). +- pstore: inode: Only d_invalidate() is needed (bsc#1012628). +- arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF + (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register + address (bsc#1012628). +- ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under + the switch node (bsc#1012628). +- arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul + i.MX8M Plus eDM SBC (bsc#1012628). +- arm64: dts: imx8mp-evk: Fix hdmi@3d node (bsc#1012628). +- regulator: userspace-consumer: add module device table + (bsc#1012628). +- gpiolib: Pass consumer device through to core in + devm_fwnode_gpiod_get_index() (bsc#1012628). +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs + (bsc#1012628). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (bsc#1012628). +- ACPI: resource: Add MAIBENBEN X577 to + irq1_edge_low_force_override (bsc#1012628). +- ACPI: scan: Fix device check notification handling + (bsc#1012628). +- arm64: dts: rockchip: add missing interrupt-names for rk356x + vdpu (bsc#1012628). +- arm64: dts: rockchip: fix reset-names for rk356x i2s2 controller + (bsc#1012628). +- arm64: dts: rockchip: drop rockchip,trcm-sync-tx-only from + rk3588 i2s (bsc#1012628). +- objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks + (bsc#1012628). +- x86, relocs: Ignore relocations in .notes section (bsc#1012628). +- SUNRPC: fix a memleak in gss_import_v2_context (bsc#1012628). +- SUNRPC: fix some memleaks in gssx_dec_option_array + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix SPMI channels size (bsc#1012628). +- arm64: dts: qcom: sm8650: Fix SPMI channels size (bsc#1012628). +- mmc: wmt-sdmmc: remove an incorrect release_mem_region() + call in the .remove function (bsc#1012628). +- ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors + (bsc#1012628). +- wifi: rtw88: 8821cu: Fix firmware upload fail (bsc#1012628). +- wifi: rtw88: 8821c: Fix beacon loss and disconnect + (bsc#1012628). +- wifi: rtw88: 8821c: Fix false alarm count (bsc#1012628). +- wifi: brcm80211: handle pmk_op allocation failure (bsc#1012628). +- riscv: dts: starfive: jh7100: fix root clock names + (bsc#1012628). +- PCI: Make pci_dev_is_disconnected() helper public for other + drivers (bsc#1012628). +- iommu/vt-d: Don't issue ATS Invalidation request when device + is disconnected (bsc#1012628). +- iommu/vt-d: Use rbtree to track iommu probed devices + (bsc#1012628). +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (bsc#1012628). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1012628). +- iommu: Add static iommu_ops->release_domain (bsc#1012628). +- iommu/vt-d: Fix NULL domain on device release (bsc#1012628). +- igc: Fix missing time sync events (bsc#1012628). +- igb: Fix missing time sync events (bsc#1012628). +- ice: fix stats being updated by way too large values + (bsc#1012628). +- Bluetooth: Remove HCI_POWER_OFF_TIMEOUT (bsc#1012628). +- Bluetooth: mgmt: Remove leftover queuing of power_off work + (bsc#1012628). +- Bluetooth: Remove superfluous call to hci_conn_check_pending() + (bsc#1012628). +- Bluetooth: Remove BT_HS (bsc#1012628). +- Bluetooth: hci_event: Fix not indicating new connection for + BIG Sync (bsc#1012628). +- Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with + gpiod_get_optional() (bsc#1012628). +- Bluetooth: hci_core: Cancel request on command timeout + (bsc#1012628). +- Bluetooth: hci_sync: Fix overwriting request callback + (bsc#1012628). +- Bluetooth: hci_h5: Add ability to allocate memory for private + data (bsc#1012628). +- Bluetooth: btrtl: fix out of bounds memory access (bsc#1012628). +- Bluetooth: hci_core: Fix possible buffer overflow (bsc#1012628). +- Bluetooth: msft: Fix memory leak (bsc#1012628). +- Bluetooth: btusb: Fix memory leak (bsc#1012628). +- Bluetooth: af_bluetooth: Fix deadlock (bsc#1012628). +- Bluetooth: fix use-after-free in accessing skb after sending it + (bsc#1012628). +- sr9800: Add check for usbnet_get_endpoints (bsc#1012628). +- s390/cache: prevent rebuild of shared_cpu_list (bsc#1012628). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1012628). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1012628). +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1012628). +- net: dsa: microchip: make sure drive strength configuration + is not lost by soft reset (bsc#1012628). +- dpll: spec: use proper enum for pin capabilities attribute + (bsc#1012628). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (bsc#1012628). +- ipv6: fib6_rules: flush route cache when rule is changed + (bsc#1012628). +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (bsc#1012628). +- octeontx2-af: Fix devlink params (bsc#1012628). +- net: phy: fix phy_get_internal_delay accessing an empty array + (bsc#1012628). +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (bsc#1012628). +- net: hns3: fix wrong judgment condition issue (bsc#1012628). +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (bsc#1012628). +- net: hns3: fix port duplex configure error in IMP reset + (bsc#1012628). +- Bluetooth: Fix eir name length (bsc#1012628). +- net: phy: dp83822: Fix RGMII TX delay configuration + (bsc#1012628). +- erofs: fix lockdep false positives on initializing + erofs_pseudo_mnt (bsc#1012628). +- OPP: debugfs: Fix warning around icc_get_name() (bsc#1012628). +- tcp: fix incorrect parameter validation in the + do_tcp_getsockopt() function (bsc#1012628). +- ipmr: fix incorrect parameter validation in the + ip_mroute_getsockopt() function (bsc#1012628). +- l2tp: fix incorrect parameter validation in the + pppol2tp_getsockopt() function (bsc#1012628). +- udp: fix incorrect parameter validation in the + udp_lib_getsockopt() function (bsc#1012628). +- net: kcm: fix incorrect parameter validation in the + kcm_getsockopt) function (bsc#1012628). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (bsc#1012628). +- devlink: Fix length of eswitch inline-mode (bsc#1012628). +- r8152: fix unknown device for choose_configuration + (bsc#1012628). +- nfp: flower: handle acti_netdevs allocation failure + (bsc#1012628). +- bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() + (bsc#1012628). +- dm raid: fix false positive for requeue needed during reshape + (bsc#1012628). +- dm: call the resume method on internal suspend (bsc#1012628). +- fbdev/simplefb: change loglevel when the power domains cannot + be parsed (bsc#1012628). +- drm/tegra: dsi: Add missing check for of_find_device_by_node + (bsc#1012628). +- drm/tegra: dpaux: Fix PM disable depth imbalance in + tegra_dpaux_probe (bsc#1012628). +- drm/tegra: dsi: Fix some error handling paths in + tegra_dsi_probe() (bsc#1012628). +- drm/tegra: dsi: Fix missing pm_runtime_disable() in the error + handling path of tegra_dsi_probe() (bsc#1012628). +- drm/tegra: hdmi: Fix some error handling paths in + tegra_hdmi_probe() (bsc#1012628). +- drm/tegra: rgb: Fix some error handling paths in + tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: rgb: Fix missing clk_put() in the error handling + paths of tegra_dc_rgb_probe() (bsc#1012628). +- drm/tegra: output: Fix missing i2c_put_adapter() in the error + handling paths of tegra_output_probe() (bsc#1012628). +- drm/rockchip: inno_hdmi: Fix video timing (bsc#1012628). +- drm: Don't treat 0 as -1 in drm_fixp2int_ceil (bsc#1012628). +- drm/vkms: Avoid reading beyond LUT array (bsc#1012628). +- drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node + (bsc#1012628). +- drm/rockchip: lvds: do not overwrite error code (bsc#1012628). +- drm/rockchip: lvds: do not print scary message when probing + defer (bsc#1012628). +- drm/panel-edp: use put_sync in unprepare (bsc#1012628). +- drm/lima: fix a memleak in lima_heap_alloc (bsc#1012628). +- ASoC: amd: acp: Add missing error handling in sof-mach + (bsc#1012628). +- ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() + (bsc#1012628). +- ASoC: SOF: core: Skip firmware test for custom loaders + (bsc#1012628). +- ASoC: SOF: amd: Compute file paths on firmware load + (bsc#1012628). +- soundwire: stream: add missing const to Documentation + (bsc#1012628). +- dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA + (bsc#1012628). +- media: tc358743: register v4l2 async device only after + successful setup (bsc#1012628). +- media: cadence: csi2rx: use match fwnode for media link + (bsc#1012628). +- PCI/DPC: Print all TLP Prefixes, not just the first + (bsc#1012628). +- perf record: Fix possible incorrect free in + record__switch_output() (bsc#1012628). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (bsc#1012628). +- HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd + (bsc#1012628). +- drm/amd/display: Fix a potential buffer overflow in + 'dp_dsc_clock_en_read()' (bsc#1012628). +- perf pmu: Treat the msr pmu as software (bsc#1012628). +- crypto: qat - avoid memcpy() overflow warning (bsc#1012628). +- ALSA: hda: cs35l41: Set Channel Index correctly when system + is missing _DSD (bsc#1012628). +- drm/amd/display: Fix potential NULL pointer dereferences in + 'dcn10_set_output_transfer_func()' (bsc#1012628). +- ASoC: sh: rz-ssi: Fix error message print (bsc#1012628). +- drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created + MOBs (bsc#1012628). +- clk: renesas: r8a779g0: Fix PCIe clock name (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix locking in + rzg2l_dt_subnode_to_map() (bsc#1012628). +- pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin + group/function (bsc#1012628). +- clk: samsung: exynos850: Propagate SPI IPCLK rate change + (bsc#1012628). +- media: v4l2: cci: print leading 0 on error (bsc#1012628). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (bsc#1012628). +- perf bpf: Clean up the generated/copied vmlinux.h (bsc#1012628). +- clk: meson: Add missing clocks to axg_clk_regmaps (bsc#1012628). +- media: em28xx: annotate unchecked call to + media_device_register() (bsc#1012628). +- media: v4l2-tpg: fix some memleaks in tpg_alloc (bsc#1012628). +- media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity + (bsc#1012628). +- media: dt-bindings: techwell,tw9900: Fix port schema ref + (bsc#1012628). +- mtd: spinand: esmt: Extend IDs to 5 bytes (bsc#1012628). +- media: edia: dvbdev: fix a use-after-free (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8186 (bsc#1012628). +- pinctrl: mediatek: Drop bogus slew rate register range for + MT8192 (bsc#1012628). +- drm/amdgpu: Fix potential out-of-bounds access in + 'amdgpu_discovery_reg_base_init()' (bsc#1012628). +- clk: qcom: reset: Commonize the de/assert functions + (bsc#1012628). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (bsc#1012628). +- quota: Fix potential NULL pointer dereference (bsc#1012628). +- quota: Fix rcu annotations of inode dquot pointers + (bsc#1012628). +- quota: Properly annotate i_dquot arrays with __rcu + (bsc#1012628). +- ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name + (bsc#1012628). +- PCI/P2PDMA: Fix a sleeping issue in a RCU read section + (bsc#1012628). +- PCI: switchtec: Fix an error handling path in + switchtec_pci_probe() (bsc#1012628). +- crypto: xilinx - call finalize with bh disabled (bsc#1012628). +- drivers/ps3: select VIDEO to provide cmdline functions + (bsc#1012628). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (bsc#1012628). +- perf srcline: Add missed addr2line closes (bsc#1012628). +- dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible + (bsc#1012628). +- drm/msm/dpu: fix the programming of INTF_CFG2_DATA_HCTL_EN + (bsc#1012628). +- drm/msm/dpu: Only enable DSC_MODE_MULTIPLEX if dsc_merge is + enabled (bsc#1012628). +- drm/radeon/ni: Fix wrong firmware size logging in + ni_init_microcode() (bsc#1012628). +- drm/amd/display: fix NULL checks for adev->dm.dc in + amdgpu_dm_fini() (bsc#1012628). +- clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks + (bsc#1012628). +- clk: renesas: r8a779f0: Correct PFC/GPIO parent clock + (bsc#1012628). +- clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status + configuration for SD1 mux (bsc#1012628). +- ALSA: seq: fix function cast warnings (bsc#1012628). +- perf expr: Fix "has_event" function for metric style events + (bsc#1012628). +- perf stat: Avoid metric-only segv (bsc#1012628). +- perf metric: Don't remove scale from counts (bsc#1012628). +- ASoC: meson: aiu: fix function pointer type mismatch + (bsc#1012628). +- ASoC: meson: t9015: fix function pointer type mismatch + (bsc#1012628). +- powerpc: Force inlining of arch_vmap_p{u/m}d_supported() + (bsc#1012628). +- ASoC: SOF: Add some bounds checking to firmware data + (bsc#1012628). +- drm: ci: use clk_ignore_unused for apq8016 (bsc#1012628). +- NTB: fix possible name leak in ntb_register_device() + (bsc#1012628). +- media: cedrus: h265: Fix configuring bitstream size + (bsc#1012628). +- media: sun8i-di: Fix coefficient writes (bsc#1012628). +- media: sun8i-di: Fix power on/off sequences (bsc#1012628). +- media: sun8i-di: Fix chroma difference threshold (bsc#1012628). +- staging: media: starfive: Set 16 bpp for capture_raw device + (bsc#1012628). +- media: imx: csc/scaler: fix v4l2_ctrl_handler memory leak + (bsc#1012628). +- media: go7007: add check of return value of go7007_read_addr() + (bsc#1012628). +- media: pvrusb2: remove redundant NULL check (bsc#1012628). +- media: videobuf2: Add missing doc comment for waiting_in_dqbuf + (bsc#1012628). +- media: pvrusb2: fix pvr2_stream_callback casts (bsc#1012628). +- clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times + (bsc#1012628). +- drm/amd/display: Add 'replay' NULL check in + 'edp_set_replay_allow_active()' (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: make use of prepare_prev_first + (bsc#1012628). +- drm/msm/dpu: finalise global state object (bsc#1012628). +- drm/mediatek: dsi: Fix DSI RGB666 formats and definitions + (bsc#1012628). +- PCI: Mark 3ware-9650SE Root Port Extended Tags as broken + (bsc#1012628). +- drm/bridge: adv7511: fix crash on irq during probe + (bsc#1012628). +- pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm + (bsc#1012628). +- clk: hisilicon: hi3519: Release the correct number of gates + in hi3519_clk_unregister() (bsc#1012628). +- clk: hisilicon: hi3559a: Fix an erroneous devm_kfree() + (bsc#1012628). +- clk: mediatek: mt8135: Fix an error handling path in + clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt7622-apmixedsys: Fix an error handling path + in clk_mt8135_apmixed_probe() (bsc#1012628). +- clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF + (bsc#1012628). +- clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical + (bsc#1012628). +- drm/tegra: put drm_gem_object ref on error in tegra_fb_create + (bsc#1012628). +- tty: mips_ejtag_fdc: Fix passing incompatible pointer type + warning (bsc#1012628). +- media: ivsc: csi: Swap SINK and SOURCE pads (bsc#1012628). +- media: i2c: imx290: Fix IMX920 typo (bsc#1012628). +- mfd: syscon: Call of_node_put() only when of_parse_phandle() + takes a ref (bsc#1012628). +- mfd: altera-sysmgr: Call of_node_put() only when + of_parse_phandle() takes a ref (bsc#1012628). +- perf print-events: make is_event_supported() more robust + (bsc#1012628). +- crypto: arm/sha - fix function cast warnings (bsc#1012628). +- crypto: ccp - Avoid discarding errors in + psp_send_platform_access_msg() (bsc#1012628). +- crypto: qat - remove unused macros in qat_comp_alg.c + (bsc#1012628). +- crypto: qat - removed unused macro in adf_cnv_dbgfs.c + (bsc#1012628). +- crypto: qat - avoid division by zero (bsc#1012628). +- crypto: qat - remove double initialization of value + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 4xxx + (bsc#1012628). +- crypto: qat - fix ring to service map for dcc in 420xx + (bsc#1012628). +- crypto: jitter - fix CRYPTO_JITTERENTROPY help text + (bsc#1012628). +- drm/tidss: Fix initial plane zpos values (bsc#1012628). +- drm/tidss: Fix sync-lost issue with two displays (bsc#1012628). +- clk: imx: imx8mp: Fix SAI_MCLK_SEL definition (bsc#1012628). +- mtd: maps: physmap-core: fix flash size larger than 32-bit + (bsc#1012628). +- mtd: rawnand: lpc32xx_mlc: fix irq handler prototype + (bsc#1012628). +- mtd: rawnand: brcmnand: exec_op helper functions return type + fixes (bsc#1012628). +- ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fs + (bsc#1012628). +- ASoC: meson: axg-tdm-interface: add frame rate constraint + (bsc#1012628). +- drm/msm/a6xx: specify UBWC config for sc7180 (bsc#1012628). +- drm/msm/a7xx: Fix LLC typo (bsc#1012628). +- dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition + (bsc#1012628). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (bsc#1012628). +- HID: amd_sfh: Update HPD sensor structure elements + (bsc#1012628). +- HID: amd_sfh: Avoid disabling the interrupt (bsc#1012628). +- drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of + atom_get_src_int() (bsc#1012628). +- media: pvrusb2: fix uaf in pvr2_context_set_notify + (bsc#1012628). +- media: dvb-frontends: avoid stack overflow warnings with clang + (bsc#1012628). +- media: go7007: fix a memleak in go7007_load_encoder + (bsc#1012628). +- media: ttpci: fix two memleaks in budget_av_attach + (bsc#1012628). +- media: mediatek: vcodec: avoid -Wcast-function-type-strict + warning (bsc#1012628). +- arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with + Clang (bsc#1012628). +- drm/tests: helpers: Include missing drm_drv header + (bsc#1012628). +- drm/amd/pm: Fix esm reg mask use to get pcie speed + (bsc#1012628). +- gpio: nomadik: fix offset bug in nmk_pmx_set() (bsc#1012628). +- drm/mediatek: Fix a null pointer crash in + mtk_drm_crtc_finish_page_flip (bsc#1012628). +- mfd: cs42l43: Fix wrong register defaults (bsc#1012628). +- powerpc/32: fix ADB_CUDA kconfig warning (bsc#1012628). +- powerpc/pseries: Fix potential memleak in papr_get_attr() + (bsc#1012628). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'enable_reg' offset of + 'gcc_gmac0_sys_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix 'halt_reg' offset of + 'gcc_pcie1_pipe_clk' (bsc#1012628). +- clk: qcom: gcc-ipq5018: fix register offset for + GCC_UBI0_AXI_ARES reset (bsc#1012628). +- perf vendor events amd: Fix Zen 4 cache latency events + (bsc#1012628). +- drm/msm/dpu: allow certain formats for CDM for DP (bsc#1012628). +- drm/msm/dpu: add division of drm_display_mode's hskew parameter + (bsc#1012628). +- media: usbtv: Remove useless locks in usbtv_video_free() + (bsc#1012628). +- drm/xe: Fix ref counting leak on page fault (bsc#1012628). +- drm/xe: Replace 'grouped target' in Makefile with pattern rule + (bsc#1012628). +- lib/stackdepot: fix first entry having a 0-handle (bsc#1012628). +- lib/stackdepot: off by one in depot_fetch_stack() (bsc#1012628). +- modules: wait do_free_init correctly (bsc#1012628). +- mfd: cs42l43: Fix wrong GPIO_FN_SEL and SPI_CLK_CONFIG1 defaults + (bsc#1012628). +- power: supply: mm8013: fix "not charging" detection + (bsc#1012628). +- powerpc/embedded6xx: Fix no previous prototype for + avr_uart_send() etc (bsc#1012628). +- powerpc/4xx: Fix warp_gpio_leds build failure (bsc#1012628). +- RISC-V: KVM: Forward SEED CSR access to user space + (bsc#1012628). +- leds: aw2013: Unlock mutex before destroying it (bsc#1012628). +- leds: sgm3140: Add missing timer cleanup and flash gpio control + (bsc#1012628). +- backlight: hx8357: Fix potential NULL pointer dereference + (bsc#1012628). +- backlight: ktz8866: Correct the check for of_property_read_u32 + (bsc#1012628). +- backlight: lm3630a: Initialize backlight_properties on init + (bsc#1012628). +- backlight: lm3630a: Don't set bl->props.brightness in + get_brightness (bsc#1012628). +- backlight: da9052: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lm3639: Fully initialize backlight_properties during + probe (bsc#1012628). +- backlight: lp8788: Fully initialize backlight_properties during + probe (bsc#1012628). +- sparc32: Use generic cmpdi2/ucmpdi2 variants (bsc#1012628). +- mtd: maps: sun_uflash: Declare uflash_devinit static + (bsc#1012628). +- sparc32: Do not select GENERIC_ISA_DMA (bsc#1012628). +- sparc32: Fix section mismatch in leon_pci_grpci (bsc#1012628). +- clk: Fix clk_core_get NULL dereference (bsc#1012628). +- clk: zynq: Prevent null pointer dereference caused by kmalloc + failure (bsc#1012628). +- PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling + (bsc#1012628). +- cifs: Fix writeback data corruption (bsc#1012628). +- ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptops + (bsc#1012628). +- ALSA: hda/tas2781: use dev_dbg in system_resume (bsc#1012628). +- ALSA: hda/tas2781: add lock to system_suspend (bsc#1012628). +- ALSA: hda/tas2781: do not reset cur_* values in runtime_suspend + (bsc#1012628). +- ALSA: hda/tas2781: do not call pm_runtime_force_* in + system_resume/suspend (bsc#1012628). +- ALSA: hda/tas2781: restore power state after system_resume + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detection + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen autogain status values + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range + (bsc#1012628). +- ALSA: scarlett2: Fix Scarlett 4th Gen input gain range again + (bsc#1012628). +- mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function + (bsc#1012628). +- platform/x86/intel/pmc/lnl: Remove SSRAM support (bsc#1012628). +- platform/x86/intel/pmc/arl: Put GNA device in D3 (bsc#1012628). +- platform/x86/amd/pmf: Do not use readl() for policy buffer + access (bsc#1012628). +- ALSA: usb-audio: Stop parsing channels bits when all channels + are found (bsc#1012628). +- phy: qcom: qmp-usb: split USB-C PHY driver (bsc#1012628). +- phy: qcom: qmp-usbc: add support for the Type-C handling + (bsc#1012628). +- phy: qcom: qmp-usbc: handle CLAMP register in a correct way + (bsc#1012628). +- scsi: hisi_sas: Fix a deadlock issue related to automatic dump + (bsc#1012628). +- RDMA/irdma: Remove duplicate assignment (bsc#1012628). +- RDMA/srpt: Do not register event handler until srpt device is + fully setup (bsc#1012628). +- f2fs: compress: fix to guarantee persisting compressed blocks + by CP (bsc#1012628). +- f2fs: compress: fix to cover normal cluster write with cp_rwsem + (bsc#1012628). +- f2fs: compress: fix to check unreleased compressed cluster + (bsc#1012628). +- f2fs: compress: fix to avoid inconsistence bewteen i_blocks + and dnode (bsc#1012628). +- f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panic + (bsc#1012628). +- f2fs: zone: fix to wait completion of last bio in zone correctly + (bsc#1012628). +- f2fs: fix NULL pointer dereference in f2fs_submit_page_write() + (bsc#1012628). +- f2fs: compress: fix to cover f2fs_disable_compressed_file() + w/ i_sem (bsc#1012628). +- f2fs: fix to avoid potential panic during recovery + (bsc#1012628). +- scsi: csiostor: Avoid function pointer casts (bsc#1012628). +- i3c: dw: Disable IBI IRQ depends on hot-join and SIR enabling + (bsc#1012628). +- RDMA/hns: Fix mis-modifying default congestion control algorithm + (bsc#1012628). +- RDMA/device: Fix a race between mad_client and cm_client init + (bsc#1012628). +- RDMA/rtrs-clt: Check strnlen return len in sysfs + mpath_policy_store() (bsc#1012628). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (bsc#1012628). +- f2fs: fix to create selinux label during whiteout initialization + (bsc#1012628). +- f2fs: compress: fix to check zstd compress level correctly in + mount option (bsc#1012628). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (bsc#1012628). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (bsc#1012628). +- NFSv4.2: fix listxattr maximum XDR buffer size (bsc#1012628). +- f2fs: compress: fix to check compress flag w/ .i_sem lock + (bsc#1012628). +- f2fs: check number of blocks in a current section (bsc#1012628). +- watchdog: starfive: Check pm_runtime_enabled() before + decrementing usage counter (bsc#1012628). +- watchdog: stm32_iwdg: initialize default timeout (bsc#1012628). +- f2fs: fix to use correct segment type in + f2fs_allocate_data_block() (bsc#1012628). +- f2fs: ro: compress: fix to avoid caching unaligned extent + (bsc#1012628). +- RDMA/mana_ib: Fix bug in creation of dma regions (bsc#1012628). +- RDMA/mana_ib: Introduce mdev_to_gc helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_get_netdev helper function + (bsc#1012628). +- RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function + (bsc#1012628). +- RDMA/mana_ib: Use virtual address in dma regions for MRs + (bsc#1012628). +- Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 + (bsc#1012628). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (bsc#1012628). +- NFS: Fix an off by one in root_nfs_cat() (bsc#1012628). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (bsc#1012628). +- ACPI: HMAT: Remove register of memory node for generic target + (bsc#1012628). +- f2fs: compress: relocate some judgments in + f2fs_reserve_compress_blocks (bsc#1012628). +- f2fs: compress: fix reserve_cblocks counting error when out + of space (bsc#1012628). +- f2fs: fix to truncate meta inode pages forcely (bsc#1012628). +- f2fs: zone: fix to remove pow2 check condition for zoned block + device (bsc#1012628). +- cxl: Fix the incorrect assignment of SSLBIS entry pointer + initial location (bsc#1012628). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (bsc#1012628). +- afs: Revert "afs: Hide silly-rename files from userspace" + (bsc#1012628). +- afs: Don't cache preferred address (bsc#1012628). +- afs: Fix occasional rmdir-then-VNOVNODE with generic/011 + (bsc#1012628). +- f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault + (bsc#1012628). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (bsc#1012628). +- ovl: relax WARN_ON in ovl_verify_area() (bsc#1012628). +- io_uring/net: correct the type of variable (bsc#1012628). +- remoteproc: stm32: Fix incorrect type in assignment for va + (bsc#1012628). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (bsc#1012628). +- iio: pressure: mprls0025pa fix off-by-one enum (bsc#1012628). +- usb: phy: generic: Get the vbus supply (bsc#1012628). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (bsc#1012628). +- serial: max310x: fix syntax error in IRQ error message + (bsc#1012628). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells + (bsc#1012628). +- coresight: Fix issue where a source device's helpers aren't + disabled (bsc#1012628). +- coresight: etm4x: Set skip_power_up in etm4_init_arch_data + function (bsc#1012628). +- xhci: Add interrupt pending autoclear flag to each interrupter + (bsc#1012628). +- xhci: make isoc_bei_interval variable interrupter specific + (bsc#1012628). +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (bsc#1012628). +- xhci: update event ring dequeue pointer position to controller + correctly (bsc#1012628). +- coccinelle: device_attr_show: Remove useless expression STR + (bsc#1012628). +- kconfig: fix infinite loop when expanding a macro at the end + of file (bsc#1012628). +- iio: gts-helper: Fix division loop (bsc#1012628). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (bsc#1012628). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (bsc#1012628). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (bsc#1012628). +- rtc: max31335: fix interrupt status reg (bsc#1012628). +- serial: 8250_exar: Don't remove GPIO device on suspend + (bsc#1012628). +- staging: greybus: fix get_channel_from_mode() failure path + (bsc#1012628). +- mei: vsc: Call wake_up() in the threaded IRQ handler + (bsc#1012628). +- mei: vsc: Don't use sleeping condition in wait_event_timeout() + (bsc#1012628). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (bsc#1012628). +- char: xilinx_hwicap: Fix NULL vs IS_ERR() bug (bsc#1012628). +- x86/hyperv: Use per cpu initial stack for vtl context + (bsc#1012628). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in + an error handling path (bsc#1012628). +- thermal/drivers/qoriq: Fix getting tmu range (bsc#1012628). +- io_uring: don't save/restore iowait state (bsc#1012628). +- spi: lpspi: Avoid potential use-after-free in probe() + (bsc#1012628). +- spi: Restore delays for non-GPIO chip select (bsc#1012628). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (bsc#1012628). +- nouveau: reset the bo resource bus info after an eviction + (bsc#1012628). +- tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() + (bsc#1012628). +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (bsc#1012628). +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (bsc#1012628). +- s390/vtime: fix average steal time calculation (bsc#1012628). +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1012628). +- devlink: Fix devlink parallel commands processing (bsc#1012628). +- riscv: Only check online cpus for emulated accesses + (bsc#1012628). +- soc: fsl: dpio: fix kcalloc() argument order (bsc#1012628). +- cpufreq: Fix per-policy boost behavior on SoCs using + cpufreq_boost_set_sw() (bsc#1012628). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (bsc#1012628). +- tcp: Fix refcnt handling in __inet_hash_connect() (bsc#1012628). +- vmxnet3: Fix missing reserved tailroom (bsc#1012628). +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1012628). +- net: txgbe: fix clk_name exceed MAX_DEV_ID limits (bsc#1012628). +- spi: spi-mem: add statistics support to ->exec_op() calls + (bsc#1012628). +- spi: Fix error code checking in spi_mem_exec_op() (bsc#1012628). +- nvme: fix reconnection fail due to reserved tag allocation + (bsc#1012628). +- drm/xe: Invalidate userptr VMA on page pin fault (bsc#1012628). +- drm/xe: Skip VMAs pin when requesting signal to the last XE_EXEC + (bsc#1012628). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (bsc#1012628). +- io_uring: fix poll_remove stalled req completion (bsc#1012628). +- ASoC: SOF: amd: Move signed_fw_image to struct acp_quirk_entry + (bsc#1012628). +- ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam + Deck OLED (bsc#1012628). +- riscv: Fix compilation error with FAST_GUP and rv32 + (bsc#1012628). +- xen/evtchn: avoid WARN() when unbinding an event channel + (bsc#1012628). +- xen/events: increment refcnt only if event channel is refcounted + (bsc#1012628). +- packet: annotate data-races around ignore_outgoing + (bsc#1012628). +- xfrm: Allow UDP encapsulation only in offload modes + (bsc#1012628). +- net: veth: do not manipulate GRO when using XDP (bsc#1012628). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (bsc#1012628). +- spi: spi-imx: fix off-by-one in mx51 CPU mode burst length + (bsc#1012628). +- drm: Fix drm_fixp2int_round() making it add 0.5 (bsc#1012628). +- virtio: uapi: Drop __packed attribute in linux/virtio_pci.h + (bsc#1012628). +- vdpa_sim: reset must not run (bsc#1012628). +- vdpa/mlx5: Allow CVQ size changes (bsc#1012628). +- virtio: packed: fix unmap leak for indirect desc table + (bsc#1012628). +- net: move dev->state into net_device_read_txrx group + (bsc#1012628). +- wireguard: receive: annotate data-race around + receiving_counter.counter (bsc#1012628). +- rds: introduce acquire/release ordering in + acquire/release_in_xmit() (bsc#1012628). +- hsr: Handle failures in module init (bsc#1012628). +- ipv4: raw: Fix sending packets from raw sockets via IPsec + tunnels (bsc#1012628). +- nouveau/gsp: don't check devinit disable on GSP (bsc#1012628). +- ceph: stop copying to iter at EOF on sync reads (bsc#1012628). +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (bsc#1012628). +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1012628). +- net/bnx2x: Prevent access to a freed page in page_pool + (bsc#1012628). +- devlink: fix port new reply cmd type (bsc#1012628). +- octeontx2: Detect the mbox up or down message via register + (bsc#1012628). +- octeontx2-pf: Wait till detach_resources msg is complete + (bsc#1012628). +- octeontx2-pf: Use default max_active works instead of one + (bsc#1012628). +- octeontx2-pf: Send UP messages to VF only when VF is up + (bsc#1012628). +- octeontx2-af: Use separate handlers for interrupts + (bsc#1012628). +- drm/amdgpu: add MMHUB 3.3.1 support (bsc#1012628). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (bsc#1012628). +- drm/amdgpu: drop setting buffer funcs in sdma442 (bsc#1012628). +- netfilter: nft_set_pipapo: release elements in clone only from + destroy path (bsc#1012628). +- netfilter: nf_tables: do not compare internal table flags on + updates (bsc#1012628). +- rcu: add a helper to report consolidated flavor QS + (bsc#1012628). +- net: report RCU QS on threaded NAPI repolling (bsc#1012628). +- bpf: report RCU QS in cpumap kthread (bsc#1012628). +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (bsc#1012628). +- net: dsa: mt7530: fix handling of all link-local frames + (bsc#1012628). +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (bsc#1012628). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (bsc#1012628). +- selftests: forwarding: Fix ping failure due to short timeout + (bsc#1012628). +- dm io: Support IO priority (bsc#1012628). +- dm-integrity: align the outgoing bio in integrity_recheck + (bsc#1012628). +- x86/efistub: Clear decompressor BSS in native EFI entrypoint + (bsc#1012628). +- x86/efistub: Don't clear BSS twice in mixed mode (bsc#1012628). +- printk: Adjust mapping for 32bit seq macros (bsc#1012628). +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch. +- Rename to + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch. +- Rename to + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch. +- commit f53ef05 + ------------------------------------------------------------------- Tue Mar 26 16:10:37 CET 2024 - colyli@suse.de diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index 1c59394f..8aa4c23f 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,8 +18,8 @@ %define srcversion 6.8 -%define patchversion 6.8.1 -%define git_commit 4b0ca589d4bf654c3f695093e9b4a68d984b3af4 +%define patchversion 6.8.2 +%define git_commit 2daf2c27b057243c3d6917a119278ace03f28e64 %define variant %{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -36,9 +36,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: kernel-zfcpdump -Version: 6.8.1 +Version: 6.8.2 %if 0%{?is_kotd} -Release: .g4b0ca58 +Release: .g2daf2c2 %else Release: 0 %endif diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index c108c79d..7dd78f3f 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:8dfbc768b1c3c0d5a0aa4f4fb2ffc1e7b7c09b81a68b68e38f36554250257ca3 -size 8079 +oid sha256:fbc8bb3e2c247840e9e326a2001962ce254f91026db8a4be4e206512652bf37c +size 531984 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 820af81f..6c408cfa 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed644d7b99c321767360a6a2546f59fb0b3909f9ac74b59aa9904a12317e893a -size 60527 +oid sha256:5144ddd2a322f2995425f2d15ed8bf4b53f76f8931ab23d5a197eaf90d763056 +size 53997 diff --git a/series.conf b/series.conf index d949bc9a..047a60f9 100644 --- a/series.conf +++ b/series.conf @@ -32,6 +32,713 @@ patches.kernel.org/6.8.1-003-x86-rfds-Mitigate-Register-File-Data-Sampling-R.patch patches.kernel.org/6.8.1-004-KVM-x86-Export-RFDS_NO-and-RFDS_CLEAR-to-guests.patch patches.kernel.org/6.8.1-005-Linux-6.8.1.patch + patches.kernel.org/6.8.2-001-do_sys_name_to_handle-use-kzalloc-to-fix-kernel.patch + patches.kernel.org/6.8.2-002-workqueue.c-Increase-workqueue-name-length.patch + patches.kernel.org/6.8.2-003-workqueue-Move-pwq-max_active-to-wq-max_active.patch + patches.kernel.org/6.8.2-004-workqueue-Factor-out-pwq_is_empty.patch + patches.kernel.org/6.8.2-005-workqueue-Replace-pwq_activate_inactive_work-wi.patch + patches.kernel.org/6.8.2-006-workqueue-Move-nr_active-handling-into-helpers.patch + patches.kernel.org/6.8.2-007-workqueue-Make-wq_adjust_max_active-round-robin.patch + patches.kernel.org/6.8.2-008-workqueue-RCU-protect-wq-dfl_pwq-and-implement-.patch + patches.kernel.org/6.8.2-009-workqueue-Introduce-struct-wq_node_nr_active.patch + patches.kernel.org/6.8.2-010-workqueue-Implement-system-wide-nr_active-enfor.patch + patches.kernel.org/6.8.2-011-workqueue-Don-t-call-cpumask_test_cpu-with-1-CP.patch + patches.kernel.org/6.8.2-012-iomap-clear-the-per-folio-dirty-bits-on-all-wri.patch + patches.kernel.org/6.8.2-013-fs-Fix-rw_hint-validation.patch + patches.kernel.org/6.8.2-014-io_uring-remove-looping-around-handling-traditi.patch + patches.kernel.org/6.8.2-015-io_uring-remove-unconditional-looping-in-local-.patch + patches.kernel.org/6.8.2-016-s390-dasd-Use-dev_-for-device-log-messages.patch + patches.kernel.org/6.8.2-017-s390-dasd-fix-double-module-refcount-decrement.patch + patches.kernel.org/6.8.2-018-fs-hfsplus-use-better-opf-description.patch + patches.kernel.org/6.8.2-019-md-fix-kmemleak-of-rdev-serial.patch + patches.kernel.org/6.8.2-020-rcu-exp-Fix-RCU-expedited-parallel-grace-period.patch + patches.kernel.org/6.8.2-021-rcu-exp-Handle-RCU-expedited-grace-period-kwork.patch + patches.kernel.org/6.8.2-022-nbd-null-check-for-nla_nest_start.patch + patches.kernel.org/6.8.2-023-fs-select-rework-stack-allocation-hack-for-clan.patch + patches.kernel.org/6.8.2-024-block-fix-deadlock-between-bd_link_disk_holder-.patch + patches.kernel.org/6.8.2-025-md-Don-t-clear-MD_CLOSING-when-the-raid-is-abou.patch + patches.kernel.org/6.8.2-026-kunit-Setup-DMA-masks-on-the-kunit-device.patch + patches.kernel.org/6.8.2-027-ovl-Always-reject-mounting-over-case-insensitiv.patch + patches.kernel.org/6.8.2-028-kunit-test-Log-the-correct-filter-string-in-exe.patch + patches.kernel.org/6.8.2-029-lib-cmdline-Fix-an-invalid-format-specifier-in-.patch + patches.kernel.org/6.8.2-030-lib-memcpy_kunit-Fix-an-invalid-format-specifie.patch + patches.kernel.org/6.8.2-031-time-test-Fix-incorrect-format-specifier.patch + patches.kernel.org/6.8.2-032-rtc-test-Fix-invalid-format-specifier.patch + patches.kernel.org/6.8.2-033-net-test-Fix-printf-format-specifier-in-skb_seg.patch + patches.kernel.org/6.8.2-034-drm-xe-tests-Fix-printf-format-specifiers-in-xe.patch + patches.kernel.org/6.8.2-035-drm-tests-Fix-invalid-printf-format-specifiers-.patch + patches.kernel.org/6.8.2-036-md-raid1-factor-out-helpers-to-add-rdev-to-conf.patch + patches.kernel.org/6.8.2-037-md-raid1-record-nonrot-rdevs-while-adding-remov.patch + patches.kernel.org/6.8.2-038-md-raid1-fix-choose-next-idle-in-read_balance.patch + patches.kernel.org/6.8.2-039-io_uring-net-unify-how-recvmsg-and-sendmsg-copy.patch + patches.kernel.org/6.8.2-040-io_uring-net-move-receive-multishot-out-of-the-.patch + patches.kernel.org/6.8.2-041-io_uring-net-fix-overflow-check-in-io_recvmsg_m.patch + patches.kernel.org/6.8.2-042-nvme-host-fix-double-free-of-struct-nvme_id_ns-.patch + patches.kernel.org/6.8.2-043-aoe-fix-the-potential-use-after-free-problem-in.patch + patches.kernel.org/6.8.2-044-x86-mm-Ensure-input-to-pfn_to_kaddr-is-treated-.patch + patches.kernel.org/6.8.2-045-x86-resctrl-Remove-hard-coded-memory-bandwidth-.patch + patches.kernel.org/6.8.2-046-x86-resctrl-Read-supported-bandwidth-sources-fr.patch + patches.kernel.org/6.8.2-047-x86-resctrl-Implement-new-mba_MBps-throttling-h.patch + patches.kernel.org/6.8.2-048-x86-sme-Fix-memory-encryption-setting-if-enable.patch + patches.kernel.org/6.8.2-049-timekeeping-Fix-cross-timestamp-interpolation-o.patch + patches.kernel.org/6.8.2-050-timekeeping-Fix-cross-timestamp-interpolation-c.patch + patches.kernel.org/6.8.2-051-timekeeping-Fix-cross-timestamp-interpolation-f.patch + patches.kernel.org/6.8.2-052-x86-asm-Remove-the-__iomem-annotation-of-movdir.patch + patches.kernel.org/6.8.2-053-sched-fair-Take-the-scheduling-domain-into-acco.patch + patches.kernel.org/6.8.2-054-sched-fair-Take-the-scheduling-domain-into-acco.patch + patches.kernel.org/6.8.2-055-wifi-ath10k-fix-NULL-pointer-dereference-in-ath.patch + patches.kernel.org/6.8.2-056-wifi-b43-Stop-wake-correct-queue-in-DMA-Tx-path.patch + patches.kernel.org/6.8.2-057-wifi-b43-Stop-wake-correct-queue-in-PIO-Tx-path.patch + patches.kernel.org/6.8.2-058-wifi-b43-Stop-correct-queue-in-DMA-worker-when-.patch + patches.kernel.org/6.8.2-059-wifi-b43-Disable-QoS-for-bcm4331.patch + patches.kernel.org/6.8.2-060-wifi-wilc1000-fix-declarations-ordering.patch + patches.kernel.org/6.8.2-061-wifi-wilc1000-fix-RCU-usage-in-connect-path.patch + patches.kernel.org/6.8.2-062-wifi-ath11k-add-support-to-select-6-GHz-regulat.patch + patches.kernel.org/6.8.2-063-wifi-ath11k-store-cur_regulatory_info-for-each-.patch + patches.kernel.org/6.8.2-064-wifi-ath11k-fix-a-possible-dead-lock-caused-by-.patch + patches.kernel.org/6.8.2-065-wifi-rtl8xxxu-add-cancel_work_sync-for-c2hcmd_w.patch + patches.kernel.org/6.8.2-066-wifi-wilc1000-do-not-realloc-workqueue-everytim.patch + patches.kernel.org/6.8.2-067-wifi-wilc1000-fix-multi-vif-management-when-del.patch + patches.kernel.org/6.8.2-068-wifi-mwifiex-debugfs-Drop-unnecessary-error-che.patch + patches.kernel.org/6.8.2-069-ARM-dts-renesas-r8a73a4-Fix-external-clocks-and.patch + patches.kernel.org/6.8.2-070-arm64-dts-qcom-x1e80100-drop-qcom-drv-count.patch + patches.kernel.org/6.8.2-071-arm64-dts-qcom-sc8180x-Hook-up-VDD_CX-as-GCC-pa.patch + patches.kernel.org/6.8.2-072-arm64-dts-qcom-sc8180x-Fix-up-big-CPU-idle-stat.patch + patches.kernel.org/6.8.2-073-arm64-dts-qcom-sc8180x-Add-missing-CPU-off-stat.patch + patches.kernel.org/6.8.2-074-arm64-dts-qcom-sc8180x-Fix-eDP-PHY-power-domain.patch + patches.kernel.org/6.8.2-075-arm64-dts-qcom-sc8180x-Don-t-hold-MDP-core-cloc.patch + patches.kernel.org/6.8.2-076-arm64-dts-qcom-sc8180x-Require-LOW_SVS-vote-for.patch + patches.kernel.org/6.8.2-077-arm64-dts-qcom-sc8180x-Add-missing-CPU-MDP_CFG-.patch + patches.kernel.org/6.8.2-078-arm64-dts-qcom-sc8180x-Shrink-aoss_qmp-register.patch + patches.kernel.org/6.8.2-079-cpufreq-brcmstb-avs-cpufreq-add-check-for-cpufr.patch + patches.kernel.org/6.8.2-080-cpufreq-mediatek-hw-Wait-for-CPU-supplies-befor.patch + patches.kernel.org/6.8.2-081-sock_diag-annotate-data-races-around-sock_diag_.patch + patches.kernel.org/6.8.2-082-inet_diag-annotate-data-races-around-inet_diag_.patch + patches.kernel.org/6.8.2-083-bpftool-Silence-build-warning-about-calloc.patch + patches.kernel.org/6.8.2-084-selftests-bpf-Fix-potential-premature-unload-in.patch + patches.kernel.org/6.8.2-085-libbpf-Apply-map_set_def_max_entries-for-inner_.patch + patches.kernel.org/6.8.2-086-selftest-bpf-Add-map_in_maps-with-BPF_MAP_TYPE_.patch + patches.kernel.org/6.8.2-087-bpftool-Fix-wrong-free-call-in-do_show_link.patch + patches.kernel.org/6.8.2-088-wifi-ath12k-Fix-issues-in-channel-list-update.patch + patches.kernel.org/6.8.2-089-selftests-bpf-Fix-the-flaky-tc_redirect_dtime-t.patch + patches.kernel.org/6.8.2-090-selftests-bpf-Wait-for-the-netstamp_needed_key-.patch + patches.kernel.org/6.8.2-091-wifi-cfg80211-add-RNR-with-reporting-AP-informa.patch + patches.kernel.org/6.8.2-092-wifi-mac80211-use-deflink-and-fix-typo-in-link-.patch + patches.kernel.org/6.8.2-093-wifi-iwlwifi-change-link-id-in-time-event-to-s8.patch + patches.kernel.org/6.8.2-094-af_unix-Annotate-data-race-of-gc_in_progress-in.patch + patches.kernel.org/6.8.2-095-arm64-dts-qcom-sm8450-Add-missing-interconnects.patch + patches.kernel.org/6.8.2-096-soc-qcom-socinfo-rename-PM2250-to-PM4125.patch + patches.kernel.org/6.8.2-097-arm64-dts-qcom-sc7280-Add-static-properties-to-.patch + patches.kernel.org/6.8.2-098-arm64-dts-qcom-qcm6490-fairphone-fp5-Add-missin.patch + patches.kernel.org/6.8.2-099-arm64-dts-qcom-sdm845-oneplus-common-improve-DA.patch + patches.kernel.org/6.8.2-100-arm64-dts-qcom-rename-PM2250-to-PM4125.patch + patches.kernel.org/6.8.2-101-cpufreq-mediatek-hw-Don-t-error-out-if-supply-i.patch + patches.kernel.org/6.8.2-102-libbpf-Fix-faccessat-usage-on-Android.patch + patches.kernel.org/6.8.2-103-libbpf-fix-__arg_ctx-type-enforcement-for-perf_.patch + patches.kernel.org/6.8.2-104-pmdomain-qcom-rpmhpd-Drop-SA8540P-gfx.lvl.patch + patches.kernel.org/6.8.2-105-arm64-dts-qcom-sa8540p-Drop-gfx.lvl-as-power-do.patch + patches.kernel.org/6.8.2-106-arm64-dts-renesas-r8a779g0-Restore-sort-order.patch + patches.kernel.org/6.8.2-107-arm64-dts-renesas-r8a779g0-Add-missing-SCIF_CLK.patch + patches.kernel.org/6.8.2-108-selftests-bpf-Disable-IPv6-for-lwt_redirect-tes.patch + patches.kernel.org/6.8.2-109-arm64-dts-imx8mm-kontron-Disable-pullups-for-I2.patch + patches.kernel.org/6.8.2-110-arm64-dts-imx8mm-kontron-Disable-pullups-for-I2.patch + patches.kernel.org/6.8.2-111-arm64-dts-imx8mm-kontron-Disable-pullups-for-on.patch + patches.kernel.org/6.8.2-112-arm64-dts-imx8mm-kontron-Disable-pullups-for-on.patch + patches.kernel.org/6.8.2-113-arm64-dts-imx8mm-kontron-Disable-pull-resistors.patch + patches.kernel.org/6.8.2-114-arm64-dts-imx8mm-kontron-Disable-pull-resistors.patch + patches.kernel.org/6.8.2-115-arm64-dts-imx8mm-kontron-Fix-interrupt-for-RTC-.patch + patches.kernel.org/6.8.2-116-arm64-dts-imx8qm-Align-edma3-power-domains-reso.patch + patches.kernel.org/6.8.2-117-arm64-dts-imx8qm-Correct-edma3-power-domains-an.patch + patches.kernel.org/6.8.2-118-libbpf-Add-missing-LIBBPF_API-annotation-to-lib.patch + patches.kernel.org/6.8.2-119-wifi-ath9k-delay-all-of-ath9k_wmi_event_tasklet.patch + patches.kernel.org/6.8.2-120-wifi-ath11k-change-to-move-WMI_VDEV_PARAM_SET_H.patch + patches.kernel.org/6.8.2-121-wifi-ath12k-fix-fetching-MCBC-flag-for-QCN9274.patch + patches.kernel.org/6.8.2-122-wifi-iwlwifi-mvm-report-beacon-protection-failu.patch + patches.kernel.org/6.8.2-123-wifi-iwlwifi-dbg-tlv-ensure-NUL-termination.patch + patches.kernel.org/6.8.2-124-wifi-iwlwifi-acpi-fix-WPFC-reading.patch + patches.kernel.org/6.8.2-125-wifi-iwlwifi-mvm-initialize-rates-in-FW-earlier.patch + patches.kernel.org/6.8.2-126-wifi-iwlwifi-fix-EWRD-table-validity-check.patch + patches.kernel.org/6.8.2-127-wifi-iwlwifi-mvm-d3-fix-IPN-byte-order.patch + patches.kernel.org/6.8.2-128-wifi-iwlwifi-always-have-uats_enabled.patch + patches.kernel.org/6.8.2-129-wifi-iwlwifi-mvm-fix-the-TLC-command-after-ADD_.patch + patches.kernel.org/6.8.2-130-wifi-iwlwifi-read-BIOS-PNVM-only-for-non-Intel-.patch + patches.kernel.org/6.8.2-131-gpio-vf610-allow-disabling-the-vf610-driver.patch + patches.kernel.org/6.8.2-132-selftests-bpf-trace_helpers.c-do-not-use-poison.patch + patches.kernel.org/6.8.2-133-bpf-make-sure-scalar-args-don-t-accept-__arg_no.patch + patches.kernel.org/6.8.2-134-bpf-don-t-emit-warnings-intended-for-global-sub.patch + patches.kernel.org/6.8.2-135-arm64-dts-imx8mm-venice-gw71xx-fix-USB-OTG-VBUS.patch + patches.kernel.org/6.8.2-136-pwm-atmel-hlcdc-Fix-clock-imbalance-related-to-.patch + patches.kernel.org/6.8.2-137-net-blackhole_dev-fix-build-warning-for-ethh-se.patch + patches.kernel.org/6.8.2-138-spi-consolidate-setting-message-spi.patch + patches.kernel.org/6.8.2-139-spi-move-split-xfers-for-CS_WORD-emulation.patch + patches.kernel.org/6.8.2-140-arm64-dts-ti-k3-am62p5-sk-Enable-CPSW-MDIO-node.patch + patches.kernel.org/6.8.2-141-arm64-dts-ti-k3-j721s2-Fix-power-domain-for-VTM.patch + patches.kernel.org/6.8.2-142-arm64-dts-ti-k3-j784s4-Fix-power-domain-for-VTM.patch + patches.kernel.org/6.8.2-143-wifi-ath11k-initialize-rx_mcs_80-and-rx_mcs_160.patch + patches.kernel.org/6.8.2-144-wifi-libertas-fix-some-memleaks-in-lbs_allocate.patch + patches.kernel.org/6.8.2-145-arm64-dts-ti-k3-am69-sk-remove-assigned-clock-p.patch + patches.kernel.org/6.8.2-146-libbpf-fix-return-value-for-PERF_EVENT-__arg_ct.patch + patches.kernel.org/6.8.2-147-arm64-dts-ti-k3-am62p-mcu-wakeup-Disable-MCU-an.patch + patches.kernel.org/6.8.2-148-arm64-dts-qcom-x1e80100-qcp-Fix-supplies-for-LD.patch + patches.kernel.org/6.8.2-149-libbpf-Use-OPTS_SET-macro-in-bpf_xdp_query.patch + patches.kernel.org/6.8.2-150-wifi-wfx-fix-memory-leak-when-starting-AP.patch + patches.kernel.org/6.8.2-151-arm64-dts-qcom-qcm2290-declare-VLS-CLAMP-regist.patch + patches.kernel.org/6.8.2-152-arm64-dts-qcom-sm6115-declare-VLS-CLAMP-registe.patch + patches.kernel.org/6.8.2-153-arm64-dts-qcom-sm8650-Fix-UFS-PHY-clocks.patch + patches.kernel.org/6.8.2-154-wifi-ath12k-fix-incorrect-logic-of-calculating-.patch + patches.kernel.org/6.8.2-155-printk-nbcon-Relocate-32bit-seq-macros.patch + patches.kernel.org/6.8.2-156-printk-ringbuffer-Do-not-skip-non-finalized-rec.patch + patches.kernel.org/6.8.2-157-printk-Wait-for-all-reserved-records-with-pr_fl.patch + patches.kernel.org/6.8.2-158-printk-Add-this_cpu_in_panic.patch + patches.kernel.org/6.8.2-159-printk-ringbuffer-Cleanup-reader-terminology.patch + patches.kernel.org/6.8.2-160-printk-ringbuffer-Skip-non-finalized-records-in.patch + patches.kernel.org/6.8.2-161-printk-Disable-passing-console-lock-owner-compl.patch + patches.kernel.org/6.8.2-162-pwm-sti-Fix-capture-for-st-pwm-num-chan-st-capt.patch + patches.kernel.org/6.8.2-163-tools-resolve_btfids-Refactor-set-sorting-with-.patch + patches.kernel.org/6.8.2-164-tools-resolve_btfids-Fix-cross-compilation-to-n.patch + patches.kernel.org/6.8.2-165-wifi-iwlwifi-support-EHT-for-WH.patch + patches.kernel.org/6.8.2-166-wifi-iwlwifi-properly-check-if-link-is-active.patch + patches.kernel.org/6.8.2-167-wifi-iwlwifi-mvm-fix-erroneous-queue-index-mask.patch + patches.kernel.org/6.8.2-168-wifi-iwlwifi-mvm-don-t-set-the-MFP-flag-for-the.patch + patches.kernel.org/6.8.2-169-wifi-iwlwifi-mvm-don-t-set-replay-counters-to-0.patch + patches.kernel.org/6.8.2-170-s390-pai-fix-attr_event_free-upper-limit-for-pa.patch + patches.kernel.org/6.8.2-171-s390-vdso-drop-fPIC-from-LDFLAGS.patch + patches.kernel.org/6.8.2-172-arm64-dts-qcom-qcm6490-idp-Correct-the-voltage-.patch + patches.kernel.org/6.8.2-173-arm64-dts-qcom-qcs6490-rb3gen2-Correct-the-volt.patch + patches.kernel.org/6.8.2-174-selftests-forwarding-Add-missing-config-entries.patch + patches.kernel.org/6.8.2-175-selftests-forwarding-Add-missing-multicast-rout.patch + patches.kernel.org/6.8.2-176-arm64-dts-qcom-sm6115-drop-pipe-clock-selection.patch + patches.kernel.org/6.8.2-177-ipv6-mcast-remove-one-synchronize_net-barrier-i.patch + patches.kernel.org/6.8.2-178-arm64-dts-mt8183-Move-CrosEC-base-detection-nod.patch + patches.kernel.org/6.8.2-179-arm64-dts-mediatek-mt7986-fix-reference-to-PWM-.patch + patches.kernel.org/6.8.2-180-arm64-dts-mediatek-mt7986-drop-crypto-s-unneede.patch + patches.kernel.org/6.8.2-181-arm64-dts-mediatek-mt7986-fix-SPI-bus-width-pro.patch + patches.kernel.org/6.8.2-182-arm64-dts-mediatek-mt7986-fix-SPI-nodename.patch + patches.kernel.org/6.8.2-183-arm64-dts-mediatek-mt7986-drop-clock-cells-from.patch + patches.kernel.org/6.8.2-184-arm64-dts-mediatek-mt7986-add-reset-cells-to-in.patch + patches.kernel.org/6.8.2-185-arm64-dts-mediatek-mt8192-asurada-Remove-CrosEC.patch + patches.kernel.org/6.8.2-186-arm64-dts-mediatek-mt8192-fix-vencoder-clock-na.patch + patches.kernel.org/6.8.2-187-arm64-dts-mediatek-mt8186-fix-VENC-power-domain.patch + patches.kernel.org/6.8.2-188-arm64-dts-mediatek-mt7622-add-missing-device_ty.patch + patches.kernel.org/6.8.2-189-can-m_can-Start-Cancel-polling-timer-together-w.patch + patches.kernel.org/6.8.2-190-wifi-iwlwifi-mvm-Fix-the-listener-MAC-filter-fl.patch + patches.kernel.org/6.8.2-191-bpf-Mark-bpf_spin_-lock-unlock-helpers-with-not.patch + patches.kernel.org/6.8.2-192-arm64-dts-qcom-sdm845-Use-the-Low-Power-Island-.patch + patches.kernel.org/6.8.2-193-soc-qcom-llcc-Check-return-value-on-Broadcast_O.patch + patches.kernel.org/6.8.2-194-ARM-dts-qcom-msm8974-correct-qfprom-node-size.patch + patches.kernel.org/6.8.2-195-arm64-dts-mediatek-mt8186-Add-missing-clocks-to.patch + patches.kernel.org/6.8.2-196-arm64-dts-mediatek-mt8186-Add-missing-xhci-cloc.patch + patches.kernel.org/6.8.2-197-arm64-dts-ti-am65x-Fix-dtbs_install-for-Rocktec.patch + patches.kernel.org/6.8.2-198-cpufreq-qcom-hw-add-CONFIG_COMMON_CLK-dependenc.patch + patches.kernel.org/6.8.2-199-wifi-wilc1000-prevent-use-after-free-on-vif-whe.patch + patches.kernel.org/6.8.2-200-pwm-dwc-use-pm_sleep_ptr-macro.patch + patches.kernel.org/6.8.2-201-arm64-dts-ti-k3-am69-sk-fix-PMIC-interrupt-numb.patch + patches.kernel.org/6.8.2-202-arm64-dts-ti-k3-j721e-sk-fix-PMIC-interrupt-num.patch + patches.kernel.org/6.8.2-203-arm64-dts-ti-k3-am62-main-disable-usb-lpm.patch + patches.kernel.org/6.8.2-204-ACPI-processor_idle-Fix-memory-leak-in-acpi_pro.patch + patches.kernel.org/6.8.2-205-bus-tegra-aconnect-Update-dependency-to-ARCH_TE.patch + patches.kernel.org/6.8.2-206-iommu-amd-Mark-interrupt-as-managed.patch + patches.kernel.org/6.8.2-207-wifi-brcmsmac-avoid-function-pointer-casts.patch + patches.kernel.org/6.8.2-208-arm64-dts-qcom-sdm845-db845c-correct-PCIe-wake-.patch + patches.kernel.org/6.8.2-209-arm64-dts-qcom-sm8150-correct-PCIe-wake-gpios.patch + patches.kernel.org/6.8.2-210-powercap-dtpm_cpu-Fix-error-check-against-freq_.patch + patches.kernel.org/6.8.2-211-net-ena-Remove-ena_select_queue.patch + patches.kernel.org/6.8.2-212-arm64-dts-ti-k3-j7200-common-proc-board-Modify-.patch + patches.kernel.org/6.8.2-213-arm64-dts-ti-k3-j7200-common-proc-board-Remove-.patch + patches.kernel.org/6.8.2-214-arm64-dts-ti-k3-j721s2-common-proc-board-Remove.patch + patches.kernel.org/6.8.2-215-arm64-dts-ti-k3-j784s4-evm-Remove-Pinmux-for-CT.patch + patches.kernel.org/6.8.2-216-arm64-dts-ti-k3-am64-main-Fix-ITAP-OTAP-values-.patch + patches.kernel.org/6.8.2-217-arm64-dts-mt8195-cherry-tomato-change-watchdog-.patch + patches.kernel.org/6.8.2-218-arm64-dts-ti-Add-common1-register-space-for-AM6.patch + patches.kernel.org/6.8.2-219-arm64-dts-ti-Add-common1-register-space-for-AM6.patch + patches.kernel.org/6.8.2-220-firmware-arm_scmi-Fix-double-free-in-SMC-transp.patch + patches.kernel.org/6.8.2-221-wifi-cfg80211-set-correct-param-change-count-in.patch + patches.kernel.org/6.8.2-222-arm64-dts-ti-k3-j721e-Fix-mux-reg-masks-in-hbmc.patch + patches.kernel.org/6.8.2-223-arm64-dts-ti-k3-j784s4-main-Fix-mux-reg-masks-i.patch + patches.kernel.org/6.8.2-224-arm64-dts-ti-k3-am62p-Fix-memory-ranges-for-DMS.patch + patches.kernel.org/6.8.2-225-wifi-wilc1000-revert-reset-line-logic-flip.patch + patches.kernel.org/6.8.2-226-ARM-dts-arm-realview-Fix-development-chip-ROM-c.patch + patches.kernel.org/6.8.2-227-memory-tegra-Correct-DLA-client-names.patch + patches.kernel.org/6.8.2-228-wifi-mt76-mt7996-fix-fw-loading-timeout.patch + patches.kernel.org/6.8.2-229-wifi-mt76-mt7925-fix-connect-to-80211b-mode-fai.patch + patches.kernel.org/6.8.2-230-wifi-mt76-mt7925-fix-SAP-no-beacon-issue-in-5Gh.patch + patches.kernel.org/6.8.2-231-wifi-mt76-mt7925-fix-mcu-query-command-fail.patch + patches.kernel.org/6.8.2-232-wifi-mt76-mt7925-fix-wmm-queue-mapping.patch + patches.kernel.org/6.8.2-233-wifi-mt76-mt7925-fix-fw-download-fail.patch + patches.kernel.org/6.8.2-234-wifi-mt76-mt7925-fix-WoW-failed-in-encrypted-mo.patch + patches.kernel.org/6.8.2-235-wifi-mt76-mt7925-fix-the-wrong-header-translati.patch + patches.kernel.org/6.8.2-236-wifi-mt76-mt7925-add-flow-to-avoid-chip-bt-func.patch + patches.kernel.org/6.8.2-237-wifi-mt76-mt7925-add-support-to-set-ifs-time-by.patch + patches.kernel.org/6.8.2-238-wifi-mt76-mt7925-update-PCIe-DMA-settings.patch + patches.kernel.org/6.8.2-239-wifi-mt76-mt7996-check-txs-format-before-gettin.patch + patches.kernel.org/6.8.2-240-wifi-mt76-mt7996-fix-TWT-issues.patch + patches.kernel.org/6.8.2-241-wifi-mt76-mt7996-fix-incorrect-interpretation-o.patch + patches.kernel.org/6.8.2-242-wifi-mt76-mt7996-fix-HE-beamformer-phy-cap-for-.patch + patches.kernel.org/6.8.2-243-wifi-mt76-mt7996-fix-efuse-reading-issue.patch + patches.kernel.org/6.8.2-244-wifi-mt76-mt7996-fix-HIF_TXD_V2_1-value.patch + patches.kernel.org/6.8.2-245-wifi-mt76-mt792x-fix-ethtool-warning.patch + patches.kernel.org/6.8.2-246-wifi-mt76-mt7921e-fix-use-after-free-in-free_ir.patch + patches.kernel.org/6.8.2-247-wifi-mt76-mt7925e-fix-use-after-free-in-free_ir.patch + patches.kernel.org/6.8.2-248-wifi-mt76-mt7921-fix-incorrect-type-conversion-.patch + patches.kernel.org/6.8.2-249-wifi-mt76-mt792x-fix-a-potential-loading-failur.patch + patches.kernel.org/6.8.2-250-wifi-mt76-fix-the-issue-of-missing-txpwr-settin.patch + patches.kernel.org/6.8.2-251-arm64-dts-renesas-rzg2l-Add-missing-interrupts-.patch + patches.kernel.org/6.8.2-252-arm64-dts-renesas-r9a08g045-Add-missing-interru.patch + patches.kernel.org/6.8.2-253-arm64-dts-renesas-rzg3s-smarc-som-Guard-Etherne.patch + patches.kernel.org/6.8.2-254-arm64-dts-renesas-r8a779a0-Correct-avb-01-reg-s.patch + patches.kernel.org/6.8.2-255-arm64-dts-renesas-r8a779g0-Correct-avb-01-reg-s.patch + patches.kernel.org/6.8.2-256-net-mctp-copy-skb-ext-data-when-fragmenting.patch + patches.kernel.org/6.8.2-257-pstore-inode-Only-d_invalidate-is-needed.patch + patches.kernel.org/6.8.2-258-arm64-dts-allwinner-h6-Add-RX-DMA-channel-for-S.patch + patches.kernel.org/6.8.2-259-ARM-dts-imx6dl-yapp4-Fix-typo-in-the-QCA-switch.patch + patches.kernel.org/6.8.2-260-ARM-dts-imx6dl-yapp4-Move-the-internal-switch-P.patch + patches.kernel.org/6.8.2-261-arm64-dts-imx8mp-Set-SPI-NOR-to-max-40-MHz-on-D.patch + patches.kernel.org/6.8.2-262-arm64-dts-imx8mp-evk-Fix-hdmi-3d-node.patch + patches.kernel.org/6.8.2-263-regulator-userspace-consumer-add-module-device-.patch + patches.kernel.org/6.8.2-264-gpiolib-Pass-consumer-device-through-to-core-in.patch + patches.kernel.org/6.8.2-265-arm64-dts-marvell-reorder-crypto-interrupts-on-.patch + patches.kernel.org/6.8.2-266-ACPI-resource-Do-IRQ-override-on-Lunnen-Ground-.patch + patches.kernel.org/6.8.2-267-ACPI-resource-Add-MAIBENBEN-X577-to-irq1_edge_l.patch + patches.kernel.org/6.8.2-268-ACPI-scan-Fix-device-check-notification-handlin.patch + patches.kernel.org/6.8.2-269-arm64-dts-rockchip-add-missing-interrupt-names-.patch + patches.kernel.org/6.8.2-270-arm64-dts-rockchip-fix-reset-names-for-rk356x-i.patch + patches.kernel.org/6.8.2-271-arm64-dts-rockchip-drop-rockchip-trcm-sync-tx-o.patch + patches.kernel.org/6.8.2-272-objtool-Fix-UNWIND_HINT_-SAVE-RESTORE-across-ba.patch + patches.kernel.org/6.8.2-273-x86-relocs-Ignore-relocations-in-.notes-section.patch + patches.kernel.org/6.8.2-274-SUNRPC-fix-a-memleak-in-gss_import_v2_context.patch + patches.kernel.org/6.8.2-275-SUNRPC-fix-some-memleaks-in-gssx_dec_option_arr.patch + patches.kernel.org/6.8.2-276-arm64-dts-qcom-sm8550-Fix-SPMI-channels-size.patch + patches.kernel.org/6.8.2-277-arm64-dts-qcom-sm8650-Fix-SPMI-channels-size.patch + patches.kernel.org/6.8.2-278-mmc-wmt-sdmmc-remove-an-incorrect-release_mem_r.patch + patches.kernel.org/6.8.2-279-ACPI-CPPC-enable-AMD-CPPC-V2-support-for-family.patch + patches.kernel.org/6.8.2-280-btrfs-fix-race-when-detecting-delalloc-ranges-d.patch + patches.kernel.org/6.8.2-281-wifi-rtw88-8821cu-Fix-firmware-upload-fail.patch + patches.kernel.org/6.8.2-282-wifi-rtw88-8821c-Fix-beacon-loss-and-disconnect.patch + patches.kernel.org/6.8.2-283-wifi-rtw88-8821c-Fix-false-alarm-count.patch + patches.kernel.org/6.8.2-284-wifi-brcm80211-handle-pmk_op-allocation-failure.patch + patches.kernel.org/6.8.2-285-riscv-dts-starfive-jh7100-fix-root-clock-names.patch + patches.kernel.org/6.8.2-286-PCI-Make-pci_dev_is_disconnected-helper-public-.patch + patches.kernel.org/6.8.2-287-iommu-vt-d-Don-t-issue-ATS-Invalidation-request.patch + patches.kernel.org/6.8.2-288-iommu-vt-d-Use-rbtree-to-track-iommu-probed-dev.patch + patches.kernel.org/6.8.2-289-iommu-vt-d-Improve-ITE-fault-handling-if-target.patch + patches.kernel.org/6.8.2-290-iommu-vt-d-Use-device-rbtree-in-iopf-reporting-.patch + patches.kernel.org/6.8.2-291-iommu-Add-static-iommu_ops-release_domain.patch + patches.kernel.org/6.8.2-292-iommu-vt-d-Fix-NULL-domain-on-device-release.patch + patches.kernel.org/6.8.2-293-igc-Fix-missing-time-sync-events.patch + patches.kernel.org/6.8.2-294-igb-Fix-missing-time-sync-events.patch + patches.kernel.org/6.8.2-295-ice-fix-stats-being-updated-by-way-too-large-va.patch + patches.kernel.org/6.8.2-296-Bluetooth-Remove-HCI_POWER_OFF_TIMEOUT.patch + patches.kernel.org/6.8.2-297-Bluetooth-mgmt-Remove-leftover-queuing-of-power.patch + patches.kernel.org/6.8.2-298-Bluetooth-Remove-superfluous-call-to-hci_conn_c.patch + patches.kernel.org/6.8.2-299-Bluetooth-Remove-BT_HS.patch + patches.kernel.org/6.8.2-300-Bluetooth-hci_event-Fix-not-indicating-new-conn.patch + patches.kernel.org/6.8.2-301-Bluetooth-hci_qca-don-t-use-IS_ERR_OR_NULL-with.patch + patches.kernel.org/6.8.2-302-Bluetooth-hci_core-Cancel-request-on-command-ti.patch + patches.kernel.org/6.8.2-303-Bluetooth-hci_sync-Fix-overwriting-request-call.patch + patches.kernel.org/6.8.2-304-Bluetooth-hci_h5-Add-ability-to-allocate-memory.patch + patches.kernel.org/6.8.2-305-Bluetooth-btrtl-fix-out-of-bounds-memory-access.patch + patches.kernel.org/6.8.2-306-Bluetooth-hci_core-Fix-possible-buffer-overflow.patch + patches.kernel.org/6.8.2-307-Bluetooth-msft-Fix-memory-leak.patch + patches.kernel.org/6.8.2-308-Bluetooth-btusb-Fix-memory-leak.patch + patches.kernel.org/6.8.2-309-Bluetooth-af_bluetooth-Fix-deadlock.patch + patches.kernel.org/6.8.2-310-Bluetooth-fix-use-after-free-in-accessing-skb-a.patch + patches.kernel.org/6.8.2-311-sr9800-Add-check-for-usbnet_get_endpoints.patch + patches.kernel.org/6.8.2-312-s390-cache-prevent-rebuild-of-shared_cpu_list.patch + patches.kernel.org/6.8.2-313-bpf-Fix-DEVMAP_HASH-overflow-check-on-32-bit-ar.patch + patches.kernel.org/6.8.2-314-bpf-Fix-hashtab-overflow-check-on-32-bit-arches.patch + patches.kernel.org/6.8.2-315-bpf-Fix-stackmap-overflow-check-on-32-bit-arche.patch + patches.kernel.org/6.8.2-316-net-dsa-microchip-make-sure-drive-strength-conf.patch + patches.kernel.org/6.8.2-317-dpll-spec-use-proper-enum-for-pin-capabilities-.patch + patches.kernel.org/6.8.2-318-iommu-Fix-compilation-without-CONFIG_IOMMU_INTE.patch + patches.kernel.org/6.8.2-319-ipv6-fib6_rules-flush-route-cache-when-rule-is-.patch + patches.kernel.org/6.8.2-320-net-ip_tunnel-make-sure-to-pull-inner-header-in.patch + patches.kernel.org/6.8.2-321-octeontx2-af-Fix-devlink-params.patch + patches.kernel.org/6.8.2-322-net-phy-fix-phy_get_internal_delay-accessing-an.patch + patches.kernel.org/6.8.2-323-dpll-fix-dpll_xa_ref_-_del-for-multiple-registr.patch + patches.kernel.org/6.8.2-324-net-hns3-fix-wrong-judgment-condition-issue.patch + patches.kernel.org/6.8.2-325-net-hns3-fix-kernel-crash-when-1588-is-received.patch + patches.kernel.org/6.8.2-326-net-hns3-fix-port-duplex-configure-error-in-IMP.patch + patches.kernel.org/6.8.2-327-Bluetooth-Fix-eir-name-length.patch + patches.kernel.org/6.8.2-328-net-phy-dp83822-Fix-RGMII-TX-delay-configuratio.patch + patches.kernel.org/6.8.2-329-erofs-fix-lockdep-false-positives-on-initializi.patch + patches.kernel.org/6.8.2-330-OPP-debugfs-Fix-warning-around-icc_get_name.patch + patches.kernel.org/6.8.2-331-tcp-fix-incorrect-parameter-validation-in-the-d.patch + patches.kernel.org/6.8.2-332-ipmr-fix-incorrect-parameter-validation-in-the-.patch + patches.kernel.org/6.8.2-333-l2tp-fix-incorrect-parameter-validation-in-the-.patch + patches.kernel.org/6.8.2-334-udp-fix-incorrect-parameter-validation-in-the-u.patch + patches.kernel.org/6.8.2-335-net-kcm-fix-incorrect-parameter-validation-in-t.patch + patches.kernel.org/6.8.2-336-net-x25-fix-incorrect-parameter-validation-in-t.patch + patches.kernel.org/6.8.2-337-devlink-Fix-length-of-eswitch-inline-mode.patch + patches.kernel.org/6.8.2-338-r8152-fix-unknown-device-for-choose_configurati.patch + patches.kernel.org/6.8.2-339-nfp-flower-handle-acti_netdevs-allocation-failu.patch + patches.kernel.org/6.8.2-340-bpf-hardcode-BPF_PROG_PACK_SIZE-to-2MB-num_poss.patch + patches.kernel.org/6.8.2-341-dm-raid-fix-false-positive-for-requeue-needed-d.patch + patches.kernel.org/6.8.2-342-dm-call-the-resume-method-on-internal-suspend.patch + patches.kernel.org/6.8.2-343-fbdev-simplefb-change-loglevel-when-the-power-d.patch + patches.kernel.org/6.8.2-344-drm-tegra-dsi-Add-missing-check-for-of_find_dev.patch + patches.kernel.org/6.8.2-345-drm-tegra-dpaux-Fix-PM-disable-depth-imbalance-.patch + patches.kernel.org/6.8.2-346-drm-tegra-dsi-Fix-some-error-handling-paths-in-.patch + patches.kernel.org/6.8.2-347-drm-tegra-dsi-Fix-missing-pm_runtime_disable-in.patch + patches.kernel.org/6.8.2-348-drm-tegra-hdmi-Fix-some-error-handling-paths-in.patch + patches.kernel.org/6.8.2-349-drm-tegra-rgb-Fix-some-error-handling-paths-in-.patch + patches.kernel.org/6.8.2-350-drm-tegra-rgb-Fix-missing-clk_put-in-the-error-.patch + patches.kernel.org/6.8.2-351-drm-tegra-output-Fix-missing-i2c_put_adapter-in.patch + patches.kernel.org/6.8.2-352-drm-rockchip-inno_hdmi-Fix-video-timing.patch + patches.kernel.org/6.8.2-353-drm-Don-t-treat-0-as-1-in-drm_fixp2int_ceil.patch + patches.kernel.org/6.8.2-354-drm-vkms-Avoid-reading-beyond-LUT-array.patch + patches.kernel.org/6.8.2-355-drm-vmwgfx-fix-a-memleak-in-vmw_gmrid_man_get_n.patch + patches.kernel.org/6.8.2-356-drm-rockchip-lvds-do-not-overwrite-error-code.patch + patches.kernel.org/6.8.2-357-drm-rockchip-lvds-do-not-print-scary-message-wh.patch + patches.kernel.org/6.8.2-358-drm-panel-edp-use-put_sync-in-unprepare.patch + patches.kernel.org/6.8.2-359-drm-lima-fix-a-memleak-in-lima_heap_alloc.patch + patches.kernel.org/6.8.2-360-ASoC-amd-acp-Add-missing-error-handling-in-sof-.patch + patches.kernel.org/6.8.2-361-ASoC-SOF-amd-Fix-memory-leak-in-amd_sof_acp_pro.patch + patches.kernel.org/6.8.2-362-ASoC-SOF-core-Skip-firmware-test-for-custom-loa.patch + patches.kernel.org/6.8.2-363-ASoC-SOF-amd-Compute-file-paths-on-firmware-loa.patch + patches.kernel.org/6.8.2-364-soundwire-stream-add-missing-const-to-Documenta.patch + patches.kernel.org/6.8.2-365-dmaengine-tegra210-adma-Update-dependency-to-AR.patch + patches.kernel.org/6.8.2-366-media-tc358743-register-v4l2-async-device-only-.patch + patches.kernel.org/6.8.2-367-media-cadence-csi2rx-use-match-fwnode-for-media.patch + patches.kernel.org/6.8.2-368-PCI-DPC-Print-all-TLP-Prefixes-not-just-the-fir.patch + patches.kernel.org/6.8.2-369-perf-record-Fix-possible-incorrect-free-in-reco.patch + patches.kernel.org/6.8.2-370-perf-record-Check-conflict-between-timestamp-fi.patch + patches.kernel.org/6.8.2-371-HID-lenovo-Add-middleclick_workaround-sysfs-kno.patch + patches.kernel.org/6.8.2-372-drm-amd-display-Fix-a-potential-buffer-overflow.patch + patches.kernel.org/6.8.2-373-perf-pmu-Treat-the-msr-pmu-as-software.patch + patches.kernel.org/6.8.2-374-crypto-qat-avoid-memcpy-overflow-warning.patch + patches.kernel.org/6.8.2-375-ALSA-hda-cs35l41-Set-Channel-Index-correctly-wh.patch + patches.kernel.org/6.8.2-376-drm-amd-display-Fix-potential-NULL-pointer-dere.patch + patches.kernel.org/6.8.2-377-ASoC-sh-rz-ssi-Fix-error-message-print.patch + patches.kernel.org/6.8.2-378-drm-vmwgfx-Fix-vmw_du_get_cursor_mob-fencing-of.patch + patches.kernel.org/6.8.2-379-clk-renesas-r8a779g0-Fix-PCIe-clock-name.patch + patches.kernel.org/6.8.2-380-pinctrl-renesas-rzg2l-Fix-locking-in-rzg2l_dt_s.patch + patches.kernel.org/6.8.2-381-pinctrl-renesas-r8a779g0-Add-missing-SCIF_CLK2-.patch + patches.kernel.org/6.8.2-382-clk-samsung-exynos850-Propagate-SPI-IPCLK-rate-.patch + patches.kernel.org/6.8.2-383-media-v4l2-cci-print-leading-0-on-error.patch + patches.kernel.org/6.8.2-384-perf-evsel-Fix-duplicate-initialization-of-data.patch + patches.kernel.org/6.8.2-385-perf-bpf-Clean-up-the-generated-copied-vmlinux..patch + patches.kernel.org/6.8.2-386-clk-meson-Add-missing-clocks-to-axg_clk_regmaps.patch + patches.kernel.org/6.8.2-387-media-em28xx-annotate-unchecked-call-to-media_d.patch + patches.kernel.org/6.8.2-388-media-v4l2-tpg-fix-some-memleaks-in-tpg_alloc.patch + patches.kernel.org/6.8.2-389-media-v4l2-mem2mem-fix-a-memleak-in-v4l2_m2m_re.patch + patches.kernel.org/6.8.2-390-media-dt-bindings-techwell-tw9900-Fix-port-sche.patch + patches.kernel.org/6.8.2-391-mtd-spinand-esmt-Extend-IDs-to-5-bytes.patch + patches.kernel.org/6.8.2-392-media-edia-dvbdev-fix-a-use-after-free.patch + patches.kernel.org/6.8.2-393-pinctrl-mediatek-Drop-bogus-slew-rate-register-.patch + patches.kernel.org/6.8.2-394-pinctrl-mediatek-Drop-bogus-slew-rate-register-.patch + patches.kernel.org/6.8.2-395-drm-amdgpu-Fix-potential-out-of-bounds-access-i.patch + patches.kernel.org/6.8.2-396-clk-qcom-reset-Commonize-the-de-assert-function.patch + patches.kernel.org/6.8.2-397-clk-qcom-reset-Ensure-write-completion-on-reset.patch + patches.kernel.org/6.8.2-398-quota-Fix-potential-NULL-pointer-dereference.patch + patches.kernel.org/6.8.2-399-quota-Fix-rcu-annotations-of-inode-dquot-pointe.patch + patches.kernel.org/6.8.2-400-quota-Properly-annotate-i_dquot-arrays-with-__r.patch + patches.kernel.org/6.8.2-401-ASoC-Intel-ssp-common-Add-stub-for-sof_ssp_get_.patch + patches.kernel.org/6.8.2-402-PCI-P2PDMA-Fix-a-sleeping-issue-in-a-RCU-read-s.patch + patches.kernel.org/6.8.2-403-PCI-switchtec-Fix-an-error-handling-path-in-swi.patch + patches.kernel.org/6.8.2-404-crypto-xilinx-call-finalize-with-bh-disabled.patch + patches.kernel.org/6.8.2-405-drivers-ps3-select-VIDEO-to-provide-cmdline-fun.patch + patches.kernel.org/6.8.2-406-perf-thread_map-Free-strlist-on-normal-path-in-.patch + patches.kernel.org/6.8.2-407-perf-srcline-Add-missed-addr2line-closes.patch + patches.kernel.org/6.8.2-408-dt-bindings-msm-qcom-mdss-Include-ommited-fam-b.patch + patches.kernel.org/6.8.2-409-drm-msm-dpu-fix-the-programming-of-INTF_CFG2_DA.patch + patches.kernel.org/6.8.2-410-drm-msm-dpu-Only-enable-DSC_MODE_MULTIPLEX-if-d.patch + patches.kernel.org/6.8.2-411-drm-radeon-ni-Fix-wrong-firmware-size-logging-i.patch + patches.kernel.org/6.8.2-412-drm-amd-display-fix-NULL-checks-for-adev-dm.dc-.patch + patches.kernel.org/6.8.2-413-clk-renesas-r8a779g0-Correct-PFC-GPIO-parent-cl.patch + patches.kernel.org/6.8.2-414-clk-renesas-r8a779f0-Correct-PFC-GPIO-parent-cl.patch + patches.kernel.org/6.8.2-415-clk-renesas-r9a07g04-34-Use-SEL_SDHI1_STS-statu.patch + patches.kernel.org/6.8.2-416-ALSA-seq-fix-function-cast-warnings.patch + patches.kernel.org/6.8.2-417-perf-expr-Fix-has_event-function-for-metric-sty.patch + patches.kernel.org/6.8.2-418-perf-stat-Avoid-metric-only-segv.patch + patches.kernel.org/6.8.2-419-perf-metric-Don-t-remove-scale-from-counts.patch + patches.kernel.org/6.8.2-420-ASoC-meson-aiu-fix-function-pointer-type-mismat.patch + patches.kernel.org/6.8.2-421-ASoC-meson-t9015-fix-function-pointer-type-mism.patch + patches.kernel.org/6.8.2-422-powerpc-Force-inlining-of-arch_vmap_p-u-m-d_sup.patch + patches.kernel.org/6.8.2-423-ASoC-SOF-Add-some-bounds-checking-to-firmware-d.patch + patches.kernel.org/6.8.2-424-drm-ci-use-clk_ignore_unused-for-apq8016.patch + patches.kernel.org/6.8.2-425-NTB-fix-possible-name-leak-in-ntb_register_devi.patch + patches.kernel.org/6.8.2-426-media-cedrus-h265-Fix-configuring-bitstream-siz.patch + patches.kernel.org/6.8.2-427-media-sun8i-di-Fix-coefficient-writes.patch + patches.kernel.org/6.8.2-428-media-sun8i-di-Fix-power-on-off-sequences.patch + patches.kernel.org/6.8.2-429-media-sun8i-di-Fix-chroma-difference-threshold.patch + patches.kernel.org/6.8.2-430-staging-media-starfive-Set-16-bpp-for-capture_r.patch + patches.kernel.org/6.8.2-431-media-imx-csc-scaler-fix-v4l2_ctrl_handler-memo.patch + patches.kernel.org/6.8.2-432-media-go7007-add-check-of-return-value-of-go700.patch + patches.kernel.org/6.8.2-433-media-pvrusb2-remove-redundant-NULL-check.patch + patches.kernel.org/6.8.2-434-media-videobuf2-Add-missing-doc-comment-for-wai.patch + patches.kernel.org/6.8.2-435-media-pvrusb2-fix-pvr2_stream_callback-casts.patch + patches.kernel.org/6.8.2-436-clk-qcom-dispcc-sdm845-Adjust-internal-GDSC-wai.patch + patches.kernel.org/6.8.2-437-drm-amd-display-Add-replay-NULL-check-in-edp_se.patch + patches.kernel.org/6.8.2-438-drm-panel-boe-tv101wum-nl6-make-use-of-prepare_.patch + patches.kernel.org/6.8.2-439-drm-msm-dpu-finalise-global-state-object.patch + patches.kernel.org/6.8.2-440-drm-mediatek-dsi-Fix-DSI-RGB666-formats-and-def.patch + patches.kernel.org/6.8.2-441-PCI-Mark-3ware-9650SE-Root-Port-Extended-Tags-a.patch + patches.kernel.org/6.8.2-442-drm-bridge-adv7511-fix-crash-on-irq-during-prob.patch + patches.kernel.org/6.8.2-443-pinctrl-renesas-Allow-the-compiler-to-optimize-.patch + patches.kernel.org/6.8.2-444-clk-hisilicon-hi3519-Release-the-correct-number.patch + patches.kernel.org/6.8.2-445-clk-hisilicon-hi3559a-Fix-an-erroneous-devm_kfr.patch + patches.kernel.org/6.8.2-446-clk-mediatek-mt8135-Fix-an-error-handling-path-.patch + patches.kernel.org/6.8.2-447-clk-mediatek-mt7622-apmixedsys-Fix-an-error-han.patch + patches.kernel.org/6.8.2-448-clk-mediatek-mt8183-Correct-parent-of-CLK_INFRA.patch + patches.kernel.org/6.8.2-449-clk-mediatek-mt7981-topckgen-flag-SGM_REG_SEL-a.patch + patches.kernel.org/6.8.2-450-drm-tegra-put-drm_gem_object-ref-on-error-in-te.patch + patches.kernel.org/6.8.2-451-tty-mips_ejtag_fdc-Fix-passing-incompatible-poi.patch + patches.kernel.org/6.8.2-452-media-ivsc-csi-Swap-SINK-and-SOURCE-pads.patch + patches.kernel.org/6.8.2-453-media-i2c-imx290-Fix-IMX920-typo.patch + patches.kernel.org/6.8.2-454-mfd-syscon-Call-of_node_put-only-when-of_parse_.patch + patches.kernel.org/6.8.2-455-mfd-altera-sysmgr-Call-of_node_put-only-when-of.patch + patches.kernel.org/6.8.2-456-perf-print-events-make-is_event_supported-more-.patch + patches.kernel.org/6.8.2-457-crypto-arm-sha-fix-function-cast-warnings.patch + patches.kernel.org/6.8.2-458-crypto-ccp-Avoid-discarding-errors-in-psp_send_.patch + patches.kernel.org/6.8.2-459-crypto-qat-remove-unused-macros-in-qat_comp_alg.patch + patches.kernel.org/6.8.2-460-crypto-qat-removed-unused-macro-in-adf_cnv_dbgf.patch + patches.kernel.org/6.8.2-461-crypto-qat-avoid-division-by-zero.patch + patches.kernel.org/6.8.2-462-crypto-qat-remove-double-initialization-of-valu.patch + patches.kernel.org/6.8.2-463-crypto-qat-fix-ring-to-service-map-for-dcc-in-4.patch + patches.kernel.org/6.8.2-464-crypto-qat-fix-ring-to-service-map-for-dcc-in-4.patch + patches.kernel.org/6.8.2-465-crypto-jitter-fix-CRYPTO_JITTERENTROPY-help-tex.patch + patches.kernel.org/6.8.2-466-drm-tidss-Fix-initial-plane-zpos-values.patch + patches.kernel.org/6.8.2-467-drm-tidss-Fix-sync-lost-issue-with-two-displays.patch + patches.kernel.org/6.8.2-468-clk-imx-imx8mp-Fix-SAI_MCLK_SEL-definition.patch + patches.kernel.org/6.8.2-469-mtd-maps-physmap-core-fix-flash-size-larger-tha.patch + patches.kernel.org/6.8.2-470-mtd-rawnand-lpc32xx_mlc-fix-irq-handler-prototy.patch + patches.kernel.org/6.8.2-471-mtd-rawnand-brcmnand-exec_op-helper-functions-r.patch + patches.kernel.org/6.8.2-472-ASoC-meson-axg-tdm-interface-fix-mclk-setup-wit.patch + patches.kernel.org/6.8.2-473-ASoC-meson-axg-tdm-interface-add-frame-rate-con.patch + patches.kernel.org/6.8.2-474-drm-msm-a6xx-specify-UBWC-config-for-sc7180.patch + patches.kernel.org/6.8.2-475-drm-msm-a7xx-Fix-LLC-typo.patch + patches.kernel.org/6.8.2-476-dt-bindings-arm-smmu-fix-SM8-45-50-GPU-SMMU-if-.patch + patches.kernel.org/6.8.2-477-perf-pmu-Fix-a-potential-memory-leak-in-perf_pm.patch + patches.kernel.org/6.8.2-478-HID-amd_sfh-Update-HPD-sensor-structure-element.patch + patches.kernel.org/6.8.2-479-HID-amd_sfh-Avoid-disabling-the-interrupt.patch + patches.kernel.org/6.8.2-480-drm-amdgpu-Fix-missing-break-in-ATOM_ARG_IMM-Ca.patch + patches.kernel.org/6.8.2-481-media-pvrusb2-fix-uaf-in-pvr2_context_set_notif.patch + patches.kernel.org/6.8.2-482-media-dvb-frontends-avoid-stack-overflow-warnin.patch + patches.kernel.org/6.8.2-483-media-go7007-fix-a-memleak-in-go7007_load_encod.patch + patches.kernel.org/6.8.2-484-media-ttpci-fix-two-memleaks-in-budget_av_attac.patch + patches.kernel.org/6.8.2-485-media-mediatek-vcodec-avoid-Wcast-function-type.patch + patches.kernel.org/6.8.2-486-arm64-ftrace-Don-t-forbid-CALL_OPS-CC_OPTIMIZE_.patch + patches.kernel.org/6.8.2-487-drm-tests-helpers-Include-missing-drm_drv-heade.patch + patches.kernel.org/6.8.2-488-drm-amd-pm-Fix-esm-reg-mask-use-to-get-pcie-spe.patch + patches.kernel.org/6.8.2-489-gpio-nomadik-fix-offset-bug-in-nmk_pmx_set.patch + patches.kernel.org/6.8.2-490-drm-mediatek-Fix-a-null-pointer-crash-in-mtk_dr.patch + patches.kernel.org/6.8.2-491-mfd-cs42l43-Fix-wrong-register-defaults.patch + patches.kernel.org/6.8.2-492-powerpc-32-fix-ADB_CUDA-kconfig-warning.patch + patches.kernel.org/6.8.2-493-powerpc-pseries-Fix-potential-memleak-in-papr_g.patch + patches.kernel.org/6.8.2-494-powerpc-hv-gpci-Fix-the-H_GET_PERF_COUNTER_INFO.patch + patches.kernel.org/6.8.2-495-clk-qcom-gcc-ipq5018-fix-enable_reg-offset-of-g.patch + patches.kernel.org/6.8.2-496-clk-qcom-gcc-ipq5018-fix-halt_reg-offset-of-gcc.patch + patches.kernel.org/6.8.2-497-clk-qcom-gcc-ipq5018-fix-register-offset-for-GC.patch + patches.kernel.org/6.8.2-498-perf-vendor-events-amd-Fix-Zen-4-cache-latency-.patch + patches.kernel.org/6.8.2-499-drm-msm-dpu-allow-certain-formats-for-CDM-for-D.patch + patches.kernel.org/6.8.2-500-drm-msm-dpu-add-division-of-drm_display_mode-s-.patch + patches.kernel.org/6.8.2-501-media-usbtv-Remove-useless-locks-in-usbtv_video.patch + patches.kernel.org/6.8.2-502-drm-xe-Fix-ref-counting-leak-on-page-fault.patch + patches.kernel.org/6.8.2-503-drm-xe-Replace-grouped-target-in-Makefile-with-.patch + patches.kernel.org/6.8.2-504-lib-stackdepot-fix-first-entry-having-a-0-handl.patch + patches.kernel.org/6.8.2-505-lib-stackdepot-off-by-one-in-depot_fetch_stack.patch + patches.kernel.org/6.8.2-506-modules-wait-do_free_init-correctly.patch + patches.kernel.org/6.8.2-507-mfd-cs42l43-Fix-wrong-GPIO_FN_SEL-and-SPI_CLK_C.patch + patches.kernel.org/6.8.2-508-power-supply-mm8013-fix-not-charging-detection.patch + patches.kernel.org/6.8.2-509-powerpc-embedded6xx-Fix-no-previous-prototype-f.patch + patches.kernel.org/6.8.2-510-powerpc-4xx-Fix-warp_gpio_leds-build-failure.patch + patches.kernel.org/6.8.2-511-RISC-V-KVM-Forward-SEED-CSR-access-to-user-spac.patch + patches.kernel.org/6.8.2-512-leds-aw2013-Unlock-mutex-before-destroying-it.patch + patches.kernel.org/6.8.2-513-leds-sgm3140-Add-missing-timer-cleanup-and-flas.patch + patches.kernel.org/6.8.2-514-backlight-hx8357-Fix-potential-NULL-pointer-der.patch + patches.kernel.org/6.8.2-515-backlight-ktz8866-Correct-the-check-for-of_prop.patch + patches.kernel.org/6.8.2-516-backlight-lm3630a-Initialize-backlight_properti.patch + patches.kernel.org/6.8.2-517-backlight-lm3630a-Don-t-set-bl-props.brightness.patch + patches.kernel.org/6.8.2-518-backlight-da9052-Fully-initialize-backlight_pro.patch + patches.kernel.org/6.8.2-519-backlight-lm3639-Fully-initialize-backlight_pro.patch + patches.kernel.org/6.8.2-520-backlight-lp8788-Fully-initialize-backlight_pro.patch + patches.kernel.org/6.8.2-521-sparc32-Use-generic-cmpdi2-ucmpdi2-variants.patch + patches.kernel.org/6.8.2-522-mtd-maps-sun_uflash-Declare-uflash_devinit-stat.patch + patches.kernel.org/6.8.2-523-sparc32-Do-not-select-GENERIC_ISA_DMA.patch + patches.kernel.org/6.8.2-524-sparc32-Fix-section-mismatch-in-leon_pci_grpci.patch + patches.kernel.org/6.8.2-525-clk-Fix-clk_core_get-NULL-dereference.patch + patches.kernel.org/6.8.2-526-clk-zynq-Prevent-null-pointer-dereference-cause.patch + patches.kernel.org/6.8.2-527-PCI-brcmstb-Fix-broken-brcm_pcie_mdio_write-pol.patch + patches.kernel.org/6.8.2-528-cifs-Fix-writeback-data-corruption.patch + patches.kernel.org/6.8.2-529-ALSA-hda-realtek-fix-ALC285-issues-on-HP-Envy-x.patch + patches.kernel.org/6.8.2-530-ALSA-hda-tas2781-use-dev_dbg-in-system_resume.patch + patches.kernel.org/6.8.2-531-ALSA-hda-tas2781-add-lock-to-system_suspend.patch + patches.kernel.org/6.8.2-532-ALSA-hda-tas2781-do-not-reset-cur_-values-in-ru.patch + patches.kernel.org/6.8.2-533-ALSA-hda-tas2781-do-not-call-pm_runtime_force_-.patch + patches.kernel.org/6.8.2-534-ALSA-hda-tas2781-restore-power-state-after-syst.patch + patches.kernel.org/6.8.2-535-ALSA-scarlett2-Fix-Scarlett-4th-Gen-4i4-low-vol.patch + patches.kernel.org/6.8.2-536-ALSA-scarlett2-Fix-Scarlett-4th-Gen-autogain-st.patch + patches.kernel.org/6.8.2-537-ALSA-scarlett2-Fix-Scarlett-4th-Gen-input-gain-.patch + patches.kernel.org/6.8.2-538-ALSA-scarlett2-Fix-Scarlett-4th-Gen-input-gain-.patch + patches.kernel.org/6.8.2-539-mips-cm-Convert-__mips_cm_l2sync_phys_base-to-w.patch + patches.kernel.org/6.8.2-540-platform-x86-intel-pmc-lnl-Remove-SSRAM-support.patch + patches.kernel.org/6.8.2-541-platform-x86-intel-pmc-arl-Put-GNA-device-in-D3.patch + patches.kernel.org/6.8.2-542-platform-x86-amd-pmf-Do-not-use-readl-for-polic.patch + patches.kernel.org/6.8.2-543-ALSA-usb-audio-Stop-parsing-channels-bits-when-.patch + patches.kernel.org/6.8.2-544-phy-qcom-qmp-usb-split-USB-C-PHY-driver.patch + patches.kernel.org/6.8.2-545-phy-qcom-qmp-usbc-add-support-for-the-Type-C-ha.patch + patches.kernel.org/6.8.2-546-phy-qcom-qmp-usbc-handle-CLAMP-register-in-a-co.patch + patches.kernel.org/6.8.2-547-scsi-hisi_sas-Fix-a-deadlock-issue-related-to-a.patch + patches.kernel.org/6.8.2-548-RDMA-irdma-Remove-duplicate-assignment.patch + patches.kernel.org/6.8.2-549-RDMA-srpt-Do-not-register-event-handler-until-s.patch + patches.kernel.org/6.8.2-550-f2fs-compress-fix-to-guarantee-persisting-compr.patch + patches.kernel.org/6.8.2-551-f2fs-compress-fix-to-cover-normal-cluster-write.patch + patches.kernel.org/6.8.2-552-f2fs-compress-fix-to-check-unreleased-compresse.patch + patches.kernel.org/6.8.2-553-f2fs-compress-fix-to-avoid-inconsistence-bewtee.patch + patches.kernel.org/6.8.2-554-f2fs-fix-to-remove-unnecessary-f2fs_bug_on-to-a.patch + patches.kernel.org/6.8.2-555-f2fs-zone-fix-to-wait-completion-of-last-bio-in.patch + patches.kernel.org/6.8.2-556-f2fs-fix-NULL-pointer-dereference-in-f2fs_submi.patch + patches.kernel.org/6.8.2-557-f2fs-compress-fix-to-cover-f2fs_disable_compres.patch + patches.kernel.org/6.8.2-558-f2fs-fix-to-avoid-potential-panic-during-recove.patch + patches.kernel.org/6.8.2-559-scsi-csiostor-Avoid-function-pointer-casts.patch + patches.kernel.org/6.8.2-560-i3c-dw-Disable-IBI-IRQ-depends-on-hot-join-and-.patch + patches.kernel.org/6.8.2-561-RDMA-hns-Fix-mis-modifying-default-congestion-c.patch + patches.kernel.org/6.8.2-562-RDMA-device-Fix-a-race-between-mad_client-and-c.patch + patches.kernel.org/6.8.2-563-RDMA-rtrs-clt-Check-strnlen-return-len-in-sysfs.patch + patches.kernel.org/6.8.2-564-scsi-bfa-Fix-function-pointer-type-mismatch-for.patch + patches.kernel.org/6.8.2-565-f2fs-fix-to-create-selinux-label-during-whiteou.patch + patches.kernel.org/6.8.2-566-f2fs-compress-fix-to-check-zstd-compress-level-.patch + patches.kernel.org/6.8.2-567-net-sunrpc-Fix-an-off-by-one-in-rpc_sockaddr2ua.patch + patches.kernel.org/6.8.2-568-NFSv4.2-fix-nfs4_listxattr-kernel-BUG-at-mm-use.patch + patches.kernel.org/6.8.2-569-NFSv4.2-fix-listxattr-maximum-XDR-buffer-size.patch + patches.kernel.org/6.8.2-570-f2fs-compress-fix-to-check-compress-flag-w-.i_s.patch + patches.kernel.org/6.8.2-571-f2fs-check-number-of-blocks-in-a-current-sectio.patch + patches.kernel.org/6.8.2-572-watchdog-starfive-Check-pm_runtime_enabled-befo.patch + patches.kernel.org/6.8.2-573-watchdog-stm32_iwdg-initialize-default-timeout.patch + patches.kernel.org/6.8.2-574-f2fs-fix-to-use-correct-segment-type-in-f2fs_al.patch + patches.kernel.org/6.8.2-575-f2fs-ro-compress-fix-to-avoid-caching-unaligned.patch + patches.kernel.org/6.8.2-576-RDMA-mana_ib-Fix-bug-in-creation-of-dma-regions.patch + patches.kernel.org/6.8.2-577-RDMA-mana_ib-Introduce-mdev_to_gc-helper-functi.patch + patches.kernel.org/6.8.2-578-RDMA-mana_ib-Introduce-mana_ib_get_netdev-helpe.patch + patches.kernel.org/6.8.2-579-RDMA-mana_ib-Introduce-mana_ib_install_cq_cb-he.patch + patches.kernel.org/6.8.2-580-RDMA-mana_ib-Use-virtual-address-in-dma-regions.patch + patches.kernel.org/6.8.2-581-Input-iqs7222-add-support-for-IQS7222D-v1.1-and.patch + patches.kernel.org/6.8.2-582-NFS-Fix-nfs_netfs_issue_read-xarray-locking-for.patch + patches.kernel.org/6.8.2-583-NFS-Fix-an-off-by-one-in-root_nfs_cat.patch + patches.kernel.org/6.8.2-584-NFSv4.1-pnfs-fix-NFS-with-TLS-in-pnfs.patch + patches.kernel.org/6.8.2-585-ACPI-HMAT-Remove-register-of-memory-node-for-ge.patch + patches.kernel.org/6.8.2-586-f2fs-compress-relocate-some-judgments-in-f2fs_r.patch + patches.kernel.org/6.8.2-587-f2fs-compress-fix-reserve_cblocks-counting-erro.patch + patches.kernel.org/6.8.2-588-f2fs-fix-to-truncate-meta-inode-pages-forcely.patch + patches.kernel.org/6.8.2-589-f2fs-zone-fix-to-remove-pow2-check-condition-fo.patch + patches.kernel.org/6.8.2-590-cxl-Fix-the-incorrect-assignment-of-SSLBIS-entr.patch + patches.kernel.org/6.8.2-591-perf-x86-amd-core-Avoid-register-reset-when-CPU.patch + patches.kernel.org/6.8.2-592-afs-Revert-afs-Hide-silly-rename-files-from-use.patch + patches.kernel.org/6.8.2-593-afs-Don-t-cache-preferred-address.patch + patches.kernel.org/6.8.2-594-afs-Fix-occasional-rmdir-then-VNOVNODE-with-gen.patch + patches.kernel.org/6.8.2-595-f2fs-fix-to-avoid-use-after-free-issue-in-f2fs_.patch + patches.kernel.org/6.8.2-596-nfs-fix-panic-when-nfs4_ff_layout_prepare_ds-fa.patch + patches.kernel.org/6.8.2-597-ovl-relax-WARN_ON-in-ovl_verify_area.patch + patches.kernel.org/6.8.2-598-io_uring-net-correct-the-type-of-variable.patch + patches.kernel.org/6.8.2-599-remoteproc-stm32-Fix-incorrect-type-in-assignme.patch + patches.kernel.org/6.8.2-600-remoteproc-stm32-Fix-incorrect-type-assignment-.patch + patches.kernel.org/6.8.2-601-iio-pressure-mprls0025pa-fix-off-by-one-enum.patch + patches.kernel.org/6.8.2-602-usb-phy-generic-Get-the-vbus-supply.patch + patches.kernel.org/6.8.2-603-tty-vt-fix-20-vs-0x20-typo-in-EScsiignore.patch + patches.kernel.org/6.8.2-604-serial-max310x-fix-syntax-error-in-IRQ-error-me.patch + patches.kernel.org/6.8.2-605-tty-serial-samsung-fix-tx_empty-to-return-TIOCS.patch + patches.kernel.org/6.8.2-606-arm64-dts-broadcom-bcmbca-bcm4908-drop-invalid-.patch + patches.kernel.org/6.8.2-607-coresight-Fix-issue-where-a-source-device-s-hel.patch + patches.kernel.org/6.8.2-608-coresight-etm4x-Set-skip_power_up-in-etm4_init_.patch + patches.kernel.org/6.8.2-609-xhci-Add-interrupt-pending-autoclear-flag-to-ea.patch + patches.kernel.org/6.8.2-610-xhci-make-isoc_bei_interval-variable-interrupte.patch + patches.kernel.org/6.8.2-611-xhci-remove-unnecessary-event_ring_deq-paramete.patch + patches.kernel.org/6.8.2-612-xhci-update-event-ring-dequeue-pointer-position.patch + patches.kernel.org/6.8.2-613-coccinelle-device_attr_show-Remove-useless-expr.patch + patches.kernel.org/6.8.2-614-kconfig-fix-infinite-loop-when-expanding-a-macr.patch + patches.kernel.org/6.8.2-615-iio-gts-helper-Fix-division-loop.patch + patches.kernel.org/6.8.2-616-bus-mhi-ep-check-the-correct-variable-in-mhi_ep.patch + patches.kernel.org/6.8.2-617-hwtracing-hisi_ptt-Move-type-check-to-the-begin.patch + patches.kernel.org/6.8.2-618-rtc-mt6397-select-IRQ_DOMAIN-instead-of-dependi.patch + patches.kernel.org/6.8.2-619-rtc-max31335-fix-interrupt-status-reg.patch + patches.kernel.org/6.8.2-620-serial-8250_exar-Don-t-remove-GPIO-device-on-su.patch + patches.kernel.org/6.8.2-621-staging-greybus-fix-get_channel_from_mode-failu.patch + patches.kernel.org/6.8.2-622-mei-vsc-Call-wake_up-in-the-threaded-IRQ-handle.patch + patches.kernel.org/6.8.2-623-mei-vsc-Don-t-use-sleeping-condition-in-wait_ev.patch + patches.kernel.org/6.8.2-624-usb-gadget-net2272-Use-irqflags-in-the-call-to-.patch + patches.kernel.org/6.8.2-625-char-xilinx_hwicap-Fix-NULL-vs-IS_ERR-bug.patch + patches.kernel.org/6.8.2-626-x86-hyperv-Use-per-cpu-initial-stack-for-vtl-co.patch + patches.kernel.org/6.8.2-627-ASoC-tlv320adc3xxx-Don-t-strip-remove-function-.patch + patches.kernel.org/6.8.2-628-thermal-drivers-mediatek-lvts_thermal-Fix-a-mem.patch + patches.kernel.org/6.8.2-629-thermal-drivers-qoriq-Fix-getting-tmu-range.patch + patches.kernel.org/6.8.2-630-io_uring-don-t-save-restore-iowait-state.patch + patches.kernel.org/6.8.2-631-spi-lpspi-Avoid-potential-use-after-free-in-pro.patch + patches.kernel.org/6.8.2-632-spi-Restore-delays-for-non-GPIO-chip-select.patch + patches.kernel.org/6.8.2-633-ASoC-rockchip-i2s-tdm-Fix-inaccurate-sampling-r.patch + patches.kernel.org/6.8.2-634-nouveau-reset-the-bo-resource-bus-info-after-an.patch + patches.kernel.org/6.8.2-635-tcp-Fix-NEW_SYN_RECV-handling-in-inet_twsk_purg.patch + patches.kernel.org/6.8.2-636-rds-tcp-Fix-use-after-free-of-net-in-reqsk_time.patch + patches.kernel.org/6.8.2-637-octeontx2-af-Use-matching-wake_up-API-variant-i.patch + patches.kernel.org/6.8.2-638-s390-vtime-fix-average-steal-time-calculation.patch + patches.kernel.org/6.8.2-639-net-sched-taprio-proper-TCA_TAPRIO_TC_ENTRY_IND.patch + patches.kernel.org/6.8.2-640-devlink-Fix-devlink-parallel-commands-processin.patch + patches.kernel.org/6.8.2-641-riscv-Only-check-online-cpus-for-emulated-acces.patch + patches.kernel.org/6.8.2-642-soc-fsl-dpio-fix-kcalloc-argument-order.patch + patches.kernel.org/6.8.2-643-cpufreq-Fix-per-policy-boost-behavior-on-SoCs-u.patch + patches.kernel.org/6.8.2-644-io_uring-Fix-release-of-pinned-pages-when-__io_.patch + patches.kernel.org/6.8.2-645-tcp-Fix-refcnt-handling-in-__inet_hash_connect.patch + patches.kernel.org/6.8.2-646-vmxnet3-Fix-missing-reserved-tailroom.patch + patches.kernel.org/6.8.2-647-hsr-Fix-uninit-value-access-in-hsr_get_node.patch + patches.kernel.org/6.8.2-648-net-txgbe-fix-clk_name-exceed-MAX_DEV_ID-limits.patch + patches.kernel.org/6.8.2-649-spi-spi-mem-add-statistics-support-to-exec_op-c.patch + patches.kernel.org/6.8.2-650-spi-Fix-error-code-checking-in-spi_mem_exec_op.patch + patches.kernel.org/6.8.2-651-nvme-fix-reconnection-fail-due-to-reserved-tag-.patch + patches.kernel.org/6.8.2-652-drm-xe-Invalidate-userptr-VMA-on-page-pin-fault.patch + patches.kernel.org/6.8.2-653-drm-xe-Skip-VMAs-pin-when-requesting-signal-to-.patch + patches.kernel.org/6.8.2-654-net-mediatek-mtk_eth_soc-clear-MAC_MCR_FORCE_LI.patch + patches.kernel.org/6.8.2-655-net-ethernet-mtk_eth_soc-fix-PPE-hanging-issue.patch + patches.kernel.org/6.8.2-656-io_uring-fix-poll_remove-stalled-req-completion.patch + patches.kernel.org/6.8.2-657-ASoC-SOF-amd-Move-signed_fw_image-to-struct-acp.patch + patches.kernel.org/6.8.2-658-ASoC-SOF-amd-Skip-IRAM-DRAM-size-modification-f.patch + patches.kernel.org/6.8.2-659-riscv-Fix-compilation-error-with-FAST_GUP-and-r.patch + patches.kernel.org/6.8.2-660-xen-evtchn-avoid-WARN-when-unbinding-an-event-c.patch + patches.kernel.org/6.8.2-661-xen-events-increment-refcnt-only-if-event-chann.patch + patches.kernel.org/6.8.2-662-packet-annotate-data-races-around-ignore_outgoi.patch + patches.kernel.org/6.8.2-663-xfrm-Allow-UDP-encapsulation-only-in-offload-mo.patch + patches.kernel.org/6.8.2-664-net-veth-do-not-manipulate-GRO-when-using-XDP.patch + patches.kernel.org/6.8.2-665-net-dsa-mt7530-prevent-possible-incorrect-XTAL-.patch + patches.kernel.org/6.8.2-666-spi-spi-imx-fix-off-by-one-in-mx51-CPU-mode-bur.patch + patches.kernel.org/6.8.2-667-drm-Fix-drm_fixp2int_round-making-it-add-0.5.patch + patches.kernel.org/6.8.2-668-virtio-uapi-Drop-__packed-attribute-in-linux-vi.patch + patches.kernel.org/6.8.2-669-vdpa_sim-reset-must-not-run.patch + patches.kernel.org/6.8.2-670-vdpa-mlx5-Allow-CVQ-size-changes.patch + patches.kernel.org/6.8.2-671-virtio-packed-fix-unmap-leak-for-indirect-desc-.patch + patches.kernel.org/6.8.2-672-net-move-dev-state-into-net_device_read_txrx-gr.patch + patches.kernel.org/6.8.2-673-wireguard-receive-annotate-data-race-around-rec.patch + patches.kernel.org/6.8.2-674-rds-introduce-acquire-release-ordering-in-acqui.patch + patches.kernel.org/6.8.2-675-hsr-Handle-failures-in-module-init.patch + patches.kernel.org/6.8.2-676-ipv4-raw-Fix-sending-packets-from-raw-sockets-v.patch + patches.kernel.org/6.8.2-677-nouveau-gsp-don-t-check-devinit-disable-on-GSP.patch + patches.kernel.org/6.8.2-678-ceph-stop-copying-to-iter-at-EOF-on-sync-reads.patch + patches.kernel.org/6.8.2-679-net-phy-fix-phy_read_poll_timeout-argument-type.patch + patches.kernel.org/6.8.2-680-dm-integrity-fix-a-memory-leak-when-rechecking-.patch + patches.kernel.org/6.8.2-681-net-bnx2x-Prevent-access-to-a-freed-page-in-pag.patch + patches.kernel.org/6.8.2-682-devlink-fix-port-new-reply-cmd-type.patch + patches.kernel.org/6.8.2-683-octeontx2-Detect-the-mbox-up-or-down-message-vi.patch + patches.kernel.org/6.8.2-684-octeontx2-pf-Wait-till-detach_resources-msg-is-.patch + patches.kernel.org/6.8.2-685-octeontx2-pf-Use-default-max_active-works-inste.patch + patches.kernel.org/6.8.2-686-octeontx2-pf-Send-UP-messages-to-VF-only-when-V.patch + patches.kernel.org/6.8.2-687-octeontx2-af-Use-separate-handlers-for-interrup.patch + patches.kernel.org/6.8.2-688-drm-amdgpu-add-MMHUB-3.3.1-support.patch + patches.kernel.org/6.8.2-689-drm-amdgpu-fix-mmhub-client-id-out-of-bounds-ac.patch + patches.kernel.org/6.8.2-690-drm-amdgpu-drop-setting-buffer-funcs-in-sdma442.patch + patches.kernel.org/6.8.2-691-netfilter-nft_set_pipapo-release-elements-in-cl.patch + patches.kernel.org/6.8.2-692-netfilter-nf_tables-do-not-compare-internal-tab.patch + patches.kernel.org/6.8.2-693-rcu-add-a-helper-to-report-consolidated-flavor-.patch + patches.kernel.org/6.8.2-694-net-report-RCU-QS-on-threaded-NAPI-repolling.patch + patches.kernel.org/6.8.2-695-bpf-report-RCU-QS-in-cpumap-kthread.patch + patches.kernel.org/6.8.2-696-net-dsa-mt7530-fix-link-local-frames-that-ingre.patch + patches.kernel.org/6.8.2-697-net-dsa-mt7530-fix-handling-of-all-link-local-f.patch + patches.kernel.org/6.8.2-698-netfilter-nf_tables-Fix-a-memory-leak-in-nf_tab.patch + patches.kernel.org/6.8.2-699-spi-spi-mt65xx-Fix-NULL-pointer-access-in-inter.patch + patches.kernel.org/6.8.2-700-selftests-forwarding-Fix-ping-failure-due-to-sh.patch + patches.kernel.org/6.8.2-701-dm-io-Support-IO-priority.patch + patches.kernel.org/6.8.2-702-dm-integrity-align-the-outgoing-bio-in-integrit.patch + patches.kernel.org/6.8.2-703-x86-efistub-Clear-decompressor-BSS-in-native-EF.patch + patches.kernel.org/6.8.2-704-x86-efistub-Don-t-clear-BSS-twice-in-mixed-mode.patch + patches.kernel.org/6.8.2-705-printk-Adjust-mapping-for-32bit-seq-macros.patch + patches.kernel.org/6.8.2-706-printk-Use-prb_first_seq-as-base-for-32bit-seq-.patch + patches.kernel.org/6.8.2-707-Linux-6.8.2.patch ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -41,7 +748,6 @@ patches.rpmify/Add-ksym-provides-tool.patch patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.patch - patches.suse/aoe-fix-the-potential-use-after-free-problem-in-aoec.patch patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch ######################################################## @@ -61,14 +767,12 @@ # sorted patches ######################################################## patches.suse/md-raid5-fix-atomicity-violation-in-raid5_cache_coun-dfd2.patch - patches.suse/btrfs-fix-race-when-detecting-delalloc-ranges-during.patch patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch patches.suse/r8169-add-support-for-RTL8126A.patch patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch - patches.suse/wifi-ath10k-fix-NULL-pointer-dereference-in-ath10k_w.patch patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch patches.suse/wifi-ath11k-rearrange-IRQ-enable-disable-in-reset-pa.patch patches.suse/wifi-ath11k-remove-MHI-LOOPBACK-channels.patch diff --git a/source-timestamp b/source-timestamp index 4c184a7c..64c1d298 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2024-03-26 18:05:35 +0000 -GIT Revision: 4b0ca589d4bf654c3f695093e9b4a68d984b3af4 +2024-03-28 07:04:20 +0000 +GIT Revision: 2daf2c27b057243c3d6917a119278ace03f28e64 GIT Branch: stable