From 5f4076f7d70a449324e80612b579ce51adf603d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 4 Nov 2024 12:53:44 +0100 Subject: [PATCH] Sync from SUSE:ALP:Source:Standard:1.0 kernel-source-rt revision bdf00ee4d3c104213842ef2fba8bc7d4 --- check-for-config-changes | 1 + config.sh | 2 + kernel-rt.changes | 3323 ++++++++++++++++++++++++++++++++++++++ kernel-rt.spec | 6 +- kernel-rt_debug.changes | 3323 ++++++++++++++++++++++++++++++++++++++ kernel-rt_debug.spec | 6 +- kernel-source-rt.changes | 3323 ++++++++++++++++++++++++++++++++++++++ kernel-source-rt.spec | 4 +- kernel-syms-rt.changes | 3323 ++++++++++++++++++++++++++++++++++++++ kernel-syms-rt.spec | 4 +- patches.kabi.tar.bz2 | 4 +- patches.suse.tar.bz2 | 4 +- series.conf | 796 ++++++++- source-timestamp | 6 +- supported.conf | 4 +- 15 files changed, 14096 insertions(+), 33 deletions(-) diff --git a/check-for-config-changes b/check-for-config-changes index a3225a9..db1bfa6 100644 --- a/check-for-config-changes +++ b/check-for-config-changes @@ -5,6 +5,7 @@ # # please keep them sorted alphabetically declare -a IGNORED_CONFIGS_RE=( + 'ARCH_USING_PATCHABLE_FUNCTION_ENTRY' 'AS_HAS_[A-Z0-9_]*' 'AS_VERSION' 'AS_WRUSS' # x86_32 diff --git a/config.sh b/config.sh index b611883..1e13c63 100644 --- a/config.sh +++ b/config.sh @@ -11,6 +11,8 @@ BUILD_DTBS="Yes" MULTIBUILD="Yes" # Use new style livepatch package names LIVEPATCH=livepatch +# Enable livepatching related packages on -rt variant +LIVEPATCH_RT=1 # buildservice projects to build the kernel against OBS_PROJECT=SUSE:ALP:Source:Standard:Core:1.0:Build OBS_PROJECT_ARM=openSUSE:Factory:ARM diff --git a/kernel-rt.changes b/kernel-rt.changes index 89de8a7..431516f 100644 --- a/kernel-rt.changes +++ b/kernel-rt.changes @@ -1,3 +1,1902 @@ +------------------------------------------------------------------- +Tue Oct 15 14:45:11 CEST 2024 - mgorman@suse.de + +- Merge branch 'ALP-current' (0e26fa94003b) into 'ALP-current-RT' +- No -rt specific changes this merge. +- commit b49e7e5 + +------------------------------------------------------------------- +Wed Oct 9 16:07:58 CEST 2024 - nstange@suse.de + +- Enable livepatching related packages on -RT (jsc#PED-1706) +- commit cdfdbf1 + +------------------------------------------------------------------- +Tue Oct 1 11:47:27 CEST 2024 - tiwai@suse.de + +- ACPICA: executer/exsystem: Don't nag user about every Stall() + violating the spec (git-fixes). +- ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCE + (stable-fixes). +- commit f94e799 + +------------------------------------------------------------------- +Tue Oct 1 11:41:13 CEST 2024 - lhenriques@suse.de + +- cachefiles: fix dentry leak in cachefiles_open_file() + (bsc#1231183). +- ceph: remove the incorrect Fw reference check when dirtying + pages (bsc#1231182). +- commit ba82da7 + +------------------------------------------------------------------- +Tue Oct 1 08:04:40 CEST 2024 - tiwai@suse.de + +- can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into + mcp251xfd_chip_start/stop() (stable-fixes). +- Refresh + patches.suse/can-mcp251xfd-clarify-the-meaning-of-timestamp.patch. +- commit 6779985 + +------------------------------------------------------------------- +Tue Oct 1 08:01:28 CEST 2024 - tiwai@suse.de + +- USB: serial: pl2303: add device id for Macrosilicon MS3020 + (stable-fixes). +- powercap/intel_rapl: Add support for AMD family 1Ah + (stable-fixes). +- ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK) + (stable-fixes). +- ASoC: tda7419: fix module autoloading (stable-fixes). +- ASoC: intel: fix module autoloading (stable-fixes). +- ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI + match less strict (stable-fixes). +- ALSA: hda: add HDMI codec ID for Intel PTL (stable-fixes). +- drm: komeda: Fix an issue related to normalized zpos + (stable-fixes). +- can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing + configuration (stable-fixes). +- spi: spidev: Add missing spi_device_id for jg10309-01 + (git-fixes). +- spi: bcm63xx: Enable module autoloading (stable-fixes). +- spi: spidev: Add an entry for elgin,jg10309-01 (stable-fixes). +- hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING + (stable-fixes). +- wifi: iwlwifi: clear trans->state earlier upon error + (stable-fixes). +- wifi: mac80211: free skb on error path in + ieee80211_beacon_get_ap() (stable-fixes). +- wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead + (stable-fixes). +- wifi: iwlwifi: mvm: pause TCM when the firmware is stopped + (stable-fixes). +- wifi: iwlwifi: mvm: fix iwl_mvm_max_scan_ie_fw_cmd_room() + (stable-fixes). +- wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculation + (stable-fixes). +- wifi: iwlwifi: lower message level for FW buffer destination + (stable-fixes). +- platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F + DMI match less strict (stable-fixes). +- pinctrl: at91: make it work with current gpiolib (stable-fixes). +- can: mcp251xfd: properly indent labels (stable-fixes). +- commit a530f31 + +------------------------------------------------------------------- +Mon Sep 30 16:28:50 CEST 2024 - pmladek@suse.com + +- kthread: Fix task state in kthread worker if being frozen + (bsc#1231146). +- commit fe88a62 + +------------------------------------------------------------------- +Mon Sep 30 16:06:33 CEST 2024 - tiwai@suse.de + +- supported.conf: mark adiantum and xctr crypto modules as supported (bsc#1231035) +- commit 59d03d7 + +------------------------------------------------------------------- +Mon Sep 30 14:40:45 CEST 2024 - petr.pavlu@suse.com + +- Refresh + patches.suse/bpf-kprobe-remove-unused-declaring-of-bpf_kprobe_override.patch. +- commit 5a0b269 + +------------------------------------------------------------------- +Mon Sep 30 14:40:05 CEST 2024 - petr.pavlu@suse.com + +- bpf: Fix use-after-free in bpf_uprobe_multi_link_attach() + (git-fixes). +- commit 1884922 + +------------------------------------------------------------------- +Mon Sep 30 14:27:43 CEST 2024 - petr.pavlu@suse.com + +- tracing: Avoid possible softlockup in tracing_iter_reset() + (git-fixes). +- commit d5df75c + +------------------------------------------------------------------- +Mon Sep 30 14:26:41 CEST 2024 - petr.pavlu@suse.com + +- tracing: Fix overflow in get_free_elt() (git-fixes + CVE-2024-43890 bsc#1229764). +- commit ceb524e + +------------------------------------------------------------------- +Mon Sep 30 13:56:20 CEST 2024 - iivanov@suse.de + +- arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry (bsc#1231120 CVE-2024-46822) +- commit cc6d7b5 + +------------------------------------------------------------------- +Mon Sep 30 13:31:57 CEST 2024 - tiwai@suse.de + +- mailbox: bcm2835: Fix timeout during suspend mode (git-fixes). +- mailbox: rockchip: fix a typo in module autoloading (git-fixes). +- i2c: designware: fix controller is holding SCL low while ENABLE + bit is disabled (git-fixes). +- drm/amd/display: handle nulled pipe context in DCE110's + set_drr() (git-fixes). +- drm/amdgpu: Fix get each xcp macro (git-fixes). +- tomoyo: fallback to realpath if symlink's pathname does not + exist (git-fixes). +- cxl/pci: Fix to record only non-zero ranges (git-fixes). +- ata: libata-scsi: Fix ata_msense_control() CDL page reporting + (git-fixes). +- firmware_loader: Block path traversal (git-fixes). +- driver core: Fix a potential null-ptr-deref in + module_add_driver() (git-fixes). +- driver core: Fix error handling in driver API device_rename() + (git-fixes). +- ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate() + (git-fixes). +- iio: magnetometer: ak8975: Fix reading for ak099xx sensors + (git-fixes). +- iio: chemical: bme680: Fix read/write ops to device by adding + mutexes (git-fixes). +- ABI: testing: fix admv8818 attr description (git-fixes). +- iio: adc: ad7606: fix standby gpio state to match the + documentation (git-fixes). +- iio: adc: ad7606: fix oversampling gpio array (git-fixes). +- tty: rp2: Fix reset with non forgiving PCIe host bridges + (git-fixes). +- USB: class: CDC-ACM: fix race between get_serial and set_serial + (git-fixes). +- usb: dwc2: drd: fix clock gating on USB role switch (git-fixes). +- usb: cdnsp: Fix incorrect usb_request status (git-fixes). +- USB: usbtmc: prevent kernel-usb-infoleak (git-fixes). +- USB: serial: kobil_sct: restore initial terminal settings + (git-fixes). +- xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and + freeing them (git-fixes). +- usb: dwc2: Skip clock gating on Broadcom SoCs (git-fixes). +- spi: atmel-quadspi: Avoid overwriting delay register settings + (git-fixes). +- spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time + (git-fixes). +- spi: atmel-quadspi: Undo runtime PM changes at driver exit time + (git-fixes). +- rtc: at91sam9: fix OF node leak in probe() error path + (git-fixes). +- i3c: master: svc: Fix use after free vulnerability in + svc_i3c_master Driver Due to Race Condition (git-fixes). +- remoteproc: k3-r5: Fix error handling when power-up failed + (git-fixes). +- remoteproc: imx_rproc: Initialize workqueue earlier (git-fixes). +- remoteproc: imx_rproc: Correct ddr alias for i.MX8M (git-fixes). +- KEYS: prevent NULL pointer dereference in find_asymmetric_key() + (git-fixes). +- media: i2c: ar0521: Use cansleep version of gpiod_set_value() + (git-fixes). +- media: ov5675: Fix power on/off delay timings (git-fixes). +- media: sun4i_csi: Implement link validate for sun4i_csi subdev + (git-fixes). +- media: platform: rzg2l-cru: rzg2l-csi2: Add missing + MODULE_DEVICE_TABLE (git-fixes). +- media: venus: fix use after free bug in venus_remove due to + race condition (git-fixes). +- media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flags + (git-fixes). +- clk: ti: dra7-atl: Fix leak of of_nodes (git-fixes). +- watchdog: imx_sc_wdt: Don't disable WDT in suspend (git-fixes). +- pinctrl: single: fix missing error code in pcs_probe() + (git-fixes). +- xz: cleanup CRC32 edits from 2018 (git-fixes). +- ata: pata_macio: Use WARN instead of BUG (stable-fixes). +- commit c5ab3ca + +------------------------------------------------------------------- +Mon Sep 30 12:23:16 CEST 2024 - tiwai@suse.de + +- Drop mm patches that caused regressions (bsc#1230413) + Those should have been already dropped via SLE15-SP6 merge, but slipped + due to incorrect merge conflict resolutions +- commit 09dbc92 + +------------------------------------------------------------------- +Mon Sep 30 12:09:15 CEST 2024 - tiwai@suse.de + +- Move upstreamed SCSI patches into sorted section +- commit aba5747 + +------------------------------------------------------------------- +Mon Sep 30 11:44:57 CEST 2024 - hare@suse.de + +- kcm: Serialise kcm_sendmsg() for the same socket (CVE-2024-44946 + bsc#1230015). +- commit 4310760 + +------------------------------------------------------------------- +Mon Sep 30 11:21:07 CEST 2024 - hare@suse.de + +- nvme-multipath: avoid hang on inaccessible namespaces + (bsc#1228244). +- kcm: Serialise kcm_sendmsg() for the same socket + (CVE-2024-44946,bsc#1230015). +- commit a84ca87 + +------------------------------------------------------------------- +Mon Sep 30 11:13:21 CEST 2024 - hare@suse.de + +- nvme-multipath: system fails to create generic nvme device + (bsc#1228244). +- commit 4fc57d2 + +------------------------------------------------------------------- +Mon Sep 30 11:01:42 CEST 2024 - ailiop@suse.com + +- erofs: fix incorrect symlink detection in fast symlink + (git-fixes). +- commit 2e1ae75 + +------------------------------------------------------------------- +Mon Sep 30 10:57:24 CEST 2024 - ailiop@suse.com + +- afs: Don't cross .backup mountpoint from backup volume + (git-fixes). +- commit f35dae1 + +------------------------------------------------------------------- +Mon Sep 30 10:56:42 CEST 2024 - ailiop@suse.com + +- afs: Revert "afs: Hide silly-rename files from userspace" + (git-fixes). +- commit 11353bb + +------------------------------------------------------------------- +Fri Sep 27 23:25:35 CEST 2024 - mwilck@suse.com + +- scsi: sd: Fix off-by-one error in + sd_read_block_characteristics() (bsc#1223848). +- commit 621f2fb + +------------------------------------------------------------------- +Fri Sep 27 23:22:08 CEST 2024 - mwilck@suse.com + +- scsi: ibmvfc: Add max_sectors module parameter (bsc#1216223). +- commit af0ff0f + +------------------------------------------------------------------- +Fri Sep 27 18:21:58 CEST 2024 - dsterba@suse.com + +- drm/amd/display: Check denominator crb_pipes before used (CVE-2024-46772 bsc#1230772) +- commit 322be4a + +------------------------------------------------------------------- +Fri Sep 27 17:47:54 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-46727 bsc#1230707: not applicable + No OTG code and all return values from + resource_get_otg_master_for_stream() are checked before use. +- commit f44b1e7 + +------------------------------------------------------------------- +Fri Sep 27 15:39:02 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: allwinner: h616: Add r_i2c pinctrl nodes + (git-fixes). +- commit 642d7e6 + +------------------------------------------------------------------- +Fri Sep 27 15:20:34 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: imx8-ss-dma: Fix adc0 closing brace location + (git-fixes). +- commit 970cc49 + +------------------------------------------------------------------- +Fri Sep 27 15:09:05 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: Correct vendor prefix for Hardkernel + ODROID-M1 (git-fixes). +- commit 87f0ae6 + +------------------------------------------------------------------- +Fri Sep 27 15:02:44 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: Raise Pinebook Pro's panel backlight + PWM frequency (git-fixes). +- commit 1582b94 + +------------------------------------------------------------------- +Fri Sep 27 14:16:53 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: Correct the Pinebook Pro battery design + capacity (git-fixes). +- commit 3b2ebbf + +------------------------------------------------------------------- +Fri Sep 27 14:10:38 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount + to 4GB (git-fixes). +- commit 1059c29 + +------------------------------------------------------------------- +Fri Sep 27 14:02:35 CEST 2024 - andrea.porta@suse.com + +- arm64: signal: Fix some under-bracketed UAPI macros (git-fixes). +- commit 9704ff3 + +------------------------------------------------------------------- +Fri Sep 27 11:46:07 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO + hog on RK3399 Puma (git-fixes). +- commit 6052a8c + +------------------------------------------------------------------- +Fri Sep 27 11:24:18 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: fix eMMC/SPI corruption when audio has + been used on RK3399 Puma (git-fixes). +- commit 8b3743b + +------------------------------------------------------------------- +Fri Sep 27 10:44:01 CEST 2024 - msuchanek@suse.de + +- Update + patches.suse/powerpc-pseries-make-max-polling-consistent-for-long.patch + (bsc#1215199 jsc#PED-10954). +- Update + patches.suse/security-integrity-fix-pointer-to-ESL-data-and-.patch + (bsc#1012628 jsc#PED-5085 jsc#PED-10954). +- commit ec9be2c + +------------------------------------------------------------------- +Fri Sep 27 10:29:59 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for + ROCK Pi E (git-fixes). +- commit 7527015 + +------------------------------------------------------------------- +Fri Sep 27 09:53:04 CEST 2024 - andrea.porta@suse.com + +- arm64: acpi: Move get_cpu_for_acpi_id() to a header (git-fixes). +- commit 42389f0 + +------------------------------------------------------------------- +Fri Sep 27 09:15:10 CEST 2024 - iivanov@suse.de + +- ipmi:ssif: Improve detecting during probing (bsc#1228771) + Move patch into the sorted section. +- commit 77cf6fc + +------------------------------------------------------------------- +Fri Sep 27 08:24:05 CEST 2024 - jslaby@suse.cz + +- Update patches.suse/ALSA-line6-Fix-racy-access-to-midibuf.patch + (stable-fixes CVE-2024-44954 bsc#1230176). +- Update + patches.suse/ASoC-dapm-Fix-UAF-for-snd_soc_pcm_runtime-object.patch + (git-fixes CVE-2024-46798 bsc#1230830). +- Update + patches.suse/Bluetooth-btnxpuart-Fix-Null-pointer-dereference-in-.patch + (stable-fixes CVE-2024-46749 bsc#1230780). +- Update + patches.suse/Bluetooth-btnxpuart-Shutdown-timer-and-prevent-rearm.patch + (stable-fixes CVE-2024-44962 bsc#1230213). +- Update + patches.suse/HID-amd_sfh-free-driver_data-after-destroying-hid-de.patch + (stable-fixes CVE-2024-46746 bsc#1230751). +- Update + patches.suse/HID-cougar-fix-slab-out-of-bounds-Read-in-cougar_rep.patch + (stable-fixes CVE-2024-46747 bsc#1230752). +- Update patches.suse/Input-MT-limit-max-slots.patch (stable-fixes + CVE-2024-45008 bsc#1230248). +- Update + patches.suse/Input-uinput-reject-requests-with-unreasonable-numbe.patch + (stable-fixes CVE-2024-46745 bsc#1230748). +- Update + patches.suse/KVM-arm64-Make-ICC_-SGI-_EL1-undef-in-the-absence-of.patch + (git-fixes CVE-2024-46707 bsc#1230582). +- Update + patches.suse/KVM-s390-fix-validity-interception-issue-when-gisa-is-switched-off.patch + (git-fixes bsc#1229167 CVE-2024-45005 bsc#1230173). +- Update + patches.suse/PCI-Add-missing-bridge-lock-to-pci_bus_lock.patch + (stable-fixes CVE-2024-46750 bsc#1230783). +- Update + patches.suse/Squashfs-sanity-check-symbolic-link-size.patch + (git-fixes CVE-2024-46744 bsc#1230747). +- Update + patches.suse/VMCI-Fix-use-after-free-when-removing-resource-in-vm.patch + (git-fixes CVE-2024-46738 bsc#1230731). +- Update + patches.suse/bpf-Fix-a-kernel-verifier-crash-in-stacksafe.patch + (bsc#1225903 CVE-2024-45020 bsc#1230433). +- Update + patches.suse/btrfs-fix-race-between-direct-IO-write-and-fsync-whe.patch + (git-fixes CVE-2024-46734 bsc#1230726). +- Update + patches.suse/can-bcm-Remove-proc-entry-when-dev-is-unregistered.patch + (git-fixes CVE-2024-46771 bsc#1230766). +- Update + patches.suse/can-mcp251x-fix-deadlock-if-an-interrupt-occurs-duri.patch + (git-fixes CVE-2024-46791 bsc#1230821). +- Update + patches.suse/char-xillybus-Check-USB-endpoints-when-probing-devic.patch + (git-fixes CVE-2024-45011 bsc#1230440). +- Update + patches.suse/char-xillybus-Don-t-destroy-workqueue-from-work-item.patch + (stable-fixes CVE-2024-45007 bsc#1230175). +- Update + patches.suse/dmaengine-altera-msgdma-properly-free-descriptor-in-.patch + (stable-fixes CVE-2024-46716 bsc#1230715). +- Update + patches.suse/driver-core-Fix-uevent_show-vs-driver-detach-race.patch + (git-fixes CVE-2024-44952 bsc#1230178). +- Update + patches.suse/driver-iio-add-missing-checks-on-iio_info-s-callback.patch + (stable-fixes CVE-2024-46715 bsc#1230700). +- Update + patches.suse/drm-amd-display-Assign-linear_pitch_alignment-even-f.patch + (stable-fixes CVE-2024-46732 bsc#1230711). +- Update + patches.suse/drm-amd-display-Check-UnboundedRequestEnabled-s-valu.patch + (stable-fixes CVE-2024-46778 bsc#1230776). +- Update + patches.suse/drm-amd-display-Check-denominator-pbn_div-before-use.patch + (stable-fixes CVE-2024-46773 bsc#1230791). +- Update + patches.suse/drm-amd-display-Check-index-for-aux_rd_interval-befo.patch + (stable-fixes CVE-2024-46728 bsc#1230703). +- Update + patches.suse/drm-amd-display-Ensure-array-index-tg_inst-won-t-be-.patch + (stable-fixes CVE-2024-46730 bsc#1230701). +- Update + patches.suse/drm-amd-display-Ensure-index-calculation-will-not-ov.patch + (stable-fixes CVE-2024-46726 bsc#1230706). +- Update + patches.suse/drm-amd-display-Run-DC_LOG_DC-after-checking-link-li.patch + (stable-fixes CVE-2024-46776 bsc#1230775). +- Update + patches.suse/drm-amd-display-Skip-wbscl_set_scaler_filter-if-filt.patch + (stable-fixes CVE-2024-46714 bsc#1230699). +- Update + patches.suse/drm-amd-display-avoid-using-null-object-of-framebuff.patch + (git-fixes CVE-2024-46694 bsc#1230511). +- Update + patches.suse/drm-amd-pm-fix-the-Out-of-bounds-read-warning.patch + (stable-fixes CVE-2024-46731 bsc#1230709). +- Update + patches.suse/drm-amdgpu-Fix-out-of-bounds-read-of-df_v1_7_channel.patch + (stable-fixes CVE-2024-46724 bsc#1230725). +- Update + patches.suse/drm-amdgpu-Fix-out-of-bounds-write-warning.patch + (stable-fixes CVE-2024-46725 bsc#1230705). +- Update + patches.suse/drm-amdgpu-Forward-soft-recovery-errors-to-userspace.patch + (stable-fixes CVE-2024-44961 bsc#1230207). +- Update patches.suse/drm-amdgpu-Validate-TA-binary-size.patch + (stable-fixes CVE-2024-44977 bsc#1230217). +- Update + patches.suse/drm-amdgpu-fix-dereference-after-null-check.patch + (stable-fixes CVE-2024-46720 bsc#1230724). +- Update + patches.suse/drm-amdgpu-fix-mc_data-out-of-bounds-read-warning.patch + (stable-fixes CVE-2024-46722 bsc#1230712). +- Update + patches.suse/drm-amdgpu-fix-ucode-out-of-bounds-read-warning.patch + (stable-fixes CVE-2024-46723 bsc#1230702). +- Update + patches.suse/drm-mgag200-Bind-I2C-lifetime-to-DRM-device.patch + (git-fixes CVE-2024-44967 bsc#1230224). +- Update + patches.suse/drm-msm-dpu-cleanup-FB-if-dpu_format_populate_layout.patch + (git-fixes CVE-2024-44982 bsc#1230204). +- Update + patches.suse/drm-msm-dpu-move-dpu_encoder-s-connector-assignment-.patch + (git-fixes CVE-2024-45015 bsc#1230444). +- Update + patches.suse/drm-vmwgfx-Fix-prime-with-external-buffers.patch + (git-fixes CVE-2024-46709 bsc#1230539). +- Update + patches.suse/fs-netfs-fscache_cookie-add-missing-n_accesses-check.patch + (bsc#1229455 CVE-2024-45000 bsc#1230170). +- Update + patches.suse/fscache-delete-fscache_cookie_lru_timer-when-fscache-.patch + (bsc#1230602 CVE-2024-46786 bsc#1230813). +- Update + patches.suse/fuse-Initialize-beyond-EOF-page-contents-before-setti.patch + (bsc#1229456 CVE-2024-44947). +- Update + patches.suse/hwmon-adc128d818-Fix-underflows-seen-when-writing-li.patch + (stable-fixes CVE-2024-46759 bsc#1230814). +- Update + patches.suse/hwmon-lm95234-Fix-underflows-seen-when-writing-limit.patch + (stable-fixes CVE-2024-46758 bsc#1230812). +- Update + patches.suse/hwmon-nct6775-core-Fix-underflows-seen-when-writing-.patch + (stable-fixes CVE-2024-46757 bsc#1230809). +- Update + patches.suse/hwmon-w83627ehf-Fix-underflows-seen-when-writing-lim.patch + (stable-fixes CVE-2024-46756 bsc#1230806). +- Update + patches.suse/media-dvb-usb-v2-af9035-Fix-null-ptr-deref-in-af9035.patch + (git-fixes CVE-2023-52915 bsc#1230270). +- Update + patches.suse/misc-fastrpc-Fix-double-free-of-buf-in-error-path.patch + (git-fixes CVE-2024-46741 bsc#1230749). +- Update + patches.suse/mmc-mmc_test-Fix-NULL-dereference-on-allocation-fail.patch + (git-fixes CVE-2024-45028 bsc#1230450). +- Update + patches.suse/msft-hv-3046-uio_hv_generic-Fix-kernel-NULL-pointer-dereference-i.patch + (git-fixes CVE-2024-46739 bsc#1230732). +- Update + patches.suse/msft-hv-3048-net-mana-Fix-error-handling-in-mana_create_txq-rxq-s.patch + (git-fixes CVE-2024-46784 bsc#1230771). +- Update + patches.suse/net-ethernet-mtk_wed-fix-use-after-free-panic-in-mtk.patch + (git-fixes CVE-2024-44997 bsc#1230232). +- Update + patches.suse/net-mana-Fix-RX-buf-alloc_size-alignment-and-atomic-.patch + (bsc#1229086 CVE-2024-45001 bsc#1230244). +- Update + patches.suse/net-phy-Fix-missing-of_node_put-for-leds.patch + (git-fixes CVE-2024-46767 bsc#1230787). +- Update + patches.suse/nfc-pn533-Add-poll-mod-list-filling-check.patch + (git-fixes CVE-2024-46676 bsc#1230535). +- Update + patches.suse/nilfs2-fix-missing-cleanup-on-rollforward-recovery-error.patch + (git-fixes CVE-2024-46781 bsc#1230768). +- Update + patches.suse/nilfs2-protect-references-to-superblock-parameters-exposed-in-sysfs.patch + (git-fixes CVE-2024-46780 bsc#1230808). +- Update + patches.suse/nouveau-firmware-use-dma-non-coherent-allocator.patch + (git-fixes CVE-2024-45012 bsc#1230441). +- Update + patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch + (git-fixes CVE-2024-46737 bsc#1230730). +- Update + patches.suse/pci-hotplug-pnv_php-Fix-hotplug-driver-crash-on-Powe.patch + (stable-fixes CVE-2024-46761 bsc#1230761). +- Update patches.suse/perf-Fix-event-leak-upon-exit.patch + (git-fixes CVE-2024-43870 bsc#1229494). +- Update + patches.suse/pinctrl-single-fix-potential-NULL-dereference-in-pcs.patch + (git-fixes CVE-2024-46685 bsc#1230515). +- Update + patches.suse/powerpc-qspinlock-Fix-deadlock-in-MCS-queue.patch + (bac#1230295 ltc#206656 CVE-2024-46797 bsc#1230831). +- Update + patches.suse/powerpc-rtas-Prevent-Spectre-v1-gadget-construction-.patch + (bsc#1227487 CVE-2024-46774 bsc#1230767). +- Update + patches.suse/s390-dasd-fix-error-recovery-leading-to-data-corruption-on-ESE-devices.patch + (git-fixes bsc#1229452 CVE-2024-45026 bsc#1230454). +- Update + patches.suse/s390-sclp-Prevent-release-of-buffer-in-I-O.patch + (git-fixes bsc#1229169 CVE-2024-44969 bsc#1230200). +- Update + patches.suse/soc-qcom-cmd-db-Map-shared-memory-as-WC-not-WB.patch + (git-fixes CVE-2024-46689 bsc#1230524). +- Update + patches.suse/thunderbolt-Mark-XDomain-as-unplugged-when-router-is.patch + (stable-fixes CVE-2024-46702 bsc#1230589). +- Update + patches.suse/tty-serial-fsl_lpuart-mark-last-busy-before-uart_add.patch + (git-fixes CVE-2024-46706 bsc#1230580). +- Update + patches.suse/usb-dwc3-core-Prevent-USB-core-invalid-event-buffer-.patch + (stable-fixes CVE-2024-46675 bsc#1230533). +- Update + patches.suse/usb-dwc3-st-fix-probed-platform-device-ref-count-on-.patch + (git-fixes CVE-2024-46674 bsc#1230507). +- Update + patches.suse/usb-gadget-core-Check-for-unset-descriptor.patch + (git-fixes CVE-2024-44960 bsc#1230191). +- Update + patches.suse/usb-typec-ucsi-Fix-null-pointer-dereference-in-trace.patch + (stable-fixes CVE-2024-46719 bsc#1230722). +- Update + patches.suse/wifi-brcmfmac-cfg80211-Handle-SSID-based-pmksa-delet.patch + (git-fixes CVE-2024-46672 bsc#1230459). +- Update + patches.suse/wifi-mwifiex-Do-not-return-unused-priv-in-mwifiex_ge.patch + (stable-fixes CVE-2024-46755 bsc#1230802). +- Update + patches.suse/wifi-rtw88-usb-schedule-rx-work-after-everything-is-.patch + (stable-fixes CVE-2024-46760 bsc#1230753). +- Update + patches.suse/x86-mm-Fix-pti_clone_pgtable-alignment-assumption.patch + (git-fixes CVE-2024-44965 bsc#1230221). +- Update + patches.suse/x86-mtrr-Check-if-fixed-MTRRs-exist-before-saving-them.patch + (git-fixes CVE-2024-44948 bsc#1230174). +- Update + patches.suse/xhci-Fix-Panther-point-NULL-pointer-deref-at-full-sp.patch + (git-fixes CVE-2024-45006 bsc#1230247). +- commit 6da06c4 + +------------------------------------------------------------------- +Fri Sep 27 02:38:00 CEST 2024 - glass.su@suse.com + +- Update patches.suse/gfs2-Fix-NULL-pointer-dereference-in-gfs2_log_flush.patch (bsc#1230948) +- commit 90a5b1b + +------------------------------------------------------------------- +Thu Sep 26 20:16:48 CEST 2024 - vbabka@suse.cz + +- userfaultfd: fix checks for huge PMDs (CVE-2024-46787 + bsc#1230815). +- commit a236c90 + +------------------------------------------------------------------- +Thu Sep 26 16:38:39 CEST 2024 - lhenriques@suse.de + +- cachefiles: Fix non-taking of sb_writers around set/removexattr + (bsc#1231008). +- commit 1b01b3e + +------------------------------------------------------------------- +Thu Sep 26 11:24:59 CEST 2024 - nmorey@suse.com + +- RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds (git-fixes) +- commit a6683f0 + +------------------------------------------------------------------- +Thu Sep 26 10:41:16 CEST 2024 - jslaby@suse.cz + +- PCI: dwc: Expose dw_pcie_ep_exit() to module (git-fixes). +- Refresh + patches.suse/PCI-dwc-endpoint-Introduce-.pre_init-and-.deinit.patch. +- commit 34c9950 + +------------------------------------------------------------------- +Thu Sep 26 09:35:34 CEST 2024 - jslaby@suse.cz + +- PCI: xilinx-nwl: Clean up clock on probe failure/removal + (git-fixes). +- PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler (git-fixes). +- PCI: qcom-ep: Enable controller resources like PHY only after + refclk is available (git-fixes). +- PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port() + (git-fixes). +- PCI: keystone: Fix if-statement expression in ks_pcie_quirk() + (git-fixes). +- PCI: imx6: Fix missing call to phy_power_off() in error handling + (git-fixes). +- PCI: dra7xx: Fix error handling when IRQ request fails in probe + (git-fixes). +- PCI: dra7xx: Fix threaded IRQ request for "dra7xx-pcie-main" + IRQ (git-fixes). +- PCI: Wait for Link before restoring Downstream Buses + (git-fixes). +- commit 1528eee + +------------------------------------------------------------------- +Wed Sep 25 17:49:15 CEST 2024 - dsterba@suse.com + +- WIP DO NOT PUSH btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk() (CVE-2024-46687 bsc#1230518) +- commit 17b4a47 + +------------------------------------------------------------------- +Wed Sep 25 12:23:08 CEST 2024 - ailiop@suse.com + +- exfat: fix memory leak in exfat_load_bitmap() (git-fixes). +- commit 9f477b0 + +------------------------------------------------------------------- +Wed Sep 25 11:25:16 CEST 2024 - sjaeckel@suse.de + +- net: ip_tunnel: prevent perpetual headroom growth + (CVE-2024-26804 bsc#1222629). +- commit 0ca3b23 + +------------------------------------------------------------------- +Wed Sep 25 11:02:22 CEST 2024 - oneukum@suse.com + +- Input: ps2-gpio - use IRQF_NO_AUTOEN flag in request_irq() + (git-fixes). +- commit 45cee3b + +------------------------------------------------------------------- +Wed Sep 25 10:53:00 CEST 2024 - oneukum@suse.com + +- blacklist.conf: too risky +- commit f0e13c3 + +------------------------------------------------------------------- +Wed Sep 25 10:49:36 CEST 2024 - oneukum@suse.com + +- Input: ilitek_ts_i2c - avoid wrong input subsystem sync + (git-fixes). +- commit e5e587b + +------------------------------------------------------------------- +Wed Sep 25 10:37:51 CEST 2024 - oneukum@suse.com + +- Input: tsc2004/5 - fix reset handling on probe (git-fixes). +- commit 1366de4 + +------------------------------------------------------------------- +Wed Sep 25 10:30:33 CEST 2024 - oneukum@suse.com + +- Input: tsc2004/5 - do not hard code interrupt trigger + (git-fixes). +- commit 110dbdb + +------------------------------------------------------------------- +Wed Sep 25 10:25:40 CEST 2024 - oneukum@suse.com + +- Input: tsc2004/5 - use device core to create driver-specific + device attributes (git-fixes). +- commit 958966c + +------------------------------------------------------------------- +Wed Sep 25 10:07:36 CEST 2024 - oneukum@suse.com + +- Input: adp5588-keys - fix check on return code (git-fixes). +- commit d15133c + +------------------------------------------------------------------- +Wed Sep 25 09:29:12 CEST 2024 - tzimmermann@suse.com + +- drm/amd/display: Fix incorrect size calculation for loop (bsc#1230704 CVE-2024-46729) +- commit 55d78a7 + +------------------------------------------------------------------- +Wed Sep 25 09:11:49 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix ah error counter in sw stat not increasing (git-fixes) +- commit d7bebcf + +------------------------------------------------------------------- +Wed Sep 25 08:50:23 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix MR cache temp entries cleanup (git-fixes) +- commit b0aa848 + +------------------------------------------------------------------- +Wed Sep 25 08:49:23 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Drop redundant work canceling from clean_keys() (git-fixes) +- commit 6800d7e + +------------------------------------------------------------------- +Wed Sep 25 08:36:16 CEST 2024 - nmorey@suse.com + +- RDMA/irdma: fix error message in irdma_modify_qp_roce() (git-fixes) +- commit dcf63e1 + +------------------------------------------------------------------- +Wed Sep 25 08:35:59 CEST 2024 - nmorey@suse.com + +- RDMA/cxgb4: Added NULL check for lookup_atid (git-fixes) +- commit 23d3195 + +------------------------------------------------------------------- +Wed Sep 25 08:34:14 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Obtain upper net device only when needed (git-fixes) +- commit ca2d8dc + +------------------------------------------------------------------- +Wed Sep 25 08:33:21 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix restricted __le16 degrades to integer issue (git-fixes) +- commit 4481358 + +------------------------------------------------------------------- +Wed Sep 25 08:32:13 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Optimize hem allocation performance (git-fixes) +- commit 7afe440 + +------------------------------------------------------------------- +Wed Sep 25 08:31:34 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix 1bit-ECC recovery address in non-4K OS (git-fixes) +- commit 25e36c2 + +------------------------------------------------------------------- +Wed Sep 25 08:30:47 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler (git-fixes) +- commit a18704a + +------------------------------------------------------------------- +Wed Sep 25 08:30:02 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled (git-fixes) +- commit 7b15e64 + +------------------------------------------------------------------- +Wed Sep 25 08:28:57 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range() (git-fixes) +- commit 60eb35c + +------------------------------------------------------------------- +Wed Sep 25 08:28:16 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08 (git-fixes) +- commit 3ab1ca2 + +------------------------------------------------------------------- +Wed Sep 25 08:27:19 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Don't modify rq next block addr in HIP09 QPC (git-fixes) +- commit 7100eb8 + +------------------------------------------------------------------- +Wed Sep 25 08:25:22 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache (git-fixes) +- commit 914ed66 + +------------------------------------------------------------------- +Wed Sep 25 08:24:56 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix counter update on MR cache mkey creation (git-fixes) +- commit 60e75bb + +------------------------------------------------------------------- +Wed Sep 25 08:24:37 CEST 2024 - nmorey@suse.com + +- RDMA/erdma: Return QP state in erdma_query_qp (git-fixes) +- commit 09a59c3 + +------------------------------------------------------------------- +Wed Sep 25 08:24:15 CEST 2024 - nmorey@suse.com + +- IB/core: Fix ib_cache_setup_one error flow cleanup (git-fixes) +- commit 38bf526 + +------------------------------------------------------------------- +Wed Sep 25 08:21:40 CEST 2024 - nmorey@suse.com + +- RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer (git-fixes) +- commit c4f28a8 + +------------------------------------------------------------------- +Wed Sep 25 08:21:07 CEST 2024 - nmorey@suse.com + +- RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency (git-fixes) +- commit 0456b72 + +------------------------------------------------------------------- +Wed Sep 25 08:20:37 CEST 2024 - nmorey@suse.com + +- RDMA/core: Remove unused declaration rdma_resolve_ip_route() (git-fixes) +- commit 4cb7201 + +------------------------------------------------------------------- +Wed Sep 25 08:00:58 CEST 2024 - jslaby@suse.cz + +- blacklist.conf: add one for clang and one PCI git-fixes +- commit b26aea4 + +------------------------------------------------------------------- +Wed Sep 25 06:59:40 CEST 2024 - jslaby@suse.cz + +- Revert "PCI: Extend ACS configurability (bsc#1228090)." (bsc#1229019) + This reverts commit 571e4310e81312c847a5caee7e45e66aeea2a169. It breaks + ACS on certain platforms. Even 6.11 is affected. So drop for now and + investigate. +- commit 3b92a44 + +------------------------------------------------------------------- +Tue Sep 24 21:41:32 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-44972 bsc#1230212: not applicable + Subpage code exists but zoned mode is not enabled being hidden behind + CONFIG_BTRFS_DEBUG. +- commit ed17920 + +------------------------------------------------------------------- +Tue Sep 24 16:44:45 CEST 2024 - dsterba@suse.com + +- btrfs: handle errors from btrfs_dec_ref() properly (CVE-2024-46753 bsc#1230796) +- commit 3e3b2cb + +------------------------------------------------------------------- +Tue Sep 24 14:00:01 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 05421bb + +------------------------------------------------------------------- +Tue Sep 24 13:58:04 CEST 2024 - oneukum@suse.com + +- media: vicodec: allow en/decoder cmd w/o CAPTURE (git-fixes). +- commit 62ef4d1 + +------------------------------------------------------------------- +Tue Sep 24 13:53:42 CEST 2024 - oneukum@suse.com + +- media: qcom: camss: Remove use_count guard in stop_streaming + (git-fixes). +- commit ef85228 + +------------------------------------------------------------------- +Tue Sep 24 13:48:30 CEST 2024 - oneukum@suse.com + +- Revert "media: tuners: fix error return code of + hybrid_tuner_request_state()" (git-fixes). +- drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds + write error (git-fixes). +- drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds + write error (git-fixes). +- commit 48dc3a9 + +------------------------------------------------------------------- +Tue Sep 24 13:47:59 CEST 2024 - sjaeckel@suse.de + +- net: bridge: xmit: make sure we have at least eth header len + bytes (CVE-2024-38538 bsc#1226606). +- commit 2548071 + +------------------------------------------------------------------- +Tue Sep 24 09:28:09 CEST 2024 - jlee@suse.com + +- PKCS#7: Check codeSigning EKU of certificates in PKCS#7 + (bsc#1226666). +- commit dbae63e + +------------------------------------------------------------------- +Mon Sep 23 21:58:34 CEST 2024 - jgross@suse.com + +- xen/swiotlb: fix allocated size (git-fixes). +- commit 199871d + +------------------------------------------------------------------- +Mon Sep 23 21:26:10 CEST 2024 - jgross@suse.com + +- xen/swiotlb: add alignment check for dma buffers (bsc#1229928). +- commit 0ffbc04 + +------------------------------------------------------------------- +Mon Sep 23 20:53:47 CEST 2024 - jgross@suse.com + +- xen: tolerate ACPI NVS memory overlapping with Xen allocated + memory (bsc#1226003). +- commit 3dc14d8 + +------------------------------------------------------------------- +Mon Sep 23 20:21:22 CEST 2024 - jgross@suse.com + +- xen: allow mapping ACPI data using a different physical address + (bsc#1226003). +- commit 0928eec + +------------------------------------------------------------------- +Mon Sep 23 20:20:50 CEST 2024 - dsterba@suse.com + +- x86/tdx: Fix data leak in mmio_read() (CVE-2024-46794 bsc#1230825) +- commit 9a2a1c2 + +------------------------------------------------------------------- +Mon Sep 23 19:34:16 CEST 2024 - dsterba@suse.com + +- tcp_bpf: fix return value of tcp_bpf_sendmsg() (CVE-2024-46783 bsc#1230810) +- commit eb9d143 + +------------------------------------------------------------------- +Mon Sep 23 19:21:13 CEST 2024 - dwagner@suse.de + +- nvme: fix namespace removal list (git-fixes). +- commit b45d192 + +------------------------------------------------------------------- +Mon Sep 23 19:00:50 CEST 2024 - dsterba@suse.com + +- ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery() (CVE-2024-46735 bsc#1230727) +- commit 23e039f + +------------------------------------------------------------------- +Mon Sep 23 18:44:35 CEST 2024 - dsterba@suse.com + +- Update references for patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch (CVE-2024-46737 bsc#1230730) +- commit 8ce7f58 + +------------------------------------------------------------------- +Mon Sep 23 18:40:03 CEST 2024 - jgross@suse.com + +- xen: add capability to remap non-RAM pages to different PFNs + (bsc#1226003). +- commit 47109fd + +------------------------------------------------------------------- +Mon Sep 23 18:33:15 CEST 2024 - dsterba@suse.com + +- net/mlx5e: SHAMPO, Fix incorrect page release (CVE-2024-46717 bsc#1230719) +- commit d6a30a9 + +------------------------------------------------------------------- +Mon Sep 23 18:05:34 CEST 2024 - jgross@suse.com + +- xen: move max_pfn in xen_memory_setup() out of function scope + (bsc#1226003). +- commit 2750357 + +------------------------------------------------------------------- +Mon Sep 23 17:20:15 CEST 2024 - jgross@suse.com + +- xen: move checks for e820 conflicts further up (bsc#1226003). +- commit 191a602 + +------------------------------------------------------------------- +Mon Sep 23 16:48:02 CEST 2024 - jgross@suse.com + +- xen: introduce generic helper checking for memory map conflicts + (bsc#1226003). +- commit eb57cec + +------------------------------------------------------------------- +Mon Sep 23 16:15:45 CEST 2024 - jgross@suse.com + +- xen: use correct end address of kernel for conflict checking + (bsc#1226003). +- commit c40fc6b + +------------------------------------------------------------------- +Mon Sep 23 14:23:11 CEST 2024 - dwagner@suse.de + +- scsi: lpfc: Copyright updates for 14.4.0.4 patches (bsc#1229429 + jsc#PED-9899). +- scsi: lpfc: Update lpfc version to 14.4.0.4 (bsc#1229429 + jsc#PED-9899). +- scsi: lpfc: Update PRLO handling in direct attached topology + (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct + attached topology (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Fix unintentional double clearing of vmid_flag + (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Validate hdwq pointers before dereferencing in + reset/errata paths (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Remove redundant vport assignment when building + an abort request (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Change diagnostic log flag during receipt of + unknown ELS cmds (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Fix overflow build issue (bsc#1229429 jsc#PED-9899). +- commit 18ec475 + +------------------------------------------------------------------- +Mon Sep 23 13:31:12 CEST 2024 - tzimmermann@suse.com + +- drm/vmwgfx: Prevent unmapping active read buffers (bsc#1230540 CVE-2024-46710) +- commit 84f019d + +------------------------------------------------------------------- +Mon Sep 23 13:15:36 CEST 2024 - dwagner@suse.de + +- nvme-tcp: fix link failure for TCP auth (git-fixes). +- nvmet: Identify-Active Namespace ID List command should reject + invalid nsid (git-fixes). +- nvme-pci: Add sleep quirk for Samsung 990 Evo (git-fixes). +- nvme-pci: allocate tagset on reset if necessary (git-fixes). +- nvmet-tcp: fix kernel crash if commands allocation fails + (git-fixes). +- nvme/pci: Add APST quirk for Lenovo N60z laptop (git-fixes). +- nvme: use srcu for iterating namespace list (git-fixes). + Refresh: + - patches.suse/nvme-tcp-sanitize-tls-key-handling.patch +- nvmet-rdma: fix possible bad dereference when freeing rsps + (git-fixes). +- nvmet-tcp: do not continue for invalid icreq (git-fixes). +- nvme: clear caller pointer on identify failure (git-fixes). +- nvmet-trace: avoid dereferencing pointer too early (git-fixes). +- commit 7382ad4 + +------------------------------------------------------------------- +Mon Sep 23 12:54:03 CEST 2024 - jslaby@suse.cz + +- Update + patches.suse/KVM-arm64-vgic-v2-Check-for-non-NULL-vCPU-in-vgic_v2.patch + (git-fixes CVE-2024-36953 bsc#1225812). +- Update + patches.suse/vfio-pci-fix-potential-memory-leak-in-vfio_intx_enab.patch + (git-fixes CVE-2024-38632 bsc#1226860). + Add CVE references. +- commit c9c3b6f + +------------------------------------------------------------------- +Sun Sep 22 11:13:16 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential oob read in nilfs_btree_check_delete() + (git-fixes). +- commit cc0f59d + +------------------------------------------------------------------- +Sun Sep 22 11:12:49 CEST 2024 - ailiop@suse.com + +- nilfs2: determine empty node blocks as corrupted (git-fixes). +- commit 3244e52 + +------------------------------------------------------------------- +Sun Sep 22 11:12:22 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential null-ptr-deref in nilfs_btree_insert() + (git-fixes). +- commit 90f4e49 + +------------------------------------------------------------------- +Fri Sep 20 18:19:45 CEST 2024 - dsterba@suse.com + +- media: mtk-vcodec: potential null pointer deference in SCP (CVE-2024-40973 bsc#1227890) +- commit ce5074d + +------------------------------------------------------------------- +Fri Sep 20 17:31:37 CEST 2024 - fdmanana@suse.com + +- btrfs: don't BUG_ON() when 0 reference count at + btrfs_lookup_extent_info() (bsc#1230786 CVE-2024-46751). +- btrfs: reduce nesting for extent processing at + btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752). +- btrfs: remove superfluous metadata check at + btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752). +- btrfs: replace BUG_ON() with error handling at + update_ref_for_cow() (bsc#1230794 CVE-2024-46752). +- btrfs: simplify setting the full backref flag at + update_ref_for_cow() (bsc#1230794 CVE-2024-46752). +- btrfs: remove NULL transaction support for + btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752). +- btrfs: remove level argument from btrfs_set_block_flags + (bsc#1230794 CVE-2024-46752). +- commit a1c1176 + +------------------------------------------------------------------- +Fri Sep 20 16:00:48 CEST 2024 - fdmanana@suse.com + +- btrfs: send: allow cloning non-aligned extent if it ends at + i_size (bsc#1230854). +- commit e9cad4b + +------------------------------------------------------------------- +Fri Sep 20 11:03:38 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 5244a06 + +------------------------------------------------------------------- +Fri Sep 20 10:42:37 CEST 2024 - ailiop@suse.com + +- ocfs2: cancel dqi_sync_work before freeing oinfo (git-fixes). +- commit 1f37ac4 + +------------------------------------------------------------------- +Fri Sep 20 10:42:09 CEST 2024 - ailiop@suse.com + +- ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate + (git-fixes). +- commit b7bf7eb + +------------------------------------------------------------------- +Fri Sep 20 10:41:41 CEST 2024 - ailiop@suse.com + +- ocfs2: remove unreasonable unlock in ocfs2_read_blocks + (git-fixes). +- commit e2cb129 + +------------------------------------------------------------------- +Fri Sep 20 10:41:13 CEST 2024 - ailiop@suse.com + +- ocfs2: fix null-ptr-deref when journal load failed (git-fixes). +- commit b463b02 + +------------------------------------------------------------------- +Fri Sep 20 10:38:10 CEST 2024 - ailiop@suse.com + +- jfs: fix out-of-bounds in dbNextAG() and diAlloc() (git-fixes). +- commit d948d87 + +------------------------------------------------------------------- +Fri Sep 20 10:37:27 CEST 2024 - tiwai@suse.de + +- of/irq: Prevent device address out-of-bounds read in interrupt + map walk (CVE-2024-46743 bsc#1230756). +- commit 300f40a + +------------------------------------------------------------------- +Fri Sep 20 08:14:29 CEST 2024 - tiwai@suse.de + +- i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq() + (git-fixes). +- i2c: isch: Add missed 'else' (git-fixes). +- i2c: xiic: Wait for TX empty to avoid missed TX NAKs + (git-fixes). +- i2c: aspeed: Update the stop sw state when the bus recovery + occurs (git-fixes). +- resource: fix region_intersects() vs add_memory_driver_managed() + (git-fixes). +- drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind() + (git-fixes). +- drm/msm: fix %s null argument error (git-fixes). +- drm/msm/dsi: correct programming sequence for SM8350 / SM8450 + (git-fixes). +- drm/msm/a5xx: workaround early ring-buffer emptiness check + (git-fixes). +- drm/msm/a5xx: fix races in preemption evaluation stage + (git-fixes). +- drm/msm/a5xx: properly clear preemption records on resume + (git-fixes). +- drm/msm/a5xx: disable preemption in submits by default + (git-fixes). +- drm/msm: Fix incorrect file name output in adreno_request_fw() + (git-fixes). +- drm/mediatek: ovl_adaptor: Add missing of_node_put() + (git-fixes). +- drm: omapdrm: Add missing check for alloc_ordered_workqueue + (git-fixes). +- drm/radeon/evergreen_cs: fix int overflow errors in cs track + offsets (git-fixes). +- drm/amd/amdgpu: Properly tune the size of struct (git-fixes). +- drm/radeon: properly handle vbios fake edid sizing (git-fixes). +- drm/amdgpu: properly handle vbios fake edid sizing (git-fixes). +- drm/amd/display: Add null check for set_output_gamma in + dcn30_set_output_transfer_func (git-fixes). +- drm/amdgpu: fix a possible null pointer dereference (git-fixes). +- drm/radeon: fix null pointer dereference in + radeon_add_common_modes (git-fixes). +- drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_get + (git-fixes). +- drm/bridge: lontium-lt8912b: Validate mode in + drm_bridge_funcs::mode_valid() (git-fixes). +- drm/rockchip: dw_hdmi: Fix reading EDID when using a forced mode + (git-fixes). +- drm/rockchip: vop: Allow 4096px width scaling (git-fixes). +- drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066 + (git-fixes). +- drm/rockchip: vop: clear DMA stop bit on RK3066 (git-fixes). +- drm/stm: ltdc: check memory returned by devm_kzalloc() + (git-fixes). +- drm/stm: Fix an error handling path in stm_drm_platform_probe() + (git-fixes). +- ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense + data (git-fixes). +- HID: wacom: Do not warn about dropped packets for first packet + (git-fixes). +- HID: wacom: Support sequence numbers smaller than 16-bit + (git-fixes). +- tpm: Clean up TPM space after command failure (git-fixes). +- ipmi: docs: don't advertise deprecated sysfs entries + (git-fixes). +- commit b4e4911 + +------------------------------------------------------------------- +Thu Sep 19 23:20:54 CEST 2024 - dsterba@suse.com + +- smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req() (CVE-2024-46686 bsc#1230517) +- commit a155846 + +------------------------------------------------------------------- +Thu Sep 19 23:02:40 CEST 2024 - dsterba@suse.com + +- firmware: qcom: scm: Mark get_wq_ctx() as atomic call (CVE-2024-46692 bsc#1230520) +- commit ee65da0 + +------------------------------------------------------------------- +Thu Sep 19 22:58:33 CEST 2024 - dsterba@suse.com + +- scsi: aacraid: Fix double-free on probe failure (CVE-2024-46673 bsc#1230506) +- commit 49aab2b + +------------------------------------------------------------------- +Thu Sep 19 21:02:08 CEST 2024 - dsterba@suse.com + +- gtp: fix a potential NULL pointer dereference (CVE-2024-46677 bsc#1230549) +- commit 9cdd14b + +------------------------------------------------------------------- +Thu Sep 19 20:03:29 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-46711 bsc#1230542: code partially present, fix part of refactoring and fix series + The patch to backport is one in a number of about 30 patches refactoring + and reworking MPTCP subflow handling. Several other patches are needed + just to apply it cleanly but also change some of the logic where the + actual fix would apply. +- commit 1a03613 + +------------------------------------------------------------------- +Thu Sep 19 19:35:19 CEST 2024 - dsterba@suse.com + +- ethtool: check device is present when getting link settings (CVE-2024-46679 bsc#1230556) +- commit 68643d1 + +------------------------------------------------------------------- +Thu Sep 19 17:27:55 CEST 2024 - colyli@suse.de + +- md/raid5: avoid BUG_ON() while continue reshape after + reassembling (bsc#1229790, CVE-2024-43914). +- commit bfb799a + +------------------------------------------------------------------- +Thu Sep 19 14:16:12 CEST 2024 - ailiop@suse.com + +- xfs: restrict when we try to align cow fork delalloc to cowextsz + hints (git-fixes). +- commit 96ac1b7 + +------------------------------------------------------------------- +Thu Sep 19 13:19:37 CEST 2024 - jdelvare@suse.de + +- clk: Provide !COMMON_CLK dummy for devm_clk_rate_exclusive_get() + (bsc#1227885). +- commit bf3362b + +------------------------------------------------------------------- +Thu Sep 19 12:57:02 CEST 2024 - colyli@suse.de + +- Replace git-fixes tag by bsc#1226507, + patches.suse/md-Don-t-wait-for-MD_RECOVERY_NEEDED-for-HOT_REMOVE_DISK-ioctl-a1fd.patch + (bsc#1226507). +- commit b04e0cb + +------------------------------------------------------------------- +Thu Sep 19 12:21:57 CEST 2024 - colyli@suse.de + +- closures: Change BUG_ON() to WARN_ON() (bsc#1229004, + CVE-2024-42252). +- commit 84b7984 + +------------------------------------------------------------------- +Thu Sep 19 12:06:02 CEST 2024 - jdelvare@suse.de + +- clk: Add a devm variant of clk_rate_exclusive_get() + (bsc#1227885). +- commit b6fb747 + +------------------------------------------------------------------- +Thu Sep 19 11:59:25 CEST 2024 - oneukum@suse.com + +- r8152: add vendor/device ID pair for D-Link DUB-E250 + (git-fixes). +- Refresh + patches.suse/r8152-add-vendor-device-ID-pair-for-ASUS-USB-C2500.patch. +- commit 0c077ab + +------------------------------------------------------------------- +Thu Sep 19 11:46:36 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: fix carrier detection in modes 1 and 4 + (git-fixes). +- commit 591cebb + +------------------------------------------------------------------- +Thu Sep 19 11:45:06 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: do not stop RX on failing RX callback + (git-fixes). +- commit c58c483 + +------------------------------------------------------------------- +Thu Sep 19 11:19:31 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: drop RX URBs with no payload (git-fixes). +- commit 73a78e2 + +------------------------------------------------------------------- +Thu Sep 19 11:06:35 CEST 2024 - jgross@suse.com + +- KVM: arm64: Disallow copying MTE to guest memory while KVM is + dirty logging (git-fixes). +- commit 3cf4c02 + +------------------------------------------------------------------- +Thu Sep 19 10:32:19 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: remove extraneous rx URB length check + (git-fixes). +- commit 507443a + +------------------------------------------------------------------- +Thu Sep 19 10:28:19 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: add CDC NCM support (git-fixes). +- commit 1bf1d1e + +------------------------------------------------------------------- +Thu Sep 19 10:26:04 CEST 2024 - jgross@suse.com + +- KVM: arm64: Release pfn, i.e. put page, if copying MTE tags + hits ZONE_DEVICE (git-fixes). +- commit 64bccd6 + +------------------------------------------------------------------- +Thu Sep 19 10:23:26 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: transmit URBs without trailing padding + (git-fixes). +- usbnet: ipheth: fix risk of NULL pointer deallocation + (git-fixes). +- commit d804072 + +------------------------------------------------------------------- +Thu Sep 19 09:45:41 CEST 2024 - jgross@suse.com + +- KVM: arm64: Invalidate EL1&0 TLB entries for all VMIDs in nvhe + hyp init (git-fixes). +- commit 30df9d2 + +------------------------------------------------------------------- +Thu Sep 19 09:04:56 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Solve mst monitors blank out problem after + resume (git-fixes). +- commit cd94b30 + +------------------------------------------------------------------- +Thu Sep 19 09:02:14 CEST 2024 - jgross@suse.com + +- virtio-net: synchronize probe with ndo_set_features (git-fixes). +- commit 1a471dd + +------------------------------------------------------------------- +Thu Sep 19 08:58:46 CEST 2024 - tiwai@suse.de + +- fbdev: hpfb: Fix an error handling path in hpfb_dio_probe() + (git-fixes). +- hwmon: (ntc_thermistor) fix module autoloading (git-fixes). +- hwmon: (max16065) Fix overflows seen when writing limits + (git-fixes). +- mtd: powernv: Add check devm_kasprintf() returned value + (git-fixes). +- mtd: slram: insert break after errors in parsing the map + (git-fixes). +- power: supply: hwmon: Fix missing temp1_max_alarm attribute + (git-fixes). +- power: supply: Drop use_cnt check from + power_supply_property_is_writeable() (git-fixes). +- power: supply: max17042_battery: Fix SOC threshold calc w/ + no current sense (git-fixes). +- power: supply: axp20x_battery: Remove design from min and max + voltage (git-fixes). +- pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID (stable-fixes). +- drm/amdgpu/atomfirmware: Silence UBSAN warning (stable-fixes). +- drm/amd/display: Avoid race between dcn10_set_drr() and + dc_state_destruct() (git-fixes). +- Input: synaptics - enable SMBus for HP Elitebook 840 G2 + (stable-fixes). +- Input: ads7846 - ratelimit the spi_sync error message + (stable-fixes). +- drm/msm/adreno: Fix error return if missing firmware-name + (stable-fixes). +- scripts: kconfig: merge_config: config files: add a trailing + newline (stable-fixes). +- platform/surface: aggregator_registry: Add support for Surface + Laptop Go 3 (stable-fixes). +- platform/surface: aggregator_registry: Add Support for Surface + Pro 10 (stable-fixes). +- HID: multitouch: Add support for GT7868Q (stable-fixes). +- drm/mediatek: Set sensible cursor width/height values to fix + crash (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Ayn Loki Max + (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Ayn Loki Zero + (stable-fixes). +- wifi: mt76: mt7921: fix NULL pointer access in + mt7921_ipv6_addr_change (stable-fixes). +- net: phy: vitesse: repair vsc73xx autonegotiation + (stable-fixes). +- cxl/core: Fix incorrect vendor debug UUID define (git-fixes). +- drm/amd/display: Fix FEC_READY write on DP LT (stable-fixes). +- drm/amd/display: Defer handling mst up request in resume + (stable-fixes). +- drm/amd/display: Disable error correction if it's not supported + (stable-fixes). +- commit 040b0ea + +------------------------------------------------------------------- +Wed Sep 18 19:30:32 CEST 2024 - jdelvare@suse.de + +- i2c: lpi2c: Avoid calling clk_get_rate during transfer + (bsc#1227885 CVE-2024-40965). +- commit abb755c + +------------------------------------------------------------------- +Wed Sep 18 14:48:15 CEST 2024 - mhocko@suse.com + +- x86/mm/ident_map: Use gbpages only where full GB page should + be mapped (bsc#1220382). +- x86/kexec: Add EFI config table identity mapping for kexec + kernel (bsc#1220382). +- commit 26eab5b + +------------------------------------------------------------------- +Wed Sep 18 08:45:26 CEST 2024 - tiwai@suse.de + +- Move upstreamed nvme patches into sorted section +- commit 1e42d2f + +------------------------------------------------------------------- +Wed Sep 18 08:36:23 CEST 2024 - tiwai@suse.de + +- spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ + (git-fixes). +- commit 1cec71a + +------------------------------------------------------------------- +Wed Sep 18 08:24:48 CEST 2024 - tiwai@suse.de + +- ASoC: meson: Remove unused declartion in header file + (git-fixes). +- ASoC: soc-ac97: Fix the incorrect description (git-fixes). +- ASoC: rt5682: Return devm_of_clk_add_hw_provider to transfer + the error (git-fixes). +- ASoC: tas2781-i2c: Get the right GPIO line (git-fixes). +- ASoC: cs42l42: Convert comma to semicolon (git-fixes). +- ASoC: rt5682s: Return devm_of_clk_add_hw_provider to transfer + the error (git-fixes). +- ALSA: hda: cs35l41: fix module autoloading (git-fixes). +- selftests: lib: remove strscpy test (git-fixes). +- scripts: sphinx-pre-install: remove unnecessary double check + for $cur_version (git-fixes). +- Documentation: ioctl: document 0x07 ioctl code (git-fixes). +- module: Fix KCOV-ignored file name (git-fixes). +- reset: k210: fix OF node leak in probe() error path (git-fixes). +- reset: berlin: fix OF node leak in probe() error path + (git-fixes). +- bus: integrator-lm: fix OF node leak in probe() (git-fixes). +- soc: fsl: cpm1: tsa: Fix tsa_write8() (git-fixes). +- firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp() + (git-fixes). +- firmware: arm_scmi: Fix double free in OPTEE transport + (git-fixes). +- soc: versatile: integrator: fix OF node leak in probe() error + path (git-fixes). +- memory: mtk-smi: Use devm_clk_get_enabled() (git-fixes). +- memory: tegra186-emc: drop unused to_tegra186_emc() (git-fixes). +- spi: bcm63xx: Fix module autoloading (git-fixes). +- spi: rpc-if: Add missing MODULE_DEVICE_TABLE (git-fixes). +- spi: meson-spicc: convert comma to semicolon (git-fixes). +- spi: ppc4xx: handle irq_of_parse_and_map() errors (git-fixes). +- regulator: core: Fix regulator_is_supported_voltage() kerneldoc + return value (git-fixes). +- regulator: core: Fix short description for + _regulator_check_status_enabled() (git-fixes). +- regulator: Return actual error in of_regulator_bulk_get_all() + (git-fixes). +- regulator: rt5120: Convert comma to semicolon (git-fixes). +- regulator: wm831x-isink: Convert comma to semicolon (git-fixes). +- clocksource/drivers/qcom: Add missing iounmap() on errors in + msm_dt_timer_init() (git-fixes). +- commit 994b020 + +------------------------------------------------------------------- +Tue Sep 17 08:37:47 CEST 2024 - tiwai@suse.de + +- cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails + appropriately (git-fixes). +- ACPI: CPPC: Fix MASK_VAL() usage (git-fixes). +- ACPI: PMIC: Remove unneeded check in + tps68470_pmic_opregion_probe() (git-fixes). +- ACPI: sysfs: validate return type of _STR method (git-fixes). +- crypto: ccp - do not request interrupt on cmd completion when + irqs disabled (git-fixes). +- hwrng: mtk - Use devm_pm_runtime_enable (git-fixes). +- crypto: ccp - Properly unregister /dev/sev on sev + PLATFORM_STATUS failure (git-fixes). +- hwrng: cctrng - Add missing clk_disable_unprepare in + cctrng_resume (git-fixes). +- hwrng: bcm2835 - Add missing clk_disable_unprepare in + bcm2835_rng_init (git-fixes). +- crypto: iaa - Fix potential use after free bug (git-fixes). +- crypto: xor - fix template benchmarking (git-fixes). +- can: m_can: m_can_close(): stop clocks after device has been + shut down (git-fixes). +- can: m_can: enable NAPI before enabling interrupts (git-fixes). +- can: bcm: Clear bo->bcm_proc_read after remove_proc_entry() + (git-fixes). +- Bluetooth: btusb: Fix not handling ZPL/short-transfer + (git-fixes). +- Bluetooth: hci_sync: Ignore errors from + HCI_OP_REMOTE_NAME_REQ_CANCEL (git-fixes). +- Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED + (git-fixes). +- wifi: mt76: mt7925: fix a potential array-index-out-of-bounds + issue for clc (git-fixes). +- wifi: mt76: mt7615: check devm_kasprintf() returned value + (git-fixes). +- wifi: mt76: mt7921: Check devm_kasprintf() returned value + (git-fixes). +- wifi: mt76: mt7915: check devm_kasprintf() returned value + (git-fixes). +- wifi: mt76: mt7996: fix uninitialized TLV data (git-fixes). +- wifi: mt76: mt7915: fix rx filter setting for bfee functionality + (git-fixes). +- wifi: mt76: mt7603: fix mixed declarations and code (git-fixes). +- wifi: mt76: connac: fix checksum offload fields of connac3 RXD + (git-fixes). +- wifi: mt76: mt7996: fix NULL pointer dereference in + mt7996_mcu_sta_bfer_he (git-fixes). +- wifi: mt76: mt7996: fix EHT beamforming capability check + (git-fixes). +- wifi: mt76: mt7996: fix HE and EHT beamforming capabilities + (git-fixes). +- wifi: mt76: mt7996: fix wmm set of station interface to 3 + (git-fixes). +- wifi: mt76: mt7996: fix traffic delay when switching back to + working channel (git-fixes). +- wifi: mt76: mt7996: use hweight16 to get correct tx antenna + (git-fixes). +- wifi: mt76: mt7921: fix wrong UNII-4 freq range check for the + channel usage (git-fixes). +- wifi: mt76: mt7915: fix oops on non-dbdc mt7986 (git-fixes). +- wifi: rtw88: remove CPT execution branch never used (git-fixes). +- wifi: wilc1000: fix potential RCU dereference issue in + wilc_parse_join_bss_param (git-fixes). +- wifi: mac80211: use two-phase skb reclamation in + ieee80211_do_stop() (git-fixes). +- wifi: cfg80211: fix two more possible UBSAN-detected off-by-one + errors (git-fixes). +- wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan() + (git-fixes). +- wifi: mac80211: fix the comeback long retry times (git-fixes). +- wifi: cfg80211: fix bug of mapping AF3x to incorrect User + Priority (git-fixes). +- wifi: iwlwifi: mvm: increase the time between ranging + measurements (git-fixes). +- wifi: mac80211: don't use rate mask for offchannel TX either + (git-fixes). +- wifi: ath12k: fix invalid AMPDU factor calculation in + ath12k_peer_assoc_h_he() (git-fixes). +- wifi: ath12k: match WMI BSS chan info structure with firmware + definition (git-fixes). +- wifi: ath12k: fix BSS chan info request WMI command (git-fixes). +- wifi: ath9k: Remove error checks when creating debugfs entries + (git-fixes). +- wifi: rtw88: always wait for both firmware loading attempts + (git-fixes). +- wifi: rtw88: 8822c: Fix reported RX band width (git-fixes). +- wifi: brcmfmac: introducing fwil query functions (git-fixes). +- can: j1939: use correct function name in comment (git-fixes). +- commit ffce0ad + +------------------------------------------------------------------- +Mon Sep 16 17:26:10 CEST 2024 - jgross@suse.com + +- net: tighten bad gso csum offset check in virtio_net_hdr + (git-fixes). +- commit 6b94c45 + +------------------------------------------------------------------- +Mon Sep 16 16:52:08 CEST 2024 - jgross@suse.com + +- blacklist.conf: add 840b2d39a2dc ("virtio_ring: fix KMSAN error for premapped mode") +- commit 2b97440 + +------------------------------------------------------------------- +Mon Sep 16 16:51:12 CEST 2024 - jgross@suse.com + +- KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE + and MSR_GS_BASE (git-fixes). +- commit aeba695 + +------------------------------------------------------------------- +Mon Sep 16 16:15:44 CEST 2024 - jgross@suse.com + +- blacklist.conf: add 611ff1b1ae98 ("xen: privcmd: Fix possible access to a freed kirqfd instance") +- commit d91e53f + +------------------------------------------------------------------- +Mon Sep 16 15:47:44 CEST 2024 - lhenriques@suse.de + +- fscache: delete fscache_cookie_lru_timer when fscache exits + to avoid UAF (bsc#1230602). +- commit d2c95a5 + +------------------------------------------------------------------- +Mon Sep 16 13:52:45 CEST 2024 - sjaeckel@suse.de + +- Update + patches.suse/virtio_net-Fix-napi_skb_cache_put-warning.patch + (git-fixes CVE-2024-43835 bsc#1229289). +- commit b9542fb + +------------------------------------------------------------------- +Mon Sep 16 09:32:20 CEST 2024 - ohering@suse.de + +- x86/hyperv: fix kexec crash due to VP assist page corruption + (git-fixes). +- Drivers: hv: vmbus: Fix the misplaced function description + (git-fixes). +- commit c60d936 + +------------------------------------------------------------------- +Mon Sep 16 04:07:52 CEST 2024 - ddiss@suse.de + +- Update references + patches.suse/selinux-smack-don-t-bypass-permissions-check-in-inod.patch + (stable-fixes CVE-2024-46695 bsc#1230519). +- commit 2a7bb57 + +------------------------------------------------------------------- +Mon Sep 16 02:33:41 CEST 2024 - neilb@suse.de + +- NFSv4: Add missing rescheduling points in + nfs_client_return_marked_delegations (git-fixes). +- commit a563f31 + +------------------------------------------------------------------- +Mon Sep 16 02:31:59 CEST 2024 - neilb@suse.de + +- nfsd: Don't leave work of closing files to a work queue + (bsc#1228140). +- Refresh + patches.suse/nfsd-use-__fput_sync-to-avoid-delayed-closing-of-fil.patch. +- commit 83ce74a + +------------------------------------------------------------------- +Sun Sep 15 09:32:07 CEST 2024 - tiwai@suse.de + +- ASoC: meson: axg-card: fix 'use-after-free' (git-fixes). +- ASoC: codecs: avoid possible garbage value in peb2466_reg_read() + (git-fixes). +- commit 5a67afd + +------------------------------------------------------------------- +Sat Sep 14 16:31:25 CEST 2024 - tiwai@suse.de + +- kABI workaround for soc-qcom pmic_glink changes (CVE-2024-46693 + bsc#1230521). +- commit 9a06e25 + +------------------------------------------------------------------- +Sat Sep 14 16:23:38 CEST 2024 - tiwai@suse.de + +- usb: typec: ucsi: Move unregister out of atomic section + (CVE-2024-46691 bsc#1230526). +- soc: qcom: pmic_glink: Fix race during initialization + (CVE-2024-46693 bsc#1230521). +- commit 26dd9b4 + +------------------------------------------------------------------- +Sat Sep 14 09:20:32 CEST 2024 - tiwai@suse.de + +- spi: nxp-fspi: fix the KASAN report out-of-bounds bug + (git-fixes). +- drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl + (git-fixes). +- drm/nouveau/fb: restore init() for ramgp102 (git-fixes). +- dma-buf: heaps: Fix off-by-one in CMA heap fault handler + (git-fixes). +- drm/i915/guc: prevent a possible int overflow in wq offsets + (git-fixes). +- usbnet: ipheth: race between ipheth_close and error handling + (stable-fixes). +- commit 8d8bf2f + +------------------------------------------------------------------- +Sat Sep 14 01:23:47 CEST 2024 - colyli@suse.de + +- md/raid1: Fix data corruption for degraded array with slow disk + (bsc#1230455, CVE-2024-45023). +- commit 34cd7b5 + +------------------------------------------------------------------- +Fri Sep 13 21:16:43 CEST 2024 - tonyj@suse.de + +- perf/x86/intel: Limit the period on Haswell (git-fixes). +- perf/x86: Fix smp_processor_id()-in-preemptible warnings + (git-fixes). +- perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra + Forest (git-fixes). +- ARM: 9406/1: Fix callchain_trace() return value (git-fixes). +- bpf, events: Use prog to emit ksymbol event for main program + (git-fixes). +- perf/x86/intel: Add a distinct name for Granite Rapids + (git-fixes). +- perf/x86/intel/ds: Fix non 0 retire latency on Raptorlake + (git-fixes). +- perf/x86/intel/uncore: Fix the bits of the CHA extended umask + for SPR (git-fixes). +- perf: Fix event leak upon exit (git-fixes). +- perf/x86/intel/cstate: Fix Alderlake/Raptorlake/Meteorlake + (git-fixes). +- perf: Fix default aux_watermark calculation (git-fixes). +- perf: Prevent passing zero nr_pages to rb_alloc_aux() + (git-fixes). +- perf: Fix perf_aux_size() for greater-than 32-bit size + (git-fixes). +- perf/x86/intel/pt: Fix pt_topa_entry_for_page() address + calculation (git-fixes). +- perf/x86/intel/pt: Fix a topa_entry base address calculation + (git-fixes). +- perf/x86/intel/pt: Fix topa_entry base length (git-fixes). +- perf/x86: Serialize set_attr_rdpmc() (git-fixes). +- perf/core: Fix missing wakeup when waiting for context reference + (git-fixes). +- perf/x86/intel: Factor out the initialization code for SPR + (git fixes). +- perf/x86/intel: Use the common uarch name for the shared + functions (git fixes). +- commit bb48e43 + +------------------------------------------------------------------- +Fri Sep 13 21:15:11 CEST 2024 - tonyj@suse.de + +- blacklist.conf: Add perf git-fix that won't be backported +- commit fbbd522 + +------------------------------------------------------------------- +Fri Sep 13 19:40:15 CEST 2024 - dsterba@suse.com + +- nvme: move stopping keep-alive into nvme_uninit_ctrl() (CVE-2024-45013 bsc#1230442) +- commit ce739c4 + +------------------------------------------------------------------- +Fri Sep 13 19:33:08 CEST 2024 - dsterba@suse.com + +- i2c: tegra: Do not mark ACPI devices as irq safe (CVE-2024-45029 bsc#1230451) +- commit 2870112 + +------------------------------------------------------------------- +Fri Sep 13 19:15:36 CEST 2024 - dsterba@suse.com + +- netfilter: flowtable: initialise extack before use (CVE-2024-45018 bsc#1230431) +- commit 8b44b15 + +------------------------------------------------------------------- +Fri Sep 13 19:13:05 CEST 2024 - dsterba@suse.com + +- net/mlx5e: Take state lock during tx timeout reporter (CVE-2024-45019 bsc#1230432) +- commit 2552371 + +------------------------------------------------------------------- +Fri Sep 13 19:08:00 CEST 2024 - dsterba@suse.com + +- net/mlx5: Fix IPsec RoCE MPV trace call (CVE-2024-45017 bsc#1230430) +- commit 60aac02 + +------------------------------------------------------------------- +Fri Sep 13 19:04:47 CEST 2024 - dsterba@suse.com + +- igb: cope with large MAX_SKB_FRAGS (CVE-2024-45030 bsc#1230457) +- commit d2d3c69 + +------------------------------------------------------------------- +Fri Sep 13 17:38:32 CEST 2024 - tiwai@suse.de + +- Move s390 kabi patch into the kabi section +- commit 4ab5d36 + +------------------------------------------------------------------- +Fri Sep 13 15:42:48 CEST 2024 - mfranc@suse.cz + +- s390/uv: Don't call folio_wait_writeback() without a folio + reference (git-fixes bsc#1229380 CVE-2024-43832). +- s390/mm: Convert gmap_make_secure to use a folio (git-fixes + bsc#1230562). +- s390/mm: Convert make_page_secure to use a folio (git-fixes + bsc#1230563). +- s390: allow pte_offset_map_lock() to fail (git-fixes + bsc#1230564). +- commit 7069eb7 + +------------------------------------------------------------------- +Fri Sep 13 14:01:09 CEST 2024 - mhocko@suse.com + +- mm/vmalloc: fix page mapping if vm_area_alloc_pages() with + high order fallback to order 0 (CVE-2024-45022 bsc#1230435). +- commit cc8880a + ------------------------------------------------------------------- Fri Sep 13 12:40:41 CEST 2024 - osalvador@suse.de @@ -20,6 +1919,596 @@ Fri Sep 13 12:39:27 CEST 2024 - osalvador@suse.de (bsc#1230413) - commit 7e5afd7 +------------------------------------------------------------------- +Fri Sep 13 11:07:36 CEST 2024 - mhocko@suse.com + +- memcg_write_event_control(): fix a user-triggerable oops + (CVE-2024-45021 bsc#1230434). +- commit 99a85a8 + +------------------------------------------------------------------- +Fri Sep 13 10:00:31 CEST 2024 - tiwai@suse.de + +- platform/x86: panasonic-laptop: Allocate 1 entry extra in the + sinf array (git-fixes). +- platform/x86: panasonic-laptop: Fix SINF array out of bounds + accesses (git-fixes). +- usb: dwc3: core: update LC timer as per USB Spec V3.2 + (stable-fixes). +- lib/generic-radix-tree.c: Fix rare race in + __genradix_ptr_alloc() (stable-fixes). +- kselftests: dmabuf-heaps: Ensure the driver name is + null-terminated (stable-fixes). +- regmap: maple: work around gcc-14.1 false-positive warning + (stable-fixes). +- phy: zynqmp: Take the phy mutex in xlate (stable-fixes). +- pcmcia: Use resource_size function on resource object + (stable-fixes). +- pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv + (stable-fixes). +- PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0) + (stable-fixes). +- PCI: Add missing bridge lock to pci_bus_lock() (stable-fixes). +- usb: gadget: aspeed_udc: validate endpoint index for ast udc + (stable-fixes). +- usb: uas: set host status byte on data completion error + (stable-fixes). +- media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse + (stable-fixes). +- media: vivid: don't set HDMI TX controls if there are no HDMI + outputs (stable-fixes). +- media: vivid: fix wrong sizeimage value for mplane + (stable-fixes). +- leds: spi-byte: Call of_node_put() on error path (stable-fixes). +- wifi: rtw88: usb: schedule rx work after everything is set up + (stable-fixes). +- wifi: rtw89: wow: prevent to send unexpected H2C during download + Firmware (stable-fixes). +- wifi: mwifiex: Do not return unused priv in + mwifiex_get_priv_by_id() (stable-fixes). +- wifi: ath12k: fix firmware crash due to invalid peer nss + (stable-fixes). +- wifi: ath12k: fix uninitialize symbol error on + ath12k_peer_assoc_h_he() (stable-fixes). +- wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3 + (stable-fixes). +- wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check + (stable-fixes). +- commit 3b57fa8 + +------------------------------------------------------------------- +Fri Sep 13 09:57:01 CEST 2024 - ailiop@suse.com + +- Squashfs: sanity check symbolic link size (git-fixes). +- commit fa6af4a + +------------------------------------------------------------------- +Fri Sep 13 09:56:46 CEST 2024 - tiwai@suse.de + +- hwmon: (pmbus) Conditionally clear individual status bits for + pmbus rev >= 1.2 (git-fixes). +- Input: uinput - reject requests with unreasonable number of + slots (stable-fixes). +- HID: amd_sfh: free driver_data after destroying hid device + (stable-fixes). +- HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup + (stable-fixes). +- i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA + setup (stable-fixes). +- Input: ili210x - use kvmalloc() to allocate buffer for firmware + update (stable-fixes). +- drm/amdgpu: reject gang submit on reserved VMIDs (stable-fixes). +- drm/amdgpu: Set no_hw_access when VF request full GPU fails + (stable-fixes). +- drm/amdgpu/display: handle gfx12 in + amdgpu_dm_plane_format_mod_supported (stable-fixes). +- drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizes + (stable-fixes). +- drm/amdgpu: check for LINEAR_ALIGNED correctly in + check_tiling_flags_gfx6 (stable-fixes). +- drm/amd/display: Check denominator pbn_div before used + (stable-fixes). +- drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts + (stable-fixes). +- drm/amdgpu: Fix smatch static checker warning (stable-fixes). +- drm/amdgpu: add missing error handling in function + amdgpu_gmc_flush_gpu_tlb_pasid (stable-fixes). +- drm/amd/display: Check HDCP returned status (stable-fixes). +- hwmon: (w83627ehf) Fix underflows seen when writing limit + attributes (stable-fixes). +- hwmon: (nct6775-core) Fix underflows seen when writing limit + attributes (stable-fixes). +- hwmon: (lm95234) Fix underflows seen when writing limit + attributes (stable-fixes). +- hwmon: (adc128d818) Fix underflows seen when writing limit + attributes (stable-fixes). +- commit 2fa929e + +------------------------------------------------------------------- +Fri Sep 13 09:47:45 CEST 2024 - osalvador@suse.de + +- Revert "mm/sparsemem: fix race in accessing memory_section->usage" + This reverts commit 6aa8957889611fbe7f06353f917cfb3d9620a680. +- commit 5376e5a + +------------------------------------------------------------------- +Fri Sep 13 09:47:38 CEST 2024 - osalvador@suse.de + +- Revert "mm, kmsan: fix infinite recursion due to RCU critical section" + This reverts commit 16ad73a9f4c2888f3bc28513f5e9a88d753f8741. +- commit 505329c + +------------------------------------------------------------------- +Fri Sep 13 09:47:23 CEST 2024 - osalvador@suse.de + +- Revert "mm: prevent derefencing NULL ptr in pfn_section_valid()" + This reverts commit 35f619d3c421219e07bc89d2d6a37fbff25519fe. +- commit 937414d + +------------------------------------------------------------------- +Fri Sep 13 09:36:57 CEST 2024 - tiwai@suse.de + +- ata: libata: Fix memory leak for error path in ata_host_alloc() + (git-fixes). +- devres: Initialize an uninitialized struct member + (stable-fixes). +- ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX + for potentially broken alignment (stable-fixes). +- ASoC: topology: Properly initialize soc_enum values + (stable-fixes). +- ALSA: hda: Add input value sanity checks to HDMI channel map + controls (stable-fixes). +- ALSA: control: Apply sanity check of input values for user + elements (stable-fixes). +- crypto: qat - fix unintentional re-enabling of error interrupts + (stable-fixes). +- drm/amd/display: Run DC_LOG_DC after checking link->link_enc + (stable-fixes). +- drm/amd/display: Check UnboundedRequestEnabled's value + (stable-fixes). +- drm/amd: Add gfx12 swizzle mode defs (stable-fixes). +- Bluetooth: btnxpuart: Fix Null pointer dereference in + btnxpuart_flush() (stable-fixes). +- can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 + of mcp2518fd (stable-fixes). +- can: mcp251xfd: rx: prepare to workaround broken RX FIFO head + index erratum (stable-fixes). +- can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out + in separate function (stable-fixes). +- can: mcp251xfd: clarify the meaning of timestamp (stable-fixes). +- can: kvaser_pciefd: Skip redundant NULL pointer check in ISR + (stable-fixes). +- ACPI: processor: Fix memory leaks in error paths of + processor_add() (stable-fixes). +- ACPI: processor: Return an error if acpi_processor_get_info() + fails in processor_add() (stable-fixes). +- cpufreq: amd-pstate: fix the highest frequency issue which + limits performance (git-fixes). +- cpufreq: amd-pstate: Enable amd-pstate preferred core support + (stable-fixes). +- ACPI: CPPC: Add helper to get the highest performance value + (stable-fixes). +- Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync + queue (stable-fixes). +- Bluetooth: hci_event: Use HCI error defines instead of magic + values (stable-fixes). +- commit 96be389 + +------------------------------------------------------------------- +Thu Sep 12 18:27:42 CEST 2024 - jgross@suse.com + +- virtio_net: Fix napi_skb_cache_put warning (git-fixes). +- commit 860ef0a + +------------------------------------------------------------------- +Thu Sep 12 17:53:52 CEST 2024 - jgross@suse.com + +- virtio_net: fixing XDP for fully checksummed packets handling + (git-fixes). +- commit 77fb9e7 + +------------------------------------------------------------------- +Thu Sep 12 16:53:20 CEST 2024 - mfranc@suse.cz + +- s390/dasd: Fix redundant /proc/dasd* entries removal + (bsc#1227694). +- commit b66530a + +------------------------------------------------------------------- +Thu Sep 12 16:08:18 CEST 2024 - tiwai@suse.de + +- Move upstreamed input patch into sorted section +- commit e197a51 + +------------------------------------------------------------------- +Thu Sep 12 16:07:50 CEST 2024 - jgross@suse.com + +- blacklist.conf: add db5247d9bf5c ("vhost_task: Handle SIGKILL by flushing work and exiting") +- commit 7acfcbb + +------------------------------------------------------------------- +Thu Sep 12 16:06:12 CEST 2024 - jgross@suse.com + +- KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM + support is missing (git-fixes). +- commit 42f7b0c + +------------------------------------------------------------------- +Thu Sep 12 15:32:38 CEST 2024 - jgross@suse.com + +- KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS + (git-fixes). +- commit 610cfdd + +------------------------------------------------------------------- +Thu Sep 12 14:27:30 CEST 2024 - jgross@suse.com + +- KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3 + (git-fixes). +- commit bae7627 + +------------------------------------------------------------------- +Thu Sep 12 13:58:10 CEST 2024 - jroedel@suse.de + +- kABI: Workaround kABI change in + patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch + (git-fixes). +- Refresh + patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch. +- commit d37ca1f + +------------------------------------------------------------------- +Thu Sep 12 13:45:38 CEST 2024 - jgross@suse.com + +- blacklist.conf: add 778c350eb580 ("Revert KVM: async_pf: avoid recursive flushing of work items") +- commit 3ff1683 + +------------------------------------------------------------------- +Thu Sep 12 13:44:28 CEST 2024 - jgross@suse.com + +- KVM: arm64: Do not re-initialize the KVM lock (git-fixes). +- commit b05c6c8 + +------------------------------------------------------------------- +Thu Sep 12 13:43:32 CEST 2024 - mfranc@suse.cz + +- s390/dasd: Remove DMA alignment (LTC#208933 bsc#1230426 + git-fixes). +- commit 5b1f3c2 + +------------------------------------------------------------------- +Thu Sep 12 13:01:55 CEST 2024 - jgross@suse.com + +- KVM: arm64: vgic-v2: Check for non-NULL vCPU in + vgic_v2_parse_attr() (git-fixes). +- commit 4ccaaf2 + +------------------------------------------------------------------- +Thu Sep 12 11:54:51 CEST 2024 - jgross@suse.com + +- KVM: arm64: Don't pass a TLBI level hint when zapping table + entries (git-fixes). +- commit e3cb3e5 + +------------------------------------------------------------------- +Thu Sep 12 10:18:36 CEST 2024 - jgross@suse.com + +- blacklist.conf: add f62d4c3eb687 ("KVM: arm64: Don't defer TLB invalidation when zapping table entries") +- commit 80a75dc + +------------------------------------------------------------------- +Thu Sep 12 10:11:31 CEST 2024 - jgross@suse.com + +- blacklist.conf: add c60d847be7b8 ("KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()") +- commit 518faac + +------------------------------------------------------------------- +Thu Sep 12 10:05:18 CEST 2024 - jgross@suse.com + +- KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID + (git-fixes). +- commit 9d7939a + +------------------------------------------------------------------- +Thu Sep 12 09:24:12 CEST 2024 - jgross@suse.com + +- KVM: arm64: Block unsafe FF-A calls from the host (git-fixes). +- commit 6327e50 + +------------------------------------------------------------------- +Thu Sep 12 08:45:03 CEST 2024 - tiwai@suse.de + +- minmax: reduce min/max macro expansion in atomisp driver + (git-fixes). +- commit 6d37707 + +------------------------------------------------------------------- +Thu Sep 12 00:21:04 CEST 2024 - dsterba@suse.com + +- net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() (CVE-2024-44971 bsc#1230211) +- commit f262d95 + +------------------------------------------------------------------- +Thu Sep 12 00:03:14 CEST 2024 - dsterba@suse.com + +- tcp: prevent concurrent execution of tcp_sk_exit_batch (CVE-2024-44991 bsc#1230195) +- commit 179b01d + +------------------------------------------------------------------- +Wed Sep 11 23:47:51 CEST 2024 - dsterba@suse.com + +- bonding: fix xfrm real_dev null pointer dereference (CVE-2024-44989 bsc#1230193) +- commit 5caf0d2 + +------------------------------------------------------------------- +Wed Sep 11 21:03:51 CEST 2024 - tonyj@suse.de + +- perf arch events: Fix duplicate RISC-V SBI firmware event name + (git-fixes). +- commit 4570763 + +------------------------------------------------------------------- +Wed Sep 11 21:02:13 CEST 2024 - tonyj@suse.de + +- perf tool: fix dereferencing NULL al->maps (git-fixes). +- commit 5e4751b + +------------------------------------------------------------------- +Wed Sep 11 21:01:00 CEST 2024 - tonyj@suse.de + +- perf intel-pt: Fix exclude_guest setting (git-fixes). +- commit e69b63b + +------------------------------------------------------------------- +Wed Sep 11 21:00:37 CEST 2024 - tonyj@suse.de + +- perf intel-pt: Fix aux_watermark calculation for 64-bit size + (git-fixes). +- commit e3b3bca + +------------------------------------------------------------------- +Wed Sep 11 21:00:11 CEST 2024 - tonyj@suse.de + +- perf report: Fix condition in sort__sym_cmp() (git-fixes). +- commit c3e65ee + +------------------------------------------------------------------- +Wed Sep 11 20:59:48 CEST 2024 - tonyj@suse.de + +- perf pmus: Fixes always false when compare duplicates aliases + (git-fixes). +- commit 8eeac69 + +------------------------------------------------------------------- +Wed Sep 11 20:58:58 CEST 2024 - tonyj@suse.de + +- tools/perf: Fix the string match for "/tmp/perf-$PID.map" + files in dso__load (git-fixes). +- commit 9a7d0fb + +------------------------------------------------------------------- +Wed Sep 11 20:10:22 CEST 2024 - krisman@suse.de + +- bonding: fix null pointer deref in bond_ipsec_offload_ok + (CVE-2024-44990 bsc#1230194). +- media: aspeed: Fix memory overwrite if timing is 1600x900 + (CVE-2023-52916 bsc#1230269). +- commit 7cce3c7 + +------------------------------------------------------------------- +Wed Sep 11 20:02:12 CEST 2024 - tonyj@suse.de + +- perf test: Make test_arm_callgraph_fp.sh more robust + (git-fixes). +- commit 8d430e5 + +------------------------------------------------------------------- +Wed Sep 11 20:01:10 CEST 2024 - tonyj@suse.de + +- perf stat: Fix the hard-coded metrics calculation on the hybrid + (git-fixes). +- commit 0fe6062 + +------------------------------------------------------------------- +Wed Sep 11 20:00:19 CEST 2024 - tonyj@suse.de + +- perf pmu: Assume sysfs events are always the same case + (git-fixes). +- Refresh + patches.suse/perf-pmu-Count-sys-and-cpuid-JSON-events-separately.patch. +- commit 0eb9b05 + +------------------------------------------------------------------- +Wed Sep 11 19:55:17 CEST 2024 - krisman@suse.de + +- rtla/osnoise: Prevent NULL dereference in error handling + (CVE-2024-45002 bsc#1230169). +- net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink + (CVE-2024-44970 bsc#1230209). +- commit 33e2b5d + +------------------------------------------------------------------- +Wed Sep 11 15:37:24 CEST 2024 - oneukum@suse.com + +- lirc: rc_dev_get_from_fd(): fix file leak (git-fixes). +- commit b3b20de + +------------------------------------------------------------------- +Wed Sep 11 11:18:24 CEST 2024 - oneukum@suse.com + +- thunderbolt: Fix calculation of consumed USB3 bandwidth on a + path (git-fixes). +- commit c3642e6 + +------------------------------------------------------------------- +Wed Sep 11 11:17:35 CEST 2024 - marco.crivellari@suse.com + +- Move fixes into sorted section (bsc#1230119) +- commit c8d5e3a + +------------------------------------------------------------------- +Wed Sep 11 08:22:13 CEST 2024 - tiwai@suse.de + +- Refresh patches.suse/ipmi-ssif-Improve-detecting-during-probing.patch + Add commit id and move away from out-of-tree section +- commit ceb6869 + +------------------------------------------------------------------- +Wed Sep 11 08:18:46 CEST 2024 - tiwai@suse.de + +- Move upstreamed kaslr patch into sorted section +- commit 554594b + +------------------------------------------------------------------- +Wed Sep 11 03:53:47 CEST 2024 - dsterba@suse.com + +- net: dsa: mv88e6xxx: Fix out-of-bound access (CVE-2024-44988 bsc#1230192) +- commit 5ca3065 + +------------------------------------------------------------------- +Wed Sep 11 02:46:36 CEST 2024 - dsterba@suse.com + +- ipv6: prevent UAF in ip6_send_skb() (CVE-2024-44987 bsc#1230185) +- commit 075c292 + +------------------------------------------------------------------- +Wed Sep 11 01:23:19 CEST 2024 - tonyj@suse.de + +- perf tools: Add/use PMU reverse lookup from config to name + (git-fixes). +- commit 62632fc + +------------------------------------------------------------------- +Wed Sep 11 01:22:35 CEST 2024 - tonyj@suse.de + +- perf tools: Use pmus to describe type from attribute + (git-fixes). +- commit 3dc616b + +------------------------------------------------------------------- +Wed Sep 11 01:21:48 CEST 2024 - tonyj@suse.de + +- perf: script: add raw|disasm arguments to --insn-trace option + (git-fixes). +- Refresh + patches.suse/perf-script-Show-also-errors-for-insn-trace-option.patch. +- commit f716aa4 + +------------------------------------------------------------------- +Wed Sep 11 01:20:25 CEST 2024 - tonyj@suse.de + +- perf annotate: Use global annotation_options (git-fixes). +- Refresh + patches.suse/perf-annotate-Fix-annotation_calc_lines-to-pass-correct-address-to-get_srcline.patch. +- commit b70a6bc + +------------------------------------------------------------------- +Wed Sep 11 01:18:59 CEST 2024 - tonyj@suse.de + +- perf top: Convert to the global annotation_options (git-fixes). +- commit c12ae1d + +------------------------------------------------------------------- +Wed Sep 11 01:18:24 CEST 2024 - tonyj@suse.de + +- perf report: Convert to the global annotation_options + (git-fixes). +- commit e5bcc3a + +------------------------------------------------------------------- +Wed Sep 11 01:17:17 CEST 2024 - tonyj@suse.de + +- perf annotate: Introduce global annotation_options (git-fixes). +- commit b458961 + +------------------------------------------------------------------- +Wed Sep 11 01:15:20 CEST 2024 - tonyj@suse.de + +- perf maps: Move symbol maps functions to maps.c (git-fixes). +- Refresh + patches.suse/perf-symbols-Fix-ownership-of-string-in-dso__load_vmlinux.patch. +- commit 93caf35 + +------------------------------------------------------------------- +Wed Sep 11 01:14:00 CEST 2024 - tonyj@suse.de + +- perf annotate: Split branch stack cycles information out of + 'struct annotation_line' (git-fixes). +- commit 733d4c0 + +------------------------------------------------------------------- +Wed Sep 11 01:12:23 CEST 2024 - tonyj@suse.de + +- perf machine thread: Remove exited threads by default + (git-fixes). +- commit 3c4b077 + +------------------------------------------------------------------- +Wed Sep 11 01:07:44 CEST 2024 - dsterba@suse.com + +- Update references for patches.suse/ipv6-fix-possible-UAF-in-ip6_finish_output2.patch (CVE-2024-44986 bsc#1230230 bsc#1230206) +- commit 814e7ee + +------------------------------------------------------------------- +Wed Sep 11 01:04:13 CEST 2024 - dsterba@suse.com + +- bnxt_en: Fix double DMA unmapping for XDP_REDIRECT (CVE-2024-44984 bsc#1230240) +- commit 43e2e07 + +------------------------------------------------------------------- +Wed Sep 11 01:01:49 CEST 2024 - dsterba@suse.com + +- gtp: pull network headers in gtp_dev_xmit() (CVE-2024-44999 bsc#1230233) +- commit 057aaf8 + +------------------------------------------------------------------- +Tue Sep 10 23:52:30 CEST 2024 - tonyj@suse.de + +- perf record: Lazy load kernel symbols (git-fixes). +- commit 84efd43 + +------------------------------------------------------------------- +Tue Sep 10 23:51:23 CEST 2024 - tonyj@suse.de + +- Detect memory allocation failure in + annotated_source__alloc_histograms (bsc#1227962). +- commit 6424d7a + +------------------------------------------------------------------- +Tue Sep 10 23:15:37 CEST 2024 - tonyj@suse.de + +- Add alternate commit id for git-fixes. + Refresh + patches.suse/perf-evlist-Fix-evlist__new_default-for-1-core-PMU.patch. +- commit 3b7c481 + +------------------------------------------------------------------- +Tue Sep 10 22:35:09 CEST 2024 - oneukum@suse.com + +- thunderbolt: There are only 5 basic router registers in pre-USB4 + routers (git-fixes). +- commit 065ac58 + +------------------------------------------------------------------- +Tue Sep 10 16:26:33 CEST 2024 - oneukum@suse.com + +- thunderbolt: Fix rollback in tb_port_lane_bonding_enable() + for lane 1 (git-fixes). +- commit 108e81e + +------------------------------------------------------------------- +Tue Sep 10 15:26:32 CEST 2024 - iivanov@suse.de + +- ipmi:ssif: Improve detecting during probing (bsc#1228771) +- commit db0a09e + +------------------------------------------------------------------- +Tue Sep 10 15:19:17 CEST 2024 - oneukum@suse.com + +- thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_show + (git-fixes). +- commit b11c099 + ------------------------------------------------------------------- Tue Sep 10 15:18:24 CEST 2024 - tiwai@suse.de @@ -28,6 +2517,774 @@ Tue Sep 10 15:18:24 CEST 2024 - tiwai@suse.de patches.suse/soundwire-stream-fix-programming-slave-ports-for-non.patch - commit 5c05eeb +------------------------------------------------------------------- +Tue Sep 10 14:16:39 CEST 2024 - fdmanana@suse.com + +- btrfs: fix race between direct IO write and fsync when using + same fd (git-fixes). +- commit dc59ebc + +------------------------------------------------------------------- +Tue Sep 10 12:26:21 CEST 2024 - vbabka@suse.cz + +- mm/swap: fix race when skipping swapcache (CVE-2024-26759 + bsc#1230340). +- commit 990c0c6 + +------------------------------------------------------------------- +Tue Sep 10 10:14:45 CEST 2024 - tiwai@suse.de + +- kABI workaround for cros_ec stuff (git-fixes). +- commit cb01b4e + +------------------------------------------------------------------- +Tue Sep 10 10:12:25 CEST 2024 - tiwai@suse.de + +- platform/chrome: cros_ec_lpc: MEC access can use an AML mutex + (stable-fixes). +- commit d9de020 + +------------------------------------------------------------------- +Mon Sep 9 16:28:50 CEST 2024 - ohering@suse.de + +- Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic + (git-fixes). +- uio_hv_generic: Fix kernel NULL pointer dereference in + hv_uio_rescind (git-fixes). +- net: mana: Fix error handling in mana_create_txq/rxq's NAPI + cleanup (git-fixes). +- commit 27572d4 + +------------------------------------------------------------------- +Mon Sep 9 15:45:39 CEST 2024 - jgross@suse.com + +- x86/pat: Fix W^X violation false-positives when running as + Xen PV guest (bsc#1221527). +- commit 9acf0ca + +------------------------------------------------------------------- +Mon Sep 9 15:10:48 CEST 2024 - jgross@suse.com + +- x86/pat: Restructure _lookup_address_cpa() (bsc#1221527). +- commit 56f7c9c + +------------------------------------------------------------------- +Mon Sep 9 14:31:54 CEST 2024 - msuchanek@suse.de + +- powerpc/qspinlock: Fix deadlock in MCS queue (bac#1230295 + ltc#206656). +- commit c4a2ba1 + +------------------------------------------------------------------- +Mon Sep 9 14:16:06 CEST 2024 - mwilck@suse.com + +- Refresh + patches.kabi/kabi-dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. +- Refresh + patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. +- commit 73c5a36 + +------------------------------------------------------------------- +Mon Sep 9 14:15:26 CEST 2024 - jgross@suse.com + +- x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops() + (bsc#1221527). +- commit 84d383c + +------------------------------------------------------------------- +Mon Sep 9 13:42:45 CEST 2024 - jgross@suse.com + +- x86/pat: Introduce lookup_address_in_pgd_attr() (bsc#1221527). +- commit 09ca5ca + +------------------------------------------------------------------- +Mon Sep 9 11:09:32 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Replace dm_execute_dmub_cmd with + dc_wake_and_execute_dmub_cmd (git-fixes). +- commit 6d87705 + +------------------------------------------------------------------- +Mon Sep 9 11:05:58 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: make hash table duplicates more survivable + (stable-fixes). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 62f6e12 + +------------------------------------------------------------------- +Mon Sep 9 10:59:52 CEST 2024 - tiwai@suse.de + +- VMCI: Fix use-after-free when removing resource in + vmci_resource_remove() (git-fixes). +- misc: fastrpc: Fix double free of 'buf' in error path + (git-fixes). +- iio: fix scale application in + iio_convert_raw_to_processed_unlocked (git-fixes). +- iio: adc: ad7124: fix config comparison (git-fixes). +- iio: adc: ad7124: fix chip ID mismatch (git-fixes). +- iio: buffer-dmaengine: fix releasing dma channel on error + (git-fixes). +- iio: adc: ad7606: remove frstdata check for serial mode + (git-fixes). +- staging: iio: frequency: ad9834: Validate frequency parameter + value (git-fixes). +- usb: dwc3: Avoid waking up gadget during startxfer (git-fixes). +- net: usb: qmi_wwan: add MeiG Smart SRM825L (stable-fixes). +- drm/gpuvm: fix missing dependency to DRM_EXEC (git-fixes). +- drm: panel-orientation-quirks: Add quirk for OrangePi Neo + (stable-fixes). +- drm/fb-helper: Don't schedule_work() to flush frame buffer + during panic() (stable-fixes). +- PCI: al: Check IORESOURCE_BUS existence during probe + (stable-fixes). +- usb: typec: ucsi: Fix null pointer dereference in trace + (stable-fixes). +- usbip: Don't submit special requests twice (stable-fixes). +- media: uvcvideo: Enforce alignment of frame and interval + (stable-fixes). +- wifi: ath12k: initialize 'ret' in + ath12k_dp_rxdma_ring_sel_config_wcn7850() (stable-fixes). +- wifi: ath11k: initialize 'ret' in + ath11k_qmi_load_file_target_mem() (stable-fixes). +- wifi: ath12k: initialize 'ret' in + ath12k_qmi_load_file_target_mem() (stable-fixes). +- wifi: rtw89: ser: avoid multiple deinit on same CAM + (stable-fixes). +- wifi: mac80211: check ieee80211_bss_info_change_notify() + against MLD (stable-fixes). +- wifi: cfg80211: restrict operation during radar detection + (stable-fixes). +- pwm: xilinx: Fix u32 overflow issue in 32-bit width PWM mode + (stable-fixes). +- hwmon: (k10temp) Check return value of amd_smn_read() + (stable-fixes). +- regmap: spi: Fix potential off-by-one when calculating reserved + size (stable-fixes). +- commit 73bbd93 + +------------------------------------------------------------------- +Mon Sep 9 10:17:13 CEST 2024 - tiwai@suse.de + +- clocksource/drivers/imx-tpm: Fix next event not taking effect + sometime (git-fixes). +- clocksource/drivers/imx-tpm: Fix return -ETIME when delta + exceeds INT_MAX (git-fixes). +- dma-debug: avoid deadlock between dma debug vs printk and + netconsole (stable-fixes). +- drm/amdgpu: fix contiguous handling for IB parsing v2 + (git-fixes). +- dmaengine: altera-msgdma: properly free descriptor in + msgdma_free_descriptor (stable-fixes). +- dmaengine: altera-msgdma: use irq variant of spin_lock/unlock + while invoking callbacks (stable-fixes). +- driver: iio: add missing checks on iio_info's callback access + (stable-fixes). +- drm/amd/display: Skip wbscl_set_scaler_filter if filter is null + (stable-fixes). +- drm/amd/display: Check BIOS images before it is used + (stable-fixes). +- drm/amd/display: Avoid overflow from uint32_t to uint8_t + (stable-fixes). +- drm/amd/display: use preferred link settings for dp signal only + (stable-fixes). +- drm/amd/display: Remove register from DCN35 DMCUB diagnostic + collection (stable-fixes). +- drm/amd/display: Correct the defined value for + AMDGPU_DMUB_NOTIFICATION_MAX (stable-fixes). +- drm/amd/display: added NULL check at start of dc_validate_stream + (stable-fixes). +- drm/amd/display: Wake DMCUB before sending a command for replay + feature (stable-fixes). +- drm/amd/display: Don't use fsleep for PSR exit waits on dmub + replay (stable-fixes). +- drm/amdgpu: fix overflowed constant warning in + mmhub_set_clockgating() (stable-fixes). +- drm/amdgpu: add lock in kfd_process_dequeue_from_device + (stable-fixes). +- drm/amdgpu: add lock in amdgpu_gart_invalidate_tlb + (stable-fixes). +- drm/amdgpu: add skip_hw_access checks for sriov (stable-fixes). +- drm/bridge: tc358767: Check if fully initialized before + signalling HPD event via IRQ (stable-fixes). +- drm/meson: plane: Add error handling (stable-fixes). +- drm/drm-bridge: Drop conditionals around of_node pointers + (stable-fixes). +- drm/amd/display: Add null checks for 'stream' and 'plane' + before dereferencing (stable-fixes). +- drm/amdgu: fix Unintentional integer overflow for mall size + (stable-fixes). +- drm/amdgpu: update type of buf size to u32 for eeprom functions + (stable-fixes). +- drm/amd/display: Fix pipe addition logic in + calc_blocks_to_ungate DCN35 (stable-fixes). +- drm/kfd: Correct pinned buffer handling at kfd restore and + validate process (stable-fixes). +- drm/amd/pm: check negtive return for table entries + (stable-fixes). +- drm/amdgpu: the warning dereferencing obj for nbio_v7_4 + (stable-fixes). +- drm/amd/pm: check specific index for smu13 (stable-fixes). +- drm/amd/pm: check specific index for aldebaran (stable-fixes). +- drm/amdgpu: fix the waring dereferencing hive (stable-fixes). +- drm/amdgpu: fix dereference after null check (stable-fixes). +- drm/amdgpu: Fix the warning division or modulo by zero + (stable-fixes). +- drm/amdgpu/pm: Check input value for CUSTOM profile mode + setting on legacy SOCs (stable-fixes). +- drm/amdkfd: Reconcile the definition and use of oem_id in + struct kfd_topology_device (stable-fixes). +- drm/amdgpu: fix mc_data out-of-bounds read warning + (stable-fixes). +- drm/amdgpu: fix ucode out-of-bounds read warning (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warning in + amdgpu_info_ioctl (stable-fixes). +- drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number + (stable-fixes). +- drm/amdkfd: Check debug trap enable before write dbg_ev_file + (stable-fixes). +- drm/amdgpu: Fix out-of-bounds write warning (stable-fixes). +- drm/amdgpu: Fix the uninitialized variable warning + (stable-fixes). +- drm/amdgpu/pm: Fix uninitialized variable agc_btc_response + (stable-fixes). +- drm/amdgpu/pm: Fix uninitialized variable warning for smu10 + (stable-fixes). +- drm/amd/pm: fix uninitialized variable warnings for vangogh_ppt + (stable-fixes). +- drm/amd/amdgpu: Check tbo resource pointer (stable-fixes). +- drm/amd/display: Fix index may exceed array range within + fpu_update_bw_bounding_box (stable-fixes). +- drm/amd/display: Skip inactive planes within + ModeSupportAndSystemConfiguration (stable-fixes). +- drm/amd/display: Ensure index calculation will not overflow + (stable-fixes). +- drm/amd/display: Fix Coverity INTEGER_OVERFLOW within + decide_fallback_link_setting_max_bw_policy (stable-fixes). +- drm/amd/display: Spinlock before reading event (stable-fixes). +- drm/amd/display: Fix Coverity INTEGER_OVERFLOW within + dal_gpio_service_create (stable-fixes). +- drm/amd/display: Fix Coverity INTERGER_OVERFLOW within + construct_integrated_info (stable-fixes). +- drm/amd/display: Check msg_id before processing transcation + (stable-fixes). +- drm/amd/display: Check num_valid_sets before accessing + reader_wm_sets[] (stable-fixes). +- drm/amd/display: Add array index check for hdcp ddc access + (stable-fixes). +- drm/amd/display: Check index for aux_rd_interval before using + (stable-fixes). +- drm/amd/display: Stop amdgpu_dm initialize when stream nums + greater than 6 (stable-fixes). +- drm/amd/display: Check gpio_id before used as array index + (stable-fixes). +- drm/amd/display: Ensure array index tg_inst won't be -1 + (stable-fixes). +- drm/amdgpu: avoid reading vf2pf info size from FB + (stable-fixes). +- drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr + (stable-fixes). +- drm/amdgpu: fix uninitialized scalar variable warning + (stable-fixes). +- drm/amd/pm: fix the Out-of-bounds read warning (stable-fixes). +- drm/amd/pm: Fix negative array index read (stable-fixes). +- drm/amd/pm: fix warning using uninitialized value of + max_vid_step (stable-fixes). +- drm/amd/pm: fix uninitialized variable warning for smu8_hwmgr + (stable-fixes). +- drm/amd/pm: fix uninitialized variable warning (stable-fixes). +- drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc + (stable-fixes). +- drm/amdgpu: fix overflowed array index read warning + (stable-fixes). +- drm/amdgpu: Handle sg size limit for contiguous allocation + (stable-fixes). +- drm/amd/display: Assign linear_pitch_alignment even for VM + (stable-fixes). +- drm/amd/display: Handle the case which quad_part is equal 0 + (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warning in + amdgpu_afmt_acr (stable-fixes). +- cpufreq: scmi: Avoid overflow of target_freq in fast switch + (stable-fixes). +- commit e23c4dc + +------------------------------------------------------------------- +Mon Sep 9 08:26:43 CEST 2024 - nmorey@suse.com + +- RDMA/efa: Properly handle unexpected AQ completions (git-fixes) +- commit 8c8b9e5 + +------------------------------------------------------------------- +Sun Sep 8 10:09:13 CEST 2024 - tiwai@suse.de + +- clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPs + (git-fixes). +- clk: qcom: gcc-sm8550: Don't park the USB RCG at registration + time (git-fixes). +- clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs + (git-fixes). +- clk: qcom: ipq9574: Update the alpha PLL type for GPLLs + (git-fixes). +- clk: qcom: clk-alpha-pll: Fix zonda set_rate failure when PLL + is disabled (git-fixes). +- clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate + API (git-fixes). +- clk: qcom: clk-alpha-pll: Fix the pll post div mask (git-fixes). +- commit 060a67a + +------------------------------------------------------------------- +Sat Sep 7 10:20:59 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek - Fix inactive headset mic jack for ASUS + Vivobook 15 X1504VAP (stable-fixes). +- ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx + (stable-fixes). +- ALSA: hda/realtek: Enable Mute Led for HP Victus 15-fb1xxx + (stable-fixes). +- ALSA: hda/realtek: extend quirks for Clevo V5[46]0 + (stable-fixes). +- ALSA: hda/realtek: add patch for internal mic in Lenovo V145 + (stable-fixes). +- ALSA: hda/conexant: Add pincfg quirk to enable top speakers + on Sirius devices (stable-fixes). +- commit 5538dd8 + +------------------------------------------------------------------- +Sat Sep 7 10:18:31 CEST 2024 - tiwai@suse.de + +- ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode + (git-fixes). +- ASoc: SOF: topology: Clear SOF link platform name upon unload + (git-fixes). +- ASoC: tegra: Fix CBB error during probe() (git-fixes). +- ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object (git-fixes). +- mmc: cqhci: Fix checking of CQHCI_HALT state (git-fixes). +- mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K + (git-fixes). +- mmc: sdhci-of-aspeed: fix module autoloading (git-fixes). +- mmc: core: apply SD quirks earlier during probe (git-fixes). +- gpio: modepin: Enable module autoloading (git-fixes). +- gpio: rockchip: fix OF node leak in probe() (git-fixes). +- Revert "drm/amdgpu: align pp_power_profile_mode with kernel + docs" (stable-fixes). +- nouveau: fix the fwsec sb verification register (git-fixes). +- drm/i915/fence: Mark debug_fence_free() with __maybe_unused + (git-fixes). +- drm/i915/fence: Mark debug_fence_init_onstack() with + __maybe_unused (git-fixes). +- drm/i915: Do not attempt to load the GSC multiple times + (git-fixes). +- commit 7a89765 + +------------------------------------------------------------------- +Fri Sep 6 17:33:50 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-43886 bsc#1229748: not applicable, functionality not present + The fix adds a NULL check but it is already there in this codebase. The + upstream fix is for patch 5db346c256bbac ("drm/amd/display: update pipe + topology log to support subvp") that adds a secondary display and + refactors code so the NULL check gets lost in + resource_log_pipe_topology_update(). +- commit b9c5bf2 + +------------------------------------------------------------------- +Fri Sep 6 15:56:40 CEST 2024 - dsterba@suse.com + +- ipv6: fix possible UAF in ip6_finish_output2() (bsc#1230206) +- commit 64f6ea9 + +------------------------------------------------------------------- +Fri Sep 6 15:55:20 CEST 2024 - dsterba@suse.com + +- ipv6: prevent possible UAF in ip6_xmit() (CVE-2024-44985 bsc#1230206) +- commit 209198a + +------------------------------------------------------------------- +Fri Sep 6 11:03:05 CEST 2024 - ddiss@suse.de + +- vfs: Don't evict inode under the inode lru traversing context + (CVE-2024-45003 bsc#1230245). +- commit 630b67a + +------------------------------------------------------------------- +Fri Sep 6 09:40:10 CEST 2024 - tiwai@suse.de + +- Restore dropped fields for bluetooth MGMT/SMP structs + (git-fixes). +- commit 5313ecb + +------------------------------------------------------------------- +Fri Sep 6 09:35:49 CEST 2024 - tiwai@suse.de + +- usbnet: modern method to get random MAC (git-fixes). +- net: phy: Fix missing of_node_put() for leds (git-fixes). +- Bluetooth: MGMT: Ignore keys being loaded with invalid type + (git-fixes). +- Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP + over BREDR/LE" (git-fixes). +- can: mcp251x: fix deadlock if an interrupt occurs during + mcp251x_open (git-fixes). +- can: mcp251xfd: fix ring configuration when switching from + CAN-CC to CAN-FD mode (git-fixes). +- can: m_can: Release irq on error in m_can_open (git-fixes). +- can: bcm: Remove proc entry when dev is unregistered + (git-fixes). +- spi: rockchip: Resolve unbalanced runtime PM / system PM + handling (git-fixes). +- regulator: core: Stub devm_regulator_bulk_get_const() if + !CONFIG_REGULATOR (git-fixes). +- platform/x86: dell-smbios: Fix error path in dell_smbios_init() + (git-fixes). +- commit b6769e6 + +------------------------------------------------------------------- +Fri Sep 6 09:25:33 CEST 2024 - jslaby@suse.cz + +- serial: sc16is7xx: fix invalid FIFO access with special register + set (CVE-2024-44950 bsc#1230180). +- serial: sc16is7xx: fix TX fifo corruption (CVE-2024-44951 + bsc#1230181). +- serial: sc16is7xx: refactor FIFO access functions to increase + commonality (CVE-2024-44951 bsc#1230181). +- commit 4ab54b2 + +------------------------------------------------------------------- +Fri Sep 6 04:44:02 CEST 2024 - neilb@suse.de + +- NFS: never reuse a NFSv4.0 lock-owner (bsc#1227726). +- commit ed692a4 + +------------------------------------------------------------------- +Thu Sep 5 15:48:03 CEST 2024 - tiwai@suse.de + +- atm: idt77252: prevent use after free in dequeue_rx() + (CVE-2024-44998 bsc#1230171). +- commit fd57936 + +------------------------------------------------------------------- +Thu Sep 5 13:46:27 CEST 2024 - sjaeckel@suse.de + +- tcp: add sanity checks to rx zerocopy (CVE-2024-26640 + bsc#1221650). +- commit 21286c2 + +------------------------------------------------------------------- +Thu Sep 5 10:29:45 CEST 2024 - oneukum@suse.com + +- USB: serial: option: add MeiG Smart SRM825L (git-fixes). +- commit 047a639 + +------------------------------------------------------------------- +Thu Sep 5 10:27:44 CEST 2024 - ailiop@suse.com + +- nilfs2: fix state management in error path of log writing + function (git-fixes). +- commit 9b55988 + +------------------------------------------------------------------- +Thu Sep 5 10:24:07 CEST 2024 - oneukum@suse.com + +- cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller + (git-fixes). +- commit a322b71 + +------------------------------------------------------------------- +Thu Sep 5 10:22:18 CEST 2024 - oneukum@suse.com + +- usb: dwc3: core: Prevent USB core invalid event buffer address + access (git-fixes). +- commit de7b6b3 + +------------------------------------------------------------------- +Thu Sep 5 10:21:00 CEST 2024 - ailiop@suse.com + +- nilfs2: fix missing cleanup on rollforward recovery error + (git-fixes). +- commit b4149d3 + +------------------------------------------------------------------- +Thu Sep 5 10:19:06 CEST 2024 - ailiop@suse.com + +- nilfs2: protect references to superblock parameters exposed + in sysfs (git-fixes). +- commit e7215f6 + +------------------------------------------------------------------- +Thu Sep 5 10:04:58 CEST 2024 - iivanov@suse.de + +- arm64: tlb: Allow range operation for MAX_TLBI_RANGE_PAGES (bsc#1229585) +- commit a52467b + +------------------------------------------------------------------- +Thu Sep 5 10:03:22 CEST 2024 - iivanov@suse.de + +- arm64: tlb: Improve __TLBI_VADDR_RANGE() (bsc#1229585) +- commit 26752eb + +------------------------------------------------------------------- +Thu Sep 5 10:01:51 CEST 2024 - iivanov@suse.de + +- arm64: tlb: Fix TLBI RANGE operand (bsc#1229585) +- commit 24bd468 + +------------------------------------------------------------------- +Thu Sep 5 09:56:43 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()") (bsc#1229585) +- commit 29fbf2b + +------------------------------------------------------------------- +Thu Sep 5 09:52:38 CEST 2024 - iivanov@suse.de + +- arm64/mm: Update tlb invalidation routines for FEAT_LPA2 (bsc#1229585) +- commit b8ec0d4 + +------------------------------------------------------------------- +Thu Sep 5 09:45:29 CEST 2024 - iivanov@suse.de + +- arm64/mm: Modify range-based tlbi to decrement scale (bsc#1229585) +- commit e08c708 + +------------------------------------------------------------------- +Thu Sep 5 08:11:05 CEST 2024 - tiwai@suse.de + +- USB: serial: option: add MeiG Smart SRM825L (stable-fixes). +- cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller + (stable-fixes). +- usb: dwc3: core: Prevent USB core invalid event buffer address + access (stable-fixes). +- selinux,smack: don't bypass permissions check in inode_setsecctx + hook (stable-fixes). +- drm/amdgpu/swsmu: always force a state reprogram on init + (stable-fixes). +- drm/amdgpu: align pp_power_profile_mode with kernel docs + (stable-fixes). +- commit 1d64229 + +------------------------------------------------------------------- +Wed Sep 4 20:36:33 CEST 2024 - krisman@suse.de + +- Resort io_uring kABI patches + These ended up in the wrong section. Push them to the right place, next + to the other io_uring kabi patches. +- commit f218522 + +------------------------------------------------------------------- +Wed Sep 4 20:22:06 CEST 2024 - krisman@suse.de + +- kABI: Split kABI out of 'io_uring: Re-add dummy_ubuf for kABI purposes' + When introducing this patch, I merged the kABI patch with the actual + backport, which is not recommended. Split it up, such that the backport + is similar to the upstream patch and handle the kABI issue exactly the + same way, but through a separate kABI patch. +- commit 5b3aa8f + +------------------------------------------------------------------- +Wed Sep 4 19:19:02 CEST 2024 - krisman@suse.de + +- kABI: Split kABI out of 'io_uring/kbuf: get rid of bl->is_ready' + When introducing this patch, I merged the kABI patch with the actual + backport, which is not recommended. Split it up, such that the backport + is similar to the upstream patch and handle the kABI issue exactly the + same way, but through a separate kABI patch. +- commit d39d376 + +------------------------------------------------------------------- +Wed Sep 4 18:15:43 CEST 2024 - jack@suse.cz + +- ext4: sanity check for NULL pointer after ext4_force_shutdown + (bsc#1229753 CVE-2024-43898). +- commit d9361cb + +------------------------------------------------------------------- +Wed Sep 4 18:15:28 CEST 2024 - jack@suse.cz + +- udf: Fix bogus checksum computation in udf_rename() (bsc#1229389 + CVE-2024-43845). +- commit 985c73e + +------------------------------------------------------------------- +Wed Sep 4 18:15:14 CEST 2024 - jack@suse.cz + +- ext4: fix infinite loop when replaying fast_commit (bsc#1229394 + CVE-2024-43828). +- commit c9c168b + +------------------------------------------------------------------- +Wed Sep 4 18:14:59 CEST 2024 - jack@suse.cz + +- block: fix deadlock between sd_remove & sd_release (bsc#1229371 + CVE-2024-42294). +- commit a556834 + +------------------------------------------------------------------- +Wed Sep 4 18:14:45 CEST 2024 - jack@suse.cz + +- udf: Avoid using corrupted block bitmap buffer (bsc#1229362 + CVE-2024-42306). +- commit 26b3a5d + +------------------------------------------------------------------- +Wed Sep 4 18:14:31 CEST 2024 - jack@suse.cz + +- ext4: check dot and dotdot of dx_root before making dir indexed + (bsc#1229363 CVE-2024-42305). +- commit d42c7e5 + +------------------------------------------------------------------- +Wed Sep 4 18:14:16 CEST 2024 - jack@suse.cz + +- mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray + (bsc#1229001 CVE-2024-42243). +- commit 962c57e + +------------------------------------------------------------------- +Wed Sep 4 18:14:02 CEST 2024 - jack@suse.cz + +- protect the fetch of ->fd[fd] in do_dup2() from mispredictions + (bsc#1229334 CVE-2024-42265). +- commit 1088a58 + +------------------------------------------------------------------- +Wed Sep 4 18:13:49 CEST 2024 - jack@suse.cz + +- ext4: make sure the first directory block is not a hole + (bsc#1229364 CVE-2024-42304). +- commit 0ee54f7 + +------------------------------------------------------------------- +Wed Sep 4 18:08:53 CEST 2024 - davide.benini@suse.com + +- netfilter: ctnetlink: use helper function to calculate expect ID + (CVE-2024-44944 bsc#1229899). +- commit da9b5c6 + +------------------------------------------------------------------- +Wed Sep 4 16:31:48 CEST 2024 - davide.benini@suse.com + +- sctp: Fix null-ptr-deref in reuseport_add_sock() + (CVE-2024-44935 bsc#1229810). +- commit c34ddb2 + +------------------------------------------------------------------- +Wed Sep 4 16:25:21 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Cleanup unused unit structure (bsc#1230119). +- commit 48a66a6 + +------------------------------------------------------------------- +Wed Sep 4 16:19:52 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Apply the unit control RB tree to PCI uncore + units (bsc#1230119). +- commit e202e9f + +------------------------------------------------------------------- +Wed Sep 4 14:58:43 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Apply the unit control RB tree to MSR uncore + units (bsc#1230119). +- commit 8a1e34d + +------------------------------------------------------------------- +Wed Sep 4 14:54:14 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Apply the unit control RB tree to MMIO uncore + units (bsc#1230119). +- commit 956825c + +------------------------------------------------------------------- +Wed Sep 4 14:50:01 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Retrieve the unit ID from the unit control + RB tree (bsc#1230119). +- commit 81ab2f7 + +------------------------------------------------------------------- +Wed Sep 4 14:44:47 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Support per PMU cpumask (bsc#1230119). +- commit e0b1be5 + +------------------------------------------------------------------- +Wed Sep 4 14:40:44 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Save the unit control address of all units + (bsc#1230119). +- commit 3062251 + +------------------------------------------------------------------- +Wed Sep 4 12:54:21 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/intel/uncore: Support HBM and CXL PMON counters + (bsc#1230119). +- commit a4c2665 + +------------------------------------------------------------------- +Wed Sep 4 11:12:20 CEST 2024 - lhenriques@suse.de + +- fuse: update stats for pages in dropped aux writeback list + (bsc#1230125). +- fuse: fix memory leak in fuse_create_open (bsc#1230124). +- fuse: use unsigned type for getxattr/listxattr size truncation + (bsc#1230123). +- commit c8902bc + +------------------------------------------------------------------- +Wed Sep 4 10:16:36 CEST 2024 - mwilck@suse.com + +- Split kabi part of dm_blk_ioctl-implement-path-failover-for-SG_IO.patch +- kabi: dm_blk_ioctl: implement path failover for SG_IO + (bsc#1183045, bsc#1216776). +- Refresh + patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. +- commit 9a2ecb0 + +------------------------------------------------------------------- +Wed Sep 4 07:41:41 CEST 2024 - neilb@suse.de + +- NFSD: Fix frame size warning in svc_export_parse() (git-fixes). +- NFSD: Rewrite synopsis of nfsd_percpu_counters_init() + (git-fixes). +- commit 3ab58b8 + +------------------------------------------------------------------- +Wed Sep 4 07:37:30 CEST 2024 - neilb@suse.de + +- blacklist.conf: These aren't wanted for various reasons. +- commit 39478da + +------------------------------------------------------------------- +Wed Sep 4 00:34:05 CEST 2024 - krisman@suse.de + +- kABI: Split kABI out of io_uring/kbuf: protect io_buffer_list teardown with a + reference + When introducing this patch, I merged the kABI patch with the actual + backport, which is not recommended. Split it up, such that the backport + is similar to the upstream patch and handle the kABI issue exactly the + same way, but through a separate kABI patch. +- commit 08e57d6 + +------------------------------------------------------------------- +Tue Sep 3 16:04:36 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add cf3f9a593dab mm: optimize the redundant loop of mm_update_owner_next() +- commit 3184f0b + +------------------------------------------------------------------- +Tue Sep 3 15:59:41 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: d24f05987ce8 cgroup: Avoid extra dereference in css_populate_dir() +- commit 922f944 + +------------------------------------------------------------------- +Tue Sep 3 14:44:24 CEST 2024 - oneukum@suse.com + +- usb: typec: ucsi: Wait 20ms before reading CCI after a reset + (git-fixes). +- commit 26d16be + ------------------------------------------------------------------- Mon Sep 2 16:22:10 CEST 2024 - lhenriques@suse.de @@ -46,6 +3303,13 @@ Mon Sep 2 15:18:57 CEST 2024 - denis.kirjanov@suse.com - Bluetooth: L2CAP: Fix deadlock (git-fixes). - commit 13aba13 +------------------------------------------------------------------- +Mon Sep 2 14:52:20 CEST 2024 - sjaeckel@suse.de + +- net/sched: act_ct: fix skb leak and crash on ooo frags + (CVE-2023-52610 bsc#1221610). +- commit 7a32533 + ------------------------------------------------------------------- Mon Sep 2 13:51:17 CEST 2024 - denis.kirjanov@suse.com @@ -658,6 +3922,12 @@ Thu Aug 29 12:39:28 CEST 2024 - vkarasulli@suse.de (CVE-2024-42277 bsc#1229409). - commit ede2511 +------------------------------------------------------------------- +Wed Aug 28 22:30:45 CEST 2024 - dsterba@suse.com + +- Update references patches.suse/drm-amd-display-Add-null-checks-for-stream-and-plane.patch (CVE-2024-43904 bsc#1229768 stable-fixes) +- commit aaa26ef + ------------------------------------------------------------------- Wed Aug 28 17:34:22 CEST 2024 - tbogendoerfer@suse.de @@ -839,6 +4109,23 @@ Mon Aug 26 22:10:50 CEST 2024 - dsterba@suse.com - net/mlx5e: Fix CT entry update leaks of modify header context (CVE-2024-43864 bsc#1229496) - commit 316a4fe +------------------------------------------------------------------- +Mon Aug 26 19:15:11 CEST 2024 - msuchanek@suse.de + +- rpm/check-for-config-changes: Exclude ARCH_USING_PATCHABLE_FUNCTION_ENTRY + gcc version dependent, at least on ppc +- commit 16da158 + +------------------------------------------------------------------- +Mon Aug 26 18:24:08 CEST 2024 - mkoutny@suse.com + +- af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg + (bsc#1226846 CVE-2024-38596). +- Update + patches.suse/af_unix-Fix-data-races-around-sk-sk_shutdown.patch + (git-fixes bsc#1226846). +- commit 7ceb0cd + ------------------------------------------------------------------- Mon Aug 26 16:54:37 CEST 2024 - sjaeckel@suse.de @@ -885,6 +4172,13 @@ Mon Aug 26 14:33:10 CEST 2024 - ptesarik@suse.com (git-fixes). - commit 99fe6bb +------------------------------------------------------------------- +Mon Aug 26 13:40:30 CEST 2024 - bdas@suse.de + +- x86/kaslr: Expose and use the end of the physical memory + address space (bsc#1229443). +- commit 5b98c4e + ------------------------------------------------------------------- Mon Aug 26 13:35:28 CEST 2024 - dsterba@suse.com @@ -2787,6 +6081,13 @@ Mon Aug 12 23:18:41 CEST 2024 - lduncan@suse.com - scsi: mpi3mr: Sanitise num_phys (bsc#1228754 CVE-2024-42159). - commit e024eb0 +------------------------------------------------------------------- +Mon Aug 12 21:14:38 CEST 2024 - davide.benini@suse.com + +- tcp_metrics: validate source addr length + (CVE-2024-42154 bsc#1228507). +- commit a83d949 + ------------------------------------------------------------------- Mon Aug 12 18:06:12 CEST 2024 - jlee@suse.com @@ -3683,6 +6984,12 @@ Tue Aug 6 20:10:57 CEST 2024 - lduncan@suse.com CVE-2024-41000). - commit 4cc5e60 +------------------------------------------------------------------- +Tue Aug 6 17:47:46 CEST 2024 - davide.benini@suse.com + +- tipc: force a dst refcount before doing decryption (CVE-2024-40983 bsc#1227819). +- commit cee1bad + ------------------------------------------------------------------- Tue Aug 6 15:43:43 CEST 2024 - davide.benini@suse.com @@ -11119,6 +14426,15 @@ Tue Jul 2 12:30:42 CEST 2024 - fdmanana@suse.com prealloc (bsc#1227101 CVE-2024-37354). - commit 1d355af +------------------------------------------------------------------- +Tue Jul 2 11:39:51 CEST 2024 - dwagner@suse.de + +- blk-mq: add helper for checking if one CPU is mapped to + specified hctx (bsc#1223600). +- blk-mq: don't schedule block kworker on isolated CPUs + (bsc#1223600). +- commit 2b67848 + ------------------------------------------------------------------- Tue Jul 2 09:43:57 CEST 2024 - tbogendoerfer@suse.de @@ -13935,6 +17251,13 @@ Sat Jun 15 09:34:43 CEST 2024 - tiwai@suse.de - drm/komeda: check for error-valued pointer (git-fixes). - commit b393dd7 +------------------------------------------------------------------- +Fri Jun 14 20:27:57 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix use-after-free bug in + cifs_debug_data_proc_show() (bsc#1225487, CVE-2023-52752). +- commit c4e1b53 + ------------------------------------------------------------------- Fri Jun 14 17:55:13 CEST 2024 - mgorman@suse.de diff --git a/kernel-rt.spec b/kernel-rt.spec index 25a83fd..66a1c0a 100644 --- a/kernel-rt.spec +++ b/kernel-rt.spec @@ -19,12 +19,12 @@ %define srcversion 6.4 %define patchversion 6.4.0 -%define git_commit e934c8fe561e3b4e6eeb3d36934180260478343a +%define git_commit b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80 %define variant -rt%{nil} %define compress_modules zstd %define compress_vmlinux xz %define livepatch livepatch%{nil} -%define livepatch_rt %{nil} +%define livepatch_rt 1%{nil} %define sb_efi_only 0 %define split_base 0 %define split_optional 0 @@ -39,7 +39,7 @@ Name: kernel-rt Version: 6.4.0 %if 0%{?is_kotd} -Release: .ge934c8f +Release: .gb49e7e5 %else Release: 0 %endif diff --git a/kernel-rt_debug.changes b/kernel-rt_debug.changes index 89de8a7..431516f 100644 --- a/kernel-rt_debug.changes +++ b/kernel-rt_debug.changes @@ -1,3 +1,1902 @@ +------------------------------------------------------------------- +Tue Oct 15 14:45:11 CEST 2024 - mgorman@suse.de + +- Merge branch 'ALP-current' (0e26fa94003b) into 'ALP-current-RT' +- No -rt specific changes this merge. +- commit b49e7e5 + +------------------------------------------------------------------- +Wed Oct 9 16:07:58 CEST 2024 - nstange@suse.de + +- Enable livepatching related packages on -RT (jsc#PED-1706) +- commit cdfdbf1 + +------------------------------------------------------------------- +Tue Oct 1 11:47:27 CEST 2024 - tiwai@suse.de + +- ACPICA: executer/exsystem: Don't nag user about every Stall() + violating the spec (git-fixes). +- ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCE + (stable-fixes). +- commit f94e799 + +------------------------------------------------------------------- +Tue Oct 1 11:41:13 CEST 2024 - lhenriques@suse.de + +- cachefiles: fix dentry leak in cachefiles_open_file() + (bsc#1231183). +- ceph: remove the incorrect Fw reference check when dirtying + pages (bsc#1231182). +- commit ba82da7 + +------------------------------------------------------------------- +Tue Oct 1 08:04:40 CEST 2024 - tiwai@suse.de + +- can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into + mcp251xfd_chip_start/stop() (stable-fixes). +- Refresh + patches.suse/can-mcp251xfd-clarify-the-meaning-of-timestamp.patch. +- commit 6779985 + +------------------------------------------------------------------- +Tue Oct 1 08:01:28 CEST 2024 - tiwai@suse.de + +- USB: serial: pl2303: add device id for Macrosilicon MS3020 + (stable-fixes). +- powercap/intel_rapl: Add support for AMD family 1Ah + (stable-fixes). +- ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK) + (stable-fixes). +- ASoC: tda7419: fix module autoloading (stable-fixes). +- ASoC: intel: fix module autoloading (stable-fixes). +- ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI + match less strict (stable-fixes). +- ALSA: hda: add HDMI codec ID for Intel PTL (stable-fixes). +- drm: komeda: Fix an issue related to normalized zpos + (stable-fixes). +- can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing + configuration (stable-fixes). +- spi: spidev: Add missing spi_device_id for jg10309-01 + (git-fixes). +- spi: bcm63xx: Enable module autoloading (stable-fixes). +- spi: spidev: Add an entry for elgin,jg10309-01 (stable-fixes). +- hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING + (stable-fixes). +- wifi: iwlwifi: clear trans->state earlier upon error + (stable-fixes). +- wifi: mac80211: free skb on error path in + ieee80211_beacon_get_ap() (stable-fixes). +- wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead + (stable-fixes). +- wifi: iwlwifi: mvm: pause TCM when the firmware is stopped + (stable-fixes). +- wifi: iwlwifi: mvm: fix iwl_mvm_max_scan_ie_fw_cmd_room() + (stable-fixes). +- wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculation + (stable-fixes). +- wifi: iwlwifi: lower message level for FW buffer destination + (stable-fixes). +- platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F + DMI match less strict (stable-fixes). +- pinctrl: at91: make it work with current gpiolib (stable-fixes). +- can: mcp251xfd: properly indent labels (stable-fixes). +- commit a530f31 + +------------------------------------------------------------------- +Mon Sep 30 16:28:50 CEST 2024 - pmladek@suse.com + +- kthread: Fix task state in kthread worker if being frozen + (bsc#1231146). +- commit fe88a62 + +------------------------------------------------------------------- +Mon Sep 30 16:06:33 CEST 2024 - tiwai@suse.de + +- supported.conf: mark adiantum and xctr crypto modules as supported (bsc#1231035) +- commit 59d03d7 + +------------------------------------------------------------------- +Mon Sep 30 14:40:45 CEST 2024 - petr.pavlu@suse.com + +- Refresh + patches.suse/bpf-kprobe-remove-unused-declaring-of-bpf_kprobe_override.patch. +- commit 5a0b269 + +------------------------------------------------------------------- +Mon Sep 30 14:40:05 CEST 2024 - petr.pavlu@suse.com + +- bpf: Fix use-after-free in bpf_uprobe_multi_link_attach() + (git-fixes). +- commit 1884922 + +------------------------------------------------------------------- +Mon Sep 30 14:27:43 CEST 2024 - petr.pavlu@suse.com + +- tracing: Avoid possible softlockup in tracing_iter_reset() + (git-fixes). +- commit d5df75c + +------------------------------------------------------------------- +Mon Sep 30 14:26:41 CEST 2024 - petr.pavlu@suse.com + +- tracing: Fix overflow in get_free_elt() (git-fixes + CVE-2024-43890 bsc#1229764). +- commit ceb524e + +------------------------------------------------------------------- +Mon Sep 30 13:56:20 CEST 2024 - iivanov@suse.de + +- arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry (bsc#1231120 CVE-2024-46822) +- commit cc6d7b5 + +------------------------------------------------------------------- +Mon Sep 30 13:31:57 CEST 2024 - tiwai@suse.de + +- mailbox: bcm2835: Fix timeout during suspend mode (git-fixes). +- mailbox: rockchip: fix a typo in module autoloading (git-fixes). +- i2c: designware: fix controller is holding SCL low while ENABLE + bit is disabled (git-fixes). +- drm/amd/display: handle nulled pipe context in DCE110's + set_drr() (git-fixes). +- drm/amdgpu: Fix get each xcp macro (git-fixes). +- tomoyo: fallback to realpath if symlink's pathname does not + exist (git-fixes). +- cxl/pci: Fix to record only non-zero ranges (git-fixes). +- ata: libata-scsi: Fix ata_msense_control() CDL page reporting + (git-fixes). +- firmware_loader: Block path traversal (git-fixes). +- driver core: Fix a potential null-ptr-deref in + module_add_driver() (git-fixes). +- driver core: Fix error handling in driver API device_rename() + (git-fixes). +- ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate() + (git-fixes). +- iio: magnetometer: ak8975: Fix reading for ak099xx sensors + (git-fixes). +- iio: chemical: bme680: Fix read/write ops to device by adding + mutexes (git-fixes). +- ABI: testing: fix admv8818 attr description (git-fixes). +- iio: adc: ad7606: fix standby gpio state to match the + documentation (git-fixes). +- iio: adc: ad7606: fix oversampling gpio array (git-fixes). +- tty: rp2: Fix reset with non forgiving PCIe host bridges + (git-fixes). +- USB: class: CDC-ACM: fix race between get_serial and set_serial + (git-fixes). +- usb: dwc2: drd: fix clock gating on USB role switch (git-fixes). +- usb: cdnsp: Fix incorrect usb_request status (git-fixes). +- USB: usbtmc: prevent kernel-usb-infoleak (git-fixes). +- USB: serial: kobil_sct: restore initial terminal settings + (git-fixes). +- xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and + freeing them (git-fixes). +- usb: dwc2: Skip clock gating on Broadcom SoCs (git-fixes). +- spi: atmel-quadspi: Avoid overwriting delay register settings + (git-fixes). +- spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time + (git-fixes). +- spi: atmel-quadspi: Undo runtime PM changes at driver exit time + (git-fixes). +- rtc: at91sam9: fix OF node leak in probe() error path + (git-fixes). +- i3c: master: svc: Fix use after free vulnerability in + svc_i3c_master Driver Due to Race Condition (git-fixes). +- remoteproc: k3-r5: Fix error handling when power-up failed + (git-fixes). +- remoteproc: imx_rproc: Initialize workqueue earlier (git-fixes). +- remoteproc: imx_rproc: Correct ddr alias for i.MX8M (git-fixes). +- KEYS: prevent NULL pointer dereference in find_asymmetric_key() + (git-fixes). +- media: i2c: ar0521: Use cansleep version of gpiod_set_value() + (git-fixes). +- media: ov5675: Fix power on/off delay timings (git-fixes). +- media: sun4i_csi: Implement link validate for sun4i_csi subdev + (git-fixes). +- media: platform: rzg2l-cru: rzg2l-csi2: Add missing + MODULE_DEVICE_TABLE (git-fixes). +- media: venus: fix use after free bug in venus_remove due to + race condition (git-fixes). +- media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flags + (git-fixes). +- clk: ti: dra7-atl: Fix leak of of_nodes (git-fixes). +- watchdog: imx_sc_wdt: Don't disable WDT in suspend (git-fixes). +- pinctrl: single: fix missing error code in pcs_probe() + (git-fixes). +- xz: cleanup CRC32 edits from 2018 (git-fixes). +- ata: pata_macio: Use WARN instead of BUG (stable-fixes). +- commit c5ab3ca + +------------------------------------------------------------------- +Mon Sep 30 12:23:16 CEST 2024 - tiwai@suse.de + +- Drop mm patches that caused regressions (bsc#1230413) + Those should have been already dropped via SLE15-SP6 merge, but slipped + due to incorrect merge conflict resolutions +- commit 09dbc92 + +------------------------------------------------------------------- +Mon Sep 30 12:09:15 CEST 2024 - tiwai@suse.de + +- Move upstreamed SCSI patches into sorted section +- commit aba5747 + +------------------------------------------------------------------- +Mon Sep 30 11:44:57 CEST 2024 - hare@suse.de + +- kcm: Serialise kcm_sendmsg() for the same socket (CVE-2024-44946 + bsc#1230015). +- commit 4310760 + +------------------------------------------------------------------- +Mon Sep 30 11:21:07 CEST 2024 - hare@suse.de + +- nvme-multipath: avoid hang on inaccessible namespaces + (bsc#1228244). +- kcm: Serialise kcm_sendmsg() for the same socket + (CVE-2024-44946,bsc#1230015). +- commit a84ca87 + +------------------------------------------------------------------- +Mon Sep 30 11:13:21 CEST 2024 - hare@suse.de + +- nvme-multipath: system fails to create generic nvme device + (bsc#1228244). +- commit 4fc57d2 + +------------------------------------------------------------------- +Mon Sep 30 11:01:42 CEST 2024 - ailiop@suse.com + +- erofs: fix incorrect symlink detection in fast symlink + (git-fixes). +- commit 2e1ae75 + +------------------------------------------------------------------- +Mon Sep 30 10:57:24 CEST 2024 - ailiop@suse.com + +- afs: Don't cross .backup mountpoint from backup volume + (git-fixes). +- commit f35dae1 + +------------------------------------------------------------------- +Mon Sep 30 10:56:42 CEST 2024 - ailiop@suse.com + +- afs: Revert "afs: Hide silly-rename files from userspace" + (git-fixes). +- commit 11353bb + +------------------------------------------------------------------- +Fri Sep 27 23:25:35 CEST 2024 - mwilck@suse.com + +- scsi: sd: Fix off-by-one error in + sd_read_block_characteristics() (bsc#1223848). +- commit 621f2fb + +------------------------------------------------------------------- +Fri Sep 27 23:22:08 CEST 2024 - mwilck@suse.com + +- scsi: ibmvfc: Add max_sectors module parameter (bsc#1216223). +- commit af0ff0f + +------------------------------------------------------------------- +Fri Sep 27 18:21:58 CEST 2024 - dsterba@suse.com + +- drm/amd/display: Check denominator crb_pipes before used (CVE-2024-46772 bsc#1230772) +- commit 322be4a + +------------------------------------------------------------------- +Fri Sep 27 17:47:54 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-46727 bsc#1230707: not applicable + No OTG code and all return values from + resource_get_otg_master_for_stream() are checked before use. +- commit f44b1e7 + +------------------------------------------------------------------- +Fri Sep 27 15:39:02 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: allwinner: h616: Add r_i2c pinctrl nodes + (git-fixes). +- commit 642d7e6 + +------------------------------------------------------------------- +Fri Sep 27 15:20:34 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: imx8-ss-dma: Fix adc0 closing brace location + (git-fixes). +- commit 970cc49 + +------------------------------------------------------------------- +Fri Sep 27 15:09:05 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: Correct vendor prefix for Hardkernel + ODROID-M1 (git-fixes). +- commit 87f0ae6 + +------------------------------------------------------------------- +Fri Sep 27 15:02:44 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: Raise Pinebook Pro's panel backlight + PWM frequency (git-fixes). +- commit 1582b94 + +------------------------------------------------------------------- +Fri Sep 27 14:16:53 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: Correct the Pinebook Pro battery design + capacity (git-fixes). +- commit 3b2ebbf + +------------------------------------------------------------------- +Fri Sep 27 14:10:38 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount + to 4GB (git-fixes). +- commit 1059c29 + +------------------------------------------------------------------- +Fri Sep 27 14:02:35 CEST 2024 - andrea.porta@suse.com + +- arm64: signal: Fix some under-bracketed UAPI macros (git-fixes). +- commit 9704ff3 + +------------------------------------------------------------------- +Fri Sep 27 11:46:07 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO + hog on RK3399 Puma (git-fixes). +- commit 6052a8c + +------------------------------------------------------------------- +Fri Sep 27 11:24:18 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: fix eMMC/SPI corruption when audio has + been used on RK3399 Puma (git-fixes). +- commit 8b3743b + +------------------------------------------------------------------- +Fri Sep 27 10:44:01 CEST 2024 - msuchanek@suse.de + +- Update + patches.suse/powerpc-pseries-make-max-polling-consistent-for-long.patch + (bsc#1215199 jsc#PED-10954). +- Update + patches.suse/security-integrity-fix-pointer-to-ESL-data-and-.patch + (bsc#1012628 jsc#PED-5085 jsc#PED-10954). +- commit ec9be2c + +------------------------------------------------------------------- +Fri Sep 27 10:29:59 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for + ROCK Pi E (git-fixes). +- commit 7527015 + +------------------------------------------------------------------- +Fri Sep 27 09:53:04 CEST 2024 - andrea.porta@suse.com + +- arm64: acpi: Move get_cpu_for_acpi_id() to a header (git-fixes). +- commit 42389f0 + +------------------------------------------------------------------- +Fri Sep 27 09:15:10 CEST 2024 - iivanov@suse.de + +- ipmi:ssif: Improve detecting during probing (bsc#1228771) + Move patch into the sorted section. +- commit 77cf6fc + +------------------------------------------------------------------- +Fri Sep 27 08:24:05 CEST 2024 - jslaby@suse.cz + +- Update patches.suse/ALSA-line6-Fix-racy-access-to-midibuf.patch + (stable-fixes CVE-2024-44954 bsc#1230176). +- Update + patches.suse/ASoC-dapm-Fix-UAF-for-snd_soc_pcm_runtime-object.patch + (git-fixes CVE-2024-46798 bsc#1230830). +- Update + patches.suse/Bluetooth-btnxpuart-Fix-Null-pointer-dereference-in-.patch + (stable-fixes CVE-2024-46749 bsc#1230780). +- Update + patches.suse/Bluetooth-btnxpuart-Shutdown-timer-and-prevent-rearm.patch + (stable-fixes CVE-2024-44962 bsc#1230213). +- Update + patches.suse/HID-amd_sfh-free-driver_data-after-destroying-hid-de.patch + (stable-fixes CVE-2024-46746 bsc#1230751). +- Update + patches.suse/HID-cougar-fix-slab-out-of-bounds-Read-in-cougar_rep.patch + (stable-fixes CVE-2024-46747 bsc#1230752). +- Update patches.suse/Input-MT-limit-max-slots.patch (stable-fixes + CVE-2024-45008 bsc#1230248). +- Update + patches.suse/Input-uinput-reject-requests-with-unreasonable-numbe.patch + (stable-fixes CVE-2024-46745 bsc#1230748). +- Update + patches.suse/KVM-arm64-Make-ICC_-SGI-_EL1-undef-in-the-absence-of.patch + (git-fixes CVE-2024-46707 bsc#1230582). +- Update + patches.suse/KVM-s390-fix-validity-interception-issue-when-gisa-is-switched-off.patch + (git-fixes bsc#1229167 CVE-2024-45005 bsc#1230173). +- Update + patches.suse/PCI-Add-missing-bridge-lock-to-pci_bus_lock.patch + (stable-fixes CVE-2024-46750 bsc#1230783). +- Update + patches.suse/Squashfs-sanity-check-symbolic-link-size.patch + (git-fixes CVE-2024-46744 bsc#1230747). +- Update + patches.suse/VMCI-Fix-use-after-free-when-removing-resource-in-vm.patch + (git-fixes CVE-2024-46738 bsc#1230731). +- Update + patches.suse/bpf-Fix-a-kernel-verifier-crash-in-stacksafe.patch + (bsc#1225903 CVE-2024-45020 bsc#1230433). +- Update + patches.suse/btrfs-fix-race-between-direct-IO-write-and-fsync-whe.patch + (git-fixes CVE-2024-46734 bsc#1230726). +- Update + patches.suse/can-bcm-Remove-proc-entry-when-dev-is-unregistered.patch + (git-fixes CVE-2024-46771 bsc#1230766). +- Update + patches.suse/can-mcp251x-fix-deadlock-if-an-interrupt-occurs-duri.patch + (git-fixes CVE-2024-46791 bsc#1230821). +- Update + patches.suse/char-xillybus-Check-USB-endpoints-when-probing-devic.patch + (git-fixes CVE-2024-45011 bsc#1230440). +- Update + patches.suse/char-xillybus-Don-t-destroy-workqueue-from-work-item.patch + (stable-fixes CVE-2024-45007 bsc#1230175). +- Update + patches.suse/dmaengine-altera-msgdma-properly-free-descriptor-in-.patch + (stable-fixes CVE-2024-46716 bsc#1230715). +- Update + patches.suse/driver-core-Fix-uevent_show-vs-driver-detach-race.patch + (git-fixes CVE-2024-44952 bsc#1230178). +- Update + patches.suse/driver-iio-add-missing-checks-on-iio_info-s-callback.patch + (stable-fixes CVE-2024-46715 bsc#1230700). +- Update + patches.suse/drm-amd-display-Assign-linear_pitch_alignment-even-f.patch + (stable-fixes CVE-2024-46732 bsc#1230711). +- Update + patches.suse/drm-amd-display-Check-UnboundedRequestEnabled-s-valu.patch + (stable-fixes CVE-2024-46778 bsc#1230776). +- Update + patches.suse/drm-amd-display-Check-denominator-pbn_div-before-use.patch + (stable-fixes CVE-2024-46773 bsc#1230791). +- Update + patches.suse/drm-amd-display-Check-index-for-aux_rd_interval-befo.patch + (stable-fixes CVE-2024-46728 bsc#1230703). +- Update + patches.suse/drm-amd-display-Ensure-array-index-tg_inst-won-t-be-.patch + (stable-fixes CVE-2024-46730 bsc#1230701). +- Update + patches.suse/drm-amd-display-Ensure-index-calculation-will-not-ov.patch + (stable-fixes CVE-2024-46726 bsc#1230706). +- Update + patches.suse/drm-amd-display-Run-DC_LOG_DC-after-checking-link-li.patch + (stable-fixes CVE-2024-46776 bsc#1230775). +- Update + patches.suse/drm-amd-display-Skip-wbscl_set_scaler_filter-if-filt.patch + (stable-fixes CVE-2024-46714 bsc#1230699). +- Update + patches.suse/drm-amd-display-avoid-using-null-object-of-framebuff.patch + (git-fixes CVE-2024-46694 bsc#1230511). +- Update + patches.suse/drm-amd-pm-fix-the-Out-of-bounds-read-warning.patch + (stable-fixes CVE-2024-46731 bsc#1230709). +- Update + patches.suse/drm-amdgpu-Fix-out-of-bounds-read-of-df_v1_7_channel.patch + (stable-fixes CVE-2024-46724 bsc#1230725). +- Update + patches.suse/drm-amdgpu-Fix-out-of-bounds-write-warning.patch + (stable-fixes CVE-2024-46725 bsc#1230705). +- Update + patches.suse/drm-amdgpu-Forward-soft-recovery-errors-to-userspace.patch + (stable-fixes CVE-2024-44961 bsc#1230207). +- Update patches.suse/drm-amdgpu-Validate-TA-binary-size.patch + (stable-fixes CVE-2024-44977 bsc#1230217). +- Update + patches.suse/drm-amdgpu-fix-dereference-after-null-check.patch + (stable-fixes CVE-2024-46720 bsc#1230724). +- Update + patches.suse/drm-amdgpu-fix-mc_data-out-of-bounds-read-warning.patch + (stable-fixes CVE-2024-46722 bsc#1230712). +- Update + patches.suse/drm-amdgpu-fix-ucode-out-of-bounds-read-warning.patch + (stable-fixes CVE-2024-46723 bsc#1230702). +- Update + patches.suse/drm-mgag200-Bind-I2C-lifetime-to-DRM-device.patch + (git-fixes CVE-2024-44967 bsc#1230224). +- Update + patches.suse/drm-msm-dpu-cleanup-FB-if-dpu_format_populate_layout.patch + (git-fixes CVE-2024-44982 bsc#1230204). +- Update + patches.suse/drm-msm-dpu-move-dpu_encoder-s-connector-assignment-.patch + (git-fixes CVE-2024-45015 bsc#1230444). +- Update + patches.suse/drm-vmwgfx-Fix-prime-with-external-buffers.patch + (git-fixes CVE-2024-46709 bsc#1230539). +- Update + patches.suse/fs-netfs-fscache_cookie-add-missing-n_accesses-check.patch + (bsc#1229455 CVE-2024-45000 bsc#1230170). +- Update + patches.suse/fscache-delete-fscache_cookie_lru_timer-when-fscache-.patch + (bsc#1230602 CVE-2024-46786 bsc#1230813). +- Update + patches.suse/fuse-Initialize-beyond-EOF-page-contents-before-setti.patch + (bsc#1229456 CVE-2024-44947). +- Update + patches.suse/hwmon-adc128d818-Fix-underflows-seen-when-writing-li.patch + (stable-fixes CVE-2024-46759 bsc#1230814). +- Update + patches.suse/hwmon-lm95234-Fix-underflows-seen-when-writing-limit.patch + (stable-fixes CVE-2024-46758 bsc#1230812). +- Update + patches.suse/hwmon-nct6775-core-Fix-underflows-seen-when-writing-.patch + (stable-fixes CVE-2024-46757 bsc#1230809). +- Update + patches.suse/hwmon-w83627ehf-Fix-underflows-seen-when-writing-lim.patch + (stable-fixes CVE-2024-46756 bsc#1230806). +- Update + patches.suse/media-dvb-usb-v2-af9035-Fix-null-ptr-deref-in-af9035.patch + (git-fixes CVE-2023-52915 bsc#1230270). +- Update + patches.suse/misc-fastrpc-Fix-double-free-of-buf-in-error-path.patch + (git-fixes CVE-2024-46741 bsc#1230749). +- Update + patches.suse/mmc-mmc_test-Fix-NULL-dereference-on-allocation-fail.patch + (git-fixes CVE-2024-45028 bsc#1230450). +- Update + patches.suse/msft-hv-3046-uio_hv_generic-Fix-kernel-NULL-pointer-dereference-i.patch + (git-fixes CVE-2024-46739 bsc#1230732). +- Update + patches.suse/msft-hv-3048-net-mana-Fix-error-handling-in-mana_create_txq-rxq-s.patch + (git-fixes CVE-2024-46784 bsc#1230771). +- Update + patches.suse/net-ethernet-mtk_wed-fix-use-after-free-panic-in-mtk.patch + (git-fixes CVE-2024-44997 bsc#1230232). +- Update + patches.suse/net-mana-Fix-RX-buf-alloc_size-alignment-and-atomic-.patch + (bsc#1229086 CVE-2024-45001 bsc#1230244). +- Update + patches.suse/net-phy-Fix-missing-of_node_put-for-leds.patch + (git-fixes CVE-2024-46767 bsc#1230787). +- Update + patches.suse/nfc-pn533-Add-poll-mod-list-filling-check.patch + (git-fixes CVE-2024-46676 bsc#1230535). +- Update + patches.suse/nilfs2-fix-missing-cleanup-on-rollforward-recovery-error.patch + (git-fixes CVE-2024-46781 bsc#1230768). +- Update + patches.suse/nilfs2-protect-references-to-superblock-parameters-exposed-in-sysfs.patch + (git-fixes CVE-2024-46780 bsc#1230808). +- Update + patches.suse/nouveau-firmware-use-dma-non-coherent-allocator.patch + (git-fixes CVE-2024-45012 bsc#1230441). +- Update + patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch + (git-fixes CVE-2024-46737 bsc#1230730). +- Update + patches.suse/pci-hotplug-pnv_php-Fix-hotplug-driver-crash-on-Powe.patch + (stable-fixes CVE-2024-46761 bsc#1230761). +- Update patches.suse/perf-Fix-event-leak-upon-exit.patch + (git-fixes CVE-2024-43870 bsc#1229494). +- Update + patches.suse/pinctrl-single-fix-potential-NULL-dereference-in-pcs.patch + (git-fixes CVE-2024-46685 bsc#1230515). +- Update + patches.suse/powerpc-qspinlock-Fix-deadlock-in-MCS-queue.patch + (bac#1230295 ltc#206656 CVE-2024-46797 bsc#1230831). +- Update + patches.suse/powerpc-rtas-Prevent-Spectre-v1-gadget-construction-.patch + (bsc#1227487 CVE-2024-46774 bsc#1230767). +- Update + patches.suse/s390-dasd-fix-error-recovery-leading-to-data-corruption-on-ESE-devices.patch + (git-fixes bsc#1229452 CVE-2024-45026 bsc#1230454). +- Update + patches.suse/s390-sclp-Prevent-release-of-buffer-in-I-O.patch + (git-fixes bsc#1229169 CVE-2024-44969 bsc#1230200). +- Update + patches.suse/soc-qcom-cmd-db-Map-shared-memory-as-WC-not-WB.patch + (git-fixes CVE-2024-46689 bsc#1230524). +- Update + patches.suse/thunderbolt-Mark-XDomain-as-unplugged-when-router-is.patch + (stable-fixes CVE-2024-46702 bsc#1230589). +- Update + patches.suse/tty-serial-fsl_lpuart-mark-last-busy-before-uart_add.patch + (git-fixes CVE-2024-46706 bsc#1230580). +- Update + patches.suse/usb-dwc3-core-Prevent-USB-core-invalid-event-buffer-.patch + (stable-fixes CVE-2024-46675 bsc#1230533). +- Update + patches.suse/usb-dwc3-st-fix-probed-platform-device-ref-count-on-.patch + (git-fixes CVE-2024-46674 bsc#1230507). +- Update + patches.suse/usb-gadget-core-Check-for-unset-descriptor.patch + (git-fixes CVE-2024-44960 bsc#1230191). +- Update + patches.suse/usb-typec-ucsi-Fix-null-pointer-dereference-in-trace.patch + (stable-fixes CVE-2024-46719 bsc#1230722). +- Update + patches.suse/wifi-brcmfmac-cfg80211-Handle-SSID-based-pmksa-delet.patch + (git-fixes CVE-2024-46672 bsc#1230459). +- Update + patches.suse/wifi-mwifiex-Do-not-return-unused-priv-in-mwifiex_ge.patch + (stable-fixes CVE-2024-46755 bsc#1230802). +- Update + patches.suse/wifi-rtw88-usb-schedule-rx-work-after-everything-is-.patch + (stable-fixes CVE-2024-46760 bsc#1230753). +- Update + patches.suse/x86-mm-Fix-pti_clone_pgtable-alignment-assumption.patch + (git-fixes CVE-2024-44965 bsc#1230221). +- Update + patches.suse/x86-mtrr-Check-if-fixed-MTRRs-exist-before-saving-them.patch + (git-fixes CVE-2024-44948 bsc#1230174). +- Update + patches.suse/xhci-Fix-Panther-point-NULL-pointer-deref-at-full-sp.patch + (git-fixes CVE-2024-45006 bsc#1230247). +- commit 6da06c4 + +------------------------------------------------------------------- +Fri Sep 27 02:38:00 CEST 2024 - glass.su@suse.com + +- Update patches.suse/gfs2-Fix-NULL-pointer-dereference-in-gfs2_log_flush.patch (bsc#1230948) +- commit 90a5b1b + +------------------------------------------------------------------- +Thu Sep 26 20:16:48 CEST 2024 - vbabka@suse.cz + +- userfaultfd: fix checks for huge PMDs (CVE-2024-46787 + bsc#1230815). +- commit a236c90 + +------------------------------------------------------------------- +Thu Sep 26 16:38:39 CEST 2024 - lhenriques@suse.de + +- cachefiles: Fix non-taking of sb_writers around set/removexattr + (bsc#1231008). +- commit 1b01b3e + +------------------------------------------------------------------- +Thu Sep 26 11:24:59 CEST 2024 - nmorey@suse.com + +- RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds (git-fixes) +- commit a6683f0 + +------------------------------------------------------------------- +Thu Sep 26 10:41:16 CEST 2024 - jslaby@suse.cz + +- PCI: dwc: Expose dw_pcie_ep_exit() to module (git-fixes). +- Refresh + patches.suse/PCI-dwc-endpoint-Introduce-.pre_init-and-.deinit.patch. +- commit 34c9950 + +------------------------------------------------------------------- +Thu Sep 26 09:35:34 CEST 2024 - jslaby@suse.cz + +- PCI: xilinx-nwl: Clean up clock on probe failure/removal + (git-fixes). +- PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler (git-fixes). +- PCI: qcom-ep: Enable controller resources like PHY only after + refclk is available (git-fixes). +- PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port() + (git-fixes). +- PCI: keystone: Fix if-statement expression in ks_pcie_quirk() + (git-fixes). +- PCI: imx6: Fix missing call to phy_power_off() in error handling + (git-fixes). +- PCI: dra7xx: Fix error handling when IRQ request fails in probe + (git-fixes). +- PCI: dra7xx: Fix threaded IRQ request for "dra7xx-pcie-main" + IRQ (git-fixes). +- PCI: Wait for Link before restoring Downstream Buses + (git-fixes). +- commit 1528eee + +------------------------------------------------------------------- +Wed Sep 25 17:49:15 CEST 2024 - dsterba@suse.com + +- WIP DO NOT PUSH btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk() (CVE-2024-46687 bsc#1230518) +- commit 17b4a47 + +------------------------------------------------------------------- +Wed Sep 25 12:23:08 CEST 2024 - ailiop@suse.com + +- exfat: fix memory leak in exfat_load_bitmap() (git-fixes). +- commit 9f477b0 + +------------------------------------------------------------------- +Wed Sep 25 11:25:16 CEST 2024 - sjaeckel@suse.de + +- net: ip_tunnel: prevent perpetual headroom growth + (CVE-2024-26804 bsc#1222629). +- commit 0ca3b23 + +------------------------------------------------------------------- +Wed Sep 25 11:02:22 CEST 2024 - oneukum@suse.com + +- Input: ps2-gpio - use IRQF_NO_AUTOEN flag in request_irq() + (git-fixes). +- commit 45cee3b + +------------------------------------------------------------------- +Wed Sep 25 10:53:00 CEST 2024 - oneukum@suse.com + +- blacklist.conf: too risky +- commit f0e13c3 + +------------------------------------------------------------------- +Wed Sep 25 10:49:36 CEST 2024 - oneukum@suse.com + +- Input: ilitek_ts_i2c - avoid wrong input subsystem sync + (git-fixes). +- commit e5e587b + +------------------------------------------------------------------- +Wed Sep 25 10:37:51 CEST 2024 - oneukum@suse.com + +- Input: tsc2004/5 - fix reset handling on probe (git-fixes). +- commit 1366de4 + +------------------------------------------------------------------- +Wed Sep 25 10:30:33 CEST 2024 - oneukum@suse.com + +- Input: tsc2004/5 - do not hard code interrupt trigger + (git-fixes). +- commit 110dbdb + +------------------------------------------------------------------- +Wed Sep 25 10:25:40 CEST 2024 - oneukum@suse.com + +- Input: tsc2004/5 - use device core to create driver-specific + device attributes (git-fixes). +- commit 958966c + +------------------------------------------------------------------- +Wed Sep 25 10:07:36 CEST 2024 - oneukum@suse.com + +- Input: adp5588-keys - fix check on return code (git-fixes). +- commit d15133c + +------------------------------------------------------------------- +Wed Sep 25 09:29:12 CEST 2024 - tzimmermann@suse.com + +- drm/amd/display: Fix incorrect size calculation for loop (bsc#1230704 CVE-2024-46729) +- commit 55d78a7 + +------------------------------------------------------------------- +Wed Sep 25 09:11:49 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix ah error counter in sw stat not increasing (git-fixes) +- commit d7bebcf + +------------------------------------------------------------------- +Wed Sep 25 08:50:23 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix MR cache temp entries cleanup (git-fixes) +- commit b0aa848 + +------------------------------------------------------------------- +Wed Sep 25 08:49:23 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Drop redundant work canceling from clean_keys() (git-fixes) +- commit 6800d7e + +------------------------------------------------------------------- +Wed Sep 25 08:36:16 CEST 2024 - nmorey@suse.com + +- RDMA/irdma: fix error message in irdma_modify_qp_roce() (git-fixes) +- commit dcf63e1 + +------------------------------------------------------------------- +Wed Sep 25 08:35:59 CEST 2024 - nmorey@suse.com + +- RDMA/cxgb4: Added NULL check for lookup_atid (git-fixes) +- commit 23d3195 + +------------------------------------------------------------------- +Wed Sep 25 08:34:14 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Obtain upper net device only when needed (git-fixes) +- commit ca2d8dc + +------------------------------------------------------------------- +Wed Sep 25 08:33:21 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix restricted __le16 degrades to integer issue (git-fixes) +- commit 4481358 + +------------------------------------------------------------------- +Wed Sep 25 08:32:13 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Optimize hem allocation performance (git-fixes) +- commit 7afe440 + +------------------------------------------------------------------- +Wed Sep 25 08:31:34 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix 1bit-ECC recovery address in non-4K OS (git-fixes) +- commit 25e36c2 + +------------------------------------------------------------------- +Wed Sep 25 08:30:47 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler (git-fixes) +- commit a18704a + +------------------------------------------------------------------- +Wed Sep 25 08:30:02 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled (git-fixes) +- commit 7b15e64 + +------------------------------------------------------------------- +Wed Sep 25 08:28:57 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range() (git-fixes) +- commit 60eb35c + +------------------------------------------------------------------- +Wed Sep 25 08:28:16 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08 (git-fixes) +- commit 3ab1ca2 + +------------------------------------------------------------------- +Wed Sep 25 08:27:19 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Don't modify rq next block addr in HIP09 QPC (git-fixes) +- commit 7100eb8 + +------------------------------------------------------------------- +Wed Sep 25 08:25:22 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache (git-fixes) +- commit 914ed66 + +------------------------------------------------------------------- +Wed Sep 25 08:24:56 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix counter update on MR cache mkey creation (git-fixes) +- commit 60e75bb + +------------------------------------------------------------------- +Wed Sep 25 08:24:37 CEST 2024 - nmorey@suse.com + +- RDMA/erdma: Return QP state in erdma_query_qp (git-fixes) +- commit 09a59c3 + +------------------------------------------------------------------- +Wed Sep 25 08:24:15 CEST 2024 - nmorey@suse.com + +- IB/core: Fix ib_cache_setup_one error flow cleanup (git-fixes) +- commit 38bf526 + +------------------------------------------------------------------- +Wed Sep 25 08:21:40 CEST 2024 - nmorey@suse.com + +- RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer (git-fixes) +- commit c4f28a8 + +------------------------------------------------------------------- +Wed Sep 25 08:21:07 CEST 2024 - nmorey@suse.com + +- RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency (git-fixes) +- commit 0456b72 + +------------------------------------------------------------------- +Wed Sep 25 08:20:37 CEST 2024 - nmorey@suse.com + +- RDMA/core: Remove unused declaration rdma_resolve_ip_route() (git-fixes) +- commit 4cb7201 + +------------------------------------------------------------------- +Wed Sep 25 08:00:58 CEST 2024 - jslaby@suse.cz + +- blacklist.conf: add one for clang and one PCI git-fixes +- commit b26aea4 + +------------------------------------------------------------------- +Wed Sep 25 06:59:40 CEST 2024 - jslaby@suse.cz + +- Revert "PCI: Extend ACS configurability (bsc#1228090)." (bsc#1229019) + This reverts commit 571e4310e81312c847a5caee7e45e66aeea2a169. It breaks + ACS on certain platforms. Even 6.11 is affected. So drop for now and + investigate. +- commit 3b92a44 + +------------------------------------------------------------------- +Tue Sep 24 21:41:32 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-44972 bsc#1230212: not applicable + Subpage code exists but zoned mode is not enabled being hidden behind + CONFIG_BTRFS_DEBUG. +- commit ed17920 + +------------------------------------------------------------------- +Tue Sep 24 16:44:45 CEST 2024 - dsterba@suse.com + +- btrfs: handle errors from btrfs_dec_ref() properly (CVE-2024-46753 bsc#1230796) +- commit 3e3b2cb + +------------------------------------------------------------------- +Tue Sep 24 14:00:01 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 05421bb + +------------------------------------------------------------------- +Tue Sep 24 13:58:04 CEST 2024 - oneukum@suse.com + +- media: vicodec: allow en/decoder cmd w/o CAPTURE (git-fixes). +- commit 62ef4d1 + +------------------------------------------------------------------- +Tue Sep 24 13:53:42 CEST 2024 - oneukum@suse.com + +- media: qcom: camss: Remove use_count guard in stop_streaming + (git-fixes). +- commit ef85228 + +------------------------------------------------------------------- +Tue Sep 24 13:48:30 CEST 2024 - oneukum@suse.com + +- Revert "media: tuners: fix error return code of + hybrid_tuner_request_state()" (git-fixes). +- drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds + write error (git-fixes). +- drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds + write error (git-fixes). +- commit 48dc3a9 + +------------------------------------------------------------------- +Tue Sep 24 13:47:59 CEST 2024 - sjaeckel@suse.de + +- net: bridge: xmit: make sure we have at least eth header len + bytes (CVE-2024-38538 bsc#1226606). +- commit 2548071 + +------------------------------------------------------------------- +Tue Sep 24 09:28:09 CEST 2024 - jlee@suse.com + +- PKCS#7: Check codeSigning EKU of certificates in PKCS#7 + (bsc#1226666). +- commit dbae63e + +------------------------------------------------------------------- +Mon Sep 23 21:58:34 CEST 2024 - jgross@suse.com + +- xen/swiotlb: fix allocated size (git-fixes). +- commit 199871d + +------------------------------------------------------------------- +Mon Sep 23 21:26:10 CEST 2024 - jgross@suse.com + +- xen/swiotlb: add alignment check for dma buffers (bsc#1229928). +- commit 0ffbc04 + +------------------------------------------------------------------- +Mon Sep 23 20:53:47 CEST 2024 - jgross@suse.com + +- xen: tolerate ACPI NVS memory overlapping with Xen allocated + memory (bsc#1226003). +- commit 3dc14d8 + +------------------------------------------------------------------- +Mon Sep 23 20:21:22 CEST 2024 - jgross@suse.com + +- xen: allow mapping ACPI data using a different physical address + (bsc#1226003). +- commit 0928eec + +------------------------------------------------------------------- +Mon Sep 23 20:20:50 CEST 2024 - dsterba@suse.com + +- x86/tdx: Fix data leak in mmio_read() (CVE-2024-46794 bsc#1230825) +- commit 9a2a1c2 + +------------------------------------------------------------------- +Mon Sep 23 19:34:16 CEST 2024 - dsterba@suse.com + +- tcp_bpf: fix return value of tcp_bpf_sendmsg() (CVE-2024-46783 bsc#1230810) +- commit eb9d143 + +------------------------------------------------------------------- +Mon Sep 23 19:21:13 CEST 2024 - dwagner@suse.de + +- nvme: fix namespace removal list (git-fixes). +- commit b45d192 + +------------------------------------------------------------------- +Mon Sep 23 19:00:50 CEST 2024 - dsterba@suse.com + +- ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery() (CVE-2024-46735 bsc#1230727) +- commit 23e039f + +------------------------------------------------------------------- +Mon Sep 23 18:44:35 CEST 2024 - dsterba@suse.com + +- Update references for patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch (CVE-2024-46737 bsc#1230730) +- commit 8ce7f58 + +------------------------------------------------------------------- +Mon Sep 23 18:40:03 CEST 2024 - jgross@suse.com + +- xen: add capability to remap non-RAM pages to different PFNs + (bsc#1226003). +- commit 47109fd + +------------------------------------------------------------------- +Mon Sep 23 18:33:15 CEST 2024 - dsterba@suse.com + +- net/mlx5e: SHAMPO, Fix incorrect page release (CVE-2024-46717 bsc#1230719) +- commit d6a30a9 + +------------------------------------------------------------------- +Mon Sep 23 18:05:34 CEST 2024 - jgross@suse.com + +- xen: move max_pfn in xen_memory_setup() out of function scope + (bsc#1226003). +- commit 2750357 + +------------------------------------------------------------------- +Mon Sep 23 17:20:15 CEST 2024 - jgross@suse.com + +- xen: move checks for e820 conflicts further up (bsc#1226003). +- commit 191a602 + +------------------------------------------------------------------- +Mon Sep 23 16:48:02 CEST 2024 - jgross@suse.com + +- xen: introduce generic helper checking for memory map conflicts + (bsc#1226003). +- commit eb57cec + +------------------------------------------------------------------- +Mon Sep 23 16:15:45 CEST 2024 - jgross@suse.com + +- xen: use correct end address of kernel for conflict checking + (bsc#1226003). +- commit c40fc6b + +------------------------------------------------------------------- +Mon Sep 23 14:23:11 CEST 2024 - dwagner@suse.de + +- scsi: lpfc: Copyright updates for 14.4.0.4 patches (bsc#1229429 + jsc#PED-9899). +- scsi: lpfc: Update lpfc version to 14.4.0.4 (bsc#1229429 + jsc#PED-9899). +- scsi: lpfc: Update PRLO handling in direct attached topology + (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct + attached topology (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Fix unintentional double clearing of vmid_flag + (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Validate hdwq pointers before dereferencing in + reset/errata paths (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Remove redundant vport assignment when building + an abort request (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Change diagnostic log flag during receipt of + unknown ELS cmds (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Fix overflow build issue (bsc#1229429 jsc#PED-9899). +- commit 18ec475 + +------------------------------------------------------------------- +Mon Sep 23 13:31:12 CEST 2024 - tzimmermann@suse.com + +- drm/vmwgfx: Prevent unmapping active read buffers (bsc#1230540 CVE-2024-46710) +- commit 84f019d + +------------------------------------------------------------------- +Mon Sep 23 13:15:36 CEST 2024 - dwagner@suse.de + +- nvme-tcp: fix link failure for TCP auth (git-fixes). +- nvmet: Identify-Active Namespace ID List command should reject + invalid nsid (git-fixes). +- nvme-pci: Add sleep quirk for Samsung 990 Evo (git-fixes). +- nvme-pci: allocate tagset on reset if necessary (git-fixes). +- nvmet-tcp: fix kernel crash if commands allocation fails + (git-fixes). +- nvme/pci: Add APST quirk for Lenovo N60z laptop (git-fixes). +- nvme: use srcu for iterating namespace list (git-fixes). + Refresh: + - patches.suse/nvme-tcp-sanitize-tls-key-handling.patch +- nvmet-rdma: fix possible bad dereference when freeing rsps + (git-fixes). +- nvmet-tcp: do not continue for invalid icreq (git-fixes). +- nvme: clear caller pointer on identify failure (git-fixes). +- nvmet-trace: avoid dereferencing pointer too early (git-fixes). +- commit 7382ad4 + +------------------------------------------------------------------- +Mon Sep 23 12:54:03 CEST 2024 - jslaby@suse.cz + +- Update + patches.suse/KVM-arm64-vgic-v2-Check-for-non-NULL-vCPU-in-vgic_v2.patch + (git-fixes CVE-2024-36953 bsc#1225812). +- Update + patches.suse/vfio-pci-fix-potential-memory-leak-in-vfio_intx_enab.patch + (git-fixes CVE-2024-38632 bsc#1226860). + Add CVE references. +- commit c9c3b6f + +------------------------------------------------------------------- +Sun Sep 22 11:13:16 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential oob read in nilfs_btree_check_delete() + (git-fixes). +- commit cc0f59d + +------------------------------------------------------------------- +Sun Sep 22 11:12:49 CEST 2024 - ailiop@suse.com + +- nilfs2: determine empty node blocks as corrupted (git-fixes). +- commit 3244e52 + +------------------------------------------------------------------- +Sun Sep 22 11:12:22 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential null-ptr-deref in nilfs_btree_insert() + (git-fixes). +- commit 90f4e49 + +------------------------------------------------------------------- +Fri Sep 20 18:19:45 CEST 2024 - dsterba@suse.com + +- media: mtk-vcodec: potential null pointer deference in SCP (CVE-2024-40973 bsc#1227890) +- commit ce5074d + +------------------------------------------------------------------- +Fri Sep 20 17:31:37 CEST 2024 - fdmanana@suse.com + +- btrfs: don't BUG_ON() when 0 reference count at + btrfs_lookup_extent_info() (bsc#1230786 CVE-2024-46751). +- btrfs: reduce nesting for extent processing at + btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752). +- btrfs: remove superfluous metadata check at + btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752). +- btrfs: replace BUG_ON() with error handling at + update_ref_for_cow() (bsc#1230794 CVE-2024-46752). +- btrfs: simplify setting the full backref flag at + update_ref_for_cow() (bsc#1230794 CVE-2024-46752). +- btrfs: remove NULL transaction support for + btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752). +- btrfs: remove level argument from btrfs_set_block_flags + (bsc#1230794 CVE-2024-46752). +- commit a1c1176 + +------------------------------------------------------------------- +Fri Sep 20 16:00:48 CEST 2024 - fdmanana@suse.com + +- btrfs: send: allow cloning non-aligned extent if it ends at + i_size (bsc#1230854). +- commit e9cad4b + +------------------------------------------------------------------- +Fri Sep 20 11:03:38 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 5244a06 + +------------------------------------------------------------------- +Fri Sep 20 10:42:37 CEST 2024 - ailiop@suse.com + +- ocfs2: cancel dqi_sync_work before freeing oinfo (git-fixes). +- commit 1f37ac4 + +------------------------------------------------------------------- +Fri Sep 20 10:42:09 CEST 2024 - ailiop@suse.com + +- ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate + (git-fixes). +- commit b7bf7eb + +------------------------------------------------------------------- +Fri Sep 20 10:41:41 CEST 2024 - ailiop@suse.com + +- ocfs2: remove unreasonable unlock in ocfs2_read_blocks + (git-fixes). +- commit e2cb129 + +------------------------------------------------------------------- +Fri Sep 20 10:41:13 CEST 2024 - ailiop@suse.com + +- ocfs2: fix null-ptr-deref when journal load failed (git-fixes). +- commit b463b02 + +------------------------------------------------------------------- +Fri Sep 20 10:38:10 CEST 2024 - ailiop@suse.com + +- jfs: fix out-of-bounds in dbNextAG() and diAlloc() (git-fixes). +- commit d948d87 + +------------------------------------------------------------------- +Fri Sep 20 10:37:27 CEST 2024 - tiwai@suse.de + +- of/irq: Prevent device address out-of-bounds read in interrupt + map walk (CVE-2024-46743 bsc#1230756). +- commit 300f40a + +------------------------------------------------------------------- +Fri Sep 20 08:14:29 CEST 2024 - tiwai@suse.de + +- i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq() + (git-fixes). +- i2c: isch: Add missed 'else' (git-fixes). +- i2c: xiic: Wait for TX empty to avoid missed TX NAKs + (git-fixes). +- i2c: aspeed: Update the stop sw state when the bus recovery + occurs (git-fixes). +- resource: fix region_intersects() vs add_memory_driver_managed() + (git-fixes). +- drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind() + (git-fixes). +- drm/msm: fix %s null argument error (git-fixes). +- drm/msm/dsi: correct programming sequence for SM8350 / SM8450 + (git-fixes). +- drm/msm/a5xx: workaround early ring-buffer emptiness check + (git-fixes). +- drm/msm/a5xx: fix races in preemption evaluation stage + (git-fixes). +- drm/msm/a5xx: properly clear preemption records on resume + (git-fixes). +- drm/msm/a5xx: disable preemption in submits by default + (git-fixes). +- drm/msm: Fix incorrect file name output in adreno_request_fw() + (git-fixes). +- drm/mediatek: ovl_adaptor: Add missing of_node_put() + (git-fixes). +- drm: omapdrm: Add missing check for alloc_ordered_workqueue + (git-fixes). +- drm/radeon/evergreen_cs: fix int overflow errors in cs track + offsets (git-fixes). +- drm/amd/amdgpu: Properly tune the size of struct (git-fixes). +- drm/radeon: properly handle vbios fake edid sizing (git-fixes). +- drm/amdgpu: properly handle vbios fake edid sizing (git-fixes). +- drm/amd/display: Add null check for set_output_gamma in + dcn30_set_output_transfer_func (git-fixes). +- drm/amdgpu: fix a possible null pointer dereference (git-fixes). +- drm/radeon: fix null pointer dereference in + radeon_add_common_modes (git-fixes). +- drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_get + (git-fixes). +- drm/bridge: lontium-lt8912b: Validate mode in + drm_bridge_funcs::mode_valid() (git-fixes). +- drm/rockchip: dw_hdmi: Fix reading EDID when using a forced mode + (git-fixes). +- drm/rockchip: vop: Allow 4096px width scaling (git-fixes). +- drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066 + (git-fixes). +- drm/rockchip: vop: clear DMA stop bit on RK3066 (git-fixes). +- drm/stm: ltdc: check memory returned by devm_kzalloc() + (git-fixes). +- drm/stm: Fix an error handling path in stm_drm_platform_probe() + (git-fixes). +- ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense + data (git-fixes). +- HID: wacom: Do not warn about dropped packets for first packet + (git-fixes). +- HID: wacom: Support sequence numbers smaller than 16-bit + (git-fixes). +- tpm: Clean up TPM space after command failure (git-fixes). +- ipmi: docs: don't advertise deprecated sysfs entries + (git-fixes). +- commit b4e4911 + +------------------------------------------------------------------- +Thu Sep 19 23:20:54 CEST 2024 - dsterba@suse.com + +- smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req() (CVE-2024-46686 bsc#1230517) +- commit a155846 + +------------------------------------------------------------------- +Thu Sep 19 23:02:40 CEST 2024 - dsterba@suse.com + +- firmware: qcom: scm: Mark get_wq_ctx() as atomic call (CVE-2024-46692 bsc#1230520) +- commit ee65da0 + +------------------------------------------------------------------- +Thu Sep 19 22:58:33 CEST 2024 - dsterba@suse.com + +- scsi: aacraid: Fix double-free on probe failure (CVE-2024-46673 bsc#1230506) +- commit 49aab2b + +------------------------------------------------------------------- +Thu Sep 19 21:02:08 CEST 2024 - dsterba@suse.com + +- gtp: fix a potential NULL pointer dereference (CVE-2024-46677 bsc#1230549) +- commit 9cdd14b + +------------------------------------------------------------------- +Thu Sep 19 20:03:29 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-46711 bsc#1230542: code partially present, fix part of refactoring and fix series + The patch to backport is one in a number of about 30 patches refactoring + and reworking MPTCP subflow handling. Several other patches are needed + just to apply it cleanly but also change some of the logic where the + actual fix would apply. +- commit 1a03613 + +------------------------------------------------------------------- +Thu Sep 19 19:35:19 CEST 2024 - dsterba@suse.com + +- ethtool: check device is present when getting link settings (CVE-2024-46679 bsc#1230556) +- commit 68643d1 + +------------------------------------------------------------------- +Thu Sep 19 17:27:55 CEST 2024 - colyli@suse.de + +- md/raid5: avoid BUG_ON() while continue reshape after + reassembling (bsc#1229790, CVE-2024-43914). +- commit bfb799a + +------------------------------------------------------------------- +Thu Sep 19 14:16:12 CEST 2024 - ailiop@suse.com + +- xfs: restrict when we try to align cow fork delalloc to cowextsz + hints (git-fixes). +- commit 96ac1b7 + +------------------------------------------------------------------- +Thu Sep 19 13:19:37 CEST 2024 - jdelvare@suse.de + +- clk: Provide !COMMON_CLK dummy for devm_clk_rate_exclusive_get() + (bsc#1227885). +- commit bf3362b + +------------------------------------------------------------------- +Thu Sep 19 12:57:02 CEST 2024 - colyli@suse.de + +- Replace git-fixes tag by bsc#1226507, + patches.suse/md-Don-t-wait-for-MD_RECOVERY_NEEDED-for-HOT_REMOVE_DISK-ioctl-a1fd.patch + (bsc#1226507). +- commit b04e0cb + +------------------------------------------------------------------- +Thu Sep 19 12:21:57 CEST 2024 - colyli@suse.de + +- closures: Change BUG_ON() to WARN_ON() (bsc#1229004, + CVE-2024-42252). +- commit 84b7984 + +------------------------------------------------------------------- +Thu Sep 19 12:06:02 CEST 2024 - jdelvare@suse.de + +- clk: Add a devm variant of clk_rate_exclusive_get() + (bsc#1227885). +- commit b6fb747 + +------------------------------------------------------------------- +Thu Sep 19 11:59:25 CEST 2024 - oneukum@suse.com + +- r8152: add vendor/device ID pair for D-Link DUB-E250 + (git-fixes). +- Refresh + patches.suse/r8152-add-vendor-device-ID-pair-for-ASUS-USB-C2500.patch. +- commit 0c077ab + +------------------------------------------------------------------- +Thu Sep 19 11:46:36 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: fix carrier detection in modes 1 and 4 + (git-fixes). +- commit 591cebb + +------------------------------------------------------------------- +Thu Sep 19 11:45:06 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: do not stop RX on failing RX callback + (git-fixes). +- commit c58c483 + +------------------------------------------------------------------- +Thu Sep 19 11:19:31 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: drop RX URBs with no payload (git-fixes). +- commit 73a78e2 + +------------------------------------------------------------------- +Thu Sep 19 11:06:35 CEST 2024 - jgross@suse.com + +- KVM: arm64: Disallow copying MTE to guest memory while KVM is + dirty logging (git-fixes). +- commit 3cf4c02 + +------------------------------------------------------------------- +Thu Sep 19 10:32:19 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: remove extraneous rx URB length check + (git-fixes). +- commit 507443a + +------------------------------------------------------------------- +Thu Sep 19 10:28:19 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: add CDC NCM support (git-fixes). +- commit 1bf1d1e + +------------------------------------------------------------------- +Thu Sep 19 10:26:04 CEST 2024 - jgross@suse.com + +- KVM: arm64: Release pfn, i.e. put page, if copying MTE tags + hits ZONE_DEVICE (git-fixes). +- commit 64bccd6 + +------------------------------------------------------------------- +Thu Sep 19 10:23:26 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: transmit URBs without trailing padding + (git-fixes). +- usbnet: ipheth: fix risk of NULL pointer deallocation + (git-fixes). +- commit d804072 + +------------------------------------------------------------------- +Thu Sep 19 09:45:41 CEST 2024 - jgross@suse.com + +- KVM: arm64: Invalidate EL1&0 TLB entries for all VMIDs in nvhe + hyp init (git-fixes). +- commit 30df9d2 + +------------------------------------------------------------------- +Thu Sep 19 09:04:56 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Solve mst monitors blank out problem after + resume (git-fixes). +- commit cd94b30 + +------------------------------------------------------------------- +Thu Sep 19 09:02:14 CEST 2024 - jgross@suse.com + +- virtio-net: synchronize probe with ndo_set_features (git-fixes). +- commit 1a471dd + +------------------------------------------------------------------- +Thu Sep 19 08:58:46 CEST 2024 - tiwai@suse.de + +- fbdev: hpfb: Fix an error handling path in hpfb_dio_probe() + (git-fixes). +- hwmon: (ntc_thermistor) fix module autoloading (git-fixes). +- hwmon: (max16065) Fix overflows seen when writing limits + (git-fixes). +- mtd: powernv: Add check devm_kasprintf() returned value + (git-fixes). +- mtd: slram: insert break after errors in parsing the map + (git-fixes). +- power: supply: hwmon: Fix missing temp1_max_alarm attribute + (git-fixes). +- power: supply: Drop use_cnt check from + power_supply_property_is_writeable() (git-fixes). +- power: supply: max17042_battery: Fix SOC threshold calc w/ + no current sense (git-fixes). +- power: supply: axp20x_battery: Remove design from min and max + voltage (git-fixes). +- pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID (stable-fixes). +- drm/amdgpu/atomfirmware: Silence UBSAN warning (stable-fixes). +- drm/amd/display: Avoid race between dcn10_set_drr() and + dc_state_destruct() (git-fixes). +- Input: synaptics - enable SMBus for HP Elitebook 840 G2 + (stable-fixes). +- Input: ads7846 - ratelimit the spi_sync error message + (stable-fixes). +- drm/msm/adreno: Fix error return if missing firmware-name + (stable-fixes). +- scripts: kconfig: merge_config: config files: add a trailing + newline (stable-fixes). +- platform/surface: aggregator_registry: Add support for Surface + Laptop Go 3 (stable-fixes). +- platform/surface: aggregator_registry: Add Support for Surface + Pro 10 (stable-fixes). +- HID: multitouch: Add support for GT7868Q (stable-fixes). +- drm/mediatek: Set sensible cursor width/height values to fix + crash (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Ayn Loki Max + (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Ayn Loki Zero + (stable-fixes). +- wifi: mt76: mt7921: fix NULL pointer access in + mt7921_ipv6_addr_change (stable-fixes). +- net: phy: vitesse: repair vsc73xx autonegotiation + (stable-fixes). +- cxl/core: Fix incorrect vendor debug UUID define (git-fixes). +- drm/amd/display: Fix FEC_READY write on DP LT (stable-fixes). +- drm/amd/display: Defer handling mst up request in resume + (stable-fixes). +- drm/amd/display: Disable error correction if it's not supported + (stable-fixes). +- commit 040b0ea + +------------------------------------------------------------------- +Wed Sep 18 19:30:32 CEST 2024 - jdelvare@suse.de + +- i2c: lpi2c: Avoid calling clk_get_rate during transfer + (bsc#1227885 CVE-2024-40965). +- commit abb755c + +------------------------------------------------------------------- +Wed Sep 18 14:48:15 CEST 2024 - mhocko@suse.com + +- x86/mm/ident_map: Use gbpages only where full GB page should + be mapped (bsc#1220382). +- x86/kexec: Add EFI config table identity mapping for kexec + kernel (bsc#1220382). +- commit 26eab5b + +------------------------------------------------------------------- +Wed Sep 18 08:45:26 CEST 2024 - tiwai@suse.de + +- Move upstreamed nvme patches into sorted section +- commit 1e42d2f + +------------------------------------------------------------------- +Wed Sep 18 08:36:23 CEST 2024 - tiwai@suse.de + +- spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ + (git-fixes). +- commit 1cec71a + +------------------------------------------------------------------- +Wed Sep 18 08:24:48 CEST 2024 - tiwai@suse.de + +- ASoC: meson: Remove unused declartion in header file + (git-fixes). +- ASoC: soc-ac97: Fix the incorrect description (git-fixes). +- ASoC: rt5682: Return devm_of_clk_add_hw_provider to transfer + the error (git-fixes). +- ASoC: tas2781-i2c: Get the right GPIO line (git-fixes). +- ASoC: cs42l42: Convert comma to semicolon (git-fixes). +- ASoC: rt5682s: Return devm_of_clk_add_hw_provider to transfer + the error (git-fixes). +- ALSA: hda: cs35l41: fix module autoloading (git-fixes). +- selftests: lib: remove strscpy test (git-fixes). +- scripts: sphinx-pre-install: remove unnecessary double check + for $cur_version (git-fixes). +- Documentation: ioctl: document 0x07 ioctl code (git-fixes). +- module: Fix KCOV-ignored file name (git-fixes). +- reset: k210: fix OF node leak in probe() error path (git-fixes). +- reset: berlin: fix OF node leak in probe() error path + (git-fixes). +- bus: integrator-lm: fix OF node leak in probe() (git-fixes). +- soc: fsl: cpm1: tsa: Fix tsa_write8() (git-fixes). +- firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp() + (git-fixes). +- firmware: arm_scmi: Fix double free in OPTEE transport + (git-fixes). +- soc: versatile: integrator: fix OF node leak in probe() error + path (git-fixes). +- memory: mtk-smi: Use devm_clk_get_enabled() (git-fixes). +- memory: tegra186-emc: drop unused to_tegra186_emc() (git-fixes). +- spi: bcm63xx: Fix module autoloading (git-fixes). +- spi: rpc-if: Add missing MODULE_DEVICE_TABLE (git-fixes). +- spi: meson-spicc: convert comma to semicolon (git-fixes). +- spi: ppc4xx: handle irq_of_parse_and_map() errors (git-fixes). +- regulator: core: Fix regulator_is_supported_voltage() kerneldoc + return value (git-fixes). +- regulator: core: Fix short description for + _regulator_check_status_enabled() (git-fixes). +- regulator: Return actual error in of_regulator_bulk_get_all() + (git-fixes). +- regulator: rt5120: Convert comma to semicolon (git-fixes). +- regulator: wm831x-isink: Convert comma to semicolon (git-fixes). +- clocksource/drivers/qcom: Add missing iounmap() on errors in + msm_dt_timer_init() (git-fixes). +- commit 994b020 + +------------------------------------------------------------------- +Tue Sep 17 08:37:47 CEST 2024 - tiwai@suse.de + +- cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails + appropriately (git-fixes). +- ACPI: CPPC: Fix MASK_VAL() usage (git-fixes). +- ACPI: PMIC: Remove unneeded check in + tps68470_pmic_opregion_probe() (git-fixes). +- ACPI: sysfs: validate return type of _STR method (git-fixes). +- crypto: ccp - do not request interrupt on cmd completion when + irqs disabled (git-fixes). +- hwrng: mtk - Use devm_pm_runtime_enable (git-fixes). +- crypto: ccp - Properly unregister /dev/sev on sev + PLATFORM_STATUS failure (git-fixes). +- hwrng: cctrng - Add missing clk_disable_unprepare in + cctrng_resume (git-fixes). +- hwrng: bcm2835 - Add missing clk_disable_unprepare in + bcm2835_rng_init (git-fixes). +- crypto: iaa - Fix potential use after free bug (git-fixes). +- crypto: xor - fix template benchmarking (git-fixes). +- can: m_can: m_can_close(): stop clocks after device has been + shut down (git-fixes). +- can: m_can: enable NAPI before enabling interrupts (git-fixes). +- can: bcm: Clear bo->bcm_proc_read after remove_proc_entry() + (git-fixes). +- Bluetooth: btusb: Fix not handling ZPL/short-transfer + (git-fixes). +- Bluetooth: hci_sync: Ignore errors from + HCI_OP_REMOTE_NAME_REQ_CANCEL (git-fixes). +- Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED + (git-fixes). +- wifi: mt76: mt7925: fix a potential array-index-out-of-bounds + issue for clc (git-fixes). +- wifi: mt76: mt7615: check devm_kasprintf() returned value + (git-fixes). +- wifi: mt76: mt7921: Check devm_kasprintf() returned value + (git-fixes). +- wifi: mt76: mt7915: check devm_kasprintf() returned value + (git-fixes). +- wifi: mt76: mt7996: fix uninitialized TLV data (git-fixes). +- wifi: mt76: mt7915: fix rx filter setting for bfee functionality + (git-fixes). +- wifi: mt76: mt7603: fix mixed declarations and code (git-fixes). +- wifi: mt76: connac: fix checksum offload fields of connac3 RXD + (git-fixes). +- wifi: mt76: mt7996: fix NULL pointer dereference in + mt7996_mcu_sta_bfer_he (git-fixes). +- wifi: mt76: mt7996: fix EHT beamforming capability check + (git-fixes). +- wifi: mt76: mt7996: fix HE and EHT beamforming capabilities + (git-fixes). +- wifi: mt76: mt7996: fix wmm set of station interface to 3 + (git-fixes). +- wifi: mt76: mt7996: fix traffic delay when switching back to + working channel (git-fixes). +- wifi: mt76: mt7996: use hweight16 to get correct tx antenna + (git-fixes). +- wifi: mt76: mt7921: fix wrong UNII-4 freq range check for the + channel usage (git-fixes). +- wifi: mt76: mt7915: fix oops on non-dbdc mt7986 (git-fixes). +- wifi: rtw88: remove CPT execution branch never used (git-fixes). +- wifi: wilc1000: fix potential RCU dereference issue in + wilc_parse_join_bss_param (git-fixes). +- wifi: mac80211: use two-phase skb reclamation in + ieee80211_do_stop() (git-fixes). +- wifi: cfg80211: fix two more possible UBSAN-detected off-by-one + errors (git-fixes). +- wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan() + (git-fixes). +- wifi: mac80211: fix the comeback long retry times (git-fixes). +- wifi: cfg80211: fix bug of mapping AF3x to incorrect User + Priority (git-fixes). +- wifi: iwlwifi: mvm: increase the time between ranging + measurements (git-fixes). +- wifi: mac80211: don't use rate mask for offchannel TX either + (git-fixes). +- wifi: ath12k: fix invalid AMPDU factor calculation in + ath12k_peer_assoc_h_he() (git-fixes). +- wifi: ath12k: match WMI BSS chan info structure with firmware + definition (git-fixes). +- wifi: ath12k: fix BSS chan info request WMI command (git-fixes). +- wifi: ath9k: Remove error checks when creating debugfs entries + (git-fixes). +- wifi: rtw88: always wait for both firmware loading attempts + (git-fixes). +- wifi: rtw88: 8822c: Fix reported RX band width (git-fixes). +- wifi: brcmfmac: introducing fwil query functions (git-fixes). +- can: j1939: use correct function name in comment (git-fixes). +- commit ffce0ad + +------------------------------------------------------------------- +Mon Sep 16 17:26:10 CEST 2024 - jgross@suse.com + +- net: tighten bad gso csum offset check in virtio_net_hdr + (git-fixes). +- commit 6b94c45 + +------------------------------------------------------------------- +Mon Sep 16 16:52:08 CEST 2024 - jgross@suse.com + +- blacklist.conf: add 840b2d39a2dc ("virtio_ring: fix KMSAN error for premapped mode") +- commit 2b97440 + +------------------------------------------------------------------- +Mon Sep 16 16:51:12 CEST 2024 - jgross@suse.com + +- KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE + and MSR_GS_BASE (git-fixes). +- commit aeba695 + +------------------------------------------------------------------- +Mon Sep 16 16:15:44 CEST 2024 - jgross@suse.com + +- blacklist.conf: add 611ff1b1ae98 ("xen: privcmd: Fix possible access to a freed kirqfd instance") +- commit d91e53f + +------------------------------------------------------------------- +Mon Sep 16 15:47:44 CEST 2024 - lhenriques@suse.de + +- fscache: delete fscache_cookie_lru_timer when fscache exits + to avoid UAF (bsc#1230602). +- commit d2c95a5 + +------------------------------------------------------------------- +Mon Sep 16 13:52:45 CEST 2024 - sjaeckel@suse.de + +- Update + patches.suse/virtio_net-Fix-napi_skb_cache_put-warning.patch + (git-fixes CVE-2024-43835 bsc#1229289). +- commit b9542fb + +------------------------------------------------------------------- +Mon Sep 16 09:32:20 CEST 2024 - ohering@suse.de + +- x86/hyperv: fix kexec crash due to VP assist page corruption + (git-fixes). +- Drivers: hv: vmbus: Fix the misplaced function description + (git-fixes). +- commit c60d936 + +------------------------------------------------------------------- +Mon Sep 16 04:07:52 CEST 2024 - ddiss@suse.de + +- Update references + patches.suse/selinux-smack-don-t-bypass-permissions-check-in-inod.patch + (stable-fixes CVE-2024-46695 bsc#1230519). +- commit 2a7bb57 + +------------------------------------------------------------------- +Mon Sep 16 02:33:41 CEST 2024 - neilb@suse.de + +- NFSv4: Add missing rescheduling points in + nfs_client_return_marked_delegations (git-fixes). +- commit a563f31 + +------------------------------------------------------------------- +Mon Sep 16 02:31:59 CEST 2024 - neilb@suse.de + +- nfsd: Don't leave work of closing files to a work queue + (bsc#1228140). +- Refresh + patches.suse/nfsd-use-__fput_sync-to-avoid-delayed-closing-of-fil.patch. +- commit 83ce74a + +------------------------------------------------------------------- +Sun Sep 15 09:32:07 CEST 2024 - tiwai@suse.de + +- ASoC: meson: axg-card: fix 'use-after-free' (git-fixes). +- ASoC: codecs: avoid possible garbage value in peb2466_reg_read() + (git-fixes). +- commit 5a67afd + +------------------------------------------------------------------- +Sat Sep 14 16:31:25 CEST 2024 - tiwai@suse.de + +- kABI workaround for soc-qcom pmic_glink changes (CVE-2024-46693 + bsc#1230521). +- commit 9a06e25 + +------------------------------------------------------------------- +Sat Sep 14 16:23:38 CEST 2024 - tiwai@suse.de + +- usb: typec: ucsi: Move unregister out of atomic section + (CVE-2024-46691 bsc#1230526). +- soc: qcom: pmic_glink: Fix race during initialization + (CVE-2024-46693 bsc#1230521). +- commit 26dd9b4 + +------------------------------------------------------------------- +Sat Sep 14 09:20:32 CEST 2024 - tiwai@suse.de + +- spi: nxp-fspi: fix the KASAN report out-of-bounds bug + (git-fixes). +- drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl + (git-fixes). +- drm/nouveau/fb: restore init() for ramgp102 (git-fixes). +- dma-buf: heaps: Fix off-by-one in CMA heap fault handler + (git-fixes). +- drm/i915/guc: prevent a possible int overflow in wq offsets + (git-fixes). +- usbnet: ipheth: race between ipheth_close and error handling + (stable-fixes). +- commit 8d8bf2f + +------------------------------------------------------------------- +Sat Sep 14 01:23:47 CEST 2024 - colyli@suse.de + +- md/raid1: Fix data corruption for degraded array with slow disk + (bsc#1230455, CVE-2024-45023). +- commit 34cd7b5 + +------------------------------------------------------------------- +Fri Sep 13 21:16:43 CEST 2024 - tonyj@suse.de + +- perf/x86/intel: Limit the period on Haswell (git-fixes). +- perf/x86: Fix smp_processor_id()-in-preemptible warnings + (git-fixes). +- perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra + Forest (git-fixes). +- ARM: 9406/1: Fix callchain_trace() return value (git-fixes). +- bpf, events: Use prog to emit ksymbol event for main program + (git-fixes). +- perf/x86/intel: Add a distinct name for Granite Rapids + (git-fixes). +- perf/x86/intel/ds: Fix non 0 retire latency on Raptorlake + (git-fixes). +- perf/x86/intel/uncore: Fix the bits of the CHA extended umask + for SPR (git-fixes). +- perf: Fix event leak upon exit (git-fixes). +- perf/x86/intel/cstate: Fix Alderlake/Raptorlake/Meteorlake + (git-fixes). +- perf: Fix default aux_watermark calculation (git-fixes). +- perf: Prevent passing zero nr_pages to rb_alloc_aux() + (git-fixes). +- perf: Fix perf_aux_size() for greater-than 32-bit size + (git-fixes). +- perf/x86/intel/pt: Fix pt_topa_entry_for_page() address + calculation (git-fixes). +- perf/x86/intel/pt: Fix a topa_entry base address calculation + (git-fixes). +- perf/x86/intel/pt: Fix topa_entry base length (git-fixes). +- perf/x86: Serialize set_attr_rdpmc() (git-fixes). +- perf/core: Fix missing wakeup when waiting for context reference + (git-fixes). +- perf/x86/intel: Factor out the initialization code for SPR + (git fixes). +- perf/x86/intel: Use the common uarch name for the shared + functions (git fixes). +- commit bb48e43 + +------------------------------------------------------------------- +Fri Sep 13 21:15:11 CEST 2024 - tonyj@suse.de + +- blacklist.conf: Add perf git-fix that won't be backported +- commit fbbd522 + +------------------------------------------------------------------- +Fri Sep 13 19:40:15 CEST 2024 - dsterba@suse.com + +- nvme: move stopping keep-alive into nvme_uninit_ctrl() (CVE-2024-45013 bsc#1230442) +- commit ce739c4 + +------------------------------------------------------------------- +Fri Sep 13 19:33:08 CEST 2024 - dsterba@suse.com + +- i2c: tegra: Do not mark ACPI devices as irq safe (CVE-2024-45029 bsc#1230451) +- commit 2870112 + +------------------------------------------------------------------- +Fri Sep 13 19:15:36 CEST 2024 - dsterba@suse.com + +- netfilter: flowtable: initialise extack before use (CVE-2024-45018 bsc#1230431) +- commit 8b44b15 + +------------------------------------------------------------------- +Fri Sep 13 19:13:05 CEST 2024 - dsterba@suse.com + +- net/mlx5e: Take state lock during tx timeout reporter (CVE-2024-45019 bsc#1230432) +- commit 2552371 + +------------------------------------------------------------------- +Fri Sep 13 19:08:00 CEST 2024 - dsterba@suse.com + +- net/mlx5: Fix IPsec RoCE MPV trace call (CVE-2024-45017 bsc#1230430) +- commit 60aac02 + +------------------------------------------------------------------- +Fri Sep 13 19:04:47 CEST 2024 - dsterba@suse.com + +- igb: cope with large MAX_SKB_FRAGS (CVE-2024-45030 bsc#1230457) +- commit d2d3c69 + +------------------------------------------------------------------- +Fri Sep 13 17:38:32 CEST 2024 - tiwai@suse.de + +- Move s390 kabi patch into the kabi section +- commit 4ab5d36 + +------------------------------------------------------------------- +Fri Sep 13 15:42:48 CEST 2024 - mfranc@suse.cz + +- s390/uv: Don't call folio_wait_writeback() without a folio + reference (git-fixes bsc#1229380 CVE-2024-43832). +- s390/mm: Convert gmap_make_secure to use a folio (git-fixes + bsc#1230562). +- s390/mm: Convert make_page_secure to use a folio (git-fixes + bsc#1230563). +- s390: allow pte_offset_map_lock() to fail (git-fixes + bsc#1230564). +- commit 7069eb7 + +------------------------------------------------------------------- +Fri Sep 13 14:01:09 CEST 2024 - mhocko@suse.com + +- mm/vmalloc: fix page mapping if vm_area_alloc_pages() with + high order fallback to order 0 (CVE-2024-45022 bsc#1230435). +- commit cc8880a + ------------------------------------------------------------------- Fri Sep 13 12:40:41 CEST 2024 - osalvador@suse.de @@ -20,6 +1919,596 @@ Fri Sep 13 12:39:27 CEST 2024 - osalvador@suse.de (bsc#1230413) - commit 7e5afd7 +------------------------------------------------------------------- +Fri Sep 13 11:07:36 CEST 2024 - mhocko@suse.com + +- memcg_write_event_control(): fix a user-triggerable oops + (CVE-2024-45021 bsc#1230434). +- commit 99a85a8 + +------------------------------------------------------------------- +Fri Sep 13 10:00:31 CEST 2024 - tiwai@suse.de + +- platform/x86: panasonic-laptop: Allocate 1 entry extra in the + sinf array (git-fixes). +- platform/x86: panasonic-laptop: Fix SINF array out of bounds + accesses (git-fixes). +- usb: dwc3: core: update LC timer as per USB Spec V3.2 + (stable-fixes). +- lib/generic-radix-tree.c: Fix rare race in + __genradix_ptr_alloc() (stable-fixes). +- kselftests: dmabuf-heaps: Ensure the driver name is + null-terminated (stable-fixes). +- regmap: maple: work around gcc-14.1 false-positive warning + (stable-fixes). +- phy: zynqmp: Take the phy mutex in xlate (stable-fixes). +- pcmcia: Use resource_size function on resource object + (stable-fixes). +- pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv + (stable-fixes). +- PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0) + (stable-fixes). +- PCI: Add missing bridge lock to pci_bus_lock() (stable-fixes). +- usb: gadget: aspeed_udc: validate endpoint index for ast udc + (stable-fixes). +- usb: uas: set host status byte on data completion error + (stable-fixes). +- media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse + (stable-fixes). +- media: vivid: don't set HDMI TX controls if there are no HDMI + outputs (stable-fixes). +- media: vivid: fix wrong sizeimage value for mplane + (stable-fixes). +- leds: spi-byte: Call of_node_put() on error path (stable-fixes). +- wifi: rtw88: usb: schedule rx work after everything is set up + (stable-fixes). +- wifi: rtw89: wow: prevent to send unexpected H2C during download + Firmware (stable-fixes). +- wifi: mwifiex: Do not return unused priv in + mwifiex_get_priv_by_id() (stable-fixes). +- wifi: ath12k: fix firmware crash due to invalid peer nss + (stable-fixes). +- wifi: ath12k: fix uninitialize symbol error on + ath12k_peer_assoc_h_he() (stable-fixes). +- wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3 + (stable-fixes). +- wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check + (stable-fixes). +- commit 3b57fa8 + +------------------------------------------------------------------- +Fri Sep 13 09:57:01 CEST 2024 - ailiop@suse.com + +- Squashfs: sanity check symbolic link size (git-fixes). +- commit fa6af4a + +------------------------------------------------------------------- +Fri Sep 13 09:56:46 CEST 2024 - tiwai@suse.de + +- hwmon: (pmbus) Conditionally clear individual status bits for + pmbus rev >= 1.2 (git-fixes). +- Input: uinput - reject requests with unreasonable number of + slots (stable-fixes). +- HID: amd_sfh: free driver_data after destroying hid device + (stable-fixes). +- HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup + (stable-fixes). +- i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA + setup (stable-fixes). +- Input: ili210x - use kvmalloc() to allocate buffer for firmware + update (stable-fixes). +- drm/amdgpu: reject gang submit on reserved VMIDs (stable-fixes). +- drm/amdgpu: Set no_hw_access when VF request full GPU fails + (stable-fixes). +- drm/amdgpu/display: handle gfx12 in + amdgpu_dm_plane_format_mod_supported (stable-fixes). +- drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizes + (stable-fixes). +- drm/amdgpu: check for LINEAR_ALIGNED correctly in + check_tiling_flags_gfx6 (stable-fixes). +- drm/amd/display: Check denominator pbn_div before used + (stable-fixes). +- drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts + (stable-fixes). +- drm/amdgpu: Fix smatch static checker warning (stable-fixes). +- drm/amdgpu: add missing error handling in function + amdgpu_gmc_flush_gpu_tlb_pasid (stable-fixes). +- drm/amd/display: Check HDCP returned status (stable-fixes). +- hwmon: (w83627ehf) Fix underflows seen when writing limit + attributes (stable-fixes). +- hwmon: (nct6775-core) Fix underflows seen when writing limit + attributes (stable-fixes). +- hwmon: (lm95234) Fix underflows seen when writing limit + attributes (stable-fixes). +- hwmon: (adc128d818) Fix underflows seen when writing limit + attributes (stable-fixes). +- commit 2fa929e + +------------------------------------------------------------------- +Fri Sep 13 09:47:45 CEST 2024 - osalvador@suse.de + +- Revert "mm/sparsemem: fix race in accessing memory_section->usage" + This reverts commit 6aa8957889611fbe7f06353f917cfb3d9620a680. +- commit 5376e5a + +------------------------------------------------------------------- +Fri Sep 13 09:47:38 CEST 2024 - osalvador@suse.de + +- Revert "mm, kmsan: fix infinite recursion due to RCU critical section" + This reverts commit 16ad73a9f4c2888f3bc28513f5e9a88d753f8741. +- commit 505329c + +------------------------------------------------------------------- +Fri Sep 13 09:47:23 CEST 2024 - osalvador@suse.de + +- Revert "mm: prevent derefencing NULL ptr in pfn_section_valid()" + This reverts commit 35f619d3c421219e07bc89d2d6a37fbff25519fe. +- commit 937414d + +------------------------------------------------------------------- +Fri Sep 13 09:36:57 CEST 2024 - tiwai@suse.de + +- ata: libata: Fix memory leak for error path in ata_host_alloc() + (git-fixes). +- devres: Initialize an uninitialized struct member + (stable-fixes). +- ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX + for potentially broken alignment (stable-fixes). +- ASoC: topology: Properly initialize soc_enum values + (stable-fixes). +- ALSA: hda: Add input value sanity checks to HDMI channel map + controls (stable-fixes). +- ALSA: control: Apply sanity check of input values for user + elements (stable-fixes). +- crypto: qat - fix unintentional re-enabling of error interrupts + (stable-fixes). +- drm/amd/display: Run DC_LOG_DC after checking link->link_enc + (stable-fixes). +- drm/amd/display: Check UnboundedRequestEnabled's value + (stable-fixes). +- drm/amd: Add gfx12 swizzle mode defs (stable-fixes). +- Bluetooth: btnxpuart: Fix Null pointer dereference in + btnxpuart_flush() (stable-fixes). +- can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 + of mcp2518fd (stable-fixes). +- can: mcp251xfd: rx: prepare to workaround broken RX FIFO head + index erratum (stable-fixes). +- can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out + in separate function (stable-fixes). +- can: mcp251xfd: clarify the meaning of timestamp (stable-fixes). +- can: kvaser_pciefd: Skip redundant NULL pointer check in ISR + (stable-fixes). +- ACPI: processor: Fix memory leaks in error paths of + processor_add() (stable-fixes). +- ACPI: processor: Return an error if acpi_processor_get_info() + fails in processor_add() (stable-fixes). +- cpufreq: amd-pstate: fix the highest frequency issue which + limits performance (git-fixes). +- cpufreq: amd-pstate: Enable amd-pstate preferred core support + (stable-fixes). +- ACPI: CPPC: Add helper to get the highest performance value + (stable-fixes). +- Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync + queue (stable-fixes). +- Bluetooth: hci_event: Use HCI error defines instead of magic + values (stable-fixes). +- commit 96be389 + +------------------------------------------------------------------- +Thu Sep 12 18:27:42 CEST 2024 - jgross@suse.com + +- virtio_net: Fix napi_skb_cache_put warning (git-fixes). +- commit 860ef0a + +------------------------------------------------------------------- +Thu Sep 12 17:53:52 CEST 2024 - jgross@suse.com + +- virtio_net: fixing XDP for fully checksummed packets handling + (git-fixes). +- commit 77fb9e7 + +------------------------------------------------------------------- +Thu Sep 12 16:53:20 CEST 2024 - mfranc@suse.cz + +- s390/dasd: Fix redundant /proc/dasd* entries removal + (bsc#1227694). +- commit b66530a + +------------------------------------------------------------------- +Thu Sep 12 16:08:18 CEST 2024 - tiwai@suse.de + +- Move upstreamed input patch into sorted section +- commit e197a51 + +------------------------------------------------------------------- +Thu Sep 12 16:07:50 CEST 2024 - jgross@suse.com + +- blacklist.conf: add db5247d9bf5c ("vhost_task: Handle SIGKILL by flushing work and exiting") +- commit 7acfcbb + +------------------------------------------------------------------- +Thu Sep 12 16:06:12 CEST 2024 - jgross@suse.com + +- KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM + support is missing (git-fixes). +- commit 42f7b0c + +------------------------------------------------------------------- +Thu Sep 12 15:32:38 CEST 2024 - jgross@suse.com + +- KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS + (git-fixes). +- commit 610cfdd + +------------------------------------------------------------------- +Thu Sep 12 14:27:30 CEST 2024 - jgross@suse.com + +- KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3 + (git-fixes). +- commit bae7627 + +------------------------------------------------------------------- +Thu Sep 12 13:58:10 CEST 2024 - jroedel@suse.de + +- kABI: Workaround kABI change in + patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch + (git-fixes). +- Refresh + patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch. +- commit d37ca1f + +------------------------------------------------------------------- +Thu Sep 12 13:45:38 CEST 2024 - jgross@suse.com + +- blacklist.conf: add 778c350eb580 ("Revert KVM: async_pf: avoid recursive flushing of work items") +- commit 3ff1683 + +------------------------------------------------------------------- +Thu Sep 12 13:44:28 CEST 2024 - jgross@suse.com + +- KVM: arm64: Do not re-initialize the KVM lock (git-fixes). +- commit b05c6c8 + +------------------------------------------------------------------- +Thu Sep 12 13:43:32 CEST 2024 - mfranc@suse.cz + +- s390/dasd: Remove DMA alignment (LTC#208933 bsc#1230426 + git-fixes). +- commit 5b1f3c2 + +------------------------------------------------------------------- +Thu Sep 12 13:01:55 CEST 2024 - jgross@suse.com + +- KVM: arm64: vgic-v2: Check for non-NULL vCPU in + vgic_v2_parse_attr() (git-fixes). +- commit 4ccaaf2 + +------------------------------------------------------------------- +Thu Sep 12 11:54:51 CEST 2024 - jgross@suse.com + +- KVM: arm64: Don't pass a TLBI level hint when zapping table + entries (git-fixes). +- commit e3cb3e5 + +------------------------------------------------------------------- +Thu Sep 12 10:18:36 CEST 2024 - jgross@suse.com + +- blacklist.conf: add f62d4c3eb687 ("KVM: arm64: Don't defer TLB invalidation when zapping table entries") +- commit 80a75dc + +------------------------------------------------------------------- +Thu Sep 12 10:11:31 CEST 2024 - jgross@suse.com + +- blacklist.conf: add c60d847be7b8 ("KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()") +- commit 518faac + +------------------------------------------------------------------- +Thu Sep 12 10:05:18 CEST 2024 - jgross@suse.com + +- KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID + (git-fixes). +- commit 9d7939a + +------------------------------------------------------------------- +Thu Sep 12 09:24:12 CEST 2024 - jgross@suse.com + +- KVM: arm64: Block unsafe FF-A calls from the host (git-fixes). +- commit 6327e50 + +------------------------------------------------------------------- +Thu Sep 12 08:45:03 CEST 2024 - tiwai@suse.de + +- minmax: reduce min/max macro expansion in atomisp driver + (git-fixes). +- commit 6d37707 + +------------------------------------------------------------------- +Thu Sep 12 00:21:04 CEST 2024 - dsterba@suse.com + +- net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() (CVE-2024-44971 bsc#1230211) +- commit f262d95 + +------------------------------------------------------------------- +Thu Sep 12 00:03:14 CEST 2024 - dsterba@suse.com + +- tcp: prevent concurrent execution of tcp_sk_exit_batch (CVE-2024-44991 bsc#1230195) +- commit 179b01d + +------------------------------------------------------------------- +Wed Sep 11 23:47:51 CEST 2024 - dsterba@suse.com + +- bonding: fix xfrm real_dev null pointer dereference (CVE-2024-44989 bsc#1230193) +- commit 5caf0d2 + +------------------------------------------------------------------- +Wed Sep 11 21:03:51 CEST 2024 - tonyj@suse.de + +- perf arch events: Fix duplicate RISC-V SBI firmware event name + (git-fixes). +- commit 4570763 + +------------------------------------------------------------------- +Wed Sep 11 21:02:13 CEST 2024 - tonyj@suse.de + +- perf tool: fix dereferencing NULL al->maps (git-fixes). +- commit 5e4751b + +------------------------------------------------------------------- +Wed Sep 11 21:01:00 CEST 2024 - tonyj@suse.de + +- perf intel-pt: Fix exclude_guest setting (git-fixes). +- commit e69b63b + +------------------------------------------------------------------- +Wed Sep 11 21:00:37 CEST 2024 - tonyj@suse.de + +- perf intel-pt: Fix aux_watermark calculation for 64-bit size + (git-fixes). +- commit e3b3bca + +------------------------------------------------------------------- +Wed Sep 11 21:00:11 CEST 2024 - tonyj@suse.de + +- perf report: Fix condition in sort__sym_cmp() (git-fixes). +- commit c3e65ee + +------------------------------------------------------------------- +Wed Sep 11 20:59:48 CEST 2024 - tonyj@suse.de + +- perf pmus: Fixes always false when compare duplicates aliases + (git-fixes). +- commit 8eeac69 + +------------------------------------------------------------------- +Wed Sep 11 20:58:58 CEST 2024 - tonyj@suse.de + +- tools/perf: Fix the string match for "/tmp/perf-$PID.map" + files in dso__load (git-fixes). +- commit 9a7d0fb + +------------------------------------------------------------------- +Wed Sep 11 20:10:22 CEST 2024 - krisman@suse.de + +- bonding: fix null pointer deref in bond_ipsec_offload_ok + (CVE-2024-44990 bsc#1230194). +- media: aspeed: Fix memory overwrite if timing is 1600x900 + (CVE-2023-52916 bsc#1230269). +- commit 7cce3c7 + +------------------------------------------------------------------- +Wed Sep 11 20:02:12 CEST 2024 - tonyj@suse.de + +- perf test: Make test_arm_callgraph_fp.sh more robust + (git-fixes). +- commit 8d430e5 + +------------------------------------------------------------------- +Wed Sep 11 20:01:10 CEST 2024 - tonyj@suse.de + +- perf stat: Fix the hard-coded metrics calculation on the hybrid + (git-fixes). +- commit 0fe6062 + +------------------------------------------------------------------- +Wed Sep 11 20:00:19 CEST 2024 - tonyj@suse.de + +- perf pmu: Assume sysfs events are always the same case + (git-fixes). +- Refresh + patches.suse/perf-pmu-Count-sys-and-cpuid-JSON-events-separately.patch. +- commit 0eb9b05 + +------------------------------------------------------------------- +Wed Sep 11 19:55:17 CEST 2024 - krisman@suse.de + +- rtla/osnoise: Prevent NULL dereference in error handling + (CVE-2024-45002 bsc#1230169). +- net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink + (CVE-2024-44970 bsc#1230209). +- commit 33e2b5d + +------------------------------------------------------------------- +Wed Sep 11 15:37:24 CEST 2024 - oneukum@suse.com + +- lirc: rc_dev_get_from_fd(): fix file leak (git-fixes). +- commit b3b20de + +------------------------------------------------------------------- +Wed Sep 11 11:18:24 CEST 2024 - oneukum@suse.com + +- thunderbolt: Fix calculation of consumed USB3 bandwidth on a + path (git-fixes). +- commit c3642e6 + +------------------------------------------------------------------- +Wed Sep 11 11:17:35 CEST 2024 - marco.crivellari@suse.com + +- Move fixes into sorted section (bsc#1230119) +- commit c8d5e3a + +------------------------------------------------------------------- +Wed Sep 11 08:22:13 CEST 2024 - tiwai@suse.de + +- Refresh patches.suse/ipmi-ssif-Improve-detecting-during-probing.patch + Add commit id and move away from out-of-tree section +- commit ceb6869 + +------------------------------------------------------------------- +Wed Sep 11 08:18:46 CEST 2024 - tiwai@suse.de + +- Move upstreamed kaslr patch into sorted section +- commit 554594b + +------------------------------------------------------------------- +Wed Sep 11 03:53:47 CEST 2024 - dsterba@suse.com + +- net: dsa: mv88e6xxx: Fix out-of-bound access (CVE-2024-44988 bsc#1230192) +- commit 5ca3065 + +------------------------------------------------------------------- +Wed Sep 11 02:46:36 CEST 2024 - dsterba@suse.com + +- ipv6: prevent UAF in ip6_send_skb() (CVE-2024-44987 bsc#1230185) +- commit 075c292 + +------------------------------------------------------------------- +Wed Sep 11 01:23:19 CEST 2024 - tonyj@suse.de + +- perf tools: Add/use PMU reverse lookup from config to name + (git-fixes). +- commit 62632fc + +------------------------------------------------------------------- +Wed Sep 11 01:22:35 CEST 2024 - tonyj@suse.de + +- perf tools: Use pmus to describe type from attribute + (git-fixes). +- commit 3dc616b + +------------------------------------------------------------------- +Wed Sep 11 01:21:48 CEST 2024 - tonyj@suse.de + +- perf: script: add raw|disasm arguments to --insn-trace option + (git-fixes). +- Refresh + patches.suse/perf-script-Show-also-errors-for-insn-trace-option.patch. +- commit f716aa4 + +------------------------------------------------------------------- +Wed Sep 11 01:20:25 CEST 2024 - tonyj@suse.de + +- perf annotate: Use global annotation_options (git-fixes). +- Refresh + patches.suse/perf-annotate-Fix-annotation_calc_lines-to-pass-correct-address-to-get_srcline.patch. +- commit b70a6bc + +------------------------------------------------------------------- +Wed Sep 11 01:18:59 CEST 2024 - tonyj@suse.de + +- perf top: Convert to the global annotation_options (git-fixes). +- commit c12ae1d + +------------------------------------------------------------------- +Wed Sep 11 01:18:24 CEST 2024 - tonyj@suse.de + +- perf report: Convert to the global annotation_options + (git-fixes). +- commit e5bcc3a + +------------------------------------------------------------------- +Wed Sep 11 01:17:17 CEST 2024 - tonyj@suse.de + +- perf annotate: Introduce global annotation_options (git-fixes). +- commit b458961 + +------------------------------------------------------------------- +Wed Sep 11 01:15:20 CEST 2024 - tonyj@suse.de + +- perf maps: Move symbol maps functions to maps.c (git-fixes). +- Refresh + patches.suse/perf-symbols-Fix-ownership-of-string-in-dso__load_vmlinux.patch. +- commit 93caf35 + +------------------------------------------------------------------- +Wed Sep 11 01:14:00 CEST 2024 - tonyj@suse.de + +- perf annotate: Split branch stack cycles information out of + 'struct annotation_line' (git-fixes). +- commit 733d4c0 + +------------------------------------------------------------------- +Wed Sep 11 01:12:23 CEST 2024 - tonyj@suse.de + +- perf machine thread: Remove exited threads by default + (git-fixes). +- commit 3c4b077 + +------------------------------------------------------------------- +Wed Sep 11 01:07:44 CEST 2024 - dsterba@suse.com + +- Update references for patches.suse/ipv6-fix-possible-UAF-in-ip6_finish_output2.patch (CVE-2024-44986 bsc#1230230 bsc#1230206) +- commit 814e7ee + +------------------------------------------------------------------- +Wed Sep 11 01:04:13 CEST 2024 - dsterba@suse.com + +- bnxt_en: Fix double DMA unmapping for XDP_REDIRECT (CVE-2024-44984 bsc#1230240) +- commit 43e2e07 + +------------------------------------------------------------------- +Wed Sep 11 01:01:49 CEST 2024 - dsterba@suse.com + +- gtp: pull network headers in gtp_dev_xmit() (CVE-2024-44999 bsc#1230233) +- commit 057aaf8 + +------------------------------------------------------------------- +Tue Sep 10 23:52:30 CEST 2024 - tonyj@suse.de + +- perf record: Lazy load kernel symbols (git-fixes). +- commit 84efd43 + +------------------------------------------------------------------- +Tue Sep 10 23:51:23 CEST 2024 - tonyj@suse.de + +- Detect memory allocation failure in + annotated_source__alloc_histograms (bsc#1227962). +- commit 6424d7a + +------------------------------------------------------------------- +Tue Sep 10 23:15:37 CEST 2024 - tonyj@suse.de + +- Add alternate commit id for git-fixes. + Refresh + patches.suse/perf-evlist-Fix-evlist__new_default-for-1-core-PMU.patch. +- commit 3b7c481 + +------------------------------------------------------------------- +Tue Sep 10 22:35:09 CEST 2024 - oneukum@suse.com + +- thunderbolt: There are only 5 basic router registers in pre-USB4 + routers (git-fixes). +- commit 065ac58 + +------------------------------------------------------------------- +Tue Sep 10 16:26:33 CEST 2024 - oneukum@suse.com + +- thunderbolt: Fix rollback in tb_port_lane_bonding_enable() + for lane 1 (git-fixes). +- commit 108e81e + +------------------------------------------------------------------- +Tue Sep 10 15:26:32 CEST 2024 - iivanov@suse.de + +- ipmi:ssif: Improve detecting during probing (bsc#1228771) +- commit db0a09e + +------------------------------------------------------------------- +Tue Sep 10 15:19:17 CEST 2024 - oneukum@suse.com + +- thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_show + (git-fixes). +- commit b11c099 + ------------------------------------------------------------------- Tue Sep 10 15:18:24 CEST 2024 - tiwai@suse.de @@ -28,6 +2517,774 @@ Tue Sep 10 15:18:24 CEST 2024 - tiwai@suse.de patches.suse/soundwire-stream-fix-programming-slave-ports-for-non.patch - commit 5c05eeb +------------------------------------------------------------------- +Tue Sep 10 14:16:39 CEST 2024 - fdmanana@suse.com + +- btrfs: fix race between direct IO write and fsync when using + same fd (git-fixes). +- commit dc59ebc + +------------------------------------------------------------------- +Tue Sep 10 12:26:21 CEST 2024 - vbabka@suse.cz + +- mm/swap: fix race when skipping swapcache (CVE-2024-26759 + bsc#1230340). +- commit 990c0c6 + +------------------------------------------------------------------- +Tue Sep 10 10:14:45 CEST 2024 - tiwai@suse.de + +- kABI workaround for cros_ec stuff (git-fixes). +- commit cb01b4e + +------------------------------------------------------------------- +Tue Sep 10 10:12:25 CEST 2024 - tiwai@suse.de + +- platform/chrome: cros_ec_lpc: MEC access can use an AML mutex + (stable-fixes). +- commit d9de020 + +------------------------------------------------------------------- +Mon Sep 9 16:28:50 CEST 2024 - ohering@suse.de + +- Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic + (git-fixes). +- uio_hv_generic: Fix kernel NULL pointer dereference in + hv_uio_rescind (git-fixes). +- net: mana: Fix error handling in mana_create_txq/rxq's NAPI + cleanup (git-fixes). +- commit 27572d4 + +------------------------------------------------------------------- +Mon Sep 9 15:45:39 CEST 2024 - jgross@suse.com + +- x86/pat: Fix W^X violation false-positives when running as + Xen PV guest (bsc#1221527). +- commit 9acf0ca + +------------------------------------------------------------------- +Mon Sep 9 15:10:48 CEST 2024 - jgross@suse.com + +- x86/pat: Restructure _lookup_address_cpa() (bsc#1221527). +- commit 56f7c9c + +------------------------------------------------------------------- +Mon Sep 9 14:31:54 CEST 2024 - msuchanek@suse.de + +- powerpc/qspinlock: Fix deadlock in MCS queue (bac#1230295 + ltc#206656). +- commit c4a2ba1 + +------------------------------------------------------------------- +Mon Sep 9 14:16:06 CEST 2024 - mwilck@suse.com + +- Refresh + patches.kabi/kabi-dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. +- Refresh + patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. +- commit 73c5a36 + +------------------------------------------------------------------- +Mon Sep 9 14:15:26 CEST 2024 - jgross@suse.com + +- x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops() + (bsc#1221527). +- commit 84d383c + +------------------------------------------------------------------- +Mon Sep 9 13:42:45 CEST 2024 - jgross@suse.com + +- x86/pat: Introduce lookup_address_in_pgd_attr() (bsc#1221527). +- commit 09ca5ca + +------------------------------------------------------------------- +Mon Sep 9 11:09:32 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Replace dm_execute_dmub_cmd with + dc_wake_and_execute_dmub_cmd (git-fixes). +- commit 6d87705 + +------------------------------------------------------------------- +Mon Sep 9 11:05:58 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: make hash table duplicates more survivable + (stable-fixes). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 62f6e12 + +------------------------------------------------------------------- +Mon Sep 9 10:59:52 CEST 2024 - tiwai@suse.de + +- VMCI: Fix use-after-free when removing resource in + vmci_resource_remove() (git-fixes). +- misc: fastrpc: Fix double free of 'buf' in error path + (git-fixes). +- iio: fix scale application in + iio_convert_raw_to_processed_unlocked (git-fixes). +- iio: adc: ad7124: fix config comparison (git-fixes). +- iio: adc: ad7124: fix chip ID mismatch (git-fixes). +- iio: buffer-dmaengine: fix releasing dma channel on error + (git-fixes). +- iio: adc: ad7606: remove frstdata check for serial mode + (git-fixes). +- staging: iio: frequency: ad9834: Validate frequency parameter + value (git-fixes). +- usb: dwc3: Avoid waking up gadget during startxfer (git-fixes). +- net: usb: qmi_wwan: add MeiG Smart SRM825L (stable-fixes). +- drm/gpuvm: fix missing dependency to DRM_EXEC (git-fixes). +- drm: panel-orientation-quirks: Add quirk for OrangePi Neo + (stable-fixes). +- drm/fb-helper: Don't schedule_work() to flush frame buffer + during panic() (stable-fixes). +- PCI: al: Check IORESOURCE_BUS existence during probe + (stable-fixes). +- usb: typec: ucsi: Fix null pointer dereference in trace + (stable-fixes). +- usbip: Don't submit special requests twice (stable-fixes). +- media: uvcvideo: Enforce alignment of frame and interval + (stable-fixes). +- wifi: ath12k: initialize 'ret' in + ath12k_dp_rxdma_ring_sel_config_wcn7850() (stable-fixes). +- wifi: ath11k: initialize 'ret' in + ath11k_qmi_load_file_target_mem() (stable-fixes). +- wifi: ath12k: initialize 'ret' in + ath12k_qmi_load_file_target_mem() (stable-fixes). +- wifi: rtw89: ser: avoid multiple deinit on same CAM + (stable-fixes). +- wifi: mac80211: check ieee80211_bss_info_change_notify() + against MLD (stable-fixes). +- wifi: cfg80211: restrict operation during radar detection + (stable-fixes). +- pwm: xilinx: Fix u32 overflow issue in 32-bit width PWM mode + (stable-fixes). +- hwmon: (k10temp) Check return value of amd_smn_read() + (stable-fixes). +- regmap: spi: Fix potential off-by-one when calculating reserved + size (stable-fixes). +- commit 73bbd93 + +------------------------------------------------------------------- +Mon Sep 9 10:17:13 CEST 2024 - tiwai@suse.de + +- clocksource/drivers/imx-tpm: Fix next event not taking effect + sometime (git-fixes). +- clocksource/drivers/imx-tpm: Fix return -ETIME when delta + exceeds INT_MAX (git-fixes). +- dma-debug: avoid deadlock between dma debug vs printk and + netconsole (stable-fixes). +- drm/amdgpu: fix contiguous handling for IB parsing v2 + (git-fixes). +- dmaengine: altera-msgdma: properly free descriptor in + msgdma_free_descriptor (stable-fixes). +- dmaengine: altera-msgdma: use irq variant of spin_lock/unlock + while invoking callbacks (stable-fixes). +- driver: iio: add missing checks on iio_info's callback access + (stable-fixes). +- drm/amd/display: Skip wbscl_set_scaler_filter if filter is null + (stable-fixes). +- drm/amd/display: Check BIOS images before it is used + (stable-fixes). +- drm/amd/display: Avoid overflow from uint32_t to uint8_t + (stable-fixes). +- drm/amd/display: use preferred link settings for dp signal only + (stable-fixes). +- drm/amd/display: Remove register from DCN35 DMCUB diagnostic + collection (stable-fixes). +- drm/amd/display: Correct the defined value for + AMDGPU_DMUB_NOTIFICATION_MAX (stable-fixes). +- drm/amd/display: added NULL check at start of dc_validate_stream + (stable-fixes). +- drm/amd/display: Wake DMCUB before sending a command for replay + feature (stable-fixes). +- drm/amd/display: Don't use fsleep for PSR exit waits on dmub + replay (stable-fixes). +- drm/amdgpu: fix overflowed constant warning in + mmhub_set_clockgating() (stable-fixes). +- drm/amdgpu: add lock in kfd_process_dequeue_from_device + (stable-fixes). +- drm/amdgpu: add lock in amdgpu_gart_invalidate_tlb + (stable-fixes). +- drm/amdgpu: add skip_hw_access checks for sriov (stable-fixes). +- drm/bridge: tc358767: Check if fully initialized before + signalling HPD event via IRQ (stable-fixes). +- drm/meson: plane: Add error handling (stable-fixes). +- drm/drm-bridge: Drop conditionals around of_node pointers + (stable-fixes). +- drm/amd/display: Add null checks for 'stream' and 'plane' + before dereferencing (stable-fixes). +- drm/amdgu: fix Unintentional integer overflow for mall size + (stable-fixes). +- drm/amdgpu: update type of buf size to u32 for eeprom functions + (stable-fixes). +- drm/amd/display: Fix pipe addition logic in + calc_blocks_to_ungate DCN35 (stable-fixes). +- drm/kfd: Correct pinned buffer handling at kfd restore and + validate process (stable-fixes). +- drm/amd/pm: check negtive return for table entries + (stable-fixes). +- drm/amdgpu: the warning dereferencing obj for nbio_v7_4 + (stable-fixes). +- drm/amd/pm: check specific index for smu13 (stable-fixes). +- drm/amd/pm: check specific index for aldebaran (stable-fixes). +- drm/amdgpu: fix the waring dereferencing hive (stable-fixes). +- drm/amdgpu: fix dereference after null check (stable-fixes). +- drm/amdgpu: Fix the warning division or modulo by zero + (stable-fixes). +- drm/amdgpu/pm: Check input value for CUSTOM profile mode + setting on legacy SOCs (stable-fixes). +- drm/amdkfd: Reconcile the definition and use of oem_id in + struct kfd_topology_device (stable-fixes). +- drm/amdgpu: fix mc_data out-of-bounds read warning + (stable-fixes). +- drm/amdgpu: fix ucode out-of-bounds read warning (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warning in + amdgpu_info_ioctl (stable-fixes). +- drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number + (stable-fixes). +- drm/amdkfd: Check debug trap enable before write dbg_ev_file + (stable-fixes). +- drm/amdgpu: Fix out-of-bounds write warning (stable-fixes). +- drm/amdgpu: Fix the uninitialized variable warning + (stable-fixes). +- drm/amdgpu/pm: Fix uninitialized variable agc_btc_response + (stable-fixes). +- drm/amdgpu/pm: Fix uninitialized variable warning for smu10 + (stable-fixes). +- drm/amd/pm: fix uninitialized variable warnings for vangogh_ppt + (stable-fixes). +- drm/amd/amdgpu: Check tbo resource pointer (stable-fixes). +- drm/amd/display: Fix index may exceed array range within + fpu_update_bw_bounding_box (stable-fixes). +- drm/amd/display: Skip inactive planes within + ModeSupportAndSystemConfiguration (stable-fixes). +- drm/amd/display: Ensure index calculation will not overflow + (stable-fixes). +- drm/amd/display: Fix Coverity INTEGER_OVERFLOW within + decide_fallback_link_setting_max_bw_policy (stable-fixes). +- drm/amd/display: Spinlock before reading event (stable-fixes). +- drm/amd/display: Fix Coverity INTEGER_OVERFLOW within + dal_gpio_service_create (stable-fixes). +- drm/amd/display: Fix Coverity INTERGER_OVERFLOW within + construct_integrated_info (stable-fixes). +- drm/amd/display: Check msg_id before processing transcation + (stable-fixes). +- drm/amd/display: Check num_valid_sets before accessing + reader_wm_sets[] (stable-fixes). +- drm/amd/display: Add array index check for hdcp ddc access + (stable-fixes). +- drm/amd/display: Check index for aux_rd_interval before using + (stable-fixes). +- drm/amd/display: Stop amdgpu_dm initialize when stream nums + greater than 6 (stable-fixes). +- drm/amd/display: Check gpio_id before used as array index + (stable-fixes). +- drm/amd/display: Ensure array index tg_inst won't be -1 + (stable-fixes). +- drm/amdgpu: avoid reading vf2pf info size from FB + (stable-fixes). +- drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr + (stable-fixes). +- drm/amdgpu: fix uninitialized scalar variable warning + (stable-fixes). +- drm/amd/pm: fix the Out-of-bounds read warning (stable-fixes). +- drm/amd/pm: Fix negative array index read (stable-fixes). +- drm/amd/pm: fix warning using uninitialized value of + max_vid_step (stable-fixes). +- drm/amd/pm: fix uninitialized variable warning for smu8_hwmgr + (stable-fixes). +- drm/amd/pm: fix uninitialized variable warning (stable-fixes). +- drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc + (stable-fixes). +- drm/amdgpu: fix overflowed array index read warning + (stable-fixes). +- drm/amdgpu: Handle sg size limit for contiguous allocation + (stable-fixes). +- drm/amd/display: Assign linear_pitch_alignment even for VM + (stable-fixes). +- drm/amd/display: Handle the case which quad_part is equal 0 + (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warning in + amdgpu_afmt_acr (stable-fixes). +- cpufreq: scmi: Avoid overflow of target_freq in fast switch + (stable-fixes). +- commit e23c4dc + +------------------------------------------------------------------- +Mon Sep 9 08:26:43 CEST 2024 - nmorey@suse.com + +- RDMA/efa: Properly handle unexpected AQ completions (git-fixes) +- commit 8c8b9e5 + +------------------------------------------------------------------- +Sun Sep 8 10:09:13 CEST 2024 - tiwai@suse.de + +- clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPs + (git-fixes). +- clk: qcom: gcc-sm8550: Don't park the USB RCG at registration + time (git-fixes). +- clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs + (git-fixes). +- clk: qcom: ipq9574: Update the alpha PLL type for GPLLs + (git-fixes). +- clk: qcom: clk-alpha-pll: Fix zonda set_rate failure when PLL + is disabled (git-fixes). +- clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate + API (git-fixes). +- clk: qcom: clk-alpha-pll: Fix the pll post div mask (git-fixes). +- commit 060a67a + +------------------------------------------------------------------- +Sat Sep 7 10:20:59 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek - Fix inactive headset mic jack for ASUS + Vivobook 15 X1504VAP (stable-fixes). +- ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx + (stable-fixes). +- ALSA: hda/realtek: Enable Mute Led for HP Victus 15-fb1xxx + (stable-fixes). +- ALSA: hda/realtek: extend quirks for Clevo V5[46]0 + (stable-fixes). +- ALSA: hda/realtek: add patch for internal mic in Lenovo V145 + (stable-fixes). +- ALSA: hda/conexant: Add pincfg quirk to enable top speakers + on Sirius devices (stable-fixes). +- commit 5538dd8 + +------------------------------------------------------------------- +Sat Sep 7 10:18:31 CEST 2024 - tiwai@suse.de + +- ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode + (git-fixes). +- ASoc: SOF: topology: Clear SOF link platform name upon unload + (git-fixes). +- ASoC: tegra: Fix CBB error during probe() (git-fixes). +- ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object (git-fixes). +- mmc: cqhci: Fix checking of CQHCI_HALT state (git-fixes). +- mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K + (git-fixes). +- mmc: sdhci-of-aspeed: fix module autoloading (git-fixes). +- mmc: core: apply SD quirks earlier during probe (git-fixes). +- gpio: modepin: Enable module autoloading (git-fixes). +- gpio: rockchip: fix OF node leak in probe() (git-fixes). +- Revert "drm/amdgpu: align pp_power_profile_mode with kernel + docs" (stable-fixes). +- nouveau: fix the fwsec sb verification register (git-fixes). +- drm/i915/fence: Mark debug_fence_free() with __maybe_unused + (git-fixes). +- drm/i915/fence: Mark debug_fence_init_onstack() with + __maybe_unused (git-fixes). +- drm/i915: Do not attempt to load the GSC multiple times + (git-fixes). +- commit 7a89765 + +------------------------------------------------------------------- +Fri Sep 6 17:33:50 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-43886 bsc#1229748: not applicable, functionality not present + The fix adds a NULL check but it is already there in this codebase. The + upstream fix is for patch 5db346c256bbac ("drm/amd/display: update pipe + topology log to support subvp") that adds a secondary display and + refactors code so the NULL check gets lost in + resource_log_pipe_topology_update(). +- commit b9c5bf2 + +------------------------------------------------------------------- +Fri Sep 6 15:56:40 CEST 2024 - dsterba@suse.com + +- ipv6: fix possible UAF in ip6_finish_output2() (bsc#1230206) +- commit 64f6ea9 + +------------------------------------------------------------------- +Fri Sep 6 15:55:20 CEST 2024 - dsterba@suse.com + +- ipv6: prevent possible UAF in ip6_xmit() (CVE-2024-44985 bsc#1230206) +- commit 209198a + +------------------------------------------------------------------- +Fri Sep 6 11:03:05 CEST 2024 - ddiss@suse.de + +- vfs: Don't evict inode under the inode lru traversing context + (CVE-2024-45003 bsc#1230245). +- commit 630b67a + +------------------------------------------------------------------- +Fri Sep 6 09:40:10 CEST 2024 - tiwai@suse.de + +- Restore dropped fields for bluetooth MGMT/SMP structs + (git-fixes). +- commit 5313ecb + +------------------------------------------------------------------- +Fri Sep 6 09:35:49 CEST 2024 - tiwai@suse.de + +- usbnet: modern method to get random MAC (git-fixes). +- net: phy: Fix missing of_node_put() for leds (git-fixes). +- Bluetooth: MGMT: Ignore keys being loaded with invalid type + (git-fixes). +- Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP + over BREDR/LE" (git-fixes). +- can: mcp251x: fix deadlock if an interrupt occurs during + mcp251x_open (git-fixes). +- can: mcp251xfd: fix ring configuration when switching from + CAN-CC to CAN-FD mode (git-fixes). +- can: m_can: Release irq on error in m_can_open (git-fixes). +- can: bcm: Remove proc entry when dev is unregistered + (git-fixes). +- spi: rockchip: Resolve unbalanced runtime PM / system PM + handling (git-fixes). +- regulator: core: Stub devm_regulator_bulk_get_const() if + !CONFIG_REGULATOR (git-fixes). +- platform/x86: dell-smbios: Fix error path in dell_smbios_init() + (git-fixes). +- commit b6769e6 + +------------------------------------------------------------------- +Fri Sep 6 09:25:33 CEST 2024 - jslaby@suse.cz + +- serial: sc16is7xx: fix invalid FIFO access with special register + set (CVE-2024-44950 bsc#1230180). +- serial: sc16is7xx: fix TX fifo corruption (CVE-2024-44951 + bsc#1230181). +- serial: sc16is7xx: refactor FIFO access functions to increase + commonality (CVE-2024-44951 bsc#1230181). +- commit 4ab54b2 + +------------------------------------------------------------------- +Fri Sep 6 04:44:02 CEST 2024 - neilb@suse.de + +- NFS: never reuse a NFSv4.0 lock-owner (bsc#1227726). +- commit ed692a4 + +------------------------------------------------------------------- +Thu Sep 5 15:48:03 CEST 2024 - tiwai@suse.de + +- atm: idt77252: prevent use after free in dequeue_rx() + (CVE-2024-44998 bsc#1230171). +- commit fd57936 + +------------------------------------------------------------------- +Thu Sep 5 13:46:27 CEST 2024 - sjaeckel@suse.de + +- tcp: add sanity checks to rx zerocopy (CVE-2024-26640 + bsc#1221650). +- commit 21286c2 + +------------------------------------------------------------------- +Thu Sep 5 10:29:45 CEST 2024 - oneukum@suse.com + +- USB: serial: option: add MeiG Smart SRM825L (git-fixes). +- commit 047a639 + +------------------------------------------------------------------- +Thu Sep 5 10:27:44 CEST 2024 - ailiop@suse.com + +- nilfs2: fix state management in error path of log writing + function (git-fixes). +- commit 9b55988 + +------------------------------------------------------------------- +Thu Sep 5 10:24:07 CEST 2024 - oneukum@suse.com + +- cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller + (git-fixes). +- commit a322b71 + +------------------------------------------------------------------- +Thu Sep 5 10:22:18 CEST 2024 - oneukum@suse.com + +- usb: dwc3: core: Prevent USB core invalid event buffer address + access (git-fixes). +- commit de7b6b3 + +------------------------------------------------------------------- +Thu Sep 5 10:21:00 CEST 2024 - ailiop@suse.com + +- nilfs2: fix missing cleanup on rollforward recovery error + (git-fixes). +- commit b4149d3 + +------------------------------------------------------------------- +Thu Sep 5 10:19:06 CEST 2024 - ailiop@suse.com + +- nilfs2: protect references to superblock parameters exposed + in sysfs (git-fixes). +- commit e7215f6 + +------------------------------------------------------------------- +Thu Sep 5 10:04:58 CEST 2024 - iivanov@suse.de + +- arm64: tlb: Allow range operation for MAX_TLBI_RANGE_PAGES (bsc#1229585) +- commit a52467b + +------------------------------------------------------------------- +Thu Sep 5 10:03:22 CEST 2024 - iivanov@suse.de + +- arm64: tlb: Improve __TLBI_VADDR_RANGE() (bsc#1229585) +- commit 26752eb + +------------------------------------------------------------------- +Thu Sep 5 10:01:51 CEST 2024 - iivanov@suse.de + +- arm64: tlb: Fix TLBI RANGE operand (bsc#1229585) +- commit 24bd468 + +------------------------------------------------------------------- +Thu Sep 5 09:56:43 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()") (bsc#1229585) +- commit 29fbf2b + +------------------------------------------------------------------- +Thu Sep 5 09:52:38 CEST 2024 - iivanov@suse.de + +- arm64/mm: Update tlb invalidation routines for FEAT_LPA2 (bsc#1229585) +- commit b8ec0d4 + +------------------------------------------------------------------- +Thu Sep 5 09:45:29 CEST 2024 - iivanov@suse.de + +- arm64/mm: Modify range-based tlbi to decrement scale (bsc#1229585) +- commit e08c708 + +------------------------------------------------------------------- +Thu Sep 5 08:11:05 CEST 2024 - tiwai@suse.de + +- USB: serial: option: add MeiG Smart SRM825L (stable-fixes). +- cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller + (stable-fixes). +- usb: dwc3: core: Prevent USB core invalid event buffer address + access (stable-fixes). +- selinux,smack: don't bypass permissions check in inode_setsecctx + hook (stable-fixes). +- drm/amdgpu/swsmu: always force a state reprogram on init + (stable-fixes). +- drm/amdgpu: align pp_power_profile_mode with kernel docs + (stable-fixes). +- commit 1d64229 + +------------------------------------------------------------------- +Wed Sep 4 20:36:33 CEST 2024 - krisman@suse.de + +- Resort io_uring kABI patches + These ended up in the wrong section. Push them to the right place, next + to the other io_uring kabi patches. +- commit f218522 + +------------------------------------------------------------------- +Wed Sep 4 20:22:06 CEST 2024 - krisman@suse.de + +- kABI: Split kABI out of 'io_uring: Re-add dummy_ubuf for kABI purposes' + When introducing this patch, I merged the kABI patch with the actual + backport, which is not recommended. Split it up, such that the backport + is similar to the upstream patch and handle the kABI issue exactly the + same way, but through a separate kABI patch. +- commit 5b3aa8f + +------------------------------------------------------------------- +Wed Sep 4 19:19:02 CEST 2024 - krisman@suse.de + +- kABI: Split kABI out of 'io_uring/kbuf: get rid of bl->is_ready' + When introducing this patch, I merged the kABI patch with the actual + backport, which is not recommended. Split it up, such that the backport + is similar to the upstream patch and handle the kABI issue exactly the + same way, but through a separate kABI patch. +- commit d39d376 + +------------------------------------------------------------------- +Wed Sep 4 18:15:43 CEST 2024 - jack@suse.cz + +- ext4: sanity check for NULL pointer after ext4_force_shutdown + (bsc#1229753 CVE-2024-43898). +- commit d9361cb + +------------------------------------------------------------------- +Wed Sep 4 18:15:28 CEST 2024 - jack@suse.cz + +- udf: Fix bogus checksum computation in udf_rename() (bsc#1229389 + CVE-2024-43845). +- commit 985c73e + +------------------------------------------------------------------- +Wed Sep 4 18:15:14 CEST 2024 - jack@suse.cz + +- ext4: fix infinite loop when replaying fast_commit (bsc#1229394 + CVE-2024-43828). +- commit c9c168b + +------------------------------------------------------------------- +Wed Sep 4 18:14:59 CEST 2024 - jack@suse.cz + +- block: fix deadlock between sd_remove & sd_release (bsc#1229371 + CVE-2024-42294). +- commit a556834 + +------------------------------------------------------------------- +Wed Sep 4 18:14:45 CEST 2024 - jack@suse.cz + +- udf: Avoid using corrupted block bitmap buffer (bsc#1229362 + CVE-2024-42306). +- commit 26b3a5d + +------------------------------------------------------------------- +Wed Sep 4 18:14:31 CEST 2024 - jack@suse.cz + +- ext4: check dot and dotdot of dx_root before making dir indexed + (bsc#1229363 CVE-2024-42305). +- commit d42c7e5 + +------------------------------------------------------------------- +Wed Sep 4 18:14:16 CEST 2024 - jack@suse.cz + +- mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray + (bsc#1229001 CVE-2024-42243). +- commit 962c57e + +------------------------------------------------------------------- +Wed Sep 4 18:14:02 CEST 2024 - jack@suse.cz + +- protect the fetch of ->fd[fd] in do_dup2() from mispredictions + (bsc#1229334 CVE-2024-42265). +- commit 1088a58 + +------------------------------------------------------------------- +Wed Sep 4 18:13:49 CEST 2024 - jack@suse.cz + +- ext4: make sure the first directory block is not a hole + (bsc#1229364 CVE-2024-42304). +- commit 0ee54f7 + +------------------------------------------------------------------- +Wed Sep 4 18:08:53 CEST 2024 - davide.benini@suse.com + +- netfilter: ctnetlink: use helper function to calculate expect ID + (CVE-2024-44944 bsc#1229899). +- commit da9b5c6 + +------------------------------------------------------------------- +Wed Sep 4 16:31:48 CEST 2024 - davide.benini@suse.com + +- sctp: Fix null-ptr-deref in reuseport_add_sock() + (CVE-2024-44935 bsc#1229810). +- commit c34ddb2 + +------------------------------------------------------------------- +Wed Sep 4 16:25:21 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Cleanup unused unit structure (bsc#1230119). +- commit 48a66a6 + +------------------------------------------------------------------- +Wed Sep 4 16:19:52 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Apply the unit control RB tree to PCI uncore + units (bsc#1230119). +- commit e202e9f + +------------------------------------------------------------------- +Wed Sep 4 14:58:43 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Apply the unit control RB tree to MSR uncore + units (bsc#1230119). +- commit 8a1e34d + +------------------------------------------------------------------- +Wed Sep 4 14:54:14 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Apply the unit control RB tree to MMIO uncore + units (bsc#1230119). +- commit 956825c + +------------------------------------------------------------------- +Wed Sep 4 14:50:01 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Retrieve the unit ID from the unit control + RB tree (bsc#1230119). +- commit 81ab2f7 + +------------------------------------------------------------------- +Wed Sep 4 14:44:47 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Support per PMU cpumask (bsc#1230119). +- commit e0b1be5 + +------------------------------------------------------------------- +Wed Sep 4 14:40:44 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Save the unit control address of all units + (bsc#1230119). +- commit 3062251 + +------------------------------------------------------------------- +Wed Sep 4 12:54:21 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/intel/uncore: Support HBM and CXL PMON counters + (bsc#1230119). +- commit a4c2665 + +------------------------------------------------------------------- +Wed Sep 4 11:12:20 CEST 2024 - lhenriques@suse.de + +- fuse: update stats for pages in dropped aux writeback list + (bsc#1230125). +- fuse: fix memory leak in fuse_create_open (bsc#1230124). +- fuse: use unsigned type for getxattr/listxattr size truncation + (bsc#1230123). +- commit c8902bc + +------------------------------------------------------------------- +Wed Sep 4 10:16:36 CEST 2024 - mwilck@suse.com + +- Split kabi part of dm_blk_ioctl-implement-path-failover-for-SG_IO.patch +- kabi: dm_blk_ioctl: implement path failover for SG_IO + (bsc#1183045, bsc#1216776). +- Refresh + patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. +- commit 9a2ecb0 + +------------------------------------------------------------------- +Wed Sep 4 07:41:41 CEST 2024 - neilb@suse.de + +- NFSD: Fix frame size warning in svc_export_parse() (git-fixes). +- NFSD: Rewrite synopsis of nfsd_percpu_counters_init() + (git-fixes). +- commit 3ab58b8 + +------------------------------------------------------------------- +Wed Sep 4 07:37:30 CEST 2024 - neilb@suse.de + +- blacklist.conf: These aren't wanted for various reasons. +- commit 39478da + +------------------------------------------------------------------- +Wed Sep 4 00:34:05 CEST 2024 - krisman@suse.de + +- kABI: Split kABI out of io_uring/kbuf: protect io_buffer_list teardown with a + reference + When introducing this patch, I merged the kABI patch with the actual + backport, which is not recommended. Split it up, such that the backport + is similar to the upstream patch and handle the kABI issue exactly the + same way, but through a separate kABI patch. +- commit 08e57d6 + +------------------------------------------------------------------- +Tue Sep 3 16:04:36 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add cf3f9a593dab mm: optimize the redundant loop of mm_update_owner_next() +- commit 3184f0b + +------------------------------------------------------------------- +Tue Sep 3 15:59:41 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: d24f05987ce8 cgroup: Avoid extra dereference in css_populate_dir() +- commit 922f944 + +------------------------------------------------------------------- +Tue Sep 3 14:44:24 CEST 2024 - oneukum@suse.com + +- usb: typec: ucsi: Wait 20ms before reading CCI after a reset + (git-fixes). +- commit 26d16be + ------------------------------------------------------------------- Mon Sep 2 16:22:10 CEST 2024 - lhenriques@suse.de @@ -46,6 +3303,13 @@ Mon Sep 2 15:18:57 CEST 2024 - denis.kirjanov@suse.com - Bluetooth: L2CAP: Fix deadlock (git-fixes). - commit 13aba13 +------------------------------------------------------------------- +Mon Sep 2 14:52:20 CEST 2024 - sjaeckel@suse.de + +- net/sched: act_ct: fix skb leak and crash on ooo frags + (CVE-2023-52610 bsc#1221610). +- commit 7a32533 + ------------------------------------------------------------------- Mon Sep 2 13:51:17 CEST 2024 - denis.kirjanov@suse.com @@ -658,6 +3922,12 @@ Thu Aug 29 12:39:28 CEST 2024 - vkarasulli@suse.de (CVE-2024-42277 bsc#1229409). - commit ede2511 +------------------------------------------------------------------- +Wed Aug 28 22:30:45 CEST 2024 - dsterba@suse.com + +- Update references patches.suse/drm-amd-display-Add-null-checks-for-stream-and-plane.patch (CVE-2024-43904 bsc#1229768 stable-fixes) +- commit aaa26ef + ------------------------------------------------------------------- Wed Aug 28 17:34:22 CEST 2024 - tbogendoerfer@suse.de @@ -839,6 +4109,23 @@ Mon Aug 26 22:10:50 CEST 2024 - dsterba@suse.com - net/mlx5e: Fix CT entry update leaks of modify header context (CVE-2024-43864 bsc#1229496) - commit 316a4fe +------------------------------------------------------------------- +Mon Aug 26 19:15:11 CEST 2024 - msuchanek@suse.de + +- rpm/check-for-config-changes: Exclude ARCH_USING_PATCHABLE_FUNCTION_ENTRY + gcc version dependent, at least on ppc +- commit 16da158 + +------------------------------------------------------------------- +Mon Aug 26 18:24:08 CEST 2024 - mkoutny@suse.com + +- af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg + (bsc#1226846 CVE-2024-38596). +- Update + patches.suse/af_unix-Fix-data-races-around-sk-sk_shutdown.patch + (git-fixes bsc#1226846). +- commit 7ceb0cd + ------------------------------------------------------------------- Mon Aug 26 16:54:37 CEST 2024 - sjaeckel@suse.de @@ -885,6 +4172,13 @@ Mon Aug 26 14:33:10 CEST 2024 - ptesarik@suse.com (git-fixes). - commit 99fe6bb +------------------------------------------------------------------- +Mon Aug 26 13:40:30 CEST 2024 - bdas@suse.de + +- x86/kaslr: Expose and use the end of the physical memory + address space (bsc#1229443). +- commit 5b98c4e + ------------------------------------------------------------------- Mon Aug 26 13:35:28 CEST 2024 - dsterba@suse.com @@ -2787,6 +6081,13 @@ Mon Aug 12 23:18:41 CEST 2024 - lduncan@suse.com - scsi: mpi3mr: Sanitise num_phys (bsc#1228754 CVE-2024-42159). - commit e024eb0 +------------------------------------------------------------------- +Mon Aug 12 21:14:38 CEST 2024 - davide.benini@suse.com + +- tcp_metrics: validate source addr length + (CVE-2024-42154 bsc#1228507). +- commit a83d949 + ------------------------------------------------------------------- Mon Aug 12 18:06:12 CEST 2024 - jlee@suse.com @@ -3683,6 +6984,12 @@ Tue Aug 6 20:10:57 CEST 2024 - lduncan@suse.com CVE-2024-41000). - commit 4cc5e60 +------------------------------------------------------------------- +Tue Aug 6 17:47:46 CEST 2024 - davide.benini@suse.com + +- tipc: force a dst refcount before doing decryption (CVE-2024-40983 bsc#1227819). +- commit cee1bad + ------------------------------------------------------------------- Tue Aug 6 15:43:43 CEST 2024 - davide.benini@suse.com @@ -11119,6 +14426,15 @@ Tue Jul 2 12:30:42 CEST 2024 - fdmanana@suse.com prealloc (bsc#1227101 CVE-2024-37354). - commit 1d355af +------------------------------------------------------------------- +Tue Jul 2 11:39:51 CEST 2024 - dwagner@suse.de + +- blk-mq: add helper for checking if one CPU is mapped to + specified hctx (bsc#1223600). +- blk-mq: don't schedule block kworker on isolated CPUs + (bsc#1223600). +- commit 2b67848 + ------------------------------------------------------------------- Tue Jul 2 09:43:57 CEST 2024 - tbogendoerfer@suse.de @@ -13935,6 +17251,13 @@ Sat Jun 15 09:34:43 CEST 2024 - tiwai@suse.de - drm/komeda: check for error-valued pointer (git-fixes). - commit b393dd7 +------------------------------------------------------------------- +Fri Jun 14 20:27:57 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix use-after-free bug in + cifs_debug_data_proc_show() (bsc#1225487, CVE-2023-52752). +- commit c4e1b53 + ------------------------------------------------------------------- Fri Jun 14 17:55:13 CEST 2024 - mgorman@suse.de diff --git a/kernel-rt_debug.spec b/kernel-rt_debug.spec index 17b47e6..8e0052f 100644 --- a/kernel-rt_debug.spec +++ b/kernel-rt_debug.spec @@ -19,12 +19,12 @@ %define srcversion 6.4 %define patchversion 6.4.0 -%define git_commit e934c8fe561e3b4e6eeb3d36934180260478343a +%define git_commit b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80 %define variant -rt%{nil} %define compress_modules zstd %define compress_vmlinux xz %define livepatch livepatch%{nil} -%define livepatch_rt %{nil} +%define livepatch_rt 1%{nil} %define sb_efi_only 0 %define split_base 0 %define split_optional 0 @@ -39,7 +39,7 @@ Name: kernel-rt_debug Version: 6.4.0 %if 0%{?is_kotd} -Release: .ge934c8f +Release: .gb49e7e5 %else Release: 0 %endif diff --git a/kernel-source-rt.changes b/kernel-source-rt.changes index 89de8a7..431516f 100644 --- a/kernel-source-rt.changes +++ b/kernel-source-rt.changes @@ -1,3 +1,1902 @@ +------------------------------------------------------------------- +Tue Oct 15 14:45:11 CEST 2024 - mgorman@suse.de + +- Merge branch 'ALP-current' (0e26fa94003b) into 'ALP-current-RT' +- No -rt specific changes this merge. +- commit b49e7e5 + +------------------------------------------------------------------- +Wed Oct 9 16:07:58 CEST 2024 - nstange@suse.de + +- Enable livepatching related packages on -RT (jsc#PED-1706) +- commit cdfdbf1 + +------------------------------------------------------------------- +Tue Oct 1 11:47:27 CEST 2024 - tiwai@suse.de + +- ACPICA: executer/exsystem: Don't nag user about every Stall() + violating the spec (git-fixes). +- ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCE + (stable-fixes). +- commit f94e799 + +------------------------------------------------------------------- +Tue Oct 1 11:41:13 CEST 2024 - lhenriques@suse.de + +- cachefiles: fix dentry leak in cachefiles_open_file() + (bsc#1231183). +- ceph: remove the incorrect Fw reference check when dirtying + pages (bsc#1231182). +- commit ba82da7 + +------------------------------------------------------------------- +Tue Oct 1 08:04:40 CEST 2024 - tiwai@suse.de + +- can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into + mcp251xfd_chip_start/stop() (stable-fixes). +- Refresh + patches.suse/can-mcp251xfd-clarify-the-meaning-of-timestamp.patch. +- commit 6779985 + +------------------------------------------------------------------- +Tue Oct 1 08:01:28 CEST 2024 - tiwai@suse.de + +- USB: serial: pl2303: add device id for Macrosilicon MS3020 + (stable-fixes). +- powercap/intel_rapl: Add support for AMD family 1Ah + (stable-fixes). +- ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK) + (stable-fixes). +- ASoC: tda7419: fix module autoloading (stable-fixes). +- ASoC: intel: fix module autoloading (stable-fixes). +- ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI + match less strict (stable-fixes). +- ALSA: hda: add HDMI codec ID for Intel PTL (stable-fixes). +- drm: komeda: Fix an issue related to normalized zpos + (stable-fixes). +- can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing + configuration (stable-fixes). +- spi: spidev: Add missing spi_device_id for jg10309-01 + (git-fixes). +- spi: bcm63xx: Enable module autoloading (stable-fixes). +- spi: spidev: Add an entry for elgin,jg10309-01 (stable-fixes). +- hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING + (stable-fixes). +- wifi: iwlwifi: clear trans->state earlier upon error + (stable-fixes). +- wifi: mac80211: free skb on error path in + ieee80211_beacon_get_ap() (stable-fixes). +- wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead + (stable-fixes). +- wifi: iwlwifi: mvm: pause TCM when the firmware is stopped + (stable-fixes). +- wifi: iwlwifi: mvm: fix iwl_mvm_max_scan_ie_fw_cmd_room() + (stable-fixes). +- wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculation + (stable-fixes). +- wifi: iwlwifi: lower message level for FW buffer destination + (stable-fixes). +- platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F + DMI match less strict (stable-fixes). +- pinctrl: at91: make it work with current gpiolib (stable-fixes). +- can: mcp251xfd: properly indent labels (stable-fixes). +- commit a530f31 + +------------------------------------------------------------------- +Mon Sep 30 16:28:50 CEST 2024 - pmladek@suse.com + +- kthread: Fix task state in kthread worker if being frozen + (bsc#1231146). +- commit fe88a62 + +------------------------------------------------------------------- +Mon Sep 30 16:06:33 CEST 2024 - tiwai@suse.de + +- supported.conf: mark adiantum and xctr crypto modules as supported (bsc#1231035) +- commit 59d03d7 + +------------------------------------------------------------------- +Mon Sep 30 14:40:45 CEST 2024 - petr.pavlu@suse.com + +- Refresh + patches.suse/bpf-kprobe-remove-unused-declaring-of-bpf_kprobe_override.patch. +- commit 5a0b269 + +------------------------------------------------------------------- +Mon Sep 30 14:40:05 CEST 2024 - petr.pavlu@suse.com + +- bpf: Fix use-after-free in bpf_uprobe_multi_link_attach() + (git-fixes). +- commit 1884922 + +------------------------------------------------------------------- +Mon Sep 30 14:27:43 CEST 2024 - petr.pavlu@suse.com + +- tracing: Avoid possible softlockup in tracing_iter_reset() + (git-fixes). +- commit d5df75c + +------------------------------------------------------------------- +Mon Sep 30 14:26:41 CEST 2024 - petr.pavlu@suse.com + +- tracing: Fix overflow in get_free_elt() (git-fixes + CVE-2024-43890 bsc#1229764). +- commit ceb524e + +------------------------------------------------------------------- +Mon Sep 30 13:56:20 CEST 2024 - iivanov@suse.de + +- arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry (bsc#1231120 CVE-2024-46822) +- commit cc6d7b5 + +------------------------------------------------------------------- +Mon Sep 30 13:31:57 CEST 2024 - tiwai@suse.de + +- mailbox: bcm2835: Fix timeout during suspend mode (git-fixes). +- mailbox: rockchip: fix a typo in module autoloading (git-fixes). +- i2c: designware: fix controller is holding SCL low while ENABLE + bit is disabled (git-fixes). +- drm/amd/display: handle nulled pipe context in DCE110's + set_drr() (git-fixes). +- drm/amdgpu: Fix get each xcp macro (git-fixes). +- tomoyo: fallback to realpath if symlink's pathname does not + exist (git-fixes). +- cxl/pci: Fix to record only non-zero ranges (git-fixes). +- ata: libata-scsi: Fix ata_msense_control() CDL page reporting + (git-fixes). +- firmware_loader: Block path traversal (git-fixes). +- driver core: Fix a potential null-ptr-deref in + module_add_driver() (git-fixes). +- driver core: Fix error handling in driver API device_rename() + (git-fixes). +- ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate() + (git-fixes). +- iio: magnetometer: ak8975: Fix reading for ak099xx sensors + (git-fixes). +- iio: chemical: bme680: Fix read/write ops to device by adding + mutexes (git-fixes). +- ABI: testing: fix admv8818 attr description (git-fixes). +- iio: adc: ad7606: fix standby gpio state to match the + documentation (git-fixes). +- iio: adc: ad7606: fix oversampling gpio array (git-fixes). +- tty: rp2: Fix reset with non forgiving PCIe host bridges + (git-fixes). +- USB: class: CDC-ACM: fix race between get_serial and set_serial + (git-fixes). +- usb: dwc2: drd: fix clock gating on USB role switch (git-fixes). +- usb: cdnsp: Fix incorrect usb_request status (git-fixes). +- USB: usbtmc: prevent kernel-usb-infoleak (git-fixes). +- USB: serial: kobil_sct: restore initial terminal settings + (git-fixes). +- xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and + freeing them (git-fixes). +- usb: dwc2: Skip clock gating on Broadcom SoCs (git-fixes). +- spi: atmel-quadspi: Avoid overwriting delay register settings + (git-fixes). +- spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time + (git-fixes). +- spi: atmel-quadspi: Undo runtime PM changes at driver exit time + (git-fixes). +- rtc: at91sam9: fix OF node leak in probe() error path + (git-fixes). +- i3c: master: svc: Fix use after free vulnerability in + svc_i3c_master Driver Due to Race Condition (git-fixes). +- remoteproc: k3-r5: Fix error handling when power-up failed + (git-fixes). +- remoteproc: imx_rproc: Initialize workqueue earlier (git-fixes). +- remoteproc: imx_rproc: Correct ddr alias for i.MX8M (git-fixes). +- KEYS: prevent NULL pointer dereference in find_asymmetric_key() + (git-fixes). +- media: i2c: ar0521: Use cansleep version of gpiod_set_value() + (git-fixes). +- media: ov5675: Fix power on/off delay timings (git-fixes). +- media: sun4i_csi: Implement link validate for sun4i_csi subdev + (git-fixes). +- media: platform: rzg2l-cru: rzg2l-csi2: Add missing + MODULE_DEVICE_TABLE (git-fixes). +- media: venus: fix use after free bug in venus_remove due to + race condition (git-fixes). +- media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flags + (git-fixes). +- clk: ti: dra7-atl: Fix leak of of_nodes (git-fixes). +- watchdog: imx_sc_wdt: Don't disable WDT in suspend (git-fixes). +- pinctrl: single: fix missing error code in pcs_probe() + (git-fixes). +- xz: cleanup CRC32 edits from 2018 (git-fixes). +- ata: pata_macio: Use WARN instead of BUG (stable-fixes). +- commit c5ab3ca + +------------------------------------------------------------------- +Mon Sep 30 12:23:16 CEST 2024 - tiwai@suse.de + +- Drop mm patches that caused regressions (bsc#1230413) + Those should have been already dropped via SLE15-SP6 merge, but slipped + due to incorrect merge conflict resolutions +- commit 09dbc92 + +------------------------------------------------------------------- +Mon Sep 30 12:09:15 CEST 2024 - tiwai@suse.de + +- Move upstreamed SCSI patches into sorted section +- commit aba5747 + +------------------------------------------------------------------- +Mon Sep 30 11:44:57 CEST 2024 - hare@suse.de + +- kcm: Serialise kcm_sendmsg() for the same socket (CVE-2024-44946 + bsc#1230015). +- commit 4310760 + +------------------------------------------------------------------- +Mon Sep 30 11:21:07 CEST 2024 - hare@suse.de + +- nvme-multipath: avoid hang on inaccessible namespaces + (bsc#1228244). +- kcm: Serialise kcm_sendmsg() for the same socket + (CVE-2024-44946,bsc#1230015). +- commit a84ca87 + +------------------------------------------------------------------- +Mon Sep 30 11:13:21 CEST 2024 - hare@suse.de + +- nvme-multipath: system fails to create generic nvme device + (bsc#1228244). +- commit 4fc57d2 + +------------------------------------------------------------------- +Mon Sep 30 11:01:42 CEST 2024 - ailiop@suse.com + +- erofs: fix incorrect symlink detection in fast symlink + (git-fixes). +- commit 2e1ae75 + +------------------------------------------------------------------- +Mon Sep 30 10:57:24 CEST 2024 - ailiop@suse.com + +- afs: Don't cross .backup mountpoint from backup volume + (git-fixes). +- commit f35dae1 + +------------------------------------------------------------------- +Mon Sep 30 10:56:42 CEST 2024 - ailiop@suse.com + +- afs: Revert "afs: Hide silly-rename files from userspace" + (git-fixes). +- commit 11353bb + +------------------------------------------------------------------- +Fri Sep 27 23:25:35 CEST 2024 - mwilck@suse.com + +- scsi: sd: Fix off-by-one error in + sd_read_block_characteristics() (bsc#1223848). +- commit 621f2fb + +------------------------------------------------------------------- +Fri Sep 27 23:22:08 CEST 2024 - mwilck@suse.com + +- scsi: ibmvfc: Add max_sectors module parameter (bsc#1216223). +- commit af0ff0f + +------------------------------------------------------------------- +Fri Sep 27 18:21:58 CEST 2024 - dsterba@suse.com + +- drm/amd/display: Check denominator crb_pipes before used (CVE-2024-46772 bsc#1230772) +- commit 322be4a + +------------------------------------------------------------------- +Fri Sep 27 17:47:54 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-46727 bsc#1230707: not applicable + No OTG code and all return values from + resource_get_otg_master_for_stream() are checked before use. +- commit f44b1e7 + +------------------------------------------------------------------- +Fri Sep 27 15:39:02 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: allwinner: h616: Add r_i2c pinctrl nodes + (git-fixes). +- commit 642d7e6 + +------------------------------------------------------------------- +Fri Sep 27 15:20:34 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: imx8-ss-dma: Fix adc0 closing brace location + (git-fixes). +- commit 970cc49 + +------------------------------------------------------------------- +Fri Sep 27 15:09:05 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: Correct vendor prefix for Hardkernel + ODROID-M1 (git-fixes). +- commit 87f0ae6 + +------------------------------------------------------------------- +Fri Sep 27 15:02:44 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: Raise Pinebook Pro's panel backlight + PWM frequency (git-fixes). +- commit 1582b94 + +------------------------------------------------------------------- +Fri Sep 27 14:16:53 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: Correct the Pinebook Pro battery design + capacity (git-fixes). +- commit 3b2ebbf + +------------------------------------------------------------------- +Fri Sep 27 14:10:38 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount + to 4GB (git-fixes). +- commit 1059c29 + +------------------------------------------------------------------- +Fri Sep 27 14:02:35 CEST 2024 - andrea.porta@suse.com + +- arm64: signal: Fix some under-bracketed UAPI macros (git-fixes). +- commit 9704ff3 + +------------------------------------------------------------------- +Fri Sep 27 11:46:07 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO + hog on RK3399 Puma (git-fixes). +- commit 6052a8c + +------------------------------------------------------------------- +Fri Sep 27 11:24:18 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: fix eMMC/SPI corruption when audio has + been used on RK3399 Puma (git-fixes). +- commit 8b3743b + +------------------------------------------------------------------- +Fri Sep 27 10:44:01 CEST 2024 - msuchanek@suse.de + +- Update + patches.suse/powerpc-pseries-make-max-polling-consistent-for-long.patch + (bsc#1215199 jsc#PED-10954). +- Update + patches.suse/security-integrity-fix-pointer-to-ESL-data-and-.patch + (bsc#1012628 jsc#PED-5085 jsc#PED-10954). +- commit ec9be2c + +------------------------------------------------------------------- +Fri Sep 27 10:29:59 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for + ROCK Pi E (git-fixes). +- commit 7527015 + +------------------------------------------------------------------- +Fri Sep 27 09:53:04 CEST 2024 - andrea.porta@suse.com + +- arm64: acpi: Move get_cpu_for_acpi_id() to a header (git-fixes). +- commit 42389f0 + +------------------------------------------------------------------- +Fri Sep 27 09:15:10 CEST 2024 - iivanov@suse.de + +- ipmi:ssif: Improve detecting during probing (bsc#1228771) + Move patch into the sorted section. +- commit 77cf6fc + +------------------------------------------------------------------- +Fri Sep 27 08:24:05 CEST 2024 - jslaby@suse.cz + +- Update patches.suse/ALSA-line6-Fix-racy-access-to-midibuf.patch + (stable-fixes CVE-2024-44954 bsc#1230176). +- Update + patches.suse/ASoC-dapm-Fix-UAF-for-snd_soc_pcm_runtime-object.patch + (git-fixes CVE-2024-46798 bsc#1230830). +- Update + patches.suse/Bluetooth-btnxpuart-Fix-Null-pointer-dereference-in-.patch + (stable-fixes CVE-2024-46749 bsc#1230780). +- Update + patches.suse/Bluetooth-btnxpuart-Shutdown-timer-and-prevent-rearm.patch + (stable-fixes CVE-2024-44962 bsc#1230213). +- Update + patches.suse/HID-amd_sfh-free-driver_data-after-destroying-hid-de.patch + (stable-fixes CVE-2024-46746 bsc#1230751). +- Update + patches.suse/HID-cougar-fix-slab-out-of-bounds-Read-in-cougar_rep.patch + (stable-fixes CVE-2024-46747 bsc#1230752). +- Update patches.suse/Input-MT-limit-max-slots.patch (stable-fixes + CVE-2024-45008 bsc#1230248). +- Update + patches.suse/Input-uinput-reject-requests-with-unreasonable-numbe.patch + (stable-fixes CVE-2024-46745 bsc#1230748). +- Update + patches.suse/KVM-arm64-Make-ICC_-SGI-_EL1-undef-in-the-absence-of.patch + (git-fixes CVE-2024-46707 bsc#1230582). +- Update + patches.suse/KVM-s390-fix-validity-interception-issue-when-gisa-is-switched-off.patch + (git-fixes bsc#1229167 CVE-2024-45005 bsc#1230173). +- Update + patches.suse/PCI-Add-missing-bridge-lock-to-pci_bus_lock.patch + (stable-fixes CVE-2024-46750 bsc#1230783). +- Update + patches.suse/Squashfs-sanity-check-symbolic-link-size.patch + (git-fixes CVE-2024-46744 bsc#1230747). +- Update + patches.suse/VMCI-Fix-use-after-free-when-removing-resource-in-vm.patch + (git-fixes CVE-2024-46738 bsc#1230731). +- Update + patches.suse/bpf-Fix-a-kernel-verifier-crash-in-stacksafe.patch + (bsc#1225903 CVE-2024-45020 bsc#1230433). +- Update + patches.suse/btrfs-fix-race-between-direct-IO-write-and-fsync-whe.patch + (git-fixes CVE-2024-46734 bsc#1230726). +- Update + patches.suse/can-bcm-Remove-proc-entry-when-dev-is-unregistered.patch + (git-fixes CVE-2024-46771 bsc#1230766). +- Update + patches.suse/can-mcp251x-fix-deadlock-if-an-interrupt-occurs-duri.patch + (git-fixes CVE-2024-46791 bsc#1230821). +- Update + patches.suse/char-xillybus-Check-USB-endpoints-when-probing-devic.patch + (git-fixes CVE-2024-45011 bsc#1230440). +- Update + patches.suse/char-xillybus-Don-t-destroy-workqueue-from-work-item.patch + (stable-fixes CVE-2024-45007 bsc#1230175). +- Update + patches.suse/dmaengine-altera-msgdma-properly-free-descriptor-in-.patch + (stable-fixes CVE-2024-46716 bsc#1230715). +- Update + patches.suse/driver-core-Fix-uevent_show-vs-driver-detach-race.patch + (git-fixes CVE-2024-44952 bsc#1230178). +- Update + patches.suse/driver-iio-add-missing-checks-on-iio_info-s-callback.patch + (stable-fixes CVE-2024-46715 bsc#1230700). +- Update + patches.suse/drm-amd-display-Assign-linear_pitch_alignment-even-f.patch + (stable-fixes CVE-2024-46732 bsc#1230711). +- Update + patches.suse/drm-amd-display-Check-UnboundedRequestEnabled-s-valu.patch + (stable-fixes CVE-2024-46778 bsc#1230776). +- Update + patches.suse/drm-amd-display-Check-denominator-pbn_div-before-use.patch + (stable-fixes CVE-2024-46773 bsc#1230791). +- Update + patches.suse/drm-amd-display-Check-index-for-aux_rd_interval-befo.patch + (stable-fixes CVE-2024-46728 bsc#1230703). +- Update + patches.suse/drm-amd-display-Ensure-array-index-tg_inst-won-t-be-.patch + (stable-fixes CVE-2024-46730 bsc#1230701). +- Update + patches.suse/drm-amd-display-Ensure-index-calculation-will-not-ov.patch + (stable-fixes CVE-2024-46726 bsc#1230706). +- Update + patches.suse/drm-amd-display-Run-DC_LOG_DC-after-checking-link-li.patch + (stable-fixes CVE-2024-46776 bsc#1230775). +- Update + patches.suse/drm-amd-display-Skip-wbscl_set_scaler_filter-if-filt.patch + (stable-fixes CVE-2024-46714 bsc#1230699). +- Update + patches.suse/drm-amd-display-avoid-using-null-object-of-framebuff.patch + (git-fixes CVE-2024-46694 bsc#1230511). +- Update + patches.suse/drm-amd-pm-fix-the-Out-of-bounds-read-warning.patch + (stable-fixes CVE-2024-46731 bsc#1230709). +- Update + patches.suse/drm-amdgpu-Fix-out-of-bounds-read-of-df_v1_7_channel.patch + (stable-fixes CVE-2024-46724 bsc#1230725). +- Update + patches.suse/drm-amdgpu-Fix-out-of-bounds-write-warning.patch + (stable-fixes CVE-2024-46725 bsc#1230705). +- Update + patches.suse/drm-amdgpu-Forward-soft-recovery-errors-to-userspace.patch + (stable-fixes CVE-2024-44961 bsc#1230207). +- Update patches.suse/drm-amdgpu-Validate-TA-binary-size.patch + (stable-fixes CVE-2024-44977 bsc#1230217). +- Update + patches.suse/drm-amdgpu-fix-dereference-after-null-check.patch + (stable-fixes CVE-2024-46720 bsc#1230724). +- Update + patches.suse/drm-amdgpu-fix-mc_data-out-of-bounds-read-warning.patch + (stable-fixes CVE-2024-46722 bsc#1230712). +- Update + patches.suse/drm-amdgpu-fix-ucode-out-of-bounds-read-warning.patch + (stable-fixes CVE-2024-46723 bsc#1230702). +- Update + patches.suse/drm-mgag200-Bind-I2C-lifetime-to-DRM-device.patch + (git-fixes CVE-2024-44967 bsc#1230224). +- Update + patches.suse/drm-msm-dpu-cleanup-FB-if-dpu_format_populate_layout.patch + (git-fixes CVE-2024-44982 bsc#1230204). +- Update + patches.suse/drm-msm-dpu-move-dpu_encoder-s-connector-assignment-.patch + (git-fixes CVE-2024-45015 bsc#1230444). +- Update + patches.suse/drm-vmwgfx-Fix-prime-with-external-buffers.patch + (git-fixes CVE-2024-46709 bsc#1230539). +- Update + patches.suse/fs-netfs-fscache_cookie-add-missing-n_accesses-check.patch + (bsc#1229455 CVE-2024-45000 bsc#1230170). +- Update + patches.suse/fscache-delete-fscache_cookie_lru_timer-when-fscache-.patch + (bsc#1230602 CVE-2024-46786 bsc#1230813). +- Update + patches.suse/fuse-Initialize-beyond-EOF-page-contents-before-setti.patch + (bsc#1229456 CVE-2024-44947). +- Update + patches.suse/hwmon-adc128d818-Fix-underflows-seen-when-writing-li.patch + (stable-fixes CVE-2024-46759 bsc#1230814). +- Update + patches.suse/hwmon-lm95234-Fix-underflows-seen-when-writing-limit.patch + (stable-fixes CVE-2024-46758 bsc#1230812). +- Update + patches.suse/hwmon-nct6775-core-Fix-underflows-seen-when-writing-.patch + (stable-fixes CVE-2024-46757 bsc#1230809). +- Update + patches.suse/hwmon-w83627ehf-Fix-underflows-seen-when-writing-lim.patch + (stable-fixes CVE-2024-46756 bsc#1230806). +- Update + patches.suse/media-dvb-usb-v2-af9035-Fix-null-ptr-deref-in-af9035.patch + (git-fixes CVE-2023-52915 bsc#1230270). +- Update + patches.suse/misc-fastrpc-Fix-double-free-of-buf-in-error-path.patch + (git-fixes CVE-2024-46741 bsc#1230749). +- Update + patches.suse/mmc-mmc_test-Fix-NULL-dereference-on-allocation-fail.patch + (git-fixes CVE-2024-45028 bsc#1230450). +- Update + patches.suse/msft-hv-3046-uio_hv_generic-Fix-kernel-NULL-pointer-dereference-i.patch + (git-fixes CVE-2024-46739 bsc#1230732). +- Update + patches.suse/msft-hv-3048-net-mana-Fix-error-handling-in-mana_create_txq-rxq-s.patch + (git-fixes CVE-2024-46784 bsc#1230771). +- Update + patches.suse/net-ethernet-mtk_wed-fix-use-after-free-panic-in-mtk.patch + (git-fixes CVE-2024-44997 bsc#1230232). +- Update + patches.suse/net-mana-Fix-RX-buf-alloc_size-alignment-and-atomic-.patch + (bsc#1229086 CVE-2024-45001 bsc#1230244). +- Update + patches.suse/net-phy-Fix-missing-of_node_put-for-leds.patch + (git-fixes CVE-2024-46767 bsc#1230787). +- Update + patches.suse/nfc-pn533-Add-poll-mod-list-filling-check.patch + (git-fixes CVE-2024-46676 bsc#1230535). +- Update + patches.suse/nilfs2-fix-missing-cleanup-on-rollforward-recovery-error.patch + (git-fixes CVE-2024-46781 bsc#1230768). +- Update + patches.suse/nilfs2-protect-references-to-superblock-parameters-exposed-in-sysfs.patch + (git-fixes CVE-2024-46780 bsc#1230808). +- Update + patches.suse/nouveau-firmware-use-dma-non-coherent-allocator.patch + (git-fixes CVE-2024-45012 bsc#1230441). +- Update + patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch + (git-fixes CVE-2024-46737 bsc#1230730). +- Update + patches.suse/pci-hotplug-pnv_php-Fix-hotplug-driver-crash-on-Powe.patch + (stable-fixes CVE-2024-46761 bsc#1230761). +- Update patches.suse/perf-Fix-event-leak-upon-exit.patch + (git-fixes CVE-2024-43870 bsc#1229494). +- Update + patches.suse/pinctrl-single-fix-potential-NULL-dereference-in-pcs.patch + (git-fixes CVE-2024-46685 bsc#1230515). +- Update + patches.suse/powerpc-qspinlock-Fix-deadlock-in-MCS-queue.patch + (bac#1230295 ltc#206656 CVE-2024-46797 bsc#1230831). +- Update + patches.suse/powerpc-rtas-Prevent-Spectre-v1-gadget-construction-.patch + (bsc#1227487 CVE-2024-46774 bsc#1230767). +- Update + patches.suse/s390-dasd-fix-error-recovery-leading-to-data-corruption-on-ESE-devices.patch + (git-fixes bsc#1229452 CVE-2024-45026 bsc#1230454). +- Update + patches.suse/s390-sclp-Prevent-release-of-buffer-in-I-O.patch + (git-fixes bsc#1229169 CVE-2024-44969 bsc#1230200). +- Update + patches.suse/soc-qcom-cmd-db-Map-shared-memory-as-WC-not-WB.patch + (git-fixes CVE-2024-46689 bsc#1230524). +- Update + patches.suse/thunderbolt-Mark-XDomain-as-unplugged-when-router-is.patch + (stable-fixes CVE-2024-46702 bsc#1230589). +- Update + patches.suse/tty-serial-fsl_lpuart-mark-last-busy-before-uart_add.patch + (git-fixes CVE-2024-46706 bsc#1230580). +- Update + patches.suse/usb-dwc3-core-Prevent-USB-core-invalid-event-buffer-.patch + (stable-fixes CVE-2024-46675 bsc#1230533). +- Update + patches.suse/usb-dwc3-st-fix-probed-platform-device-ref-count-on-.patch + (git-fixes CVE-2024-46674 bsc#1230507). +- Update + patches.suse/usb-gadget-core-Check-for-unset-descriptor.patch + (git-fixes CVE-2024-44960 bsc#1230191). +- Update + patches.suse/usb-typec-ucsi-Fix-null-pointer-dereference-in-trace.patch + (stable-fixes CVE-2024-46719 bsc#1230722). +- Update + patches.suse/wifi-brcmfmac-cfg80211-Handle-SSID-based-pmksa-delet.patch + (git-fixes CVE-2024-46672 bsc#1230459). +- Update + patches.suse/wifi-mwifiex-Do-not-return-unused-priv-in-mwifiex_ge.patch + (stable-fixes CVE-2024-46755 bsc#1230802). +- Update + patches.suse/wifi-rtw88-usb-schedule-rx-work-after-everything-is-.patch + (stable-fixes CVE-2024-46760 bsc#1230753). +- Update + patches.suse/x86-mm-Fix-pti_clone_pgtable-alignment-assumption.patch + (git-fixes CVE-2024-44965 bsc#1230221). +- Update + patches.suse/x86-mtrr-Check-if-fixed-MTRRs-exist-before-saving-them.patch + (git-fixes CVE-2024-44948 bsc#1230174). +- Update + patches.suse/xhci-Fix-Panther-point-NULL-pointer-deref-at-full-sp.patch + (git-fixes CVE-2024-45006 bsc#1230247). +- commit 6da06c4 + +------------------------------------------------------------------- +Fri Sep 27 02:38:00 CEST 2024 - glass.su@suse.com + +- Update patches.suse/gfs2-Fix-NULL-pointer-dereference-in-gfs2_log_flush.patch (bsc#1230948) +- commit 90a5b1b + +------------------------------------------------------------------- +Thu Sep 26 20:16:48 CEST 2024 - vbabka@suse.cz + +- userfaultfd: fix checks for huge PMDs (CVE-2024-46787 + bsc#1230815). +- commit a236c90 + +------------------------------------------------------------------- +Thu Sep 26 16:38:39 CEST 2024 - lhenriques@suse.de + +- cachefiles: Fix non-taking of sb_writers around set/removexattr + (bsc#1231008). +- commit 1b01b3e + +------------------------------------------------------------------- +Thu Sep 26 11:24:59 CEST 2024 - nmorey@suse.com + +- RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds (git-fixes) +- commit a6683f0 + +------------------------------------------------------------------- +Thu Sep 26 10:41:16 CEST 2024 - jslaby@suse.cz + +- PCI: dwc: Expose dw_pcie_ep_exit() to module (git-fixes). +- Refresh + patches.suse/PCI-dwc-endpoint-Introduce-.pre_init-and-.deinit.patch. +- commit 34c9950 + +------------------------------------------------------------------- +Thu Sep 26 09:35:34 CEST 2024 - jslaby@suse.cz + +- PCI: xilinx-nwl: Clean up clock on probe failure/removal + (git-fixes). +- PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler (git-fixes). +- PCI: qcom-ep: Enable controller resources like PHY only after + refclk is available (git-fixes). +- PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port() + (git-fixes). +- PCI: keystone: Fix if-statement expression in ks_pcie_quirk() + (git-fixes). +- PCI: imx6: Fix missing call to phy_power_off() in error handling + (git-fixes). +- PCI: dra7xx: Fix error handling when IRQ request fails in probe + (git-fixes). +- PCI: dra7xx: Fix threaded IRQ request for "dra7xx-pcie-main" + IRQ (git-fixes). +- PCI: Wait for Link before restoring Downstream Buses + (git-fixes). +- commit 1528eee + +------------------------------------------------------------------- +Wed Sep 25 17:49:15 CEST 2024 - dsterba@suse.com + +- WIP DO NOT PUSH btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk() (CVE-2024-46687 bsc#1230518) +- commit 17b4a47 + +------------------------------------------------------------------- +Wed Sep 25 12:23:08 CEST 2024 - ailiop@suse.com + +- exfat: fix memory leak in exfat_load_bitmap() (git-fixes). +- commit 9f477b0 + +------------------------------------------------------------------- +Wed Sep 25 11:25:16 CEST 2024 - sjaeckel@suse.de + +- net: ip_tunnel: prevent perpetual headroom growth + (CVE-2024-26804 bsc#1222629). +- commit 0ca3b23 + +------------------------------------------------------------------- +Wed Sep 25 11:02:22 CEST 2024 - oneukum@suse.com + +- Input: ps2-gpio - use IRQF_NO_AUTOEN flag in request_irq() + (git-fixes). +- commit 45cee3b + +------------------------------------------------------------------- +Wed Sep 25 10:53:00 CEST 2024 - oneukum@suse.com + +- blacklist.conf: too risky +- commit f0e13c3 + +------------------------------------------------------------------- +Wed Sep 25 10:49:36 CEST 2024 - oneukum@suse.com + +- Input: ilitek_ts_i2c - avoid wrong input subsystem sync + (git-fixes). +- commit e5e587b + +------------------------------------------------------------------- +Wed Sep 25 10:37:51 CEST 2024 - oneukum@suse.com + +- Input: tsc2004/5 - fix reset handling on probe (git-fixes). +- commit 1366de4 + +------------------------------------------------------------------- +Wed Sep 25 10:30:33 CEST 2024 - oneukum@suse.com + +- Input: tsc2004/5 - do not hard code interrupt trigger + (git-fixes). +- commit 110dbdb + +------------------------------------------------------------------- +Wed Sep 25 10:25:40 CEST 2024 - oneukum@suse.com + +- Input: tsc2004/5 - use device core to create driver-specific + device attributes (git-fixes). +- commit 958966c + +------------------------------------------------------------------- +Wed Sep 25 10:07:36 CEST 2024 - oneukum@suse.com + +- Input: adp5588-keys - fix check on return code (git-fixes). +- commit d15133c + +------------------------------------------------------------------- +Wed Sep 25 09:29:12 CEST 2024 - tzimmermann@suse.com + +- drm/amd/display: Fix incorrect size calculation for loop (bsc#1230704 CVE-2024-46729) +- commit 55d78a7 + +------------------------------------------------------------------- +Wed Sep 25 09:11:49 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix ah error counter in sw stat not increasing (git-fixes) +- commit d7bebcf + +------------------------------------------------------------------- +Wed Sep 25 08:50:23 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix MR cache temp entries cleanup (git-fixes) +- commit b0aa848 + +------------------------------------------------------------------- +Wed Sep 25 08:49:23 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Drop redundant work canceling from clean_keys() (git-fixes) +- commit 6800d7e + +------------------------------------------------------------------- +Wed Sep 25 08:36:16 CEST 2024 - nmorey@suse.com + +- RDMA/irdma: fix error message in irdma_modify_qp_roce() (git-fixes) +- commit dcf63e1 + +------------------------------------------------------------------- +Wed Sep 25 08:35:59 CEST 2024 - nmorey@suse.com + +- RDMA/cxgb4: Added NULL check for lookup_atid (git-fixes) +- commit 23d3195 + +------------------------------------------------------------------- +Wed Sep 25 08:34:14 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Obtain upper net device only when needed (git-fixes) +- commit ca2d8dc + +------------------------------------------------------------------- +Wed Sep 25 08:33:21 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix restricted __le16 degrades to integer issue (git-fixes) +- commit 4481358 + +------------------------------------------------------------------- +Wed Sep 25 08:32:13 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Optimize hem allocation performance (git-fixes) +- commit 7afe440 + +------------------------------------------------------------------- +Wed Sep 25 08:31:34 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix 1bit-ECC recovery address in non-4K OS (git-fixes) +- commit 25e36c2 + +------------------------------------------------------------------- +Wed Sep 25 08:30:47 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler (git-fixes) +- commit a18704a + +------------------------------------------------------------------- +Wed Sep 25 08:30:02 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled (git-fixes) +- commit 7b15e64 + +------------------------------------------------------------------- +Wed Sep 25 08:28:57 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range() (git-fixes) +- commit 60eb35c + +------------------------------------------------------------------- +Wed Sep 25 08:28:16 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08 (git-fixes) +- commit 3ab1ca2 + +------------------------------------------------------------------- +Wed Sep 25 08:27:19 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Don't modify rq next block addr in HIP09 QPC (git-fixes) +- commit 7100eb8 + +------------------------------------------------------------------- +Wed Sep 25 08:25:22 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache (git-fixes) +- commit 914ed66 + +------------------------------------------------------------------- +Wed Sep 25 08:24:56 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix counter update on MR cache mkey creation (git-fixes) +- commit 60e75bb + +------------------------------------------------------------------- +Wed Sep 25 08:24:37 CEST 2024 - nmorey@suse.com + +- RDMA/erdma: Return QP state in erdma_query_qp (git-fixes) +- commit 09a59c3 + +------------------------------------------------------------------- +Wed Sep 25 08:24:15 CEST 2024 - nmorey@suse.com + +- IB/core: Fix ib_cache_setup_one error flow cleanup (git-fixes) +- commit 38bf526 + +------------------------------------------------------------------- +Wed Sep 25 08:21:40 CEST 2024 - nmorey@suse.com + +- RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer (git-fixes) +- commit c4f28a8 + +------------------------------------------------------------------- +Wed Sep 25 08:21:07 CEST 2024 - nmorey@suse.com + +- RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency (git-fixes) +- commit 0456b72 + +------------------------------------------------------------------- +Wed Sep 25 08:20:37 CEST 2024 - nmorey@suse.com + +- RDMA/core: Remove unused declaration rdma_resolve_ip_route() (git-fixes) +- commit 4cb7201 + +------------------------------------------------------------------- +Wed Sep 25 08:00:58 CEST 2024 - jslaby@suse.cz + +- blacklist.conf: add one for clang and one PCI git-fixes +- commit b26aea4 + +------------------------------------------------------------------- +Wed Sep 25 06:59:40 CEST 2024 - jslaby@suse.cz + +- Revert "PCI: Extend ACS configurability (bsc#1228090)." (bsc#1229019) + This reverts commit 571e4310e81312c847a5caee7e45e66aeea2a169. It breaks + ACS on certain platforms. Even 6.11 is affected. So drop for now and + investigate. +- commit 3b92a44 + +------------------------------------------------------------------- +Tue Sep 24 21:41:32 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-44972 bsc#1230212: not applicable + Subpage code exists but zoned mode is not enabled being hidden behind + CONFIG_BTRFS_DEBUG. +- commit ed17920 + +------------------------------------------------------------------- +Tue Sep 24 16:44:45 CEST 2024 - dsterba@suse.com + +- btrfs: handle errors from btrfs_dec_ref() properly (CVE-2024-46753 bsc#1230796) +- commit 3e3b2cb + +------------------------------------------------------------------- +Tue Sep 24 14:00:01 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 05421bb + +------------------------------------------------------------------- +Tue Sep 24 13:58:04 CEST 2024 - oneukum@suse.com + +- media: vicodec: allow en/decoder cmd w/o CAPTURE (git-fixes). +- commit 62ef4d1 + +------------------------------------------------------------------- +Tue Sep 24 13:53:42 CEST 2024 - oneukum@suse.com + +- media: qcom: camss: Remove use_count guard in stop_streaming + (git-fixes). +- commit ef85228 + +------------------------------------------------------------------- +Tue Sep 24 13:48:30 CEST 2024 - oneukum@suse.com + +- Revert "media: tuners: fix error return code of + hybrid_tuner_request_state()" (git-fixes). +- drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds + write error (git-fixes). +- drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds + write error (git-fixes). +- commit 48dc3a9 + +------------------------------------------------------------------- +Tue Sep 24 13:47:59 CEST 2024 - sjaeckel@suse.de + +- net: bridge: xmit: make sure we have at least eth header len + bytes (CVE-2024-38538 bsc#1226606). +- commit 2548071 + +------------------------------------------------------------------- +Tue Sep 24 09:28:09 CEST 2024 - jlee@suse.com + +- PKCS#7: Check codeSigning EKU of certificates in PKCS#7 + (bsc#1226666). +- commit dbae63e + +------------------------------------------------------------------- +Mon Sep 23 21:58:34 CEST 2024 - jgross@suse.com + +- xen/swiotlb: fix allocated size (git-fixes). +- commit 199871d + +------------------------------------------------------------------- +Mon Sep 23 21:26:10 CEST 2024 - jgross@suse.com + +- xen/swiotlb: add alignment check for dma buffers (bsc#1229928). +- commit 0ffbc04 + +------------------------------------------------------------------- +Mon Sep 23 20:53:47 CEST 2024 - jgross@suse.com + +- xen: tolerate ACPI NVS memory overlapping with Xen allocated + memory (bsc#1226003). +- commit 3dc14d8 + +------------------------------------------------------------------- +Mon Sep 23 20:21:22 CEST 2024 - jgross@suse.com + +- xen: allow mapping ACPI data using a different physical address + (bsc#1226003). +- commit 0928eec + +------------------------------------------------------------------- +Mon Sep 23 20:20:50 CEST 2024 - dsterba@suse.com + +- x86/tdx: Fix data leak in mmio_read() (CVE-2024-46794 bsc#1230825) +- commit 9a2a1c2 + +------------------------------------------------------------------- +Mon Sep 23 19:34:16 CEST 2024 - dsterba@suse.com + +- tcp_bpf: fix return value of tcp_bpf_sendmsg() (CVE-2024-46783 bsc#1230810) +- commit eb9d143 + +------------------------------------------------------------------- +Mon Sep 23 19:21:13 CEST 2024 - dwagner@suse.de + +- nvme: fix namespace removal list (git-fixes). +- commit b45d192 + +------------------------------------------------------------------- +Mon Sep 23 19:00:50 CEST 2024 - dsterba@suse.com + +- ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery() (CVE-2024-46735 bsc#1230727) +- commit 23e039f + +------------------------------------------------------------------- +Mon Sep 23 18:44:35 CEST 2024 - dsterba@suse.com + +- Update references for patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch (CVE-2024-46737 bsc#1230730) +- commit 8ce7f58 + +------------------------------------------------------------------- +Mon Sep 23 18:40:03 CEST 2024 - jgross@suse.com + +- xen: add capability to remap non-RAM pages to different PFNs + (bsc#1226003). +- commit 47109fd + +------------------------------------------------------------------- +Mon Sep 23 18:33:15 CEST 2024 - dsterba@suse.com + +- net/mlx5e: SHAMPO, Fix incorrect page release (CVE-2024-46717 bsc#1230719) +- commit d6a30a9 + +------------------------------------------------------------------- +Mon Sep 23 18:05:34 CEST 2024 - jgross@suse.com + +- xen: move max_pfn in xen_memory_setup() out of function scope + (bsc#1226003). +- commit 2750357 + +------------------------------------------------------------------- +Mon Sep 23 17:20:15 CEST 2024 - jgross@suse.com + +- xen: move checks for e820 conflicts further up (bsc#1226003). +- commit 191a602 + +------------------------------------------------------------------- +Mon Sep 23 16:48:02 CEST 2024 - jgross@suse.com + +- xen: introduce generic helper checking for memory map conflicts + (bsc#1226003). +- commit eb57cec + +------------------------------------------------------------------- +Mon Sep 23 16:15:45 CEST 2024 - jgross@suse.com + +- xen: use correct end address of kernel for conflict checking + (bsc#1226003). +- commit c40fc6b + +------------------------------------------------------------------- +Mon Sep 23 14:23:11 CEST 2024 - dwagner@suse.de + +- scsi: lpfc: Copyright updates for 14.4.0.4 patches (bsc#1229429 + jsc#PED-9899). +- scsi: lpfc: Update lpfc version to 14.4.0.4 (bsc#1229429 + jsc#PED-9899). +- scsi: lpfc: Update PRLO handling in direct attached topology + (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct + attached topology (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Fix unintentional double clearing of vmid_flag + (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Validate hdwq pointers before dereferencing in + reset/errata paths (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Remove redundant vport assignment when building + an abort request (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Change diagnostic log flag during receipt of + unknown ELS cmds (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Fix overflow build issue (bsc#1229429 jsc#PED-9899). +- commit 18ec475 + +------------------------------------------------------------------- +Mon Sep 23 13:31:12 CEST 2024 - tzimmermann@suse.com + +- drm/vmwgfx: Prevent unmapping active read buffers (bsc#1230540 CVE-2024-46710) +- commit 84f019d + +------------------------------------------------------------------- +Mon Sep 23 13:15:36 CEST 2024 - dwagner@suse.de + +- nvme-tcp: fix link failure for TCP auth (git-fixes). +- nvmet: Identify-Active Namespace ID List command should reject + invalid nsid (git-fixes). +- nvme-pci: Add sleep quirk for Samsung 990 Evo (git-fixes). +- nvme-pci: allocate tagset on reset if necessary (git-fixes). +- nvmet-tcp: fix kernel crash if commands allocation fails + (git-fixes). +- nvme/pci: Add APST quirk for Lenovo N60z laptop (git-fixes). +- nvme: use srcu for iterating namespace list (git-fixes). + Refresh: + - patches.suse/nvme-tcp-sanitize-tls-key-handling.patch +- nvmet-rdma: fix possible bad dereference when freeing rsps + (git-fixes). +- nvmet-tcp: do not continue for invalid icreq (git-fixes). +- nvme: clear caller pointer on identify failure (git-fixes). +- nvmet-trace: avoid dereferencing pointer too early (git-fixes). +- commit 7382ad4 + +------------------------------------------------------------------- +Mon Sep 23 12:54:03 CEST 2024 - jslaby@suse.cz + +- Update + patches.suse/KVM-arm64-vgic-v2-Check-for-non-NULL-vCPU-in-vgic_v2.patch + (git-fixes CVE-2024-36953 bsc#1225812). +- Update + patches.suse/vfio-pci-fix-potential-memory-leak-in-vfio_intx_enab.patch + (git-fixes CVE-2024-38632 bsc#1226860). + Add CVE references. +- commit c9c3b6f + +------------------------------------------------------------------- +Sun Sep 22 11:13:16 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential oob read in nilfs_btree_check_delete() + (git-fixes). +- commit cc0f59d + +------------------------------------------------------------------- +Sun Sep 22 11:12:49 CEST 2024 - ailiop@suse.com + +- nilfs2: determine empty node blocks as corrupted (git-fixes). +- commit 3244e52 + +------------------------------------------------------------------- +Sun Sep 22 11:12:22 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential null-ptr-deref in nilfs_btree_insert() + (git-fixes). +- commit 90f4e49 + +------------------------------------------------------------------- +Fri Sep 20 18:19:45 CEST 2024 - dsterba@suse.com + +- media: mtk-vcodec: potential null pointer deference in SCP (CVE-2024-40973 bsc#1227890) +- commit ce5074d + +------------------------------------------------------------------- +Fri Sep 20 17:31:37 CEST 2024 - fdmanana@suse.com + +- btrfs: don't BUG_ON() when 0 reference count at + btrfs_lookup_extent_info() (bsc#1230786 CVE-2024-46751). +- btrfs: reduce nesting for extent processing at + btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752). +- btrfs: remove superfluous metadata check at + btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752). +- btrfs: replace BUG_ON() with error handling at + update_ref_for_cow() (bsc#1230794 CVE-2024-46752). +- btrfs: simplify setting the full backref flag at + update_ref_for_cow() (bsc#1230794 CVE-2024-46752). +- btrfs: remove NULL transaction support for + btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752). +- btrfs: remove level argument from btrfs_set_block_flags + (bsc#1230794 CVE-2024-46752). +- commit a1c1176 + +------------------------------------------------------------------- +Fri Sep 20 16:00:48 CEST 2024 - fdmanana@suse.com + +- btrfs: send: allow cloning non-aligned extent if it ends at + i_size (bsc#1230854). +- commit e9cad4b + +------------------------------------------------------------------- +Fri Sep 20 11:03:38 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 5244a06 + +------------------------------------------------------------------- +Fri Sep 20 10:42:37 CEST 2024 - ailiop@suse.com + +- ocfs2: cancel dqi_sync_work before freeing oinfo (git-fixes). +- commit 1f37ac4 + +------------------------------------------------------------------- +Fri Sep 20 10:42:09 CEST 2024 - ailiop@suse.com + +- ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate + (git-fixes). +- commit b7bf7eb + +------------------------------------------------------------------- +Fri Sep 20 10:41:41 CEST 2024 - ailiop@suse.com + +- ocfs2: remove unreasonable unlock in ocfs2_read_blocks + (git-fixes). +- commit e2cb129 + +------------------------------------------------------------------- +Fri Sep 20 10:41:13 CEST 2024 - ailiop@suse.com + +- ocfs2: fix null-ptr-deref when journal load failed (git-fixes). +- commit b463b02 + +------------------------------------------------------------------- +Fri Sep 20 10:38:10 CEST 2024 - ailiop@suse.com + +- jfs: fix out-of-bounds in dbNextAG() and diAlloc() (git-fixes). +- commit d948d87 + +------------------------------------------------------------------- +Fri Sep 20 10:37:27 CEST 2024 - tiwai@suse.de + +- of/irq: Prevent device address out-of-bounds read in interrupt + map walk (CVE-2024-46743 bsc#1230756). +- commit 300f40a + +------------------------------------------------------------------- +Fri Sep 20 08:14:29 CEST 2024 - tiwai@suse.de + +- i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq() + (git-fixes). +- i2c: isch: Add missed 'else' (git-fixes). +- i2c: xiic: Wait for TX empty to avoid missed TX NAKs + (git-fixes). +- i2c: aspeed: Update the stop sw state when the bus recovery + occurs (git-fixes). +- resource: fix region_intersects() vs add_memory_driver_managed() + (git-fixes). +- drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind() + (git-fixes). +- drm/msm: fix %s null argument error (git-fixes). +- drm/msm/dsi: correct programming sequence for SM8350 / SM8450 + (git-fixes). +- drm/msm/a5xx: workaround early ring-buffer emptiness check + (git-fixes). +- drm/msm/a5xx: fix races in preemption evaluation stage + (git-fixes). +- drm/msm/a5xx: properly clear preemption records on resume + (git-fixes). +- drm/msm/a5xx: disable preemption in submits by default + (git-fixes). +- drm/msm: Fix incorrect file name output in adreno_request_fw() + (git-fixes). +- drm/mediatek: ovl_adaptor: Add missing of_node_put() + (git-fixes). +- drm: omapdrm: Add missing check for alloc_ordered_workqueue + (git-fixes). +- drm/radeon/evergreen_cs: fix int overflow errors in cs track + offsets (git-fixes). +- drm/amd/amdgpu: Properly tune the size of struct (git-fixes). +- drm/radeon: properly handle vbios fake edid sizing (git-fixes). +- drm/amdgpu: properly handle vbios fake edid sizing (git-fixes). +- drm/amd/display: Add null check for set_output_gamma in + dcn30_set_output_transfer_func (git-fixes). +- drm/amdgpu: fix a possible null pointer dereference (git-fixes). +- drm/radeon: fix null pointer dereference in + radeon_add_common_modes (git-fixes). +- drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_get + (git-fixes). +- drm/bridge: lontium-lt8912b: Validate mode in + drm_bridge_funcs::mode_valid() (git-fixes). +- drm/rockchip: dw_hdmi: Fix reading EDID when using a forced mode + (git-fixes). +- drm/rockchip: vop: Allow 4096px width scaling (git-fixes). +- drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066 + (git-fixes). +- drm/rockchip: vop: clear DMA stop bit on RK3066 (git-fixes). +- drm/stm: ltdc: check memory returned by devm_kzalloc() + (git-fixes). +- drm/stm: Fix an error handling path in stm_drm_platform_probe() + (git-fixes). +- ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense + data (git-fixes). +- HID: wacom: Do not warn about dropped packets for first packet + (git-fixes). +- HID: wacom: Support sequence numbers smaller than 16-bit + (git-fixes). +- tpm: Clean up TPM space after command failure (git-fixes). +- ipmi: docs: don't advertise deprecated sysfs entries + (git-fixes). +- commit b4e4911 + +------------------------------------------------------------------- +Thu Sep 19 23:20:54 CEST 2024 - dsterba@suse.com + +- smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req() (CVE-2024-46686 bsc#1230517) +- commit a155846 + +------------------------------------------------------------------- +Thu Sep 19 23:02:40 CEST 2024 - dsterba@suse.com + +- firmware: qcom: scm: Mark get_wq_ctx() as atomic call (CVE-2024-46692 bsc#1230520) +- commit ee65da0 + +------------------------------------------------------------------- +Thu Sep 19 22:58:33 CEST 2024 - dsterba@suse.com + +- scsi: aacraid: Fix double-free on probe failure (CVE-2024-46673 bsc#1230506) +- commit 49aab2b + +------------------------------------------------------------------- +Thu Sep 19 21:02:08 CEST 2024 - dsterba@suse.com + +- gtp: fix a potential NULL pointer dereference (CVE-2024-46677 bsc#1230549) +- commit 9cdd14b + +------------------------------------------------------------------- +Thu Sep 19 20:03:29 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-46711 bsc#1230542: code partially present, fix part of refactoring and fix series + The patch to backport is one in a number of about 30 patches refactoring + and reworking MPTCP subflow handling. Several other patches are needed + just to apply it cleanly but also change some of the logic where the + actual fix would apply. +- commit 1a03613 + +------------------------------------------------------------------- +Thu Sep 19 19:35:19 CEST 2024 - dsterba@suse.com + +- ethtool: check device is present when getting link settings (CVE-2024-46679 bsc#1230556) +- commit 68643d1 + +------------------------------------------------------------------- +Thu Sep 19 17:27:55 CEST 2024 - colyli@suse.de + +- md/raid5: avoid BUG_ON() while continue reshape after + reassembling (bsc#1229790, CVE-2024-43914). +- commit bfb799a + +------------------------------------------------------------------- +Thu Sep 19 14:16:12 CEST 2024 - ailiop@suse.com + +- xfs: restrict when we try to align cow fork delalloc to cowextsz + hints (git-fixes). +- commit 96ac1b7 + +------------------------------------------------------------------- +Thu Sep 19 13:19:37 CEST 2024 - jdelvare@suse.de + +- clk: Provide !COMMON_CLK dummy for devm_clk_rate_exclusive_get() + (bsc#1227885). +- commit bf3362b + +------------------------------------------------------------------- +Thu Sep 19 12:57:02 CEST 2024 - colyli@suse.de + +- Replace git-fixes tag by bsc#1226507, + patches.suse/md-Don-t-wait-for-MD_RECOVERY_NEEDED-for-HOT_REMOVE_DISK-ioctl-a1fd.patch + (bsc#1226507). +- commit b04e0cb + +------------------------------------------------------------------- +Thu Sep 19 12:21:57 CEST 2024 - colyli@suse.de + +- closures: Change BUG_ON() to WARN_ON() (bsc#1229004, + CVE-2024-42252). +- commit 84b7984 + +------------------------------------------------------------------- +Thu Sep 19 12:06:02 CEST 2024 - jdelvare@suse.de + +- clk: Add a devm variant of clk_rate_exclusive_get() + (bsc#1227885). +- commit b6fb747 + +------------------------------------------------------------------- +Thu Sep 19 11:59:25 CEST 2024 - oneukum@suse.com + +- r8152: add vendor/device ID pair for D-Link DUB-E250 + (git-fixes). +- Refresh + patches.suse/r8152-add-vendor-device-ID-pair-for-ASUS-USB-C2500.patch. +- commit 0c077ab + +------------------------------------------------------------------- +Thu Sep 19 11:46:36 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: fix carrier detection in modes 1 and 4 + (git-fixes). +- commit 591cebb + +------------------------------------------------------------------- +Thu Sep 19 11:45:06 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: do not stop RX on failing RX callback + (git-fixes). +- commit c58c483 + +------------------------------------------------------------------- +Thu Sep 19 11:19:31 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: drop RX URBs with no payload (git-fixes). +- commit 73a78e2 + +------------------------------------------------------------------- +Thu Sep 19 11:06:35 CEST 2024 - jgross@suse.com + +- KVM: arm64: Disallow copying MTE to guest memory while KVM is + dirty logging (git-fixes). +- commit 3cf4c02 + +------------------------------------------------------------------- +Thu Sep 19 10:32:19 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: remove extraneous rx URB length check + (git-fixes). +- commit 507443a + +------------------------------------------------------------------- +Thu Sep 19 10:28:19 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: add CDC NCM support (git-fixes). +- commit 1bf1d1e + +------------------------------------------------------------------- +Thu Sep 19 10:26:04 CEST 2024 - jgross@suse.com + +- KVM: arm64: Release pfn, i.e. put page, if copying MTE tags + hits ZONE_DEVICE (git-fixes). +- commit 64bccd6 + +------------------------------------------------------------------- +Thu Sep 19 10:23:26 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: transmit URBs without trailing padding + (git-fixes). +- usbnet: ipheth: fix risk of NULL pointer deallocation + (git-fixes). +- commit d804072 + +------------------------------------------------------------------- +Thu Sep 19 09:45:41 CEST 2024 - jgross@suse.com + +- KVM: arm64: Invalidate EL1&0 TLB entries for all VMIDs in nvhe + hyp init (git-fixes). +- commit 30df9d2 + +------------------------------------------------------------------- +Thu Sep 19 09:04:56 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Solve mst monitors blank out problem after + resume (git-fixes). +- commit cd94b30 + +------------------------------------------------------------------- +Thu Sep 19 09:02:14 CEST 2024 - jgross@suse.com + +- virtio-net: synchronize probe with ndo_set_features (git-fixes). +- commit 1a471dd + +------------------------------------------------------------------- +Thu Sep 19 08:58:46 CEST 2024 - tiwai@suse.de + +- fbdev: hpfb: Fix an error handling path in hpfb_dio_probe() + (git-fixes). +- hwmon: (ntc_thermistor) fix module autoloading (git-fixes). +- hwmon: (max16065) Fix overflows seen when writing limits + (git-fixes). +- mtd: powernv: Add check devm_kasprintf() returned value + (git-fixes). +- mtd: slram: insert break after errors in parsing the map + (git-fixes). +- power: supply: hwmon: Fix missing temp1_max_alarm attribute + (git-fixes). +- power: supply: Drop use_cnt check from + power_supply_property_is_writeable() (git-fixes). +- power: supply: max17042_battery: Fix SOC threshold calc w/ + no current sense (git-fixes). +- power: supply: axp20x_battery: Remove design from min and max + voltage (git-fixes). +- pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID (stable-fixes). +- drm/amdgpu/atomfirmware: Silence UBSAN warning (stable-fixes). +- drm/amd/display: Avoid race between dcn10_set_drr() and + dc_state_destruct() (git-fixes). +- Input: synaptics - enable SMBus for HP Elitebook 840 G2 + (stable-fixes). +- Input: ads7846 - ratelimit the spi_sync error message + (stable-fixes). +- drm/msm/adreno: Fix error return if missing firmware-name + (stable-fixes). +- scripts: kconfig: merge_config: config files: add a trailing + newline (stable-fixes). +- platform/surface: aggregator_registry: Add support for Surface + Laptop Go 3 (stable-fixes). +- platform/surface: aggregator_registry: Add Support for Surface + Pro 10 (stable-fixes). +- HID: multitouch: Add support for GT7868Q (stable-fixes). +- drm/mediatek: Set sensible cursor width/height values to fix + crash (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Ayn Loki Max + (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Ayn Loki Zero + (stable-fixes). +- wifi: mt76: mt7921: fix NULL pointer access in + mt7921_ipv6_addr_change (stable-fixes). +- net: phy: vitesse: repair vsc73xx autonegotiation + (stable-fixes). +- cxl/core: Fix incorrect vendor debug UUID define (git-fixes). +- drm/amd/display: Fix FEC_READY write on DP LT (stable-fixes). +- drm/amd/display: Defer handling mst up request in resume + (stable-fixes). +- drm/amd/display: Disable error correction if it's not supported + (stable-fixes). +- commit 040b0ea + +------------------------------------------------------------------- +Wed Sep 18 19:30:32 CEST 2024 - jdelvare@suse.de + +- i2c: lpi2c: Avoid calling clk_get_rate during transfer + (bsc#1227885 CVE-2024-40965). +- commit abb755c + +------------------------------------------------------------------- +Wed Sep 18 14:48:15 CEST 2024 - mhocko@suse.com + +- x86/mm/ident_map: Use gbpages only where full GB page should + be mapped (bsc#1220382). +- x86/kexec: Add EFI config table identity mapping for kexec + kernel (bsc#1220382). +- commit 26eab5b + +------------------------------------------------------------------- +Wed Sep 18 08:45:26 CEST 2024 - tiwai@suse.de + +- Move upstreamed nvme patches into sorted section +- commit 1e42d2f + +------------------------------------------------------------------- +Wed Sep 18 08:36:23 CEST 2024 - tiwai@suse.de + +- spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ + (git-fixes). +- commit 1cec71a + +------------------------------------------------------------------- +Wed Sep 18 08:24:48 CEST 2024 - tiwai@suse.de + +- ASoC: meson: Remove unused declartion in header file + (git-fixes). +- ASoC: soc-ac97: Fix the incorrect description (git-fixes). +- ASoC: rt5682: Return devm_of_clk_add_hw_provider to transfer + the error (git-fixes). +- ASoC: tas2781-i2c: Get the right GPIO line (git-fixes). +- ASoC: cs42l42: Convert comma to semicolon (git-fixes). +- ASoC: rt5682s: Return devm_of_clk_add_hw_provider to transfer + the error (git-fixes). +- ALSA: hda: cs35l41: fix module autoloading (git-fixes). +- selftests: lib: remove strscpy test (git-fixes). +- scripts: sphinx-pre-install: remove unnecessary double check + for $cur_version (git-fixes). +- Documentation: ioctl: document 0x07 ioctl code (git-fixes). +- module: Fix KCOV-ignored file name (git-fixes). +- reset: k210: fix OF node leak in probe() error path (git-fixes). +- reset: berlin: fix OF node leak in probe() error path + (git-fixes). +- bus: integrator-lm: fix OF node leak in probe() (git-fixes). +- soc: fsl: cpm1: tsa: Fix tsa_write8() (git-fixes). +- firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp() + (git-fixes). +- firmware: arm_scmi: Fix double free in OPTEE transport + (git-fixes). +- soc: versatile: integrator: fix OF node leak in probe() error + path (git-fixes). +- memory: mtk-smi: Use devm_clk_get_enabled() (git-fixes). +- memory: tegra186-emc: drop unused to_tegra186_emc() (git-fixes). +- spi: bcm63xx: Fix module autoloading (git-fixes). +- spi: rpc-if: Add missing MODULE_DEVICE_TABLE (git-fixes). +- spi: meson-spicc: convert comma to semicolon (git-fixes). +- spi: ppc4xx: handle irq_of_parse_and_map() errors (git-fixes). +- regulator: core: Fix regulator_is_supported_voltage() kerneldoc + return value (git-fixes). +- regulator: core: Fix short description for + _regulator_check_status_enabled() (git-fixes). +- regulator: Return actual error in of_regulator_bulk_get_all() + (git-fixes). +- regulator: rt5120: Convert comma to semicolon (git-fixes). +- regulator: wm831x-isink: Convert comma to semicolon (git-fixes). +- clocksource/drivers/qcom: Add missing iounmap() on errors in + msm_dt_timer_init() (git-fixes). +- commit 994b020 + +------------------------------------------------------------------- +Tue Sep 17 08:37:47 CEST 2024 - tiwai@suse.de + +- cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails + appropriately (git-fixes). +- ACPI: CPPC: Fix MASK_VAL() usage (git-fixes). +- ACPI: PMIC: Remove unneeded check in + tps68470_pmic_opregion_probe() (git-fixes). +- ACPI: sysfs: validate return type of _STR method (git-fixes). +- crypto: ccp - do not request interrupt on cmd completion when + irqs disabled (git-fixes). +- hwrng: mtk - Use devm_pm_runtime_enable (git-fixes). +- crypto: ccp - Properly unregister /dev/sev on sev + PLATFORM_STATUS failure (git-fixes). +- hwrng: cctrng - Add missing clk_disable_unprepare in + cctrng_resume (git-fixes). +- hwrng: bcm2835 - Add missing clk_disable_unprepare in + bcm2835_rng_init (git-fixes). +- crypto: iaa - Fix potential use after free bug (git-fixes). +- crypto: xor - fix template benchmarking (git-fixes). +- can: m_can: m_can_close(): stop clocks after device has been + shut down (git-fixes). +- can: m_can: enable NAPI before enabling interrupts (git-fixes). +- can: bcm: Clear bo->bcm_proc_read after remove_proc_entry() + (git-fixes). +- Bluetooth: btusb: Fix not handling ZPL/short-transfer + (git-fixes). +- Bluetooth: hci_sync: Ignore errors from + HCI_OP_REMOTE_NAME_REQ_CANCEL (git-fixes). +- Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED + (git-fixes). +- wifi: mt76: mt7925: fix a potential array-index-out-of-bounds + issue for clc (git-fixes). +- wifi: mt76: mt7615: check devm_kasprintf() returned value + (git-fixes). +- wifi: mt76: mt7921: Check devm_kasprintf() returned value + (git-fixes). +- wifi: mt76: mt7915: check devm_kasprintf() returned value + (git-fixes). +- wifi: mt76: mt7996: fix uninitialized TLV data (git-fixes). +- wifi: mt76: mt7915: fix rx filter setting for bfee functionality + (git-fixes). +- wifi: mt76: mt7603: fix mixed declarations and code (git-fixes). +- wifi: mt76: connac: fix checksum offload fields of connac3 RXD + (git-fixes). +- wifi: mt76: mt7996: fix NULL pointer dereference in + mt7996_mcu_sta_bfer_he (git-fixes). +- wifi: mt76: mt7996: fix EHT beamforming capability check + (git-fixes). +- wifi: mt76: mt7996: fix HE and EHT beamforming capabilities + (git-fixes). +- wifi: mt76: mt7996: fix wmm set of station interface to 3 + (git-fixes). +- wifi: mt76: mt7996: fix traffic delay when switching back to + working channel (git-fixes). +- wifi: mt76: mt7996: use hweight16 to get correct tx antenna + (git-fixes). +- wifi: mt76: mt7921: fix wrong UNII-4 freq range check for the + channel usage (git-fixes). +- wifi: mt76: mt7915: fix oops on non-dbdc mt7986 (git-fixes). +- wifi: rtw88: remove CPT execution branch never used (git-fixes). +- wifi: wilc1000: fix potential RCU dereference issue in + wilc_parse_join_bss_param (git-fixes). +- wifi: mac80211: use two-phase skb reclamation in + ieee80211_do_stop() (git-fixes). +- wifi: cfg80211: fix two more possible UBSAN-detected off-by-one + errors (git-fixes). +- wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan() + (git-fixes). +- wifi: mac80211: fix the comeback long retry times (git-fixes). +- wifi: cfg80211: fix bug of mapping AF3x to incorrect User + Priority (git-fixes). +- wifi: iwlwifi: mvm: increase the time between ranging + measurements (git-fixes). +- wifi: mac80211: don't use rate mask for offchannel TX either + (git-fixes). +- wifi: ath12k: fix invalid AMPDU factor calculation in + ath12k_peer_assoc_h_he() (git-fixes). +- wifi: ath12k: match WMI BSS chan info structure with firmware + definition (git-fixes). +- wifi: ath12k: fix BSS chan info request WMI command (git-fixes). +- wifi: ath9k: Remove error checks when creating debugfs entries + (git-fixes). +- wifi: rtw88: always wait for both firmware loading attempts + (git-fixes). +- wifi: rtw88: 8822c: Fix reported RX band width (git-fixes). +- wifi: brcmfmac: introducing fwil query functions (git-fixes). +- can: j1939: use correct function name in comment (git-fixes). +- commit ffce0ad + +------------------------------------------------------------------- +Mon Sep 16 17:26:10 CEST 2024 - jgross@suse.com + +- net: tighten bad gso csum offset check in virtio_net_hdr + (git-fixes). +- commit 6b94c45 + +------------------------------------------------------------------- +Mon Sep 16 16:52:08 CEST 2024 - jgross@suse.com + +- blacklist.conf: add 840b2d39a2dc ("virtio_ring: fix KMSAN error for premapped mode") +- commit 2b97440 + +------------------------------------------------------------------- +Mon Sep 16 16:51:12 CEST 2024 - jgross@suse.com + +- KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE + and MSR_GS_BASE (git-fixes). +- commit aeba695 + +------------------------------------------------------------------- +Mon Sep 16 16:15:44 CEST 2024 - jgross@suse.com + +- blacklist.conf: add 611ff1b1ae98 ("xen: privcmd: Fix possible access to a freed kirqfd instance") +- commit d91e53f + +------------------------------------------------------------------- +Mon Sep 16 15:47:44 CEST 2024 - lhenriques@suse.de + +- fscache: delete fscache_cookie_lru_timer when fscache exits + to avoid UAF (bsc#1230602). +- commit d2c95a5 + +------------------------------------------------------------------- +Mon Sep 16 13:52:45 CEST 2024 - sjaeckel@suse.de + +- Update + patches.suse/virtio_net-Fix-napi_skb_cache_put-warning.patch + (git-fixes CVE-2024-43835 bsc#1229289). +- commit b9542fb + +------------------------------------------------------------------- +Mon Sep 16 09:32:20 CEST 2024 - ohering@suse.de + +- x86/hyperv: fix kexec crash due to VP assist page corruption + (git-fixes). +- Drivers: hv: vmbus: Fix the misplaced function description + (git-fixes). +- commit c60d936 + +------------------------------------------------------------------- +Mon Sep 16 04:07:52 CEST 2024 - ddiss@suse.de + +- Update references + patches.suse/selinux-smack-don-t-bypass-permissions-check-in-inod.patch + (stable-fixes CVE-2024-46695 bsc#1230519). +- commit 2a7bb57 + +------------------------------------------------------------------- +Mon Sep 16 02:33:41 CEST 2024 - neilb@suse.de + +- NFSv4: Add missing rescheduling points in + nfs_client_return_marked_delegations (git-fixes). +- commit a563f31 + +------------------------------------------------------------------- +Mon Sep 16 02:31:59 CEST 2024 - neilb@suse.de + +- nfsd: Don't leave work of closing files to a work queue + (bsc#1228140). +- Refresh + patches.suse/nfsd-use-__fput_sync-to-avoid-delayed-closing-of-fil.patch. +- commit 83ce74a + +------------------------------------------------------------------- +Sun Sep 15 09:32:07 CEST 2024 - tiwai@suse.de + +- ASoC: meson: axg-card: fix 'use-after-free' (git-fixes). +- ASoC: codecs: avoid possible garbage value in peb2466_reg_read() + (git-fixes). +- commit 5a67afd + +------------------------------------------------------------------- +Sat Sep 14 16:31:25 CEST 2024 - tiwai@suse.de + +- kABI workaround for soc-qcom pmic_glink changes (CVE-2024-46693 + bsc#1230521). +- commit 9a06e25 + +------------------------------------------------------------------- +Sat Sep 14 16:23:38 CEST 2024 - tiwai@suse.de + +- usb: typec: ucsi: Move unregister out of atomic section + (CVE-2024-46691 bsc#1230526). +- soc: qcom: pmic_glink: Fix race during initialization + (CVE-2024-46693 bsc#1230521). +- commit 26dd9b4 + +------------------------------------------------------------------- +Sat Sep 14 09:20:32 CEST 2024 - tiwai@suse.de + +- spi: nxp-fspi: fix the KASAN report out-of-bounds bug + (git-fixes). +- drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl + (git-fixes). +- drm/nouveau/fb: restore init() for ramgp102 (git-fixes). +- dma-buf: heaps: Fix off-by-one in CMA heap fault handler + (git-fixes). +- drm/i915/guc: prevent a possible int overflow in wq offsets + (git-fixes). +- usbnet: ipheth: race between ipheth_close and error handling + (stable-fixes). +- commit 8d8bf2f + +------------------------------------------------------------------- +Sat Sep 14 01:23:47 CEST 2024 - colyli@suse.de + +- md/raid1: Fix data corruption for degraded array with slow disk + (bsc#1230455, CVE-2024-45023). +- commit 34cd7b5 + +------------------------------------------------------------------- +Fri Sep 13 21:16:43 CEST 2024 - tonyj@suse.de + +- perf/x86/intel: Limit the period on Haswell (git-fixes). +- perf/x86: Fix smp_processor_id()-in-preemptible warnings + (git-fixes). +- perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra + Forest (git-fixes). +- ARM: 9406/1: Fix callchain_trace() return value (git-fixes). +- bpf, events: Use prog to emit ksymbol event for main program + (git-fixes). +- perf/x86/intel: Add a distinct name for Granite Rapids + (git-fixes). +- perf/x86/intel/ds: Fix non 0 retire latency on Raptorlake + (git-fixes). +- perf/x86/intel/uncore: Fix the bits of the CHA extended umask + for SPR (git-fixes). +- perf: Fix event leak upon exit (git-fixes). +- perf/x86/intel/cstate: Fix Alderlake/Raptorlake/Meteorlake + (git-fixes). +- perf: Fix default aux_watermark calculation (git-fixes). +- perf: Prevent passing zero nr_pages to rb_alloc_aux() + (git-fixes). +- perf: Fix perf_aux_size() for greater-than 32-bit size + (git-fixes). +- perf/x86/intel/pt: Fix pt_topa_entry_for_page() address + calculation (git-fixes). +- perf/x86/intel/pt: Fix a topa_entry base address calculation + (git-fixes). +- perf/x86/intel/pt: Fix topa_entry base length (git-fixes). +- perf/x86: Serialize set_attr_rdpmc() (git-fixes). +- perf/core: Fix missing wakeup when waiting for context reference + (git-fixes). +- perf/x86/intel: Factor out the initialization code for SPR + (git fixes). +- perf/x86/intel: Use the common uarch name for the shared + functions (git fixes). +- commit bb48e43 + +------------------------------------------------------------------- +Fri Sep 13 21:15:11 CEST 2024 - tonyj@suse.de + +- blacklist.conf: Add perf git-fix that won't be backported +- commit fbbd522 + +------------------------------------------------------------------- +Fri Sep 13 19:40:15 CEST 2024 - dsterba@suse.com + +- nvme: move stopping keep-alive into nvme_uninit_ctrl() (CVE-2024-45013 bsc#1230442) +- commit ce739c4 + +------------------------------------------------------------------- +Fri Sep 13 19:33:08 CEST 2024 - dsterba@suse.com + +- i2c: tegra: Do not mark ACPI devices as irq safe (CVE-2024-45029 bsc#1230451) +- commit 2870112 + +------------------------------------------------------------------- +Fri Sep 13 19:15:36 CEST 2024 - dsterba@suse.com + +- netfilter: flowtable: initialise extack before use (CVE-2024-45018 bsc#1230431) +- commit 8b44b15 + +------------------------------------------------------------------- +Fri Sep 13 19:13:05 CEST 2024 - dsterba@suse.com + +- net/mlx5e: Take state lock during tx timeout reporter (CVE-2024-45019 bsc#1230432) +- commit 2552371 + +------------------------------------------------------------------- +Fri Sep 13 19:08:00 CEST 2024 - dsterba@suse.com + +- net/mlx5: Fix IPsec RoCE MPV trace call (CVE-2024-45017 bsc#1230430) +- commit 60aac02 + +------------------------------------------------------------------- +Fri Sep 13 19:04:47 CEST 2024 - dsterba@suse.com + +- igb: cope with large MAX_SKB_FRAGS (CVE-2024-45030 bsc#1230457) +- commit d2d3c69 + +------------------------------------------------------------------- +Fri Sep 13 17:38:32 CEST 2024 - tiwai@suse.de + +- Move s390 kabi patch into the kabi section +- commit 4ab5d36 + +------------------------------------------------------------------- +Fri Sep 13 15:42:48 CEST 2024 - mfranc@suse.cz + +- s390/uv: Don't call folio_wait_writeback() without a folio + reference (git-fixes bsc#1229380 CVE-2024-43832). +- s390/mm: Convert gmap_make_secure to use a folio (git-fixes + bsc#1230562). +- s390/mm: Convert make_page_secure to use a folio (git-fixes + bsc#1230563). +- s390: allow pte_offset_map_lock() to fail (git-fixes + bsc#1230564). +- commit 7069eb7 + +------------------------------------------------------------------- +Fri Sep 13 14:01:09 CEST 2024 - mhocko@suse.com + +- mm/vmalloc: fix page mapping if vm_area_alloc_pages() with + high order fallback to order 0 (CVE-2024-45022 bsc#1230435). +- commit cc8880a + ------------------------------------------------------------------- Fri Sep 13 12:40:41 CEST 2024 - osalvador@suse.de @@ -20,6 +1919,596 @@ Fri Sep 13 12:39:27 CEST 2024 - osalvador@suse.de (bsc#1230413) - commit 7e5afd7 +------------------------------------------------------------------- +Fri Sep 13 11:07:36 CEST 2024 - mhocko@suse.com + +- memcg_write_event_control(): fix a user-triggerable oops + (CVE-2024-45021 bsc#1230434). +- commit 99a85a8 + +------------------------------------------------------------------- +Fri Sep 13 10:00:31 CEST 2024 - tiwai@suse.de + +- platform/x86: panasonic-laptop: Allocate 1 entry extra in the + sinf array (git-fixes). +- platform/x86: panasonic-laptop: Fix SINF array out of bounds + accesses (git-fixes). +- usb: dwc3: core: update LC timer as per USB Spec V3.2 + (stable-fixes). +- lib/generic-radix-tree.c: Fix rare race in + __genradix_ptr_alloc() (stable-fixes). +- kselftests: dmabuf-heaps: Ensure the driver name is + null-terminated (stable-fixes). +- regmap: maple: work around gcc-14.1 false-positive warning + (stable-fixes). +- phy: zynqmp: Take the phy mutex in xlate (stable-fixes). +- pcmcia: Use resource_size function on resource object + (stable-fixes). +- pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv + (stable-fixes). +- PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0) + (stable-fixes). +- PCI: Add missing bridge lock to pci_bus_lock() (stable-fixes). +- usb: gadget: aspeed_udc: validate endpoint index for ast udc + (stable-fixes). +- usb: uas: set host status byte on data completion error + (stable-fixes). +- media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse + (stable-fixes). +- media: vivid: don't set HDMI TX controls if there are no HDMI + outputs (stable-fixes). +- media: vivid: fix wrong sizeimage value for mplane + (stable-fixes). +- leds: spi-byte: Call of_node_put() on error path (stable-fixes). +- wifi: rtw88: usb: schedule rx work after everything is set up + (stable-fixes). +- wifi: rtw89: wow: prevent to send unexpected H2C during download + Firmware (stable-fixes). +- wifi: mwifiex: Do not return unused priv in + mwifiex_get_priv_by_id() (stable-fixes). +- wifi: ath12k: fix firmware crash due to invalid peer nss + (stable-fixes). +- wifi: ath12k: fix uninitialize symbol error on + ath12k_peer_assoc_h_he() (stable-fixes). +- wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3 + (stable-fixes). +- wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check + (stable-fixes). +- commit 3b57fa8 + +------------------------------------------------------------------- +Fri Sep 13 09:57:01 CEST 2024 - ailiop@suse.com + +- Squashfs: sanity check symbolic link size (git-fixes). +- commit fa6af4a + +------------------------------------------------------------------- +Fri Sep 13 09:56:46 CEST 2024 - tiwai@suse.de + +- hwmon: (pmbus) Conditionally clear individual status bits for + pmbus rev >= 1.2 (git-fixes). +- Input: uinput - reject requests with unreasonable number of + slots (stable-fixes). +- HID: amd_sfh: free driver_data after destroying hid device + (stable-fixes). +- HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup + (stable-fixes). +- i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA + setup (stable-fixes). +- Input: ili210x - use kvmalloc() to allocate buffer for firmware + update (stable-fixes). +- drm/amdgpu: reject gang submit on reserved VMIDs (stable-fixes). +- drm/amdgpu: Set no_hw_access when VF request full GPU fails + (stable-fixes). +- drm/amdgpu/display: handle gfx12 in + amdgpu_dm_plane_format_mod_supported (stable-fixes). +- drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizes + (stable-fixes). +- drm/amdgpu: check for LINEAR_ALIGNED correctly in + check_tiling_flags_gfx6 (stable-fixes). +- drm/amd/display: Check denominator pbn_div before used + (stable-fixes). +- drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts + (stable-fixes). +- drm/amdgpu: Fix smatch static checker warning (stable-fixes). +- drm/amdgpu: add missing error handling in function + amdgpu_gmc_flush_gpu_tlb_pasid (stable-fixes). +- drm/amd/display: Check HDCP returned status (stable-fixes). +- hwmon: (w83627ehf) Fix underflows seen when writing limit + attributes (stable-fixes). +- hwmon: (nct6775-core) Fix underflows seen when writing limit + attributes (stable-fixes). +- hwmon: (lm95234) Fix underflows seen when writing limit + attributes (stable-fixes). +- hwmon: (adc128d818) Fix underflows seen when writing limit + attributes (stable-fixes). +- commit 2fa929e + +------------------------------------------------------------------- +Fri Sep 13 09:47:45 CEST 2024 - osalvador@suse.de + +- Revert "mm/sparsemem: fix race in accessing memory_section->usage" + This reverts commit 6aa8957889611fbe7f06353f917cfb3d9620a680. +- commit 5376e5a + +------------------------------------------------------------------- +Fri Sep 13 09:47:38 CEST 2024 - osalvador@suse.de + +- Revert "mm, kmsan: fix infinite recursion due to RCU critical section" + This reverts commit 16ad73a9f4c2888f3bc28513f5e9a88d753f8741. +- commit 505329c + +------------------------------------------------------------------- +Fri Sep 13 09:47:23 CEST 2024 - osalvador@suse.de + +- Revert "mm: prevent derefencing NULL ptr in pfn_section_valid()" + This reverts commit 35f619d3c421219e07bc89d2d6a37fbff25519fe. +- commit 937414d + +------------------------------------------------------------------- +Fri Sep 13 09:36:57 CEST 2024 - tiwai@suse.de + +- ata: libata: Fix memory leak for error path in ata_host_alloc() + (git-fixes). +- devres: Initialize an uninitialized struct member + (stable-fixes). +- ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX + for potentially broken alignment (stable-fixes). +- ASoC: topology: Properly initialize soc_enum values + (stable-fixes). +- ALSA: hda: Add input value sanity checks to HDMI channel map + controls (stable-fixes). +- ALSA: control: Apply sanity check of input values for user + elements (stable-fixes). +- crypto: qat - fix unintentional re-enabling of error interrupts + (stable-fixes). +- drm/amd/display: Run DC_LOG_DC after checking link->link_enc + (stable-fixes). +- drm/amd/display: Check UnboundedRequestEnabled's value + (stable-fixes). +- drm/amd: Add gfx12 swizzle mode defs (stable-fixes). +- Bluetooth: btnxpuart: Fix Null pointer dereference in + btnxpuart_flush() (stable-fixes). +- can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 + of mcp2518fd (stable-fixes). +- can: mcp251xfd: rx: prepare to workaround broken RX FIFO head + index erratum (stable-fixes). +- can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out + in separate function (stable-fixes). +- can: mcp251xfd: clarify the meaning of timestamp (stable-fixes). +- can: kvaser_pciefd: Skip redundant NULL pointer check in ISR + (stable-fixes). +- ACPI: processor: Fix memory leaks in error paths of + processor_add() (stable-fixes). +- ACPI: processor: Return an error if acpi_processor_get_info() + fails in processor_add() (stable-fixes). +- cpufreq: amd-pstate: fix the highest frequency issue which + limits performance (git-fixes). +- cpufreq: amd-pstate: Enable amd-pstate preferred core support + (stable-fixes). +- ACPI: CPPC: Add helper to get the highest performance value + (stable-fixes). +- Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync + queue (stable-fixes). +- Bluetooth: hci_event: Use HCI error defines instead of magic + values (stable-fixes). +- commit 96be389 + +------------------------------------------------------------------- +Thu Sep 12 18:27:42 CEST 2024 - jgross@suse.com + +- virtio_net: Fix napi_skb_cache_put warning (git-fixes). +- commit 860ef0a + +------------------------------------------------------------------- +Thu Sep 12 17:53:52 CEST 2024 - jgross@suse.com + +- virtio_net: fixing XDP for fully checksummed packets handling + (git-fixes). +- commit 77fb9e7 + +------------------------------------------------------------------- +Thu Sep 12 16:53:20 CEST 2024 - mfranc@suse.cz + +- s390/dasd: Fix redundant /proc/dasd* entries removal + (bsc#1227694). +- commit b66530a + +------------------------------------------------------------------- +Thu Sep 12 16:08:18 CEST 2024 - tiwai@suse.de + +- Move upstreamed input patch into sorted section +- commit e197a51 + +------------------------------------------------------------------- +Thu Sep 12 16:07:50 CEST 2024 - jgross@suse.com + +- blacklist.conf: add db5247d9bf5c ("vhost_task: Handle SIGKILL by flushing work and exiting") +- commit 7acfcbb + +------------------------------------------------------------------- +Thu Sep 12 16:06:12 CEST 2024 - jgross@suse.com + +- KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM + support is missing (git-fixes). +- commit 42f7b0c + +------------------------------------------------------------------- +Thu Sep 12 15:32:38 CEST 2024 - jgross@suse.com + +- KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS + (git-fixes). +- commit 610cfdd + +------------------------------------------------------------------- +Thu Sep 12 14:27:30 CEST 2024 - jgross@suse.com + +- KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3 + (git-fixes). +- commit bae7627 + +------------------------------------------------------------------- +Thu Sep 12 13:58:10 CEST 2024 - jroedel@suse.de + +- kABI: Workaround kABI change in + patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch + (git-fixes). +- Refresh + patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch. +- commit d37ca1f + +------------------------------------------------------------------- +Thu Sep 12 13:45:38 CEST 2024 - jgross@suse.com + +- blacklist.conf: add 778c350eb580 ("Revert KVM: async_pf: avoid recursive flushing of work items") +- commit 3ff1683 + +------------------------------------------------------------------- +Thu Sep 12 13:44:28 CEST 2024 - jgross@suse.com + +- KVM: arm64: Do not re-initialize the KVM lock (git-fixes). +- commit b05c6c8 + +------------------------------------------------------------------- +Thu Sep 12 13:43:32 CEST 2024 - mfranc@suse.cz + +- s390/dasd: Remove DMA alignment (LTC#208933 bsc#1230426 + git-fixes). +- commit 5b1f3c2 + +------------------------------------------------------------------- +Thu Sep 12 13:01:55 CEST 2024 - jgross@suse.com + +- KVM: arm64: vgic-v2: Check for non-NULL vCPU in + vgic_v2_parse_attr() (git-fixes). +- commit 4ccaaf2 + +------------------------------------------------------------------- +Thu Sep 12 11:54:51 CEST 2024 - jgross@suse.com + +- KVM: arm64: Don't pass a TLBI level hint when zapping table + entries (git-fixes). +- commit e3cb3e5 + +------------------------------------------------------------------- +Thu Sep 12 10:18:36 CEST 2024 - jgross@suse.com + +- blacklist.conf: add f62d4c3eb687 ("KVM: arm64: Don't defer TLB invalidation when zapping table entries") +- commit 80a75dc + +------------------------------------------------------------------- +Thu Sep 12 10:11:31 CEST 2024 - jgross@suse.com + +- blacklist.conf: add c60d847be7b8 ("KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()") +- commit 518faac + +------------------------------------------------------------------- +Thu Sep 12 10:05:18 CEST 2024 - jgross@suse.com + +- KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID + (git-fixes). +- commit 9d7939a + +------------------------------------------------------------------- +Thu Sep 12 09:24:12 CEST 2024 - jgross@suse.com + +- KVM: arm64: Block unsafe FF-A calls from the host (git-fixes). +- commit 6327e50 + +------------------------------------------------------------------- +Thu Sep 12 08:45:03 CEST 2024 - tiwai@suse.de + +- minmax: reduce min/max macro expansion in atomisp driver + (git-fixes). +- commit 6d37707 + +------------------------------------------------------------------- +Thu Sep 12 00:21:04 CEST 2024 - dsterba@suse.com + +- net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() (CVE-2024-44971 bsc#1230211) +- commit f262d95 + +------------------------------------------------------------------- +Thu Sep 12 00:03:14 CEST 2024 - dsterba@suse.com + +- tcp: prevent concurrent execution of tcp_sk_exit_batch (CVE-2024-44991 bsc#1230195) +- commit 179b01d + +------------------------------------------------------------------- +Wed Sep 11 23:47:51 CEST 2024 - dsterba@suse.com + +- bonding: fix xfrm real_dev null pointer dereference (CVE-2024-44989 bsc#1230193) +- commit 5caf0d2 + +------------------------------------------------------------------- +Wed Sep 11 21:03:51 CEST 2024 - tonyj@suse.de + +- perf arch events: Fix duplicate RISC-V SBI firmware event name + (git-fixes). +- commit 4570763 + +------------------------------------------------------------------- +Wed Sep 11 21:02:13 CEST 2024 - tonyj@suse.de + +- perf tool: fix dereferencing NULL al->maps (git-fixes). +- commit 5e4751b + +------------------------------------------------------------------- +Wed Sep 11 21:01:00 CEST 2024 - tonyj@suse.de + +- perf intel-pt: Fix exclude_guest setting (git-fixes). +- commit e69b63b + +------------------------------------------------------------------- +Wed Sep 11 21:00:37 CEST 2024 - tonyj@suse.de + +- perf intel-pt: Fix aux_watermark calculation for 64-bit size + (git-fixes). +- commit e3b3bca + +------------------------------------------------------------------- +Wed Sep 11 21:00:11 CEST 2024 - tonyj@suse.de + +- perf report: Fix condition in sort__sym_cmp() (git-fixes). +- commit c3e65ee + +------------------------------------------------------------------- +Wed Sep 11 20:59:48 CEST 2024 - tonyj@suse.de + +- perf pmus: Fixes always false when compare duplicates aliases + (git-fixes). +- commit 8eeac69 + +------------------------------------------------------------------- +Wed Sep 11 20:58:58 CEST 2024 - tonyj@suse.de + +- tools/perf: Fix the string match for "/tmp/perf-$PID.map" + files in dso__load (git-fixes). +- commit 9a7d0fb + +------------------------------------------------------------------- +Wed Sep 11 20:10:22 CEST 2024 - krisman@suse.de + +- bonding: fix null pointer deref in bond_ipsec_offload_ok + (CVE-2024-44990 bsc#1230194). +- media: aspeed: Fix memory overwrite if timing is 1600x900 + (CVE-2023-52916 bsc#1230269). +- commit 7cce3c7 + +------------------------------------------------------------------- +Wed Sep 11 20:02:12 CEST 2024 - tonyj@suse.de + +- perf test: Make test_arm_callgraph_fp.sh more robust + (git-fixes). +- commit 8d430e5 + +------------------------------------------------------------------- +Wed Sep 11 20:01:10 CEST 2024 - tonyj@suse.de + +- perf stat: Fix the hard-coded metrics calculation on the hybrid + (git-fixes). +- commit 0fe6062 + +------------------------------------------------------------------- +Wed Sep 11 20:00:19 CEST 2024 - tonyj@suse.de + +- perf pmu: Assume sysfs events are always the same case + (git-fixes). +- Refresh + patches.suse/perf-pmu-Count-sys-and-cpuid-JSON-events-separately.patch. +- commit 0eb9b05 + +------------------------------------------------------------------- +Wed Sep 11 19:55:17 CEST 2024 - krisman@suse.de + +- rtla/osnoise: Prevent NULL dereference in error handling + (CVE-2024-45002 bsc#1230169). +- net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink + (CVE-2024-44970 bsc#1230209). +- commit 33e2b5d + +------------------------------------------------------------------- +Wed Sep 11 15:37:24 CEST 2024 - oneukum@suse.com + +- lirc: rc_dev_get_from_fd(): fix file leak (git-fixes). +- commit b3b20de + +------------------------------------------------------------------- +Wed Sep 11 11:18:24 CEST 2024 - oneukum@suse.com + +- thunderbolt: Fix calculation of consumed USB3 bandwidth on a + path (git-fixes). +- commit c3642e6 + +------------------------------------------------------------------- +Wed Sep 11 11:17:35 CEST 2024 - marco.crivellari@suse.com + +- Move fixes into sorted section (bsc#1230119) +- commit c8d5e3a + +------------------------------------------------------------------- +Wed Sep 11 08:22:13 CEST 2024 - tiwai@suse.de + +- Refresh patches.suse/ipmi-ssif-Improve-detecting-during-probing.patch + Add commit id and move away from out-of-tree section +- commit ceb6869 + +------------------------------------------------------------------- +Wed Sep 11 08:18:46 CEST 2024 - tiwai@suse.de + +- Move upstreamed kaslr patch into sorted section +- commit 554594b + +------------------------------------------------------------------- +Wed Sep 11 03:53:47 CEST 2024 - dsterba@suse.com + +- net: dsa: mv88e6xxx: Fix out-of-bound access (CVE-2024-44988 bsc#1230192) +- commit 5ca3065 + +------------------------------------------------------------------- +Wed Sep 11 02:46:36 CEST 2024 - dsterba@suse.com + +- ipv6: prevent UAF in ip6_send_skb() (CVE-2024-44987 bsc#1230185) +- commit 075c292 + +------------------------------------------------------------------- +Wed Sep 11 01:23:19 CEST 2024 - tonyj@suse.de + +- perf tools: Add/use PMU reverse lookup from config to name + (git-fixes). +- commit 62632fc + +------------------------------------------------------------------- +Wed Sep 11 01:22:35 CEST 2024 - tonyj@suse.de + +- perf tools: Use pmus to describe type from attribute + (git-fixes). +- commit 3dc616b + +------------------------------------------------------------------- +Wed Sep 11 01:21:48 CEST 2024 - tonyj@suse.de + +- perf: script: add raw|disasm arguments to --insn-trace option + (git-fixes). +- Refresh + patches.suse/perf-script-Show-also-errors-for-insn-trace-option.patch. +- commit f716aa4 + +------------------------------------------------------------------- +Wed Sep 11 01:20:25 CEST 2024 - tonyj@suse.de + +- perf annotate: Use global annotation_options (git-fixes). +- Refresh + patches.suse/perf-annotate-Fix-annotation_calc_lines-to-pass-correct-address-to-get_srcline.patch. +- commit b70a6bc + +------------------------------------------------------------------- +Wed Sep 11 01:18:59 CEST 2024 - tonyj@suse.de + +- perf top: Convert to the global annotation_options (git-fixes). +- commit c12ae1d + +------------------------------------------------------------------- +Wed Sep 11 01:18:24 CEST 2024 - tonyj@suse.de + +- perf report: Convert to the global annotation_options + (git-fixes). +- commit e5bcc3a + +------------------------------------------------------------------- +Wed Sep 11 01:17:17 CEST 2024 - tonyj@suse.de + +- perf annotate: Introduce global annotation_options (git-fixes). +- commit b458961 + +------------------------------------------------------------------- +Wed Sep 11 01:15:20 CEST 2024 - tonyj@suse.de + +- perf maps: Move symbol maps functions to maps.c (git-fixes). +- Refresh + patches.suse/perf-symbols-Fix-ownership-of-string-in-dso__load_vmlinux.patch. +- commit 93caf35 + +------------------------------------------------------------------- +Wed Sep 11 01:14:00 CEST 2024 - tonyj@suse.de + +- perf annotate: Split branch stack cycles information out of + 'struct annotation_line' (git-fixes). +- commit 733d4c0 + +------------------------------------------------------------------- +Wed Sep 11 01:12:23 CEST 2024 - tonyj@suse.de + +- perf machine thread: Remove exited threads by default + (git-fixes). +- commit 3c4b077 + +------------------------------------------------------------------- +Wed Sep 11 01:07:44 CEST 2024 - dsterba@suse.com + +- Update references for patches.suse/ipv6-fix-possible-UAF-in-ip6_finish_output2.patch (CVE-2024-44986 bsc#1230230 bsc#1230206) +- commit 814e7ee + +------------------------------------------------------------------- +Wed Sep 11 01:04:13 CEST 2024 - dsterba@suse.com + +- bnxt_en: Fix double DMA unmapping for XDP_REDIRECT (CVE-2024-44984 bsc#1230240) +- commit 43e2e07 + +------------------------------------------------------------------- +Wed Sep 11 01:01:49 CEST 2024 - dsterba@suse.com + +- gtp: pull network headers in gtp_dev_xmit() (CVE-2024-44999 bsc#1230233) +- commit 057aaf8 + +------------------------------------------------------------------- +Tue Sep 10 23:52:30 CEST 2024 - tonyj@suse.de + +- perf record: Lazy load kernel symbols (git-fixes). +- commit 84efd43 + +------------------------------------------------------------------- +Tue Sep 10 23:51:23 CEST 2024 - tonyj@suse.de + +- Detect memory allocation failure in + annotated_source__alloc_histograms (bsc#1227962). +- commit 6424d7a + +------------------------------------------------------------------- +Tue Sep 10 23:15:37 CEST 2024 - tonyj@suse.de + +- Add alternate commit id for git-fixes. + Refresh + patches.suse/perf-evlist-Fix-evlist__new_default-for-1-core-PMU.patch. +- commit 3b7c481 + +------------------------------------------------------------------- +Tue Sep 10 22:35:09 CEST 2024 - oneukum@suse.com + +- thunderbolt: There are only 5 basic router registers in pre-USB4 + routers (git-fixes). +- commit 065ac58 + +------------------------------------------------------------------- +Tue Sep 10 16:26:33 CEST 2024 - oneukum@suse.com + +- thunderbolt: Fix rollback in tb_port_lane_bonding_enable() + for lane 1 (git-fixes). +- commit 108e81e + +------------------------------------------------------------------- +Tue Sep 10 15:26:32 CEST 2024 - iivanov@suse.de + +- ipmi:ssif: Improve detecting during probing (bsc#1228771) +- commit db0a09e + +------------------------------------------------------------------- +Tue Sep 10 15:19:17 CEST 2024 - oneukum@suse.com + +- thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_show + (git-fixes). +- commit b11c099 + ------------------------------------------------------------------- Tue Sep 10 15:18:24 CEST 2024 - tiwai@suse.de @@ -28,6 +2517,774 @@ Tue Sep 10 15:18:24 CEST 2024 - tiwai@suse.de patches.suse/soundwire-stream-fix-programming-slave-ports-for-non.patch - commit 5c05eeb +------------------------------------------------------------------- +Tue Sep 10 14:16:39 CEST 2024 - fdmanana@suse.com + +- btrfs: fix race between direct IO write and fsync when using + same fd (git-fixes). +- commit dc59ebc + +------------------------------------------------------------------- +Tue Sep 10 12:26:21 CEST 2024 - vbabka@suse.cz + +- mm/swap: fix race when skipping swapcache (CVE-2024-26759 + bsc#1230340). +- commit 990c0c6 + +------------------------------------------------------------------- +Tue Sep 10 10:14:45 CEST 2024 - tiwai@suse.de + +- kABI workaround for cros_ec stuff (git-fixes). +- commit cb01b4e + +------------------------------------------------------------------- +Tue Sep 10 10:12:25 CEST 2024 - tiwai@suse.de + +- platform/chrome: cros_ec_lpc: MEC access can use an AML mutex + (stable-fixes). +- commit d9de020 + +------------------------------------------------------------------- +Mon Sep 9 16:28:50 CEST 2024 - ohering@suse.de + +- Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic + (git-fixes). +- uio_hv_generic: Fix kernel NULL pointer dereference in + hv_uio_rescind (git-fixes). +- net: mana: Fix error handling in mana_create_txq/rxq's NAPI + cleanup (git-fixes). +- commit 27572d4 + +------------------------------------------------------------------- +Mon Sep 9 15:45:39 CEST 2024 - jgross@suse.com + +- x86/pat: Fix W^X violation false-positives when running as + Xen PV guest (bsc#1221527). +- commit 9acf0ca + +------------------------------------------------------------------- +Mon Sep 9 15:10:48 CEST 2024 - jgross@suse.com + +- x86/pat: Restructure _lookup_address_cpa() (bsc#1221527). +- commit 56f7c9c + +------------------------------------------------------------------- +Mon Sep 9 14:31:54 CEST 2024 - msuchanek@suse.de + +- powerpc/qspinlock: Fix deadlock in MCS queue (bac#1230295 + ltc#206656). +- commit c4a2ba1 + +------------------------------------------------------------------- +Mon Sep 9 14:16:06 CEST 2024 - mwilck@suse.com + +- Refresh + patches.kabi/kabi-dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. +- Refresh + patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. +- commit 73c5a36 + +------------------------------------------------------------------- +Mon Sep 9 14:15:26 CEST 2024 - jgross@suse.com + +- x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops() + (bsc#1221527). +- commit 84d383c + +------------------------------------------------------------------- +Mon Sep 9 13:42:45 CEST 2024 - jgross@suse.com + +- x86/pat: Introduce lookup_address_in_pgd_attr() (bsc#1221527). +- commit 09ca5ca + +------------------------------------------------------------------- +Mon Sep 9 11:09:32 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Replace dm_execute_dmub_cmd with + dc_wake_and_execute_dmub_cmd (git-fixes). +- commit 6d87705 + +------------------------------------------------------------------- +Mon Sep 9 11:05:58 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: make hash table duplicates more survivable + (stable-fixes). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 62f6e12 + +------------------------------------------------------------------- +Mon Sep 9 10:59:52 CEST 2024 - tiwai@suse.de + +- VMCI: Fix use-after-free when removing resource in + vmci_resource_remove() (git-fixes). +- misc: fastrpc: Fix double free of 'buf' in error path + (git-fixes). +- iio: fix scale application in + iio_convert_raw_to_processed_unlocked (git-fixes). +- iio: adc: ad7124: fix config comparison (git-fixes). +- iio: adc: ad7124: fix chip ID mismatch (git-fixes). +- iio: buffer-dmaengine: fix releasing dma channel on error + (git-fixes). +- iio: adc: ad7606: remove frstdata check for serial mode + (git-fixes). +- staging: iio: frequency: ad9834: Validate frequency parameter + value (git-fixes). +- usb: dwc3: Avoid waking up gadget during startxfer (git-fixes). +- net: usb: qmi_wwan: add MeiG Smart SRM825L (stable-fixes). +- drm/gpuvm: fix missing dependency to DRM_EXEC (git-fixes). +- drm: panel-orientation-quirks: Add quirk for OrangePi Neo + (stable-fixes). +- drm/fb-helper: Don't schedule_work() to flush frame buffer + during panic() (stable-fixes). +- PCI: al: Check IORESOURCE_BUS existence during probe + (stable-fixes). +- usb: typec: ucsi: Fix null pointer dereference in trace + (stable-fixes). +- usbip: Don't submit special requests twice (stable-fixes). +- media: uvcvideo: Enforce alignment of frame and interval + (stable-fixes). +- wifi: ath12k: initialize 'ret' in + ath12k_dp_rxdma_ring_sel_config_wcn7850() (stable-fixes). +- wifi: ath11k: initialize 'ret' in + ath11k_qmi_load_file_target_mem() (stable-fixes). +- wifi: ath12k: initialize 'ret' in + ath12k_qmi_load_file_target_mem() (stable-fixes). +- wifi: rtw89: ser: avoid multiple deinit on same CAM + (stable-fixes). +- wifi: mac80211: check ieee80211_bss_info_change_notify() + against MLD (stable-fixes). +- wifi: cfg80211: restrict operation during radar detection + (stable-fixes). +- pwm: xilinx: Fix u32 overflow issue in 32-bit width PWM mode + (stable-fixes). +- hwmon: (k10temp) Check return value of amd_smn_read() + (stable-fixes). +- regmap: spi: Fix potential off-by-one when calculating reserved + size (stable-fixes). +- commit 73bbd93 + +------------------------------------------------------------------- +Mon Sep 9 10:17:13 CEST 2024 - tiwai@suse.de + +- clocksource/drivers/imx-tpm: Fix next event not taking effect + sometime (git-fixes). +- clocksource/drivers/imx-tpm: Fix return -ETIME when delta + exceeds INT_MAX (git-fixes). +- dma-debug: avoid deadlock between dma debug vs printk and + netconsole (stable-fixes). +- drm/amdgpu: fix contiguous handling for IB parsing v2 + (git-fixes). +- dmaengine: altera-msgdma: properly free descriptor in + msgdma_free_descriptor (stable-fixes). +- dmaengine: altera-msgdma: use irq variant of spin_lock/unlock + while invoking callbacks (stable-fixes). +- driver: iio: add missing checks on iio_info's callback access + (stable-fixes). +- drm/amd/display: Skip wbscl_set_scaler_filter if filter is null + (stable-fixes). +- drm/amd/display: Check BIOS images before it is used + (stable-fixes). +- drm/amd/display: Avoid overflow from uint32_t to uint8_t + (stable-fixes). +- drm/amd/display: use preferred link settings for dp signal only + (stable-fixes). +- drm/amd/display: Remove register from DCN35 DMCUB diagnostic + collection (stable-fixes). +- drm/amd/display: Correct the defined value for + AMDGPU_DMUB_NOTIFICATION_MAX (stable-fixes). +- drm/amd/display: added NULL check at start of dc_validate_stream + (stable-fixes). +- drm/amd/display: Wake DMCUB before sending a command for replay + feature (stable-fixes). +- drm/amd/display: Don't use fsleep for PSR exit waits on dmub + replay (stable-fixes). +- drm/amdgpu: fix overflowed constant warning in + mmhub_set_clockgating() (stable-fixes). +- drm/amdgpu: add lock in kfd_process_dequeue_from_device + (stable-fixes). +- drm/amdgpu: add lock in amdgpu_gart_invalidate_tlb + (stable-fixes). +- drm/amdgpu: add skip_hw_access checks for sriov (stable-fixes). +- drm/bridge: tc358767: Check if fully initialized before + signalling HPD event via IRQ (stable-fixes). +- drm/meson: plane: Add error handling (stable-fixes). +- drm/drm-bridge: Drop conditionals around of_node pointers + (stable-fixes). +- drm/amd/display: Add null checks for 'stream' and 'plane' + before dereferencing (stable-fixes). +- drm/amdgu: fix Unintentional integer overflow for mall size + (stable-fixes). +- drm/amdgpu: update type of buf size to u32 for eeprom functions + (stable-fixes). +- drm/amd/display: Fix pipe addition logic in + calc_blocks_to_ungate DCN35 (stable-fixes). +- drm/kfd: Correct pinned buffer handling at kfd restore and + validate process (stable-fixes). +- drm/amd/pm: check negtive return for table entries + (stable-fixes). +- drm/amdgpu: the warning dereferencing obj for nbio_v7_4 + (stable-fixes). +- drm/amd/pm: check specific index for smu13 (stable-fixes). +- drm/amd/pm: check specific index for aldebaran (stable-fixes). +- drm/amdgpu: fix the waring dereferencing hive (stable-fixes). +- drm/amdgpu: fix dereference after null check (stable-fixes). +- drm/amdgpu: Fix the warning division or modulo by zero + (stable-fixes). +- drm/amdgpu/pm: Check input value for CUSTOM profile mode + setting on legacy SOCs (stable-fixes). +- drm/amdkfd: Reconcile the definition and use of oem_id in + struct kfd_topology_device (stable-fixes). +- drm/amdgpu: fix mc_data out-of-bounds read warning + (stable-fixes). +- drm/amdgpu: fix ucode out-of-bounds read warning (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warning in + amdgpu_info_ioctl (stable-fixes). +- drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number + (stable-fixes). +- drm/amdkfd: Check debug trap enable before write dbg_ev_file + (stable-fixes). +- drm/amdgpu: Fix out-of-bounds write warning (stable-fixes). +- drm/amdgpu: Fix the uninitialized variable warning + (stable-fixes). +- drm/amdgpu/pm: Fix uninitialized variable agc_btc_response + (stable-fixes). +- drm/amdgpu/pm: Fix uninitialized variable warning for smu10 + (stable-fixes). +- drm/amd/pm: fix uninitialized variable warnings for vangogh_ppt + (stable-fixes). +- drm/amd/amdgpu: Check tbo resource pointer (stable-fixes). +- drm/amd/display: Fix index may exceed array range within + fpu_update_bw_bounding_box (stable-fixes). +- drm/amd/display: Skip inactive planes within + ModeSupportAndSystemConfiguration (stable-fixes). +- drm/amd/display: Ensure index calculation will not overflow + (stable-fixes). +- drm/amd/display: Fix Coverity INTEGER_OVERFLOW within + decide_fallback_link_setting_max_bw_policy (stable-fixes). +- drm/amd/display: Spinlock before reading event (stable-fixes). +- drm/amd/display: Fix Coverity INTEGER_OVERFLOW within + dal_gpio_service_create (stable-fixes). +- drm/amd/display: Fix Coverity INTERGER_OVERFLOW within + construct_integrated_info (stable-fixes). +- drm/amd/display: Check msg_id before processing transcation + (stable-fixes). +- drm/amd/display: Check num_valid_sets before accessing + reader_wm_sets[] (stable-fixes). +- drm/amd/display: Add array index check for hdcp ddc access + (stable-fixes). +- drm/amd/display: Check index for aux_rd_interval before using + (stable-fixes). +- drm/amd/display: Stop amdgpu_dm initialize when stream nums + greater than 6 (stable-fixes). +- drm/amd/display: Check gpio_id before used as array index + (stable-fixes). +- drm/amd/display: Ensure array index tg_inst won't be -1 + (stable-fixes). +- drm/amdgpu: avoid reading vf2pf info size from FB + (stable-fixes). +- drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr + (stable-fixes). +- drm/amdgpu: fix uninitialized scalar variable warning + (stable-fixes). +- drm/amd/pm: fix the Out-of-bounds read warning (stable-fixes). +- drm/amd/pm: Fix negative array index read (stable-fixes). +- drm/amd/pm: fix warning using uninitialized value of + max_vid_step (stable-fixes). +- drm/amd/pm: fix uninitialized variable warning for smu8_hwmgr + (stable-fixes). +- drm/amd/pm: fix uninitialized variable warning (stable-fixes). +- drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc + (stable-fixes). +- drm/amdgpu: fix overflowed array index read warning + (stable-fixes). +- drm/amdgpu: Handle sg size limit for contiguous allocation + (stable-fixes). +- drm/amd/display: Assign linear_pitch_alignment even for VM + (stable-fixes). +- drm/amd/display: Handle the case which quad_part is equal 0 + (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warning in + amdgpu_afmt_acr (stable-fixes). +- cpufreq: scmi: Avoid overflow of target_freq in fast switch + (stable-fixes). +- commit e23c4dc + +------------------------------------------------------------------- +Mon Sep 9 08:26:43 CEST 2024 - nmorey@suse.com + +- RDMA/efa: Properly handle unexpected AQ completions (git-fixes) +- commit 8c8b9e5 + +------------------------------------------------------------------- +Sun Sep 8 10:09:13 CEST 2024 - tiwai@suse.de + +- clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPs + (git-fixes). +- clk: qcom: gcc-sm8550: Don't park the USB RCG at registration + time (git-fixes). +- clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs + (git-fixes). +- clk: qcom: ipq9574: Update the alpha PLL type for GPLLs + (git-fixes). +- clk: qcom: clk-alpha-pll: Fix zonda set_rate failure when PLL + is disabled (git-fixes). +- clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate + API (git-fixes). +- clk: qcom: clk-alpha-pll: Fix the pll post div mask (git-fixes). +- commit 060a67a + +------------------------------------------------------------------- +Sat Sep 7 10:20:59 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek - Fix inactive headset mic jack for ASUS + Vivobook 15 X1504VAP (stable-fixes). +- ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx + (stable-fixes). +- ALSA: hda/realtek: Enable Mute Led for HP Victus 15-fb1xxx + (stable-fixes). +- ALSA: hda/realtek: extend quirks for Clevo V5[46]0 + (stable-fixes). +- ALSA: hda/realtek: add patch for internal mic in Lenovo V145 + (stable-fixes). +- ALSA: hda/conexant: Add pincfg quirk to enable top speakers + on Sirius devices (stable-fixes). +- commit 5538dd8 + +------------------------------------------------------------------- +Sat Sep 7 10:18:31 CEST 2024 - tiwai@suse.de + +- ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode + (git-fixes). +- ASoc: SOF: topology: Clear SOF link platform name upon unload + (git-fixes). +- ASoC: tegra: Fix CBB error during probe() (git-fixes). +- ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object (git-fixes). +- mmc: cqhci: Fix checking of CQHCI_HALT state (git-fixes). +- mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K + (git-fixes). +- mmc: sdhci-of-aspeed: fix module autoloading (git-fixes). +- mmc: core: apply SD quirks earlier during probe (git-fixes). +- gpio: modepin: Enable module autoloading (git-fixes). +- gpio: rockchip: fix OF node leak in probe() (git-fixes). +- Revert "drm/amdgpu: align pp_power_profile_mode with kernel + docs" (stable-fixes). +- nouveau: fix the fwsec sb verification register (git-fixes). +- drm/i915/fence: Mark debug_fence_free() with __maybe_unused + (git-fixes). +- drm/i915/fence: Mark debug_fence_init_onstack() with + __maybe_unused (git-fixes). +- drm/i915: Do not attempt to load the GSC multiple times + (git-fixes). +- commit 7a89765 + +------------------------------------------------------------------- +Fri Sep 6 17:33:50 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-43886 bsc#1229748: not applicable, functionality not present + The fix adds a NULL check but it is already there in this codebase. The + upstream fix is for patch 5db346c256bbac ("drm/amd/display: update pipe + topology log to support subvp") that adds a secondary display and + refactors code so the NULL check gets lost in + resource_log_pipe_topology_update(). +- commit b9c5bf2 + +------------------------------------------------------------------- +Fri Sep 6 15:56:40 CEST 2024 - dsterba@suse.com + +- ipv6: fix possible UAF in ip6_finish_output2() (bsc#1230206) +- commit 64f6ea9 + +------------------------------------------------------------------- +Fri Sep 6 15:55:20 CEST 2024 - dsterba@suse.com + +- ipv6: prevent possible UAF in ip6_xmit() (CVE-2024-44985 bsc#1230206) +- commit 209198a + +------------------------------------------------------------------- +Fri Sep 6 11:03:05 CEST 2024 - ddiss@suse.de + +- vfs: Don't evict inode under the inode lru traversing context + (CVE-2024-45003 bsc#1230245). +- commit 630b67a + +------------------------------------------------------------------- +Fri Sep 6 09:40:10 CEST 2024 - tiwai@suse.de + +- Restore dropped fields for bluetooth MGMT/SMP structs + (git-fixes). +- commit 5313ecb + +------------------------------------------------------------------- +Fri Sep 6 09:35:49 CEST 2024 - tiwai@suse.de + +- usbnet: modern method to get random MAC (git-fixes). +- net: phy: Fix missing of_node_put() for leds (git-fixes). +- Bluetooth: MGMT: Ignore keys being loaded with invalid type + (git-fixes). +- Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP + over BREDR/LE" (git-fixes). +- can: mcp251x: fix deadlock if an interrupt occurs during + mcp251x_open (git-fixes). +- can: mcp251xfd: fix ring configuration when switching from + CAN-CC to CAN-FD mode (git-fixes). +- can: m_can: Release irq on error in m_can_open (git-fixes). +- can: bcm: Remove proc entry when dev is unregistered + (git-fixes). +- spi: rockchip: Resolve unbalanced runtime PM / system PM + handling (git-fixes). +- regulator: core: Stub devm_regulator_bulk_get_const() if + !CONFIG_REGULATOR (git-fixes). +- platform/x86: dell-smbios: Fix error path in dell_smbios_init() + (git-fixes). +- commit b6769e6 + +------------------------------------------------------------------- +Fri Sep 6 09:25:33 CEST 2024 - jslaby@suse.cz + +- serial: sc16is7xx: fix invalid FIFO access with special register + set (CVE-2024-44950 bsc#1230180). +- serial: sc16is7xx: fix TX fifo corruption (CVE-2024-44951 + bsc#1230181). +- serial: sc16is7xx: refactor FIFO access functions to increase + commonality (CVE-2024-44951 bsc#1230181). +- commit 4ab54b2 + +------------------------------------------------------------------- +Fri Sep 6 04:44:02 CEST 2024 - neilb@suse.de + +- NFS: never reuse a NFSv4.0 lock-owner (bsc#1227726). +- commit ed692a4 + +------------------------------------------------------------------- +Thu Sep 5 15:48:03 CEST 2024 - tiwai@suse.de + +- atm: idt77252: prevent use after free in dequeue_rx() + (CVE-2024-44998 bsc#1230171). +- commit fd57936 + +------------------------------------------------------------------- +Thu Sep 5 13:46:27 CEST 2024 - sjaeckel@suse.de + +- tcp: add sanity checks to rx zerocopy (CVE-2024-26640 + bsc#1221650). +- commit 21286c2 + +------------------------------------------------------------------- +Thu Sep 5 10:29:45 CEST 2024 - oneukum@suse.com + +- USB: serial: option: add MeiG Smart SRM825L (git-fixes). +- commit 047a639 + +------------------------------------------------------------------- +Thu Sep 5 10:27:44 CEST 2024 - ailiop@suse.com + +- nilfs2: fix state management in error path of log writing + function (git-fixes). +- commit 9b55988 + +------------------------------------------------------------------- +Thu Sep 5 10:24:07 CEST 2024 - oneukum@suse.com + +- cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller + (git-fixes). +- commit a322b71 + +------------------------------------------------------------------- +Thu Sep 5 10:22:18 CEST 2024 - oneukum@suse.com + +- usb: dwc3: core: Prevent USB core invalid event buffer address + access (git-fixes). +- commit de7b6b3 + +------------------------------------------------------------------- +Thu Sep 5 10:21:00 CEST 2024 - ailiop@suse.com + +- nilfs2: fix missing cleanup on rollforward recovery error + (git-fixes). +- commit b4149d3 + +------------------------------------------------------------------- +Thu Sep 5 10:19:06 CEST 2024 - ailiop@suse.com + +- nilfs2: protect references to superblock parameters exposed + in sysfs (git-fixes). +- commit e7215f6 + +------------------------------------------------------------------- +Thu Sep 5 10:04:58 CEST 2024 - iivanov@suse.de + +- arm64: tlb: Allow range operation for MAX_TLBI_RANGE_PAGES (bsc#1229585) +- commit a52467b + +------------------------------------------------------------------- +Thu Sep 5 10:03:22 CEST 2024 - iivanov@suse.de + +- arm64: tlb: Improve __TLBI_VADDR_RANGE() (bsc#1229585) +- commit 26752eb + +------------------------------------------------------------------- +Thu Sep 5 10:01:51 CEST 2024 - iivanov@suse.de + +- arm64: tlb: Fix TLBI RANGE operand (bsc#1229585) +- commit 24bd468 + +------------------------------------------------------------------- +Thu Sep 5 09:56:43 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()") (bsc#1229585) +- commit 29fbf2b + +------------------------------------------------------------------- +Thu Sep 5 09:52:38 CEST 2024 - iivanov@suse.de + +- arm64/mm: Update tlb invalidation routines for FEAT_LPA2 (bsc#1229585) +- commit b8ec0d4 + +------------------------------------------------------------------- +Thu Sep 5 09:45:29 CEST 2024 - iivanov@suse.de + +- arm64/mm: Modify range-based tlbi to decrement scale (bsc#1229585) +- commit e08c708 + +------------------------------------------------------------------- +Thu Sep 5 08:11:05 CEST 2024 - tiwai@suse.de + +- USB: serial: option: add MeiG Smart SRM825L (stable-fixes). +- cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller + (stable-fixes). +- usb: dwc3: core: Prevent USB core invalid event buffer address + access (stable-fixes). +- selinux,smack: don't bypass permissions check in inode_setsecctx + hook (stable-fixes). +- drm/amdgpu/swsmu: always force a state reprogram on init + (stable-fixes). +- drm/amdgpu: align pp_power_profile_mode with kernel docs + (stable-fixes). +- commit 1d64229 + +------------------------------------------------------------------- +Wed Sep 4 20:36:33 CEST 2024 - krisman@suse.de + +- Resort io_uring kABI patches + These ended up in the wrong section. Push them to the right place, next + to the other io_uring kabi patches. +- commit f218522 + +------------------------------------------------------------------- +Wed Sep 4 20:22:06 CEST 2024 - krisman@suse.de + +- kABI: Split kABI out of 'io_uring: Re-add dummy_ubuf for kABI purposes' + When introducing this patch, I merged the kABI patch with the actual + backport, which is not recommended. Split it up, such that the backport + is similar to the upstream patch and handle the kABI issue exactly the + same way, but through a separate kABI patch. +- commit 5b3aa8f + +------------------------------------------------------------------- +Wed Sep 4 19:19:02 CEST 2024 - krisman@suse.de + +- kABI: Split kABI out of 'io_uring/kbuf: get rid of bl->is_ready' + When introducing this patch, I merged the kABI patch with the actual + backport, which is not recommended. Split it up, such that the backport + is similar to the upstream patch and handle the kABI issue exactly the + same way, but through a separate kABI patch. +- commit d39d376 + +------------------------------------------------------------------- +Wed Sep 4 18:15:43 CEST 2024 - jack@suse.cz + +- ext4: sanity check for NULL pointer after ext4_force_shutdown + (bsc#1229753 CVE-2024-43898). +- commit d9361cb + +------------------------------------------------------------------- +Wed Sep 4 18:15:28 CEST 2024 - jack@suse.cz + +- udf: Fix bogus checksum computation in udf_rename() (bsc#1229389 + CVE-2024-43845). +- commit 985c73e + +------------------------------------------------------------------- +Wed Sep 4 18:15:14 CEST 2024 - jack@suse.cz + +- ext4: fix infinite loop when replaying fast_commit (bsc#1229394 + CVE-2024-43828). +- commit c9c168b + +------------------------------------------------------------------- +Wed Sep 4 18:14:59 CEST 2024 - jack@suse.cz + +- block: fix deadlock between sd_remove & sd_release (bsc#1229371 + CVE-2024-42294). +- commit a556834 + +------------------------------------------------------------------- +Wed Sep 4 18:14:45 CEST 2024 - jack@suse.cz + +- udf: Avoid using corrupted block bitmap buffer (bsc#1229362 + CVE-2024-42306). +- commit 26b3a5d + +------------------------------------------------------------------- +Wed Sep 4 18:14:31 CEST 2024 - jack@suse.cz + +- ext4: check dot and dotdot of dx_root before making dir indexed + (bsc#1229363 CVE-2024-42305). +- commit d42c7e5 + +------------------------------------------------------------------- +Wed Sep 4 18:14:16 CEST 2024 - jack@suse.cz + +- mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray + (bsc#1229001 CVE-2024-42243). +- commit 962c57e + +------------------------------------------------------------------- +Wed Sep 4 18:14:02 CEST 2024 - jack@suse.cz + +- protect the fetch of ->fd[fd] in do_dup2() from mispredictions + (bsc#1229334 CVE-2024-42265). +- commit 1088a58 + +------------------------------------------------------------------- +Wed Sep 4 18:13:49 CEST 2024 - jack@suse.cz + +- ext4: make sure the first directory block is not a hole + (bsc#1229364 CVE-2024-42304). +- commit 0ee54f7 + +------------------------------------------------------------------- +Wed Sep 4 18:08:53 CEST 2024 - davide.benini@suse.com + +- netfilter: ctnetlink: use helper function to calculate expect ID + (CVE-2024-44944 bsc#1229899). +- commit da9b5c6 + +------------------------------------------------------------------- +Wed Sep 4 16:31:48 CEST 2024 - davide.benini@suse.com + +- sctp: Fix null-ptr-deref in reuseport_add_sock() + (CVE-2024-44935 bsc#1229810). +- commit c34ddb2 + +------------------------------------------------------------------- +Wed Sep 4 16:25:21 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Cleanup unused unit structure (bsc#1230119). +- commit 48a66a6 + +------------------------------------------------------------------- +Wed Sep 4 16:19:52 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Apply the unit control RB tree to PCI uncore + units (bsc#1230119). +- commit e202e9f + +------------------------------------------------------------------- +Wed Sep 4 14:58:43 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Apply the unit control RB tree to MSR uncore + units (bsc#1230119). +- commit 8a1e34d + +------------------------------------------------------------------- +Wed Sep 4 14:54:14 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Apply the unit control RB tree to MMIO uncore + units (bsc#1230119). +- commit 956825c + +------------------------------------------------------------------- +Wed Sep 4 14:50:01 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Retrieve the unit ID from the unit control + RB tree (bsc#1230119). +- commit 81ab2f7 + +------------------------------------------------------------------- +Wed Sep 4 14:44:47 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Support per PMU cpumask (bsc#1230119). +- commit e0b1be5 + +------------------------------------------------------------------- +Wed Sep 4 14:40:44 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Save the unit control address of all units + (bsc#1230119). +- commit 3062251 + +------------------------------------------------------------------- +Wed Sep 4 12:54:21 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/intel/uncore: Support HBM and CXL PMON counters + (bsc#1230119). +- commit a4c2665 + +------------------------------------------------------------------- +Wed Sep 4 11:12:20 CEST 2024 - lhenriques@suse.de + +- fuse: update stats for pages in dropped aux writeback list + (bsc#1230125). +- fuse: fix memory leak in fuse_create_open (bsc#1230124). +- fuse: use unsigned type for getxattr/listxattr size truncation + (bsc#1230123). +- commit c8902bc + +------------------------------------------------------------------- +Wed Sep 4 10:16:36 CEST 2024 - mwilck@suse.com + +- Split kabi part of dm_blk_ioctl-implement-path-failover-for-SG_IO.patch +- kabi: dm_blk_ioctl: implement path failover for SG_IO + (bsc#1183045, bsc#1216776). +- Refresh + patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. +- commit 9a2ecb0 + +------------------------------------------------------------------- +Wed Sep 4 07:41:41 CEST 2024 - neilb@suse.de + +- NFSD: Fix frame size warning in svc_export_parse() (git-fixes). +- NFSD: Rewrite synopsis of nfsd_percpu_counters_init() + (git-fixes). +- commit 3ab58b8 + +------------------------------------------------------------------- +Wed Sep 4 07:37:30 CEST 2024 - neilb@suse.de + +- blacklist.conf: These aren't wanted for various reasons. +- commit 39478da + +------------------------------------------------------------------- +Wed Sep 4 00:34:05 CEST 2024 - krisman@suse.de + +- kABI: Split kABI out of io_uring/kbuf: protect io_buffer_list teardown with a + reference + When introducing this patch, I merged the kABI patch with the actual + backport, which is not recommended. Split it up, such that the backport + is similar to the upstream patch and handle the kABI issue exactly the + same way, but through a separate kABI patch. +- commit 08e57d6 + +------------------------------------------------------------------- +Tue Sep 3 16:04:36 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add cf3f9a593dab mm: optimize the redundant loop of mm_update_owner_next() +- commit 3184f0b + +------------------------------------------------------------------- +Tue Sep 3 15:59:41 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: d24f05987ce8 cgroup: Avoid extra dereference in css_populate_dir() +- commit 922f944 + +------------------------------------------------------------------- +Tue Sep 3 14:44:24 CEST 2024 - oneukum@suse.com + +- usb: typec: ucsi: Wait 20ms before reading CCI after a reset + (git-fixes). +- commit 26d16be + ------------------------------------------------------------------- Mon Sep 2 16:22:10 CEST 2024 - lhenriques@suse.de @@ -46,6 +3303,13 @@ Mon Sep 2 15:18:57 CEST 2024 - denis.kirjanov@suse.com - Bluetooth: L2CAP: Fix deadlock (git-fixes). - commit 13aba13 +------------------------------------------------------------------- +Mon Sep 2 14:52:20 CEST 2024 - sjaeckel@suse.de + +- net/sched: act_ct: fix skb leak and crash on ooo frags + (CVE-2023-52610 bsc#1221610). +- commit 7a32533 + ------------------------------------------------------------------- Mon Sep 2 13:51:17 CEST 2024 - denis.kirjanov@suse.com @@ -658,6 +3922,12 @@ Thu Aug 29 12:39:28 CEST 2024 - vkarasulli@suse.de (CVE-2024-42277 bsc#1229409). - commit ede2511 +------------------------------------------------------------------- +Wed Aug 28 22:30:45 CEST 2024 - dsterba@suse.com + +- Update references patches.suse/drm-amd-display-Add-null-checks-for-stream-and-plane.patch (CVE-2024-43904 bsc#1229768 stable-fixes) +- commit aaa26ef + ------------------------------------------------------------------- Wed Aug 28 17:34:22 CEST 2024 - tbogendoerfer@suse.de @@ -839,6 +4109,23 @@ Mon Aug 26 22:10:50 CEST 2024 - dsterba@suse.com - net/mlx5e: Fix CT entry update leaks of modify header context (CVE-2024-43864 bsc#1229496) - commit 316a4fe +------------------------------------------------------------------- +Mon Aug 26 19:15:11 CEST 2024 - msuchanek@suse.de + +- rpm/check-for-config-changes: Exclude ARCH_USING_PATCHABLE_FUNCTION_ENTRY + gcc version dependent, at least on ppc +- commit 16da158 + +------------------------------------------------------------------- +Mon Aug 26 18:24:08 CEST 2024 - mkoutny@suse.com + +- af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg + (bsc#1226846 CVE-2024-38596). +- Update + patches.suse/af_unix-Fix-data-races-around-sk-sk_shutdown.patch + (git-fixes bsc#1226846). +- commit 7ceb0cd + ------------------------------------------------------------------- Mon Aug 26 16:54:37 CEST 2024 - sjaeckel@suse.de @@ -885,6 +4172,13 @@ Mon Aug 26 14:33:10 CEST 2024 - ptesarik@suse.com (git-fixes). - commit 99fe6bb +------------------------------------------------------------------- +Mon Aug 26 13:40:30 CEST 2024 - bdas@suse.de + +- x86/kaslr: Expose and use the end of the physical memory + address space (bsc#1229443). +- commit 5b98c4e + ------------------------------------------------------------------- Mon Aug 26 13:35:28 CEST 2024 - dsterba@suse.com @@ -2787,6 +6081,13 @@ Mon Aug 12 23:18:41 CEST 2024 - lduncan@suse.com - scsi: mpi3mr: Sanitise num_phys (bsc#1228754 CVE-2024-42159). - commit e024eb0 +------------------------------------------------------------------- +Mon Aug 12 21:14:38 CEST 2024 - davide.benini@suse.com + +- tcp_metrics: validate source addr length + (CVE-2024-42154 bsc#1228507). +- commit a83d949 + ------------------------------------------------------------------- Mon Aug 12 18:06:12 CEST 2024 - jlee@suse.com @@ -3683,6 +6984,12 @@ Tue Aug 6 20:10:57 CEST 2024 - lduncan@suse.com CVE-2024-41000). - commit 4cc5e60 +------------------------------------------------------------------- +Tue Aug 6 17:47:46 CEST 2024 - davide.benini@suse.com + +- tipc: force a dst refcount before doing decryption (CVE-2024-40983 bsc#1227819). +- commit cee1bad + ------------------------------------------------------------------- Tue Aug 6 15:43:43 CEST 2024 - davide.benini@suse.com @@ -11119,6 +14426,15 @@ Tue Jul 2 12:30:42 CEST 2024 - fdmanana@suse.com prealloc (bsc#1227101 CVE-2024-37354). - commit 1d355af +------------------------------------------------------------------- +Tue Jul 2 11:39:51 CEST 2024 - dwagner@suse.de + +- blk-mq: add helper for checking if one CPU is mapped to + specified hctx (bsc#1223600). +- blk-mq: don't schedule block kworker on isolated CPUs + (bsc#1223600). +- commit 2b67848 + ------------------------------------------------------------------- Tue Jul 2 09:43:57 CEST 2024 - tbogendoerfer@suse.de @@ -13935,6 +17251,13 @@ Sat Jun 15 09:34:43 CEST 2024 - tiwai@suse.de - drm/komeda: check for error-valued pointer (git-fixes). - commit b393dd7 +------------------------------------------------------------------- +Fri Jun 14 20:27:57 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix use-after-free bug in + cifs_debug_data_proc_show() (bsc#1225487, CVE-2023-52752). +- commit c4e1b53 + ------------------------------------------------------------------- Fri Jun 14 17:55:13 CEST 2024 - mgorman@suse.de diff --git a/kernel-source-rt.spec b/kernel-source-rt.spec index 256b8e3..ead4b7f 100644 --- a/kernel-source-rt.spec +++ b/kernel-source-rt.spec @@ -18,7 +18,7 @@ %define srcversion 6.4 %define patchversion 6.4.0 -%define git_commit e934c8fe561e3b4e6eeb3d36934180260478343a +%define git_commit b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80 %define variant -rt%{nil} %include %_sourcedir/kernel-spec-macros @@ -28,7 +28,7 @@ Name: kernel-source-rt Version: 6.4.0 %if 0%{?is_kotd} -Release: .ge934c8f +Release: .gb49e7e5 %else Release: 0 %endif diff --git a/kernel-syms-rt.changes b/kernel-syms-rt.changes index 89de8a7..431516f 100644 --- a/kernel-syms-rt.changes +++ b/kernel-syms-rt.changes @@ -1,3 +1,1902 @@ +------------------------------------------------------------------- +Tue Oct 15 14:45:11 CEST 2024 - mgorman@suse.de + +- Merge branch 'ALP-current' (0e26fa94003b) into 'ALP-current-RT' +- No -rt specific changes this merge. +- commit b49e7e5 + +------------------------------------------------------------------- +Wed Oct 9 16:07:58 CEST 2024 - nstange@suse.de + +- Enable livepatching related packages on -RT (jsc#PED-1706) +- commit cdfdbf1 + +------------------------------------------------------------------- +Tue Oct 1 11:47:27 CEST 2024 - tiwai@suse.de + +- ACPICA: executer/exsystem: Don't nag user about every Stall() + violating the spec (git-fixes). +- ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCE + (stable-fixes). +- commit f94e799 + +------------------------------------------------------------------- +Tue Oct 1 11:41:13 CEST 2024 - lhenriques@suse.de + +- cachefiles: fix dentry leak in cachefiles_open_file() + (bsc#1231183). +- ceph: remove the incorrect Fw reference check when dirtying + pages (bsc#1231182). +- commit ba82da7 + +------------------------------------------------------------------- +Tue Oct 1 08:04:40 CEST 2024 - tiwai@suse.de + +- can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into + mcp251xfd_chip_start/stop() (stable-fixes). +- Refresh + patches.suse/can-mcp251xfd-clarify-the-meaning-of-timestamp.patch. +- commit 6779985 + +------------------------------------------------------------------- +Tue Oct 1 08:01:28 CEST 2024 - tiwai@suse.de + +- USB: serial: pl2303: add device id for Macrosilicon MS3020 + (stable-fixes). +- powercap/intel_rapl: Add support for AMD family 1Ah + (stable-fixes). +- ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK) + (stable-fixes). +- ASoC: tda7419: fix module autoloading (stable-fixes). +- ASoC: intel: fix module autoloading (stable-fixes). +- ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI + match less strict (stable-fixes). +- ALSA: hda: add HDMI codec ID for Intel PTL (stable-fixes). +- drm: komeda: Fix an issue related to normalized zpos + (stable-fixes). +- can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing + configuration (stable-fixes). +- spi: spidev: Add missing spi_device_id for jg10309-01 + (git-fixes). +- spi: bcm63xx: Enable module autoloading (stable-fixes). +- spi: spidev: Add an entry for elgin,jg10309-01 (stable-fixes). +- hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING + (stable-fixes). +- wifi: iwlwifi: clear trans->state earlier upon error + (stable-fixes). +- wifi: mac80211: free skb on error path in + ieee80211_beacon_get_ap() (stable-fixes). +- wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead + (stable-fixes). +- wifi: iwlwifi: mvm: pause TCM when the firmware is stopped + (stable-fixes). +- wifi: iwlwifi: mvm: fix iwl_mvm_max_scan_ie_fw_cmd_room() + (stable-fixes). +- wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculation + (stable-fixes). +- wifi: iwlwifi: lower message level for FW buffer destination + (stable-fixes). +- platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F + DMI match less strict (stable-fixes). +- pinctrl: at91: make it work with current gpiolib (stable-fixes). +- can: mcp251xfd: properly indent labels (stable-fixes). +- commit a530f31 + +------------------------------------------------------------------- +Mon Sep 30 16:28:50 CEST 2024 - pmladek@suse.com + +- kthread: Fix task state in kthread worker if being frozen + (bsc#1231146). +- commit fe88a62 + +------------------------------------------------------------------- +Mon Sep 30 16:06:33 CEST 2024 - tiwai@suse.de + +- supported.conf: mark adiantum and xctr crypto modules as supported (bsc#1231035) +- commit 59d03d7 + +------------------------------------------------------------------- +Mon Sep 30 14:40:45 CEST 2024 - petr.pavlu@suse.com + +- Refresh + patches.suse/bpf-kprobe-remove-unused-declaring-of-bpf_kprobe_override.patch. +- commit 5a0b269 + +------------------------------------------------------------------- +Mon Sep 30 14:40:05 CEST 2024 - petr.pavlu@suse.com + +- bpf: Fix use-after-free in bpf_uprobe_multi_link_attach() + (git-fixes). +- commit 1884922 + +------------------------------------------------------------------- +Mon Sep 30 14:27:43 CEST 2024 - petr.pavlu@suse.com + +- tracing: Avoid possible softlockup in tracing_iter_reset() + (git-fixes). +- commit d5df75c + +------------------------------------------------------------------- +Mon Sep 30 14:26:41 CEST 2024 - petr.pavlu@suse.com + +- tracing: Fix overflow in get_free_elt() (git-fixes + CVE-2024-43890 bsc#1229764). +- commit ceb524e + +------------------------------------------------------------------- +Mon Sep 30 13:56:20 CEST 2024 - iivanov@suse.de + +- arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry (bsc#1231120 CVE-2024-46822) +- commit cc6d7b5 + +------------------------------------------------------------------- +Mon Sep 30 13:31:57 CEST 2024 - tiwai@suse.de + +- mailbox: bcm2835: Fix timeout during suspend mode (git-fixes). +- mailbox: rockchip: fix a typo in module autoloading (git-fixes). +- i2c: designware: fix controller is holding SCL low while ENABLE + bit is disabled (git-fixes). +- drm/amd/display: handle nulled pipe context in DCE110's + set_drr() (git-fixes). +- drm/amdgpu: Fix get each xcp macro (git-fixes). +- tomoyo: fallback to realpath if symlink's pathname does not + exist (git-fixes). +- cxl/pci: Fix to record only non-zero ranges (git-fixes). +- ata: libata-scsi: Fix ata_msense_control() CDL page reporting + (git-fixes). +- firmware_loader: Block path traversal (git-fixes). +- driver core: Fix a potential null-ptr-deref in + module_add_driver() (git-fixes). +- driver core: Fix error handling in driver API device_rename() + (git-fixes). +- ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate() + (git-fixes). +- iio: magnetometer: ak8975: Fix reading for ak099xx sensors + (git-fixes). +- iio: chemical: bme680: Fix read/write ops to device by adding + mutexes (git-fixes). +- ABI: testing: fix admv8818 attr description (git-fixes). +- iio: adc: ad7606: fix standby gpio state to match the + documentation (git-fixes). +- iio: adc: ad7606: fix oversampling gpio array (git-fixes). +- tty: rp2: Fix reset with non forgiving PCIe host bridges + (git-fixes). +- USB: class: CDC-ACM: fix race between get_serial and set_serial + (git-fixes). +- usb: dwc2: drd: fix clock gating on USB role switch (git-fixes). +- usb: cdnsp: Fix incorrect usb_request status (git-fixes). +- USB: usbtmc: prevent kernel-usb-infoleak (git-fixes). +- USB: serial: kobil_sct: restore initial terminal settings + (git-fixes). +- xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and + freeing them (git-fixes). +- usb: dwc2: Skip clock gating on Broadcom SoCs (git-fixes). +- spi: atmel-quadspi: Avoid overwriting delay register settings + (git-fixes). +- spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time + (git-fixes). +- spi: atmel-quadspi: Undo runtime PM changes at driver exit time + (git-fixes). +- rtc: at91sam9: fix OF node leak in probe() error path + (git-fixes). +- i3c: master: svc: Fix use after free vulnerability in + svc_i3c_master Driver Due to Race Condition (git-fixes). +- remoteproc: k3-r5: Fix error handling when power-up failed + (git-fixes). +- remoteproc: imx_rproc: Initialize workqueue earlier (git-fixes). +- remoteproc: imx_rproc: Correct ddr alias for i.MX8M (git-fixes). +- KEYS: prevent NULL pointer dereference in find_asymmetric_key() + (git-fixes). +- media: i2c: ar0521: Use cansleep version of gpiod_set_value() + (git-fixes). +- media: ov5675: Fix power on/off delay timings (git-fixes). +- media: sun4i_csi: Implement link validate for sun4i_csi subdev + (git-fixes). +- media: platform: rzg2l-cru: rzg2l-csi2: Add missing + MODULE_DEVICE_TABLE (git-fixes). +- media: venus: fix use after free bug in venus_remove due to + race condition (git-fixes). +- media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flags + (git-fixes). +- clk: ti: dra7-atl: Fix leak of of_nodes (git-fixes). +- watchdog: imx_sc_wdt: Don't disable WDT in suspend (git-fixes). +- pinctrl: single: fix missing error code in pcs_probe() + (git-fixes). +- xz: cleanup CRC32 edits from 2018 (git-fixes). +- ata: pata_macio: Use WARN instead of BUG (stable-fixes). +- commit c5ab3ca + +------------------------------------------------------------------- +Mon Sep 30 12:23:16 CEST 2024 - tiwai@suse.de + +- Drop mm patches that caused regressions (bsc#1230413) + Those should have been already dropped via SLE15-SP6 merge, but slipped + due to incorrect merge conflict resolutions +- commit 09dbc92 + +------------------------------------------------------------------- +Mon Sep 30 12:09:15 CEST 2024 - tiwai@suse.de + +- Move upstreamed SCSI patches into sorted section +- commit aba5747 + +------------------------------------------------------------------- +Mon Sep 30 11:44:57 CEST 2024 - hare@suse.de + +- kcm: Serialise kcm_sendmsg() for the same socket (CVE-2024-44946 + bsc#1230015). +- commit 4310760 + +------------------------------------------------------------------- +Mon Sep 30 11:21:07 CEST 2024 - hare@suse.de + +- nvme-multipath: avoid hang on inaccessible namespaces + (bsc#1228244). +- kcm: Serialise kcm_sendmsg() for the same socket + (CVE-2024-44946,bsc#1230015). +- commit a84ca87 + +------------------------------------------------------------------- +Mon Sep 30 11:13:21 CEST 2024 - hare@suse.de + +- nvme-multipath: system fails to create generic nvme device + (bsc#1228244). +- commit 4fc57d2 + +------------------------------------------------------------------- +Mon Sep 30 11:01:42 CEST 2024 - ailiop@suse.com + +- erofs: fix incorrect symlink detection in fast symlink + (git-fixes). +- commit 2e1ae75 + +------------------------------------------------------------------- +Mon Sep 30 10:57:24 CEST 2024 - ailiop@suse.com + +- afs: Don't cross .backup mountpoint from backup volume + (git-fixes). +- commit f35dae1 + +------------------------------------------------------------------- +Mon Sep 30 10:56:42 CEST 2024 - ailiop@suse.com + +- afs: Revert "afs: Hide silly-rename files from userspace" + (git-fixes). +- commit 11353bb + +------------------------------------------------------------------- +Fri Sep 27 23:25:35 CEST 2024 - mwilck@suse.com + +- scsi: sd: Fix off-by-one error in + sd_read_block_characteristics() (bsc#1223848). +- commit 621f2fb + +------------------------------------------------------------------- +Fri Sep 27 23:22:08 CEST 2024 - mwilck@suse.com + +- scsi: ibmvfc: Add max_sectors module parameter (bsc#1216223). +- commit af0ff0f + +------------------------------------------------------------------- +Fri Sep 27 18:21:58 CEST 2024 - dsterba@suse.com + +- drm/amd/display: Check denominator crb_pipes before used (CVE-2024-46772 bsc#1230772) +- commit 322be4a + +------------------------------------------------------------------- +Fri Sep 27 17:47:54 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-46727 bsc#1230707: not applicable + No OTG code and all return values from + resource_get_otg_master_for_stream() are checked before use. +- commit f44b1e7 + +------------------------------------------------------------------- +Fri Sep 27 15:39:02 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: allwinner: h616: Add r_i2c pinctrl nodes + (git-fixes). +- commit 642d7e6 + +------------------------------------------------------------------- +Fri Sep 27 15:20:34 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: imx8-ss-dma: Fix adc0 closing brace location + (git-fixes). +- commit 970cc49 + +------------------------------------------------------------------- +Fri Sep 27 15:09:05 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: Correct vendor prefix for Hardkernel + ODROID-M1 (git-fixes). +- commit 87f0ae6 + +------------------------------------------------------------------- +Fri Sep 27 15:02:44 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: Raise Pinebook Pro's panel backlight + PWM frequency (git-fixes). +- commit 1582b94 + +------------------------------------------------------------------- +Fri Sep 27 14:16:53 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: Correct the Pinebook Pro battery design + capacity (git-fixes). +- commit 3b2ebbf + +------------------------------------------------------------------- +Fri Sep 27 14:10:38 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount + to 4GB (git-fixes). +- commit 1059c29 + +------------------------------------------------------------------- +Fri Sep 27 14:02:35 CEST 2024 - andrea.porta@suse.com + +- arm64: signal: Fix some under-bracketed UAPI macros (git-fixes). +- commit 9704ff3 + +------------------------------------------------------------------- +Fri Sep 27 11:46:07 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO + hog on RK3399 Puma (git-fixes). +- commit 6052a8c + +------------------------------------------------------------------- +Fri Sep 27 11:24:18 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: fix eMMC/SPI corruption when audio has + been used on RK3399 Puma (git-fixes). +- commit 8b3743b + +------------------------------------------------------------------- +Fri Sep 27 10:44:01 CEST 2024 - msuchanek@suse.de + +- Update + patches.suse/powerpc-pseries-make-max-polling-consistent-for-long.patch + (bsc#1215199 jsc#PED-10954). +- Update + patches.suse/security-integrity-fix-pointer-to-ESL-data-and-.patch + (bsc#1012628 jsc#PED-5085 jsc#PED-10954). +- commit ec9be2c + +------------------------------------------------------------------- +Fri Sep 27 10:29:59 CEST 2024 - andrea.porta@suse.com + +- arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for + ROCK Pi E (git-fixes). +- commit 7527015 + +------------------------------------------------------------------- +Fri Sep 27 09:53:04 CEST 2024 - andrea.porta@suse.com + +- arm64: acpi: Move get_cpu_for_acpi_id() to a header (git-fixes). +- commit 42389f0 + +------------------------------------------------------------------- +Fri Sep 27 09:15:10 CEST 2024 - iivanov@suse.de + +- ipmi:ssif: Improve detecting during probing (bsc#1228771) + Move patch into the sorted section. +- commit 77cf6fc + +------------------------------------------------------------------- +Fri Sep 27 08:24:05 CEST 2024 - jslaby@suse.cz + +- Update patches.suse/ALSA-line6-Fix-racy-access-to-midibuf.patch + (stable-fixes CVE-2024-44954 bsc#1230176). +- Update + patches.suse/ASoC-dapm-Fix-UAF-for-snd_soc_pcm_runtime-object.patch + (git-fixes CVE-2024-46798 bsc#1230830). +- Update + patches.suse/Bluetooth-btnxpuart-Fix-Null-pointer-dereference-in-.patch + (stable-fixes CVE-2024-46749 bsc#1230780). +- Update + patches.suse/Bluetooth-btnxpuart-Shutdown-timer-and-prevent-rearm.patch + (stable-fixes CVE-2024-44962 bsc#1230213). +- Update + patches.suse/HID-amd_sfh-free-driver_data-after-destroying-hid-de.patch + (stable-fixes CVE-2024-46746 bsc#1230751). +- Update + patches.suse/HID-cougar-fix-slab-out-of-bounds-Read-in-cougar_rep.patch + (stable-fixes CVE-2024-46747 bsc#1230752). +- Update patches.suse/Input-MT-limit-max-slots.patch (stable-fixes + CVE-2024-45008 bsc#1230248). +- Update + patches.suse/Input-uinput-reject-requests-with-unreasonable-numbe.patch + (stable-fixes CVE-2024-46745 bsc#1230748). +- Update + patches.suse/KVM-arm64-Make-ICC_-SGI-_EL1-undef-in-the-absence-of.patch + (git-fixes CVE-2024-46707 bsc#1230582). +- Update + patches.suse/KVM-s390-fix-validity-interception-issue-when-gisa-is-switched-off.patch + (git-fixes bsc#1229167 CVE-2024-45005 bsc#1230173). +- Update + patches.suse/PCI-Add-missing-bridge-lock-to-pci_bus_lock.patch + (stable-fixes CVE-2024-46750 bsc#1230783). +- Update + patches.suse/Squashfs-sanity-check-symbolic-link-size.patch + (git-fixes CVE-2024-46744 bsc#1230747). +- Update + patches.suse/VMCI-Fix-use-after-free-when-removing-resource-in-vm.patch + (git-fixes CVE-2024-46738 bsc#1230731). +- Update + patches.suse/bpf-Fix-a-kernel-verifier-crash-in-stacksafe.patch + (bsc#1225903 CVE-2024-45020 bsc#1230433). +- Update + patches.suse/btrfs-fix-race-between-direct-IO-write-and-fsync-whe.patch + (git-fixes CVE-2024-46734 bsc#1230726). +- Update + patches.suse/can-bcm-Remove-proc-entry-when-dev-is-unregistered.patch + (git-fixes CVE-2024-46771 bsc#1230766). +- Update + patches.suse/can-mcp251x-fix-deadlock-if-an-interrupt-occurs-duri.patch + (git-fixes CVE-2024-46791 bsc#1230821). +- Update + patches.suse/char-xillybus-Check-USB-endpoints-when-probing-devic.patch + (git-fixes CVE-2024-45011 bsc#1230440). +- Update + patches.suse/char-xillybus-Don-t-destroy-workqueue-from-work-item.patch + (stable-fixes CVE-2024-45007 bsc#1230175). +- Update + patches.suse/dmaengine-altera-msgdma-properly-free-descriptor-in-.patch + (stable-fixes CVE-2024-46716 bsc#1230715). +- Update + patches.suse/driver-core-Fix-uevent_show-vs-driver-detach-race.patch + (git-fixes CVE-2024-44952 bsc#1230178). +- Update + patches.suse/driver-iio-add-missing-checks-on-iio_info-s-callback.patch + (stable-fixes CVE-2024-46715 bsc#1230700). +- Update + patches.suse/drm-amd-display-Assign-linear_pitch_alignment-even-f.patch + (stable-fixes CVE-2024-46732 bsc#1230711). +- Update + patches.suse/drm-amd-display-Check-UnboundedRequestEnabled-s-valu.patch + (stable-fixes CVE-2024-46778 bsc#1230776). +- Update + patches.suse/drm-amd-display-Check-denominator-pbn_div-before-use.patch + (stable-fixes CVE-2024-46773 bsc#1230791). +- Update + patches.suse/drm-amd-display-Check-index-for-aux_rd_interval-befo.patch + (stable-fixes CVE-2024-46728 bsc#1230703). +- Update + patches.suse/drm-amd-display-Ensure-array-index-tg_inst-won-t-be-.patch + (stable-fixes CVE-2024-46730 bsc#1230701). +- Update + patches.suse/drm-amd-display-Ensure-index-calculation-will-not-ov.patch + (stable-fixes CVE-2024-46726 bsc#1230706). +- Update + patches.suse/drm-amd-display-Run-DC_LOG_DC-after-checking-link-li.patch + (stable-fixes CVE-2024-46776 bsc#1230775). +- Update + patches.suse/drm-amd-display-Skip-wbscl_set_scaler_filter-if-filt.patch + (stable-fixes CVE-2024-46714 bsc#1230699). +- Update + patches.suse/drm-amd-display-avoid-using-null-object-of-framebuff.patch + (git-fixes CVE-2024-46694 bsc#1230511). +- Update + patches.suse/drm-amd-pm-fix-the-Out-of-bounds-read-warning.patch + (stable-fixes CVE-2024-46731 bsc#1230709). +- Update + patches.suse/drm-amdgpu-Fix-out-of-bounds-read-of-df_v1_7_channel.patch + (stable-fixes CVE-2024-46724 bsc#1230725). +- Update + patches.suse/drm-amdgpu-Fix-out-of-bounds-write-warning.patch + (stable-fixes CVE-2024-46725 bsc#1230705). +- Update + patches.suse/drm-amdgpu-Forward-soft-recovery-errors-to-userspace.patch + (stable-fixes CVE-2024-44961 bsc#1230207). +- Update patches.suse/drm-amdgpu-Validate-TA-binary-size.patch + (stable-fixes CVE-2024-44977 bsc#1230217). +- Update + patches.suse/drm-amdgpu-fix-dereference-after-null-check.patch + (stable-fixes CVE-2024-46720 bsc#1230724). +- Update + patches.suse/drm-amdgpu-fix-mc_data-out-of-bounds-read-warning.patch + (stable-fixes CVE-2024-46722 bsc#1230712). +- Update + patches.suse/drm-amdgpu-fix-ucode-out-of-bounds-read-warning.patch + (stable-fixes CVE-2024-46723 bsc#1230702). +- Update + patches.suse/drm-mgag200-Bind-I2C-lifetime-to-DRM-device.patch + (git-fixes CVE-2024-44967 bsc#1230224). +- Update + patches.suse/drm-msm-dpu-cleanup-FB-if-dpu_format_populate_layout.patch + (git-fixes CVE-2024-44982 bsc#1230204). +- Update + patches.suse/drm-msm-dpu-move-dpu_encoder-s-connector-assignment-.patch + (git-fixes CVE-2024-45015 bsc#1230444). +- Update + patches.suse/drm-vmwgfx-Fix-prime-with-external-buffers.patch + (git-fixes CVE-2024-46709 bsc#1230539). +- Update + patches.suse/fs-netfs-fscache_cookie-add-missing-n_accesses-check.patch + (bsc#1229455 CVE-2024-45000 bsc#1230170). +- Update + patches.suse/fscache-delete-fscache_cookie_lru_timer-when-fscache-.patch + (bsc#1230602 CVE-2024-46786 bsc#1230813). +- Update + patches.suse/fuse-Initialize-beyond-EOF-page-contents-before-setti.patch + (bsc#1229456 CVE-2024-44947). +- Update + patches.suse/hwmon-adc128d818-Fix-underflows-seen-when-writing-li.patch + (stable-fixes CVE-2024-46759 bsc#1230814). +- Update + patches.suse/hwmon-lm95234-Fix-underflows-seen-when-writing-limit.patch + (stable-fixes CVE-2024-46758 bsc#1230812). +- Update + patches.suse/hwmon-nct6775-core-Fix-underflows-seen-when-writing-.patch + (stable-fixes CVE-2024-46757 bsc#1230809). +- Update + patches.suse/hwmon-w83627ehf-Fix-underflows-seen-when-writing-lim.patch + (stable-fixes CVE-2024-46756 bsc#1230806). +- Update + patches.suse/media-dvb-usb-v2-af9035-Fix-null-ptr-deref-in-af9035.patch + (git-fixes CVE-2023-52915 bsc#1230270). +- Update + patches.suse/misc-fastrpc-Fix-double-free-of-buf-in-error-path.patch + (git-fixes CVE-2024-46741 bsc#1230749). +- Update + patches.suse/mmc-mmc_test-Fix-NULL-dereference-on-allocation-fail.patch + (git-fixes CVE-2024-45028 bsc#1230450). +- Update + patches.suse/msft-hv-3046-uio_hv_generic-Fix-kernel-NULL-pointer-dereference-i.patch + (git-fixes CVE-2024-46739 bsc#1230732). +- Update + patches.suse/msft-hv-3048-net-mana-Fix-error-handling-in-mana_create_txq-rxq-s.patch + (git-fixes CVE-2024-46784 bsc#1230771). +- Update + patches.suse/net-ethernet-mtk_wed-fix-use-after-free-panic-in-mtk.patch + (git-fixes CVE-2024-44997 bsc#1230232). +- Update + patches.suse/net-mana-Fix-RX-buf-alloc_size-alignment-and-atomic-.patch + (bsc#1229086 CVE-2024-45001 bsc#1230244). +- Update + patches.suse/net-phy-Fix-missing-of_node_put-for-leds.patch + (git-fixes CVE-2024-46767 bsc#1230787). +- Update + patches.suse/nfc-pn533-Add-poll-mod-list-filling-check.patch + (git-fixes CVE-2024-46676 bsc#1230535). +- Update + patches.suse/nilfs2-fix-missing-cleanup-on-rollforward-recovery-error.patch + (git-fixes CVE-2024-46781 bsc#1230768). +- Update + patches.suse/nilfs2-protect-references-to-superblock-parameters-exposed-in-sysfs.patch + (git-fixes CVE-2024-46780 bsc#1230808). +- Update + patches.suse/nouveau-firmware-use-dma-non-coherent-allocator.patch + (git-fixes CVE-2024-45012 bsc#1230441). +- Update + patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch + (git-fixes CVE-2024-46737 bsc#1230730). +- Update + patches.suse/pci-hotplug-pnv_php-Fix-hotplug-driver-crash-on-Powe.patch + (stable-fixes CVE-2024-46761 bsc#1230761). +- Update patches.suse/perf-Fix-event-leak-upon-exit.patch + (git-fixes CVE-2024-43870 bsc#1229494). +- Update + patches.suse/pinctrl-single-fix-potential-NULL-dereference-in-pcs.patch + (git-fixes CVE-2024-46685 bsc#1230515). +- Update + patches.suse/powerpc-qspinlock-Fix-deadlock-in-MCS-queue.patch + (bac#1230295 ltc#206656 CVE-2024-46797 bsc#1230831). +- Update + patches.suse/powerpc-rtas-Prevent-Spectre-v1-gadget-construction-.patch + (bsc#1227487 CVE-2024-46774 bsc#1230767). +- Update + patches.suse/s390-dasd-fix-error-recovery-leading-to-data-corruption-on-ESE-devices.patch + (git-fixes bsc#1229452 CVE-2024-45026 bsc#1230454). +- Update + patches.suse/s390-sclp-Prevent-release-of-buffer-in-I-O.patch + (git-fixes bsc#1229169 CVE-2024-44969 bsc#1230200). +- Update + patches.suse/soc-qcom-cmd-db-Map-shared-memory-as-WC-not-WB.patch + (git-fixes CVE-2024-46689 bsc#1230524). +- Update + patches.suse/thunderbolt-Mark-XDomain-as-unplugged-when-router-is.patch + (stable-fixes CVE-2024-46702 bsc#1230589). +- Update + patches.suse/tty-serial-fsl_lpuart-mark-last-busy-before-uart_add.patch + (git-fixes CVE-2024-46706 bsc#1230580). +- Update + patches.suse/usb-dwc3-core-Prevent-USB-core-invalid-event-buffer-.patch + (stable-fixes CVE-2024-46675 bsc#1230533). +- Update + patches.suse/usb-dwc3-st-fix-probed-platform-device-ref-count-on-.patch + (git-fixes CVE-2024-46674 bsc#1230507). +- Update + patches.suse/usb-gadget-core-Check-for-unset-descriptor.patch + (git-fixes CVE-2024-44960 bsc#1230191). +- Update + patches.suse/usb-typec-ucsi-Fix-null-pointer-dereference-in-trace.patch + (stable-fixes CVE-2024-46719 bsc#1230722). +- Update + patches.suse/wifi-brcmfmac-cfg80211-Handle-SSID-based-pmksa-delet.patch + (git-fixes CVE-2024-46672 bsc#1230459). +- Update + patches.suse/wifi-mwifiex-Do-not-return-unused-priv-in-mwifiex_ge.patch + (stable-fixes CVE-2024-46755 bsc#1230802). +- Update + patches.suse/wifi-rtw88-usb-schedule-rx-work-after-everything-is-.patch + (stable-fixes CVE-2024-46760 bsc#1230753). +- Update + patches.suse/x86-mm-Fix-pti_clone_pgtable-alignment-assumption.patch + (git-fixes CVE-2024-44965 bsc#1230221). +- Update + patches.suse/x86-mtrr-Check-if-fixed-MTRRs-exist-before-saving-them.patch + (git-fixes CVE-2024-44948 bsc#1230174). +- Update + patches.suse/xhci-Fix-Panther-point-NULL-pointer-deref-at-full-sp.patch + (git-fixes CVE-2024-45006 bsc#1230247). +- commit 6da06c4 + +------------------------------------------------------------------- +Fri Sep 27 02:38:00 CEST 2024 - glass.su@suse.com + +- Update patches.suse/gfs2-Fix-NULL-pointer-dereference-in-gfs2_log_flush.patch (bsc#1230948) +- commit 90a5b1b + +------------------------------------------------------------------- +Thu Sep 26 20:16:48 CEST 2024 - vbabka@suse.cz + +- userfaultfd: fix checks for huge PMDs (CVE-2024-46787 + bsc#1230815). +- commit a236c90 + +------------------------------------------------------------------- +Thu Sep 26 16:38:39 CEST 2024 - lhenriques@suse.de + +- cachefiles: Fix non-taking of sb_writers around set/removexattr + (bsc#1231008). +- commit 1b01b3e + +------------------------------------------------------------------- +Thu Sep 26 11:24:59 CEST 2024 - nmorey@suse.com + +- RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds (git-fixes) +- commit a6683f0 + +------------------------------------------------------------------- +Thu Sep 26 10:41:16 CEST 2024 - jslaby@suse.cz + +- PCI: dwc: Expose dw_pcie_ep_exit() to module (git-fixes). +- Refresh + patches.suse/PCI-dwc-endpoint-Introduce-.pre_init-and-.deinit.patch. +- commit 34c9950 + +------------------------------------------------------------------- +Thu Sep 26 09:35:34 CEST 2024 - jslaby@suse.cz + +- PCI: xilinx-nwl: Clean up clock on probe failure/removal + (git-fixes). +- PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler (git-fixes). +- PCI: qcom-ep: Enable controller resources like PHY only after + refclk is available (git-fixes). +- PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port() + (git-fixes). +- PCI: keystone: Fix if-statement expression in ks_pcie_quirk() + (git-fixes). +- PCI: imx6: Fix missing call to phy_power_off() in error handling + (git-fixes). +- PCI: dra7xx: Fix error handling when IRQ request fails in probe + (git-fixes). +- PCI: dra7xx: Fix threaded IRQ request for "dra7xx-pcie-main" + IRQ (git-fixes). +- PCI: Wait for Link before restoring Downstream Buses + (git-fixes). +- commit 1528eee + +------------------------------------------------------------------- +Wed Sep 25 17:49:15 CEST 2024 - dsterba@suse.com + +- WIP DO NOT PUSH btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk() (CVE-2024-46687 bsc#1230518) +- commit 17b4a47 + +------------------------------------------------------------------- +Wed Sep 25 12:23:08 CEST 2024 - ailiop@suse.com + +- exfat: fix memory leak in exfat_load_bitmap() (git-fixes). +- commit 9f477b0 + +------------------------------------------------------------------- +Wed Sep 25 11:25:16 CEST 2024 - sjaeckel@suse.de + +- net: ip_tunnel: prevent perpetual headroom growth + (CVE-2024-26804 bsc#1222629). +- commit 0ca3b23 + +------------------------------------------------------------------- +Wed Sep 25 11:02:22 CEST 2024 - oneukum@suse.com + +- Input: ps2-gpio - use IRQF_NO_AUTOEN flag in request_irq() + (git-fixes). +- commit 45cee3b + +------------------------------------------------------------------- +Wed Sep 25 10:53:00 CEST 2024 - oneukum@suse.com + +- blacklist.conf: too risky +- commit f0e13c3 + +------------------------------------------------------------------- +Wed Sep 25 10:49:36 CEST 2024 - oneukum@suse.com + +- Input: ilitek_ts_i2c - avoid wrong input subsystem sync + (git-fixes). +- commit e5e587b + +------------------------------------------------------------------- +Wed Sep 25 10:37:51 CEST 2024 - oneukum@suse.com + +- Input: tsc2004/5 - fix reset handling on probe (git-fixes). +- commit 1366de4 + +------------------------------------------------------------------- +Wed Sep 25 10:30:33 CEST 2024 - oneukum@suse.com + +- Input: tsc2004/5 - do not hard code interrupt trigger + (git-fixes). +- commit 110dbdb + +------------------------------------------------------------------- +Wed Sep 25 10:25:40 CEST 2024 - oneukum@suse.com + +- Input: tsc2004/5 - use device core to create driver-specific + device attributes (git-fixes). +- commit 958966c + +------------------------------------------------------------------- +Wed Sep 25 10:07:36 CEST 2024 - oneukum@suse.com + +- Input: adp5588-keys - fix check on return code (git-fixes). +- commit d15133c + +------------------------------------------------------------------- +Wed Sep 25 09:29:12 CEST 2024 - tzimmermann@suse.com + +- drm/amd/display: Fix incorrect size calculation for loop (bsc#1230704 CVE-2024-46729) +- commit 55d78a7 + +------------------------------------------------------------------- +Wed Sep 25 09:11:49 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix ah error counter in sw stat not increasing (git-fixes) +- commit d7bebcf + +------------------------------------------------------------------- +Wed Sep 25 08:50:23 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix MR cache temp entries cleanup (git-fixes) +- commit b0aa848 + +------------------------------------------------------------------- +Wed Sep 25 08:49:23 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Drop redundant work canceling from clean_keys() (git-fixes) +- commit 6800d7e + +------------------------------------------------------------------- +Wed Sep 25 08:36:16 CEST 2024 - nmorey@suse.com + +- RDMA/irdma: fix error message in irdma_modify_qp_roce() (git-fixes) +- commit dcf63e1 + +------------------------------------------------------------------- +Wed Sep 25 08:35:59 CEST 2024 - nmorey@suse.com + +- RDMA/cxgb4: Added NULL check for lookup_atid (git-fixes) +- commit 23d3195 + +------------------------------------------------------------------- +Wed Sep 25 08:34:14 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Obtain upper net device only when needed (git-fixes) +- commit ca2d8dc + +------------------------------------------------------------------- +Wed Sep 25 08:33:21 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix restricted __le16 degrades to integer issue (git-fixes) +- commit 4481358 + +------------------------------------------------------------------- +Wed Sep 25 08:32:13 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Optimize hem allocation performance (git-fixes) +- commit 7afe440 + +------------------------------------------------------------------- +Wed Sep 25 08:31:34 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix 1bit-ECC recovery address in non-4K OS (git-fixes) +- commit 25e36c2 + +------------------------------------------------------------------- +Wed Sep 25 08:30:47 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler (git-fixes) +- commit a18704a + +------------------------------------------------------------------- +Wed Sep 25 08:30:02 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled (git-fixes) +- commit 7b15e64 + +------------------------------------------------------------------- +Wed Sep 25 08:28:57 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range() (git-fixes) +- commit 60eb35c + +------------------------------------------------------------------- +Wed Sep 25 08:28:16 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08 (git-fixes) +- commit 3ab1ca2 + +------------------------------------------------------------------- +Wed Sep 25 08:27:19 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Don't modify rq next block addr in HIP09 QPC (git-fixes) +- commit 7100eb8 + +------------------------------------------------------------------- +Wed Sep 25 08:25:22 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache (git-fixes) +- commit 914ed66 + +------------------------------------------------------------------- +Wed Sep 25 08:24:56 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix counter update on MR cache mkey creation (git-fixes) +- commit 60e75bb + +------------------------------------------------------------------- +Wed Sep 25 08:24:37 CEST 2024 - nmorey@suse.com + +- RDMA/erdma: Return QP state in erdma_query_qp (git-fixes) +- commit 09a59c3 + +------------------------------------------------------------------- +Wed Sep 25 08:24:15 CEST 2024 - nmorey@suse.com + +- IB/core: Fix ib_cache_setup_one error flow cleanup (git-fixes) +- commit 38bf526 + +------------------------------------------------------------------- +Wed Sep 25 08:21:40 CEST 2024 - nmorey@suse.com + +- RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer (git-fixes) +- commit c4f28a8 + +------------------------------------------------------------------- +Wed Sep 25 08:21:07 CEST 2024 - nmorey@suse.com + +- RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency (git-fixes) +- commit 0456b72 + +------------------------------------------------------------------- +Wed Sep 25 08:20:37 CEST 2024 - nmorey@suse.com + +- RDMA/core: Remove unused declaration rdma_resolve_ip_route() (git-fixes) +- commit 4cb7201 + +------------------------------------------------------------------- +Wed Sep 25 08:00:58 CEST 2024 - jslaby@suse.cz + +- blacklist.conf: add one for clang and one PCI git-fixes +- commit b26aea4 + +------------------------------------------------------------------- +Wed Sep 25 06:59:40 CEST 2024 - jslaby@suse.cz + +- Revert "PCI: Extend ACS configurability (bsc#1228090)." (bsc#1229019) + This reverts commit 571e4310e81312c847a5caee7e45e66aeea2a169. It breaks + ACS on certain platforms. Even 6.11 is affected. So drop for now and + investigate. +- commit 3b92a44 + +------------------------------------------------------------------- +Tue Sep 24 21:41:32 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-44972 bsc#1230212: not applicable + Subpage code exists but zoned mode is not enabled being hidden behind + CONFIG_BTRFS_DEBUG. +- commit ed17920 + +------------------------------------------------------------------- +Tue Sep 24 16:44:45 CEST 2024 - dsterba@suse.com + +- btrfs: handle errors from btrfs_dec_ref() properly (CVE-2024-46753 bsc#1230796) +- commit 3e3b2cb + +------------------------------------------------------------------- +Tue Sep 24 14:00:01 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 05421bb + +------------------------------------------------------------------- +Tue Sep 24 13:58:04 CEST 2024 - oneukum@suse.com + +- media: vicodec: allow en/decoder cmd w/o CAPTURE (git-fixes). +- commit 62ef4d1 + +------------------------------------------------------------------- +Tue Sep 24 13:53:42 CEST 2024 - oneukum@suse.com + +- media: qcom: camss: Remove use_count guard in stop_streaming + (git-fixes). +- commit ef85228 + +------------------------------------------------------------------- +Tue Sep 24 13:48:30 CEST 2024 - oneukum@suse.com + +- Revert "media: tuners: fix error return code of + hybrid_tuner_request_state()" (git-fixes). +- drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds + write error (git-fixes). +- drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds + write error (git-fixes). +- commit 48dc3a9 + +------------------------------------------------------------------- +Tue Sep 24 13:47:59 CEST 2024 - sjaeckel@suse.de + +- net: bridge: xmit: make sure we have at least eth header len + bytes (CVE-2024-38538 bsc#1226606). +- commit 2548071 + +------------------------------------------------------------------- +Tue Sep 24 09:28:09 CEST 2024 - jlee@suse.com + +- PKCS#7: Check codeSigning EKU of certificates in PKCS#7 + (bsc#1226666). +- commit dbae63e + +------------------------------------------------------------------- +Mon Sep 23 21:58:34 CEST 2024 - jgross@suse.com + +- xen/swiotlb: fix allocated size (git-fixes). +- commit 199871d + +------------------------------------------------------------------- +Mon Sep 23 21:26:10 CEST 2024 - jgross@suse.com + +- xen/swiotlb: add alignment check for dma buffers (bsc#1229928). +- commit 0ffbc04 + +------------------------------------------------------------------- +Mon Sep 23 20:53:47 CEST 2024 - jgross@suse.com + +- xen: tolerate ACPI NVS memory overlapping with Xen allocated + memory (bsc#1226003). +- commit 3dc14d8 + +------------------------------------------------------------------- +Mon Sep 23 20:21:22 CEST 2024 - jgross@suse.com + +- xen: allow mapping ACPI data using a different physical address + (bsc#1226003). +- commit 0928eec + +------------------------------------------------------------------- +Mon Sep 23 20:20:50 CEST 2024 - dsterba@suse.com + +- x86/tdx: Fix data leak in mmio_read() (CVE-2024-46794 bsc#1230825) +- commit 9a2a1c2 + +------------------------------------------------------------------- +Mon Sep 23 19:34:16 CEST 2024 - dsterba@suse.com + +- tcp_bpf: fix return value of tcp_bpf_sendmsg() (CVE-2024-46783 bsc#1230810) +- commit eb9d143 + +------------------------------------------------------------------- +Mon Sep 23 19:21:13 CEST 2024 - dwagner@suse.de + +- nvme: fix namespace removal list (git-fixes). +- commit b45d192 + +------------------------------------------------------------------- +Mon Sep 23 19:00:50 CEST 2024 - dsterba@suse.com + +- ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery() (CVE-2024-46735 bsc#1230727) +- commit 23e039f + +------------------------------------------------------------------- +Mon Sep 23 18:44:35 CEST 2024 - dsterba@suse.com + +- Update references for patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch (CVE-2024-46737 bsc#1230730) +- commit 8ce7f58 + +------------------------------------------------------------------- +Mon Sep 23 18:40:03 CEST 2024 - jgross@suse.com + +- xen: add capability to remap non-RAM pages to different PFNs + (bsc#1226003). +- commit 47109fd + +------------------------------------------------------------------- +Mon Sep 23 18:33:15 CEST 2024 - dsterba@suse.com + +- net/mlx5e: SHAMPO, Fix incorrect page release (CVE-2024-46717 bsc#1230719) +- commit d6a30a9 + +------------------------------------------------------------------- +Mon Sep 23 18:05:34 CEST 2024 - jgross@suse.com + +- xen: move max_pfn in xen_memory_setup() out of function scope + (bsc#1226003). +- commit 2750357 + +------------------------------------------------------------------- +Mon Sep 23 17:20:15 CEST 2024 - jgross@suse.com + +- xen: move checks for e820 conflicts further up (bsc#1226003). +- commit 191a602 + +------------------------------------------------------------------- +Mon Sep 23 16:48:02 CEST 2024 - jgross@suse.com + +- xen: introduce generic helper checking for memory map conflicts + (bsc#1226003). +- commit eb57cec + +------------------------------------------------------------------- +Mon Sep 23 16:15:45 CEST 2024 - jgross@suse.com + +- xen: use correct end address of kernel for conflict checking + (bsc#1226003). +- commit c40fc6b + +------------------------------------------------------------------- +Mon Sep 23 14:23:11 CEST 2024 - dwagner@suse.de + +- scsi: lpfc: Copyright updates for 14.4.0.4 patches (bsc#1229429 + jsc#PED-9899). +- scsi: lpfc: Update lpfc version to 14.4.0.4 (bsc#1229429 + jsc#PED-9899). +- scsi: lpfc: Update PRLO handling in direct attached topology + (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct + attached topology (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Fix unintentional double clearing of vmid_flag + (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Validate hdwq pointers before dereferencing in + reset/errata paths (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Remove redundant vport assignment when building + an abort request (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Change diagnostic log flag during receipt of + unknown ELS cmds (bsc#1229429 jsc#PED-9899). +- scsi: lpfc: Fix overflow build issue (bsc#1229429 jsc#PED-9899). +- commit 18ec475 + +------------------------------------------------------------------- +Mon Sep 23 13:31:12 CEST 2024 - tzimmermann@suse.com + +- drm/vmwgfx: Prevent unmapping active read buffers (bsc#1230540 CVE-2024-46710) +- commit 84f019d + +------------------------------------------------------------------- +Mon Sep 23 13:15:36 CEST 2024 - dwagner@suse.de + +- nvme-tcp: fix link failure for TCP auth (git-fixes). +- nvmet: Identify-Active Namespace ID List command should reject + invalid nsid (git-fixes). +- nvme-pci: Add sleep quirk for Samsung 990 Evo (git-fixes). +- nvme-pci: allocate tagset on reset if necessary (git-fixes). +- nvmet-tcp: fix kernel crash if commands allocation fails + (git-fixes). +- nvme/pci: Add APST quirk for Lenovo N60z laptop (git-fixes). +- nvme: use srcu for iterating namespace list (git-fixes). + Refresh: + - patches.suse/nvme-tcp-sanitize-tls-key-handling.patch +- nvmet-rdma: fix possible bad dereference when freeing rsps + (git-fixes). +- nvmet-tcp: do not continue for invalid icreq (git-fixes). +- nvme: clear caller pointer on identify failure (git-fixes). +- nvmet-trace: avoid dereferencing pointer too early (git-fixes). +- commit 7382ad4 + +------------------------------------------------------------------- +Mon Sep 23 12:54:03 CEST 2024 - jslaby@suse.cz + +- Update + patches.suse/KVM-arm64-vgic-v2-Check-for-non-NULL-vCPU-in-vgic_v2.patch + (git-fixes CVE-2024-36953 bsc#1225812). +- Update + patches.suse/vfio-pci-fix-potential-memory-leak-in-vfio_intx_enab.patch + (git-fixes CVE-2024-38632 bsc#1226860). + Add CVE references. +- commit c9c3b6f + +------------------------------------------------------------------- +Sun Sep 22 11:13:16 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential oob read in nilfs_btree_check_delete() + (git-fixes). +- commit cc0f59d + +------------------------------------------------------------------- +Sun Sep 22 11:12:49 CEST 2024 - ailiop@suse.com + +- nilfs2: determine empty node blocks as corrupted (git-fixes). +- commit 3244e52 + +------------------------------------------------------------------- +Sun Sep 22 11:12:22 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential null-ptr-deref in nilfs_btree_insert() + (git-fixes). +- commit 90f4e49 + +------------------------------------------------------------------- +Fri Sep 20 18:19:45 CEST 2024 - dsterba@suse.com + +- media: mtk-vcodec: potential null pointer deference in SCP (CVE-2024-40973 bsc#1227890) +- commit ce5074d + +------------------------------------------------------------------- +Fri Sep 20 17:31:37 CEST 2024 - fdmanana@suse.com + +- btrfs: don't BUG_ON() when 0 reference count at + btrfs_lookup_extent_info() (bsc#1230786 CVE-2024-46751). +- btrfs: reduce nesting for extent processing at + btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752). +- btrfs: remove superfluous metadata check at + btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752). +- btrfs: replace BUG_ON() with error handling at + update_ref_for_cow() (bsc#1230794 CVE-2024-46752). +- btrfs: simplify setting the full backref flag at + update_ref_for_cow() (bsc#1230794 CVE-2024-46752). +- btrfs: remove NULL transaction support for + btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752). +- btrfs: remove level argument from btrfs_set_block_flags + (bsc#1230794 CVE-2024-46752). +- commit a1c1176 + +------------------------------------------------------------------- +Fri Sep 20 16:00:48 CEST 2024 - fdmanana@suse.com + +- btrfs: send: allow cloning non-aligned extent if it ends at + i_size (bsc#1230854). +- commit e9cad4b + +------------------------------------------------------------------- +Fri Sep 20 11:03:38 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 5244a06 + +------------------------------------------------------------------- +Fri Sep 20 10:42:37 CEST 2024 - ailiop@suse.com + +- ocfs2: cancel dqi_sync_work before freeing oinfo (git-fixes). +- commit 1f37ac4 + +------------------------------------------------------------------- +Fri Sep 20 10:42:09 CEST 2024 - ailiop@suse.com + +- ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate + (git-fixes). +- commit b7bf7eb + +------------------------------------------------------------------- +Fri Sep 20 10:41:41 CEST 2024 - ailiop@suse.com + +- ocfs2: remove unreasonable unlock in ocfs2_read_blocks + (git-fixes). +- commit e2cb129 + +------------------------------------------------------------------- +Fri Sep 20 10:41:13 CEST 2024 - ailiop@suse.com + +- ocfs2: fix null-ptr-deref when journal load failed (git-fixes). +- commit b463b02 + +------------------------------------------------------------------- +Fri Sep 20 10:38:10 CEST 2024 - ailiop@suse.com + +- jfs: fix out-of-bounds in dbNextAG() and diAlloc() (git-fixes). +- commit d948d87 + +------------------------------------------------------------------- +Fri Sep 20 10:37:27 CEST 2024 - tiwai@suse.de + +- of/irq: Prevent device address out-of-bounds read in interrupt + map walk (CVE-2024-46743 bsc#1230756). +- commit 300f40a + +------------------------------------------------------------------- +Fri Sep 20 08:14:29 CEST 2024 - tiwai@suse.de + +- i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq() + (git-fixes). +- i2c: isch: Add missed 'else' (git-fixes). +- i2c: xiic: Wait for TX empty to avoid missed TX NAKs + (git-fixes). +- i2c: aspeed: Update the stop sw state when the bus recovery + occurs (git-fixes). +- resource: fix region_intersects() vs add_memory_driver_managed() + (git-fixes). +- drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind() + (git-fixes). +- drm/msm: fix %s null argument error (git-fixes). +- drm/msm/dsi: correct programming sequence for SM8350 / SM8450 + (git-fixes). +- drm/msm/a5xx: workaround early ring-buffer emptiness check + (git-fixes). +- drm/msm/a5xx: fix races in preemption evaluation stage + (git-fixes). +- drm/msm/a5xx: properly clear preemption records on resume + (git-fixes). +- drm/msm/a5xx: disable preemption in submits by default + (git-fixes). +- drm/msm: Fix incorrect file name output in adreno_request_fw() + (git-fixes). +- drm/mediatek: ovl_adaptor: Add missing of_node_put() + (git-fixes). +- drm: omapdrm: Add missing check for alloc_ordered_workqueue + (git-fixes). +- drm/radeon/evergreen_cs: fix int overflow errors in cs track + offsets (git-fixes). +- drm/amd/amdgpu: Properly tune the size of struct (git-fixes). +- drm/radeon: properly handle vbios fake edid sizing (git-fixes). +- drm/amdgpu: properly handle vbios fake edid sizing (git-fixes). +- drm/amd/display: Add null check for set_output_gamma in + dcn30_set_output_transfer_func (git-fixes). +- drm/amdgpu: fix a possible null pointer dereference (git-fixes). +- drm/radeon: fix null pointer dereference in + radeon_add_common_modes (git-fixes). +- drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_get + (git-fixes). +- drm/bridge: lontium-lt8912b: Validate mode in + drm_bridge_funcs::mode_valid() (git-fixes). +- drm/rockchip: dw_hdmi: Fix reading EDID when using a forced mode + (git-fixes). +- drm/rockchip: vop: Allow 4096px width scaling (git-fixes). +- drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066 + (git-fixes). +- drm/rockchip: vop: clear DMA stop bit on RK3066 (git-fixes). +- drm/stm: ltdc: check memory returned by devm_kzalloc() + (git-fixes). +- drm/stm: Fix an error handling path in stm_drm_platform_probe() + (git-fixes). +- ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense + data (git-fixes). +- HID: wacom: Do not warn about dropped packets for first packet + (git-fixes). +- HID: wacom: Support sequence numbers smaller than 16-bit + (git-fixes). +- tpm: Clean up TPM space after command failure (git-fixes). +- ipmi: docs: don't advertise deprecated sysfs entries + (git-fixes). +- commit b4e4911 + +------------------------------------------------------------------- +Thu Sep 19 23:20:54 CEST 2024 - dsterba@suse.com + +- smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req() (CVE-2024-46686 bsc#1230517) +- commit a155846 + +------------------------------------------------------------------- +Thu Sep 19 23:02:40 CEST 2024 - dsterba@suse.com + +- firmware: qcom: scm: Mark get_wq_ctx() as atomic call (CVE-2024-46692 bsc#1230520) +- commit ee65da0 + +------------------------------------------------------------------- +Thu Sep 19 22:58:33 CEST 2024 - dsterba@suse.com + +- scsi: aacraid: Fix double-free on probe failure (CVE-2024-46673 bsc#1230506) +- commit 49aab2b + +------------------------------------------------------------------- +Thu Sep 19 21:02:08 CEST 2024 - dsterba@suse.com + +- gtp: fix a potential NULL pointer dereference (CVE-2024-46677 bsc#1230549) +- commit 9cdd14b + +------------------------------------------------------------------- +Thu Sep 19 20:03:29 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-46711 bsc#1230542: code partially present, fix part of refactoring and fix series + The patch to backport is one in a number of about 30 patches refactoring + and reworking MPTCP subflow handling. Several other patches are needed + just to apply it cleanly but also change some of the logic where the + actual fix would apply. +- commit 1a03613 + +------------------------------------------------------------------- +Thu Sep 19 19:35:19 CEST 2024 - dsterba@suse.com + +- ethtool: check device is present when getting link settings (CVE-2024-46679 bsc#1230556) +- commit 68643d1 + +------------------------------------------------------------------- +Thu Sep 19 17:27:55 CEST 2024 - colyli@suse.de + +- md/raid5: avoid BUG_ON() while continue reshape after + reassembling (bsc#1229790, CVE-2024-43914). +- commit bfb799a + +------------------------------------------------------------------- +Thu Sep 19 14:16:12 CEST 2024 - ailiop@suse.com + +- xfs: restrict when we try to align cow fork delalloc to cowextsz + hints (git-fixes). +- commit 96ac1b7 + +------------------------------------------------------------------- +Thu Sep 19 13:19:37 CEST 2024 - jdelvare@suse.de + +- clk: Provide !COMMON_CLK dummy for devm_clk_rate_exclusive_get() + (bsc#1227885). +- commit bf3362b + +------------------------------------------------------------------- +Thu Sep 19 12:57:02 CEST 2024 - colyli@suse.de + +- Replace git-fixes tag by bsc#1226507, + patches.suse/md-Don-t-wait-for-MD_RECOVERY_NEEDED-for-HOT_REMOVE_DISK-ioctl-a1fd.patch + (bsc#1226507). +- commit b04e0cb + +------------------------------------------------------------------- +Thu Sep 19 12:21:57 CEST 2024 - colyli@suse.de + +- closures: Change BUG_ON() to WARN_ON() (bsc#1229004, + CVE-2024-42252). +- commit 84b7984 + +------------------------------------------------------------------- +Thu Sep 19 12:06:02 CEST 2024 - jdelvare@suse.de + +- clk: Add a devm variant of clk_rate_exclusive_get() + (bsc#1227885). +- commit b6fb747 + +------------------------------------------------------------------- +Thu Sep 19 11:59:25 CEST 2024 - oneukum@suse.com + +- r8152: add vendor/device ID pair for D-Link DUB-E250 + (git-fixes). +- Refresh + patches.suse/r8152-add-vendor-device-ID-pair-for-ASUS-USB-C2500.patch. +- commit 0c077ab + +------------------------------------------------------------------- +Thu Sep 19 11:46:36 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: fix carrier detection in modes 1 and 4 + (git-fixes). +- commit 591cebb + +------------------------------------------------------------------- +Thu Sep 19 11:45:06 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: do not stop RX on failing RX callback + (git-fixes). +- commit c58c483 + +------------------------------------------------------------------- +Thu Sep 19 11:19:31 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: drop RX URBs with no payload (git-fixes). +- commit 73a78e2 + +------------------------------------------------------------------- +Thu Sep 19 11:06:35 CEST 2024 - jgross@suse.com + +- KVM: arm64: Disallow copying MTE to guest memory while KVM is + dirty logging (git-fixes). +- commit 3cf4c02 + +------------------------------------------------------------------- +Thu Sep 19 10:32:19 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: remove extraneous rx URB length check + (git-fixes). +- commit 507443a + +------------------------------------------------------------------- +Thu Sep 19 10:28:19 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: add CDC NCM support (git-fixes). +- commit 1bf1d1e + +------------------------------------------------------------------- +Thu Sep 19 10:26:04 CEST 2024 - jgross@suse.com + +- KVM: arm64: Release pfn, i.e. put page, if copying MTE tags + hits ZONE_DEVICE (git-fixes). +- commit 64bccd6 + +------------------------------------------------------------------- +Thu Sep 19 10:23:26 CEST 2024 - oneukum@suse.com + +- usbnet: ipheth: transmit URBs without trailing padding + (git-fixes). +- usbnet: ipheth: fix risk of NULL pointer deallocation + (git-fixes). +- commit d804072 + +------------------------------------------------------------------- +Thu Sep 19 09:45:41 CEST 2024 - jgross@suse.com + +- KVM: arm64: Invalidate EL1&0 TLB entries for all VMIDs in nvhe + hyp init (git-fixes). +- commit 30df9d2 + +------------------------------------------------------------------- +Thu Sep 19 09:04:56 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Solve mst monitors blank out problem after + resume (git-fixes). +- commit cd94b30 + +------------------------------------------------------------------- +Thu Sep 19 09:02:14 CEST 2024 - jgross@suse.com + +- virtio-net: synchronize probe with ndo_set_features (git-fixes). +- commit 1a471dd + +------------------------------------------------------------------- +Thu Sep 19 08:58:46 CEST 2024 - tiwai@suse.de + +- fbdev: hpfb: Fix an error handling path in hpfb_dio_probe() + (git-fixes). +- hwmon: (ntc_thermistor) fix module autoloading (git-fixes). +- hwmon: (max16065) Fix overflows seen when writing limits + (git-fixes). +- mtd: powernv: Add check devm_kasprintf() returned value + (git-fixes). +- mtd: slram: insert break after errors in parsing the map + (git-fixes). +- power: supply: hwmon: Fix missing temp1_max_alarm attribute + (git-fixes). +- power: supply: Drop use_cnt check from + power_supply_property_is_writeable() (git-fixes). +- power: supply: max17042_battery: Fix SOC threshold calc w/ + no current sense (git-fixes). +- power: supply: axp20x_battery: Remove design from min and max + voltage (git-fixes). +- pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID (stable-fixes). +- drm/amdgpu/atomfirmware: Silence UBSAN warning (stable-fixes). +- drm/amd/display: Avoid race between dcn10_set_drr() and + dc_state_destruct() (git-fixes). +- Input: synaptics - enable SMBus for HP Elitebook 840 G2 + (stable-fixes). +- Input: ads7846 - ratelimit the spi_sync error message + (stable-fixes). +- drm/msm/adreno: Fix error return if missing firmware-name + (stable-fixes). +- scripts: kconfig: merge_config: config files: add a trailing + newline (stable-fixes). +- platform/surface: aggregator_registry: Add support for Surface + Laptop Go 3 (stable-fixes). +- platform/surface: aggregator_registry: Add Support for Surface + Pro 10 (stable-fixes). +- HID: multitouch: Add support for GT7868Q (stable-fixes). +- drm/mediatek: Set sensible cursor width/height values to fix + crash (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Ayn Loki Max + (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Ayn Loki Zero + (stable-fixes). +- wifi: mt76: mt7921: fix NULL pointer access in + mt7921_ipv6_addr_change (stable-fixes). +- net: phy: vitesse: repair vsc73xx autonegotiation + (stable-fixes). +- cxl/core: Fix incorrect vendor debug UUID define (git-fixes). +- drm/amd/display: Fix FEC_READY write on DP LT (stable-fixes). +- drm/amd/display: Defer handling mst up request in resume + (stable-fixes). +- drm/amd/display: Disable error correction if it's not supported + (stable-fixes). +- commit 040b0ea + +------------------------------------------------------------------- +Wed Sep 18 19:30:32 CEST 2024 - jdelvare@suse.de + +- i2c: lpi2c: Avoid calling clk_get_rate during transfer + (bsc#1227885 CVE-2024-40965). +- commit abb755c + +------------------------------------------------------------------- +Wed Sep 18 14:48:15 CEST 2024 - mhocko@suse.com + +- x86/mm/ident_map: Use gbpages only where full GB page should + be mapped (bsc#1220382). +- x86/kexec: Add EFI config table identity mapping for kexec + kernel (bsc#1220382). +- commit 26eab5b + +------------------------------------------------------------------- +Wed Sep 18 08:45:26 CEST 2024 - tiwai@suse.de + +- Move upstreamed nvme patches into sorted section +- commit 1e42d2f + +------------------------------------------------------------------- +Wed Sep 18 08:36:23 CEST 2024 - tiwai@suse.de + +- spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ + (git-fixes). +- commit 1cec71a + +------------------------------------------------------------------- +Wed Sep 18 08:24:48 CEST 2024 - tiwai@suse.de + +- ASoC: meson: Remove unused declartion in header file + (git-fixes). +- ASoC: soc-ac97: Fix the incorrect description (git-fixes). +- ASoC: rt5682: Return devm_of_clk_add_hw_provider to transfer + the error (git-fixes). +- ASoC: tas2781-i2c: Get the right GPIO line (git-fixes). +- ASoC: cs42l42: Convert comma to semicolon (git-fixes). +- ASoC: rt5682s: Return devm_of_clk_add_hw_provider to transfer + the error (git-fixes). +- ALSA: hda: cs35l41: fix module autoloading (git-fixes). +- selftests: lib: remove strscpy test (git-fixes). +- scripts: sphinx-pre-install: remove unnecessary double check + for $cur_version (git-fixes). +- Documentation: ioctl: document 0x07 ioctl code (git-fixes). +- module: Fix KCOV-ignored file name (git-fixes). +- reset: k210: fix OF node leak in probe() error path (git-fixes). +- reset: berlin: fix OF node leak in probe() error path + (git-fixes). +- bus: integrator-lm: fix OF node leak in probe() (git-fixes). +- soc: fsl: cpm1: tsa: Fix tsa_write8() (git-fixes). +- firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp() + (git-fixes). +- firmware: arm_scmi: Fix double free in OPTEE transport + (git-fixes). +- soc: versatile: integrator: fix OF node leak in probe() error + path (git-fixes). +- memory: mtk-smi: Use devm_clk_get_enabled() (git-fixes). +- memory: tegra186-emc: drop unused to_tegra186_emc() (git-fixes). +- spi: bcm63xx: Fix module autoloading (git-fixes). +- spi: rpc-if: Add missing MODULE_DEVICE_TABLE (git-fixes). +- spi: meson-spicc: convert comma to semicolon (git-fixes). +- spi: ppc4xx: handle irq_of_parse_and_map() errors (git-fixes). +- regulator: core: Fix regulator_is_supported_voltage() kerneldoc + return value (git-fixes). +- regulator: core: Fix short description for + _regulator_check_status_enabled() (git-fixes). +- regulator: Return actual error in of_regulator_bulk_get_all() + (git-fixes). +- regulator: rt5120: Convert comma to semicolon (git-fixes). +- regulator: wm831x-isink: Convert comma to semicolon (git-fixes). +- clocksource/drivers/qcom: Add missing iounmap() on errors in + msm_dt_timer_init() (git-fixes). +- commit 994b020 + +------------------------------------------------------------------- +Tue Sep 17 08:37:47 CEST 2024 - tiwai@suse.de + +- cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails + appropriately (git-fixes). +- ACPI: CPPC: Fix MASK_VAL() usage (git-fixes). +- ACPI: PMIC: Remove unneeded check in + tps68470_pmic_opregion_probe() (git-fixes). +- ACPI: sysfs: validate return type of _STR method (git-fixes). +- crypto: ccp - do not request interrupt on cmd completion when + irqs disabled (git-fixes). +- hwrng: mtk - Use devm_pm_runtime_enable (git-fixes). +- crypto: ccp - Properly unregister /dev/sev on sev + PLATFORM_STATUS failure (git-fixes). +- hwrng: cctrng - Add missing clk_disable_unprepare in + cctrng_resume (git-fixes). +- hwrng: bcm2835 - Add missing clk_disable_unprepare in + bcm2835_rng_init (git-fixes). +- crypto: iaa - Fix potential use after free bug (git-fixes). +- crypto: xor - fix template benchmarking (git-fixes). +- can: m_can: m_can_close(): stop clocks after device has been + shut down (git-fixes). +- can: m_can: enable NAPI before enabling interrupts (git-fixes). +- can: bcm: Clear bo->bcm_proc_read after remove_proc_entry() + (git-fixes). +- Bluetooth: btusb: Fix not handling ZPL/short-transfer + (git-fixes). +- Bluetooth: hci_sync: Ignore errors from + HCI_OP_REMOTE_NAME_REQ_CANCEL (git-fixes). +- Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED + (git-fixes). +- wifi: mt76: mt7925: fix a potential array-index-out-of-bounds + issue for clc (git-fixes). +- wifi: mt76: mt7615: check devm_kasprintf() returned value + (git-fixes). +- wifi: mt76: mt7921: Check devm_kasprintf() returned value + (git-fixes). +- wifi: mt76: mt7915: check devm_kasprintf() returned value + (git-fixes). +- wifi: mt76: mt7996: fix uninitialized TLV data (git-fixes). +- wifi: mt76: mt7915: fix rx filter setting for bfee functionality + (git-fixes). +- wifi: mt76: mt7603: fix mixed declarations and code (git-fixes). +- wifi: mt76: connac: fix checksum offload fields of connac3 RXD + (git-fixes). +- wifi: mt76: mt7996: fix NULL pointer dereference in + mt7996_mcu_sta_bfer_he (git-fixes). +- wifi: mt76: mt7996: fix EHT beamforming capability check + (git-fixes). +- wifi: mt76: mt7996: fix HE and EHT beamforming capabilities + (git-fixes). +- wifi: mt76: mt7996: fix wmm set of station interface to 3 + (git-fixes). +- wifi: mt76: mt7996: fix traffic delay when switching back to + working channel (git-fixes). +- wifi: mt76: mt7996: use hweight16 to get correct tx antenna + (git-fixes). +- wifi: mt76: mt7921: fix wrong UNII-4 freq range check for the + channel usage (git-fixes). +- wifi: mt76: mt7915: fix oops on non-dbdc mt7986 (git-fixes). +- wifi: rtw88: remove CPT execution branch never used (git-fixes). +- wifi: wilc1000: fix potential RCU dereference issue in + wilc_parse_join_bss_param (git-fixes). +- wifi: mac80211: use two-phase skb reclamation in + ieee80211_do_stop() (git-fixes). +- wifi: cfg80211: fix two more possible UBSAN-detected off-by-one + errors (git-fixes). +- wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan() + (git-fixes). +- wifi: mac80211: fix the comeback long retry times (git-fixes). +- wifi: cfg80211: fix bug of mapping AF3x to incorrect User + Priority (git-fixes). +- wifi: iwlwifi: mvm: increase the time between ranging + measurements (git-fixes). +- wifi: mac80211: don't use rate mask for offchannel TX either + (git-fixes). +- wifi: ath12k: fix invalid AMPDU factor calculation in + ath12k_peer_assoc_h_he() (git-fixes). +- wifi: ath12k: match WMI BSS chan info structure with firmware + definition (git-fixes). +- wifi: ath12k: fix BSS chan info request WMI command (git-fixes). +- wifi: ath9k: Remove error checks when creating debugfs entries + (git-fixes). +- wifi: rtw88: always wait for both firmware loading attempts + (git-fixes). +- wifi: rtw88: 8822c: Fix reported RX band width (git-fixes). +- wifi: brcmfmac: introducing fwil query functions (git-fixes). +- can: j1939: use correct function name in comment (git-fixes). +- commit ffce0ad + +------------------------------------------------------------------- +Mon Sep 16 17:26:10 CEST 2024 - jgross@suse.com + +- net: tighten bad gso csum offset check in virtio_net_hdr + (git-fixes). +- commit 6b94c45 + +------------------------------------------------------------------- +Mon Sep 16 16:52:08 CEST 2024 - jgross@suse.com + +- blacklist.conf: add 840b2d39a2dc ("virtio_ring: fix KMSAN error for premapped mode") +- commit 2b97440 + +------------------------------------------------------------------- +Mon Sep 16 16:51:12 CEST 2024 - jgross@suse.com + +- KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE + and MSR_GS_BASE (git-fixes). +- commit aeba695 + +------------------------------------------------------------------- +Mon Sep 16 16:15:44 CEST 2024 - jgross@suse.com + +- blacklist.conf: add 611ff1b1ae98 ("xen: privcmd: Fix possible access to a freed kirqfd instance") +- commit d91e53f + +------------------------------------------------------------------- +Mon Sep 16 15:47:44 CEST 2024 - lhenriques@suse.de + +- fscache: delete fscache_cookie_lru_timer when fscache exits + to avoid UAF (bsc#1230602). +- commit d2c95a5 + +------------------------------------------------------------------- +Mon Sep 16 13:52:45 CEST 2024 - sjaeckel@suse.de + +- Update + patches.suse/virtio_net-Fix-napi_skb_cache_put-warning.patch + (git-fixes CVE-2024-43835 bsc#1229289). +- commit b9542fb + +------------------------------------------------------------------- +Mon Sep 16 09:32:20 CEST 2024 - ohering@suse.de + +- x86/hyperv: fix kexec crash due to VP assist page corruption + (git-fixes). +- Drivers: hv: vmbus: Fix the misplaced function description + (git-fixes). +- commit c60d936 + +------------------------------------------------------------------- +Mon Sep 16 04:07:52 CEST 2024 - ddiss@suse.de + +- Update references + patches.suse/selinux-smack-don-t-bypass-permissions-check-in-inod.patch + (stable-fixes CVE-2024-46695 bsc#1230519). +- commit 2a7bb57 + +------------------------------------------------------------------- +Mon Sep 16 02:33:41 CEST 2024 - neilb@suse.de + +- NFSv4: Add missing rescheduling points in + nfs_client_return_marked_delegations (git-fixes). +- commit a563f31 + +------------------------------------------------------------------- +Mon Sep 16 02:31:59 CEST 2024 - neilb@suse.de + +- nfsd: Don't leave work of closing files to a work queue + (bsc#1228140). +- Refresh + patches.suse/nfsd-use-__fput_sync-to-avoid-delayed-closing-of-fil.patch. +- commit 83ce74a + +------------------------------------------------------------------- +Sun Sep 15 09:32:07 CEST 2024 - tiwai@suse.de + +- ASoC: meson: axg-card: fix 'use-after-free' (git-fixes). +- ASoC: codecs: avoid possible garbage value in peb2466_reg_read() + (git-fixes). +- commit 5a67afd + +------------------------------------------------------------------- +Sat Sep 14 16:31:25 CEST 2024 - tiwai@suse.de + +- kABI workaround for soc-qcom pmic_glink changes (CVE-2024-46693 + bsc#1230521). +- commit 9a06e25 + +------------------------------------------------------------------- +Sat Sep 14 16:23:38 CEST 2024 - tiwai@suse.de + +- usb: typec: ucsi: Move unregister out of atomic section + (CVE-2024-46691 bsc#1230526). +- soc: qcom: pmic_glink: Fix race during initialization + (CVE-2024-46693 bsc#1230521). +- commit 26dd9b4 + +------------------------------------------------------------------- +Sat Sep 14 09:20:32 CEST 2024 - tiwai@suse.de + +- spi: nxp-fspi: fix the KASAN report out-of-bounds bug + (git-fixes). +- drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl + (git-fixes). +- drm/nouveau/fb: restore init() for ramgp102 (git-fixes). +- dma-buf: heaps: Fix off-by-one in CMA heap fault handler + (git-fixes). +- drm/i915/guc: prevent a possible int overflow in wq offsets + (git-fixes). +- usbnet: ipheth: race between ipheth_close and error handling + (stable-fixes). +- commit 8d8bf2f + +------------------------------------------------------------------- +Sat Sep 14 01:23:47 CEST 2024 - colyli@suse.de + +- md/raid1: Fix data corruption for degraded array with slow disk + (bsc#1230455, CVE-2024-45023). +- commit 34cd7b5 + +------------------------------------------------------------------- +Fri Sep 13 21:16:43 CEST 2024 - tonyj@suse.de + +- perf/x86/intel: Limit the period on Haswell (git-fixes). +- perf/x86: Fix smp_processor_id()-in-preemptible warnings + (git-fixes). +- perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra + Forest (git-fixes). +- ARM: 9406/1: Fix callchain_trace() return value (git-fixes). +- bpf, events: Use prog to emit ksymbol event for main program + (git-fixes). +- perf/x86/intel: Add a distinct name for Granite Rapids + (git-fixes). +- perf/x86/intel/ds: Fix non 0 retire latency on Raptorlake + (git-fixes). +- perf/x86/intel/uncore: Fix the bits of the CHA extended umask + for SPR (git-fixes). +- perf: Fix event leak upon exit (git-fixes). +- perf/x86/intel/cstate: Fix Alderlake/Raptorlake/Meteorlake + (git-fixes). +- perf: Fix default aux_watermark calculation (git-fixes). +- perf: Prevent passing zero nr_pages to rb_alloc_aux() + (git-fixes). +- perf: Fix perf_aux_size() for greater-than 32-bit size + (git-fixes). +- perf/x86/intel/pt: Fix pt_topa_entry_for_page() address + calculation (git-fixes). +- perf/x86/intel/pt: Fix a topa_entry base address calculation + (git-fixes). +- perf/x86/intel/pt: Fix topa_entry base length (git-fixes). +- perf/x86: Serialize set_attr_rdpmc() (git-fixes). +- perf/core: Fix missing wakeup when waiting for context reference + (git-fixes). +- perf/x86/intel: Factor out the initialization code for SPR + (git fixes). +- perf/x86/intel: Use the common uarch name for the shared + functions (git fixes). +- commit bb48e43 + +------------------------------------------------------------------- +Fri Sep 13 21:15:11 CEST 2024 - tonyj@suse.de + +- blacklist.conf: Add perf git-fix that won't be backported +- commit fbbd522 + +------------------------------------------------------------------- +Fri Sep 13 19:40:15 CEST 2024 - dsterba@suse.com + +- nvme: move stopping keep-alive into nvme_uninit_ctrl() (CVE-2024-45013 bsc#1230442) +- commit ce739c4 + +------------------------------------------------------------------- +Fri Sep 13 19:33:08 CEST 2024 - dsterba@suse.com + +- i2c: tegra: Do not mark ACPI devices as irq safe (CVE-2024-45029 bsc#1230451) +- commit 2870112 + +------------------------------------------------------------------- +Fri Sep 13 19:15:36 CEST 2024 - dsterba@suse.com + +- netfilter: flowtable: initialise extack before use (CVE-2024-45018 bsc#1230431) +- commit 8b44b15 + +------------------------------------------------------------------- +Fri Sep 13 19:13:05 CEST 2024 - dsterba@suse.com + +- net/mlx5e: Take state lock during tx timeout reporter (CVE-2024-45019 bsc#1230432) +- commit 2552371 + +------------------------------------------------------------------- +Fri Sep 13 19:08:00 CEST 2024 - dsterba@suse.com + +- net/mlx5: Fix IPsec RoCE MPV trace call (CVE-2024-45017 bsc#1230430) +- commit 60aac02 + +------------------------------------------------------------------- +Fri Sep 13 19:04:47 CEST 2024 - dsterba@suse.com + +- igb: cope with large MAX_SKB_FRAGS (CVE-2024-45030 bsc#1230457) +- commit d2d3c69 + +------------------------------------------------------------------- +Fri Sep 13 17:38:32 CEST 2024 - tiwai@suse.de + +- Move s390 kabi patch into the kabi section +- commit 4ab5d36 + +------------------------------------------------------------------- +Fri Sep 13 15:42:48 CEST 2024 - mfranc@suse.cz + +- s390/uv: Don't call folio_wait_writeback() without a folio + reference (git-fixes bsc#1229380 CVE-2024-43832). +- s390/mm: Convert gmap_make_secure to use a folio (git-fixes + bsc#1230562). +- s390/mm: Convert make_page_secure to use a folio (git-fixes + bsc#1230563). +- s390: allow pte_offset_map_lock() to fail (git-fixes + bsc#1230564). +- commit 7069eb7 + +------------------------------------------------------------------- +Fri Sep 13 14:01:09 CEST 2024 - mhocko@suse.com + +- mm/vmalloc: fix page mapping if vm_area_alloc_pages() with + high order fallback to order 0 (CVE-2024-45022 bsc#1230435). +- commit cc8880a + ------------------------------------------------------------------- Fri Sep 13 12:40:41 CEST 2024 - osalvador@suse.de @@ -20,6 +1919,596 @@ Fri Sep 13 12:39:27 CEST 2024 - osalvador@suse.de (bsc#1230413) - commit 7e5afd7 +------------------------------------------------------------------- +Fri Sep 13 11:07:36 CEST 2024 - mhocko@suse.com + +- memcg_write_event_control(): fix a user-triggerable oops + (CVE-2024-45021 bsc#1230434). +- commit 99a85a8 + +------------------------------------------------------------------- +Fri Sep 13 10:00:31 CEST 2024 - tiwai@suse.de + +- platform/x86: panasonic-laptop: Allocate 1 entry extra in the + sinf array (git-fixes). +- platform/x86: panasonic-laptop: Fix SINF array out of bounds + accesses (git-fixes). +- usb: dwc3: core: update LC timer as per USB Spec V3.2 + (stable-fixes). +- lib/generic-radix-tree.c: Fix rare race in + __genradix_ptr_alloc() (stable-fixes). +- kselftests: dmabuf-heaps: Ensure the driver name is + null-terminated (stable-fixes). +- regmap: maple: work around gcc-14.1 false-positive warning + (stable-fixes). +- phy: zynqmp: Take the phy mutex in xlate (stable-fixes). +- pcmcia: Use resource_size function on resource object + (stable-fixes). +- pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv + (stable-fixes). +- PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0) + (stable-fixes). +- PCI: Add missing bridge lock to pci_bus_lock() (stable-fixes). +- usb: gadget: aspeed_udc: validate endpoint index for ast udc + (stable-fixes). +- usb: uas: set host status byte on data completion error + (stable-fixes). +- media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse + (stable-fixes). +- media: vivid: don't set HDMI TX controls if there are no HDMI + outputs (stable-fixes). +- media: vivid: fix wrong sizeimage value for mplane + (stable-fixes). +- leds: spi-byte: Call of_node_put() on error path (stable-fixes). +- wifi: rtw88: usb: schedule rx work after everything is set up + (stable-fixes). +- wifi: rtw89: wow: prevent to send unexpected H2C during download + Firmware (stable-fixes). +- wifi: mwifiex: Do not return unused priv in + mwifiex_get_priv_by_id() (stable-fixes). +- wifi: ath12k: fix firmware crash due to invalid peer nss + (stable-fixes). +- wifi: ath12k: fix uninitialize symbol error on + ath12k_peer_assoc_h_he() (stable-fixes). +- wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3 + (stable-fixes). +- wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check + (stable-fixes). +- commit 3b57fa8 + +------------------------------------------------------------------- +Fri Sep 13 09:57:01 CEST 2024 - ailiop@suse.com + +- Squashfs: sanity check symbolic link size (git-fixes). +- commit fa6af4a + +------------------------------------------------------------------- +Fri Sep 13 09:56:46 CEST 2024 - tiwai@suse.de + +- hwmon: (pmbus) Conditionally clear individual status bits for + pmbus rev >= 1.2 (git-fixes). +- Input: uinput - reject requests with unreasonable number of + slots (stable-fixes). +- HID: amd_sfh: free driver_data after destroying hid device + (stable-fixes). +- HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup + (stable-fixes). +- i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA + setup (stable-fixes). +- Input: ili210x - use kvmalloc() to allocate buffer for firmware + update (stable-fixes). +- drm/amdgpu: reject gang submit on reserved VMIDs (stable-fixes). +- drm/amdgpu: Set no_hw_access when VF request full GPU fails + (stable-fixes). +- drm/amdgpu/display: handle gfx12 in + amdgpu_dm_plane_format_mod_supported (stable-fixes). +- drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizes + (stable-fixes). +- drm/amdgpu: check for LINEAR_ALIGNED correctly in + check_tiling_flags_gfx6 (stable-fixes). +- drm/amd/display: Check denominator pbn_div before used + (stable-fixes). +- drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts + (stable-fixes). +- drm/amdgpu: Fix smatch static checker warning (stable-fixes). +- drm/amdgpu: add missing error handling in function + amdgpu_gmc_flush_gpu_tlb_pasid (stable-fixes). +- drm/amd/display: Check HDCP returned status (stable-fixes). +- hwmon: (w83627ehf) Fix underflows seen when writing limit + attributes (stable-fixes). +- hwmon: (nct6775-core) Fix underflows seen when writing limit + attributes (stable-fixes). +- hwmon: (lm95234) Fix underflows seen when writing limit + attributes (stable-fixes). +- hwmon: (adc128d818) Fix underflows seen when writing limit + attributes (stable-fixes). +- commit 2fa929e + +------------------------------------------------------------------- +Fri Sep 13 09:47:45 CEST 2024 - osalvador@suse.de + +- Revert "mm/sparsemem: fix race in accessing memory_section->usage" + This reverts commit 6aa8957889611fbe7f06353f917cfb3d9620a680. +- commit 5376e5a + +------------------------------------------------------------------- +Fri Sep 13 09:47:38 CEST 2024 - osalvador@suse.de + +- Revert "mm, kmsan: fix infinite recursion due to RCU critical section" + This reverts commit 16ad73a9f4c2888f3bc28513f5e9a88d753f8741. +- commit 505329c + +------------------------------------------------------------------- +Fri Sep 13 09:47:23 CEST 2024 - osalvador@suse.de + +- Revert "mm: prevent derefencing NULL ptr in pfn_section_valid()" + This reverts commit 35f619d3c421219e07bc89d2d6a37fbff25519fe. +- commit 937414d + +------------------------------------------------------------------- +Fri Sep 13 09:36:57 CEST 2024 - tiwai@suse.de + +- ata: libata: Fix memory leak for error path in ata_host_alloc() + (git-fixes). +- devres: Initialize an uninitialized struct member + (stable-fixes). +- ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX + for potentially broken alignment (stable-fixes). +- ASoC: topology: Properly initialize soc_enum values + (stable-fixes). +- ALSA: hda: Add input value sanity checks to HDMI channel map + controls (stable-fixes). +- ALSA: control: Apply sanity check of input values for user + elements (stable-fixes). +- crypto: qat - fix unintentional re-enabling of error interrupts + (stable-fixes). +- drm/amd/display: Run DC_LOG_DC after checking link->link_enc + (stable-fixes). +- drm/amd/display: Check UnboundedRequestEnabled's value + (stable-fixes). +- drm/amd: Add gfx12 swizzle mode defs (stable-fixes). +- Bluetooth: btnxpuart: Fix Null pointer dereference in + btnxpuart_flush() (stable-fixes). +- can: mcp251xfd: rx: add workaround for erratum DS80000789E 6 + of mcp2518fd (stable-fixes). +- can: mcp251xfd: rx: prepare to workaround broken RX FIFO head + index erratum (stable-fixes). +- can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out + in separate function (stable-fixes). +- can: mcp251xfd: clarify the meaning of timestamp (stable-fixes). +- can: kvaser_pciefd: Skip redundant NULL pointer check in ISR + (stable-fixes). +- ACPI: processor: Fix memory leaks in error paths of + processor_add() (stable-fixes). +- ACPI: processor: Return an error if acpi_processor_get_info() + fails in processor_add() (stable-fixes). +- cpufreq: amd-pstate: fix the highest frequency issue which + limits performance (git-fixes). +- cpufreq: amd-pstate: Enable amd-pstate preferred core support + (stable-fixes). +- ACPI: CPPC: Add helper to get the highest performance value + (stable-fixes). +- Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync + queue (stable-fixes). +- Bluetooth: hci_event: Use HCI error defines instead of magic + values (stable-fixes). +- commit 96be389 + +------------------------------------------------------------------- +Thu Sep 12 18:27:42 CEST 2024 - jgross@suse.com + +- virtio_net: Fix napi_skb_cache_put warning (git-fixes). +- commit 860ef0a + +------------------------------------------------------------------- +Thu Sep 12 17:53:52 CEST 2024 - jgross@suse.com + +- virtio_net: fixing XDP for fully checksummed packets handling + (git-fixes). +- commit 77fb9e7 + +------------------------------------------------------------------- +Thu Sep 12 16:53:20 CEST 2024 - mfranc@suse.cz + +- s390/dasd: Fix redundant /proc/dasd* entries removal + (bsc#1227694). +- commit b66530a + +------------------------------------------------------------------- +Thu Sep 12 16:08:18 CEST 2024 - tiwai@suse.de + +- Move upstreamed input patch into sorted section +- commit e197a51 + +------------------------------------------------------------------- +Thu Sep 12 16:07:50 CEST 2024 - jgross@suse.com + +- blacklist.conf: add db5247d9bf5c ("vhost_task: Handle SIGKILL by flushing work and exiting") +- commit 7acfcbb + +------------------------------------------------------------------- +Thu Sep 12 16:06:12 CEST 2024 - jgross@suse.com + +- KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM + support is missing (git-fixes). +- commit 42f7b0c + +------------------------------------------------------------------- +Thu Sep 12 15:32:38 CEST 2024 - jgross@suse.com + +- KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS + (git-fixes). +- commit 610cfdd + +------------------------------------------------------------------- +Thu Sep 12 14:27:30 CEST 2024 - jgross@suse.com + +- KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3 + (git-fixes). +- commit bae7627 + +------------------------------------------------------------------- +Thu Sep 12 13:58:10 CEST 2024 - jroedel@suse.de + +- kABI: Workaround kABI change in + patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch + (git-fixes). +- Refresh + patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch. +- commit d37ca1f + +------------------------------------------------------------------- +Thu Sep 12 13:45:38 CEST 2024 - jgross@suse.com + +- blacklist.conf: add 778c350eb580 ("Revert KVM: async_pf: avoid recursive flushing of work items") +- commit 3ff1683 + +------------------------------------------------------------------- +Thu Sep 12 13:44:28 CEST 2024 - jgross@suse.com + +- KVM: arm64: Do not re-initialize the KVM lock (git-fixes). +- commit b05c6c8 + +------------------------------------------------------------------- +Thu Sep 12 13:43:32 CEST 2024 - mfranc@suse.cz + +- s390/dasd: Remove DMA alignment (LTC#208933 bsc#1230426 + git-fixes). +- commit 5b1f3c2 + +------------------------------------------------------------------- +Thu Sep 12 13:01:55 CEST 2024 - jgross@suse.com + +- KVM: arm64: vgic-v2: Check for non-NULL vCPU in + vgic_v2_parse_attr() (git-fixes). +- commit 4ccaaf2 + +------------------------------------------------------------------- +Thu Sep 12 11:54:51 CEST 2024 - jgross@suse.com + +- KVM: arm64: Don't pass a TLBI level hint when zapping table + entries (git-fixes). +- commit e3cb3e5 + +------------------------------------------------------------------- +Thu Sep 12 10:18:36 CEST 2024 - jgross@suse.com + +- blacklist.conf: add f62d4c3eb687 ("KVM: arm64: Don't defer TLB invalidation when zapping table entries") +- commit 80a75dc + +------------------------------------------------------------------- +Thu Sep 12 10:11:31 CEST 2024 - jgross@suse.com + +- blacklist.conf: add c60d847be7b8 ("KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()") +- commit 518faac + +------------------------------------------------------------------- +Thu Sep 12 10:05:18 CEST 2024 - jgross@suse.com + +- KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID + (git-fixes). +- commit 9d7939a + +------------------------------------------------------------------- +Thu Sep 12 09:24:12 CEST 2024 - jgross@suse.com + +- KVM: arm64: Block unsafe FF-A calls from the host (git-fixes). +- commit 6327e50 + +------------------------------------------------------------------- +Thu Sep 12 08:45:03 CEST 2024 - tiwai@suse.de + +- minmax: reduce min/max macro expansion in atomisp driver + (git-fixes). +- commit 6d37707 + +------------------------------------------------------------------- +Thu Sep 12 00:21:04 CEST 2024 - dsterba@suse.com + +- net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() (CVE-2024-44971 bsc#1230211) +- commit f262d95 + +------------------------------------------------------------------- +Thu Sep 12 00:03:14 CEST 2024 - dsterba@suse.com + +- tcp: prevent concurrent execution of tcp_sk_exit_batch (CVE-2024-44991 bsc#1230195) +- commit 179b01d + +------------------------------------------------------------------- +Wed Sep 11 23:47:51 CEST 2024 - dsterba@suse.com + +- bonding: fix xfrm real_dev null pointer dereference (CVE-2024-44989 bsc#1230193) +- commit 5caf0d2 + +------------------------------------------------------------------- +Wed Sep 11 21:03:51 CEST 2024 - tonyj@suse.de + +- perf arch events: Fix duplicate RISC-V SBI firmware event name + (git-fixes). +- commit 4570763 + +------------------------------------------------------------------- +Wed Sep 11 21:02:13 CEST 2024 - tonyj@suse.de + +- perf tool: fix dereferencing NULL al->maps (git-fixes). +- commit 5e4751b + +------------------------------------------------------------------- +Wed Sep 11 21:01:00 CEST 2024 - tonyj@suse.de + +- perf intel-pt: Fix exclude_guest setting (git-fixes). +- commit e69b63b + +------------------------------------------------------------------- +Wed Sep 11 21:00:37 CEST 2024 - tonyj@suse.de + +- perf intel-pt: Fix aux_watermark calculation for 64-bit size + (git-fixes). +- commit e3b3bca + +------------------------------------------------------------------- +Wed Sep 11 21:00:11 CEST 2024 - tonyj@suse.de + +- perf report: Fix condition in sort__sym_cmp() (git-fixes). +- commit c3e65ee + +------------------------------------------------------------------- +Wed Sep 11 20:59:48 CEST 2024 - tonyj@suse.de + +- perf pmus: Fixes always false when compare duplicates aliases + (git-fixes). +- commit 8eeac69 + +------------------------------------------------------------------- +Wed Sep 11 20:58:58 CEST 2024 - tonyj@suse.de + +- tools/perf: Fix the string match for "/tmp/perf-$PID.map" + files in dso__load (git-fixes). +- commit 9a7d0fb + +------------------------------------------------------------------- +Wed Sep 11 20:10:22 CEST 2024 - krisman@suse.de + +- bonding: fix null pointer deref in bond_ipsec_offload_ok + (CVE-2024-44990 bsc#1230194). +- media: aspeed: Fix memory overwrite if timing is 1600x900 + (CVE-2023-52916 bsc#1230269). +- commit 7cce3c7 + +------------------------------------------------------------------- +Wed Sep 11 20:02:12 CEST 2024 - tonyj@suse.de + +- perf test: Make test_arm_callgraph_fp.sh more robust + (git-fixes). +- commit 8d430e5 + +------------------------------------------------------------------- +Wed Sep 11 20:01:10 CEST 2024 - tonyj@suse.de + +- perf stat: Fix the hard-coded metrics calculation on the hybrid + (git-fixes). +- commit 0fe6062 + +------------------------------------------------------------------- +Wed Sep 11 20:00:19 CEST 2024 - tonyj@suse.de + +- perf pmu: Assume sysfs events are always the same case + (git-fixes). +- Refresh + patches.suse/perf-pmu-Count-sys-and-cpuid-JSON-events-separately.patch. +- commit 0eb9b05 + +------------------------------------------------------------------- +Wed Sep 11 19:55:17 CEST 2024 - krisman@suse.de + +- rtla/osnoise: Prevent NULL dereference in error handling + (CVE-2024-45002 bsc#1230169). +- net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink + (CVE-2024-44970 bsc#1230209). +- commit 33e2b5d + +------------------------------------------------------------------- +Wed Sep 11 15:37:24 CEST 2024 - oneukum@suse.com + +- lirc: rc_dev_get_from_fd(): fix file leak (git-fixes). +- commit b3b20de + +------------------------------------------------------------------- +Wed Sep 11 11:18:24 CEST 2024 - oneukum@suse.com + +- thunderbolt: Fix calculation of consumed USB3 bandwidth on a + path (git-fixes). +- commit c3642e6 + +------------------------------------------------------------------- +Wed Sep 11 11:17:35 CEST 2024 - marco.crivellari@suse.com + +- Move fixes into sorted section (bsc#1230119) +- commit c8d5e3a + +------------------------------------------------------------------- +Wed Sep 11 08:22:13 CEST 2024 - tiwai@suse.de + +- Refresh patches.suse/ipmi-ssif-Improve-detecting-during-probing.patch + Add commit id and move away from out-of-tree section +- commit ceb6869 + +------------------------------------------------------------------- +Wed Sep 11 08:18:46 CEST 2024 - tiwai@suse.de + +- Move upstreamed kaslr patch into sorted section +- commit 554594b + +------------------------------------------------------------------- +Wed Sep 11 03:53:47 CEST 2024 - dsterba@suse.com + +- net: dsa: mv88e6xxx: Fix out-of-bound access (CVE-2024-44988 bsc#1230192) +- commit 5ca3065 + +------------------------------------------------------------------- +Wed Sep 11 02:46:36 CEST 2024 - dsterba@suse.com + +- ipv6: prevent UAF in ip6_send_skb() (CVE-2024-44987 bsc#1230185) +- commit 075c292 + +------------------------------------------------------------------- +Wed Sep 11 01:23:19 CEST 2024 - tonyj@suse.de + +- perf tools: Add/use PMU reverse lookup from config to name + (git-fixes). +- commit 62632fc + +------------------------------------------------------------------- +Wed Sep 11 01:22:35 CEST 2024 - tonyj@suse.de + +- perf tools: Use pmus to describe type from attribute + (git-fixes). +- commit 3dc616b + +------------------------------------------------------------------- +Wed Sep 11 01:21:48 CEST 2024 - tonyj@suse.de + +- perf: script: add raw|disasm arguments to --insn-trace option + (git-fixes). +- Refresh + patches.suse/perf-script-Show-also-errors-for-insn-trace-option.patch. +- commit f716aa4 + +------------------------------------------------------------------- +Wed Sep 11 01:20:25 CEST 2024 - tonyj@suse.de + +- perf annotate: Use global annotation_options (git-fixes). +- Refresh + patches.suse/perf-annotate-Fix-annotation_calc_lines-to-pass-correct-address-to-get_srcline.patch. +- commit b70a6bc + +------------------------------------------------------------------- +Wed Sep 11 01:18:59 CEST 2024 - tonyj@suse.de + +- perf top: Convert to the global annotation_options (git-fixes). +- commit c12ae1d + +------------------------------------------------------------------- +Wed Sep 11 01:18:24 CEST 2024 - tonyj@suse.de + +- perf report: Convert to the global annotation_options + (git-fixes). +- commit e5bcc3a + +------------------------------------------------------------------- +Wed Sep 11 01:17:17 CEST 2024 - tonyj@suse.de + +- perf annotate: Introduce global annotation_options (git-fixes). +- commit b458961 + +------------------------------------------------------------------- +Wed Sep 11 01:15:20 CEST 2024 - tonyj@suse.de + +- perf maps: Move symbol maps functions to maps.c (git-fixes). +- Refresh + patches.suse/perf-symbols-Fix-ownership-of-string-in-dso__load_vmlinux.patch. +- commit 93caf35 + +------------------------------------------------------------------- +Wed Sep 11 01:14:00 CEST 2024 - tonyj@suse.de + +- perf annotate: Split branch stack cycles information out of + 'struct annotation_line' (git-fixes). +- commit 733d4c0 + +------------------------------------------------------------------- +Wed Sep 11 01:12:23 CEST 2024 - tonyj@suse.de + +- perf machine thread: Remove exited threads by default + (git-fixes). +- commit 3c4b077 + +------------------------------------------------------------------- +Wed Sep 11 01:07:44 CEST 2024 - dsterba@suse.com + +- Update references for patches.suse/ipv6-fix-possible-UAF-in-ip6_finish_output2.patch (CVE-2024-44986 bsc#1230230 bsc#1230206) +- commit 814e7ee + +------------------------------------------------------------------- +Wed Sep 11 01:04:13 CEST 2024 - dsterba@suse.com + +- bnxt_en: Fix double DMA unmapping for XDP_REDIRECT (CVE-2024-44984 bsc#1230240) +- commit 43e2e07 + +------------------------------------------------------------------- +Wed Sep 11 01:01:49 CEST 2024 - dsterba@suse.com + +- gtp: pull network headers in gtp_dev_xmit() (CVE-2024-44999 bsc#1230233) +- commit 057aaf8 + +------------------------------------------------------------------- +Tue Sep 10 23:52:30 CEST 2024 - tonyj@suse.de + +- perf record: Lazy load kernel symbols (git-fixes). +- commit 84efd43 + +------------------------------------------------------------------- +Tue Sep 10 23:51:23 CEST 2024 - tonyj@suse.de + +- Detect memory allocation failure in + annotated_source__alloc_histograms (bsc#1227962). +- commit 6424d7a + +------------------------------------------------------------------- +Tue Sep 10 23:15:37 CEST 2024 - tonyj@suse.de + +- Add alternate commit id for git-fixes. + Refresh + patches.suse/perf-evlist-Fix-evlist__new_default-for-1-core-PMU.patch. +- commit 3b7c481 + +------------------------------------------------------------------- +Tue Sep 10 22:35:09 CEST 2024 - oneukum@suse.com + +- thunderbolt: There are only 5 basic router registers in pre-USB4 + routers (git-fixes). +- commit 065ac58 + +------------------------------------------------------------------- +Tue Sep 10 16:26:33 CEST 2024 - oneukum@suse.com + +- thunderbolt: Fix rollback in tb_port_lane_bonding_enable() + for lane 1 (git-fixes). +- commit 108e81e + +------------------------------------------------------------------- +Tue Sep 10 15:26:32 CEST 2024 - iivanov@suse.de + +- ipmi:ssif: Improve detecting during probing (bsc#1228771) +- commit db0a09e + +------------------------------------------------------------------- +Tue Sep 10 15:19:17 CEST 2024 - oneukum@suse.com + +- thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_show + (git-fixes). +- commit b11c099 + ------------------------------------------------------------------- Tue Sep 10 15:18:24 CEST 2024 - tiwai@suse.de @@ -28,6 +2517,774 @@ Tue Sep 10 15:18:24 CEST 2024 - tiwai@suse.de patches.suse/soundwire-stream-fix-programming-slave-ports-for-non.patch - commit 5c05eeb +------------------------------------------------------------------- +Tue Sep 10 14:16:39 CEST 2024 - fdmanana@suse.com + +- btrfs: fix race between direct IO write and fsync when using + same fd (git-fixes). +- commit dc59ebc + +------------------------------------------------------------------- +Tue Sep 10 12:26:21 CEST 2024 - vbabka@suse.cz + +- mm/swap: fix race when skipping swapcache (CVE-2024-26759 + bsc#1230340). +- commit 990c0c6 + +------------------------------------------------------------------- +Tue Sep 10 10:14:45 CEST 2024 - tiwai@suse.de + +- kABI workaround for cros_ec stuff (git-fixes). +- commit cb01b4e + +------------------------------------------------------------------- +Tue Sep 10 10:12:25 CEST 2024 - tiwai@suse.de + +- platform/chrome: cros_ec_lpc: MEC access can use an AML mutex + (stable-fixes). +- commit d9de020 + +------------------------------------------------------------------- +Mon Sep 9 16:28:50 CEST 2024 - ohering@suse.de + +- Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic + (git-fixes). +- uio_hv_generic: Fix kernel NULL pointer dereference in + hv_uio_rescind (git-fixes). +- net: mana: Fix error handling in mana_create_txq/rxq's NAPI + cleanup (git-fixes). +- commit 27572d4 + +------------------------------------------------------------------- +Mon Sep 9 15:45:39 CEST 2024 - jgross@suse.com + +- x86/pat: Fix W^X violation false-positives when running as + Xen PV guest (bsc#1221527). +- commit 9acf0ca + +------------------------------------------------------------------- +Mon Sep 9 15:10:48 CEST 2024 - jgross@suse.com + +- x86/pat: Restructure _lookup_address_cpa() (bsc#1221527). +- commit 56f7c9c + +------------------------------------------------------------------- +Mon Sep 9 14:31:54 CEST 2024 - msuchanek@suse.de + +- powerpc/qspinlock: Fix deadlock in MCS queue (bac#1230295 + ltc#206656). +- commit c4a2ba1 + +------------------------------------------------------------------- +Mon Sep 9 14:16:06 CEST 2024 - mwilck@suse.com + +- Refresh + patches.kabi/kabi-dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. +- Refresh + patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. +- commit 73c5a36 + +------------------------------------------------------------------- +Mon Sep 9 14:15:26 CEST 2024 - jgross@suse.com + +- x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops() + (bsc#1221527). +- commit 84d383c + +------------------------------------------------------------------- +Mon Sep 9 13:42:45 CEST 2024 - jgross@suse.com + +- x86/pat: Introduce lookup_address_in_pgd_attr() (bsc#1221527). +- commit 09ca5ca + +------------------------------------------------------------------- +Mon Sep 9 11:09:32 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Replace dm_execute_dmub_cmd with + dc_wake_and_execute_dmub_cmd (git-fixes). +- commit 6d87705 + +------------------------------------------------------------------- +Mon Sep 9 11:05:58 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: make hash table duplicates more survivable + (stable-fixes). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 62f6e12 + +------------------------------------------------------------------- +Mon Sep 9 10:59:52 CEST 2024 - tiwai@suse.de + +- VMCI: Fix use-after-free when removing resource in + vmci_resource_remove() (git-fixes). +- misc: fastrpc: Fix double free of 'buf' in error path + (git-fixes). +- iio: fix scale application in + iio_convert_raw_to_processed_unlocked (git-fixes). +- iio: adc: ad7124: fix config comparison (git-fixes). +- iio: adc: ad7124: fix chip ID mismatch (git-fixes). +- iio: buffer-dmaengine: fix releasing dma channel on error + (git-fixes). +- iio: adc: ad7606: remove frstdata check for serial mode + (git-fixes). +- staging: iio: frequency: ad9834: Validate frequency parameter + value (git-fixes). +- usb: dwc3: Avoid waking up gadget during startxfer (git-fixes). +- net: usb: qmi_wwan: add MeiG Smart SRM825L (stable-fixes). +- drm/gpuvm: fix missing dependency to DRM_EXEC (git-fixes). +- drm: panel-orientation-quirks: Add quirk for OrangePi Neo + (stable-fixes). +- drm/fb-helper: Don't schedule_work() to flush frame buffer + during panic() (stable-fixes). +- PCI: al: Check IORESOURCE_BUS existence during probe + (stable-fixes). +- usb: typec: ucsi: Fix null pointer dereference in trace + (stable-fixes). +- usbip: Don't submit special requests twice (stable-fixes). +- media: uvcvideo: Enforce alignment of frame and interval + (stable-fixes). +- wifi: ath12k: initialize 'ret' in + ath12k_dp_rxdma_ring_sel_config_wcn7850() (stable-fixes). +- wifi: ath11k: initialize 'ret' in + ath11k_qmi_load_file_target_mem() (stable-fixes). +- wifi: ath12k: initialize 'ret' in + ath12k_qmi_load_file_target_mem() (stable-fixes). +- wifi: rtw89: ser: avoid multiple deinit on same CAM + (stable-fixes). +- wifi: mac80211: check ieee80211_bss_info_change_notify() + against MLD (stable-fixes). +- wifi: cfg80211: restrict operation during radar detection + (stable-fixes). +- pwm: xilinx: Fix u32 overflow issue in 32-bit width PWM mode + (stable-fixes). +- hwmon: (k10temp) Check return value of amd_smn_read() + (stable-fixes). +- regmap: spi: Fix potential off-by-one when calculating reserved + size (stable-fixes). +- commit 73bbd93 + +------------------------------------------------------------------- +Mon Sep 9 10:17:13 CEST 2024 - tiwai@suse.de + +- clocksource/drivers/imx-tpm: Fix next event not taking effect + sometime (git-fixes). +- clocksource/drivers/imx-tpm: Fix return -ETIME when delta + exceeds INT_MAX (git-fixes). +- dma-debug: avoid deadlock between dma debug vs printk and + netconsole (stable-fixes). +- drm/amdgpu: fix contiguous handling for IB parsing v2 + (git-fixes). +- dmaengine: altera-msgdma: properly free descriptor in + msgdma_free_descriptor (stable-fixes). +- dmaengine: altera-msgdma: use irq variant of spin_lock/unlock + while invoking callbacks (stable-fixes). +- driver: iio: add missing checks on iio_info's callback access + (stable-fixes). +- drm/amd/display: Skip wbscl_set_scaler_filter if filter is null + (stable-fixes). +- drm/amd/display: Check BIOS images before it is used + (stable-fixes). +- drm/amd/display: Avoid overflow from uint32_t to uint8_t + (stable-fixes). +- drm/amd/display: use preferred link settings for dp signal only + (stable-fixes). +- drm/amd/display: Remove register from DCN35 DMCUB diagnostic + collection (stable-fixes). +- drm/amd/display: Correct the defined value for + AMDGPU_DMUB_NOTIFICATION_MAX (stable-fixes). +- drm/amd/display: added NULL check at start of dc_validate_stream + (stable-fixes). +- drm/amd/display: Wake DMCUB before sending a command for replay + feature (stable-fixes). +- drm/amd/display: Don't use fsleep for PSR exit waits on dmub + replay (stable-fixes). +- drm/amdgpu: fix overflowed constant warning in + mmhub_set_clockgating() (stable-fixes). +- drm/amdgpu: add lock in kfd_process_dequeue_from_device + (stable-fixes). +- drm/amdgpu: add lock in amdgpu_gart_invalidate_tlb + (stable-fixes). +- drm/amdgpu: add skip_hw_access checks for sriov (stable-fixes). +- drm/bridge: tc358767: Check if fully initialized before + signalling HPD event via IRQ (stable-fixes). +- drm/meson: plane: Add error handling (stable-fixes). +- drm/drm-bridge: Drop conditionals around of_node pointers + (stable-fixes). +- drm/amd/display: Add null checks for 'stream' and 'plane' + before dereferencing (stable-fixes). +- drm/amdgu: fix Unintentional integer overflow for mall size + (stable-fixes). +- drm/amdgpu: update type of buf size to u32 for eeprom functions + (stable-fixes). +- drm/amd/display: Fix pipe addition logic in + calc_blocks_to_ungate DCN35 (stable-fixes). +- drm/kfd: Correct pinned buffer handling at kfd restore and + validate process (stable-fixes). +- drm/amd/pm: check negtive return for table entries + (stable-fixes). +- drm/amdgpu: the warning dereferencing obj for nbio_v7_4 + (stable-fixes). +- drm/amd/pm: check specific index for smu13 (stable-fixes). +- drm/amd/pm: check specific index for aldebaran (stable-fixes). +- drm/amdgpu: fix the waring dereferencing hive (stable-fixes). +- drm/amdgpu: fix dereference after null check (stable-fixes). +- drm/amdgpu: Fix the warning division or modulo by zero + (stable-fixes). +- drm/amdgpu/pm: Check input value for CUSTOM profile mode + setting on legacy SOCs (stable-fixes). +- drm/amdkfd: Reconcile the definition and use of oem_id in + struct kfd_topology_device (stable-fixes). +- drm/amdgpu: fix mc_data out-of-bounds read warning + (stable-fixes). +- drm/amdgpu: fix ucode out-of-bounds read warning (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warning in + amdgpu_info_ioctl (stable-fixes). +- drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number + (stable-fixes). +- drm/amdkfd: Check debug trap enable before write dbg_ev_file + (stable-fixes). +- drm/amdgpu: Fix out-of-bounds write warning (stable-fixes). +- drm/amdgpu: Fix the uninitialized variable warning + (stable-fixes). +- drm/amdgpu/pm: Fix uninitialized variable agc_btc_response + (stable-fixes). +- drm/amdgpu/pm: Fix uninitialized variable warning for smu10 + (stable-fixes). +- drm/amd/pm: fix uninitialized variable warnings for vangogh_ppt + (stable-fixes). +- drm/amd/amdgpu: Check tbo resource pointer (stable-fixes). +- drm/amd/display: Fix index may exceed array range within + fpu_update_bw_bounding_box (stable-fixes). +- drm/amd/display: Skip inactive planes within + ModeSupportAndSystemConfiguration (stable-fixes). +- drm/amd/display: Ensure index calculation will not overflow + (stable-fixes). +- drm/amd/display: Fix Coverity INTEGER_OVERFLOW within + decide_fallback_link_setting_max_bw_policy (stable-fixes). +- drm/amd/display: Spinlock before reading event (stable-fixes). +- drm/amd/display: Fix Coverity INTEGER_OVERFLOW within + dal_gpio_service_create (stable-fixes). +- drm/amd/display: Fix Coverity INTERGER_OVERFLOW within + construct_integrated_info (stable-fixes). +- drm/amd/display: Check msg_id before processing transcation + (stable-fixes). +- drm/amd/display: Check num_valid_sets before accessing + reader_wm_sets[] (stable-fixes). +- drm/amd/display: Add array index check for hdcp ddc access + (stable-fixes). +- drm/amd/display: Check index for aux_rd_interval before using + (stable-fixes). +- drm/amd/display: Stop amdgpu_dm initialize when stream nums + greater than 6 (stable-fixes). +- drm/amd/display: Check gpio_id before used as array index + (stable-fixes). +- drm/amd/display: Ensure array index tg_inst won't be -1 + (stable-fixes). +- drm/amdgpu: avoid reading vf2pf info size from FB + (stable-fixes). +- drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr + (stable-fixes). +- drm/amdgpu: fix uninitialized scalar variable warning + (stable-fixes). +- drm/amd/pm: fix the Out-of-bounds read warning (stable-fixes). +- drm/amd/pm: Fix negative array index read (stable-fixes). +- drm/amd/pm: fix warning using uninitialized value of + max_vid_step (stable-fixes). +- drm/amd/pm: fix uninitialized variable warning for smu8_hwmgr + (stable-fixes). +- drm/amd/pm: fix uninitialized variable warning (stable-fixes). +- drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc + (stable-fixes). +- drm/amdgpu: fix overflowed array index read warning + (stable-fixes). +- drm/amdgpu: Handle sg size limit for contiguous allocation + (stable-fixes). +- drm/amd/display: Assign linear_pitch_alignment even for VM + (stable-fixes). +- drm/amd/display: Handle the case which quad_part is equal 0 + (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warning in + amdgpu_afmt_acr (stable-fixes). +- cpufreq: scmi: Avoid overflow of target_freq in fast switch + (stable-fixes). +- commit e23c4dc + +------------------------------------------------------------------- +Mon Sep 9 08:26:43 CEST 2024 - nmorey@suse.com + +- RDMA/efa: Properly handle unexpected AQ completions (git-fixes) +- commit 8c8b9e5 + +------------------------------------------------------------------- +Sun Sep 8 10:09:13 CEST 2024 - tiwai@suse.de + +- clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPs + (git-fixes). +- clk: qcom: gcc-sm8550: Don't park the USB RCG at registration + time (git-fixes). +- clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs + (git-fixes). +- clk: qcom: ipq9574: Update the alpha PLL type for GPLLs + (git-fixes). +- clk: qcom: clk-alpha-pll: Fix zonda set_rate failure when PLL + is disabled (git-fixes). +- clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate + API (git-fixes). +- clk: qcom: clk-alpha-pll: Fix the pll post div mask (git-fixes). +- commit 060a67a + +------------------------------------------------------------------- +Sat Sep 7 10:20:59 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek - Fix inactive headset mic jack for ASUS + Vivobook 15 X1504VAP (stable-fixes). +- ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx + (stable-fixes). +- ALSA: hda/realtek: Enable Mute Led for HP Victus 15-fb1xxx + (stable-fixes). +- ALSA: hda/realtek: extend quirks for Clevo V5[46]0 + (stable-fixes). +- ALSA: hda/realtek: add patch for internal mic in Lenovo V145 + (stable-fixes). +- ALSA: hda/conexant: Add pincfg quirk to enable top speakers + on Sirius devices (stable-fixes). +- commit 5538dd8 + +------------------------------------------------------------------- +Sat Sep 7 10:18:31 CEST 2024 - tiwai@suse.de + +- ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode + (git-fixes). +- ASoc: SOF: topology: Clear SOF link platform name upon unload + (git-fixes). +- ASoC: tegra: Fix CBB error during probe() (git-fixes). +- ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object (git-fixes). +- mmc: cqhci: Fix checking of CQHCI_HALT state (git-fixes). +- mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K + (git-fixes). +- mmc: sdhci-of-aspeed: fix module autoloading (git-fixes). +- mmc: core: apply SD quirks earlier during probe (git-fixes). +- gpio: modepin: Enable module autoloading (git-fixes). +- gpio: rockchip: fix OF node leak in probe() (git-fixes). +- Revert "drm/amdgpu: align pp_power_profile_mode with kernel + docs" (stable-fixes). +- nouveau: fix the fwsec sb verification register (git-fixes). +- drm/i915/fence: Mark debug_fence_free() with __maybe_unused + (git-fixes). +- drm/i915/fence: Mark debug_fence_init_onstack() with + __maybe_unused (git-fixes). +- drm/i915: Do not attempt to load the GSC multiple times + (git-fixes). +- commit 7a89765 + +------------------------------------------------------------------- +Fri Sep 6 17:33:50 CEST 2024 - dsterba@suse.com + +- blacklist.conf: CVE-2024-43886 bsc#1229748: not applicable, functionality not present + The fix adds a NULL check but it is already there in this codebase. The + upstream fix is for patch 5db346c256bbac ("drm/amd/display: update pipe + topology log to support subvp") that adds a secondary display and + refactors code so the NULL check gets lost in + resource_log_pipe_topology_update(). +- commit b9c5bf2 + +------------------------------------------------------------------- +Fri Sep 6 15:56:40 CEST 2024 - dsterba@suse.com + +- ipv6: fix possible UAF in ip6_finish_output2() (bsc#1230206) +- commit 64f6ea9 + +------------------------------------------------------------------- +Fri Sep 6 15:55:20 CEST 2024 - dsterba@suse.com + +- ipv6: prevent possible UAF in ip6_xmit() (CVE-2024-44985 bsc#1230206) +- commit 209198a + +------------------------------------------------------------------- +Fri Sep 6 11:03:05 CEST 2024 - ddiss@suse.de + +- vfs: Don't evict inode under the inode lru traversing context + (CVE-2024-45003 bsc#1230245). +- commit 630b67a + +------------------------------------------------------------------- +Fri Sep 6 09:40:10 CEST 2024 - tiwai@suse.de + +- Restore dropped fields for bluetooth MGMT/SMP structs + (git-fixes). +- commit 5313ecb + +------------------------------------------------------------------- +Fri Sep 6 09:35:49 CEST 2024 - tiwai@suse.de + +- usbnet: modern method to get random MAC (git-fixes). +- net: phy: Fix missing of_node_put() for leds (git-fixes). +- Bluetooth: MGMT: Ignore keys being loaded with invalid type + (git-fixes). +- Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP + over BREDR/LE" (git-fixes). +- can: mcp251x: fix deadlock if an interrupt occurs during + mcp251x_open (git-fixes). +- can: mcp251xfd: fix ring configuration when switching from + CAN-CC to CAN-FD mode (git-fixes). +- can: m_can: Release irq on error in m_can_open (git-fixes). +- can: bcm: Remove proc entry when dev is unregistered + (git-fixes). +- spi: rockchip: Resolve unbalanced runtime PM / system PM + handling (git-fixes). +- regulator: core: Stub devm_regulator_bulk_get_const() if + !CONFIG_REGULATOR (git-fixes). +- platform/x86: dell-smbios: Fix error path in dell_smbios_init() + (git-fixes). +- commit b6769e6 + +------------------------------------------------------------------- +Fri Sep 6 09:25:33 CEST 2024 - jslaby@suse.cz + +- serial: sc16is7xx: fix invalid FIFO access with special register + set (CVE-2024-44950 bsc#1230180). +- serial: sc16is7xx: fix TX fifo corruption (CVE-2024-44951 + bsc#1230181). +- serial: sc16is7xx: refactor FIFO access functions to increase + commonality (CVE-2024-44951 bsc#1230181). +- commit 4ab54b2 + +------------------------------------------------------------------- +Fri Sep 6 04:44:02 CEST 2024 - neilb@suse.de + +- NFS: never reuse a NFSv4.0 lock-owner (bsc#1227726). +- commit ed692a4 + +------------------------------------------------------------------- +Thu Sep 5 15:48:03 CEST 2024 - tiwai@suse.de + +- atm: idt77252: prevent use after free in dequeue_rx() + (CVE-2024-44998 bsc#1230171). +- commit fd57936 + +------------------------------------------------------------------- +Thu Sep 5 13:46:27 CEST 2024 - sjaeckel@suse.de + +- tcp: add sanity checks to rx zerocopy (CVE-2024-26640 + bsc#1221650). +- commit 21286c2 + +------------------------------------------------------------------- +Thu Sep 5 10:29:45 CEST 2024 - oneukum@suse.com + +- USB: serial: option: add MeiG Smart SRM825L (git-fixes). +- commit 047a639 + +------------------------------------------------------------------- +Thu Sep 5 10:27:44 CEST 2024 - ailiop@suse.com + +- nilfs2: fix state management in error path of log writing + function (git-fixes). +- commit 9b55988 + +------------------------------------------------------------------- +Thu Sep 5 10:24:07 CEST 2024 - oneukum@suse.com + +- cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller + (git-fixes). +- commit a322b71 + +------------------------------------------------------------------- +Thu Sep 5 10:22:18 CEST 2024 - oneukum@suse.com + +- usb: dwc3: core: Prevent USB core invalid event buffer address + access (git-fixes). +- commit de7b6b3 + +------------------------------------------------------------------- +Thu Sep 5 10:21:00 CEST 2024 - ailiop@suse.com + +- nilfs2: fix missing cleanup on rollforward recovery error + (git-fixes). +- commit b4149d3 + +------------------------------------------------------------------- +Thu Sep 5 10:19:06 CEST 2024 - ailiop@suse.com + +- nilfs2: protect references to superblock parameters exposed + in sysfs (git-fixes). +- commit e7215f6 + +------------------------------------------------------------------- +Thu Sep 5 10:04:58 CEST 2024 - iivanov@suse.de + +- arm64: tlb: Allow range operation for MAX_TLBI_RANGE_PAGES (bsc#1229585) +- commit a52467b + +------------------------------------------------------------------- +Thu Sep 5 10:03:22 CEST 2024 - iivanov@suse.de + +- arm64: tlb: Improve __TLBI_VADDR_RANGE() (bsc#1229585) +- commit 26752eb + +------------------------------------------------------------------- +Thu Sep 5 10:01:51 CEST 2024 - iivanov@suse.de + +- arm64: tlb: Fix TLBI RANGE operand (bsc#1229585) +- commit 24bd468 + +------------------------------------------------------------------- +Thu Sep 5 09:56:43 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()") (bsc#1229585) +- commit 29fbf2b + +------------------------------------------------------------------- +Thu Sep 5 09:52:38 CEST 2024 - iivanov@suse.de + +- arm64/mm: Update tlb invalidation routines for FEAT_LPA2 (bsc#1229585) +- commit b8ec0d4 + +------------------------------------------------------------------- +Thu Sep 5 09:45:29 CEST 2024 - iivanov@suse.de + +- arm64/mm: Modify range-based tlbi to decrement scale (bsc#1229585) +- commit e08c708 + +------------------------------------------------------------------- +Thu Sep 5 08:11:05 CEST 2024 - tiwai@suse.de + +- USB: serial: option: add MeiG Smart SRM825L (stable-fixes). +- cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller + (stable-fixes). +- usb: dwc3: core: Prevent USB core invalid event buffer address + access (stable-fixes). +- selinux,smack: don't bypass permissions check in inode_setsecctx + hook (stable-fixes). +- drm/amdgpu/swsmu: always force a state reprogram on init + (stable-fixes). +- drm/amdgpu: align pp_power_profile_mode with kernel docs + (stable-fixes). +- commit 1d64229 + +------------------------------------------------------------------- +Wed Sep 4 20:36:33 CEST 2024 - krisman@suse.de + +- Resort io_uring kABI patches + These ended up in the wrong section. Push them to the right place, next + to the other io_uring kabi patches. +- commit f218522 + +------------------------------------------------------------------- +Wed Sep 4 20:22:06 CEST 2024 - krisman@suse.de + +- kABI: Split kABI out of 'io_uring: Re-add dummy_ubuf for kABI purposes' + When introducing this patch, I merged the kABI patch with the actual + backport, which is not recommended. Split it up, such that the backport + is similar to the upstream patch and handle the kABI issue exactly the + same way, but through a separate kABI patch. +- commit 5b3aa8f + +------------------------------------------------------------------- +Wed Sep 4 19:19:02 CEST 2024 - krisman@suse.de + +- kABI: Split kABI out of 'io_uring/kbuf: get rid of bl->is_ready' + When introducing this patch, I merged the kABI patch with the actual + backport, which is not recommended. Split it up, such that the backport + is similar to the upstream patch and handle the kABI issue exactly the + same way, but through a separate kABI patch. +- commit d39d376 + +------------------------------------------------------------------- +Wed Sep 4 18:15:43 CEST 2024 - jack@suse.cz + +- ext4: sanity check for NULL pointer after ext4_force_shutdown + (bsc#1229753 CVE-2024-43898). +- commit d9361cb + +------------------------------------------------------------------- +Wed Sep 4 18:15:28 CEST 2024 - jack@suse.cz + +- udf: Fix bogus checksum computation in udf_rename() (bsc#1229389 + CVE-2024-43845). +- commit 985c73e + +------------------------------------------------------------------- +Wed Sep 4 18:15:14 CEST 2024 - jack@suse.cz + +- ext4: fix infinite loop when replaying fast_commit (bsc#1229394 + CVE-2024-43828). +- commit c9c168b + +------------------------------------------------------------------- +Wed Sep 4 18:14:59 CEST 2024 - jack@suse.cz + +- block: fix deadlock between sd_remove & sd_release (bsc#1229371 + CVE-2024-42294). +- commit a556834 + +------------------------------------------------------------------- +Wed Sep 4 18:14:45 CEST 2024 - jack@suse.cz + +- udf: Avoid using corrupted block bitmap buffer (bsc#1229362 + CVE-2024-42306). +- commit 26b3a5d + +------------------------------------------------------------------- +Wed Sep 4 18:14:31 CEST 2024 - jack@suse.cz + +- ext4: check dot and dotdot of dx_root before making dir indexed + (bsc#1229363 CVE-2024-42305). +- commit d42c7e5 + +------------------------------------------------------------------- +Wed Sep 4 18:14:16 CEST 2024 - jack@suse.cz + +- mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray + (bsc#1229001 CVE-2024-42243). +- commit 962c57e + +------------------------------------------------------------------- +Wed Sep 4 18:14:02 CEST 2024 - jack@suse.cz + +- protect the fetch of ->fd[fd] in do_dup2() from mispredictions + (bsc#1229334 CVE-2024-42265). +- commit 1088a58 + +------------------------------------------------------------------- +Wed Sep 4 18:13:49 CEST 2024 - jack@suse.cz + +- ext4: make sure the first directory block is not a hole + (bsc#1229364 CVE-2024-42304). +- commit 0ee54f7 + +------------------------------------------------------------------- +Wed Sep 4 18:08:53 CEST 2024 - davide.benini@suse.com + +- netfilter: ctnetlink: use helper function to calculate expect ID + (CVE-2024-44944 bsc#1229899). +- commit da9b5c6 + +------------------------------------------------------------------- +Wed Sep 4 16:31:48 CEST 2024 - davide.benini@suse.com + +- sctp: Fix null-ptr-deref in reuseport_add_sock() + (CVE-2024-44935 bsc#1229810). +- commit c34ddb2 + +------------------------------------------------------------------- +Wed Sep 4 16:25:21 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Cleanup unused unit structure (bsc#1230119). +- commit 48a66a6 + +------------------------------------------------------------------- +Wed Sep 4 16:19:52 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Apply the unit control RB tree to PCI uncore + units (bsc#1230119). +- commit e202e9f + +------------------------------------------------------------------- +Wed Sep 4 14:58:43 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Apply the unit control RB tree to MSR uncore + units (bsc#1230119). +- commit 8a1e34d + +------------------------------------------------------------------- +Wed Sep 4 14:54:14 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Apply the unit control RB tree to MMIO uncore + units (bsc#1230119). +- commit 956825c + +------------------------------------------------------------------- +Wed Sep 4 14:50:01 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Retrieve the unit ID from the unit control + RB tree (bsc#1230119). +- commit 81ab2f7 + +------------------------------------------------------------------- +Wed Sep 4 14:44:47 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Support per PMU cpumask (bsc#1230119). +- commit e0b1be5 + +------------------------------------------------------------------- +Wed Sep 4 14:40:44 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/uncore: Save the unit control address of all units + (bsc#1230119). +- commit 3062251 + +------------------------------------------------------------------- +Wed Sep 4 12:54:21 CEST 2024 - marco.crivellari@suse.com + +- perf/x86/intel/uncore: Support HBM and CXL PMON counters + (bsc#1230119). +- commit a4c2665 + +------------------------------------------------------------------- +Wed Sep 4 11:12:20 CEST 2024 - lhenriques@suse.de + +- fuse: update stats for pages in dropped aux writeback list + (bsc#1230125). +- fuse: fix memory leak in fuse_create_open (bsc#1230124). +- fuse: use unsigned type for getxattr/listxattr size truncation + (bsc#1230123). +- commit c8902bc + +------------------------------------------------------------------- +Wed Sep 4 10:16:36 CEST 2024 - mwilck@suse.com + +- Split kabi part of dm_blk_ioctl-implement-path-failover-for-SG_IO.patch +- kabi: dm_blk_ioctl: implement path failover for SG_IO + (bsc#1183045, bsc#1216776). +- Refresh + patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch. +- commit 9a2ecb0 + +------------------------------------------------------------------- +Wed Sep 4 07:41:41 CEST 2024 - neilb@suse.de + +- NFSD: Fix frame size warning in svc_export_parse() (git-fixes). +- NFSD: Rewrite synopsis of nfsd_percpu_counters_init() + (git-fixes). +- commit 3ab58b8 + +------------------------------------------------------------------- +Wed Sep 4 07:37:30 CEST 2024 - neilb@suse.de + +- blacklist.conf: These aren't wanted for various reasons. +- commit 39478da + +------------------------------------------------------------------- +Wed Sep 4 00:34:05 CEST 2024 - krisman@suse.de + +- kABI: Split kABI out of io_uring/kbuf: protect io_buffer_list teardown with a + reference + When introducing this patch, I merged the kABI patch with the actual + backport, which is not recommended. Split it up, such that the backport + is similar to the upstream patch and handle the kABI issue exactly the + same way, but through a separate kABI patch. +- commit 08e57d6 + +------------------------------------------------------------------- +Tue Sep 3 16:04:36 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add cf3f9a593dab mm: optimize the redundant loop of mm_update_owner_next() +- commit 3184f0b + +------------------------------------------------------------------- +Tue Sep 3 15:59:41 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: d24f05987ce8 cgroup: Avoid extra dereference in css_populate_dir() +- commit 922f944 + +------------------------------------------------------------------- +Tue Sep 3 14:44:24 CEST 2024 - oneukum@suse.com + +- usb: typec: ucsi: Wait 20ms before reading CCI after a reset + (git-fixes). +- commit 26d16be + ------------------------------------------------------------------- Mon Sep 2 16:22:10 CEST 2024 - lhenriques@suse.de @@ -46,6 +3303,13 @@ Mon Sep 2 15:18:57 CEST 2024 - denis.kirjanov@suse.com - Bluetooth: L2CAP: Fix deadlock (git-fixes). - commit 13aba13 +------------------------------------------------------------------- +Mon Sep 2 14:52:20 CEST 2024 - sjaeckel@suse.de + +- net/sched: act_ct: fix skb leak and crash on ooo frags + (CVE-2023-52610 bsc#1221610). +- commit 7a32533 + ------------------------------------------------------------------- Mon Sep 2 13:51:17 CEST 2024 - denis.kirjanov@suse.com @@ -658,6 +3922,12 @@ Thu Aug 29 12:39:28 CEST 2024 - vkarasulli@suse.de (CVE-2024-42277 bsc#1229409). - commit ede2511 +------------------------------------------------------------------- +Wed Aug 28 22:30:45 CEST 2024 - dsterba@suse.com + +- Update references patches.suse/drm-amd-display-Add-null-checks-for-stream-and-plane.patch (CVE-2024-43904 bsc#1229768 stable-fixes) +- commit aaa26ef + ------------------------------------------------------------------- Wed Aug 28 17:34:22 CEST 2024 - tbogendoerfer@suse.de @@ -839,6 +4109,23 @@ Mon Aug 26 22:10:50 CEST 2024 - dsterba@suse.com - net/mlx5e: Fix CT entry update leaks of modify header context (CVE-2024-43864 bsc#1229496) - commit 316a4fe +------------------------------------------------------------------- +Mon Aug 26 19:15:11 CEST 2024 - msuchanek@suse.de + +- rpm/check-for-config-changes: Exclude ARCH_USING_PATCHABLE_FUNCTION_ENTRY + gcc version dependent, at least on ppc +- commit 16da158 + +------------------------------------------------------------------- +Mon Aug 26 18:24:08 CEST 2024 - mkoutny@suse.com + +- af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg + (bsc#1226846 CVE-2024-38596). +- Update + patches.suse/af_unix-Fix-data-races-around-sk-sk_shutdown.patch + (git-fixes bsc#1226846). +- commit 7ceb0cd + ------------------------------------------------------------------- Mon Aug 26 16:54:37 CEST 2024 - sjaeckel@suse.de @@ -885,6 +4172,13 @@ Mon Aug 26 14:33:10 CEST 2024 - ptesarik@suse.com (git-fixes). - commit 99fe6bb +------------------------------------------------------------------- +Mon Aug 26 13:40:30 CEST 2024 - bdas@suse.de + +- x86/kaslr: Expose and use the end of the physical memory + address space (bsc#1229443). +- commit 5b98c4e + ------------------------------------------------------------------- Mon Aug 26 13:35:28 CEST 2024 - dsterba@suse.com @@ -2787,6 +6081,13 @@ Mon Aug 12 23:18:41 CEST 2024 - lduncan@suse.com - scsi: mpi3mr: Sanitise num_phys (bsc#1228754 CVE-2024-42159). - commit e024eb0 +------------------------------------------------------------------- +Mon Aug 12 21:14:38 CEST 2024 - davide.benini@suse.com + +- tcp_metrics: validate source addr length + (CVE-2024-42154 bsc#1228507). +- commit a83d949 + ------------------------------------------------------------------- Mon Aug 12 18:06:12 CEST 2024 - jlee@suse.com @@ -3683,6 +6984,12 @@ Tue Aug 6 20:10:57 CEST 2024 - lduncan@suse.com CVE-2024-41000). - commit 4cc5e60 +------------------------------------------------------------------- +Tue Aug 6 17:47:46 CEST 2024 - davide.benini@suse.com + +- tipc: force a dst refcount before doing decryption (CVE-2024-40983 bsc#1227819). +- commit cee1bad + ------------------------------------------------------------------- Tue Aug 6 15:43:43 CEST 2024 - davide.benini@suse.com @@ -11119,6 +14426,15 @@ Tue Jul 2 12:30:42 CEST 2024 - fdmanana@suse.com prealloc (bsc#1227101 CVE-2024-37354). - commit 1d355af +------------------------------------------------------------------- +Tue Jul 2 11:39:51 CEST 2024 - dwagner@suse.de + +- blk-mq: add helper for checking if one CPU is mapped to + specified hctx (bsc#1223600). +- blk-mq: don't schedule block kworker on isolated CPUs + (bsc#1223600). +- commit 2b67848 + ------------------------------------------------------------------- Tue Jul 2 09:43:57 CEST 2024 - tbogendoerfer@suse.de @@ -13935,6 +17251,13 @@ Sat Jun 15 09:34:43 CEST 2024 - tiwai@suse.de - drm/komeda: check for error-valued pointer (git-fixes). - commit b393dd7 +------------------------------------------------------------------- +Fri Jun 14 20:27:57 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix use-after-free bug in + cifs_debug_data_proc_show() (bsc#1225487, CVE-2023-52752). +- commit c4e1b53 + ------------------------------------------------------------------- Fri Jun 14 17:55:13 CEST 2024 - mgorman@suse.de diff --git a/kernel-syms-rt.spec b/kernel-syms-rt.spec index cef6369..d3f871e 100644 --- a/kernel-syms-rt.spec +++ b/kernel-syms-rt.spec @@ -16,7 +16,7 @@ # -%define git_commit e934c8fe561e3b4e6eeb3d36934180260478343a +%define git_commit b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80 %define variant -rt%{nil} %include %_sourcedir/kernel-spec-macros @@ -25,7 +25,7 @@ Name: kernel-syms-rt Version: 6.4.0 %if %using_buildservice %if 0%{?is_kotd} -Release: .ge934c8f +Release: .gb49e7e5 %else Release: 0 %endif diff --git a/patches.kabi.tar.bz2 b/patches.kabi.tar.bz2 index 8e5e577..488bb61 100644 --- a/patches.kabi.tar.bz2 +++ b/patches.kabi.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6e6dbe24a3a5e405ac765dea511960789dd8c826cd0b5a2f2f6bef495614ecd -size 35045 +oid sha256:ce11b0fadc8f3b5c2ce80310e41eb399cf4865472873aaa4a1dbc1f4a03aa9f6 +size 36974 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 97d4c41..2ad7a94 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:d37410ec8d3145c16418b29af43183f6429dbd373e3899683265c1116b2dce5b -size 23488572 +oid sha256:36aecebf993d9cfcee7418f510c938611a4cbf155a4e552cf5d3768f2dc6c3bf +size 23934158 diff --git a/series.conf b/series.conf index 69b5b54..9ee9646 100644 --- a/series.conf +++ b/series.conf @@ -76,6 +76,7 @@ patches.suse/erofs-clean-up-zmap.c.patch patches.suse/btrfs-export-bitmap_test_range_all_-set-zero.patch patches.suse/btrfs-use-SECTOR_SHIFT-to-convert-LBA-to-physical-of.patch + patches.suse/btrfs-remove-level-argument-from-btrfs_set_block_fla.patch patches.suse/btrfs-fix-dirty_metadata_bytes-for-redirtied-bu.patch patches.suse/btrfs-don-t-hold-an-extra-reference-for-redirtied-bu.patch patches.suse/btrfs-always-read-the-entire-extent_buffer.patch @@ -960,6 +961,7 @@ patches.suse/mm-hugetlb-use-a-folio-in-hugetlb_fault.patch patches.suse/mm-mm_init.c-drop-nid-parameter-from-check_for_memory.patch patches.suse/shmem-use-ramfs_kill_sb-for-kill_sb-method-of-r.patch + patches.suse/s390-allow-pte_offset_map_lock-to-fail.patch patches.suse/vmstat-skip-periodic-vmstat-update-for-isolated-CPUs.patch patches.suse/mm-vmalloc-replace-the-ternary-conditional-operator-with-min.patch patches.suse/selftests-damon-add-config-file.patch @@ -1445,6 +1447,9 @@ patches.suse/tls-sw-Convert-tls_sw_sendpage-to-use-MSG_SPLICE_PAG.patch patches.suse/tls-device-Support-MSG_SPLICE_PAGES.patch patches.suse/tls-device-Convert-tls_device_sendpage-to-use-MSG_SP.patch + patches.suse/usbnet-ipheth-fix-risk-of-NULL-pointer-deallocation.patch + patches.suse/usbnet-ipheth-transmit-URBs-without-trailing-padding.patch + patches.suse/usbnet-ipheth-add-CDC-NCM-support.patch patches.suse/net-ncsi-make-one-oem_gma-function-for-all-mfr-.patch patches.suse/net-ncsi-change-from-ndo_set_mac_address-to-dev.patch patches.suse/tools-ynl-Remove-duplicated-include-in-handshake-use.patch @@ -5379,6 +5384,7 @@ patches.suse/s390-uv-replace-scnprintf-with-sysfs_emit.patch patches.suse/s390-uv-Update-query-for-secret-UVCs.patch patches.suse/KVM-arm64-Use-local-TLBI-on-permission-relaxation + patches.suse/KVM-arm64-Block-unsafe-FF-A-calls-from-the-host.patch patches.suse/KVM-arm64-Drop-is_kernel_in_hyp_mode-from-__invalidate_icache_guest_page.patch patches.suse/arm64-Allow-EL1-physical-timer-access-when-running-VHE.patch patches.suse/arm64-Use-CPACR_EL1-format-to-set-CPTR_EL2-when-E2H-is-set.patch @@ -8834,6 +8840,7 @@ patches.suse/devlink-move-tracepoint-definitions-into-core.c.patch patches.suse/devlink-move-small_ops-definition-into-netlink.c.patch patches.suse/devlink-move-devlink_notify_register-unregister-to-d.patch + patches.suse/r8152-add-vendor-device-ID-pair-for-D-Link-DUB-E250.patch patches.suse/net-mlx5-Dynamic-cyclecounter-shift-calculation-for-.patch patches.suse/net-handle-ARPHRD_PPP-in-dev_is_mac_header_xmit.patch patches.suse/ice-avoid-executing-commands-on-other-ports-when-dri.patch @@ -11140,6 +11147,7 @@ patches.suse/media-az6007-Fix-null-ptr-deref-in-az6007_i2c_xfer.patch patches.suse/media-dvb-usb-v2-gl861-Fix-null-ptr-deref-in-gl861_i.patch patches.suse/media-Explicitly-include-correct-DT-includes.patch + patches.suse/media-aspeed-Fix-memory-overwrite-if-timing-is-1600x.patch patches.suse/media-tuners-qt1010-replace-BUG_ON-with-a-regular-er.patch patches.suse/media-pci-cx23885-replace-BUG-with-error-return.patch patches.suse/media-amphion-reinit-vpu-if-reqbufs-output-0.patch @@ -12511,6 +12519,7 @@ patches.suse/cxl-pci-Fix-appropriate-checking-for-_OSC-while-hand.patch patches.suse/cxl-region-Match-auto-discovered-region-decoders-by-.patch patches.suse/ring-buffer-Fix-bytes-info-in-per_cpu-buffer-stats.patch + patches.suse/KVM-arm64-nvhe-Ignore-SVE-hint-in-SMCCC-function-ID.patch patches.suse/KVM-x86-mmu-Open-code-leaf-invalidation-from-mmu_not.patch patches.suse/KVM-x86-mmu-Do-not-filter-address-spaces-in-for_each.patch patches.suse/KVM-x86-mmu-Stop-zapping-invalidated-TDP-MMU-roots-a.patch @@ -13273,6 +13282,8 @@ patches.suse/iov_iter-x86-Be-consistent-about-the-__user-tag-on-c.patch patches.suse/infiniband-Use-user_backed_iter-to-see-if-iterator-i.patch patches.suse/nfsd-Handle-EOPENSTALE-correctly-in-the-filecache.patch + patches.suse/NFSD-Rewrite-synopsis-of-nfsd_percpu_counters_init.patch + patches.suse/NFSD-Fix-frame-size-warning-in-svc_export_parse.patch patches.suse/svcrdma-Drop-connection-after-an-RDMA-Read-error.patch patches.suse/btrfs-do-not-require-EXTENT_NOWAIT-for-btrfs_redirty.patch patches.suse/btrfs-remove-the-need_raid_map-parameter-from-btrfs_.patch @@ -13403,6 +13414,8 @@ patches.suse/sched-fair-Remove-SIS_PROP.patch patches.suse/x86-speculation-objtool-Use-absolute-relocations-for-annot.patch patches.suse/objtool-Propagate-early-errors.patch + patches.suse/perf-x86-intel-Use-the-common-uarch-name-for-the-shared-functions.patch + patches.suse/perf-x86-intel-Factor-out-the-initialization-code-for-SPR.patch patches.suse/perf-core-Bail-out-early-if-the-request-AUX-area-is-out-of-bound.patch patches.suse/perf-Optimize-perf_cgroup_switch.patch patches.suse/x86-boot-Fix-incorrect-startup_gdt_descr.size.patch @@ -16380,6 +16393,7 @@ patches.suse/PCI-qcom-ep-Add-dedicated-callback-for-writing-to-DB.patch patches.suse/PCI-dwc-Add-dw_pcie_link_set_max_link_width.patch patches.suse/PCI-dwc-Add-missing-PCI_EXP_LNKCAP_MLW-handling.patch + patches.suse/PCI-dwc-Expose-dw_pcie_ep_exit-to-module.patch patches.suse/PCI-dwc-endpoint-Introduce-.pre_init-and-.deinit.patch patches.suse/misc-pci_endpoint_test-Add-Device-ID-for-R-Car-S4-8-.patch patches.suse/PCI-qcom-Use-PCIE_SPEED2MBS_ENC-macro-for-encoding-l.patch @@ -17076,6 +17090,7 @@ patches.suse/modpost-fix-ishtp-MODULE_DEVICE_TABLE-built-on-big-e.patch patches.suse/efivarfs-Add-uid-gid-mount-options.patch patches.suse/smb-client-fix-potential-deadlock-when-releasing-mids.patch + patches.suse/smb-client-fix-use-after-free-bug-in-cifs_debug_data_proc_show-.patch patches.suse/smb-client-remove-extra-chan_count-check-in-__cifs_put_smb_ses-.patch patches.suse/smb-client-fix-use-after-free-in-smb2_query_info_compound-.patch patches.suse/9p-trans_fd-Annotate-data-racy-writes-to-file-f_flag.patch @@ -17456,6 +17471,7 @@ patches.suse/i2c-iproc-handle-invalid-slave-state.patch patches.suse/i2c-designware-Disable-TX_EMPTY-irq-while-waiting-fo.patch patches.suse/i2c-dev-copy-userspace-array-safely.patch + patches.suse/Input-tsc2004-5-use-device-core-to-create-driver-spe.patch patches.suse/Input-synaptics-rmi4-fix-use-after-free-in-rmi_unreg.patch patches.suse/netlink-specs-devlink-add-forgotten-port-function-ca.patch patches.suse/tools-ynl-gen-don-t-touch-the-output-file-if-content.patch @@ -18887,6 +18903,8 @@ patches.suse/powerpc-smp-Dynamically-build-Powerpc-topology.patch patches.suse/KVM-PPC-Book3S-HV-Handle-pending-exceptions-on-guest.patch patches.suse/arm64-properly-install-vmlinuz.efi.patch + patches.suse/arm64-mm-Modify-range-based-tlbi-to-decrement-scale.patch + patches.suse/arm64-mm-Update-tlb-invalidation-routines-for-FEAT_LPA2.patch patches.suse/arm64-irq-set-the-correct-node-for-VMAP-stack.patch patches.suse/arm64-irq-set-the-correct-node-for-shadow-call-stack.patch patches.suse/PCI-Add-Alibaba-Vendor-ID-to-linux-pci_ids.h.patch @@ -19814,6 +19832,7 @@ patches.suse/bnxt_en-Remove-unneeded-variable-in-bnxt_hwrm_clear_.patch patches.suse/bnxt_en-Fix-RCU-locking-for-ntuple-filters-in-bnxt_s.patch patches.suse/bnxt_en-Fix-RCU-locking-for-ntuple-filters-in-bnxt_r.patch + patches.suse/net-sched-act_ct-fix-skb-leak-and-crash-on-ooo-frags.patch patches.suse/mlxbf_gige-Fix-intermittent-no-ip-issue.patch patches.suse/mlxbf_gige-Enable-the-GigE-port-in-mlxbf_gige_open.patch patches.suse/ip6_tunnel-fix-NEXTHDR_FRAGMENT-handling-in-ip6_tnl_.patch @@ -20462,6 +20481,7 @@ patches.suse/serial-sc16is7xx-set-safe-default-SPI-clock-frequenc.patch patches.suse/serial-sc16is7xx-remove-obsolete-loop-in-sc16is7xx_p.patch patches.suse/serial-sc16is7xx-improve-do-while-loop-in-sc16is7xx_.patch + patches.suse/serial-sc16is7xx-refactor-FIFO-access-functions-to-i.patch patches.suse/usb-typec-tcpm-skip-checking-port-send_discover-in-P.patch patches.suse/usb-core-Don-t-force-USB-generic_subclass-drivers-to.patch patches.suse/usb-core-Allow-subclassed-USB-drivers-to-override-us.patch @@ -20613,6 +20633,7 @@ patches.suse/nvme-tcp-remove-unnecessary-goto-statement.patch patches.suse/nvmet-tcp-fix-a-missing-endianess-conversion-in-nvme.patch patches.suse/nvme-fix-max_discard_sectors-calculation.patch + patches.suse/nvmet-trace-avoid-dereferencing-pointer-too-early.patch patches.suse/nvmet-re-fix-tracing-strncpy-warning.patch patches.suse/nvme-trace-avoid-memcpy-overflow-warning.patch patches.suse/nvmet-tcp-Fix-the-H2C-expected-PDU-len-calculation.patch @@ -20682,6 +20703,9 @@ patches.suse/tools-headers-UAPI-Sync-include-uapi-linux-perf_event.h-header-with-the-kernel.patch patches.suse/perf-header-Support-num-and-width-of-branch-counters.patch patches.suse/perf-tools-Add-branch-counter-knob.patch + patches.suse/perf-record-Lazy-load-kernel-symbols.patch + patches.suse/perf-machine-thread-Remove-exited-threads-by-default.patch + patches.suse/perf-annotate-Split-branch-stack-cycles-information-out-of-struct-annotation_line.patch patches.suse/perf-test-Remove-atomics-from-test_loop-to-avoid-test-failures.patch patches.suse/perf-test-Basic-branch-counter-support.patch patches.suse/perf-header-Fix-segfault-on-build_mem_topology-error-path.patch @@ -20697,7 +20721,12 @@ patches.suse/perf-vendor-events-arm64-AmpereOneX-Add-core-PMU-events-and-metrics.patch patches.suse/perf-vendor-events-powerpc-Update-datasource-event-name-to-fix-duplicate-events.patch patches.suse/perf-mem-Fix-error-on-hybrid-related-to-availability-of-mem-event-in-a-PMU.patch + patches.suse/perf-maps-Move-symbol-maps-functions-to-maps.c.patch patches.suse/perf-stat-Exit-perf-stat-if-parse-groups-fails.patch + patches.suse/perf-annotate-Introduce-global-annotation_options.patch + patches.suse/perf-report-Convert-to-the-global-annotation_options.patch + patches.suse/perf-top-Convert-to-the-global-annotation_options.patch + patches.suse/perf-annotate-Use-global-annotation_options.patch patches.suse/perf-stat-Fix-help-message-for-metric-no-threshold-option.patch patches.suse/perf-header-Fix-one-memory-leakage-in-perf_event__fprintf_event_update.patch patches.suse/perf-hisi-ptt-Fix-one-memory-leakage-in-hisi_ptt_process_auxtrace_event.patch @@ -20898,6 +20927,7 @@ patches.suse/net-dsa-mt7530-fix-10M-100M-speed-on-MT7988-switch.patch patches.suse/net-lan966x-Fix-port-configuration-when-using-SGMII-.patch patches.suse/nfc-nci-free-rx_data_reassembly-skb-on-NCI-device-cl.patch + patches.suse/tcp-add-sanity-checks-to-rx-zerocopy.patch patches.suse/net-dsa-qca8k-fix-illegal-usage-of-GPIO.patch patches.suse/net-stmmac-do-not-clear-TBS-enable-bit-on-link-up-do.patch patches.suse/llc-call-sock_orphan-at-release-time.patch @@ -21435,6 +21465,7 @@ patches.suse/dm-verity-dm-crypt-align-struct-bvec_iter-correctly-787f.patch patches.suse/dm-crypt-dm-integrity-dm-verity-bump-target-version-0e0c.patch patches.suse/mm-zswap-fix-missing-folio-cleanup-in-writeback-race.patch + patches.suse/mm-swap-fix-race-when-skipping-swapcache.patch patches.suse/s390-use-the-correct-count-for-__iowrite64_copy.patch patches.suse/s390-cio-fix-invalid-EBUSY-on-ccw_device_start.patch patches.suse/arm64-sme-Restore-SME-registers-on-exit-from-suspend.patch @@ -21493,6 +21524,7 @@ patches.suse/netlink-Fix-kernel-infoleak-after-free-in-__skb_data.patch patches.suse/0001-netlink-add-nla-be16-32-types-to-minlen-array.patch patches.suse/net-smsc95xx-add-support-for-SYS-TEC-USB-SPEmodule1.patch + patches.suse/net-ip_tunnel-prevent-perpetual-headroom-growth.patch patches.suse/ice-fix-connection-state-of-DPLL-and-out-pin.patch patches.suse/ice-fix-dpll-input-pin-phase_adjust-value-updates.patch patches.suse/ice-fix-dpll-and-dpll_pin-data-access-on-PF-reset.patch @@ -21772,6 +21804,7 @@ patches.suse/aoe-fix-the-potential-use-after-free-problem-in-aoec.patch patches.suse/md-add-a-mddev_add_trace_msg-helper-28be.patch patches.suse/nvme-fabrics-typo-in-nvmf_parse_key.patch + patches.suse/nvme-clear-caller-pointer-on-identify-failure.patch patches.suse/x86-resctrl-Read-supported-bandwidth-sources-from-CPUID.patch patches.suse/x86-resctrl-Remove-redundant-variable-in-mbm_config_write_.patch patches.suse/x86-sev-Harden-VC-instruction-emulation-somewhat @@ -21871,6 +21904,7 @@ patches.suse/btrfs-fix-race-when-detecting-delalloc-ranges-during.patch patches.suse/SUNRPC-fix-a-memleak-in-gss_import_v2_context.patch patches.suse/SUNRPC-fix-some-memleaks-in-gssx_dec_option_array.patch + patches.suse/nfsd-Don-t-leave-work-of-closing-files-to-a-work-que.patch patches.suse/nfsd-use-__fput_sync-to-avoid-delayed-closing-of-fil.patch patches.suse/NFSD-fix-nfsd4_listxattr_validate_cookie.patch patches.suse/NFSD-change-LISTXATTRS-cookie-encoding-to-big-endian.patch @@ -22500,11 +22534,13 @@ patches.suse/Bluetooth-Remove-HCI_POWER_OFF_TIMEOUT.patch patches.suse/Bluetooth-mgmt-Remove-leftover-queuing-of-power_off-.patch patches.suse/Bluetooth-Remove-superfluous-call-to-hci_conn_check_.patch + patches.suse/Bluetooth-hci_event-Use-HCI-error-defines-instead-of.patch patches.suse/Bluetooth-hci_core-Cancel-request-on-command-timeout.patch patches.suse/Bluetooth-Remove-usage-of-the-deprecated-ida_simple_.patch patches.suse/Bluetooth-btintel-Fix-null-ptr-deref-in-btintel_read.patch patches.suse/Bluetooth-hci_event-Fix-not-indicating-new-connectio.patch patches.suse/Bluetooth-hci_event-Remove-code-to-removed-CONFIG_BT.patch + patches.suse/Bluetooth-hci_sync-Add-helper-functions-to-manipulat.patch patches.suse/Bluetooth-hci_qca-don-t-use-IS_ERR_OR_NULL-with-gpio.patch patches.suse/Bluetooth-btintel-Fixe-build-regression.patch patches.suse/Bluetooth-hci_sync-Use-QoS-to-determine-which-PHY-to.patch @@ -22584,6 +22620,8 @@ patches.suse/pmdomain-imx8mp-blk-ctrl-imx8mp_blk-Add-fdcc-clock-t.patch patches.suse/PM-suspend-Set-mem_sleep_current-during-kernel-comma.patch patches.suse/PM-sleep-wakeirq-fix-wake-irq-warning-in-system-susp.patch + patches.suse/ACPI-CPPC-Add-helper-to-get-the-highest-performance-.patch + patches.suse/cpufreq-amd-pstate-Enable-amd-pstate-preferred-core-.patch patches.suse/cpufreq-amd-pstate-Fix-min_perf-assignment-in-amd_ps.patch patches.suse/cpufreq-Limit-resolving-a-frequency-to-policy-min-ma.patch patches.suse/cpufreq-brcmstb-avs-cpufreq-add-check-for-cpufreq_cp.patch @@ -22792,6 +22830,7 @@ patches.suse/perf-expr-Fix-has_event-function-for-metric-style-events.patch patches.suse/perf-stat-Avoid-metric-only-segv.patch patches.suse/perf-metric-Don-t-remove-scale-from-counts.patch + patches.suse/perf-script-add-raw-disasm-arguments-to-insn-trace-option.patch patches.suse/perf-list-fix-short-description-for-some-cache-events.patch patches.suse/perf-print-events-make-is_event_supported-more-robust.patch patches.suse/perf-pmu-Fix-a-potential-memory-leak-in-perf_pmu__lookup.patch @@ -22887,6 +22926,7 @@ patches.suse/clk-samsung-exynos850-Propagate-SPI-IPCLK-rate-chang.patch patches.suse/clk-imx-imx8mp-Fix-SAI_MCLK_SEL-definition.patch patches.suse/clkdev-Update-clkdev-id-usage-to-allow-for-longer-na.patch + patches.suse/clk-add-a-devm-variant-of-clk_rate_exclusive_get.patch patches.suse/libnvdimm-Fix-ACPI_NFIT-in-BLK_DEV_PMEM-help-e4b0.patch patches.suse/nvdimm-make-nvdimm_bus_type-const-1333.patch patches.suse/device-dax-make-dax_bus_type-const-bc22.patch @@ -22998,6 +23038,7 @@ patches.suse/ALSA-hda-realtek-Add-quirk-for-Lenovo-Yoga-9-14IMH9.patch patches.suse/Revert-ALSA-usb-audio-Name-feature-ctl-using-output-.patch patches.suse/ALSA-hda-realtek-add-in-quirk-for-Acer-Swift-Go-16-S.patch + patches.suse/afs-Revert-afs-Hide-silly-rename-files-from-userspace.patch patches.suse/tracing-Have-saved_cmdlines-arrays-all-in-one-allocation.patch patches.suse/ring-buffer-use-READ_ONCE-to-read-cpu_buffer-commit_page-in-concurrent-environment.patch patches.suse/ring-buffer-Make-wake-once-of-ring_buffer_wait-more-robust.patch @@ -23042,6 +23083,8 @@ patches.suse/thunderbolt-Introduce-tb_port_reset.patch patches.suse/thunderbolt-Introduce-tb_path_deactivate_hop.patch patches.suse/thunderbolt-Make-tb_switch_reset-support-Thunderbolt.patch + patches.suse/thunderbolt-Fix-XDomain-rx_lanes_show-and-tx_lanes_s.patch + patches.suse/thunderbolt-Fix-rollback-in-tb_port_lane_bonding_ena.patch patches.suse/thunderbolt-Reset-only-non-USB4-host-routers-in-resu.patch patches.suse/usb-xhci-Add-error-handling-in-xhci_map_urb_for_dma.patch patches.suse/usb-typec-ucsi-Clean-up-UCSI_CABLE_PROP-macros.patch @@ -23173,6 +23216,7 @@ patches.suse/io_uring-Fix-release-of-pinned-pages-when-__io_uaddr.patch patches.suse/io_uring-fix-poll_remove-stalled-req-completion.patch patches.suse/io_uring-clear-opcode-specific-data-for-an-early-fai.patch + patches.suse/nvmet-tcp-do-not-continue-for-invalid-icreq.patch patches.suse/nvme-fix-reconnection-fail-due-to-reserved-tag-alloc.patch patches.suse/drivers-nvme-Add-quirks-for-device-126f-2262.patch patches.suse/nvme-tcp-Export-the-nvme_tcp_wq-to-sysfs.patch @@ -23360,6 +23404,7 @@ patches.suse/KVM-SVM-Add-support-for-allowing-zero-SEV-ASIDs.patch patches.suse/KVM-x86-Introduce-__kvm_get_hypervisor_cpuid-helper.patch patches.suse/KVM-x86-Use-actual-kvm_cpuid.base-for-clearing-KVM_F.patch + patches.suse/KVM-arm64-Don-t-pass-a-TLBI-level-hint-when-zapping-.patch patches.suse/vboxsf-Avoid-an-spurious-warning-if-load_nls_xxx-fai.patch patches.suse/vboxsf-explicitly-deny-setlease-attempts.patch patches.suse/xen-netfront-Add-missing-skb_mark_for_recycle.patch @@ -23611,6 +23656,7 @@ patches.suse/arm64-dts-imx8-ss-dma-fix-can-lpcg-indices.patch patches.suse/arm64-dts-imx8qm-ss-dma-fix-can-lpcg-indices.patch patches.suse/firmware-arm_scmi-Make-raw-debugfs-entries-non-seeka.patch + patches.suse/arm64-tlb-Fix-TLBI-RANGE-operand.patch patches.suse/ata-libata-core-Allow-command-duration-limits-detect.patch patches.suse/swiotlb-extend-buffer-pre-padding-to-alloc_align_mask-if-necessary.patch patches.suse/swiotlb-fix-swiotlb_bounce-to-do-partial-sync-s-correctly.patch @@ -23703,6 +23749,7 @@ patches.suse/RDMA-mlx5-Fix-port-number-for-counter-query-in-multi.patch patches.suse/iommufd-Add-missing-IOMMUFD_DRIVER-kconfig-for-the-s.patch patches.suse/perf-lock-contention-Add-a-missing-NULL-check.patch + patches.suse/clk-provide-dummy-for-devm_clk_rate_exclusive_get.patch patches.suse/clk-Remove-prepare_lock-hold-assertion-in-__clk_rele.patch patches.suse/clk-Don-t-hold-prepare_lock-when-calling-kref_put.patch patches.suse/clk-Initialize-struct-clk_core-kref-earlier.patch @@ -23855,6 +23902,7 @@ patches.suse/platform-x86-ISST-Add-Grand-Ridge-to-HPM-CPU-list.patch patches.suse/power-rt9455-hide-unused-rt9455_boost_voltage_values.patch patches.suse/power-supply-mt6360_charger-Fix-of_match-for-usb-otg.patch + patches.suse/KVM-arm64-vgic-v2-Check-for-non-NULL-vCPU-in-vgic_v2.patch patches.suse/regulator-irq_helpers-duplicate-IRQ-name.patch patches.suse/regulator-mt6360-De-capitalize-devicetree-regulator-.patch patches.suse/regulator-vqmmc-ipq4019-fix-module-autoloading.patch @@ -23996,6 +24044,7 @@ patches.suse/spi-microchip-core-qspi-fix-setting-spi-bus-clock-ra.patch patches.suse/nvme-pci-Add-quirk-for-broken-MSIs.patch patches.suse/nvmet-prevent-sprintf-overflow-in-nvmet_subsys_nsid_.patch + patches.suse/nvmet-rdma-fix-possible-bad-dereference-when-freeing.patch patches.suse/gpiolib-cdev-fix-use-after-free-in-lineinfo_changed_notify.patch patches.suse/gpiolib-cdev-fix-uninitialised-kfifo.patch patches.suse/mm-userfaultfd-reset-ptes-when-close-for-wr-protected-ones.patch @@ -24016,6 +24065,8 @@ patches.suse/KVM-s390-Check-kvm-pointer-when-testing-KVM_CAP_S390_HPAGE_1M.patch patches.suse/selftests-pidfd-Fix-config-for-pidfd_setns_test.patch patches.suse/s390-cpum_cf-make-crypto-counters-upward-compatible-across-machine-types.patch + patches.suse/s390-mm-Convert-make_page_secure-to-use-a-folio.patch + patches.suse/s390-mm-Convert-gmap_make_secure-to-use-a-folio.patch patches.suse/s390-cio-fix-tracepoint-subchannel-type-field.patch patches.suse/arm64-dts-rockchip-Add-enable-strobe-pulldown-to-emmc-phy-on-ROCK-Pi-4.patch patches.suse/arm64-dts-rockchip-Add-enable-strobe-pulldown-to-emmc-phy-on-ROCK-4C.patch @@ -24044,6 +24095,7 @@ patches.suse/io_uring-net-fix-sendzc-lazy-wake-polling.patch patches.suse/io_uring-io-wq-Use-set_bit-and-test_bit-at-worker-fl.patch patches.suse/io_uring-fail-NOP-if-non-zero-op-flags-is-passed-in.patch + patches.suse/blk-mq-don-t-schedule-block-kworker-on-isolated-CPUs.patch patches.suse/md-raid5-fix-deadlock-that-raid5d-wait-for-itself-to-clear-MD_SB_CHANGE_PENDING-151f.patch patches.suse/md-add-check-for-sleepers-in-md_wakeup_thread-3821.patch patches.suse/md-don-t-account-sync_io-if-iostats-of-the-disk-is-disabled-9d11.patch @@ -24080,6 +24132,10 @@ patches.suse/x86-boot-Ignore-relocations-in-.notes-sections-in-walk_rel.patch patches.suse/x86-purgatory-Switch-to-the-position-independent-small-cod.patch patches.suse/x86-fpu-Fix-AMD-X86_BUG_FXSAVE_LEAK-fixup + patches.suse/x86-pat-Introduce-lookup_address_in_pgd_attr.patch + patches.suse/x86-mm-Use-lookup_address_in_pgd_attr-in-show_fault_.patch + patches.suse/x86-pat-Restructure-_lookup_address_cpa.patch + patches.suse/x86-pat-Fix-W-X-violation-false-positives-when-runni.patch patches.suse/VFIO-Add-the-SPR_DSA-and-SPR_IAX-devices-to-the-deny.patch patches.suse/dmaengine-idxd-add-a-new-security-check-to-deal-with.patch patches.suse/dmaengine-idxd-add-a-write-method-for-applications-t.patch @@ -24096,6 +24152,8 @@ patches.suse/drivers-perf-hisi_pcie-Fix-out-of-bound-access-when-.patch patches.suse/drivers-perf-hisi-hns3-Fix-out-of-bound-access-when-.patch patches.suse/drivers-perf-hisi-hns3-Actually-use-devm_add_action_.patch + patches.suse/arm64-tlb-Improve-__TLBI_VADDR_RANGE.patch + patches.suse/arm64-tlb-Allow-range-operation-for-MAX_TLBI_RANGE_PAGES.patch patches.suse/selftests-binderfs-use-the-Makefile-s-rules-not-Make.patch patches.suse/selftests-resctrl-fix-clang-build-failure-use-LOCAL_.patch patches.suse/selftests-default-to-host-arch-for-LLVM-builds.patch @@ -24104,6 +24162,7 @@ patches.suse/cpufreq-exit-callback-is-optional.patch patches.suse/cppc_cpufreq-Fix-possible-null-pointer-dereference.patch patches.suse/cpufreq-brcmstb-avs-cpufreq-ISO-C90-forbids-mixed-de.patch + patches.suse/cpufreq-amd-pstate-fix-the-highest-frequency-issue-w.patch patches.suse/ACPI-video-Add-backlight-native-quirk-for-Lenovo-Sli.patch patches.suse/ACPI-disable-Wstringop-truncation.patch patches.suse/ACPI-bus-Indicate-support-for-_TFP-thru-_OSC.patch @@ -24231,6 +24290,7 @@ patches.suse/Bluetooth-qca-Fix-error-code-in-qca_read_fw_build_in.patch patches.suse/eth-sungem-remove-.ndo_poll_controller-to-avoid-dead.patch patches.suse/selftests-net-move-amt-to-socat-for-better-compatibi.patch + patches.suse/af_unix-Fix-data-races-in-unix_release_sock-unix_stream_sendmsg.patch patches.suse/net-openvswitch-fix-overwriting-ct-original-tuple-fo.patch patches.suse/ipv6-sr-fix-incorrect-unregister-order.patch patches.suse/net-mlx5e-Fix-netif-state-handling.patch @@ -24366,6 +24426,7 @@ patches.suse/KVM-x86-Fully-re-initialize-supported_mce_cap-on-ven.patch patches.suse/KVM-x86-mmu-Move-private-vs.-shared-check-above-slot.patch patches.suse/KVM-x86-mmu-Don-t-force-emulation-of-L2-accesses-to-.patch + patches.suse/KVM-arm64-Do-not-re-initialize-the-KVM-lock.patch patches.suse/KVM-nVMX-Clear-EXIT_QUALIFICATION-when-injecting-an-.patch patches.suse/KVM-x86-Don-t-advertise-guest.MAXPHYADDR-as-host.MAXPHYADDR-in-C patches.suse/KVM-x86-Allow-don-t-ignore-same-value-writes-to-immu.patch @@ -24398,6 +24459,7 @@ patches.suse/media-cec-core-avoid-recursive-cec_claim_log_addrs.patch patches.suse/media-cec-core-avoid-confusing-transmit-timed-out-me.patch patches.suse/media-mxl5xx-Move-xpt-structures-off-stack.patch + patches.suse/media-mtk-vcodec-potential-null-pointer-deference-in.patch patches.suse/media-dvb-frontends-tda18271c2dd-Remove-casting-duri.patch patches.suse/media-s2255-Use-refcount_t-instead-of-atomic_t-for-n.patch patches.suse/media-dvb-frontends-tda10048-Fix-integer-overflow.patch @@ -24438,6 +24500,7 @@ patches.suse/of-module-add-buffer-overflow-check-in-of_modalias.patch patches.suse/kprobe-ftrace-bail-out-if-ftrace-was-killed.patch patches.suse/ftrace-Fix-possible-use-after-free-issue-in-ftrace_location.patch + patches.suse/net-bridge-xmit-make-sure-we-have-at-least-eth-header-len-bytes.patch patches.suse/selftests-net-bridge-increase-IGMP-MLD-exclude-timeo.patch patches.suse/0001-net-bridge-mst-fix-vlan-use-after-free.patch patches.suse/bonding-fix-oops-during-rmmod.patch @@ -24511,6 +24574,7 @@ patches.suse/i2c-cadence-Avoid-fifo-clear-after-start.patch patches.suse/i2c-synquacer-Fix-an-error-handling-path-in-synquace.patch patches.suse/i2c-i801-Annotate-apanel_addr-as-__ro_after_init.patch + patches.suse/i2c-lpi2c-avoid-calling-clk_get_rate-during-transfer.patch patches.suse/i2c-acpi-Unbind-mux-adapters-before-delete.patch patches.suse/watchdog-cpu5wdt.c-Fix-use-after-free-bug-caused-by-.patch patches.suse/watchdog-bd9576-Drop-always-running-property.patch @@ -24565,6 +24629,8 @@ patches.suse/sched-topology-Optimize-topology_span_sane.patch patches.suse/perf-script-Show-also-errors-for-insn-trace-option.patch patches.suse/perf-auxtrace-Fix-multiple-use-of-itrace-option.patch + patches.suse/perf-tools-Use-pmus-to-describe-type-from-attribute.patch + patches.suse/perf-tools-Add-use-PMU-reverse-lookup-from-config-to-name.patch patches.suse/perf-record-Delete-session-after-stopping-sideband-thread.patch patches.suse/perf-probe-Add-missing-libgen.h-header-needed-for-using-basename.patch patches.suse/perf-annotate-Get-rid-of-duplicate-group-option-item.patch @@ -24578,6 +24644,7 @@ patches.suse/perf-docs-Document-bpf-event-modifier.patch patches.suse/perf-test-shell-arm_coresight-Increase-buffer-size-for-Coresight-basic-tests.patch patches.suse/perf-intel-pt-Fix-unassigned-instruction-op-discovered-by-MemorySanitizer.patch + patches.suse/perf-pmu-Assume-sysfs-events-are-always-the-same-case.patch patches.suse/perf-bench-internals-inject-build-id-Fix-trap-divide-when-collecting-just-one-DSO.patch patches.suse/perf-ui-browser-Don-t-save-pointer-to-stack-memory.patch patches.suse/perf-ui-browser-Avoid-SEGV-on-title.patch @@ -24595,12 +24662,15 @@ patches.suse/usb-typec-ucsi-Never-send-a-lone-connector-change-ac.patch patches.suse/usb-misc-uss720-check-for-incompatible-versions-of-t.patch patches.suse/usb-dwc3-pci-Don-t-set-linux-phy_charger_detect-prop.patch + patches.suse/usb-typec-ucsi-Wait-20ms-before-reading-CCI-after-a-.patch patches.suse/usb-typec-ucsi_glink-drop-special-handling-for-CCI_B.patch patches.suse/usb-gadget-function-Remove-usage-of-the-deprecated-i.patch patches.suse/usb-dwc3-core-Skip-setting-event-buffers-for-host-on.patch patches.suse/usb-xhci-prevent-potential-failure-in-handle_tx_even.patch patches.suse/usb-gadget-u_audio-Fix-race-condition-use-of-control.patch patches.suse/usb-gadget-u_audio-Clear-uac-pointer-when-freed.patch + patches.suse/thunderbolt-Fix-calculation-of-consumed-USB3-bandwid.patch + patches.suse/thunderbolt-There-are-only-5-basic-router-registers-.patch patches.suse/usb-dwc3-Wait-unconditionally-after-issuing-EndXfer-.patch patches.suse/usb-typec-ucsi-displayport-Fix-potential-deadlock.patch patches.suse/usb-typec-tipd-fix-event-checking-for-tps6598x.patch @@ -24672,6 +24742,7 @@ patches.suse/cdrom-rearrange-last_media_change-check-to-avoid-uni.patch patches.suse/blk-cgroup-fix-list-corruption-from-resetting-io-stat.patch patches.suse/blk-cgroup-fix-list-corruption-from-reorder-of-WRITE-lqueued.patch + patches.suse/blk-mq-add-helper-for-checking-if-one-CPU-is-mapped-.patch patches.suse/null_blk-fix-null-ptr-dereference-while-configuring-.patch patches.suse/NFS-add-atomic_open-for-NFSv3-to-handle-O_TRUNC-corr.patch patches.suse/NFSv4-Fixup-smatch-warning-for-ambiguous-return.patch @@ -24718,6 +24789,7 @@ patches.suse/nilfs2-fix-use-after-free-of-timer-for-log-writer-th.patch patches.suse/nilfs2-fix-unexpected-freezing-of-nilfs_segctor_sync.patch patches.suse/nilfs2-fix-potential-hang-in-nilfs_detach_log_writer.patch + patches.suse/afs-Don-t-cross-.backup-mountpoint-from-backup-volume.patch patches.suse/tpm_tis_spi-Account-for-SPI-header-when-allocating-T.patch patches.suse/net-9p-fix-uninit-value-in-p9_client_rpc.patch patches.suse/9p-add-missing-locking-around-taking-dentry-fid-list.patch @@ -24759,6 +24831,7 @@ patches.suse/nvme-multipath-fix-io-accounting-on-failover.patch patches.suse/nvmet-fix-ns-enable-disable-possible-hang.patch patches.suse/nvme-adjust-multiples-of-NVME_CTRL_PAGE_SIZE-in-offs.patch + patches.suse/nvme-use-srcu-for-iterating-namespace-list.patch patches.suse/nvmet-fix-a-possible-leak-when-destroy-a-ctrl-during.patch patches.suse/regmap-i2c-Subtract-reg-size-from-max_write.patch patches.suse/spi-Don-t-mark-message-DMA-mapped-when-no-transfer-i.patch @@ -24874,6 +24947,7 @@ patches.suse/gpio-tqmx86-fix-broken-IRQ_TYPE_EDGE_BOTH-interrupt-.patch patches.suse/nilfs2-fix-potential-kernel-bug-due-to-lack-of-write.patch patches.suse/nilfs2-fix-nilfs_empty_dir-misjudgment-and-long-loop.patch + patches.suse/perf-core-Fix-missing-wakeup-when-waiting-for-context-reference.patch patches.suse/x86-kexec-Fix-bug-with-call-depth-tracking.patch patches.suse/x86-amd_nb-Check-for-invalid-SMN-reads patches.suse/kconfig-gconf-give-a-proper-initial-state-to-the-Sav.patch @@ -24927,6 +25001,7 @@ patches.suse/nvme-avoid-double-free-special-payload.patch patches.suse/nvmet-passthru-propagate-status-from-id-override-fun.patch patches.suse/nvmet-always-initialize-cqe.result.patch + patches.suse/nvme-fix-namespace-removal-list.patch patches.suse/drm-panel-orientation-quirks-Add-quirk-for-Aya-Neo-K.patch patches.suse/drm-komeda-check-for-error-valued-pointer.patch patches.suse/drm-bridge-panel-Fix-runtime-warning-on-panel-bridge.patch @@ -24999,9 +25074,11 @@ patches.suse/net-lan743x-Support-WOL-at-both-the-PHY-and-MAC-appr.patch patches.suse/net-phy-mxl-gpy-Remove-interrupt-mask-clearing-from-.patch patches.suse/net-sched-act_api-fix-possible-infinite-loop-in-tcf_.patch + patches.suse/tipc-force-a-dst-refcount-before-doing-decryption.patch patches.suse/ptp-fix-integer-overflow-in-max_vclocks_store.patch patches.suse/net-usb-ax88179_178a-improve-reset-check.patch patches.suse/virtio_net-checksum-offloading-handling-fix + patches.suse/virtio_net-fixing-XDP-for-fully-checksummed-packets-.patch patches.suse/net-do-not-leave-a-dangling-sk-pointer-when-socket-c.patch patches.suse/seg6-fix-parameter-passing-when-calling-NF_HOOK-in-E.patch patches.suse/net-usb-rtl8150-fix-unintiatilzed-variables-in-rtl81.patch @@ -25039,6 +25116,7 @@ patches.suse/arm64-dts-freescale-imx8mm-verdin-enable-hysteresis-on-slow-input-pin.patch patches.suse/arm64-dts-imx8qm-mek-fix-gpio-number-for-reg_usdhc2_vmmc.patch patches.suse/firmware-psci-Fix-return-value-from-psci_system_susp.patch + patches.suse/closures-Change-BUG_ON-to-WARN_ON-339b.patch patches.suse/xfs-fix-unlink-vs-cluster-buffer-instantiation-race.patch patches.suse/spi-stm32-qspi-Fix-dual-flash-mode-sanity-test-in-st.patch patches.suse/spi-stm32-qspi-Clamp-stm32_qspi_get_mode-output-to-C.patch @@ -25133,6 +25211,7 @@ patches.suse/platform-x86-lg-laptop-Use-ACPI-device-handle-when-e.patch patches.suse/i2c-testunit-don-t-erase-registers-after-STOP.patch patches.suse/i2c-testunit-discard-write-requests-while-old-comman.patch + patches.suse/xfs-restrict-when-we-try-to-align-cow-fork-delalloc-to-cowextsz-hints.patch patches.suse/xfs-allow-unlinked-symlinks-and-dirs-with-zero-size.patch patches.suse/xfs-honor-init_xattrs-in-xfs_init_new_inode-for-ATTR.patch patches.suse/PCI-MSI-Fix-UAF-in-msi_capability_init.patch @@ -25190,6 +25269,7 @@ patches.suse/mac802154-fix-time-calculation-in-ieee802154_configu.patch patches.suse/net-mac802154-Fix-racy-device-stats-updates-by-DEV_S.patch patches.suse/bnx2x-Fix-multiple-UBSAN-array-index-out-of-bounds.patch + patches.suse/tcp_metrics-validate-source-addr-length.patch patches.suse/Bluetooth-hci_bcm4377-Fix-msgid-release.patch patches.suse/Bluetooth-hci_event-Fix-setting-of-unicast-qos-inter.patch patches.suse/Bluetooth-qca-Fix-BT-enable-failure-again-for-QCA639.patch @@ -25237,6 +25317,7 @@ patches.suse/ACPI-processor_idle-Fix-invalid-comparison-with-inse.patch patches.suse/platform-x86-toshiba_acpi-Fix-array-out-of-bounds-ac.patch patches.suse/mm-vmalloc-check-if-a-hash-index-is-in-cpu_possible_.patch + patches.suse/mm-filemap-make-MAX_PAGECACHE_ORDER-acceptable-to-xa.patch patches.suse/mm-shmem-disable-PMD-sized-page-cache-if-needed.patch patches.suse/netfs-fscache-export-fscache_put_volume-and-add-fscac.patch patches.suse/cachefiles-fix-slab-use-after-free-in-fscache_withdra.patch @@ -25318,6 +25399,7 @@ patches.suse/md-change-the-return-value-type-of-md_write_start-to-void-03e7.patch patches.suse/md-fix-deadlock-between-mddev_suspend-and-flush-bio-611d.patch patches.suse/md-md-bitmap-fix-writing-non-bitmap-pages-ab99.patch + patches.suse/md-raid5-avoid-BUG_ON-while-continue-reshape-after-r-305a.patch patches.suse/block-initialize-integrity-buffer-to-zero-before-wri.patch patches.suse/md-raid5-fix-spares-errors-about-rcu-usage-2314.patch patches.suse/md-Don-t-wait-for-MD_RECOVERY_NEEDED-for-HOT_REMOVE_DISK-ioctl-a1fd.patch @@ -25337,8 +25419,17 @@ patches.suse/arm64-cputype-Add-Cortex-X925-definitions.patch patches.suse/arm64-errata-Unify-speculative-SSBS-errata-logic.patch patches.suse/arm64-errata-Expand-speculative-SSBS-workaround.patch + patches.suse/ACPI-processor-Return-an-error-if-acpi_processor_get.patch + patches.suse/ACPI-processor-Fix-memory-leaks-in-error-paths-of-pr.patch + patches.suse/arm64-acpi-Move-get_cpu_for_acpi_id-to-a-header.patch + patches.suse/arm64-acpi-Harden-get_cpu_for_acpi_id-against-missing-CPU-entry.patch + patches.suse/platform-chrome-cros_ec_lpc-MEC-access-can-use-an-AM.patch patches.suse/platform-chrome-cros_ec_debugfs-fix-wrong-EC-message.patch patches.suse/hwmon-adt7475-Fix-default-duty-on-fan-is-disabled.patch + patches.suse/hwmon-adc128d818-Fix-underflows-seen-when-writing-li.patch + patches.suse/hwmon-lm95234-Fix-underflows-seen-when-writing-limit.patch + patches.suse/hwmon-nct6775-core-Fix-underflows-seen-when-writing-.patch + patches.suse/hwmon-w83627ehf-Fix-underflows-seen-when-writing-lim.patch patches.suse/hwmon-max6697-Fix-underflow-when-writing-limit-attri.patch patches.suse/hwmon-max6697-Fix-swapped-temp-1-8-critical-alarms.patch patches.suse/pwm-stm32-Always-do-lazy-disabling.patch @@ -25346,12 +25437,15 @@ patches.suse/gpio-mc33880-Convert-comma-to-semicolon.patch patches.suse/spi-atmel-quadspi-Add-missing-check-for-clk_prepare.patch patches.suse/spi-spi-microchip-core-Fix-the-number-of-chip-select.patch + patches.suse/regmap-spi-Fix-potential-off-by-one-when-calculating.patch patches.suse/x86-kconfig-Add-as-instr64-macro-to-properly-evaluate-AS_WRUSS + patches.suse/hwmon-k10temp-Check-return-value-of-amd_smn_read.patch patches.suse/soc-qcom-pmic_glink-Handle-the-return-value-of-pmic_.patch patches.suse/soc-qcom-rpmh-rsc-Ensure-irqs-aren-t-disabled-by-rpm.patch patches.suse/soc-qcom-icc-bwmon-Fix-refcount-imbalance-seen-durin.patch patches.suse/soc-qcom-pdr-protect-locator_addr-with-the-main-mute.patch patches.suse/soc-qcom-pdr-fix-parsing-of-domains-lists.patch + patches.suse/pwm-xilinx-Fix-u32-overflow-issue-in-32-bit-width-PW.patch patches.suse/soc-xilinx-rename-cpu_number1-to-dummy_cpu_number.patch patches.suse/drivers-soc-xilinx-check-return-status-of-get_api_ve.patch patches.suse/firmware-turris-mox-rwtm-Do-not-complete-if-there-ar.patch @@ -25373,12 +25467,39 @@ patches.suse/sysctl-always-initialize-i_uid-i_gid.patch patches.suse/thermal-drivers-broadcom-Fix-race-between-removal-an.patch patches.suse/cpufreq-amd-pstate-Fix-the-scaling_max_freq-setting-.patch + patches.suse/cpufreq-scmi-Avoid-overflow-of-target_freq-in-fast-s.patch patches.suse/cpufreq-ti-cpufreq-Handle-deferred-probe-with-dev_er.patch patches.suse/ACPI-battery-create-alarm-sysfs-attribute-atomically.patch patches.suse/ACPI-SBS-manage-alarm-sysfs-attribute-through-psy-co.patch + patches.suse/perf-x86-Serialize-set_attr_rdpmc.patch patches.suse/jump_label-Fix-concurrency-issues-in-static_key_slow_dec.patch patches.suse/jump_label-Clarify-condition-in-static_key_fast_inc_not_disabled.patch patches.suse/jump_label-Simplify-and-clarify-static_key_fast_inc_cpus_locked.patch + patches.suse/perf-x86-uncore-save-the-unit-control-address-of-all-units.patch + patches.suse/perf-x86-uncore-support-per-pmu-cpumask.patch + patches.suse/perf-x86-uncore-retrieve-the-unit-id-from-the-unit-control.patch + patches.suse/perf-x86-uncore-apply-the-unit-control-rb-tree-to-mmio.patch + patches.suse/perf-x86-uncore-apply-the-unit-control-rb-tree-to-msr-uncore.patch + patches.suse/perf-x86-uncore-apply-the-unit-control-rb-tree-to-pci-uncore.patch + patches.suse/perf-x86-uncore-cleanup-unused-unit-structure.patch + patches.suse/perf-x86-intel-ucore-support-hbm-and-cxl-pmon-counters.patch + patches.suse/perf-x86-intel-pt-Fix-topa_entry-base-length.patch + patches.suse/perf-x86-intel-pt-Fix-a-topa_entry-base-address-calculation.patch + patches.suse/perf-x86-intel-pt-Fix-pt_topa_entry_for_page-address-calculation.patch + patches.suse/perf-Fix-perf_aux_size-for-greater-than-32-bit-size.patch + patches.suse/perf-Prevent-passing-zero-nr_pages-to-rb_alloc_aux.patch + patches.suse/perf-Fix-default-aux_watermark-calculation.patch + patches.suse/perf-x86-intel-cstate-Fix-Alderlake-Raptorlake-Meteorlake.patch + patches.suse/perf-Fix-event-leak-upon-exit.patch + patches.suse/perf-Move-irq_work_queue-where-the-event-is-prepared.patch + patches.suse/task_work-Add-TWA_NMI_CURRENT-as-an-additional-notify-mode.patch + patches.suse/perf-Enqueue-SIGTRAP-always-via-task_work.patch + patches.suse/perf-Split-__perf_pending_irq-out-of-perf_pending_irq.patch + patches.suse/perf-x86-intel-uncore-Fix-the-bits-of-the-CHA-extended-umask-for-SPR.patch + patches.suse/perf-x86-intel-ds-Fix-non-0-retire-latency-on-Raptorlake.patch + patches.suse/perf-x86-intel-Add-a-distinct-name-for-Granite-Rapids.patch + patches.suse/net-mlx5e-SHAMPO-Fix-incorrect-page-release.patch + patches.suse/net-mlx5e-SHAMPO-Fix-invalid-WQ-linked-list-unlink.patch patches.suse/lib-objagg-Fix-spelling.patch patches.suse/lib-test_objagg-Fix-spelling.patch patches.suse/lib-objagg-Fix-general-protection-fault.patch @@ -25386,13 +25507,19 @@ patches.suse/wifi-brcmsmac-LCN-PHY-code-is-used-for-BCM4313-2G-on.patch patches.suse/wifi-mwifiex-Fix-interface-type-change.patch patches.suse/wifi-nl80211-disallow-setting-special-AP-channel-wid.patch + patches.suse/wifi-cfg80211-restrict-operation-during-radar-detect.patch patches.suse/wifi-mac80211-cancel-multi-link-reconf-work-on-disco.patch patches.suse/wifi-mac80211-reset-negotiated-TTLM-on-disconnect.patch + patches.suse/wifi-mac80211-check-ieee80211_bss_info_change_notify.patch patches.suse/wifi-rtw88-usb-Fix-disconnection-after-beacon-loss.patch + patches.suse/wifi-rtw89-ser-avoid-multiple-deinit-on-same-CAM.patch patches.suse/wifi-rtw89-fix-HW-scan-not-aborting-properly.patch patches.suse/wifi-ath12k-Don-t-drop-tx_status-in-failure-case.patch patches.suse/wifi-ath12k-drop-failed-transmitted-frames-from-metr.patch patches.suse/wifi-ath12k-avoid-duplicated-vdev-stop.patch + patches.suse/wifi-ath12k-initialize-ret-in-ath12k_qmi_load_file_t.patch + patches.suse/wifi-ath11k-initialize-ret-in-ath11k_qmi_load_file_t.patch + patches.suse/wifi-ath12k-initialize-ret-in-ath12k_dp_rxdma_ring_s.patch patches.suse/wifi-ath12k-Correct-6-GHz-frequency-value-in-rx-stat.patch patches.suse/wifi-ath12k-Fix-tx-completion-ring-WBM2SW-setup-fail.patch patches.suse/wifi-ath11k-refactor-setting-country-code-logic.patch @@ -25404,31 +25531,48 @@ patches.suse/wifi-ath12k-fix-wrong-definition-of-CE-ring-s-base-a.patch patches.suse/wifi-ath12k-fix-memory-leak-in-ath12k_dp_rx_peer_fra.patch patches.suse/net-mana-Add-support-for-page-sizes-other-than-4KB-o.patch + patches.suse/can-kvaser_pciefd-Skip-redundant-NULL-pointer-check-.patch patches.suse/PCI-Add-Edimax-Vendor-ID-to-pci_ids.h.patch + patches.suse/wifi-cfg80211-make-hash-table-duplicates-more-surviv.patch patches.suse/wifi-cfg80211-fix-typo-in-cfg80211_calculate_bitrate.patch patches.suse/wifi-cfg80211-handle-2x996-RU-allocation-in-cfg80211.patch patches.suse/wifi-mac80211-add-ieee80211_tdls_sta_link_id.patch patches.suse/wifi-mac80211-correcty-limit-wider-BW-TDLS-STAs.patch patches.suse/wifi-iwlwifi-fix-iwl_mvm_get_valid_rx_ant.patch patches.suse/wifi-iwlwifi-mvm-don-t-limit-VLP-AFC-to-UATS-enabled.patch + patches.suse/wifi-iwlwifi-mvm-use-IWL_FW_CHECK-for-link-ID-check.patch patches.suse/wifi-mac80211-fix-NULL-dereference-at-band-check-in-.patch + patches.suse/wifi-brcmsmac-advertise-MFP_CAPABLE-to-enable-WPA3.patch + patches.suse/can-mcp251xfd-properly-indent-labels.patch + patches.suse/can-mcp251xfd-move-mcp251xfd_timestamp_start-stop-in.patch + patches.suse/can-mcp251xfd-clarify-the-meaning-of-timestamp.patch + patches.suse/can-mcp251xfd-mcp251xfd_handle_rxif_ring_uinc-factor.patch + patches.suse/can-mcp251xfd-rx-prepare-to-workaround-broken-RX-FIF.patch + patches.suse/can-mcp251xfd-rx-add-workaround-for-erratum-DS800007.patch patches.suse/can-mcp251xfd-tef-prepare-to-workaround-broken-TEF-F.patch patches.suse/can-mcp251xfd-tef-update-workaround-for-erratum-DS80.patch patches.suse/wifi-nl80211-don-t-give-key-data-to-userspace.patch patches.suse/wifi-ath11k-fix-RCU-documentation-in-ath11k_mac_op_i.patch patches.suse/wifi-ath11k-fix-wrong-handling-of-CCMP256-and-GCMP-c.patch + patches.suse/wifi-ath12k-fix-uninitialize-symbol-error-on-ath12k_.patch + patches.suse/wifi-ath12k-fix-firmware-crash-due-to-invalid-peer-n.patch patches.suse/wifi-ath12k-fix-peer-metadata-parsing.patch patches.suse/wifi-virt_wifi-avoid-reporting-connection-success-wi.patch patches.suse/wifi-virt_wifi-don-t-use-strlen-in-const-context.patch patches.suse/wifi-mac80211-chanctx-emulation-set-CHANGE_CHANNEL-w.patch + patches.suse/wifi-mwifiex-Do-not-return-unused-priv-in-mwifiex_ge.patch + patches.suse/wifi-rtw89-wow-prevent-to-send-unexpected-H2C-during.patch patches.suse/wifi-rtw89-8852b-fix-definition-of-KIP-register-numb.patch patches.suse/wifi-rtl8xxxu-8188f-Limit-TX-power-index.patch + patches.suse/wifi-rtw88-usb-schedule-rx-work-after-everything-is-.patch patches.suse/wifi-rtw89-Fix-array-index-mistake-in-rtw89_sta_info.patch patches.suse/bna-adjust-name-buf-size-of-bna_tcb-and-bna_ccb-stru.patch patches.suse/bpf-arm64-Fix-trampoline-for-BPF_TRAMP_F_CALL_ORIG.patch patches.suse/bpf-Fix-null-pointer-dereference-in-resolve_prog_typ.patch patches.suse/selftests-bpf-Test-for-null-pointer-deref-bugfix-in-.patch + patches.suse/virtio_net-Fix-napi_skb_cache_put-warning.patch patches.suse/Bluetooth-hci_bcm4377-Use-correct-unit-for-timeouts.patch + patches.suse/Bluetooth-btnxpuart-Fix-Null-pointer-dereference-in-.patch patches.suse/Bluetooth-btnxpuart-Shutdown-timer-and-prevent-rearm.patch patches.suse/Bluetooth-btintel-Refactor-btintel_set_ppag.patch patches.suse/Bluetooth-btnxpuart-Add-handling-for-boot-signature-.patch @@ -25444,11 +25588,20 @@ patches.suse/btrfs-pass-a-btrfs_inode-to-btrfs_fdatawrite_range.patch patches.suse/btrfs-pass-a-btrfs_inode-to-btrfs_wait_ordered_range.patch patches.suse/btrfs-use-a-btrfs_inode-local-variable-at-btrfs_sync.patch + patches.suse/btrfs-handle-errors-from-btrfs_dec_ref-properly.patch + patches.suse/btrfs-remove-NULL-transaction-support-for-btrfs_look.patch + patches.suse/btrfs-simplify-setting-the-full-backref-flag-at-upda.patch + patches.suse/btrfs-replace-BUG_ON-with-error-handling-at-update_r.patch + patches.suse/btrfs-remove-superfluous-metadata-check-at-btrfs_loo.patch + patches.suse/btrfs-reduce-nesting-for-extent-processing-at-btrfs_.patch + patches.suse/btrfs-don-t-BUG_ON-when-0-reference-count-at-btrfs_l.patch patches.suse/btrfs-fix-extent-map-use-after-free-when-adding-page.patch patches.suse/exfat-fix-potential-deadlock-on-__exfat_get_dentry_set.patch patches.suse/xfs-add-bounds-checking-to-xlog_recover_process_data.patch patches.suse/xfs-don-t-walk-off-the-end-of-a-directory-data-block.patch patches.suse/xfs-use-consistent-uid-gid-when-grabbing-dquots-for-inodes.patch + patches.suse/udf-Fix-bogus-checksum-computation-in-udf_rename.patch + patches.suse/udf-Avoid-using-corrupted-block-bitmap-buffer.patch patches.suse/ata-libata-scsi-Fix-offsets-for-the-fixed-format-sen.patch patches.suse/ata-libata-scsi-Do-not-overwrite-valid-sense-data-wh.patch patches.suse/ipmi-ssif_bmc-prevent-integer-overflow-on-32bit-syst.patch @@ -25456,6 +25609,7 @@ patches.suse/mfd-omap-usb-tll-Use-struct_size-to-allocate-tll.patch patches.suse/leds-trigger-Unregister-sysfs-attributes-before-call.patch patches.suse/leds-ss4200-Convert-PCIBIOS_-return-codes-to-errnos.patch + patches.suse/leds-spi-byte-Call-of_node_put-on-error-path.patch patches.suse/leds-triggers-Flush-pending-brightness-before-activa.patch patches.suse/leds-mt6360-Fix-memory-leak-in-mt6360_init_isnk_prop.patch patches.suse/Revert-leds-led-core-Fix-refcount-leak-in-of_led_get.patch @@ -25472,6 +25626,7 @@ patches.suse/media-uvcvideo-Quirk-for-invalid-dev_sof-in-Logitech.patch patches.suse/media-uvcvideo-Fix-integer-overflow-calculating-time.patch patches.suse/media-uvcvideo-Add-quirk-for-invalid-dev_sof-in-Logi.patch + patches.suse/media-uvcvideo-Enforce-alignment-of-frame-and-interv.patch patches.suse/media-uvcvideo-Override-default-flags.patch patches.suse/media-uvcvideo-Fix-the-bandwdith-quirk-on-USB-3.x.patch patches.suse/media-xc2028-avoid-use-after-free-in-load_firmware_c.patch @@ -25482,28 +25637,90 @@ patches.suse/media-renesas-vsp1-Store-RPF-partition-configuration.patch patches.suse/media-imx-pxp-Fix-ERR_PTR-dereference-in-pxp_probe.patch patches.suse/media-v4l-subdev-Fix-typo-in-documentation.patch + patches.suse/media-vivid-fix-wrong-sizeimage-value-for-mplane.patch + patches.suse/media-vivid-don-t-set-HDMI-TX-controls-if-there-are-.patch + patches.suse/media-qcom-camss-Add-check-for-v4l2_fwnode_endpoint_.patch patches.suse/media-venus-flush-all-buffers-in-output-plane-stream.patch patches.suse/media-venus-fix-use-after-free-in-vdec_close.patch + patches.suse/drm-amd-Add-gfx12-swizzle-mode-defs.patch + patches.suse/drm-amdgpu-Fix-uninitialized-variable-warning-in-amd.patch patches.suse/drm-amd-display-Add-delay-to-improve-LTTPR-UHBR-inte.patch + patches.suse/drm-amd-display-Disable-error-correction-if-it-s-not.patch + patches.suse/drm-amd-display-Handle-the-case-which-quad_part-is-e.patch + patches.suse/drm-amd-display-Defer-handling-mst-up-request-in-res.patch + patches.suse/drm-amd-display-Assign-linear_pitch_alignment-even-f.patch + patches.suse/drm-amd-display-Fix-FEC_READY-write-on-DP-LT.patch + patches.suse/drm-amdgpu-Handle-sg-size-limit-for-contiguous-alloc.patch patches.suse/drm-amdgpu-fix-potential-resource-leak-warning.patch + patches.suse/drm-amdgpu-fix-overflowed-array-index-read-warning.patch + patches.suse/drm-amdgpu-pm-Check-the-return-value-of-smum_send_ms.patch + patches.suse/drm-amd-pm-fix-uninitialized-variable-warning.patch + patches.suse/drm-amd-pm-fix-uninitialized-variable-warning-for-sm.patch + patches.suse/drm-amd-pm-fix-warning-using-uninitialized-value-of-.patch patches.suse/drm-amdgpu-Fix-signedness-bug-in-sdma_v4_0_process_t.patch + patches.suse/drm-amd-pm-Fix-negative-array-index-read.patch + patches.suse/drm-amd-pm-fix-the-Out-of-bounds-read-warning.patch + patches.suse/drm-amdgpu-fix-uninitialized-scalar-variable-warning-0fa4c25.patch + patches.suse/drm-amd-pm-fix-uninitialized-variable-warnings-for-v.patch + patches.suse/drm-amdgpu-avoid-reading-vf2pf-info-size-from-FB.patch + patches.suse/drm-amd-display-Ensure-array-index-tg_inst-won-t-be-.patch + patches.suse/drm-amd-display-Check-gpio_id-before-used-as-array-i.patch + patches.suse/drm-amd-display-Stop-amdgpu_dm-initialize-when-strea.patch + patches.suse/0001-drm-amd-display-Fix-incorrect-size-calculation-for-l.patch + patches.suse/drm-amd-display-Check-index-for-aux_rd_interval-befo.patch + patches.suse/drm-amd-display-Add-array-index-check-for-hdcp-ddc-a.patch + patches.suse/drm-amd-display-Check-num_valid_sets-before-accessin.patch + patches.suse/drm-amd-display-Check-msg_id-before-processing-trans.patch + patches.suse/drm-amd-display-Fix-Coverity-INTERGER_OVERFLOW-withi.patch + patches.suse/drm-amd-display-Fix-Coverity-INTEGER_OVERFLOW-within.patch + patches.suse/drm-amd-display-Spinlock-before-reading-event.patch + patches.suse/drm-amd-display-Fix-Coverity-INTEGER_OVERFLOW-within-83c0c83.patch + patches.suse/drm-amd-display-Ensure-index-calculation-will-not-ov.patch + patches.suse/drm-amd-display-Skip-inactive-planes-within-ModeSupp.patch + patches.suse/drm-amd-display-Fix-index-may-exceed-array-range-wit.patch + patches.suse/drm-amd-amdgpu-Check-tbo-resource-pointer.patch + patches.suse/drm-amd-pm-fix-uninitialized-variable-warnings-for-v-b2871de.patch + patches.suse/drm-amdgpu-pm-Fix-uninitialized-variable-warning-for.patch + patches.suse/drm-amdgpu-pm-Fix-uninitialized-variable-agc_btc_res.patch + patches.suse/drm-amdgpu-Fix-the-uninitialized-variable-warning.patch + patches.suse/drm-amdgpu-Fix-out-of-bounds-write-warning.patch + patches.suse/drm-amdkfd-Check-debug-trap-enable-before-write-dbg_.patch + patches.suse/drm-amdgpu-Fix-out-of-bounds-read-of-df_v1_7_channel.patch + patches.suse/drm-amdgpu-Fix-uninitialized-variable-warning-in-amd-0991e49.patch patches.suse/drm-amdgpu-pm-Fix-the-param-type-of-set_power_profil.patch + patches.suse/drm-amdgpu-fix-ucode-out-of-bounds-read-warning.patch + patches.suse/drm-amdgpu-fix-mc_data-out-of-bounds-read-warning.patch + patches.suse/drm-amdkfd-Reconcile-the-definition-and-use-of-oem_i.patch + patches.suse/drm-amdgpu-pm-Check-input-value-for-CUSTOM-profile-m.patch patches.suse/drm-amdkfd-Fix-CU-Masking-for-GFX-9.4.3.patch + patches.suse/drm-amdgpu-Fix-the-warning-division-or-modulo-by-zer.patch + patches.suse/drm-amdgpu-fix-dereference-after-null-check.patch + patches.suse/drm-amdgpu-fix-the-waring-dereferencing-hive.patch + patches.suse/drm-amd-pm-check-specific-index-for-aldebaran.patch + patches.suse/drm-amd-pm-check-specific-index-for-smu13.patch patches.suse/drm-amd-pm-remove-logically-dead-code-for-renoir.patch + patches.suse/drm-amdgpu-the-warning-dereferencing-obj-for-nbio_v7.patch + patches.suse/drm-amd-pm-check-negtive-return-for-table-entries.patch patches.suse/drm-amdgpu-pm-Fix-the-null-pointer-dereference-for-s.patch patches.suse/drm-amd-pm-Fix-aldebaran-pcie-speed-reporting.patch patches.suse/drm-amdgpu-Fix-memory-range-calculation.patch patches.suse/drm-amdgpu-Check-if-NBIO-funcs-are-NULL-in-amdgpu_de.patch + patches.suse/drm-kfd-Correct-pinned-buffer-handling-at-kfd-restor.patch patches.suse/drm-amdgpu-Fix-the-null-pointer-dereference-to-ras_m.patch patches.suse/drm-amdgpu-pm-Fix-the-null-pointer-dereference-in-ap.patch patches.suse/drm-amdgpu-Remove-GC-HW-IP-9.3.0-from-noretry-1.patch + patches.suse/drm-amd-display-Fix-pipe-addition-logic-in-calc_bloc.patch + patches.suse/drm-amdgpu-update-type-of-buf-size-to-u32-for-eeprom.patch patches.suse/drm-admgpu-fix-dereferencing-null-pointer-context.patch patches.suse/drm-amdgpu-fix-dereference-null-return-value-for-the.patch patches.suse/drm-amdgpu-Add-lock-around-VF-RLCG-interface.patch patches.suse/drm-amd-display-Move-struct-scaler_data-off-stack.patch patches.suse/drm-radeon-Remove-__counted_by-from-StateArray.state.patch + patches.suse/drm-amdgu-fix-Unintentional-integer-overflow-for-mal.patch patches.suse/drm-amd-pm-Fix-the-null-pointer-dereference-for-vega.patch + patches.suse/drm-amd-display-Add-null-checks-for-stream-and-plane.patch patches.suse/drm-rockchip-vop2-Fix-the-port-mux-of-VP2.patch + patches.suse/drm-drm-bridge-Drop-conditionals-around-of_node-poin.patch patches.suse/drm-arm-komeda-Fix-komeda-probe-failing-if-there-are.patch patches.suse/drm-udl-Remove-DRM_CONNECTOR_POLL_HPD.patch patches.suse/drm-mipi-dsi-Fix-theoretical-int-overflow-in-mipi_ds.patch @@ -25517,12 +25734,28 @@ patches.suse/drm-panel-ilitek-ili9882t-Check-for-errors-on-the-NO.patch patches.suse/drm-bridge-it6505-fix-hibernate-to-resume-no-display.patch patches.suse/drm-bridge-analogix_dp-properly-handle-zero-sized-AU.patch + patches.suse/drm-meson-plane-Add-error-handling.patch + patches.suse/drm-bridge-tc358767-Check-if-fully-initialized-befor.patch patches.suse/drm-bridge-samsung-dsim-Set-P-divider-based-on-min-m.patch patches.suse/drm-zynqmp_dpsub-Fix-an-error-handling-path-in-zynqm.patch patches.suse/drm-zynqmp_kms-Fix-AUX-bus-not-getting-unregistered.patch patches.suse/drm-amd-display-Add-NULL-check-for-afb-before-derefe.patch + patches.suse/drm-amdgpu-add-skip_hw_access-checks-for-sriov.patch + patches.suse/drm-amdgpu-add-lock-in-amdgpu_gart_invalidate_tlb.patch patches.suse/Revert-drm-amd-display-Add-NULL-check-for-afb-before.patch + patches.suse/drm-amdgpu-add-lock-in-kfd_process_dequeue_from_devi.patch + patches.suse/drm-amdgpu-fix-overflowed-constant-warning-in-mmhub_.patch + patches.suse/drm-amd-display-Don-t-use-fsleep-for-PSR-exit-waits-.patch + patches.suse/drm-amd-display-Wake-DMCUB-before-sending-a-command-.patch + patches.suse/drm-amd-display-added-NULL-check-at-start-of-dc_vali.patch + patches.suse/drm-amd-display-Correct-the-defined-value-for-AMDGPU.patch + patches.suse/drm-amd-display-Remove-register-from-DCN35-DMCUB-dia.patch + patches.suse/drm-amd-display-use-preferred-link-settings-for-dp-s.patch + patches.suse/drm-amd-display-Avoid-overflow-from-uint32_t-to-uint.patch patches.suse/drm-amd-display-Add-null-checker-before-passing-vari.patch + patches.suse/drm-amd-display-Check-BIOS-images-before-it-is-used.patch + patches.suse/drm-amd-display-Skip-wbscl_set_scaler_filter-if-filt.patch + patches.suse/drm-amd-display-Check-UnboundedRequestEnabled-s-valu.patch patches.suse/drm-qxl-Add-check-for-drm_cvt_mode.patch patches.suse/Revert-drm-bridge-tc358767-Set-default-CLRSIPO-count.patch patches.suse/drm-etnaviv-fix-DMA-direction-handling-for-cached-RW.patch @@ -25542,7 +25775,17 @@ patches.suse/drm-mediatek-Fix-bit-depth-overwritten-for-mtk_ovl_s.patch patches.suse/drm-mediatek-Remove-less-than-zero-comparison-of-an-.patch patches.suse/drm-mediatek-dp-Fix-spurious-kfree.patch + patches.suse/drm-amd-display-Run-DC_LOG_DC-after-checking-link-li.patch + patches.suse/drm-amd-display-Check-HDCP-returned-status.patch + patches.suse/drm-amdgpu-add-missing-error-handling-in-function-am.patch + patches.suse/drm-amdgpu-Fix-smatch-static-checker-warning.patch + patches.suse/drm-amdgpu-clear-RB_OVERFLOW-bit-when-enabling-inter.patch patches.suse/drm-amd-display-Fix-null-pointer-deref-in-dcn20_reso.patch + patches.suse/drm-amd-display-Check-denominator-pbn_div-before-use.patch + patches.suse/drm-amd-display-Check-denominator-crb_pipes-before-u.patch + patches.suse/drm-amdgpu-check-for-LINEAR_ALIGNED-correctly-in-che.patch + patches.suse/drm-amdgpu-handle-gfx12-in-amdgpu_display_verify_siz.patch + patches.suse/drm-amdgpu-display-handle-gfx12-in-amdgpu_dm_plane_f.patch patches.suse/drm-lima-Mark-simple_ondemand-governor-as-softdep.patch patches.suse/drm-panfrost-Mark-simple_ondemand-governor-as-softde.patch patches.suse/drm-dp_mst-Fix-all-mstb-marked-as-not-probed-after-s.patch @@ -25552,13 +25795,28 @@ patches.suse/drm-msm-dpu-drop-validity-checks-for-clear_pending_f.patch patches.suse/drm-msm-mdp5-Remove-MDP_CAP_SRC_SPLIT-from-msm8x53_c.patch patches.suse/drm-fbdev-dma-Fix-framebuffer-mode-for-big-endian-de.patch + patches.suse/drm-amdgpu-Set-no_hw_access-when-VF-request-full-GPU.patch + patches.suse/drm-amdgpu-reject-gang-submit-on-reserved-VMIDs.patch + patches.suse/drm-amd-display-Solve-mst-monitors-blank-out-problem.patch patches.suse/x86-shstk-Make-return-uprobe-work-with-shadow-stack patches.suse/trace-pid_list-Change-gfp-flags-in-pid_list_fill_irq.patch patches.suse/tools-perf-Fix-perf-bench-futex-to-enable-the-run-when-some-CPU-s-are-offline.patch patches.suse/tools-perf-Fix-perf-bench-epoll-to-enable-the-run-when-some-CPU-s-are-offline.patch patches.suse/tools-perf-Fix-timing-issue-with-parallel-threads-in-perf-bench-wake-up-parallel.patch + patches.suse/perf-stat-Fix-the-hard-coded-metrics-calculation-on-the-hybrid.patch + patches.suse/perf-test-Make-test_arm_callgraph_fp.sh-more-robust.patch + patches.suse/tools-perf-Fix-the-string-match-for-tmp-perf-PID.map-files-in-dso__load.patch + patches.suse/perf-pmus-Fixes-always-false-when-compare-duplicates-aliases.patch + patches.suse/perf-report-Fix-condition-in-sort__sym_cmp.patch + patches.suse/perf-intel-pt-Fix-aux_watermark-calculation-for-64-bit-size.patch + patches.suse/perf-intel-pt-Fix-exclude_guest-setting.patch + patches.suse/s390-uv-Don-t-call-folio_wait_writeback-without-a-folio-reference.patch patches.suse/s390-sclp-Prevent-release-of-buffer-in-I-O.patch patches.suse/docs-crypto-async-tx-api-fix-broken-code-example.patch + patches.suse/ext4-fix-infinite-loop-when-replaying-fast_commit.patch + patches.suse/ext4-sanity-check-for-NULL-pointer-after-ext4_force_.patch + patches.suse/ext4-check-dot-and-dotdot-of-dx_root-before-making-d.patch + patches.suse/ext4-make-sure-the-first-directory-block-is-not-a-ho.patch patches.suse/xprtrdma-Fix-rpcrdma_reqs_reset.patch patches.suse/SUNRPC-avoid-soft-lockup-when-transmitting-UDP-to-re.patch patches.suse/nfs-Drop-pointless-check-from-nfs_commit_release_pag.patch @@ -25573,6 +25831,8 @@ patches.suse/crypto-deflate-Add-aliases-to-deflate.patch patches.suse/hwrng-core-Fix-wrong-quality-calculation-at-hw-rng-r.patch patches.suse/crypto-qat-extend-scope-of-lock-in-adf_cfg_add_key_v.patch + patches.suse/crypto-qat-fix-unintentional-re-enabling-of-error-in.patch + patches.suse/RDMA-efa-Properly-handle-unexpected-AQ-completions.patch patches.suse/RDMA-iwcm-Fix-a-use-after-free-related-to-destroying.patch patches.suse/RDMA-mlx5-Set-mkeys-for-dmabuf-at-PAGE_SIZE.patch patches.suse/RDMA-cache-Release-GID-table-even-if-leak-is-detecte.patch @@ -25626,38 +25886,51 @@ patches.suse/clk-qcom-Park-shared-RCGs-upon-registration.patch patches.suse/clk-qcom-kpss-xcc-Return-of_clk_add_hw_provider-to-t.patch patches.suse/ALSA-hda-realtek-Enable-headset-mic-on-Positivo-SU-C.patch + patches.suse/ALSA-control-Apply-sanity-check-of-input-values-for-.patch + patches.suse/ALSA-hda-Add-input-value-sanity-checks-to-HDMI-chann.patch patches.suse/ALSA-usb-Fix-UBSAN-warning-in-parse_audio_unit.patch patches.suse/ASoc-tas2781-Enable-RCA-based-playback-without-DSP-f.patch patches.suse/ASoC-cs35l56-Accept-values-greater-than-0-as-IRQ-num.patch patches.suse/ASoC-SOF-ipc4-topology-Use-correct-queue_id-for-requ.patch patches.suse/ASoC-qcom-Adjust-issues-in-case-of-DT-error-in-asoc_.patch patches.suse/ASoC-max98088-Check-for-clk_prepare_enable-error.patch + patches.suse/ASoC-topology-Properly-initialize-soc_enum-values.patch patches.suse/ASoC-amd-Adjust-error-handling-in-case-of-absent-cod.patch patches.suse/ASoC-fsl-fsl_qmc_audio-Check-devm_kasprintf-returned.patch + patches.suse/ASoc-TAS2781-replace-beXX_to_cpup-with-get_unaligned.patch patches.suse/ALSA-pcm_dmaengine-Don-t-synchronize-DMA-channel-whe.patch patches.suse/ALSA-seq-ump-Skip-useless-ports-for-static-blocks.patch patches.suse/ALSA-hda-tas2781-Add-new-quirk-for-Lenovo-Hera2-Lapt.patch patches.suse/ALSA-hda-realtek-Fix-the-speaker-output-on-Samsung-G.patch + patches.suse/netfilter-ctnetlink-use-helper-function-to-calculate.patch patches.suse/ipvs-properly-dereference-pe-in-ip_vs_add_service.patch + patches.suse/usbip-Don-t-submit-special-requests-twice.patch patches.suse/Revert-usb-musb-da8xx-Set-phy-in-OTG-mode-by-default.patch + patches.suse/usb-typec-ucsi-Fix-null-pointer-dereference-in-trace.patch + patches.suse/usb-uas-set-host-status-byte-on-data-completion-erro.patch + patches.suse/usb-gadget-aspeed_udc-validate-endpoint-index-for-as.patch patches.suse/eeprom-digsy_mtc-Fix-93xx46-driver-probe-failure.patch patches.suse/iio-Fix-the-sorting-functionality-in-iio_gts_build_a.patch patches.suse/iio-frequency-adrf6780-rm-clk-provider-include.patch + patches.suse/driver-iio-add-missing-checks-on-iio_info-s-callback.patch patches.suse/interconnect-qcom-qcm2290-Fix-mas_snoc_bimc-RPM-mast.patch patches.suse/dev-parport-fix-the-array-out-of-bounds-risk.patch patches.suse/Input-qt1050-handle-CHIP_ID-reading-error.patch + patches.suse/Input-ili210x-use-kvmalloc-to-allocate-buffer-for-fi.patch patches.suse/Input-elan_i2c-do-not-leave-interrupt-disabled-on-su.patch - patches.suse/PCI-Extend-ACS-configurability.patch patches.suse/PCI-DPC-Fix-use-after-free-on-concurrent-DPC-and-hot.patch + patches.suse/PCI-Add-missing-bridge-lock-to-pci_bus_lock.patch patches.suse/PCI-Fix-resource-double-counting-on-remove-rescan.patch patches.suse/PCI-endpoint-pci-epf-test-Make-use-of-cached-epc_fea.patch patches.suse/PCI-endpoint-Clean-up-error-handling-in-vpci_scan_bu.patch patches.suse/PCI-endpoint-Fix-error-handling-in-epf_ntb_epc_clean.patch patches.suse/PCI-dwc-Fix-index-0-incorrectly-being-interpreted-as.patch + patches.suse/PCI-al-Check-IORESOURCE_BUS-existence-during-probe.patch patches.suse/msft-hv-3039-PCI-hv-Return-zero-not-garbage-when-reading-PCI_INTE.patch patches.suse/PCI-keystone-Relocate-ks_pcie_set-clear_dbi_mode.patch patches.suse/PCI-keystone-Don-t-enable-BAR-0-for-AM654x.patch patches.suse/PCI-keystone-Fix-NULL-pointer-dereference-in-case-of.patch + patches.suse/PCI-keystone-Add-workaround-for-Errata-i2037-AM65x-S.patch patches.suse/PCI-loongson-Enable-MSI-in-LS7A-Root-Complex.patch patches.suse/PCI-qcom-ep-Disable-resources-unconditionally-during.patch patches.suse/PCI-rcar-Demote-WARN-to-dev_warn_ratelimited-in-rcar.patch @@ -25670,6 +25943,7 @@ patches.suse/powerpc-prom-Add-CPU-info-to-hardware-description-st.patch patches.suse/selftests-sigaltstack-Fix-ppc64-GCC-build.patch patches.suse/powerpc-64s-radix-kfence-map-__kfence_pool-at-page-g.patch + patches.suse/pci-hotplug-pnv_php-Fix-hotplug-driver-crash-on-Powe.patch patches.suse/KVM-PPC-Book3S-HV-Fix-the-set_one_reg-for-MMCR3.patch patches.suse/kvm-s390-Reject-memory-region-operations-for-ucontrol-VMs.patch patches.suse/KVM-arm64-Fix-clobbered-ELR-in-sync-abort-SError.patch @@ -25713,6 +25987,7 @@ patches.suse/irqchip-imx-irqsteer-Handle-runtime-power-management.patch patches.suse/power-supply-ab8500-Fix-error-handling-when-calling-.patch patches.suse/power-supply-ingenic-Fix-some-error-handling-paths-i.patch + patches.suse/pcmcia-Use-resource_size-function-on-resource-object.patch patches.suse/mailbox-mtk-cmdq-Move-devm_mbox_controller_register-.patch patches.suse/remoteproc-imx_rproc-Skip-over-memory-region-when-no.patch patches.suse/remoteproc-imx_rproc-Fix-refcount-mistake-in-imx_rpr.patch @@ -25724,8 +25999,11 @@ patches.suse/jfs-Fix-shift-out-of-bounds-in-dbDiscardAG.patch patches.suse/jfs-don-t-walk-off-the-end-of-ealist.patch patches.suse/filelock-Fix-fcntl-close-race-recovery-compat-path.patch + patches.suse/dmaengine-altera-msgdma-use-irq-variant-of-spin_lock.patch + patches.suse/dmaengine-altera-msgdma-properly-free-descriptor-in-.patch patches.suse/dmaengine-ti-k3-udma-Fix-BCHAN-count-with-UHC-and-HC.patch patches.suse/phy-cadence-torrent-Check-return-value-on-register-r.patch + patches.suse/phy-zynqmp-Take-the-phy-mutex-in-xlate.patch patches.suse/dma-fix-call-order-in-dmam_free_coherent.patch patches.suse/watchdog-rzg2l_wdt-Use-pm_runtime_resume_and_get.patch patches.suse/watchdog-rzg2l_wdt-Check-return-status-of-pm_runtime.patch @@ -25733,16 +26011,19 @@ patches.suse/kobject_uevent-Fix-OOB-access-within-zap_modalias_en.patch patches.suse/devres-Fix-devm_krealloc-wasting-memory.patch patches.suse/devres-Fix-memory-leakage-caused-by-driver-API-devm_.patch + patches.suse/devres-Initialize-an-uninitialized-struct-member.patch patches.suse/efi-libstub-Zero-initialize-heap-allocated-struct-sc.patch patches.suse/tipc-Return-non-zero-value-from-tipc_udp_addr2str-on.patch patches.suse/net-nexthop-Initialize-all-fields-in-dumped-nexthops.patch patches.suse/ice-Add-a-per-VF-limit-on-number-of-FDIR-filters.patch + patches.suse/bpf-events-Use-prog-to-emit-ksymbol-event-for-main-program.patch patches.suse/tools-resolve_btfids-Fix-comparison-of-distinct-poin.patch patches.suse/bpf-Fix-a-segment-issue-when-downgrading-gso_size.patch patches.suse/mISDN-Fix-a-use-after-free-in-hfcmulti_tx.patch patches.suse/tap-add-missing-verification-for-short-frame.patch patches.suse/tun-add-missing-verification-for-short-frame.patch patches.suse/powerpc-fix-a-file-leak-in-kvm_vcpu_ioctl_enable_cap.patch + patches.suse/lirc-rc_dev_get_from_fd-fix-file-leak.patch patches.suse/ceph-periodically-flush-the-cap-releases.patch patches.suse/ceph-fix-incorrect-kmalloc-size-of-pagevec-mempool.patch patches.suse/s390-pci-Refactor-arch_setup_msi_irqs.patch @@ -25771,7 +26052,9 @@ patches.suse/minmax-avoid-overly-complicated-constant-expressions.patch patches.suse/decompress_bunzip2-fix-rare-decompression-failure.patch patches.suse/nilfs2-handle-inconsistent-state-in-nilfs_btnode_cre.patch + patches.suse/i3c-mipi-i3c-hci-Error-out-instead-on-BUG_ON-in-IBI-.patch patches.suse/clk-davinci-da8xx-cfgchip-Initialize-clk_init_data-b.patch + patches.suse/regmap-maple-work-around-gcc-14.1-false-positive-war.patch patches.suse/spi-microchip-core-fix-the-issues-in-the-isr.patch patches.suse/spi-microchip-core-defer-asserting-chip-select-until.patch patches.suse/spi-microchip-core-only-disable-SPI-controller-when-.patch @@ -25785,17 +26068,22 @@ patches.suse/apparmor-unpack-transition-table-if-dfa-is-not-prese.patch patches.suse/io_uring-tighten-task-exit-cancellations.patch patches.suse/io_uring-fix-io_match_task-must_hold.patch + patches.suse/block-fix-deadlock-between-sd_remove-sd_release.patch + patches.suse/nvme-pci-Add-APST-quirk-for-Lenovo-N60z-laptop.patch patches.suse/nvme-pci-Fix-the-instructions-for-disabling-power-ma.patch patches.suse/nvme-pci-add-missing-condition-check-for-existence-o.patch + patches.suse/cxl-core-Fix-incorrect-vendor-debug-UUID-define.patch patches.suse/minmax-add-a-few-more-MIN_T-MAX_T-users.patch patches.suse/minmax-simplify-and-clarify-min_t-max_t-implementati.patch patches.suse/minmax-make-generic-MIN-and-MAX-macros-available-eve.patch patches.suse/minmax-don-t-use-max-in-situations-that-want-a-C-con.patch patches.suse/minmax-simplify-min-max-clamp-implementation.patch + patches.suse/ARM-9406-1-Fix-callchain_trace-return-value.patch patches.suse/Input-MT-limit-max-slots.patch patches.suse/HID-wacom-Modify-pen-IDs.patch patches.suse/minmax-improve-macro-expansion-and-type-checking.patch patches.suse/platform-chrome-cros_ec_proto-Lock-device-when-updat.patch + patches.suse/perf-tool-fix-dereferencing-NULL-al-maps.patch patches.suse/btrfs-fix-corruption-after-buffer-fault-in-during-di.patch patches.suse/minmax-fix-up-min3-and-max3-too.patch patches.suse/net-usb-sr9700-fix-uninitialized-variable-use-in-sr_.patch @@ -25813,13 +26101,19 @@ patches.suse/net-mlx5e-Fix-CT-entry-update-leaks-of-modify-header.patch patches.suse/netfilter-iptables-Fix-null-ptr-deref-in-iptable_nat.patch patches.suse/netfilter-iptables-Fix-potential-null-ptr-deref-in-i.patch + patches.suse/protect-the-fetch-of-fd-fd-in-do_dup2-from-mispredic.patch + patches.suse/drm-amdgpu-fix-contiguous-handling-for-IB-parsing-v2.patch patches.suse/i915-perf-Remove-code-to-update-PWR_CLK_STATE-for-ge.patch patches.suse/drm-i915-hdcp-Fix-HDCP2_STREAM_STATUS-macro.patch patches.suse/drm-i915-Fix-possible-int-overflow-in-skl_ddi_calcul.patch + patches.suse/drm-fb-helper-Don-t-schedule_work-to-flush-frame-buf.patch + patches.suse/drm-panel-orientation-quirks-Add-quirk-for-OrangePi-.patch + patches.suse/drm-gpuvm-fix-missing-dependency-to-DRM_EXEC.patch patches.suse/drm-nouveau-prime-fix-refcount-underflow.patch patches.suse/drm-virtio-Fix-type-of-dma-fence-context-variable.patch patches.suse/drm-vmwgfx-Fix-a-deadlock-in-dma-buf-fence-polling.patch patches.suse/drm-vmwgfx-Fix-overlay-when-using-Screen-Targets.patch + patches.suse/kselftests-dmabuf-heaps-Ensure-the-driver-name-is-nu.patch patches.suse/ALSA-hda-conexant-Fix-headset-auto-detect-fail-in-th.patch patches.suse/ALSA-hda-generic-Add-a-helper-to-mute-speakers-at-su.patch patches.suse/ALSA-hda-conexant-Mute-speakers-at-suspend-shutdown.patch @@ -25834,12 +26128,15 @@ patches.suse/ALSA-seq-ump-Explicitly-reset-RPN-with-Null-RPN.patch patches.suse/ALSA-usb-audio-Correct-surround-channels-in-UAC1-cha.patch patches.suse/ALSA-hda-Conditionally-use-snooping-for-AMD-HDMI.patch + patches.suse/perf-arch-events-Fix-duplicate-RISC-V-SBI-firmware-event-name.patch patches.suse/arm64-cputype-Add-Cortex-X1C-definitions.patch patches.suse/arm64-cputype-Add-Cortex-A725-definitions.patch patches.suse/arm64-errata-Expand-speculative-SSBS-workaround-again.patch patches.suse/arm64-jump_label-Ensure-patched-jump_labels-are-visible-to-all-CPUs.patch patches.suse/xfs-convert-comma-to-semicolon.patch patches.suse/jump_label-Fix-the-fix-brown-paper-bags-galore.patch + patches.suse/perf-x86-intel-cstate-Add-pkg-C2-residency-counter-for-Sierra-Forest.patch + patches.suse/perf-x86-Fix-smp_processor_id-in-preemptible-warnings.patch patches.suse/x86-mm-Fix-pti_clone_pgtable-alignment-assumption.patch patches.suse/x86-mm-Fix-pti_clone_entry_text-for-i386.patch patches.suse/platform-x86-intel-ifs-Initialize-union-ifs_status-t.patch @@ -25851,7 +26148,11 @@ patches.suse/kcov-properly-check-for-softirq-context.patch patches.suse/memcg-protect-concurrent-access-to-mem_cgroup_idr.patch patches.suse/padata-Fix-possible-divide-by-0-panic-in-padata_mt_h.patch + patches.suse/tracing-Fix-overflow-in-get_free_elt.patch + patches.suse/sctp-Fix-null-ptr-deref-in-reuseport_add_sock.patch patches.suse/net-usb-qmi_wwan-fix-memory-leak-for-not-ip-packets.patch + patches.suse/net-usb-qmi_wwan-add-MeiG-Smart-SRM825L.patch + patches.suse/net-dsa-bcm_sf2-Fix-a-possible-memory-leak-in-bcm_sf.patch patches.suse/Bluetooth-l2cap-always-unlock-channel-in-l2cap_conle.patch patches.suse/Bluetooth-hci_sync-avoid-dup-filtering-when-passive-.patch patches.suse/ALSA-line6-Fix-racy-access-to-midibuf.patch @@ -25875,12 +26176,14 @@ patches.suse/bpf-kprobe-remove-unused-declaring-of-bpf_kprobe_override.patch patches.suse/kprobes-Fix-to-check-symbol-prefixes-correctly.patch patches.suse/drm-client-fix-null-pointer-dereference-in-drm_clien.patch + patches.suse/drm-amd-display-Replace-dm_execute_dmub_cmd-with-dc_.patch patches.suse/drm-amdgpu-Forward-soft-recovery-errors-to-userspace.patch patches.suse/drm-amd-display-Skip-Recompute-DSC-Params-if-no-Stre.patch patches.suse/drm-i915-gem-Adjust-vma-offset-for-framebuffer-mmap-.patch patches.suse/drm-i915-gem-Fix-Virtual-Memory-mapping-boundaries-c.patch patches.suse/spi-spidev-Add-missing-spi_device_id-for-bh2228fv.patch patches.suse/spi-spi-fsl-lpspi-Fix-scldiv-calculation.patch + patches.suse/dma-debug-avoid-deadlock-between-dma-debug-vs-printk.patch patches.suse/i2c-smbus-Improve-handling-of-stuck-alerts.patch patches.suse/i2c-smbus-Send-alert-notifications-to-all-devices-if.patch patches.suse/i2c-Fix-conditional-for-substituting-empty-ACPI-func.patch @@ -25888,6 +26191,8 @@ patches.suse/i2c-qcom-geni-Add-missing-geni_icc_disable-in-geni_i.patch patches.suse/driver-core-Fix-uevent_show-vs-driver-detach-race.patch patches.suse/serial-core-check-uartclk-for-zero-to-avoid-divide-b.patch + patches.suse/serial-sc16is7xx-fix-TX-fifo-corruption.patch + patches.suse/serial-sc16is7xx-fix-invalid-FIFO-access-with-specia.patch patches.suse/usb-gadget-u_audio-Check-return-codes-from-usb_ep_en.patch patches.suse/usb-vhci-hcd-Do-not-drop-references-before-new-refer.patch patches.suse/usb-gadget-core-Check-for-unset-descriptor.patch @@ -25900,20 +26205,37 @@ patches.suse/bpf-Fix-a-kernel-verifier-crash-in-stacksafe.patch patches.suse/selftests-bpf-Add-a-test-to-verify-previous-stacksaf.patch patches.suse/fs-netfs-fscache_cookie-add-missing-n_accesses-check.patch + patches.suse/vfs-Don-t-evict-inode-under-the-inode-lru-traversing.patch + patches.suse/Squashfs-sanity-check-symbolic-link-size.patch patches.suse/docs-KVM-Fix-register-ID-of-SPSR_FIQ.patch patches.suse/KVM-s390-fix-validity-interception-issue-when-gisa-is-switched-off.patch patches.suse/s390-uv-Panic-for-set-and-remove-shared-access-UVC-errors.patch + patches.suse/btrfs-send-allow-cloning-non-aligned-extent-if-it-en.patch patches.suse/media-Revert-media-dvb-usb-Fix-unexpected-infinite-l.patch + patches.suse/usbnet-ipheth-race-between-ipheth_close-and-error-ha.patch + patches.suse/usbnet-ipheth-remove-extraneous-rx-URB-length-check.patch + patches.suse/usbnet-ipheth-drop-RX-URBs-with-no-payload.patch + patches.suse/usbnet-ipheth-do-not-stop-RX-on-failing-RX-callback.patch + patches.suse/usbnet-ipheth-fix-carrier-detection-in-modes-1-and-4.patch + patches.suse/gtp-pull-network-headers-in-gtp_dev_xmit.patch + patches.suse/net-mlx5e-Take-state-lock-during-tx-timeout-reporter.patch + patches.suse/atm-idt77252-prevent-use-after-free-in-dequeue_rx.patch + patches.suse/net-phy-vitesse-repair-vsc73xx-autonegotiation.patch patches.suse/net-mana-Fix-RX-buf-alloc_size-alignment-and-atomic-.patch patches.suse/net-ethernet-mtk_wed-fix-use-after-free-panic-in-mtk.patch patches.suse/net-mana-Fix-doorbell-out-of-order-violation-and-avo.patch patches.suse/wifi-brcmfmac-cfg80211-Handle-SSID-based-pmksa-delet.patch + patches.suse/wifi-mt76-mt7921-fix-NULL-pointer-access-in-mt7921_i.patch + patches.suse/netfilter-flowtable-initialise-extack-before-use.patch patches.suse/drm-amd-display-fix-s2idle-entry-for-DCN3.5.patch patches.suse/drm-amd-display-fix-cursor-offset-on-rotation-180.patch patches.suse/drm-amd-display-Adjust-cursor-position.patch patches.suse/drm-amdgpu-jpeg2-properly-set-atomics-vmid-field.patch patches.suse/drm-amdgpu-jpeg4-properly-set-atomics-vmid-field.patch patches.suse/drm-amdgpu-Actually-check-flags-for-all-context-ops.patch + patches.suse/drm-panel-orientation-quirks-Add-quirk-for-Ayn-Loki-.patch + patches.suse/drm-panel-orientation-quirks-Add-quirk-for-Ayn-Loki--2c71c84.patch + patches.suse/drm-mediatek-Set-sensible-cursor-width-height-values.patch patches.suse/ALSA-timer-Relax-start-tick-time-check-for-slave-tim.patch patches.suse/ALSA-hda-realtek-Fix-noise-from-speakers-on-Lenovo-I.patch patches.suse/spi-Add-empty-versions-of-ACPI-functions.patch @@ -25924,14 +26246,22 @@ patches.suse/ALSA-hda-tas2781-Use-correct-endian-conversion.patch patches.suse/gpio-mlxbf3-Support-shutdown-function.patch patches.suse/tracing-Return-from-tracing_buffers_read-if-the-file-has-been-closed.patch + patches.suse/rtla-osnoise-Prevent-NULL-dereference-in-error-handl.patch + patches.suse/of-irq-Prevent-device-address-out-of-bounds-read-in-.patch + patches.suse/s390-dasd-Remove-DMA-alignment.patch patches.suse/s390-dasd-fix-error-recovery-leading-to-data-corruption-on-ESE-devices.patch + patches.suse/md-raid1-Fix-data-corruption-for-degraded-array-with-c916.patch patches.suse/arm64-ACPI-NUMA-initialize-all-values-of-acpi_early_node_map-to-NUMA_NO_NODE.patch patches.suse/arm64-Fix-KASAN-random-tag-seed-initialization.patch + patches.suse/memcg_write_event_control-fix-a-user-triggerable-oop.patch + patches.suse/lib-generic-radix-tree.c-Fix-rare-race-in-__genradix.patch patches.suse/xfs-attr-forks-require-attr-not-attr2.patch patches.suse/i2c-Use-IS_REACHABLE-for-substituting-empty-ACPI-fun.patch patches.suse/i2c-qcom-geni-Add-missing-geni_icc_disable-in-geni_i-4e91fa1.patch + patches.suse/i2c-tegra-Do-not-mark-ACPI-devices-as-irq-safe.patch patches.suse/cpu-SMT-Enable-SMT-only-if-a-core-is-online.patch patches.suse/powerpc-topology-Check-if-a-core-is-online.patch + patches.suse/0001-mm-vmalloc-fix-page-mapping-if-vm_area_alloc_pages-w.patch patches.suse/fuse-Initialize-beyond-EOF-page-contents-before-setti.patch patches.suse/thunderbolt-Mark-XDomain-as-unplugged-when-router-is.patch patches.suse/Revert-usb-typec-tcpm-clear-pd_event-queue-in-PORT_R.patch @@ -25943,27 +26273,53 @@ patches.suse/char-xillybus-Refine-workqueue-handling.patch patches.suse/char-xillybus-Check-USB-endpoints-when-probing-devic.patch patches.suse/printk-panic-Allow-cpu-backtraces-to-be-written-into-ringbuffer-during-panic.patch + patches.suse/HID-cougar-fix-slab-out-of-bounds-Read-in-cougar_rep.patch + patches.suse/HID-amd_sfh-free-driver_data-after-destroying-hid-de.patch + patches.suse/HID-multitouch-Add-support-for-GT7868Q.patch patches.suse/HID-wacom-Defer-calculation-of-resolution-until-reso.patch patches.suse/iommufd-device-Fix-hwpt-at-err_unresv-in-iommufd_dev.patch + patches.suse/platform-surface-aggregator_registry-Add-Support-for.patch + patches.suse/platform-surface-aggregator_registry-Add-support-for.patch patches.suse/platform-surface-aggregator-Fix-warning-when-control.patch + patches.suse/scripts-kconfig-merge_config-config-files-add-a-trai.patch + patches.suse/net-mlx5-Fix-IPsec-RoCE-MPV-trace-call.patch patches.suse/Bluetooth-hci_core-Fix-LE-quote-calculation.patch patches.suse/Bluetooth-SMP-Fix-assumption-of-Central-always-being.patch patches.suse/Bluetooth-MGMT-Add-error-handling-to-pair_device.patch + patches.suse/tcp-prevent-concurrent-execution-of-tcp_sk_exit_batc.patch + patches.suse/kcm-Serialise-kcm_sendmsg-for-the-same-socket.patch patches.suse/ip6_tunnel-Fix-broken-GRO.patch + patches.suse/bonding-fix-null-pointer-deref-in-bond_ipsec_offload.patch + patches.suse/bonding-fix-xfrm-real_dev-null-pointer-dereference.patch + patches.suse/igb-cope-with-large-MAX_SKB_FRAGS.patch + patches.suse/net-dsa-mv88e6xxx-Fix-out-of-bound-access.patch + patches.suse/ipv6-prevent-UAF-in-ip6_send_skb.patch + patches.suse/ipv6-fix-possible-UAF-in-ip6_finish_output2.patch + patches.suse/ipv6-prevent-possible-UAF-in-ip6_xmit.patch + patches.suse/bnxt_en-Fix-double-DMA-unmapping-for-XDP_REDIRECT.patch + patches.suse/ata-pata_macio-Use-WARN-instead-of-BUG.patch patches.suse/mmc-mtk-sd-receive-cmd8-data-when-hs400-tuning-fail.patch patches.suse/mmc-dw_mmc-allow-biu-and-ciu-clocks-to-defer.patch patches.suse/mmc-mmc_test-Fix-NULL-dereference-on-allocation-fail.patch + patches.suse/nvme-move-stopping-keep-alive-into-nvme_uninit_ctrl.patch patches.suse/drm-msm-dpu-don-t-play-tricks-with-debug-macros.patch patches.suse/drm-msm-dp-fix-the-max-supported-bpp-logic.patch patches.suse/drm-msm-dpu-move-dpu_encoder-s-connector-assignment-.patch patches.suse/drm-msm-dp-reset-the-link-phy-params-before-link-tra.patch patches.suse/drm-msm-dpu-cleanup-FB-if-dpu_format_populate_layout.patch patches.suse/drm-msm-dpu-take-plane-rotation-into-account-for-wid.patch + patches.suse/drm-msm-adreno-Fix-error-return-if-missing-firmware-.patch patches.suse/drm-amdgpu-sdma5.2-limit-wptr-workaround-to-sdma-5.2.patch patches.suse/drm-amdgpu-Validate-TA-binary-size.patch patches.suse/nouveau-firmware-use-dma-non-coherent-allocator.patch + patches.suse/Input-ads7846-ratelimit-the-spi_sync-error-message.patch + patches.suse/Input-synaptics-enable-SMBus-for-HP-Elitebook-840-G2.patch + patches.suse/Input-uinput-reject-requests-with-unreasonable-numbe.patch + patches.suse/Input-i8042-add-Fujitsu-Lifebook-E756-to-i8042-quirk.patch patches.suse/Input-i8042-add-forcenorestore-quirk-to-leave-contro.patch patches.suse/Input-i8042-use-new-forcenorestore-quirk-to-replace-.patch + patches.suse/NFSv4-Add-missing-rescheduling-points-in-nfs_client_.patch + patches.suse/KVM-arm64-Make-ICC_-SGI-_EL1-undef-in-the-absence-of.patch patches.suse/ALSA-hda-realtek-Enable-mute-micmute-LEDs-on-HP-Lapt.patch patches.suse/ALSA-seq-Skip-event-type-filtering-for-UMP-events.patch patches.suse/ALSA-hda-realtek-Fixed-ALC256-headphone-no-sound.patch @@ -25976,33 +26332,438 @@ patches.suse/ASoC-allow-module-autoloading-for-table-board_ids.patch patches.suse/ALSA-hda-realtek-Fix-the-speaker-output-on-Samsung-G-44ceabd.patch patches.suse/ALSA-hda-realtek-support-HP-Pavilion-Aero-13-bg0xxx-.patch + patches.suse/pinctrl-at91-make-it-work-with-current-gpiolib.patch patches.suse/pinctrl-single-fix-potential-NULL-dereference-in-pcs.patch patches.suse/pinctrl-mediatek-common-v2-Fix-broken-bias-disable-f.patch patches.suse/pinctrl-starfive-jh7110-Correct-the-level-trigger-co.patch patches.suse/pinctrl-rockchip-correct-RK3328-iomux-width-flag-for.patch + patches.suse/smb-client-avoid-dereferencing-rdata-NULL-in-smb2_ne.patch + patches.suse/btrfs-fix-a-use-after-free-when-hitting-errors-insid.patch + patches.suse/platform-x86-x86-android-tablets-Make-Lenovo-Yoga-Ta.patch patches.suse/msft-hv-3045-net-mana-Fix-race-of-mana_hwc_post_rx_wqe-and-new-hw.patch patches.suse/Bluetooth-hci_core-Fix-not-handling-hibernation-acti.patch + patches.suse/ethtool-check-device-is-present-when-getting-link-se.patch + patches.suse/gtp-fix-a-potential-NULL-pointer-dereference.patch patches.suse/wifi-mwifiex-duplicate-static-structs-used-in-driver.patch + patches.suse/wifi-iwlwifi-lower-message-level-for-FW-buffer-desti.patch + patches.suse/wifi-iwlwifi-mvm-fix-iwl_mvm_scan_fits-calculation.patch + patches.suse/wifi-iwlwifi-mvm-fix-iwl_mvm_max_scan_ie_fw_cmd_room.patch patches.suse/wifi-iwlwifi-fw-fix-wgds-rev-3-exact-size.patch + patches.suse/wifi-iwlwifi-mvm-pause-TCM-when-the-firmware-is-stop.patch + patches.suse/wifi-iwlwifi-mvm-don-t-wait-for-tx-queues-if-firmwar.patch + patches.suse/wifi-mac80211-free-skb-on-error-path-in-ieee80211_be.patch patches.suse/wifi-wfx-repair-open-network-AP-mode.patch + patches.suse/wifi-iwlwifi-clear-trans-state-earlier-upon-error.patch patches.suse/nfc-pn533-Add-poll-mod-list-filling-check.patch + patches.suse/hwmon-asus-ec-sensors-remove-VRM-temp-X570-E-GAMING.patch + patches.suse/drm-amdgpu-align-pp_power_profile_mode-with-kernel-d.patch + patches.suse/drm-amdgpu-swsmu-always-force-a-state-reprogram-on-i.patch patches.suse/drm-amd-display-avoid-using-null-object-of-framebuff.patch patches.suse/drm-i915-dsi-Make-Lenovo-Yoga-Tab-3-X90F-DMI-match-l.patch + patches.suse/0001-drm-vmwgfx-Prevent-unmapping-active-read-buffers.patch patches.suse/drm-vmwgfx-Fix-prime-with-external-buffers.patch patches.suse/dmaengine-dw-Add-peripheral-bus-width-verification.patch patches.suse/dmaengine-dw-Add-memory-bus-width-verification.patch + patches.suse/selinux-smack-don-t-bypass-permissions-check-in-inod.patch patches.suse/soc-qcom-cmd-db-Map-shared-memory-as-WC-not-WB.patch + patches.suse/firmware-qcom-scm-Mark-get_wq_ctx-as-atomic-call.patch + patches.suse/soc-qcom-pmic_glink-Fix-race-during-initialization.patch + patches.suse/usb-typec-ucsi-Move-unregister-out-of-atomic-section.patch patches.suse/soc-qcom-pmic_glink-Actually-communicate-when-remote.patch patches.suse/xfs-Fix-the-owner-setting-issue-for-rmap-query-in-xfs-fsmap.patch patches.suse/xfs-use-XFS_BUF_DADDR_NULL-for-daddrs-in-getfsmap-code.patch patches.suse/xfs-Fix-missing-interval-for-missing_owner-in-xfs-fsmap.patch + patches.suse/scsi-lpfc-fix-overflow-build-issue.patch + patches.suse/scsi-aacraid-Fix-double-free-on-probe-failure.patch + patches.suse/usb-dwc3-core-Prevent-USB-core-invalid-event-buffer-.patch patches.suse/usb-cdnsp-fix-incorrect-index-in-cdnsp_get_hw_deq-fu.patch + patches.suse/cdc-acm-Add-DISABLE_ECHO-quirk-for-GE-HealthCare-UI-.patch patches.suse/usb-dwc3-omap-add-missing-depopulate-in-probe-error-.patch patches.suse/usb-typec-fsa4480-Relax-CHIP_ID-check.patch patches.suse/usb-core-sysfs-Unmerge-usb3_hardware_lpm_attr_group-.patch patches.suse/usb-dwc3-st-fix-probed-platform-device-ref-count-on-.patch patches.suse/usb-dwc3-st-add-missing-depopulate-in-probe-error-pa.patch patches.suse/usb-cdnsp-fix-for-Link-TRB-with-TC.patch + patches.suse/USB-serial-option-add-MeiG-Smart-SRM825L.patch + patches.suse/perf-x86-intel-Limit-the-period-on-Haswell.patch + patches.suse/kaslr-expose-and-use-the-end-of-physical-memory.patch + patches.suse/x86-tdx-Fix-data-leak-in-mmio_read.patch + patches.suse/ata-libata-Fix-memory-leak-for-error-path-in-ata_hos.patch + patches.suse/fuse-use-unsigned-type-for-getxattr-listxattr-size-tr.patch + patches.suse/fuse-fix-memory-leak-in-fuse_create_open.patch + patches.suse/fuse-update-stats-for-pages-in-dropped-aux-writeback-.patch + patches.suse/userfaultfd-fix-checks-for-huge-PMDs.patch + patches.suse/nilfs2-protect-references-to-superblock-parameters-exposed-in-sysfs.patch + patches.suse/nilfs2-fix-missing-cleanup-on-rollforward-recovery-error.patch + patches.suse/nilfs2-fix-state-management-in-error-path-of-log-writing-function.patch + patches.suse/fscache-delete-fscache_cookie_lru_timer-when-fscache-.patch + patches.suse/btrfs-fix-race-between-direct-IO-write-and-fsync-whe.patch + patches.suse/platform-x86-dell-smbios-Fix-error-path-in-dell_smbi.patch + patches.suse/tracing-Avoid-possible-softlockup-in-tracing_iter_reset.patch + patches.suse/regulator-core-Stub-devm_regulator_bulk_get_const-if.patch + patches.suse/spi-rockchip-Resolve-unbalanced-runtime-PM-system-PM.patch + patches.suse/spi-spidev-Add-an-entry-for-elgin-jg10309-01.patch + patches.suse/spi-bcm63xx-Enable-module-autoloading.patch + patches.suse/spi-spidev-Add-missing-spi_device_id-for-jg10309-01.patch + patches.suse/tcp_bpf-fix-return-value-of-tcp_bpf_sendmsg.patch + patches.suse/can-bcm-Remove-proc-entry-when-dev-is-unregistered.patch + patches.suse/can-m_can-Release-irq-on-error-in-m_can_open.patch + patches.suse/can-mcp251xfd-fix-ring-configuration-when-switching-.patch + patches.suse/can-mcp251xfd-mcp251xfd_ring_init-check-TX-coalescin.patch + patches.suse/can-mcp251x-fix-deadlock-if-an-interrupt-occurs-duri.patch + patches.suse/Revert-Bluetooth-MGMT-SMP-Fix-address-type-when-usin.patch + patches.suse/Bluetooth-MGMT-Ignore-keys-being-loaded-with-invalid.patch + patches.suse/net-phy-Fix-missing-of_node_put-for-leds.patch + patches.suse/usbnet-modern-method-to-get-random-MAC.patch + patches.suse/msft-hv-3048-net-mana-Fix-error-handling-in-mana_create_txq-rxq-s.patch + patches.suse/drm-i915-Do-not-attempt-to-load-the-GSC-multiple-tim.patch + patches.suse/drm-i915-fence-Mark-debug_fence_init_onstack-with-__.patch + patches.suse/drm-i915-fence-Mark-debug_fence_free-with-__maybe_un.patch + patches.suse/drm-komeda-Fix-an-issue-related-to-normalized-zpos.patch + patches.suse/nouveau-fix-the-fwsec-sb-verification-register.patch + patches.suse/Revert-drm-amdgpu-align-pp_power_profile_mode-with-k.patch + patches.suse/gpio-rockchip-fix-OF-node-leak-in-probe.patch + patches.suse/gpio-modepin-Enable-module-autoloading.patch + patches.suse/mmc-core-apply-SD-quirks-earlier-during-probe.patch + patches.suse/mmc-sdhci-of-aspeed-fix-module-autoloading.patch + patches.suse/mmc-dw_mmc-Fix-IDMAC-operation-with-pages-bigger-tha.patch + patches.suse/mmc-cqhci-Fix-checking-of-CQHCI_HALT-state.patch + patches.suse/ALSA-hda-conexant-Add-pincfg-quirk-to-enable-top-spe.patch + patches.suse/ALSA-hda-realtek-add-patch-for-internal-mic-in-Lenov.patch + patches.suse/ALSA-hda-add-HDMI-codec-ID-for-Intel-PTL.patch + patches.suse/ALSA-hda-realtek-extend-quirks-for-Clevo-V5-46-0.patch + patches.suse/ALSA-hda-realtek-Enable-Mute-Led-for-HP-Victus-15-fb.patch + patches.suse/ALSA-hda-realtek-Support-mute-LED-on-HP-Laptop-14-dq.patch + patches.suse/ALSA-hda-realtek-Fix-inactive-headset-mic-jack-for-A.patch + patches.suse/ASoC-Intel-soc-acpi-cht-Make-Lenovo-Yoga-Tab-3-X90F-.patch + patches.suse/ASoC-dapm-Fix-UAF-for-snd_soc_pcm_runtime-object.patch + patches.suse/ASoC-tegra-Fix-CBB-error-during-probe.patch + patches.suse/ASoC-intel-fix-module-autoloading.patch + patches.suse/ASoC-tda7419-fix-module-autoloading.patch + patches.suse/ASoc-SOF-topology-Clear-SOF-link-platform-name-upon-.patch + patches.suse/ASoC-amd-yc-Add-a-quirk-for-MSI-Bravo-17-D7VEK.patch + patches.suse/ASoC-sunxi-sun4i-i2s-fix-LRCLK-polarity-in-i2s-mode.patch + patches.suse/ublk_drv-fix-NULL-pointer-dereference-in-ublk_ctrl_s.patch + patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch + patches.suse/nvme-pci-allocate-tagset-on-reset-if-necessary.patch + patches.suse/nvme-pci-Add-sleep-quirk-for-Samsung-990-Evo.patch + patches.suse/nvmet-Identify-Active-Namespace-ID-List-command-shou.patch + patches.suse/KVM-x86-Acquire-kvm-srcu-when-handling-KVM_SET_VCPU_.patch + patches.suse/KVM-SVM-fix-emulation-of-msr-reads-writes-of-MSR_FS_.patch + patches.suse/KVM-SVM-Don-t-advertise-Bus-Lock-Detect-to-guest-if-.patch + patches.suse/powerpc-qspinlock-Fix-deadlock-in-MCS-queue.patch + patches.suse/clk-qcom-clk-alpha-pll-Fix-the-pll-post-div-mask.patch + patches.suse/clk-qcom-clk-alpha-pll-Fix-the-trion-pll-postdiv-set.patch + patches.suse/clk-qcom-clk-alpha-pll-Fix-zonda-set_rate-failure-wh.patch + patches.suse/clk-qcom-ipq9574-Update-the-alpha-PLL-type-for-GPLLs.patch + patches.suse/clk-qcom-gcc-sm8550-Don-t-use-parking-clk_ops-for-QU.patch + patches.suse/clk-qcom-gcc-sm8550-Don-t-park-the-USB-RCG-at-regist.patch + patches.suse/clk-qcom-gcc-sc8280xp-don-t-use-parking-clk_ops-for-.patch + patches.suse/usb-dwc3-Avoid-waking-up-gadget-during-startxfer.patch + patches.suse/usb-dwc3-core-update-LC-timer-as-per-USB-Spec-V3.2.patch + patches.suse/staging-iio-frequency-ad9834-Validate-frequency-para.patch + patches.suse/iio-adc-ad7606-remove-frstdata-check-for-serial-mode.patch + patches.suse/iio-buffer-dmaengine-fix-releasing-dma-channel-on-er.patch + patches.suse/iio-adc-ad7124-fix-chip-ID-mismatch.patch + patches.suse/iio-adc-ad7124-fix-config-comparison.patch + patches.suse/iio-fix-scale-application-in-iio_convert_raw_to_proc.patch + patches.suse/misc-fastrpc-Fix-double-free-of-buf-in-error-path.patch + patches.suse/msft-hv-3046-uio_hv_generic-Fix-kernel-NULL-pointer-dereference-i.patch + patches.suse/msft-hv-3047-Drivers-hv-vmbus-Fix-rescind-handling-in-uio_hv_gene.patch + patches.suse/VMCI-Fix-use-after-free-when-removing-resource-in-vm.patch + patches.suse/clocksource-drivers-imx-tpm-Fix-return-ETIME-when-de.patch + patches.suse/clocksource-drivers-imx-tpm-Fix-next-event-not-takin.patch + patches.suse/msft-hv-3053-Drivers-hv-vmbus-Fix-the-misplaced-function-descript.patch + patches.suse/msft-hv-3054-x86-hyperv-fix-kexec-crash-due-to-VP-assist-page-cor.patch + patches.suse/minmax-reduce-min-max-macro-expansion-in-atomisp-dri.patch + patches.suse/arm64-dts-rockchip-fix-PMIC-interrupt-pin-in-pinctrl-for-ROCK-Pi-E.patch + patches.suse/arm64-dts-rockchip-fix-eMMC-SPI-corruption-when-audio-has-been-used-on-RK3399-Puma.patch + patches.suse/arm64-dts-rockchip-override-BIOS_DISABLE-signal-via-GPIO-hog-on-RK3399-Puma.patch + patches.suse/platform-x86-panasonic-laptop-Fix-SINF-array-out-of-.patch + patches.suse/platform-x86-panasonic-laptop-Allocate-1-entry-extra.patch + patches.suse/net-tighten-bad-gso-csum-offset-check-in-virtio_net_.patch + patches.suse/hwmon-pmbus-Conditionally-clear-individual-status-bi.patch + patches.suse/drm-amd-display-Avoid-race-between-dcn10_set_drr-and.patch + patches.suse/drm-amdgpu-atomfirmware-Silence-UBSAN-warning.patch + patches.suse/drm-i915-guc-prevent-a-possible-int-overflow-in-wq-o.patch + patches.suse/dma-buf-heaps-Fix-off-by-one-in-CMA-heap-fault-handl.patch + patches.suse/drm-nouveau-fb-restore-init-for-ramgp102.patch + patches.suse/drm-syncobj-Fix-syncobj-leak-in-drm_syncobj_eventfd_.patch + patches.suse/spi-nxp-fspi-fix-the-KASAN-report-out-of-bounds-bug.patch + patches.suse/ASoC-codecs-avoid-possible-garbage-value-in-peb2466_.patch + patches.suse/ASoC-meson-axg-card-fix-use-after-free.patch + patches.suse/pinctrl-meteorlake-Add-Arrow-Lake-H-U-ACPI-ID.patch + patches.suse/virtio-net-synchronize-probe-with-ndo_set_features.patch + patches.suse/can-j1939-use-correct-function-name-in-comment.patch + patches.suse/wifi-brcmfmac-introducing-fwil-query-functions.patch + patches.suse/wifi-rtw88-8822c-Fix-reported-RX-band-width.patch + patches.suse/wifi-rtw88-always-wait-for-both-firmware-loading-att.patch + patches.suse/wifi-ath9k-Remove-error-checks-when-creating-debugfs.patch + patches.suse/wifi-ath12k-fix-BSS-chan-info-request-WMI-command.patch + patches.suse/wifi-ath12k-match-WMI-BSS-chan-info-structure-with-f.patch + patches.suse/wifi-ath12k-fix-invalid-AMPDU-factor-calculation-in-.patch + patches.suse/wifi-mac80211-don-t-use-rate-mask-for-offchannel-TX-.patch + patches.suse/wifi-iwlwifi-mvm-increase-the-time-between-ranging-m.patch + patches.suse/wifi-cfg80211-fix-bug-of-mapping-AF3x-to-incorrect-U.patch + patches.suse/wifi-mac80211-fix-the-comeback-long-retry-times.patch + patches.suse/wifi-cfg80211-fix-UBSAN-noise-in-cfg80211_wext_siwsc.patch + patches.suse/wifi-cfg80211-fix-two-more-possible-UBSAN-detected-o.patch + patches.suse/wifi-mac80211-use-two-phase-skb-reclamation-in-ieee8.patch + patches.suse/wifi-wilc1000-fix-potential-RCU-dereference-issue-in.patch + patches.suse/wifi-rtw88-remove-CPT-execution-branch-never-used.patch + patches.suse/wifi-mt76-mt7915-fix-oops-on-non-dbdc-mt7986.patch + patches.suse/wifi-mt76-mt7921-fix-wrong-UNII-4-freq-range-check-f.patch + patches.suse/wifi-mt76-mt7996-use-hweight16-to-get-correct-tx-ant.patch + patches.suse/wifi-mt76-mt7996-fix-traffic-delay-when-switching-ba.patch + patches.suse/wifi-mt76-mt7996-fix-wmm-set-of-station-interface-to.patch + patches.suse/wifi-mt76-mt7996-fix-HE-and-EHT-beamforming-capabili.patch + patches.suse/wifi-mt76-mt7996-fix-EHT-beamforming-capability-chec.patch + patches.suse/wifi-mt76-mt7996-fix-NULL-pointer-dereference-in-mt7.patch + patches.suse/wifi-mt76-connac-fix-checksum-offload-fields-of-conn.patch + patches.suse/wifi-mt76-mt7603-fix-mixed-declarations-and-code.patch + patches.suse/wifi-mt76-mt7915-fix-rx-filter-setting-for-bfee-func.patch + patches.suse/wifi-mt76-mt7996-fix-uninitialized-TLV-data.patch + patches.suse/wifi-mt76-mt7915-check-devm_kasprintf-returned-value.patch + patches.suse/wifi-mt76-mt7921-Check-devm_kasprintf-returned-value.patch + patches.suse/wifi-mt76-mt7615-check-devm_kasprintf-returned-value.patch + patches.suse/wifi-mt76-mt7925-fix-a-potential-array-index-out-of-.patch + patches.suse/Bluetooth-hci_core-Fix-sending-MGMT_EV_CONNECT_FAILE.patch + patches.suse/Bluetooth-hci_sync-Ignore-errors-from-HCI_OP_REMOTE_.patch + patches.suse/Bluetooth-btusb-Fix-not-handling-ZPL-short-transfer.patch + patches.suse/can-bcm-Clear-bo-bcm_proc_read-after-remove_proc_ent.patch + patches.suse/can-m_can-enable-NAPI-before-enabling-interrupts.patch + patches.suse/can-m_can-m_can_close-stop-clocks-after-device-has-b.patch + patches.suse/crypto-xor-fix-template-benchmarking.patch + patches.suse/crypto-iaa-Fix-potential-use-after-free-bug.patch + patches.suse/hwrng-bcm2835-Add-missing-clk_disable_unprepare-in-b.patch + patches.suse/hwrng-cctrng-Add-missing-clk_disable_unprepare-in-cc.patch + patches.suse/crypto-ccp-Properly-unregister-dev-sev-on-sev-PLATFO.patch + patches.suse/hwrng-mtk-Use-devm_pm_runtime_enable.patch + patches.suse/crypto-ccp-do-not-request-interrupt-on-cmd-completio.patch + patches.suse/arm64-signal-Fix-some-under-bracketed-UAPI-macros.patch + patches.suse/KVM-arm64-Invalidate-EL1-0-TLB-entries-for-all-VMIDs.patch + patches.suse/KVM-arm64-Release-pfn-i.e.-put-page-if-copying-MTE-t.patch + patches.suse/KVM-arm64-Disallow-copying-MTE-to-guest-memory-while.patch + patches.suse/ACPICA-Implement-ACPI_WARNING_ONCE-and-ACPI_ERROR_ON.patch + patches.suse/ACPICA-executer-exsystem-Don-t-nag-user-about-every-.patch + patches.suse/ACPI-sysfs-validate-return-type-of-_STR-method.patch + patches.suse/ACPI-PMIC-Remove-unneeded-check-in-tps68470_pmic_opr.patch + patches.suse/ACPI-CPPC-Fix-MASK_VAL-usage.patch + patches.suse/cpufreq-ti-cpufreq-Introduce-quirks-to-handle-syscon.patch + patches.suse/powercap-intel_rapl-Add-support-for-AMD-family-1Ah.patch + patches.suse/cachefiles-Fix-non-taking-of-sb_writers-around-set-re.patch + patches.suse/erofs-fix-incorrect-symlink-detection-in-fast-symlink.patch + patches.suse/nvme-tcp-sanitize-tls-key-handling.patch + patches.suse/nvme-tcp-check-for-invalidated-or-revoked-key.patch + patches.suse/nvme-add-a-newline-to-the-tls_key-sysfs-attribute.patch + patches.suse/nvme-split-off-tls-sysfs-attributes-into-a-separate-group.patch + patches.suse/nvme-sysfs-add-tls_configured_key-sysfs-attribute.patch + patches.suse/nvme-sysfs-add-tls_keyring-attribute.patch + patches.suse/nvme-tcp-fix-link-failure-for-TCP-auth.patch + patches.suse/clocksource-drivers-qcom-Add-missing-iounmap-on-erro.patch + patches.suse/regulator-wm831x-isink-Convert-comma-to-semicolon.patch + patches.suse/regulator-rt5120-Convert-comma-to-semicolon.patch + patches.suse/regulator-Return-actual-error-in-of_regulator_bulk_g.patch + patches.suse/regulator-core-Fix-short-description-for-_regulator_.patch + patches.suse/regulator-core-Fix-regulator_is_supported_voltage-ke.patch + patches.suse/spi-ppc4xx-handle-irq_of_parse_and_map-errors.patch + patches.suse/spi-meson-spicc-convert-comma-to-semicolon.patch + patches.suse/spi-rpc-if-Add-missing-MODULE_DEVICE_TABLE.patch + patches.suse/spi-ppc4xx-Avoid-returning-0-when-failed-to-parse-an.patch + patches.suse/spi-bcm63xx-Fix-module-autoloading.patch + patches.suse/arm64-dts-exynos-exynos7885-jackpotlte-Correct-RAM-amount-to-4GB.patch + patches.suse/arm64-dts-rockchip-Correct-the-Pinebook-Pro-battery-design-capacity.patch + patches.suse/arm64-dts-rockchip-Raise-Pinebook-Pro-s-panel-backlight-PWM-frequency.patch + patches.suse/arm64-dts-rockchip-Correct-vendor-prefix-for-Hardkernel-ODROID-M1.patch + patches.suse/arm64-dts-imx8-ss-dma-Fix-adc0-closing-brace-location.patch + patches.suse/arm64-dts-allwinner-h616-Add-r_i2c-pinctrl-nodes.patch + patches.suse/memory-tegra186-emc-drop-unused-to_tegra186_emc.patch + patches.suse/memory-mtk-smi-Use-devm_clk_get_enabled.patch + patches.suse/soc-versatile-integrator-fix-OF-node-leak-in-probe-e.patch + patches.suse/firmware-arm_scmi-Fix-double-free-in-OPTEE-transport.patch + patches.suse/firmware-tegra-bpmp-Drop-unused-mbox_client_to_bpmp.patch + patches.suse/soc-fsl-cpm1-tsa-Fix-tsa_write8.patch + patches.suse/bus-integrator-lm-fix-OF-node-leak-in-probe.patch + patches.suse/reset-berlin-fix-OF-node-leak-in-probe-error-path.patch + patches.suse/reset-k210-fix-OF-node-leak-in-probe-error-path.patch + patches.suse/module-Fix-KCOV-ignored-file-name.patch + patches.suse/0001-x86-kexec-Add-EFI-config-table-identity-mapping-for-.patch + patches.suse/0002-x86-mm-ident_map-Use-gbpages-only-where-full-GB-page.patch + patches.suse/Documentation-ioctl-document-0x07-ioctl-code.patch + patches.suse/scripts-sphinx-pre-install-remove-unnecessary-double.patch + patches.suse/selftests-lib-remove-strscpy-test.patch + patches.suse/ALSA-hda-cs35l41-fix-module-autoloading.patch + patches.suse/ASoC-rt5682s-Return-devm_of_clk_add_hw_provider-to-t.patch + patches.suse/ASoC-cs42l42-Convert-comma-to-semicolon.patch + patches.suse/ASoC-tas2781-i2c-Get-the-right-GPIO-line.patch + patches.suse/ASoC-rt5682-Return-devm_of_clk_add_hw_provider-to-tr.patch + patches.suse/ASoC-soc-ac97-Fix-the-incorrect-description.patch + patches.suse/ASoC-meson-Remove-unused-declartion-in-header-file.patch + patches.suse/power-supply-axp20x_battery-Remove-design-from-min-a.patch + patches.suse/power-supply-max17042_battery-Fix-SOC-threshold-calc.patch + patches.suse/power-supply-Drop-use_cnt-check-from-power_supply_pr.patch + patches.suse/power-supply-hwmon-Fix-missing-temp1_max_alarm-attri.patch + patches.suse/mtd-slram-insert-break-after-errors-in-parsing-the-m.patch + patches.suse/mtd-powernv-Add-check-devm_kasprintf-returned-value.patch + patches.suse/hwmon-max16065-Fix-overflows-seen-when-writing-limit.patch + patches.suse/hwmon-ntc_thermistor-fix-module-autoloading.patch + patches.suse/fbdev-hpfb-Fix-an-error-handling-path-in-hpfb_dio_pr.patch + patches.suse/bpf-Fix-use-after-free-in-bpf_uprobe_multi_link_attach.patch + patches.suse/jfs-fix-out-of-bounds-in-dbNextAG-and-diAlloc.patch + patches.suse/xen-use-correct-end-address-of-kernel-for-conflict-c.patch + patches.suse/xen-introduce-generic-helper-checking-for-memory-map.patch + patches.suse/xen-move-checks-for-e820-conflicts-further-up.patch + patches.suse/xen-move-max_pfn-in-xen_memory_setup-out-of-function.patch + patches.suse/xen-add-capability-to-remap-non-RAM-pages-to-differe.patch + patches.suse/xen-allow-mapping-ACPI-data-using-a-different-physic.patch + patches.suse/xen-tolerate-ACPI-NVS-memory-overlapping-with-Xen-al.patch + patches.suse/xen-swiotlb-add-alignment-check-for-dma-buffers.patch + patches.suse/xen-swiotlb-fix-allocated-size.patch + patches.suse/ipmi-ssif-Improve-detecting-during-probing.patch + patches.suse/ipmi-docs-don-t-advertise-deprecated-sysfs-entries.patch + patches.suse/tpm-Clean-up-TPM-space-after-command-failure.patch + patches.suse/HID-wacom-Support-sequence-numbers-smaller-than-16-b.patch + patches.suse/HID-wacom-Do-not-warn-about-dropped-packets-for-firs.patch + patches.suse/ata-libata-Clear-DID_TIME_OUT-for-ATA-PT-commands-wi.patch + patches.suse/drm-stm-Fix-an-error-handling-path-in-stm_drm_platfo.patch + patches.suse/drm-stm-ltdc-check-memory-returned-by-devm_kzalloc.patch + patches.suse/drm-rockchip-vop-clear-DMA-stop-bit-on-RK3066.patch + patches.suse/drm-rockchip-vop-enable-VOP_FEATURE_INTERNAL_RGB-on-.patch + patches.suse/drm-rockchip-vop-Allow-4096px-width-scaling.patch + patches.suse/drm-rockchip-dw_hdmi-Fix-reading-EDID-when-using-a-f.patch + patches.suse/drm-bridge-lontium-lt8912b-Validate-mode-in-drm_brid.patch + patches.suse/drm-vc4-hdmi-Handle-error-case-of-pm_runtime_resume_.patch + patches.suse/drm-radeon-fix-null-pointer-dereference-in-radeon_ad.patch + patches.suse/drm-amdgpu-fix-a-possible-null-pointer-dereference.patch + patches.suse/drm-amd-display-Add-null-check-for-set_output_gamma-.patch + patches.suse/drm-amdgpu-properly-handle-vbios-fake-edid-sizing.patch + patches.suse/drm-radeon-properly-handle-vbios-fake-edid-sizing.patch + patches.suse/drm-amd-amdgpu-Properly-tune-the-size-of-struct.patch + patches.suse/drm-radeon-evergreen_cs-fix-int-overflow-errors-in-c.patch + patches.suse/drm-omapdrm-Add-missing-check-for-alloc_ordered_work.patch + patches.suse/drm-mediatek-ovl_adaptor-Add-missing-of_node_put.patch + patches.suse/drm-msm-Fix-incorrect-file-name-output-in-adreno_req.patch + patches.suse/drm-msm-a5xx-disable-preemption-in-submits-by-defaul.patch + patches.suse/drm-msm-a5xx-properly-clear-preemption-records-on-re.patch + patches.suse/drm-msm-a5xx-fix-races-in-preemption-evaluation-stag.patch + patches.suse/drm-msm-a5xx-workaround-early-ring-buffer-emptiness-.patch + patches.suse/drm-msm-dsi-correct-programming-sequence-for-SM8350-.patch + patches.suse/drm-msm-fix-s-null-argument-error.patch + patches.suse/drivers-drm-exynos_drm_gsc-Fix-wrong-assignment-in-g.patch + patches.suse/scsi-lpfc-change-diagnostic-log-flag-during-receipt-of-unknown-els.patch + patches.suse/scsi-lpfc-remove-redundant-vport-assignment-when-building-an-abort.patch + patches.suse/scsi-lpfc-validate-hdwq-pointers-before-dereferencing-in.patch + patches.suse/scsi-lpfc-fix-unintentional-double-clearing-of-vmid_flag.patch + patches.suse/scsi-lpfc-fix-unsolicited-flogi-kref-imbalance-when-in-direct.patch + patches.suse/scsi-lpfc-update-prlo-handling-in-direct-attached-topology.patch + patches.suse/scsi-lpfc-update-lpfc-version-to-14.4.0.4.patch + patches.suse/scsi-lpfc-copyright-updates-for-14.4.0.4-patches.patch + patches.suse/ocfs2-fix-null-ptr-deref-when-journal-load-failed.patch + patches.suse/ocfs2-remove-unreasonable-unlock-in-ocfs2_read_blocks.patch + patches.suse/ocfs2-fix-possible-null-ptr-deref-in-ocfs2_set_buffer_uptodate.patch + patches.suse/ocfs2-cancel-dqi_sync_work-before-freeing-oinfo.patch + patches.suse/resource-fix-region_intersects-vs-add_memory_driver_.patch + patches.suse/i2c-aspeed-Update-the-stop-sw-state-when-the-bus-rec.patch + patches.suse/i2c-xiic-Wait-for-TX-empty-to-avoid-missed-TX-NAKs.patch + patches.suse/i2c-isch-Add-missed-else.patch + patches.suse/i2c-qcom-geni-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch + patches.suse/kthread-Fix-task-state-in-kthread-worker-if-being-frozen.patch + patches.suse/xz-cleanup-CRC32-edits-from-2018.patch + patches.suse/nilfs2-fix-potential-null-ptr-deref-in-nilfs_btree_insert.patch + patches.suse/nilfs2-determine-empty-node-blocks-as-corrupted.patch + patches.suse/nilfs2-fix-potential-oob-read-in-nilfs_btree_check_delete.patch + patches.suse/PCI-Wait-for-Link-before-restoring-Downstream-Buses.patch + patches.suse/PCI-dra7xx-Fix-threaded-IRQ-request-for-dra7xx-pcie-.patch + patches.suse/PCI-dra7xx-Fix-error-handling-when-IRQ-request-fails.patch + patches.suse/PCI-imx6-Fix-missing-call-to-phy_power_off-in-error-.patch + patches.suse/PCI-keystone-Fix-if-statement-expression-in-ks_pcie_.patch + patches.suse/PCI-kirin-Fix-buffer-overflow-in-kirin_pcie_parse_po.patch + patches.suse/PCI-qcom-ep-Enable-controller-resources-like-PHY-onl.patch + patches.suse/PCI-xilinx-nwl-Fix-off-by-one-in-INTx-IRQ-handler.patch + patches.suse/PCI-xilinx-nwl-Clean-up-clock-on-probe-failure-remov.patch + patches.suse/pinctrl-single-fix-missing-error-code-in-pcs_probe.patch + patches.suse/watchdog-imx_sc_wdt-Don-t-disable-WDT-in-suspend.patch + patches.suse/clk-ti-dra7-atl-Fix-leak-of-of_nodes.patch + patches.suse/media-uapi-linux-cec.h-cec_msg_set_reply_to-zero-fla.patch + patches.suse/drivers-media-dvb-frontends-rtl2832-fix-an-out-of-bo.patch + patches.suse/drivers-media-dvb-frontends-rtl2830-fix-an-out-of-bo.patch + patches.suse/Revert-media-tuners-fix-error-return-code-of-hybrid_.patch + patches.suse/media-qcom-camss-Remove-use_count-guard-in-stop_stre.patch + patches.suse/media-vicodec-allow-en-decoder-cmd-w-o-CAPTURE.patch + patches.suse/media-venus-fix-use-after-free-bug-in-venus_remove-d.patch + patches.suse/media-platform-rzg2l-cru-rzg2l-csi2-Add-missing-MODU.patch + patches.suse/media-sun4i_csi-Implement-link-validate-for-sun4i_cs.patch + patches.suse/media-ov5675-Fix-power-on-off-delay-timings.patch + patches.suse/media-i2c-ar0521-Use-cansleep-version-of-gpiod_set_v.patch + patches.suse/KEYS-prevent-NULL-pointer-dereference-in-find_asymme.patch + patches.suse/RDMA-core-Remove-unused-declaration-rdma_resolve_ip_.patch + patches.suse/RDMA-iwcm-Fix-WARNING-at_kernel-workqueue.c-check_fl.patch + patches.suse/RDMA-rtrs-Reset-hb_missed_cnt-after-receiving-other-.patch + patches.suse/RDMA-rtrs-clt-Reset-cid-to-con_num-1-to-stay-in-boun.patch + patches.suse/IB-core-Fix-ib_cache_setup_one-error-flow-cleanup.patch + patches.suse/RDMA-erdma-Return-QP-state-in-erdma_query_qp.patch + patches.suse/RDMA-mlx5-Drop-redundant-work-canceling-from-clean_k.patch + patches.suse/RDMA-mlx5-Fix-counter-update-on-MR-cache-mkey-creati.patch + patches.suse/RDMA-mlx5-Limit-usage-of-over-sized-mkeys-from-the-M.patch + patches.suse/RDMA-mlx5-Fix-MR-cache-temp-entries-cleanup.patch + patches.suse/RDMA-hns-Don-t-modify-rq-next-block-addr-in-HIP09-QP.patch + patches.suse/RDMA-hns-Fix-Use-After-Free-of-rsv_qp-on-HIP08.patch + patches.suse/RDMA-hns-Fix-the-overflow-risk-of-hem_list_calc_ba_r.patch + patches.suse/RDMA-hns-Fix-spin_unlock_irqrestore-called-with-IRQs.patch + patches.suse/RDMA-hns-Fix-VF-triggering-PF-reset-in-abnormal-inte.patch + patches.suse/RDMA-hns-Fix-1bit-ECC-recovery-address-in-non-4K-OS.patch + patches.suse/RDMA-hns-Optimize-hem-allocation-performance.patch + patches.suse/RDMA-hns-Fix-restricted-__le16-degrades-to-integer-i.patch + patches.suse/RDMA-mlx5-Obtain-upper-net-device-only-when-needed.patch + patches.suse/RDMA-hns-Fix-ah-error-counter-in-sw-stat-not-increas.patch + patches.suse/RDMA-cxgb4-Added-NULL-check-for-lookup_atid.patch + patches.suse/RDMA-irdma-fix-error-message-in-irdma_modify_qp_roce.patch + patches.suse/remoteproc-imx_rproc-Correct-ddr-alias-for-i.MX8M.patch + patches.suse/remoteproc-imx_rproc-Initialize-workqueue-earlier.patch + patches.suse/remoteproc-k3-r5-Fix-error-handling-when-power-up-fa.patch + patches.suse/Input-adp5588-keys-fix-check-on-return-code.patch + patches.suse/Input-tsc2004-5-do-not-hard-code-interrupt-trigger.patch + patches.suse/Input-tsc2004-5-fix-reset-handling-on-probe.patch + patches.suse/Input-ilitek_ts_i2c-avoid-wrong-input-subsystem-sync.patch + patches.suse/Input-ps2-gpio-use-IRQF_NO_AUTOEN-flag-in-request_ir.patch + patches.suse/i3c-master-svc-Fix-use-after-free-vulnerability-in-s.patch + patches.suse/exfat-fix-memory-leak-in-exfat_load_bitmap.patch + patches.suse/rtc-at91sam9-fix-OF-node-leak-in-probe-error-path.patch + patches.suse/spi-atmel-quadspi-Undo-runtime-PM-changes-at-driver-.patch + patches.suse/spi-spi-fsl-lpspi-Undo-runtime-PM-changes-at-driver-.patch + patches.suse/spi-atmel-quadspi-Avoid-overwriting-delay-register-s.patch + patches.suse/nvme-multipath-system-fails-to-create-generic-nvme-d.patch + patches.suse/nvme-multipath-avoid-hang-on-inaccessible-namespaces.patch + patches.suse/usb-dwc2-Skip-clock-gating-on-Broadcom-SoCs.patch + patches.suse/xhci-Set-quirky-xHC-PCI-hosts-to-D3-_after_-stopping.patch + patches.suse/USB-serial-kobil_sct-restore-initial-terminal-settin.patch + patches.suse/USB-serial-pl2303-add-device-id-for-Macrosilicon-MS3.patch + patches.suse/USB-usbtmc-prevent-kernel-usb-infoleak.patch + patches.suse/usb-cdnsp-Fix-incorrect-usb_request-status.patch + patches.suse/usb-dwc2-drd-fix-clock-gating-on-USB-role-switch.patch + patches.suse/USB-class-CDC-ACM-fix-race-between-get_serial-and-se.patch + patches.suse/tty-rp2-Fix-reset-with-non-forgiving-PCIe-host-bridg.patch + patches.suse/iio-adc-ad7606-fix-oversampling-gpio-array.patch + patches.suse/iio-adc-ad7606-fix-standby-gpio-state-to-match-the-d.patch + patches.suse/ABI-testing-fix-admv8818-attr-description.patch + patches.suse/iio-chemical-bme680-Fix-read-write-ops-to-device-by-.patch + patches.suse/iio-magnetometer-ak8975-Fix-reading-for-ak099xx-sens.patch + patches.suse/ep93xx-clock-Fix-off-by-one-in-ep93xx_div_recalc_rat.patch + patches.suse/driver-core-Fix-error-handling-in-driver-API-device_.patch + patches.suse/driver-core-Fix-a-potential-null-ptr-deref-in-module.patch + patches.suse/firmware_loader-Block-path-traversal.patch + patches.suse/ata-libata-scsi-Fix-ata_msense_control-CDL-page-repo.patch + patches.suse/cxl-pci-Fix-to-record-only-non-zero-ranges.patch + patches.suse/tomoyo-fallback-to-realpath-if-symlink-s-pathname-do.patch + patches.suse/ceph-remove-the-incorrect-Fw-reference-check-when-dir.patch + patches.suse/drm-amdgpu-Fix-get-each-xcp-macro.patch + patches.suse/drm-amd-display-handle-nulled-pipe-context-in-DCE110.patch + patches.suse/scsi-ibmvfc-Add-max_sectors-module-parameter.patch + patches.suse/scsi-sd-Fix-off-by-one-error-in-sd_read_block_charac.patch + patches.suse/i2c-designware-fix-controller-is-holding-SCL-low-whi.patch + patches.suse/mailbox-rockchip-fix-a-typo-in-module-autoloading.patch + patches.suse/mailbox-bcm2835-Fix-timeout-during-suspend-mode.patch + patches.suse/cachefiles-fix-dentry-leak-in-cachefiles_open_file.patch # ras/ras edac-for-next patches.suse/RAS-AMD-FMPM-Fix-build-when-debugfs-is-not-enabled.patch @@ -26034,13 +26795,6 @@ patches.suse/kdump-wait-for-dma-to-time-out-when-using-cma.patch patches.suse/drm-nouveau-disp-Fix-missing-backlight-control-on-Ma.patch patches.suse/net-dcb-check-for-detached-device-before-executing-c.patch - patches.suse/Input-i8042-add-Fujitsu-Lifebook-E756-to-i8042-quirk.patch - patches.suse/nvme-tcp-sanitize-tls-key-handling.patch - patches.suse/nvme-tcp-check-for-invalidated-or-revoked-key.patch - patches.suse/nvme-add-a-newline-to-the-tls_key-sysfs-attribute.patch - patches.suse/nvme-split-off-tls-sysfs-attributes-into-a-separate-group.patch - patches.suse/nvme-sysfs-add-tls_configured_key-sysfs-attribute.patch - patches.suse/nvme-sysfs-add-tls_keyring-attribute.patch ######################################################## # kbuild/module infrastructure fixes @@ -26086,7 +26840,7 @@ ######################################################## # s390x - patches.kabi/KVM-s390-fix-LPSWEY-handling.patch + patches.suse/s390-dasd-Fix-redundant-proc-dasd-entries-removal.patch # ppc64 patches.suse/powerpc-tm-Flip-the-HTM-switch-default-to-disabled.patch @@ -26163,6 +26917,7 @@ patches.suse/NFS-Fix-data-corruption-caused-by-congestion.patch patches.suse/nfs-Bump-default-write-congestion-size.patch patches.suse/nfs-serialize-opens.patch + patches.suse/NFS-never-reuse-a-NFSv4-0-lock-owner.patch # other @@ -26190,6 +26945,11 @@ patches.suse/bpf-selftests-adapt-bpf_iter_task_vma-to-got_inode_dev.patch patches.suse/selftests-bpf-lsm_cgroup-define-sockaddr_ll.patch + ######################################################## + # Perf + ######################################################## + patches.suse/perf-local-check-alloc-histogram-return.patch + ######################################################## # Security ######################################################## @@ -26240,6 +27000,7 @@ patches.suse/0003-modsign-Add-codeSigning-EKU-when-generating-X.509-ke.patch patches.suse/0004-Documentation-admin-guide-module-signing.rst-add-ope.patch patches.suse/0001-X.509-Fix-the-parser-of-extended-key-usage-for-lengt.patch + patches.suse/0001-PKCS-7-Check-codeSigning-EKU-of-certificates-in-PKCS.patch # NVidia vGPU support patches.suse/Restore-kABI-for-NVidia-vGPU-driver.patch @@ -26320,8 +27081,6 @@ # bsc#1224105 patches.suse/nvme_core-scan-namespaces-asynchronously.patch - patches.kabi/io_uring-kabi-cookie-remove.patch - ######################################################## # Networking drivers (wired) ######################################################## @@ -26455,8 +27214,12 @@ patches.kabi/bpf-bpf_link-and-bpf_link_ops-kABI-workaround.patch patches.kabi/net-preserve-kabi-for-sk_buff.patch patches.kabi/icmp-prevent-possible-NULL-dereferences-from-icmp_bu.patch + patches.kabi/io_uring-kabi-cookie-remove.patch + patches.kabi/io_uring-handle-kabi-for-rename-of-is_mapped.patch + patches.kabi/io_uring-preserve-kabi-in-io_buffer_list.patch patches.kabi/io_uring-preserve-ring_sock-in-ctx.patch patches.kabi/io_uring-preserve-io_buffer_list-in-ctx.patch + patches.kabi/io_uring-re-add-dummy_ubuf-for-kabi-purposes.patch patches.kabi/sof_ipc_pcm_ops-kabi-workaround.patch patches.kabi/net-preserve-kabi-for-struct-dst_ops.patch patches.kabi/bpf-verifier-kABI-workarounds.patch @@ -26487,6 +27250,14 @@ patches.kabi/kabi-put-back-method-in-struct-objagg_ops.patch patches.kabi/net-qdisc-preserver-kabi-for-struct-QDisc.patch patches.kabi/kABI-vfio-struct-virqfd-kABI-workaround.patch + patches.kabi/bluetooth-MGMT-SMP-kabi-workaround.patch + patches.kabi/kabi-dm_blk_ioctl-implement-path-failover-for-SG_IO.patch + patches.kabi/kabi-block-hide-isolcpus-include.patch + patches.kabi/cros_ec-kabi-workaround.patch + patches.kabi/kABI-Workaround-kABI-change-in-patches.suse-iommu-dm.patch + patches.kabi/KVM-s390-fix-LPSWEY-handling.patch + patches.kabi/soc-qcom-pmic_glink-kabi-workaround.patch + patches.kabi/kcm-Serialise-kcm_sendmsg-for-the-same-socket.patch ######################################################## # SLE15-SP3 OOT performance patches evaluated but left @@ -26498,10 +27269,7 @@ ######################################################## # preempt-rt backport v6.10-rc3-rt5 candidate merges to SLE ################################################# - patches.suse/perf-Move-irq_work_queue-where-the-event-is-prepared.patch - patches.suse/perf-Enqueue-SIGTRAP-always-via-task_work.patch patches.suse/perf-Remove-perf_swevent_get_recursion_context-from-perf_pending_task.patch - patches.suse/perf-Split-__perf_pending_irq-out-of-perf_pending_irq.patch ######################################################## # preempt-rt backport converged diff --git a/source-timestamp b/source-timestamp index 14a2461..c203950 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2024-09-13 21:48:05 +0000 -GIT Revision: e934c8fe561e3b4e6eeb3d36934180260478343a -GIT Branch: ALP-current-RT +2024-10-15 14:03:13 +0000 +GIT Revision: b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80 +GIT Branch: SUSE-2024-RT diff --git a/supported.conf b/supported.conf index d616b4e..ea9b909 100644 --- a/supported.conf +++ b/supported.conf @@ -173,7 +173,7 @@ arch/x86/oprofile/oprofile # OProfile system profiler block/t10-pi crypto/842 -- crypto/adiantum + crypto/adiantum crypto/aead # SP6-NEED-REVIEW - crypto/aegis128 - crypto/aegis128l @@ -295,7 +295,7 @@ crypto/vmac crypto/wp512 crypto/xcbc -- crypto/xctr # SP6-NEED-REVIEW + crypto/xctr crypto/xor crypto/xts # SP6-NEED-REVIEW crypto/xxhash_generic