From 76a91e7491e0bfb01ceab409c2451dbbb4a0ec04e6b0e781996e3bcd288a9ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 14 Aug 2024 18:14:08 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main kernel-source-rt revision c410b8d1934b72ff83a718387e99e215 --- config.tar.bz2 | 4 +- kabi.tar.bz2 | 4 +- kernel-binary.spec.in | 1 + kernel-obs-build.spec.in | 7 +- kernel-rt.changes | 20484 ++++++++++++++++++++++++++++++++++++- kernel-rt.spec | 5 +- kernel-rt_debug.changes | 20484 ++++++++++++++++++++++++++++++++++++- kernel-rt_debug.spec | 5 +- kernel-source-rt.changes | 20484 ++++++++++++++++++++++++++++++++++++- kernel-source-rt.spec | 4 +- kernel-syms-rt.changes | 20484 ++++++++++++++++++++++++++++++++++++- kernel-syms-rt.spec | 4 +- patches.kabi.tar.bz2 | 4 +- patches.suse.tar.bz2 | 4 +- series.conf | 5516 +++++++++- source-timestamp | 5 +- supported.conf | 29 +- 17 files changed, 87233 insertions(+), 295 deletions(-) diff --git a/config.tar.bz2 b/config.tar.bz2 index ca8d82a..de59b93 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f945ed419204597f1267ecd61a26cfb37eb339eacc1262de4ba5362c7f88ebb1 -size 96256 +oid sha256:492d3c1a003992f314ad85d946143467871ff92ee4190b416948ff46ff562021 +size 96374 diff --git a/kabi.tar.bz2 b/kabi.tar.bz2 index 4cea5f2..c372a7a 100644 --- a/kabi.tar.bz2 +++ b/kabi.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:253d316b58de24ea0dd3eeea97bec397c1e9da2a56086f3464a6cf559c58017e -size 6903956 +oid sha256:958cd189cb8fd64d139af9b54d63ae789424d1917a6c477c2d2ff76925520363 +size 6907123 diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in index 6755f94..091064d 100644 --- a/kernel-binary.spec.in +++ b/kernel-binary.spec.in @@ -555,6 +555,7 @@ from this package. %source_timestamp %files vdso +%dir %modules_dir %modules_dir/vdso/ %endif diff --git a/kernel-obs-build.spec.in b/kernel-obs-build.spec.in index ad6258a..df3c856 100644 --- a/kernel-obs-build.spec.in +++ b/kernel-obs-build.spec.in @@ -123,7 +123,12 @@ echo 127.0.0.1 localhost > /etc/hosts # omit build-machine host name (boo#108490 # a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env. # this list of modules where available on build workers of build.opensuse.org, so we stay compatible. -export KERNEL_MODULES="loop dm-crypt essiv dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth overlay 9p 9pnet_virtio qemu_fw_cfg" +export KERNEL_MODULES=" + loop dm-crypt essiv dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 btrfs + xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat + nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth overlay 9p 9pnet_virtio qemu_fw_cfg + algif_hash aegis128 xts bridge br_netfilter nf_nat xt_conntrack iptable_nat iptable_filter + iso9660" # manually load all modules to make sure they're available for i in $KERNEL_MODULES; do diff --git a/kernel-rt.changes b/kernel-rt.changes index 99e6c35..cc4c00e 100644 --- a/kernel-rt.changes +++ b/kernel-rt.changes @@ -1,3 +1,18679 @@ +------------------------------------------------------------------- +Tue Jul 30 08:37:32 CEST 2024 - tiwai@suse.de + +- HID: wacom: Modify pen IDs (git-fixes). +- commit 9c450d7 + +------------------------------------------------------------------- +Tue Jul 30 07:31:38 CEST 2024 - tiwai@suse.de + +- Move upstreamed ASoC patch into sorted section +- commit adae4df + +------------------------------------------------------------------- +Mon Jul 29 22:57:26 CEST 2024 - ailiop@suse.com + +- xfs: add bounds checking to xlog_recover_process_data + (bsc#1228408 CVE-2024-41014). +- commit bb0300d + +------------------------------------------------------------------- +Mon Jul 29 22:56:46 CEST 2024 - ailiop@suse.com + +- xfs: don't walk off the end of a directory data block + (bsc#1228405 CVE-2024-41013). +- commit 8a0b7eb + +------------------------------------------------------------------- +Mon Jul 29 22:55:12 CEST 2024 - ailiop@suse.com + +- jfs: don't walk off the end of ealist (bsc#1228403 + CVE-2024-41017). +- commit 4159bc5 + +------------------------------------------------------------------- +Mon Jul 29 17:04:08 CEST 2024 - jack@suse.cz + +- ext4: fold quota accounting into + ext4_xattr_inode_lookup_create() (bsc#1227910 CVE-2024-40972). +- commit 94f6f2b + +------------------------------------------------------------------- +Mon Jul 29 16:50:46 CEST 2024 - jack@suse.cz + +- ext4: fix mb_cache_entry's e_refcnt leak in + ext4_xattr_block_cache_find() (bsc#1226993 CVE-2024-39276). +- commit d72f4d7 + +------------------------------------------------------------------- +Mon Jul 29 16:49:12 CEST 2024 - jack@suse.cz + +- block: fix request.queuelist usage in flush (bsc#1227789 + CVE-2024-40925). +- commit 4903430 + +------------------------------------------------------------------- +Mon Jul 29 16:48:52 CEST 2024 - tbogendoerfer@suse.de + +- supported.conf: mark vdpa modules supported (jsc#PED-8954) +- commit 483ffd4 + +------------------------------------------------------------------- +Mon Jul 29 16:46:24 CEST 2024 - jack@suse.cz + +- ext4: do not create EA inode under buffer lock (bsc#1227910 + CVE-2024-40972). +- commit 37fb4de + +------------------------------------------------------------------- +Mon Jul 29 16:43:03 CEST 2024 - jack@suse.cz + +- ext4: fix uninitialized ratelimit_state->lock access in + __ext4_fill_super() (bsc#1227866 CVE-2024-40998). +- commit cefc508 + +------------------------------------------------------------------- +Mon Jul 29 16:40:06 CEST 2024 - tiwai@suse.de + +- Update patch reference of AMDGPU fix (CVE-2024-41011 bsc#1228115) +- commit 96de263 + +------------------------------------------------------------------- +Mon Jul 29 15:45:55 CEST 2024 - lhenriques@suse.de + +- ceph: fix incorrect kmalloc size of pagevec mempool + (bsc#1228417). +- commit 84977b0 + +------------------------------------------------------------------- +Mon Jul 29 15:26:39 CEST 2024 - ddiss@suse.de + +- ima: Fix use-after-free on a dentry's dname.name (bsc#1227716 CVE-2024-39494). +- commit f7cf8d6 + +------------------------------------------------------------------- +Mon Jul 29 14:38:57 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: fix use-after-free due to race with dev replace + (bsc#1227719 CVE-2024-39496). +- commit c878f86 + +------------------------------------------------------------------- +Mon Jul 29 14:24:07 CEST 2024 - tbogendoerfer@suse.de + +- tun: add missing verification for short frame (CVE-2024-41091 + bsc#1228327). +- tap: add missing verification for short frame (CVE-2024-41090 + bsc#1228328). +- net: ena: Add validation for completion descriptors consistency + (CVE-2024-40999 bsc#1227913). +- commit 7fa5ae2 + +------------------------------------------------------------------- +Mon Jul 29 06:56:31 CEST 2024 - jslaby@suse.cz + +- Refresh + patches.kabi/tty-add-the-option-to-have-a-tty-reject-a-new-ldisc.patch. + Fix build for CONFIG_VT=n (ppc64le/kvmsmall). +- commit 9280ac5 + +------------------------------------------------------------------- +Sun Jul 28 09:40:06 CEST 2024 - tiwai@suse.de + +- spi: spidev: add correct compatible for Rohm BH2228FV + (git-fixes). +- spi: microchip-core: ensure TX and RX FIFOs are empty at start + of a transfer (git-fixes). +- spi: microchip-core: only disable SPI controller when register + value change requires it (git-fixes). +- spi: microchip-core: defer asserting chip select until just + before write to TX FIFO (git-fixes). +- spi: microchip-core: fix the issues in the isr (git-fixes). +- clk: davinci: da8xx-cfgchip: Initialize clk_init_data before + use (git-fixes). +- decompress_bunzip2: fix rare decompression failure (git-fixes). +- commit 536a80d + +------------------------------------------------------------------- +Sat Jul 27 09:29:33 CEST 2024 - tiwai@suse.de + +- ALSA: usb-audio: Add a quirk for Sonix HD USB Camera + (stable-fixes). +- ALSA: usb-audio: Move HD Webcam quirk to the right place + (git-fixes). +- ALSA: usb-audio: Fix microphone sound on HD webcam + (stable-fixes). +- commit 07826dc + +------------------------------------------------------------------- +Sat Jul 27 09:27:40 CEST 2024 - tiwai@suse.de + +- auxdisplay: ht16k33: Drop reference after LED registration + (git-fixes). +- ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA + on unprepare (git-fixes). +- ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes). +- ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is + reachable (git-fixes). +- ASoC: sof: amd: fix for firmware reload failure in Vangogh + platform (git-fixes). +- ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes). +- ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models + (git-fixes). +- ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes). +- ALSA: ump: Don't update FB name for static blocks (git-fixes). +- drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes). +- drm/i915/gt: Do not consider preemption during execlists_dequeue + for gen8 (git-fixes). +- drm/i915/dp: Don't switch the LTTPR mode on an active link + (git-fixes). +- commit d7e2deb + +------------------------------------------------------------------- +Fri Jul 26 16:45:07 CEST 2024 - tiwai@suse.de + +- ALSA: hda/conexant: Mute speakers at suspend / shutdown + (bsc#1228269). +- ALSA: hda/generic: Add a helper to mute speakers at + suspend/shutdown (bsc#1228269). +- commit e046d5e + +------------------------------------------------------------------- +Fri Jul 26 16:41:17 CEST 2024 - tiwai@suse.de + +- Refresh the previous ASoC patch, landed in subsystem tree (bsc#1228269) +- commit 180425d + +------------------------------------------------------------------- +Fri Jul 26 11:08:10 CEST 2024 - jslaby@suse.cz + +- kABI: tty: add the option to have a tty reject a new ldisc + (kabi CVE-2024-40966 bsc#1227886). +- tty: add the option to have a tty reject a new ldisc + (CVE-2024-40966 bsc#1227886). +- commit 00113b6 + +------------------------------------------------------------------- +Fri Jul 26 10:25:15 CEST 2024 - ailiop@suse.com + +- fs/file: fix the check in find_next_fd() (git-fixes). +- commit 3ec6b68 + +------------------------------------------------------------------- +Fri Jul 26 10:23:48 CEST 2024 - ailiop@suse.com + +- erofs: ensure m_llen is reset to 0 if metadata is invalid + (git-fixes). +- commit 03e55bf + +------------------------------------------------------------------- +Fri Jul 26 10:23:19 CEST 2024 - ailiop@suse.com + +- jfs: Fix array-index-out-of-bounds in diFree (git-fixes). +- commit a89a289 + +------------------------------------------------------------------- +Fri Jul 26 10:06:29 CEST 2024 - ailiop@suse.com + +- hfsplus: fix uninit-value in copy_name (git-fixes). +- commit 4f0ad7b + +------------------------------------------------------------------- +Fri Jul 26 08:40:03 CEST 2024 - tiwai@suse.de + +- mISDN: Fix a use after free in hfcmulti_tx() (git-fixes). +- devres: Fix memory leakage caused by driver API + devm_free_percpu() (git-fixes). +- devres: Fix devm_krealloc() wasting memory (git-fixes). +- kobject_uevent: Fix OOB access within zap_modalias_env() + (git-fixes). +- watchdog: rzn1: Convert comma to semicolon (git-fixes). +- watchdog: rzg2l_wdt: Check return status of pm_runtime_put() + (git-fixes). +- watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get() + (git-fixes). +- dma: fix call order in dmam_free_coherent (git-fixes). +- mISDN: fix MISDN_TIME_STAMP handling (git-fixes). +- commit 69aa862 + +------------------------------------------------------------------- +Thu Jul 25 17:09:21 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Fix array-index-out-of-bounds in + dml2/FCLKChangeSupport (stable-fixes). +- drm/amd/display: Update efficiency bandwidth for dcn351 + (stable-fixes). +- drm/ttm: Always take the bo delayed cleanup path for imported + bos (git-fixes). +- drm/amd/display: change dram_clock_latency to 34us for dcn35 + (stable-fixes). +- drm/amdgpu: fix locking scope when flushing tlb (stable-fixes). +- wifi: mac80211: Avoid address calculations via out of bounds + array indexing (stable-fixes). +- drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs + (stable-fixes). +- drm/amd/display: ASSERT when failing to find index by + plane/stream id (stable-fixes). +- drm/amd/display: Fix overlapping copy within + dml_core_mode_programming (stable-fixes). +- drm/amd/display: Skip pipe if the pipe idx not set properly + (stable-fixes). +- drm/amd/display: Workaround register access in idle race with + cursor (stable-fixes). +- commit 830869c + +------------------------------------------------------------------- +Thu Jul 25 12:48:27 CEST 2024 - tiwai@suse.de + +- ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA + is paused (git-fixes). +- commit aadeb44 + +------------------------------------------------------------------- +Thu Jul 25 12:44:38 CEST 2024 - tiwai@suse.de + +- spi: mux: set ctlr->bits_per_word_mask (stable-fixes). +- wifi: iwlwifi: mvm: don't wake up rx_sync_waitq upon RFKILL + (git-fixes). +- wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK + (stable-fixes). +- wifi: mac80211: disable softirqs for queued frame handling + (git-fixes). +- wifi: cfg80211: wext: add extra SIOCSIWSCAN data check + (stable-fixes). +- wifi: cfg80211: wext: set ssids=NULL for passive scans + (git-fixes). +- wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() + (stable-fixes). +- wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill + (stable-fixes). +- wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe + option (stable-fixes). +- wifi: iwlwifi: mvm: handle BA session teardown in RF-kill + (stable-fixes). +- wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd + (stable-fixes). +- wifi: iwlwifi: mvm: remove stale STA link data during restart + (stable-fixes). +- wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup + (stable-fixes). +- wifi: cfg80211: fix 6 GHz scan request building (stable-fixes). +- wifi: mac80211: handle tasklet frames before stopping + (stable-fixes). +- wifi: mac80211: apply mcast rate only if interface is up + (stable-fixes). +- wifi: mac80211: mesh: init nonpeer_pm to active by default in + mesh sdata (stable-fixes). +- tools/power/cpupower: Fix Pstate frequency reporting on AMD + Family 1Ah CPUs (stable-fixes). +- tools/power turbostat: Remember global max_die_id + (stable-fixes). +- commit 37df9b4 + +------------------------------------------------------------------- +Thu Jul 25 12:41:28 CEST 2024 - tiwai@suse.de + +- phy: cadence-torrent: Check return value on register read + (git-fixes). +- kbuild: avoid build error when single DTB is turned into + composite DTB (git-fixes). +- remoteproc: stm32_rproc: Fix mailbox interrupts queuing + (git-fixes). +- remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes). +- remoteproc: imx_rproc: Fix refcount mistake in + imx_rproc_addr_init (git-fixes). +- remoteproc: imx_rproc: Skip over memory region when node value + is NULL (git-fixes). +- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after + devm_pm_runtime_enable() (git-fixes). +- power: supply: ingenic: Fix some error handling paths in + ingenic_battery_get_property() (git-fixes). +- power: supply: ab8500: Fix error handling when calling + iio_read_channel_processed() (git-fixes). +- spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices + (stable-fixes). +- net: mac802154: Fix racy device stats updates by DEV_STATS_INC() + and DEV_STATS_ADD() (stable-fixes). +- platform/x86: lg-laptop: Use ACPI device handle when evaluating + WMAB/WMBB (stable-fixes). +- platform/x86: lg-laptop: Change ACPI device id (stable-fixes). +- platform/x86: lg-laptop: Remove LGEX0815 hotkey handling + (stable-fixes). +- platform/x86: wireless-hotkey: Add support for LG Airplane + Button (stable-fixes). +- net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes). +- Input: ads7846 - use spi_device_id table (stable-fixes). +- mei: demote client disconnect warning on suspend to debug + (stable-fixes). +- kconfig: remove wrong expr_trans_bool() (stable-fixes). +- kconfig: gconf: give a proper initial state to the Save button + (stable-fixes). +- commit f6cec75 + +------------------------------------------------------------------- +Thu Jul 25 12:38:08 CEST 2024 - tiwai@suse.de + +- dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels + (git-fixes). +- docs: crypto: async-tx-api: fix broken code example (git-fixes). +- drm/radeon: check bo_va->bo is non-NULL before using it + (stable-fixes). +- drm/amd/display: Fix refresh rate range for some panel + (stable-fixes). +- drm/amd/display: Account for cursor prefetch BW in DML1 mode + support (stable-fixes). +- drm/amd/display: Add refresh rate range check (stable-fixes). +- gpio: pca953x: fix pca953x_irq_bus_sync_unlock race + (stable-fixes). +- can: kvaser_usb: fix return value for hif_usb_send_regout + (stable-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI PRO + (stable-fixes). +- Input: i8042 - add Ayaneo Kun to i8042 quirk table + (stable-fixes). +- Input: elantech - fix touchpad state on resume for Lenovo N24 + (stable-fixes). +- drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency + (stable-fixes). +- drm/amdgpu: Indicate CU havest info to CP (stable-fixes). +- drm/exynos: dp: drop driver owner initialization (stable-fixes). +- drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time + (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Aya Neo KUN + (stable-fixes). +- HID: Ignore battery for ELAN touchscreens 2F2C and 4116 + (stable-fixes). +- input: Add support for "Do Not Disturb" (stable-fixes). +- input: Add event code for accessibility key (stable-fixes). +- Input: silead - Always support 10 fingers (stable-fixes). +- commit a5bc4da + +------------------------------------------------------------------- +Thu Jul 25 12:32:52 CEST 2024 - tiwai@suse.de + +- Bluetooth: btnxpuart: Enable Power Save feature on startup + (stable-fixes). +- Bluetooth: hci_core: cancel all works upon hci_unregister_dev() + (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA + (stable-fixes). +- ASoC: rt722-sdca-sdw: add debounce time for type detection + (stable-fixes). +- ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on + error rollback (stable-fixes). +- ASoC: ti: davinci-mcasp: Set min period size using FIFO config + (stable-fixes). +- ALSA: dmaengine: Synchronize dma channel after drop() + (stable-fixes). +- ASoC: ti: omap-hdmi: Fix too long driver name (stable-fixes). +- ASoC: topology: Do not assign fields that are already set + (stable-fixes). +- ASoC: topology: Fix references to freed memory (stable-fixes). +- bytcr_rt5640 : inverse jack detect for Archos 101 cesium + (stable-fixes). +- ASoC: rt722-sdca-sdw: add silence detection register as volatile + (stable-fixes). +- ALSA: dmaengine_pcm: terminate dmaengine before synchronize + (stable-fixes). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx + (stable-fixes). +- ALSA: PCM: Allow resume only for suspended streams + (stable-fixes). +- ACPI: EC: Avoid returning AE_OK on errors in address space + handler (stable-fixes). +- ACPI: EC: Abort address space access upon error (stable-fixes). +- commit aa63c91 + +------------------------------------------------------------------- +Thu Jul 25 12:24:57 CEST 2024 - iivanov@suse.de + +- config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859) +- commit f80ff65 + +------------------------------------------------------------------- +Thu Jul 25 12:21:56 CEST 2024 - tiwai@suse.de + +- platform/x86: x86-android-tablets: Unregister devices in + reverse order (CVE-2024-40975 bsc#1227926). +- commit 16439fd + +------------------------------------------------------------------- +Thu Jul 25 12:18:11 CEST 2024 - tiwai@suse.de + +- Avoid hw_desc array overrun in dw-axi-dmac (CVE-2024-40970 + bsc#1227899). +- commit 8f7016c + +------------------------------------------------------------------- +Thu Jul 25 11:51:21 CEST 2024 - tiwai@suse.de + +- ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2 + (bsc#1228269). +- commit 78e0f74 + +------------------------------------------------------------------- +Wed Jul 24 21:24:54 CEST 2024 - rgoldwyn@suse.com + +- ima: Avoid blocking in RCU read-side critical section (bsc#1227803, CVE-2024-40947). +- commit 6fea688 + +------------------------------------------------------------------- +Tue Jul 23 15:55:49 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Set run context for rawtp test_run callback (bsc#1227783 + CVE-2024-40908). +- commit c965ae8 + +------------------------------------------------------------------- +Tue Jul 23 13:33:40 CEST 2024 - jack@suse.cz + +- nfs: Fix up kabi after adding write_congestion_wait + (bsc#1218442). +- commit fa72236 + +------------------------------------------------------------------- +Tue Jul 23 12:47:56 CEST 2024 - mhocko@suse.com + +- ipv6: prevent possible NULL dereference in rt6_probe() + (CVE-2024-40960 bsc#1227813). +- commit acda250 + +------------------------------------------------------------------- +Tue Jul 23 12:31:08 CEST 2024 - jslaby@suse.cz + +- PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode() + (git-fixes). +- commit e717f73 + +------------------------------------------------------------------- +Tue Jul 23 11:58:41 CEST 2024 - nik.borisov@suse.com + +- x86/csum: clean up `csum_partial' further (git-fixes). +- commit eb0657c + +------------------------------------------------------------------- +Tue Jul 23 11:57:37 CEST 2024 - nik.borisov@suse.com + +- x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes). +- commit 7ae6079 + +------------------------------------------------------------------- +Tue Jul 23 11:57:14 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: This patch gets reverted +- commit c490f33 + +------------------------------------------------------------------- +Tue Jul 23 11:56:24 CEST 2024 - nik.borisov@suse.com + +- x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes). +- commit 907534d + +------------------------------------------------------------------- +Tue Jul 23 11:55:05 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Remove dead-end revert + We never merged the buggy upstream fix. +- commit 9b319fd + +------------------------------------------------------------------- +Tue Jul 23 11:50:03 CEST 2024 - nik.borisov@suse.com + +- x86/shstk: Make return uprobe work with shadow stack (git-fixes). +- commit a22c34a + +------------------------------------------------------------------- +Tue Jul 23 11:49:41 CEST 2024 - nik.borisov@suse.com + +- x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes). +- commit 0887d68 + +------------------------------------------------------------------- +Tue Jul 23 11:49:20 CEST 2024 - nik.borisov@suse.com + +- x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS (git-fixes). +- commit 4b4922f + +------------------------------------------------------------------- +Tue Jul 23 11:48:57 CEST 2024 - nik.borisov@suse.com + +- x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes). +- commit 4c24788 + +------------------------------------------------------------------- +Tue Jul 23 11:48:39 CEST 2024 - nik.borisov@suse.com + +- x86/cpu: Provide default cache line size if not enumerated (git-fixes). +- commit c2b6a76 + +------------------------------------------------------------------- +Tue Jul 23 11:40:04 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes). +- commit d32b5a4 + +------------------------------------------------------------------- +Tue Jul 23 11:38:50 CEST 2024 - nik.borisov@suse.com + +- x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes). +- commit a7c18d6 + +------------------------------------------------------------------- +Tue Jul 23 11:38:14 CEST 2024 - nik.borisov@suse.com + +- x86/amd_nb: Check for invalid SMN reads (git-fixes). +- commit 5e0a2ff + +------------------------------------------------------------------- +Tue Jul 23 11:06:02 CEST 2024 - lhenriques@suse.de + +- cachefiles: flush all requests after setting CACHEFILES_DEAD + (bsc#1227797 CVE-2024-40935). +- commit 6acb040 + +------------------------------------------------------------------- +Tue Jul 23 10:45:15 CEST 2024 - jslaby@suse.cz + +- PCI: tegra194: Set EP alignment restriction for inbound ATU + (git-fixes). +- PCI: keystone: Fix NULL pointer dereference in case of DT + error in ks_pcie_setup_rc_app_regs() (git-fixes). +- PCI: keystone: Don't enable BAR 0 for AM654x (git-fixes). +- commit 3d6a567 + +------------------------------------------------------------------- +Tue Jul 23 10:42:33 CEST 2024 - mhocko@suse.com + +- ipv6: prevent possible NULL deref in fib6_nh_init() + (CVE-2024-40961 bsc#1227814). +- commit 3de66de + +------------------------------------------------------------------- +Tue Jul 23 10:31:43 CEST 2024 - jslaby@suse.cz + +- PCI: Extend ACS configurability (bsc#1228090). +- commit 571e431 + +------------------------------------------------------------------- +Tue Jul 23 10:21:51 CEST 2024 - nik.borisov@suse.com + +- netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757 CVE-2024-39504). +- commit becdc7a + +------------------------------------------------------------------- +Mon Jul 22 18:27:20 CEST 2024 - jack@suse.cz + +- nfs: Block on write congestion (bsc#1218442). +- commit b7f1cad + +------------------------------------------------------------------- +Mon Jul 22 18:26:59 CEST 2024 - jack@suse.cz + +- nfs: Properly initialize server->writeback (bsc#1218442). +- commit c293976 + +------------------------------------------------------------------- +Mon Jul 22 18:26:28 CEST 2024 - jack@suse.cz + +- nfs: Drop pointless check from nfs_commit_release_pages() + (bsc#1218442). +- commit 20931fe + +------------------------------------------------------------------- +Mon Jul 22 17:02:44 CEST 2024 - tiwai@suse.de + +- kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149) +- commit 777b4e0 + +------------------------------------------------------------------- +Mon Jul 22 16:54:29 CEST 2024 - tiwai@suse.de + +- wifi: libertas: Follow renaming of SPI "master" to "controller" + (bsc#1227149). +- wifi: cw1200: restore endian swapping (bsc#1227149). +- wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() + failures warns (bsc#1227149). +- wifi: zd1211rw: silence sparse warnings (bsc#1227149). +- wifi: rt2x00: silence sparse warnings (bsc#1227149). +- wifi: brcmsmac: silence sparse warnings (bsc#1227149). +- wifi: b43: silence sparse warnings (bsc#1227149). +- wifi: brcmfmac: do not pass hidden SSID attribute as value + directly (bsc#1227149). +- wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4 + (bsc#1227149). +- wifi: wilc1000: remove AKM suite be32 conversion for external + auth request (bsc#1227149). +- wifi: wilc1000: add missing read critical sections around vif + list traversal (bsc#1227149). +- wifi: wilc1000: fix declarations ordering (bsc#1227149). +- wifi: wilc1000: use SRCU instead of RCU for vif list traversal + (bsc#1227149). +- wifi: wilc1000: split deeply nested RCU list traversal in + dedicated helper (bsc#1227149). +- wifi: wilc1000: validate chip id during bus probe (bsc#1227149). +- wifi: brcmfmac: do not cast hidden SSID attribute value to + boolean (bsc#1227149). +- wifi: mwifiex: Refactor 1-element array into flexible array + in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149). +- wifi: wilc1000: correct CRC7 calculation (bsc#1227149). +- wifi: wilc1000: set preamble size to auto as default in + wilc_init_fw_config() (bsc#1227149). +- wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers + (bsc#1227149). +- wifi: wilc1000: remove setting msg.spi (bsc#1227149). +- wifi: cw1200: Convert to GPIO descriptors (bsc#1227149). +- wifi: plfxlc: Drop unused include (bsc#1227149). +- wifi: mwifiex: Drop unused headers (bsc#1227149). +- wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149). +- wifi: cw1200: fix __le16 sparse warnings (bsc#1227149). +- wifi: rsi: fix restricted __le32 degrades to integer sparse + warnings (bsc#1227149). +- wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149). +- wifi: brcmfmac: add linefeed at end of file (bsc#1227149). +- wifi: brcmfmac: allow per-vendor event handling (bsc#1227149). +- wifi: brcmfmac: move feature overrides before feature_disable + (bsc#1227149). +- wifi: brcmfmac: export firmware interface functions + (bsc#1227149). +- wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv() + (bsc#1227149). +- wifi: mwifiex: Use helpers to check multicast addresses + (bsc#1227149). +- wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149). +- wifi: wilc1000: fix incorrect power down sequence (bsc#1227149). +- wifi: wilc1000: fix driver_handler when committing initial + configuration (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN + (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx + (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149). +- wifi: p54: fix GCC format truncation warning with + wiphy->fw_version (bsc#1227149). +- wifi: mwifiex: use cfg80211_ssid_eq() instead of + mwifiex_ssid_cmp() (bsc#1227149). +- wifi: rt2x00: remove useless code in + rt2x00queue_create_tx_descriptor() (bsc#1227149). +- commit 08ddd32 + +------------------------------------------------------------------- +Mon Jul 22 16:49:32 CEST 2024 - tiwai@suse.de + +- wifi: rt2x00: make watchdog param per device (bsc#1227149). +- wifi: rt2x00: Simplify bool conversion (bsc#1227149). +- wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove + unused priv variable (bsc#1227149). +- wifi: rt2x00: disable RTS threshold for rt2800 by default + (bsc#1227149). +- wifi: rt2x00: introduce DMA busy check watchdog for rt2800 + (bsc#1227149). +- wifi: wilc1000: simplify wilc_scan() (bsc#1227149). +- wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149). +- wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() + (bsc#1227149). +- wifi: wilc1000: simplify remain on channel support + (bsc#1227149). +- wifi: brcmsmac: replace deprecated strncpy with memcpy + (bsc#1227149). +- wifi: brcm80211: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149). +- wifi: rt2x00: rework MT7620 channel config function + (bsc#1227149). +- commit 055fd52 + +------------------------------------------------------------------- +Mon Jul 22 16:44:08 CEST 2024 - tiwai@suse.de + +- wifi: rt2x00: improve MT7620 register initialization + (bsc#1227149). +- wifi: wlcore: main: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: wlcore: boot: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: wl18xx: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: wl1251: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149). +- wifi: brcmfmac: fix format-truncation warnings (bsc#1227149). +- wifi: hostap: remove unused ioctl function (bsc#1227149). +- wifi: atmel: remove unused ioctl function (bsc#1227149). +- wifi: p54: Annotate struct p54_cal_database with __counted_by + (bsc#1227149). +- wifi: brcmfmac: fweh: Add __counted_by for struct + brcmf_fweh_queue_item and use struct_size() (bsc#1227149). +- wifi: hostap: Add __counted_by for struct prism2_download_data + and use struct_size() (bsc#1227149). +- wifi: wfx: implement wfx_remain_on_channel() (bsc#1227149). +- wifi: wfx: allow to send frames during ROC (bsc#1227149). +- wifi: wfx: scan_lock is global to the device (bsc#1227149). +- wifi: wfx: simplify exclusion between scan and Rx filters + (bsc#1227149). +- wifi: wfx: introduce hif_scan_uniq() (bsc#1227149). +- wifi: wfx: move wfx_skb_*() out of the header file + (bsc#1227149). +- wifi: wfx: relocate wfx_rate_mask_to_hw() (bsc#1227149). +- wifi: wfx: fix power_save setting when AP is stopped + (bsc#1227149). +- commit 859f128 + +------------------------------------------------------------------- +Mon Jul 22 16:41:16 CEST 2024 - tiwai@suse.de + +- wifi: mwifiex: Replace one-element array with flexible-array + member in struct mwifiex_ie_types_rxba_sync (bsc#1227149). +- Refresh + patches.suse/wifi-mwifiex-Sanity-check-tlv_len-and-tlv_bitmap_len.patch. +- commit 0e5befb + +------------------------------------------------------------------- +Mon Jul 22 16:39:19 CEST 2024 - tiwai@suse.de + +- wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149). +- wifi: rt2x00: remove redundant check if u8 array element is + less than zero (bsc#1227149). +- wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149). +- wifi: mwifiex: simplify PCIE write operations (bsc#1227149). +- wifi: wilc1000: add back-off algorithm to balance tx queue + packets (bsc#1227149). +- wifi: mwifiex: use MODULE_FIRMWARE to add firmware files + metadata (bsc#1227149). +- wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149). +- wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request + with __counted_by (bsc#1227149). +- wifi: brcmfmac: Annotate struct brcmf_gscan_config with + __counted_by (bsc#1227149). +- wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149). +- wifi: wlcore: sdio: Use module_sdio_driver macro to simplify + the code (bsc#1227149). +- wifi: wilc1000: Remove unused declarations (bsc#1227149). +- wifi: rt2x00: limit MT7620 TX power based on eeprom calibration + (bsc#1227149). +- wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy + (bsc#1227149). +- wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) + conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) + conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions + (bsc#1227149). +- commit a544c26 + +------------------------------------------------------------------- +Mon Jul 22 16:36:16 CEST 2024 - tiwai@suse.de + +- wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_hal: Remove unnecessary conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) + conversions (bsc#1227149). +- wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in + R-Calibration (bsc#1227149). +- wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149). +- wifi: mwifiex: cleanup adapter data (bsc#1227149). +- wifi: mwifiex: use is_zero_ether_addr() instead of + ether_addr_equal() (bsc#1227149). +- wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149). +- wifi: mwifiex: handle possible mwifiex_write_reg() errors + (bsc#1227149). +- wifi: mwifiex: handle possible sscanf() errors (bsc#1227149). +- wifi: mwifiex: cleanup private data structures (bsc#1227149). +- wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149). +- wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149). +- wifi: brcmsmac: remove more unused data types (bsc#1227149). +- wifi: libertas: prefer kstrtoX() for simple integer conversions + (bsc#1227149). +- wifi: libertas: handle possible spu_write_u16() errors + (bsc#1227149). +- wifi: libertas: cleanup SDIO reset (bsc#1227149). +- wifi: libertas: simplify list operations in free_if_spi_card() + (bsc#1227149). +- wifi: libertas: use convenient lists to manage SDIO packets + (bsc#1227149). +- wifi: libertas: add missing calls to cancel_work_sync() + (bsc#1227149). +- wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149). +- wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149). +- wifi: brcmsmac: remove unused data type (bsc#1227149). +- wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149). +- wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149). +- wifi: zd1211rw: fix typo "tranmits" (bsc#1227149). +- wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149). +- wifi: hostap: fix stringop-truncations GCC warning + (bsc#1227149). +- wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149). +- wifi: rt2x00: fix the typo in comments (bsc#1227149). +- wifi: brcmfmac: Detect corner error case earlier with log + (bsc#1227149). +- wifi: brcmutil: use helper function pktq_empty() instead of + open code (bsc#1227149). +- wifi: add HAS_IOPORT dependencies (bsc#1227149). +- wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149). +- wifi: mwifiex: Use list_count_nodes() (bsc#1227149). +- wifi: mwifiex: Use default @max_active for workqueues + (bsc#1227149). +- commit edbabc2 + +------------------------------------------------------------------- +Mon Jul 22 16:35:48 CEST 2024 - ailiop@suse.com + +- xfs: Add cond_resched to block unmap range and reflink remap + path (bsc#1228211). +- commit 4c79a42 + +------------------------------------------------------------------- +Mon Jul 22 15:30:13 CEST 2024 - oneukum@suse.com + +- supported.conf: Add support for v4l2-dv-timings + (jsc#PED-8645) +- commit 6262df7 + +------------------------------------------------------------------- +Mon Jul 22 15:24:53 CEST 2024 - oneukum@suse.com + +- supported.conf: Add support for v4l2-dv-timings + (jsc#PED-8644) +- commit a3622c5 + +------------------------------------------------------------------- +Mon Jul 22 15:19:27 CEST 2024 - mhocko@suse.com + +- netrom: Fix a memory leak in nr_heartbeat_expiry() + (CVE-2024-41006 bsc#1227862). +- commit 59ef181 + +------------------------------------------------------------------- +Mon Jul 22 15:13:12 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes) +- commit 6571948 + +------------------------------------------------------------------- +Mon Jul 22 15:08:48 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes) +- commit 67939cb + +------------------------------------------------------------------- +Mon Jul 22 15:07:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes) +- commit 5ed815a + +------------------------------------------------------------------- +Mon Jul 22 15:06:22 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes) +- commit af4620a + +------------------------------------------------------------------- +Mon Jul 22 15:05:09 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes) +- commit 0171830 + +------------------------------------------------------------------- +Mon Jul 22 15:03:52 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Update WIFi/BT related nodes on (git-fixes) +- commit 2186774 + +------------------------------------------------------------------- +Mon Jul 22 15:02:21 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes) +- commit 7bd1596 + +------------------------------------------------------------------- +Mon Jul 22 15:00:17 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes) +- commit a5c559a + +------------------------------------------------------------------- +Mon Jul 22 14:58:39 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add sdmmc related properties on (git-fixes) +- commit 07ed999 + +------------------------------------------------------------------- +Mon Jul 22 14:57:31 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes) +- commit 0d2dc44 + +------------------------------------------------------------------- +Mon Jul 22 14:56:20 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes) +- commit 17c17ec + +------------------------------------------------------------------- +Mon Jul 22 14:54:43 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes) +- commit ef568ac + +------------------------------------------------------------------- +Mon Jul 22 14:53:26 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes) +- commit 3ac3475 + +------------------------------------------------------------------- +Mon Jul 22 14:52:16 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes) +- commit f0f8ba5 + +------------------------------------------------------------------- +Mon Jul 22 14:50:58 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes) +- commit a564fef + +------------------------------------------------------------------- +Mon Jul 22 14:49:36 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes) +- commit d7e72e1 + +------------------------------------------------------------------- +Mon Jul 22 14:48:27 CEST 2024 - iivanov@suse.de + +- arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes) +- commit ca6c1bb + +------------------------------------------------------------------- +Mon Jul 22 14:46:53 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes) +- commit a10e3de + +------------------------------------------------------------------- +Mon Jul 22 14:45:36 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: dts: freescale: imx8mm-verdin: Fix GPU speed") +- commit ea9f475 + +------------------------------------------------------------------- +Mon Jul 22 14:40:20 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 0bb0cc8 + +------------------------------------------------------------------- +Mon Jul 22 12:03:35 CEST 2024 - lhenriques@suse.de + +- fuse: verify {g,u}id mount options correctly (bsc#1228193). +- libceph: fix race between delayed_work() and ceph_monc_stop() + (bsc#1228192). +- commit 10e7bb9 + +------------------------------------------------------------------- +Mon Jul 22 09:28:05 CEST 2024 - tiwai@suse.de + +- nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro + (git-fixes). +- checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored + (git-fixes). +- rtc: interface: Add RTC offset to alarm after fix-up + (git-fixes). +- rtc: abx80x: Fix return value of nvmem callback on read + (git-fixes). +- rtc: cmos: Fix return value of nvmem callbacks (git-fixes). +- rtc: isl1208: Fix return value of nvmem callbacks (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes + (git-fixes). +- pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes). +- pinctrl: freescale: mxs: Fix refcount of child (git-fixes). +- pinctrl: ti: ti-iodelay: fix possible memory leak when + pinctrl_enable() fails (git-fixes). +- pinctrl: single: fix possible memory leak when pinctrl_enable() + fails (git-fixes). +- pinctrl: core: fix possible memory leak when pinctrl_enable() + fails (git-fixes). +- pinctrl: rockchip: update rk3308 iomux routes (git-fixes). +- selftests/sigaltstack: Fix ppc64 GCC build (git-fixes). +- PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes). +- PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio + (git-fixes). +- PCI: rcar: Demote WARN() to dev_warn_ratelimited() in + rcar_pcie_wakeup() (git-fixes). +- PCI: qcom-ep: Disable resources unconditionally during PERST# + assert (git-fixes). +- PCI: dwc: Fix index 0 incorrectly being interpreted as a free + ATU slot (git-fixes). +- PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup() + (git-fixes). +- PCI: endpoint: Clean up error handling in vpci_scan_bus() + (git-fixes). +- PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' + in pci_epf_test_core_init() (git-fixes). +- PCI: Fix resource double counting on remove & rescan + (git-fixes). +- PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal + (git-fixes). +- PCI: Introduce cleanup helpers for device reference counts + and locks (stable-fixes). +- commit a7e6cbc + +------------------------------------------------------------------- +Sat Jul 20 09:14:59 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy + Book Pro 360 (stable-fixes). +- ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop + (stable-fixes). +- ASoC: SOF: ipc4-topology: Use correct queue_id for requesting + input pin format (stable-fixes). +- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 + (stable-fixes). +- commit be4d8bf + +------------------------------------------------------------------- +Sat Jul 20 09:12:01 CEST 2024 - tiwai@suse.de + +- eeprom: at24: Probe for DDR3 thermal sensor in the SPD case + (stable-fixes). +- Refresh + patches.suse/eeprom-at24-fix-memory-corruption-race-condition.patch. +- commit 82fbd42 + +------------------------------------------------------------------- +Sat Jul 20 09:10:44 CEST 2024 - tiwai@suse.de + +- Input: elan_i2c - do not leave interrupt disabled on suspend + failure (git-fixes). +- Input: qt1050 - handle CHIP_ID reading error (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID + (git-fixes). +- iio: frequency: adrf6780: rm clk provider include (git-fixes). +- iio: Fix the sorting functionality in + iio_gts_build_avail_time_table (git-fixes). +- eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes). +- Revert "usb: musb: da8xx: Set phy in OTG mode by default" + (stable-fixes). +- ALSA: seq: ump: Skip useless ports for static blocks + (git-fixes). +- ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value + (git-fixes). +- ASoC: amd: Adjust error handling in case of absent codec device + (git-fixes). +- ASoC: max98088: Check for clk_prepare_enable() error + (git-fixes). +- ASoC: qcom: Adjust issues in case of DT error in + asoc_qcom_lpass_cpu_platform_probe() (git-fixes). +- ASoC: cs35l56: Accept values greater than 0 as IRQ numbers + (git-fixes). +- ASoc: tas2781: Enable RCA-based playback without DSP firmware + download (git-fixes). +- crypto: qat - extend scope of lock in + adf_cfg_add_key_value_param() (git-fixes). +- hwrng: core - Fix wrong quality calculation at hw rng + registration (git-fixes). +- crypto: ccp - Fix null pointer dereference in + __sev_snp_shutdown_locked (git-fixes). +- crypto: ecdsa - Fix the public key format description + (git-fixes). +- hwrng: amd - Convert PCIBIOS_* return codes to errnos + (git-fixes). +- commit 7fcc337 + +------------------------------------------------------------------- +Fri Jul 19 16:37:33 CEST 2024 - tiwai@suse.de + +- Add Alt-commit for amdgpu patch (git-fixes) +- commit 7fbd801 + +------------------------------------------------------------------- +Fri Jul 19 15:09:49 CEST 2024 - tbogendoerfer@suse.de + +- gve: Clear napi->skb before dev_kfree_skb_any() (CVE-2024-40937 + bsc#1227836). +- net: hns3: fix kernel crash problem in concurrent scenario + (CVE-2024-39507 bsc#1227730). +- net/mlx5: Fix tainted pointer delete is case of flow rules + creation fail (CVE-2024-40940 bsc#1227800). +- commit 8d4dcfb + +------------------------------------------------------------------- +Fri Jul 19 14:33:18 CEST 2024 - mhocko@suse.com + +- net: ethtool: fix the error condition in + ethtool_get_phy_stats_ethtool() (CVE-2024-40928 bsc#1227788). +- commit be667d4 + +------------------------------------------------------------------- +Fri Jul 19 14:21:26 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: fix lock ordering in btrfs_zone_activate() + (bsc#1223731 CVE-2024-26944). +- commit c6e27f8 + +------------------------------------------------------------------- +Fri Jul 19 14:19:02 CEST 2024 - mhocko@suse.com + +- vmxnet3: disable rx data ring on dma allocation failure + (CVE-2024-40923 bsc#1227786). +- commit 3828e87 + +------------------------------------------------------------------- +Fri Jul 19 14:05:43 CEST 2024 - mhocko@suse.com + +- mptcp: ensure snd_una is properly initialized on connect + (CVE-2024-40931 bsc#1227780). +- commit 60fd0e2 + +------------------------------------------------------------------- +Fri Jul 19 13:57:12 CEST 2024 - mhocko@suse.com + +- bnxt_en: Adjust logging of firmware messages in case of released + token in __hwrm_send() (CVE-2024-40919 bsc#1227779). +- commit c060c32 + +------------------------------------------------------------------- +Fri Jul 19 13:42:04 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: allocate dummy checksums for zoned NODATASUM + writes (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: fix use-after-free in do_zone_finish() + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: fix chunk map leak when loading block group zone + info (bsc#1223731 CVE-2024-26944). +- btrfs: fix unbalanced unlock of mapping_tree_lock (bsc#1223731 + CVE-2024-26944). +- btrfs: remove stripe size local variable from + insert_dev_extents() (bsc#1223731 CVE-2024-26944). +- btrfs: use a dedicated data structure for chunk maps + (bsc#1223731 CVE-2024-26944). +- commit 201e016 + +------------------------------------------------------------------- +Fri Jul 19 12:16:50 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: wait for data BG to be finished on direct IO + allocation (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: drop no longer valid write pointer check + (bsc#1223731 CVE-2024-26944). +- commit a5e78f9 + +------------------------------------------------------------------- +Fri Jul 19 11:56:18 CEST 2024 - fdmanana@suse.com + +- btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add() + (bsc#1223731 CVE-2024-26944). +- commit f638537 + +------------------------------------------------------------------- +Fri Jul 19 11:48:13 CEST 2024 - tiwai@suse.de + +- drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property + (git-fixes). +- commit f21db33 + +------------------------------------------------------------------- +Fri Jul 19 11:27:58 CEST 2024 - fdmanana@suse.com + +- btrfs: drop gfp from parameter extent state helpers (bsc#1223731 + CVE-2024-26944). +- Refresh + patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch. +- Refresh + patches.suse/btrfs-open-code-trivial-btrfs_add_excluded_extent.patch. +- commit 2097a9c + +------------------------------------------------------------------- +Fri Jul 19 10:58:03 CEST 2024 - tiwai@suse.de + +- drm/fbdev-dma: Fix framebuffer mode for big endian devices + (git-fixes). +- drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config + (git-fixes). +- drm/msm/dpu: drop validity checks for clear_pending_flush() + ctl op (git-fixes). +- drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes). +- USB: serial: option: add Rolling RW350-GL variants + (stable-fixes). +- USB: serial: option: add support for Foxconn T99W651 + (stable-fixes). +- USB: serial: option: add Netprisma LCUK54 series modules + (stable-fixes). +- usb: gadget: configfs: Prevent OOB read/write in + usb_string_copy() (stable-fixes). +- usb: dwc3: pci: add support for the Intel Panther Lake + (stable-fixes). +- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k + (stable-fixes). +- xhci: always resume roothubs if xHC was reset during resume + (stable-fixes). +- USB: serial: option: add Telit generic core-dump composition + (stable-fixes). +- USB: serial: option: add Fibocom FM350-GL (stable-fixes). +- USB: serial: option: add Telit FN912 rmnet compositions + (stable-fixes). +- commit f9ac994 + +------------------------------------------------------------------- +Fri Jul 19 10:54:27 CEST 2024 - tiwai@suse.de + +- drm/msm/dpu: fix encoder irq wait skip (git-fixes). +- drm/dp_mst: Fix all mstb marked as not probed after + suspend/resume (git-fixes). +- drm/panfrost: Mark simple_ondemand governor as softdep + (git-fixes). +- drm/lima: Mark simple_ondemand governor as softdep (git-fixes). +- drm/mediatek: Remove less-than-zero comparison of an unsigned + value (git-fixes). +- drm/mediatek: Fix bit depth overwritten for mtk_ovl_set + bit_depth() (git-fixes). +- drm/mediatek: Support DRM plane alpha in Mixer (git-fixes). +- drm/mediatek: Support DRM plane alpha in OVL (git-fixes). +- drm/mediatek: Support RGBA8888 and RGBX8888 in OVL on MT8195 + (git-fixes). +- drm/mediatek: Set DRM mode configs accordingly (git-fixes). +- drm/mediatek: Add OVL compatible name for MT8195 (git-fixes). +- drm/mediatek: Turn off the layers with zero width or height + (git-fixes). +- drm/mediatek: Fix destination alpha error in OVL (git-fixes). +- drm/mediatek: Fix XRGB setting error in Mixer (git-fixes). +- drm/mediatek: Fix XRGB setting error in OVL (git-fixes). +- drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes). +- drm/mediatek: Add missing plane settings when async update + (git-fixes). +- drm/etnaviv: fix DMA direction handling for cached RW buffers + (git-fixes). +- Revert "drm/bridge: tc358767: Set default CLRSIPO count" + (stable-fixes). +- drm/qxl: Add check for drm_cvt_mode (git-fixes). +- drm: zynqmp_kms: Fix AUX bus not getting unregistered + (git-fixes). +- drm: zynqmp_dpsub: Fix an error handling path in + zynqmp_dpsub_probe() (git-fixes). +- drm/bridge: samsung-dsim: Set P divider based on min/max of + fin pll (git-fixes). +- drm/bridge: it6505: fix hibernate to resume no display issue + (git-fixes). +- drm/panel: ilitek-ili9882t: Check for errors on the NOP in + prepare() (git-fixes). +- drm/panel: ilitek-ili9882t: If prepare fails, disable GPIO + before regulators (git-fixes). +- drm/panel: boe-tv101wum-nl6: Check for errors on the NOP in + prepare() (git-fixes). +- drm/panel: boe-tv101wum-nl6: If prepare fails, disable GPIO + before regulators (git-fixes). +- drm/panel: himax-hx8394: Handle errors from + mipi_dsi_dcs_set_display_on() better (git-fixes). +- drm/mgag200: Bind I2C lifetime to DRM device (git-fixes). +- drm/mgag200: Set DDC timeout in milliseconds (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in + mipi_dsi_generic_write_seq() (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in + mipi_dsi_dcs_write_seq() (git-fixes). +- commit 6fb58b4 + +------------------------------------------------------------------- +Fri Jul 19 10:34:49 CEST 2024 - tiwai@suse.de + +- drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes). +- drm/arm/komeda: Fix komeda probe failing if there are no links + in the secondary pipeline (git-fixes). +- drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes). +- drm/amd/display: Move 'struct scaler_data' off stack + (git-fixes). +- drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes). +- drm/amdgpu: Check if NBIO funcs are NULL in + amdgpu_device_baco_exit (git-fixes). +- drm/amdgpu: Fix memory range calculation (git-fixes). +- drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes). +- drm/amd/pm: remove logically dead code for renoir (git-fixes). +- drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes). +- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() + (git-fixes). +- commit ba21687 + +------------------------------------------------------------------- +Fri Jul 19 10:33:42 CEST 2024 - tiwai@suse.de + +- Add Alt-commit to AMDGPU patches from 6.11-rc1 +- commit f4ae72a + +------------------------------------------------------------------- +Fri Jul 19 10:01:31 CEST 2024 - iivanov@suse.de + +- PCI/ASPM: Update save_state when configuration changes (bsc#1226915) +- commit 5192284 + +------------------------------------------------------------------- +Fri Jul 19 03:02:08 CEST 2024 - lduncan@suse.com + +- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() + (bsc#1226213). +- commit 6855b2f + +------------------------------------------------------------------- +Fri Jul 19 02:05:28 CEST 2024 - dsterba@suse.com + +- bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (CVE-2024-39487 bsc#1227573) +- commit 1c7a482 + +------------------------------------------------------------------- +Fri Jul 19 01:46:16 CEST 2024 - dsterba@suse.com + +- tls: get psock ref after taking rxlock to avoid leak (CVE-2024-35908 bsc#1224490) +- commit b0d23d0 + +------------------------------------------------------------------- +Fri Jul 19 01:41:03 CEST 2024 - dsterba@suse.com + +- netfilter: nf_tables: flush pending destroy work before exit_net release (CVE-2024-35899 bsc#1224499) +- commit 8a86808 + +------------------------------------------------------------------- +Thu Jul 18 23:24:52 CEST 2024 - dsterba@suse.com + +- net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (CVE-2024-35934 bsc#1224641) +- commit 812f420 + +------------------------------------------------------------------- +Thu Jul 18 23:09:39 CEST 2024 - dsterba@suse.com + +- net/sched: act_skbmod: prevent kernel-infoleak (CVE-2024-35893 bsc#1224512) +- commit 5be3514 + +------------------------------------------------------------------- +Thu Jul 18 21:21:20 CEST 2024 - lduncan@suse.com + +- scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated + memory (bsc#1227762 CVE-2024-40901). +- commit 5eb5075 + +------------------------------------------------------------------- +Thu Jul 18 18:57:13 CEST 2024 - fdmanana@suse.com + +- btrfs: pass NOWAIT for set/clear extent bits as another bit + (bsc#1223731 CVE-2024-26944). +- commit 33253df + +------------------------------------------------------------------- +Thu Jul 18 18:42:59 CEST 2024 - fdmanana@suse.com + +- btrfs: drop NOFAIL from set_extent_bit allocation masks + (bsc#1223731 CVE-2024-26944). +- commit 46559ec + +------------------------------------------------------------------- +Thu Jul 18 18:18:49 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_bits (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch. +- Refresh + patches.suse/btrfs-open-code-trivial-btrfs_add_excluded_extent.patch. +- commit 460a0d4 + +------------------------------------------------------------------- +Thu Jul 18 18:18:35 CEST 2024 - ailiop@suse.com + +- xfs: fix log recovery buffer allocation for the legacy h_size + fixup (bsc#1227432 CVE-2024-39472). +- commit 04ef30f + +------------------------------------------------------------------- +Thu Jul 18 17:39:46 CEST 2024 - jgross@suse.com + +- KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() + (CVE-2024-40953, bsc#1227806). +- commit 60989df + +------------------------------------------------------------------- +Thu Jul 18 16:40:36 CEST 2024 - jwiesner@suse.de + +- Update config files (bsc#1227282). + Update the CONFIG_LSM option to include the selinux LSM in the default set + of LSMs. The selinux LSM will not get enabled because it is preceded by + apparmor, which is the first exclusive LSM. Updating CONFIG_LSM resolves + failures that result in the system not booting up when "security=selinux + selinux=1" is passed to the kernel and SELinux policies are installed. +- commit 0a95a78 + +------------------------------------------------------------------- +Thu Jul 18 15:49:47 CEST 2024 - ailiop@suse.com + +- xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail + (git-fixes). +- commit 44812b1 + +------------------------------------------------------------------- +Thu Jul 18 15:47:21 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: use muar idx 0xe for non-mt799x as well + (bsc#1227149). +- wifi: mt76: mt7996: fix potential memory leakage when reading + chip temperature (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in + mt7996_irq_tasklet() (bsc#1227149). +- wifi: mt76: mt7925: ensure 4-byte alignment for suspend & + wow command (bsc#1227149). +- wifi: mt76: mt7996: fix size of txpower MCU command + (bsc#1227149). +- wifi: mt76: connac: check for null before dereferencing + (bsc#1227149). +- commit 4e5584e + +------------------------------------------------------------------- +Thu Jul 18 15:43:09 CEST 2024 - tiwai@suse.de + +- wifi: mt76: Remove redundant assignment to variable tidno + (bsc#1227149). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1227149). +- wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform + (bsc#1227149). +- wifi: mt76: mt7921: fix a potential association failure upon + resuming (bsc#1227149). +- wifi: mt76: mt7921: fix the unfinished command of regd_notifier + before suspend (bsc#1227149). +- wifi: mt76: mt792x: update the country list of EU for ACPI SAR + (bsc#1227149). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1227149). +- wifi: mt76: mt792x: add the illegal value check for mtcl table + of acpi (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong data type for scan command + (bsc#1227149). +- wifi: mt76: set page_pool napi pointer for mmio devices + (bsc#1227149). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1227149). +- commit 3499113 + +------------------------------------------------------------------- +Thu Jul 18 15:41:10 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: set correct muar_idx for mt799x chipsets + (bsc#1227149). +- wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149). +- wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149). +- wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands + (bsc#1227149). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1227149). +- wifi: mt76: mt7925: support temperature sensor (bsc#1227149). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1227149). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1227149). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1227149). +- commit 7f22357 + +------------------------------------------------------------------- +Thu Jul 18 15:39:15 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1227149). +- wifi: mt76: mt7925: fix fw download fail (bsc#1227149). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1227149). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1227149). +- wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table + (bsc#1227149). +- wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149). +- wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149). +- wifi: mt76: usb: create a dedicated queue for psd traffic + (bsc#1227149). +- commit 01e1acb + +------------------------------------------------------------------- +Thu Jul 18 15:36:38 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149). +- wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976 + (bsc#1227149). +- wifi: mt76: mt7915: add locking for accessing mapped registers + (bsc#1227149). +- wifi: mt76: mt7915: fix error recovery with WED enabled + (bsc#1227149). +- wifi: mt76: check txs format before getting skb by pid + (bsc#1227149). +- wifi: mt76: disable HW AMSDU when using fixed rate + (bsc#1227149). +- wifi: mt76: mt7996: fix fortify warning (bsc#1227149). +- commit 0013ef2 + +------------------------------------------------------------------- +Thu Jul 18 15:27:40 CEST 2024 - tiwai@suse.de + +- wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers + (bsc#1227149). +- wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix + -Warray-bounds warnings (bsc#1227149). +- wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149). +- wifi: mt76: mt7921: fix CLC command timeout when suspend/resume + (bsc#1227149). +- wifi: mt76: mt7921: reduce the size of MCU firmware download + Rx queue (bsc#1227149). +- wifi: mt76: mt7996: set DMA mask to 36 bits for boards with + more than 4GB of RAM (bsc#1227149). +- wifi: mt76: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps + signature (bsc#1227149). +- wifi: mt76: connac: add new definition of tx descriptor + (bsc#1227149). +- wifi: mt76: mt7996: adjust interface num and wtbl size for + mt7992 (bsc#1227149). +- commit cbff43f + +------------------------------------------------------------------- +Thu Jul 18 15:10:52 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149). +- wifi: mt76: mt7996: rework register offsets for mt7992 + (bsc#1227149). +- wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149). +- wifi: mt76: connac: add firmware support for mt7992 + (bsc#1227149). +- wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149). +- wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct + packing (bsc#1227149). +- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band + (bsc#1227149). +- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 + (bsc#1227149). +- wifi: mt76: connac: add beacon protection support for mt7996 + (bsc#1227149). +- wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149). +- commit 3e59fd6 + +------------------------------------------------------------------- +Thu Jul 18 15:02:07 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: add txpower setting support (bsc#1227149). +- commit fd1825a + +------------------------------------------------------------------- +Thu Jul 18 15:01:14 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: fix alignment of sta info event + (bsc#1227149). +- wifi: mt76: mt7996: switch to mcu command for TX GI report + (bsc#1227149). +- wifi: mt76: use chainmask for power delta calculation + (bsc#1227149). +- wifi: mt76: change txpower init to per-phy (bsc#1227149). +- wifi: mt76: mt7996: align the format of fixed rate command + (bsc#1227149). +- wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED + (bsc#1227149). +- wifi: mt76: connac: set fixed_bw bit in TX descriptor for + fixed rate frames (bsc#1227149). +- wifi: mt76: mt7996: adjust WFDMA settings to improve performance + (bsc#1227149). +- wifi: mt76: connac: add beacon duplicate TX mode support for + mt7996 (bsc#1227149). +- commit e90dd6a + +------------------------------------------------------------------- +Thu Jul 18 14:56:59 CEST 2024 - tiwai@suse.de + +- wifi: mt76: move wed reset common code in mt76 module + (bsc#1227149). +- commit b63457a + +------------------------------------------------------------------- +Thu Jul 18 14:56:00 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: add thermal sensor device support + (bsc#1227149). +- wifi: mt76: connac: add thermal protection support for mt7996 + (bsc#1227149). +- wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs + (bsc#1227149). +- wifi: mt76: mt7996: add support for variants with auxiliary + RX path (bsc#1227149). +- wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro + signature (bsc#1227149). +- wifi: mt76: dma: introduce __mt76_dma_queue_reset utility + routine (bsc#1227149). +- commit dd57284 + +------------------------------------------------------------------- +Thu Jul 18 14:51:28 CEST 2024 - tiwai@suse.de + +- wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149). +- wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149). +- wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine + (bsc#1227149). +- wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149). +- wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in + common code (bsc#1227149). +- wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in + common code (bsc#1227149). +- wifi: mt76: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: mt76: permit to load precal from NVMEM cell for mt7915 + (bsc#1227149). +- wifi: mt76: permit to use alternative cell name to eeprom + NVMEM load (bsc#1227149). +- commit 15e9dc7 + +------------------------------------------------------------------- +Thu Jul 18 14:11:52 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- commit 915b272 + +------------------------------------------------------------------- +Thu Jul 18 14:10:54 CEST 2024 - tiwai@suse.de + +- wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149). +- wifi: mt76: limit support of precal loading for mt7915 to MTD + only (bsc#1227149). +- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function + (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in parsing txfree + (bsc#1227149). +- wifi: mt76: add ability to explicitly forbid LED registration + with DT (bsc#1227149). +- wifi: mt76: mt7925: fix typo in mt7925_init_he_caps + (bsc#1227149). +- wifi: mt76: mt7921: fix 6GHz disabled by the missing default + CLC config (bsc#1227149). +- net: fill in MODULE_DESCRIPTION()s in kuba@'s modules + (bsc#1227149). +- wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz + channel info (bsc#1227149). +- commit b106ffb + +------------------------------------------------------------------- +Thu Jul 18 14:08:46 CEST 2024 - tiwai@suse.de + +- wifi: mt76: Annotate struct mt76_rx_tid with __counted_by + (bsc#1227149). +- commit aecab86 + +------------------------------------------------------------------- +Thu Jul 18 14:08:13 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: update the channel usage when the regd + domain changed (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- commit b09df3f + +------------------------------------------------------------------- +Thu Jul 18 14:07:29 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: get regulatory information from the clc + event (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- commit 04b07d9 + +------------------------------------------------------------------- +Thu Jul 18 14:06:31 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: add 6GHz power type support for clc + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- commit b7bb561 + +------------------------------------------------------------------- +Thu Jul 18 14:05:48 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149). +- wifi: mt76: mt7921: move connac nic capability handling to + mt7921 (bsc#1227149). +- wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup + (bsc#1227149). +- wifi: mt76: mt7996: remove periodic MPDU TXS request + (bsc#1227149). +- wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149). +- wifi: mt76: mt7996: Add mcu commands for getting sta tx + statistic (bsc#1227149). +- commit e37a1c7 + +------------------------------------------------------------------- +Thu Jul 18 13:38:01 CEST 2024 - tiwai@suse.de + +- Update config files for mt76 stuff (bsc#1227149) +- commit debbb92 + +------------------------------------------------------------------- +Thu Jul 18 13:36:41 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-update-beacon-size-limitation.patch. +- commit 54772eb + +------------------------------------------------------------------- +Thu Jul 18 13:36:01 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: get tx_retries and tx_failed from txfree + (bsc#1227149). +- wifi: mt76: mt792x: move some common usb code in mt792x module + (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x + module (bsc#1227149). +- wifi: mt76: mt7915 add tc offloading support (bsc#1227149). +- wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips + (bsc#1227149). +- wifi: mt76: mt7915: update mpdu density capability + (bsc#1227149). +- wifi: mt76: check vif type before reporting cca and csa + (bsc#1227149). +- wifi: mt76: check sta rx control frame to multibss capability + (bsc#1227149). +- wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code + (bsc#1227149). +- commit 2106e27 + +------------------------------------------------------------------- +Thu Jul 18 13:17:41 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: support per-band LED control (bsc#1227149). +- wifi: mt76: mt7996: support more options for + mt7996_set_bitrate_mask() (bsc#1227149). +- wifi: mt76: mt7996: only set vif teardown cmds at remove + interface (bsc#1227149). +- wifi: mt76: connac: add more unified event IDs (bsc#1227149). +- wifi: mt76: connac: add more unified command IDs (bsc#1227149). +- wifi: mt76: connac: add data field in struct tlv (bsc#1227149). +- wifi: mt76: connac: add eht support for tx power (bsc#1227149). +- wifi: mt76: connac: add eht support for phy mode config + (bsc#1227149). +- wifi: mt76: connac: export functions for mt7925 (bsc#1227149). +- wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149). +- commit 135e742 + +------------------------------------------------------------------- +Thu Jul 18 13:16:14 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: introduce helper for mt7925 chipset + (bsc#1227149). +- wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149). +- wifi: mt76: add DMA mapping error check in mt76_alloc_txwi() + (bsc#1227149). +- wifi: mt76: fix race condition related to checking tx queue + fill status (bsc#1227149). +- wifi: mt76: use atomic iface iteration for pre-TBTT work + (bsc#1227149). +- wifi: mt76: mt7603: disable A-MSDU tx support on MT7628 + (bsc#1227149). +- wifi: mt76: mt7603: add missing register initialization for + MT7628 (bsc#1227149). +- commit 6594bb5 + +------------------------------------------------------------------- +Thu Jul 18 12:48:51 CEST 2024 - tiwai@suse.de + +- net: ethernet: mtk_wed: introduce mtk_wed_buf structure + (bsc#1227149). +- net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_desc + (bsc#1227149). +- wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: mt76x02: fix return value check in + mt76x02_mac_process_rx (bsc#1227149). +- wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib + (bsc#1227149). +- wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149). +- wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and + MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149). +- wifi: mt76: mt76_connac3: move lmac queue enumeration in + mt76_connac3_mac.h (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib + module (bsc#1227149). +- commit 1179b28 + +------------------------------------------------------------------- +Thu Jul 18 12:45:48 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149). +- commit bb743ca + +------------------------------------------------------------------- +Thu Jul 18 12:45:22 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- Refresh + patches.suse/wifi-mt76-mt792x-fix-a-potential-loading-failure-of-.patch. +- commit e00ae3f + +------------------------------------------------------------------- +Thu Jul 18 12:43:42 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib + (bsc#1227149). +- commit 35d834e + +------------------------------------------------------------------- +Thu Jul 18 12:43:10 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib + (bsc#1227149). +- commit 5efac2c + +------------------------------------------------------------------- +Thu Jul 18 12:42:36 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move hif_ops macro in mt792x.h + (bsc#1227149). +- commit 945f2ed + +------------------------------------------------------------------- +Thu Jul 18 12:42:05 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: move more dma shared code in mt792x_dma + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch. +- commit 4136c03 + +------------------------------------------------------------------- +Thu Jul 18 12:41:07 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch. +- Refresh + patches.suse/wifi-mt76-mt7921s-fix-potential-hung-tasks-during-ch.patch. +- commit 94984c8 + +------------------------------------------------------------------- +Thu Jul 18 12:39:00 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move init shared code in mt792x-lib module + (bsc#1227149). +- wifi: mt76: mt7921: move debugfs shared code in mt792x-lib + module (bsc#1227149). +- wifi: mt76: mt7921: move dma shared code in mt792x-lib module + (bsc#1227149). +- commit 8138035 + +------------------------------------------------------------------- +Thu Jul 18 12:31:28 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move mac shared code in mt792x-lib module + (bsc#1227149). +- commit 118e960 + +------------------------------------------------------------------- +Thu Jul 18 12:31:01 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit bba35bb + +------------------------------------------------------------------- +Thu Jul 18 12:26:14 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit e5956d4 + +------------------------------------------------------------------- +Thu Jul 18 12:25:13 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in + mt792x.h (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit ea3046f + +------------------------------------------------------------------- +Thu Jul 18 12:23:02 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: move shared structure definition in mt792x.h + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit c60dc5e + +------------------------------------------------------------------- +Thu Jul 18 12:20:09 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- Refresh + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch. +- Refresh + patches.suse/wifi-mt76-mt792x-fix-a-potential-loading-failure-of-.patch. +- commit 845aa52 + +------------------------------------------------------------------- +Thu Jul 18 12:19:19 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit d4d2c1b + +------------------------------------------------------------------- +Thu Jul 18 12:18:50 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rename mt7921_hif_ops in mt792x_hif_ops + (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_phy in mt792x_phy + (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_sta in mt792x_sta + (bsc#1227149). +- commit 47cecdc + +------------------------------------------------------------------- +Thu Jul 18 12:16:45 CEST 2024 - tiwai@suse.de + +- wifi: mt76: move rate info in mt76_vif (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- Refresh + patches.suse/wifi-mt76-mt7996-fix-rate-usage-of-inband-discovery-.patch. +- commit 8909aa1 + +------------------------------------------------------------------- +Thu Jul 18 12:15:08 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: convert acpisar and clc pointers to void + (bsc#1227149). +- wifi: mt76: mt7921: move common register definition in + mt792x_regs.h (bsc#1227149). +- wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149). +- wifi: mt76: mt7603: fix beacon interval after disabling a + single vif (bsc#1227149). +- wifi: mt76: add support for providing eeprom in nvmem cells + (bsc#1227149). +- wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149). +- wifi: mt76: connac: add connac3 mac library (bsc#1227149). +- mt76: connac: move more mt7921/mt7915 mac shared code in connac + lib (bsc#1227149). +- wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149). +- commit 343ad65 + +------------------------------------------------------------------- +Thu Jul 18 12:12:40 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit 72ca75a + +------------------------------------------------------------------- +Thu Jul 18 12:11:56 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7996: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7615: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7603: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7996: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7615: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7603: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in + mt76_dev (bsc#1227149). +- commit 2965d6e + +------------------------------------------------------------------- +Thu Jul 18 12:10:03 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: increase tx token size (bsc#1227149). +- wifi: mt76: mt7996: add muru support (bsc#1227149). +- wifi: mt76: connac: add support to set ifs time by mcu command + (bsc#1227149). +- wifi: mt76: mt7996: enable VHT extended NSS BW feature + (bsc#1227149). +- wifi: mt76: connac: add support for dsp firmware download + (bsc#1227149). +- wifi: mt76: mt7996: move radio ctrl commands to proper functions + (bsc#1227149). +- wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco + (bsc#1227149). +- mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7921: make mt7921_mac_sta_poll static + (bsc#1227149). +- wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery + (bsc#1227149). +- commit fc1c367 + +------------------------------------------------------------------- +Thu Jul 18 12:08:06 CEST 2024 - tiwai@suse.de + +- Update config files: adjust for Arm CONFIG_MT798X_WMAC (bsc#1227149) +- commit 5938ea9 + +------------------------------------------------------------------- +Thu Jul 18 12:07:10 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rely on mib_stats shared definition + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit a519a6e + +------------------------------------------------------------------- +Thu Jul 18 12:06:29 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery + (bsc#1227149). +- wifi: mt76: mt7921: Support temp sensor (bsc#1227149). +- wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats + (bsc#1227149). +- wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149). +- wifi: mt76: mt7921e: report tx retries/failed counts in tx + free event (bsc#1227149). +- wifi: mt76: mt7915: add support for MT7981 (bsc#1227149). +- wifi: mt76: mt7996: rely on mib_stats shared definition + (bsc#1227149). +- wifi: mt76: mt7915: move mib_stats structure in mt76.h + (bsc#1227149). +- wifi: mt76: mt7921: remove macro duplication in regs.h + (bsc#1227149). +- commit c307798 + +------------------------------------------------------------------- +Thu Jul 18 12:03:30 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7915: report tx retries/failed counts for non-WED + path (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7915-rework-tx-packets-counting-when-WED.patch. +- commit 25e2b06 + +------------------------------------------------------------------- +Thu Jul 18 12:02:50 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-update-beacon-size-limitation.patch. +- commit b121af9 + +------------------------------------------------------------------- +Thu Jul 18 12:02:04 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: drop return in mt7996_sta_statistics + (bsc#1227149). +- wifi: mt76: mt7915: drop return in mt7915_sta_statistics + (bsc#1227149). +- wifi: mt76: report non-binding skb tx rate when WED is active + (bsc#1227149). +- wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149). +- wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support + (bsc#1227149). +- wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt7601u: delete dead code checking debugfs returns + (bsc#1227149). +- commit 3625743 + +------------------------------------------------------------------- +Thu Jul 18 11:37:20 CEST 2024 - ailiop@suse.com + +- exfat: fix potential deadlock on __exfat_get_dentry_set + (git-fixes). +- commit aaa908a + +------------------------------------------------------------------- +Thu Jul 18 10:07:41 CEST 2024 - tiwai@suse.de + +- media: venus: fix use after free in vdec_close (git-fixes). +- media: venus: flush all buffers in output plane streamoff + (git-fixes). +- media: v4l: subdev: Fix typo in documentation (git-fixes). +- media: imx-pxp: Fix ERR_PTR dereference in pxp_probe() + (git-fixes). +- media: renesas: vsp1: Store RPF partition configuration per + RPF instance (git-fixes). +- media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes). +- media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes). +- media: imx-jpeg: Drop initial source change event if capture + has been setup (git-fixes). +- media: imx-jpeg: Remove some redundant error logs (git-fixes). +- media: uvcvideo: Override default flags (git-fixes). +- media: uvcvideo: Fix integer overflow calculating timestamp + (git-fixes). +- saa7134: Unchecked i2c_transfer function result fixed + (git-fixes). +- media: v4l: async: Fix NULL pointer dereference in adding + ancillary links (git-fixes). +- media: i2c: Fix imx412 exposure control (git-fixes). +- media: imon: Fix race getting ictx->lock (git-fixes). +- media: dvb-usb: Fix unexpected infinite loop in + dvb_usb_read_remote_control() (git-fixes). +- media: pci: ivtv: Add check for DMA map result (git-fixes). +- leds: flash: leds-qcom-flash: Test the correct variable in init + (git-fixes). +- Revert "leds: led-core: Fix refcount leak in of_led_get()" + (git-fixes). +- leds: mt6360: Fix memory leak in mt6360_init_isnk_properties() + (git-fixes). +- leds: triggers: Flush pending brightness before activating + trigger (git-fixes). +- leds: ss4200: Convert PCIBIOS_* return codes to errnos + (git-fixes). +- leds: trigger: Unregister sysfs attributes before calling + deactivate() (git-fixes). +- mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes). +- mfd: pm8008: Fix regmap irq chip initialisation (git-fixes). +- ipmi: ssif_bmc: prevent integer overflow on 32bit systems + (git-fixes). +- ata: libata-scsi: Fix offsets for the fixed format sense data + (git-fixes). +- commit a8e6a5f + +------------------------------------------------------------------- +Thu Jul 18 09:57:39 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/mptcp-ensure-snd_nxt-is-properly-initialized-on-conn.patch + (CVE-2024-36889 bsc#1225746). +- commit 98abb2b + +------------------------------------------------------------------- +Thu Jul 18 00:24:50 CEST 2024 - dsterba@suse.com + +- mptcp: fix data races on remote_id (CVE-2024-27404 bsc#1224422) +- commit ed12cfe + +------------------------------------------------------------------- +Wed Jul 17 20:42:57 CEST 2024 - dsterba@suse.com + +- netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (CVE-2024-27020 bsc#1223815) +- commit 79c457d + +------------------------------------------------------------------- +Wed Jul 17 20:06:17 CEST 2024 - dsterba@suse.com + +- netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (CVE-2024-27019 bsc#1223813) +- commit 73c5c5f + +------------------------------------------------------------------- +Wed Jul 17 18:42:22 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_bits_nowait (bsc#1223731 + CVE-2024-26944). +- commit da5e600 + +------------------------------------------------------------------- +Wed Jul 17 18:26:57 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_dirty (bsc#1223731 CVE-2024-26944). +- commit 3076056 + +------------------------------------------------------------------- +Wed Jul 17 18:03:51 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_new (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch. +- commit 3afda0a + +------------------------------------------------------------------- +Wed Jul 17 17:33:30 CEST 2024 - mhocko@suse.com + +- mm/page_table_check: fix crash on ZONE_DEVICE (CVE-2024-40948 + bsc#1227801). +- commit 69b3c59 + +------------------------------------------------------------------- +Wed Jul 17 17:23:08 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_delalloc (bsc#1223731 + CVE-2024-26944). +- btrfs: open code set_extent_defrag (bsc#1223731 CVE-2024-26944). +- commit 646bcad + +------------------------------------------------------------------- +Wed Jul 17 16:46:51 CEST 2024 - fdmanana@suse.com + +- btrfs: use btrfs_next_item() at scrub.c:find_first_extent_item() + (bsc#1223731 CVE-2024-26944). +- btrfs: unexport extent_map_block_end() (bsc#1223731 + CVE-2024-26944). +- btrfs: split assert into two different asserts when removing + block group (bsc#1223731 CVE-2024-26944). +- btrfs: mark sanity checks when getting chunk map as unlikely + (bsc#1223731 CVE-2024-26944). +- commit b0dd338 + +------------------------------------------------------------------- +Wed Jul 17 16:21:14 CEST 2024 - mhocko@suse.com + +- gro: fix ownership transfer (CVE-2024-35890 bsc#1224516). +- commit 8c57ce0 + +------------------------------------------------------------------- +Wed Jul 17 15:50:25 CEST 2024 - mhocko@suse.com + +- mptcp: ensure snd_nxt is properly initialized on connect + (CVE-2024-36889). +- commit 724d285 + +------------------------------------------------------------------- +Wed Jul 17 15:25:38 CEST 2024 - mhocko@suse.com + +- ipv6: fib6_rules: avoid possible NULL dereference in + fib6_rule_action() (CVE-2024-36902 bsc#1225719). +- commit d8c5ba2 + +------------------------------------------------------------------- +Wed Jul 17 15:06:34 CEST 2024 - mhocko@suse.com + +- phonet: fix rtm_phonet_notify() skb allocation (CVE-2024-36946 + bsc#1225851). +- commit a878203 + +------------------------------------------------------------------- +Wed Jul 17 14:24:39 CEST 2024 - mhocko@suse.com + +- r8169: Fix possible ring buffer corruption on fragmented Tx + packets (CVE-2024-38586 bsc#1226750). +- commit 1324b27 + +------------------------------------------------------------------- +Wed Jul 17 13:55:30 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: factor out DUP bg handling from + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: factor out single bg handling from + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: factor out per-zone logic from + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: introduce a zone_info struct in + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- commit f06e144 + +------------------------------------------------------------------- +Wed Jul 17 10:08:38 CEST 2024 - tiwai@suse.de + +- wifi: virt_wifi: don't use strlen() in const context + (git-fixes). +- commit b4154c8 + +------------------------------------------------------------------- +Wed Jul 17 10:06:35 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: Fix array index mistake in + rtw89_sta_info_get_iter() (git-fixes). +- wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes). +- wifi: rtw89: 8852b: fix definition of KIP register number + (git-fixes). +- wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when + in_reconfig (git-fixes). +- wifi: virt_wifi: avoid reporting connection success with wrong + SSID (git-fixes). +- wifi: ath12k: fix peer metadata parsing (git-fixes). +- wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers + (git-fixes). +- wifi: ath11k: fix RCU documentation in + ath11k_mac_op_ipv6_changed() (git-fixes). +- wifi: iwlwifi: mvm: don't limit VLP/AFC to UATS-enabled + (git-fixes). +- wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes). +- wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes). +- wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes). +- commit 949fcca + +------------------------------------------------------------------- +Wed Jul 17 09:46:37 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: handle 2x996 RU allocation in + cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() + (git-fixes). +- wifi: ath12k: fix wrong definition of CE ring's base address + (git-fixes). +- wifi: ath11k: fix wrong definition of CE ring's base address + (git-fixes). +- wifi: ath12k: fix firmware crash during reo reinject + (git-fixes). +- wifi: ath12k: fix invalid memory access while processing + fragmented packets (git-fixes). +- wifi: ath12k: change DMA direction while mapping reinjected + packets (git-fixes). +- wifi: ath11k: restore country code during resume (git-fixes). +- wifi: ath11k: refactor setting country code logic + (stable-fixes). +- wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure + (git-fixes). +- wifi: ath12k: Correct 6 GHz frequency value in rx status + (git-fixes). +- wifi: ath12k: avoid duplicated vdev stop (git-fixes). +- wifi: ath12k: drop failed transmitted frames from metric + calculation (git-fixes). +- wifi: ath12k: Don't drop tx_status in failure case (git-fixes). +- wifi: rtw89: fix HW scan not aborting properly (git-fixes). +- commit 7f555ea + +------------------------------------------------------------------- +Wed Jul 17 09:42:53 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit e02cbd1 + +------------------------------------------------------------------- +Wed Jul 17 09:38:22 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: cancel multi-link reconf work on disconnect + (git-fixes). +- wifi: mwifiex: Fix interface type change (git-fixes). +- wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device + (git-fixes). +- vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes). +- wifi: mac80211: Recalc offload when monitor stop (git-fixes). +- commit 0c5d63e + +------------------------------------------------------------------- +Wed Jul 17 09:31:55 CEST 2024 - tiwai@suse.de + +- Bluetooth: hci_event: Set QoS encryption from BIGInfo report + (git-fixes). +- Bluetooth: btnxpuart: Add handling for boot-signature timeout + errors (git-fixes). +- Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes). +- Bluetooth: hci_bcm4377: Use correct unit for timeouts + (git-fixes). +- lib: objagg: Fix general protection fault (git-fixes). +- lib: test_objagg: Fix spelling (git-fixes). +- lib: objagg: Fix spelling (git-fixes). +- cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe() + (git-fixes). +- cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared + memory CPPC systems (git-fixes). +- firmware: turris-mox-rwtm: Initialize completion before mailbox + (git-fixes). +- firmware: turris-mox-rwtm: Fix checking return value of + wait_for_completion_timeout() (git-fixes). +- firmware: turris-mox-rwtm: Do not complete if there are no + waiters (git-fixes). +- drivers: soc: xilinx: check return status of get_api_version() + (git-fixes). +- soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes). +- soc: qcom: pdr: fix parsing of domains lists (git-fixes). +- soc: qcom: pdr: protect locator_addr with the main mutex + (git-fixes). +- soc: qcom: rpmh-rsc: Ensure irqs aren't disabled by + rpmh_rsc_send_data() callers (git-fixes). +- soc: qcom: pmic_glink: Handle the return value of + pmic_glink_init (git-fixes). +- commit aea26b0 + +------------------------------------------------------------------- +Tue Jul 16 18:29:23 CEST 2024 - ailiop@suse.com + +- blacklist.conf: add 54cbc058d86b + commit 54cbc058d86b ("fs/aio: Make io_cancel() generate completions + again") was later reverted upstream by commit 28468cbed92e, so blacklist + it. +- commit bc9be4f + +------------------------------------------------------------------- +Tue Jul 16 18:25:16 CEST 2024 - fdmanana@suse.com + +- btrfs: remove the need_raid_map parameter from btrfs_map_block() + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: skip splitting and logical rewriting on pre-alloc + write (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: do not zone finish data relocation block group + (bsc#1223731 CVE-2024-26944). +- btrfs: add comments for btrfs_map_block() (bsc#1223731 + CVE-2024-26944). +- commit 0c47c71 + +------------------------------------------------------------------- +Tue Jul 16 18:23:04 CEST 2024 - ailiop@suse.com + +- Revert "gfs2: fix glock shrinker ref issues" (git-fixes). +- commit f7bfdba + +------------------------------------------------------------------- +Tue Jul 16 18:22:18 CEST 2024 - ailiop@suse.com + +- gfs2: Fix "ignore unlock failures after withdraw" (git-fixes). +- commit 519ac22 + +------------------------------------------------------------------- +Tue Jul 16 18:21:11 CEST 2024 - ailiop@suse.com + +- gfs2: Don't forget to complete delayed withdraw (git-fixes). +- commit 7f71d47 + +------------------------------------------------------------------- +Tue Jul 16 18:20:02 CEST 2024 - ailiop@suse.com + +- gfs2: Fix invalid metadata access in punch_hole (git-fixes). +- commit 1be0540 + +------------------------------------------------------------------- +Tue Jul 16 18:18:03 CEST 2024 - ailiop@suse.com + +- gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes). +- commit d7e53ef + +------------------------------------------------------------------- +Tue Jul 16 18:17:01 CEST 2024 - ailiop@suse.com + +- gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes). +- commit 78503fa + +------------------------------------------------------------------- +Tue Jul 16 18:15:53 CEST 2024 - ailiop@suse.com + +- gfs2: convert to ctime accessor functions (git-fixes). +- commit b024418 + +------------------------------------------------------------------- +Tue Jul 16 18:13:39 CEST 2024 - ailiop@suse.com + +- gfs2: Get rid of gfs2_alloc_blocks generation parameter + (git-fixes). +- commit e229d26 + +------------------------------------------------------------------- +Tue Jul 16 18:12:42 CEST 2024 - ailiop@suse.com + +- dlm: fix user space lock decision to copy lvb (git-fixes). +- commit 9a5eade + +------------------------------------------------------------------- +Tue Jul 16 18:12:00 CEST 2024 - ailiop@suse.com + +- ocfs2: fix DIO failure due to insufficient transaction credits + (git-fixes). +- commit cf885b6 + +------------------------------------------------------------------- +Tue Jul 16 18:11:04 CEST 2024 - ailiop@suse.com + +- ocfs2: use coarse time for new created files (git-fixes). +- commit 61f3cb7 + +------------------------------------------------------------------- +Tue Jul 16 18:09:52 CEST 2024 - ailiop@suse.com + +- ocfs2: fix races between hole punching and AIO+DIO (git-fixes). +- commit bdcd35b + +------------------------------------------------------------------- +Tue Jul 16 18:08:38 CEST 2024 - ailiop@suse.com + +- filelock: fix potential use-after-free in posix_lock_inode + (git-fixes). +- commit 4ceada4 + +------------------------------------------------------------------- +Tue Jul 16 18:02:53 CEST 2024 - ailiop@suse.com + +- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() + (git-fixes). +- commit 047ac8f + +------------------------------------------------------------------- +Tue Jul 16 18:01:04 CEST 2024 - ailiop@suse.com + +- tracefs: Add missing lockdown check to tracefs_create_dir() + (git-fixes). +- commit 65b8efc + +------------------------------------------------------------------- +Tue Jul 16 17:53:24 CEST 2024 - ailiop@suse.com + +- f2fs: fix error path of __f2fs_build_free_nids (git-fixes). +- commit 6c1efec + +------------------------------------------------------------------- +Tue Jul 16 17:53:11 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: re-enable metadata over-commit for zoned mode + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: don't activate non-DATA BG on allocation + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: no longer count fresh BG region as zone unusable + (bsc#1223731 CVE-2024-26944). +- commit cc48fd8 + +------------------------------------------------------------------- +Tue Jul 16 17:51:44 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103, + CVE-2024-39468). +- commit 1548cc0 + +------------------------------------------------------------------- +Tue Jul 16 17:50:48 CEST 2024 - ailiop@suse.com + +- orangefs: fix out-of-bounds fsid access (git-fixes). +- commit 8d69475 + +------------------------------------------------------------------- +Tue Jul 16 17:41:13 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: activate metadata block group on write time + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: reserve zones for an active metadata/system + block group (bsc#1223731 CVE-2024-26944). +- commit 00c0b10 + +------------------------------------------------------------------- +Tue Jul 16 17:31:18 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: update meta write pointer on zone finish + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: defer advancing meta write pointer (bsc#1223731 + CVE-2024-26944). +- commit 9625328 + +------------------------------------------------------------------- +Tue Jul 16 17:27:16 CEST 2024 - tbogendoerfer@suse.de + +- net/mlx5: Always stop health timer during driver removal + (CVE-2024-40906 bsc#1227763). +- commit 3630f6e + +------------------------------------------------------------------- +Tue Jul 16 17:22:28 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: return int from btrfs_check_meta_write_pointer + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: introduce block group context to + btrfs_eb_write_context (bsc#1223731 CVE-2024-26944). +- btrfs: introduce struct to consolidate extent buffer write + context (bsc#1223731 CVE-2024-26944). +- commit d8f8b66 + +------------------------------------------------------------------- +Tue Jul 16 17:08:50 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: use vcalloc instead of for vzalloc in + btrfs_get_dev_zone_info (bsc#1223731 CVE-2024-26944). +- commit 4837f02 + +------------------------------------------------------------------- +Tue Jul 16 17:05:24 CEST 2024 - fdmanana@suse.com + +- btrfs: open code need_full_stripe conditions (bsc#1223731 + CVE-2024-26944). +- Refresh + patches.suse/btrfs-be-a-bit-more-careful-when-setting-mirror.patch. +- commit 0011c1e + +------------------------------------------------------------------- +Tue Jul 16 17:01:11 CEST 2024 - ailiop@suse.com + +- nilfs2: fix incorrect inode allocation from reserved inodes + (git-fixes). +- commit 9ce9b3c + +------------------------------------------------------------------- +Tue Jul 16 17:00:35 CEST 2024 - ailiop@suse.com + +- nilfs2: convert persistent object allocator to use kmap_local + (git-fixes). +- commit dc36fd2 + +------------------------------------------------------------------- +Tue Jul 16 16:57:31 CEST 2024 - mkubecek@suse.cz + +- netfilter: nf_tables: restore set elements when delete set fails + (CVE-2024-27012 bsc#1223804). +- commit 8ba3bb4 + +------------------------------------------------------------------- +Tue Jul 16 16:55:47 CEST 2024 - ailiop@suse.com + +- jffs2: Fix potential illegal address access in jffs2_free_inode + (git-fixes). +- commit 282ccaf + +------------------------------------------------------------------- +Tue Jul 16 16:52:25 CEST 2024 - ailiop@suse.com + +- hfsplus: fix to avoid false alarm of circular locking + (git-fixes). +- commit 490432a + +------------------------------------------------------------------- +Tue Jul 16 16:51:49 CEST 2024 - fdmanana@suse.com + +- btrfs: open code btrfs_map_sblock (bsc#1223731 CVE-2024-26944). +- commit 5fa5c99 + +------------------------------------------------------------------- +Tue Jul 16 16:48:45 CEST 2024 - fdmanana@suse.com + +- btrfs: rename __btrfs_map_block to btrfs_map_block (bsc#1223731 + CVE-2024-26944). +- commit de51f30 + +------------------------------------------------------------------- +Tue Jul 16 16:24:52 CEST 2024 - fdmanana@suse.com + +- btrfs: remove unused btrfs_map_block (bsc#1223731 + CVE-2024-26944). +- commit 0ff7c2f + +------------------------------------------------------------------- +Tue Jul 16 16:21:00 CEST 2024 - fdmanana@suse.com + +- btrfs: optimize simple reads in btrfsic_map_block (bsc#1223731 + CVE-2024-26944). +- commit 3260913 + +------------------------------------------------------------------- +Tue Jul 16 16:17:35 CEST 2024 - fdmanana@suse.com + +- btrfs: remove unused BTRFS_MAP_DISCARD (bsc#1223731 + CVE-2024-26944). +- commit 68b562a + +------------------------------------------------------------------- +Tue Jul 16 16:14:28 CEST 2024 - fdmanana@suse.com + +- btrfs: pass the new logical address to split_extent_map + (bsc#1223731 CVE-2024-26944). +- commit c2e8884 + +------------------------------------------------------------------- +Tue Jul 16 16:06:12 CEST 2024 - fdmanana@suse.com + +- btrfs: defer splitting of ordered extents until I/O completion + (bsc#1223731 CVE-2024-26944). +- commit 5ae3e38 + +------------------------------------------------------------------- +Tue Jul 16 15:59:39 CEST 2024 - fdmanana@suse.com + +- btrfs: handle completed ordered extents in + btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944). +- commit ddd9e87 + +------------------------------------------------------------------- +Tue Jul 16 15:52:11 CEST 2024 - fdmanana@suse.com + +- btrfs: atomically insert the new extent in + btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944). +- commit 4030656 + +------------------------------------------------------------------- +Tue Jul 16 15:48:28 CEST 2024 - fdmanana@suse.com + +- btrfs: split btrfs_alloc_ordered_extent to allocation and + insertion helpers (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/0002-btrfs-fix-qgroup_free_reserved_data-int-overflow.patch. +- commit e1bc1c4 + +------------------------------------------------------------------- +Tue Jul 16 13:48:59 CEST 2024 - tzimmermann@suse.com + +- drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723 CVE-2024-39498) +- commit bb19e55 + +------------------------------------------------------------------- +Tue Jul 16 13:28:06 CEST 2024 - fdmanana@suse.com + +- btrfs: return the new ordered_extent from + btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944). +- commit c61ece3 + +------------------------------------------------------------------- +Tue Jul 16 13:10:53 CEST 2024 - fdmanana@suse.com + +- btrfs: reorder conditions in btrfs_extract_ordered_extent + (bsc#1223731 CVE-2024-26944). +- commit 7ad1725 + +------------------------------------------------------------------- +Tue Jul 16 12:58:15 CEST 2024 - fdmanana@suse.com + +- btrfs: move split_extent_map to extent_map.c (bsc#1223731 + CVE-2024-26944). +- commit 4667690 + +------------------------------------------------------------------- +Tue Jul 16 12:43:11 CEST 2024 - fdmanana@suse.com + +- btrfs: record orig_physical only for the original bio + (bsc#1223731 CVE-2024-26944). +- commit f1ddea8 + +------------------------------------------------------------------- +Tue Jul 16 12:37:50 CEST 2024 - fdmanana@suse.com + +- btrfs: optimize the logical to physical mapping for zoned writes + (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/0002-btrfs-fix-qgroup_free_reserved_data-int-overflow.patch. +- commit 59cfe96 + +------------------------------------------------------------------- +Tue Jul 16 12:26:48 CEST 2024 - tbogendoerfer@suse.de + +- ionic: fix use after netif_napi_del() (CVE-2024-39502 + bsc#1227755). +- commit a8905bd + +------------------------------------------------------------------- +Tue Jul 16 10:26:43 CEST 2024 - mkubecek@suse.cz + +- netfilter: flowtable: validate pppoe header (CVE-2024-27016 + bsc#1223807). +- commit 4c0256f + +------------------------------------------------------------------- +Tue Jul 16 09:56:30 CEST 2024 - tbogendoerfer@suse.de + +- i40e: fix: remove needless retries of NVM update (bsc#1227736). +- commit df4f038 + +------------------------------------------------------------------- +Tue Jul 16 09:46:34 CEST 2024 - tiwai@suse.de + +- spi: spi-microchip-core: Fix the number of chip selects + supported (git-fixes). +- spi: atmel-quadspi: Add missing check for clk_prepare + (git-fixes). +- gpio: mc33880: Convert comma to semicolon (git-fixes). +- pwm: stm32: Always do lazy disabling (git-fixes). +- hwmon: (max6697) Fix swapped temp{1,8} critical alarms + (git-fixes). +- hwmon: (max6697) Fix underflow when writing limit attributes + (git-fixes). +- hwmon: (adt7475) Fix default duty on fan is disabled + (git-fixes). +- platform/chrome: cros_ec_debugfs: fix wrong EC message version + (git-fixes). +- char: tpm: Fix possible memory leak in + tpm_bios_measurements_open() (git-fixes). +- tools/memory-model: Fix bug in lock.cat (git-fixes). +- drm/gma500: fix null pointer dereference in + cdv_intel_lvds_get_modes (git-fixes). +- drm/gma500: fix null pointer dereference in + psb_intel_lvds_get_modes (git-fixes). +- drm/meson: fix canvas release in bind function (git-fixes). +- commit 027008e + +------------------------------------------------------------------- +Tue Jul 16 09:42:19 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit da52786 + +------------------------------------------------------------------- +Tue Jul 16 04:51:03 CEST 2024 - dsterba@suse.com + +- ipv6: prevent NULL dereference in ip6_output() (CVE-2024-36901 bsc#1225711) +- commit 299bf13 + +------------------------------------------------------------------- +Tue Jul 16 04:01:56 CEST 2024 - dsterba@suse.com + +- i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (CVE-2024-36004 bsc#1224545) +- commit 42d6eee + +------------------------------------------------------------------- +Tue Jul 16 03:48:07 CEST 2024 - dsterba@suse.com + +- nbd: null check for nla_nest_start (CVE-2024-27025 bsc#1223778) +- commit a23796b + +------------------------------------------------------------------- +Mon Jul 15 19:55:01 CEST 2024 - fdmanana@suse.com + +- btrfs: rename the bytenr field in struct btrfs_ordered_sum to + logical (bsc#1223731 CVE-2024-26944). +- btrfs: mark the len field in struct btrfs_ordered_sum as + unsigned (bsc#1223731 CVE-2024-26944). +- btrfs: don't call btrfs_record_physical_zoned for failed append + (bsc#1223731 CVE-2024-26944). +- btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONED + (bsc#1223731 CVE-2024-26944). +- commit 7e64d12 + +------------------------------------------------------------------- +Mon Jul 15 19:22:22 CEST 2024 - fdmanana@suse.com + +- btrfs: use SECTOR_SHIFT to convert LBA to physical offset + (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/btrfs-don-t-warn-if-discard-range-is-not-aligned-to-.patch. +- commit ad23354 + +------------------------------------------------------------------- +Mon Jul 15 18:54:42 CEST 2024 - fdmanana@suse.com + +- btrfs: don't hold an extra reference for redirtied buffers + (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/0003-btrfs-free-qgroup-pertrans-reserve-on-transaction-ab.patch. +- commit 47897b2 + +------------------------------------------------------------------- +Mon Jul 15 18:36:23 CEST 2024 - fdmanana@suse.com + +- btrfs: export bitmap_test_range_all_{set,zero} (bsc#1223731 + CVE-2024-26944). +- commit fcba900 + +------------------------------------------------------------------- +Mon Jul 15 17:27:32 CEST 2024 - tiwai@suse.de + +- Update patch reference for ath12k fix (CVE-2024-40979 bsc#1227855) +- commit 0463455 + +------------------------------------------------------------------- +Mon Jul 15 16:45:21 CEST 2024 - mhocko@suse.com + +- mlxsw: spectrum_acl_tcam: Fix memory leak during rehash + (CVE-2024-35853 bsc#1224604). +- commit d46e600 + +------------------------------------------------------------------- +Mon Jul 15 16:29:05 CEST 2024 - mhocko@suse.com + +- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during + activity update (CVE-2024-35854 bsc#1224636). +- commit 7cd7b18 + +------------------------------------------------------------------- +Mon Jul 15 16:14:05 CEST 2024 - mhocko@suse.com + +- phonet/pep: fix racy skb_queue_empty() use (CVE-2024-27402 + bsc#1224414). +- commit 9f9d7b5 + +------------------------------------------------------------------- +Mon Jul 15 16:11:16 CEST 2024 - petr.pavlu@suse.com + +- kprobe/ftrace: fix build error due to bad function definition + (git-fixes). +- commit 16bb0c0 + +------------------------------------------------------------------- +Mon Jul 15 15:48:43 CEST 2024 - mhocko@suse.com + +- net: prevent mss overflow in skb_segment() (CVE-2023-52435 + bsc#1220138). +- commit b718cb4 + +------------------------------------------------------------------- +Mon Jul 15 15:26:09 CEST 2024 - mhocko@suse.com + +- netfilter: nf_tables: do not compare internal table flags on + updates (CVE-2024-27065 bsc#1223836). +- commit 0e49dd8 + +------------------------------------------------------------------- +Mon Jul 15 14:28:00 CEST 2024 - petr.pavlu@suse.com + +- tracing/net_sched: NULL pointer dereference in + perf_trace_qdisc_reset() (git-fixes). +- commit c773566 + +------------------------------------------------------------------- +Mon Jul 15 14:24:40 CEST 2024 - petr.pavlu@suse.com + +- tracing: Build event generation tests only as modules + (git-fixes). +- commit dd7f603 + +------------------------------------------------------------------- +Mon Jul 15 14:17:01 CEST 2024 - oneukum@suse.com + +- usb: ucsi: stm32: fix command completion handling (git-fixes). +- commit 3155170 + +------------------------------------------------------------------- +Mon Jul 15 14:06:05 CEST 2024 - oneukum@suse.com + +- Bluetooth: qca: set power_ctrl_enabled on NULL returned by + gpiod_get_optional() (git-fixes). +- commit 3a34099 + +------------------------------------------------------------------- +Mon Jul 15 14:03:39 CEST 2024 - petr.pavlu@suse.com + +- cachefiles: add output string to + cachefiles_obj_[get|put]_ondemand_fd (git-fixes). +- commit 12446de + +------------------------------------------------------------------- +Mon Jul 15 13:55:23 CEST 2024 - tiwai@suse.de + +- iommu/vt-d: Allocate DMAR fault interrupts locally + (bsc#1224767). +- commit 85bf7e2 + +------------------------------------------------------------------- +Mon Jul 15 13:54:40 CEST 2024 - tiwai@suse.de + +- iommu/amd: Fix panic accessing amd_iommu_enable_faulting + (bsc#1224767). +- commit 567c8c9 + +------------------------------------------------------------------- +Mon Jul 15 13:49:42 CEST 2024 - mhocko@suse.com + +- netfilter: flowtable: incorrect pppoe tuple (CVE-2024-27015 + bsc#1223806). +- commit e834f51 + +------------------------------------------------------------------- +Mon Jul 15 13:33:32 CEST 2024 - mhocko@suse.com + +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (CVE-2024-27064 bsc#1223740). +- commit daf6634 + +------------------------------------------------------------------- +Mon Jul 15 13:30:59 CEST 2024 - oneukum@suse.com + +- blacklist.conf: feature, not fix +- commit 7a64b31 + +------------------------------------------------------------------- +Mon Jul 15 13:30:17 CEST 2024 - petr.pavlu@suse.com + +- kprobe/ftrace: bail out if ftrace was killed (git-fixes). +- commit 43ba702 + +------------------------------------------------------------------- +Mon Jul 15 13:12:22 CEST 2024 - mhocko@suse.com + +- tipc: Check the bearer type before calling + tipc_udp_nl_bearer_add() (CVE-2024-26663 bsc#1222326). +- commit fff5ef3 + +------------------------------------------------------------------- +Mon Jul 15 11:47:14 CEST 2024 - petr.pavlu@suse.com + +- blacklist.conf: add not-relevant tracing fixes +- commit b158327 + +------------------------------------------------------------------- +Mon Jul 15 11:41:17 CEST 2024 - petr.pavlu@suse.com + +- Update + patches.suse/ring-buffer-Fix-a-race-between-readers-and-resize-checks.patch + (bsc#1222893). +- commit eebb09a + +------------------------------------------------------------------- +Mon Jul 15 11:39:14 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Add coldboot calibration support for QCN9074 + (bsc#1227149). +- wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-boot-failure-with-one-MSI-vector.patch. +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- commit e553d75 + +------------------------------------------------------------------- +Mon Jul 15 11:34:45 CEST 2024 - tiwai@suse.de + +- wifi: ath9k: avoid using uninitialized array (bsc#1227149). +- Refresh patches.suse/wifi-ath9k-fix-fortify-warnings.patch. +- commit 7a06512 + +------------------------------------------------------------------- +Mon Jul 15 09:42:47 CEST 2024 - vkarasulli@suse.de + +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes). +- commit dcdbf4a + +------------------------------------------------------------------- +Mon Jul 15 09:02:51 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149). +- commit 5e9fc63 + +------------------------------------------------------------------- +Sun Jul 14 15:49:36 CEST 2024 - tiwai@suse.de + +- kABI workaround for wireless updates (bsc#1227149). +- commit 956c903 + +------------------------------------------------------------------- +Sun Jul 14 09:22:18 CEST 2024 - tiwai@suse.de + +- i2c: rcar: bring hardware to known state when probing + (git-fixes). +- i2c: testunit: avoid re-issued work after read message + (git-fixes). +- i2c: mark HostNotify target address as used (git-fixes). +- i2c: testunit: correct Kconfig description (git-fixes). +- commit 834d4d5 + +------------------------------------------------------------------- +Sat Jul 13 16:14:43 CEST 2024 - tiwai@suse.de + +- supported.conf: update for mt76 stuff (bsc#1227149) +- commit 276fbe5 + +------------------------------------------------------------------- +Sat Jul 13 16:11:33 CEST 2024 - tiwai@suse.de + +- kabi/severities: cover all mt76 modules (bsc#1227149) +- commit 8877f2f + +------------------------------------------------------------------- +Sat Jul 13 13:06:17 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP + (bsc#1227149). +- commit a3d6465 + +------------------------------------------------------------------- +Sat Jul 13 13:05:04 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix monitor channel with chanctx emulation + (bsc#1227149). +- wifi: cfg80211: validate HE operation element parsing + (bsc#1227149). +- wifi: mac80211: don't select link ID if not provided in scan + request (bsc#1227149). +- wifi: mac80211: check EHT/TTLM action frame length + (bsc#1227149). +- wifi: mac80211: correctly set active links upon TTLM + (bsc#1227149). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1227149). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1227149). +- commit e4d62d6 + +------------------------------------------------------------------- +Sat Jul 13 13:00:06 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149) + All those symbols are local and used for its own helpers +- commit c402c7b + +------------------------------------------------------------------- +Sat Jul 13 12:59:25 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS + (bsc#1227149). +- wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and + low power mode (bsc#1227149). +- wifi: rtl8xxxu: enable MFP support with security flag of RX + descriptor (bsc#1227149). +- wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if + no 6 GHz sband (bsc#1227149). +- wifi: rtw89: 8852c: add quirk to set PCI BER for certain + platforms (bsc#1227149). +- wifi: rtw89: download firmware with five times retry + (bsc#1227149). +- commit 70ec305 + +------------------------------------------------------------------- +Sat Jul 13 12:56:48 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: coex: fix configuration for shared antenna for + 8922A (bsc#1227149). +- wifi: rtw89: wow: move release offload packet earlier for + WoWLAN mode (bsc#1227149). +- wifi: rtw89: wow: set security engine options for 802.11ax + chips only (bsc#1227149). +- wifi: rtw89: update suspend/resume for different generation + (bsc#1227149). +- wifi: rtw89: wow: update config mac function with different + generation (bsc#1227149). +- wifi: rtw89: update DMA function with different generation + (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN status register for different + generation (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN reason register for different + chips (bsc#1227149). +- wifi: rtw89: coex: Add coexistence policy to decrease WiFi + packet CRC-ERR (bsc#1227149). +- wifi: rtw89: coex: When Bluetooth not available don't set + power/gain (bsc#1227149). +- wifi: rtw89: coex: add return value to ensure H2C command is + success or not (bsc#1227149). +- wifi: rtw89: coex: Reorder H2C command index to align with + firmware (bsc#1227149). +- wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic + (bsc#1227149). +- wifi: rtw89: coex: add init_info H2C command format version 7 + (bsc#1227149). +- wifi: rtw89: 8922a: add coexistence helpers of SW grant + (bsc#1227149). +- wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt + (bsc#1227149). +- wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte + (bsc#1227149). +- wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs() + (bsc#1227149). +- wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: Update EHT PHY beamforming capability + (bsc#1227149). +- wifi: rtw89: advertise missing extended scan feature + (bsc#1227149). +- wifi: rtlwifi: set initial values for unexpected cases of USB + endpoint priority (bsc#1227149). +- wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx() + (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149). +- commit e9149f1 + +------------------------------------------------------------------- +Sat Jul 13 12:51:52 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Store the endpoint addresses + (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection + (bsc#1227149). +- wifi: rtw89: 8922a: declare to support two chanctx + (bsc#1227149). +- wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: fw: implement MRC H2C command functions + (bsc#1227149). +- wifi: rtw89: mac: implement MRC C2H event handling + (bsc#1227149). +- wifi: rtw89: fw: add definition of H2C command and C2H event + for MRC series (bsc#1227149). +- wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: reference quota mode when setting Tx power + (bsc#1227149). +- wifi: rtw89: 8922a: implement AP mode related reg for BE + generation (bsc#1227149). +- wifi: rtw89: 8922a: correct register definition and merge IO + for ctrl_nbtg_bt_tx() (bsc#1227149). +- wifi: rtw89: differentiate narrow_bw_ru_dis setting according + to chip gen (bsc#1227149). +- wifi: rtw89: use PLCP information to match BSS_COLOR and AID + (bsc#1227149). +- wifi: rtw89: mac: reset PHY-1 hardware when going to + enable/disable (bsc#1227149). +- wifi: rtw89: mac: correct MUEDCA setting for MAC-1 + (bsc#1227149). +- wifi: rtw89: mac: return held quota of DLE when changing MAC-1 + (bsc#1227149). +- wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149). +- wifi: rtw89: correct PHY register offset for PHY-1 + (bsc#1227149). +- wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149). +- wifi: rtw89: chan: move handling from add/remove to + assign/unassign for MLO (bsc#1227149). +- wifi: rtw89: chan: tweak weight recalc ahead before MLO + (bsc#1227149). +- wifi: rtw89: chan: tweak bitmap recalc ahead before MLO + (bsc#1227149). +- wifi: rtw89: chan: add sub-entity swap function to cover + replacing (bsc#1227149). +- wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self + (bsc#1227149). +- wifi: rtl8xxxu: update rate mask per sta (bsc#1227149). +- wifi: rtw89: fw: download firmware with key data for secure boot + (bsc#1227149). +- wifi: rtw89: fw: parse secure section from firmware file + (bsc#1227149). +- wifi: rtw89: fw: read firmware secure information from efuse + (bsc#1227149). +- wifi: rtw89: fw: consider checksum length of security data + (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::rfk_hw_init (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::rfk_init_late to do initial + RF calibrations later (bsc#1227149). +- commit 28c4b55 + +------------------------------------------------------------------- +Sat Jul 13 12:48:21 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8922a: rfk: implement chip_ops to call RF + calibrations (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger TSSI (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger TXGAPK + (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger DACK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger DPK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger RX DCK + (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger IQK (bsc#1227149). +- wifi: rtw89: rfk: send channel information to firmware for RF + calibrations (bsc#1227149). +- wifi: rtw89: rfk: add a completion to wait RF calibration + report from C2H event (bsc#1227149). +- wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149). +- wifi: rtl8xxxu: fix error messages (bsc#1227149). +- wifi: rtw89: 8922a: add more fields to beacon H2C command to + support multi-links (bsc#1227149). +- wifi: rtw89: update ps_state register for chips with different + generation (bsc#1227149). +- wifi: rtw89: add new H2C for PS mode in 802.11be chip + (bsc#1227149). +- wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149). +- wifi: rtw89: prepare scan leaf functions for wifi 7 ICs + (bsc#1227149). +- wifi: rtw89: debug: add FW log component for scan (bsc#1227149). +- wifi: rtw89: update scan C2H messages for wifi 7 IC + (bsc#1227149). +- wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL + (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops to get thermal value + (bsc#1227149). +- wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (bsc#1227149). +- wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu + (bsc#1227149). +- wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to + chip_ops (bsc#1227149). +- wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149). +- wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149). +- wifi: rtw89: pci: update SER timer unit and timeout time + (bsc#1227149). +- wifi: rtw89: fix disabling concurrent mode TX hang issue + (bsc#1227149). +- wifi: rtw89: fix HW scan timeout due to TSF sync issue + (bsc#1227149). +- wifi: rtw89: add wait/completion for abort scan (bsc#1227149). +- wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149). +- wifi: rtw89: Set default CQM config if not present + (bsc#1227149). +- wifi: rtw89: refine hardware scan C2H events (bsc#1227149). +- wifi: rtw89: refine add_chan H2C command to encode_bits + (bsc#1227149). +- wifi: rtw89: 8922a: add BTG functions to assist BT coexistence + to control TX/RX (bsc#1227149). +- wifi: rtw89: 8922a: add TX power related ops (bsc#1227149). +- wifi: rtw89: 8922a: add register definitions of H2C, C2H, + page, RRSR and EDCCA (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops related to BB init + (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf + (bsc#1227149). +- wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149). +- wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149). +- wifi: rtl8xxxu: add missing number of sec cam entries for all + variants (bsc#1227149). +- wifi: rtl8xxxu: make instances of iface limit and combination + to be static const (bsc#1227149). +- wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type + (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Don't read register in + _rtl92de_query_rxphystatus (bsc#1227149). +- wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: fw: use struct to fill JOIN H2C command + (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7 + (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7 + (bsc#1227149). +- wifi: rtw89: fw: update TX AMPDU parameter to CMAC table + (bsc#1227149). +- wifi: rtw89: fw: add chip_ops to update CMAC table to associated + station (bsc#1227149). +- wifi: rtw89: fw: fill CMAC table to associated station for + WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: add H2C command to update security CAM v2 + (bsc#1227149). +- wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149). +- wifi: rtw89: add EHT capabilities for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: change supported bandwidths of chip_info to bit + mask (bsc#1227149). +- wifi: rtw89: adjust init_he_cap() to add EHT cap into + iftype_data (bsc#1227149). +- wifi: rtw88: use kstrtoX_from_user() in debugfs handlers + (bsc#1227149). +- wifi: rtl8xxxu: enable channel switch support (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149). +- commit 055a697 + +------------------------------------------------------------------- +Sat Jul 13 12:44:19 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines + (bsc#1227149). +- wifi: rtw89: add chip_ops::update_beacon to abstract update + beacon operation (bsc#1227149). +- wifi: rtw89: add H2C command to download beacon frame for WiFi + 7 chips (bsc#1227149). +- wifi: rtw89: use struct to fill H2C command to download beacon + frame (bsc#1227149). +- wifi: rtw89: add new H2C command to pause/sleep transmitting + by MAC ID (bsc#1227149). +- wifi: rtw89: refine H2C command that pause transmitting by + MAC ID (bsc#1227149). +- wifi: rtw89: fw: use struct to fill BA CAM H2C commands + (bsc#1227149). +- wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149). +- wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM + (bsc#1227149). +- wifi: rtw89: mac: add feature_init to initialize BA CAM V1 + (bsc#1227149). +- wifi: rtw89: add firmware H2C command of BA CAM V1 + (bsc#1227149). +- wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149). +- wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: declare concurrent mode support for 8188f + (bsc#1227149). +- wifi: rtl8xxxu: make supporting AP mode only on port 0 + transparent (bsc#1227149). +- wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149). +- wifi: rtl8xxxu: remove obsolete priv->vif (bsc#1227149). +- wifi: rtl8xxxu: add macids for STA mode (bsc#1227149). +- wifi: rtl8xxxu: support multiple interface in start_ap() + (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + bss_info_changed() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + {add,remove}_interface() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + watchdog_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + configure_filter() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + update_beacon_work_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in set_aifs() + (bsc#1227149). +- wifi: rtl8xxxu: support setting bssid register for multiple + interfaces (bsc#1227149). +- wifi: rtl8xxxu: don't parse CFO, if both interfaces are + connected in STA mode (bsc#1227149). +- wifi: rtl8xxxu: extend check for matching bssid to both + interfaces (bsc#1227149). +- wifi: rtl8xxxu: extend wifi connected check to both interfaces + (bsc#1227149). +- wifi: rtl8xxxu: support setting mac address register for both + interfaces (bsc#1227149). +- wifi: rtl8xxxu: 8188e: convert usage of priv->vif to + priv->vifs[0] (bsc#1227149). +- wifi: rtl8xxxu: support setting linktype for both interfaces + (bsc#1227149). +- wifi: rtl8xxxu: prepare supporting two virtual interfaces + (bsc#1227149). +- wifi: rtl8xxxu: remove assignment of priv->vif in + rtl8xxxu_bss_info_changed() (bsc#1227149). +- wifi: rtw88: 8822ce: refine power parameters for RFE type 5 + (bsc#1227149). +- wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" + (bsc#1227149). +- wifi: rtw89: phy: set channel_info for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: phy: ignore special data from BB parameter file + (bsc#1227149). +- wifi: rtw89: 8922a: update the register used in DIG and the + DIG flow (bsc#1227149). +- wifi: rtw89: 8922a: set RX gain along with set_channel operation + (bsc#1227149). +- wifi: rtw89: phy: add parser to support RX gain dynamic setting + flow (bsc#1227149). +- wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to + union (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R36 (bsc#1227149). +- wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift() + (bsc#1227149). +- wifi: rtw89: coex: To improve Wi-Fi performance while BT is idle + (bsc#1227149). +- wifi: rtw89: coex: Translate antenna configuration from ID to + string (bsc#1227149). +- commit d99b9e1 + +------------------------------------------------------------------- +Sat Jul 13 12:40:46 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: coex: Update RF parameter control setting logic + (bsc#1227149). +- wifi: rtw89: coex: Add Bluetooth RSSI level information + (bsc#1227149). +- wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi + link/scan (bsc#1227149). +- wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS + (bsc#1227149). +- wifi: rtw89: coex: Still show hardware grant signal info even + Wi-Fi is PS (bsc#1227149). +- wifi: rtw89: coex: Update BTG control related logic + (bsc#1227149). +- wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX + performance (bsc#1227149). +- wifi: rtw89: coex: Record down Wi-Fi initial mode information + (bsc#1227149). +- wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter + members (bsc#1227149). +- wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal() + (bsc#1227149). +- wifi: rtw89: mac: implement to configure TX/RX engines for + WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add sys_init and filter option for WiFi 7 + chips (bsc#1227149). +- wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while + starting up (bsc#1227149). +- wifi: rtw89: add DBCC H2C to notify firmware the status + (bsc#1227149). +- wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149). +- wifi: rtw89: mac: add flags to check if CMAC and DMAC are + enabled (bsc#1227149). +- wifi: rtw89: 8922a: add power on/off functions (bsc#1227149). +- wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: print out RFK log with formatted string + (bsc#1227149). +- wifi: rtw89: parse and print out RFK log from C2H events + (bsc#1227149). +- wifi: rtw89: add C2H event handlers of RFK log and report + (bsc#1227149). +- wifi: rtw89: load RFK log format string from firmware file + (bsc#1227149). +- wifi: rtw89: fw: add version field to BB MCU firmware element + (bsc#1227149). +- wifi: rtw89: fw: load TX power track tables from fw_element + (bsc#1227149). +- wifi: rtw88: Use random MAC when efuse MAC invalid + (bsc#1227149). +- wifi: rtw89: avoid stringop-overflow warning (bsc#1227149). +- wifi: rtw89: mac: refine SER setting during WiFi CPU power on + (bsc#1227149). +- wifi: rtw89: 8922a: dump MAC registers when SER occurs + (bsc#1227149). +- wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149). +- wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip + (bsc#1227149). +- wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature + (bsc#1227149). +- wifi: rtw89: fix misbehavior of TX beacon in concurrent mode + (bsc#1227149). +- wifi: rtw89: refine remain on channel flow to improve P2P + connection (bsc#1227149). +- wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149). +- wifi: rtw89: fix not entering PS mode after AP stops + (bsc#1227149). +- wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149). +- wifi: rtlwifi: Remove unused PCI related defines and struct + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Access full PMCS reg and use + pci_regs.h (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Add pdev into + _rtl8821ae_clear_pci_pme_status() (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Use pci_find_capability() + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Remove unnecessary PME_Status bit set + (bsc#1227149). +- wifi: rtlwifi: Convert to use PCIe capability accessors + (bsc#1227149). +- wifi: rtw89: mac: functions to configure hardware engine and + quota for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: use pointer to access functions of hardware + engine and quota (bsc#1227149). +- wifi: rtw89: mac: move code related to hardware engine to + individual functions (bsc#1227149). +- wifi: rtw89: mac: check queue empty according to chip gen + (bsc#1227149). +- wifi: rtw89: refine element naming used by queue empty check + (bsc#1227149). +- wifi: rtw89: add reserved size as factor of DLE used size + (bsc#1227149). +- wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149). +- commit cf41ac5 + +------------------------------------------------------------------- +Sat Jul 13 12:37:59 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8922a: extend and add quota number (bsc#1227149). +- wifi: rtw89: debug: remove wrapper of rtw89_debug() + (bsc#1227149). +- wifi: rtw89: debug: add debugfs entry to disable dynamic + mechanism (bsc#1227149). +- wifi: rtw89: phy: dynamically adjust EDCCA threshold + (bsc#1227149). +- wifi: rtw89: debug: add to check if debug mask is enabled + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: remove some useless code + (bsc#1227149). +- wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149). +- wifi: rtw89: 8922a: read efuse content from physical map + (bsc#1227149). +- wifi: rtw89: 8922a: read efuse content via efuse map struct + from logic map (bsc#1227149). +- wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz + channels (bsc#1227149). +- wifi: rtw89: mac: add to access efuse for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: mac: use mac_gen pointer to access about efuse + (bsc#1227149). +- wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149). +- wifi: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R65-R44 + (bsc#1227149). +- wifi: rtw89: regd: handle policy of 6 GHz according to BIOS + (bsc#1227149). +- wifi: rtw89: acpi: process 6 GHz band policy from DSM + (bsc#1227149). +- wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start() + (bsc#1227149). +- wifi: rtw89: pci: update interrupt mitigation register for + 8922AE (bsc#1227149). +- wifi: rtw89: pci: correct interrupt mitigation register for + 8852CE (bsc#1227149). +- wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE + (bsc#1227149). +- wifi: rtw89: pci: generalize interrupt status bits of interrupt + handlers (bsc#1227149). +- wifi: rtw89: pci: add pre_deinit to be called after probe + complete (bsc#1227149). +- wifi: rtw89: pci: stop/start DMA for level 1 recovery according + to chip gen (bsc#1227149). +- wifi: rtw89: pci: reset BDRAM according to chip gen + (bsc#1227149). +- wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149). +- wifi: rtw89: coex: use struct assignment to replace memcpy() + to append TDMA content (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips + (bsc#1227149). +- commit dcfcac7 + +------------------------------------------------------------------- +Sat Jul 13 12:35:43 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: pci: use gen_def pointer to configure + mac_{pre,post}_init and clear PCI ring index (bsc#1227149). +- wifi: rtw89: pci: add PCI generation information to pci_info + for each chip (bsc#1227149). +- wifi: rtw89: extend PHY status parser to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: configure PPDU max user by chip (bsc#1227149). +- wifi: rtw89: set entry size of address CAM to H2C field by chip + (bsc#1227149). +- wifi: rtw89: pci: generalize code of PCI control DMA IO for + WiFi 7 (bsc#1227149). +- wifi: rtw89: pci: add new RX ring design to determine full RX + ring efficiently (bsc#1227149). +- wifi: rtw89: pci: define PCI ring address for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info + (bsc#1227149). +- wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix + typo in function name (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149). +- wifi: rtw89: cleanup firmware elements parsing (bsc#1227149). +- wifi: rtlwifi: drop chk_switch_dmdp() from HAL interface + (bsc#1227149). +- wifi: rtlwifi: drop fill_fake_txdesc() from HAL interface + (bsc#1227149). +- wifi: rtlwifi: drop pre_fill_tx_bd_desc() from HAL interface + (bsc#1227149). +- wifi: rtw89: move software DCFO compensation setting to proper + position (bsc#1227149). +- wifi: rtw89: correct the DCFO tracking flow to improve CFO + compensation (bsc#1227149). +- wifi: rtw89: modify the register setting and the flow of CFO + tracking (bsc#1227149). +- wifi: rtw89: phy: generalize valid bit of BSS color + (bsc#1227149). +- wifi: rtw89: phy: change naming related BT coexistence functions + (bsc#1227149). +- wifi: rtw88: dump firmware debug information in abnormal state + (bsc#1227149). +- wifi: rtw88: debug: add to check if debug mask is enabled + (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_ps_ctl (bsc#1227149). +- wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips + (bsc#1227149). +- wifi: rtw89: mac: set bf_assoc capabilities according to chip + gen (bsc#1227149). +- wifi: rtw89: mac: set bfee_ctrl() according to chip gen + (bsc#1227149). +- wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi + 7 chips (bsc#1227149). +- wifi: rtw89: mac: generalize register of MU-EDCA switch + according to chip gen (bsc#1227149). +- wifi: rtw89: mac: update RTS threshold according to chip gen + (bsc#1227149). +- wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() to struct + rtw89_btc_btf_set_mon_reg (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() for struct + rtw89_btc_btf_set_slot_table (bsc#1227149). +- wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149). +- wifi: rtw89: show EHT rate in debugfs (bsc#1227149). +- wifi: rtw89: parse TX EHT rate selected by firmware from RA + C2H report (bsc#1227149). +- wifi: rtw89: Add EHT rate mask as parameters of RA H2C command + (bsc#1227149). +- wifi: rtw89: parse EHT information from RX descriptor and PPDU + status packet (bsc#1227149). +- wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149). +- commit 53661e1 + +------------------------------------------------------------------- +Sat Jul 13 12:32:35 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp + (bsc#1227149). +- wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC + regulation (bsc#1227149). +- wifi: rtw88: regd: update regulatory map to R64-R42 + (bsc#1227149). +- wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149). +- wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149). +- wifi: rtw88: regd: configure QATAR and UK (bsc#1227149). +- wifi: rtlwifi: remove unreachable code in + rtl92d_dm_check_edca_turbo() (bsc#1227149). +- wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips + (bsc#1227149). +- wifi: rtw89: debug: show txpwr table according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power RU limit according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power limit according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power offset according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power by rate according to chip gen + (bsc#1227149). +- wifi: rtw89: mac: get TX power control register according to + chip gen (bsc#1227149). +- wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp + (bsc#1227149). +- wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance + (bsc#1227149). +- wifi: rtw89: refine uplink trigger based control mechanism + (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149). +- wifi: rtw89: regd: configure Thailand in regulation type + (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines + (bsc#1227149). +- wifi: rtw89: declare MCC in interface combination (bsc#1227149). +- wifi: rtw89: 8852c: declare to support two chanctx + (bsc#1227149). +- wifi: rtw89: pause/proceed MCC for ROC and HW scan + (bsc#1227149). +- wifi: rtw89: mcc: fix NoA start time when GO is auxiliary + (bsc#1227149). +- wifi: rtw89: load TX power related tables from FW elements + (bsc#1227149). +- wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 + chips (bsc#1227149). +- wifi: rtw89: load TX power by rate when RFE parms setup + (bsc#1227149). +- wifi: rtw89: phy: refine helpers used for raw TX power + (bsc#1227149). +- commit 62f3f4a + +------------------------------------------------------------------- +Sat Jul 13 12:30:23 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: indicate TX power by rate table inside RFE + parameter (bsc#1227149). +- wifi: rtw89: indicate TX shape table inside RFE parameter + (bsc#1227149). +- wifi: rtw89: add subband index of primary channel to struct + rtw89_chan (bsc#1227149). +- wifi: rtl8xxxu: Add a description about the device ID + 0x7392:0xb722 (bsc#1227149). +- wifi: rtw89: add mac_gen pointer to access mac port registers + (bsc#1227149). +- wifi: rtw89: consolidate registers of mac port to struct + (bsc#1227149). +- wifi: rtw89: add chip_info::txwd_info size to generalize TX + WD submit (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor for firmware command v2 + (bsc#1227149). +- wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149). +- wifi: rtw89: mcc: deal with beacon NoA if GO exists + (bsc#1227149). +- wifi: rtw89: mcc: deal with BT slot change (bsc#1227149). +- wifi: rtw89: mcc: deal with P2P PS change (bsc#1227149). +- wifi: rtw89: mcc: track beacon offset and update when needed + (bsc#1227149). +- wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149). +- wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149). +- wifi: rtw89: rfk: disable driver tracking during MCC + (bsc#1227149). +- wifi: rtw89: 52c: rfk: refine MCC channel info notification + (bsc#1227149). +- wifi: rtw89: 8922a: set memory heap address for secure firmware + (bsc#1227149). +- wifi: rtw89: fw: refine download flow to support variant + firmware suits (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB + before downloading firmware (bsc#1227149). +- wifi: rtw89: fw: propagate an argument include_bb for BB MCU + firmware (bsc#1227149). +- wifi: rtw89: fw: add checking type for variant type of firmware + (bsc#1227149). +- wifi: rtw89: fw: implement supported functions of download + firmware for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: generalize download firmware flow by mac_gen + pointers (bsc#1227149). +- wifi: rtw89: fw: move polling function of firmware path ready + to an individual function (bsc#1227149). +- wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149). +- wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap() + (bsc#1227149). +- wifi: rtw89: mcc: decide pattern and calculate parameters + (bsc#1227149). +- wifi: rtw89: mcc: consider and determine BT duration + (bsc#1227149). +- commit bd46e4d + +------------------------------------------------------------------- +Sat Jul 13 12:28:16 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149). +- wifi: rtw89: mcc: initialize start flow (bsc#1227149). +- wifi: rtw89: 8852c: Fix TSSI causes transmit power inaccuracy + (bsc#1227149). +- wifi: rtw89: 8852c: Update bandedge parameters for better + performance (bsc#1227149). +- wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested + (bsc#1227149). +- wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149). +- wifi: rtlwifi: rtl8723: Remove unused function + rtl8723_cmd_send_packet() (bsc#1227149). +- wifi: rtw89: Fix clang -Wimplicit-fallthrough in + rtw89_query_sar() (bsc#1227149). +- wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS + and DIG (bsc#1227149). +- wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 + chips (bsc#1227149). +- wifi: rtw89: mac: define register address of rx_filter to + generalize code (bsc#1227149). +- wifi: rtw89: mac: define internal memory address for WiFi 7 chip + (bsc#1227149). +- wifi: rtw89: mac: generalize code to indirectly access WiFi + internal memory (bsc#1227149). +- wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC + band1 register address (bsc#1227149). +- wifi: rtw89: initialize multi-channel handling (bsc#1227149). +- wifi: rtw89: provide functions to configure NoA for beacon + update (bsc#1227149). +- wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of + vif (bsc#1227149). +- wifi: rtw89: sar: let caller decide the center frequency to + query (bsc#1227149). +- wifi: rtw89: refine rtw89_correct_cck_chan() by + rtw89_hw_to_nl80211_band() (bsc#1227149). +- wifi: rtw89: add function prototype for coex request duration + (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R43 + (bsc#1227149). +- wifi: rtw89: fix a width vs precision bug (bsc#1227149). +- wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast + address (bsc#1227149). +- wifi: rtw89: Introduce Time Averaged SAR (TAS) feature + (bsc#1227149). +- wifi: rtw89: return failure if needed firmware elements are + not recognized (bsc#1227149). +- wifi: rtw89: add to parse firmware elements of BB and RF tables + (bsc#1227149). +- wifi: rtw89: introduce infrastructure of firmware elements + (bsc#1227149). +- wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149). +- wifi: rtw89: add firmware parser for v1 format (bsc#1227149). +- wifi: rtw89: introduce v1 format of firmware header + (bsc#1227149). +- wifi: rtw89: support firmware log with formatted text + (bsc#1227149). +- wifi: rtw89: recognize log format from firmware file + (bsc#1227149). +- wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor + (bsc#1227149). +- wifi: rtw89: add to display hardware rates v1 histogram in + debugfs (bsc#1227149). +- wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: use struct to access RA report (bsc#1227149). +- wifi: rtw89: use struct to access firmware C2H event header + (bsc#1227149). +- wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: use struct to set RA H2C command (bsc#1227149). +- wifi: rtw89: phy: rate pattern handles HW rate by chip gen + (bsc#1227149). +- commit cdaa97d + +------------------------------------------------------------------- +Sat Jul 13 12:26:01 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: simplify LED management (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-simplify-non-chanctx-drivers.patch. +- commit 34b32c5 + +------------------------------------------------------------------- +Sat Jul 13 12:23:26 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: define hardware rate v1 for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: add chip_info::chip_gen to determine chip + generation (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU) + (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149). +- wifi: rtw88: simplify vif iterators (bsc#1227149). +- wifi: rtw88: remove unused USB bulkout size set (bsc#1227149). +- wifi: rtw88: remove unused and set but unused leftovers + (bsc#1227149). +- wifi: rtlwifi: cleanup USB interface (bsc#1227149). +- wifi: rtw89: use struct to parse firmware header (bsc#1227149). +- wifi: rtw89: TX power stuffs replace confusing naming of _max + with _num (bsc#1227149). +- wifi: rtw89: 8851b: configure to force 1 TX power value + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: update IQK to version 0x8 + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update RF radio A parameters to R28 + (bsc#1227149). +- wifi: rtw88: fix not entering PS mode after AP stops + (bsc#1227149). +- wifi: rtw88: refine register based H2C command (bsc#1227149). +- wifi: rtw88: Stop high queue during scan (bsc#1227149). +- wifi: rtw88: Skip high queue in hci_flush (bsc#1227149). +- wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149). +- wifi: rtw88: use struct instead of macros to set TX desc + (bsc#1227149). +- wifi: rtw88: process VO packets without workqueue to avoid + PTK rekey failed (bsc#1227149). +- wifi: rtw88: Fix action frame transmission fail before + association (bsc#1227149). +- wifi: rtw89: fix spelling typo of IQK debug messages + (bsc#1227149). +- wifi: rtw89: cleanup rtw89_iqk_info and related code + (bsc#1227149). +- wifi: rtw89: cleanup private data structures (bsc#1227149). +- wifi: rtw88: add missing unwind goto for + __rtw_download_firmware() (bsc#1227149). +- commit 9b282ce + +------------------------------------------------------------------- +Sat Jul 13 12:21:28 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149). +- wifi: rtlwifi: remove unused dualmac control leftovers + (bsc#1227149). +- wifi: rtlwifi: remove unused timer and related code + (bsc#1227149). +- wifi: rtw89: 8852c: update RF radio A/B parameters to R63 + (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz + power type (3 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz + power type (2 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz + power type (1 of 3) (bsc#1227149). +- wifi: rtw89: process regulatory for 6 GHz power type + (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R40 + (bsc#1227149). +- wifi: rtw89: regd: judge 6 GHz according to chip and BIOS + (bsc#1227149). +- commit f81b870 + +------------------------------------------------------------------- +Sat Jul 13 12:20:25 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: refine clearing supported bands to check 2/5 GHz + first (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-annotate-iftype_data-pointer-with-spar.patch. +- commit 1873f0a + +------------------------------------------------------------------- +Sat Jul 13 12:18:19 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B + (bsc#1227149). +- wifi: rtw89: set TX power without precondition during setting + channel (bsc#1227149). +- wifi: rtw89: debug: txpwr table access only valid page according + to chip (bsc#1227149). +- wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149). +- wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149). +- wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> + KIP_RESTORE (bsc#1227149). +- wifi: rtw89: use struct to access register-based H2C/C2H + (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access RX + descriptor (bsc#1227149). +- commit 21eb4e8 + +------------------------------------------------------------------- +Sat Jul 13 12:17:25 CEST 2024 - tiwai@suse.de + +- Update config files: update for the realtek wifi driver updates (bsc#1227149) +- commit 33b8d09 + +------------------------------------------------------------------- +Sat Jul 13 12:16:33 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: use struct and le32_get_bits() to access received + PHY status IEs (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits to access RX info + (bsc#1227149). +- wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as + helpers to support newer chips (bsc#1227149). +- wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig + (bsc#1227149). +- wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149). +- wifi: rtw89: enlarge supported length of read_reg debugfs entry + (bsc#1227149). +- wifi: rtw89: 8851b: add RF configurations (bsc#1227149). +- wifi: rtw89: 8851b: add MAC configurations to chip_info + (bsc#1227149). +- wifi: rtw89: 8851b: fill BB related capabilities to chip_info + (bsc#1227149). +- wifi: rtw89: 8851b: add TX power related functions + (bsc#1227149). +- commit 66eef0c + +------------------------------------------------------------------- +Sat Jul 13 12:14:50 CEST 2024 - tiwai@suse.de + +- Update config files: update for the realtek wifi driver updates (bsc#1227149) +- commit 75bc634 + +------------------------------------------------------------------- +Sat Jul 13 12:13:03 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: refine packet offload handling under SER + (bsc#1227149). +- wifi: rtw89: tweak H2C TX waiting function for SER + (bsc#1227149). +- wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2 + (bsc#1227149). +- wifi: rtw88: Add support for the SDIO based RTL8723DS chipset + (bsc#1227149). +- wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149). +- wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149). +- wifi: rtw89: 8851b: add set channel function (bsc#1227149). +- wifi: rtw89: 8851b: add basic power on function (bsc#1227149). +- wifi: rtw89: 8851b: add BT coexistence support function + (bsc#1227149). +- wifi: rtw89: 8851b: configure GPIO according to RFE type + (bsc#1227149). +- wifi: rtw89: 8851b: add to read efuse version to recognize + hardware version B (bsc#1227149). +- wifi: rtl8xxxu: Rename some registers (bsc#1227149). +- wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149). +- wifi: rtw89: suppress the log for specific SER called + CMDPSR_FRZTO (bsc#1227149). +- wifi: rtw89: ser: L1 add pre-M0 and post-M0 states + (bsc#1227149). +- wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of + RTL8851B (bsc#1227149). +- wifi: rtw89: support U-NII-4 channels on 5GHz band + (bsc#1227149). +- wifi: rtw89: regd: judge UNII-4 according to BIOS and chip + (bsc#1227149). +- wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149). +- wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149). +- wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149). +- wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149). +- wifi: rtw89: change naming of BA CAM from V1 to V0_EXT + (bsc#1227149). +- commit a1de2dd + +------------------------------------------------------------------- +Sat Jul 13 12:11:15 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask + (bsc#1227149). +- wifi: rtw89: add CFO XTAL registers field to support 8851B + (bsc#1227149). +- wifi: rtw89: 8851b: add NCTL post table (bsc#1227149). +- wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI + capabilities (bsc#1227149). +- wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149). +- wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149). +- wifi: rtw89: mac: handle C2H receive/done ACK in interrupt + context (bsc#1227149). +- wifi: rtw89: packet offload wait for FW response (bsc#1227149). +- wifi: rtw89: refine packet offload delete flow of 6 GHz probe + (bsc#1227149). +- wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload() + (bsc#1227149). +- wifi: rtw89: add EVM for antenna diversity (bsc#1227149). +- wifi: rtw89: add RSSI based antenna diversity (bsc#1227149). +- wifi: rtw89: initialize antenna for antenna diversity + (bsc#1227149). +- wifi: rtw89: add EVM and SNR statistics to debugfs + (bsc#1227149). +- wifi: rtw89: add RSSI statistics for the case of antenna + diversity to debugfs (bsc#1227149). +- wifi: rtw89: set capability of TX antenna diversity + (bsc#1227149). +- wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to + access PHY IE0 status (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_* + (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in + rtw_debugfs_copy_from_user (bsc#1227149). +- wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary + return (bsc#1227149). +- commit fef25cd + +------------------------------------------------------------------- +Sat Jul 13 12:09:38 CEST 2024 - tiwai@suse.de + +- wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks + (bsc#1227149). +- commit a27e0ec + +------------------------------------------------------------------- +Sat Jul 13 12:08:57 CEST 2024 - tiwai@suse.de + +- wifi: rtl8xxxu: Support USB RX aggregation for the newer chips + (bsc#1227149). +- wifi: rtl8xxxu: Set maximum number of supported stations + (bsc#1227149). +- wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags + (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate() + (bsc#1227149). +- wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149). +- wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames + (bsc#1227149). +- wifi: rtl8xxxu: Add parameter macid to update_rate_mask + (bsc#1227149). +- wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149). +- commit 6125130 + +------------------------------------------------------------------- +Sat Jul 13 12:07:56 CEST 2024 - tiwai@suse.de + +- wifi: radiotap: add bandwidth definition of EHT U-SIG + (bsc#1227149). +- wifi: ieee80211: add UL-bandwidth definition of trigger frame + (bsc#1227149). +- wifi: rtl8xxxu: Add parameter force to + rtl8xxxu_refresh_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter role to report_connect + (bsc#1227149). +- wifi: rtl8xxxu: Actually use macid in + rtl8xxxu_gen2_report_connect (bsc#1227149). +- wifi: rtl8xxxu: Allow creating interface in AP mode + (bsc#1227149). +- wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149). +- wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149). +- wifi: rtl8xxxu: Add beacon functions (bsc#1227149). +- wifi: rtl8xxxu: Select correct queue for beacon frames + (bsc#1227149). +- wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149). +- commit 02b75ed + +------------------------------------------------------------------- +Sat Jul 13 12:05:49 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1227149 + CVE-2023-47210 bsc#1225601 CVE-2023-38417 bsc#1225600). +- commit ea4853c + +------------------------------------------------------------------- +Sat Jul 13 12:05:11 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: bump FW API to 89 for AX/BZ/SC devices + (bsc#1227149 CVE-2023-47210 bsc#1225601 CVE-2023-38417 + bsc#1225600). +- commit bc49209 + +------------------------------------------------------------------- +Sat Jul 13 11:27:42 CEST 2024 - tiwai@suse.de + +- ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods + by MAX_BDL_ENTRIES (stable-fixes). +- ASoC: rt711-sdw: add missing readable registers (stable-fixes). +- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX + (stable-fixes). +- ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (stable-fixes). +- commit 1ddd32b + +------------------------------------------------------------------- +Sat Jul 13 11:25:58 CEST 2024 - tiwai@suse.de + +- hpet: Support 32-bit userspace (git-fixes). +- misc: fastrpc: Restrict untrusted app to attach to privileged PD + (git-fixes). +- misc: fastrpc: Fix ownership reassignment of remote heap + (git-fixes). +- misc: fastrpc: Fix memory leak in audio daemon attach operation + (git-fixes). +- misc: fastrpc: Avoid updating PD type for capability request + (git-fixes). +- misc: fastrpc: Copy the complete capability structure to user + (git-fixes). +- misc: fastrpc: Fix DSP capabilities request (git-fixes). +- USB: serial: mos7840: fix crash on resume (git-fixes). +- USB: core: Fix duplicate endpoint bug by clearing reserved + bits in the descriptor (git-fixes). +- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files + (git-fixes). +- ASoC: SOF: Intel: hda: fix null deref on system suspend entry + (git-fixes). +- firmware: cs_dsp: Prevent buffer overrun when processing V2 + alg headers (git-fixes). +- firmware: cs_dsp: Validate payload length before processing + block (git-fixes). +- firmware: cs_dsp: Return error if block header overflows file + (git-fixes). +- firmware: cs_dsp: Fix overflow checking of wmfw header + (git-fixes). +- ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo + ThinBook 13x Gen4 (git-fixes). +- commit 34ebce1 + +------------------------------------------------------------------- +Fri Jul 12 17:57:12 CEST 2024 - vkarasulli@suse.de + +- net/smc: avoid data corruption caused by decline (bsc#1225088 + CVE-2023-52775). +- commit 621e8ca + +------------------------------------------------------------------- +Fri Jul 12 17:47:46 CEST 2024 - vkarasulli@suse.de + +- net: openvswitch: fix overwriting ct original tuple for ICMPv6 + (bsc#1226783 CVE-2024-38558). +- commit 748cf39 + +------------------------------------------------------------------- +Fri Jul 12 17:43:16 CEST 2024 - vkarasulli@suse.de + +- ipv6: sr: fix missing sk_buff release in seg6_input_core + (bsc#1227626 CVE-2024-39490). +- commit 3d59f52 + +------------------------------------------------------------------- +Fri Jul 12 17:35:04 CEST 2024 - vkarasulli@suse.de + +- mptcp: fix data re-injection from stale subflow (bsc#1223010 + CVE-2024-26826). +- commit f3a102e + +------------------------------------------------------------------- +Fri Jul 12 17:29:48 CEST 2024 - vkarasulli@suse.de + +- net/smc: fix illegal rmb_desc access in SMC-D connection dump + (bsc#1220942 CVE-2024-26615). +- commit f21afb0 + +------------------------------------------------------------------- +Fri Jul 12 17:08:31 CEST 2024 - tiwai@suse.de + +- kabi/severities: cover all ath/* drivers (bsc#1227149) + All symbols in ath/* network drivers are local and can be ignored +- commit d902566 + +------------------------------------------------------------------- +Fri Jul 12 17:07:22 CEST 2024 - tiwai@suse.de + +- Refresh kabi workaround ath updates (bsc#1227149#) +- commit b0fa38b + +------------------------------------------------------------------- +Fri Jul 12 17:00:46 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: simplify non-chanctx drivers (bsc#1227149). +- commit eeb4722 + +------------------------------------------------------------------- +Fri Jul 12 16:54:34 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: move power type check to ASSOC stage when + connecting to 6 GHz AP (bsc#1227149). +- wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs + (bsc#1227149). +- wifi: ath12k: fix the problem that down grade phy mode operation + (bsc#1227149). +- wifi: ath12k: check M3 buffer size as well whey trying to + reuse it (bsc#1227149). +- wifi: ath12k: fix kernel crash during resume (bsc#1227149). +- wifi: ath9k: work around memset overflow warning (bsc#1227149). +- wifi: ath12k: use correct flag field for 320 MHz channels + (bsc#1227149). +- commit 58db5ff + +------------------------------------------------------------------- +Fri Jul 12 16:50:01 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: use RCU when accessing struct inet6_dev::ac_list + (bsc#1227149). +- wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149). +- wifi: ath11k: constify MHI channel and controller configs + (bsc#1227149). +- wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event() + (bsc#1227149). +- wifi: ath11k: remove unused scan_events from struct + scan_req_params (bsc#1227149). +- wifi: ath11k: add support for QCA2066 (bsc#1227149). +- wifi: ath11k: move pci.ops registration ahead (bsc#1227149). +- commit 29f553c + +------------------------------------------------------------------- +Fri Jul 12 16:48:49 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: provide address list if chip supports 2 stations + (bsc#1227149). +- wifi: ath11k: support 2 station interfaces (bsc#1227149). +- wifi: ath12k: remove the unused scan_events from + ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Remove unused scan_flags from struct + ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Do not use scan_flags from struct + ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: carl9170: Remove redundant assignment to pointer super + (bsc#1227149). +- wifi: ath11k: Remove scan_flags union from struct + scan_req_params (bsc#1227149). +- wifi: ath11k: Do not directly use scan_flags in struct + scan_req_params (bsc#1227149). +- wifi: ath12k: Fix uninitialized use of ret in + ath12k_mac_allocate() (bsc#1227149). +- wifi: ath11k: Really consistently use ath11k_vif_to_arvif() + (bsc#1227149). +- wifi: ath12k: advertise P2P dev support for WCN7850 + (bsc#1227149). +- wifi: ath12k: designating channel frequency for ROC scan + (bsc#1227149). +- wifi: ath12k: move peer delete after vdev stop of station for + WCN7850 (bsc#1227149). +- wifi: ath12k: allow specific mgmt frame tx while vdev is not up + (bsc#1227149). +- wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to + 512 (bsc#1227149). +- wifi: ath12k: implement remain on channel for P2P mode + (bsc#1227149). +- wifi: ath12k: implement handling of P2P NoA event (bsc#1227149). +- wifi: ath12k: add P2P IE in beacon template (bsc#1227149). +- wifi: ath12k: change interface combination for P2P mode + (bsc#1227149). +- wifi: ath12k: fix broken structure wmi_vdev_create_cmd + (bsc#1227149). +- commit 21d36c7 + +------------------------------------------------------------------- +Fri Jul 12 16:47:19 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: initialize eirp_power before use (bsc#1227149). +- wifi: ath12k: enable 802.11 power save mode in station mode + (bsc#1227149). +- wifi: ath12k: refactor the rfkill worker (bsc#1227149). +- wifi: ath12k: add processing for TWT disable event + (bsc#1227149). +- wifi: ath12k: add processing for TWT enable event (bsc#1227149). +- wifi: ath12k: disable QMI PHY capability learn in split-phy + QCN9274 (bsc#1227149). +- wifi: ath12k: Read board id to support split-PHY QCN9274 + (bsc#1227149). +- wifi: ath12k: fix PCI read and write (bsc#1227149). +- wifi: ath12k: add MAC id support in WBM error path + (bsc#1227149). +- wifi: ath12k: subscribe required word mask from rx tlv + (bsc#1227149). +- commit c884365 + +------------------------------------------------------------------- +Fri Jul 12 16:46:04 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149). +- wifi: ath12k: split hal_ops to support RX TLVs word mask + compaction (bsc#1227149). +- wifi: ath12k: fix firmware assert during insmod in memory + segment mode (bsc#1227149). +- wifi: ath12k: Add logic to write QRTR node id to scratch + (bsc#1227149). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149). +- wifi: ath12k: add support for peer meta data version + (bsc#1227149). +- wifi: ath12k: fetch correct pdev id from + WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149). +- wifi: ath12k: indicate NON MBSSID vdev by default during vdev + start (bsc#1227149). +- wifi: ath12k: add firmware-2.bin support (bsc#1227149). +- wifi: ath9k: remove redundant assignment to variable ret + (bsc#1227149). +- commit 777dc1c + +------------------------------------------------------------------- +Fri Jul 12 16:45:05 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: fix connection failure due to unexpected peer + delete (bsc#1227149). +- wifi: ath11k: avoid forward declaration of + ath11k_mac_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149). +- commit d2a4b44 + +------------------------------------------------------------------- +Fri Jul 12 16:43:28 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: remove invalid peer create logic (bsc#1227149). +- wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149). +- wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-doc + (bsc#1227149). +- wifi: ath10k: Fix htt_data_tx_completion kernel-doc warning + (bsc#1227149). +- wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc + (bsc#1227149). +- wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id + (bsc#1227149). +- wifi: ath10k: add missing wmi_10_4_feature_mask documentation + (bsc#1227149). +- wifi: ath12k: add support for collecting firmware log + (bsc#1227149). +- wifi: ath12k: Introduce the container for mac80211 hw + (bsc#1227149). +- wifi: ath12k: Refactor the mac80211 hw access from link/radio + (bsc#1227149). +- commit 614fabb + +------------------------------------------------------------------- +Fri Jul 12 16:43:10 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (git-fixes). +- commit 134a3a5 + +------------------------------------------------------------------- +Fri Jul 12 16:42:24 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149). +- wifi: ath12k: add support for BA1024 (bsc#1227149). +- wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue + (bsc#1227149). +- wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: add QMI PHY capability learn support + (bsc#1227149). +- wifi: ath12k: refactor QMI MLO host capability helper function + (bsc#1227149). +- wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149). +- wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar + (bsc#1227149). +- commit dd312dc + +------------------------------------------------------------------- +Fri Jul 12 16:41:18 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_ampdu_action() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_configure_filter() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_update_vif_offload() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149). +- wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_register() and + ath12k_mac_unregister() (bsc#1227149). +- commit b6ca728 + +------------------------------------------------------------------- +Fri Jul 12 16:40:30 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: refactor ath12k_mac_setup_channels_rates() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_allocate() and + ath12k_mac_destroy() (bsc#1227149). +- wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call + (bsc#1227149). +- wifi: ath12k: Use initializers for QMI message buffers + (bsc#1227149). +- wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149). +- wifi: ath12k: Remove unnecessary struct qmi_txn initializers + (bsc#1227149). +- wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when + EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149). +- wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID + (bsc#1227149). +- wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service + bit (bsc#1227149). +- wifi: ath11k: fill parameters for vdev set tpc power WMI command + (bsc#1227149). +- commit 3c338b0 + +------------------------------------------------------------------- +Fri Jul 12 16:39:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: save max transmit power in vdev start response + event from firmware (bsc#1227149). +- commit 279ae7a + +------------------------------------------------------------------- +Fri Jul 12 16:39:08 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: add parse of transmit power envelope element + (bsc#1227149). +- commit e295f89 + +------------------------------------------------------------------- +Fri Jul 12 16:36:24 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: save power spectral density(PSD) of regulatory + rule (bsc#1227149). +- wifi: ath11k: update regulatory rules when connect to AP on + 6 GHz band for station (bsc#1227149). +- wifi: ath11k: update regulatory rules when interface added + (bsc#1227149). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1227149). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1227149). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1227149). +- wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc() + (bsc#1227149). +- wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149). +- commit d84dbd2 + +------------------------------------------------------------------- +Fri Jul 12 16:35:02 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: Make QMI message rules const (bsc#1227149). +- wifi: ath12k: support default regdb while searching board-2.bin + for WCN7850 (bsc#1227149). +- wifi: ath12k: add support to search regdb data in board-2.bin + for WCN7850 (bsc#1227149). +- wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT + (bsc#1227149). +- wifi: ath12k: add fallback board name without variant while + searching board-2.bin (bsc#1227149). +- wifi: ath12k: add string type to search board data in + board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update + (bsc#1227149). +- wifi: ath10k: use flexible array in struct + wmi_tdls_peer_capabilities (bsc#1227149). +- wifi: ath10k: remove unused template structs (bsc#1227149). +- wifi: ath10k: remove struct wmi_pdev_chanlist_update_event + (bsc#1227149). +- commit e73f8dc + +------------------------------------------------------------------- +Fri Jul 12 16:28:28 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: use flexible arrays for WMI start scan TLVs + (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_host_mem_chunks + (bsc#1227149). +- wifi: ath9k: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: ath9k: delete some unused/duplicate macros (bsc#1227149). +- wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc() + (bsc#1227149). +- wifi: ath11k: rely on mac80211 debugfs handling for vif + (bsc#1227149). +- wifi: ath11k: workaround too long expansion sparse warnings + (bsc#1227149). +- Revert "wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ" + (bsc#1227149). +- wifi: ath9k: reset survey of current channel after a scan + started (bsc#1227149). +- wifi: ath12k: fix the issue that the multicast/broadcast + indicator is not read correctly for WCN7850 (bsc#1227149). +- commit 6cf204e + +------------------------------------------------------------------- +Fri Jul 12 16:27:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Fix ath11k_htc_record flexible record + (bsc#1227149). +- wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna + (bsc#1227149). +- wifi: ath10k: add support to allow broadcast action frame RX + (bsc#1227149). +- wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149). +- wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector + (bsc#1227149). +- wifi: ath12k: do not restore ASPM in case of single MSI vector + (bsc#1227149). +- wifi: ath12k: add support one MSI vector (bsc#1227149). +- wifi: ath12k: refactor multiple MSI vector implementation + (bsc#1227149). +- wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ + (bsc#1227149). +- wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler + (bsc#1227149). +- commit 908caeb + +------------------------------------------------------------------- +Fri Jul 12 16:26:29 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: get msi_data again after request_irq is called + (bsc#1227149). +- wifi: wcn36xx: Convert to platform remove callback returning + void (bsc#1227149). +- wifi: ath5k: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: ath12k: avoid repeated hw access from ar (bsc#1227149). +- wifi: ath12k: Optimize the mac80211 hw data access + (bsc#1227149). +- wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149). +- wifi: ath11k: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149). +- wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record + (bsc#1227149). +- wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149). +- commit 67bc0a7 + +------------------------------------------------------------------- +Fri Jul 12 16:25:16 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights + (bsc#1227149). +- commit e13fd24 + +------------------------------------------------------------------- +Fri Jul 12 16:24:52 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights + (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch. +- Refresh + patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch. +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- Refresh + patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch. +- commit a886227 + +------------------------------------------------------------------- +Fri Jul 12 16:22:17 CEST 2024 - tiwai@suse.de + +- wifi: ath9k: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149). +- wifi: ath12k: avoid explicit HW conversion argument in Rxdma + replenish (bsc#1227149). +- wifi: ath12k: avoid explicit RBM id argument in Rxdma replenish + (bsc#1227149). +- wifi: ath12k: avoid explicit mac id argument in Rxdma replenish + (bsc#1227149). +- wifi: ath12k: fix the error handler of rfkill config + (bsc#1227149). +- wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- commit a869013 + +------------------------------------------------------------------- +Fri Jul 12 16:20:31 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath11k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath12k: Remove obsolete struct wmi_peer_flags_map + *peer_flags (bsc#1227149). +- wifi: ath11k: Remove obsolete struct wmi_peer_flags_map + *peer_flags (bsc#1227149). +- wifi: ath12k: Remove struct ath12k::ops (bsc#1227149). +- wifi: ath11k: Remove struct ath11k::ops (bsc#1227149). +- wifi: ath10k: Remove unused struct ath10k_htc_frame + (bsc#1227149). +- wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc() + (bsc#1227149). +- wifi: ath11k: Remove unneeded semicolon (bsc#1227149). +- wifi: ath10k: replace deprecated strncpy with memcpy + (bsc#1227149). +- commit e59240f + +------------------------------------------------------------------- +Fri Jul 12 16:19:29 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: drop NULL pointer check in + ath12k_update_per_peer_tx_stats() (bsc#1227149). +- Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without + condition" (bsc#1227149). +- wifi: ath12k: Introduce and use ath12k_sta_to_arsta() + (bsc#1227149). +- wifi: ath12k: rename the sc naming convention to ab + (bsc#1227149). +- wifi: ath12k: rename the wmi_sc naming convention to wmi_ab + (bsc#1227149). +- commit f93677e + +------------------------------------------------------------------- +Fri Jul 12 16:18:14 CEST 2024 - tiwai@suse.de + +- bus: mhi: host: allow MHI client drivers to provide the firmware + via a pointer (bsc#1227149). +- commit 494649c + +------------------------------------------------------------------- +Fri Jul 12 16:16:59 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: add firmware-2.bin support (bsc#1227149). +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- commit 677d325 + +------------------------------------------------------------------- +Fri Jul 12 16:11:22 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149). +- commit 296ac8f + +------------------------------------------------------------------- +Fri Jul 12 16:10:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: rename the sc naming convention to ab + (bsc#1227149). +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- Refresh + patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch. +- commit 6eedd0d + +------------------------------------------------------------------- +Fri Jul 12 16:07:54 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: rename the wmi_sc naming convention to wmi_ab + (bsc#1227149). +- wifi: ath6kl: replace deprecated strncpy with memcpy + (bsc#1227149). +- commit cd59b03 + +------------------------------------------------------------------- +Fri Jul 12 16:06:43 CEST 2024 - tiwai@suse.de + +- wifi: ath5k: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149). +- wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149). +- wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149). +- wifi: ath12k: register EHT mesh capabilities (bsc#1227149). +- wifi: ath11k: Use device_get_match_data() (bsc#1227149). +- wifi: ath11k: Introduce and use ath11k_sta_to_arsta() + (bsc#1227149). +- wifi: ath11k: Remove unused struct ath11k_htc_frame + (bsc#1227149). +- wifi: ath12k: fix invalid m3 buffer address (bsc#1227149). +- wifi: ath12k: add ath12k_qmi_free_resource() for recovery + (bsc#1227149). +- commit a18a8d4 + +------------------------------------------------------------------- +Fri Jul 12 16:05:13 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: configure RDDM size to MHI for device recovery + (bsc#1227149). +- wifi: ath12k: add parsing of phy bitmap for reg rules + (bsc#1227149). +- wifi: ath11k: add parsing of phy bitmap for reg rules + (bsc#1227149). +- wifi: ath11k: ath11k_debugfs_register(): fix format-truncation + warning (bsc#1227149). +- wifi: ath12k: Consistently use ath12k_vif_to_arvif() + (bsc#1227149). +- wifi: ath11k: call ath11k_mac_fils_discovery() without condition + (bsc#1227149). +- wifi: ath12k: remove redundant memset() in + ath12k_hal_reo_qdesc_setup() (bsc#1227149). +- wifi: ath9k_htc: fix format-truncation warning (bsc#1227149). +- wifi: ath12k: fix debug messages (bsc#1227149). +- wifi: ath11k: fix CAC running state during virtual interface + start (bsc#1227149). +- commit c2f2e92 + +------------------------------------------------------------------- +Fri Jul 12 16:04:06 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149). +- wifi: ath10k: indicate to mac80211 scan complete with aborted + flag for ATH10K_SCAN_STARTING state (bsc#1227149). +- wifi: ath: dfs_pattern_detector: Use flex array to simplify code + (bsc#1227149). +- wifi: carl9170: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath10k: consistently use kstrtoX_from_user() functions + (bsc#1227149). +- wifi: ath12k: add keep backward compatibility of PHY mode to + avoid firmware crash (bsc#1227149). +- wifi: ath12k: add read variant from SMBIOS for download board + data (bsc#1227149). +- wifi: ath12k: do not drop data frames from unassociated stations + (bsc#1227149). +- wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data + handling (bsc#1227149). +- wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage + (bsc#1227149). +- commit b844022 + +------------------------------------------------------------------- +Fri Jul 12 16:02:58 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149). +- wifi: ath12k: Set default beacon mode to burst mode + (bsc#1227149). +- wifi: ath12k: call ath12k_mac_fils_discovery() without condition + (bsc#1227149). +- wifi: ath11k: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS + for WCN7850 (bsc#1227149). +- wifi: ath12k: change to treat alpha code na as world wide + regdomain (bsc#1227149). +- wifi: ath12k: indicate scan complete for scan canceled when + scan running (bsc#1227149). +- wifi: ath12k: indicate to mac80211 scan complete with aborted + flag for ATH12K_SCAN_STARTING state (bsc#1227149). +- wifi: ath12k: fix recovery fail while firmware crash when + doing channel switch (bsc#1227149). +- wifi: ath12k: add support for hardware rfkill for WCN7850 + (bsc#1227149). +- commit 087627b + +------------------------------------------------------------------- +Fri Jul 12 16:00:55 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: use kstrtoul_from_user() where appropriate + (bsc#1227149). +- wifi: ath11k: remove unused members of 'struct ath11k_base' + (bsc#1227149). +- wifi: ath11k: drop redundant check in + ath11k_dp_rx_mon_dest_process() (bsc#1227149). +- wifi: ath11k: drop NULL pointer check in + ath11k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL + (bsc#1227149). +- wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by + (bsc#1227149). +- wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with + __counted_by (bsc#1227149). +- wifi: ath12k: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath10k: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath6kl: remove unnecessary (void*) conversions + (bsc#1227149). +- commit 3f20dbc + +------------------------------------------------------------------- +Fri Jul 12 15:59:31 CEST 2024 - tiwai@suse.de + +- wifi: ath5k: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: wcn36xx: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ar5523: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath9k: clean up function ath9k_hif_usb_resume + (bsc#1227149). +- wifi: ath11k: add chip id board name while searching board-2.bin + for WCN6855 (bsc#1227149). +- wifi: ath12k: change to initialize recovery variables earlier + in ath12k_core_reset() (bsc#1227149). +- wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT + PHY capability for WCN7850 (bsc#1227149). +- wifi: ath9k: use u32 for txgain indexes (bsc#1227149). +- wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149). +- wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149). +- commit 0b35606 + +------------------------------------------------------------------- +Fri Jul 12 15:58:31 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan + (bsc#1227149). +- wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats + (bsc#1227149). +- wifi: ath11k: move references from rsvd2 to info fields + (bsc#1227149). +- wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM + crash (bsc#1227149). +- wifi: ath: Use is_multicast_ether_addr() to check multicast + Ether address (bsc#1227149). +- wifi: ath12k: Remove unused declarations (bsc#1227149). +- wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap() + (bsc#1227149). +- wifi: ath: remove unused-but-set parameter (bsc#1227149). +- wifi: ath11k: Remove unused declarations (bsc#1227149). +- wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning + (bsc#1227149). +- commit 1f3c3b8 + +------------------------------------------------------------------- +Fri Jul 12 15:57:00 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning + (bsc#1227149). +- wifi: ath11k: simplify the code with module_platform_driver + (bsc#1227149). +- wifi: ath12k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Fix a few spelling errors (bsc#1227149). +- wifi: ath10k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Consistently use ath11k_vif_to_arvif() + (bsc#1227149). +- wifi: ath9k: Remove unused declarations (bsc#1227149). +- wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149). +- wifi: ath9k: consistently use kstrtoX_from_user() functions + (bsc#1227149). +- wifi: ath9k: fix parameter check in ath9k_init_debug() + (bsc#1227149). +- commit 6c737fb + +------------------------------------------------------------------- +Fri Jul 12 15:54:18 CEST 2024 - tiwai@suse.de + +- wifi: ath5k: Remove redundant dev_err() (bsc#1227149). +- wifi: ath12k: avoid deadlock by change ieee80211_queue_work + for regd_update_work (bsc#1227149). +- wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED + (bsc#1227149). +- wifi: ath12k: relax list iteration in ath12k_mac_vif_unref() + (bsc#1227149). +- wifi: ath12k: configure puncturing bitmap (bsc#1227149). +- wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149). +- wifi: ath12k: add MLO header in peer association (bsc#1227149). +- wifi: ath12k: peer assoc for 320 MHz (bsc#1227149). +- wifi: ath12k: add WMI support for EHT peer (bsc#1227149). +- wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149). +- commit 3191784 + +------------------------------------------------------------------- +Fri Jul 12 15:53:00 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: add EHT PHY modes (bsc#1227149). +- wifi: ath12k: propagate EHT capabilities to userspace + (bsc#1227149). +- wifi: ath12k: WMI support to process EHT capabilities + (bsc#1227149). +- wifi: ath12k: move HE capabilities processing to a new function + (bsc#1227149). +- commit 7fb64df + +------------------------------------------------------------------- +Fri Jul 12 15:52:06 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: rename HE capabilities setup/copy functions + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-annotate-iftype_data-pointer-with-spar.patch. +- commit ddfeb0d + +------------------------------------------------------------------- +Fri Jul 12 15:49:27 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: change to use dynamic memory for channel list + of scan (bsc#1227149). +- wifi: ath12k: trigger station disconnect on hardware restart + (bsc#1227149). +- wifi: ath12k: Use pdev_id rather than mac_id to get pdev + (bsc#1227149). +- wifi: ath12k: correct the data_type from QMI_OPT_FLAG to + QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149). +- wifi: ath11k: Remove cal_done check during probe (bsc#1227149). +- commit e204950 + +------------------------------------------------------------------- +Fri Jul 12 15:19:17 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: simplify + ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149). +- wifi: ath6kl: Remove error checking for debugfs_create_dir() + (bsc#1227149). +- wifi: ath5k: remove phydir check from ath5k_debug_init_device() + (bsc#1227149). +- wifi: drivers: Explicitly include correct DT includes + (bsc#1227149). +- wifi: ath10k: improve structure padding (bsc#1227149). +- wifi: ath12k: fix conf_mutex in + ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149). +- wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149). +- commit 3345b7e + +------------------------------------------------------------------- +Fri Jul 12 15:15:22 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: htc: cleanup debug messages (bsc#1227149). +- wifi: ath11k: don't use %pK (bsc#1227149). +- wifi: ath11k: hal: cleanup debug message (bsc#1227149). +- wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL + (bsc#1227149). +- wifi: ath11k: dp: cleanup debug message (bsc#1227149). +- wifi: ath11k: pci: cleanup debug logging (bsc#1227149). +- wifi: ath11k: wmi: add unified command debug messages + (bsc#1227149). +- wifi: ath11k: wmi: use common error handling style + (bsc#1227149). +- wifi: ath11k: wmi: cleanup error handling in + ath11k_wmi_send_init_country_cmd() (bsc#1227149). +- wifi: ath11k: remove unsupported event handlers (bsc#1227149). +- commit 37105bd + +------------------------------------------------------------------- +Fri Jul 12 15:12:27 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: add WMI event debug messages (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch. +- Refresh + patches.suse/wifi-ath11k-fix-temperature-event-locking.patch. +- commit 572fd2c + +------------------------------------------------------------------- +Fri Jul 12 15:11:21 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: remove manual mask names from debug messages + (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch. +- commit a7ae7bf + +------------------------------------------------------------------- +Fri Jul 12 15:10:20 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: print debug level in debug messages (bsc#1227149). +- wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149). +- wifi: ath12k: delete the timer rx_replenish_retry during rmmod + (bsc#1227149). +- wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149). +- wifi: ath12k: check hardware major version for WCN7850 + (bsc#1227149). +- wifi: ath11k: update proper pdev/vdev id for testmode command + (bsc#1227149). +- wifi: atk10k: Don't opencode ath10k_pci_priv() in + ath10k_ahb_priv() (bsc#1227149). +- wifi: ath10k: Convert to platform remove callback returning void + (bsc#1227149). +- commit cafd8ed + +------------------------------------------------------------------- +Fri Jul 12 15:04:51 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: Drop checks that are always false (bsc#1227149). +- wifi: ath10k: Drop cleaning of driver data from probe error + path and remove (bsc#1227149). +- wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149). +- commit dde2040 + +------------------------------------------------------------------- +Fri Jul 12 15:01:45 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Allow ath11k to boot without caldata in ftm mode + (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch. +- commit adbddfc + +------------------------------------------------------------------- +Fri Jul 12 15:00:35 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: factory test mode support (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch. +- Refresh + patches.suse/wifi-ath11k-rearrange-IRQ-enable-disable-in-reset-pa.patch. +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- commit 030f59a + +------------------------------------------------------------------- +Fri Jul 12 14:42:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: remove unused function ath11k_tm_event_wmi() + (bsc#1227149). +- wifi: ath12k: Add support to parse new WMI event for 6 GHz + regulatory (bsc#1227149). +- wifi: wil6210: wmi: Replace zero-length array with + DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wil6210: fw: Replace zero-length arrays with + DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: ath11k: Send HT fixed rate in WMI peer fixed param + (bsc#1227149). +- wifi: ath11k: Relocate the func + ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16 + to hweight8 (bsc#1227149). +- wifi: ath12k: increase vdev setup timeout (bsc#1227149). +- wifi: ath11k: EMA beacon support (bsc#1227149). +- wifi: ath11k: MBSSID beacon support (bsc#1227149). +- wifi: ath11k: refactor vif parameter configurations + (bsc#1227149). +- wifi: ath11k: MBSSID parameter configuration in AP mode + (bsc#1227149). +- wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd + (bsc#1227149). +- wifi: ath11k: MBSSID configuration during vdev create/start + (bsc#1227149). +- wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149). +- wifi: ath: work around false-positive stringop-overread warning + (bsc#1227149). +- wifi: ath11k: Use list_count_nodes() (bsc#1227149). +- wifi: ath10k: Use list_count_nodes() (bsc#1227149). +- wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition + (bsc#1227149). +- wifi: ath12k: add wait operation for tx management packets + for flush from mac80211 (bsc#1227149). +- wifi: ath12k: Remove some dead code (bsc#1227149). +- wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when + ADDBA session starts (bsc#1227149). +- wifi: ath12k: set PERST pin no pull request for WCN7850 + (bsc#1227149). +- wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware + parameters (bsc#1227149). +- wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create + ordered workqueues (bsc#1227149). +- commit 1763ceb + +------------------------------------------------------------------- +Fri Jul 12 09:23:58 CEST 2024 - tiwai@suse.de + +- net: phy: microchip: lan87xx: reinit PHY after cable test + (git-fixes). +- i2c: pnx: Fix potential deadlock warning from del_timer_sync() + call in isr (git-fixes). +- drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Valve Galileo + (stable-fixes). +- nilfs2: add missing check for inode numbers on directory entries + (stable-fixes). +- nilfs2: fix inode number range checks (stable-fixes). +- drm/amdgpu: silence UBSAN warning (stable-fixes). +- spi: cadence: Ensure data lines set to low during dummy-cycle + period (stable-fixes). +- regmap-i2c: Subtract reg size from max_write (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro + (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT + IVW 11.6" tablet (stable-fixes). +- nfc/nci: Add the inconsistency check between the input data + length and count (stable-fixes). +- Input: ff-core - prefer struct_size over open coded arithmetic + (stable-fixes). +- cdrom: rearrange last_media_change check to avoid unintentional + overflow (stable-fixes). +- serial: imx: Raise TX trigger level to 8 (stable-fixes). +- usb: xhci: prevent potential failure in handle_tx_event() + for Transfer events without TRB (stable-fixes). +- thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on + lvts_data (stable-fixes). +- firmware: dmi: Stop decoding on broken entry (stable-fixes). +- i2c: i801: Annotate apanel_addr as __ro_after_init + (stable-fixes). +- media: dvb-frontends: tda10048: Fix integer overflow + (stable-fixes). +- media: s2255: Use refcount_t instead of atomic_t for + num_channels (stable-fixes). +- media: dvb-frontends: tda18271c2dd: Remove casting during div + (stable-fixes). +- media: dw2102: fix a potential buffer overflow (git-fixes). +- media: dw2102: Don't translate i2c read into write + (stable-fixes). +- media: dvb-usb: dib0700_devices: Add missing release_firmware() + (stable-fixes). +- media: dvb: as102-fe: Fix as10x_register_addr packing + (stable-fixes). +- drm/amdgpu: fix the warning about the expression (int)size - + len (stable-fixes). +- drm/amdgpu: fix uninitialized scalar variable warning + (stable-fixes). +- drm/amd/display: Fix uninitialized variables in DM + (stable-fixes). +- drm/amd/display: Skip finding free audio for unknown engine_id + (stable-fixes). +- drm/amd/display: Check pipe offset before setting vblank + (stable-fixes). +- drm/amd/display: Check index msg_id before read or write + (stable-fixes). +- drm/amdgpu: Initialize timestamp for some legacy SOCs + (stable-fixes). +- drm/amdgpu: Using uninitialized value *size when calling + amdgpu_vce_cs_reloc (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warnings (stable-fixes). +- drm/lima: fix shared irq handling on driver remove + (stable-fixes). +- wifi: mt76: mt7996: add sanity checks for background radar + trigger (stable-fixes). +- wifi: mt76: replace skb_put with skb_put_zero (stable-fixes). +- crypto: aead,cipher - zeroize key buffer after use + (stable-fixes). +- crypto: hisilicon/debugfs - Fix debugfs uninit process issue + (stable-fixes). +- commit 240e65e + +------------------------------------------------------------------- +Thu Jul 11 22:00:57 CEST 2024 - tiwai@suse.de + +- Refresh patches.kabi/wireless-kabi-workaround.patch (bsc#1227149) + More fixes for 6.9 API updates +- commit 25eb11c + +------------------------------------------------------------------- +Thu Jul 11 17:39:15 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149). +- wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149). +- wifi: iwlwifi: Use request_module_nowait (bsc#1227149). +- wifi: iwlwifi: mvm: don't always disable EMLSR due to BT coex + (bsc#1227149). +- wifi: iwlwifi: mvm: calculate EMLSR mode after connection + (bsc#1227149). +- wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete + (bsc#1227149). +- wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8 + (bsc#1227149). +- commit 74beb0b + +------------------------------------------------------------------- +Thu Jul 11 17:34:13 CEST 2024 - ohering@suse.de + +- net: mana: Fix possible double free in error handling path + (git-fixes). +- RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes). +- net: mana: Fix the extra HZ in mana_hwc_send_request + (git-fixes). +- commit cb4a2bd + +------------------------------------------------------------------- +Thu Jul 11 17:31:44 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix link ID management (bsc#1227149). +- Revert "wifi: iwlwifi: bump FW API to 90 for BZ/SC devices" + (bsc#1227149). +- wifi: iwlwifi: mvm: handle debugfs names more carefully + (bsc#1227149). +- commit 1b2b558 + +------------------------------------------------------------------- +Thu Jul 11 17:30:57 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW + (bsc#1227149). +- wifi: iwlwifi: mvm: consider having one active link + (bsc#1227149). +- wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF + (bsc#1227149). +- wifi: iwlwifi: mvm: disable MLO for the time being + (bsc#1227149). +- wifi: cfg80211: add a flag to disable wireless extensions + (bsc#1227149). +- iwlwifi: mvm: Use for_each_thermal_trip() for walking trip + points (bsc#1227149). +- iwlwifi: mvm: Populate trip table before registering thermal + zone (bsc#1227149). +- iwlwifi: mvm: Drop unused fw_trips_index[] from + iwl_mvm_thermal_device (bsc#1227149). +- commit 53ce28e + +------------------------------------------------------------------- +Thu Jul 11 17:26:16 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: add link id to ieee80211_gtk_rekey_add() + (bsc#1227149). +- wifi: iwlwifi: load b0 version of ucode for HR1/HR2 + (bsc#1227149). +- wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149). +- wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149). +- wifi: iwlwifi: mvm: unlock mvm if there is no primary link + (bsc#1227149). +- wifi: iwlwifi: mvm: partially support PHY context version 6 + (bsc#1227149). +- commit 590b6b6 + +------------------------------------------------------------------- +Thu Jul 11 17:18:17 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: cancel session protection only if there is one + (bsc#1227149). +- wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P + (bsc#1227149). +- wifi: iwlwifi: mvm: check own capabilities for EMLSR + (bsc#1227149). +- wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149). +- wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149). +- commit b9417e2 + +------------------------------------------------------------------- +Thu Jul 11 17:05:09 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149). +- wifi: iwlwifi: don't use TRUE/FALSE with bool (bsc#1227149). +- wifi: iwlwifi: api: fix constant version to match FW + (bsc#1227149). +- wifi: iwlwifi: mvm: Extend support for P2P service discovery + (bsc#1227149). +- wifi: iwlwifi: mvm: work around A-MSDU size problem + (bsc#1227149). +- wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory + (bsc#1227149). +- wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 + (bsc#1227149). +- wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149). +- wifi: iwlwifi: queue: improve warning for no skb in reclaim + (bsc#1227149). +- wifi: iwlwifi: mvm: move BA notif messages before action + (bsc#1227149). +- commit da274a5 + +------------------------------------------------------------------- +Thu Jul 11 17:02:21 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: report unprotected deauth/disassoc in wowlan + (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 8a7655b + +------------------------------------------------------------------- +Thu Jul 11 17:00:16 CEST 2024 - tiwai@suse.de + +- wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc + (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit e91caa5 + +------------------------------------------------------------------- +Thu Jul 11 16:57:52 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 72d3017 + +------------------------------------------------------------------- +Thu Jul 11 16:48:45 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason + (bsc#1227149). +- wifi: iwlwifi: mvm: remove flags for enable/disable beacon + filter (bsc#1227149). +- wifi: iwlwifi: pcie: Add new PCI device id and CNVI + (bsc#1227149). +- wifi: iwlwifi: mvm: don't send the smart fifo command if not + needed (bsc#1227149). +- wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149). +- wifi: iwlwifi: mvm: don't do duplicate detection for nullfunc + packets (bsc#1227149). +- wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149). +- wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149). +- wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149). +- commit 9013bb7 + +------------------------------------------------------------------- +Thu Jul 11 16:45:50 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149). +- wifi: iwlwifi: mvm: Keep connection in case of missed beacons + during RX (bsc#1227149). +- wifi: iwlwifi: properly check if link is active (bsc#1227149). +- wifi: iwlwifi: take SGOM and UATS code out of ACPI ifdef + (bsc#1227149). +- wifi: iwlwifi: mvm: don't abort queue sync in CT-kill + (bsc#1227149). +- wifi: iwlwifi: mvm: define RX queue sync timeout as a macro + (bsc#1227149). +- wifi: iwlwifi: mvm: expand queue sync warning messages + (bsc#1227149). +- wifi: iwlwifi: mvm: Declare support for secure LTF measurement + (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for protected ranging + negotiation (bsc#1227149). +- wifi: iwlwifi: mvm: remove one queue sync on BA session stop + (bsc#1227149). +- commit d32b4ac + +------------------------------------------------------------------- +Thu Jul 11 16:37:46 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: don't support reduced tx power on ack for + new devices (bsc#1227149). +- wifi: iwlwifi: use system_unbound_wq for debug dump + (bsc#1227149). +- wifi: iwlwifi: mvm: remove EHT code from mac80211.c + (bsc#1227149). +- wifi: iwlwifi: read mac step from aux register (bsc#1227149). +- wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149). +- wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149). +- wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3 + (bsc#1227149). +- wifi: iwlwifi: pcie: don't allow hw-rfkill to stop device on + gen2 (bsc#1227149). +- wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149). +- commit 6501846 + +------------------------------------------------------------------- +Thu Jul 11 16:35:30 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: update beacon counters per link basis + (bsc#1227149). +- wifi: iwlwifi: return negative -EINVAL instead of positive + EINVAL (bsc#1227149). +- wifi: iwlwifi: fw: fix compiler warning for NULL string print + (bsc#1227149). +- wifi: iwlwifi: mvm: make functions public (bsc#1227149). +- wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: mvm: don't send BT_COEX_CI command on new devices + (bsc#1227149). +- wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149). +- commit 4b3d0a2 + +------------------------------------------------------------------- +Thu Jul 11 16:31:38 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149). +- wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149). +- wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef + (bsc#1227149). +- wifi: iwlwifi: rfi: use a single DSM function for all RFI + configurations (bsc#1227149). +- wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149). +- wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149). +- wifi: iwlwifi: support link command version 2 (bsc#1227149). +- wifi: iwlwifi: mvm: use fast balance scan in case of an active + P2P GO (bsc#1227149). +- wifi: iwlwifi: mvm: don't send NDPs for new tx devices + (bsc#1227149). +- wifi: iwlwifi: read SPLC from UEFI (bsc#1227149). +- commit 10d0457 + +------------------------------------------------------------------- +Thu Jul 11 16:28:02 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: api: clean up some kernel-doc/typos + (bsc#1227149). +- wifi: iwlwifi: remove unused function prototype (bsc#1227149). +- iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149). +- commit edb7009 + +------------------------------------------------------------------- +Thu Jul 11 16:25:31 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW' + flows (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch. +- commit cbe5734 + +------------------------------------------------------------------- +Thu Jul 11 16:23:31 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading TAS table from UEFI + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch. +- commit 37ff9f0 + +------------------------------------------------------------------- +Thu Jul 11 16:22:27 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: don't check TAS block list size twice + (bsc#1227149). +- wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: validate PPAG table when sent to FW + (bsc#1227149). +- commit aab6534 + +------------------------------------------------------------------- +Thu Jul 11 16:20:19 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading PPAG table from UEFI + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-fw-fix-compile-w-o-CONFIG_ACPI.patch. +- commit b317fc2 + +------------------------------------------------------------------- +Thu Jul 11 16:18:56 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149). +- wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD + (bsc#1227149). +- wifi: iwlwifi: prepare for reading SAR tables from UEFI + (bsc#1227149). +- wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: d3: implement suspend with MLO + (bsc#1227149). +- wifi: iwlwifi: mvm: refactor duplicate chanctx condition + (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped packets due to MIC error + (bsc#1227149). +- commit ab26861 + +------------------------------------------------------------------- +Thu Jul 11 16:16:11 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-don-t-set-the-MFP-flag-for-the-GTK.patch. +- commit d834590 + +------------------------------------------------------------------- +Thu Jul 11 16:14:18 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149). +- commit 265cdf6 + +------------------------------------------------------------------- +Thu Jul 11 16:13:05 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit f498490 + +------------------------------------------------------------------- +Thu Jul 11 16:07:40 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-fw-fix-compile-w-o-CONFIG_ACPI.patch. +- commit 85303bc + +------------------------------------------------------------------- +Thu Jul 11 16:06:02 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149). +- wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149). +- wifi: iwlwifi: mvm: don't set trigger frame padding in AP mode + (bsc#1227149). +- wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" + (bsc#1227149). +- wifi: iwlwifi: mvm: add support for TID to link mapping neg + request (bsc#1227149). +- wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect station vifs if recovery failed + (bsc#1227149). +- wifi: iwlwifi: fw: dbg: ensure correct config name sizes + (bsc#1227149). +- commit ff842c3 + +------------------------------------------------------------------- +Thu Jul 11 16:02:48 CEST 2024 - tiwai@suse.de + +- wifi: ieee80211: add definitions for negotiated TID to Link map + (bsc#1227149). +- commit b1d66f3 + +------------------------------------------------------------------- +Thu Jul 11 16:00:08 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: process and save negotiated TID to Link mapping + request (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 32a5092 + +------------------------------------------------------------------- +Thu Jul 11 15:56:51 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1227149). +- commit 8fede1e + +------------------------------------------------------------------- +Thu Jul 11 15:42:01 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: implement can_activate_links callback + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-active-link-counting-during-rec.patch. +- commit 7e399ce + +------------------------------------------------------------------- +Thu Jul 11 15:40:37 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: remove retry loops in start (bsc#1227149). +- commit 3c4f0f3 + +------------------------------------------------------------------- +Thu Jul 11 15:38:58 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: dbg-tlv: use struct_size() for allocation + (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy + (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure + (bsc#1227149). +- wifi: iwlwifi: mvm: Add support for removing responder TKs + (bsc#1227149). +- wifi: iwlwifi: disable eSR when BT is active (bsc#1227149). +- wifi: iwlwifi: add support for a wiphy_work rx handler + (bsc#1227149). +- wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 + (bsc#1227149). +- wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149). +- wifi: iwlwifi: nvm-parse: advertise common packet padding + (bsc#1227149). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1227149). +- wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM + (bsc#1227149). +- wifi: iwlwifi: disable 160 MHz based on subsystem device ID + (bsc#1227149). +- wifi: iwlwifi: make TB reallocation a debug message + (bsc#1227149). +- wifi: iwlwifi: Add support for new 802.11be device + (bsc#1227149). +- commit 6617b64 + +------------------------------------------------------------------- +Thu Jul 11 13:42:10 CEST 2024 - tiwai@suse.de + +- pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to + hdmimix domain (CVE-2024-35942 bsc#1224589). +- commit cf74548 + +------------------------------------------------------------------- +Thu Jul 11 09:03:27 CEST 2024 - tiwai@suse.de + +- platform/x86: toshiba_acpi: Fix array out-of-bounds access + (git-fixes). +- ACPI: processor_idle: Fix invalid comparison with insertion + sort for latency (git-fixes). +- commit ec2c4bc + +------------------------------------------------------------------- +Thu Jul 11 08:23:12 CEST 2024 - jgross@suse.com + +- KVM: SEV-ES: Delegate LBR virtualization to the processor + (git-fixes). +- commit ca0a7e8 + +------------------------------------------------------------------- +Wed Jul 10 19:27:00 CEST 2024 - jgross@suse.com + +- KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC + routes (git-fixes). +- commit 6653b01 + +------------------------------------------------------------------- +Wed Jul 10 18:51:15 CEST 2024 - jgross@suse.com + +- KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is + absent (git-fixes). +- commit 1094992 + +------------------------------------------------------------------- +Wed Jul 10 18:15:44 CEST 2024 - jgross@suse.com + +- KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked + (git-fixes). +- commit 2cc4a9c + +------------------------------------------------------------------- +Wed Jul 10 17:25:56 CEST 2024 - jgross@suse.com + +- drivers/xen: Improve the late XenStore init protocol + (git-fixes). +- commit cb805fb + +------------------------------------------------------------------- +Wed Jul 10 16:50:39 CEST 2024 - jgross@suse.com + +- xen/x86: add extra pages to unpopulated-alloc if available + (git-fixes). +- commit d9de7d9 + +------------------------------------------------------------------- +Wed Jul 10 15:15:20 CEST 2024 - nik.borisov@suse.com + +- kunit: Fix checksum tests on big endian CPUs (git-fixed). +- commit 91a58a6 + +------------------------------------------------------------------- +Wed Jul 10 14:26:35 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: Fix circular locking dependency (bsc#1222463 CVE-2024-26691). +- commit 3273efe + +------------------------------------------------------------------- +Wed Jul 10 12:10:10 CEST 2024 - ohering@suse.de + +- Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted (bsc#1225744, CVE-2024-36909). +- uio_hv_generic: Don't free decrypted memory (bsc#1225717, CVE-2024-36910). +- hv_netvsc: Don't free decrypted memory (bsc#1225745, CVE-2024-36911). +- Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752, CVE-2024-36912). +- Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753, CVE-2024-36913). +- commit a78a9db + +------------------------------------------------------------------- +Wed Jul 10 10:45:33 CEST 2024 - nik.borisov@suse.com + +- x86/speculation, objtool: Use absolute relocations for annotations (git-fixes). +- commit 14e0989 + +------------------------------------------------------------------- +Wed Jul 10 10:45:13 CEST 2024 - nik.borisov@suse.com + +- x86/head/64: Move the __head definition to (git-fixes). +- commit 36d1750 + +------------------------------------------------------------------- +Wed Jul 10 10:44:56 CEST 2024 - nik.borisov@suse.com + +- x86/csum: Remove unnecessary odd handling (git-fixes). +- commit 439ef62 + +------------------------------------------------------------------- +Wed Jul 10 10:41:33 CEST 2024 - nik.borisov@suse.com + +- x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes). +- commit 98db437 + +------------------------------------------------------------------- +Wed Jul 10 10:32:30 CEST 2024 - nik.borisov@suse.com + +- x86/csum: Improve performance of `csum_partial` (git-fixes). +- commit 131cca3 + +------------------------------------------------------------------- +Wed Jul 10 10:28:28 CEST 2024 - nik.borisov@suse.com + +- x86/boot: Ignore NMIs during very early boot (git-fixes). +- commit 3c94948 + +------------------------------------------------------------------- +Wed Jul 10 10:28:13 CEST 2024 - nik.borisov@suse.com + +- x86/asm: Fix build of UML with KASAN (git-fixes). +- commit 89fc5d7 + +------------------------------------------------------------------- +Wed Jul 10 10:27:52 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Blacklist useless revert +- commit 0a21e69 + +------------------------------------------------------------------- +Wed Jul 10 10:04:47 CEST 2024 - nik.borisov@suse.com + +- tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328 CVE-2024-26665). +- commit f28b881 + +------------------------------------------------------------------- +Wed Jul 10 04:05:50 CEST 2024 - neilb@suse.de + +- SUNRPC: avoid soft lockup when transmitting UDP to reachable + server (bsc#1225272). +- commit 3fc313b + +------------------------------------------------------------------- +Tue Jul 9 14:31:32 CEST 2024 - tiwai@suse.de + +- Move upstreamed turbostat patch into sorted section +- commit 768422e + +------------------------------------------------------------------- +Tue Jul 9 14:23:34 CEST 2024 - tiwai@suse.de + +- Move out-of-tree patch to the right section +- commit a3dba46 + +------------------------------------------------------------------- +Tue Jul 9 12:44:29 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries: Fix scv instruction crash with kexec + (bsc#1194869). +- commit 245b529 + +------------------------------------------------------------------- +Tue Jul 9 11:59:16 CEST 2024 - msuchanek@suse.de + +- powerpc/prom: Add CPU info to hardware description string later + (bsc#1215199). +- commit 75358e1 + +------------------------------------------------------------------- +Tue Jul 9 10:57:44 CEST 2024 - msuchanek@suse.de + +- kernel-binary: vdso: Own module_dir +- commit ff69986 + +------------------------------------------------------------------- +Tue Jul 9 10:18:35 CEST 2024 - tbogendoerfer@suse.de + +- enic: Validate length of nl attributes in enic_set_vf_port + (CVE-2024-38659 bsc#1226883). +- commit 82dab70 + +------------------------------------------------------------------- +Tue Jul 9 08:25:19 CEST 2024 - tiwai@suse.de + +- wifi: wilc1000: fix ies_len type in connect path (git-fixes). +- commit 857b40a + +------------------------------------------------------------------- +Mon Jul 8 21:08:05 CEST 2024 - tabraham@suse.com + +- net/dcb: check for detached device before executing callbacks + (bsc#1215587). +- commit c563440 + +------------------------------------------------------------------- +Mon Jul 8 19:32:11 CEST 2024 - mkoutny@suse.com + +- Update patches.suse/atm-Fix-Use-After-Free-in-do_vcc_ioctl.patch + (git-fixes bsc#1218730 CVE-2023-51780). +- commit 93588a3 + +------------------------------------------------------------------- +Mon Jul 8 13:43:07 CEST 2024 - msuchanek@suse.de + +- powerpc/64s/radix/kfence: map __kfence_pool at page granularity + (bsc#1223570 ltc#205770). +- commit d4edfeb + +------------------------------------------------------------------- +Mon Jul 8 12:37:31 CEST 2024 - nstange@suse.de + +- crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public + key (bsc#1222768). +- commit 817f8be + +------------------------------------------------------------------- +Mon Jul 8 12:32:45 CEST 2024 - nstange@suse.de + +- crypto/ecdh: make ecdh_compute_value() to zeroize the public + key (bsc#1222768). +- commit 3f5391b + +------------------------------------------------------------------- +Mon Jul 8 11:20:23 CEST 2024 - jslaby@suse.cz + +- PCI: Do not wait for disconnected devices when resuming + (git-fixes). +- commit f7f9960 + +------------------------------------------------------------------- +Mon Jul 8 10:46:49 CEST 2024 - msuchanek@suse.de + +- powerpc/rtas: Prevent Spectre v1 gadget construction in + sys_rtas() (bsc#1227487). +- commit 42da489 + +------------------------------------------------------------------- +Mon Jul 8 10:42:18 CEST 2024 - ptesarik@suse.com + +- Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701). +- commit 9157a3d + +------------------------------------------------------------------- +Mon Jul 8 08:55:04 CEST 2024 - tiwai@suse.de + +- clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs + (git-fixes). +- clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes). +- clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg + (git-fixes). +- commit 1a2b239 + +------------------------------------------------------------------- +Mon Jul 8 07:53:37 CEST 2024 - neilb@suse.de + +- nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes). +- NFS: add barriers when testing for NFS_FSDATA_BLOCKED + (git-fixes). +- SUNRPC: return proper error from gss_wrap_req_priv (git-fixes). +- NFSv4.1 enforce rootpath check in fs_location query (git-fixes). +- SUNRPC: Fix loop termination condition in + gss_free_in_token_pages() (git-fixes). +- nfs: fix undefined behavior in nfs_block_bits() (git-fixes). +- pNFS/filelayout: fixup pNfs allocation modes (git-fixes). +- rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL + (git-fixes). +- NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS + (git-fixes). +- sunrpc: fix NFSACL RPC retry on soft mount (git-fixes). +- nfs: keep server info for remounts (git-fixes). +- NFSv4: Fixup smatch warning for ambiguous return (git-fixes). +- SUNRPC: Fix gss_free_in_token_pages() (git-fixes). +- knfsd: LOOKUP can return an illegal error value (git-fixes). +- nfs: Handle error of rpc_proc_register() in nfs_net_init() + (git-fixes). +- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY + (git-fixes). +- NFSD: Fix checksum mismatches in the duplicate reply cache + (git-fixes). +- commit e019385 + +------------------------------------------------------------------- +Mon Jul 8 06:57:52 CEST 2024 - jlee@suse.com + +- Update + patches.suse/ALSA-hda-intel-sdw-acpi-fix-usage-of-device_get_name.patch + (git-fixes CVE-2024-36955 bsc#1225810). +- Update + patches.suse/ASoC-SOF-ipc4-topology-Fix-input-format-query-of-pro.patch + (git-fixes CVE-2024-39473 bsc#1227433). +- Update + patches.suse/Bluetooth-qca-fix-firmware-check-error-path.patch + (git-fixes CVE-2024-36942 bsc#1225843). +- Update + patches.suse/Reapply-drm-qxl-simplify-qxl_fence_wait.patch + (stable-fixes CVE-2024-36944 bsc#1225847). +- Update + patches.suse/amd-amdkfd-sync-all-devices-to-wait-all-processes-be.patch + (stable-fixes CVE-2024-36949 bsc#1225894). +- Update + patches.suse/drm-amdkfd-range-check-cp-bad-op-exception-interrupt.patch + (stable-fixes CVE-2024-36951 bsc#1225896). +- Update patches.suse/drm-i915-hwmon-Get-rid-of-devm.patch + (stable-fixes CVE-2024-39479 bsc#1227443). +- Update + patches.suse/fbdev-savage-Handle-err-return-when-savagefb_check_v.patch + (git-fixes CVE-2024-39475 bsc#1227435). +- Update + patches.suse/firewire-ohci-mask-bus-reset-interrupts-between-ISR-.patch + (stable-fixes CVE-2024-36950 bsc#1225895). +- Update + patches.suse/media-mc-Fix-graph-walk-in-media_pipeline_start.patch + (git-fixes CVE-2024-39481 bsc#1227446). +- Update + patches.suse/pinctrl-core-delete-incorrect-free-in-pinctrl_enable.patch + (git-fixes CVE-2024-36940 bsc#1225840). +- Update + patches.suse/pinctrl-devicetree-fix-refcount-leak-in-pinctrl_dt_t.patch + (git-fixes CVE-2024-36959 bsc#1225839). +- Update patches.suse/qibfs-fix-dentry-leak.patch (git-fixes + CVE-2024-36947 bsc#1225856). +- Update + patches.suse/spi-fix-null-pointer-dereference-within-spi_sync.patch + (git-fixes CVE-2024-36930 bsc#1225830). +- Update + patches.suse/wifi-iwlwifi-read-txq-read_ptr-under-lock.patch + (stable-fixes CVE-2024-36922 bsc#1225805). +- Update + patches.suse/wifi-nl80211-don-t-free-NULL-coalescing-rule.patch + (git-fixes CVE-2024-36941 bsc#1225835). +- commit ffdc766 + +------------------------------------------------------------------- +Mon Jul 8 06:57:18 CEST 2024 - jlee@suse.com + +- Update + patches.suse/crypto-rsa-add-a-check-for-allocation-failure.patch + (bsc#1222775 CVE-2023-52472 bsc#1220430 bsc#1220427). +- commit 7754b95 + +------------------------------------------------------------------- +Sat Jul 6 10:36:50 CEST 2024 - tiwai@suse.de + +- drm/fbdev-generic: Fix framebuffer on big endian devices + (git-fixes). +- drm/nouveau: fix null pointer dereference in + nouveau_connector_get_modes (git-fixes). +- usb: dwc3: core: Workaround for CSR read timeout (stable-fixes). +- usb: gadget: printer: SS+ support (stable-fixes). +- drm/amdgpu: avoid using null object of framebuffer + (stable-fixes). +- drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if + LTTPR is present (stable-fixes). +- drm/amdgpu/atomfirmware: fix parsing of vram_info + (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in + nv17_tv_get_ld_modes (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in + nv17_tv_get_hd_modes (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs don't work for + EliteBook 645/665 G11 (stable-fixes). +- usb: typec: ucsi: Ack also failed Get Error commands + (git-fixes). +- iio: pressure: bmp280: Fix BMP580 temperature reading + (stable-fixes). +- usb: typec: ucsi: Never send a lone connector change ack + (stable-fixes). +- mtd: partitions: redboot: Added conversion of operands to a + larger type (stable-fixes). +- media: dvbdev: Initialize sbuf (stable-fixes). +- ALSA: emux: improve patch ioctl data validation (stable-fixes). +- drm/radeon/radeon_display: Decrease the size of allocated memory + (stable-fixes). +- drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers + that sleep (stable-fixes). +- wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() + (stable-fixes). +- crypto: ecdh - explicitly zeroize private_key (stable-fixes). +- soc: ti: wkup_m3_ipc: Send NULL dummy message instead of + pointer message (stable-fixes). +- usb: dwc3: core: Add DWC31 version 2.00a controller + (stable-fixes). +- iio: pressure: fix some word spelling errors (stable-fixes). +- commit 42cf83f + +------------------------------------------------------------------- +Sat Jul 6 10:31:22 CEST 2024 - tiwai@suse.de + +- Drop amd-pstate patch that caused a regression on 6.6.x stable +- commit d3672a6 + +------------------------------------------------------------------- +Sat Jul 6 08:37:20 CEST 2024 - nmorey@suse.com + +- RDMA/restrack: Fix potential invalid address access (git-fixes) +- commit 91e323d + +------------------------------------------------------------------- +Fri Jul 5 20:00:40 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix use-after-free in smb2_query_info_compound() + (bsc#1225489, CVE-2023-52751). +- Refresh + patches.suse/smb-client-fix-potential-OOBs-in-smb2_parse_contexts-.patch. +- commit fed05d1 + +------------------------------------------------------------------- +Fri Jul 5 19:45:06 CEST 2024 - ematsumiya@suse.de + +- smb: client: prevent new fids from being removed by laundromat + (git-fixes, bsc#1225172). +- commit b3d54ea + +------------------------------------------------------------------- +Fri Jul 5 19:43:38 CEST 2024 - ematsumiya@suse.de + +- smb: client: make laundromat a delayed worker (git-fixes, + bsc#1225172). +- commit 97932f6 + +------------------------------------------------------------------- +Fri Jul 5 19:36:55 CEST 2024 - ematsumiya@suse.de + +- smb3: allow controlling length of time directory entries are + cached with dir leases (git-fixes, bsc#1225172). +- commit c39c365 + +------------------------------------------------------------------- +Fri Jul 5 19:35:19 CEST 2024 - ematsumiya@suse.de + +- smb: client: do not start laundromat thread on nohandlecache + (git-fixes, bsc#1225172). +- commit b320db3 + +------------------------------------------------------------------- +Fri Jul 5 19:32:22 CEST 2024 - ematsumiya@suse.de + +- smb3: allow controlling maximum number of cached directories + (git-fixes, bsc#1225172). +- commit e5e6d01 + +------------------------------------------------------------------- +Fri Jul 5 19:29:43 CEST 2024 - ematsumiya@suse.de + +- smb3: do not start laundromat thread when dir leases disabled + (git-fixes, bsc#1225172). +- commit b758cab + +------------------------------------------------------------------- +Fri Jul 5 19:29:09 CEST 2024 - ematsumiya@suse.de + +- cifs: Add a laundromat thread for cached directories (git-fixes, + bsc#1225172). +- commit b1876e3 + +------------------------------------------------------------------- +Fri Jul 5 18:16:19 CEST 2024 - andrea.porta@suse.com + +- bcache: fix variable length array abuse in btree_iter + (CVE-2024-39482 bsc#1227447). +- commit 3d0cfa1 + +------------------------------------------------------------------- +Fri Jul 5 16:26:17 CEST 2024 - andrea.porta@suse.com + +- mm/vmalloc: fix vmalloc which may return null if called with + __GFP_NOFAIL (CVE-2024-39474 bsc#1227434). +- commit 13add8a + +------------------------------------------------------------------- +Fri Jul 5 09:39:26 CEST 2024 - tiwai@suse.de + +- selftests: make order checking verbose in msg_zerocopy selftest + (git-fixes). +- selftests: fix OOM in msg_zerocopy selftest (git-fixes). +- can: kvaser_usb: Explicitly initialize family in leafimx + driver_info struct (git-fixes). +- bluetooth/hci: disallow setting handle bigger than + HCI_CONN_HANDLE_MAX (git-fixes). +- Bluetooth: ISO: Check socket flag instead of hcon (git-fixes). +- Bluetooth: Ignore too large handle values in BIG (git-fixes). +- Bluetooth: qca: Fix BT enable failure again for QCA6390 after + warm reboot (git-fixes). +- Bluetooth: hci_event: Fix setting of unicast qos interval + (git-fixes). +- Bluetooth: hci_bcm4377: Fix msgid release (git-fixes). +- mac802154: fix time calculation in + ieee802154_configure_durations() (git-fixes). +- net: phy: phy_device: Fix PHY LED blinking code comment + (git-fixes). +- wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values + (git-fixes). +- platform/x86: toshiba_acpi: Fix quickstart quirk handling + (git-fixes). +- commit 3db85da + +------------------------------------------------------------------- +Thu Jul 4 21:41:02 CEST 2024 - ddiss@suse.de + +- jfs: xattr: fix buffer overflow for invalid xattr + (bsc#1227383). +- commit ae2a0d9 + +------------------------------------------------------------------- +Thu Jul 4 18:58:54 CEST 2024 - vkarasulli@suse.de + +- iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes). +- commit 2fb4aa0 + +------------------------------------------------------------------- +Thu Jul 4 17:41:12 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add d988d9a9b9d1 panic: Flush kernel log buffer at the end +- commit 0ce2686 + +------------------------------------------------------------------- +Thu Jul 4 15:25:28 CEST 2024 - ptesarik@suse.com + +- Update + patches.suse/arm64-mm-Batch-dsb-and-isb-when-populating-pgtables.patch + (jsc#PED-8688 bsc#1226202). +- Update + patches.suse/arm64-mm-Don-t-remap-pgtables-for-allocate-vs-populate.patch + (jsc#PED-8688 bsc#1226202). +- Update + patches.suse/arm64-mm-Don-t-remap-pgtables-per-cont-pte-pmd-block.patch + (jsc#PED-8688 bsc#1226202). +- Update + patches.suse/net-ena-Fix-redundant-device-NUMA-node-override.patch + (jsc#PED-8688 bsc#1226202). +- commit 584efba + +------------------------------------------------------------------- +Thu Jul 4 14:30:12 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-gadget-printer-fix-races-against-disable.patch + (CVE-2024-25741 bsc#1219832). +- commit 4a6f084 + +------------------------------------------------------------------- +Thu Jul 4 12:52:00 CEST 2024 - mkubecek@suse.cz + +- llc: make llc_ui_sendmsg() more robust against bonding changes + (CVE-2024-26636 bsc#1221659). +- commit 1bb1c76 + +------------------------------------------------------------------- +Thu Jul 4 12:36:01 CEST 2024 - mkubecek@suse.cz + +- llc: Drop support for ETH_P_TR_802_2 (CVE-2024-26635 + bsc#1221656). +- commit 6a42a8d + +------------------------------------------------------------------- +Thu Jul 4 10:26:37 CEST 2024 - tiwai@suse.de + +- PCI: vmd: Create domain symlink before pci_bus_add_devices() + (bsc#1227363). +- commit 3666715 + +------------------------------------------------------------------- +Thu Jul 4 08:35:09 CEST 2024 - colyli@suse.de + +- md: fix resync softlockup when bitmap size is less than array + size (CVE-2024-38598, bsc#1226757). +- commit 43087c7 + +------------------------------------------------------------------- +Wed Jul 3 15:26:04 CEST 2024 - tbogendoerfer@suse.de + +- ice: fix LAG and VF lock dependency in ice_reset_vf() + (CVE-2024-36003 bsc#1224544). +- commit 0af15ab + +------------------------------------------------------------------- +Wed Jul 3 14:52:27 CEST 2024 - hare@suse.de + +- Refresh + patches.suse/nvme-tcp-strict-pdu-pacing-to-avoid-send-stalls-on-T.patch. +- commit a27eef2 + +------------------------------------------------------------------- +Wed Jul 3 14:51:53 CEST 2024 - hare@suse.de + +- block: refine the EOF check in blkdev_iomap_begin (bsc#1226866 + CVE-2024-38604). +- commit 9e332c1 + +------------------------------------------------------------------- +Wed Jul 3 14:41:56 CEST 2024 - pjakobsson@suse.de + +- blacklist.conf: 9cb46b31f3d0 drm/xe/xe_migrate: Cast to output precision before multiplying operands +- commit d95545e + +------------------------------------------------------------------- +Wed Jul 3 14:19:36 CEST 2024 - denis.kirjanov@suse.com + +- kabi/severities: ignore amd pds internal symbols +- commit 3a9ca76 + +------------------------------------------------------------------- +Wed Jul 3 13:24:24 CEST 2024 - mkubecek@suse.cz + +- ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() + (CVE-2024-26641 bsc#1221654). +- commit 5bd1138 + +------------------------------------------------------------------- +Wed Jul 3 13:19:57 CEST 2024 - lhenriques@suse.de + +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021 + CVE-2024-26863). +- commit 21d04a8 + +------------------------------------------------------------------- +Wed Jul 3 13:06:10 CEST 2024 - mkubecek@suse.cz + +- ip6_tunnel: fix NEXTHDR_FRAGMENT handling in + ip6_tnl_parse_tlv_enc_lim() (CVE-2024-26633 bsc#1221647). +- commit 78e628d + +------------------------------------------------------------------- +Wed Jul 3 12:01:00 CEST 2024 - denis.kirjanov@suse.com + +- pds_core: Prevent race issues involving the adminq (bsc#1221057 + CVE-2024-26623). +- commit 94351ab + +------------------------------------------------------------------- +Wed Jul 3 11:45:54 CEST 2024 - vkarasulli@suse.de + +- iommufd: Fix protection fault in iommufd_test_syz_conv_iova + (bsc#1222779 CVE-2024-26785). +- commit 5644693 + +------------------------------------------------------------------- +Wed Jul 3 11:35:11 CEST 2024 - lhenriques@suse.de + +- devlink: fix possible use-after-free and memory leaks in + devlink_init() (bsc#1222438 CVE-2024-26734). +- commit d3a3753 + +------------------------------------------------------------------- +Wed Jul 3 07:50:54 CEST 2024 - colyli@suse.de + +- dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743, + CVE-2024-35805). +- commit ba12566 + +------------------------------------------------------------------- +Tue Jul 2 22:30:13 CEST 2024 - krisman@suse.de + +- io_uring/rsrc: fix incorrect assignment of iter->nr_segs in + io_import_fixed (git-fixes). +- io_uring/rsrc: don't lock while !TASK_RUNNING (git-fixes). +- io_uring/io-wq: avoid garbage value of 'match' in + io_wq_enqueue() (git-fixes). +- commit 7d3e252 + +------------------------------------------------------------------- +Tue Jul 2 21:25:38 CEST 2024 - krisman@suse.de + +- io_uring: check for non-NULL file pointer in io_file_can_poll() + (bsc#1226990 CVE-2024-39371). +- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags + (git-fixes). +- io_uring/sqpoll: work around a potential audit memory leak + (git-fixes). +- commit 24603fc + +------------------------------------------------------------------- +Tue Jul 2 21:03:55 CEST 2024 - krisman@suse.de + +- io_uring: Fix io_cqring_wait() not restoring sigmask on + get_timespec64() failure (git-fixes). +- commit e640a65 + +------------------------------------------------------------------- +Tue Jul 2 15:48:28 CEST 2024 - rhopkins@suse.de + +- hsr: Prevent use after free in prp_create_tagged_frame() + (CVE-2023-52846 bsc#1225098). +- commit cf63988 + +------------------------------------------------------------------- +Tue Jul 2 14:29:55 CEST 2024 - vbabka@suse.cz + +- drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() + (CVE-2024-38610 bsc#1226758). +- commit 7069ac2 + +------------------------------------------------------------------- +Tue Jul 2 14:27:37 CEST 2024 - vbabka@suse.cz + +- virt: acrn: stop using follow_pfn (CVE-2024-38610 bsc#1226758). +- commit c2ea51b + +------------------------------------------------------------------- +Tue Jul 2 12:30:42 CEST 2024 - fdmanana@suse.com + +- btrfs: fix crash on racing fsync and size-extending write into + prealloc (bsc#1227101 CVE-2024-37354). +- commit 1d355af + +------------------------------------------------------------------- +Tue Jul 2 09:43:57 CEST 2024 - tbogendoerfer@suse.de + +- kernel-doc: fix struct_group_tagged() parsing (git-fixes). +- commit e3a2a2e + +------------------------------------------------------------------- +Tue Jul 2 08:36:54 CEST 2024 - tiwai@suse.de + +- mtd: rawnand: rockchip: ensure NVDDR timings are rejected + (git-fixes). +- mtd: rawnand: Bypass a couple of sanity checks during NAND + identification (git-fixes). +- mtd: rawnand: Fix the nand_read_data_op() early check + (git-fixes). +- mtd: rawnand: Ensure ECC configuration is propagated to upper + layers (git-fixes). +- commit e545951 + +------------------------------------------------------------------- +Tue Jul 2 08:34:42 CEST 2024 - tiwai@suse.de + +- Correct SCSI patch references (bsc#1225767 CVE-2024-36919 bsc#1226785 CVE-2024-38559) +- commit e8ea587 + +------------------------------------------------------------------- +Tue Jul 2 06:44:11 CEST 2024 - heming.zhao@suse.com + +- gfs2: Fix potential glock use-after-free on unmount (bsc#1226775 + CVE-2024-38570). +- gfs2: Rename sd_{ glock => kill }_wait (bsc#1226775 + CVE-2024-38570). +- commit f3adbca + +------------------------------------------------------------------- +Mon Jul 1 15:38:30 CEST 2024 - jlee@suse.com + +- X.509: Fix the parser of extended key usage for length + (bsc#1218820). +- commit a9df6a7 + +------------------------------------------------------------------- +Mon Jul 1 15:10:24 CEST 2024 - mkubecek@suse.cz + +- tcp: Use refcount_inc_not_zero() in tcp_twsk_unique() + (CVE-2024-36904 bsc#1225732). +- commit d578dcc + +------------------------------------------------------------------- +Mon Jul 1 14:20:50 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/1352-drm-amdgpu-Fix-possible-null-pointer-dereference.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52883 + bsc#1226630). +- Update + patches.suse/9p-add-missing-locking-around-taking-dentry-fid-list.patch + (git-fixes CVE-2024-39463 bsc#1227090). +- Update + patches.suse/ALSA-Fix-deadlocks-with-kctl-removals-at-disconnecti.patch + (stable-fixes CVE-2024-38600 bsc#1226864). +- Update + patches.suse/ALSA-core-Fix-NULL-module-pointer-assignment-at-card.patch + (git-fixes CVE-2024-38605 bsc#1226740). +- Update + patches.suse/ALSA-hda-Fix-possible-null-ptr-deref-when-assigning-.patch + (git-fixes CVE-2023-52806 bsc#1225554). +- Update + patches.suse/ALSA-hda-cs_dsp_ctl-Use-private_free-for-control-cle.patch + (git-fixes CVE-2024-38388 bsc#1226890). +- Update + patches.suse/ALSA-timer-Set-lower-bound-of-start-tick-time.patch + (stable-fixes git-fixes CVE-2024-38618 bsc#1226754). +- Update + patches.suse/ASoC-kirkwood-Fix-potential-NULL-dereference.patch + (git-fixes CVE-2024-38550 bsc#1226633). +- Update + patches.suse/ASoC-mediatek-Assign-dummy-when-codec-not-specified-.patch + (git-fixes CVE-2024-38551 bsc#1226761). +- Update + patches.suse/Bluetooth-btusb-Add-date-evt_skb-is-NULL-check.patch + (git-fixes CVE-2023-52833 bsc#1225595). +- Update + patches.suse/Bluetooth-hci_core-Fix-possible-buffer-overflow.patch + (git-fixes CVE-2024-26889). +- Update + patches.suse/HID-uclogic-Fix-user-memory-access-bug-in-uclogic_pa.patch + (git-fixes CVE-2023-52866 bsc#1225120). +- Update + patches.suse/IB-mlx5-Fix-init-stage-error-handling-to-avoid-doubl.patch + (jsc#PED-6864 CVE-2023-52851 bsc#1225587). +- Update + patches.suse/Input-cyapa-add-missing-input-core-locking-to-suspen.patch + (git-fixes CVE-2023-52884 bsc#1226764). +- Update + patches.suse/Input-synaptics-rmi4-fix-use-after-free-in-rmi_unreg.patch + (git-fixes CVE-2023-52840 bsc#1224928). +- Update + patches.suse/KEYS-trusted-Do-not-use-WARN-when-encode-fails.patch + (git-fixes CVE-2024-36975 bsc#1226520). +- Update + patches.suse/KEYS-trusted-Fix-memory-leak-in-tpm2_key_encode.patch + (git-fixes CVE-2024-36967 bsc#1226131). +- Update + patches.suse/RDMA-cma-Fix-kmemleak-in-rdma_core-observed-during-b.patch + (git-fixes CVE-2024-38539 bsc#1226608). +- Update patches.suse/RDMA-hns-Fix-UAF-for-cq-async-event.patch + (git-fixes CVE-2024-38545 bsc#1226595). +- Update + patches.suse/RDMA-hns-Fix-deadlock-on-SRQ-async-events.patch + (git-fixes CVE-2024-38591 bsc#1226738). +- Update + patches.suse/RDMA-hns-Modify-the-print-level-of-CQE-error.patch + (git-fixes CVE-2024-38590 bsc#1226839). +- Update + patches.suse/RDMA-rxe-Fix-seg-fault-in-rxe_comp_queue_pkt.patch + (git-fixes CVE-2024-38544 bsc#1226597). +- Update + patches.suse/SUNRPC-Fix-RPC-client-cleaned-up-the-freed-pipefs-de.patch + (git-fixes CVE-2023-52803 bsc#1225008). +- Update patches.suse/af_unix-Clear-stale-u-oob_skb.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-35970 bsc#1224584). +- Update + patches.suse/af_unix-Drop-oob_skb-ref-before-purging-queue-in-GC.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-26750 bsc#1222617). +- Update + patches.suse/af_unix-Fix-task-hung-while-purging-oob_skb-in-GC.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-26780 bsc#1222588). +- Update + patches.suse/af_unix-Update-unix_sk-sk-oob_skb-under-sk_receive_queue-lock.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-36972 bsc#1226163). +- Update + patches.suse/arm64-Restrict-CPU_BIG_ENDIAN-to-GNU-as-or-LLVM-IAS-.patch + (git-fixes CVE-2023-52750 bsc#1225485). +- Update + patches.suse/atl1c-Work-around-the-DMA-RX-overflow-issue.patch + (git-fixes CVE-2023-52834 bsc#1225599). +- Update + patches.suse/ax25-Fix-reference-count-leak-issue-of-net_device.patch + (git-fixes CVE-2024-38554 bsc#1226742). +- Update + patches.suse/ax25-Fix-reference-count-leak-issues-of-ax25_dev.patch + (git-fixes CVE-2024-38602 bsc#1226613). +- Update + patches.suse/blk-cgroup-fix-list-corruption-from-reorder-of-WRITE-lqueued.patch + (bsc#1225605 CVE-2024-38384 bsc#1226938). +- Update + patches.suse/blk-cgroup-fix-list-corruption-from-resetting-io-stat.patch + (bsc#1225605 CVE-2024-38663 bsc#1226939). +- Update + patches.suse/bnxt_re-avoid-shift-undefined-behavior-in-bnxt_qplib.patch + (git-fixes CVE-2024-38540 bsc#1226582). +- Update + patches.suse/bonding-stop-the-device-in-bond_setup_by_slave.patch + (git-fixes CVE-2023-52784 bsc#1224946). +- Update + patches.suse/can-dev-can_put_echo_skb-don-t-crash-kernel-if-can_p.patch + (git-fixes CVE-2023-52878 bsc#1225000). +- Update + patches.suse/clk-mediatek-clk-mt2701-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52875 bsc#1225096). +- Update + patches.suse/clk-mediatek-clk-mt6765-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52870 bsc#1224937). +- Update + patches.suse/clk-mediatek-clk-mt6779-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52873 bsc#1225589). +- Update + patches.suse/clk-mediatek-clk-mt6797-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52865 bsc#1225086). +- Update + patches.suse/clk-mediatek-clk-mt7629-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52858 bsc#1225566). +- Update + patches.suse/clk-mediatek-clk-mt7629-eth-Add-check-for-mtk_alloc_.patch + (git-fixes CVE-2023-52876 bsc#1225036). +- Update + patches.suse/cppc_cpufreq-Fix-possible-null-pointer-dereference.patch + (git-fixes CVE-2024-38573 bsc#1226739). +- Update patches.suse/cpufreq-exit-callback-is-optional.patch + (git-fixes CVE-2024-38615 bsc#1226592). +- Update patches.suse/crypto-bcm-Fix-pointer-arithmetic.patch + (git-fixes CVE-2024-38579 bsc#1226637). +- Update + patches.suse/crypto-pcrypt-Fix-hungtask-for-PADATA_RESET.patch + (git-fixes CVE-2023-52813 bsc#1225527). +- Update patches.suse/cxl-mem-Fix-shutdown-order.patch (git-fixes + CVE-2023-52849 bsc#1224949). +- Update + patches.suse/cxl-region-Do-not-try-to-cleanup-after-cxl_region_se.patch + (git-fixes CVE-2023-52792 bsc#1225477). +- Update patches.suse/cxl-region-Fix-cxlr_pmem-leaks.patch + (git-fixes CVE-2024-38391 bsc#1226894). +- Update + patches.suse/dma-buf-sw-sync-don-t-enable-IRQ-from-sync_print_obj.patch + (git-fixes CVE-2024-38780 bsc#1226886). +- Update + patches.suse/dma-mapping-benchmark-fix-node-id-validation.patch + (git-fixes CVE-2024-34777 bsc#1226796). +- Update + patches.suse/dma-mapping-benchmark-handle-NUMA_NO_NODE-correctly.patch + (git-fixes CVE-2024-39277 bsc#1226909). +- Update + patches.suse/dmaengine-idxd-Avoid-unnecessary-destruction-of-file.patch + (git-fixes CVE-2024-38629 bsc#1226905). +- Update + patches.suse/drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-Pola.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52819 + bsc#1225532). +- Update + patches.suse/drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-SMU7.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52818 + bsc#1225530). +- Update + patches.suse/drm-amd-check-num-of-link-levels-when-update-pcie-pa.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52812 + bsc#1225564). +- Update + patches.suse/drm-amd-display-Avoid-NULL-dereference-of-timing-gen.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52753 + bsc#1225478). +- Update + patches.suse/drm-amd-display-Fix-division-by-zero-in-setup_dsc_co.patch + (stable-fixes CVE-2024-36969 bsc#1226155). +- Update + patches.suse/drm-amd-display-Fix-null-pointer-dereference-in-erro.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52862 + bsc#1225015). +- Update + patches.suse/drm-amd-display-Fix-potential-index-out-of-bounds-in.patch + (git-fixes CVE-2024-38552 bsc#1226767). +- Update + patches.suse/drm-amd-display-fix-a-NULL-pointer-dereference-in-am.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52773 + bsc#1225041). +- Update + patches.suse/drm-amd-display-fixed-integer-types-and-null-check-l.patch + (git-fixes CVE-2024-26767). +- Update + patches.suse/drm-amdgpu-Fix-a-null-pointer-access-when-the-smc_rr.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52817 + bsc#1225569). +- Update + patches.suse/drm-amdgpu-Fix-buffer-size-in-gfx_v9_4_3_init_-cp_co.patch + (git-fixes CVE-2024-39291 bsc#1226934). +- Update + patches.suse/drm-amdgpu-Fix-potential-null-pointer-derefernce.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52814 + bsc#1225565). +- Update + patches.suse/drm-amdgpu-add-error-handle-to-avoid-out-of-bounds.patch + (stable-fixes CVE-2024-39471 bsc#1227096). +- Update + patches.suse/drm-amdgpu-mes-fix-use-after-free-issue.patch + (stable-fixes CVE-2024-38581 bsc#1226657). +- Update + patches.suse/drm-amdgpu-vkms-fix-a-possible-null-pointer-derefere.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52815 + bsc#1225568). +- Update + patches.suse/drm-amdkfd-Fix-a-race-condition-of-vram-buffer-unref.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52825 + bsc#1225076). +- Update + patches.suse/drm-amdkfd-Fix-shift-out-of-bounds-issue.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52816 + bsc#1225529). +- Update + patches.suse/drm-bridge-cdns-mhdp8546-Fix-possible-null-pointer-d.patch + (git-fixes CVE-2024-38548). +- Update + patches.suse/drm-bridge-it66121-Fix-invalid-connector-dereference.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52861 + bsc#1224941). +- Update + patches.suse/drm-bridge-lt8912b-Fix-crash-on-bridge-detach.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52856 + bsc#1224932). +- Update + patches.suse/drm-mediatek-Add-0-size-check-to-mtk_drm_gem_obj.patch + (git-fixes CVE-2024-38549 bsc#1226735). +- Update + patches.suse/drm-mediatek-Fix-coverity-issue-with-unintentional-i.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52857 + bsc#1225581). +- Update + patches.suse/drm-mediatek-Init-ddp_comp-with-devm_kcalloc.patch + (git-fixes CVE-2024-38592 bsc#1226844). +- Update + patches.suse/drm-msm-a6xx-Avoid-a-nullptr-dereference-when-speedb.patch + (git-fixes CVE-2024-38390 bsc#1226891). +- Update + patches.suse/drm-msm-dpu-Add-callback-function-pointer-check-befo.patch + (git-fixes CVE-2024-38622 bsc#1226856). +- Update + patches.suse/drm-panel-fix-a-possible-null-pointer-dereference.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52821 + bsc#1225022). +- Update + patches.suse/drm-panel-panel-tpo-tpg110-fix-a-possible-null-point.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52826 + bsc#1225077). +- Update patches.suse/drm-radeon-possible-buffer-overflow.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52867 + bsc#1225009). +- Update + patches.suse/drm-vc4-Fix-possible-null-pointer-dereference.patch + (git-fixes CVE-2024-38546 bsc#1226593). +- Update + patches.suse/drm-vmwgfx-Fix-invalid-reads-in-fence-signaled-event.patch + (git-fixes CVE-2024-36960 bsc#1225872). +- Update + patches.suse/drm-zynqmp_dpsub-Always-register-bridge.patch + (git-fixes CVE-2024-38664 bsc#1226941). +- Update + patches.suse/e1000e-change-usleep_range-to-udelay-in-PHY-mdic-acc.patch + (CVE-2024-39296 bsc#1226989 CVE-2024-36887 bsc#1225731). +- Update + patches.suse/ecryptfs-Fix-buffer-size-for-tag-66-packet.patch + (git-fixes CVE-2024-38578 bsc#1226634). +- Update + patches.suse/efi-libstub-only-free-priv.runtime_map-when-allocate.patch + (git-fixes CVE-2024-33619 bsc#1226768). +- Update + patches.suse/fbdev-imsttfb-fix-a-resource-leak-in-probe.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52838 + bsc#1225031). +- Update + patches.suse/fs-9p-only-translate-RWX-permissions-for-plain-9P200.patch + (git-fixes CVE-2024-36964 bsc#1225866). +- Update + patches.suse/fs-jfs-Add-check-for-negative-db_l2nbperpage.patch + (git-fixes CVE-2023-52810 bsc#1225557). +- Update + patches.suse/fs-jfs-Add-validity-check-for-db_maxag-and-db_agpref.patch + (git-fixes CVE-2023-52804 bsc#1225550). +- Update + patches.suse/ftrace-Fix-possible-use-after-free-issue-in-ftrace_location.patch + (git-fixes CVE-2024-38588 bsc#1226837). +- Update + patches.suse/genirq-irqdesc-Prevent-use-after-free-in-irq_find_at.patch + (git-fixes CVE-2024-38385 bsc#1227085). +- Update patches.suse/gfs2-ignore-negated-quota-changes.patch + (git-fixes CVE-2023-52759 bsc#1225560). +- Update + patches.suse/hid-cp2112-Fix-duplicate-workqueue-initialization.patch + (git-fixes CVE-2023-52853 bsc#1224988). +- Update + patches.suse/hwmon-axi-fan-control-Fix-possible-NULL-pointer-dere.patch + (git-fixes CVE-2023-52863 bsc#1225586). +- Update + patches.suse/i2c-acpi-Unbind-mux-adapters-before-delete.patch + (git-fixes CVE-2024-39362 bsc#1226995). +- Update + patches.suse/i2c-core-Run-atomic-i2c-xfer-when-preemptible.patch + (git-fixes CVE-2023-52791 bsc#1225108). +- Update + patches.suse/i3c-master-mipi-i3c-hci-Fix-a-kernel-panic-for-acces.patch + (git-fixes CVE-2023-52763 bsc#1225570). +- Update + patches.suse/i3c-mipi-i3c-hci-Fix-out-of-bounds-access-in-hci_dma.patch + (git-fixes CVE-2023-52766). +- Update + patches.suse/i915-perf-Fix-NULL-deref-bugs-with-drm_dbg-calls.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52788 + bsc#1225106). +- Update + patches.suse/igb-Fix-string-truncation-warnings-in-igb_set_fw_ver.patch + (git-fixes CVE-2024-36010 bsc#1225594). +- Update + patches.suse/iommu-vt-d-Fix-WARN_ON-in-iommu-probe-path.patch + (git-fixes CVE-2024-35957 bsc#1224673). +- Update + patches.suse/iommufd-Fix-missing-update-of-domains_itree-after-splitting-iopt + (jsc#PED-7779 jsc#PED-7780 CVE-2023-52801 bsc#1225006). +- Update + patches.suse/ipvlan-add-ipvlan_route_v6_outbound-helper.patch + (git-fixes CVE-2023-52796 bsc#1224930). +- Update + patches.suse/jffs2-prevent-xattr-node-from-overflowing-the-eraseblock.patch + (git-fixes CVE-2024-38599 bsc#1226848). +- Update + patches.suse/jfs-fix-array-index-out-of-bounds-in-dbFindLeaf.patch + (git-fixes CVE-2023-52799 bsc#1225472). +- Update + patches.suse/jfs-fix-array-index-out-of-bounds-in-diAlloc.patch + (git-fixes CVE-2023-52805 bsc#1225553). +- Update + patches.suse/kunit-fortify-Fix-mismatched-kvalloc-vfree-usage.patch + (git-fixes CVE-2024-38617 bsc#1226859). +- Update + patches.suse/lib-generic-radix-tree.c-Don-t-overflow-in-peek.patch + (git-fixes CVE-2021-47432 bsc#1225391). +- Update + patches.suse/lib-test_hmm.c-handle-src_pfns-and-dst_pfns-allocati.patch + (git-fixes CVE-2024-38543 bsc#1226594). +- Update + patches.suse/locking-ww_mutex-test-Fix-potential-workqueue-corrup.patch + (bsc#1219953 CVE-2023-52836 bsc#1225609). +- Update + patches.suse/md-Don-t-ignore-suspended-array-in-md_check_recovery-1baa.patch + (bsc#1219596 CVE-2024-26758). +- Update + patches.suse/media-atomisp-ssh_css-Fix-a-null-pointer-dereference.patch + (git-fixes CVE-2024-38547 bsc#1226632). +- Update + patches.suse/media-bttv-fix-use-after-free-error-due-to-btv-timeo.patch + (git-fixes CVE-2023-52847 bsc#1225588). +- Update + patches.suse/media-gspca-cpia1-shift-out-of-bounds-in-set_flicker.patch + (git-fixes CVE-2023-52764 bsc#1225571). +- Update + patches.suse/media-hantro-Check-whether-reset-op-is-defined-befor.patch + (git-fixes CVE-2023-52850 bsc#1225014). +- Update + patches.suse/media-i2c-et8ek8-Don-t-strip-remove-function-when-dr.patch + (git-fixes CVE-2024-38611 bsc#1226760). +- Update + patches.suse/media-imon-fix-access-to-invalid-resource-for-the-se.patch + (git-fixes CVE-2023-52754 bsc#1225490). +- Update + patches.suse/media-lgdt3306a-Add-a-check-against-null-pointer-def.patch + (stable-fixes CVE-2022-48772 bsc#1226976). +- Update + patches.suse/media-stk1160-fix-bounds-checking-in-stk1160_copy_vi.patch + (git-fixes CVE-2024-38621 bsc#1226895). +- Update + patches.suse/media-vidtv-mux-Add-check-and-kfree-for-kstrdup.patch + (git-fixes CVE-2023-52841 bsc#1225592). +- Update patches.suse/media-vidtv-psi-Add-check-for-kstrdup.patch + (git-fixes CVE-2023-52844 bsc#1225590). +- Update + patches.suse/mfd-qcom-spmi-pmic-Fix-revid-implementation.patch + (git-fixes CVE-2023-52765 bsc#1225029). +- Update + patches.suse/misc-microchip-pci1xxxx-fix-double-free-in-the-error.patch + (git-fixes CVE-2024-36973 bsc#1226457). +- Update + patches.suse/net-hns3-fix-out-of-bounds-access-may-occur-when-coa.patch + (git-fixes CVE-2023-52807 bsc#1225097). +- Update + patches.suse/net-ks8851-Queue-RX-packets-in-IRQ-handler-instead-o.patch + (git-fixes CVE-2024-36962 bsc#1225827). +- Update + patches.suse/net-mlx5-Fix-peer-devlink-set-for-SF-representor-dev.patch + (git-fixes CVE-2024-38595 bsc#1226741). +- Update + patches.suse/net-mlx5e-Track-xmit-submission-to-PTP-WQ-after-popu.patch + (jsc#PED-3311 CVE-2023-52782 bsc#1225103). +- Update + patches.suse/net-mvneta-fix-calls-to-page_pool_get_stats.patch + (git-fixes CVE-2023-52780 bsc#1224933). +- Update + patches.suse/net-wangxun-fix-kernel-panic-due-to-null-pointer.patch + (git-fixes CVE-2023-52783 bsc#1225104). +- Update + patches.suse/netfilter-complete-validation-of-user-input.patch + (git-fixes CVE-2024-35896 bsc#1224662 CVE-2024-35962 + bsc#1224583). +- Update + patches.suse/nfc-nci-Fix-uninit-value-in-nci_rx_work.patch + (git-fixes CVE-2024-38381 bsc#1226878). +- Update + patches.suse/nilfs2-fix-nilfs_empty_dir-misjudgment-and-long-loop.patch + (git-fixes CVE-2024-39469 bsc#1226992). +- Update + patches.suse/nilfs2-fix-potential-hang-in-nilfs_detach_log_writer.patch + (git-fixes CVE-2024-38582 bsc#1226658). +- Update + patches.suse/nilfs2-fix-use-after-free-of-timer-for-log-writer-th.patch + (git-fixes CVE-2024-38583 bsc#1226777). +- Update + patches.suse/of-module-add-buffer-overflow-check-in-of_modalias.patch + (git-fixes CVE-2024-38541 bsc#1226587). +- Update + patches.suse/padata-Fix-refcnt-handling-in-padata_free_shell.patch + (git-fixes CVE-2023-52854 bsc#1225584). +- Update + patches.suse/perf-core-Bail-out-early-if-the-request-AUX-area-is-out-of-bound.patch + (git-fixes CVE-2023-52835 bsc#1225602). +- Update + patches.suse/platform-x86-wmi-Fix-opening-of-char-device.patch + (git-fixes CVE-2023-52864 bsc#1225132). +- Update + patches.suse/powerpc-pseries-iommu-LPAR-panics-during-boot-up-wit.patch + (bsc#1222011 ltc#205900 CVE-2024-36926 bsc#1225829). +- Update patches.suse/pstore-platform-Add-check-for-kstrdup.patch + (git-fixes CVE-2023-52869 bsc#1225050). +- Update + patches.suse/remoteproc-mediatek-Make-sure-IPI-buffer-fits-in-L2T.patch + (git-fixes CVE-2024-36965 bsc#1226149). +- Update + patches.suse/ring-buffer-Fix-a-race-between-readers-and-resize-checks.patch + (git-fixes CVE-2024-38601 bsc#1226876). +- Update + patches.suse/s390-dasd-protect-device-queue-against-concurrent-access.patch + (git-fixes bsc#1217481 CVE-2023-52774 bsc#1225572). +- Update + patches.suse/scsi-hisi_sas-Set-debugfs_dir-pointer-to-NULL-after-removing-debugfs.patch + (git-fixes CVE-2023-52808 bsc#1225555). +- Update + patches.suse/scsi-ibmvfc-Remove-BUG_ON-in-the-case-of-an-empty-ev.patch + (bsc#1209834 ltc#202097 CVE-2023-52811 bsc#1225559). +- Update + patches.suse/scsi-libfc-Fix-potential-NULL-pointer-dereference-in-fc_lport_ptp_setup.patch + (git-fixes CVE-2023-52809 bsc#1225556). +- Update + patches.suse/scsi-lpfc-Move-NPIV-s-transport-unregistration-to-af.patch + (bsc#1221777 CVE-2024-36952 bsc#1225898). +- Update + patches.suse/scsi-lpfc-Release-hbalock-before-calling-lpfc_worker.patch + (bsc#1221777 CVE-2024-36924 bsc#1225820). +- Update + patches.suse/serial-max3100-Lock-port-lock-when-calling-uart_hand.patch + (git-fixes CVE-2024-38634 bsc#1226868). +- Update + patches.suse/serial-max3100-Update-uart_driver_registered-on-driv.patch + (git-fixes CVE-2024-38633 bsc#1226867). +- Update + patches.suse/soc-qcom-llcc-Handle-a-second-device-without-data-co.patch + (git-fixes CVE-2023-52871 bsc#1225534). +- Update + patches.suse/soundwire-cadence-fix-invalid-PDI-offset.patch + (stable-fixes CVE-2024-38635 bsc#1226863). +- Update patches.suse/speakup-Fix-sizeof-vs-ARRAY_SIZE-bug.patch + (git-fixes CVE-2024-38587 bsc#1226780). +- Update patches.suse/spi-Fix-null-dereference-on-suspend.patch + (git-fixes CVE-2023-52749 bsc#1225476). +- Update + patches.suse/thermal-core-prevent-potential-string-overflow.patch + (git-fixes CVE-2023-52868 bsc#1225044). +- Update + patches.suse/thermal-drivers-qcom-lmh-Check-for-SCM-availability-.patch + (git-fixes CVE-2024-39466 bsc#1227089). +- Update + patches.suse/thermal-drivers-tsens-Fix-null-pointer-dereference.patch + (git-fixes CVE-2024-38571 bsc#1226737). +- Update + patches.suse/thermal-intel-powerclamp-fix-mismatch-in-get-functio.patch + (git-fixes CVE-2023-52794 bsc#1225028). +- Update + patches.suse/tls-fix-NULL-deref-on-tls_sw_splice_eof-with-empty-r.patch + (jsc#PED-6831 CVE-2023-52767 bsc#1224998). +- Update + patches.suse/tpm_tis_spi-Account-for-SPI-header-when-allocating-T.patch + (git-fixes CVE-2024-36477 bsc#1226840). +- Update + patches.suse/tracing-Have-trace_event_file-have-ref-counters.patch + (git-fixes CVE-2023-52879 bsc#1225101). +- Update + patches.suse/tracing-trigger-Fix-to-return-error-if-failed-to-alloc-snapshot.patch + (git-fixes CVE-2024-26920). +- Update + patches.suse/tty-n_gsm-fix-race-condition-in-status-line-change-o.patch + (git-fixes CVE-2023-52872 bsc#1225591). +- Update + patches.suse/tty-n_gsm-require-CAP_NET_ADMIN-to-attach-N_GSM0710-.patch + (bsc#1222619 CVE-2023-52880). +- Update + patches.suse/tty-vcc-Add-check-for-kstrdup-in-vcc_probe.patch + (git-fixes CVE-2023-52789 bsc#1225180). +- Update + patches.suse/usb-config-fix-iteration-issue-in-usb_get_bos_descri.patch + (git-fixes CVE-2023-52781 bsc#1225092). +- Update + patches.suse/usb-dwc3-Wait-unconditionally-after-issuing-EndXfer-.patch + (git-fixes CVE-2024-36977 bsc#1226513). +- Update + patches.suse/usb-gadget-u_audio-Fix-race-condition-use-of-control.patch + (git-fixes CVE-2024-38628 bsc#1226911). +- Update + patches.suse/usb-storage-alauda-Check-whether-the-media-is-initia.patch + (git-fixes CVE-2024-38619 bsc#1226861). +- Update + patches.suse/usb-typec-tcpm-Fix-NULL-pointer-dereference-in-tcpm_.patch + (git-fixes CVE-2023-52877 bsc#1224944). +- Update + patches.suse/vhost-vdpa-fix-use-after-free-in-vhost_vdpa_probe.patch + (jsc#PED-3311 CVE-2023-52795 bsc#1225085). +- Update + patches.suse/virtio-blk-fix-implicit-overflow-on-virtio_max_dma_s.patch + (git-fixes CVE-2023-52762 bsc#1225573). +- Update + patches.suse/virtio-vsock-Fix-uninit-value-in-virtio_transport_re.patch + (jsc#PED-5505 CVE-2023-52842 bsc#1225025). +- Update + patches.suse/watchdog-cpu5wdt.c-Fix-use-after-free-bug-caused-by-.patch + (git-fixes CVE-2024-38630 bsc#1226908). +- Update + patches.suse/wifi-ar5523-enable-proper-endpoint-verification.patch + (git-fixes CVE-2024-38565 bsc#1226747). +- Update + patches.suse/wifi-ath11k-fix-dfs-radar-event-locking.patch + (git-fixes CVE-2023-52798 bsc#1224947). +- Update + patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch + (git-fixes CVE-2023-52777 bsc#1224992). +- Update patches.suse/wifi-ath11k-fix-htt-pktlog-locking.patch + (git-fixes CVE-2023-52800). +- Update + patches.suse/wifi-ath12k-fix-dfs-radar-and-temperature-event-lock.patch + (git-fixes CVE-2023-52776 bsc#1225090). +- Update + patches.suse/wifi-ath12k-fix-htt-mlo-offset-event-locking.patch + (git-fixes CVE-2023-52769 bsc#1225001). +- Update + patches.suse/wifi-ath12k-fix-out-of-bound-access-of-qmi_invoke_ha.patch + (git-fixes CVE-2024-38572 bsc#1226776). +- Update + patches.suse/wifi-ath12k-fix-possible-out-of-bound-read-in-ath12k.patch + (git-fixes CVE-2023-52827 bsc#1225078). +- Update + patches.suse/wifi-ath12k-fix-possible-out-of-bound-write-in-ath12.patch + (git-fixes CVE-2023-52829 bsc#1225081). +- Update + patches.suse/wifi-brcmfmac-pcie-handle-randbuf-allocation-failure.patch + (git-fixes CVE-2024-38575 bsc#1226612). +- Update + patches.suse/wifi-carl9170-add-a-proper-sanity-check-for-endpoint.patch + (git-fixes CVE-2024-38567 bsc#1226769). +- Update + patches.suse/wifi-carl9170-re-fix-fortified-memset-warning.patch + (git-fixes CVE-2024-38616 bsc#1226852). +- Update + patches.suse/wifi-mac80211-don-t-return-unset-power-in-ieee80211_.patch + (git-fixes CVE-2023-52832 bsc#1225577). +- Update + patches.suse/wifi-nl80211-Avoid-address-calculations-via-out-of-b.patch + (git-fixes CVE-2024-38562 bsc#1226788). +- Update + patches.suse/wifi-wilc1000-use-vmm_table-as-array-in-wilc-struct.patch + (git-fixes CVE-2023-52768 bsc#1225004). +- Update + patches.suse/x86-tdx-Zero-out-the-missing-RSI-in-TDX_HYPERCALL-macro.patch + (jsc#PED-5824 CVE-2023-52874 bsc#1225049). +- commit 33efdc4 + +------------------------------------------------------------------- +Mon Jul 1 13:39:23 CEST 2024 - mkubecek@suse.cz + +- tcp: do not accept ACK of bytes we never sent (CVE-2023-52881 + bsc#1225611). +- commit 16404a6 + +------------------------------------------------------------------- +Mon Jul 1 10:09:35 CEST 2024 - ptesarik@suse.com + +- net: ena: Fix redundant device NUMA node override + (jsc#PED-8688). +- commit 6ad6684 + +------------------------------------------------------------------- +Mon Jul 1 09:21:45 CEST 2024 - tiwai@suse.de + +- ata: ahci: Clean up sysfs file on error (git-fixes). +- ata: libata-core: Fix double free on error (git-fixes). +- ata,scsi: libata-core: Do not leak memory for ata_port struct + members (git-fixes). +- ata: libata-core: Fix null pointer dereference on error + (git-fixes). +- kbuild: Fix build target deb-pkg: ln: failed to create hard link + (git-fixes). +- kbuild: doc: Update default INSTALL_MOD_DIR from extra to + updates (git-fixes). +- kbuild: Install dtb files as 0644 in Makefile.dtbinst + (git-fixes). +- counter: ti-eqep: enable clock at probe (git-fixes). +- iio: chemical: bme680: Fix sensor data read operation + (git-fixes). +- iio: chemical: bme680: Fix overflows in compensate() functions + (git-fixes). +- iio: chemical: bme680: Fix calibration data variable + (git-fixes). +- iio: chemical: bme680: Fix pressure value output (git-fixes). +- iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF + (git-fixes). +- iio: adc: ad7266: Fix variable checking bug (git-fixes). +- iio: xilinx-ams: Don't include ams_ctrl_channels in scan_mask + (git-fixes). +- serial: bcm63xx-uart: fix tx after conversion to + uart_port_tx_limited() (git-fixes). +- serial: core: introduce uart_port_tx_limited_flags() + (git-fixes). +- Revert "serial: core: only stop transmit when HW fifo is empty" + (git-fixes). +- tty: mcf: MCF54418 has 10 UARTS (git-fixes). +- usb: gadget: aspeed_udc: fix device address configuration + (git-fixes). +- usb: dwc3: core: remove lock of otg mode during gadget + suspend/resume to avoid deadlock (git-fixes). +- usb: typec: ucsi: glink: fix child node release in probe + function (git-fixes). +- usb: musb: da8xx: fix a resource leak in probe() (git-fixes). +- usb: atm: cxacru: fix endpoint checking in cxacru_bind() + (git-fixes). +- usb: gadget: printer: fix races against disable (git-fixes). +- PCI/MSI: Fix UAF in msi_capability_init (git-fixes). +- commit a2ea5a9 + +------------------------------------------------------------------- +Sun Jun 30 10:36:05 CEST 2024 - tiwai@suse.de + +- crypto: deflate - Add aliases to deflate (bsc#1227190). +- commit 27ffd92 + +------------------------------------------------------------------- +Sun Jun 30 10:33:53 CEST 2024 - tiwai@suse.de + +- crypto: iaa - Account for cpu-less numa nodes (bsc#1227190). +- commit cd600aa + +------------------------------------------------------------------- +Sun Jun 30 10:25:03 CEST 2024 - tiwai@suse.de + +- i2c: testunit: discard write requests while old command is + running (git-fixes). +- i2c: testunit: don't erase registers after STOP (git-fixes). +- mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() + (git-fixes). +- mmc: sdhci: Do not invert write-protect twice (git-fixes). +- mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard + (git-fixes). +- mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos + (git-fixes). +- commit 448487d + +------------------------------------------------------------------- +Sat Jun 29 09:42:02 CEST 2024 - tiwai@suse.de + +- gpiolib: cdev: Disallow reconfiguration without direction + (uAPI v1) (git-fixes). +- gpio: davinci: Validate the obtained number of IRQs (git-fixes). +- commit 919ebd1 + +------------------------------------------------------------------- +Fri Jun 28 16:34:13 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices + (bsc#1227149). +- wifi: iwlwifi: clear link_id in time_event (bsc#1227149). +- wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149). +- wifi: iwlwifi: remove extra kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig + (bsc#1227149). +- wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: iwlwifi: mvm: use the new command to clear the internal + buffer (bsc#1227149). +- commit acd03db + +------------------------------------------------------------------- +Fri Jun 28 16:33:21 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch. +- commit 70a9591 + +------------------------------------------------------------------- +Fri Jun 28 16:32:11 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: disallow puncturing in US/Canada + (bsc#1227149). +- wifi: iwlwifi: Add rf_mapping of new wifi7 devices + (bsc#1227149). +- wifi: iwlwifi: cleanup BT Shared Single Antenna code + (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn if valid link pair was not found + (bsc#1227149). +- wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock + (bsc#1227149). +- wifi: iwlwifi: Don't mark DFS channels as NO-IR (bsc#1227149). +- wifi: iwlwifi: mvm: Allow DFS concurrent operation + (bsc#1227149). +- wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer + firmware (bsc#1227149). +- wifi: iwlwifi: remove async command callback (bsc#1227149). +- commit 0205124 + +------------------------------------------------------------------- +Fri Jun 28 16:31:15 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: fw: file: don't use [0] for variable arrays + (bsc#1227149). +- wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149). +- wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149). +- wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149). +- wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data + (bsc#1227149). +- wifi: iwlwifi: refactor RX tracing (bsc#1227149). +- wifi: iwlwifi: mvm: Correctly report TSF data in scan complete + (bsc#1227149). +- wifi: iwlwifi: mvm: Use the link ID provided in scan request + (bsc#1227149). +- wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad + (bsc#1227149). +- wifi: iwlwifi: fix system commands group ordering (bsc#1227149). +- commit 6cae420 + +------------------------------------------------------------------- +Fri Jun 28 16:30:31 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: drop NULL pointer check in + iwl_mvm_tzone_set_trip_temp() (bsc#1227149). +- wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: read DSM func 2 for specific RF types + (bsc#1227149). +- wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149). +- wifi: iwlwifi: mvm: cycle FW link on chanctx removal + (bsc#1227149). +- wifi: iwlwifi: trace full frames with TX status request + (bsc#1227149). +- wifi: iwlwifi: fw: Add support for UATS table in UHB + (bsc#1227149). +- wifi: iwlwifi: mvm: add a print when sending RLC command + (bsc#1227149). +- wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149). +- wifi: iwlwifi: mvm: implement new firmware API for statistics + (bsc#1227149). +- commit ed6b54f + +------------------------------------------------------------------- +Fri Jun 28 16:29:09 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-include-link-ID-when-releasing-fram.patch. +- commit 9866ec0 + +------------------------------------------------------------------- +Fri Jun 28 16:27:33 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149). +- wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149). +- wifi: iwlwifi: mvm: Return success if link could not be removed + (bsc#1227149). +- wifi: iwlwifi: add support for SNPS DPHYIP region type + (bsc#1227149). +- wifi: iwlwifi: mvm: remove set_tim callback for MLD ops + (bsc#1227149). +- wifi: iwlwifi: api: fix center_freq label in PHY diagram + (bsc#1227149). +- wifi: iwlwifi: support link id in SESSION_PROTECTION_NOTIF + (bsc#1227149). +- wifi: iwlwifi: support link_id in SESSION_PROTECTION cmd + (bsc#1227149). +- wifi: iwlwifi: make time_events MLO aware (bsc#1227149). +- commit 1ea0f35 + +------------------------------------------------------------------- +Fri Jun 28 16:23:52 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS + (bsc#1227149). +- wifi: iwlwifi: mvm: extend alive timeout to 2 seconds + (bsc#1227149). +- wifi: iwlwifi: mvm: fix the PHY context resolution for p2p + device (bsc#1227149). +- wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add + (bsc#1227149). +- wifi: iwlwifi: mvm: don't add dummy phy context (bsc#1227149). +- wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code + (bsc#1227149). +- wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149). +- wifi: iwlwifi: send EDT table to FW (bsc#1227149). +- wifi: iwlmvm: fw: Add new OEM vendor to tas approved list + (bsc#1227149). +- wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149). +- commit 50ebcaa + +------------------------------------------------------------------- +Fri Jun 28 16:22:41 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: advertise support for SCS traffic + description (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-do-not-announce-EPCS-support.patch. +- commit 7208326 + +------------------------------------------------------------------- +Fri Jun 28 16:21:40 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149). +- wifi: iwlwifi: fw: increase fw_version string size + (bsc#1227149). +- wifi: iwlwifi: check for kmemdup() return value in + iwl_parse_tlv_firmware() (bsc#1227149). +- wifi: iwlwifi: fix the rf step and flavor bits range + (bsc#1227149). +- wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149). +- wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs + handler (bsc#1227149). +- wifi: iwlwifi: abort scan when rfkill on but device enabled + (bsc#1227149). +- wifi: iwlwifi: mvm: Add basic link selection logic + (bsc#1227149). +- wifi: iwlwifi: mei: return error from register when not built + (bsc#1227149). +- commit fddf9eb + +------------------------------------------------------------------- +Fri Jun 28 16:20:48 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149). +- wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149). +- wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149). +- wifi: iwlwifi: add support for new ini region types + (bsc#1227149). +- wifi: iwlwifi: Extract common prph mac/phy regions data dump + logic (bsc#1227149). +- wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported + (bsc#1227149). +- wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149). +- wifi: iwlwifi: fix opmode start/stop race (bsc#1227149). +- wifi: iwlwifi: skip opmode start retries on dead transport + (bsc#1227149). +- commit 36551d1 + +------------------------------------------------------------------- +Fri Jun 28 16:19:43 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: add support for new wowlan_info_notif + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-d3-fix-IPN-byte-order.patch. +- commit 0b379ae + +------------------------------------------------------------------- +Fri Jun 28 16:19:04 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error + (bsc#1227149). +- wifi: iwlwifi: add mapping of a periphery register crf for WH RF + (bsc#1227149). +- wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors + (bsc#1227149). +- wifi: iwlwifi: mvm: support injection antenna control + (bsc#1227149). +- wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149). +- wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149). +- wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149). +- wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind + (bsc#1227149). +- commit 0882d6d + +------------------------------------------------------------------- +Fri Jun 28 16:18:16 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: implement enable/disable for China 2022 + regulatory (bsc#1227149). +- wifi: iwlwifi: mvm: handle link-STA allocation in restart + (bsc#1227149). +- wifi: iwlwifi: mvm: iterate active links for STA queues + (bsc#1227149). +- wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149). +- wifi: iwlwifi: mvm: add a debug print when we get a BAR + (bsc#1227149). +- wifi: iwlwifi: mvm: move listen interval to constants + (bsc#1227149). +- wifi: iwlwifi: no power save during transition to D3 + (bsc#1227149). +- wifi: iwlwifi: update context info structure definitions + (bsc#1227149). +- wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149). +- wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel + (bsc#1227149). +- commit 5c7efaf + +------------------------------------------------------------------- +Fri Jun 28 16:17:30 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: make "pldr_sync" mode effective + (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped frames (bsc#1227149). +- wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149). +- wifi: iwlwifi: remove dead-code (bsc#1227149). +- wifi: iwlwifi: pcie: enable TOP fatal error interrupt + (bsc#1227149). +- wifi: iwlwifi: pcie: give up mem read if HW is dead + (bsc#1227149). +- wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149). +- wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149). +- wifi: iwlwifi: mvm: check link more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149). +- commit 8aa4ff8 + +------------------------------------------------------------------- +Fri Jun 28 16:17:06 CEST 2024 - jgross@suse.com + +- virtio: delete vq in vp_find_vqs_msix() when request_irq() + fails (CVE-2024-37353 bsc#1226875). +- commit 4591439 + +------------------------------------------------------------------- +Fri Jun 28 16:16:25 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-ensure-offloading-TID-queue-exists.patch. +- commit 68376c9 + +------------------------------------------------------------------- +Fri Jun 28 16:15:45 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-pcie-fix-RB-status-reading.patch. +- commit f106797 + +------------------------------------------------------------------- +Fri Jun 28 16:14:51 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: fw: reconstruct the API/CAPA enum number + (bsc#1227149). +- wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative + (bsc#1227149). +- wifi: iwlwifi: mvm: increase session protection after CSA + (bsc#1227149). +- wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149). +- wifi: iwlmei: don't send nic info with invalid mac address + (bsc#1227149). +- commit 85cbe83 + +------------------------------------------------------------------- +Fri Jun 28 16:13:16 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: support flush on AP interfaces + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-change-iwl_mvm_flush_sta-API.patch. +- commit 908ff7c + +------------------------------------------------------------------- +Fri Jun 28 16:12:26 CEST 2024 - tiwai@suse.de + +- wifi: iwlmei: send driver down SAP message only if wiamt is + enabled (bsc#1227149). +- wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is + disabled (bsc#1227149). +- wifi: iwlmei: don't send SAP messages if AMT is disabled + (bsc#1227149). +- wifi: iwlwifi: remove memory check for LMAC error address + (bsc#1227149). +- wifi: iwlwifi: mvm: enable HE TX/RX <242 tone RU on new RFs + (bsc#1227149). +- wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149). +- wifi: iwlwifi: pcie: point invalid TFDs to invalid data + (bsc#1227149). +- wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up + (bsc#1227149). +- wifi: iwlwifi: pcie: move gen1 TB handling to header + (bsc#1227149). +- commit 92ab309 + +------------------------------------------------------------------- +Fri Jun 28 16:11:39 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: remove 'def_rx_queue' struct member + (bsc#1227149). +- wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149). +- wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149). +- wifi: iwlwifi: api: fix a small upper/lower-case typo + (bsc#1227149). +- wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled + (bsc#1227149). +- commit aa9a391 + +------------------------------------------------------------------- +Fri Jun 28 16:10:30 CEST 2024 - tiwai@suse.de + +- Add alt-commit to iwlwifi patches +- commit 865aa7a + +------------------------------------------------------------------- +Fri Jun 28 15:58:12 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix unsolicited broadcast probe config + (bsc#1227149). +- wifi: mac80211: initialize SMPS mode correctly (bsc#1227149). +- wifi: mac80211: fix driver debugfs for vif type change + (bsc#1227149). +- wifi: mac80211: improve CSA/ECSA connection refusal + (bsc#1227149). +- wifi: cfg80211: detect stuck ECSA element in probe resp + (bsc#1227149). +- wifi: mac80211: add/remove driver debugfs entries as appropriate + (bsc#1227149). +- wifi: mac80211: do not re-add debugfs entries during resume + (bsc#1227149). +- commit 769161a + +------------------------------------------------------------------- +Fri Jun 28 15:57:16 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove redundant ML element check (bsc#1227149). +- wifi: cfg80211: Update the default DSCP-to-UP mapping + (bsc#1227149). +- wifi: mac80211: fix spelling typo in comment (bsc#1227149). +- wifi: mac80211: add a driver callback to check active_links + (bsc#1227149). +- wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149). +- wifi: cfg80211: avoid double free if updating BSS fails + (bsc#1227149). +- commit e8bab13 + +------------------------------------------------------------------- +Fri Jun 28 15:55:53 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149). +- commit 6021aa4 + +------------------------------------------------------------------- +Fri Jun 28 15:55:00 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error + (bsc#1227149). +- wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149). +- wifi: mac80211: rework RX timestamp flags (bsc#1227149). +- wifi: mac80211: Schedule regulatory channels check on bandwith + change (bsc#1227149). +- wifi: cfg80211: Schedule regulatory check on BSS STA channel + change (bsc#1227149). +- wifi: cfg80211: reg: Support P2P operation on DFS channels + (bsc#1227149). +- wifi: mac80211: Skip association timeout update after comeback + rejection (bsc#1227149). +- wifi: mac80211: address some kerneldoc warnings (bsc#1227149). +- wifi: cfg80211: address several kerneldoc warnings + (bsc#1227149). +- commit bc44e06 + +------------------------------------------------------------------- +Fri Jun 28 15:53:35 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: generate an ML element for per-STA profiles + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-parse-all-ML-elements-in-an-ML-probe-r.patch. +- commit d924102 + +------------------------------------------------------------------- +Fri Jun 28 15:52:51 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149). +- wifi: mac80211: sta_info.c: fix sentence grammar (bsc#1227149). +- wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149). +- wifi: cfg80211: fix spelling & punctutation (bsc#1227149). +- wifi: cfg80211: sort certificates in build (bsc#1227149). +- wifi: mac80211: drop spurious WARN_ON() in + ieee80211_ibss_csa_beacon() (bsc#1227149). +- wifi: mac80211: don't set ESS capab bit in assoc request + (bsc#1227149). +- wifi: cfg80211: consume both probe response and beacon IEs + (bsc#1227149). +- wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- commit 5e5ecdb + +------------------------------------------------------------------- +Fri Jun 28 15:49:44 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: OWE DH IE handling offload (bsc#1227149). +- commit 58c8e33 + +------------------------------------------------------------------- +Fri Jun 28 15:47:17 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add BSS usage reporting (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-parse-all-ML-elements-in-an-ML-probe-r.patch. +- commit 5b2693d + +------------------------------------------------------------------- +Fri Jun 28 15:42:47 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: mac80211: add a flag to disallow puncturing (bsc#1227149). +- wifi: cfg80211: Add support for setting TID to link mapping + (bsc#1227149). +- wifi: mac80211: update some locking documentation (bsc#1227149). +- wifi: nl80211: Extend del pmksa support for SAE and OWE security + (bsc#1227149). +- wifi: mac80211: cleanup airtime arithmetic with + ieee80211_sta_keep_active() (bsc#1227149). +- wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide + sharing (bsc#1227149). +- wifi: cfg80211: make RX assoc data const (bsc#1227149). +- commit e4b61c4 + +------------------------------------------------------------------- +Fri Jun 28 15:39:46 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: Extend support for scanning while MLO connected + (bsc#1227149). +- commit b4c9412 + +------------------------------------------------------------------- +Fri Jun 28 15:39:04 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: hold wiphy mutex for send_interface + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-fix-missing-interfaces-when-dumping.patch. +- commit 2123690 + +------------------------------------------------------------------- +Fri Jun 28 15:38:39 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: fix CQM for non-range use (bsc#1227149). +- commit 3c8ba48 + +------------------------------------------------------------------- +Fri Jun 28 15:37:51 CEST 2024 - tiwai@suse.de + +- wifi: nl80211: refactor nl80211_send_mlme_event() arguments + (bsc#1227149). +- wifi: mac80211: Extend support for scanning while MLO connected + (bsc#1227149). +- wifi: mac80211: use wiphy locked debugfs for sdata/link + (bsc#1227149). +- wifi: mac80211: use wiphy locked debugfs helpers for agg_status + (bsc#1227149). +- wifi: cfg80211: add locked debugfs wrappers (bsc#1227149). +- wifi: mac80211: drop robust action frames before assoc + (bsc#1227149). +- wifi: cfg80211: Allow AP/P2PGO to indicate port authorization + to peer STA/P2PClient (bsc#1227149). +- commit 03e12a0 + +------------------------------------------------------------------- +Fri Jun 28 15:37:23 CEST 2024 - tiwai@suse.de + +- blacklist: drop the wifi entries to be backported +- commit 891934b + +------------------------------------------------------------------- +Fri Jun 28 15:35:23 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix another key installation error path + (bsc#1227149). +- wifi: mac80211: rename struct cfg80211_rx_assoc_resp to + cfg80211_rx_assoc_resp_data (bsc#1227149). +- wifi: mac80211: rename ieee80211_tx_status() to + ieee80211_tx_status_skb() (bsc#1227149). +- wifi: mac80211: fix change_address deadlock during unregister + (bsc#1227149). +- wifi: mac80211: Add __counted_by for struct ieee802_11_elems + and use struct_size() (bsc#1227149). +- wifi: remove unused argument of ieee80211_get_tdls_action() + (bsc#1227149). +- wifi: mac80211: fix header kernel-doc typos (bsc#1227149). +- wifi: cfg80211: fix header kernel-doc typos (bsc#1227149). +- wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149). +- wifi: mac80211: Check if we had first beacon with relevant links + (bsc#1227149). +- commit fa14599 + +------------------------------------------------------------------- +Fri Jun 28 15:35:06 CEST 2024 - jgross@suse.com + +- kABI fix of KVM: x86/pmu: Prioritize VMX interception over +- commit 1f1d114 + +------------------------------------------------------------------- +Fri Jun 28 15:34:27 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: flush STA queues on unauthorization + (bsc#1227149). +- wifi: mac80211: purge TX queues in flush_queues flow + (bsc#1227149). +- wifi: cfg80211: wext: convert return value to kernel-doc + (bsc#1227149). +- wifi: mac80211: fix a expired vs. cancel race in roc + (bsc#1227149). +- wifi: mac80211: make mgd_protect_tdls_discover MLO-aware + (bsc#1227149). +- wifi: cfg80211: Fix typo in documentation (bsc#1227149). +- wifi: cfg80211: Handle specific BSSID in 6GHz scanning + (bsc#1227149). +- wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149). +- wifi: cfg80211: Include operating class 137 in 6GHz band + (bsc#1227149). +- wifi: mac80211: Rename and update + IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149). +- commit 585676b + +------------------------------------------------------------------- +Fri Jun 28 15:31:47 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return + value (bsc#1227149). +- commit 3835ef2 + +------------------------------------------------------------------- +Fri Jun 28 15:30:12 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix error path key leak (bsc#1227149). +- Refresh patches.suse/wifi-mac80211-remove-key_mtx.patch. +- commit 3b93fe9 + +------------------------------------------------------------------- +Fri Jun 28 15:29:05 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix potential key leak (bsc#1227149). +- Refresh patches.suse/wifi-mac80211-remove-key_mtx.patch. +- commit 9fa5ec3 + +------------------------------------------------------------------- +Fri Jun 28 15:25:50 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: handle debugfs when switching to/from MLO + (bsc#1227149). +- wifi: mac80211: add a driver callback to add vif debugfs + (bsc#1227149). +- wifi: mac80211: cleanup auth_data only if association continues + (bsc#1227149). +- wifi: mac80211: add back SPDX identifier (bsc#1227149). +- wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return + type/value (bsc#1227149). +- wifi: mac80211: expand __ieee80211_data_to_8023() status + (bsc#1227149). +- wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149). +- commit e0a6a5e + +------------------------------------------------------------------- +Fri Jun 28 15:23:47 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add local_state_change to deauth trace + (bsc#1227149). +- wifi: mac80211: reject MLO channel configuration if not + supported (bsc#1227149). +- wifi: mac80211: report per-link error during association + (bsc#1227149). +- wifi: cfg80211: report per-link errors during association + (bsc#1227149). +- wifi: mac80211: support antenna control in injection + (bsc#1227149). +- wifi: mac80211: support handling of advertised TID-to-link + mapping (bsc#1227149). +- wifi: mac80211: add support for parsing TID to Link mapping + element (bsc#1227149). +- wifi: mac80211: Notify the low level driver on change in MLO + valid links (bsc#1227149). +- wifi: mac80211: describe return values in kernel-doc + (bsc#1227149). +- wifi: cfg80211: reg: describe return values in kernel-doc + (bsc#1227149). +- commit df6c84a + +------------------------------------------------------------------- +Fri Jun 28 15:22:57 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: allow for_each_sta_active_link() under RCU + (bsc#1227149). +- wifi: mac80211: relax RCU check in for_each_vif_active_link() + (bsc#1227149). +- wifi: mac80211: don't connect to an AP while it's in a CSA + process (bsc#1227149). +- wifi: mac80211: update the rx_chains after set_antenna() + (bsc#1227149). +- wifi: mac80211: use bandwidth indication element for CSA + (bsc#1227149). +- wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149). +- wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149). +- wifi: cfg80211: make read-only array centers_80mhz static const + (bsc#1227149). +- wifi: cfg80211: save power spectral density(psd) of regulatory + rule (bsc#1227149). +- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() + (bsc#1227149). +- commit 7f3b9af + +------------------------------------------------------------------- +Fri Jun 28 15:21:30 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: Sanity check tx bitrate if not provided by + driver (bsc#1227149). +- wifi: cfg80211: export DFS CAC time and usable state helper + functions (bsc#1227149). +- wifi: cfg80211: call reg_call_notifier on beacon hints + (bsc#1227149). +- wifi: cfg80211: allow reg update by driver even if wiphy->regd + is set (bsc#1227149). +- wifi: mac80211: additions to change_beacon() (bsc#1227149). +- wifi: nl80211: additions to NL80211_CMD_SET_BEACON + (bsc#1227149). +- wifi: cfg80211: modify prototype for change_beacon + (bsc#1227149). +- wifi: mac80211: fixes in FILS discovery updates (bsc#1227149). +- wifi: nl80211: fixes to FILS discovery updates (bsc#1227149). +- wifi: lib80211: remove unused variables iv32 and iv16 + (bsc#1227149). +- commit 67ccb18 + +------------------------------------------------------------------- +Fri Jun 28 15:18:45 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix various kernel-doc issues (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-track-capability-opmode-NSS-separately.patch. +- commit b1c042f + +------------------------------------------------------------------- +Fri Jun 28 15:17:48 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove shifted rate support (bsc#1227149). +- wifi: cfg80211: remove scan_width support (bsc#1227149). +- wifi: wext: avoid extra calls to strlen() in ieee80211_bss() + (bsc#1227149). +- wifi: mac80211: fix channel switch link data (bsc#1227149). +- wifi: mac80211: Do not force off-channel for management Tx + with MLO (bsc#1227149). +- wifi: mac80211: take MBSSID/EHT data also from probe resp + (bsc#1227149). +- wifi: mac80211: Print local link address during authentication + (bsc#1227149). +- wifi: cfg80211: reg: fix various kernel-doc issues + (bsc#1227149). +- wifi: mac80211: remove unnecessary struct forward declaration + (bsc#1227149). +- commit 5936128 + +------------------------------------------------------------------- +Fri Jun 28 15:16:00 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: annotate iftype_data pointer with sparse + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-fix-wiphy-delayed-work-queueing.patch. +- commit 031b8a7 + +------------------------------------------------------------------- +Fri Jun 28 15:13:21 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: add more warnings about inserting sta info + (bsc#1227149). +- wifi: mac80211: add support for mld in ieee80211_chswitch_done + (bsc#1227149). +- wifi: mac80211: fix BA session teardown race (bsc#1227149). +- wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149). +- commit 8e5b425 + +------------------------------------------------------------------- +Fri Jun 28 15:05:09 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: remove wdev mutex (bsc#1227149). +- commit 4d7cf99 + +------------------------------------------------------------------- +Fri Jun 28 14:43:48 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: set wiphy for virtual monitors (bsc#1227149). +- commit 6022030 + +------------------------------------------------------------------- +Fri Jun 28 14:41:15 CEST 2024 - vkarasulli@suse.de + +- iommu/amd: Fix sysfs leak in iommu init (git-fixes). +- commit 5b11e2a + +------------------------------------------------------------------- +Fri Jun 28 14:36:14 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove key_mtx (bsc#1227149). +- commit 36d4ad3 + +------------------------------------------------------------------- +Fri Jun 28 14:36:07 CEST 2024 - vkarasulli@suse.de + +- iommu: Return right value in iommu_sva_bind_device() + (git-fixes). +- commit 769b149 + +------------------------------------------------------------------- +Fri Jun 28 14:34:56 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove sta_mtx (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-check-if-the-existing-link-config-rema.patch. +- Refresh + patches.suse/wifi-mac80211-don-t-re-add-debugfs-during-reconfig.patch. +- commit 5b967e8 + +------------------------------------------------------------------- +Fri Jun 28 14:32:14 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: reduce iflist_mtx (bsc#1227149). +- wifi: mac80211: remove local->mtx (bsc#1227149). +- wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149). +- wifi: mac80211: remove chanctx_mtx (bsc#1227149). +- wifi: mac80211: take wiphy lock for MAC addr change + (bsc#1227149). +- wifi: mac80211: extend wiphy lock in interface removal + (bsc#1227149). +- wifi: mac80211: hold wiphy_lock around concurrency checks + (bsc#1227149). +- wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149). +- commit b3dacec + +------------------------------------------------------------------- +Fri Jun 28 14:27:41 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: check wiphy mutex in ops (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-do-not-pass-AP_VLAN-vif-pointer-to-dri.patch. +- commit 3b00636 + +------------------------------------------------------------------- +Fri Jun 28 14:26:23 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: check wiphy mutex is held for wdev mutex + (bsc#1227149). +- wifi: cfg80211: hold wiphy lock in + cfg80211_any_wiphy_oper_chan() (bsc#1227149). +- wifi: cfg80211: sme: hold wiphy lock for wdev iteration + (bsc#1227149). +- wifi: cfg80211: reg: hold wiphy mutex for wdev iteration + (bsc#1227149). +- wifi: mac80211: move color change finalize to wiphy work + (bsc#1227149). +- wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move filter reconfig to wiphy work + (bsc#1227149). +- wifi: mac80211: move tspec work to wiphy work (bsc#1227149). +- wifi: mac80211: move key tailroom work to wiphy work + (bsc#1227149). +- commit d930910 + +------------------------------------------------------------------- +Fri Jun 28 14:25:06 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-move-sched-scan-stop-work-to-wiphy-wor.patch. +- commit 6350819 + +------------------------------------------------------------------- +Fri Jun 28 14:24:21 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-move-radar-detect-work-to-wiphy-work.patch. +- commit 46fc728 + +------------------------------------------------------------------- +Fri Jun 28 14:23:33 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: move TDLS work to wiphy work (bsc#1227149). +- wifi: mac80211: move link activation work to wiphy work + (bsc#1227149). +- wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149). +- wifi: mac80211: move monitor work to wiphy work (bsc#1227149). +- wifi: mac80211: add more ops assertions (bsc#1227149). +- wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149). +- wifi: mac80211: flush wiphy work where appropriate + (bsc#1227149). +- wifi: cfg80211: check RTNL when iterating devices (bsc#1227149). +- commit 425f8ad + +------------------------------------------------------------------- +Fri Jun 28 14:22:54 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: lock wiphy for aggregation debugfs + (bsc#1227149). +- wifi: mac80211: hold wiphy lock in netdev/link debugfs + (bsc#1227149). +- wifi: mac80211: debugfs: lock wiphy instead of RTNL + (bsc#1227149). +- wifi: mac80211: fix SMPS status handling (bsc#1227149). +- wifi: mac80211: Fix SMPS handling in the context of MLO + (bsc#1227149). +- wifi: mac80211: rework ack_frame_id handling a bit + (bsc#1227149). +- wifi: mac80211: tx: clarify conditions in if statement + (bsc#1227149). +- wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149). +- wifi: cfg80211: improve documentation for flag fields + (bsc#1227149). +- wifi: nl80211: Remove unused declaration + nl80211_pmsr_dump_results() (bsc#1227149). +- commit 75d4c97 + +------------------------------------------------------------------- +Fri Jun 28 14:22:07 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: mesh: Remove unused function declaration + mesh_ids_set_default() (bsc#1227149). +- commit b3033c6 + +------------------------------------------------------------------- +Fri Jun 28 14:21:05 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: Remove unused function declarations + (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-move-radar-detect-work-to-wiphy-work.patch. +- commit 343f020 + +------------------------------------------------------------------- +Fri Jun 28 13:59:47 CEST 2024 - jwiesner@suse.de + +- x86/tsc: Trust initial offset in architectural TSC-adjust MSRs + (bsc#1222015 bsc#1226962). +- commit ba98363 + +------------------------------------------------------------------- +Fri Jun 28 13:47:24 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC + due to bad index (bsc#1226158). +- commit fdb5ce1 + +------------------------------------------------------------------- +Fri Jun 28 12:32:43 CEST 2024 - mgorman@suse.de + +- Update -rt config files. +- commit abdd635 + +------------------------------------------------------------------- +Fri Jun 28 09:50:45 CEST 2024 - bdas@suse.de + +- net/9p: fix uninit-value in p9_client_rpc() (CVE-2024-39301 + bsc#1226994). +- commit d8af728 + +------------------------------------------------------------------- +Fri Jun 28 09:48:09 CEST 2024 - iivanov@suse.de + +- arm64/io: add constant-argument check (bsc#1226502 git-fixes) +- commit 45e8b78 + +------------------------------------------------------------------- +Fri Jun 28 09:44:48 CEST 2024 - tiwai@suse.de + +- struct acpi_ec kABI workaround (git-fixes). +- commit 3605f74 + +------------------------------------------------------------------- +Fri Jun 28 09:40:19 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921s: fix potential hung tasks during chip + recovery (stable-fixes). +- commit d9504b4 + +------------------------------------------------------------------- +Fri Jun 28 09:37:54 CEST 2024 - tiwai@suse.de + +- drm/drm_file: Fix pid refcounting race (git-fixes). +- drm/i915/gt: Fix potential UAF by revoke of fence registers + (git-fixes). +- drm/amdgpu: Fix pci state save during mode-1 reset (git-fixes). +- drm/panel: simple: Add missing display timing flags for KOE + TX26D202VM0BWA (git-fixes). +- drm/fbdev-dma: Only set smem_start is enable per module option + (git-fixes). +- net: usb: ax88179_178a: improve link status logs (git-fixes). +- net: phy: micrel: add Microchip KSZ 9477 to the device table + (git-fixes). +- batman-adv: Don't accept TT entries for out-of-spec VIDs + (git-fixes). +- can: mcp251xfd: fix infinite loop when xmit fails (git-fixes). +- net: can: j1939: recover socket queue on CAN bus error during + BAM transmission (git-fixes). +- net: can: j1939: Initialize unused data in j1939_send_one() + (git-fixes). +- net: can: j1939: enhanced error handling for tightly received + RTS messages in xtp_rx_rts_session_new (git-fixes). +- ASoC: fsl-asoc-card: set priv->pdev before using it (git-fixes). +- ASoC: amd: acp: remove i2s configuration check in + acp_i2s_probe() (git-fixes). +- ASoC: amd: acp: add a null check for chip_pdev structure + (git-fixes). +- ASoC: q6apm-lpass-dai: close graph on prepare errors + (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on + right mclk (git-fixes). +- ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (git-fixes). +- ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820 + (git-fixes). +- ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 + messages (git-fixes). +- drm/amdgpu: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/radeon: fix UBSAN warning in kv_dpm.c (stable-fixes). +- ACPI: EC: Evaluate orphan _REG under EC device (git-fixes). +- serial: exar: adding missing CTI and Exar PCI ids + (stable-fixes). +- serial: imx: Introduce timeout when waiting on transmitter empty + (stable-fixes). +- usb: gadget: function: Remove usage of the deprecated + ida_simple_xx() API (stable-fixes). +- usb: typec: ucsi_glink: drop special handling for CCI_BUSY + (stable-fixes). +- usb: dwc3: pci: Don't set "linux,phy_charger_detect" property + on Lenovo Yoga Tab2 1380 (stable-fixes). +- usb: misc: uss720: check for incompatible versions of the + Belkin F5U002 (stable-fixes). +- usb: gadget: uvc: configfs: ensure guid to be valid before set + (stable-fixes). +- cpufreq: amd-pstate: fix memory leak on CPU EPP exit + (stable-fixes). +- ACPI: EC: Install address space handler at the namespace root + (stable-fixes). +- PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports + (stable-fixes). +- power: supply: cros_usbpd: provide ID table for avoiding + fallback match (stable-fixes). +- platform/x86: toshiba_acpi: Add quirk for buttons on Z830 + (stable-fixes). +- ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk + (git-fixes). +- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F + (stable-fixes). +- ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 + (stable-fixes). +- drm/lima: mask irqs in timeout path before hard reset + (stable-fixes). +- drm/lima: add mask irq callback to gp and pp (stable-fixes). +- drm/amd/display: revert Exit idle optimizations before HDCP + execution (stable-fixes). +- drm/amd/display: Exit idle optimizations before HDCP execution + (stable-fixes). +- Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl + (stable-fixes). +- batman-adv: bypass empty buckets in batadv_purge_orig_ref() + (stable-fixes). +- ssb: Fix potential NULL pointer dereference in + ssb_device_uevent() (stable-fixes). +- HID: Add quirk for Logitech Casa touchpad (stable-fixes). +- ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets + (stable-fixes). +- crypto: hisilicon/qm - Add the err memory release process to + qm uninit (stable-fixes). +- crypto: hisilicon/sec - Fix memory leak for sec resource release + (stable-fixes). +- commit bbedf42 + +------------------------------------------------------------------- +Thu Jun 27 20:21:37 CEST 2024 - tbogendoerfer@suse.de + +- net/mlx5: Fix MTMP register capability offset in MCAM register + (git-fixes). +- bonding: fix oops during rmmod (CVE-2024-39296 bsc#1226989). +- e1000e: change usleep_range to udelay in PHY mdic access + (CVE-2024-39296 bsc#1226989). +- dpll: spec: use proper enum for pin capabilities attribute + (git-fixes). +- tools: ynl: fix handling of multiple mcast groups (git-fixes). +- tools: ynl: don't leak mcast_groups on init error (git-fixes). +- tools: ynl: make sure we always pass yarg to mnl_cb_run + (git-fixes). +- commit 164182f + +------------------------------------------------------------------- +Thu Jun 27 18:52:51 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Fix WARN_ON in iommu probe path (git-fixes). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1224751 CVE-2024-35843). +- iommu/vt-d: Use rbtree to track iommu probed devices + (git-fixes). +- commit 5f366a7 + +------------------------------------------------------------------- +Thu Jun 27 17:29:45 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential kernel bug due to lack of writeback flag + waiting (bsc#1227066 CVE-2024-37078). +- commit bd6df7f + +------------------------------------------------------------------- +Thu Jun 27 15:03:44 CEST 2024 - tiwai@suse.de + +- kABI workaround for FPGA changes (CVE-2024-35247 bsc#1226948 + CVE-2024-36479 bsc#1226949 CVE-2024-37021 bsc#1226950). +- commit 4b32e86 + +------------------------------------------------------------------- +Thu Jun 27 14:44:09 CEST 2024 - tiwai@suse.de + +- fpga: region: add owner module and take its refcount + (CVE-2024-35247 bsc#1226948). +- Refresh patches.suse/fpga-add-kABI-padding.patch. +- commit 670051c + +------------------------------------------------------------------- +Thu Jun 27 14:42:15 CEST 2024 - tiwai@suse.de + +- fpga: manager: add owner module and take its refcount + (CVE-2024-37021 bsc#1226950). +- Refresh patches.suse/fpga-add-kABI-padding.patch. +- commit 34a2533 + +------------------------------------------------------------------- +Thu Jun 27 14:37:10 CEST 2024 - tiwai@suse.de + +- fpga: bridge: add owner module and take its refcount + (CVE-2024-36479 bsc#1226949). +- commit 545627b + +------------------------------------------------------------------- +Thu Jun 27 13:09:29 CEST 2024 - nik.borisov@suse.com + +- Fix build failure on powerpc + Refresh + patches.suse/powerpc-uaccess-Use-YZ-asm-constraint-for-ld.patch. +- commit 4cafc95 + +------------------------------------------------------------------- +Thu Jun 27 11:05:02 CEST 2024 - iivanov@suse.de + +- kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502) +- commit 54c3656 + +------------------------------------------------------------------- +Thu Jun 27 10:56:03 CEST 2024 - iivanov@suse.de + +- net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502) +- commit 5ea0ed2 + +------------------------------------------------------------------- +Thu Jun 27 10:54:55 CEST 2024 - iivanov@suse.de + +- arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502) +- commit a39a193 + +------------------------------------------------------------------- +Thu Jun 27 10:53:38 CEST 2024 - iivanov@suse.de + +- s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502) +- commit 4a798a5 + +------------------------------------------------------------------- +Thu Jun 27 10:27:37 CEST 2024 - iivanov@suse.de + +- s390: Implement __iowrite32_copy() (bsc#1226502) +- commit 80e689b + +------------------------------------------------------------------- +Thu Jun 27 10:26:30 CEST 2024 - iivanov@suse.de + +- x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502) +- commit 894aede + +------------------------------------------------------------------- +Thu Jun 27 09:40:08 CEST 2024 - tbogendoerfer@suse.de + +- net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete + status rules (CVE-2024-36281 bsc#1226799). +- commit a7197fd + +------------------------------------------------------------------- +Wed Jun 26 18:08:09 CEST 2024 - lhenriques@suse.de + +- ceph: switch to use cap_delay_lock for the unlink delay list + (bsc#1226022). +- ceph: break the check delayed cap loop every 5s (bsc#1226022). +- ceph: add ceph_cap_unlink_work to fire check_caps() immediately + (bsc#1226022). +- ceph: always queue a writeback when revoking the Fb caps + (bsc#1226022). +- ceph: always check dir caps asynchronously (bsc#1226022). +- commit 7eb372a + +------------------------------------------------------------------- +Wed Jun 26 14:18:48 CEST 2024 - ptesarik@suse.com + +- arm64: mm: Don't remap pgtables for allocate vs populate + (jsc#PED-8688). +- arm64: mm: Batch dsb and isb when populating pgtables + (jsc#PED-8688). +- arm64: mm: Don't remap pgtables per-cont(pte|pmd) block + (jsc#PED-8688). +- commit fdec960 + +------------------------------------------------------------------- +Wed Jun 26 14:13:09 CEST 2024 - jack@suse.cz + +- epoll: be better about file lifetimes (bsc#1226610 + CVE-2024-38580). +- commit 4ff3c13 + +------------------------------------------------------------------- +Wed Jun 26 14:05:46 CEST 2024 - jack@suse.cz + +- null_blk: Fix return value of nullb_device_power_store() + (bsc#1226841 CVE-2024-36478). +- commit f213a2a + +------------------------------------------------------------------- +Wed Jun 26 13:52:15 CEST 2024 - rgoldwyn@suse.com + +- f2fs: multidev: fix to recognize valid zero block address (bsc#1226879, CVE-2024-38636). +- commit ec1ded3 + +------------------------------------------------------------------- +Wed Jun 26 13:11:15 CEST 2024 - mfranc@suse.cz + +- s390/cpacf: Make use of invalid opcode produce a link error + (git-fixes bsc#1227072). +- commit 24c76d1 + +------------------------------------------------------------------- +Wed Jun 26 13:05:00 CEST 2024 - mfranc@suse.cz + +- s390/ap: Fix crash in AP internal function modify_bitmap() + (CVE-2024-38661 bsc#1226996 git-fixes). +- commit 456a41d + +------------------------------------------------------------------- +Wed Jun 26 10:51:36 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: Add sockopt case to verify prog_type (bsc#1226789 + CVE-2024-38564). +- selftests/bpf: Extend sockopt tests to use BPF_LINK_CREATE + (bsc#1226789 CVE-2024-38564). +- bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in + BPF_LINK_CREATE (bsc#1226789 CVE-2024-38564). +- commit 2f12314 + +------------------------------------------------------------------- +Wed Jun 26 07:08:38 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Fix verifier assumptions about socket->sk (bsc#1226790 + CVE-2024-38566). +- commit dc586b3 + +------------------------------------------------------------------- +Tue Jun 25 20:26:14 CEST 2024 - lduncan@suse.com + +- scsi: qedf: Ensure the copied buf is NUL terminated (bsc#1226758 + CVE-2024-38559). +- scsi: bfa: Ensure the copied buf is NUL terminated (bsc#1226786 + CVE-2024-38560). +- scsi: bnx2fc: Remove spin_lock_bh while releasing resources + after upload (bsc#1224767 CVE-2024-36919). +- commit 3cabc93 + +------------------------------------------------------------------- +Tue Jun 25 17:30:54 CEST 2024 - dwagner@suse.de + +- nvme: do not retry authentication failures (bsc#1186716). +- nvme-fabrics: short-circuit reconnect retries (bsc#1186716). +- nvme: return kernel error codes for admin queue connect + (bsc#1186716). +- nvmet: return DHCHAP status codes from nvmet_setup_auth() + (bsc#1186716). +- nvmet: lock config semaphore when accessing DH-HMAC-CHAP key + (bsc#1186716). +- commit ac2b954 + +------------------------------------------------------------------- +Tue Jun 25 17:00:23 CEST 2024 - davide.benini@suse.com + +- net: sched: sch_multiq: fix possible OOB write in multiq_tune() + (CVE-2024-36978 bsc#1226514). +- commit 3b6fd26 + +------------------------------------------------------------------- +Tue Jun 25 16:16:31 CEST 2024 - dwagner@suse.de + +- nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists() + (git-fixes). +- commit 556ea4a + +------------------------------------------------------------------- +Tue Jun 25 15:48:44 CEST 2024 - jack@suse.cz + +- null_blk: fix null-ptr-dereference while configuring 'power' + and 'submit_queues' (bsc#1226841 CVE-2024-36478). +- commit d0b4b2a + +------------------------------------------------------------------- +Tue Jun 25 15:47:56 CEST 2024 - jack@suse.cz + +- block: fix overflow in blk_ioctl_discard() (bsc#1225770 + CVE-2024-36917). +- commit bbdd816 + +------------------------------------------------------------------- +Tue Jun 25 15:38:19 CEST 2024 - jack@suse.cz + +- mm: Avoid overflows in dirty throttling logic (bsc#1222364 + CVE-2024-26720). +- commit 77e301c + +------------------------------------------------------------------- +Tue Jun 25 15:20:37 CEST 2024 - davide.benini@suse.com + +- net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP + (CVE-2024-36974 bsc#1226519). +- commit f911add + +------------------------------------------------------------------- +Tue Jun 25 13:38:15 CEST 2024 - iivanov@suse.de + +- PCI: Clear Secondary Status errors after enumeration (bsc#1226928) +- commit 606f4e7 + +------------------------------------------------------------------- +Tue Jun 25 13:28:05 CEST 2024 - dwagner@suse.de + +- nvmet-passthru: propagate status from id override functions + (git-fixes). +- nvme: fix nvme_pr_* status code parsing (git-fixes). +- nvmet: fix nvme status code when namespace is disabled + (git-fixes). +- nvmet-tcp: fix possible memory leak when tearing down a + controller (git-fixes). +- nvmet-auth: replace pr_debug() with pr_err() to report an error + (git-fixes). +- nvmet-auth: return the error code to the nvmet_auth_host_hash() + callers (git-fixes). +- nvme: find numa distance only if controller has valid numa id + (git-fixes). +- commit 3709ef4 + +------------------------------------------------------------------- +Tue Jun 25 12:27:34 CEST 2024 - dwagner@suse.de + +- nvme: cancel pending I/O if nvme controller is in terminal state + (bsc#1226503). + Refresh: + - patches.suse/nvme-multipath-fix-io-accounting-on-failover.patch +- commit 7dbf1d4 + +------------------------------------------------------------------- +Tue Jun 25 11:13:31 CEST 2024 - tiwai@suse.de + +- stm class: Fix a double free in stm_register_device() + (CVE-2024-38627 bsc#1226857). +- commit ef5c589 + +------------------------------------------------------------------- +Tue Jun 25 10:53:05 CEST 2024 - tiwai@suse.de + +- Input: ili210x - fix ili251x_read_touch_data() return value + (git-fixes). +- pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set + (git-fixes). +- pinctrl: rockchip: use dedicated pinctrl type for RK3328 + (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins + (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins + (git-fixes). +- pinctrl: fix deadlock in create_pinctrl() when handling + -EPROBE_DEFER (git-fixes). +- pinctrl: qcom: spmi-gpio: drop broken pm8008 support + (git-fixes). +- commit a1b46e3 + +------------------------------------------------------------------- +Tue Jun 25 10:49:59 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi: hns3: Actually use + devm_add_action_or_reset() (CVE-2024-38603 bsc#1226842). +- commit 4db6ba6 + +------------------------------------------------------------------- +Tue Jun 25 01:35:47 CEST 2024 - neilb@suse.de + +- NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362). +- commit 6ed2498 + +------------------------------------------------------------------- +Mon Jun 24 18:25:30 CEST 2024 - nik.borisov@suse.com + +- work around gcc bugs with 'asm goto' with outputs (git-fixes). +- Refresh + patches.suse/powerpc-uaccess-Fix-build-errors-seen-with-GCC-13-14.patch. +- Refresh + patches.suse/powerpc-uaccess-Use-YZ-asm-constraint-for-ld.patch. +- commit eac0f3f + +------------------------------------------------------------------- +Mon Jun 24 18:14:54 CEST 2024 - nik.borisov@suse.com + +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (git-fixes). +- commit 8a8a749 + +------------------------------------------------------------------- +Mon Jun 24 18:14:09 CEST 2024 - nik.borisov@suse.com + +- x86/tdx: Preserve shared bit on mprotect() (git-fixes). +- commit ea4a8f6 + +------------------------------------------------------------------- +Mon Jun 24 18:05:52 CEST 2024 - nik.borisov@suse.com + +- x86/sev: Fix position dependent variable references in startup code (git-fixes). +- Refresh + patches.suse/x86-coco-Require-seeding-RNG-with-RDRAND-on-CoCo-systems.patch. +- commit 2efccd0 + +------------------------------------------------------------------- +Mon Jun 24 17:43:36 CEST 2024 - nik.borisov@suse.com + +- x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel (git-fixes). +- Refresh + patches.suse/x86-mce-Differentiate-real-hardware-MCs-from-TDX-erratum-o.patch. +- commit d75f0fd + +------------------------------------------------------------------- +Mon Jun 24 17:42:01 CEST 2024 - nik.borisov@suse.com + +- x86/kexec: Fix bug with call depth tracking (git-fixes). +- commit 926155d + +------------------------------------------------------------------- +Mon Jun 24 17:41:39 CEST 2024 - nik.borisov@suse.com + +- x86/nmi: Drop unused declaration of proc_nmi_enabled() (git-fixes). +- commit 3441c2e + +------------------------------------------------------------------- +Mon Jun 24 17:41:09 CEST 2024 - nik.borisov@suse.com + +- x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (git-fixes). +- commit 820085a + +------------------------------------------------------------------- +Mon Jun 24 17:40:50 CEST 2024 - nik.borisov@suse.com + +- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking (git-fixes). +- commit 1c4403a + +------------------------------------------------------------------- +Mon Jun 24 17:31:22 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Blacklist invalid commit (git-fixes) + We don't support CPU_MITIGATIONS hence to need for this logic +- commit 6899966 + +------------------------------------------------------------------- +Mon Jun 24 09:44:52 CEST 2024 - tbogendoerfer@suse.de + +- net: fec: remove .ndo_poll_controller to avoid deadlocks + (CVE-2024-38553 bsc#1226744). +- net/mlx5: Discard command completions in internal error + (CVE-2024-38555 bsc#1226607). +- net/mlx5: Add a timeout to acquire the command queue semaphore + (CVE-2024-38556 bsc#1226774). +- net/mlx5: Reload only IB representors upon lag disable/enable + (CVE-2024-38557 bsc#1226781). +- net/mlx5e: Fix netif state handling (CVE-2024-38608 + bsc#1226746). +- eth: sungem: remove .ndo_poll_controller to avoid deadlocks + (CVE-2024-38597 bsc#1226749). +- net: stmmac: move the EST lock to struct stmmac_priv + (CVE-2024-38594 bsc#1226734). +- commit d6f20aa + +------------------------------------------------------------------- +Mon Jun 24 09:42:26 CEST 2024 - tiwai@suse.de + +- i2c: ocores: set IACK bit after core is enabled (git-fixes). +- commit dc04936 + +------------------------------------------------------------------- +Sun Jun 23 08:49:31 CEST 2024 - tiwai@suse.de + +- regulator: bd71815: fix ramp values (git-fixes). +- regulator: core: Fix modpost error "regulator_get_regmap" + undefined (git-fixes). +- spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to + CCR_BUSWIDTH_4 (git-fixes). +- spi: stm32: qspi: Fix dual flash mode sanity test in + stm32_qspi_setup() (git-fixes). +- firmware: psci: Fix return value from psci_system_suspend() + (git-fixes). +- commit 5c1d1d7 + +------------------------------------------------------------------- +Sat Jun 22 19:32:37 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Add check for srq max_sge attribute (git-fixes) +- commit 5a7a44c + +------------------------------------------------------------------- +Sat Jun 22 19:32:10 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (git-fixes) +- commit a73b3cb + +------------------------------------------------------------------- +Sat Jun 22 19:31:45 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Ensure created mkeys always have a populated rb_key (git-fixes) +- commit 194920a + +------------------------------------------------------------------- +Sat Jun 22 19:31:19 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Follow rb_key.ats when creating new mkeys (git-fixes) +- commit 93d4abb + +------------------------------------------------------------------- +Sat Jun 22 19:30:51 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Remove extra unlock on error path (git-fixes) +- commit 662ecd8 + +------------------------------------------------------------------- +Sat Jun 22 19:30:21 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix responder length checking for UD request packets (git-fixes) +- commit 77ecb50 + +------------------------------------------------------------------- +Sat Jun 22 19:29:56 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix data copy for IB_SEND_INLINE (git-fixes) +- commit 9ec1cd9 + +------------------------------------------------------------------- +Sat Jun 22 19:29:24 CEST 2024 - nmorey@suse.com + +- RDMA/bnxt_re: Fix the max msix vectors macro (git-fixes) +- commit 19f32fe + +------------------------------------------------------------------- +Sat Jun 22 10:04:35 CEST 2024 - tiwai@suse.de + +- drm/i915/mso: using joiner is not possible with eDP MSO + (git-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9 + (stable-fixes). +- ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your + kernel is fine." (git-fixes). +- thermal/drivers/mediatek/lvts_thermal: Return error in case + of invalid efuse data (git-fixes). +- dmaengine: ioatdma: Fix missing kmem_cache_destroy() + (git-fixes). +- dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() + (git-fixes). +- dmaengine: ioatdma: Fix error path in ioat3_dma_probe() + (git-fixes). +- dmaengine: ioatdma: Fix leaking on version mismatch (git-fixes). +- dmaengine: idxd: Fix possible Use-After-Free in + irq_process_work_list (git-fixes). +- xhci: Apply broken streams quirk to Etron EJ188 xHCI host + (stable-fixes). +- xhci: Apply reset resume quirk to Etron EJ188 xHCI host + (stable-fixes). +- xhci: Set correct transferred length for cancelled bulk + transfers (stable-fixes). +- drm/exynos/vidi: fix memory leak in .get_modes() (stable-fixes). +- ACPI: x86: Force StorageD3Enable on more products + (stable-fixes). +- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on + I/O errors (git-fixes). +- kheaders: explicitly define file modes for archived headers + (stable-fixes). +- intel_th: pci: Add Lunar Lake support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S support (stable-fixes). +- intel_th: pci: Add Sapphire Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids support (stable-fixes). +- clkdev: Update clkdev id usage to allow for longer names + (stable-fixes). +- nilfs2: return the mapped address from nilfs_get_page() + (stable-fixes). +- commit 8bec8e0 + +------------------------------------------------------------------- +Fri Jun 21 18:33:30 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi_pcie: Fix out-of-bound access when valid + event group (CVE-2024-38569 bsc#1226772). +- commit 6715b52 + +------------------------------------------------------------------- +Fri Jun 21 18:32:43 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi: hns3: Fix out-of-bound access when valid + event group (CVE-2024-38568 bsc#1226771). +- commit 33d69e0 + +------------------------------------------------------------------- +Fri Jun 21 17:24:29 CEST 2024 - mkoutny@suse.com + +- sched/core: Fix incorrect initialization of the 'burst' + parameter in cpu_max_write() (bsc#1226791). +- commit 6b67975 + +------------------------------------------------------------------- +Fri Jun 21 17:21:26 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add 6fb454606153 sched: Simplify tg_set_cfs_bandwidth() +- commit 4e56705 + +------------------------------------------------------------------- +Fri Jun 21 16:31:57 CEST 2024 - dfaggioli@suse.com + +- virtio_net: checksum offloading handling fix (git-fixes). +- commit d283709 + +------------------------------------------------------------------- +Fri Jun 21 16:21:12 CEST 2024 - dfaggioli@suse.com + +- virtio_net: avoid data-races on dev->stats fields (git-fixes). +- commit 50373fb + +------------------------------------------------------------------- +Fri Jun 21 15:27:34 CEST 2024 - dfaggioli@suse.com + +- vfio/fsl-mc: Block calling interrupt handler without trigger + (bsc#1222810 CVE-2024-26814). +- commit b1aee55 + +------------------------------------------------------------------- +Fri Jun 21 15:22:12 CEST 2024 - dfaggioli@suse.com + +- vfio/platform: Create persistent IRQ handlers (bsc#1222809 + CVE-2024-26813). +- commit 28ae90e + +------------------------------------------------------------------- +Fri Jun 21 10:23:30 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Add more codec ID to no shutup pins list + (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ARP8 + (stable-fixes). +- ALSA: hda/realtek: Support Lenovo Thinkbook 13x Gen 4 + (stable-fixes). +- ALSA: hda/realtek: Support Lenovo Thinkbook 16P Gen 5 + (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo Thinkbook 13x Gen 4 + (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo Thinkbook 16P Gen 5 + (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on N14AP7 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook + 445/465 G11 (stable-fixes). +- ALSA: hda: cs35l56: Fix lifecycle of codec pointer + (stable-fixes). +- commit 3c2cbdc + +------------------------------------------------------------------- +Fri Jun 21 10:21:11 CEST 2024 - tiwai@suse.de + +- net: usb: rtl8150 fix unintiatilzed variables in + rtl8150_get_link_ksettings (git-fixes). +- net: usb: ax88179_178a: improve reset check (git-fixes). +- net: phy: mxl-gpy: Remove interrupt mask clearing from + config_init (git-fixes). +- net: lan743x: Support WOL at both the PHY and MAC appropriately + (git-fixes). +- net: lan743x: disable WOL upon resume to restore full data + path operation (git-fixes). +- ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM + (git-fixes). +- ALSA: hda: tas2781: Component should be unbound before + deconstruction (git-fixes). +- ALSA: hda: cs35l41: Component should be unbound before + deconstruction (git-fixes). +- ALSA: hda: cs35l56: Component should be unbound before + deconstruction (git-fixes). +- ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option + (git-fixes). +- ALSA: hda/realtek: Remove Framework Laptop 16 from quirks + (git-fixes). +- ALSA: seq: ump: Fix missing System Reset message handling + (git-fixes). +- ALSA: hda: cs35l41: Possible null pointer dereference in + cs35l41_hda_unbind() (git-fixes). +- commit 045593b + +------------------------------------------------------------------- +Fri Jun 21 08:41:31 CEST 2024 - mkubecek@suse.cz + +- tcp: Dump bound-only sockets in inet_diag (bsc#1204562). +- commit ff006da + +------------------------------------------------------------------- +Thu Jun 20 17:39:41 CEST 2024 - lhenriques@suse.de + +- cachefiles: remove requests from xarray during flushing requests + (bsc#1226588). +- commit b238f81 + +------------------------------------------------------------------- +Thu Jun 20 12:31:55 CEST 2024 - jslaby@suse.cz + +- blacklist.conf: add ppdev cleanup +- commit 58ce126 + +------------------------------------------------------------------- +Thu Jun 20 10:59:35 CEST 2024 - mfranc@suse.cz + +- net/smc: fix neighbour and rtable leak in smc_ib_find_route() + (git-fixes bsc#1225823 CVE-2024-36945 bsc#1226547). +- commit d4aa573 + +------------------------------------------------------------------- +Thu Jun 20 05:39:06 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: test case for callback_depth states pruning logic + (bsc#1225903). +- bpf: check bpf_func_state->callback_depth when pruning states + (bsc#1225903). +- commit 6632e43 + +------------------------------------------------------------------- +Wed Jun 19 09:00:16 CEST 2024 - iivanov@suse.de + +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (jsc#PED-8649) + Module is marked supported because of merge from SP6, but lets add + reference to SLM6.0 maintenance task. +- commit d270c07 + +------------------------------------------------------------------- +Wed Jun 19 08:53:45 CEST 2024 - tiwai@suse.de + +- gpio: tqmx86: introduce shadow register for GPIO output value + (git-fixes). +- Refresh + patches.suse/gpio-tqmx86-store-IRQ-trigger-type-and-unmask-status.patch. +- commit 559245f + +------------------------------------------------------------------- +Wed Jun 19 07:51:38 CEST 2024 - tiwai@suse.de + +- efi/x86: Free EFI memory map only when installing a new one + (git-fixes). +- gpio: lpc32xx: fix module autoloading (stable-fixes). +- commit d39df35 + +------------------------------------------------------------------- +Wed Jun 19 07:48:50 CEST 2024 - tiwai@suse.de + +- Move upstreamed NFS patch into sorted section +- commit 19c3986 + +------------------------------------------------------------------- +Wed Jun 19 04:36:50 CEST 2024 - neilb@suse.de + +- nfsd: optimise recalculate_deny_mode() for a common case + (bsc#1217912). +- commit 882d2ff + +------------------------------------------------------------------- +Wed Jun 19 02:33:24 CEST 2024 - neilb@suse.de + +- NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633 + bsc#1226226). +- commit b98e69a + +------------------------------------------------------------------- +Wed Jun 19 02:32:17 CEST 2024 - neilb@suse.de + +- NFS: abort nfs_atomic_open_v23 if name is too long + (bsc#1219847). +- NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly + (bsc#1219847). +- commit 772961e + +------------------------------------------------------------------- +Tue Jun 18 22:51:53 CEST 2024 - krisman@suse.de + +- fs/9p: fix uninitialized values during inode evict (bsc#1225815 + CVE-2024-36923). +- commit b349473 + +------------------------------------------------------------------- +Tue Jun 18 16:32:47 CEST 2024 - tiwai@suse.de + +- x86/mce: Dynamically size space for machine check records + (bsc#1222241). +- commit 2d0d4b2 + +------------------------------------------------------------------- +Tue Jun 18 13:27:41 CEST 2024 - hare@suse.de + +- nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049). +- Refresh + patches.suse/nvme-tcp-Add-wq_unbound-modparam-for-nvme_tcp_wq.patch. +- commit 099b967 + +------------------------------------------------------------------- +Tue Jun 18 13:09:32 CEST 2024 - denis.kirjanov@suse.com + +- net: preserve kabi for struct dst_ops (CVE-2024-36971 + bsc#1226145). +- commit 6d764b6 + +------------------------------------------------------------------- +Tue Jun 18 12:48:47 CEST 2024 - tiwai@suse.de + +- kcov: don't lose track of remote references during softirqs + (git-fixes). +- commit fc5abf0 + +------------------------------------------------------------------- +Tue Jun 18 11:55:49 CEST 2024 - davide.benini@suse.com + +- rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back + (CVE-2024-27414 bsc#1224439). +- commit 6651625 + +------------------------------------------------------------------- +Tue Jun 18 11:45:27 CEST 2024 - davide.benini@suse.com + +- netfilter: nf_tables: reject new basechain after table flag update + (CVE-2024-35900 bsc#1224497). +- commit ef2c4d5 + +------------------------------------------------------------------- +Tue Jun 18 11:21:47 CEST 2024 - denis.kirjanov@suse.com + +- net: fix __dst_negative_advice() race (CVE-2024-36971 + bsc#1226145). +- commit 604ed28 + +------------------------------------------------------------------- +Tue Jun 18 11:13:42 CEST 2024 - mgorman@suse.de + +- series.conf: Consolidate RT history +- commit 6ef44e2 + +------------------------------------------------------------------- +Tue Jun 18 11:00:15 CEST 2024 - denis.kirjanov@suse.com + +- ipv6: Fix infinite recursion in fib6_dump_done() (CVE-2024-35886 + bsc#1224670). +- commit ba91bc1 + +------------------------------------------------------------------- +Tue Jun 18 10:56:34 CEST 2024 - mgorman@suse.de + +- Update + patches.suse/sched-rt-Don-t-try-push-tasks-if-there-are-none.patch + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit 2d3af93 + +------------------------------------------------------------------- +Tue Jun 18 10:43:46 CEST 2024 - mgorman@suse.de + +- perf: Split __perf_pending_irq() out of perf_pending_irq() + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- perf: Remove perf_swevent_get_recursion_context() from + perf_pending_task() (bsc#1214683 (PREEMPT_RT prerequisite + backports)). +- perf: Enqueue SIGTRAP always via task_work (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- perf: Move irq_work_queue() where the event is prepared + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit bc9fd24 + +------------------------------------------------------------------- +Mon Jun 17 13:15:43 CEST 2024 - tzimmermann@suse.com + +- drm/amd/display: Disable idle reallow as part of command/gpint (bsc#1225702 CVE-2024-36024) +- commit 6d53e8c + +------------------------------------------------------------------- +Mon Jun 17 12:13:19 CEST 2024 - tiwai@suse.de + +- RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized + address translation (bsc#1225300). +- RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300). +- commit 82b08f9 + +------------------------------------------------------------------- +Mon Jun 17 11:21:56 CEST 2024 - mgorman@suse.de + +- series.conf: Clarification +- commit 065b95a + +------------------------------------------------------------------- +Mon Jun 17 11:18:23 CEST 2024 - mgorman@suse.de + +- Refresh patches.suse/arm-Disable-jump-label-on-PREEMPT_RT.patch. +- commit 7487731 + +------------------------------------------------------------------- +Mon Jun 17 11:12:28 CEST 2024 - mgorman@suse.de + +- Replace with mainline and sort + Update + - patches.suse/kdb-Do-not-assume-write-callback-available.patch. +- commit b1b8679 + +------------------------------------------------------------------- +Mon Jun 17 11:04:15 CEST 2024 - mgorman@suse.de + +- Refresh ARM (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Mainline + ARM: 9312/1: vfp: include asm/neon.h in vfpmodule.c + ARM: 9327/1: vfp: Add missing VFP instructions to neon_support_hook backports. + ARM: entry: Disregard Thumb undef exception in coproc dispatch + ARM: entry: Make asm coproc dispatch code NWFPE only + ARM: iwmmxt: Use undef hook to enable coprocessor for task + ARM: kernel: Get rid of thread_info::used_cp[] array + ARM: mm: Make virt_to_pfn() a static inline + ARM: vfp: Move sending signals outside of vfp_lock()ed section + ARM: vfp: Record VFP bounces as perf emulation faults + ARM: vfp: Reimplement VFP exception entry in C code + ARM: vfp: Remove workaround for Feroceon CPUs + ARM: vfp: Use undef hook for handling VFP exceptions + ARM: vfp: Use vfp_lock() in vfp_support_entry() + arm: update in-source documentation references +- Refresh + patches.suse/ARM-Allow-to-enable-RT.patch. + patches.suse/ARM64-Allow-to-enable-RT.patch. +- Update + patches.suse/ARM-enable-irq-in-translation-section-permission-fault-handlers.patch + patches.suse/ARM-vfp-Provide-vfp_lock-for-VFP-locking.patch + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_sync_hwstate.patch +- Delete + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_entry.patch. +- commit 68335de + +------------------------------------------------------------------- +Mon Jun 17 09:03:16 CEST 2024 - tiwai@suse.de + +- i2c: designware: Fix the functionality flags of the slave-only + interface (git-fixes). +- i2c: at91: Fix the functionality flags of the slave-only + interface (git-fixes). +- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log + messages (git-fixes). +- xhci: Handle TD clearing for multiple streams case (git-fixes). +- thunderbolt: debugfs: Fix margin debugfs node creation condition + (git-fixes). +- usb-storage: alauda: Check whether the media is initialized + (git-fixes). +- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state + (git-fixes). +- usb: typec: tcpm: fix use-after-free case in + tcpm_register_source_caps (git-fixes). +- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected + (git-fixes). +- tty: n_tty: Fix buffer offsets when lookahead is used + (git-fixes). +- drivers: core: synchronize really_probe() and dev_uevent() + (git-fixes). +- iio: imu: inv_icm42600: delete unneeded update watermark call + (git-fixes). +- iio: dac: ad5592r: fix temperature channel scaling value + (git-fixes). +- iio: adc: ad9467: fix scan type sign (git-fixes). +- misc: microchip: pci1xxxx: Fix a memory leak in the error + handling of gp_aux_bus_probe() (git-fixes). +- misc: microchip: pci1xxxx: fix double free in the error handling + of gp_aux_bus_probe() (git-fixes). +- mei: me: release irq in mei_me_pci_resume error path + (git-fixes). +- ax25: Fix refcount imbalance on inbound connections (git-fixes). +- tpm_tis: Do *not* flush uninitialized work (git-fixes). +- selftests/mm: fix build warnings on ppc64 (stable-fixes). +- selftests/mm: compaction_test: fix incorrect write of zero to + nr_hugepages (git-fixes). +- genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() + (git-fixes). +- drm/amdgpu/atomfirmware: add intergrated info v2.3 table + (stable-fixes). +- intel_th: pci: Add Meteor Lake-S CPU support (stable-fixes). +- mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect + GPIO on Asus T100TA (git-fixes). +- mmc: sdhci-acpi: Disable write protect detection on Toshiba + WT10-A (stable-fixes). +- mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot + not working (stable-fixes). +- mmc: sdhci-acpi: Sort DMI quirks alphabetically (stable-fixes). +- mmc: sdhci: Add support for "Tuning Error" interrupts + (stable-fixes). +- mmc: core: Add mmc_gpiod_set_cd_config() function + (stable-fixes). +- media: mxl5xx: Move xpt structures off stack (stable-fixes). +- media: lgdt3306a: Add a check against null-pointer-def + (stable-fixes). +- media: v4l2-core: hold videodev_lock until dev reg, finishes + (stable-fixes). +- drm/amdgpu: add error handle to avoid out-of-bounds + (stable-fixes). +- drm/i915/hwmon: Get rid of devm (stable-fixes). +- wifi: rtw89: correct aSIFSTime for 6GHz band (stable-fixes). +- wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path + (stable-fixes). +- wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE + (stable-fixes). +- wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (stable-fixes). +- wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU + (stable-fixes). +- ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx + (stable-fixes). +- crypto: ecrdsa - Fix module auto-load on add_key (stable-fixes). +- drm/sun4i: hdmi: Move mode_set into enable (stable-fixes). +- drm/sun4i: hdmi: Convert encoder to atomic (stable-fixes). +- mmc: core: Do not force a retune before RPMB switch + (stable-fixes). +- commit 8df97c4 + +------------------------------------------------------------------- +Mon Jun 17 08:25:45 CEST 2024 - hare@suse.de + +- nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049). +- commit 7af7bce + +------------------------------------------------------------------- +Sun Jun 16 15:04:02 CEST 2024 - heming.zhao@suse.com + +- ocfs2: fix sparse warnings (bsc#1219224). +- ocfs2: speed up chain-list searching (bsc#1219224). +- ocfs2: adjust enabling place for la window (bsc#1219224). +- ocfs2: improve write IO performance when fragmentation is high + (bsc#1219224). +- commit 98a3adb + +------------------------------------------------------------------- +Sun Jun 16 14:25:01 CEST 2024 - mgorman@suse.de + +- Replace with mainline and sort +- Update + patches.suse/signal-Don-t-disable-preemption-in-ptrace_stop-on-PREEMPT_RT.patch + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Rename to + patches.suse/signal-Add-a-proper-comment-about-preempt_disable-in-ptrace_stop.patch. +- Delete patches.suse/signal-Update-the-comment-ptrace_stop.patch. +- commit 3987e77 + +------------------------------------------------------------------- +Sun Jun 16 14:04:28 CEST 2024 - mgorman@suse.de + +- Replace with mainline and sort + patches.suse/sched-avoid-false-lockdep-splat-in-put_task_struct.patch + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit 4c9e751 + +------------------------------------------------------------------- +Sun Jun 16 11:53:53 CEST 2024 - mgorman@suse.de + +- net: Remove conditional threaded-NAPI wakeup based on task state + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- cxgb4: Properly lock TX queue for the selftest (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- serial: pch: Don't initialize uart_port's spin_lock (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- serial: pch: Don't disable interrupts while acquiring lock in + ISR (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pch: Make push_rx() return void (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- serial: pch: Invoke handle_rx_to() directly (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- xsk: Add truesize to skb_add_rx_frag() (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- bpf: Remove xdp_do_flush_map() (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- sched/debug: Update stale reference to sched_debug.c + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Extend the testsuite to also cover HSRv1 + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Reorder the testsuite (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- selftests: hsr: Use `let' properly (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- commit 085084f + +------------------------------------------------------------------- +Sat Jun 15 09:34:43 CEST 2024 - tiwai@suse.de + +- drm/exynos: hdmi: report safe 640x480 mode as a fallback when + no EDID found (git-fixes). +- drm/nouveau: don't attempt to schedule hpd_work on headless + cards (git-fixes). +- drm/bridge/panel: Fix runtime warning on panel bridge release + (git-fixes). +- drm/komeda: check for error-valued pointer (git-fixes). +- commit b393dd7 + +------------------------------------------------------------------- +Fri Jun 14 17:55:13 CEST 2024 - mgorman@suse.de + +- Move/Refresh PREEMPT_RT upstream prerequisites to sorted section + patches.suse/Revert-8250-add-support-for-ASIX-devices-with-a.patch. + patches.suse/serial-8250-Add-dl_read-write-bugs-and-mapsize-into-plat_serial8250_port.patch. + patches.suse/serial-8250-Fix-oops-for-port-pm-on-uart_chang.patch. + patches.suse/serial-8250-RT288x-Au1xxx-code-away-from-core.patch. + patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch. + patches.suse/serial-8250-omap-Fix-imprecise-external-abort-for-omap_8250_pm.patch. + patches.suse/serial-8250-omap-Shut-down-on-remove-for-console-uart.patch. + patches.suse/serial-8250-omap-convert-to-modern-PM-ops.patch. + patches.suse/serial-8250_omap-Add-earlycon-support-for-the-AM654-.patch. + patches.suse/serial-8250_omap-Fix-errors-with-no_console_suspend.patch. + patches.suse/serial-8250_omap-Use-force_suspend-and-resume-f.patch. + patches.suse/serial-core-Start-managing-serial-controllers-to-enable-runtime-PM.patch. + patches.suse/serial-drivers-switch-ch-and-flag-to-u8.patch. + patches.suse/serial-exar-Add-RS-485-support-for-Sealevel-XR17V35X-based-cards.patch. + patches.suse/serial-max3100-Lock-port-lock-when-calling-uart_hand.patch. + patches.suse/tty-serial-meson-fix-hard-LOCKUP-on-crtscts-mode.patch. +- patches.suse/tty-serial-meson-use-dev_err_probe.patch. +- commit 8af44ef + +------------------------------------------------------------------- +Fri Jun 14 16:56:53 CEST 2024 - mgorman@suse.de + +- Refresh patch metadata + patches.suse/ARM-Allow-to-enable-RT.patch. + patches.suse/ARM-enable-irq-in-translation-section-permission-fault-handlers.patch. + patches.suse/ARM-vfp-Provide-vfp_lock-for-VFP-locking.patch. + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_entry.patch. + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_sync_hwstate.patch. + patches.suse/ARM64-Allow-to-enable-RT.patch. + patches.suse/ASoC-mediatek-mt8186-Remove-unused-mutex.patch. + patches.suse/POWERPC-Allow-to-enable-RT.patch. + patches.suse/Revert-drm-i915-Depend-on-PREEMPT_RT.patch. + patches.suse/arch-arm64-Add-lazy-preempt-support.patch. + patches.suse/arm-Add-support-for-lazy-preemption.patch. + patches.suse/arm-Disable-jump-label-on-PREEMPT_RT.patch. + patches.suse/drm-i915-Disable-tracing-points-on-PREEMPT_RT.patch. + patches.suse/drm-i915-Don-t-check-for-atomic-context-on-PREEMPT_RT.patch. + patches.suse/drm-i915-Don-t-disable-interrupts-on-PREEMPT_RT-during-atomic-updates.patch. + patches.suse/drm-i915-Drop-the-irqs_disabled-check.patch. + patches.suse/drm-i915-Use-preempt_disable-enable_rt-where-recommended.patch. + patches.suse/drm-i915-gt-Use-spin_lock_irq-instead-of-local_irq_disable-spin_lock.patch. + patches.suse/drm-i915-skip-DRM_I915_LOW_LEVEL_TRACEPOINTS-with-NOTRACE.patch. + patches.suse/entry-Fix-the-preempt-lazy-fallout.patch. + patches.suse/kdb-do-not-assume-write-callback-available.patch. + patches.suse/net-Avoid-the-IPI-to-free-the.patch. + patches.suse/powerpc-Add-support-for-lazy-preemption.patch. + patches.suse/powerpc-kvm-Disable-in-kernel-MPIC-emulation-for-PREEMPT_RT.patch. + patches.suse/powerpc-pseries-Select-the-generic-memory-allocator.patch. + patches.suse/powerpc-pseries-iommu-Use-a-locallock-instead-local_irq_save.patch. + patches.suse/powerpc-stackprotector-work-around-stack-guard-init-from-atomic.patch. + patches.suse/powerpc-traps-Use-PREEMPT_RT.patch. + patches.suse/preempt-Put-preempt_enable-within-an-instrumentation-section.patch. + patches.suse/rcutorture-Also-force-sched-priority-to-timersd-on-boosting-test.patch. + patches.suse/sched-Add-support-for-lazy-preemption.patch. + patches.suse/sched-avoid-false-lockdep-splat-in-put_task_struct.patch. + patches.suse/sched-core-Provide-a-method-to-check-if-a-task-is-PI-boosted.patch. + patches.suse/sched-rt-Don-t-try-push-tasks-if-there-are-none.patch. + patches.suse/signal-Add-proper-comment-about-the-preempt-disable-in-ptrace_stop.patch. + patches.suse/signal-Don-t-disable-preemption-in-ptrace_stop-on-PREEMPT_RT.patch. + patches.suse/signal-Update-the-comment-ptrace_stop.patch. + patches.suse/softirq-Add-function-to-preempt-serving-softirqs.patch. + patches.suse/softirq-Use-a-dedicated-thread-for-timer-wakeups.patch. + patches.suse/softirq-Wake-ktimers-thread-also-in-softirq.patch. + patches.suse/sysfs-Add-sys-kernel-realtime-entry.patch. + patches.suse/tick-Fix-timer-storm-since-introduction-of-timersd.patch. + patches.suse/time-Allow-to-preempt-after-a-callback.patch. + patches.suse/tty-serial-omap-Make-the-locking-RT-aware.patch. + patches.suse/tty-serial-pl011-Make-the-locking-work-on-RT.patch. + patches.suse/x86-Allow-to-enable-RT.patch. + patches.suse/x86-Enable-RT-also-on-32bit.patch. + patches.suse/x86-Support-for-lazy-preemption.patch. + patches.suse/x86-entry-Use-should_resched-in-idtentry_exit_cond_resched.patch. + patches.suse/x86-microcode-Remove-microcode_mutex.patch. + patches.suse/zram-Replace-bit-spinlocks-with-spinlock_t-for-PREEMPT_RT.patch. +- commit ceed08d + +------------------------------------------------------------------- +Fri Jun 14 16:33:11 CEST 2024 - tiwai@suse.de + +- Temporarily drop KVM patch that caused a regression (bsc#1226158) + Delete patches.suse/KVM-x86-pmu-Prioritize-VMX-interception-over-GP-on-R.patch +- commit 33f31da + +------------------------------------------------------------------- +Fri Jun 14 15:41:20 CEST 2024 - shung-hsi.yu@suse.com + +- kABI: bpf: verifier kABI workaround + (bsc#1225903). +- commit 726091c + +------------------------------------------------------------------- +Fri Jun 14 14:07:11 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: keep track of max number of bpf_loop callback iterations + (bsc#1225903). +- selftests/bpf: test widening for iterating callbacks + (bsc#1225903). +- bpf: widening for callback iterators (bsc#1225903). +- selftests/bpf: tests for iterating callbacks (bsc#1225903). +- bpf: verify callbacks as if they are called unknown number of + times (bsc#1225903). +- bpf: extract setup_func_entry() utility function (bsc#1225903). +- bpf: extract __check_reg_arg() utility function (bsc#1225903). +- selftests/bpf: track string payload offset as scalar in + strobemeta (bsc#1225903). +- selftests/bpf: track tcp payload offset as scalar in + xdp_synproxy (bsc#1225903). +- bpf: print full verifier states on infinite loop detection + (bsc#1225903). +- selftests/bpf: test if state loops are detected in a tricky case + (bsc#1225903). +- bpf: correct loop detection for iterators convergence + (bsc#1225903). +- selftests/bpf: tests with delayed read/precision makrs in loop + body (bsc#1225903). +- bpf: exact states comparison for iterator convergence checks + (bsc#1225903). +- bpf: extract same_callsites() as utility function (bsc#1225903). +- bpf: move explored_state() closer to the beginning of verifier.c + (bsc#1225903). +- commit 63dfc45 + +------------------------------------------------------------------- +Fri Jun 14 12:18:36 CEST 2024 - denis.kirjanov@suse.com + +- ipv6: Fix potential uninit-value access in __ip6_make_skb() + (CVE-2024-36903 bsc#1225741). +- commit f510672 + +------------------------------------------------------------------- +Fri Jun 14 12:17:40 CEST 2024 - denis.kirjanov@suse.com + +- Update references +- commit 36a2563 + +------------------------------------------------------------------- +Fri Jun 14 11:27:37 CEST 2024 - pjakobsson@suse.de + +- drm/amd/display: Skip on writeback when it's not applicable (CVE-2024-36914 bsc#1225757). +- commit e1ad803 + +------------------------------------------------------------------- +Fri Jun 14 11:15:27 CEST 2024 - tiwai@suse.de + +- cpufreq: amd-pstate: Fix the inconsistency in max frequency + units (git-fixes). +- commit 9dd9a2b + +------------------------------------------------------------------- +Fri Jun 14 11:02:44 CEST 2024 - jdelvare@suse.de + +- gpiolib: cdev: Fix use after free in lineinfo_changed_notify + (bsc#1225737 CVE-2024-36899). +- commit 24144db + +------------------------------------------------------------------- +Fri Jun 14 10:41:02 CEST 2024 - mgorman@suse.de + +- Preparation update to v6.10-rc3-rt5 ((bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Add + console: Improve console_srcu_read_flags() comments + device property: Add SOFTWARE_NODE() macro for defining software nodes + device property: Add fwnode_name_eq() + device property: Add fwnode_property_match_property_string() + device property: Implement device_is_big_endian() + device property: Implement device_is_compatible() + nbcon: Provide functions for drivers to acquire console for non-printing. + panic: Flush kernel log buffer at the end + panic: Mark emergency section in oops + panic: Mark emergency section in warn + panic: add option to dump blocked tasks in panic_print + panic: suppress gnu_printf warning + printk: Add @flags argument for console_is_usable() + printk: Add function to replay kernel log on consoles + printk: Add kthread for all legacy consoles + printk: Add non-BKL (nbcon) console basic infrastructure + printk: Add notation to console_srcu locking + printk: Atomic print in printk context on shutdown + printk: Avoid console_lock dance if no legacy or boot consoles + printk: Avoid false positive lockdep report for legacy printing + printk: Check printk_deferred_enter()/_exit() usage + printk: Check valid console index for preferred console + printk: Constify name for add_preferred_console() + printk: Coordinate direct printing in panic + printk: Don't try to parse DEVNAME:0.0 console options + printk: Flag register_console() if console is set on command line. + printk: Let console_is_usable() handle nbcon + printk: Make console_is_usable() available to nbcon + printk: Make static printk buffers available to nbcon + printk: Properly deal with nbcon consoles on seq init + printk: Provide helper for message prepending + printk: Provide threadprintk boot argument + printk: Reduce pr_flush() pooling time + printk: Remove the now superfluous sentinel elements from ctl_table array + printk: Save console options for add_preferred_console_match() + printk: Track nbcon consoles + printk: Track registered boot consoles + printk: fix illegal pbufs access for !CONFIG_PRINTK + printk: flush consoles before checking progress + printk: nbcon: Add acquire/release logic + printk: nbcon: Add buffer management + printk: nbcon: Add callbacks to synchronize with driver + printk: nbcon: Add context to console_is_usable() + printk: nbcon: Add detailed doc for write_atomic() + printk: nbcon: Add emit function and callback function for atomic printing + printk: nbcon: Add helper to assign priority based on CPU state + printk: nbcon: Add ownership state functions + printk: nbcon: Add printer thread wakeups + printk: nbcon: Add sequence handling + printk: nbcon: Add unsafe flushing on panic + printk: nbcon: Allow drivers to mark unsafe regions and check state. + printk: nbcon: Do not rely on proxy headers + printk: nbcon: Implement emergency sections + printk: nbcon: Introduce printing kthreads + printk: nbcon: Provide function to flush using write_atomic() + printk: nbcon: Provide function to reacquire ownership + printk: nbcon: Remove return value for write_atomic() + printk: nbcon: Show replay message on takeover + printk: nbcon: Start printing threads + printk: nbcon: Use driver synchronization while (un)registering + printk: nbcon: Use nbcon consoles in console_flush_all() + serial: convert uart sysrq handling to u8 + serial: core: Add UPIO_UNKNOWN constant for unknown port type + serial: core: Controller id cannot be negative + serial: core: Fix serial core port id to not use port->line + serial: core: Implement processing in port->lock wrapper + serial: core: Introduce wrapper to set @uart_port->cons + serial: core: Move struct uart_port::quirks closer to possible + serial: core: Provide low-level functions to lock port + serial: core: Update uart_poll_timeout() function to return unsigned long. + serial: core: Use lock wrappers + serial: core: don't kfree device managed data + serial: core: fix -EPROBE_DEFER handling in init + serial: make uart_insert_char() accept u8s + serial: port: Introduce a common helper to read properties + tty/sysrq: Replay kernel log messages on consoles via sysrq +- Update + patches.suse/dump_stack-Do-not-get-cpu_sync-for-panic-CPU.patch + patches.suse/printk-Add-this_cpu_in_panic.patch + patches.suse/printk-Adjust-mapping-for-32bit-seq-macros.patch + patches.suse/printk-Avoid-non-panic-CPUs-writing-to-ringbuffer.patch + patches.suse/printk-Disable-passing-console-lock-owner-completely-during-panic.patch + patches.suse/printk-For-suppress_panic_printk-check-for-other-CPU-in-panic.patch + patches.suse/printk-Update-the-printk-series.patch. + patches.suse/printk-Use-prb_first_seq-as-base-for-32bit-seq-macros.patch + patches.suse/printk-Wait-for-all-reserved-records-with-pr_flush.patch + patches.suse/printk-nbcon-Relocate-32bit-seq-macros.patch + patches.suse/printk-ringbuffer-Clarify-special-lpos-values.patch + patches.suse/printk-ringbuffer-Cleanup-reader-terminology.patch + patches.suse/printk-ringbuffer-Do-not-skip-non-finalized-records-with-prb_next_seq.patch + patches.suse/printk-ringbuffer-Skip-non-finalized-records-in-panic.patch + patches.suse/printk-nbcon-Stop-threads-on-shutdown-reboot.patch. +- Delete + patches.suse/kernel-panic-Add-atomic-write-enforcement-to-warn-panic.patch. + patches.suse/printk-Add-non-BKL-console-basic-infrastructure.patch. + patches.suse/printk-Add-threaded-printing-support-for-BKL-consoles.patch. + patches.suse/printk-Perform-atomic-flush-in-console_flush_on_panic.patch. + patches.suse/printk-nbcon-move-locked_port-flag-to-struct-uart_port.patch. + patches.suse/printk-nobkl-Add-acquire-release-logic.patch. + patches.suse/printk-nobkl-Add-buffer-management.patch. + patches.suse/printk-nobkl-Add-emit-function-and-callback-functions-for-atomic-printing.patch. + patches.suse/printk-nobkl-Add-print-state-functions.patch. + patches.suse/printk-nobkl-Add-printer-thread-wakeups.patch. + patches.suse/printk-nobkl-Add-sequence-handling.patch. + patches.suse/printk-nobkl-Add-write-context-storage-for-atomic-writes.patch. + patches.suse/printk-nobkl-Introduce-printer-threads.patch. + patches.suse/printk-nobkl-Provide-functions-for-atomic-write-enforcement.patch. + patches.suse/printk-only-disable-if-actually-unregistered.patch. + patches.suse/printk-replace-local_irq_save-with-local_lock-for-safe-mode.patch. + patches.suse/rcu-Add-atomic-write-enforcement-for-rcu-stalls.patch +- commit 6b8304c + +------------------------------------------------------------------- +Fri Jun 14 09:59:12 CEST 2024 - tiwai@suse.de + +- nouveau: report byte usage in VRAM usage (git-fixes). +- Refresh + patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch. +- commit 5638f93 + +------------------------------------------------------------------- +Fri Jun 14 09:58:29 CEST 2024 - tiwai@suse.de + +- nouveau: add an ioctl to report vram usage (stable-fixes). +- Refresh + patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch. +- commit 7ea88ac + +------------------------------------------------------------------- +Fri Jun 14 09:56:35 CEST 2024 - tiwai@suse.de + +- nouveau: add an ioctl to return vram bar size (stable-fixes). +- Refresh + patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch. +- commit 07ddfce + +------------------------------------------------------------------- +Fri Jun 14 09:52:40 CEST 2024 - tiwai@suse.de + +- platform/x86: dell-smbios: Fix wrong token data in sysfs + (git-fixes). +- net: phy: Micrel KSZ8061: fix errata solution not taking effect + problem (git-fixes). +- wifi: ath10k: fix QCOM_RPROC_COMMON dependency (git-fixes). +- wifi: mac80211: correctly parse Spatial Reuse Parameter Set + element (git-fixes). +- wifi: iwlwifi: mvm: don't read past the mfuart notifcation + (git-fixes). +- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids + (git-fixes). +- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of + debugfs ifdef (git-fixes). +- wifi: iwlwifi: mvm: set properly mac header (git-fixes). +- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 + (git-fixes). +- wifi: iwlwifi: mvm: don't initialize csa_work twice (git-fixes). +- wifi: cfg80211: pmsr: use correct nla_get_uX functions + (git-fixes). +- wifi: cfg80211: Lock wiphy in cfg80211_get_station (git-fixes). +- wifi: cfg80211: fully move wiphy work to unbound workqueue + (git-fixes). +- wifi: mac80211: Fix deadlock in + ieee80211_sta_ps_deliver_wakeup() (git-fixes). +- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects + (git-fixes). +- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume + (git-fixes). +- module: don't ignore sysfs_create_link() failures (git-fixes). +- soundwire: cadence: fix invalid PDI offset (stable-fixes). +- platform/x86/intel/tpmi: Handle error from tpmi_process_info() + (stable-fixes). +- platform/x86: thinkpad_acpi: Take hotkey_mutex during + hotkey_exit() (git-fixes). +- media: radio-shark2: Avoid led_names truncations (git-fixes). +- wifi: nl80211: Avoid address calculations via out of bounds + array indexing (git-fixes). +- selftests: mptcp: add ms units for tc-netem delay + (stable-fixes). +- pwm: sti: Simplify probe function using devm functions + (git-fixes). +- regulator: vqmmc-ipq4019: fix module autoloading (stable-fixes). +- regulator: irq_helpers: duplicate IRQ name (stable-fixes). +- platform/x86: ISST: Add Grand Ridge to HPM CPU list + (stable-fixes). +- selftests: sud_test: return correct emulated syscall value on + RISC-V (stable-fixes). +- wifi: cfg80211: fix the order of arguments for trace events + of the tx_rx_evt class (stable-fixes). +- wifi: mac80211: ensure beacon is non-S1G prior to extracting + the beacon timestamp field (stable-fixes). +- wifi: mac80211: don't use rate mask for scanning (stable-fixes). +- pwm: sti: Prepare removing pwm_chip from driver data + (stable-fixes). +- commit d252b95 + +------------------------------------------------------------------- +Fri Jun 14 09:44:27 CEST 2024 - tiwai@suse.de + +- HID: logitech-dj: Fix memory leak in + logi_dj_recv_switch_to_dj_mode() (git-fixes). +- HID: core: remove unnecessary WARN_ON() in implement() + (git-fixes). +- kconfig: doc: fix a typo in the note about 'imply' (git-fixes). +- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type + (git-fixes). +- gpio: tqmx86: store IRQ trigger type and unmask status + separately (git-fixes). +- gpio: tqmx86: fix typo in Kconfig label (git-fixes). +- drm/vmwgfx: Don't memcmp equivalent pointers (git-fixes). +- drm/vmwgfx: 3D disabled should not effect STDU memory limits + (git-fixes). +- drm/vmwgfx: Filter modes which exceed graphics memory + (git-fixes). +- drm/panel: sitronix-st7789v: Add check for + of_drm_get_panel_orientation (git-fixes). +- drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms + (git-fixes). +- kconfig: fix comparison to constant symbols, 'm', 'n' + (git-fixes). +- drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ + cp_compute_microcode() and rlc_microcode() (git-fixes). +- drm/amdgpu: init microcode chip name from ip versions + (stable-fixes). +- fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card + (stable-fixes). +- iio: accel: mxc4005: Reset chip on probe() and resume() + (stable-fixes). +- drm/amdkfd: Flush the process wq before creating a kfd_process + (stable-fixes). +- drm/amd/display: Disable seamless boot on 128b/132b encoding + (stable-fixes). +- drm/amd/display: Fix DC mode screen flickering on DCN321 + (stable-fixes). +- drm/amd/display: Add VCO speed parameter for DCN31 FPU + (stable-fixes). +- drm/amd/display: Allocate zero bw after bw alloc enable + (stable-fixes). +- drm/amd/display: Add dtbclk access to dcn315 (stable-fixes). +- drm/amdgpu: Fix VRAM memory accounting (stable-fixes). +- drm/etnaviv: fix tx clock gating on some GC7000 variants + (stable-fixes). +- HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is + enabled (stable-fixes). +- iio: adc: ad9467: use chip_info variables instead of array + (stable-fixes). +- iio: adc: ad9467: use spi_get_device_match_data() + (stable-fixes). +- iio: accel: mxc4005: allow module autoloading via OF compatible + (stable-fixes). +- commit 4e48378 + +------------------------------------------------------------------- +Fri Jun 14 08:40:26 CEST 2024 - tiwai@suse.de + +- kABI workaround for sof_ipc_pcm_ops (git-fixes). +- commit 070cfe5 + +------------------------------------------------------------------- +Fri Jun 14 08:37:23 CEST 2024 - tiwai@suse.de + +- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ + (git-fixes). +- cxl/region: Fix memregion leaks in devm_cxl_add_region() + (git-fixes). +- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c + (git-fixes). +- cxl/region: Fix cxlr_pmem leaks (git-fixes). +- cxl/trace: Correct DPA field masks for general_media & dram + events (git-fixes). +- ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3 + (stable-fixes). +- drm/amdgpu/mes: fix use-after-free issue (stable-fixes). +- drm/amdgpu: Fix the ring buffer size for queue VM flush + (stable-fixes). +- drm/amdkfd: Add VRAM accounting for SVM migration + (stable-fixes). +- drm/amd/pm: Restore config space after reset (stable-fixes). +- drm/amdgpu: Update BO eviction priorities (stable-fixes). +- drm/amd/display: Set color_mgmt_changed to true on unsuspend + (stable-fixes). +- drm/amd/display: Revert Remove pixle rate limit for subvp + (stable-fixes). +- drm/amd/display: Remove pixle rate limit for subvp + (stable-fixes). +- Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS + (stable-fixes). +- Bluetooth: Remove usage of the deprecated ida_simple_xx() API + (stable-fixes). +- ASoC: Intel: common: add ACPI matching tables for Arrow Lake + (stable-fixes). +- Bluetooth: ISO: Fix BIS cleanup (stable-fixes). +- commit b6ffdb9 + +------------------------------------------------------------------- +Fri Jun 14 01:35:16 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: Use local TLBI on permission relaxation + (bsc#1219478). +- Refresh + patches.suse/KVM-arm64-Always-invalidate-TLB-for-stage-2-permission-faults. +- commit c414679 + +------------------------------------------------------------------- +Thu Jun 13 19:53:07 CEST 2024 - dfaggioli@suse.com + +- KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR + in CPUID (git-fixes). +- commit 001738e + +------------------------------------------------------------------- +Thu Jun 13 15:34:41 CEST 2024 - oneukum@suse.com + +- net: usb: qmi_wwan: add Telit FN920C04 compositions (git-fixes). +- commit 49f5909 + +------------------------------------------------------------------- +Thu Jun 13 14:48:50 CEST 2024 - colyli@suse.de + +- Replace the inhouse patch with following upstream patch + (bsc#1221097, bsc#1224572, CVE-2024-35979) + patches.suse/raid1-fix-use-after-free-for-original-bio-in-raid1_-fcf3.patch. +- commit 03ae28a + +------------------------------------------------------------------- +Thu Jun 13 11:59:54 CEST 2024 - ailiop@suse.com + +- supported.conf: mark ufs as unsupported + UFS is an unsupported filesystem, mark it as such. We still keep it + around (not marking as optional), to accommodate any potential + migrations from BSD systems. +- commit 5192abd + +------------------------------------------------------------------- +Thu Jun 13 11:57:17 CEST 2024 - ailiop@suse.com + +- supported.conf: mark orangefs as optional + We don't support orangefs at all (and it is already marked as such), but + since there are no SLE consumers of it, mark it as optional. +- commit 264e3d2 + +------------------------------------------------------------------- +Thu Jun 13 11:55:02 CEST 2024 - ailiop@suse.com + +- blacklist.conf: add f2fs fixes 87161a2b0aed and 4e0197f9932f + Both are f2fs-related fixes, f2fs is unsupported and not compiled at + all. +- commit e891815 + +------------------------------------------------------------------- +Thu Jun 13 11:52:09 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential hang in nilfs_detach_log_writer() + (git-fixes). +- commit 181df2f + +------------------------------------------------------------------- +Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de + +- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212) + Some builds don't just create an iso9660 image, but also mount it during + build. +- commit aaee141 + +------------------------------------------------------------------- +Thu Jun 13 10:11:58 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 70e89e6 + +------------------------------------------------------------------- +Thu Jun 13 10:09:33 CEST 2024 - oneukum@suse.com + +- Input: xpad - add support for ASUS ROG RAIKIRI (git-fixes). +- commit 9d3a015 + +------------------------------------------------------------------- +Wed Jun 12 18:20:02 CEST 2024 - jack@suse.cz + +- ext4: correct offset of gdb backup in non meta_bg group to + update_backups (bsc#1224735 CVE-2024-35807). +- commit 68779d8 + +------------------------------------------------------------------- +Wed Jun 12 18:00:33 CEST 2024 - jack@suse.cz + +- ext4: remove unnecessary check from alloc_flex_gd() (bsc#1222080 + CVE-2023-52622). +- commit 2e6ec2e + +------------------------------------------------------------------- +Wed Jun 12 16:00:34 CEST 2024 - davide.benini@suse.com + +- llc: verify mac len before reading mac header + (CVE-2023-52843 bsc#1224951). +- commit ea955e6 + +------------------------------------------------------------------- +Wed Jun 12 15:45:54 CEST 2024 - davide.benini@suse.com + +- netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() + (CVE-2024-35898 bsc#1224498). +- commit 47a49f0 + +------------------------------------------------------------------- +Wed Jun 12 14:26:19 CEST 2024 - davide.benini@suse.com + +- nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies + (CVE-2024-36915 bsc#1225758). +- commit 0955416 + +------------------------------------------------------------------- +Wed Jun 12 14:24:23 CEST 2024 - davide.benini@suse.com + +- net: add copy_safe_from_sockptr() helper + (git-fixes prerequisite CVE-2024-36915 bsc#1225758). +- commit e4ca26d + +------------------------------------------------------------------- +Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de + +- rpm/kernel-obs-build.spec.in: Add networking modules for docker + (bsc#1226211) + docker needs more networking modules, even legacy iptable_nat and _filter. +- commit 415e132 + +------------------------------------------------------------------- +Tue Jun 11 17:19:05 CEST 2024 - davide.benini@suse.com + +- rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation + (CVE-2024-36017 bsc#1225681). +- commit 349b81e + +------------------------------------------------------------------- +Tue Jun 11 15:51:42 CEST 2024 - jack@suse.cz + +- mm: use memalloc_nofs_save() in page_cache_ra_order() + (bsc#1225723 CVE-2024-36882). +- commit 858537f + +------------------------------------------------------------------- +Tue Jun 11 15:50:11 CEST 2024 - jack@suse.cz + +- blk-iocost: avoid out of bounds shift (bsc#1225759 + CVE-2024-36916). +- commit 9e35e70 + +------------------------------------------------------------------- +Tue Jun 11 15:48:58 CEST 2024 - davide.benini@suse.com + +- netfilter: complete validation of user input + (git-fixes CVE-2024-35896 bsc#1224662). +- commit a54ae57 + +------------------------------------------------------------------- +Tue Jun 11 15:25:13 CEST 2024 - tbogendoerfer@suse.de + +- net: hns3: fix kernel crash when devlink reload during + initialization (CVE-2024-36900 bsc#1225726). +- net: hns3: release PTP resources if pf initialization failed + (CVE-2024-36900 bsc#1225726). +- commit ad59124 + +------------------------------------------------------------------- +Tue Jun 11 14:44:23 CEST 2024 - jack@suse.cz + +- blk-mq: make sure active queue usage is held for + bio_integrity_prep() (bsc#1225105 CVE-2023-52787). +- commit 6131890 + +------------------------------------------------------------------- +Tue Jun 11 14:38:11 CEST 2024 - jack@suse.cz + +- block: prevent division by zero in blk_rq_stat_sum() + (bsc#1224661 CVE-2024-35925). +- commit 7339ca3 + +------------------------------------------------------------------- +Tue Jun 11 13:53:27 CEST 2024 - jack@suse.cz + +- Update refs for patches.suse/nbd-fix-uaf-in-nbd_open.patch (bsc#1216436 + bsc#1224935 CVE-2023-52837). +- commit 95ff8cb + +------------------------------------------------------------------- +Tue Jun 11 13:51:04 CEST 2024 - davide.benini@suse.com + +- netfilter: validate user input for expected length + (CVE-2024-35896 bsc#1224662). +- commit 6a29de4 + +------------------------------------------------------------------- +Tue Jun 11 13:49:51 CEST 2024 - jack@suse.cz + +- ext4: fix corruption during on-line resize (bsc#1224735 + CVE-2024-35807). +- commit 751677a + +------------------------------------------------------------------- +Tue Jun 11 13:34:20 CEST 2024 - jack@suse.cz + +- ext4: fix racy may inline data check in dio write (bsc#1224939 + CVE-2023-52786). +- commit 742009f + +------------------------------------------------------------------- +Tue Jun 11 13:32:12 CEST 2024 - jack@suse.cz + +- ext4: avoid online resizing failures due to oversized flex bg + (bsc#1222080 CVE-2023-52622). +- commit 817510d + +------------------------------------------------------------------- +Tue Jun 11 10:12:42 CEST 2024 - andrea.porta@suse.com + +- arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY + (git-fixes). +- commit d2efb00 + +------------------------------------------------------------------- +Tue Jun 11 10:03:53 CEST 2024 - tbogendoerfer@suse.de + +- net: mana: Enable MANA driver on ARM64 with 4K page size + (jsc#PED-8491). +- Update config files. +- commit 5211306 + +------------------------------------------------------------------- +Tue Jun 11 09:52:36 CEST 2024 - tbogendoerfer@suse.de + +- bna: ensure the copied buf is NUL terminated (CVE-2024-36934 + bsc#1225760). +- ice: ensure the copied buf is NUL terminated (CVE-2024-36935 + bsc#1225763). +- commit ab36d7d + +------------------------------------------------------------------- +Tue Jun 11 08:11:46 CEST 2024 - shung-hsi.yu@suse.com + +- xdp: use flags field to disambiguate broadcast redirect + (bsc#1225834 CVE-2024-36937). +- commit de0720c + +------------------------------------------------------------------- +Tue Jun 11 01:14:03 CEST 2024 - krisman@suse.de + +- fs/pipe: move check to pipe_has_watch_queue() (bsc#1224614 + CVE-2023-52672). +- commit 66a9a3f + +------------------------------------------------------------------- +Mon Jun 10 22:07:09 CEST 2024 - davide.benini@suse.com + +- tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING + (CVE-2023-52845 bsc#1225585). +- commit a73a0ca + +------------------------------------------------------------------- +Mon Jun 10 21:03:05 CEST 2024 - krisman@suse.de + +- pipe: wakeup wr_wait after setting max_usage (bsc#1224614 + CVE-2023-52672). +- commit 333fe30 + +------------------------------------------------------------------- +Mon Jun 10 17:13:33 CEST 2024 - lduncan@suse.com + +- blacklist.conf: add bsc#1223013 CVE-2024-26482, does not apply +- commit a7ff2c2 + +------------------------------------------------------------------- +Mon Jun 10 13:36:57 CEST 2024 - davide.benini@suse.com + +- netfilter: nf_tables: honor table dormant flag from netdev release event path + (CVE-2024-36005 bsc#1224539). +- commit 5b08b61 + +------------------------------------------------------------------- +Mon Jun 10 10:47:24 CEST 2024 - oneukum@suse.com + +- blacklist.conf: irrelevant build fix +- commit 226f27a + +------------------------------------------------------------------- +Sat Jun 8 16:22:10 CEST 2024 - lduncan@suse.com + +- scsi: target: core: Add TMF to tmr_list handling (bsc#1223018 + CVE-2024-26845). +- commit 6b81c05 + +------------------------------------------------------------------- +Fri Jun 7 16:21:13 CEST 2024 - vkarasulli@suse.de + +- iommu: mtk: fix module autoloading (git-fixes). +- commit 50334e4 + +------------------------------------------------------------------- +Fri Jun 7 15:12:04 CEST 2024 - vkarasulli@suse.de + +- iommu/amd: Enhance def_domain_type to handle untrusted device + (git-fixes). +- commit 9d0dd7f + +------------------------------------------------------------------- +Fri Jun 7 15:05:55 CEST 2024 - vkarasulli@suse.de + +- iommu: Undo pasid attachment only for the devices that have + succeeded (git-fixes). +- commit 4de170c + +------------------------------------------------------------------- +Fri Jun 7 15:03:38 CEST 2024 - davide.benini@suse.com + +- net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() + (CVE-2024-35892 bsc#1224515). +- commit e8fcaf3 + +------------------------------------------------------------------- +Fri Jun 7 13:57:12 CEST 2024 - jdelvare@suse.de + +- eeprom: at24: fix memory corruption race condition (bsc#1224612 + CVE-2024-35848). +- commit 269cd6c + +------------------------------------------------------------------- +Fri Jun 7 13:43:05 CEST 2024 - davide.benini@suse.com + +- udp: do not accept non-tunnel GSO skbs landing in a tunnel + (CVE-2024-35884 bsc#1224520). +- commit 78d5dd0 + +------------------------------------------------------------------- +Fri Jun 7 13:08:42 CEST 2024 - davide.benini@suse.com + +- Kabi workaround for icmp: prevent possible NULL dereferences from + icmp_build_probe() (CVE-2024-35857 bsc#1224619). +- icmp: prevent possible NULL dereferences from icmp_build_probe() + (CVE-2024-35857 bsc#1224619). +- commit fa789e3 + +------------------------------------------------------------------- +Thu Jun 6 23:53:41 CEST 2024 - krisman@suse.de + +- io_uring/net: correct the type of variable (git-fixes). +- commit 91963e3 + +------------------------------------------------------------------- +Thu Jun 6 15:39:34 CEST 2024 - shung-hsi.yu@suse.com + +- sock_map: avoid race between sock_map_close and sk_psock_put + (bsc#1225475 CVE-2023-52735). +- commit 71eeba4 + +------------------------------------------------------------------- +Thu Jun 6 12:52:35 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-dwc2-fix-possible-NULL-pointer-dereference-cause.patch + (CVE-2023-52855 bsc#1225583). + Adding references +- commit 4b5e987 + +------------------------------------------------------------------- +Thu Jun 6 09:32:09 CEST 2024 - denis.kirjanov@suse.com + +- net: preserve kabi for sk_buff (CVE-2024-26921 bsc#1223138). +- commit 7bf5961 + +------------------------------------------------------------------- +Thu Jun 6 09:29:40 CEST 2024 - denis.kirjanov@suse.com + +- inet: inet_defrag: prevent sk release while still in use + (CVE-2024-26921 bsc#1223138). +- commit 2016faf + +------------------------------------------------------------------- +Thu Jun 6 00:27:26 CEST 2024 - tonyj@suse.de + +- perf ui browser: Avoid SEGV on title (git fixes). +- commit 1578c22 + +------------------------------------------------------------------- +Wed Jun 5 20:40:13 CEST 2024 - tonyj@suse.de + +- perf pmu: Count sys and cpuid JSON events separately (git + fixes). +- perf stat: Don't display metric header for non-leader uncore + events (git-fixes). +- perf daemon: Fix file leak in daemon_session__control + (git-fixes). +- perf symbols: Fix ownership of string in dso__load_vmlinux() + (git-fixes). +- perf thread: Fixes to thread__new() related to initializing comm + (git-fixes). +- perf report: Avoid SEGV in report__setup_sample_type() + (git-fixes). +- perf ui browser: Don't save pointer to stack memory (git-fixes). +- perf bench internals inject-build-id: Fix trap divide when + collecting just one DSO (git-fixes). +- perf intel-pt: Fix unassigned instruction op (discovered by + MemorySanitizer) (git-fixes). +- perf test shell arm_coresight: Increase buffer size for + Coresight basic tests (git-fixes). +- perf docs: Document bpf event modifier (git-fixes). +- perf bench uprobe: Remove lib64 from libc.so.6 binary path + (git-fixes). +- perf record: Fix debug message placement for test consumption + (git-fixes). +- perf tests: Apply attributes to all events in object code + reading test (git-fixes). +- perf tests: Make "test data symbol" more robust on Neoverse N1 + (git-fixes). +- perf annotate: Fix annotation_calc_lines() to pass correct + address to get_srcline() (git-fixes). +- perf stat: Do not fail on metrics on s390 z/VM systems + (git-fixes). +- perf sched timehist: Fix -g/--call-graph option failure + (git-fixes). +- perf annotate: Get rid of duplicate --group option item + (git-fixes). +- perf probe: Add missing libgen.h header needed for using + basename() (git-fixes). +- perf record: Delete session after stopping sideband thread + (git-fixes). +- perf auxtrace: Fix multiple use of --itrace option (git-fixes). +- perf script: Show also errors for --insn-trace option + (git-fixes). +- perf lock contention: Add a missing NULL check (git-fixes). +- perf vendor events amd: Fix Zen 4 cache latency events + (git-fixes). +- libperf evlist: Avoid out-of-bounds access (git-fixes). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (git-fixes). +- perf print-events: make is_event_supported() more robust + (git-fixes). +- perf list: fix short description for some cache events + (git-fixes). +- perf metric: Don't remove scale from counts (git-fixes). +- perf stat: Avoid metric-only segv (git-fixes). +- perf expr: Fix "has_event" function for metric style events + (git-fixes). +- perf srcline: Add missed addr2line closes (git-fixes). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (git-fixes). +- perf bpf: Clean up the generated/copied vmlinux.h (git-fixes). +- perf jevents: Drop or simplify small integer values (git-fixes). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (git-fixes). +- perf pmu: Treat the msr pmu as software (git-fixes). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (git-fixes). +- perf record: Fix possible incorrect free in + record__switch_output() (git-fixes). +- perf vendor events amd: Add Zen 4 memory controller events + (git-fixes). +- perf top: Uniform the event name for the hybrid machine + (git-fixes). +- perf top: Use evsel's cpus to replace user_requested_cpus + (git-fixes). +- commit a1f9340 + +------------------------------------------------------------------- +Wed Jun 5 19:00:50 CEST 2024 - jack@suse.cz + +- nfs: Bump default write congestion size (bsc#1218442). +- commit 563bd84 + +------------------------------------------------------------------- +Wed Jun 5 18:57:05 CEST 2024 - jack@suse.cz + +- nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442). +- commit 1092c12 + +------------------------------------------------------------------- +Wed Jun 5 17:11:18 CEST 2024 - dsterba@suse.com + +- blacklist.conf: remove fix for CVE-2024-35956 bsc#1224674, not applicable +- Delete patches.suse/btrfs-qgroup-fix-qgroup-prealloc-rsv-leak-in-subvolu.patch. + Quoting bsc#1225945#c11: + "So the upstream 6.5 kernel commit (1b53e51a4a8f ("btrfs: don't commit + transaction for every subvol create") + ) was never backported to SLE, so that fix eb96e221937a ("btrfs: fix + unwritten extent buffer after snapshotting a new subvolume") was never + backported." +- commit d947258 + +------------------------------------------------------------------- +Wed Jun 5 14:58:19 CEST 2024 - oneukum@suse.com + +- crypto: iaa - Fix async_disable descriptor leak (CVE-2024-35926 + bsc#1224655). +- commit c5d6a9b + +------------------------------------------------------------------- +Wed Jun 5 13:38:58 CEST 2024 - shung-hsi.yu@suse.com + +- xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING + (bsc#1224575 CVE-2024-35976). +- commit 794d5e8 + +------------------------------------------------------------------- +Wed Jun 5 12:16:36 CEST 2024 - shung-hsi.yu@suse.com + +- bpf, skmsg: Fix NULL pointer dereference in + sk_psock_skb_ingress_enqueue (bsc#1225761 CVE-2024-36938). +- commit 2f2e817 + +------------------------------------------------------------------- +Wed Jun 5 11:15:56 CEST 2024 - davide.benini@suse.com + +- ipv4: check for NULL idev in ip_route_use_hint() + (CVE-2024-36008 bsc#1224540) +- commit d751eb5 + +------------------------------------------------------------------- +Tue Jun 4 20:14:17 CEST 2024 - ematsumiya@suse.de + +- smb3: fix lock ordering potential deadlock in + cifs_sync_mid_result (bsc#1225172, bsc#1224549, CVE-2024-35998). +- commit 98bfec0 + +------------------------------------------------------------------- +Tue Jun 4 20:13:35 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential deadlock when releasing mids + (bsc#1225172, bsc#1225548, CVE-2023-52757). +- commit 1b322a8 + +------------------------------------------------------------------- +Tue Jun 4 12:28:46 CEST 2024 - davide.benini@suse.com + +- blacklist.conf: add d380ce70058a4ccddc3e5f5c2063165dc07672c6 + netrom: Fix data-races around sysctl_net_busy_read + (CVE-2024-27419 bsc#1224759) +- commit 1fe217c + +------------------------------------------------------------------- +Tue Jun 4 12:01:21 CEST 2024 - iivanov@suse.de + +- octeontx2-af: avoid off-by-one read from userspace (bsc#1225762 CVE-2024-36957) +- commit d3dcfbb + +------------------------------------------------------------------- +Mon Jun 3 20:51:18 CEST 2024 - krisman@suse.de + +- kabi/severities: Ignore io_uring internal symbols +- commit 0e91c09 + +------------------------------------------------------------------- +Mon Jun 3 20:07:57 CEST 2024 - tonyj@suse.de + +- perf/x86: Fix out of range data (git-fixes). +- perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last + PEBS event (git-fixes). +- perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes). +- commit 664d77f + +------------------------------------------------------------------- +Mon Jun 3 19:14:40 CEST 2024 - ematsumiya@suse.de + +- cifs: failure to add channel on iface should bump up weight + (git-fixes, bsc#1225172). +- commit 007b237 + +------------------------------------------------------------------- +Mon Jun 3 19:14:26 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix parsing of SMB3.1.1 POSIX create context + (git-fixes, bsc#1225172). +- commit 5f27f69 + +------------------------------------------------------------------- +Mon Jun 3 19:14:13 CEST 2024 - ematsumiya@suse.de + +- Revert "cifs: reconnect work should have reference on server + struct" (git-fixes, bsc#1225172). +- commit 3ca4c0c + +------------------------------------------------------------------- +Mon Jun 3 19:13:59 CEST 2024 - ematsumiya@suse.de + +- cifs: fix leak of iface for primary channel (git-fixes, + bsc#1225172). +- commit b7eb8e8 + +------------------------------------------------------------------- +Mon Jun 3 19:13:45 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix mount when dns_resolver key is not available + (git-fixes, bsc#1225172). +- commit 28edb5c + +------------------------------------------------------------------- +Mon Jun 3 15:46:18 CEST 2024 - dwagner@suse.de + +- scsi: lpfc: Copyright updates for 14.4.0.2 patches + (bsc#1225842). +- scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842). +- scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842). +- scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask + (bsc#1225842). + Refresh: + - patches.suse/lpfc-reintroduce-old-irq-probe-logic.patch +- scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list + (bsc#1225842). +- scsi: lpfc: Clear deferred RSCN processing flag when driver + is unloading (bsc#1225842). +- scsi: lpfc: Update logging of protection type for T10 DIF I/O + (bsc#1225842). +- scsi: lpfc: Change default logging level for unsolicited CT + MIB commands (bsc#1225842). +- commit 5a56384 + +------------------------------------------------------------------- +Mon Jun 3 15:25:22 CEST 2024 - dwagner@suse.de + +- nvmet: fix ns enable/disable possible hang (git-fixes). +- nvme-multipath: fix io accounting on failover (git-fixes). +- nvme: fix multipath batched completion accounting (git-fixes). +- commit ed3b392 + +------------------------------------------------------------------- +Mon Jun 3 14:06:08 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/ALSA-hda-intel-sdw-acpi-fix-usage-of-device_get_name.patch + (git-fixes CVE-2024-36955). +- Update + patches.suse/ARM-9381-1-kasan-clear-stale-stack-poison.patch + (git-fixes bsc#1225715 CVE-2024-36906). +- Update + patches.suse/Bluetooth-HCI-Fix-potential-null-ptr-deref.patch + (git-fixes bsc#1225579 CVE-2024-36011). +- Update + patches.suse/Bluetooth-L2CAP-Fix-slab-use-after-free-in-l2cap_con.patch + (git-fixes bsc#1225578 CVE-2024-36013). +- Update + patches.suse/Bluetooth-msft-fix-slab-use-after-free-in-msft_do_cl.patch + (git-fixes bsc#1225502 CVE-2024-36012). +- Update + patches.suse/Bluetooth-qca-add-missing-firmware-sanity-checks.patch + (git-fixes bsc#1225722 CVE-2024-36880). +- Update + patches.suse/Bluetooth-qca-fix-firmware-check-error-path.patch + (git-fixes CVE-2024-36942). +- Update + patches.suse/Bluetooth-qca-fix-info-leak-when-fetching-fw-build-i.patch + (git-fixes bsc#1225720 CVE-2024-36032). +- Update + patches.suse/KVM-x86-mmu-Write-protect-L2-SPTEs-in-TDP-MMU-when-c.patch + (git-fixes bsc#1223749 CVE-2024-26990). +- Update + patches.suse/KVM-x86-pmu-Disable-support-for-adaptive-PEBS.patch + (git-fixes bsc#1223692 CVE-2024-26992). +- Update + patches.suse/Reapply-drm-qxl-simplify-qxl_fence_wait.patch + (stable-fixes CVE-2024-36944). +- Update + patches.suse/USB-core-Fix-access-violation-during-port-device-rem.patch + (git-fixes bsc#1225734 CVE-2024-36896). +- Update + patches.suse/amd-amdkfd-sync-all-devices-to-wait-all-processes-be.patch + (stable-fixes CVE-2024-36949). +- Update patches.suse/bpf-Check-bloom-filter-map-value-size.patch + (bsc#1224488 CVE-2024-35905 bsc#1225766 CVE-2024-36918). +- Update + patches.suse/clk-sunxi-ng-h6-Reparent-CPUX-during-PLL-CPUX-rate-c.patch + (git-fixes bsc#1225692 CVE-2023-52882). +- Update + patches.suse/cxl-pci-Fix-disabling-memory-if-DVSEC-CXL-Range-does.patch + (git-fixes CVE-2024-26761). +- Update + patches.suse/drm-amd-display-Atom-Integrated-System-Info-v2_2-for.patch + (stable-fixes bsc#1225735 CVE-2024-36897). +- Update + patches.suse/drm-amd-pm-fixes-a-random-hang-in-S4-for-SMU-v13.0.4.patch + (stable-fixes bsc#1225705 CVE-2024-36026). +- Update + patches.suse/drm-amdkfd-range-check-cp-bad-op-exception-interrupt.patch + (stable-fixes CVE-2024-36951). +- Update + patches.suse/drm-arm-malidp-fix-a-possible-null-pointer-dereferen.patch + (git-fixes bsc#1225593 CVE-2024-36014). +- Update + patches.suse/drm-nouveau-firmware-Fix-SG_DEBUG-error-with-nvkm_fi.patch + (stable-fixes bsc#1225728 CVE-2024-36885). +- Update + patches.suse/efi-unaccepted-touch-soft-lockup-during-memory-accept.patch + (git-fixes bsc#1225773 CVE-2024-36936). +- Update + patches.suse/firewire-ohci-mask-bus-reset-interrupts-between-ISR-.patch + (stable-fixes CVE-2024-36950). +- Update patches.suse/gpiolib-cdev-fix-uninitialised-kfifo.patch + (git-fixes bsc#1225736 CVE-2024-36898). +- Update + patches.suse/i40e-fix-vf-may-be-used-uninitialized-in-this-functi.patch + (git-fixes bsc#1225698 CVE-2024-36020). +- Update + patches.suse/maple_tree-fix-mas_empty_area_rev-null-pointer-deref.patch + (git-fixes bsc#1225710 CVE-2024-36891). +- Update + patches.suse/mm-slab-make-__free-kfree-accept-error-pointers.patch + (git-fixes bsc#1225714 CVE-2024-36890). +- Update + patches.suse/mmc-sdhci-msm-pervent-access-to-suspended-controller.patch + (git-fixes bsc#1225708 CVE-2024-36029). +- Update + patches.suse/net-hns3-fix-kernel-crash-when-devlink-reload-during.patch + (git-fixes bsc#1225699 CVE-2024-36021). +- Update + patches.suse/nouveau-dmem-handle-kcalloc-allocation-failure.patch + (git-fixes CVE-2024-26943). +- Update + patches.suse/nouveau-uvmm-fix-addr-range-calcs-for-remap-operatio.patch + (git-fixes bsc#1225694 CVE-2024-36018). +- Update + patches.suse/pinctrl-core-delete-incorrect-free-in-pinctrl_enable.patch + (git-fixes CVE-2024-36940). +- Update + patches.suse/pinctrl-devicetree-fix-refcount-leak-in-pinctrl_dt_t.patch + (git-fixes CVE-2024-36959). +- Update + patches.suse/ppdev-Add-an-error-check-in-register_device.patch + (git-fixes bsc#1225640 CVE-2024-36015). +- Update patches.suse/qibfs-fix-dentry-leak.patch (git-fixes + CVE-2024-36947). +- Update + patches.suse/regmap-maple-Fix-cache-corruption-in-regcache_maple_.patch + (git-fixes bsc#1225695 CVE-2024-36019). +- Update + patches.suse/s390-cio-Ensure-the-copied-buf-is-NUL-terminated.patch + (git-fixes bsc#1223869 bsc#1225747 CVE-2024-36931). +- Update + patches.suse/s390-qeth-Fix-kernel-panic-after-setting-hsuid.patch + (git-fixes bsc#1223874 bsc#1225775 CVE-2024-36928). +- Update + patches.suse/scsi-qla2xxx-Fix-off-by-one-in-qla_edif_app_getstats.patch + (git-fixes bsc#1225704 CVE-2024-36025). +- Update + patches.suse/spi-fix-null-pointer-dereference-within-spi_sync.patch + (git-fixes CVE-2024-36930). +- Update + patches.suse/swiotlb-Fix-double-allocation-of-slots-due-to-broken-alignment-handling.patch + (bsc#1224331 bsc#1224602 CVE-2024-35814). +- Update + patches.suse/tty-n_gsm-fix-possible-out-of-bounds-in-gsm0_receive.patch + (git-fixes bsc#1225642 CVE-2024-36016). +- Update + patches.suse/usb-gadget-f_fs-Fix-race-between-aio_cancel-and-AIO-.patch + (git-fixes bsc#1225749 CVE-2024-36894). +- Update + patches.suse/usb-gadget-uvc-use-correct-buffer-size-when-parsing-.patch + (git-fixes bsc#1225750 CVE-2024-36895). +- Update + patches.suse/usb-typec-tcpm-Check-for-port-partner-validity-befor.patch + (git-fixes bsc#1225748 CVE-2024-36893). +- Update + patches.suse/wifi-iwlwifi-mvm-guard-against-invalid-STA-ID-on-rem.patch + (stable-fixes bsc#1225769 CVE-2024-36921). +- Update + patches.suse/wifi-iwlwifi-read-txq-read_ptr-under-lock.patch + (stable-fixes CVE-2024-36922). +- Update + patches.suse/wifi-nl80211-don-t-free-NULL-coalescing-rule.patch + (git-fixes CVE-2024-36941). +- Update + patches.suse/x86-efistub-Call-mixed-mode-boot-services-on-the-firmware-.patch + (git-fixes bsc#1224742 CVE-2024-35803). +- commit 539780f + +------------------------------------------------------------------- +Mon Jun 3 13:25:29 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries/lparcfg: drop error message from guest name + lookup (bsc#1187716 ltc#193451 git-fixes). +- commit ceab637 + +------------------------------------------------------------------- +Mon Jun 3 13:19:17 CEST 2024 - msuchanek@suse.de + +- blacklist.conf: PPC fsl_msi is not used +- commit ae6590d + +------------------------------------------------------------------- +Mon Jun 3 13:03:27 CEST 2024 - msuchanek@suse.de + +- powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869). +- powerpc/uaccess: Fix build errors seen with GCC 13/14 + (bsc#1194869). +- commit 46b5d84 + +------------------------------------------------------------------- +Mon Jun 3 10:20:30 CEST 2024 - shung-hsi.yu@suse.com + +- Add reference to L3 bsc#1225765 in BPF control flow graph and precision backtrack fixes (bsc#1225756) + The L3 bsc#1225765 was created seperately since our customer requires + PTF. +- Update patches.suse/bpf-fix-precision-backtracking-instruction-iteration.patch +- Update patches.suse/bpf-handle-ldimm64-properly-in-check_cfg.patch +- Update patches.suse/selftests-bpf-add-edge-case-backtracking-logic-test.patch +- Update patches.suse/selftests-bpf-precision-tracking-test-for-BPF_NEG-an.patch +- commit 054635e + +------------------------------------------------------------------- +Mon Jun 3 01:12:20 CEST 2024 - mkubecek@suse.cz + +- netfilter: nf_tables: release mutex after nft_gc_seq_end from + abort path (CVE-2024-26925 bsc#1223390). +- commit 578a709 + +------------------------------------------------------------------- +Mon Jun 3 01:11:15 CEST 2024 - mkubecek@suse.cz + +- series.conf: cleanup + Fix subsection header to silence series_insert error. +- commit 4628dc3 + +------------------------------------------------------------------- +Sat Jun 1 10:18:30 CEST 2024 - tiwai@suse.de + +- ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). +- ALSA: ump: Set default protocol when not given explicitly + (git-fixes). +- ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). +- ALSA: core: Remove debugfs at disconnection (git-fixes). +- commit f8e0906 + +------------------------------------------------------------------- +Sat Jun 1 10:14:34 CEST 2024 - tiwai@suse.de + +- drm/panel: sitronix-st7789v: fix display size for + jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: tweak timing for + jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 + panel (git-fixes). +- dma-buf/sw-sync: don't enable IRQ from sync_print_obj() + (git-fixes). +- Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 + devices" (stable-fixes). +- drm/amd/display: Enable colorspace property for MST connectors + (git-fixes). +- drm/i915: Fix audio component initialization (git-fixes). +- drm/i915/dpt: Make DPT object unshrinkable (git-fixes). +- drm/i915/gt: Fix CCS id's calculation for CCS mode setting + (git-fixes). +- drm/i915/guc: avoid FIELD_PREP warning (git-fixes). +- drm/i915/gt: Disarm breadcrumbs if engines are already idle + (git-fixes). +- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) + (git-fixes). +- hwmon: (shtc1) Fix property misspelling (git-fixes). +- hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board + power sensor (git-fixes). +- spi: stm32: Don't warn about spurious interrupts (git-fixes). +- spi: Don't mark message DMA mapped when no transfer in it is + (git-fixes). +- dma-mapping: benchmark: handle NUMA_NO_NODE correctly + (git-fixes). +- dma-mapping: benchmark: fix node id validation (git-fixes). +- ALSA: seq: ump: Fix swapped song position pointer data + (git-fixes). +- ASoC: SOF: ipc4-topology: Fix input format query of process + modules without base extension (git-fixes). +- ALSA: seq: Fix yet another spot for system message conversion + (git-fixes). +- ALSA: ump: Don't accept an invalid UMP protocol number + (git-fixes). +- ALSA: ump: Don't clear bank selection after sending a program + change (git-fixes). +- ALSA: seq: Fix incorrect UMP type for system messages + (git-fixes). +- ALSA: seq: Don't clear bank selection at event -> UMP MIDI2 + conversion (git-fixes). +- ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP + conversion (git-fixes). +- ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp + (git-fixes). +- docs: netdev: Fix typo in Signed-off-by tag (git-fixes). +- net: usb: smsc95xx: fix changing LED_SEL bit value updated + from EEPROM (git-fixes). +- net: phy: micrel: set soft_reset callback to genphy_soft_reset + for KSZ8061 (git-fixes). +- commit e5505a5 + +------------------------------------------------------------------- +Sat Jun 1 10:09:27 CEST 2024 - tiwai@suse.de + +- Add alt-commit to a nouveau patch +- commit 0024d10 + +------------------------------------------------------------------- +Fri May 31 19:39:48 CEST 2024 - dsterba@suse.com + +- 9p: add missing locking around taking dentry fid list (git-fixes) +- commit 581af2d + +------------------------------------------------------------------- +Fri May 31 18:08:13 CEST 2024 - dsterba@suse.com + +- blacklist.conf: only a VFS cleanup +- commit f4a0ca8 + +------------------------------------------------------------------- +Fri May 31 18:00:27 CEST 2024 - dsterba@suse.com + +- blacklist.conf: openpromfs not built +- commit 475ff82 + +------------------------------------------------------------------- +Fri May 31 17:58:22 CEST 2024 - dsterba@suse.com + +- ecryptfs: Fix buffer size for tag 66 packet (git-fixes) +- commit 17aae28 + +------------------------------------------------------------------- +Fri May 31 17:18:32 CEST 2024 - davide.benini@suse.com + +- llc: call sock_orphan() at release time + (CVE-2024-26625 bsc#1221086) +- commit fe6bd4d + +------------------------------------------------------------------- +Fri May 31 17:18:11 CEST 2024 - dsterba@suse.com + +- fs/9p: translate O_TRUNC into OTRUNC (git-fixes) +- commit e03e9a5 + +------------------------------------------------------------------- +Fri May 31 17:14:43 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END + (git-fixes). +- commit e824dba + +------------------------------------------------------------------- +Fri May 31 17:14:08 CEST 2024 - dsterba@suse.com + +- fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) +- commit ebd0dc6 + +------------------------------------------------------------------- +Fri May 31 17:11:23 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: precision tracking test for BPF_NEG and BPF_END + (bsc#1225756). +- commit a410d73 + +------------------------------------------------------------------- +Fri May 31 17:08:22 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: add edge case backtracking logic test + (bsc#1225756). +- bpf: fix precision backtracking instruction iteration + (bsc#1225756). +- bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). +- commit 9cbb99b + +------------------------------------------------------------------- +Fri May 31 16:48:47 CEST 2024 - dsterba@suse.com + +- blacklist.conf: remove add and revert patch pair +- commit f17fe30 + +------------------------------------------------------------------- +Fri May 31 16:41:07 CEST 2024 - dsterba@suse.com + +- fs: indicate request originates from old mount API (git-fixes) +- commit 0754468 + +------------------------------------------------------------------- +Fri May 31 16:38:52 CEST 2024 - dsterba@suse.com + +- blacklist.conf: only comment fix +- commit b912460 + +------------------------------------------------------------------- +Fri May 31 16:36:29 CEST 2024 - dsterba@suse.com + +- locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) +- commit 4c48f9f + +------------------------------------------------------------------- +Fri May 31 16:34:32 CEST 2024 - dsterba@suse.com + +- fs: Fix error checking for d_hash_and_lookup() (git-fixes) +- commit c90513f + +------------------------------------------------------------------- +Fri May 31 16:31:13 CEST 2024 - dwagner@suse.de + +- nvme-pci: Add quirk for broken MSIs (git-fixes). +- nvme: fix warn output about shared namespaces without + CONFIG_NVME_MULTIPATH (git-fixes). +- drivers/nvme: Add quirks for device 126f:2262 (git-fixes). +- commit fff60eb + +------------------------------------------------------------------- +Fri May 31 16:05:29 CEST 2024 - dwagner@suse.de + +- Update + patches.suse/nvme-ensure-disabling-pairs-with-unquiesce.patch + (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535 + bsc#1224534). +- commit d9497f3 + +------------------------------------------------------------------- +Fri May 31 14:12:49 CEST 2024 - iivanov@suse.de + +- octeontx2-af: fix the double free in rvu_npc_freemem() (bsc#1225712 CVE-2024-36030) +- commit 294ca99 + +------------------------------------------------------------------- +Fri May 31 12:32:57 CEST 2024 - tbogendoerfer@suse.de + +- idpf: extend tx watchdog timeout (bsc#1224137). +- commit fbf0ed6 + +------------------------------------------------------------------- +Fri May 31 11:27:23 CEST 2024 - jgross@suse.com + +- kABI fix of KVM: x86/pmu: Allow programming events that match + unsupported arch events (bsc#1225696). +- Refresh + patches.suse/KVM-x86-pmu-Allow-programming-events-that-match-unsu.patch. +- commit 0e4ccf5 + +------------------------------------------------------------------- +Thu May 30 10:09:45 CEST 2024 - iivanov@suse.de + +- swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) +- commit c148fd3 + +------------------------------------------------------------------- +Thu May 30 09:03:10 CEST 2024 - davide.benini@suse.com + +- calipso: fix memory leak in netlbl_calipso_add_pass() + (CVE-2023-52698 bsc#1224621) +- commit 5fc90b9 + +------------------------------------------------------------------- +Thu May 30 07:29:06 CEST 2024 - jslaby@suse.cz + +- kabi/severities: ignore IMS functions + They were dropped in previous patches. Noone is supposed to use them. +- commit 494909c + +------------------------------------------------------------------- +Thu May 30 05:29:52 CEST 2024 - ematsumiya@suse.de + +- smb: client: set correct id, uid and cruid for multiuser + automounts (bsc#1223011, CVE-2024-26822). +- commit 6fce785 + +------------------------------------------------------------------- +Thu May 30 05:26:33 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential OOBs in smb2_parse_contexts() + (bsc#1220148, CVE-2023-52434). +- commit a00a7f6 + +------------------------------------------------------------------- +Wed May 29 19:16:39 CEST 2024 - colyli@suse.de + +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1223077, CVE-2024-26860). +- commit 29984e7 + +------------------------------------------------------------------- +Wed May 29 19:05:23 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: don't skip block groups with 100% zone unusable + (bsc#1220120). +- btrfs: don't refill whole delayed refs block reserve when + starting transaction (bsc#1220120). +- btrfs: add new unused block groups to the list of unused block + groups (bsc#1220120). +- btrfs: do not delete unused block group if it may be used soon + (bsc#1220120). +- btrfs: add and use helper to check if block group is used + (bsc#1220120). +- btrfs: always reserve space for delayed refs when starting + transaction (bsc#1220120). +- btrfs: stop doing excessive space reservation for csum deletion + (bsc#1220120). +- btrfs: remove pointless initialization at + btrfs_delayed_refs_rsv_release() (bsc#1220120). +- btrfs: reserve space for delayed refs on a per ref basis + (bsc#1220120). +- btrfs: allow to run delayed refs by bytes to be released + instead of count (bsc#1220120). +- btrfs: simplify check for extent item overrun at + lookup_inline_extent_backref() (bsc#1220120). +- btrfs: return -EUCLEAN if extent item is missing when searching + inline backref (bsc#1220120). +- btrfs: use a single variable for return value at + lookup_inline_extent_backref() (bsc#1220120). +- btrfs: use a single variable for return value at + run_delayed_extent_op() (bsc#1220120). +- btrfs: remove pointless 'ref_root' variable from + run_delayed_data_ref() (bsc#1220120). +- btrfs: initialize key where it's used when running delayed + data ref (bsc#1220120). +- btrfs: remove refs_to_drop argument from __btrfs_free_extent() + (bsc#1220120). +- btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() + (bsc#1220120). +- btrfs: remove the refcount warning/check at + btrfs_put_delayed_ref() (bsc#1220120). +- btrfs: remove unnecessary logic when running new delayed + references (bsc#1220120). +- btrfs: pass a space_info argument to + btrfs_reserve_metadata_bytes() (bsc#1220120). +- btrfs: log message if extent item not found when running + delayed extent op (bsc#1220120). +- btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() + (bsc#1220120). +- btrfs: move btrfs_free_excluded_extents() into block-group.c + (bsc#1220120). +- btrfs: open code trivial btrfs_add_excluded_extent() + (bsc#1220120). +- btrfs: make find_first_extent_bit() return a boolean + (bsc#1220120). +- btrfs: make btrfs_destroy_pinned_extent() return void + (bsc#1220120). +- btrfs: make btrfs_destroy_marked_extents() return void + (bsc#1220120). +- btrfs: rename add_new_free_space() to btrfs_add_new_free_space() + (bsc#1220120). +- btrfs: update documentation for add_new_free_space() + (bsc#1220120). +- commit 37b05cd + +------------------------------------------------------------------- +Wed May 29 18:24:54 CEST 2024 - nstange@suse.de + +- Refresh + patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch (bsc#1222771). + In preparation of enabling CONFIG_FIPS_SIGNATURE_SELFTEST, amend the + missing 'usage' argument in the pkcs7_validate_trust() invocation + from the PKCS#7 selftest. +- commit cfa0827 + +------------------------------------------------------------------- +Wed May 29 17:39:53 CEST 2024 - mbrugger@suse.com + +- blacklist.conf: arm: kernel does not support folios +- commit e0489ca + +------------------------------------------------------------------- +Wed May 29 17:23:53 CEST 2024 - pmladek@suse.com + +- printk: Let no_printk() use _printk() (bsc#1225618). +- commit 2abd745 + +------------------------------------------------------------------- +Wed May 29 17:04:32 CEST 2024 - pmladek@suse.com + +- printk: Update @console_may_schedule in + console_trylock_spinning() (bsc#1225616). +- commit e5e7ac5 + +------------------------------------------------------------------- +Wed May 29 16:43:37 CEST 2024 - mkoutny@suse.com + +- af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock + (CVE-2024-26676 bsc#1222380). +- af_unix: Don't peek OOB data without MSG_OOB (CVE-2024-26676 bsc#1222380). +- af_unix: Clear stale u->oob_skb (CVE-2024-26676 bsc#1222380). +- commit 7722c8d + +------------------------------------------------------------------- +Wed May 29 16:39:49 CEST 2024 - mkoutny@suse.com + +- af_unix: fix use-after-free in unix_stream_read_actor() + (CVE-2023-52772 bsc#1224989). +- commit 0f5ff3f + +------------------------------------------------------------------- +Wed May 29 16:37:13 CEST 2024 - nstange@suse.de + +- certs: Add ECDSA signature verification self-test (bsc#1222777). +- Port "certs: Add ECDSA signature verification self-test". +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_ECDSA. +- Refresh + 0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch: + trivial context update to Kconfig +- commit 7338b2e + +------------------------------------------------------------------- +Wed May 29 16:36:36 CEST 2024 - pmladek@suse.com + +- dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). +- commit 3d953e1 + +------------------------------------------------------------------- +Wed May 29 16:30:09 CEST 2024 - pmladek@suse.com + +- printk: Avoid non-panic CPUs writing to ringbuffer + (bsc#1225607). +- commit 9a41cad + +------------------------------------------------------------------- +Wed May 29 16:25:37 CEST 2024 - nstange@suse.de + +- certs: Move RSA self-test data to separate file (bsc#1222777). +- Port "certs: Move RSA self-test data to separate file". +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA. +- Refresh + patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch: + - trivial context update to Kconfig, + - account for changed pkcs7_validate_trust() callsite amended by + this refreshed patch. +- commit 248ad2a + +------------------------------------------------------------------- +Wed May 29 16:22:01 CEST 2024 - pmladek@suse.com + +- printk: Disable passing console lock owner completely during + panic() (bsc#1225607). +- commit a31a4d6 + +------------------------------------------------------------------- +Wed May 29 16:19:57 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1225607). +- commit 8be42db + +------------------------------------------------------------------- +Wed May 29 16:06:55 CEST 2024 - nstange@suse.de + +- Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771) +- commit 4ade1c7 + +------------------------------------------------------------------- +Wed May 29 15:50:37 CEST 2024 - pmladek@suse.com + +- printk: Wait for all reserved records with pr_flush() + (bsc#1225607). +- commit 4a07b6c + +------------------------------------------------------------------- +Wed May 29 15:35:37 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Cleanup reader terminology (bsc#1225607). +- commit b3f2a50 + +------------------------------------------------------------------- +Wed May 29 15:27:23 CEST 2024 - pmladek@suse.com + +- printk: Add this_cpu_in_panic() (bsc#1225607). +- commit 8afb830 + +------------------------------------------------------------------- +Wed May 29 15:21:57 CEST 2024 - pmladek@suse.com + +- printk: For @suppress_panic_printk check for other CPU in panic + (bsc#1225607). +- commit f2045e0 + +------------------------------------------------------------------- +Wed May 29 15:20:31 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Clarify special lpos values (bsc#1225607). +- commit d1338d8 + +------------------------------------------------------------------- +Wed May 29 15:17:37 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1225607). +- commit 1ea687c + +------------------------------------------------------------------- +Wed May 29 15:17:05 CEST 2024 - mkoutny@suse.com + +- prctl: generalize PR_SET_MDWE support check to be per-arch + (bsc#1225610). +- commit b86afe4 + +------------------------------------------------------------------- +Wed May 29 15:15:57 CEST 2024 - pmladek@suse.com + +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1225607). +- commit ea93856 + +------------------------------------------------------------------- +Wed May 29 15:14:03 CEST 2024 - pmladek@suse.com + +- printk: Adjust mapping for 32bit seq macros (bsc#1225607). +- commit e9e690d + +------------------------------------------------------------------- +Wed May 29 14:57:00 CEST 2024 - mkoutny@suse.com + +- blk-cgroup: fix list corruption from reorder of WRITE ->lqueued + (bsc#1225605). +- blk-cgroup: fix list corruption from resetting io stat + (bsc#1225605). +- commit c132bd3 + +------------------------------------------------------------------- +Wed May 29 14:56:41 CEST 2024 - pmladek@suse.com + +- printk: nbcon: Relocate 32bit seq macros (bsc#1225607). +- commit 6293dd4 + +------------------------------------------------------------------- +Wed May 29 14:47:13 CEST 2024 - pmladek@suse.com + +- printk: Rename abandon_console_lock_in_panic() to + other_cpu_in_panic() (bsc#1225607). +- commit 74aec78 + +------------------------------------------------------------------- +Wed May 29 14:42:32 CEST 2024 - pmladek@suse.com + +- printk: Consolidate console deferred printing (bsc#1225607). +- commit c45374f + +------------------------------------------------------------------- +Wed May 29 14:39:55 CEST 2024 - pmladek@suse.com + +- printk: Do not take console lock for console_flush_on_panic() + (bsc#1225607). +- commit ca5038f + +------------------------------------------------------------------- +Wed May 29 14:38:54 CEST 2024 - pmladek@suse.com + +- printk: Keep non-panic-CPUs out of console lock (bsc#1225607). +- commit 2d7bf36 + +------------------------------------------------------------------- +Wed May 29 14:24:43 CEST 2024 - pmladek@suse.com + +- printk: Reduce console_unblank() usage in unsafe scenarios + (bsc#1225607). +- commit 54eafaa + +------------------------------------------------------------------- +Wed May 29 13:45:07 CEST 2024 - pmladek@suse.com + +- livepatch: Fix missing newline character in + klp_resolve_symbols() (bsc#1223539). +- commit af0f908 + +------------------------------------------------------------------- +Wed May 29 13:33:07 CEST 2024 - pmladek@suse.com + +- blacklist.conf: workqueues: system-wide nr_active enforcement patchset; + not worth the risk (bsc#1225580) +- commit 059cebc + +------------------------------------------------------------------- +Wed May 29 13:28:17 CEST 2024 - shung-hsi.yu@suse.com + +- cpumap: Zero-initialise xdp_rxq_info struct before running + XDP program (bsc#1224718 CVE-2024-27431). +- commit fb7728a + +------------------------------------------------------------------- +Wed May 29 12:12:14 CEST 2024 - shung-hsi.yu@suse.com + +- kABI: bpf: struct bpf_link and bpf_link_ops kABI workaround + (bsc#1224531 CVE-2024-35860). +- commit 7744489 + +------------------------------------------------------------------- +Wed May 29 12:07:39 CEST 2024 - jslaby@suse.cz + +- Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support" + (git-fixes). +- Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()" (git-fixes). +- Revert "PCI/MSI: Provide stubs for IMS functions" (git-fixes). +- commit 0dc394b + +------------------------------------------------------------------- +Wed May 29 11:50:31 CEST 2024 - jslaby@suse.cz + +- ppdev: Add an error check in register_device (git-fixes). +- commit cfdb6a2 + +------------------------------------------------------------------- +Wed May 29 11:43:15 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: support deferring bpf_link dealloc to after RCU grace + period (bsc#1224531 CVE-2024-35860). +- bpf: put uprobe link's path and task in release callback + (bsc#1224531 CVE-2024-35860). +- commit a95dd44 + +------------------------------------------------------------------- +Wed May 29 11:25:39 CEST 2024 - jlee@suse.com + +- Bluetooth: ISO: Fix not validating setsockopt user input + (bsc#1224581 CVE-2024-35964). +- commit 9d49d44 + +------------------------------------------------------------------- +Wed May 29 11:06:17 CEST 2024 - pmladek@suse.com + +- blacklist.conf: workqueues: cosmetic; truncated names in ps output +- commit 2ed068f + +------------------------------------------------------------------- +Wed May 29 10:52:47 CEST 2024 - jlee@suse.com + +- Bluetooth: ISO: Add support for BT_PKT_STATUS (bsc#1224581 + CVE-2024-35964). +- commit cadac48 + +------------------------------------------------------------------- +Wed May 29 10:13:51 CEST 2024 - jlee@suse.com + +- Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic (bsc#1224581 + CVE-2024-35964). +- Refresh + patches.suse/Bluetooth-SCO-Fix-not-validating-setsockopt-user-inp.patch. +- commit 774d916 + +------------------------------------------------------------------- +Wed May 29 09:52:10 CEST 2024 - shung-hsi.yu@suse.com + +- bpf, sockmap: Prevent lock inversion deadlock in map delete elem + (bsc#1209657 CVE-2023-0160 bsc#1224511 CVE-2024-35895). +- commit fa3fb92 + +------------------------------------------------------------------- +Wed May 29 07:53:36 CEST 2024 - tiwai@suse.de + +- tpm_tis_spi: Account for SPI header when allocating TPM SPI + xfer buffer (git-fixes). +- commit 6d124e2 + +------------------------------------------------------------------- +Tue May 28 23:45:57 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_debug_files_proc_show() + (bsc#1225172, bsc#1223532, CVE-2024-26928). +- commit 1089c4a + +------------------------------------------------------------------- +Tue May 28 23:42:54 CEST 2024 - ematsumiya@suse.de + +- smb3: missing lock when picking channel (bsc#1225172, + bsc#1224550, CVE-2024-35999). +- commit d7be3a1 + +------------------------------------------------------------------- +Tue May 28 23:42:14 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in + cifs_signal_cifsd_for_reconnect() (bsc#1225172, bsc#1224766, + CVE-2024-35861). +- commit 0d45a76 + +------------------------------------------------------------------- +Tue May 28 23:41:36 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in smb2_is_network_name_deleted() + (bsc#1225172, bsc#1224764, CVE-2024-35862). +- commit 6632102 + +------------------------------------------------------------------- +Tue May 28 23:40:50 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in is_valid_oplock_break() + (bsc#1225172, bsc#1224763, CVE-2024-35863). +- commit 06c348c + +------------------------------------------------------------------- +Tue May 28 23:40:05 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in smb2_is_valid_oplock_break() + (bsc#1225172, bsc#1224668, CVE-2024-35865). +- commit 60bea5b + +------------------------------------------------------------------- +Tue May 28 23:39:26 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in smb2_is_valid_lease_break() + (bsc#1225172, bsc#1224765, CVE-2024-35864). +- commit 52cc8d8 + +------------------------------------------------------------------- +Tue May 28 23:38:40 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_stats_proc_show() + (bsc#1225172, bsc#1224664, CVE-2024-35867). +- commit 3a82d6a + +------------------------------------------------------------------- +Tue May 28 23:35:58 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_stats_proc_write() + (bsc#1225172, bsc#1224678, CVE-2024-35868). +- commit fb4bf4e + +------------------------------------------------------------------- +Tue May 28 23:35:08 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_dump_full_key() + (bsc#1225172, bsc#1224667, CVE-2024-35866). +- commit b0961fe + +------------------------------------------------------------------- +Tue May 28 23:33:25 CEST 2024 - ematsumiya@suse.de + +- smb: client: guarantee refcounted children from parent session + (bsc#1225172, bsc#1224679, CVE-2024-35869). +- commit 97642d2 + +------------------------------------------------------------------- +Tue May 28 23:32:40 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix UAF in smb2_reconnect_server() (bsc#1225172, + bsc#1224672, CVE-2024-35870). +- commit e205efa + +------------------------------------------------------------------- +Tue May 28 23:20:35 CEST 2024 - ematsumiya@suse.de + +- smb: Fix regression in writes when non-standard maximum write + size negotiated (bsc#1222464, CVE-2024-26692). +- commit 761be1f + +------------------------------------------------------------------- +Tue May 28 20:19:26 CEST 2024 - ematsumiya@suse.de + +- cifs: Fix writeback data corruption (bsc#1225172, + bsc#1223810, CVE-2024-27036). +- commit 75108cc + +------------------------------------------------------------------- +Tue May 28 20:07:48 CEST 2024 - ematsumiya@suse.de + +- cifs: Don't use certain unnecessary folio_*() functions + (bsc#1225172). +- commit 3ddf86f + +------------------------------------------------------------------- +Tue May 28 16:02:28 CEST 2024 - iivanov@suse.de + +- blacklist.conf: Ignore all devicetree schemes changes + We do not use them, so lets silence all git-fixes for them. +- commit 84a3286 + +------------------------------------------------------------------- +Tue May 28 13:34:20 CEST 2024 - nik.borisov@suse.com + +- x86/bpf: Fix IP after emitting call depth accounting (bsc#1224493 CVE-2024-35903). +- commit 1c0fa71 + +------------------------------------------------------------------- +Tue May 28 10:02:27 CEST 2024 - pjakobsson@suse.de + +- drm/amdgpu: Skip do PCI error slot reset during RAS recovery (CVE-2024-35931 bsc#1224652). +- commit 1dec1c9 + +------------------------------------------------------------------- +Tue May 28 08:15:44 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore TAS2781 symbol drop, it's only locally used +- commit f367fdb + +------------------------------------------------------------------- +Tue May 28 08:12:45 CEST 2024 - tiwai@suse.de + +- ASoC: tas2781: Fix wrong loading calibrated data sequence + (git-fixes). +- commit 5851e36 + +------------------------------------------------------------------- +Tue May 28 08:10:39 CEST 2024 - tiwai@suse.de + +- mm: page_owner: fix wrong information in dump_page_owner + (git-fixes). +- ALSA: scarlett2: Add missing error check to + scarlett2_config_save() (git-fixes). +- commit 4b2ccd1 + +------------------------------------------------------------------- +Tue May 28 06:53:34 CEST 2024 - jslaby@suse.cz + +- x86/mm/pat: fix VM_PAT handling in COW mappings (bsc#1224525 + CVE-2024-35877). +- commit 24cc941 + +------------------------------------------------------------------- +Tue May 28 01:53:00 CEST 2024 - krisman@suse.de + +- io_uring: fail NOP if non-zero op flags is passed in + (git-fixes). +- io_uring/net: fix sendzc lazy wake polling (git-fixes). +- io-wq: write next_work before dropping acct_lock (git-fixes). +- io_uring: use the right type for work_llist empty check + (git-fixes). +- io_uring/net: restore msg_control on sendzc retry (git-fixes). +- commit 92fcddd + +------------------------------------------------------------------- +Tue May 28 01:32:23 CEST 2024 - krisman@suse.de + +- io_uring/kbuf: hold io_buffer_list reference over mmap + (git-fixes bsc#1224523 CVE-2024-35880). +- io_uring/kbuf: protect io_buffer_list teardown with a reference + (git-fixes). + Reuses a padding space in the structure. +- io_uring/kbuf: get rid of bl->is_ready (git-fixes). +- io_uring/kbuf: get rid of lower BGID lists (git-fixes). + Including kabi preservation patch. +- io_uring/kbuf: rename is_mapped (git-fixes). +- commit 3037746 + +------------------------------------------------------------------- +Tue May 28 00:53:15 CEST 2024 - krisman@suse.de + +- io_uring: use private workqueue for exit work (git-fixes). +- io_uring/rw: don't allow multishot reads without NOWAIT support + (git-fixes). +- io_uring: clear opcode specific data for an early failure + (git-fixes). +- io_uring: fix poll_remove stalled req completion (git-fixes). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (git-fixes bsc#1224698 CVE-2024-35831). +- io_uring: clean rings on NO_MMAP alloc fail (git-fixes). +- io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry + (git-fixes). +- io_uring: don't save/restore iowait state (git-fixes). +- commit 289cc2c + +------------------------------------------------------------------- +Tue May 28 00:35:54 CEST 2024 - krisman@suse.de + +- io_uring: fix mshot io-wq checks (git-fixes). +- io_uring/net: correctly handle multishot recvmsg retry setup + (git-fixes). +- io_uring: fix io_queue_proc modifying req->flags (git-fixes). +- commit 78dda9b + +------------------------------------------------------------------- +Mon May 27 23:59:20 CEST 2024 - krisman@suse.de + +- io_uring: fix mshot read defer taskrun cqe posting (git-fixes). +- commit de73141 + +------------------------------------------------------------------- +Mon May 27 21:33:13 CEST 2024 - davide.benini@suse.com + +- ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr + (CVE-2024-35969 bsc#1224580) +- commit f419c6d + +------------------------------------------------------------------- +Mon May 27 20:45:38 CEST 2024 - tbogendoerfer@suse.de + +- mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash + work (CVE-2024-35852 bsc#1224502). +- mlxsw: spectrum_acl_tcam: Fix incorrect list API usage + (CVE-2024-36006 bsc#1224541). +- mlxsw: spectrum_acl_tcam: Fix warning during rehash + (CVE-2024-36007 bsc#1224543). +- commit 88a980b + +------------------------------------------------------------------- +Mon May 27 18:45:10 CEST 2024 - vkarasulli@suse.de + +- Revert "iommu/vt-d: Enable PCI/IMS" (git-fixes). +- commit f424462 + +------------------------------------------------------------------- +Mon May 27 18:39:43 CEST 2024 - vkarasulli@suse.de + +- Revert "iommu/amd: Enable PCI/IMS" (git-fixes). +- commit 278bf80 + +------------------------------------------------------------------- +Mon May 27 18:29:15 CEST 2024 - vkarasulli@suse.de + +- iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest + (git-fixes). +- commit 481f9bd + +------------------------------------------------------------------- +Mon May 27 18:26:02 CEST 2024 - fdmanana@suse.com + +- btrfs: avoid start and commit empty transaction when flushing + qgroups (bsc#1220120). +- btrfs: avoid start and commit empty transaction when starting + qgroup rescan (bsc#1220120). +- btrfs: avoid starting and committing empty transaction when + flushing space (bsc#1220120). +- btrfs: avoid starting new transaction when flushing delayed + items and refs (bsc#1220120). +- btrfs: merge find_free_dev_extent() and + find_free_dev_extent_start() (bsc#1220120). +- btrfs: make find_free_dev_extent() static (bsc#1220120). +- btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). +- btrfs: fail priority metadata ticket with real fs error + (bsc#1220120). +- btrfs: return real error when orphan cleanup fails due to a + transaction abort (bsc#1220120). +- btrfs: store the error that turned the fs into error state + (bsc#1220120). +- btrfs: don't steal space from global rsv after a transaction + abort (bsc#1220120). +- btrfs: print available space across all block groups when + dumping space info (bsc#1220120). +- btrfs: print available space for a block group when dumping + a space info (bsc#1220120). +- btrfs: print block group super and delalloc bytes when dumping + space info (bsc#1220120). +- btrfs: print target number of bytes when dumping free space + (bsc#1220120). +- btrfs: update comment for btrfs_join_transaction_nostart() + (bsc#1220120). +- commit b4554d4 + +------------------------------------------------------------------- +Mon May 27 18:11:48 CEST 2024 - vbabka@suse.cz + +- mm/secretmem: fix GUP-fast succeeding on secretmem folios + (CVE-2024-35872 bsc#1224530). +- commit 42a2f6f + +------------------------------------------------------------------- +Mon May 27 17:29:41 CEST 2024 - ematsumiya@suse.de + +- cifs: fix charset issue in reconnection (bsc#1225172). +- commit b4ea103 + +------------------------------------------------------------------- +Mon May 27 17:07:38 CEST 2024 - fdmanana@suse.com + +- btrfs: make btrfs_destroy_delayed_refs() return void + (bsc#1220120). +- btrfs: remove unnecessary prototype declarations at disk-io.c + (bsc#1220120). +- btrfs: use a single switch statement when initializing delayed + ref head (bsc#1220120). +- btrfs: use bool type for delayed ref head fields that are used + as booleans (bsc#1220120). +- btrfs: assert correct lock is held at btrfs_select_ref_head() + (bsc#1220120). +- btrfs: get rid of label and goto at insert_delayed_ref() + (bsc#1220120). +- btrfs: make insert_delayed_ref() return a bool instead of an + int (bsc#1220120). +- btrfs: use a bool to track qgroup record insertion when adding + ref head (bsc#1220120). +- btrfs: remove pointless in_tree field from struct + btrfs_delayed_ref_node (bsc#1220120). +- btrfs: remove unused is_head field from struct + btrfs_delayed_ref_node (bsc#1220120). +- btrfs: reorder some members of struct btrfs_delayed_ref_head + (bsc#1220120). +- commit 2e19466 + +------------------------------------------------------------------- +Mon May 27 16:12:29 CEST 2024 - dsterba@suse.com + +- btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations (CVE-2024-35956 bsc#1224674) +- commit 9bb0c20 + +------------------------------------------------------------------- +Mon May 27 16:07:17 CEST 2024 - dsterba@suse.com + +- Update patches.suse/btrfs-send-handle-path-ref-underflow-in-header-itera.patch (CVE-2024-35935 bsc#1224645) +- commit 5aa2b5a + +------------------------------------------------------------------- +Mon May 27 15:40:09 CEST 2024 - dsterba@suse.com + +- btrfs: make error messages more clear when getting a chunk map (git-fixes) +- commit 47ecf55 + +------------------------------------------------------------------- +Mon May 27 15:38:41 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: compilation warning fix +- commit 02490e2 + +------------------------------------------------------------------- +Mon May 27 15:37:02 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: code not built +- commit 5199fc3 + +------------------------------------------------------------------- +Mon May 27 15:29:06 CEST 2024 - dsterba@suse.com + +- btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) +- commit 907e740 + +------------------------------------------------------------------- +Mon May 27 15:26:23 CEST 2024 - petr.pavlu@suse.com + +- tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test + (git-fixes). +- commit 113163c + +------------------------------------------------------------------- +Mon May 27 15:25:37 CEST 2024 - dsterba@suse.com + +- btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) +- commit 4318f3e + +------------------------------------------------------------------- +Mon May 27 15:25:21 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix a race between readers and resize checks + (git-fixes). +- commit 568ebcf + +------------------------------------------------------------------- +Mon May 27 15:23:46 CEST 2024 - dsterba@suse.com + +- btrfs: add a helper to read the superblock metadata_uuid (git-fixes) +- commit 543d7b8 + +------------------------------------------------------------------- +Mon May 27 15:21:39 CEST 2024 - petr.pavlu@suse.com + +- ftrace: Fix possible use-after-free issue in ftrace_location() + (git-fixes). +- commit 4cf7fca + +------------------------------------------------------------------- +Mon May 27 15:20:36 CEST 2024 - petr.pavlu@suse.com + +- tracing: hide unused ftrace_event_id_fops (git-fixes). +- commit 61c90c7 + +------------------------------------------------------------------- +Mon May 27 15:19:03 CEST 2024 - petr.pavlu@suse.com + +- blacklist.conf: add not-relevant tracing commits +- commit b97c070 + +------------------------------------------------------------------- +Mon May 27 11:19:26 CEST 2024 - nik.borisov@suse.com + +- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). +- commit 1340b2d + +------------------------------------------------------------------- +Mon May 27 11:12:16 CEST 2024 - nik.borisov@suse.com + +- x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). +- commit 12dcb3a + +------------------------------------------------------------------- +Mon May 27 11:08:48 CEST 2024 - nik.borisov@suse.com + +- x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). +- commit 9d83518 + +------------------------------------------------------------------- +Mon May 27 11:08:27 CEST 2024 - nik.borisov@suse.com + +- x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). +- commit 2e5a312 + +------------------------------------------------------------------- +Mon May 27 11:07:16 CEST 2024 - nik.borisov@suse.com + +- x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). +- commit 453faa5 + +------------------------------------------------------------------- +Mon May 27 11:06:52 CEST 2024 - nik.borisov@suse.com + +- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). +- commit e894262 + +------------------------------------------------------------------- +Mon May 27 10:59:27 CEST 2024 - nik.borisov@suse.com + +- mm/slab: make __free(kfree) accept error pointers (git-fixes). +- commit 8b5f449 + +------------------------------------------------------------------- +Mon May 27 10:52:46 CEST 2024 - nik.borisov@suse.com + +- x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). +- commit fa1d89a + +------------------------------------------------------------------- +Mon May 27 09:54:37 CEST 2024 - jgross@suse.com + +- Update + patches.suse/virtio_net-Do-not-send-RSS-key-if-it-is-not-supporte.patch + (bsc#1224565, CVE-2024-35981). +- commit 50a448d + +------------------------------------------------------------------- +Mon May 27 09:52:27 CEST 2024 - jgross@suse.com + +- Update + patches.suse/KVM-x86-Mark-target-gfn-of-emulated-atomic-instructi.patch + (bsc#1224638, CVE-2024-35804). +- commit aac65c3 + +------------------------------------------------------------------- +Mon May 27 09:49:04 CEST 2024 - jgross@suse.com + +- Update + patches.suse/KVM-SVM-Flush-pages-under-kvm-lock-to-fix-UAF-in-svm.patch + (bsc#1224725, CVE-2024-35791). +- commit 80eb8d1 + +------------------------------------------------------------------- +Mon May 27 08:09:27 CEST 2024 - tiwai@suse.de + +- cxl/port: Fix delete_endpoint() vs parent unregistration race + (CVE-2023-52771 bsc#1225007). +- commit b115e15 + +------------------------------------------------------------------- +Sun May 26 09:46:10 CEST 2024 - tiwai@suse.de + +- i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during + start frame (git-fixes). +- commit cc09a8e + +------------------------------------------------------------------- +Sun May 26 09:45:48 CEST 2024 - tiwai@suse.de + +- kselftest: Add a ksft_perror() helper (stable-fixes). +- Refresh + patches.suse/selftests-timers-posix_timers-Reimplement-check_time.patch. +- commit f14f41c + +------------------------------------------------------------------- +Sun May 26 09:45:04 CEST 2024 - tiwai@suse.de + +- nilfs2: fix unexpected freezing of nilfs_segctor_sync() + (git-fixes). +- nilfs2: fix use-after-free of timer for log writer thread + (git-fixes). +- kasan, fortify: properly rename memintrinsics (git-fixes). +- i3c: master: svc: fix invalidate IBI type and miss call client + IBI handler (git-fixes). +- serial: kgdboc: Fix NMI-safety problems from keyboard reset code + (stable-fixes). +- drm/amd/display: Fix division by zero in setup_dsc_config + (stable-fixes). +- docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes). +- mmc: core: Add HS400 tuning in HS400es initialization + (stable-fixes). +- commit 0b2962b + +------------------------------------------------------------------- +Sun May 26 09:41:07 CEST 2024 - tiwai@suse.de + +- Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() + (git-fixes). +- commit 3e2fb47 + +------------------------------------------------------------------- +Sat May 25 08:35:21 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook + 440/460 G11 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with + ALC897 (stable-fixes). +- ALSA: usb-audio: Fix for sampling rates support for Mbox3 + (stable-fixes). +- ALSA: timer: Set lower bound of start tick time (stable-fixes). +- ALSA: usb-audio: Add sampling rates support for Mbox3 + (stable-fixes). +- commit ae40914 + +------------------------------------------------------------------- +Sat May 25 08:28:19 CEST 2024 - tiwai@suse.de + +- drm/nouveau: use tile_mode and pte_kind for VM_BIND bo + allocations (git-fixes). +- Input: cyapa - add missing input core locking to suspend/resume + functions (git-fixes). +- Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation + (git-fixes). +- Input: ims-pcu - fix printf string overflow (git-fixes). +- ASoC: tas2552: Add TX path for capturing AUDIO-OUT data + (git-fixes). +- ALSA: core: Fix NULL module pointer assignment at card init + (git-fixes). +- speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). +- serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using + prescaler (git-fixes). +- serial: 8250_bcm7271: use default_mux_rate if possible + (git-fixes). +- serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup + (git-fixes). +- tty: n_gsm: fix missing receive state reset after mode switch + (git-fixes). +- tty: n_gsm: fix possible out-of-bounds in gsm0_receive() + (git-fixes). +- commit be92dbc + +------------------------------------------------------------------- +Sat May 25 01:42:31 CEST 2024 - krisman@suse.de + +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (git-fixes CVE-2024-35827 bsc#1224606). +- commit e6510ec + +------------------------------------------------------------------- +Sat May 25 01:40:27 CEST 2024 - krisman@suse.de + +- io_uring/net: move receive multishot out of the generic msghdr + path (git-fixes). +- commit 98302d6 + +------------------------------------------------------------------- +Sat May 25 01:38:57 CEST 2024 - krisman@suse.de + +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (git-fixes). +- commit 8bed9be + +------------------------------------------------------------------- +Sat May 25 01:33:04 CEST 2024 - ematsumiya@suse.de + +- cifs: handle cases where multiple sessions share connection + (bsc#1225172). +- commit 6704757 + +------------------------------------------------------------------- +Sat May 25 01:32:51 CEST 2024 - ematsumiya@suse.de + +- smb3: show beginning time for per share stats (bsc#1225172). +- commit 9dab491 + +------------------------------------------------------------------- +Sat May 25 01:32:38 CEST 2024 - ematsumiya@suse.de + +- cifs: cifs_chan_is_iface_active should be called with chan_lock + held (bsc#1225172). +- commit 7f878c6 + +------------------------------------------------------------------- +Sat May 25 01:32:24 CEST 2024 - ematsumiya@suse.de + +- cifs: do not pass cifs_sb when trying to add channels + (bsc#1225172). +- commit b48e89f + +------------------------------------------------------------------- +Sat May 25 01:32:10 CEST 2024 - ematsumiya@suse.de + +- smb: client: remove extra @chan_count check in + __cifs_put_smb_ses() (bsc#1225172). +- commit 58e3272 + +------------------------------------------------------------------- +Sat May 25 01:31:57 CEST 2024 - ematsumiya@suse.de + +- cifs: reconnect work should have reference on server struct + (bsc#1225172). +- commit f1bff59 + +------------------------------------------------------------------- +Sat May 25 01:31:44 CEST 2024 - ematsumiya@suse.de + +- cifs: handle cases where a channel is closed (bsc#1225172). +- commit c305501 + +------------------------------------------------------------------- +Sat May 25 01:31:30 CEST 2024 - ematsumiya@suse.de + +- smb: client: reduce stack usage in cifs_try_adding_channels() + (bsc#1225172). +- commit 16a3d64 + +------------------------------------------------------------------- +Sat May 25 01:31:17 CEST 2024 - ematsumiya@suse.de + +- smb: client: get rid of dfs code dep in namespace.c + (bsc#1225172). +- commit 658ebd6 + +------------------------------------------------------------------- +Sat May 25 01:31:04 CEST 2024 - ematsumiya@suse.de + +- smb: client: get rid of dfs naming in automount code + (bsc#1225172). +- commit b47e685 + +------------------------------------------------------------------- +Sat May 25 01:26:39 CEST 2024 - ematsumiya@suse.de + +- smb: client: rename cifs_dfs_ref.c to namespace.c (bsc#1225172). +- commit 429bc2d + +------------------------------------------------------------------- +Sat May 25 01:25:30 CEST 2024 - ematsumiya@suse.de + +- smb: client: ensure to try all targets when finding nested links + (bsc#1225172). +- commit b03bac4 + +------------------------------------------------------------------- +Sat May 25 01:25:17 CEST 2024 - ematsumiya@suse.de + +- smb: client: introduce DFS_CACHE_TGT_LIST() (bsc#1225172). +- commit f066846 + +------------------------------------------------------------------- +Sat May 25 01:25:04 CEST 2024 - ematsumiya@suse.de + +- cifs: account for primary channel in the interface list + (bsc#1225172). +- commit 28558fb + +------------------------------------------------------------------- +Sat May 25 01:24:50 CEST 2024 - ematsumiya@suse.de + +- cifs: distribute channels across interfaces based on speed + (bsc#1225172). +- commit 66db7c6 + +------------------------------------------------------------------- +Sat May 25 01:14:54 CEST 2024 - krisman@suse.de + +- io_uring: remove unconditional looping in local task_work + handling (git-fixes). +- commit 1df83aa + +------------------------------------------------------------------- +Sat May 25 01:08:35 CEST 2024 - krisman@suse.de + +- io_uring: remove looping around handling traditional task_work + (git-fixes). +- commit 6bdc394 + +------------------------------------------------------------------- +Fri May 24 20:33:36 CEST 2024 - tiwai@suse.de + +- dmaengine: dw-edma: eDMA: Add sync read before starting the + DMA transfer in remote setup (CVE-2024-27408 bsc#1224430). +- commit 26ca7a6 + +------------------------------------------------------------------- +Fri May 24 20:29:39 CEST 2024 - tiwai@suse.de + +- pmdomain: ti: Add a null pointer check to the + omap_prm_domain_init (CVE-2024-35943 bsc#1224649). +- commit 4abda58 + +------------------------------------------------------------------- +Fri May 24 20:27:11 CEST 2024 - tiwai@suse.de + +- media: mediatek: vcodec: Fix oops when HEVC init fails + (CVE-2024-35921 bsc#1224477). +- commit 7226612 + +------------------------------------------------------------------- +Fri May 24 18:18:36 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() + for hisi_hns3_pmu uninit process (CVE-2023-52860 bsc#1224936). +- commit f0f6842 + +------------------------------------------------------------------- +Fri May 24 18:15:40 CEST 2024 - tiwai@suse.de + +- kABI workaround for struct idxd_evl (CVE-2024-35991 + bsc#1224553). +- commit 4c82821 + +------------------------------------------------------------------- +Fri May 24 18:11:49 CEST 2024 - tiwai@suse.de + +- dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue + (CVE-2024-35991 bsc#1224553). +- commit bba26d6 + +------------------------------------------------------------------- +Fri May 24 16:30:01 CEST 2024 - mgorman@suse.de + +- sched/topology: Optimize topology_span_sane() (bsc#1225053). +- cpumask: Add for_each_cpu_from() (bsc#1225053). +- commit a6ca3d0 + +------------------------------------------------------------------- +Fri May 24 15:19:25 CEST 2024 - denis.kirjanov@suse.com + +- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during + rehash (CVE-2024-35854 bsc#1224636). +- commit 2a8bef6 + +------------------------------------------------------------------- +Fri May 24 14:10:08 CEST 2024 - davide.benini@suse.com + +- net: mctp: take ownership of skb in mctp_local_output + (CVE-2024-27418 bsc#1224720) +- commit afb99d9 + +------------------------------------------------------------------- +Fri May 24 13:54:38 CEST 2024 - davide.benini@suse.com + +- ipv6: fix potential "struct net" leak in inet6_rtm_getaddr() + (CVE-2024-27417 bsc#1224721) +- commit 4e68c84 + +------------------------------------------------------------------- +Fri May 24 09:07:32 CEST 2024 - tiwai@suse.de + +- regulator: bd71828: Don't overwrite runtime voltages + (git-fixes). +- nfc: nci: Fix handling of zero-length payload packets in + nci_rx_work() (git-fixes). +- nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). +- selftests: net: kill smcrouted in the cleanup logic in amt.sh + (git-fixes). +- tools/latency-collector: Fix -Wformat-security compile warns + (git-fixes). +- commit 3a26e1a + +------------------------------------------------------------------- +Fri May 24 06:14:35 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Protect against int overflow for stack access size + (bsc#1224488 CVE-2024-35905). +- bpf: Check bloom filter map value size (bsc#1224488 + CVE-2024-35905). +- commit 5fa3c11 + +------------------------------------------------------------------- +Fri May 24 03:31:46 CEST 2024 - krisman@suse.de + +- io_uring: drop any code related to SCM_RIGHTS (git-fixes + CVE-2023-52656 bsc#1224187). +- io_uring/unix: drop usage of io_uring socket (git-fixes). +- Refresh + patches.suse/fs-Rename-anon_inode_getfile_secure-and-anon_inode_getfd_secure. + Commit together because this required explicit merging with the + anonymous inode creation function change. Incldues kabi fix up. +- commit b304b67 + +------------------------------------------------------------------- +Fri May 24 02:11:16 CEST 2024 - neilb@suse.de + +- autofs: use wake_up() instead of wake_up_interruptible(() + (bsc#1224166). +- commit eb57c74 + +------------------------------------------------------------------- +Thu May 23 19:29:39 CEST 2024 - mwilck@suse.com + +- Update patches.suse/scsi-qedf-Wait-for-stag-work-during-unload.patch (bsc#1214852) +- Update patches.suse/scsi-qedf-Don-t-process-stag-work-during-unload.patch (bsc#1214852) +- commit 4cb5fde + +------------------------------------------------------------------- +Thu May 23 15:56:49 CEST 2024 - rgoldwyn@suse.com + +- Remove NTFSv3 from configs (bsc#1224429) + References: bsc#1224429 comment#3 + We only support fuse version of the NTFS-3g driver. Disable NTFSv3 from + all configs. + This was enabled in + d016c04d731 ("Bump to 6.4 kernel (jsc#PED-4593)") +- commit b4be251 + +------------------------------------------------------------------- +Thu May 23 14:51:16 CEST 2024 - mfranc@suse.cz + +- s390/ipl: Fix incorrect initialization of len fields in nvme + reipl block (git-fixes bsc#1225136). +- commit 273e6f4 + +------------------------------------------------------------------- +Thu May 23 14:48:04 CEST 2024 - mfranc@suse.cz + +- s390/ipl: Fix incorrect initialization of nvme dump block + (git-fixes bsc#1225134). +- commit 955c716 + +------------------------------------------------------------------- +Thu May 23 14:46:23 CEST 2024 - mfranc@suse.cz + +- s390/cpacf: Split and rework cpacf query functions (git-fixes + bsc#1225133). +- commit ee9583e + +------------------------------------------------------------------- +Thu May 23 14:42:45 CEST 2024 - mfranc@suse.cz + +- s390/bpf: Fix bpf_plt pointer arithmetic (git-fixes bsc#1224481 + CVE-2024-35917). +- commit 34e1a55 + +------------------------------------------------------------------- +Thu May 23 14:33:42 CEST 2024 - tiwai@suse.de + +- Move upstreamed mm patches into sorted section +- commit e3937f1 + +------------------------------------------------------------------- +Thu May 23 14:27:38 CEST 2024 - tiwai@suse.de + +- Move upstreamed powerpc patches into sorted section +- commit fdb5fa6 + +------------------------------------------------------------------- +Thu May 23 14:27:05 CEST 2024 - tiwai@suse.de + +- kABI workaround for cs35l56 (git-fixes). +- commit 331f8f7 + +------------------------------------------------------------------- +Thu May 23 14:24:16 CEST 2024 - tiwai@suse.de + +- ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails + (stable-fixes). +- Refresh + patches.suse/ASoC-SOF-Intel-mtl-Implement-firmware-boot-state-che.patch. +- commit 8e475f5 + +------------------------------------------------------------------- +Thu May 23 14:22:42 CEST 2024 - tiwai@suse.de + +- ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot + failed (git-fixes). +- ASoC: cs35l56: Prevent overwriting firmware ASP config + (git-fixes). +- commit 1a7f82c + +------------------------------------------------------------------- +Thu May 23 13:25:34 CEST 2024 - tiwai@suse.de + +- ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put() + (CVE-2023-52674 bsc#1224727). +- ALSA: scarlett2: Add missing error checks to *_ctl_get() + (CVE-2023-52680 bsc#1224608). +- ALSA: scarlett2: Add missing error check to + scarlett2_usb_set_config() (CVE-2023-52692 bsc#1224628). +- commit fff59c9 + +------------------------------------------------------------------- +Thu May 23 07:45:50 CEST 2024 - tiwai@suse.de + +- vmci: prevent speculation leaks by sanitizing event in + event_deliver() (git-fixes). +- VMCI: Fix an error handling path in vmci_guest_probe_device() + (git-fixes). +- VMCI: Fix possible memcpy() run-time warning in + vmci_datagram_invoke_guest_handler() (stable-fixes). +- VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() + (stable-fixes CVE-2024-35944 bsc#1224648). +- commit d9694ad + +------------------------------------------------------------------- +Thu May 23 07:42:55 CEST 2024 - tiwai@suse.de + +- spmi: hisi-spmi-controller: Do not override device identifier + (git-fixes). +- extcon: max8997: select IRQ_DOMAIN instead of depending on it + (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port + assignment (git-fixes). +- iio: pressure: dps310: support negative temperature values + (git-fixes). +- iio: adc: stm32: Fixing err code to not indicate success + (git-fixes). +- iio: core: Leave private pointer NULL when no private data + supplied (git-fixes). +- counter: linux/counter.h: fix Excess kernel-doc description + warning (git-fixes). +- staging: vt6655: Remove unused declaration of + RFbAL7230SelectChannelPostProcess() (git-fixes). +- serial: sh-sci: protect invalidating RXDMA on shutdown + (git-fixes). +- serial: sc16is7xx: add proper sched.h include for + sched_set_fifo() (git-fixes). +- serial: max3100: Fix bitwise types (git-fixes). +- serial: max3100: Update uart_driver_registered on driver removal + (git-fixes). +- serial: max3100: Lock port->lock when calling + uart_handle_cts_change() (git-fixes). +- usb: fotg210: Add missing kernel doc description (git-fixes). +- usb: typec: tipd: fix event checking for tps6598x (git-fixes). +- usb: typec: ucsi: displayport: Fix potential deadlock + (git-fixes). +- usb: dwc3: Wait unconditionally after issuing EndXfer command + (git-fixes). +- usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). +- usb: gadget: u_audio: Fix race condition use of controls after + free during gadget unbind (git-fixes). +- usb: typec: ucsi: simplify partner's PD caps registration + (git-fixes). +- usb: typec: ucsi: always register a link to USB PD device + (git-fixes). +- leds: pwm: Disable PWM when going to suspend (git-fixes). +- commit 0d08462 + +------------------------------------------------------------------- +Wed May 22 21:16:03 CEST 2024 - mkoutny@suse.com + +- af_unix: Suppress false-positive lockdep splat for spin_lock() + in __unix_gc() (CVE-2024-26923 bsc#1223384). +- af_unix: fix lockdep positive in sk_diag_dump_icons() + (CVE-2024-26923 bsc#1223384). +- commit a652e3a + +------------------------------------------------------------------- +Wed May 22 18:08:37 CEST 2024 - jlee@suse.com + +- Update + patches.suse/ACPI-CPPC-Use-access_width-over-bit_width-for-system.patch + (stable-fixes CVE-2024-35995 bsc#1224557). +- Update + patches.suse/ALSA-usb-audio-Stop-parsing-channels-bits-when-all-c.patch + (git-fixes CVE-2024-27436 bsc#1224803). +- Update + patches.suse/ASoC-SOF-ipc4-pcm-Workaround-for-crashed-firmware-on.patch + (stable-fixes CVE-2024-27057 bsc#1223831). +- Update + patches.suse/ASoC-mediatek-sof-common-Add-NULL-check-for-normal_l.patch + (git-fixes CVE-2024-35842 bsc#1224688). +- Update + patches.suse/Bluetooth-Fix-memory-leak-in-hci_req_sync_complete.patch + (git-fixes CVE-2024-35978 bsc#1224571). +- Update + patches.suse/Bluetooth-Fix-use-after-free-bugs-caused-by-sco_sock.patch + (git-fixes CVE-2024-27398 bsc#1224174). +- Update + patches.suse/Bluetooth-L2CAP-Fix-not-validating-setsockopt-user-i.patch + (git-fixes CVE-2024-35965 bsc#1224579). +- Update + patches.suse/Bluetooth-RFCOMM-Fix-not-validating-setsockopt-user-.patch + (git-fixes CVE-2024-35966 bsc#1224576). +- Update + patches.suse/Bluetooth-SCO-Fix-not-validating-setsockopt-user-inp.patch + (git-fixes CVE-2024-35967 bsc#1224587). +- Update + patches.suse/Bluetooth-btintel-Fix-null-ptr-deref-in-btintel_read.patch + (stable-fixes CVE-2024-35933 bsc#1224640). +- Update + patches.suse/Bluetooth-hci_event-Fix-handling-of-HCI_EV_IO_CAPA_R.patch + (git-fixes CVE-2024-27416 bsc#1224723). +- Update + patches.suse/Bluetooth-hci_sock-Fix-not-validating-setsockopt-use.patch + (git-fixes CVE-2024-35963 bsc#1224582). +- Update + patches.suse/Bluetooth-l2cap-fix-null-ptr-deref-in-l2cap_chan_tim.patch + (git-fixes CVE-2024-27399 bsc#1224177). +- Update + patches.suse/Bluetooth-qca-fix-NULL-deref-on-non-serdev-setup.patch + (git-fixes CVE-2024-35850 bsc#1224600). +- Update + patches.suse/Bluetooth-qca-fix-NULL-deref-on-non-serdev-suspend.patch + (git-fixes CVE-2024-35851 bsc#1224509). +- Update + patches.suse/Bluetooth-rfcomm-Fix-null-ptr-deref-in-rfcomm_check_.patch + (bsc#1219170 CVE-2024-22099 CVE-2024-26903 bsc#1223187). +- Update + patches.suse/HID-i2c-hid-remove-I2C_HID_READ_PENDING-flag-to-prev.patch + (git-fixes CVE-2024-35997 bsc#1224552). +- Update + patches.suse/NFS-Fix-nfs_netfs_issue_read-xarray-locking-for-writ.patch + (git-fixes CVE-2024-27031 bsc#1223805). +- Update + patches.suse/NFSv4.2-fix-nfs4_listxattr-kernel-BUG-at-mm-usercopy.patch + (git-fixes CVE-2024-26870 bsc#1223113). +- Update + patches.suse/PCI-PM-Drain-runtime-idle-callbacks-before-driver-re.patch + (stable-fixes CVE-2024-35809 bsc#1224738). +- Update + patches.suse/SUNRPC-fix-some-memleaks-in-gssx_dec_option_array.patch + (git-fixes CVE-2024-27388 bsc#1223744). +- Update + patches.suse/USB-core-Fix-deadlock-in-usb_deauthorize_interface.patch + (git-fixes CVE-2024-26934 bsc#1223671). +- Update patches.suse/accel-ivpu-Fix-deadlock-in-context_xa.patch + (git-fixes CVE-2024-35953 bsc#1224704). +- Update + patches.suse/arm64-hibernate-Fix-level3-translation-fault-in-swsu.patch + (git-fixes CVE-2024-26989 bsc#1223748). +- Update patches.suse/ax25-Fix-netdev-refcount-issue.patch + (git-fixes CVE-2024-36009 bsc#1224542). +- Update + patches.suse/ax25-fix-use-after-free-bugs-caused-by-ax25_ds_del_t.patch + (git-fixes CVE-2024-35887 bsc#1224663). +- Update + patches.suse/batman-adv-Avoid-infinite-loop-trying-to-resize-loca.patch + (git-fixes CVE-2024-35982 bsc#1224566). +- Update + patches.suse/block-fix-q-blkg_list-corruption-during-disk-rebind.patch + (bsc#1223591 CVE-2024-35974 bsc#1224573). +- Update + patches.suse/bnxt_en-Fix-possible-memory-leak-in-bnxt_rdma_aux_de.patch + (git-fixes CVE-2024-35972 bsc#1224577). +- Update + patches.suse/bootconfig-use-memblock_free_late-to-free-xbc-memory.patch + (git-fixes CVE-2024-26983 bsc#1223637). +- Update + patches.suse/btrfs-fix-deadlock-with-fiemap-and-extent-locking.patch + (bsc#1223285 CVE-2024-35784 bsc#1224804). +- Update + patches.suse/btrfs-fix-information-leak-in-btrfs_ioctl_logical_to.patch + (git-fixes CVE-2024-35849 bsc#1224733). +- Update + patches.suse/btrfs-fix-race-between-ordered-extent-completion-and.patch + (bsc#1223285 CVE-2024-26794 bsc#1222426). +- Update + patches.suse/btrfs-fix-race-when-detecting-delalloc-ranges-during.patch + (bsc#1223285 CVE-2024-27080 bsc#1223782). +- Update + patches.suse/btrfs-handle-chunk-tree-lookup-error-in-btrfs_reloca.patch + (git-fixes CVE-2024-35936 bsc#1224644). +- Update + patches.suse/clk-Get-runtime-PM-before-walking-tree-during-disabl.patch + (git-fixes CVE-2024-27004 bsc#1223762). +- Update + patches.suse/clk-Get-runtime-PM-before-walking-tree-for-clk_summa.patch + (git-fixes CVE-2024-27003 bsc#1223761). +- Update + patches.suse/clk-mediatek-Do-a-runtime-PM-get-on-controllers-duri.patch + (git-fixes CVE-2024-27002 bsc#1223759). +- Update + patches.suse/comedi-vmk80xx-fix-incomplete-endpoint-checking.patch + (git-fixes CVE-2024-27001 bsc#1223698). +- Update + patches.suse/dm-raid-really-frozen-sync_thread-during-suspend-16c4.patch + (jsc#PED-7542 CVE-2024-35794 bsc#1224706). +- Update + patches.suse/dm-raid456-md-raid456-fix-a-deadlock-for-dm-raid456-4142.patch + (bsc#1219596 CVE-2024-26962 bsc#1223654). +- Update + patches.suse/dma-buf-Fix-NULL-pointer-dereference-in-sanitycheck.patch + (git-fixes CVE-2024-35916 bsc#1224480). +- Update patches.suse/dma-xilinx_dpdma-Fix-locking.patch + (git-fixes CVE-2024-35990 bsc#1224559). +- Update + patches.suse/dmaengine-fsl-qdma-Fix-a-memory-leak-related-to-the--3aa58cb.patch + (git-fixes CVE-2024-35833 bsc#1224632). +- Update + patches.suse/dmaengine-idxd-Fix-oops-during-rmmod-on-single-CPU-p.patch + (git-fixes CVE-2024-35989 bsc#1224558). +- Update + patches.suse/dpll-fix-dpll_pin_on_pin_register-for-multiple-paren.patch + (CVE-2024-27027 bsc#1223787 CVE-2024-36002 bsc#1224546). +- Update + patches.suse/dpll-fix-pin-dump-crash-for-rebound-module.patch + (jsc#PED-6079 CVE-2024-35836 bsc#1224633). +- Update + patches.suse/drm-Check-output-polling-initialized-before-disablin.patch + (stable-fixes CVE-2024-35927 bsc#1224654). +- Update + patches.suse/drm-amd-amdgpu-Fix-potential-ioremap-memory-leaks-in.patch + (stable-fixes CVE-2024-35928 bsc#1224653). +- Update + patches.suse/drm-amd-display-Fix-bounds-check-for-dcn35-DcfClocks.patch + (git-fixes CVE-2024-35788 bsc#1224709). +- Update + patches.suse/drm-amd-display-Prevent-crash-when-disable-stream.patch + (stable-fixes CVE-2024-35799 bsc#1224740). +- Update + patches.suse/drm-amdgpu-amdgpu_ttm_gart_bind-set-gtt-bound-flag.patch + (stable-fixes CVE-2024-35817 bsc#1224736). +- Update + patches.suse/drm-amdgpu-fix-deadlock-while-reading-mqd-from-debug.patch + (git-fixes CVE-2024-35795 bsc#1224634). +- Update + patches.suse/drm-amdgpu-fix-mmhub-client-id-out-of-bounds-access.patch + (git-fixes CVE-2024-27029 bsc#1223789). +- Update + patches.suse/drm-amdgpu-once-more-fix-the-call-oder-in-amdgpu_ttm.patch + (git-fixes CVE-2024-27400 bsc#1224180). +- Update + patches.suse/drm-amdgpu-pm-Fix-NULL-pointer-dereference-when-get-.patch + (git-fixes CVE-2024-26949 bsc#1223665). +- Update + patches.suse/drm-amdgpu-validate-the-parameters-of-bo-mapping-ope.patch + (git-fixes CVE-2024-26922 bsc#1223315). +- Update + patches.suse/drm-amdkfd-Fix-memory-leak-in-create_process-failure.patch + (git-fixes CVE-2024-26986 bsc#1223728). +- Update patches.suse/drm-ast-Fix-soft-lockup.patch (git-fixes + CVE-2024-35952 bsc#1224705). +- Update + patches.suse/drm-client-Fully-protect-modes-with-dev-mode_config..patch + (stable-fixes CVE-2024-35950 bsc#1224703). +- Update + patches.suse/drm-i915-bios-Tolerate-devdata-NULL-in-intel_bios_en.patch + (stable-fixes CVE-2024-26938 bsc#1223678). +- Update + patches.suse/drm-i915-gt-Reset-queue_priority_hint-on-parking.patch + (git-fixes CVE-2024-26937 bsc#1223677). +- Update + patches.suse/drm-lima-fix-a-memleak-in-lima_heap_alloc.patch + (git-fixes CVE-2024-35829 bsc#1224707). +- Update + patches.suse/drm-nouveau-fix-stale-locked-mutex-in-nouveau_gem_io.patch + (git-fixes CVE-2024-35786 bsc#1224714). +- Update + patches.suse/drm-nouveau-keep-DMA-buffers-required-for-suspend-re.patch + (git-fixes CVE-2024-27411 bsc#1224433). +- Update patches.suse/drm-nv04-Fix-out-of-bounds-access.patch + (git-fixes CVE-2024-27008 bsc#1223802). +- Update + patches.suse/drm-panfrost-Fix-the-error-path-in-panfrost_mmu_map_.patch + (git-fixes CVE-2024-35951 bsc#1224701). +- Update + patches.suse/drm-vc4-don-t-check-if-plane-state-fb-state-fb.patch + (stable-fixes CVE-2024-35932 bsc#1224650). +- Update + patches.suse/drm-vmwgfx-Create-debugfs-ttm_resource_manager-entry.patch + (git-fixes CVE-2024-26940 bsc#1223718). +- Update + patches.suse/drm-vmwgfx-Fix-the-lifetime-of-the-bo-cursor-memory.patch + (git-fixes CVE-2024-35810 bsc#1224626). +- Update + patches.suse/dyndbg-fix-old-BUG_ON-in-control-parser.patch + (stable-fixes CVE-2024-35947 bsc#1224647). +- Update + patches.suse/efi-capsule-loader-fix-incorrect-allocation-size.patch + (git-fixes CVE-2024-27413 bsc#1224438). +- Update patches.suse/efi-fix-panic-in-kdump-kernel.patch + (git-fixes CVE-2024-35800 bsc#1224507). +- Update + patches.suse/fat-fix-uninitialized-field-in-nostale-filehandles.patch + (git-fixes CVE-2024-26973 bsc#1223641). +- Update + patches.suse/fbmon-prevent-division-by-zero-in-fb_videomode_from_.patch + (stable-fixes CVE-2024-35922 bsc#1224660). +- Update + patches.suse/fs-aio-Check-IOCB_AIO_RW-before-the-struct-aio_kiocb.patch + (bsc#1222721 CVE-2024-26764 CVE-2024-35815 bsc#1224685). +- Update + patches.suse/geneve-fix-header-validation-in-geneve-6-_xmit_skb.patch + (git-fixes CVE-2024-35973 bsc#1224586). +- Update + patches.suse/geneve-make-sure-to-pull-inner-header-in-geneve_rx.patch + (git-fixes CVE-2024-26857 bsc#1223058). +- Update + patches.suse/i2c-smbus-fix-NULL-function-pointer-dereference.patch + (git-fixes CVE-2024-35984 bsc#1224567). +- Update + patches.suse/ice-fix-memory-corruption-bug-with-suspend-and-rebui.patch + (git-fixes CVE-2024-35911 bsc#1224486). +- Update + patches.suse/ice-fix-uninitialized-dplls-mutex-usage.patch + (git-fixes CVE-2024-26854 bsc#1223039). +- Update + patches.suse/idpf-fix-kernel-panic-on-unknown-packet-types.patch + (git-fixes CVE-2024-35889 bsc#1224517). +- Update + patches.suse/igc-avoid-returning-frame-twice-in-XDP_REDIRECT.patch + (git-fixes CVE-2024-26853 bsc#1223061). +- Update + patches.suse/init-main.c-Fix-potential-static_command_line-memory.patch + (git-fixes CVE-2024-26988 bsc#1223747). +- Update + patches.suse/iommufd-Fix-iopt_access_list_id-overwrite-bug.patch + (git-fixes CVE-2024-26786 bsc#1222780). +- Update + patches.suse/irqchip-gic-v3-its-Prevent-double-free-on-error.patch + (git-fixes CVE-2024-35847 bsc#1224697). +- Update + patches.suse/kprobes-Fix-possible-use-after-free-issue-on-kprobe-registration.patch + (git-fixes CVE-2024-35955 bsc#1224676). +- Update + patches.suse/mac802154-fix-llsec-key-resources-release-in-mac8021.patch + (git-fixes CVE-2024-26961 bsc#1223652). +- Update + patches.suse/md-dm-raid-don-t-call-md_reap_sync_thread-directly-cd32.patch + (jsc#PED-7542 CVE-2024-35808 bsc#1224623). +- Update patches.suse/md-fix-kmemleak-of-rdev-serial-6cf3.patch + (jsc#PED-7542 CVE-2024-26900 bsc#1223046). +- Update + patches.suse/media-tc358743-register-v4l2-async-device-only-after.patch + (git-fixes CVE-2024-35830 bsc#1224680). +- Update + patches.suse/misc-lis3lv02d_i2c-Fix-regulators-getting-en-dis-abl.patch + (git-fixes CVE-2024-35824 bsc#1224609). +- Update + patches.suse/mlxbf_gige-call-request_irq-after-NAPI-initialized.patch + (git-fixes CVE-2024-35907 bsc#1224492). +- Update + patches.suse/mlxbf_gige-stop-interface-during-shutdown.patch + (git-fixes CVE-2024-35885 bsc#1224519). +- Update + patches.suse/mmc-core-Avoid-negative-index-with-array-access.patch + (git-fixes CVE-2024-35813 bsc#1224618). +- Update + patches.suse/msft-hv-2971-net-mana-Fix-Rx-DMA-datasize-and-skb_over_panic.patch + (git-fixes CVE-2024-35901 bsc#1224495). +- Update + patches.suse/net-ena-Fix-incorrect-descriptor-free-behavior.patch + (git-fixes CVE-2024-35958 bsc#1224677). +- Update + patches.suse/net-ethernet-mtk_eth_soc-fix-PPE-hanging-issue.patch + (git-fixes CVE-2024-27432 bsc#1224716). +- Update + patches.suse/net-hns3-fix-kernel-crash-when-1588-is-received-on-H.patch + (git-fixes CVE-2024-26881 bsc#1223041). +- Update + patches.suse/net-ice-Fix-potential-NULL-pointer-dereference-in-ic.patch + (git-fixes CVE-2024-26855 bsc#1223051). +- Update + patches.suse/net-ks8851-Handle-softirqs-at-the-end-of-IRQ-thread-.patch + (git-fixes CVE-2024-35971 bsc#1224578). +- Update + patches.suse/net-ll_temac-platform_get_resource-replaced-by-wrong.patch + (git-fixes CVE-2024-35796 bsc#1224615). +- Update + patches.suse/net-mlx5-Properly-link-new-fs-rules-into-the-tree.patch + (git-fixes CVE-2024-35960 bsc#1224588). +- Update + patches.suse/net-mlx5-Register-devlink-first-under-devlink-lock.patch + (git-fixes CVE-2024-35961 bsc#1224585). +- Update + patches.suse/net-mlx5e-Fix-mlx5e_priv_init-cleanup-flow.patch + (git-fixes CVE-2024-35959 bsc#1224666). +- Update + patches.suse/net-mlx5e-Use-a-memory-barrier-to-enforce-PTP-WQ-xmi.patch + (git-fixes CVE-2024-26858 bsc#1223020). +- Update + patches.suse/net-mlx5e-fix-a-double-free-in-arfs_create_groups.patch + (jsc#PED-3311 CVE-2024-35835 bsc#1224605). +- Update + patches.suse/net-mvpp2-clear-BM-pool-before-initialization.patch + (git-fixes CVE-2024-35837 bsc#1224500). +- Update + patches.suse/net-phy-micrel-Fix-potential-null-pointer-dereferenc.patch + (git-fixes CVE-2024-35891 bsc#1224513). +- Update + patches.suse/net-phy-phy_device-Prevent-nullptr-exceptions-on-ISR.patch + (stable-fixes CVE-2024-35945 bsc#1224639). +- Update + patches.suse/net-sparx5-Fix-use-after-free-inside-sparx5_del_mact.patch + (git-fixes CVE-2024-26856 bsc#1223052). +- Update patches.suse/net-tls-fix-WARNIING-in-__sk_msg_free.patch + (bsc#1221858 CVE-2024-35841 bsc#1224687). +- Update + patches.suse/net-wwan-t7xx-Split-64bit-accesses-to-fix-alignment-.patch + (git-fixes CVE-2024-35909 bsc#1224491). +- Update + patches.suse/nfc-nci-Fix-uninit-value-in-nci_dev_up-and-nci_ntf_p.patch + (git-fixes CVE-2024-35915 bsc#1224479). +- Update + patches.suse/nfp-flower-handle-acti_netdevs-allocation-failure.patch + (git-fixes CVE-2024-27046 bsc#1223827). +- Update + patches.suse/nfs-fix-panic-when-nfs4_ff_layout_prepare_ds-fails.patch + (git-fixes CVE-2024-26868 bsc#1223038). +- Update + patches.suse/nfsd-Fix-error-cleanup-path-in-nfsd_rename.patch + (bsc#1221044 CVE-2023-52591 CVE-2024-35914 bsc#1224482). +- Update + patches.suse/nouveau-fix-instmem-race-condition-around-ptr-stores.patch + (git-fixes CVE-2024-26984 bsc#1223633). +- Update patches.suse/nouveau-lock-the-client-object-tree.patch + (stable-fixes CVE-2024-27062 bsc#1223834). +- Update + patches.suse/nvme-fc-do-not-wait-in-vain-when-unloading-module.patch + (git-fixes CVE-2024-26846 bsc#1223023). +- Update + patches.suse/nvme-fix-reconnection-fail-due-to-reserved-tag-alloc.patch + (git-fixes CVE-2024-27435 bsc#1224717). +- Update + patches.suse/octeontx2-af-Use-separate-handlers-for-interrupts.patch + (git-fixes CVE-2024-27030 bsc#1223790). +- Update + patches.suse/octeontx2-pf-Fix-transmit-scheduler-resource-leak.patch + (git-fixes CVE-2024-35975 bsc#1224569). +- Update + patches.suse/of-dynamic-Synchronize-of_changeset_destroy-with-the.patch + (git-fixes CVE-2024-35879 bsc#1224524). +- Update + patches.suse/of-module-prevent-NULL-pointer-dereference-in-vsnpri.patch + (stable-fixes CVE-2024-35878 bsc#1224671). +- Update + patches.suse/phy-marvell-a3700-comphy-Fix-out-of-bounds-read.patch + (git-fixes CVE-2024-35992 bsc#1224555). +- Update + patches.suse/phy-ti-tusb1210-Resolve-charger-det-crash-if-charger.patch + (git-fixes CVE-2024-35986 bsc#1224562). +- Update + patches.suse/platform-chrome-cros_ec_uart-properly-fix-race-condi.patch + (git-fixes CVE-2024-35977 bsc#1224568). +- Update + patches.suse/power-supply-bq27xxx-i2c-Do-not-free-non-existing-IR.patch + (git-fixes CVE-2024-27412 bsc#1224437). +- Update + patches.suse/pstore-inode-Only-d_invalidate-is-needed.patch + (git-fixes CVE-2024-27389 bsc#1223705). +- Update + patches.suse/pstore-zone-Add-a-null-pointer-check-to-the-psz_kmsg.patch + (stable-fixes CVE-2024-35940 bsc#1224537). +- Update + patches.suse/s390-zcrypt-fix-reference-counting-on-zcrypt-card-objects.patch + (git-fixes bsc#1223592 CVE-2024-26957 bsc#1223666). +- Update + patches.suse/scsi-core-Fix-unremoved-procfs-host-directory-regression.patch + (git-fixes CVE-2024-26935 bsc#1223675). +- Update + patches.suse/scsi-lpfc-Fix-possible-memory-leak-in-lpfc_rcv_padis.patch + (bsc#1220021 CVE-2024-35930 bsc#1224651). +- Update patches.suse/scsi-sg-Avoid-sg-device-teardown-race.patch + (git-fixes CVE-2024-35954 bsc#1224675). +- Update + patches.suse/scsi-smartpqi-Fix-disable_managed_interrupts.patch + (git-fixes CVE-2024-26742 bsc#1222608). +- Update + patches.suse/selinux-avoid-dereference-of-garbage-after-mount-fai.patch + (git-fixes CVE-2024-35904 bsc#1224494). +- Update + patches.suse/serial-mxs-auart-add-spinlock-around-changing-cts-st.patch + (git-fixes CVE-2024-27000 bsc#1223757). +- Update + patches.suse/serial-pmac_zilog-Remove-flawed-mitigation-for-rx-ir.patch + (git-fixes CVE-2024-26999 bsc#1223754). +- Update + patches.suse/soc-fsl-qbman-Always-disable-interrupts-when-taking-.patch + (git-fixes CVE-2024-35806 bsc#1224699). +- Update + patches.suse/soc-fsl-qbman-Use-raw-spinlock-for-cgr_lock.patch + (git-fixes CVE-2024-35819 bsc#1224683). +- Update patches.suse/speakup-Avoid-crash-on-very-long-word.patch + (git-fixes CVE-2024-26994 bsc#1223750). +- Update + patches.suse/spi-lpspi-Avoid-potential-use-after-free-in-probe.patch + (git-fixes CVE-2024-26866 bsc#1223024). +- Update + patches.suse/spi-mchp-pci1xxx-Fix-a-possible-null-pointer-derefer.patch + (git-fixes CVE-2024-35883 bsc#1224521). +- Update + patches.suse/spi-spi-mt65xx-Fix-NULL-pointer-access-in-interrupt-.patch + (git-fixes CVE-2024-27028 bsc#1223788). +- Update + patches.suse/ubifs-Set-page-uptodate-in-the-correct-place.patch + (git-fixes CVE-2024-35821 bsc#1224629). +- Update + patches.suse/usb-cdc-wdm-close-race-between-read-and-workqueue.patch + (git-fixes CVE-2024-35812 bsc#1224624). +- Update + patches.suse/usb-dwc2-host-Fix-dereference-issue-in-DDMA-completi.patch + (git-fixes CVE-2024-26997 bsc#1223741). +- Update + patches.suse/usb-dwc3-am62-fix-module-unload-reload-behavior.patch + (git-fixes CVE-2024-26963 bsc#1223651). +- Update + patches.suse/usb-gadget-f_ncm-Fix-UAF-ncm-object-at-re-bind-after.patch + (stable-fixes CVE-2024-26996 bsc#1223752). +- Update + patches.suse/usb-gadget-ncm-Avoid-dropping-datagrams-of-properly-.patch + (git-fixes CVE-2024-27405 bsc#1224423). +- Update + patches.suse/usb-gadget-ncm-Fix-handling-of-zero-block-length-pac.patch + (git-fixes CVE-2024-35825 bsc#1224681). +- Update + patches.suse/usb-typec-altmodes-displayport-create-sysfs-nodes-as.patch + (git-fixes CVE-2024-35790 bsc#1224712). +- Update + patches.suse/usb-typec-tcpm-Correct-the-PDO-counting-in-pd_set.patch + (git-fixes CVE-2024-26995 bsc#1223696). +- Update + patches.suse/usb-typec-tcpm-fix-double-free-issue-in-tcpm_port_un.patch + (git-fixes CVE-2024-26932 bsc#1223649). +- Update patches.suse/usb-typec-ucsi-Limit-read-size-on-v1.2.patch + (stable-fixes CVE-2024-35924 bsc#1224657). +- Update + patches.suse/usb-udc-remove-warning-when-queue-disabled-ep.patch + (stable-fixes CVE-2024-35822 bsc#1224739). +- Update + patches.suse/usb-xhci-Add-error-handling-in-xhci_map_urb_for_dma.patch + (git-fixes CVE-2024-26964 bsc#1223650). +- Update + patches.suse/vt-fix-unicode-buffer-corruption-when-deleting-chara.patch + (git-fixes CVE-2024-35823 bsc#1224692). +- Update + patches.suse/wifi-ath11k-decrease-MHI-channel-buffer-length-to-8K.patch + (bsc#1207948 CVE-2024-35938 bsc#1224643). +- Update + patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch + (CVE-2023-47233 bsc#1216702 CVE-2024-35811 bsc#1224592). +- Update + patches.suse/wifi-cfg80211-check-A-MSDU-format-more-carefully.patch + (stable-fixes CVE-2024-35937 bsc#1224526). +- Update + patches.suse/wifi-iwlwifi-dbg-tlv-ensure-NUL-termination.patch + (git-fixes CVE-2024-35845 bsc#1224731). +- Update + patches.suse/wifi-iwlwifi-mvm-don-t-set-the-MFP-flag-for-the-GTK.patch + (git-fixes CVE-2024-27434 bsc#1224710). +- Update + patches.suse/wifi-iwlwifi-mvm-rfi-fix-potential-response-leaks.patch + (git-fixes CVE-2024-35912 bsc#1224487). +- Update + patches.suse/wifi-libertas-fix-some-memleaks-in-lbs_allocate_cmd_.patch + (git-fixes CVE-2024-35828 bsc#1224622). +- Update + patches.suse/wifi-mac80211-check-clear-fast-rx-for-non-4addr-sta-.patch + (stable-fixes CVE-2024-35789 bsc#1224749). +- Update + patches.suse/wifi-mac80211-fix-potential-sta-link-leak.patch + (git-fixes CVE-2024-35838 bsc#1224613). +- Update + patches.suse/wifi-nl80211-reject-iftype-change-with-mesh-ID-chang.patch + (git-fixes CVE-2024-27410 bsc#1224432). +- Update + patches.suse/wifi-rtw89-fix-null-pointer-access-when-abort-scan.patch + (stable-fixes CVE-2024-35946 bsc#1224646). +- Update + patches.suse/wireguard-netlink-access-device-through-ctx-instead-.patch + (git-fixes CVE-2024-26950 bsc#1223661). +- Update + patches.suse/wireguard-netlink-check-for-dangling-peer-via-is_dea.patch + (git-fixes CVE-2024-26951 bsc#1223660). +- Update + patches.suse/wireguard-receive-annotate-data-race-around-receivin.patch + (git-fixes CVE-2024-26861 bsc#1223076). +- Update + patches.suse/x86-coco-Require-seeding-RNG-with-RDRAND-on-CoCo-systems.patch + (git-fixes CVE-2024-35875 bsc#1224665). +- Update + patches.suse/x86-fpu-Keep-xfd_state-in-sync-with-MSR_IA32_XFD.patch + (git-fixes CVE-2024-35801 bsc#1224732). +- Update + patches.suse/xen-evtchn-avoid-WARN-when-unbinding-an-event-channe.patch + (git-fixes CVE-2024-27067 bsc#1223739). +- Update + patches.suse/xsk-recycle-buffer-in-case-Rx-queue-was-full.patch + (bsc#1221303 CVE-2024-26611 CVE-2024-35834 bsc#1224620). +- commit 005afc6 + +------------------------------------------------------------------- +Wed May 22 18:08:15 CEST 2024 - jlee@suse.com + +- Update + patches.suse/ACPI-LPIT-Avoid-u32-multiplication-overflow.patch + (git-fixes CVE-2023-52683 bsc#1224627). +- Update + patches.suse/ACPI-video-check-for-error-while-searching-for-backl.patch + (git-fixes CVE-2023-52693 bsc#1224686). +- Update + patches.suse/ASoC-Intel-sof_sdw_rt_sdca_jack_common-ctx-headset_c.patch + (git-fixes CVE-2023-52697 bsc#1224596). +- Update + patches.suse/ASoC-SOF-amd-Fix-memory-leak-in-amd_sof_acp_probe.patch + (git-fixes CVE-2023-52663 bsc#1224630). +- Update + patches.suse/Revert-drm-amd-pm-resolve-reboot-exception-for-si-ol.patch + (git-fixes CVE-2023-52657 bsc#1224722). +- Update + patches.suse/Revert-net-mlx5-Block-entering-switchdev-mode-with-n.patch + (git-fixes CVE-2023-52658 bsc#1224719). +- Update + patches.suse/SUNRPC-fix-a-memleak-in-gss_import_v2_context.patch + (git-fixes CVE-2023-52653 bsc#1223712). +- Update + patches.suse/bpf-Guard-stack-limits-against-32bit-overflow.patch + (git-fixes CVE-2023-52676 bsc#1224730). +- Update + patches.suse/crypto-rsa-add-a-check-for-allocation-failure.patch + (bsc#1222775 CVE-2023-52472 bsc#1220430). +- Update + patches.suse/crypto-s390-aes-Fix-buffer-overread-in-CTR-mode.patch + (git-fixes CVE-2023-52669 bsc#1224637). +- Update + patches.suse/crypto-safexcel-Add-error-handling-for-dma_map_sg-ca.patch + (git-fixes CVE-2023-52687 bsc#1224501). +- Update + patches.suse/drm-amd-display-Check-writeback-connectors-in-create.patch + (git-fixes CVE-2023-52695 bsc#1224506). +- Update + patches.suse/drm-amd-display-Fix-a-debugfs-null-pointer-error.patch + (git-fixes CVE-2023-52673 bsc#1224741). +- Update + patches.suse/drm-amd-display-Fix-hang-underflow-when-transitionin.patch + (git-fixes CVE-2023-52671 bsc#1224729). +- Update + patches.suse/drm-amd-pm-fix-a-double-free-in-si_dpm_init.patch + (git-fixes CVE-2023-52691 bsc#1224607). +- Update + patches.suse/drm-amdkfd-Confirm-list-is-non-empty-before-utilizin.patch + (git-fixes CVE-2023-52678 bsc#1224617). +- Update + patches.suse/drm-bridge-tpd12s015-Drop-buggy-__exit-annotation-fo.patch + (git-fixes CVE-2023-52694 bsc#1224598). +- Update + patches.suse/drm-tegra-rgb-Fix-missing-clk_put-in-the-error-handl.patch + (git-fixes CVE-2023-52661 bsc#1224445). +- Update + patches.suse/drm-vmwgfx-fix-a-memleak-in-vmw_gmrid_man_get_node.patch + (git-fixes CVE-2023-52662 bsc#1224449). +- Update patches.suse/efivarfs-Free-s_fs_info-on-unmount.patch + (bsc#1220328 CVE-2023-52463 CVE-2023-52681 bsc#1224505). +- Update + patches.suse/media-rkisp1-Fix-IRQ-handling-due-to-shared-interrup.patch + (stable-fixes CVE-2023-52660 bsc#1224443). +- Update + patches.suse/net-atlantic-eliminate-double-free-in-error-handling.patch + (git-fixes CVE-2023-52664 bsc#1224747). +- Update + patches.suse/net-mlx5e-fix-a-potential-double-free-in-fs_any_crea.patch + (jsc#PED-3311 CVE-2023-52667 bsc#1224603). +- Update + patches.suse/of-Fix-double-free-in-of_parse_phandle_with_args_map.patch + (git-fixes CVE-2023-52679 bsc#1224508). +- Update + patches.suse/powerpc-imc-pmu-Add-a-null-pointer-check-in-update_events_in_group.patch + (git-fixes CVE-2023-52675 bsc#1224504). +- Update + patches.suse/powerpc-powernv-Add-a-null-pointer-check-in-opal_eve.patch + (bsc#1065729 CVE-2023-52686 bsc#1224682). +- Update + patches.suse/powerpc-powernv-Add-a-null-pointer-check-in-opal_pow.patch + (bsc#1181674 ltc#189159 git-fixes CVE-2023-52696 bsc#1224601). +- Update + patches.suse/powerpc-powernv-Add-a-null-pointer-check-to-scom_deb.patch + (bsc#1194869 CVE-2023-52690 bsc#1224611). +- Update + patches.suse/pstore-ram_core-fix-possible-overflow-in-persistent_.patch + (git-fixes CVE-2023-52685 bsc#1224728). +- Update + patches.suse/rpmsg-virtio-Free-driver_override-when-rpmsg_remove.patch + (git-fixes CVE-2023-52670 bsc#1224696). +- commit 578211b + +------------------------------------------------------------------- +Wed May 22 17:16:55 CEST 2024 - jgross@suse.com + +- vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). +- commit 2e20e2c + +------------------------------------------------------------------- +Wed May 22 16:41:31 CEST 2024 - jgross@suse.com + +- vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). +- commit 936d53e + +------------------------------------------------------------------- +Wed May 22 16:05:24 CEST 2024 - jgross@suse.com + +- virtio_net: Do not send RSS key if it is not supported + (git-fixes). +- commit cc7c4a0 + +------------------------------------------------------------------- +Wed May 22 15:29:52 CEST 2024 - jgross@suse.com + +- vsock/virtio: fix packet delivery to tap device (git-fixes). +- commit dfd8673 + +------------------------------------------------------------------- +Wed May 22 14:54:16 CEST 2024 - jgross@suse.com + +- virtio-blk: Ensure no requests in virtqueues before deleting + vqs (git-fixes). +- commit 966a23e + +------------------------------------------------------------------- +Wed May 22 14:17:42 CEST 2024 - jgross@suse.com + +- KVM: VMX: Disable LBR virtualization if the CPU doesn't support + LBR callstacks (git-fixes). +- commit f941b05 + +------------------------------------------------------------------- +Wed May 22 14:09:42 CEST 2024 - nik.borisov@suse.com + +- efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). +- commit c99f198 + +------------------------------------------------------------------- +Wed May 22 14:08:46 CEST 2024 - nik.borisov@suse.com + +- proc/kcore: do not try to access unaccepted memory (git-fixes). +- commit 2daf00c + +------------------------------------------------------------------- +Wed May 22 13:17:05 CEST 2024 - nik.borisov@suse.com + +- efi/unaccepted: touch soft lockup during memory accept (git-fixes). +- commit 45ed7cb + +------------------------------------------------------------------- +Wed May 22 13:14:27 CEST 2024 - nik.borisov@suse.com + +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type (bsc#1224442 CVE-2023-52659). +- commit dad72fd + +------------------------------------------------------------------- +Wed May 22 13:04:12 CEST 2024 - jgross@suse.com + +- kabi fix of perf/x86/intel: Expose existence of callback support to KVM + (git fixes). +- commit 5db441c + +------------------------------------------------------------------- +Wed May 22 13:03:15 CEST 2024 - jgross@suse.com + +- perf/x86/intel: Expose existence of callback support to KVM + (git-fixes). +- commit b24b5fc + +------------------------------------------------------------------- +Wed May 22 11:25:18 CEST 2024 - jgross@suse.com + +- kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. + Intel compatible (git-fixes). +- commit 38bcaaa + +------------------------------------------------------------------- +Wed May 22 11:11:23 CEST 2024 - lhenriques@suse.de + +- ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE + (bsc#1224866). +- commit 6a4b4a1 + +------------------------------------------------------------------- +Wed May 22 10:48:23 CEST 2024 - iivanov@suse.de + +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (bsc#1223265 jsc#PED-8570) +- commit 4b0eeb3 + +------------------------------------------------------------------- +Wed May 22 10:35:02 CEST 2024 - lhenriques@suse.de + +- blacklist.conf: cephfs client logging infrastructure commits + These two commits are useless in isolation, they are part of a larger set + of commits that add extra info to debug logs. +- commit 2056926 + +------------------------------------------------------------------- +Wed May 22 08:47:44 CEST 2024 - tiwai@suse.de + +- remoteproc: k3-r5: Jump to error handling labels in start/stop + errors (git-fixes). +- commit 6f545f8 + +------------------------------------------------------------------- +Wed May 22 08:46:38 CEST 2024 - tiwai@suse.de + +- libsubcmd: Fix parse-options memory leak (git-fixes). +- dmaengine: idxd: Avoid unnecessary destruction of file_ida + (git-fixes). +- dmaengine: axi-dmac: fix possible race in remove() (git-fixes). +- dmaengine: idma64: Add check for dma_set_max_seg_size + (git-fixes). +- remoteproc: k3-r5: Do not allow core1 to power up before core0 + via sysfs (git-fixes). +- remoteproc: k3-r5: Wait for core0 power-up before powering up + core1 (git-fixes). +- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM + (git-fixes). +- PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). +- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id + (git-fixes). +- PCI: dwc: ep: Fix DBI access failure for drivers requiring + refclk from host (git-fixes). +- PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 + (git-fixes). +- PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 + (git-fixes). +- KEYS: trusted: Do not use WARN when encode fails (git-fixes). +- KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). +- commit d7da373 + +------------------------------------------------------------------- +Tue May 21 19:42:14 CEST 2024 - jgross@suse.com + +- KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is + enabled (git-fixes). +- commit 7d13726 + +------------------------------------------------------------------- +Tue May 21 19:06:22 CEST 2024 - jgross@suse.com + +- KVM: x86: Allow, don't ignore, same-value writes to immutable + MSRs (git-fixes). +- commit e25e965 + +------------------------------------------------------------------- +Tue May 21 18:30:43 CEST 2024 - jgross@suse.com + +- KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT + Misconfig (git-fixes). +- commit 21a74db + +------------------------------------------------------------------- +Tue May 21 17:54:50 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC + internal slots (git-fixes). +- commit b2d6429 + +------------------------------------------------------------------- +Tue May 21 17:19:17 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Move private vs. shared check above slot validity + checks (git-fixes). +- commit 2108d3a + +------------------------------------------------------------------- +Tue May 21 16:43:17 CEST 2024 - jgross@suse.com + +- KVM: x86: Fully re-initialize supported_mce_cap on vendor + module load (git-fixes). +- commit 52160e6 + +------------------------------------------------------------------- +Tue May 21 16:07:04 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing + dirty status (git-fixes). +- commit 7bdd69f + +------------------------------------------------------------------- +Tue May 21 15:26:06 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add a1fd0b9d751f sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level +- commit 3d0aa70 + +------------------------------------------------------------------- +Tue May 21 15:16:02 CEST 2024 - tiwai@suse.de + +- drm/nouveau/disp: Fix missing backlight control on Macbook 5, + 1 (bsc#1223838). +- commit 07ffc12 + +------------------------------------------------------------------- +Tue May 21 14:27:31 CEST 2024 - iivanov@suse.de + +- iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) +- commit 55fb87b + +------------------------------------------------------------------- +Tue May 21 14:26:12 CEST 2024 - iivanov@suse.de + +- swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) +- commit 8bebd77 + +------------------------------------------------------------------- +Tue May 21 14:24:53 CEST 2024 - iivanov@suse.de + +- swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) +- commit fcf796a + +------------------------------------------------------------------- +Tue May 21 14:21:15 CEST 2024 - iivanov@suse.de + +- swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) +- commit c65bb03 + +------------------------------------------------------------------- +Tue May 21 14:19:30 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Set enable bits for GP counters in + PERF_GLOBAL_CTRL at "RESET" (git-fixes). +- commit 1ba62ae + +------------------------------------------------------------------- +Tue May 21 14:17:25 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). +- commit 9862bdd + +------------------------------------------------------------------- +Tue May 21 14:15:41 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD + platforms (git-fixes). +- commit 5f8077d + +------------------------------------------------------------------- +Tue May 21 14:13:58 CEST 2024 - jgross@suse.com + +- KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel + compatible (git-fixes). +- commit c9c8902 + +------------------------------------------------------------------- +Tue May 21 14:10:14 CEST 2024 - jgross@suse.com + +- x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM + (git-fixes). +- commit f882a8e + +------------------------------------------------------------------- +Tue May 21 13:34:01 CEST 2024 - jgross@suse.com + +- KVM: x86: Use actual kvm_cpuid.base for clearing + KVM_FEATURE_PV_UNHALT (git-fixes). +- commit 80b67d0 + +------------------------------------------------------------------- +Tue May 21 13:14:53 CEST 2024 - mfranc@suse.cz + +- s390/cio: fix tracepoint subchannel type field (git-fixes + bsc#1224793). +- commit f1aa928 + +------------------------------------------------------------------- +Tue May 21 13:09:15 CEST 2024 - mfranc@suse.cz + +- s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes + bsc#1224792). +- commit d08e4ce + +------------------------------------------------------------------- +Tue May 21 13:05:27 CEST 2024 - mfranc@suse.cz + +- KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M + (git-fixes bsc#1224790). +- commit b0b1c22 + +------------------------------------------------------------------- +Tue May 21 12:57:45 CEST 2024 - jgross@suse.com + +- KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper + (git-fixes). +- commit 652c188 + +------------------------------------------------------------------- +Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz + +- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd + We disabled the FS in bug 1202309. And we actively blacklist it in: + /usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf + This, as a side-effect, fixes obs-build's warning: + dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory + Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the + above unblacklist. + We should likely drop ext2+ext3 from the list too, as we don't build + them at all. But that's a different story. +- commit 9e1a078 + +------------------------------------------------------------------- +Tue May 21 11:31:32 CEST 2024 - jgross@suse.com + +- KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). +- commit 9327154 + +------------------------------------------------------------------- +Tue May 21 11:28:52 CEST 2024 - jgross@suse.com + +- KVM: SVM: Use unsigned integers when dealing with ASIDs + (git-fixes). +- commit b0fec37 + +------------------------------------------------------------------- +Tue May 21 11:28:52 CEST 2024 - cfamullaconrad@suse.de + +- tools/power turbostat: Expand probe_intel_uncore_frequency() + (bsc#1221765). +- commit 7c0d70f + +------------------------------------------------------------------- +Tue May 21 11:27:24 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: fix recursive deadlock in timer injection + (git-fixes). +- commit 389ea84 + +------------------------------------------------------------------- +Tue May 21 11:25:54 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: remove WARN_ON_ONCE() with false positives in + evtchn delivery (git-fixes). +- commit d63a8c9 + +------------------------------------------------------------------- +Tue May 21 11:24:29 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: inject vCPU upcall vector when local APIC is + enabled (git-fixes). +- commit 538dcab + +------------------------------------------------------------------- +Tue May 21 11:22:43 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: improve accuracy of Xen timers (git-fixes). +- commit 921d76d + +------------------------------------------------------------------- +Tue May 21 11:20:46 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Explicitly check NMI from guest to reducee false + positives (git-fixes). +- commit be2edf0 + +------------------------------------------------------------------- +Tue May 21 11:18:52 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled + (git-fixes). +- commit fe18eef + +------------------------------------------------------------------- +Tue May 21 11:16:06 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs + (git-fixes). +- commit 406de6b + +------------------------------------------------------------------- +Tue May 21 10:34:00 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). +- commit dd1520f + +------------------------------------------------------------------- +Tue May 21 09:57:46 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC + due to bad index (git-fixes). +- commit b2e9cf1 + +------------------------------------------------------------------- +Tue May 21 09:22:11 CEST 2024 - shung-hsi.yu@suse.com + +- blacklist.conf: add "libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos" +- commit f859338 + +------------------------------------------------------------------- +Tue May 21 09:07:54 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD + (git-fixes). +- commit fd656b7 + +------------------------------------------------------------------- +Tue May 21 09:02:26 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Allow programming events that match unsupported + arch events (git-fixes). +- commit 60f57dc + +------------------------------------------------------------------- +Tue May 21 08:49:53 CEST 2024 - tiwai@suse.de + +- firmware: dmi-id: add a release callback function (git-fixes). +- watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in + sa1100dog_probe() (git-fixes). +- watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a + safety margin (git-fixes). +- watchdog: bd9576: Drop "always-running" property (git-fixes). +- watchdog: cpu5wdt.c: Fix use-after-free bug caused by + cpu5wdt_trigger (git-fixes). +- i2c: acpi: Unbind mux adapters before delete (git-fixes). +- i2c: synquacer: Fix an error handling path in + synquacer_i2c_probe() (git-fixes). +- i2c: cadence: Avoid fifo clear after start (git-fixes). +- pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins + regs (git-fixes). +- pinctrl: armada-37xx: remove an unused variable (git-fixes). +- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). +- commit 60d82a4 + +------------------------------------------------------------------- +Tue May 21 08:25:35 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Always treat Fixed counters as available when + supported (git-fixes). +- commit c4b0d18 + +------------------------------------------------------------------- +Tue May 21 08:23:45 CEST 2024 - jgross@suse.com + +- KVM: VMX: Report up-to-date exit qualification to userspace + (git-fixes). +- commit d6b020d + +------------------------------------------------------------------- +Tue May 21 08:20:50 CEST 2024 - jgross@suse.com + +- KVM: x86: Fix broken debugregs ABI for 32 bit kernels + (git-fixes). +- commit 69a1ee8 + +------------------------------------------------------------------- +Tue May 21 08:18:03 CEST 2024 - jgross@suse.com + +- SEV: disable SEV-ES DebugSwap by default (git-fixes). +- commit dcaff2f + +------------------------------------------------------------------- +Tue May 21 08:16:02 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU + (git-fixes). +- commit c561279 + +------------------------------------------------------------------- +Tue May 21 08:11:53 CEST 2024 - jgross@suse.com + +- KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear + they're a WIP (git-fixes). +- commit aba16e8 + +------------------------------------------------------------------- +Tue May 21 08:10:16 CEST 2024 - jgross@suse.com + +- KVM: x86: Mark target gfn of emulated atomic instruction as + dirty (git-fixes). +- commit 303882a + +------------------------------------------------------------------- +Tue May 21 08:08:31 CEST 2024 - jgross@suse.com + +- KVM: SVM: Flush pages under kvm->lock to fix UAF in + svm_register_enc_region() (git-fixes). +- commit 4382f8a + +------------------------------------------------------------------- +Mon May 20 18:36:31 CEST 2024 - ailiop@suse.com + +- sysv: don't call sb_bread() with pointers_lock held + (bsc#1224659 CVE-2023-52699). +- commit 6cad3fd + +------------------------------------------------------------------- +Mon May 20 18:22:45 CEST 2024 - lduncan@suse.com + +- Update + patches.suse/scsi-smartpqi-Fix-disable_managed_interrupts.patch + (git-fixes bsc#1222608 CVE-2024-26742). +- commit 950259c + +------------------------------------------------------------------- +Mon May 20 17:34:03 CEST 2024 - dsterba@suse.com + +- btrfs: always clear PERTRANS metadata during commit (git-fixes) +- commit f24386b + +------------------------------------------------------------------- +Mon May 20 17:31:37 CEST 2024 - dsterba@suse.com + +- btrfs: record delayed inode root in transaction (git-fixes) +- commit 3382370 + +------------------------------------------------------------------- +Mon May 20 17:30:52 CEST 2024 - dsterba@suse.com + +- btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) +- commit 21cfc26 + +------------------------------------------------------------------- +Mon May 20 17:30:06 CEST 2024 - dsterba@suse.com + +- btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) +- commit a357818 + +------------------------------------------------------------------- +Mon May 20 17:28:54 CEST 2024 - dsterba@suse.com + +- btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) +- commit 3227c75 + +------------------------------------------------------------------- +Mon May 20 17:28:06 CEST 2024 - dsterba@suse.com + +- btrfs: sysfs: validate scrub_speed_max value (git-fixes) +- commit 333b480 + +------------------------------------------------------------------- +Mon May 20 17:26:31 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: build fix for config we don't use +- commit d489b93 + +------------------------------------------------------------------- +Mon May 20 17:25:16 CEST 2024 - dsterba@suse.com + +- btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) +- commit e1ff84f + +------------------------------------------------------------------- +Mon May 20 17:19:12 CEST 2024 - dsterba@suse.com + +- btrfs: fix race when refilling delayed refs block reserve (git-fixes) +- commit f241886 + +------------------------------------------------------------------- +Mon May 20 17:17:09 CEST 2024 - dsterba@suse.com + +- btrfs: assert delayed node locked when removing delayed item (git-fixes) +- commit 7298484 + +------------------------------------------------------------------- +Mon May 20 17:16:03 CEST 2024 - dsterba@suse.com + +- btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) +- commit f5815af + +------------------------------------------------------------------- +Mon May 20 17:07:38 CEST 2024 - dsterba@suse.com + +- btrfs: output extra debug info if we failed to find an inline backref (git-fixes) +- commit 92fba41 + +------------------------------------------------------------------- +Mon May 20 17:06:06 CEST 2024 - dsterba@suse.com + +- btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) +- commit 446041f + +------------------------------------------------------------------- +Mon May 20 17:04:32 CEST 2024 - dsterba@suse.com + +- btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) +- commit ca5b7a2 + +------------------------------------------------------------------- +Mon May 20 15:43:05 CEST 2024 - nmorey@suse.com + +- RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) +- commit 4bdc550 + +------------------------------------------------------------------- +Mon May 20 15:42:55 CEST 2024 - nmorey@suse.com + +- RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) +- commit 6d737b0 + +------------------------------------------------------------------- +Mon May 20 15:42:41 CEST 2024 - nmorey@suse.com + +- bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) +- commit 3e0bec3 + +------------------------------------------------------------------- +Mon May 20 15:42:30 CEST 2024 - nmorey@suse.com + +- IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) +- commit 9a3847d + +------------------------------------------------------------------- +Mon May 20 15:41:38 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) +- commit c50f3b5 + +------------------------------------------------------------------- +Mon May 20 15:41:28 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Allow good work requests to be executed (git-fixes) +- commit b36653a + +------------------------------------------------------------------- +Mon May 20 15:41:18 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) +- commit ba9e71d + +------------------------------------------------------------------- +Mon May 20 15:41:06 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Modify the print level of CQE error (git-fixes) +- commit 12a2ba5 + +------------------------------------------------------------------- +Mon May 20 15:40:45 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Use complete parentheses in macros (git-fixes) +- commit 7a9c544 + +------------------------------------------------------------------- +Mon May 20 15:40:34 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix GMV table pagesize (git-fixes) +- commit fb0321b + +------------------------------------------------------------------- +Mon May 20 15:40:20 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix UAF for cq async event (git-fixes) +- commit 8ea7fea + +------------------------------------------------------------------- +Mon May 20 15:40:10 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) +- commit fb64efc + +------------------------------------------------------------------- +Mon May 20 15:39:57 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) +- commit 6c2f69b + +------------------------------------------------------------------- +Mon May 20 15:39:41 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) +- commit 60cadbc + +------------------------------------------------------------------- +Mon May 20 15:39:25 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) +- commit dacefcf + +------------------------------------------------------------------- +Mon May 20 15:39:09 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Change check for cacheable mkeys (git-fixes) +- commit c838c29 + +------------------------------------------------------------------- +Mon May 20 15:38:50 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) +- commit 3012f2a + +------------------------------------------------------------------- +Mon May 20 15:38:31 CEST 2024 - nmorey@suse.com + +- qibfs: fix dentry leak (git-fixes) +- commit 3dd0249 + +------------------------------------------------------------------- +Mon May 20 15:37:55 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) +- commit 52028fd + +------------------------------------------------------------------- +Mon May 20 15:37:35 CEST 2024 - nmorey@suse.com + +- RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) +- commit 1a1a1ef + +------------------------------------------------------------------- +Mon May 20 15:37:10 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) +- commit 0a73f85 + +------------------------------------------------------------------- +Mon May 20 14:08:23 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: dts: broadcom: bcmbca: bcm4908: set brcm,wp-not-connected") +- commit a7b0273 + +------------------------------------------------------------------- +Mon May 20 14:04:41 CEST 2024 - iivanov@suse.de + +- arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) +- commit 88132f5 + +------------------------------------------------------------------- +Mon May 20 14:03:25 CEST 2024 - iivanov@suse.de + +- arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) +- commit 366d274 + +------------------------------------------------------------------- +Mon May 20 14:02:14 CEST 2024 - iivanov@suse.de + +- arm64: tegra: Correct Tegra132 I2C alias (git-fixes) +- commit da1130e + +------------------------------------------------------------------- +Mon May 20 13:28:11 CEST 2024 - iivanov@suse.de + +- arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) +- commit eee423c + +------------------------------------------------------------------- +Mon May 20 13:27:02 CEST 2024 - iivanov@suse.de + +- arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) +- commit 7d432cc + +------------------------------------------------------------------- +Mon May 20 13:25:37 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- commit d52e38e + +------------------------------------------------------------------- +Mon May 20 13:24:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- commit 029788f + +------------------------------------------------------------------- +Mon May 20 13:22:07 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix alphabetical ordering RK3399 puma (git-fixes) + Refresh patches.suse/arm64-dts-rockchip-enable-internal-pull-up-on-PCIE_WAKE-for-RK3399-Puma.patch +- commit aeac8db + +------------------------------------------------------------------- +Mon May 20 12:53:44 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: display: samsung,ams495qa01: add missing SPI properties") +- commit f4f5a90 + +------------------------------------------------------------------- +Mon May 20 12:53:08 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: iio: health: maxim,max30102: fix compatible check") +- commit 1690e24 + +------------------------------------------------------------------- +Mon May 20 12:52:51 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: pwm: mediatek,pwm-disp: Document power-domains property") +- commit 6958159 + +------------------------------------------------------------------- +Mon May 20 12:52:16 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: fsl-imx-sdma: fix HDMI audio index") +- commit 952bf73 + +------------------------------------------------------------------- +Mon May 20 12:52:05 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: lcdif: Do not require power-domains for i.MX6ULL") +- commit eabdd33 + +------------------------------------------------------------------- +Mon May 20 12:51:52 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update") +- commit ad9009e + +------------------------------------------------------------------- +Mon May 20 12:51:31 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mtd: avoid automatically select from mtd.yaml") +- commit 2d9981a + +------------------------------------------------------------------- +Mon May 20 12:51:15 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: can: mpfs: add missing required clock") +- commit d5f79eb + +------------------------------------------------------------------- +Mon May 20 12:50:57 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mfd: dlg,da9063: Make #interrupt-cells required") +- commit a6ea77b + +------------------------------------------------------------------- +Mon May 20 12:50:46 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: pinctr: pinctrl-zynq: Fix compatible string") +- commit f208a95 + +------------------------------------------------------------------- +Mon May 20 12:49:28 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible") +- commit 3478db8 + +------------------------------------------------------------------- +Mon May 20 12:49:08 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: display: ti,am65x-dss: Add support for common1 region") +- commit 7eb6591 + +------------------------------------------------------------------- +Mon May 20 12:48:50 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: opp: drop maxItems from inner items") +- commit 878a019 + +------------------------------------------------------------------- +Mon May 20 12:48:31 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: pwm: amlogic: fix s4 bindings") +- commit e2029e3 + +------------------------------------------------------------------- +Mon May 20 12:48:15 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: rockchip: Correct vendor for Banana Pi R2 Pro") +- commit c1d1519 + +------------------------------------------------------------------- +Mon May 20 12:45:53 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: rockchip: Correct vendor for Orange Pi RK3399 board") +- commit 88539b6 + +------------------------------------------------------------------- +Mon May 20 12:45:20 CEST 2024 - iivanov@suse.de + +- dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) +- commit 4e403e4 + +------------------------------------------------------------------- +Mon May 20 12:43:49 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: qcom: drop the superfluous device compatibility") +- commit f6fdbc2 + +------------------------------------------------------------------- +Mon May 20 12:43:00 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: riscv: cpus: Clarify mmu-type interpretation") +- commit 4b6b7f4 + +------------------------------------------------------------------- +Mon May 20 12:42:52 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: power: reset: qcom-pon: fix inconsistent example") +- commit b2da43b + +------------------------------------------------------------------- +Mon May 20 12:42:42 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: rtc: qcom-pm8xxx: fix inconsistent example") +- commit 673e959 + +------------------------------------------------------------------- +Mon May 20 12:42:30 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: fix path to header") +- commit 2965719 + +------------------------------------------------------------------- +Mon May 20 12:42:17 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: phy: amlogic,g12a-mipi-dphy-analog: drop unneeded reg") +- commit 44293cc + +------------------------------------------------------------------- +Mon May 20 12:42:03 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: gpio: xilinx: Fix node address in gpio") +- commit 51eae0f + +------------------------------------------------------------------- +Mon May 20 12:41:48 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: iio/adc: qcom,spmi-vadc: fix example node names") +- commit 5559cae + +------------------------------------------------------------------- +Mon May 20 12:41:19 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: iio/adc: qcom,spmi-iadc: fix example node name") +- commit 6d910c5 + +------------------------------------------------------------------- +Mon May 20 12:39:37 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: PCI: qcom: Correct reset-names property") +- commit cfa6f44 + +------------------------------------------------------------------- +Mon May 20 12:17:43 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mailbox: zynqmp: extend required list") +- commit 193f0ac + +------------------------------------------------------------------- +Mon May 20 12:17:21 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mailbox: qcom,apcs-kpss-global: drop duplicated") +- commit 855a271 + +------------------------------------------------------------------- +Mon May 20 12:17:05 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: Fix regulator binding") +- commit 9b3e020 + +------------------------------------------------------------------- +Mon May 20 12:16:23 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: Fix up binding") +- commit a0c4967 + +------------------------------------------------------------------- +Mon May 20 12:16:03 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: remoteproc: qcom: sc7180-pas: Fix SC7280 MPSS PD-names") +- commit de1ba63 + +------------------------------------------------------------------- +Mon May 20 11:58:54 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo") +- commit 3378497 + +------------------------------------------------------------------- +Mon May 20 11:58:39 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: Remove alt_ref from versal") +- commit 4d14333 + +------------------------------------------------------------------- +Mon May 20 11:58:17 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: watchdog: qcom-wdt: Make the interrupt example edge") +- commit 17a3ab8 + +------------------------------------------------------------------- +Mon May 20 11:57:04 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: display: msm: qcm2290-mdss: Use the non-deprecated DSI") +- commit 4aa1481 + +------------------------------------------------------------------- +Mon May 20 11:56:20 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: stm32: don't mix SCMI and non-SCMI board") +- commit 448ff06 + +------------------------------------------------------------------- +Mon May 20 11:55:42 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node with") +- commit ab03332 + +------------------------------------------------------------------- +Mon May 20 11:55:04 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp") +- commit 1d6fc28 + +------------------------------------------------------------------- +Mon May 20 11:54:37 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: interrupt-controller: Allow #power-domain-cells") +- commit 027195f + +------------------------------------------------------------------- +Mon May 20 11:54:05 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt: dt-extract-compatibles: Don't follow symlinks when walking tree") +- commit 60fcfee + +------------------------------------------------------------------- +Mon May 20 11:52:07 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Fix example property") +- commit de60146 + +------------------------------------------------------------------- +Mon May 20 11:51:01 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: PCI: brcm,iproc-pcie: Fix 'msi' child node schema") +- commit d7b96e4 + +------------------------------------------------------------------- +Mon May 20 11:49:15 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: soc: qcom: smd-rpm: Add MSM8909 to qcom,smd-channels") +- commit 1171729 + +------------------------------------------------------------------- +Mon May 20 08:14:54 CEST 2024 - tiwai@suse.de + +- selftests/kcmp: remove unused open mode (git-fixes). +- nilfs2: make superblock data array index computation sparse + friendly (git-fixes). +- Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS + filter matching sysfs file (git-fixes). +- lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure + (git-fixes). +- commit 7902091 + +------------------------------------------------------------------- +Mon May 20 03:46:23 CEST 2024 - lzhong@suse.de + +- powerpc/pseries/vio: Don't return ENODEV if node or compatible + missing (bsc#1220783). +- commit 19e446b + +------------------------------------------------------------------- +Sun May 19 09:24:05 CEST 2024 - tiwai@suse.de + +- clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs + (git-fixes). +- clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). +- clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). +- clk: qcom: clk-alpha-pll: remove invalid Stromer register offset + (git-fixes). +- clk: samsung: exynosautov9: fix wrong pll clock id value + (git-fixes). +- clk: renesas: r9a07g043: Add clock and reset entry for PLIC + (git-fixes). +- clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). +- clk: rs9: fix wrong default value for clock amplitude + (git-fixes). +- clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). +- clk: mediatek: pllfh: Don't log error for missing fhctl node + (git-fixes). +- commit 8bfa411 + +------------------------------------------------------------------- +Sat May 18 09:44:27 CEST 2024 - tiwai@suse.de + +- blacklist.conf: Add reverted dmaengine commit entries +- commit 134f997 + +------------------------------------------------------------------- +Sat May 18 09:42:47 CEST 2024 - tiwai@suse.de + +- selftests: net: bridge: increase IGMP/MLD exclude timeout + membership interval (git-fixes). +- of: module: add buffer overflow check in of_modalias() + (git-fixes). +- selftests/powerpc/dexcr: Add -no-pie to hashchk tests + (git-fixes). +- firmware: raspberrypi: Use correct device for DMA mappings + (git-fixes). +- Revert "drm/nouveau/firmware: Fix SG_DEBUG error with + nvkm_firmware_ctor()" (stable-fixes). +- drm/i915/audio: Fix audio time stamp programming for DP + (stable-fixes). +- gpiolib: cdev: fix uninitialised kfifo (git-fixes). +- selftests: test_bridge_neigh_suppress.sh: Fix failures due to + duplicate MAC (git-fixes). +- Bluetooth: qca: fix firmware check error path (git-fixes). +- dyndbg: fix old BUG_ON in >control parser (stable-fixes). +- mei: me: add lunar lake point M DID (stable-fixes). +- usb: xhci-plat: Don't include xhci.h (stable-fixes). +- ASoC: meson: axg-fifo: use threaded irq to check periods + (git-fixes). +- drm/nouveau/firmware: Fix SG_DEBUG error with + nvkm_firmware_ctor() (stable-fixes). +- drm/amd/display: Fix incorrect DSC instance for MST + (stable-fixes). +- drm/amd/display: Atom Integrated System Info v2_2 for DCN35 + (stable-fixes). +- drm/amd/display: Handle Y carry-over in VCP X.Y calculation + (stable-fixes). +- clk: Don't hold prepare_lock when calling kref_put() + (stable-fixes). +- drm/nouveau/dp: Don't probe eDP ports twice harder + (stable-fixes). +- drm/radeon: silence UBSAN warning (v3) (stable-fixes). +- net:usb:qmi_wwan: support Rolling modules (stable-fixes). +- gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). +- gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). +- platform/x86: ISST: Add Granite Rapids-D to HPM CPU list + (stable-fixes). +- selftests: timers: Fix valid-adjtimex signed left-shift + undefined behavior (stable-fixes). +- gpu: host1x: Do not setup DMA for virtual devices + (stable-fixes). +- amd/amdkfd: sync all devices to wait all processes being evicted + (stable-fixes). +- drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). +- drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 + (stable-fixes). +- drm/amdgpu: Refine IB schedule error logging (stable-fixes). +- firewire: ohci: mask bus reset interrupts between ISR and + bottom half (stable-fixes). +- regulator: tps65132: Add of_match table (stable-fixes). +- ata: sata_gemini: Check clk_enable() result (stable-fixes). +- ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in + case of S3 suspend (stable-fixes). +- ALSA: line6: Zero-initialize message buffers (stable-fixes). +- vboxsf: explicitly deny setlease attempts (stable-fixes). +- drm/amdkfd: range check cp bad op exception interrupts + (stable-fixes). +- drm/amdkfd: Check cgroup when returning DMABuf info + (stable-fixes). +- selftests/ftrace: Fix event filter target_func selection + (stable-fixes). +- wifi: iwlwifi: mvm: guard against invalid STA ID on removal + (stable-fixes). +- wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). +- wifi: mac80211: fix prep_connection error path (stable-fixes). +- wifi: cfg80211: fix rdev_dump_mpp() arguments order + (stable-fixes). +- wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc + (stable-fixes). +- ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). +- gpiolib: cdev: relocate debounce_period_us from struct gpio_desc + (stable-fixes). +- selftests/net: convert test_bridge_neigh_suppress.sh to run + it in unique namespace (stable-fixes). +- commit 2872089 + +------------------------------------------------------------------- +Fri May 17 18:46:21 CEST 2024 - mkoutny@suse.com + +- af_unix: Fix garbage collector racing against connect() + (CVE-2024-26923 bsc#1223384). +- af_unix: Replace BUG_ON() with WARN_ON_ONCE() (CVE-2024-26923 + bsc#1223384). +- af_unix: Do not use atomic ops for unix_sk(sk)->inflight + (CVE-2024-26923 bsc#1223384). +- commit a683abb + +------------------------------------------------------------------- +Fri May 17 18:05:19 CEST 2024 - mwilck@suse.com + +- dm-multipath: dont't attempt SG_IO on non-SCSI-disks + (bsc#1223575). +- commit 2f6779f + +------------------------------------------------------------------- +Fri May 17 17:18:26 CEST 2024 - dsterba@suse.com + +- btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) +- commit b85295a + +------------------------------------------------------------------- +Fri May 17 14:36:47 CEST 2024 - dsterba@suse.com + +- btrfs: don't arbitrarily slow down delalloc if we're committing (git-fixes) +- commit d9b2223 + +------------------------------------------------------------------- +Fri May 17 14:33:37 CEST 2024 - dsterba@suse.com + +- btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) +- commit 7ef02d5 + +------------------------------------------------------------------- +Fri May 17 14:32:16 CEST 2024 - dsterba@suse.com + +- btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) +- commit e6b51c1 + +------------------------------------------------------------------- +Fri May 17 14:31:26 CEST 2024 - dsterba@suse.com + +- btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) +- commit 0bc88db + +------------------------------------------------------------------- +Fri May 17 14:29:12 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: cleanup, v0 extent removal +- commit fecc398 + +------------------------------------------------------------------- +Fri May 17 14:28:15 CEST 2024 - dsterba@suse.com + +- btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) +- commit 74fcad3 + +------------------------------------------------------------------- +Fri May 17 14:27:30 CEST 2024 - dsterba@suse.com + +- btrfs: fix start transaction qgroup rsv double free (git-fixes) +- commit 272247e + +------------------------------------------------------------------- +Fri May 17 14:26:14 CEST 2024 - dsterba@suse.com + +- btrfs: free qgroup rsv on io failure (git-fixes) +- commit 384dac4 + +------------------------------------------------------------------- +Fri May 17 13:18:52 CEST 2024 - denis.kirjanov@suse.com + +- netfilter: nf_tables: disable toggling dormant table state + more than once (git-fixes). +- commit 76bebd5 + +------------------------------------------------------------------- +Fri May 17 13:15:53 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: process pending subflow error on close (git-fixes). +- commit ef629c5 + +------------------------------------------------------------------- +Fri May 17 13:14:24 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: move __mptcp_error_report in protocol.c (git-fixes). +- commit a777e91 + +------------------------------------------------------------------- +Fri May 17 13:12:58 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: fix bogus receive window shrinkage with multiple subflows + (git-fixes). +- commit deea9a0 + +------------------------------------------------------------------- +Fri May 17 13:08:02 CEST 2024 - denis.kirjanov@suse.com + +- netfilter: nft_set_rbtree: use read spinlock to avoid datapath + contention (git-fixes). +- commit ddc952e + +------------------------------------------------------------------- +Fri May 17 13:06:21 CEST 2024 - denis.kirjanov@suse.com + +- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list + iterate in smcr_port_add (git-fixes). +- commit 2d7895b + +------------------------------------------------------------------- +Fri May 17 13:03:07 CEST 2024 - denis.kirjanov@suse.com + +- net/smc: bugfix for smcr v2 server connect success statistic + (git-fixes). +- commit e746f6b + +------------------------------------------------------------------- +Fri May 17 13:01:08 CEST 2024 - denis.kirjanov@suse.com + +- netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID + (git-fixes). +- commit ec5b855 + +------------------------------------------------------------------- +Fri May 17 12:59:23 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_bind_phc (git-fixes). +- commit 16b7a1e + +------------------------------------------------------------------- +Fri May 17 12:57:42 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_tsflags (git-fixes). +- commit b028530 + +------------------------------------------------------------------- +Fri May 17 12:55:31 CEST 2024 - andrea.porta@suse.com + +- arm64: Add the arm64.no32bit_el0 command line option + (jsc#PED-3184). + Please note that some adjustments were needed since the upstream commit + is based on kernel 6.9 which has idreg-override.c moved under + arch/arm64/kernel/pi/. +- commit 4fba46a + +------------------------------------------------------------------- +Fri May 17 10:49:15 CEST 2024 - mkoutny@suse.com + +- af_unix: Drop oob_skb ref before purging queue in GC + (CVE-2024-26676 bsc#1222380). +- commit 57acc3a + +------------------------------------------------------------------- +Fri May 17 10:47:25 CEST 2024 - mkoutny@suse.com + +- af_unix: Fix task hung while purging oob_skb in GC + (CVE-2024-26676 bsc#1222380). +- commit 3af3fbb + +------------------------------------------------------------------- +Fri May 17 10:39:23 CEST 2024 - mkoutny@suse.com + +- af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC + (CVE-2024-26676 bsc#1222380). +- commit 7728cdc + +------------------------------------------------------------------- +Fri May 17 09:14:44 CEST 2024 - tiwai@suse.de + +- platform/x86/intel-uncore-freq: Don't present root domain on + error (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_certificate decoding + (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). +- tools/arch/x86/intel_sdsi: Fix maximum meter bundle length + (git-fixes). +- platform/x86: xiaomi-wmi: Fix race condition when reporting + key events (git-fixes). +- mtd: rawnand: hynix: fixed typo (git-fixes). +- mtd: core: Report error if first mtd_otp_size() call fails in + mtd_otp_nvmem_add() (git-fixes). +- mmc: davinci: Don't strip remove function when driver is builtin + (git-fixes). +- mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). +- mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock + (git-fixes). +- mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). +- mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). +- mmc: sdhci_am654: Add tuning algorithm for delay chain + (git-fixes). +- media: sunxi: a83-mips-csi2: also select GENERIC_PHY + (git-fixes). +- media: flexcop-usb: fix sanity check of bNumEndpoints + (git-fixes). +- media: stk1160: fix bounds checking in stk1160_copy_video() + (git-fixes). +- media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). +- media: v4l: Don't turn on privacy LED if streamon fails + (git-fixes). +- media: mc: mark the media devnode as registered from the, + start (git-fixes). +- media: atomisp: ssh_css: Fix a null-pointer dereference in + load_video_binaries (git-fixes). +- media: v4l2-subdev: Fix stream handling for crop API + (git-fixes). +- media: mc: Fix graph walk in media_pipeline_start (git-fixes). +- media: i2c: et8ek8: Don't strip remove function when driver + is builtin (git-fixes). +- media: dt-bindings: ovti,ov2680: Fix the power supply names + (git-fixes). +- media: ipu3-cio2: Request IRQ earlier (git-fixes). +- media: rcar-vin: work around -Wenum-compare-conditional warning + (git-fixes). +- media: ngene: Add dvb_ca_en50221_init return value check + (git-fixes). +- commit ceb1555 + +------------------------------------------------------------------- +Fri May 17 09:00:45 CEST 2024 - tiwai@suse.de + +- Move upstreamed media patches into sorted section +- commit 521e539 + +------------------------------------------------------------------- +Thu May 16 19:23:55 CEST 2024 - duwe@suse.de + +- dmaengine: idxd: move safety flag to struct ends (bsc#1223625 + CVE-2024-21823). +- dmaengine: idxd: add a write() method for applications to + submit work (bsc#1223625 CVE-2024-21823). +- dmaengine: idxd: add a new security check to deal with a + hardware erratum (bsc#1223625 CVE-2024-21823). +- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist + (bsc#1223625 CVE-2024-21823). +- commit 8718675 + +------------------------------------------------------------------- +Thu May 16 19:03:19 CEST 2024 - mkoutny@suse.com + +- Update + patches.suse/io_uring-af_unix-disable-sending-io_uring-over-socke.patch + (bsc#1218447 CVE-2023-6531 CVE-2023-52654 bsc#1224099). +- Update + patches.suse/usb-aqc111-check-packet-for-fixup-for-true-limit.patch + (git-fixes CVE-2023-52655 bsc#1217169). +- commit 07c8bc1 + +------------------------------------------------------------------- +Thu May 16 16:26:11 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation + (git-fixes). +- commit 78ec58d + +------------------------------------------------------------------- +Thu May 16 16:24:27 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Fix peer devlink set for SF representor devlink port + (git-fixes). +- commit 6a691b6 + +------------------------------------------------------------------- +Thu May 16 16:20:53 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Lag, restore buckets number to default after hash + LAG deactivation (git-fixes). +- commit 19da0bb + +------------------------------------------------------------------- +Thu May 16 16:19:25 CEST 2024 - denis.kirjanov@suse.com + +- net: sparx5: flower: fix fragment flags handling (git-fixes). +- commit 5fd27e9 + +------------------------------------------------------------------- +Thu May 16 16:17:56 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Set tx_info->xdpf value to NULL (git-fixes). +- commit 7d1d83a + +------------------------------------------------------------------- +Thu May 16 16:16:21 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Fix incorrect descriptor free behavior (git-fixes). +- commit 69577fd + +------------------------------------------------------------------- +Thu May 16 16:10:18 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Wrong missing IO completions check order (git-fixes). +- commit fbbd86e + +------------------------------------------------------------------- +Thu May 16 16:08:39 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Fix potential sign extension issue (git-fixes). +- commit b3cc5f8 + +------------------------------------------------------------------- +Thu May 16 16:06:38 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: trap link-local frames regardless of ST Port + State (git-fixes). +- commit 726080b + +------------------------------------------------------------------- +Thu May 16 16:04:41 CEST 2024 - denis.kirjanov@suse.com + +- net: sparx5: fix wrong config being used when reconfiguring PCS + (git-fixes). +- commit d2d1229 + +------------------------------------------------------------------- +Thu May 16 16:02:53 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: RSS, Block XOR hash with over 128 channels + (git-fixes). +- commit 40b1ccb + +------------------------------------------------------------------- +Thu May 16 16:00:48 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Restore mistakenly dropped parts in register devlink + flow (git-fixes). +- commit dfb4099 + +------------------------------------------------------------------- +Thu May 16 15:38:16 CEST 2024 - dsterba@suse.com + +- btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) +- commit a1c6e8c + +------------------------------------------------------------------- +Thu May 16 15:36:42 CEST 2024 - dsterba@suse.com + +- btrfs: don't warn if discard range is not aligned to sector (git-fixes) +- commit f239c2a + +------------------------------------------------------------------- +Thu May 16 15:35:09 CEST 2024 - dsterba@suse.com + +- btrfs: tree-checker: fix inline ref size in error messages (git-fixes) +- commit a304971 + +------------------------------------------------------------------- +Thu May 16 15:33:15 CEST 2024 - dsterba@suse.com + +- btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) +- commit 81a1329 + +------------------------------------------------------------------- +Thu May 16 15:31:46 CEST 2024 - dsterba@suse.com + +- btrfs: do not allow non subvolume root targets for snapshot (git-fixes) +- commit d495a4b + +------------------------------------------------------------------- +Thu May 16 15:30:42 CEST 2024 - dsterba@suse.com + +- btrfs: send: ensure send_fd is writable (git-fixes) +- commit 5055583 + +------------------------------------------------------------------- +Thu May 16 15:28:27 CEST 2024 - dsterba@suse.com + +- btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) +- commit 532ad3c + +------------------------------------------------------------------- +Thu May 16 15:24:48 CEST 2024 - dsterba@suse.com + +- btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) +- commit 2c30d15 + +------------------------------------------------------------------- +Thu May 16 15:22:52 CEST 2024 - dsterba@suse.com + +- btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) +- commit e5842bb + +------------------------------------------------------------------- +Thu May 16 15:20:56 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: ref-verify not built +- commit 701d654 + +------------------------------------------------------------------- +Thu May 16 15:20:06 CEST 2024 - dsterba@suse.com + +- btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) +- commit a1c6ed1 + +------------------------------------------------------------------- +Thu May 16 15:19:07 CEST 2024 - dsterba@suse.com + +- btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) +- commit e6bb34b + +------------------------------------------------------------------- +Thu May 16 15:17:20 CEST 2024 - dsterba@suse.com + +- btrfs: error when COWing block from a root that is being deleted (git-fixes) +- commit 78a2694 + +------------------------------------------------------------------- +Thu May 16 15:16:01 CEST 2024 - dsterba@suse.com + +- btrfs: error out when COWing block using a stale transaction (git-fixes) +- commit 850d86f + +------------------------------------------------------------------- +Thu May 16 13:09:22 CEST 2024 - mfranc@suse.cz + +- s390/cpum_cf: make crypto counters upward compatible across + machine types (bsc#1224348). +- commit 36c1e09 + +------------------------------------------------------------------- +Thu May 16 12:18:15 CEST 2024 - dsterba@suse.com + +- btrfs: always print transaction aborted messages with an error level (git-fixes) +- commit 26fa5ae + +------------------------------------------------------------------- +Thu May 16 12:00:22 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Do not produce metadata freelist entries in Tx port + ts WQE xmit (git-fixes). +- commit 287b501 + +------------------------------------------------------------------- +Thu May 16 11:58:47 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: HTB, Fix inconsistencies with QoS SQs number + (git-fixes). +- commit 0085432 + +------------------------------------------------------------------- +Thu May 16 11:57:19 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). +- commit 01134b3 + +------------------------------------------------------------------- +Thu May 16 11:55:49 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: RSS, Block changing channels number when RXFH is + configured (git-fixes). +- commit c93a7d5 + +------------------------------------------------------------------- +Thu May 16 11:54:14 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Correctly compare pkt reformat ids (git-fixes). +- commit 76a7159 + +------------------------------------------------------------------- +Thu May 16 11:52:39 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Properly link new fs rules into the tree (git-fixes). +- commit 7272c33 + +------------------------------------------------------------------- +Thu May 16 11:51:07 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: offset comp irq index in name by one (git-fixes). +- commit 56809e4 + +------------------------------------------------------------------- +Thu May 16 11:46:42 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Register devlink first under devlink lock (git-fixes). +- commit 3162538 + +------------------------------------------------------------------- +Thu May 16 11:44:32 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: E-switch, store eswitch pointer before registering + devlink_param (git-fixes). +- commit d6f7fd4 + +------------------------------------------------------------------- +Thu May 16 09:18:51 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). +- ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write + (stable-fixes). +- ALSA: Fix deadlocks with kctl removals at disconnection + (stable-fixes). +- ALSA: hda: clarify Copyright information (stable-fixes). +- ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W + (stable-fixes). +- ALSA: hda/realtek: Fix internal speakers for Legion Y9000X + 2022 IAH7 (stable-fixes). +- ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid + (stable-fixes). +- ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops + (stable-fixes). +- ALSA: hda: cs35l41: Ignore errors when configuring IRQs + (stable-fixes). +- ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD + (stable-fixes). +- ALSA: hda: cs35l41: Remove redundant argument to + cs35l41_request_firmware_file() (stable-fixes). +- ALSA: hda: cs35l41: Update DSP1RX5/6 Sources for DSP config + (stable-fixes). +- ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 + (stable-fixes). +- ALSA: hda: cs35l41: Support HP Omen models without _DSD + (stable-fixes). +- ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting + (stable-fixes). +- commit bd5e5fc + +------------------------------------------------------------------- +Thu May 16 09:09:00 CEST 2024 - tiwai@suse.de + +- Add cherry-picked patch references to amdgpu patches +- commit fb4ef8e + +------------------------------------------------------------------- +Thu May 16 09:02:33 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e + (git-fixes). +- ASoC: tas2781: Fix a warning reported by robot kernel test + (git-fixes). +- ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value + (git-fixes). +- ASoC: Intel: avs: Test result of avs_get_module_entry() + (git-fixes). +- ASoC: Intel: avs: Fix potential integer overflow (git-fixes). +- ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). +- ASoC: SOF: Intel: mtl: Implement firmware boot state check + (git-fixes). +- ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). +- Revert "ASoC: SOF: Intel: hda-dai-ops: only allocate/release + streams for first CPU DAI" (stable-fixes). +- Revert "ASoC: SOF: Intel: hda-dai-ops: reset device count for + SoundWire DAIs" (stable-fixes). +- ASoC: kirkwood: Fix potential NULL dereference (git-fixes). +- ASoC: Intel: avs: ssm4567: Do not ignore route checks + (git-fixes). +- ASoC: Intel: Disable route checks for Skylake boards + (git-fixes). +- ASoC: mediatek: Assign dummy when codec not specified for a + DAI link (git-fixes). +- ASoC: mediatek: mt8192: fix register configuration for tdm + (git-fixes). +- ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). +- ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup + (git-fixes). +- ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim + 7 16ARHA7 (git-fixes). +- fbdev: savage: Handle err return when savagefb_check_var failed + (git-fixes). +- fbdev: sh7760fb: allow modular build (git-fixes). +- fbdev: sisfb: hide unused variables (git-fixes). +- fbdev: shmobile: fix snprintf truncation (git-fixes). +- drm: zynqmp_dpsub: Always register bridge (git-fixes). +- Revert "drm/bridge: ti-sn65dsi83: Fix enable error path" + (git-fixes). +- drm/fbdev-generic: Do not set physical framebuffer address + (git-fixes). +- drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting + fails (git-fixes). +- drm/msm/adreno: fix CP cycles stat retrieval on a7xx + (git-fixes). +- drm/msm/dpu: Add callback function pointer check before its call + (git-fixes). +- drm/msm/dpu: Allow configuring multiple active DSC blocks + (git-fixes). +- drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). +- drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original + mode pclk (git-fixes). +- drm/msm/dp: Avoid a long timeout for AUX transfer if nothing + connected (git-fixes). +- drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). +- drm/mediatek: dp: Fix mtk_dp_aux_transfer return value + (git-fixes). +- drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). +- drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). +- drm/bridge: tc358775: fix support for jeida-18 and jeida-24 + (git-fixes). +- drm/meson: gate px_clk when setting rate (git-fixes). +- drm/rockchip: vop2: Do not divide height twice for YUV + (git-fixes). +- drm/panel: simple: Add missing Innolux G121X1-L03 format, + flags, connector (git-fixes). +- drm/bridge: anx7625: Update audio status while detecting + (git-fixes). +- drm/panel: novatek-nt35950: Don't log an error when DSI host + can't be found (git-fixes). +- drm/bridge: dpc3433: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: tc358775: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: lt9611uxc: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: lt9611: Don't log an error when DSI host can't be + found (git-fixes). +- drm/bridge: lt8912b: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: icn6211: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: anx7625: Don't log an error when DSI host can't + be found (git-fixes). +- drm: vc4: Fix possible null pointer dereference (git-fixes). +- drm/arm/malidp: fix a possible null pointer dereference + (git-fixes). +- drm/amd/display: Remove redundant condition in + dcn35_calc_blocks_to_gate() (git-fixes). +- drm/amd/display: Fix potential index out of bounds in color + transformation function (git-fixes). +- drm: bridge: cdns-mhdp8546: Fix possible null pointer + dereference (git-fixes). +- drm/meson: vclk: fix calculation of 59.94 fractional rates + (git-fixes). +- drm/panel: ltk050h3146w: drop duplicate commands from + LTK050H3148W init (git-fixes). +- drm/panel: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W + flags (git-fixes). +- drm/lcdif: Do not disable clocks on already suspended hardware + (git-fixes). +- drm/omapdrm: Fix console by implementing fb_dirty (git-fixes). +- drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() + (git-fixes). +- drm/ci: update device type for volteer devices (git-fixes). +- drm/bridge: Fix improper bridge init order with + pre_enable_prev_first (git-fixes). +- commit e7d2777 + +------------------------------------------------------------------- +Thu May 16 08:24:39 CEST 2024 - tiwai@suse.de + +- Revert "selinux: introduce an initial SID for early boot processes" (bsc#1208593) + It caused a regression on ALP-current branch, kernel-obs-qa build failed. +- commit 35271c3 + +------------------------------------------------------------------- +Wed May 15 17:14:07 CEST 2024 - msuchanek@suse.de + +- powerpc/eeh: Permanently disable the removed device (bsc#1223991 + ltc#205740). +- commit b9c2f2f + +------------------------------------------------------------------- +Wed May 15 15:15:17 CEST 2024 - dsterba@suse.com + +- fat: fix uninitialized field in nostale filehandles (git-fixes) +- commit f1e1fd7 + +------------------------------------------------------------------- +Wed May 15 15:09:17 CEST 2024 - denis.kirjanov@suse.com + +- net: ks8851: Queue RX packets in IRQ handler instead of + disabling BHs (git-fixes). +- commit cc9313f + +------------------------------------------------------------------- +Wed May 15 15:01:36 CEST 2024 - tiwai@suse.de + +- Move upstreamed ACPI patch into sorted section +- commit 6c48aae + +------------------------------------------------------------------- +Wed May 15 14:54:26 CEST 2024 - dsterba@suse.com + +- fs: relax mount_setattr() permission checks (git-fixes) +- commit 3b377cf + +------------------------------------------------------------------- +Wed May 15 14:49:02 CEST 2024 - iivanov@suse.de + +- bpf, arm64: Fix incorrect runtime stats (git-fixes) +- commit c30a258 + +------------------------------------------------------------------- +Wed May 15 14:48:53 CEST 2024 - dsterba@suse.com + +- fast_dput(): handle underflows gracefully (git-fixes) +- commit 7a48807 + +------------------------------------------------------------------- +Wed May 15 14:42:00 CEST 2024 - dsterba@suse.com + +- ecryptfs: Reject casefold directory inodes (git-fixes) +- commit bc23622 + +------------------------------------------------------------------- +Wed May 15 14:34:09 CEST 2024 - dsterba@suse.com + +- fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) +- commit 97f203b + +------------------------------------------------------------------- +Wed May 15 14:30:48 CEST 2024 - mkoutny@suse.com + +- cifs: fix underflow in parse_server_interfaces() (CVE-2024-26828 bsc#1223084). +- commit 40aba68 + +------------------------------------------------------------------- +Wed May 15 14:27:20 CEST 2024 - dsterba@suse.com + +- blacklist.conf: fs updates +- commit 372a9be + +------------------------------------------------------------------- +Wed May 15 13:58:14 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). +- commit 6fa6e4e + +------------------------------------------------------------------- +Wed May 15 13:56:35 CEST 2024 - denis.kirjanov@suse.com + +- net: ks8851: Handle softirqs at the end of IRQ thread to fix + hang (git-fixes). +- commit 871b504 + +------------------------------------------------------------------- +Wed May 15 13:53:39 CEST 2024 - denis.kirjanov@suse.com + +- net: ks8851: Inline ks8851_rx_skb() (git-fixes). +- commit 0fafe3f + +------------------------------------------------------------------- +Wed May 15 13:52:12 CEST 2024 - denis.kirjanov@suse.com + +- bnxt_en: Reset PTP tx_avail after possible firmware reset + (git-fixes). +- commit 9421aa8 + +------------------------------------------------------------------- +Wed May 15 13:50:35 CEST 2024 - denis.kirjanov@suse.com + +- bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). +- commit a747a74 + +------------------------------------------------------------------- +Wed May 15 13:49:07 CEST 2024 - denis.kirjanov@suse.com + +- bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() + (git-fixes). +- commit 6a62a82 + +------------------------------------------------------------------- +Wed May 15 13:47:28 CEST 2024 - denis.kirjanov@suse.com + +- geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). +- commit d4d699c + +------------------------------------------------------------------- +Wed May 15 13:46:00 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). +- commit 9beffaf + +------------------------------------------------------------------- +Wed May 15 13:44:11 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: SF, Stop waiting for FW as teardown was called + (git-fixes). +- commit 2583247 + +------------------------------------------------------------------- +Wed May 15 13:42:36 CEST 2024 - denis.kirjanov@suse.com + +- mlxsw: Use refcount_t for reference counting (git-fixes). +- commit 5be65d6 + +------------------------------------------------------------------- +Wed May 15 13:40:51 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Use tx_ring instead of xdp_ring for XDP channel TX + (git-fixes). +- commit d4b3628 + +------------------------------------------------------------------- +Wed May 15 13:39:21 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Pass ena_adapter instead of net_device to + ena_xmit_common() (git-fixes). +- commit c080c13 + +------------------------------------------------------------------- +Wed May 15 13:37:24 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Move XDP code to its new files (git-fixes). +- commit 7cd4a35 + +------------------------------------------------------------------- +Wed May 15 13:35:18 CEST 2024 - denis.kirjanov@suse.com + +- net: openvswitch: Fix Use-After-Free in ovs_ct_exit (bsc#1224098 + CVE-2024-27395). +- commit a237c4c + +------------------------------------------------------------------- +Wed May 15 13:29:39 CEST 2024 - ddiss@suse.de + +- selinux: introduce an initial SID for early boot processes + (bsc#1208593). +- commit a82f05c + +------------------------------------------------------------------- +Wed May 15 12:26:31 CEST 2024 - mkubecek@suse.cz + +- mctp: perform route lookups under a RCU read-side lock + (CVE-2023-52483 bsc#1220738). +- commit 659b74f + +------------------------------------------------------------------- +Wed May 15 10:24:39 CEST 2024 - tbogendoerfer@suse.de + +- net: gtp: Fix Use-After-Free in gtp_dellink (bsc#1224096 + CVE-2024-27396). +- commit 7f59223 + +------------------------------------------------------------------- +Wed May 15 09:25:00 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 25085d6 + +------------------------------------------------------------------- +Wed May 15 09:23:53 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask + (git-fixes). +- commit 61c5310 + +------------------------------------------------------------------- +Wed May 15 09:21:39 CEST 2024 - tiwai@suse.de + +- ax25: Fix reference count leak issue of net_device (git-fixes). +- ax25: Fix reference count leak issues of ax25_dev (git-fixes). +- net: usb: ax88179_178a: fix link status when link is set to + down/up (git-fixes). +- selftests: net: move amt to socat for better compatibility + (git-fixes). +- Bluetooth: qca: Fix error code in qca_read_fw_build_info() + (git-fixes). +- net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). +- wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). +- wifi: rtw89: pci: correct TX resource checking for PCI DMA + channel of firmware command (git-fixes). +- wifi: ar5523: enable proper endpoint verification (git-fixes). +- wifi: carl9170: add a proper sanity check for endpoints + (git-fixes). +- wifi: ath10k: populate board data for WCN3990 (git-fixes). +- wifi: ath10k: Fix an error code problem in + ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). +- wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() + (git-fixes). +- wifi: carl9170: re-fix fortified-memset warning (git-fixes). +- wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset + (git-fixes). +- wifi: mt76: mt7603: fix tx queue of loopback packets + (git-fixes). +- net: usb: sr9700: stop lying about skb->truesize (git-fixes). +- usb: aqc111: stop lying about skb->truesize (git-fixes). +- wifi: iwlwifi: mvm: init vif works only once (git-fixes). +- net: nfc: remove inappropriate attrs check (stable-fixes). +- wifi: ath11k: don't force enable power save on non-running vdevs + (git-fixes). +- wifi: ath10k: poll service ready message before failing + (git-fixes). +- wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). +- wifi: iwlwifi: mvm: select STA mask only for active links + (git-fixes). +- wifi: iwlwifi: mvm: fix active link counting during recovery + (git-fixes). +- wifi: iwlwifi: mvm: allocate STA links only for active links + (git-fixes). +- wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() + (git-fixes). +- wifi: mt76: mt7915: workaround too long expansion sparse + warnings (git-fixes). +- wifi: brcmfmac: pcie: handle randbuf allocation failure + (git-fixes). +- bitops: add missing prototype check (git-fixes). +- ata: pata_legacy: make legacy_exit() work again (git-fixes). +- efi: libstub: only free priv.runtime_map when allocated + (git-fixes). +- HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). +- HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors + (git-fixes). +- hwmon: (lm70) fix links in doc and comments (git-fixes). +- spi: xilinx: Fix kernel documentation in the xilinx_spi.h + (git-fixes). +- ACPI: LPSS: Advertise number of chip selects via property + (git-fixes). +- ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC + (git-fixes). +- ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). +- ACPI: bus: Indicate support for the Generic Event Device thru + _OSC (git-fixes). +- ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). +- ACPI: disable -Wstringop-truncation (git-fixes). +- cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations + (git-fixes). +- cppc_cpufreq: Fix possible null pointer dereference (git-fixes). +- cpufreq: exit() callback is optional (git-fixes). +- thermal/drivers/tsens: Fix null pointer dereference (git-fixes). +- thermal/drivers/qcom/lmh: Check for SCM availability at probe + (git-fixes). +- selftests: default to host arch for LLVM builds (git-fixes). +- selftests/resctrl: fix clang build failure: use LOCAL_HDRS + (git-fixes). +- selftests/binderfs: use the Makefile's rules, not Make's + implicit rules (git-fixes). +- irqchip/loongson-pch-msi: Fix off-by-one on allocation error + path (git-fixes). +- irqchip/alpine-msi: Fix off-by-one in allocation error path + (git-fixes). +- commit ea6926d + +------------------------------------------------------------------- +Tue May 14 22:38:00 CEST 2024 - lduncan@suse.com + +- block: Fix iterating over an empty bio with + bio_for_each_folio_all (bsc#1221635 CVE-2024-26632). +- commit a419383 + +------------------------------------------------------------------- +Tue May 14 15:42:02 CEST 2024 - dsterba@suse.com + +- iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) +- commit cfedccd + +------------------------------------------------------------------- +Tue May 14 14:43:22 CEST 2024 - nik.borisov@suse.com + +- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). +- commit 431e388 + +------------------------------------------------------------------- +Tue May 14 14:41:24 CEST 2024 - nik.borisov@suse.com + +- kabi/severities: Remove mitigation-related symbols + Those are used by the core kernel to implement CPU vulnerabilities + mitigation and are not expected to be consumed by 3rd party users. +- commit 8d79889 + +------------------------------------------------------------------- +Tue May 14 13:52:42 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/Bluetooth-hci_sync-Don-t-double-print-name-in-add-re.patch + (bsc#1216358). + Added bugzilla reference +- commit 3985fb5 + +------------------------------------------------------------------- +Tue May 14 13:37:13 CEST 2024 - oneukum@suse.com + +- Update patches.suse/usb-ulpi-Fix-debugfs-directory-leak.patch + (bsc#1223847 CVE-2024-26919). + Added bugzilla ID and CVE +- commit 44b677b + +------------------------------------------------------------------- +Tue May 14 12:14:59 CEST 2024 - ailiop@suse.com + +- xfs: fix perag leak when growfs fails (git-fixes). +- commit 111377b + +------------------------------------------------------------------- +Tue May 14 12:14:09 CEST 2024 - ailiop@suse.com + +- xfs: add lock protection when remove perag from radix tree + (git-fixes). +- commit fdadeb0 + +------------------------------------------------------------------- +Tue May 14 12:13:09 CEST 2024 - ailiop@suse.com + +- xfs: force all buffers to be written during btree bulk load + (git-fixes). +- commit bcc67e9 + +------------------------------------------------------------------- +Tue May 14 12:11:21 CEST 2024 - ailiop@suse.com + +- xfs: recompute growfsrtfree transaction reservation while + growing rt volume (git-fixes). +- commit 0ef8d73 + +------------------------------------------------------------------- +Tue May 14 12:09:52 CEST 2024 - ailiop@suse.com + +- xfs: make xchk_iget safer in the presence of corrupt inode + btrees (git-fixes). +- commit 3312038 + +------------------------------------------------------------------- +Tue May 14 12:07:44 CEST 2024 - ailiop@suse.com + +- xfs: transfer recovered intent item ownership in ->iop_recover + (git-fixes). +- commit 9cdf2ef + +------------------------------------------------------------------- +Tue May 14 12:05:26 CEST 2024 - ailiop@suse.com + +- xfs: pass the xfs_defer_pending object to iop_recover + (git-fixes). +- commit c4d4eda + +------------------------------------------------------------------- +Tue May 14 12:04:27 CEST 2024 - ailiop@suse.com + +- xfs: use xfs_defer_pending objects to recover intent items + (git-fixes). +- commit 4e8f44d + +------------------------------------------------------------------- +Tue May 14 11:22:00 CEST 2024 - ailiop@suse.com + +- jffs2: prevent xattr node from overflowing the eraseblock + (git-fixes). +- commit bb15e9c + +------------------------------------------------------------------- +Tue May 14 11:20:58 CEST 2024 - nik.borisov@suse.com + +- x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). +- commit 7c55ce6 + +------------------------------------------------------------------- +Tue May 14 11:09:53 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). +- commit b73f38c + +------------------------------------------------------------------- +Tue May 14 10:55:59 CEST 2024 - nik.borisov@suse.com + +- x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). +- commit 5ad2192 + +------------------------------------------------------------------- +Tue May 14 10:55:41 CEST 2024 - nik.borisov@suse.com + +- x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). +- commit 653bafb + +------------------------------------------------------------------- +Tue May 14 10:55:20 CEST 2024 - nik.borisov@suse.com + +- x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). +- commit 3e5de92 + +------------------------------------------------------------------- +Tue May 14 10:54:54 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Disentangle rethunk-dependent options (git-fixes). +- Refresh + patches.suse/x86-bugs-Cache-the-value-of-MSR_IA32_ARCH_CAPABILITIES.patch. +- commit 4761d61 + +------------------------------------------------------------------- +Tue May 14 10:53:48 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Remove default case for fully switched enums (git-fixes). +- commit caa1a64 + +------------------------------------------------------------------- +Tue May 14 10:53:32 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Remove 'pred_cmd' label (git-fixes). +- commit d2d0e6a + +------------------------------------------------------------------- +Tue May 14 10:53:02 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Unexport untraining functions (git-fixes). +- commit f855258 + +------------------------------------------------------------------- +Tue May 14 10:52:43 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Improve i-cache locality for alias mitigation (git-fixes). +- commit 8ffea3d + +------------------------------------------------------------------- +Tue May 14 10:50:51 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Fix unret validation dependencies (git-fixes). +- commit 95452af + +------------------------------------------------------------------- +Tue May 14 10:50:12 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). +- Refresh + patches.suse/x86-srso-fix-vulnerability-reporting-for-missing-microcode.patch. +- commit 3afb908 + +------------------------------------------------------------------- +Tue May 14 10:41:29 CEST 2024 - oneukum@suse.com + +- blacklist.conf: not applicable +- commit 158f7dc + +------------------------------------------------------------------- +Tue May 14 10:25:06 CEST 2024 - nik.borisov@suse.com + +- x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). +- commit 9588be6 + +------------------------------------------------------------------- +Tue May 14 10:22:32 CEST 2024 - nik.borisov@suse.com + +- x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). +- commit 3b9c9ee + +------------------------------------------------------------------- +Tue May 14 10:22:12 CEST 2024 - nik.borisov@suse.com + +- x86/purgatory: Switch to the position-independent small code model (git-fixes). +- commit 57ab7d5 + +------------------------------------------------------------------- +Tue May 14 10:21:57 CEST 2024 - nik.borisov@suse.com + +- x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). +- commit f043bca + +------------------------------------------------------------------- +Tue May 14 08:25:02 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 96e6c4c + +------------------------------------------------------------------- +Tue May 14 08:24:29 CEST 2024 - tiwai@suse.de + +- soc: qcom: pmic_glink: Make client-lock non-sleeping + (git-fixes). +- commit 410217d + +------------------------------------------------------------------- +Tue May 14 08:16:26 CEST 2024 - tiwai@suse.de + +- soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request + (git-fixes). +- commit 2c41b82 + +------------------------------------------------------------------- +Tue May 14 08:08:44 CEST 2024 - tiwai@suse.de + +- crypto: qat - specify firmware files for 402xx (git-fixes). +- crypto: qat - improve error logging to be consistent across + features (git-fixes). +- crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). +- crypto: ccp - drop platform ifdef checks (git-fixes). +- crypto: bcm - Fix pointer arithmetic (git-fixes). +- crypto: ecdsa - Fix module auto-load on add-key (git-fixes). +- kunit/fortify: Fix mismatched kvalloc()/vfree() usage + (git-fixes). +- nilfs2: fix out-of-range warning (git-fixes). +- admin-guide/hw-vuln/core-scheduling: fix return type of + PR_SCHED_CORE_GET (git-fixes). +- soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (git-fixes). +- soc: qcom: pmic_glink: notify clients about the current state + (git-fixes). +- soc: qcom: pmic_glink: don't traverse clients list without a + lock (git-fixes). +- commit 7da1cbc + +------------------------------------------------------------------- +Mon May 13 19:20:28 CEST 2024 - dsterba@suse.com + +- btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) +- commit 8bc326a + +------------------------------------------------------------------- +Mon May 13 18:29:29 CEST 2024 - tonyj@suse.de + +- blacklist.conf: add perf patch already known by alias commit +- commit 706da8e + +------------------------------------------------------------------- +Mon May 13 17:53:02 CEST 2024 - dsterba@suse.com + +- btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) + Dropped hunk in selftests (test_case_7), 92e1229b204d6. +- commit 8dcf7c1 + +------------------------------------------------------------------- +Mon May 13 17:50:51 CEST 2024 - dsterba@suse.com + +- btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) +- commit 622d549 + +------------------------------------------------------------------- +Mon May 13 17:47:31 CEST 2024 - dsterba@suse.com + +- btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) +- commit 84f4309 + +------------------------------------------------------------------- +Mon May 13 17:46:30 CEST 2024 - dsterba@suse.com + +- btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) +- commit bbc649d + +------------------------------------------------------------------- +Mon May 13 17:45:16 CEST 2024 - dsterba@suse.com + +- btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) +- commit 8ef1c53 + +------------------------------------------------------------------- +Mon May 13 17:40:46 CEST 2024 - dsterba@suse.com + +- btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) +- commit a6f28a6 + +------------------------------------------------------------------- +Mon May 13 17:32:40 CEST 2024 - dsterba@suse.com + +- btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) +- commit 4b7ba54 + +------------------------------------------------------------------- +Mon May 13 17:29:01 CEST 2024 - dsterba@suse.com + +- blacklist.conf: Add 2d6cd791e63e "btrfs: fix race between finishing block group creation and its item update" +- commit ca673ac + +------------------------------------------------------------------- +Mon May 13 17:09:25 CEST 2024 - tiwai@suse.de + +- firewire: nosy: ensure user_length is taken into account when + fetching packet contents (CVE-2024-27401 bsc#1224181). +- commit 5441039 + +------------------------------------------------------------------- +Mon May 13 16:51:11 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-aqc111-check-packet-for-fixup-for-true-limit.patch + (bsc#1217169 CVE-2023-52655). + Added bugzilla and CVE +- commit 20db8f9 + +------------------------------------------------------------------- +Mon May 13 15:34:42 CEST 2024 - dsterba@suse.com + +- btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) +- commit 9ec1333 + +------------------------------------------------------------------- +Mon May 13 15:02:10 CEST 2024 - nstange@suse.de + +- crypto: rsa - add a check for allocation failure (bsc#1222775). +- commit 8c6c396 + +------------------------------------------------------------------- +Mon May 13 14:53:32 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 70f199a + +------------------------------------------------------------------- +Mon May 13 14:51:33 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 835874a + +------------------------------------------------------------------- +Mon May 13 14:00:14 CEST 2024 - tiwai@suse.de + +- kABI workaround for of driver changes (git-fixes). +- commit ef08885 + +------------------------------------------------------------------- +Mon May 13 12:29:23 CEST 2024 - colyli@suse.de + +- aoe: avoid potential deadlock at set_capacity (CVE-2024-26775, + bsc#1222627). +- commit fd6e05d + +------------------------------------------------------------------- +Mon May 13 11:57:20 CEST 2024 - nstange@suse.de + +- crypto: testmgr - remove unused xts4096 and xts512 algorithms + from testmgr.c (bsc#1222769). +- commit 0de6756 + +------------------------------------------------------------------- +Mon May 13 11:46:01 CEST 2024 - nstange@suse.de + +- crypto: rsa - allow only odd e and restrict value in FIPS mode + (bsc#1222775). +- commit c5ca0e4 + +------------------------------------------------------------------- +Mon May 13 11:44:23 CEST 2024 - tiwai@suse.de + +- of: module: prevent NULL pointer dereference in vsnprintf() + (stable-fixes). +- of: dynamic: Synchronize of_changeset_destroy() with the + devlink removals (git-fixes). +- of: property: fw_devlink: Fix stupid bug in remote-endpoint + parsing (git-fixes). +- of: property: Add in-ports/out-ports support to + of_graph_get_port_parent() (stable-fixes). +- of: property: Improve finding the supplier of a remote-endpoint + property (git-fixes). +- of: property: Improve finding the consumer of a remote-endpoint + property (git-fixes). +- of: unittest: Fix compile in the non-dynamic case (git-fixes). +- of: property: fix typo in io-channels (git-fixes). +- commit 7743bc7 + +------------------------------------------------------------------- +Mon May 13 11:37:15 CEST 2024 - nstange@suse.de + +- crypto: ecc - update ecc_gen_privkey for FIPS 186-5 + (bsc#1222782). +- commit bcc0381 + +------------------------------------------------------------------- +Mon May 13 08:31:07 CEST 2024 - tiwai@suse.de + +- selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). +- EDAC/synopsys: Fix ECC status and IRQ control race condition + (git-fixes). +- commit 85ce9d3 + +------------------------------------------------------------------- +Mon May 13 04:24:13 CEST 2024 - neilb@suse.de + +- nfs: fix UAF in direct writes (bsc#1223653 CVE-2024-26958). +- commit 9b53f23 + +------------------------------------------------------------------- +Sat May 11 08:30:35 CEST 2024 - tiwai@suse.de + +- drm/connector: Add \n to message about demoting connector + force-probes (git-fixes). +- drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). +- drm/meson: dw-hdmi: power up phy on device init (git-fixes). +- drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible + (git-fixes). +- drm/amdkfd: don't allow mapping the MMIO HDP page with large + pages (git-fixes). +- dm/amd/pm: Fix problems with reboot/shutdown for some SMU + 13.0.4/13.0.11 users (git-fixes). +- drm/i915/bios: Fix parsing backlight BDB data (git-fixes). +- drm/i915/gt: Automate CCS Mode setting during engine resets + (git-fixes). +- maple_tree: fix mas_empty_area_rev() null pointer dereference + (git-fixes). +- spi: microchip-core-qspi: fix setting spi bus clock rate + (git-fixes). +- regulator: core: fix debugfs creation regression (git-fixes). +- commit 3a3ad92 + +------------------------------------------------------------------- +Fri May 10 16:36:48 CEST 2024 - jlee@suse.com + +- netfilter: nf_tables: mark set as dead when unbinding anonymous + set with timeout (bsc#1221829 CVE-2024-26643). +- commit c841ee9 + +------------------------------------------------------------------- +Fri May 10 11:47:33 CEST 2024 - jlee@suse.com + +- block/rnbd-srv: Check for unlikely string overflow (bsc#1221615 + CVE-2023-52618). +- commit 3cf7eb9 + +------------------------------------------------------------------- +Fri May 10 10:35:21 CEST 2024 - dwagner@suse.de + +- block: bio-integrity: fix kcalloc() arguments order (bsc#1217384 + CVE-2023-6238). +- commit 37816df + +------------------------------------------------------------------- +Fri May 10 09:51:05 CEST 2024 - tiwai@suse.de + +- hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us + (git-fixes). +- hwmon: (corsair-cpro) Protect ccp->wait_input_report with a + spinlock (git-fixes). +- hwmon: (corsair-cpro) Use complete_all() instead of complete() + in ccp_raw_event() (git-fixes). +- hwmon: (corsair-cpro) Use a separate buffer for sending commands + (git-fixes). +- nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). +- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout + (git-fixes). +- Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). +- Bluetooth: qca: fix info leak when fetching fw build id + (git-fixes). +- Bluetooth: qca: fix NVM configuration parsing (git-fixes). +- Bluetooth: qca: add missing firmware sanity checks (git-fixes). +- Bluetooth: msft: fix slab-use-after-free in msft_do_close() + (git-fixes). +- Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout + (git-fixes). +- ARM: 9381/1: kasan: clear stale stack poison (git-fixes). +- commit aa6a883 + +------------------------------------------------------------------- +Fri May 10 01:57:58 CEST 2024 - krisman@suse.de + +- Update + patches.suse/xen-netfront-Add-missing-skb_mark_for_recycle.patch + (git-fixes CVE-2024-27393 bsc#1224076). +- commit 3dacd9a + +------------------------------------------------------------------- +Thu May 9 10:12:28 CEST 2024 - jslaby@suse.cz + +- kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe + address (CVE-2024-26946 bsc#1223669). +- commit c3ef9f9 + +------------------------------------------------------------------- +Thu May 9 10:06:13 CEST 2024 - tiwai@suse.de + +- Move upstreamed powerpc patches into sorted section +- commit de7fc3a + +------------------------------------------------------------------- +Wed May 8 15:16:20 CEST 2024 - dwagner@suse.de + +- io_uring: kabi cookie remove (bsc#1217384). +- commit 6174cfd + +------------------------------------------------------------------- +Wed May 8 14:47:51 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/USB-core-Fix-deadlock-in-port-disable-sysfs-attribut.patch + (bsc#1223670 CVE-2024-26933). + Added CVE and bugzilla ID +- commit 2932a82 + +------------------------------------------------------------------- +Wed May 8 14:32:33 CEST 2024 - oneukum@suse.com + +- crypto: iaa - Fix nr_cpus < nr_iaa case (bsc#1223732 + CVE-2024-26945). +- commit d4480a0 + +------------------------------------------------------------------- +Wed May 8 13:00:52 CEST 2024 - dwagner@suse.de + +- supported.conf: support tcp_dctcp module (jsc#PED-8111) +- commit 84b1f91 + +------------------------------------------------------------------- +Wed May 8 09:35:19 CEST 2024 - nstange@suse.de + +- Update + patches.suse/crypto-lib-mpi-Fix-unexpected-pointer-access-in-mpi_.patch + (git-fixes CVE-2023-52616 bsc#1221612). +- commit 0f801e9 + +------------------------------------------------------------------- +Wed May 8 09:33:26 CEST 2024 - tzimmermann@suse.com + +- Update "drm/vmwgfx: Fix possible null pointer derefence with invalid contexts" (CVE-2024-26979 bsc#1223628) +- commit 562486d + +------------------------------------------------------------------- +Tue May 7 17:18:31 CEST 2024 - fdmanana@suse.com + +- btrfs: fix race when detecting delalloc ranges during fiemap + (bsc#1223285). +- commit b4449a9 + +------------------------------------------------------------------- +Tue May 7 17:04:53 CEST 2024 - fdmanana@suse.com + +- btrfs: ensure fiemap doesn't race with writes when + FIEMAP_FLAG_SYNC is given (bsc#1223285). +- commit e1d5456 + +------------------------------------------------------------------- +Tue May 7 17:00:54 CEST 2024 - fdmanana@suse.com + +- btrfs: fix race between ordered extent completion and fiemap + (bsc#1223285). +- commit b2ade77 + +------------------------------------------------------------------- +Tue May 7 16:49:51 CEST 2024 - fdmanana@suse.com + +- btrfs: fix deadlock with fiemap and extent locking + (bsc#1223285). +- commit 032df64 + +------------------------------------------------------------------- +Tue May 7 16:35:53 CEST 2024 - fdmanana@suse.com + +- btrfs: send: don't issue unnecessary zero writes for trailing + hole (bsc#1222459). +- commit 79ef069 + +------------------------------------------------------------------- +Tue May 7 16:30:29 CEST 2024 - vkarasulli@suse.de + +- inet: read sk->sk_family once in inet_recv_error() (bsc#1222385 + CVE-2024-26679). +- commit cb5e75a + +------------------------------------------------------------------- +Tue May 7 14:12:46 CEST 2024 - tiwai@suse.de + +- Move upstreamed HD-audio patch into sorted section +- commit d615f15 + +------------------------------------------------------------------- +Tue May 7 14:12:37 CEST 2024 - tiwai@suse.de + +- ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 + (bsc#1217750). +- commit 9e75dfd + +------------------------------------------------------------------- +Tue May 7 13:37:02 CEST 2024 - dsterba@suse.com + +- btrfs: dev-replace: properly validate device names (CVE-2024-26791 bsc#1222793) +- commit 0244362 + +------------------------------------------------------------------- +Tue May 7 12:59:26 CEST 2024 - dsterba@suse.com + +- fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame() (CVE-2023-52641 bsc#1222303) +- commit 3195e8d + +------------------------------------------------------------------- +Tue May 7 12:14:44 CEST 2024 - mkubecek@suse.cz + +- fix patch references (CVE-2024-26739 bsc#1222559): + - patches.suse/net-sched-act_mirred-Create-function-tcf_mirred_to_d.patch + - patches.suse/net-sched-act_mirred-don-t-override-retval-if-we-alr.patch +- commit af4b677 + +------------------------------------------------------------------- +Tue May 7 11:01:53 CEST 2024 - oneukum@suse.com + +- usb: dwc3: core: Prevent phy suspend during init (Git-fixes). +- commit 0feb823 + +------------------------------------------------------------------- +Tue May 7 10:05:18 CEST 2024 - vkarasulli@suse.de + +- netfilter: nft_ct: fix l3num expectations with inet pseudo + family (git-fixes). +- commit e0fbf15 + +------------------------------------------------------------------- +Tue May 7 08:51:04 CEST 2024 - pjakobsson@suse.de + +- drm/i915/vma: Fix UAF on destroy against retire race (CVE-2024-26939 bsc#1223679). +- commit 0c69759 + +------------------------------------------------------------------- +Tue May 7 07:56:59 CEST 2024 - tiwai@suse.de + +- Reapply "drm/qxl: simplify qxl_fence_wait" (stable-fixes). +- commit 2bd2798 + +------------------------------------------------------------------- +Tue May 7 00:12:18 CEST 2024 - mkubecek@suse.cz + +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (CVE-2024-26865 bsc#1223062). +- commit 4df5c35 + +------------------------------------------------------------------- +Mon May 6 22:49:40 CEST 2024 - mkubecek@suse.cz + +- packet: annotate data-races around ignore_outgoing + (CVE-2024-26862 bsc#1223111). +- commit 50ec7e9 + +------------------------------------------------------------------- +Mon May 6 22:21:54 CEST 2024 - mkubecek@suse.cz + +- Update + patches.suse/sctp-fix-potential-deadlock-on-net-sctp.addr_wq.patch + references (add CVE-2024-0639 bsc#1218917). +- commit 61e4bcd + +------------------------------------------------------------------- +Mon May 6 21:33:30 CEST 2024 - dsterba@suse.com + +- fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame() (CVE-2023-52641 bsc#1222303) +- commit 45e1211 + +------------------------------------------------------------------- +Mon May 6 19:19:07 CEST 2024 - vkarasulli@suse.de + +- netfilter: nft_ct: sanitize layer 3 and 4 protocol number in + custom expectations (bsc#1222368 CVE-2024-26673). +- commit bffaac0 + +------------------------------------------------------------------- +Mon May 6 18:14:52 CEST 2024 - dsterba@suse.com + +- fs: sysfs: Fix reference leak in sysfs_break_active_protection() (CVE-2024-26993 bsc#1223693) +- commit b75cd2c + +------------------------------------------------------------------- +Mon May 6 18:02:40 CEST 2024 - dsterba@suse.com + +- btrfs: don't drop extent_map for free space inode on write error (CVE-2024-26726 bsc#1222532) +- commit 60707c9 + +------------------------------------------------------------------- +Mon May 6 17:37:25 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Only update pages_touched when a new page is + touched (git-fixes). +- commit f2292de + +------------------------------------------------------------------- +Mon May 6 17:34:30 CEST 2024 - petr.pavlu@suse.com + +- kprobes: Fix possible use-after-free issue on kprobe + registration (git-fixes). +- commit 3121e4a + +------------------------------------------------------------------- +Mon May 6 17:23:41 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch + (bsc#1219485 bsc#1219451 git-fixes CVE-2024-27009 bsc#1223699). +- Update + patches.suse/Bluetooth-btnxpuart-Fix-btnxpuart_close.patch + (git-fixes CVE-2024-26959 bsc#1223667). +- Update + patches.suse/USB-usb-storage-Prevent-divide-by-0-error-in-isd200_.patch + (git-fixes CVE-2024-27059 bsc#1223738). +- Update + patches.suse/backlight-hx8357-Fix-potential-NULL-pointer-derefere.patch + (git-fixes CVE-2024-27071 bsc#1223734). +- Update patches.suse/clk-Fix-clk_core_get-NULL-dereference.patch + (git-fixes CVE-2024-27038 bsc#1223816). +- Update + patches.suse/clk-hisilicon-hi3559a-Fix-an-erroneous-devm_kfree.patch + (git-fixes CVE-2024-27039 bsc#1223821). +- Update + patches.suse/clk-qcom-gcc-ipq6018-fix-terminating-of-frequency-ta.patch + (git-fixes CVE-2024-26970 bsc#1223644). +- Update + patches.suse/clk-qcom-gcc-ipq8074-fix-terminating-of-frequency-ta.patch + (git-fixes CVE-2024-26969 bsc#1223645). +- Update + patches.suse/clk-qcom-gcc-ipq9574-fix-terminating-of-frequency-ta.patch + (git-fixes CVE-2024-26968 bsc#1223642). +- Update + patches.suse/clk-qcom-mmcc-apq8084-fix-terminating-of-frequency-t.patch + (git-fixes CVE-2024-26966 bsc#1223646). +- Update + patches.suse/clk-qcom-mmcc-msm8974-fix-terminating-of-frequency-t.patch + (git-fixes CVE-2024-26965 bsc#1223648). +- Update + patches.suse/clk-zynq-Prevent-null-pointer-dereference-caused-by-.patch + (git-fixes CVE-2024-27037 bsc#1223717). +- Update + patches.suse/cpufreq-brcmstb-avs-cpufreq-add-check-for-cpufreq_cp.patch + (git-fixes CVE-2024-27051 bsc#1223769). +- Update + patches.suse/crypto-qat-resolve-race-condition-during-AER-recover.patch + (git-fixes CVE-2024-26974 bsc#1223638). +- Update + patches.suse/drm-amd-display-Add-replay-NULL-check-in-edp_set_rep.patch + (git-fixes CVE-2024-27040 bsc#1223711). +- Update + patches.suse/drm-amd-display-Fix-a-potential-buffer-overflow-in-d.patch + (git-fixes CVE-2024-27045 bsc#1223826). +- Update + patches.suse/drm-amd-display-Fix-potential-NULL-pointer-dereferen.patch + (git-fixes CVE-2024-27044 bsc#1223723). +- Update + patches.suse/drm-amd-display-fix-NULL-checks-for-adev-dm.dc-in-am.patch + (git-fixes CVE-2024-27041 bsc#1223714). +- Update + patches.suse/drm-amdgpu-Fix-potential-out-of-bounds-access-in-amd.patch + (git-fixes CVE-2024-27042 bsc#1223823). +- Update + patches.suse/drm-vmwgfx-Fix-possible-null-pointer-derefence-with-.patch + (git-fixes CVE-2024-26979 bsc#1223628). +- Update + patches.suse/md-Fix-missing-release-of-active_io-for-flush-8556.patch + (jsc#PED-7542 CVE-2024-27023 bsc#1223776). +- Update + patches.suse/media-dvb-frontends-avoid-stack-overflow-warnings-wi.patch + (git-fixes CVE-2024-27075 bsc#1223842). +- Update patches.suse/media-edia-dvbdev-fix-a-use-after-free.patch + (git-fixes CVE-2024-27043 bsc#1223824). +- Update + patches.suse/media-go7007-fix-a-memleak-in-go7007_load_encoder.patch + (git-fixes CVE-2024-27074 bsc#1223844). +- Update + patches.suse/media-imx-csc-scaler-fix-v4l2_ctrl_handler-memory-le.patch + (git-fixes CVE-2024-27076 bsc#1223779). +- Update + patches.suse/media-ttpci-fix-two-memleaks-in-budget_av_attach.patch + (git-fixes CVE-2024-27073 bsc#1223843). +- Update + patches.suse/media-usbtv-Remove-useless-locks-in-usbtv_video_free.patch + (git-fixes CVE-2024-27072 bsc#1223837). +- Update + patches.suse/media-v4l2-mem2mem-fix-a-memleak-in-v4l2_m2m_registe.patch + (git-fixes CVE-2024-27077 bsc#1223780). +- Update + patches.suse/media-v4l2-tpg-fix-some-memleaks-in-tpg_alloc.patch + (git-fixes CVE-2024-27078 bsc#1223781). +- Update + patches.suse/net-phy-fix-phy_get_internal_delay-accessing-an-empt.patch + (git-fixes CVE-2024-27047 bsc#1223828). +- Update + patches.suse/nilfs2-fix-failure-to-detect-DAT-corruption-in-btree.patch + (git-fixes CVE-2024-26956 bsc#1223663). +- Update + patches.suse/nilfs2-prevent-kernel-bug-at-submit_bh_wbc.patch + (git-fixes CVE-2024-26955 bsc#1223657). +- Update patches.suse/pci_iounmap-Fix-MMIO-mapping-leak.patch + (git-fixes CVE-2024-26977 bsc#1223631). +- Update + patches.suse/powercap-intel_rapl-Fix-a-NULL-pointer-dereference.patch + (git-fixes CVE-2024-26975 bsc#1223632). +- Update + patches.suse/s390-Once-the-discipline-is-associated-with-the-device-de.patch + (bsc#1141539 git-fixes CVE-2024-27054 bsc#1223819). +- Update + patches.suse/scsi-qla2xxx-Fix-command-flush-on-cable-pull.patch + (bsc#1221816 CVE-2024-26931 bsc#1223627). +- Update patches.suse/scsi-qla2xxx-Fix-double-free-of-fcport.patch + (bsc#1221816 CVE-2024-26929 bsc#1223715). +- Update + patches.suse/scsi-qla2xxx-Fix-double-free-of-the-ha-vp_map-pointe.patch + (bsc#1221816 CVE-2024-26930 bsc#1223626). +- Update + patches.suse/thermal-drivers-mediatek-lvts_thermal-Fix-a-memory-l.patch + (git-fixes CVE-2024-27068 bsc#1223808). +- Update + patches.suse/thunderbolt-Fix-NULL-pointer-dereference-in-tb_port_.patch + (git-fixes CVE-2024-27060 bsc#1223725). +- Update patches.suse/usb-ulpi-Fix-debugfs-directory-leak.patch + (git-fixes CVE-2024-26919 bsc#1223847). +- Update + patches.suse/wifi-brcm80211-handle-pmk_op-allocation-failure.patch + (git-fixes CVE-2024-27048 bsc#1223760). +- Update + patches.suse/wifi-rtl8xxxu-add-cancel_work_sync-for-c2hcmd_work.patch + (git-fixes CVE-2024-27052 bsc#1223829). +- Update + patches.suse/wifi-wilc1000-do-not-realloc-workqueue-everytime-an-.patch + (git-fixes CVE-2024-27391 bsc#1223709). +- Update + patches.suse/wifi-wilc1000-fix-RCU-usage-in-connect-path.patch + (git-fixes CVE-2024-27053 bsc#1223737). +- commit 9296e40 + +------------------------------------------------------------------- +Mon May 6 17:23:27 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/drm-tegra-dsi-Add-missing-check-for-of_find_device_b.patch + (git-fixes CVE-2023-52650 bsc#1223770). +- Update + patches.suse/drm-vkms-Avoid-reading-beyond-LUT-array.patch + (git-fixes CVE-2023-52649 bsc#1223768). +- Update + patches.suse/drm-vmwgfx-Unmap-the-surface-before-resetting-it-on-.patch + (git-fixes CVE-2023-52648 bsc#1223765). +- Update + patches.suse/media-nxp-imx8-isi-Check-whether-crossbar-pad-is-non.patch + (git-fixes CVE-2023-52647 bsc#1223764). +- commit f67398e + +------------------------------------------------------------------- +Mon May 6 17:23:18 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/powerpc-pseries-Fix-potential-memleak-in-papr_get_at.patch + (bsc#1215199 CVE-2022-48669 bsc#1223756). +- commit e9a7939 + +------------------------------------------------------------------- +Mon May 6 17:22:04 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page + in concurrent environment (git-fixes). +- commit 8f1aa4c + +------------------------------------------------------------------- +Mon May 6 16:11:25 CEST 2024 - jgross@suse.com + +- Delete + patches.suse/iommufd-iova_bitmap-Move-symbols-to-IOMMUFD-namespace. + (bsc#1222654) +- commit dc5c22e + +------------------------------------------------------------------- +Mon May 6 12:34:10 CEST 2024 - lhenriques@suse.de + +- fuse: don't unhash root (bsc#1223946). +- fuse: fix root lookup with nonzero generation (bsc#1223945). +- virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal + (bsc#1223944). +- commit 5171d01 + +------------------------------------------------------------------- +Mon May 6 11:15:05 CEST 2024 - tbogendoerfer@suse.de + +- tun: limit printing rate when illegal packet received by tun + dev (bsc#1223745 CVE-2024-27013). +- net/mlx5e: Prevent deadlock while disabling aRFS (bsc#1223735 + CVE-2024-27014). +- commit d039d3b + +------------------------------------------------------------------- +Mon May 6 11:14:31 CEST 2024 - tzimmermann@suse.com + +- drm/amd/display: Add a dc_state NULL check in dc_state_release (CVE-2024-26948 bsc#1223664) +- commit adac21d + +------------------------------------------------------------------- +Mon May 6 08:32:36 CEST 2024 - tiwai@suse.de + +- slimbus: qcom-ngd-ctrl: Add timeout for wait operation + (git-fixes). +- iio:imu: adis16475: Fix sync mode setting (git-fixes). +- iio: accel: mxc4005: Interrupt handling fixes (git-fixes). +- iio: pressure: Fixes BME280 SPI driver data (git-fixes). +- usb: typec: tcpm: Check for port partner validity before + consuming it (git-fixes). +- usb: typec: tcpm: unregister existing source caps before + re-registration (git-fixes). +- usb: typec: tcpm: clear pd_event queue in PORT_RESET + (git-fixes). +- usb: ohci: Prevent missed ohci interrupts (git-fixes). +- usb: gadget: f_fs: Fix a race condition when processing setup + packets (git-fixes). +- USB: core: Fix access violation during port device removal + (git-fixes). +- usb: gadget: uvc: use correct buffer size when parsing configfs + lists (git-fixes). +- usb: gadget: composite: fix OS descriptors w_value logic + (git-fixes). +- usb: gadget: f_fs: Fix race between aio_cancel() and AIO + request complete (git-fixes). +- clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change + (git-fixes). +- commit 8d8f752 + +------------------------------------------------------------------- +Mon May 6 08:29:57 CEST 2024 - tiwai@suse.de + +- Move upstreamed USB fix into sorted section +- commit 21751fe + +------------------------------------------------------------------- +Sat May 4 09:44:18 CEST 2024 - tiwai@suse.de + +- ASoC: da7219-aad: fix usage of device_get_named_child_node() + (git-fixes). +- ASoC: rt715-sdca: volume step modification (git-fixes). +- ASoC: rt715: add vendor clear control register (git-fixes). +- ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config + (git-fixes). +- ASoC: cs35l56: Fix unintended bus access while resetting amp + (git-fixes). +- ASoC: rt722-sdca: add headset microphone vrefo setting + (git-fixes). +- ASoC: rt722-sdca: modify channel number to support 4 channels + (git-fixes). +- ASoC: rt5645: Fix the electric noise due to the CBJ contacts + floating (git-fixes). +- ASoC: acp: Support microphone from device Acer 315-24p + (git-fixes). +- ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus + T100TAM too (git-fixes). +- commit 59787a2 + +------------------------------------------------------------------- +Sat May 4 09:37:36 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Fix build error without CONFIG_PM + (stable-fixes). +- ALSA: hda: cs35l56: Exit cache-only after + cs35l56_wait_for_firmware_boot() (stable-fixes). +- ALSA: hda/realtek - Set GPIO3 to default at S4 state for + Thinkpad with ALC1318 (stable-fixes). +- ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection + (stable-fixes). +- ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU + (stable-fixes). +- commit 11f233b + +------------------------------------------------------------------- +Sat May 4 09:35:07 CEST 2024 - tiwai@suse.de + +- ASoC: meson: axg-tdm-interface: manage formatters in trigger + (git-fixes). +- ASoC: meson: axg-card: make links nonatomic (git-fixes). +- ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). +- ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). +- ASoC: ti: davinci-mcasp: Fix race condition during probe + (git-fixes). +- ASoC: Intel: avs: Set name of control as in topology + (git-fixes). +- regmap: Add regmap_read_bypassed() (git-fixes). +- ASoC: SOF: Intel: add default firmware library path for LNL + (git-fixes). +- ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). +- ALSA: hda: intel-sdw-acpi: fix usage of + device_get_named_child_node() (git-fixes). +- drm/panel: ili9341: Use predefined error codes (git-fixes). +- drm/panel: ili9341: Respect deferred probe (git-fixes). +- drm/vmwgfx: Fix invalid reads in fence signaled events + (git-fixes). +- drm/vmwgfx: Fix Legacy Display Unit (git-fixes). +- drm/amdgpu: fix doorbell regression (git-fixes). +- drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() + v2 (git-fixes). +- spi: fix null pointer dereference within spi_sync (git-fixes). +- spi: hisi-kunpeng: Delete the dump interface of data registers + in debugfs (git-fixes). +- commit de68d11 + +------------------------------------------------------------------- +Fri May 3 18:53:42 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: ensure offloading TID queue exists + (CVE-2024-27056 bsc#1223822). +- commit 8f83255 + +------------------------------------------------------------------- +Fri May 3 17:55:12 CEST 2024 - tiwai@suse.de + +- dpll: fix dpll_pin_on_pin_register() for multiple parent pins + (CVE-2024-27027 bsc#1223787). +- commit ce9b326 + +------------------------------------------------------------------- +Fri May 3 17:52:05 CEST 2024 - tiwai@suse.de + +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (CVE-2024-27027 bsc#1223787). +- commit f5ff522 + +------------------------------------------------------------------- +Fri May 3 17:44:24 CEST 2024 - mfranc@suse.cz + +- s390/qeth: Fix kernel panic after setting hsuid (git-fixes + bsc#1223874). +- commit eae1390 + +------------------------------------------------------------------- +Fri May 3 17:39:31 CEST 2024 - mfranc@suse.cz + +- s390/mm: Fix storage key clearing for guest huge pages + (git-fixes bsc#1223872). +- commit 329e03c + +------------------------------------------------------------------- +Fri May 3 17:37:13 CEST 2024 - mfranc@suse.cz + +- s390/mm: Fix clearing storage keys for huge pages (git-fixes + bsc#1223871). +- commit a7e3ff2 + +------------------------------------------------------------------- +Fri May 3 17:30:04 CEST 2024 - mfranc@suse.cz + +- s390/vdso: Add CFI for RA register to asm macro vdso_func + (git-fixes bsc#1223870). +- commit 2641ba1 + +------------------------------------------------------------------- +Fri May 3 17:19:03 CEST 2024 - mfranc@suse.cz + +- s390/cio: Ensure the copied buf is NUL terminated (git-fixes + bsc#1223869). +- commit dcf45a9 + +------------------------------------------------------------------- +Fri May 3 17:14:55 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: x86: Don't overflow lpage_info when checking + attributes (bsc#1223695, CVE-2024-26991). +- commit da41325 + +------------------------------------------------------------------- +Fri May 3 16:46:02 CEST 2024 - vbabka@suse.cz + +- mm: swap: fix race between free_swap_and_cache() and swapoff() + (CVE-2024-26960 bsc#1223655). +- swap: comments get_swap_device() with usage rule (CVE-2024-26960 + bsc#1223655). +- commit 9df3192 + +------------------------------------------------------------------- +Fri May 3 16:38:44 CEST 2024 - tiwai@suse.de + +- NTB: fix possible name leak in ntb_register_device() + (CVE-2023-52652 bsc#1223686). +- commit a6fcfa7 + +------------------------------------------------------------------- +Fri May 3 15:57:39 CEST 2024 - msuchanek@suse.de + +- Refresh patches.suse/powerpc-pseries-iommu-LPAR-panics-when-rebooted-with.patch. +- commit ca33aea + +------------------------------------------------------------------- +Fri May 3 15:36:14 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries: make max polling consistent for longer H_CALLs + (bsc#1215199). +- commit bead2d2 + +------------------------------------------------------------------- +Fri May 3 10:14:31 CEST 2024 - mhocko@suse.com + +- fork: defer linking file vma until vma is fully initialized + (bsc#1223774 CVE-2024-27022). +- commit 126ee1a + +------------------------------------------------------------------- +Fri May 3 09:40:30 CEST 2024 - wqu@suse.com + +- btrfs: qgroup: always free reserved space for extent records + (bsc#1216196). +- commit 5a30b4d + +------------------------------------------------------------------- +Fri May 3 08:10:09 CEST 2024 - tiwai@suse.de + +- Fix a potential infinite loop in extract_user_to_sg() + (git-fixes). +- mtd: diskonchip: work around ubsan link failure (stable-fixes). +- drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 + (stable-fixes). +- drm/amdgpu: Assign correct bits for SDMA HDP flush + (stable-fixes). +- drm/amdgpu: Fix leak when GPU memory allocation fails + (stable-fixes). +- ACPI: CPPC: Fix access width used for PCC registers (git-fixes). +- ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro + (git-fixes). +- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 + (stable-fixes). +- Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() + (stable-fixes). +- drm: add drm_gem_object_is_shared_for_memory_stats() helper + (stable-fixes). +- ACPI: CPPC: Use access_width over bit_width for system memory + accesses (stable-fixes). +- wifi: mac80211: clean up assignments to pointer cache + (stable-fixes). +- commit 49aaf49 + +------------------------------------------------------------------- +Thu May 2 16:47:00 CEST 2024 - dwagner@suse.de + +- io_uring: remove uring_cmd cookie (bsc#1217384 CVE-2023-6238). +- iouring: remove IORING_URING_CMD_POLLED (bsc#1217384 + CVE-2023-6238). +- nvme: use bio_integrity_map_user (bsc#1217384 CVE-2023-6238). +- block: bio-integrity: directly map user buffers (bsc#1217384 + CVE-2023-6238). +- commit 3372add + +------------------------------------------------------------------- +Thu May 2 16:35:48 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) +- commit c9b9705 + +------------------------------------------------------------------- +Thu May 2 16:34:40 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) +- commit 51da7a0 + +------------------------------------------------------------------- +Thu May 2 16:33:23 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) +- commit d74d11d + +------------------------------------------------------------------- +Thu May 2 16:31:31 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) +- commit 300083f + +------------------------------------------------------------------- +Thu May 2 16:29:21 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) +- commit 7730872 + +------------------------------------------------------------------- +Thu May 2 16:27:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) +- commit 279e432 + +------------------------------------------------------------------- +Thu May 2 16:25:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) +- commit 57cc3f7 + +------------------------------------------------------------------- +Thu May 2 16:23:58 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) +- commit 9f868d4 + +------------------------------------------------------------------- +Thu May 2 16:23:23 CEST 2024 - tiwai@suse.de + +- kABI workaround for cec_adapter (CVE-2024-23848 bsc#1219104). +- commit 03d06c5 + +------------------------------------------------------------------- +Thu May 2 16:22:55 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) +- commit dd3deb9 + +------------------------------------------------------------------- +Thu May 2 16:20:00 CEST 2024 - tiwai@suse.de + +- media: cec: core: avoid recursive cec_claim_log_addrs + (CVE-2024-23848 bsc#1219104). +- commit c64de88 + +------------------------------------------------------------------- +Thu May 2 16:18:20 CEST 2024 - tiwai@suse.de + +- Update media cec fix patches to the latest upstream version (CVE-2024-23848 bsc#1219104) +- commit 4a0b406 + +------------------------------------------------------------------- +Thu May 2 15:23:56 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) +- commit e69bdf0 + +------------------------------------------------------------------- +Thu May 2 15:19:35 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) +- commit 4dc5b7a + +------------------------------------------------------------------- +Thu May 2 15:18:12 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) +- commit e2d7944 + +------------------------------------------------------------------- +Thu May 2 15:16:46 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) +- commit fbb3351 + +------------------------------------------------------------------- +Thu May 2 15:15:23 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) +- commit a21edf3 + +------------------------------------------------------------------- +Thu May 2 15:14:12 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) +- commit 3f691a1 + +------------------------------------------------------------------- +Thu May 2 15:12:55 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: dts: rockchip: mark system power controller on rk3588-evb1") +- commit 24dc024 + +------------------------------------------------------------------- +Thu May 2 15:11:02 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64/mm: Modify range-based tlbi to decrement scale") +- commit 9fd5163 + +------------------------------------------------------------------- +Thu May 2 13:38:24 CEST 2024 - jslaby@suse.cz + +- Update + patches.suse/serial-max310x-fix-NULL-pointer-dereference-in-I2C-i.patch + (git-fixes bsc#1223629 CVE-2024-26978). +- commit b81ff78 + +------------------------------------------------------------------- +Thu May 2 11:54:35 CEST 2024 - ailiop@suse.com + +- Squashfs: check the inode number is not the invalid value of + zero (bsc#1223634 CVE-2024-26982). +- commit a406e7c + +------------------------------------------------------------------- +Thu May 2 11:33:02 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/ubifs-ubifs_symlink-Fix-memleak-of-inode-i_link-in-error-path.patch + (git-fixes CVE-2024-26972 bsc#1223643). +- commit 6db660a + +------------------------------------------------------------------- +Thu May 2 11:23:24 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-prevent-kernel-bug-at-submit_bh_wbc.patch + (git-fixes CVE-2024-26955 bsc#1223657). +- commit a77f45b + +------------------------------------------------------------------- +Thu May 2 11:14:35 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-failure-to-detect-DAT-corruption-in-btree.patch + (git-fixes CVE-2024-26956 bsc#1223663). +- commit 95ba522 + +------------------------------------------------------------------- +Thu May 2 11:13:34 CEST 2024 - ailiop@suse.com + +- Update patches.suse/nilfs2-fix-OOB-in-nilfs_set_de_type.patch + (git-fixes CVE-2024-26981 bsc#1223668). +- commit 5740c7f + +------------------------------------------------------------------- +Thu May 2 10:28:22 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/ASoC-SOF-Add-some-bounds-checking-to-firmware-data.patch + (git-fixes CVE-2024-26927 bsc#1223525). +- commit d3c5f91 + +------------------------------------------------------------------- +Thu May 2 09:58:58 CEST 2024 - tiwai@suse.de + +- cec: core: avoid confusing "transmit timed out" message + (CVE-2024-23848 bsc#1219104). +- commit eae740c + +------------------------------------------------------------------- +Thu May 2 07:36:00 CEST 2024 - tiwai@suse.de + +- regulator: change devm_regulator_get_enable_optional() stub + to return Ok (git-fixes). +- regulator: change stubbed devm_regulator_get_enable to return Ok + (git-fixes). +- regulator: mt6360: De-capitalize devicetree regulator subnodes + (git-fixes). +- commit c50a631 + +------------------------------------------------------------------- +Wed May 1 09:50:43 CEST 2024 - tiwai@suse.de + +- power: supply: mt6360_charger: Fix of_match for usb-otg-vbus + regulator (git-fixes). +- power: rt9455: hide unused rt9455_boost_voltage_values + (git-fixes). +- pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). +- pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() + (git-fixes). +- pinctrl: mediatek: paris: Rework support for + PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). +- pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE + readback (git-fixes). +- pinctrl: core: delete incorrect free in pinctrl_enable() + (git-fixes). +- pinctrl/meson: fix typo in PDM's pin name (git-fixes). +- pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf + of GPIOR-T (git-fixes). +- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init + (git-fixes). +- commit d973920 + +------------------------------------------------------------------- +Tue Apr 30 18:44:35 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for + Lenovo Legion models (bsc#1223462). +- commit 6f0889c + +------------------------------------------------------------------- +Tue Apr 30 16:38:27 CEST 2024 - tiwai@suse.de + +- usb: Fix regression caused by invalid ep0 maxpacket in virtual + SuperSpeed device (bsc#1220569). +- commit 4748678 + +------------------------------------------------------------------- +Tue Apr 30 16:11:40 CEST 2024 - tiwai@suse.de + +- media: cec: cec-api: add locking in cec_release() + (CVE-2024-23848 bsc#1219104). +- media: cec: cec-adap: always cancel work in cec_transmit_msg_fh + (CVE-2024-23848 bsc#1219104). +- commit c39ac04 + +------------------------------------------------------------------- +Tue Apr 30 16:07:18 CEST 2024 - mfranc@suse.cz + +- blacklist.conf: refactoring, not a fix +- commit d5a22ac + +------------------------------------------------------------------- +Tue Apr 30 16:02:50 CEST 2024 - mfranc@suse.cz + +- s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). +- commit 643ece2 + +------------------------------------------------------------------- +Tue Apr 30 15:48:20 CEST 2024 - mfranc@suse.cz + +- s390/zcrypt: fix reference counting on zcrypt card objects + (git-fixes bsc#1223592). +- commit c37186f + +------------------------------------------------------------------- +Tue Apr 30 15:42:12 CEST 2024 - mkoutny@suse.com + +- block: fix q->blkg_list corruption during disk rebind + (bsc#1223591). +- commit 9da98d5 + +------------------------------------------------------------------- +Tue Apr 30 15:40:39 CEST 2024 - mfranc@suse.cz + +- s390/ism: Properly fix receive message buffer allocation + (git-fixes bsc#1223590). +- commit 0652865 + +------------------------------------------------------------------- +Tue Apr 30 15:28:05 CEST 2024 - jack@suse.cz + +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1223045 CVE-2024-26899). +- commit e4bd17c + +------------------------------------------------------------------- +Tue Apr 30 15:23:23 CEST 2024 - jack@suse.cz + +- quota: Fix potential NULL pointer dereference (bsc#1223060 + CVE-2024-26878). +- commit dcf7382 + +------------------------------------------------------------------- +Tue Apr 30 15:21:07 CEST 2024 - jack@suse.cz + +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1223198 CVE-2024-26901). +- commit 5c1d722 + +------------------------------------------------------------------- +Tue Apr 30 15:16:03 CEST 2024 - jack@suse.cz + +- blk-mq: fix IO hang from sbitmap wakeup race (bsc#1222357 CVE-2024-26671). +- commit 1ebf5fb + +------------------------------------------------------------------- +Tue Apr 30 15:00:59 CEST 2024 - jack@suse.cz + +- nbd: always initialize struct msghdr completely (bsc#1221649 CVE-2024-26638). +- commit eb8ab1c + +------------------------------------------------------------------- +Tue Apr 30 14:58:54 CEST 2024 - jack@suse.cz + +- ext4: avoid allocating blocks from corrupted group in + ext4_mb_find_by_goal() (bsc#1222613 CVE-2024-26772). +- commit 4004f20 + +------------------------------------------------------------------- +Tue Apr 30 14:57:23 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch + (bsc#1219485 bsc#1219451 git-fixes). +- Update patches.suse/0001-s390-qdio-handle-deferred-cc1.patch + (bsc#1219485 bsc#1219451 git-fixes). +- Update + patches.suse/s390-Once-the-discipline-is-associated-with-the-device-de.patch + (bsc#1141539 git-fixes). +- commit 73a9e98 + +------------------------------------------------------------------- +Tue Apr 30 13:17:40 CEST 2024 - davide.benini@suse.com + +- net/ipv6: avoid possible UAF in ip6_route_mpath_notify() + (CVE-2024-26852 bsc#1223057) +- commit 9474f59 + +------------------------------------------------------------------- +Tue Apr 30 12:05:02 CEST 2024 - tiwai@suse.de + +- PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). +- commit ec609ee + +------------------------------------------------------------------- +Tue Apr 30 12:04:09 CEST 2024 - tiwai@suse.de + +- PCI: Fix typos in docs and comments (stable-fixes). +- PCI: switchtec: Add support for PCIe Gen5 devices + (stable-fixes). +- PCI: switchtec: Use normal comment style (stable-fixes). +- PCI: Execute quirk_enable_clear_retrain_link() earlier + (stable-fixes). +- commit 9bba47f + +------------------------------------------------------------------- +Tue Apr 30 10:32:18 CEST 2024 - tzimmermann@suse.com + +- Edit "amdkfd: use calloc instead of kzalloc to avoid integer overflow" + Reference CVE and bug numbers. +- commit 267eec1 + +------------------------------------------------------------------- +Tue Apr 30 08:05:26 CEST 2024 - tiwai@suse.de + +- soc: qcom: pmic_glink_altmode: fix drm bridge use-after-free + (CVE-2024-26909 bsc#1223143). +- commit 043c9e0 + +------------------------------------------------------------------- +Tue Apr 30 03:05:11 CEST 2024 - neilb@suse.de + +- nfsd: use __fput_sync() to avoid delayed closing of files + (bsc#1223380 bsc#1217408). +- commit 36cb9bb + +------------------------------------------------------------------- +Mon Apr 29 16:52:11 CEST 2024 - msuchanek@suse.de + +- Update patches.suse/powerpc-pseries-vas-Hold-mmap_mutex-after-mmap-lock-.patch + (bsc#1012628 jsc#PED-542 git-fixes bsc#1213573 ltc#203238). +- commit 8328f6d + +------------------------------------------------------------------- +Mon Apr 29 16:35:19 CEST 2024 - nik.borisov@suse.com + +- x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378 CVE-2024-26674). +- commit 46190f1 + +------------------------------------------------------------------- +Mon Apr 29 16:21:23 CEST 2024 - iluceno@suse.de + +- ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958) +- commit 0b000e0 + +------------------------------------------------------------------- +Mon Apr 29 12:30:35 CEST 2024 - nik.borisov@suse.com + +- x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault() (bsc#1223202 CVE-2024-26906). +- commit 664e61f + +------------------------------------------------------------------- +Mon Apr 29 12:30:15 CEST 2024 - nik.borisov@suse.com + +- x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h (bsc#1223202 CVE-2024-26906). +- commit 28c59d1 + +------------------------------------------------------------------- +Mon Apr 29 11:25:07 CEST 2024 - nik.borisov@suse.com + +- x86/boot: Ignore relocations in .notes sections in walk_relocs() too (bsc#1222624 CVE-2024-26816). +- commit 3cc2b03 + +------------------------------------------------------------------- +Mon Apr 29 11:24:52 CEST 2024 - nik.borisov@suse.com + +- x86, relocs: Ignore relocations in .notes section (bsc#1222624 CVE-2024-26816). +- commit 16f8af3 + +------------------------------------------------------------------- +Mon Apr 29 11:23:39 CEST 2024 - osalvador@suse.de + +- mm: zswap: fix missing folio cleanup in writeback race path + (bsc#1223007 CVE-2024-26832). +- commit b985b2a + +------------------------------------------------------------------- +Mon Apr 29 11:02:19 CEST 2024 - osalvador@suse.de + +- mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone + index (bsc#1222615 CVE-2024-26783). +- commit 7fe5b26 + +------------------------------------------------------------------- +Mon Apr 29 10:41:48 CEST 2024 - jslaby@suse.cz + +- Update config files. Disable N_GSM (jsc#PED-8240). +- commit ae9b7c6 + +------------------------------------------------------------------- +Mon Apr 29 09:39:29 CEST 2024 - iivanov@suse.de + +- Update patches.suse/gpio-tegra186-Fix-tegra186_gpio_is_accessible-check.patch (git-fixes bsc#1223439) +- commit 02eb8a1 + +------------------------------------------------------------------- +Mon Apr 29 09:05:25 CEST 2024 - tiwai@suse.de + +- irqchip/gic-v3-its: Prevent double free on error (git-fixes). +- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on + GIC v4.1 (git-fixes). +- irqchip/armada-370-xp: Suppress unused-function warning + (git-fixes). +- irqchip/renesas-rzg2l: Prevent spurious interrupts when setting + trigger type (git-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Flush posted write in irq_eoi() + (git-fixes). +- irqchip/gic-v3-its: Do not assume vPE tables are preallocated + (git-fixes). +- irqchip/mbigen: Don't use bus_get_dev_root() to find the parent + (git-fixes). +- irqchip/renesas-rzg2l: Add macro to retrieve TITSR register + offset based on register's index (stable-fixes). +- irqchip/renesas-rzg2l: Implement restriction when writing ISCR + register (stable-fixes). +- commit 8e6882b + +------------------------------------------------------------------- +Sun Apr 28 09:56:05 CEST 2024 - tiwai@suse.de + +- i2c: smbus: fix NULL function pointer dereference (git-fixes). +- soundwire: amd: fix for wake interrupt handling for clockstop + mode (git-fixes). +- dmaengine: idxd: Fix oops during rmmod on single-CPU platforms + (git-fixes). +- dma: xilinx_dpdma: Fix locking (git-fixes). +- idma64: Don't try to serve interrupts when device is powered + off (git-fixes). +- dmaengine: tegra186: Fix residual calculation (git-fixes). +- dmaengine: owl: fix register access functions (git-fixes). +- phy: ti: tusb1210: Resolve charger-det crash if charger psy + is unregistered (git-fixes). +- phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). +- phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits + (git-fixes). +- phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). +- phy: freescale: imx8m-pcie: fix pcie link-up instability + (git-fixes). +- phy: marvell: a3700-comphy: Fix hardcoded array size + (git-fixes). +- phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). +- commit 900a00b + +------------------------------------------------------------------- +Sun Apr 28 09:41:15 CEST 2024 - tiwai@suse.de + +- selftests: kselftest: Mark functions that unconditionally call + exit() as __noreturn (git-fixes). +- commit f533a19 + +------------------------------------------------------------------- +Sun Apr 28 09:36:33 CEST 2024 - tiwai@suse.de + +- selftests/timers/posix_timers: Reimplement + check_timer_distribution() (git-fixes). +- commit d9f09cc + +------------------------------------------------------------------- +Sun Apr 28 09:30:51 CEST 2024 - tiwai@suse.de + +- USB: serial: option: add Telit FN920C04 rmnet compositions + (stable-fixes). +- USB: serial: option: add Rolling RW101-GL and RW135-GL support + (stable-fixes). +- USB: serial: option: add Lonsung U8300/U9300 product + (stable-fixes). +- USB: serial: option: add support for Fibocom FM650/FG650 + (stable-fixes). +- USB: serial: option: support Quectel EM060K sub-models + (stable-fixes). +- USB: serial: option: add Fibocom FM135-GL variants + (stable-fixes). +- thunderbolt: Avoid notify PM core about runtime PM resume + (stable-fixes). +- thunderbolt: Fix wake configurations after device unplug + (stable-fixes). +- usb: Disable USB3 LPM at shutdown (stable-fixes). +- usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb + ep transport error (stable-fixes). +- clk: Get runtime PM before walking tree for clk_summary + (git-fixes). +- clk: Get runtime PM before walking tree during disable_unused + (git-fixes). +- clk: Initialize struct clk_core kref earlier (stable-fixes). +- arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H + (git-fixes). +- drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). +- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes + (stable-fixes). +- selftests/ftrace: Limit length in subsystem-enable tests + (git-fixes). +- selftests: kselftest: Fix build failure with NOLIBC (git-fixes). +- selftests: timers: Fix abs() warning in posix_timers test + (git-fixes). +- selftests: timers: Fix posix_timers ksft_print_msg() warning + (git-fixes). +- drm/amd/display: Do not recursively call manual trigger + programming (stable-fixes). +- drm/i915: Disable live M/N updates when using bigjoiner + (stable-fixes). +- thunderbolt: Reset only non-USB4 host routers in resume + (git-fixes). +- thunderbolt: Make tb_switch_reset() support Thunderbolt 2, + 3 and USB4 routers (stable-fixes). +- thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). +- thunderbolt: Introduce tb_port_reset() (stable-fixes). +- ASoC: ti: Convert Pandora ASoC to GPIO descriptors + (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support + (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support + (stable-fixes). +- ALSA: scarlett2: Add correct product series name to messages + (stable-fixes). +- ALSA: scarlett2: Add support for Clarett 8Pre USB + (stable-fixes). +- ALSA: scarlett2: Move USB IDs out from device_info struct + (stable-fixes). +- ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). +- PCI: Simplify pcie_capability_clear_and_set_word() to + ..._clear_word() (stable-fixes). +- PCI/DPC: Use FIELD_GET() (stable-fixes). +- selftests: timers: Convert posix_timers test to generate KTAP + output (stable-fixes). +- clk: Show active consumers of clocks in debugfs (stable-fixes). +- commit 8adba5b + +------------------------------------------------------------------- +Sat Apr 27 09:41:01 CEST 2024 - tiwai@suse.de + +- Update patch reference for x86 p2sb fix (CVE-2024-26650 bsc#1222048) +- commit b68c2ef + +------------------------------------------------------------------- +Sat Apr 27 08:33:05 CEST 2024 - tiwai@suse.de + +- mmc: sdhci-msm: pervent access to suspended controller + (git-fixes). +- gpio: tangier: Use correct type for the IRQ chip data + (git-fixes). +- gpio: tegra186: Fix tegra186_gpio_is_accessible() check + (git-fixes). +- fbdev: fix incorrect address computation in deferred IO + (git-fixes). +- drm/gma500: Remove lid code (git-fixes). +- commit 783bf0e + +------------------------------------------------------------------- +Fri Apr 26 18:54:14 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add 246f80a0b17f8 ("sh: push-switch: Reorder cleanup operations to avoid use-after-free bug") +- commit 0fe9e4b + +------------------------------------------------------------------- +Fri Apr 26 12:38:44 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore xfrm_bpf_md_dst that depends on CONFIG_DEBUG_* (bsc#1223415) +- commit 689bcfa + +------------------------------------------------------------------- +Fri Apr 26 12:26:57 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: annotate data-races around msk->rmem_fwd_alloc + (git-fixes). +- commit a5d9cb6 + +------------------------------------------------------------------- +Fri Apr 26 12:25:26 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_forward_alloc + (git-fixes). +- commit bceb548 + +------------------------------------------------------------------- +Fri Apr 26 12:23:03 CEST 2024 - denis.kirjanov@suse.com + +- ipv4: annotate data-races around fi->fib_dead (git-fixes). +- commit f1e77d4 + +------------------------------------------------------------------- +Fri Apr 26 12:21:27 CEST 2024 - denis.kirjanov@suse.com + +- sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). +- commit 66bd390 + +------------------------------------------------------------------- +Fri Apr 26 12:19:43 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_lingertime (git-fixes). +- commit 33a5ffc + +------------------------------------------------------------------- +Fri Apr 26 12:18:04 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: Remove unnecessary test for __mptcp_init_sock() + (git-fixes). +- commit dfc1c14 + +------------------------------------------------------------------- +Fri Apr 26 12:15:52 CEST 2024 - denis.kirjanov@suse.com + +- idpf: fix kernel panic on unknown packet types (git-fixes). +- commit def5526 + +------------------------------------------------------------------- +Fri Apr 26 12:13:54 CEST 2024 - denis.kirjanov@suse.com + +- ice: fix enabling RX VLAN filtering (git-fixes). +- commit 3d7f5a8 + +------------------------------------------------------------------- +Fri Apr 26 12:12:26 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: sja1105: Fix parameters order in + sja1110_pcs_mdio_write_c45() (git-fixes). +- commit 9f9ee96 + +------------------------------------------------------------------- +Fri Apr 26 11:56:35 CEST 2024 - denis.kirjanov@suse.com + +- net: ravb: Always update error counters (git-fixes). +- commit 5d5deb7 + +------------------------------------------------------------------- +Fri Apr 26 11:55:09 CEST 2024 - denis.kirjanov@suse.com + +- net: ravb: Always process TX descriptor ring (git-fixes). +- commit 99798f7 + +------------------------------------------------------------------- +Fri Apr 26 11:53:42 CEST 2024 - denis.kirjanov@suse.com + +- net: stmmac: fix rx queue priority assignment (git-fixes). +- commit 3506dda + +------------------------------------------------------------------- +Fri Apr 26 11:52:14 CEST 2024 - denis.kirjanov@suse.com + +- net: fec: Set mac_managed_pm during probe (git-fixes). +- commit c315308 + +------------------------------------------------------------------- +Fri Apr 26 11:50:45 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Add array index check (git-fixes). +- commit 446ffd7 + +------------------------------------------------------------------- +Fri Apr 26 11:49:05 CEST 2024 - denis.kirjanov@suse.com + +- i40e: Fix VF MAC filter removal (git-fixes). +- commit fbb3a5f + +------------------------------------------------------------------- +Fri Apr 26 11:47:23 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: check negative error code in otx2_open() + (git-fixes). +- commit a7c7e4f + +------------------------------------------------------------------- +Fri Apr 26 11:45:50 CEST 2024 - denis.kirjanov@suse.com + +- i40e: fix vf may be used uninitialized in this function warning + (git-fixes). +- commit 80b3415 + +------------------------------------------------------------------- +Fri Apr 26 11:43:49 CEST 2024 - denis.kirjanov@suse.com + +- i40e: fix i40e_count_filters() to count only active/new filters + (git-fixes). +- commit 1870048 + +------------------------------------------------------------------- +Fri Apr 26 11:42:04 CEST 2024 - denis.kirjanov@suse.com + +- i40e: Enforce software interrupt during busy-poll exit + (git-fixes). +- commit 2c9264a + +------------------------------------------------------------------- +Fri Apr 26 10:59:56 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix unaligned le16 access (git-fixes). +- wifi: mac80211: remove link before AP (git-fixes). +- wifi: mac80211_hwsim: init peer measurement result (git-fixes). +- wifi: nl80211: don't free NULL coalescing rule (git-fixes). +- wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd + (git-fixes). +- wifi: iwlwifi: mvm: remove old PASN station when adding a new + one (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev suspend + (git-fixes). +- Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE + (git-fixes). +- Bluetooth: btusb: Fix triggering coredump implementation for + QCA (git-fixes). +- net: usb: ax88179_178a: stop lying about skb->truesize + (git-fixes). +- ax25: Fix netdev refcount issue (git-fixes). +- NFC: trf7970a: disable all regulators on removal (git-fixes). +- HID: logitech-dj: allow mice to use all types of reports + (git-fixes). +- HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized + dev->devc (git-fixes). +- HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent + lock-up (git-fixes). +- commit 416e04c + +------------------------------------------------------------------- +Fri Apr 26 10:58:26 CEST 2024 - tiwai@suse.de + +- Move the upstreamed BT patch into sorted section +- commit aaffc85 + +------------------------------------------------------------------- +Fri Apr 26 10:51:33 CEST 2024 - tiwai@suse.de + +- Move the upstreamed BT fix patch to sorted section +- commit ab94ffe + +------------------------------------------------------------------- +Fri Apr 26 10:07:57 CEST 2024 - tiwai@suse.de + +- Update kabi files: updated for post-PublicRC +- commit f978f5f + +------------------------------------------------------------------- +Thu Apr 25 19:11:05 CEST 2024 - tiwai@suse.de + +- Update patch reference for PM devfreq fix (CVE-2023-52635 bsc#1222294) +- commit f099bed + +------------------------------------------------------------------- +Thu Apr 25 18:48:16 CEST 2024 - tiwai@suse.de + +- Update kabi files: fix for arm64/64kb flavor, too (bsc#1223357) +- commit 8ef0762 + +------------------------------------------------------------------- +Thu Apr 25 17:30:42 CEST 2024 - mkoutny@suse.com + +- Update + patches.suse/Bluetooth-btrtl-fix-out-of-bounds-memory-access.patch + (git-fixes CVE-2024-26890 bsc#1223192). +- Update + patches.suse/RDMA-mlx5-Fix-fortify-source-warning-while-accessing.patch + (jsc#PED-3311 CVE-2024-26907 bsc#1223203). +- Update + patches.suse/Revert-drm-amd-flush-any-delayed-gfxoff-on-suspend-e.patch + (git-fixes CVE-2024-26916 bsc#1223137). +- Update + patches.suse/crypto-xilinx-call-finalize-with-bh-disabled.patch + (git-fixes CVE-2024-26877 bsc#1223140). +- Update + patches.suse/dm-call-the-resume-method-on-internal-suspend-65e8.patch + (git-fixes CVE-2024-26880 bsc#1223188). +- Update + patches.suse/drm-amd-display-Fix-dcn35-8k30-Underflow-Corruption-.patch + (git-fixes CVE-2024-26913 bsc#1223204). +- Update + patches.suse/drm-amd-display-fix-incorrect-mpc_combine-array-size.patch + (git-fixes CVE-2024-26914 bsc#1223205). +- Update patches.suse/drm-amdgpu-Reset-IH-OVERFLOW_CLEAR-bit.patch + (git-fixes CVE-2024-26915 bsc#1223207). +- Update + patches.suse/firmware-arm_scmi-Fix-double-free-in-SMC-transport-c.patch + (git-fixes CVE-2024-26893 bsc#1223196). +- Update + patches.suse/net-tls-fix-use-after-free-with-partial-reads-and-as.patch + (bsc#1221858 CVE-2024-26582 bsc#1220214). +- Update + patches.suse/wifi-ath9k-delay-all-of-ath9k_wmi_event_tasklet-unti.patch + (git-fixes CVE-2024-26897 bsc#1223323). +- Update + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch + (git-fixes CVE-2024-26892 bsc#1223195). +- Update + patches.suse/wifi-wilc1000-prevent-use-after-free-on-vif-when-cle.patch + (git-fixes CVE-2024-26895 bsc#1223197). +- commit d9b565f + +------------------------------------------------------------------- +Thu Apr 25 15:58:14 CEST 2024 - tiwai@suse.de + +- Fix missing CONFIG_SUSE_SUPPORTED for arm64/64kb flavor (bsc#1223357) +- commit 1c0959e + +------------------------------------------------------------------- +Thu Apr 25 15:30:10 CEST 2024 - denis.kirjanov@suse.com + +- mlxbf_gige: stop interface during shutdown (git-fixes). +- commit f770ea3 + +------------------------------------------------------------------- +Thu Apr 25 15:28:33 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Fix issue with loading coalesced KPU profiles + (git-fixes). +- commit 65682db + +------------------------------------------------------------------- +Thu Apr 25 15:26:44 CEST 2024 - denis.kirjanov@suse.com + +- e1000e: move force SMBUS from enable ulp function to avoid + PHY loss issue (git-fixes). +- commit af85d1c + +------------------------------------------------------------------- +Thu Apr 25 15:25:13 CEST 2024 - denis.kirjanov@suse.com + +- e1000e: Workaround for sporadic MDI error on Meteor Lake systems + (git-fixes). +- commit 8830724 + +------------------------------------------------------------------- +Thu Apr 25 15:23:43 CEST 2024 - denis.kirjanov@suse.com + +- Octeontx2-af: fix pause frame configuration in GMP mode + (git-fixes). +- commit 43722bd + +------------------------------------------------------------------- +Thu Apr 25 13:13:39 CEST 2024 - tiwai@suse.de + +- bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). +- commit e671e96 + +------------------------------------------------------------------- +Thu Apr 25 13:12:36 CEST 2024 - tiwai@suse.de + +- arm64: hibernate: Fix level3 translation fault in swsusp_save() + (git-fixes). +- bootconfig: use memblock_free_late to free xbc memory to buddy + (git-fixes). +- init/main.c: Fix potential static_command_line memory overflow + (git-fixes). +- gpiolib: swnode: Remove wrong header inclusion (git-fixes). +- ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). +- ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). +- i2c: pxa: hide unused icr_bits[] variable (git-fixes). +- driver core: Introduce device_link_wait_removal() + (stable-fixes). +- ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). +- init: open /initrd.image with O_LARGEFILE (stable-fixes). +- Fix build errors due to new UIO_MEM_DMA_COHERENT mess + (git-fixes). +- ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). +- ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE + (git-fixes). +- kexec: do syscore_shutdown() in kernel_kexec (git-fixes). +- PM / devfreq: Synchronize devfreq_monitor_[start/stop] + (stable-fixes). +- ida: make 'ida_dump' static (git-fixes). +- asm-generic: make sparse happy with odd-sized put_unaligned_*() + (stable-fixes). +- ARM: imx: Check return value of devm_kasprintf in + imx_mmdc_perf_init (git-fixes). +- bootmem: use kmemleak_free_part_phys in put_page_bootmem + (git-fixes). +- commit b6327c9 + +------------------------------------------------------------------- +Thu Apr 25 12:02:42 CEST 2024 - jlee@suse.com + +- Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing + Adv Monitor (bsc#1219216). +- commit 81c5485 + +------------------------------------------------------------------- +Thu Apr 25 11:44:57 CEST 2024 - tiwai@suse.de + +- crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). +- crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). +- commit 9af2745 + +------------------------------------------------------------------- +Thu Apr 25 11:34:09 CEST 2024 - tiwai@suse.de + +- lsm: fix the logic in security_inode_getsecctx() (git-fixes). +- commit 9f85f33 + +------------------------------------------------------------------- +Thu Apr 25 09:38:22 CEST 2024 - msuchanek@suse.de + +- PCI: rpaphp: Error out on busy status from get-sensor-state + (bsc#1223369 ltc#205888). +- commit 03aecd7 + +------------------------------------------------------------------- +Wed Apr 24 08:16:47 CEST 2024 - tiwai@suse.de + +- Update ath11k suspend patches from the latest subsystem tree (bsc#1207948). +- commit caea96a + +------------------------------------------------------------------- +Wed Apr 24 05:52:04 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1223035 + CVE-2024-26883). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1223189 + CVE-2024-26884). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1223190 CVE-2024-26885). +- commit 98fad20 + +------------------------------------------------------------------- +Wed Apr 24 05:28:02 CEST 2024 - shung-hsi.yu@suse.com + +- kABI: bpf: struct xsk_buff_pool kABI workaround (bsc#1221303 + CVE-2024-26611). +- commit 764f7c3 + +------------------------------------------------------------------- +Tue Apr 23 17:29:15 CEST 2024 - lduncan@suse.com + +- Update + patches.suse/scsi-target-pscsi-Fix-bio_put-for-error-case.patch + (bsc#1222596 cve-2024-26760), fixng CVE number. +- commit 10886ae + +------------------------------------------------------------------- +Tue Apr 23 08:51:08 CEST 2024 - msuchanek@suse.de + +- powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt + (bsc#1221645 ltc#205739 bsc#1223191). +- commit da2d8d3 + +------------------------------------------------------------------- +Mon Apr 22 18:17:45 CEST 2024 - tiwai@suse.de + +- Move out-of-tree powerpc patch to the right section +- commit ff83284 + +------------------------------------------------------------------- +Mon Apr 22 15:14:07 CEST 2024 - denis.kirjanov@suse.com + +- ice: use relative VSI index for VFs instead of PF VSI number + (git-fixes). +- commit 271fd81 + +------------------------------------------------------------------- +Mon Apr 22 15:12:05 CEST 2024 - denis.kirjanov@suse.com + +- e1000e: Minor flow correction in e1000_shutdown function + (git-fixes). +- commit cc5b32c + +------------------------------------------------------------------- +Mon Apr 22 15:10:13 CEST 2024 - denis.kirjanov@suse.com + +- net: pcs: xpcs: Return EINVAL in the internal methods + (git-fixes). +- commit 9b19312 + +------------------------------------------------------------------- +Mon Apr 22 15:07:47 CEST 2024 - denis.kirjanov@suse.com + +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (git-fixes CVE-2024-26882 bsc#1223034). +- commit c42f011 + +------------------------------------------------------------------- +Mon Apr 22 15:06:54 CEST 2024 - denis.kirjanov@suse.com + +- ionic: set adminq irq affinity (git-fixes). +- commit 7862c8a + +------------------------------------------------------------------- +Mon Apr 22 15:04:55 CEST 2024 - denis.kirjanov@suse.com + +- net: add netdev_lockdep_set_classes() to virtual drivers + (git-fixes). +- commit a8ebc57 + +------------------------------------------------------------------- +Mon Apr 22 15:03:00 CEST 2024 - denis.kirjanov@suse.com + +- net: ravb: Let IP-specific receive function to interrogate + descriptors (git-fixes). +- commit d6b522e + +------------------------------------------------------------------- +Mon Apr 22 13:55:02 CEST 2024 - nik.borisov@suse.com + +- x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ (git-fixes). +- commit a29a0e4 + +------------------------------------------------------------------- +Mon Apr 22 13:54:41 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix BHI retpoline check (git-fixes). +- commit 00081b1 + +------------------------------------------------------------------- +Mon Apr 22 13:53:35 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Blacklist spurious patch +- commit 14b3e73 + +------------------------------------------------------------------- +Mon Apr 22 08:45:08 CEST 2024 - msuchanek@suse.de + +- selftests/powerpc/papr-vpd: Fix missing variable initialization + (jsc#PED-4486 git-fixes). +- commit 8847657 + +------------------------------------------------------------------- +Mon Apr 22 08:40:46 CEST 2024 - msuchanek@suse.de + +- Rename patches.suse/Workaround-broken-chacha-crypto-fallback.patch to + patches.suse/powerpc-crypto-chacha-p10-Fix-failure-on-non-Power10.patch. +- commit de47fb9 + +------------------------------------------------------------------- +Mon Apr 22 07:20:24 CEST 2024 - tiwai@suse.de + +- peci: linux/peci.h: fix Excess kernel-doc description warning + (git-fixes). +- comedi: vmk80xx: fix incomplete endpoint checking (git-fixes). +- mei: me: disable RPL-S on SPS and IGN firmwares (git-fixes). +- speakup: Avoid crash on very long word (git-fixes). +- serial: stm32: Reset .throttled state in .startup() (git-fixes). +- serial/pmac_zilog: Remove flawed mitigation for rx irq flood + (git-fixes). +- serial: mxs-auart: add spinlock around changing cts state + (git-fixes). +- serial: 8250_dw: Revert: Do not reclock if already at correct + rate (git-fixes). +- Revert "usb: cdc-wdm: close race between read and workqueue" + (git-fixes). +- thunderbolt: Do not create DisplayPort tunnels on adapters of + the same router (git-fixes). +- usb: dwc2: host: Fix dereference issue in DDMA completion flow + (git-fixes). +- usb: typec: tcpm: Correct the PDO counting in pd_set + (git-fixes). +- usb: typec: ucsi: Fix connector check on init (git-fixes). +- usb: xhci: correct return value in case of STS_HCE (git-fixes). +- commit 1d56577 + +------------------------------------------------------------------- +Sun Apr 21 08:37:04 CEST 2024 - tiwai@suse.de + +- clk: mediatek: Do a runtime PM get on controllers during probe + (git-fixes). +- clk: Remove prepare_lock hold assertion in __clk_release() + (git-fixes). +- commit 78e7847 + +------------------------------------------------------------------- +Sun Apr 21 00:31:42 CEST 2024 - lduncan@suse.com + +- scsi: sg: Avoid race in error handling & drop bogus warn + (git-fixes). +- commit 855ebc6 + +------------------------------------------------------------------- +Sat Apr 20 18:13:16 CEST 2024 - tiwai@suse.de + +- Bluetooth: MGMT: Fix failing to + MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (bsc#1221504). +- commit 8ea8f78 + +------------------------------------------------------------------- +Sat Apr 20 08:42:14 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with + ALC269VC (stable-fixes). +- ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N + (stable-fixes). +- ALSA: hda/realtek: Fixes for Asus GU605M and GA403U sound + (stable-fixes). +- ALSA: hda/tas2781: Add new vendor_id and subsystem_id to + support ThinkPad ICE-1 (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP SnowWhite laptops + (stable-fixes). +- commit 2244c24 + +------------------------------------------------------------------- +Sat Apr 20 08:38:21 CEST 2024 - tiwai@suse.de + +- ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages + (git-fixes). +- ALSA: hda/realtek: Fix volumn control of ThinkBook 16P Gen4 + (git-fixes). +- ALSA: hda/tas2781: correct the register for pow calibrated data + (git-fixes). +- drm/panel: visionox-rm69299: don't unregister DSI device + (git-fixes). +- drm/vmwgfx: Sort primary plane formats by order of preference + (git-fixes). +- drm/vmwgfx: Fix crtc's atomic check conditional (git-fixes). +- drm/vmwgfx: Fix prime import/export (git-fixes). +- drm/ttm: stop pooling cached NUMA pages v2 (git-fixes). +- drm: nv04: Fix out of bounds access (git-fixes). +- nouveau: fix instmem race condition around ptr stores + (git-fixes). +- drm/amdgpu: fix visible VRAM handling during faults (git-fixes). +- drm/amdgpu: validate the parameters of bo mapping operations + more clearly (git-fixes). +- Revert "drm/amd/display: fix USB-C flag update after enc10 + feature init" (stable-fixes). +- drm/amdkfd: Fix memory leak in create_process failure + (git-fixes). +- drm/amdgpu: remove invalid resource->start check v2 (git-fixes). +- nilfs2: fix OOB in nilfs_set_de_type (git-fixes). +- commit de35710 + +------------------------------------------------------------------- +Fri Apr 19 21:07:04 CEST 2024 - tonyj@suse.de + +- blacklist.conf: kill erroneous blank line added by 58324b9ff787 +- commit abcb85f + +------------------------------------------------------------------- +Fri Apr 19 19:47:40 CEST 2024 - lduncan@suse.com + +- blacklist.conf: add 3 commits to be skipped + One is a configuration change for an unused options, and + two are for SCSI structure changes that breaks kabi. +- commit c143746 + +------------------------------------------------------------------- +Fri Apr 19 18:37:34 CEST 2024 - lduncan@suse.com + +- scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() + (git-fixes). +- scsi: hisi_sas: Modify the deadline for ata_wait_after_reset() + (git-fixes). +- scsi: sd: Unregister device if device_add_disk() failed in + sd_probe() (git-fixes). +- scsi: mylex: Fix sysfs buffer lengths (git-fixes). +- scsi: core: Fix unremoved procfs host directory regression + (git-fixes). +- scsi: sg: Avoid sg device teardown race (git-fixes). +- scsi: libsas: Fix disk not being scanned in after being removed + (git-fixes). +- scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type() + (git-fixes). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (git-fixes). +- scsi: csiostor: Avoid function pointer casts (git-fixes). +- scsi: mpt3sas: Prevent sending diag_reset when the controller + is ready (git-fixes). +- scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports() + (git-fixes). +- scsi: smartpqi: Fix disable_managed_interrupts (git-fixes). +- scsi: core: Consult supported VPD page list prior to fetching + page (git-fixes). +- commit 8d33038 + +------------------------------------------------------------------- +Fri Apr 19 17:37:43 CEST 2024 - tiwai@suse.de + +- pmdomain: mediatek: fix race conditions with genpd + (CVE-2023-52645 bsc#1223033). +- commit c2656fd + +------------------------------------------------------------------- +Fri Apr 19 17:36:44 CEST 2024 - tiwai@suse.de + +- Delete patches.suse/modpost-Add-.ltext-and-.ltext.-to-TEXT_SECTIONS.patch + This caused an overflow of the table as we haven't taken other earlier + changes. Drop it for now. +- commit bc7d928 + +------------------------------------------------------------------- +Fri Apr 19 16:44:36 CEST 2024 - colyli@suse.de + +- block: Fix WARNING in _copy_from_iter (bsc#1223015, + CVE-2024-26844). +- commit a5a381a + +------------------------------------------------------------------- +Fri Apr 19 15:44:52 CEST 2024 - tiwai@suse.de + +- platform/x86: think-lmi: Fix password opcode ordering for + workstations (CVE-2024-26836 bsc#1222968). +- platform/x86: think-lmi: Enable opcode support on BIOS settings + (CVE-2024-26836 bsc#1222968). +- commit a97b715 + +------------------------------------------------------------------- +Fri Apr 19 14:38:06 CEST 2024 - denis.kirjanov@suse.com + +- net: tcp: fix unexcepted socket die when snd_wnd is 0 + (git-fixes). +- commit e8c290a + +------------------------------------------------------------------- +Fri Apr 19 14:35:34 CEST 2024 - denis.kirjanov@suse.com + +- net: Use sockaddr_storage for getsockopt(SO_PEERNAME) + (git-fixes). +- commit 0bf4249 + +------------------------------------------------------------------- +Fri Apr 19 14:33:22 CEST 2024 - denis.kirjanov@suse.com + +- nf_conntrack: fix -Wunused-const-variable= (git-fixes). +- commit 771e185 + +------------------------------------------------------------------- +Fri Apr 19 14:31:05 CEST 2024 - denis.kirjanov@suse.com + +- net: NSH: fix kernel-doc notation warning (git-fixes). +- commit ab89a9e + +------------------------------------------------------------------- +Fri Apr 19 14:28:13 CEST 2024 - denis.kirjanov@suse.com + +- net: llc: fix kernel-doc notation warnings (git-fixes). +- commit a9e21ce + +------------------------------------------------------------------- +Fri Apr 19 14:25:10 CEST 2024 - denis.kirjanov@suse.com + +- inet: frags: eliminate kernel-doc warning (git-fixes). +- commit 3d5b832 + +------------------------------------------------------------------- +Fri Apr 19 14:03:12 CEST 2024 - denis.kirjanov@suse.com + +- net: cfg802154: fix kernel-doc notation warnings (git-fixes). +- commit f9d49a1 + +------------------------------------------------------------------- +Fri Apr 19 13:59:44 CEST 2024 - denis.kirjanov@suse.com + +- net: bonding: remove kernel-doc comment marker (git-fixes). +- commit b25069a + +------------------------------------------------------------------- +Fri Apr 19 13:57:45 CEST 2024 - denis.kirjanov@suse.com + +- net: phy: phy_device: Prevent nullptr exceptions on ISR + (git-fixes). +- commit da73105 + +------------------------------------------------------------------- +Fri Apr 19 13:55:44 CEST 2024 - denis.kirjanov@suse.com + +- net: stmmac: dwmac-starfive: Add support for JH7100 SoC + (git-fixes). +- commit 644ea8f + +------------------------------------------------------------------- +Fri Apr 19 13:53:29 CEST 2024 - denis.kirjanov@suse.com + +- bnx2x: Fix firmware version string character counts (git-fixes). +- commit b005933 + +------------------------------------------------------------------- +Fri Apr 19 13:51:38 CEST 2024 - denis.kirjanov@suse.com + +- net: sparx5: Fix use after free inside sparx5_del_mact_entry + (git-fixes). +- commit 3b59a03 + +------------------------------------------------------------------- +Fri Apr 19 13:32:18 CEST 2024 - tiwai@suse.de + +- Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks + in amdgpu_device_init()" (stable-fixes). +- commit f7f3760 + +------------------------------------------------------------------- +Fri Apr 19 13:30:16 CEST 2024 - tiwai@suse.de + +- usb: typec: ucsi: Limit read size on v1.2 (stable-fixes). +- Refresh + patches.suse/usb-typec-ucsi-Update-connector-cap-and-status.patch. +- commit e357444 + +------------------------------------------------------------------- +Fri Apr 19 13:28:57 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: add locking for accessing mapped registers + (stable-fixes). +- commit ac66d90 + +------------------------------------------------------------------- +Fri Apr 19 13:27:03 CEST 2024 - tiwai@suse.de + +- net: usb: ax88179_178a: avoid writing the mac address before + first reading (git-fixes). +- random: handle creditable entropy from atomic process context + (git-fixes). +- firmware: arm_scmi: Make raw debugfs entries non-seekable + (git-fixes). +- mmc: omap: restore original power up/down steps (git-fixes). +- mmc: omap: fix deferred probe (git-fixes). +- mmc: omap: fix broken slot switch lookup (git-fixes). +- nouveau: fix function cast warning (git-fixes). +- PM: s2idle: Make sure CPUs will wakeup directly on resume + (git-fixes). +- platform/chrome: cros_ec_uart: properly fix race condition + (git-fixes). +- platform/x86: intel-vbtn: Update tablet mode switch at end of + probe (git-fixes). +- nouveau: fix devinit paths to only handle display on GSP + (git-fixes). +- gpio: cdev: fix missed label sanitizing in debounce_setup() + (git-fixes). +- gpio: cdev: check for NULL labels when sanitizing them for irqs + (git-fixes). +- gpio: cdev: sanitize the label before requesting the interrupt + (stable-fixes). +- usb: sl811-hcd: only defined function checkdone if QUIRK2 is + defined (stable-fixes). +- usb: typec: tcpci: add generic tcpci fallback compatible + (stable-fixes). +- usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR + (stable-fixes). +- thermal/of: Assume polling-delay(-passive) 0 when absent + (stable-fixes). +- Input: xpad - add support for Snakebyte GAMEPADs (stable-fixes). +- Input: imagis - use FIELD_GET where applicable (stable-fixes). +- input/touchscreen: imagis: Correct the maximum touch area value + (stable-fixes). +- Input: synaptics-rmi4 - fail probing if memory allocation for + "phys" fails (stable-fixes). +- media: sta2x11: fix irq handler cast (stable-fixes). +- media: cec: core: remove length check of Timer Status + (stable-fixes). +- PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge + (stable-fixes). +- platform/x86: touchscreen_dmi: Add an extra entry for a variant + of the Chuwi Vi8 tablet (stable-fixes). +- Input: allocate keycode for Display refresh rate toggle + (stable-fixes). +- pinctrl: renesas: checker: Limit cfg reg enum checks to provided + IDs (stable-fixes). +- HID: input: avoid polling stylus battery on Chromebook Pompom + (stable-fixes). +- wifi: cfg80211: check A-MSDU format more carefully + (stable-fixes). +- wifi: mt76: mt7996: disable AMSDU for non-data frames + (stable-fixes). +- wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro + (stable-fixes). +- wifi: iwlwifi: pcie: Add the PCI device id for new hardware + (stable-fixes). +- wifi: rtw89: pci: enlarge RX DMA buffer to consider size of + RX descriptor (stable-fixes). +- wifi: ath9k: fix LNA selection in ath_ant_try_scan() + (stable-fixes). +- net: phy: phy_device: Prevent nullptr exceptions on ISR + (stable-fixes). +- wifi: rtw89: fix null pointer access when abort scan + (stable-fixes). +- overflow: Allow non-type arg to type_max() and type_min() + (stable-fixes). +- pstore/zone: Add a null pointer check to the psz_kmsg_read + (stable-fixes). +- modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS + (stable-fixes). +- commit 7321185 + +------------------------------------------------------------------- +Fri Apr 19 13:20:06 CEST 2024 - tiwai@suse.de + +- drm/msm/dp: fix typo in dp_display_handle_port_status_changed() + (git-fixes). +- drm/msm/dpu: make error messages at + dpu_core_irq_register_callback() more sensible (git-fixes). +- drm/msm/dpu: don't allow overriding data from catalog + (git-fixes). +- drm/msm: Add newlines to some debug prints (git-fixes). +- drm/vmwgfx: Enable DMA mappings with SEV (git-fixes). +- drm/client: Fully protect modes[] with dev->mode_config.mutex + (stable-fixes). +- Revert "drm/qxl: simplify qxl_fence_wait" (git-fixes). +- drm/ast: Fix soft lockup (git-fixes). +- drm/panfrost: Fix the error path in + panfrost_mmu_map_fault_addr() (git-fixes). +- drm/amd/display: Set VSC SDP Colorimetry same way for MST and + SST (stable-fixes). +- drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= + 1.4 (stable-fixes). +- drm/amd/display: fix disable otg wa logic in DCN316 + (stable-fixes). +- drm/amdgpu: fix incorrect number of active RBs for gfx11 + (stable-fixes). +- drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 + (stable-fixes). +- drm/amdgpu: Reset dGPU if suspend got aborted (stable-fixes). +- drm/amdgpu: always force full reset for SOC21 (stable-fixes). +- drm/amdkfd: Reset GPU on queue preemption failure + (stable-fixes). +- drm/i915/vrr: Disable VRR when using bigjoiner (stable-fixes). +- drm/i915: Disable port sync when bigjoiner is used + (stable-fixes). +- drm/i915/cdclk: Fix CDCLK programming order when pipes are + active (git-fixes). +- drm/i915: Pre-populate the cursor physical dma address + (git-fixes). +- fbmon: prevent division by zero in fb_videomode_from_videomode() + (stable-fixes). +- fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 + (stable-fixes). +- drm/amd/amdgpu: Fix potential ioremap() memory leaks in + amdgpu_device_init() (stable-fixes). +- drm/amd/display: Fix nanosec stat overflow (stable-fixes). +- drm: Check polling initialized before enabling in + drm_helper_probe_single_connector_modes (stable-fixes). +- drm: Check output polling initialized before disabling + (stable-fixes). +- drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for GPD Win Mini + (stable-fixes). +- firmware: tegra: bpmp: Return directly after a failed kzalloc() + in get_filename() (stable-fixes). +- commit 2efe82e + +------------------------------------------------------------------- +Fri Apr 19 13:12:20 CEST 2024 - tiwai@suse.de + +- ata: libata-core: Allow command duration limits detection for + ACS-4 drives (git-fixes). +- amdkfd: use calloc instead of kzalloc to avoid integer overflow + (stable-fixes). +- accel/ivpu: Fix deadlock in context_xa (git-fixes). +- ACPI: scan: Do not increase dep_unmet for already met + dependencies (git-fixes). +- Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED + bit (git-fixes). +- Bluetooth: hci_sock: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: L2CAP: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: RFCOMM: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: SCO: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: Fix memory leak in hci_req_sync_complete() + (git-fixes). +- Bluetooth: hci_sync: Fix using the same interval and window + for Coded PHY (git-fixes). +- Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset + (git-fixes). +- batman-adv: Avoid infinite loop trying to resize local TT + (git-fixes). +- Bluetooth: hci_event: set the conn encrypted before conn + establishes (stable-fixes). +- ASoC: soc-core.c: Skip dummy codec when adding platforms + (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE + (stable-fixes). +- ASoC: Intel: avs: Populate board selection with new I2S entries + (stable-fixes). +- ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 + (LAPRC710) laptops (stable-fixes). +- ASoC: SOF: amd: Optimize quirk for Valve Galileo (stable-fixes). +- ALSA: firewire-lib: handle quirk to calculate payload quadlets + as data block counter (stable-fixes). +- Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle + by default" (stable-fixes). +- drm/vc4: don't check if plane->state->fb == state->fb + (stable-fixes). +- ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of + CONFIG_X86_ANDROID_TABLETS (stable-fixes). +- Bluetooth: ISO: Align broadcast sync_timeout with connection + timeout (stable-fixes). +- Bluetooth: Add new quirk for broken read key length on ATS2851 + (stable-fixes). +- Bluetooth: hci_sync: Use QoS to determine which PHY to scan + (stable-fixes). +- Bluetooth: btintel: Fixe build regression (git-fixes). +- Bluetooth: btintel: Fix null ptr deref in btintel_read_version + (stable-fixes). +- drm/i915/display: Use i915_gem_object_get_dma_address to get + dma address (stable-fixes). +- commit 79cdb13 + +------------------------------------------------------------------- +Fri Apr 19 12:55:05 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/stmmac-Clear-variable-when-destroying-workqueue.patch + (git-fixes CVE-2024-26802 bsc#1222799). +- commit a49cc37 + +------------------------------------------------------------------- +Fri Apr 19 12:24:47 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/0001-fs-hugetlb-fix-NULL-pointer-dereference-in-hugetlbs_.patch + (bsc#1219264 CVE-2024-0841 CVE-2024-26688 bsc#1222482). +- Update + patches.suse/0002-iommu-vt-d-Don-t-issue-ATS-Invalidation-request-when.patch + (git-fixes CVE-2024-26891 bsc#1223037). +- Update + patches.suse/ACPI-processor_idle-Fix-memory-leak-in-acpi_processo.patch + (git-fixes CVE-2024-26894 bsc#1223043). +- Update + patches.suse/ASoC-qcom-Fix-uninitialized-pointer-dmactl.patch + (git-fixes CVE-2024-26799 bsc#1222415). +- Update + patches.suse/Bluetooth-Avoid-potential-use-after-free-in-hci_erro.patch + (git-fixes CVE-2024-26801 bsc#1222413). +- Update patches.suse/Bluetooth-af_bluetooth-Fix-deadlock.patch + (git-fixes CVE-2024-26886 bsc#1223044). +- Update + patches.suse/IB-hfi1-Fix-a-memleak-in-init_credit_return.patch + (git-fixes CVE-2024-26839 bsc#1222975). +- Update + patches.suse/RDMA-irdma-Fix-KASAN-issue-with-tasklet.patch + (git-fixes CVE-2024-26838 bsc#1222974). +- Update + patches.suse/RDMA-srpt-Do-not-register-event-handler-until-srpt-d.patch + (git-fixes CVE-2024-26872 bsc#1223115). +- Update + patches.suse/afs-Fix-endless-loop-in-directory-parsing.patch + (git-fixes CVE-2024-26848 bsc#1223030). +- Update + patches.suse/afs-Increase-buffer-size-in-afs_update_volume_status.patch + (git-fixes CVE-2024-26736 bsc#1222586). +- Update + patches.suse/btrfs-fix-double-free-of-anonymous-device-after-snap.patch + (bsc#1219126 CVE-2024-23850 CVE-2024-26792 bsc#1222430). +- Update + patches.suse/cachefiles-fix-memory-leak-in-cachefiles_add_cache.patch + (bsc#1220265 CVE-2024-26840 bsc#1222976). +- Update + patches.suse/ceph-prevent-use-after-free-in-encode_cap_msg.patch + (bsc#1221391 CVE-2024-26689 bsc#1222503). +- Update + patches.suse/clk-meson-Add-missing-clocks-to-axg_clk_regmaps.patch + (git-fixes CVE-2024-26879 bsc#1223066). +- Update + patches.suse/crypto-algif_hash-Remove-bogus-SGL-free-on-zero-leng.patch + (git-fixes CVE-2024-26824 bsc#1223081). +- Update + patches.suse/dmaengine-fsl-qdma-init-irq-after-reg-initialization.patch + (git-fixes CVE-2024-26788 bsc#1222783). +- Update + patches.suse/dmaengine-idxd-Ensure-safe-user-copy-of-completion-r.patch + (bsc#1221428 git-fixes CVE-2024-26746 bsc#1222444). +- Update + patches.suse/drm-amd-display-Fix-MST-Null-Ptr-for-RV.patch + (git-fixes CVE-2024-26700 bsc#1222870). +- Update + patches.suse/drm-amd-display-Fix-memory-leak-in-dm_sw_fini.patch + (git-fixes CVE-2024-26833 bsc#1223036). +- Update + patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch + (git-fixes CVE-2024-26729 bsc#1222552). +- Update + patches.suse/drm-amd-display-Prevent-potential-buffer-overflow-in.patch + (git-fixes CVE-2024-26797 bsc#1222425). +- Update + patches.suse/drm-bridge-adv7511-fix-crash-on-irq-during-probe.patch + (git-fixes CVE-2024-26876 bsc#1223119). +- Update + patches.suse/drm-buddy-Fix-alloc_range-error-handling-code.patch + (git-fixes CVE-2024-26911 bsc#1223055). +- Update + patches.suse/drm-mediatek-Fix-a-null-pointer-crash-in-mtk_drm_crt.patch + (git-fixes CVE-2024-26874 bsc#1223048). +- Update + patches.suse/drm-nouveau-fix-several-DMA-buffer-leaks.patch + (git-fixes CVE-2024-26912 bsc#1223064). +- Update + patches.suse/efi-runtime-Fix-potential-overflow-of-soft-reserved-.patch + (git-fixes CVE-2024-26843 bsc#1223014). +- Update + patches.suse/fbcon-always-restore-the-old-font-data-in-fbcon_do_s.patch + (git-fixes CVE-2024-26798 bsc#1222798). +- Update + patches.suse/i40e-Do-not-allow-untrusted-VF-to-remove-administrat.patch + (git-fixes CVE-2024-26830 bsc#1223012). +- Update + patches.suse/iio-adc-ad4130-zero-initialize-clock-init-data.patch + (git-fixes CVE-2024-26711 bsc#1222420). +- Update + patches.suse/md-Don-t-suspend-the-array-for-interrupted-reshape-9e46.patch + (git-fixes CVE-2024-26755 bsc#1222529). +- Update patches.suse/media-ir_toy-fix-a-memleak-in-irtoy_tx.patch + (git-fixes CVE-2024-26829 bsc#1223027). +- Update + patches.suse/media-pvrusb2-fix-uaf-in-pvr2_context_set_notify.patch + (git-fixes CVE-2024-26875 bsc#1223118). +- Update + patches.suse/msft-hv-2942-hv_netvsc-Register-VF-in-netvsc_probe-if-NET_DEVICE_.patch + (git-fixes CVE-2024-26820 bsc#1223078). +- Update + patches.suse/net-bnx2x-Prevent-access-to-a-freed-page-in-page_poo.patch + (bsc#1215322 CVE-2024-26859 bsc#1223049). +- Update + patches.suse/net-veth-clear-GRO-when-clearing-XDP-even-when-down.patch + (git-fixes CVE-2024-26803 bsc#1222788). +- Update + patches.suse/nfc-nci-free-rx_data_reassembly-skb-on-NCI-device-cl.patch + (git-fixes CVE-2024-26825 bsc#1223065). +- Update + patches.suse/nilfs2-fix-data-corruption-in-dsync-block-recovery-f.patch + (git-fixes CVE-2024-26697 bsc#1222550). +- Update + patches.suse/nilfs2-fix-hang-in-nilfs_lookup_dirty_data_buffers.patch + (git-fixes CVE-2024-26696 bsc#1222549). +- Update + patches.suse/powerpc-iommu-Fix-the-missing-iommu_group_put-during.patch + (jsc#PED-7779 jsc#PED-7780 git-fixes CVE-2024-26709 + bsc#1222418). +- Update + patches.suse/powerpc-kasan-Limit-KASAN-thread-size-increase-to-32.patch + (bsc#1215199 CVE-2024-26710 bsc#1222419). +- Update + patches.suse/powerpc-pseries-iommu-DLPAR-add-doesn-t-completely-i.patch + (bsc#1215199 bsc#1219077 ltc#204477 CVE-2024-26738 bsc#1222607). +- Update + patches.suse/powerpc-rtas-use-correct-function-name-for-resetting.patch + (bsc#1215199 CVE-2024-26847 bsc#1223026). +- Update patches.suse/ppp_async-limit-MRU-to-64K.patch (git-fixes + CVE-2024-26675 bsc#1222379). +- Update + patches.suse/scsi-Revert-scsi-fcoe-Fix-potential-deadlock-on-fip-ctlr_lock.patch + (git-fixes bsc#1219141 CVE-2024-26917 bsc#1223056). +- Update + patches.suse/wifi-iwlwifi-mvm-fix-a-crash-when-we-run-out-of-stat.patch + (git-fixes CVE-2024-26693 bsc#1222451). +- Update + patches.suse/wifi-mac80211-fix-race-condition-on-enabling-fast-xm.patch + (git-fixes CVE-2024-26779 bsc#1222772). +- Update + patches.suse/wifi-wfx-fix-memory-leak-when-starting-AP.patch + (git-fixes CVE-2024-26896 bsc#1223042). +- Update + patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch + (git-fixes CVE-2024-26687 bsc#1222435). +- commit a69636a + +------------------------------------------------------------------- +Fri Apr 19 12:24:39 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/iio-core-fix-memleak-in-iio_device_register_sysfs.patch + (git-fixes CVE-2023-52643 bsc#1222960). +- Update + patches.suse/media-rc-bpf-attach-detach-requires-write-permission.patch + (git-fixes CVE-2023-52642 bsc#1223031). +- Update + patches.suse/wifi-b43-Stop-wake-correct-queue-in-DMA-Tx-path-when.patch + (git-fixes CVE-2023-52644 bsc#1222961). +- commit 2c2d37f + +------------------------------------------------------------------- +Fri Apr 19 11:19:08 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/wifi-mac80211-fix-race-condition-on-enabling-fast-xm.patch + (git-fixes CVE-2024-26779 bsc#1222772). +- commit 463d6dd + +------------------------------------------------------------------- +Fri Apr 19 10:26:17 CEST 2024 - tiwai@suse.de + +- Update patch reference of iio fix (CVE-2024-26702 bsc#1222424) +- commit 9436142 + +------------------------------------------------------------------- +Fri Apr 19 10:02:39 CEST 2024 - tiwai@suse.de + +- Update patch reference for interconnect patch (CVE-2024-26714 bsc#1222489) +- commit 773fbda + +------------------------------------------------------------------- +Thu Apr 18 18:09:21 CEST 2024 - jack@suse.cz + +- ext4: regenerate buddy after block freeing failed if under fc + replay (bsc#1220342 CVE-2024-26601). +- commit fec1ddc + +------------------------------------------------------------------- +Thu Apr 18 10:59:11 CEST 2024 - hare@suse.de + +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS + (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: don't skip over different type records from the rx_list + (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA + (bsc#1221858). +- tls: break out of main loop when PEEK gets a non-data record + (bsc#1221858). +- net: tls: fix returned read length with async decrypt + (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async + (bsc#1221858). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS + (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: don't skip over different type records from the rx_list + (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA + (bsc#1221858). +- tls: break out of main loop when PEEK gets a non-data record + (bsc#1221858). +- net: tls: fix returned read length with async decrypt + (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async + (bsc#1221858). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- commit 9d8d293 + +------------------------------------------------------------------- +Thu Apr 18 10:56:05 CEST 2024 - hare@suse.de + +- Refresh + patches.suse/nvme-keyring-restrict-match-length-for-version-1-ide.patch. +- commit da3d979 + +------------------------------------------------------------------- +Thu Apr 18 10:41:45 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/afs-Fix-endless-loop-in-directory-parsing.patch + (git-fixes bsc#1223030 CVE-2024-26848). +- commit 9f64be5 + +------------------------------------------------------------------- +Wed Apr 17 17:03:22 CEST 2024 - jack@suse.cz + +- fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion + (bsc#1222721 CVE-2024-26764). +- commit 72ff5e9 + +------------------------------------------------------------------- +Wed Apr 17 17:02:58 CEST 2024 - jack@suse.cz + +- fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via + libaio (bsc#1222721 CVE-2024-26764). +- commit 241f561 + +------------------------------------------------------------------- +Wed Apr 17 16:59:24 CEST 2024 - jack@suse.cz + +- ext4: avoid dividing by 0 in mb_update_avg_fragment_size() + when block bitmap corrupt (bsc#1222622 CVE-2024-26774). +- commit f7c2563 + +------------------------------------------------------------------- +Wed Apr 17 16:58:08 CEST 2024 - jack@suse.cz + +- ext4: avoid allocating blocks from corrupted group in + ext4_mb_try_best_found() (bsc#1222618 CVE-2024-26773). +- commit 920069c + +------------------------------------------------------------------- +Wed Apr 17 16:49:31 CEST 2024 - jbohac@suse.cz + +- Refresh + patches.suse/kdump-implement-reserve_crashkernel_cma.patch. + (don't print about zero-sized CMA reservation) +- commit 14e6598 + +------------------------------------------------------------------- +Wed Apr 17 10:59:40 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-roles-fix-NULL-pointer-issue-when-put-module-s-r.patch + (bsc#1222609 CVE-2024-26747). + Added CVE reference +- commit 5db3e1d + +------------------------------------------------------------------- +Wed Apr 17 10:26:28 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Fix wrong use of pasid config (git-fixes). +- commit 09ffca7 + +------------------------------------------------------------------- +Wed Apr 17 10:10:56 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Allocate local memory for page request queue + (git-fixes). +- commit 9b67401 + +------------------------------------------------------------------- +Wed Apr 17 10:02:03 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries/iommu: LPAR panics when rebooted with a frozen + PE (bsc#1222011 ltc#205900). +- commit a6aad75 + +------------------------------------------------------------------- +Wed Apr 17 09:11:51 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch + (bsc#1219485 bsc#1219451). +- Update patches.suse/0001-s390-qdio-handle-deferred-cc1.patch + (bsc#1219485 bsc#1219451). +- Update + patches.suse/s390-cio-fix-invalid-EBUSY-on-ccw_device_start.patch + (git-fixes bsc#1220360 bsc#1219485 bsc#1219451). +- Update patches.suse/s390-qeth-handle-deferred-cc1.patch + (bsc#1219485 git-fixes bsc#1219451). +- commit 097f888 + +------------------------------------------------------------------- +Wed Apr 17 05:58:35 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/fbdev-savage-Error-out-if-pixclock-equals-zero.patch + (git-fixes CVE-2024-26778 bsc#1222770). +- commit fbfa53e + +------------------------------------------------------------------- +Wed Apr 17 05:57:29 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/fbdev-sis-Error-out-if-pixclock-equals-zero.patch + (git-fixes CVE-2024-26777 bsc#1222765). +- commit 4648979 + +------------------------------------------------------------------- +Wed Apr 17 05:30:29 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/tls-fix-use-after-free-on-failed-backlog-decryption.patch + (CVE-2024-26584 bsc#1220186 CVE-2024-26800 bsc#1222728). +- commit 6cb76c6 + +------------------------------------------------------------------- +Tue Apr 16 18:23:07 CEST 2024 - jbohac@suse.cz + +- crash: use macro to add crashk_res into iomem early for specific + arch (jsc#PED-7249, bsc#1222742). + Refresh patches.suse/kdump-implement-reserve_crashkernel_cma.patch. +- commit b256f70 + +------------------------------------------------------------------- +Tue Apr 16 16:43:44 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Disable irrelevant patch + We don't have syscall hardening in our kernels. +- commit 36739c9 + +------------------------------------------------------------------- +Tue Apr 16 16:43:33 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix BHI documentation (git-fixes). +- commit b981493 + +------------------------------------------------------------------- +Tue Apr 16 16:20:48 CEST 2024 - denis.kirjanov@suse.com + +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1222635 CVE-2024-26815). +- commit 0dd110f + +------------------------------------------------------------------- +Tue Apr 16 14:49:22 CEST 2024 - iivanov@suse.de + +- spi: cadence-qspi: fix pointer reference in runtime PM hooks (CVE-2024-26807 bsc#1222801) +- commit 5687920 + +------------------------------------------------------------------- +Tue Apr 16 11:03:35 CEST 2024 - dwagner@suse.de + +- Update + patches.suse/nvmet-fc-avoid-deadlock-on-delete-association-path.patch + (git-fixes CVE-2024-26769 bsc#1222727). +- commit 2dfa751 + +------------------------------------------------------------------- +Tue Apr 16 09:40:11 CEST 2024 - petr.pavlu@suse.com + +- kprobes: Fix double free of kretprobe_holder (bsc#1220901). +- commit 6f75bb6 + +------------------------------------------------------------------- +Tue Apr 16 09:16:16 CEST 2024 - tzimmermann@suse.com + +- "nouveau: offload fence uevents work to workqueue" + Reference bug report and CVE number. +- commit 92c99bd + +------------------------------------------------------------------- +Tue Apr 16 08:13:20 CEST 2024 - jgross@suse.com + +- xen/events: fix error code in xen_bind_pirq_msi_to_irq() + (git-fixes). +- commit 05ac0c8 + +------------------------------------------------------------------- +Tue Apr 16 07:13:46 CEST 2024 - shung-hsi.yu@suse.com + +- xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL + (bsc#1221303 CVE-2024-26611). +- xsk: fix usage of multi-buffer BPF helpers for ZC XDP + (bsc#1221303 CVE-2024-26611). +- xsk: recycle buffer in case Rx queue was full (bsc#1221303 + CVE-2024-26611). +- commit c10f182 + +------------------------------------------------------------------- +Tue Apr 16 05:54:37 CEST 2024 - nmorey@suse.com + +- Update patches.suse/RDMA-srpt-Support-specifying-the-srpt_service_guid-p.patch + (git-fixes bsc#1222449 CVE-2024-26744) +- Update patches.suse/RDMA-qedr-Fix-qedr_create_user_qp-error-flow.patch + (git-fixes bsc#1222677 CVE-2024-26743) +- Update patches.suse/IB-hfi1-Fix-sdma.h-tx-num_descs-off-by-one-error.patch + (git-fixes bsc#1222726 CVE-2024-26766) +- commit 3b16fea + +------------------------------------------------------------------- +Tue Apr 16 05:50:53 CEST 2024 - nmorey@suse.com + +- RDMA/cm: add timeout to cm_destroy_id wait (git-fixes) +- commit e7fcab4 + +------------------------------------------------------------------- +Mon Apr 15 18:58:02 CEST 2024 - jwiesner@suse.de + +- Revert patches.suse/tcp-get-rid-of-sysctl_tcp_adv_win_scale.patch + (bsc#1220419 bsc#1222656). +- Revert patches.suse/mptcp-fix-rcv-buffer-auto-tuning.patch + (bsc#1220419 bsc#1222656). +- Refresh + patches.suse/tcp-reorganize-tcp_sock-fast-path-variables.patch. + Revert dfa2f0483360 ("tcp: get rid of sysctl_tcp_adv_win_scale") to + resolve a performance regression in HTML traffic. +- commit e2e7d0b + +------------------------------------------------------------------- +Mon Apr 15 18:49:18 CEST 2024 - krisman@suse.de + +- udp: Avoid call to compute_score on multiple sites + (bsc#1220709). +- commit 78244c6 + +------------------------------------------------------------------- +Mon Apr 15 18:16:23 CEST 2024 - jgross@suse.com + +- xen/evtchn: avoid WARN() when unbinding an event channel + (git-fixes). +- commit fe7eef3 + +------------------------------------------------------------------- +Mon Apr 15 17:40:50 CEST 2024 - jgross@suse.com + +- xen/events: increment refcnt only if event channel is refcounted + (git-fixes). +- commit af3cb5d + +------------------------------------------------------------------- +Mon Apr 15 17:05:19 CEST 2024 - jgross@suse.com + +- xen-netfront: Add missing skb_mark_for_recycle (git-fixes). +- commit 421f313 + +------------------------------------------------------------------- +Mon Apr 15 16:29:50 CEST 2024 - jgross@suse.com + +- x86/xen: attempt to inflate the memory balloon on PVH + (git-fixes). +- commit df9367a + +------------------------------------------------------------------- +Mon Apr 15 15:53:54 CEST 2024 - jgross@suse.com + +- x86/xen: Add some null pointer checking to smp.c (git-fixes). +- commit f502fc5 + +------------------------------------------------------------------- +Mon Apr 15 15:31:22 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI (git-fixes). +- commit 3d18f9a + +------------------------------------------------------------------- +Mon Apr 15 15:31:03 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto (git-fixes). +- Update config files. +- commit b2f373b + +------------------------------------------------------------------- +Mon Apr 15 15:23:29 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix BHI handling of RRSBA (git-fixes). +- commit 66c46fb + +------------------------------------------------------------------- +Mon Apr 15 15:23:07 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr' (git-fixes). +- commit 6aec207 + +------------------------------------------------------------------- +Mon Apr 15 15:17:26 CEST 2024 - jgross@suse.com + +- xen/events: modify internal [un]bind interfaces (git-fixes). +- Refresh + patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch. +- commit 77df536 + +------------------------------------------------------------------- +Mon Apr 15 15:13:05 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES (git-fixes). +- commit 1fdb38f + +------------------------------------------------------------------- +Mon Apr 15 15:03:47 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix return type of spectre_bhi_state() (git-fixes). +- commit 13662e2 + +------------------------------------------------------------------- +Mon Apr 15 15:03:00 CEST 2024 - jgross@suse.com + +- xen/events: drop xen_allocate_irqs_dynamic() (git-fixes). +- commit a93b368 + +------------------------------------------------------------------- +Mon Apr 15 14:53:43 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file (bsc#1222823). +- Refresh patches.suse/x86-bhi-Add-BHI-mitigation-knob.patch. +- commit 1bc31f7 + +------------------------------------------------------------------- +Mon Apr 15 14:52:07 CEST 2024 - nik.borisov@suse.com + +- KVM: x86: Add BHI_NO (bsc#1222823). +- commit 07366ce + +------------------------------------------------------------------- +Mon Apr 15 14:51:40 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Mitigate KVM by default (bsc#1222823). +- commit 64cbcbe + +------------------------------------------------------------------- +Mon Apr 15 14:40:12 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Add BHI mitigation knob (bsc#1222823). +- Update config files. +- commit 65ced6f + +------------------------------------------------------------------- +Mon Apr 15 14:22:08 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Enumerate Branch History Injection (BHI) bug (bsc#1222823). +- commit 5ca568d + +------------------------------------------------------------------- +Mon Apr 15 14:04:22 CEST 2024 - jgross@suse.com + +- xen/events: remove some simple helpers from events_base.c + (git-fixes). +- Refresh + patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch. +- commit faab65b + +------------------------------------------------------------------- +Mon Apr 15 14:00:05 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Define SPEC_CTRL_BHI_DIS_S (bsc#1222823). +- commit 496b11d + +------------------------------------------------------------------- +Mon Apr 15 13:55:12 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Add support for clearing branch history at syscall entry (bsc#1222823). +- commit dee5dff + +------------------------------------------------------------------- +Mon Apr 15 13:18:01 CEST 2024 - jgross@suse.com + +- xen/events: reduce externally visible helper functions + (git-fixes). +- commit a7834c4 + +------------------------------------------------------------------- +Mon Apr 15 12:39:49 CEST 2024 - jgross@suse.com + +- xen: evtchn: Allow shared registration of IRQ handers + (git-fixes). +- commit fac6c90 + +------------------------------------------------------------------- +Mon Apr 15 12:31:43 CEST 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/net-pds_core-Fix-possible-double-free-in-error-handl.patch + (git-fixes CVE-2024-26652 bsc#1222115). + Added CVE reference. +- commit 070cd49 + +------------------------------------------------------------------- +Mon Apr 15 12:28:02 CEST 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/net-atlantic-Fix-DMA-mapping-for-PTP-hwts-ring.patch + (git-fixes bsc#1222427 CVE-2024-26680). + Added CVE reference. +- commit 97f0341 + +------------------------------------------------------------------- +Mon Apr 15 11:36:12 CEST 2024 - mfranc@suse.cz + +- s390/cio: fix race condition during online processing + (bsc#1219485). +- commit 83d7614 + +------------------------------------------------------------------- +Mon Apr 15 11:25:52 CEST 2024 - mfranc@suse.cz + +- s390/qdio: handle deferred cc1 (bsc#1219485). +- commit aec0983 + +------------------------------------------------------------------- +Mon Apr 15 11:05:01 CEST 2024 - mfranc@suse.cz + +- s390/qeth: handle deferred cc1 (bsc#1219485 git-fixes). +- commit 6c10bf2 + +------------------------------------------------------------------- +Mon Apr 15 11:04:23 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/s390-cio-fix-invalid-EBUSY-on-ccw_device_start.patch + (git-fixes bsc#1220360 bsc#1219485). +- commit 174a4e8 + +------------------------------------------------------------------- +Mon Apr 15 10:51:21 CEST 2024 - iivanov@suse.de + +- Update patches.suse/mmc-mmci-stm32-fix-DMA-API-overlapping-mappings-warn.patch (git-fixes CVE-2024-26787 bsc#1222781) +- commit 2816ca9 + +------------------------------------------------------------------- +Mon Apr 15 10:42:42 CEST 2024 - iivanov@suse.de + +- Update patches.suse/dmaengine-fsl-qdma-fix-SoC-may-hang-on-16-byte-unali.patch (git-fixes CVE-2024-26790 bsc#1222784) +- commit 0d6086f + +------------------------------------------------------------------- +Mon Apr 15 10:15:49 CEST 2024 - iivanov@suse.de + +- Update patches.suse/spi-hisi-sfc-v3xx-Return-IRQ_NONE-if-no-interrupts-w.patch (git-fixes CVE-2024-26776 bsc#1222764) +- commit ec068f3 + +------------------------------------------------------------------- +Mon Apr 15 09:13:59 CEST 2024 - colyli@suse.de + +- blacklist.conf: add non-backport md git-fixes patch commit. +- commit 58324b9 + +------------------------------------------------------------------- +Mon Apr 15 09:12:46 CEST 2024 - colyli@suse.de + +- Delete the disabled patch which breaks KABI now, + patches.suse/md-bitmap-don-t-use-index-for-pages-backing-the-bitm-d703.patch. +- blacklist.conf: add the above patch commit. +- commit 9b0b89b + +------------------------------------------------------------------- +Sun Apr 14 03:57:08 CEST 2024 - glass.su@suse.com + +- dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape (bsc#1219596) + Also update diff context in + patches.suse/dm-raid-fix-false-positive-for-requeue-needed-during-b25b.patch +- commit 4604cae + +------------------------------------------------------------------- +Sat Apr 13 10:59:08 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222531, CVE-2024-26756 references, + patches.suse/md-Don-t-register-sync_thread-for-reshape-directly-ad39.patch + (bsc#1219596, bsc#1222531, CVE-2024-26756). +- commit de5884e + +------------------------------------------------------------------- +Sat Apr 13 10:57:41 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222531, CVE-2024-26756 references, + patches.suse/md-Don-t-register-sync_thread-for-reshape-directly-ad39.patch + (bsc#1219596, bsc#1222531, CVE-2024-26756). +- commit 4150d19 + +------------------------------------------------------------------- +Sat Apr 13 10:33:55 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222527, CVE-2024-26757 references, + patches.suse/md-Don-t-ignore-read-only-array-in-md_check_recovery-55a4.patch + (bsc#1219596, bsc#1222527, CVE-2024-26757). +- commit 67019f2 + +------------------------------------------------------------------- +Sat Apr 13 10:30:45 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222527, CVE-2024-26757 references, + patches.suse/md-Don-t-ignore-read-only-array-in-md_check_recovery-55a4.patch + (bsc#1219596, bsc#1222527, CVE-2024-26757). +- commit 0b6b491 + +------------------------------------------------------------------- +Sat Apr 13 10:10:15 CEST 2024 - colyli@suse.de + +- Update to add bsc# and CVE tags, + patches.suse/dm-crypt-dm-verity-disable-tasklets-0a9b.patch + (bsc#1222416, CVE-2024-26718). +- commit 59bf5a5 + +------------------------------------------------------------------- +Sat Apr 13 09:00:48 CEST 2024 - colyli@suse.de + +- Update to add bsc# and CVE tags, + patches.suse/dm-crypt-don-t-modify-the-data-when-using-authentica-50c7.patch + (bsc#1222720, CVE-2024-26763). +- commit 710cd5e + +------------------------------------------------------------------- +Sat Apr 13 03:43:33 CEST 2024 - lduncan@suse.com + +- scsi: target: pscsi: Fix bio_put() for error case (bsc#1222596 + cve-2024-267600). +- commit a67c294 + +------------------------------------------------------------------- +Fri Apr 12 18:13:34 CEST 2024 - vkarasulli@suse.de + +- iommufd/iova_bitmap: Bounds check mapped::pages access + (git-fixes). +- commit b7fc473 + +------------------------------------------------------------------- +Fri Apr 12 18:03:48 CEST 2024 - vkarasulli@suse.de + +- iommufd: Reject non-zero data_type if no data_len is provided + (git-fixes). +- commit ceca619 + +------------------------------------------------------------------- +Fri Apr 12 17:49:22 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Update iotlb in nested domain attach (git-fixes). +- commit e2cf9d1 + +------------------------------------------------------------------- +Fri Apr 12 17:01:14 CEST 2024 - vkarasulli@suse.de + +- iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA + (git-fixes). +- commit 200d970 + +------------------------------------------------------------------- +Fri Apr 12 16:15:33 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: Test racing between bpf_timer_cancel_and_free + and bpf_timer_cancel (bsc#1222557 CVE-2024-26737). +- bpf: Fix racing between bpf_timer_cancel_and_free and + bpf_timer_cancel (bsc#1222557 CVE-2024-26737). +- commit 24333b7 + +------------------------------------------------------------------- +Fri Apr 12 15:26:58 CEST 2024 - iivanov@suse.de + +- Update patches.suse/ARM-ep93xx-Add-terminator-to-gpiod_lookup_table.patch (git-fixes CVE-2024-26751 bsc#1222724) +- commit a85b7fa + +------------------------------------------------------------------- +Fri Apr 12 15:00:47 CEST 2024 - shung-hsi.yu@suse.com + +- bpf, sockmap: Fix NULL pointer dereference in + sk_psock_verdict_data_ready() (bsc#1222371 CVE-2024-26731). +- commit 9a8765c + +------------------------------------------------------------------- +Fri Apr 12 14:08:13 CEST 2024 - denis.kirjanov@suse.com + +- netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter + (bsc#1222630 CVE-2024-26805). +- commit 8e8585b + +------------------------------------------------------------------- +Fri Apr 12 13:46:08 CEST 2024 - iivanov@suse.de + +- Update patches.suse/dmaengine-ti-edma-Add-some-null-pointer-checks-to-th.patch (git-fixes CVE-2024-26771 bsc#1222610) +- commit b7bab4f + +------------------------------------------------------------------- +Fri Apr 12 13:41:35 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/gtp-fix-use-after-free-and-null-ptr-deref-in-gtp_gen.patch + (git-fixes CVE-2024-26754 bsc#1222632). +- commit 0bddcea + +------------------------------------------------------------------- +Fri Apr 12 10:59:31 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/crypto-arm64-neonbs-fix-out-of-bounds-access-on-shor.patch + (git-fixes CVE-2024-26789 bsc#1222626). +- commit 9c3828e + +------------------------------------------------------------------- +Fri Apr 12 10:03:51 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: pmu: Resync EL0 state on counter rotation + (bsc#1219475). +- commit 99d8e75 + +------------------------------------------------------------------- +Fri Apr 12 08:14:57 CEST 2024 - trenn@suse.com + +- tools/power/turbostat: Fix uncore frequency file string + (bsc#1221765). +- commit dfd2a8e + +------------------------------------------------------------------- +Thu Apr 11 17:42:57 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: Always invalidate TLB for stage-2 permission faults + (bsc#1219478). +- commit d1d5006 + +------------------------------------------------------------------- +Thu Apr 11 16:17:01 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/usb-cdns3-fixed-memory-use-after-free-at-cdns3_gadge.patch + (git-fixes CVE-2024-26749 bsc#1222680). +- commit 25b429b + +------------------------------------------------------------------- +Thu Apr 11 16:11:22 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/powerpc-pseries-iommu-IOMMU-table-is-not-initialized.patch + (bsc#1220492 ltc#205270 CVE-2024-26745 bsc#1222678). +- commit 589b808 + +------------------------------------------------------------------- +Thu Apr 11 15:27:33 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/l2tp-pass-correct-message-length-to-ip6_append_data.patch + (bsc#1220419 CVE-2024-26752 bsc#1222667). +- commit 2f09d95 + +------------------------------------------------------------------- +Thu Apr 11 15:17:11 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add d9b3ce8769e3 mm: writeback: ratelimit stat flush from mem_cgroup_wb_stats +- commit 82800cb + +------------------------------------------------------------------- +Thu Apr 11 12:01:45 CEST 2024 - jslaby@suse.cz + +- tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc + (bsc#1222619). +- commit 3d5abbd + +------------------------------------------------------------------- +Thu Apr 11 11:44:09 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/crypto-arm64-neonbs-fix-out-of-bounds-access-on-shor.patch + (git-fixes CVE-2024-26789). +- commit 98918ce + +------------------------------------------------------------------- +Wed Apr 10 21:10:17 CEST 2024 - mkubecek@suse.cz + +- arp: Prevent overflow in arp_req_get() (CVE-2024-26733 + bsc#1222585). +- commit 2f8c9e8 + +------------------------------------------------------------------- +Wed Apr 10 20:46:47 CEST 2024 - mkubecek@suse.cz + +- net/sched: act_mirred: use the backlog for mirred ingress + (CVE-2024-26740 bsc#1222563). +- refresh: + - patches.suse/net-sched-act_mirred-don-t-override-retval-if-we-alr.patch +- commit b1920f0 + +------------------------------------------------------------------- +Wed Apr 10 19:15:08 CEST 2024 - mkubecek@suse.cz + +- net/sched: act_mirred: don't override retval if we already + lost the skb (CVE-2024-26733 bsc#1222585). +- net/sched: act_mirred: Create function tcf_mirred_to_dev and + improve readability (CVE-2024-26733 bsc#1222585). +- commit 805fd21 + +------------------------------------------------------------------- +Wed Apr 10 16:28:26 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-cdns3-fix-memory-double-free-when-handle-zero-pa.patch + (bsc#1222513 CVE-2024-26748). + Added CVE references +- commit 7c3ca16 + +------------------------------------------------------------------- +Wed Apr 10 15:00:09 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-dwc3-gadget-Fix-NULL-pointer-dereference-in-dwc3.patch + (bsc#1222561 CVE-2024-26715). + Added CVE reference +- commit f58a80f + +------------------------------------------------------------------- +Wed Apr 10 13:28:09 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Defer enablement of static branch (bsc#1222366). +- commit a442fcd + +------------------------------------------------------------------- +Wed Apr 10 12:27:41 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Make wake once of ring_buffer_wait() more robust + (git-fixes). +- commit 3cff1f5 + +------------------------------------------------------------------- +Wed Apr 10 12:26:04 CEST 2024 - petr.pavlu@suse.com + +- tracing: Have saved_cmdlines arrays all in one allocation + (git-fixes). +- commit 8871703 + +------------------------------------------------------------------- +Wed Apr 10 12:23:30 CEST 2024 - petr.pavlu@suse.com + +- tracing/ring-buffer: Fix wait_on_pipe() race (git-fixes). +- kABI: Adjust trace_iterator.wait_index (git-fixes). +- commit 503fcea + +------------------------------------------------------------------- +Wed Apr 10 11:59:16 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/powerpc-pseries-iommu-DLPAR-add-doesn-t-completely-i.patch + (bsc#1215199 bsc#1219077 ltc#204477 CVE-2024-26738). +- commit d6e4ef3 + +------------------------------------------------------------------- +Wed Apr 10 11:55:18 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/drm-amd-display-Fix-array-index-out-of-bounds-in-dcn.patch + (git-fixes CVE-2024-26699 bsc#1222602). +- commit f52d16e + +------------------------------------------------------------------- +Wed Apr 10 11:51:14 CEST 2024 - denis.kirjanov@suse.com + +- igc: Remove stale comment about Tx timestamping (git-fixes). +- commit 83821ed + +------------------------------------------------------------------- +Wed Apr 10 11:49:20 CEST 2024 - denis.kirjanov@suse.com + +- ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() + (git-fixes). +- commit aab4796 + +------------------------------------------------------------------- +Wed Apr 10 11:48:26 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/crypto-virtio-akcipher-Fix-stack-overflow-on-memcpy.patch + (git-fixes CVE-2024-26753 bsc#1222601). +- commit 0099199 + +------------------------------------------------------------------- +Wed Apr 10 11:47:20 CEST 2024 - denis.kirjanov@suse.com + +- ice: fix memory corruption bug with suspend and rebuild + (git-fixes). +- commit 5927273 + +------------------------------------------------------------------- +Wed Apr 10 11:42:57 CEST 2024 - denis.kirjanov@suse.com + +- ice: Refactor FW data type and fix bitmap casting issue + (git-fixes). +- commit ddf5e8c + +------------------------------------------------------------------- +Wed Apr 10 11:41:07 CEST 2024 - denis.kirjanov@suse.com + +- mlxbf_gige: call request_irq() after NAPI initialized + (git-fixes). +- commit 39b7ae3 + +------------------------------------------------------------------- +Wed Apr 10 11:37:17 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: mark unexcuted loopback test result as UNEXECUTED + (git-fixes). +- commit 88d4f13 + +------------------------------------------------------------------- +Wed Apr 10 11:34:49 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: fix kernel crash when devlink reload during pf + initialization (git-fixes). +- commit 5900fb4 + +------------------------------------------------------------------- +Wed Apr 10 11:33:08 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: fix index limit to support all queue stats + (git-fixes). +- commit fcda370 + +------------------------------------------------------------------- +Wed Apr 10 11:31:33 CEST 2024 - denis.kirjanov@suse.com + +- mlxbf_gige: stop PHY during open() error paths (git-fixes). +- commit 087df13 + +------------------------------------------------------------------- +Wed Apr 10 11:29:31 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: fix handling of all link-local frames + (git-fixes). +- commit 62930ae + +------------------------------------------------------------------- +Wed Apr 10 11:27:53 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (git-fixes). +- commit 7b1c501 + +------------------------------------------------------------------- +Wed Apr 10 11:01:57 CEST 2024 - lhenriques@suse.de + +- ceph: stop copying to iter at EOF on sync reads (bsc#1222606). +- commit 6d8bd5d + +------------------------------------------------------------------- +Wed Apr 10 10:55:25 CEST 2024 - ailiop@suse.com + +- dlm: fix user space lkb refcounting (git-fixes). +- commit 26e28b8 + +------------------------------------------------------------------- +Wed Apr 10 10:55:08 CEST 2024 - lhenriques@suse.de + +- Update + patches.suse/ceph-prevent-use-after-free-in-encode_cap_msg.patch + (bsc#1221391 CVE-2024-26689). +- commit 05ffdb2 + +------------------------------------------------------------------- +Wed Apr 10 10:51:29 CEST 2024 - ailiop@suse.com + +- ubifs: Queue up space reservation tasks if retrying many times + (git-fixes). +- commit 44bfcee + +------------------------------------------------------------------- +Wed Apr 10 10:48:38 CEST 2024 - ailiop@suse.com + +- ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed + (git-fixes). +- commit 9a4ebd6 + +------------------------------------------------------------------- +Wed Apr 10 10:46:57 CEST 2024 - ailiop@suse.com + +- ubifs: Remove unreachable code in dbg_check_ltab_lnum + (git-fixes). +- commit f4e5ca1 + +------------------------------------------------------------------- +Wed Apr 10 10:46:09 CEST 2024 - ailiop@suse.com + +- ubifs: fix sort function prototype (git-fixes). +- commit f7d0a9f + +------------------------------------------------------------------- +Wed Apr 10 10:43:35 CEST 2024 - ailiop@suse.com + +- ubifs: Set page uptodate in the correct place (git-fixes). +- commit aa187f8 + +------------------------------------------------------------------- +Wed Apr 10 09:42:24 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/afs-Increase-buffer-size-in-afs_update_volume_status.patch + (git-fixes CVE-2024-26736 bsc#1222586). +- commit 06c0c6c + +------------------------------------------------------------------- +Tue Apr 9 16:07:19 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/btrfs-do-not-ASSERT-if-the-newly-created-subvolume-a.patch + (bsc#1219126 CVE-2024-26727 bsc#1222536). +- commit 7bb93e9 + +------------------------------------------------------------------- +Tue Apr 9 15:47:49 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-hang-in-nilfs_lookup_dirty_data_buffers.patch + (git-fixes CVE-2024-26696 bsc#1222549). +- commit 932abcf + +------------------------------------------------------------------- +Tue Apr 9 15:45:50 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-data-corruption-in-dsync-block-recovery-f.patch + (git-fixes CVE-2024-26697 bsc#1222550). +- commit fa7ddf4 + +------------------------------------------------------------------- +Tue Apr 9 15:31:06 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/net-mlx5-DPLL-Fix-possible-use-after-free-after-dela.patch + (git-fixes CVE-2024-26724 bsc#1222523). +- commit bb60edc + +------------------------------------------------------------------- +Tue Apr 9 15:24:32 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/ASoC-rt5645-Fix-deadlock-in-rt5645_jack_detect_work.patch + (git-fixes CVE-2024-26722 bsc#1222520). +- commit f0aaca0 + +------------------------------------------------------------------- +Tue Apr 9 14:05:59 CEST 2024 - tbogendoerfer@suse.de + +- net: stmmac: xgmac: use #define for string constants + (bsc#1222445 CVE-2024-26684). +- net: stmmac: xgmac: fix a typo of register name in DPP safety + handling (bsc#1222445 CVE-2024-26684). +- commit 75e180f + +------------------------------------------------------------------- +Tue Apr 9 13:23:52 CEST 2024 - jack@suse.cz + +- ext4: fix double-free of blocks due to wrong extents moved_len + (bsc#1222422 CVE-2024-26704). +- commit ff97911 + +------------------------------------------------------------------- +Tue Apr 9 12:13:38 CEST 2024 - denis.kirjanov@suse.com + +- Update + patches.suse/netdevsim-avoid-potential-loop-in-nsim_dev_trap_repo.patch + (git-fixes CVE-2024-26681 bsc#1222431). +- commit 12b3ceb + +------------------------------------------------------------------- +Tue Apr 9 11:58:59 CEST 2024 - mkoutny@suse.com + +- mm: memcg: don't periodically flush stats when memcg is disabled + (bsc#1222525). +- commit 5b28bba + +------------------------------------------------------------------- +Tue Apr 9 11:29:43 CEST 2024 - mkoutny@suse.com + +- mm: memcg: use larger batches for proactive reclaim + (bsc#1222522). +- commit b1effac + +------------------------------------------------------------------- +Tue Apr 9 10:55:41 CEST 2024 - tbogendoerfer@suse.de + +- net: stmmac: xgmac: fix handling of DPP safety error for DMA + channels (bsc#1222445 CVE-2024-26684). +- commit a8e5095 + +------------------------------------------------------------------- +Tue Apr 9 10:52:47 CEST 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/gtp-fix-use-after-free-and-null-ptr-deref-in-gtp_new.patch + (bsc#1222428 CVE-2024-26793). + Added CVE reference. +- commit 956dfa1 + +------------------------------------------------------------------- +Tue Apr 9 10:47:07 CEST 2024 - mhocko@suse.com + +- Update patches.suse/wifi-iwlwifi-fix-double-free-bug.patch + (git-fixes CVE-2024-26694 bsc#1222466). +- commit 5048255 + +------------------------------------------------------------------- +Tue Apr 9 09:41:50 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Fix printing of stack records (bsc#1222366). +- commit 18c2e4e + +------------------------------------------------------------------- +Tue Apr 9 09:27:37 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Fix accounting of pages when migrating + (bsc#1222366). +- commit aaa0270 + +------------------------------------------------------------------- +Tue Apr 9 09:25:23 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Fix refcount imbalance (bsc#1222366). +- commit f6d6769 + +------------------------------------------------------------------- +Tue Apr 9 09:17:36 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Update metadata for tail pages (bsc#1222366). +- commit 6f3c7f1 + ------------------------------------------------------------------- Tue Apr 9 04:31:35 CEST 2024 - osalvador@suse.de @@ -5,6 +18681,358 @@ Tue Apr 9 04:31:35 CEST 2024 - osalvador@suse.de (bsc#1219264 CVE-2024-0841). - commit 440934e +------------------------------------------------------------------- +Mon Apr 8 23:34:57 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-potential-bug-in-end_buffer_async_write.patch + (git-fixes CVE-2024-26685 bsc#1222437). +- commit f659b7a + +------------------------------------------------------------------- +Mon Apr 8 18:52:51 CEST 2024 - jack@suse.cz + +- nfsd: Fix error cleanup path in nfsd_rename() (bsc#1221044 + CVE-2023-52591). +- commit e2fc972 + +------------------------------------------------------------------- +Mon Apr 8 15:42:50 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Use separate handlers for interrupts (git-fixes). +- commit fdf696d + +------------------------------------------------------------------- +Mon Apr 8 15:41:20 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Send UP messages to VF only when VF is up + (git-fixes). +- commit e9223ab + +------------------------------------------------------------------- +Mon Apr 8 15:39:52 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Use default max_active works instead of one + (git-fixes). +- commit e2c337f + +------------------------------------------------------------------- +Mon Apr 8 15:38:18 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Wait till detach_resources msg is complete + (git-fixes). +- commit e377bd9 + +------------------------------------------------------------------- +Mon Apr 8 15:36:43 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2: Detect the mbox up or down message via register + (git-fixes). +- commit 9554388 + +------------------------------------------------------------------- +Mon Apr 8 15:35:03 CEST 2024 - denis.kirjanov@suse.com + +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (git-fixes). +- commit 0a16435 + +------------------------------------------------------------------- +Mon Apr 8 15:33:23 CEST 2024 - denis.kirjanov@suse.com + +- wireguard: netlink: access device through ctx instead of peer + (git-fixes). +- commit 42d72df + +------------------------------------------------------------------- +Mon Apr 8 15:31:51 CEST 2024 - denis.kirjanov@suse.com + +- wireguard: netlink: check for dangling peer via is_dead instead + of empty list (git-fixes). +- commit a1c80d8 + +------------------------------------------------------------------- +Mon Apr 8 15:29:55 CEST 2024 - denis.kirjanov@suse.com + +- wireguard: receive: annotate data-race around + receiving_counter.counter (git-fixes). +- commit 17fcb7b + +------------------------------------------------------------------- +Mon Apr 8 15:28:14 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (git-fixes). +- commit 3804285 + +------------------------------------------------------------------- +Mon Apr 8 15:27:55 CEST 2024 - oneukum@suse.com + +- usb: dwc3-am62: Disable wakeup at remove (git-fixes). +- commit d52ac96 + +------------------------------------------------------------------- +Mon Apr 8 15:26:29 CEST 2024 - denis.kirjanov@suse.com + +- net: veth: do not manipulate GRO when using XDP (git-fixes). +- commit 15eca84 + +------------------------------------------------------------------- +Mon Apr 8 15:26:14 CEST 2024 - oneukum@suse.com + +- usb: dwc3-am62: fix module unload/reload behavior (git-fixes). +- commit 6f51a6a + +------------------------------------------------------------------- +Mon Apr 8 15:22:05 CEST 2024 - oneukum@suse.com + +- usb: dwc3-am62: Rename private data (git-fixes). +- commit 7196cb2 + +------------------------------------------------------------------- +Mon Apr 8 15:13:48 CEST 2024 - oneukum@suse.com + +- net: smsc95xx: add support for SYS TEC USB-SPEmodule1 + (git-fixes). +- commit 9896f5f + +------------------------------------------------------------------- +Mon Apr 8 14:16:41 CEST 2024 - osalvador@suse.de + +- mm,page_owner: fix recursion (bsc#1222366). +- commit 297023a + +------------------------------------------------------------------- +Mon Apr 8 14:15:30 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Use wait_event_interruptible() in + ring_buffer_wait() (git-fixes). +- commit 20eed3f + +------------------------------------------------------------------- +Mon Apr 8 14:13:58 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix full_waiters_pending in poll (git-fixes). +- commit 76c6893 + +------------------------------------------------------------------- +Mon Apr 8 14:13:06 CEST 2024 - osalvador@suse.de + +- mm,page_owner: drop unnecessary check (bsc#1222366). +- commit 233b383 + +------------------------------------------------------------------- +Mon Apr 8 14:11:06 CEST 2024 - osalvador@suse.de + +- mm,page_owner: check for null stack_record before bumping its + refcount (bsc#1222366). +- commit 232b11a + +------------------------------------------------------------------- +Mon Apr 8 14:09:40 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Do not set shortest_full when full target is hit + (git-fixes). +- commit 9d2e0c0 + +------------------------------------------------------------------- +Mon Apr 8 14:07:35 CEST 2024 - petr.pavlu@suse.com + +- tracing: Use .flush() call to wake up readers (git-fixes). +- commit ae4cfa5 + +------------------------------------------------------------------- +Mon Apr 8 13:52:39 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix resetting of shortest_full (git-fixes). +- commit eec6028 + +------------------------------------------------------------------- +Mon Apr 8 13:46:26 CEST 2024 - iivanov@suse.de + +- arm64/ptrace: Use saved floating point state type to determine SVE (git-fixes) +- commit 7892aeb + +------------------------------------------------------------------- +Mon Apr 8 13:41:37 CEST 2024 - iivanov@suse.de + +- bpf, arm64: fix bug in BPF_LDX_MEMSX (git-fixes) +- commit 8894bd2 + +------------------------------------------------------------------- +Mon Apr 8 13:38:54 CEST 2024 - iivanov@suse.de + +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (git-fixes) +- commit c68c0f5 + +------------------------------------------------------------------- +Mon Apr 8 13:37:17 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang") +- commit 92045ae + +------------------------------------------------------------------- +Mon Apr 8 13:35:46 CEST 2024 - iivanov@suse.de + +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs (git-fixes) +- commit 193e8cd + +------------------------------------------------------------------- +Mon Apr 8 13:33:18 CEST 2024 - iivanov@suse.de + +- arm64: tegra: Set the correct PHY mode for MGBE (git-fixes) +- commit 68a4464 + +------------------------------------------------------------------- +Mon Apr 8 13:31:20 CEST 2024 - iivanov@suse.de + +- arm64: dts: Fix dtc interrupt_provider warnings (git-fixes) +- commit 41dcf37 + +------------------------------------------------------------------- +Mon Apr 8 13:25:09 CEST 2024 - iivanov@suse.de + +- arm64/sve: Lower the maximum allocation for the SVE ptrace regset (git-fixes) +- commit e1e7f29 + +------------------------------------------------------------------- +Mon Apr 8 13:23:24 CEST 2024 - ohering@suse.de + +- net: mana: Fix Rx DMA datasize and skb_over_panic (git-fixes). +- x86/hyperv: Use per cpu initial stack for vtl context + (git-fixes). +- RDMA/mana_ib: Fix bug in creation of dma regions (git-fixes). +- PCI: hv: Fix ring buffer size calculation (git-fixes). +- x86/hyperv: Allow 15-bit APIC IDs for VTL platforms (git-fixes). +- commit ff0ef0f + +------------------------------------------------------------------- +Mon Apr 8 13:17:05 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix waking up ring buffer readers (git-fixes). +- commit 0457e87 + +------------------------------------------------------------------- +Mon Apr 8 13:12:33 CEST 2024 - mgorman@suse.de + +- sched/fair: Use helper functions to access root_domain::overload + (bsc#1222173). +- sched/fair: Check root_domain::overload value before update + (bsc#1222173). +- sched/balancing: Rename newidle_balance() => + sched_balance_newidle() (bsc#1222173). +- commit bfceb46 + +------------------------------------------------------------------- +Mon Apr 8 12:34:16 CEST 2024 - petr.pavlu@suse.com + +- tracing: Remove precision vsnprintf() check from print event + (git-fixes). +- commit 84653fa + +------------------------------------------------------------------- +Mon Apr 8 12:30:53 CEST 2024 - petr.pavlu@suse.com + +- tracing/net_sched: Fix tracepoints that save qdisc_dev() + as a string (git-fixes). +- commit 623f97a + +------------------------------------------------------------------- +Sat Apr 6 08:52:13 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56 + (stable-fixes). +- ALSA: hda/realtek: Add quirks for some Clevo laptops + (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP Spectre x360 14 eu0000 + (stable-fixes). +- ALSA: hda/realtek: fix the hp playback volume issue for LG + machines (stable-fixes). +- commit dc89a62 + +------------------------------------------------------------------- +Sat Apr 6 08:49:13 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYR + (stable-fixes). +- ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7 + 16ARHA7 models (stable-fixes). +- ALSA: hda/realtek - Fix inactive headset mic jack + (stable-fixes). +- commit 048c9fd + +------------------------------------------------------------------- +Sat Apr 6 08:46:37 CEST 2024 - tiwai@suse.de + +- spi: mchp-pci1xxx: Fix a possible null pointer dereference in + pci1xxx_spi_probe (git-fixes). +- spi: spi-fsl-lpspi: remove redundant spi_controller_put call + (git-fixes). +- regmap: maple: Fix uninitialized symbol 'ret' warnings + (git-fixes). +- regmap: maple: Fix cache corruption in regcache_maple_drop() + (git-fixes). +- ata: sata_mv: Fix PCI device ID table declaration compilation + warning (git-fixes). +- ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit + (git-fixes). +- ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() + (git-fixes). +- ASoC: amd: acp: fix for acp_init function error handling + (git-fixes). +- ASoC: rt722-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt712-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt711-sdw: fix locking sequence (git-fixes). +- ASoC: rt711-sdca: fix locking sequence (git-fixes). +- ASoC: rt5682-sdw: fix locking sequence (git-fixes). +- ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw + (git-fixes). +- ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support + headset with microphone (git-fixes). +- ASoC: tas2781: mark dvc_tlv with __maybe_unused (git-fixes). +- ALSA: hda: cs35l56: Add ACPI device match tables (git-fixes). +- drm/i915/mst: Reject FEC+MST on ICL (git-fixes). +- drm/i915/mst: Limit MST+DSC to TGL+ (git-fixes). +- drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY + < 13 (git-fixes). +- drm/i915/gt: Enable only one CCS for compute workload + (git-fixes). +- drm/i915/gt: Do not generate the command streamer for all the + CCS (git-fixes). +- drm/i915/gt: Disable HW load balancing for CCS (git-fixes). +- drm/i915/dp: Remove support for UHBR13.5 (git-fixes). +- drm/display: fix typo (git-fixes). +- drm/prime: Unbreak virtgpu dma-buf export (git-fixes). +- nouveau/uvmm: fix addr/range calcs for remap operations + (git-fixes). +- drm/panfrost: fix power transition timeout warnings (git-fixes). +- commit 7455674 + +------------------------------------------------------------------- +Sat Apr 6 08:42:51 CEST 2024 - tiwai@suse.de + +- Delete patches.suse/counter-fix-privdata-alignment.patch + This actually breaks the build when CONFIG_COUNTER=y +- commit b8cad45 + +------------------------------------------------------------------- +Fri Apr 5 17:14:23 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/ALSA-sh-aica-reorder-cleanup-operations-to-avoid-UAF.patch + (git-fixes CVE-2024-26654 bsc#1222304). +- Update patches.suse/drm-amdgpu-fix-use-after-free-bug.patch + (stable-fixes CVE-2024-26656 bsc#1222307). +- Update + patches.suse/drm-sched-fix-null-ptr-deref-in-init-entity.patch + (git-fixes CVE-2024-26657 bsc#1222273). +- Update + patches.suse/net-pds_core-Fix-possible-double-free-in-error-handl.patch + (git-fixes CVE-2024-26652 bsc#1222115). +- Update patches.suse/ppp_async-limit-MRU-to-64K.patch (git-fixes + CVE-2024-26675 bsc#1222379). +- commit 05edc93 + ------------------------------------------------------------------- Fri Apr 5 14:49:11 CEST 2024 - mfranc@suse.cz @@ -99,18 +19127,346 @@ Fri Apr 5 14:49:02 CEST 2024 - mfranc@suse.cz (CVE-2023-4881 bsc#1215221 CVE-2023-52628 bsc#1222117). - commit dc877fc +------------------------------------------------------------------- +Fri Apr 5 10:20:33 CEST 2024 - tiwai@suse.de + +- net: usb: ax88179_178a: avoid the interface always configured + as random address (git-fixes). +- net: phy: micrel: lan8814: Fix when enabling/disabling 1-step + timestamping (git-fixes). +- r8169: fix issue caused by buggy BIOS on certain boards with + RTL8168d (git-fixes). +- ax25: fix use-after-free bugs caused by ax25_ds_del_timer + (git-fixes). +- net: phy: micrel: Fix potential null pointer dereference + (git-fixes). +- Bluetooth: Fix TOCTOU in HCI debugfs implementation (git-fixes). +- Bluetooth: hci_sync: Fix not checking error on + hci_cmd_sync_cancel_sync (git-fixes). +- Bluetooth: qca: fix device-address endianness (git-fixes). +- Bluetooth: add quirk for broken address properties (git-fixes). +- r8169: skip DASH fw status checks when DASH is disabled + (git-fixes). +- commit 8be20da + +------------------------------------------------------------------- +Fri Apr 5 10:14:59 CEST 2024 - tiwai@suse.de + +- kasan: disable kasan_non_canonical_hook() for HW tags + (git-fixes). +- commit 0d24410 + ------------------------------------------------------------------- Thu Apr 4 19:00:43 CEST 2024 - jack@suse.cz - selinux: saner handling of policy reloads (bsc#1222230). - commit 35fdf2d +------------------------------------------------------------------- +Thu Apr 4 13:10:54 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore brcmfmac-specific local symbols +- commit 4492559 + +------------------------------------------------------------------- +Thu Apr 4 12:30:48 CEST 2024 - ailiop@suse.com + +- fs/ntfs3: Fix oob in ntfs_listxattr (bsc#1222301 + CVE-2023-52640). +- commit eaa4525 + +------------------------------------------------------------------- +Thu Apr 4 10:53:36 CEST 2024 - mbrugger@suse.com + +- tee: amdtee: fix use-after-free vulnerability in + amdtee_close_session (bsc#1220915 CVE-2023-52503). +- commit 861ab74 + +------------------------------------------------------------------- +Thu Apr 4 10:33:06 CEST 2024 - denis.kirjanov@suse.com + +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (git-fixes). +- commit 57f3e15 + +------------------------------------------------------------------- +Thu Apr 4 10:31:05 CEST 2024 - denis.kirjanov@suse.com + +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (git-fixes). +- commit 19afa38 + +------------------------------------------------------------------- +Thu Apr 4 10:29:08 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (git-fixes). +- commit 4f98ac2 + +------------------------------------------------------------------- +Thu Apr 4 10:27:05 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: tracing: fix hclgevf trace event strings (git-fixes). +- commit 786a967 + +------------------------------------------------------------------- +Thu Apr 4 10:24:13 CEST 2024 - denis.kirjanov@suse.com + +- nfp: flower: handle acti_netdevs allocation failure (git-fixes). +- commit e441ee8 + +------------------------------------------------------------------- +Thu Apr 4 10:22:25 CEST 2024 - denis.kirjanov@suse.com + +- ice: fix stats being updated by way too large values + (git-fixes). +- commit a2ff54d + +------------------------------------------------------------------- +Thu Apr 4 10:20:37 CEST 2024 - denis.kirjanov@suse.com + +- igb: Fix missing time sync events (git-fixes). +- commit 0cd215b + +------------------------------------------------------------------- +Thu Apr 4 10:18:38 CEST 2024 - denis.kirjanov@suse.com + +- igc: Fix missing time sync events (git-fixes). +- commit f2d41db + +------------------------------------------------------------------- +Thu Apr 4 08:42:09 CEST 2024 - tiwai@suse.de + +- staging: vc04_services: changen strncpy() to strscpy_pad() + (stable-fixes). +- Refresh + patches.suse/staging-vc04_services-fix-information-leak-in-create.patch. +- commit f661a45 + +------------------------------------------------------------------- +Thu Apr 4 08:40:57 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Remove MPC rate control logic from DCN30 and + above (stable-fixes). +- commit 264c256 + +------------------------------------------------------------------- +Thu Apr 4 08:36:44 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: pcie: fix RB status reading (stable-fixes). +- Refresh + patches.suse/wifi-iwlwifi-pcie-add-another-missing-bh-disable-for.patch. +- commit 9937396 + +------------------------------------------------------------------- +Thu Apr 4 08:31:55 CEST 2024 - tiwai@suse.de + +- vboxsf: Avoid an spurious warning if load_nls_xxx() fails + (git-fixes). +- USB: core: Fix deadlock in port "disable" sysfs attribute + (stable-fixes). +- USB: core: Add hub_get() and hub_put() routines (stable-fixes). +- usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset + (stable-fixes). +- usb: typec: ucsi: Ack unsupported commands (stable-fixes). +- usb: udc: remove warning when queue disabled ep (stable-fixes). +- Revert "usb: phy: generic: Get the vbus supply" (git-fixes). +- USB: UAS: return ENODEV when submit urbs fail with device not + attached (stable-fixes). +- drm/i915/bios: Tolerate devdata==NULL in + intel_bios_encoder_supports_dp_dual_mode() (stable-fixes). +- drm/amd/display: Set DCN351 BB and IP the same as DCN35 + (stable-fixes). +- drm/amd/display: Fix bounds check for dcn35 DcfClocks + (git-fixes). +- drm/amdkfd: fix TLB flush after unmap for GFX9.4.2 + (stable-fixes). +- drm/amd/display: Prevent crash when disable stream + (stable-fixes). +- wifi: mac80211: check/clear fast rx for non-4addr sta VLAN + changes (stable-fixes). +- drm/amd/display: Fix noise issue on HDMI AV mute (stable-fixes). +- drm/amd/display: Return the correct HDCP error code + (stable-fixes). +- drm/amd/display: Fix idle check for shared firmware state + (stable-fixes). +- drm/amd/display: Update odm when ODM combine is changed on an + otg master pipe with no plane (stable-fixes). +- drm/amd/display: Init DPPCLK from SMU on dcn32 (stable-fixes). +- drm/amd/display: Allow dirty rects to be sent to dmub when + abm is active (stable-fixes). +- drm/amd/display: Override min required DCFCLK in dml1_validate + (stable-fixes). +- drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag + (stable-fixes). +- drm/amd/display: Change default size for dummy plane in DML2 + (stable-fixes). +- drm/amdgpu: fix use-after-free bug (stable-fixes). +- drm/amd/display: Use freesync when + `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found (stable-fixes). +- drm/vc4: hdmi: do not return negative values from .get_modes() + (stable-fixes). +- drm/imx/ipuv3: do not return negative values from .get_modes() + (stable-fixes). +- drm/exynos: do not return negative values from .get_modes() + (stable-fixes). +- drm/panel: do not return negative error codes from + drm_panel_get_modes() (stable-fixes). +- drm/probe-helper: warn about negative .get_modes() + (stable-fixes). +- kbuild: Move -Wenum-{compare-conditional,enum-conversion} + into W=1 (stable-fixes). +- USB: serial: cp210x: add pid/vid for TDK NC0110013M and + MM0110113M (stable-fixes). +- USB: serial: option: add MeiG Smart SLM320 product + (stable-fixes). +- USB: serial: cp210x: add ID for MGP Instruments PDS100 + (stable-fixes). +- USB: serial: add device ID for VeriFone adapter (stable-fixes). +- USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB + (stable-fixes). +- ahci: asm1064: asm1166: don't limit reported ports (git-fixes). +- cxl/trace: Properly initialize cxl_poison region name + (git-fixes). +- mtd: spinand: Add support for 5-byte IDs (stable-fixes). +- media: mc: Rename pad variable to clarify intent (stable-fixes). +- media: mc: Fix flags handling when creating pad links + (stable-fixes). +- kasan/test: avoid gcc warning for intentional overflow + (git-fixes). +- PCI/PM: Drain runtime-idle callbacks before driver removal + (stable-fixes). +- PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports + (stable-fixes). +- PCI/AER: Block runtime suspend when handling errors + (stable-fixes). +- drm/amdgpu/display: Address kdoc for 'is_psr_su' in + 'fill_dc_dirty_rects' (git-fixes). +- drm/amdgpu: make damage clips support configurable + (stable-fixes). +- drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs + (stable-fixes). +- drm/i915: Include the PLL name in the debug messages + (stable-fixes). +- drm/i915: Try to preserve the current shared_dpll for fastset + on type-c ports (stable-fixes). +- drm/i915: Replace a memset() with zero initialization + (stable-fixes). +- hwmon: (amc6821) add of_match table (stable-fixes). +- mac802154: fix llsec key resources release in + mac802154_llsec_key_del (git-fixes). +- wifi: rtw88: 8821cu: Fix connection failure (stable-fixes). +- wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU + (stable-fixes). +- wifi: brcmfmac: Demote vendor-specific attach/detach messages + to info (git-fixes). +- wifi: brcmfmac: cfg80211: Use WSEC to set SAE password + (stable-fixes). +- wifi: brcmfmac: add per-vendor feature detection callback + (stable-fixes). +- docs: Restore "smart quotes" for quotes (stable-fixes). +- mei: me: add arrow lake point H DID (stable-fixes). +- mei: me: add arrow lake point S DID (stable-fixes). +- Input: xpad - add additional HyperX Controller Identifiers + (stable-fixes). +- nouveau: lock the client object tree (stable-fixes). +- drm/amdgpu/pm: Fix the error of pwm1_enable setting + (stable-fixes). +- drm/amd/display: handle range offsets in VRR ranges + (stable-fixes). +- drm/amd/swsmu: modify the gfx activity scaling (stable-fixes). +- cxl/acpi: Fix load failures due to single window creation + failure (git-fixes). +- cxl/pci: Fix disabling memory if DVSEC CXL Range does not + match a CFMWS window (git-fixes). +- ahci: asm1064: correct count of reported ports (stable-fixes). +- interconnect: qcom: sm8550: Enable sync_state (git-fixes). +- interconnect: qcom: sc8180x: Mark CO0 BCM keepalive (git-fixes). +- nilfs2: fix potential bug in end_buffer_async_write (git-fixes). +- drm/amd/display: Add dml2 copy functions (stable-fixes). +- drm/i915: Stop printing pipe name as hex (stable-fixes). +- drm/i915: Use named initializers for DPLL info (stable-fixes). +- i915: make inject_virtual_interrupt() void (stable-fixes). +- interconnect: qcom: osm-l3: Replace custom implementation of + COUNT_ARGS() (git-fixes). +- kasan: print the original fault addr when access invalid shadow + (git-fixes). +- commit db0bc11 + +------------------------------------------------------------------- +Thu Apr 4 08:31:01 CEST 2024 - tiwai@suse.de + +- Add cherry-picked id to amdgpu patch +- commit c14e810 + +------------------------------------------------------------------- +Thu Apr 4 04:16:31 CEST 2024 - tonyj@suse.de + +- perf/x86/amd/core: Update and fix stalled-cycles-* events for + Zen 2 and later (git-fixes). +- perf/x86/amd/lbr: Use freeze based on availability (git-fixes). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (git-fixes). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (git-fixes). +- commit 450ea2e + +------------------------------------------------------------------- +Wed Apr 3 16:14:59 CEST 2024 - andrea.porta@suse.com + +- arm64: bpf: fix 32bit unconditional bswap (git-fixes). +- commit 9eb9b7b + +------------------------------------------------------------------- +Wed Apr 3 15:49:53 CEST 2024 - tiwai@suse.de + +- selinux: avoid dereference of garbage after mount failure + (git-fixes). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (git-fixes). +- commit 7c956e3 + ------------------------------------------------------------------- Wed Apr 3 15:40:16 CEST 2024 - tiwai@suse.de - Move upstreamed patches into sorted section - commit ebe113d +------------------------------------------------------------------- +Wed Apr 3 15:39:49 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit f0c6082 + +------------------------------------------------------------------- +Wed Apr 3 11:26:09 CEST 2024 - ailiop@suse.com + +- fs/ntfs3: Fix an NULL dereference bug (bsc#1222264 + CVE-2023-52631). +- commit b468789 + +------------------------------------------------------------------- +Wed Apr 3 11:24:07 CEST 2024 - ailiop@suse.com + +- xfs: allow extent free intents to be retried (git-fixes). +- commit 681b677 + +------------------------------------------------------------------- +Wed Apr 3 09:47:40 CEST 2024 - vkarasulli@suse.de + +- Update references in + patches.suse/media-xc4000-Fix-atomicity-violation-in-xc4000_get_f.patch + (git-fixes bsc#1219623 CVE-2024-24861). +- commit cf893ec + +------------------------------------------------------------------- +Tue Apr 2 13:36:01 CEST 2024 - tiwai@suse.de + +- drm/i915/lspcon: Separate lspcon probe and lspcon init + (bsc#1193599). +- drm/i915/lspcon: Separate function to set expected mode + (bsc#1193599). +- commit 3dfca11 + ------------------------------------------------------------------- Tue Apr 2 10:38:32 CEST 2024 - pjakobsson@suse.de @@ -124,11 +19480,102 @@ Tue Apr 2 09:02:40 CEST 2024 - mkubecek@suse.cz (CVE-2024-0193 bsc#1218495). - commit e7bf1c3 +------------------------------------------------------------------- +Tue Apr 2 00:50:29 CEST 2024 - mkubecek@suse.cz + +- netfilter: nf_tables: disallow anonymous set with timeout flag + (CVE-2024-26642 bsc#1221830). +- commit 9cf0701 + +------------------------------------------------------------------- +Sun Mar 31 10:19:47 CEST 2024 - tiwai@suse.de + +- usb: typec: ucsi_acpi: Refactor and fix DELL quirk (git-fixes). +- usb: typec: ucsi: Check for notifications after init + (git-fixes). +- usb: typec: ucsi: Clear EVENT_PENDING under PPM lock + (git-fixes). +- usb: typec: Return size of buffer if pd_set operation succeeds + (git-fixes). +- usb: dwc3: pci: Drop duplicate ID (git-fixes). +- usb: dwc3: Properly set system wakeup (git-fixes). +- usb: cdc-wdm: close race between read and workqueue (git-fixes). +- usb: dwc2: gadget: LPM flow fix (git-fixes). +- usb: dwc2: gadget: Fix exiting from clock gating (git-fixes). +- usb: dwc2: host: Fix ISOC flow in DDMA mode (git-fixes). +- usb: dwc2: host: Fix remote wakeup from hibernation (git-fixes). +- usb: dwc2: host: Fix hibernation flow (git-fixes). +- USB: core: Fix deadlock in usb_deauthorize_interface() + (git-fixes). +- usb: typec: tcpm: Update PD of Type-C port upon pd_set + (git-fixes). +- usb: typec: tcpm: fix double-free issue in + tcpm_port_unregister_pd() (git-fixes). +- usb: typec: ucsi: Fix race between typec_switch and role_switch + (git-fixes). +- usb: typec: tcpm: Correct port source pdo array in pd_set + callback (git-fixes). +- staging: vc04_services: fix information leak in + create_component() (git-fixes). +- commit d945fd3 + +------------------------------------------------------------------- +Sat Mar 30 09:55:11 CET 2024 - tiwai@suse.de + +- drm/i915/gt: Reset queue_priority_hint on parking (git-fixes). +- drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() + (git-fixes). +- drm/i915/hwmon: Fix locking inversion in sysfs getter + (git-fixes). +- drm/i915/dsb: Fix DSB vblank waits when using VRR (git-fixes). +- drm/i915/vrr: Generate VRR "safe window" for DSB (git-fixes). +- drm/i915/mtl: Update workaround 14018575942 (git-fixes). +- drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, + mostly (git-fixes). +- drm/qxl: remove unused variable from + `qxl_process_single_command()` (git-fixes). +- drm/qxl: remove unused `count` variable from + `qxl_surface_id_alloc()` (git-fixes). +- drm/vmwgfx: Create debugfs ttm_resource_manager entry only if + needed (git-fixes). +- drm/rockchip: vop2: Remove AR30 and AB30 format support + (git-fixes). +- dma-buf: Fix NULL pointer dereference in sanitycheck() + (git-fixes). +- drm/sched: fix null-ptr-deref in init entity (git-fixes). +- nouveau/dmem: handle kcalloc() allocation failure (git-fixes). +- drm/amdgpu: fix deadlock while reading mqd from debugfs + (git-fixes). +- drm/amd/display: Send DTBCLK disable message on first commit + (git-fixes). +- drm/amd: Flush GFXOFF requests in prepare stage (git-fixes). +- Revert "drm/amd/display: Fix sending VSC (+ colorimetry) + packets for DP/eDP displays without PSR" (stable-fixes). +- thermal: devfreq_cooling: Fix perf state when calculate dfc + res_util (git-fixes). +- Revert "thermal: core: Don't update trip points inside the + hysteresis range" (git-fixes). +- ACPICA: debugger: check status of acpi_evaluate_object() + in acpi_db_walk_for_fields() (git-fixes). +- commit 3764402 + +------------------------------------------------------------------- +Fri Mar 29 11:21:01 CET 2024 - mkoutny@suse.com + +- README.BRANCH: Remove copy of branch name +- commit 85aeac7 + ------------------------------------------------------------------- Fri Mar 29 11:21:00 CET 2024 - mkoutny@suse.com - README.BRANCH: Remove copy of branch name -- commit 795da64 +- commit 1a0e3e3 + +------------------------------------------------------------------- +Fri Mar 29 11:20:58 CET 2024 - mkoutny@suse.com + +- README.BRANCH: Remove copy of branch name +- commit 978e089 ------------------------------------------------------------------- Fri Mar 29 11:20:57 CET 2024 - mkoutny@suse.com @@ -136,6 +19583,48 @@ Fri Mar 29 11:20:57 CET 2024 - mkoutny@suse.com - README.BRANCH: Remove copy of branch name - commit fc25aed +------------------------------------------------------------------- +Fri Mar 29 09:28:06 CET 2024 - tiwai@suse.de + +- sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() + (git-fixes). +- mmc: sdhci-omap: re-tuning is needed after a pm transition to + support emmc HS200 mode (git-fixes). +- mmc: core: Avoid negative index with array access (git-fixes). +- mmc: core: Initialize mmc_blk_ioc_data (git-fixes). +- ALSA: hda/tas2781: add locks to kcontrols (git-fixes). +- ALSA: hda/tas2781: remove digital gain kcontrol (git-fixes). +- ALSA: aoa: avoid false-positive format truncation warning + (git-fixes). +- ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs + (git-fixes). +- ALSA: hda: cs35l56: Set the init_done flag before + component_add() (git-fixes). +- net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips + (git-fixes). +- wifi: iwlwifi: mvm: include link ID when releasing frames + (git-fixes). +- wifi: iwlwifi: fw: don't always use FW dump trig (git-fixes). +- wifi: iwlwifi: mvm: rfi: fix potential response leaks + (git-fixes). +- selftests: vxlan_mdb: Fix failures with old libnet (git-fixes). +- net: wwan: t7xx: Split 64bit accesses to fix alignment issues + (git-fixes). +- net: ll_temac: platform_get_resource replaced by wrong function + (git-fixes). +- nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet + (git-fixes). +- commit 699a684 + +------------------------------------------------------------------- +Thu Mar 28 15:49:16 CET 2024 - tbogendoerfer@suse.de + +- ipv6: init the accept_queue's spinlocks in inet6_create + (bsc#1221293 CVE-2024-26614). +- tcp: make sure init the accept_queue's spinlocks once + (bsc#1221293 CVE-2024-26614). +- commit ec637cb + ------------------------------------------------------------------- Thu Mar 28 15:37:39 CET 2024 - dwagner@suse.de @@ -193,6 +19682,13 @@ Thu Mar 28 15:26:24 CET 2024 - mgorman@suse.de patches.suse/sched-fair-Combine-EAS-check-with-root_domain-overutilized-access.patch. - commit 4469f5b +------------------------------------------------------------------- +Thu Mar 28 14:37:37 CET 2024 - msuchanek@suse.de + +- powerpc/crypto/chacha-p10: Fix failure on non Power10 + (bsc#1218205). +- commit 03daeb8 + ------------------------------------------------------------------- Thu Mar 28 14:35:48 CET 2024 - tbogendoerfer@suse.de @@ -282,6 +19778,19 @@ Wed Mar 27 22:54:24 CET 2024 - pjakobsson@suse.de This fixes bsc#1221814 - commit a7a9087 +------------------------------------------------------------------- +Wed Mar 27 20:47:33 CET 2024 - wqu@suse.com + +- btrfs: qgroup: always free reserved space for extent records + (bsc#1216196). +- commit a5aefa7 + +------------------------------------------------------------------- +Wed Mar 27 18:52:46 CET 2024 - spradhan@suse.de + +- btrfs: fix stripe length calculation for non-zoned data chunk allocation (bsc#1217489). +- commit a8d6afc + ------------------------------------------------------------------- Wed Mar 27 16:49:32 CET 2024 - mkoutny@suse.com @@ -611,6 +20120,203 @@ Wed Mar 27 16:49:24 CET 2024 - mkoutny@suse.com (git-fixes CVE-2023-52575 bsc#1220871). - commit 6296dca +------------------------------------------------------------------- +Wed Mar 27 13:17:14 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Fix build when debugfs is not enabled (jsc#PED-7619). +- commit 5b92ea7 + +------------------------------------------------------------------- +Wed Mar 27 13:16:29 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Safely handle saved records of various sizes (jsc#PED-7619). +- commit dbe7333 + +------------------------------------------------------------------- +Wed Mar 27 13:16:10 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records() (jsc#PED-7619). +- commit 6f11306 + +------------------------------------------------------------------- +Wed Mar 27 11:40:29 CET 2024 - tiwai@suse.de + +- ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2" + (stable-fixes). +- commit 7817302 + +------------------------------------------------------------------- +Wed Mar 27 11:38:36 CET 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: use correct address 3 in A-MSDU + (stable-fixes). +- Refresh + patches.suse/wifi-iwlwifi-mvm-use-FW-rate-for-non-data-only-on-ne.patch. +- commit 5b989e7 + +------------------------------------------------------------------- +Wed Mar 27 11:37:48 CET 2024 - tiwai@suse.de + +- drm/msm/dpu: use devres-managed allocation for MDP TOP + (stable-fixes). +- Refresh + patches.suse/drm-msm-dpu-finalise-global-state-object.patch. +- commit d966716 + +------------------------------------------------------------------- +Wed Mar 27 11:36:28 CET 2024 - tiwai@suse.de + +- pwm: img: fix pwm clock lookup (git-fixes). +- crypto: qat - fix ring to service map for dcc in 4xxx + (git-fixes). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (git-fixes). +- clk: qcom: reset: Commonize the de/assert functions + (stable-fixes). +- media: cadence: csi2rx: use match fwnode for media link + (git-fixes). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (stable-fixes). +- Bluetooth: hci_core: Cancel request on command timeout + (stable-fixes). +- inet_diag: annotate data-races around inet_diag_table[] + (git-fixes). +- pstore: inode: Only d_invalidate() is needed (git-fixes). +- Input: gpio_keys_polled - suppress deferred probe error for gpio + (stable-fixes). +- firewire: core: use long bus reset on gap count error + (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 + (stable-fixes). +- ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table + (stable-fixes). +- drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series + (stable-fixes). +- drm/buddy: check range allocation matches alignment + (stable-fixes). +- Bluetooth: mgmt: Fix limited discoverable off timeout + (stable-fixes). +- wifi: mac80211: only call drv_sta_rc_update for uploaded + stations (stable-fixes). +- soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt + (stable-fixes). +- drm/amd/display: fix input states translation error for dcn35 & + dcn351 (stable-fixes). +- platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios + name (stable-fixes). +- media: rkisp1: Fix IRQ handling due to shared interrupts + (stable-fixes). +- ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system + suspend (stable-fixes). +- ASoC: rt5645: Make LattePanda board DMI match more precise + (stable-fixes). +- spi: intel-pci: Add support for Lunar Lake-M SPI serial flash + (stable-fixes). +- regmap: kunit: Ensure that changed bytes are actually different + (stable-fixes). +- HID: multitouch: Add required quirk for Synaptics 0xcddc device + (stable-fixes). +- wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights + (stable-fixes). +- crypto: qat - relocate and rename get_service_enabled() + (stable-fixes). +- pstore: inode: Convert mutex usage to guard(mutex) + (stable-fixes). +- ACPI: resource: Add Infinity laptops to + irq1_edge_low_force_override (stable-fixes). +- commit 88eb41a + +------------------------------------------------------------------- +Wed Mar 27 11:12:04 CET 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Fix devlink params (git-fixes). +- commit 4b1b7ca + +------------------------------------------------------------------- +Wed Mar 27 11:09:48 CET 2024 - denis.kirjanov@suse.com + +- net: hns3: fix port duplex configure error in IMP reset + (git-fixes). +- commit 1e6cd3d + +------------------------------------------------------------------- +Wed Mar 27 11:08:07 CET 2024 - denis.kirjanov@suse.com + +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (git-fixes). +- commit 1a3aae0 + +------------------------------------------------------------------- +Wed Mar 27 11:06:25 CET 2024 - denis.kirjanov@suse.com + +- net: hns3: fix wrong judgment condition issue (git-fixes). +- commit 1fd3681 + +------------------------------------------------------------------- +Wed Mar 27 11:04:31 CET 2024 - denis.kirjanov@suse.com + +- net: ena: Remove ena_select_queue (git-fixes). +- commit e9af613 + +------------------------------------------------------------------- +Wed Mar 27 11:02:49 CET 2024 - denis.kirjanov@suse.com + +- net: pds_core: Fix possible double free in error handling path + (git-fixes). +- commit 2613145 + +------------------------------------------------------------------- +Wed Mar 27 11:00:44 CET 2024 - denis.kirjanov@suse.com + +- xdp, bonding: Fix feature flags when there are no slave devs + anymore (git-fixes). +- commit 1154baf + +------------------------------------------------------------------- +Wed Mar 27 10:59:12 CET 2024 - denis.kirjanov@suse.com + +- intel: legacy: Partial revert of field get conversion + (git-fixes). +- commit d4f114e + +------------------------------------------------------------------- +Wed Mar 27 10:57:22 CET 2024 - denis.kirjanov@suse.com + +- igc: avoid returning frame twice in XDP_REDIRECT (git-fixes). +- commit 75f7f5f + +------------------------------------------------------------------- +Wed Mar 27 10:55:51 CET 2024 - denis.kirjanov@suse.com + +- i40e: Fix firmware version comparison function (git-fixes). +- commit 2c37782 + +------------------------------------------------------------------- +Wed Mar 27 10:54:16 CET 2024 - denis.kirjanov@suse.com + +- ice: fix typo in assignment (git-fixes). +- commit f19020e + +------------------------------------------------------------------- +Wed Mar 27 10:52:12 CET 2024 - denis.kirjanov@suse.com + +- ice: fix uninitialized dplls mutex usage (git-fixes). +- commit ff34920 + +------------------------------------------------------------------- +Wed Mar 27 10:50:39 CET 2024 - denis.kirjanov@suse.com + +- net: ice: Fix potential NULL pointer dereference in + ice_bridge_setlink() (git-fixes). +- commit 1e87fbd + +------------------------------------------------------------------- +Tue Mar 26 17:11:37 CET 2024 - colyli@suse.de + +- block: add check that partition length needs to be aligned + with block size (bsc#1220428, CVE-2023-52458). +- commit 9530f29 + ------------------------------------------------------------------- Tue Mar 26 13:30:37 CET 2024 - mgorman@suse.de @@ -627,12 +20333,26 @@ Tue Mar 26 11:14:07 CET 2024 - jbohac@suse.cz (fix unused variable warning) - commit c953180 +------------------------------------------------------------------- +Tue Mar 26 08:36:49 CET 2024 - jlee@suse.com + +- Update References + patches.suse/wifi-ath10k-fix-NULL-pointer-dereference-in-ath10k_w.patch + (git-fixes bsc#1218336 CVE-2023-7042). +- commit 5dbf535 + ------------------------------------------------------------------- Tue Mar 26 08:32:30 CET 2024 - tiwai@suse.de - Move upstreamed patches into sorted section - commit 70b2e3d +------------------------------------------------------------------- +Mon Mar 25 21:39:32 CET 2024 - tiwai@suse.de + +- mm_init kABI workaround (git-fixes). +- commit 258a68b + ------------------------------------------------------------------- Mon Mar 25 18:30:41 CET 2024 - mgorman@suse.de @@ -664,12 +20384,178 @@ Mon Mar 25 18:30:41 CET 2024 - mgorman@suse.de patches.suse/printk-nbcon-move-locked_port-flag-to-struct-uart_port.patch. - commit d6984e0 +------------------------------------------------------------------- +Mon Mar 25 18:02:23 CET 2024 - colyli@suse.de + +- device-dax: make dax_bus_type const (jsc#PED-5853). +- nvdimm: make nvdimm_bus_type const (jsc#PED-5853). +- libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help (jsc#PED-5853). +- nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal + (jsc#PED-5853). +- dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n + (jsc#PED-5853). +- nvdimm/pmem: fix leak on dax_add_host() failure (jsc#PED-5853). +- dax/bus.c: replace several sprintf() with sysfs_emit() + (jsc#PED-5853). +- dax/bus.c: replace driver-core lock usage by a local rwsem + (jsc#PED-5853). +- dm-integrity: set max_integrity_segments in + dm_integrity_io_hints (jsc#PED-7542). +- dm: update relevant MODULE_AUTHOR entries to latest dm-devel + mailing list (jsc#PED-7542). +- dm verity: set DM_TARGET_SINGLETON feature flag (jsc#PED-7542). +- dm crypt: remove redundant state settings after waking up + (jsc#PED-7542). +- dm thin: add braces around conditional code that spans lines + (jsc#PED-7542). +- md/dm-raid: don't call md_reap_sync_thread() directly + (jsc#PED-7542). +- dm-raid: really frozen sync_thread during suspend + (jsc#PED-7542). +- md: add a new helper reshape_interrupted() (jsc#PED-7542). +- md: export helper md_is_rdwr() (jsc#PED-7542). +- md: export helpers to stop sync_thread (jsc#PED-7542). +- md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume + (jsc#PED-7542). +- md/raid1: factor out helpers to choose the best rdev from + read_balance() (jsc#PED-7542). +- md/raid1: factor out the code to manage sequential IO + (jsc#PED-7542). +- md/raid1: factor out choose_bb_rdev() from read_balance() + (jsc#PED-7542). +- md/raid1: factor out choose_slow_rdev() from read_balance() + (jsc#PED-7542). +- md/raid1: factor out read_first_rdev() from read_balance() + (jsc#PED-7542). +- md/raid1-10: factor out a new helper raid1_should_read_first() + (jsc#PED-7542). +- md/raid1-10: add a helper raid1_check_read_range() + (jsc#PED-7542). +- md/raid1: fix choose next idle in read_balance() (jsc#PED-7542). +- commit 9ee2d7c + +------------------------------------------------------------------- +Mon Mar 25 17:59:43 CET 2024 - colyli@suse.de + +- md: preserve KABI in struct md_personality (jsc#PED-7542). +- dm-raid: add a new helper prepare_suspend() in md_personality + (jsc#PED-7542). +- commit ee8ae3a + +------------------------------------------------------------------- +Mon Mar 25 17:57:08 CET 2024 - colyli@suse.de + +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (jsc#PED-7542). +- Refresh patches.suse/md-display-timeout-error.patch. +- commit 6221037 + +------------------------------------------------------------------- +Mon Mar 25 17:55:31 CET 2024 - colyli@suse.de + +- md/raid1: factor out helpers to add rdev to conf (jsc#PED-7542). +- md: add a new helper rdev_has_badblock() (jsc#PED-7542). +- md: check mddev->pers before calling md_set_readonly() + (jsc#PED-7542). +- md: clean up openers check in do_md_stop() and md_set_readonly() + (jsc#PED-7542). +- md: sync blockdev before stopping raid or setting readonly + (jsc#PED-7542). +- md: factor out a helper to sync mddev (jsc#PED-7542). +- md: Don't clear MD_CLOSING when the raid is about to stop + (jsc#PED-7542). +- md: return directly before setting did_set_md_closing + (jsc#PED-7542). +- md: clean up invalid BUG_ON in md_ioctl (jsc#PED-7542). +- md: changed the switch of RAID_VERSION to if (jsc#PED-7542). +- md: merge the check of capabilities into md_ioctl_valid() + (jsc#PED-7542). +- md: fix kmemleak of rdev->serial (jsc#PED-7542). +- md: use RCU lock to protect traversal in md_spares_need_change() + (jsc#PED-7542). +- md: get rdev->mddev with READ_ONCE() (jsc#PED-7542). +- md: remove redundant md_wakeup_thread() (jsc#PED-7542). +- md: remove redundant check of 'mddev->sync_thread' + (jsc#PED-7542). +- commit ce67549 + ------------------------------------------------------------------- Mon Mar 25 17:02:21 CET 2024 - tiwai@suse.de - Move upstreamed uio patches into sorted section - commit bd64fed +------------------------------------------------------------------- +Mon Mar 25 16:52:37 CET 2024 - tiwai@suse.de + +- clocksource/drivers/arm_global_timer: Fix maximum prescaler + value (git-fixes). +- clocksource/drivers/imx: Fix -Wunused-but-set-variable warning + (git-fixes). +- speakup: Fix 8bit characters from direct synth (git-fixes). +- wifi: iwlwifi: fw: fix compile w/o CONFIG_ACPI (git-fixes). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (git-fixes). +- serial: core: Fix atomicity violation in uart_tiocmget + (git-fixes). +- commit 1a369e8 + +------------------------------------------------------------------- +Mon Mar 25 16:52:07 CET 2024 - tiwai@suse.de + +- Add cherry-picked id to amdgpu patch (git-fixes) +- commit 520ebef + +------------------------------------------------------------------- +Mon Mar 25 16:41:56 CET 2024 - tiwai@suse.de + +- efi: fix panic in kdump kernel (git-fixes). +- efi: disable mirror feature during crashkernel (stable-fixes). +- commit 1fa1fb0 + +------------------------------------------------------------------- +Mon Mar 25 15:11:53 CET 2024 - oneukum@suse.com + +- xhci: update event ring dequeue pointer position to controller + correctly (git-fixes). + Altered because we cannot take the multiple interrupter code +- commit 09553b9 + +------------------------------------------------------------------- +Mon Mar 25 15:02:58 CET 2024 - oneukum@suse.com + +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (git-fixes). +- commit 9738c27 + +------------------------------------------------------------------- +Mon Mar 25 14:54:24 CET 2024 - oneukum@suse.com + +- xhci: simplify event ring dequeue tracking for transfer events + (git-fixes). +- Refresh + patches.suse/xhci-Simplify-event-ring-dequeue-pointer-update-for-.patch. +- commit b590884 + +------------------------------------------------------------------- +Mon Mar 25 14:44:04 CET 2024 - oneukum@suse.com + +- xhci: add helper that checks for unhandled events on a event + ring (git-fixes). +- commit 14f6eb3 + +------------------------------------------------------------------- +Mon Mar 25 14:40:24 CET 2024 - oneukum@suse.com + +- usb: xhci: Implement xhci_handshake_check_state() helper. +- commit f377708 + +------------------------------------------------------------------- +Mon Mar 25 13:47:53 CET 2024 - denis.kirjanov@suse.com + +- kabi/severities: ignore Wangxun ethernet driver local symbols +- commit 86b4a3b + ------------------------------------------------------------------- Mon Mar 25 13:29:53 CET 2024 - mgorman@suse.de @@ -679,12 +20565,155 @@ Mon Mar 25 13:29:53 CET 2024 - mgorman@suse.de patches.suse/serial-8250-lock-port-for-rx_dma-callback.patch. - commit d0958aa +------------------------------------------------------------------- +Mon Mar 25 12:49:46 CET 2024 - ailiop@suse.com + +- ubi: Check for too small LEB size in VTBL code (bsc#1219834 + CVE-2024-25739). +- commit 8837d83 + +------------------------------------------------------------------- +Mon Mar 25 11:42:05 CET 2024 - oneukum@suse.com + +- xhci: Simplify event ring dequeue pointer update for port + change events (git-fixes). +- commit 87ce2b5 + +------------------------------------------------------------------- +Mon Mar 25 10:47:22 CET 2024 - tiwai@suse.de + +- wifi: ath11k: decrease MHI channel buffer length to 8KB + (bsc#1207948). +- commit fa1c47a + +------------------------------------------------------------------- +Mon Mar 25 10:46:37 CET 2024 - nik.borisov@suse.com + +- x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (git-fixes). +- commit 4352288 + +------------------------------------------------------------------- +Mon Mar 25 10:45:13 CET 2024 - nik.borisov@suse.com + +- x86/CPU/AMD: Update the Zenbleed microcode revisions (git-fixes). +- commit 6ea0e27 + +------------------------------------------------------------------- +Mon Mar 25 10:34:13 CET 2024 - denis.kirjanov@suse.com + +- ice: virtchnl: stop pretending to support RSS over AQ or + registers (git-fixes). +- commit 6cbf931 + +------------------------------------------------------------------- +Mon Mar 25 10:32:43 CET 2024 - denis.kirjanov@suse.com + +- idpf: disable local BH when scheduling napi for marker packets + (git-fixes). +- commit 30580cd + +------------------------------------------------------------------- +Mon Mar 25 10:31:06 CET 2024 - denis.kirjanov@suse.com + +- net: dsa: microchip: fix register write order in + ksz8_ind_write8() (git-fixes). +- commit ed256c0 + +------------------------------------------------------------------- +Mon Mar 25 10:29:29 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Switch to using _bh variant of of spinlock API in + port timestamping NAPI poll context (git-fixes). +- commit 41be7c6 + +------------------------------------------------------------------- +Mon Mar 25 10:26:04 CET 2024 - denis.kirjanov@suse.com + +- net: stmmac: Fix incorrect dereference in interrupt handlers + (git-fixes). +- commit 0ab8957 + +------------------------------------------------------------------- +Mon Mar 25 10:20:36 CET 2024 - denis.kirjanov@suse.com + +- net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio + (git-fixes). +- commit 82f6a71 + +------------------------------------------------------------------- +Mon Mar 25 10:18:29 CET 2024 - denis.kirjanov@suse.com + +- net: libwx: fix memory leak on free page (git-fixes). +- commit 1147e4f + +------------------------------------------------------------------- +Mon Mar 25 10:15:05 CET 2024 - denis.kirjanov@suse.com + +- Update references +- commit 2642ab1 + +------------------------------------------------------------------- +Mon Mar 25 09:10:29 CET 2024 - jslaby@suse.cz + +- blacklist.conf: add one PCI miss +- commit 45d2467 + +------------------------------------------------------------------- +Mon Mar 25 09:06:28 CET 2024 - jslaby@suse.cz + +- PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p + (git-fixes). +- PCI: qcom: Add support for sa8775p SoC (git-fixes). +- PCI/ASPM: Use RMW accessors for changing LNKCTL (git-fixes). +- PCI: Make link retraining use RMW accessors for changing LNKCTL + (git-fixes). +- commit 85600d2 + +------------------------------------------------------------------- +Mon Mar 25 08:53:55 CET 2024 - dwagner@suse.de + +- nvme: fix reconnection fail due to reserved tag allocation + (git-fixes). +- commit b4e9845 + +------------------------------------------------------------------- +Mon Mar 25 07:09:23 CET 2024 - shung-hsi.yu@suse.com + +- bpf, scripts: Correct GPL license name (git-fixes). +- commit 0780a36 + ------------------------------------------------------------------- Sun Mar 24 09:09:01 CET 2024 - tiwai@suse.de - Move out-of-tree kexec patches into the right section - commit 06266e2 +------------------------------------------------------------------- +Sun Mar 24 09:06:31 CET 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit d7cfbed + +------------------------------------------------------------------- +Sat Mar 23 10:48:51 CET 2024 - tiwai@suse.de + +- Drop usb gadget patch that was taken mistakenly and reverted (git-fixes) +- commit 57ae154 + +------------------------------------------------------------------- +Sat Mar 23 09:12:01 CET 2024 - tiwai@suse.de + +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (git-fixes). +- spi: lm70llp: fix links in doc and comments (git-fixes). +- spi: lpspi: Avoid potential use-after-free in probe() + (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (git-fixes). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (git-fixes). +- commit 0e27f7b + ------------------------------------------------------------------- Fri Mar 22 17:14:57 CET 2024 - mgorman@suse.de @@ -693,6 +20722,178 @@ Fri Mar 22 17:14:57 CET 2024 - mgorman@suse.de - Refresh patches.suse/printk-Update-the-printk-series.patch. - commit 1025e3e +------------------------------------------------------------------- +Fri Mar 22 13:17:18 CET 2024 - tiwai@suse.de + +- drm/amdgpu: drop setting buffer funcs in sdma442 (git-fixes). +- drm/amdgpu/pm: Check the validity of overdiver power limit + (git-fixes). +- drm/amdgpu/pm: Fix NULL pointer dereference when get power limit + (git-fixes). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (git-fixes). +- nouveau/gsp: don't check devinit disable on GSP (git-fixes). +- drm: Fix drm_fixp2int_round() making it add 0.5 (git-fixes). +- nouveau: reset the bo resource bus info after an eviction + (git-fixes). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (git-fixes). +- selftests: forwarding: Fix ping failure due to short timeout + (git-fixes). +- soc: fsl: qbman: Use raw spinlock for cgr_lock (git-fixes). +- soc: fsl: qbman: Always disable interrupts when taking cgr_lock + (git-fixes). +- kconfig: fix infinite loop when expanding a macro at the end + of file (git-fixes). +- slimbus: core: Remove usage of the deprecated ida_simple_xx() + API (git-fixes). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (git-fixes). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (git-fixes). +- iio: gts-helper: Fix division loop (git-fixes). +- iio: dummy_evgen: remove Excess kernel-doc comments (git-fixes). +- serial: Lock console when calling into driver before + registration (git-fixes). +- serial: core: only stop transmit when HW fifo is empty + (git-fixes). +- serial: 8250_exar: Don't remove GPIO device on suspend + (git-fixes). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (git-fixes). +- serial: max310x: fix syntax error in IRQ error message + (git-fixes). +- serial: max310x: fix NULL pointer dereference in I2C + instantiation (git-fixes). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (git-fixes). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (git-fixes). +- usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros (git-fixes). +- usb: xhci: Add error handling in xhci_map_urb_for_dma + (git-fixes). +- usb: phy: generic: Get the vbus supply (git-fixes). +- usb: audio-v2: Correct comments for struct + uac_clock_selector_descriptor (git-fixes). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (git-fixes). +- remoteproc: virtio: Fix wdg cannot recovery remote processor + (git-fixes). +- commit 0e293ea + +------------------------------------------------------------------- +Fri Mar 22 12:36:58 CET 2024 - vkarasulli@suse.de + +- iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array + (git-fixes). +- commit 7b0b857 + +------------------------------------------------------------------- +Fri Mar 22 12:30:29 CET 2024 - vkarasulli@suse.de + +- iommufd/iova_bitmap: Consider page offset for the pages to be + pinned (git-fixes). +- commit 0bcb37d + +------------------------------------------------------------------- +Fri Mar 22 11:56:37 CET 2024 - vkarasulli@suse.de + +- iommu/vt-d: Set SSADE when attaching to a parent with dirty + tracking (git-fixes). +- commit 0dce02e + +------------------------------------------------------------------- +Fri Mar 22 11:13:09 CET 2024 - vkarasulli@suse.de + +- iommufd: Fix iopt_access_list_id overwrite bug (git-fixes). +- commit 393f087 + +------------------------------------------------------------------- +Fri Mar 22 10:48:43 CET 2024 - iivanov@suse.de + +- Update patches.suse/dmaengine-fix-NULL-pointer-in-channel-unregistration.patch (git-fixes bsc#1221276 CVE-2023-52492) +- commit 4334575 + +------------------------------------------------------------------- +Fri Mar 22 08:56:05 CET 2024 - iivanov@suse.de + +- Update patches.suse/firmware-arm_scmi-Check-mailbox-SMT-channel-for-cons.patch (git-fixes bsc#1221375 CVE-2023-52608) +- commit 9e41d96 + +------------------------------------------------------------------- +Thu Mar 21 22:20:29 CET 2024 - tonyj@suse.de + +- perf tests: Skip data symbol test if buf1 symbol is missing + (bsc#1220045). +- perf tests: Make data symbol test wait for perf to start + (bsc#1220045). +- commit c2fa164 + +------------------------------------------------------------------- +Thu Mar 21 17:59:54 CET 2024 - jlee@suse.com + +- Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security + (bsc#1219170 CVE-2024-22099). +- commit ee8d9c4 + +------------------------------------------------------------------- +Thu Mar 21 14:35:13 CET 2024 - dwagner@suse.de + +- scsi: qla2xxx: Update version to 10.02.09.200-k (bsc1221816). +- scsi: qla2xxx: Delay I/O Abort on PCI error (bsc1221816). +- scsi: qla2xxx: Change debug message during driver unload + (bsc1221816). +- scsi: qla2xxx: Fix double free of fcport (bsc1221816). +- scsi: qla2xxx: Fix double free of the ha->vp_map pointer + (bsc1221816). +- scsi: qla2xxx: Fix command flush on cable pull (bsc1221816). +- scsi: qla2xxx: NVME|FCP prefer flag not being honored + (bsc1221816). +- scsi: qla2xxx: Update manufacturer detail (bsc1221816). +- scsi: qla2xxx: Split FCE|EFT trace control (bsc1221816). +- scsi: qla2xxx: Fix N2N stuck connection (bsc1221816). +- scsi: qla2xxx: Prevent command send on chip reset (bsc1221816). +- commit 1d07bf4 + +------------------------------------------------------------------- +Thu Mar 21 14:12:16 CET 2024 - jlee@suse.com + +- aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts + (bsc#1218562 CVE-2023-6270 CVE-2024-26898 bsc#1223016). +- aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts + (bsc#1218562 CVE-2023-6270). +- commit bd4199d + +------------------------------------------------------------------- +Thu Mar 21 14:08:17 CET 2024 - dwagner@suse.de + +- scsi: lpfc: Copyright updates for 14.4.0.1 patches + (bsc#1221777). +- scsi: lpfc: Update lpfc version to 14.4.0.1 (bsc#1221777). +- scsi: lpfc: Define types in a union for generic void *context3 + ptr (bsc#1221777). +- scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr + (bsc#1221777). +- scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr + (bsc#1221777). +- scsi: lpfc: Use a dedicated lock for ras_fwlog state + (bsc#1221777). +- scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() + (bsc#1221777). +- scsi: lpfc: Replace hbalock with ndlp lock in + lpfc_nvme_unregister_port() (bsc#1221777). +- scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic + (bsc#1221777). +- scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling + (bsc#1221777 bsc#1217959). +- scsi: lpfc: Move NPIV's transport unregistration to after + resource clean up (bsc#1221777). +- scsi: lpfc: Remove unnecessary log message in queuecommand path + (bsc#1221777). +- scsi: lpfc: Correct size for cmdwqe/rspwqe for memset() + (bsc#1221777). +- scsi: lpfc: Correct size for wqe for memset() (bsc#1221777). +- commit eef9737 + ------------------------------------------------------------------- Thu Mar 21 12:03:15 CET 2024 - mgorman@suse.de @@ -739,12 +20940,126 @@ Thu Mar 21 12:03:15 CET 2024 - mgorman@suse.de patches.suse/printk-Add-NMI-check-to-console_flush_on_panic-and-console_unblank.patch. - commit cd25188 +------------------------------------------------------------------- +Thu Mar 21 11:31:29 CET 2024 - msuchanek@suse.de + +- Workaround broken chacha crypto fallback (bsc#1218205). +- commit 55f136c + ------------------------------------------------------------------- Thu Mar 21 11:26:07 CET 2024 - mgorman@suse.de - Revert v6.5-rt printk - commit 36c3e65 +------------------------------------------------------------------- +Thu Mar 21 11:19:16 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Use a memory barrier to enforce PTP WQ xmit + submission tracking occurs after populating the metadata_map + (git-fixes). +- commit c382d3a + +------------------------------------------------------------------- +Thu Mar 21 11:17:43 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Fix MACsec state loss upon state update in offload + path (git-fixes). +- commit 7293938 + +------------------------------------------------------------------- +Thu Mar 21 11:16:11 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Change the warning when ignore_flow_level is not + supported (git-fixes). +- commit 5274665 + +------------------------------------------------------------------- +Thu Mar 21 11:14:37 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5: Fix fw reporter diagnose output (git-fixes). +- commit 3377c89 + +------------------------------------------------------------------- +Thu Mar 21 11:13:05 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5: E-switch, Change flow rule destination checking + (git-fixes). +- commit 1d30b46 + +------------------------------------------------------------------- +Thu Mar 21 11:11:26 CET 2024 - denis.kirjanov@suse.com + +- Revert "net/mlx5e: Check the number of elements before walk + TC rhashtable" (git-fixes). +- commit a37e618 + +------------------------------------------------------------------- +Thu Mar 21 11:09:49 CET 2024 - denis.kirjanov@suse.com + +- Revert "net/mlx5: Block entering switchdev mode with ns + inconsistency" (git-fixes). +- commit 917148d + +------------------------------------------------------------------- +Thu Mar 21 11:08:11 CET 2024 - denis.kirjanov@suse.com + +- ice: reconfig host after changing MSI-X on VF (git-fixes). +- commit f980680 + +------------------------------------------------------------------- +Thu Mar 21 11:06:28 CET 2024 - denis.kirjanov@suse.com + +- ice: reorder disabling IRQ and NAPI in ice_qp_dis (git-fixes). +- commit 4099ba6 + +------------------------------------------------------------------- +Thu Mar 21 11:05:01 CET 2024 - denis.kirjanov@suse.com + +- i40e: disable NAPI right after disabling irqs when handling + xsk_pool (git-fixes). +- commit 1715806 + +------------------------------------------------------------------- +Thu Mar 21 11:03:38 CET 2024 - denis.kirjanov@suse.com + +- ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able + (git-fixes). +- commit fbfea47 + +------------------------------------------------------------------- +Thu Mar 21 11:02:10 CET 2024 - denis.kirjanov@suse.com + +- geneve: make sure to pull inner header in geneve_rx() + (git-fixes). +- commit 8b261ce + +------------------------------------------------------------------- +Thu Mar 21 11:00:24 CET 2024 - denis.kirjanov@suse.com + +- gtp: fix use-after-free and null-ptr-deref in gtp_newlink() + (git-fixes). +- commit 897cd65 + +------------------------------------------------------------------- +Thu Mar 21 10:58:44 CET 2024 - denis.kirjanov@suse.com + +- igb: extend PTP timestamp adjustments to i211 (git-fixes). +- commit b173908 + +------------------------------------------------------------------- +Thu Mar 21 10:57:13 CET 2024 - denis.kirjanov@suse.com + +- stmmac: Clear variable when destroying workqueue (git-fixes). +- commit 94d14a9 + +------------------------------------------------------------------- +Thu Mar 21 08:42:50 CET 2024 - mfranc@suse.cz + +- s390/vtime: fix average steal time calculation (git-fixes + bsc#1221783). +- commit e044390 + ------------------------------------------------------------------- Wed Mar 20 17:04:34 CET 2024 - mgorman@suse.de @@ -907,6 +21222,48 @@ Wed Mar 20 14:31:18 CET 2024 - mgorman@suse.de patches.suse/printk-Monolithic-bring-printk-up-to-date-with-v6.6-rt25.patch. - commit dde15d2 +------------------------------------------------------------------- +Wed Mar 20 13:05:54 CET 2024 - jslaby@suse.cz + +- blacklist.conf: add one x86/mem_encrypt entry +- commit 6d2cc3b + +------------------------------------------------------------------- +Wed Mar 20 13:04:03 CET 2024 - jslaby@suse.cz + +- net/smc: fix documentation of buffer sizes (git-fixes). +- bootmem: use kmemleak_free_part_phys in free_bootmem_page + (git-fixes). +- swiotlb: use the calculated number of areas (git-fixes). +- sched/psi: Select KERNFS as needed (git-fixes). +- commit ed6834a + +------------------------------------------------------------------- +Wed Mar 20 13:00:31 CET 2024 - denis.kirjanov@suse.com + +- veth: try harder when allocating queue memory (git-fixes). +- commit fda44e7 + +------------------------------------------------------------------- +Wed Mar 20 10:59:24 CET 2024 - oneukum@suse.com + +- vdpa/mlx5: Allow CVQ size changes (git-fixes). +- commit 7026f16 + +------------------------------------------------------------------- +Wed Mar 20 10:56:13 CET 2024 - oneukum@suse.com + +- vdpa_sim: reset must not run (git-fixes). +- commit b05aeef + +------------------------------------------------------------------- +Wed Mar 20 08:18:45 CET 2024 - iivanov@suse.de + +- Fix patches.suse/coresight-etm4x-Add-ACPI-support-in-platform-driver.patch (bsc#1218779 bsc#1220587) + Put back patch hunk which where missed because file rename + drivers/acpi/acpi_amba.c -> drivers/acpi/arm64/amba.c +- commit 1eccf32 + ------------------------------------------------------------------- Wed Mar 20 07:47:07 CET 2024 - tiwai@suse.de @@ -918,6 +21275,50 @@ Wed Mar 20 07:47:07 CET 2024 - tiwai@suse.de an error handling path (git-fixes). - commit 353a58d +------------------------------------------------------------------- +Wed Mar 20 02:06:22 CET 2024 - neilb@suse.de + +- NFSD: Fix nfsd_clid_class use of __string_len() macro + (git-fixes). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (git-fixes). +- NFS: Read unlock folio on nfs_page_create_from_folio() error + (git-fixes). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (git-fixes). +- NFS: Fix an off by one in root_nfs_cat() (git-fixes). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (git-fixes). +- NFSv4.2: fix listxattr maximum XDR buffer size (git-fixes). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (git-fixes). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (git-fixes). +- nfsd: Fix a regression in nfsd_setattr() (git-fixes). +- nfsd: don't call locks_release_private() twice concurrently + (git-fixes). +- NFSD: Retransmit callbacks after client reconnects (git-fixes). +- NFSD: Reschedule CB operations when backchannel rpc_clnt is + shut down (git-fixes). +- NFSD: Convert the callback workqueue to use delayed_work + (git-fixes). +- NFSD: Reset cb_seq_status after NFS4ERR_DELAY (git-fixes). +- NFSD: fix LISTXATTRS returning more bytes than maxcount + (git-fixes). +- NFSD: fix LISTXATTRS returning a short list with eof=TRUE + (git-fixes). +- NFSD: change LISTXATTRS cookie encoding to big-endian + (git-fixes). +- NFSD: fix nfsd4_listxattr_validate_cookie (git-fixes). +- SUNRPC: fix some memleaks in gssx_dec_option_array (git-fixes). +- SUNRPC: fix a memleak in gss_import_v2_context (git-fixes). +- commit cf1cfe0 + +------------------------------------------------------------------- +Wed Mar 20 01:13:52 CET 2024 - neilb@suse.de + +- blacklist.conf: add a 'cosmetic' commit +- commit 704be6f + ------------------------------------------------------------------- Tue Mar 19 18:30:13 CET 2024 - mkoutny@suse.com @@ -925,6 +21326,13 @@ Tue Mar 19 18:30:13 CET 2024 - mkoutny@suse.com patches.suse/net-sched-Add-module-alias-for-sch_fq_pie.patch. - commit 4c6eb4e +------------------------------------------------------------------- +Tue Mar 19 15:58:13 CET 2024 - vkarasulli@suse.de + +- iommu/dma: Trace bounce buffer usage when mapping buffers + (git-fixes). +- commit a53df01 + ------------------------------------------------------------------- Tue Mar 19 15:30:05 CET 2024 - nmorey@suse.com @@ -961,6 +21369,15 @@ Tue Mar 19 14:21:35 CET 2024 - pjakobsson@suse.de - drm/amd/display: Fix && vs || typos (git-fixes). - commit 1a09c42 +------------------------------------------------------------------- +Tue Mar 19 12:26:21 CET 2024 - vkarasulli@suse.de + +- iommu: Map reserved memory as cacheable if device is coherent + (git-fixes). +- Refresh + patches.suse/iommu-Don-t-reserve-0-length-IOVA-region.patch. +- commit 3835906 + ------------------------------------------------------------------- Tue Mar 19 11:32:10 CET 2024 - svarbanov@suse.de @@ -2719,6 +23136,36 @@ Wed Mar 13 08:49:16 CET 2024 - tiwai@suse.de - Move upstreamed patches into sorted section - commit 612fa2e +------------------------------------------------------------------- +Wed Mar 13 08:09:26 CET 2024 - iivanov@suse.de + +- arm_pmu: acpi: Add a representative platform device for TRBE (bsc#1220587) +- commit e433e12 + +------------------------------------------------------------------- +Wed Mar 13 08:05:56 CET 2024 - iivanov@suse.de + +- arm_pmu: acpi: Refactor arm_spe_acpi_register_device() (bsc#1220587) +- commit c36cae4 + +------------------------------------------------------------------- +Wed Mar 13 08:03:50 CET 2024 - iivanov@suse.de + +- coresight: trbe: Enable ACPI based TRBE devices (bsc#1220587) +- commit 0aa88dd + +------------------------------------------------------------------- +Wed Mar 13 08:02:46 CET 2024 - iivanov@suse.de + +- coresight: trbe: Add a representative coresight_platform_data for (bsc#1220587) +- commit 4d64f51 + +------------------------------------------------------------------- +Wed Mar 13 07:58:31 CET 2024 - iivanov@suse.de + +- coresight: trbe: Allocate platform data per device (bsc#1220587) +- commit fd3964b + ------------------------------------------------------------------- Wed Mar 13 06:13:12 CET 2024 - ddiss@suse.de @@ -2993,6 +23440,21 @@ Mon Mar 11 10:11:09 CET 2024 - oneukum@suse.com Added CVE - commit 61b1ebd +------------------------------------------------------------------- +Mon Mar 11 09:48:38 CET 2024 - dwagner@suse.de + +- nvmet-fc: take ref count on tgtport before delete assoc + (git-fixes). +- nvmet-fc: avoid deadlock on delete association path (git-fixes). +- nvmet-fc: abort command when there is no binding (git-fixes). +- nvmet-fc: hold reference on hostport match (git-fixes). +- nvmet-fc: defer cleanup using RCU properly (git-fixes). +- nvmet-fc: release reference on target port (git-fixes). +- nvmet-fcloop: swap the list_add_tail arguments (git-fixes). +- nvme-fc: do not wait in vain when unloading module (git-fixes). +- nvmet-tcp: fix nvme tcp ida memory leak (git-fixes). +- commit 53c6a83 + ------------------------------------------------------------------- Sun Mar 10 09:34:05 CET 2024 - tiwai@suse.de @@ -84386,6 +104848,26 @@ Thu Feb 9 13:23:38 CET 2023 - ykaukab@suse.de Update branch name while at it. - commit 0eb2972 +------------------------------------------------------------------- +Thu May 5 12:06:09 CEST 2022 - jslaby@suse.cz + +- Revert "build initrd without systemd" (bsc#1195775)" + This reverts commit 3a2140fa2acded48224e1438ac9b4775340c94c2. Again, + this breaks many packages as: + * iproute2 is missing, and + * kernel-obs-qa fails with: + Timed out waiting for device /dev/disk/by-id/virtio-0. +- commit 15dd151 + +------------------------------------------------------------------- +Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de + +- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules + afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for + LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2. + Wrap the long line to make it readable. +- commit bfd7db4 + ------------------------------------------------------------------- Tue Mar 22 10:16:34 CET 2022 - mgorman@suse.de diff --git a/kernel-rt.spec b/kernel-rt.spec index b98a000..7984590 100644 --- a/kernel-rt.spec +++ b/kernel-rt.spec @@ -19,7 +19,7 @@ %define srcversion 6.4 %define patchversion 6.4.0 -%define git_commit 72f4b8cbd4d84ea31a7a79ccacaad095a7ca59f4 +%define git_commit 90a8c81ce3c9ae3591acca72f13d2ff0a2f960d4 %define variant -rt%{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -38,7 +38,7 @@ Name: kernel-rt Version: 6.4.0 %if 0%{?is_kotd} -Release: .g72f4b8c +Release: .g90a8c81 %else Release: 0 %endif @@ -758,6 +758,7 @@ from this package. %source_timestamp %files vdso +%dir %modules_dir %modules_dir/vdso/ %endif diff --git a/kernel-rt_debug.changes b/kernel-rt_debug.changes index 99e6c35..cc4c00e 100644 --- a/kernel-rt_debug.changes +++ b/kernel-rt_debug.changes @@ -1,3 +1,18679 @@ +------------------------------------------------------------------- +Tue Jul 30 08:37:32 CEST 2024 - tiwai@suse.de + +- HID: wacom: Modify pen IDs (git-fixes). +- commit 9c450d7 + +------------------------------------------------------------------- +Tue Jul 30 07:31:38 CEST 2024 - tiwai@suse.de + +- Move upstreamed ASoC patch into sorted section +- commit adae4df + +------------------------------------------------------------------- +Mon Jul 29 22:57:26 CEST 2024 - ailiop@suse.com + +- xfs: add bounds checking to xlog_recover_process_data + (bsc#1228408 CVE-2024-41014). +- commit bb0300d + +------------------------------------------------------------------- +Mon Jul 29 22:56:46 CEST 2024 - ailiop@suse.com + +- xfs: don't walk off the end of a directory data block + (bsc#1228405 CVE-2024-41013). +- commit 8a0b7eb + +------------------------------------------------------------------- +Mon Jul 29 22:55:12 CEST 2024 - ailiop@suse.com + +- jfs: don't walk off the end of ealist (bsc#1228403 + CVE-2024-41017). +- commit 4159bc5 + +------------------------------------------------------------------- +Mon Jul 29 17:04:08 CEST 2024 - jack@suse.cz + +- ext4: fold quota accounting into + ext4_xattr_inode_lookup_create() (bsc#1227910 CVE-2024-40972). +- commit 94f6f2b + +------------------------------------------------------------------- +Mon Jul 29 16:50:46 CEST 2024 - jack@suse.cz + +- ext4: fix mb_cache_entry's e_refcnt leak in + ext4_xattr_block_cache_find() (bsc#1226993 CVE-2024-39276). +- commit d72f4d7 + +------------------------------------------------------------------- +Mon Jul 29 16:49:12 CEST 2024 - jack@suse.cz + +- block: fix request.queuelist usage in flush (bsc#1227789 + CVE-2024-40925). +- commit 4903430 + +------------------------------------------------------------------- +Mon Jul 29 16:48:52 CEST 2024 - tbogendoerfer@suse.de + +- supported.conf: mark vdpa modules supported (jsc#PED-8954) +- commit 483ffd4 + +------------------------------------------------------------------- +Mon Jul 29 16:46:24 CEST 2024 - jack@suse.cz + +- ext4: do not create EA inode under buffer lock (bsc#1227910 + CVE-2024-40972). +- commit 37fb4de + +------------------------------------------------------------------- +Mon Jul 29 16:43:03 CEST 2024 - jack@suse.cz + +- ext4: fix uninitialized ratelimit_state->lock access in + __ext4_fill_super() (bsc#1227866 CVE-2024-40998). +- commit cefc508 + +------------------------------------------------------------------- +Mon Jul 29 16:40:06 CEST 2024 - tiwai@suse.de + +- Update patch reference of AMDGPU fix (CVE-2024-41011 bsc#1228115) +- commit 96de263 + +------------------------------------------------------------------- +Mon Jul 29 15:45:55 CEST 2024 - lhenriques@suse.de + +- ceph: fix incorrect kmalloc size of pagevec mempool + (bsc#1228417). +- commit 84977b0 + +------------------------------------------------------------------- +Mon Jul 29 15:26:39 CEST 2024 - ddiss@suse.de + +- ima: Fix use-after-free on a dentry's dname.name (bsc#1227716 CVE-2024-39494). +- commit f7cf8d6 + +------------------------------------------------------------------- +Mon Jul 29 14:38:57 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: fix use-after-free due to race with dev replace + (bsc#1227719 CVE-2024-39496). +- commit c878f86 + +------------------------------------------------------------------- +Mon Jul 29 14:24:07 CEST 2024 - tbogendoerfer@suse.de + +- tun: add missing verification for short frame (CVE-2024-41091 + bsc#1228327). +- tap: add missing verification for short frame (CVE-2024-41090 + bsc#1228328). +- net: ena: Add validation for completion descriptors consistency + (CVE-2024-40999 bsc#1227913). +- commit 7fa5ae2 + +------------------------------------------------------------------- +Mon Jul 29 06:56:31 CEST 2024 - jslaby@suse.cz + +- Refresh + patches.kabi/tty-add-the-option-to-have-a-tty-reject-a-new-ldisc.patch. + Fix build for CONFIG_VT=n (ppc64le/kvmsmall). +- commit 9280ac5 + +------------------------------------------------------------------- +Sun Jul 28 09:40:06 CEST 2024 - tiwai@suse.de + +- spi: spidev: add correct compatible for Rohm BH2228FV + (git-fixes). +- spi: microchip-core: ensure TX and RX FIFOs are empty at start + of a transfer (git-fixes). +- spi: microchip-core: only disable SPI controller when register + value change requires it (git-fixes). +- spi: microchip-core: defer asserting chip select until just + before write to TX FIFO (git-fixes). +- spi: microchip-core: fix the issues in the isr (git-fixes). +- clk: davinci: da8xx-cfgchip: Initialize clk_init_data before + use (git-fixes). +- decompress_bunzip2: fix rare decompression failure (git-fixes). +- commit 536a80d + +------------------------------------------------------------------- +Sat Jul 27 09:29:33 CEST 2024 - tiwai@suse.de + +- ALSA: usb-audio: Add a quirk for Sonix HD USB Camera + (stable-fixes). +- ALSA: usb-audio: Move HD Webcam quirk to the right place + (git-fixes). +- ALSA: usb-audio: Fix microphone sound on HD webcam + (stable-fixes). +- commit 07826dc + +------------------------------------------------------------------- +Sat Jul 27 09:27:40 CEST 2024 - tiwai@suse.de + +- auxdisplay: ht16k33: Drop reference after LED registration + (git-fixes). +- ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA + on unprepare (git-fixes). +- ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes). +- ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is + reachable (git-fixes). +- ASoC: sof: amd: fix for firmware reload failure in Vangogh + platform (git-fixes). +- ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes). +- ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models + (git-fixes). +- ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes). +- ALSA: ump: Don't update FB name for static blocks (git-fixes). +- drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes). +- drm/i915/gt: Do not consider preemption during execlists_dequeue + for gen8 (git-fixes). +- drm/i915/dp: Don't switch the LTTPR mode on an active link + (git-fixes). +- commit d7e2deb + +------------------------------------------------------------------- +Fri Jul 26 16:45:07 CEST 2024 - tiwai@suse.de + +- ALSA: hda/conexant: Mute speakers at suspend / shutdown + (bsc#1228269). +- ALSA: hda/generic: Add a helper to mute speakers at + suspend/shutdown (bsc#1228269). +- commit e046d5e + +------------------------------------------------------------------- +Fri Jul 26 16:41:17 CEST 2024 - tiwai@suse.de + +- Refresh the previous ASoC patch, landed in subsystem tree (bsc#1228269) +- commit 180425d + +------------------------------------------------------------------- +Fri Jul 26 11:08:10 CEST 2024 - jslaby@suse.cz + +- kABI: tty: add the option to have a tty reject a new ldisc + (kabi CVE-2024-40966 bsc#1227886). +- tty: add the option to have a tty reject a new ldisc + (CVE-2024-40966 bsc#1227886). +- commit 00113b6 + +------------------------------------------------------------------- +Fri Jul 26 10:25:15 CEST 2024 - ailiop@suse.com + +- fs/file: fix the check in find_next_fd() (git-fixes). +- commit 3ec6b68 + +------------------------------------------------------------------- +Fri Jul 26 10:23:48 CEST 2024 - ailiop@suse.com + +- erofs: ensure m_llen is reset to 0 if metadata is invalid + (git-fixes). +- commit 03e55bf + +------------------------------------------------------------------- +Fri Jul 26 10:23:19 CEST 2024 - ailiop@suse.com + +- jfs: Fix array-index-out-of-bounds in diFree (git-fixes). +- commit a89a289 + +------------------------------------------------------------------- +Fri Jul 26 10:06:29 CEST 2024 - ailiop@suse.com + +- hfsplus: fix uninit-value in copy_name (git-fixes). +- commit 4f0ad7b + +------------------------------------------------------------------- +Fri Jul 26 08:40:03 CEST 2024 - tiwai@suse.de + +- mISDN: Fix a use after free in hfcmulti_tx() (git-fixes). +- devres: Fix memory leakage caused by driver API + devm_free_percpu() (git-fixes). +- devres: Fix devm_krealloc() wasting memory (git-fixes). +- kobject_uevent: Fix OOB access within zap_modalias_env() + (git-fixes). +- watchdog: rzn1: Convert comma to semicolon (git-fixes). +- watchdog: rzg2l_wdt: Check return status of pm_runtime_put() + (git-fixes). +- watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get() + (git-fixes). +- dma: fix call order in dmam_free_coherent (git-fixes). +- mISDN: fix MISDN_TIME_STAMP handling (git-fixes). +- commit 69aa862 + +------------------------------------------------------------------- +Thu Jul 25 17:09:21 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Fix array-index-out-of-bounds in + dml2/FCLKChangeSupport (stable-fixes). +- drm/amd/display: Update efficiency bandwidth for dcn351 + (stable-fixes). +- drm/ttm: Always take the bo delayed cleanup path for imported + bos (git-fixes). +- drm/amd/display: change dram_clock_latency to 34us for dcn35 + (stable-fixes). +- drm/amdgpu: fix locking scope when flushing tlb (stable-fixes). +- wifi: mac80211: Avoid address calculations via out of bounds + array indexing (stable-fixes). +- drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs + (stable-fixes). +- drm/amd/display: ASSERT when failing to find index by + plane/stream id (stable-fixes). +- drm/amd/display: Fix overlapping copy within + dml_core_mode_programming (stable-fixes). +- drm/amd/display: Skip pipe if the pipe idx not set properly + (stable-fixes). +- drm/amd/display: Workaround register access in idle race with + cursor (stable-fixes). +- commit 830869c + +------------------------------------------------------------------- +Thu Jul 25 12:48:27 CEST 2024 - tiwai@suse.de + +- ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA + is paused (git-fixes). +- commit aadeb44 + +------------------------------------------------------------------- +Thu Jul 25 12:44:38 CEST 2024 - tiwai@suse.de + +- spi: mux: set ctlr->bits_per_word_mask (stable-fixes). +- wifi: iwlwifi: mvm: don't wake up rx_sync_waitq upon RFKILL + (git-fixes). +- wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK + (stable-fixes). +- wifi: mac80211: disable softirqs for queued frame handling + (git-fixes). +- wifi: cfg80211: wext: add extra SIOCSIWSCAN data check + (stable-fixes). +- wifi: cfg80211: wext: set ssids=NULL for passive scans + (git-fixes). +- wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() + (stable-fixes). +- wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill + (stable-fixes). +- wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe + option (stable-fixes). +- wifi: iwlwifi: mvm: handle BA session teardown in RF-kill + (stable-fixes). +- wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd + (stable-fixes). +- wifi: iwlwifi: mvm: remove stale STA link data during restart + (stable-fixes). +- wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup + (stable-fixes). +- wifi: cfg80211: fix 6 GHz scan request building (stable-fixes). +- wifi: mac80211: handle tasklet frames before stopping + (stable-fixes). +- wifi: mac80211: apply mcast rate only if interface is up + (stable-fixes). +- wifi: mac80211: mesh: init nonpeer_pm to active by default in + mesh sdata (stable-fixes). +- tools/power/cpupower: Fix Pstate frequency reporting on AMD + Family 1Ah CPUs (stable-fixes). +- tools/power turbostat: Remember global max_die_id + (stable-fixes). +- commit 37df9b4 + +------------------------------------------------------------------- +Thu Jul 25 12:41:28 CEST 2024 - tiwai@suse.de + +- phy: cadence-torrent: Check return value on register read + (git-fixes). +- kbuild: avoid build error when single DTB is turned into + composite DTB (git-fixes). +- remoteproc: stm32_rproc: Fix mailbox interrupts queuing + (git-fixes). +- remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes). +- remoteproc: imx_rproc: Fix refcount mistake in + imx_rproc_addr_init (git-fixes). +- remoteproc: imx_rproc: Skip over memory region when node value + is NULL (git-fixes). +- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after + devm_pm_runtime_enable() (git-fixes). +- power: supply: ingenic: Fix some error handling paths in + ingenic_battery_get_property() (git-fixes). +- power: supply: ab8500: Fix error handling when calling + iio_read_channel_processed() (git-fixes). +- spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices + (stable-fixes). +- net: mac802154: Fix racy device stats updates by DEV_STATS_INC() + and DEV_STATS_ADD() (stable-fixes). +- platform/x86: lg-laptop: Use ACPI device handle when evaluating + WMAB/WMBB (stable-fixes). +- platform/x86: lg-laptop: Change ACPI device id (stable-fixes). +- platform/x86: lg-laptop: Remove LGEX0815 hotkey handling + (stable-fixes). +- platform/x86: wireless-hotkey: Add support for LG Airplane + Button (stable-fixes). +- net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes). +- Input: ads7846 - use spi_device_id table (stable-fixes). +- mei: demote client disconnect warning on suspend to debug + (stable-fixes). +- kconfig: remove wrong expr_trans_bool() (stable-fixes). +- kconfig: gconf: give a proper initial state to the Save button + (stable-fixes). +- commit f6cec75 + +------------------------------------------------------------------- +Thu Jul 25 12:38:08 CEST 2024 - tiwai@suse.de + +- dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels + (git-fixes). +- docs: crypto: async-tx-api: fix broken code example (git-fixes). +- drm/radeon: check bo_va->bo is non-NULL before using it + (stable-fixes). +- drm/amd/display: Fix refresh rate range for some panel + (stable-fixes). +- drm/amd/display: Account for cursor prefetch BW in DML1 mode + support (stable-fixes). +- drm/amd/display: Add refresh rate range check (stable-fixes). +- gpio: pca953x: fix pca953x_irq_bus_sync_unlock race + (stable-fixes). +- can: kvaser_usb: fix return value for hif_usb_send_regout + (stable-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI PRO + (stable-fixes). +- Input: i8042 - add Ayaneo Kun to i8042 quirk table + (stable-fixes). +- Input: elantech - fix touchpad state on resume for Lenovo N24 + (stable-fixes). +- drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency + (stable-fixes). +- drm/amdgpu: Indicate CU havest info to CP (stable-fixes). +- drm/exynos: dp: drop driver owner initialization (stable-fixes). +- drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time + (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Aya Neo KUN + (stable-fixes). +- HID: Ignore battery for ELAN touchscreens 2F2C and 4116 + (stable-fixes). +- input: Add support for "Do Not Disturb" (stable-fixes). +- input: Add event code for accessibility key (stable-fixes). +- Input: silead - Always support 10 fingers (stable-fixes). +- commit a5bc4da + +------------------------------------------------------------------- +Thu Jul 25 12:32:52 CEST 2024 - tiwai@suse.de + +- Bluetooth: btnxpuart: Enable Power Save feature on startup + (stable-fixes). +- Bluetooth: hci_core: cancel all works upon hci_unregister_dev() + (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA + (stable-fixes). +- ASoC: rt722-sdca-sdw: add debounce time for type detection + (stable-fixes). +- ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on + error rollback (stable-fixes). +- ASoC: ti: davinci-mcasp: Set min period size using FIFO config + (stable-fixes). +- ALSA: dmaengine: Synchronize dma channel after drop() + (stable-fixes). +- ASoC: ti: omap-hdmi: Fix too long driver name (stable-fixes). +- ASoC: topology: Do not assign fields that are already set + (stable-fixes). +- ASoC: topology: Fix references to freed memory (stable-fixes). +- bytcr_rt5640 : inverse jack detect for Archos 101 cesium + (stable-fixes). +- ASoC: rt722-sdca-sdw: add silence detection register as volatile + (stable-fixes). +- ALSA: dmaengine_pcm: terminate dmaengine before synchronize + (stable-fixes). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx + (stable-fixes). +- ALSA: PCM: Allow resume only for suspended streams + (stable-fixes). +- ACPI: EC: Avoid returning AE_OK on errors in address space + handler (stable-fixes). +- ACPI: EC: Abort address space access upon error (stable-fixes). +- commit aa63c91 + +------------------------------------------------------------------- +Thu Jul 25 12:24:57 CEST 2024 - iivanov@suse.de + +- config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859) +- commit f80ff65 + +------------------------------------------------------------------- +Thu Jul 25 12:21:56 CEST 2024 - tiwai@suse.de + +- platform/x86: x86-android-tablets: Unregister devices in + reverse order (CVE-2024-40975 bsc#1227926). +- commit 16439fd + +------------------------------------------------------------------- +Thu Jul 25 12:18:11 CEST 2024 - tiwai@suse.de + +- Avoid hw_desc array overrun in dw-axi-dmac (CVE-2024-40970 + bsc#1227899). +- commit 8f7016c + +------------------------------------------------------------------- +Thu Jul 25 11:51:21 CEST 2024 - tiwai@suse.de + +- ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2 + (bsc#1228269). +- commit 78e0f74 + +------------------------------------------------------------------- +Wed Jul 24 21:24:54 CEST 2024 - rgoldwyn@suse.com + +- ima: Avoid blocking in RCU read-side critical section (bsc#1227803, CVE-2024-40947). +- commit 6fea688 + +------------------------------------------------------------------- +Tue Jul 23 15:55:49 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Set run context for rawtp test_run callback (bsc#1227783 + CVE-2024-40908). +- commit c965ae8 + +------------------------------------------------------------------- +Tue Jul 23 13:33:40 CEST 2024 - jack@suse.cz + +- nfs: Fix up kabi after adding write_congestion_wait + (bsc#1218442). +- commit fa72236 + +------------------------------------------------------------------- +Tue Jul 23 12:47:56 CEST 2024 - mhocko@suse.com + +- ipv6: prevent possible NULL dereference in rt6_probe() + (CVE-2024-40960 bsc#1227813). +- commit acda250 + +------------------------------------------------------------------- +Tue Jul 23 12:31:08 CEST 2024 - jslaby@suse.cz + +- PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode() + (git-fixes). +- commit e717f73 + +------------------------------------------------------------------- +Tue Jul 23 11:58:41 CEST 2024 - nik.borisov@suse.com + +- x86/csum: clean up `csum_partial' further (git-fixes). +- commit eb0657c + +------------------------------------------------------------------- +Tue Jul 23 11:57:37 CEST 2024 - nik.borisov@suse.com + +- x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes). +- commit 7ae6079 + +------------------------------------------------------------------- +Tue Jul 23 11:57:14 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: This patch gets reverted +- commit c490f33 + +------------------------------------------------------------------- +Tue Jul 23 11:56:24 CEST 2024 - nik.borisov@suse.com + +- x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes). +- commit 907534d + +------------------------------------------------------------------- +Tue Jul 23 11:55:05 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Remove dead-end revert + We never merged the buggy upstream fix. +- commit 9b319fd + +------------------------------------------------------------------- +Tue Jul 23 11:50:03 CEST 2024 - nik.borisov@suse.com + +- x86/shstk: Make return uprobe work with shadow stack (git-fixes). +- commit a22c34a + +------------------------------------------------------------------- +Tue Jul 23 11:49:41 CEST 2024 - nik.borisov@suse.com + +- x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes). +- commit 0887d68 + +------------------------------------------------------------------- +Tue Jul 23 11:49:20 CEST 2024 - nik.borisov@suse.com + +- x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS (git-fixes). +- commit 4b4922f + +------------------------------------------------------------------- +Tue Jul 23 11:48:57 CEST 2024 - nik.borisov@suse.com + +- x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes). +- commit 4c24788 + +------------------------------------------------------------------- +Tue Jul 23 11:48:39 CEST 2024 - nik.borisov@suse.com + +- x86/cpu: Provide default cache line size if not enumerated (git-fixes). +- commit c2b6a76 + +------------------------------------------------------------------- +Tue Jul 23 11:40:04 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes). +- commit d32b5a4 + +------------------------------------------------------------------- +Tue Jul 23 11:38:50 CEST 2024 - nik.borisov@suse.com + +- x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes). +- commit a7c18d6 + +------------------------------------------------------------------- +Tue Jul 23 11:38:14 CEST 2024 - nik.borisov@suse.com + +- x86/amd_nb: Check for invalid SMN reads (git-fixes). +- commit 5e0a2ff + +------------------------------------------------------------------- +Tue Jul 23 11:06:02 CEST 2024 - lhenriques@suse.de + +- cachefiles: flush all requests after setting CACHEFILES_DEAD + (bsc#1227797 CVE-2024-40935). +- commit 6acb040 + +------------------------------------------------------------------- +Tue Jul 23 10:45:15 CEST 2024 - jslaby@suse.cz + +- PCI: tegra194: Set EP alignment restriction for inbound ATU + (git-fixes). +- PCI: keystone: Fix NULL pointer dereference in case of DT + error in ks_pcie_setup_rc_app_regs() (git-fixes). +- PCI: keystone: Don't enable BAR 0 for AM654x (git-fixes). +- commit 3d6a567 + +------------------------------------------------------------------- +Tue Jul 23 10:42:33 CEST 2024 - mhocko@suse.com + +- ipv6: prevent possible NULL deref in fib6_nh_init() + (CVE-2024-40961 bsc#1227814). +- commit 3de66de + +------------------------------------------------------------------- +Tue Jul 23 10:31:43 CEST 2024 - jslaby@suse.cz + +- PCI: Extend ACS configurability (bsc#1228090). +- commit 571e431 + +------------------------------------------------------------------- +Tue Jul 23 10:21:51 CEST 2024 - nik.borisov@suse.com + +- netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757 CVE-2024-39504). +- commit becdc7a + +------------------------------------------------------------------- +Mon Jul 22 18:27:20 CEST 2024 - jack@suse.cz + +- nfs: Block on write congestion (bsc#1218442). +- commit b7f1cad + +------------------------------------------------------------------- +Mon Jul 22 18:26:59 CEST 2024 - jack@suse.cz + +- nfs: Properly initialize server->writeback (bsc#1218442). +- commit c293976 + +------------------------------------------------------------------- +Mon Jul 22 18:26:28 CEST 2024 - jack@suse.cz + +- nfs: Drop pointless check from nfs_commit_release_pages() + (bsc#1218442). +- commit 20931fe + +------------------------------------------------------------------- +Mon Jul 22 17:02:44 CEST 2024 - tiwai@suse.de + +- kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149) +- commit 777b4e0 + +------------------------------------------------------------------- +Mon Jul 22 16:54:29 CEST 2024 - tiwai@suse.de + +- wifi: libertas: Follow renaming of SPI "master" to "controller" + (bsc#1227149). +- wifi: cw1200: restore endian swapping (bsc#1227149). +- wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() + failures warns (bsc#1227149). +- wifi: zd1211rw: silence sparse warnings (bsc#1227149). +- wifi: rt2x00: silence sparse warnings (bsc#1227149). +- wifi: brcmsmac: silence sparse warnings (bsc#1227149). +- wifi: b43: silence sparse warnings (bsc#1227149). +- wifi: brcmfmac: do not pass hidden SSID attribute as value + directly (bsc#1227149). +- wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4 + (bsc#1227149). +- wifi: wilc1000: remove AKM suite be32 conversion for external + auth request (bsc#1227149). +- wifi: wilc1000: add missing read critical sections around vif + list traversal (bsc#1227149). +- wifi: wilc1000: fix declarations ordering (bsc#1227149). +- wifi: wilc1000: use SRCU instead of RCU for vif list traversal + (bsc#1227149). +- wifi: wilc1000: split deeply nested RCU list traversal in + dedicated helper (bsc#1227149). +- wifi: wilc1000: validate chip id during bus probe (bsc#1227149). +- wifi: brcmfmac: do not cast hidden SSID attribute value to + boolean (bsc#1227149). +- wifi: mwifiex: Refactor 1-element array into flexible array + in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149). +- wifi: wilc1000: correct CRC7 calculation (bsc#1227149). +- wifi: wilc1000: set preamble size to auto as default in + wilc_init_fw_config() (bsc#1227149). +- wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers + (bsc#1227149). +- wifi: wilc1000: remove setting msg.spi (bsc#1227149). +- wifi: cw1200: Convert to GPIO descriptors (bsc#1227149). +- wifi: plfxlc: Drop unused include (bsc#1227149). +- wifi: mwifiex: Drop unused headers (bsc#1227149). +- wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149). +- wifi: cw1200: fix __le16 sparse warnings (bsc#1227149). +- wifi: rsi: fix restricted __le32 degrades to integer sparse + warnings (bsc#1227149). +- wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149). +- wifi: brcmfmac: add linefeed at end of file (bsc#1227149). +- wifi: brcmfmac: allow per-vendor event handling (bsc#1227149). +- wifi: brcmfmac: move feature overrides before feature_disable + (bsc#1227149). +- wifi: brcmfmac: export firmware interface functions + (bsc#1227149). +- wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv() + (bsc#1227149). +- wifi: mwifiex: Use helpers to check multicast addresses + (bsc#1227149). +- wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149). +- wifi: wilc1000: fix incorrect power down sequence (bsc#1227149). +- wifi: wilc1000: fix driver_handler when committing initial + configuration (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN + (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx + (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149). +- wifi: p54: fix GCC format truncation warning with + wiphy->fw_version (bsc#1227149). +- wifi: mwifiex: use cfg80211_ssid_eq() instead of + mwifiex_ssid_cmp() (bsc#1227149). +- wifi: rt2x00: remove useless code in + rt2x00queue_create_tx_descriptor() (bsc#1227149). +- commit 08ddd32 + +------------------------------------------------------------------- +Mon Jul 22 16:49:32 CEST 2024 - tiwai@suse.de + +- wifi: rt2x00: make watchdog param per device (bsc#1227149). +- wifi: rt2x00: Simplify bool conversion (bsc#1227149). +- wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove + unused priv variable (bsc#1227149). +- wifi: rt2x00: disable RTS threshold for rt2800 by default + (bsc#1227149). +- wifi: rt2x00: introduce DMA busy check watchdog for rt2800 + (bsc#1227149). +- wifi: wilc1000: simplify wilc_scan() (bsc#1227149). +- wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149). +- wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() + (bsc#1227149). +- wifi: wilc1000: simplify remain on channel support + (bsc#1227149). +- wifi: brcmsmac: replace deprecated strncpy with memcpy + (bsc#1227149). +- wifi: brcm80211: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149). +- wifi: rt2x00: rework MT7620 channel config function + (bsc#1227149). +- commit 055fd52 + +------------------------------------------------------------------- +Mon Jul 22 16:44:08 CEST 2024 - tiwai@suse.de + +- wifi: rt2x00: improve MT7620 register initialization + (bsc#1227149). +- wifi: wlcore: main: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: wlcore: boot: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: wl18xx: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: wl1251: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149). +- wifi: brcmfmac: fix format-truncation warnings (bsc#1227149). +- wifi: hostap: remove unused ioctl function (bsc#1227149). +- wifi: atmel: remove unused ioctl function (bsc#1227149). +- wifi: p54: Annotate struct p54_cal_database with __counted_by + (bsc#1227149). +- wifi: brcmfmac: fweh: Add __counted_by for struct + brcmf_fweh_queue_item and use struct_size() (bsc#1227149). +- wifi: hostap: Add __counted_by for struct prism2_download_data + and use struct_size() (bsc#1227149). +- wifi: wfx: implement wfx_remain_on_channel() (bsc#1227149). +- wifi: wfx: allow to send frames during ROC (bsc#1227149). +- wifi: wfx: scan_lock is global to the device (bsc#1227149). +- wifi: wfx: simplify exclusion between scan and Rx filters + (bsc#1227149). +- wifi: wfx: introduce hif_scan_uniq() (bsc#1227149). +- wifi: wfx: move wfx_skb_*() out of the header file + (bsc#1227149). +- wifi: wfx: relocate wfx_rate_mask_to_hw() (bsc#1227149). +- wifi: wfx: fix power_save setting when AP is stopped + (bsc#1227149). +- commit 859f128 + +------------------------------------------------------------------- +Mon Jul 22 16:41:16 CEST 2024 - tiwai@suse.de + +- wifi: mwifiex: Replace one-element array with flexible-array + member in struct mwifiex_ie_types_rxba_sync (bsc#1227149). +- Refresh + patches.suse/wifi-mwifiex-Sanity-check-tlv_len-and-tlv_bitmap_len.patch. +- commit 0e5befb + +------------------------------------------------------------------- +Mon Jul 22 16:39:19 CEST 2024 - tiwai@suse.de + +- wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149). +- wifi: rt2x00: remove redundant check if u8 array element is + less than zero (bsc#1227149). +- wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149). +- wifi: mwifiex: simplify PCIE write operations (bsc#1227149). +- wifi: wilc1000: add back-off algorithm to balance tx queue + packets (bsc#1227149). +- wifi: mwifiex: use MODULE_FIRMWARE to add firmware files + metadata (bsc#1227149). +- wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149). +- wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request + with __counted_by (bsc#1227149). +- wifi: brcmfmac: Annotate struct brcmf_gscan_config with + __counted_by (bsc#1227149). +- wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149). +- wifi: wlcore: sdio: Use module_sdio_driver macro to simplify + the code (bsc#1227149). +- wifi: wilc1000: Remove unused declarations (bsc#1227149). +- wifi: rt2x00: limit MT7620 TX power based on eeprom calibration + (bsc#1227149). +- wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy + (bsc#1227149). +- wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) + conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) + conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions + (bsc#1227149). +- commit a544c26 + +------------------------------------------------------------------- +Mon Jul 22 16:36:16 CEST 2024 - tiwai@suse.de + +- wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_hal: Remove unnecessary conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) + conversions (bsc#1227149). +- wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in + R-Calibration (bsc#1227149). +- wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149). +- wifi: mwifiex: cleanup adapter data (bsc#1227149). +- wifi: mwifiex: use is_zero_ether_addr() instead of + ether_addr_equal() (bsc#1227149). +- wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149). +- wifi: mwifiex: handle possible mwifiex_write_reg() errors + (bsc#1227149). +- wifi: mwifiex: handle possible sscanf() errors (bsc#1227149). +- wifi: mwifiex: cleanup private data structures (bsc#1227149). +- wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149). +- wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149). +- wifi: brcmsmac: remove more unused data types (bsc#1227149). +- wifi: libertas: prefer kstrtoX() for simple integer conversions + (bsc#1227149). +- wifi: libertas: handle possible spu_write_u16() errors + (bsc#1227149). +- wifi: libertas: cleanup SDIO reset (bsc#1227149). +- wifi: libertas: simplify list operations in free_if_spi_card() + (bsc#1227149). +- wifi: libertas: use convenient lists to manage SDIO packets + (bsc#1227149). +- wifi: libertas: add missing calls to cancel_work_sync() + (bsc#1227149). +- wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149). +- wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149). +- wifi: brcmsmac: remove unused data type (bsc#1227149). +- wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149). +- wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149). +- wifi: zd1211rw: fix typo "tranmits" (bsc#1227149). +- wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149). +- wifi: hostap: fix stringop-truncations GCC warning + (bsc#1227149). +- wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149). +- wifi: rt2x00: fix the typo in comments (bsc#1227149). +- wifi: brcmfmac: Detect corner error case earlier with log + (bsc#1227149). +- wifi: brcmutil: use helper function pktq_empty() instead of + open code (bsc#1227149). +- wifi: add HAS_IOPORT dependencies (bsc#1227149). +- wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149). +- wifi: mwifiex: Use list_count_nodes() (bsc#1227149). +- wifi: mwifiex: Use default @max_active for workqueues + (bsc#1227149). +- commit edbabc2 + +------------------------------------------------------------------- +Mon Jul 22 16:35:48 CEST 2024 - ailiop@suse.com + +- xfs: Add cond_resched to block unmap range and reflink remap + path (bsc#1228211). +- commit 4c79a42 + +------------------------------------------------------------------- +Mon Jul 22 15:30:13 CEST 2024 - oneukum@suse.com + +- supported.conf: Add support for v4l2-dv-timings + (jsc#PED-8645) +- commit 6262df7 + +------------------------------------------------------------------- +Mon Jul 22 15:24:53 CEST 2024 - oneukum@suse.com + +- supported.conf: Add support for v4l2-dv-timings + (jsc#PED-8644) +- commit a3622c5 + +------------------------------------------------------------------- +Mon Jul 22 15:19:27 CEST 2024 - mhocko@suse.com + +- netrom: Fix a memory leak in nr_heartbeat_expiry() + (CVE-2024-41006 bsc#1227862). +- commit 59ef181 + +------------------------------------------------------------------- +Mon Jul 22 15:13:12 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes) +- commit 6571948 + +------------------------------------------------------------------- +Mon Jul 22 15:08:48 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes) +- commit 67939cb + +------------------------------------------------------------------- +Mon Jul 22 15:07:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes) +- commit 5ed815a + +------------------------------------------------------------------- +Mon Jul 22 15:06:22 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes) +- commit af4620a + +------------------------------------------------------------------- +Mon Jul 22 15:05:09 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes) +- commit 0171830 + +------------------------------------------------------------------- +Mon Jul 22 15:03:52 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Update WIFi/BT related nodes on (git-fixes) +- commit 2186774 + +------------------------------------------------------------------- +Mon Jul 22 15:02:21 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes) +- commit 7bd1596 + +------------------------------------------------------------------- +Mon Jul 22 15:00:17 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes) +- commit a5c559a + +------------------------------------------------------------------- +Mon Jul 22 14:58:39 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add sdmmc related properties on (git-fixes) +- commit 07ed999 + +------------------------------------------------------------------- +Mon Jul 22 14:57:31 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes) +- commit 0d2dc44 + +------------------------------------------------------------------- +Mon Jul 22 14:56:20 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes) +- commit 17c17ec + +------------------------------------------------------------------- +Mon Jul 22 14:54:43 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes) +- commit ef568ac + +------------------------------------------------------------------- +Mon Jul 22 14:53:26 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes) +- commit 3ac3475 + +------------------------------------------------------------------- +Mon Jul 22 14:52:16 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes) +- commit f0f8ba5 + +------------------------------------------------------------------- +Mon Jul 22 14:50:58 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes) +- commit a564fef + +------------------------------------------------------------------- +Mon Jul 22 14:49:36 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes) +- commit d7e72e1 + +------------------------------------------------------------------- +Mon Jul 22 14:48:27 CEST 2024 - iivanov@suse.de + +- arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes) +- commit ca6c1bb + +------------------------------------------------------------------- +Mon Jul 22 14:46:53 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes) +- commit a10e3de + +------------------------------------------------------------------- +Mon Jul 22 14:45:36 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: dts: freescale: imx8mm-verdin: Fix GPU speed") +- commit ea9f475 + +------------------------------------------------------------------- +Mon Jul 22 14:40:20 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 0bb0cc8 + +------------------------------------------------------------------- +Mon Jul 22 12:03:35 CEST 2024 - lhenriques@suse.de + +- fuse: verify {g,u}id mount options correctly (bsc#1228193). +- libceph: fix race between delayed_work() and ceph_monc_stop() + (bsc#1228192). +- commit 10e7bb9 + +------------------------------------------------------------------- +Mon Jul 22 09:28:05 CEST 2024 - tiwai@suse.de + +- nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro + (git-fixes). +- checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored + (git-fixes). +- rtc: interface: Add RTC offset to alarm after fix-up + (git-fixes). +- rtc: abx80x: Fix return value of nvmem callback on read + (git-fixes). +- rtc: cmos: Fix return value of nvmem callbacks (git-fixes). +- rtc: isl1208: Fix return value of nvmem callbacks (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes + (git-fixes). +- pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes). +- pinctrl: freescale: mxs: Fix refcount of child (git-fixes). +- pinctrl: ti: ti-iodelay: fix possible memory leak when + pinctrl_enable() fails (git-fixes). +- pinctrl: single: fix possible memory leak when pinctrl_enable() + fails (git-fixes). +- pinctrl: core: fix possible memory leak when pinctrl_enable() + fails (git-fixes). +- pinctrl: rockchip: update rk3308 iomux routes (git-fixes). +- selftests/sigaltstack: Fix ppc64 GCC build (git-fixes). +- PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes). +- PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio + (git-fixes). +- PCI: rcar: Demote WARN() to dev_warn_ratelimited() in + rcar_pcie_wakeup() (git-fixes). +- PCI: qcom-ep: Disable resources unconditionally during PERST# + assert (git-fixes). +- PCI: dwc: Fix index 0 incorrectly being interpreted as a free + ATU slot (git-fixes). +- PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup() + (git-fixes). +- PCI: endpoint: Clean up error handling in vpci_scan_bus() + (git-fixes). +- PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' + in pci_epf_test_core_init() (git-fixes). +- PCI: Fix resource double counting on remove & rescan + (git-fixes). +- PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal + (git-fixes). +- PCI: Introduce cleanup helpers for device reference counts + and locks (stable-fixes). +- commit a7e6cbc + +------------------------------------------------------------------- +Sat Jul 20 09:14:59 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy + Book Pro 360 (stable-fixes). +- ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop + (stable-fixes). +- ASoC: SOF: ipc4-topology: Use correct queue_id for requesting + input pin format (stable-fixes). +- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 + (stable-fixes). +- commit be4d8bf + +------------------------------------------------------------------- +Sat Jul 20 09:12:01 CEST 2024 - tiwai@suse.de + +- eeprom: at24: Probe for DDR3 thermal sensor in the SPD case + (stable-fixes). +- Refresh + patches.suse/eeprom-at24-fix-memory-corruption-race-condition.patch. +- commit 82fbd42 + +------------------------------------------------------------------- +Sat Jul 20 09:10:44 CEST 2024 - tiwai@suse.de + +- Input: elan_i2c - do not leave interrupt disabled on suspend + failure (git-fixes). +- Input: qt1050 - handle CHIP_ID reading error (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID + (git-fixes). +- iio: frequency: adrf6780: rm clk provider include (git-fixes). +- iio: Fix the sorting functionality in + iio_gts_build_avail_time_table (git-fixes). +- eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes). +- Revert "usb: musb: da8xx: Set phy in OTG mode by default" + (stable-fixes). +- ALSA: seq: ump: Skip useless ports for static blocks + (git-fixes). +- ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value + (git-fixes). +- ASoC: amd: Adjust error handling in case of absent codec device + (git-fixes). +- ASoC: max98088: Check for clk_prepare_enable() error + (git-fixes). +- ASoC: qcom: Adjust issues in case of DT error in + asoc_qcom_lpass_cpu_platform_probe() (git-fixes). +- ASoC: cs35l56: Accept values greater than 0 as IRQ numbers + (git-fixes). +- ASoc: tas2781: Enable RCA-based playback without DSP firmware + download (git-fixes). +- crypto: qat - extend scope of lock in + adf_cfg_add_key_value_param() (git-fixes). +- hwrng: core - Fix wrong quality calculation at hw rng + registration (git-fixes). +- crypto: ccp - Fix null pointer dereference in + __sev_snp_shutdown_locked (git-fixes). +- crypto: ecdsa - Fix the public key format description + (git-fixes). +- hwrng: amd - Convert PCIBIOS_* return codes to errnos + (git-fixes). +- commit 7fcc337 + +------------------------------------------------------------------- +Fri Jul 19 16:37:33 CEST 2024 - tiwai@suse.de + +- Add Alt-commit for amdgpu patch (git-fixes) +- commit 7fbd801 + +------------------------------------------------------------------- +Fri Jul 19 15:09:49 CEST 2024 - tbogendoerfer@suse.de + +- gve: Clear napi->skb before dev_kfree_skb_any() (CVE-2024-40937 + bsc#1227836). +- net: hns3: fix kernel crash problem in concurrent scenario + (CVE-2024-39507 bsc#1227730). +- net/mlx5: Fix tainted pointer delete is case of flow rules + creation fail (CVE-2024-40940 bsc#1227800). +- commit 8d4dcfb + +------------------------------------------------------------------- +Fri Jul 19 14:33:18 CEST 2024 - mhocko@suse.com + +- net: ethtool: fix the error condition in + ethtool_get_phy_stats_ethtool() (CVE-2024-40928 bsc#1227788). +- commit be667d4 + +------------------------------------------------------------------- +Fri Jul 19 14:21:26 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: fix lock ordering in btrfs_zone_activate() + (bsc#1223731 CVE-2024-26944). +- commit c6e27f8 + +------------------------------------------------------------------- +Fri Jul 19 14:19:02 CEST 2024 - mhocko@suse.com + +- vmxnet3: disable rx data ring on dma allocation failure + (CVE-2024-40923 bsc#1227786). +- commit 3828e87 + +------------------------------------------------------------------- +Fri Jul 19 14:05:43 CEST 2024 - mhocko@suse.com + +- mptcp: ensure snd_una is properly initialized on connect + (CVE-2024-40931 bsc#1227780). +- commit 60fd0e2 + +------------------------------------------------------------------- +Fri Jul 19 13:57:12 CEST 2024 - mhocko@suse.com + +- bnxt_en: Adjust logging of firmware messages in case of released + token in __hwrm_send() (CVE-2024-40919 bsc#1227779). +- commit c060c32 + +------------------------------------------------------------------- +Fri Jul 19 13:42:04 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: allocate dummy checksums for zoned NODATASUM + writes (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: fix use-after-free in do_zone_finish() + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: fix chunk map leak when loading block group zone + info (bsc#1223731 CVE-2024-26944). +- btrfs: fix unbalanced unlock of mapping_tree_lock (bsc#1223731 + CVE-2024-26944). +- btrfs: remove stripe size local variable from + insert_dev_extents() (bsc#1223731 CVE-2024-26944). +- btrfs: use a dedicated data structure for chunk maps + (bsc#1223731 CVE-2024-26944). +- commit 201e016 + +------------------------------------------------------------------- +Fri Jul 19 12:16:50 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: wait for data BG to be finished on direct IO + allocation (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: drop no longer valid write pointer check + (bsc#1223731 CVE-2024-26944). +- commit a5e78f9 + +------------------------------------------------------------------- +Fri Jul 19 11:56:18 CEST 2024 - fdmanana@suse.com + +- btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add() + (bsc#1223731 CVE-2024-26944). +- commit f638537 + +------------------------------------------------------------------- +Fri Jul 19 11:48:13 CEST 2024 - tiwai@suse.de + +- drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property + (git-fixes). +- commit f21db33 + +------------------------------------------------------------------- +Fri Jul 19 11:27:58 CEST 2024 - fdmanana@suse.com + +- btrfs: drop gfp from parameter extent state helpers (bsc#1223731 + CVE-2024-26944). +- Refresh + patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch. +- Refresh + patches.suse/btrfs-open-code-trivial-btrfs_add_excluded_extent.patch. +- commit 2097a9c + +------------------------------------------------------------------- +Fri Jul 19 10:58:03 CEST 2024 - tiwai@suse.de + +- drm/fbdev-dma: Fix framebuffer mode for big endian devices + (git-fixes). +- drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config + (git-fixes). +- drm/msm/dpu: drop validity checks for clear_pending_flush() + ctl op (git-fixes). +- drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes). +- USB: serial: option: add Rolling RW350-GL variants + (stable-fixes). +- USB: serial: option: add support for Foxconn T99W651 + (stable-fixes). +- USB: serial: option: add Netprisma LCUK54 series modules + (stable-fixes). +- usb: gadget: configfs: Prevent OOB read/write in + usb_string_copy() (stable-fixes). +- usb: dwc3: pci: add support for the Intel Panther Lake + (stable-fixes). +- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k + (stable-fixes). +- xhci: always resume roothubs if xHC was reset during resume + (stable-fixes). +- USB: serial: option: add Telit generic core-dump composition + (stable-fixes). +- USB: serial: option: add Fibocom FM350-GL (stable-fixes). +- USB: serial: option: add Telit FN912 rmnet compositions + (stable-fixes). +- commit f9ac994 + +------------------------------------------------------------------- +Fri Jul 19 10:54:27 CEST 2024 - tiwai@suse.de + +- drm/msm/dpu: fix encoder irq wait skip (git-fixes). +- drm/dp_mst: Fix all mstb marked as not probed after + suspend/resume (git-fixes). +- drm/panfrost: Mark simple_ondemand governor as softdep + (git-fixes). +- drm/lima: Mark simple_ondemand governor as softdep (git-fixes). +- drm/mediatek: Remove less-than-zero comparison of an unsigned + value (git-fixes). +- drm/mediatek: Fix bit depth overwritten for mtk_ovl_set + bit_depth() (git-fixes). +- drm/mediatek: Support DRM plane alpha in Mixer (git-fixes). +- drm/mediatek: Support DRM plane alpha in OVL (git-fixes). +- drm/mediatek: Support RGBA8888 and RGBX8888 in OVL on MT8195 + (git-fixes). +- drm/mediatek: Set DRM mode configs accordingly (git-fixes). +- drm/mediatek: Add OVL compatible name for MT8195 (git-fixes). +- drm/mediatek: Turn off the layers with zero width or height + (git-fixes). +- drm/mediatek: Fix destination alpha error in OVL (git-fixes). +- drm/mediatek: Fix XRGB setting error in Mixer (git-fixes). +- drm/mediatek: Fix XRGB setting error in OVL (git-fixes). +- drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes). +- drm/mediatek: Add missing plane settings when async update + (git-fixes). +- drm/etnaviv: fix DMA direction handling for cached RW buffers + (git-fixes). +- Revert "drm/bridge: tc358767: Set default CLRSIPO count" + (stable-fixes). +- drm/qxl: Add check for drm_cvt_mode (git-fixes). +- drm: zynqmp_kms: Fix AUX bus not getting unregistered + (git-fixes). +- drm: zynqmp_dpsub: Fix an error handling path in + zynqmp_dpsub_probe() (git-fixes). +- drm/bridge: samsung-dsim: Set P divider based on min/max of + fin pll (git-fixes). +- drm/bridge: it6505: fix hibernate to resume no display issue + (git-fixes). +- drm/panel: ilitek-ili9882t: Check for errors on the NOP in + prepare() (git-fixes). +- drm/panel: ilitek-ili9882t: If prepare fails, disable GPIO + before regulators (git-fixes). +- drm/panel: boe-tv101wum-nl6: Check for errors on the NOP in + prepare() (git-fixes). +- drm/panel: boe-tv101wum-nl6: If prepare fails, disable GPIO + before regulators (git-fixes). +- drm/panel: himax-hx8394: Handle errors from + mipi_dsi_dcs_set_display_on() better (git-fixes). +- drm/mgag200: Bind I2C lifetime to DRM device (git-fixes). +- drm/mgag200: Set DDC timeout in milliseconds (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in + mipi_dsi_generic_write_seq() (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in + mipi_dsi_dcs_write_seq() (git-fixes). +- commit 6fb58b4 + +------------------------------------------------------------------- +Fri Jul 19 10:34:49 CEST 2024 - tiwai@suse.de + +- drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes). +- drm/arm/komeda: Fix komeda probe failing if there are no links + in the secondary pipeline (git-fixes). +- drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes). +- drm/amd/display: Move 'struct scaler_data' off stack + (git-fixes). +- drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes). +- drm/amdgpu: Check if NBIO funcs are NULL in + amdgpu_device_baco_exit (git-fixes). +- drm/amdgpu: Fix memory range calculation (git-fixes). +- drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes). +- drm/amd/pm: remove logically dead code for renoir (git-fixes). +- drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes). +- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() + (git-fixes). +- commit ba21687 + +------------------------------------------------------------------- +Fri Jul 19 10:33:42 CEST 2024 - tiwai@suse.de + +- Add Alt-commit to AMDGPU patches from 6.11-rc1 +- commit f4ae72a + +------------------------------------------------------------------- +Fri Jul 19 10:01:31 CEST 2024 - iivanov@suse.de + +- PCI/ASPM: Update save_state when configuration changes (bsc#1226915) +- commit 5192284 + +------------------------------------------------------------------- +Fri Jul 19 03:02:08 CEST 2024 - lduncan@suse.com + +- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() + (bsc#1226213). +- commit 6855b2f + +------------------------------------------------------------------- +Fri Jul 19 02:05:28 CEST 2024 - dsterba@suse.com + +- bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (CVE-2024-39487 bsc#1227573) +- commit 1c7a482 + +------------------------------------------------------------------- +Fri Jul 19 01:46:16 CEST 2024 - dsterba@suse.com + +- tls: get psock ref after taking rxlock to avoid leak (CVE-2024-35908 bsc#1224490) +- commit b0d23d0 + +------------------------------------------------------------------- +Fri Jul 19 01:41:03 CEST 2024 - dsterba@suse.com + +- netfilter: nf_tables: flush pending destroy work before exit_net release (CVE-2024-35899 bsc#1224499) +- commit 8a86808 + +------------------------------------------------------------------- +Thu Jul 18 23:24:52 CEST 2024 - dsterba@suse.com + +- net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (CVE-2024-35934 bsc#1224641) +- commit 812f420 + +------------------------------------------------------------------- +Thu Jul 18 23:09:39 CEST 2024 - dsterba@suse.com + +- net/sched: act_skbmod: prevent kernel-infoleak (CVE-2024-35893 bsc#1224512) +- commit 5be3514 + +------------------------------------------------------------------- +Thu Jul 18 21:21:20 CEST 2024 - lduncan@suse.com + +- scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated + memory (bsc#1227762 CVE-2024-40901). +- commit 5eb5075 + +------------------------------------------------------------------- +Thu Jul 18 18:57:13 CEST 2024 - fdmanana@suse.com + +- btrfs: pass NOWAIT for set/clear extent bits as another bit + (bsc#1223731 CVE-2024-26944). +- commit 33253df + +------------------------------------------------------------------- +Thu Jul 18 18:42:59 CEST 2024 - fdmanana@suse.com + +- btrfs: drop NOFAIL from set_extent_bit allocation masks + (bsc#1223731 CVE-2024-26944). +- commit 46559ec + +------------------------------------------------------------------- +Thu Jul 18 18:18:49 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_bits (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch. +- Refresh + patches.suse/btrfs-open-code-trivial-btrfs_add_excluded_extent.patch. +- commit 460a0d4 + +------------------------------------------------------------------- +Thu Jul 18 18:18:35 CEST 2024 - ailiop@suse.com + +- xfs: fix log recovery buffer allocation for the legacy h_size + fixup (bsc#1227432 CVE-2024-39472). +- commit 04ef30f + +------------------------------------------------------------------- +Thu Jul 18 17:39:46 CEST 2024 - jgross@suse.com + +- KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() + (CVE-2024-40953, bsc#1227806). +- commit 60989df + +------------------------------------------------------------------- +Thu Jul 18 16:40:36 CEST 2024 - jwiesner@suse.de + +- Update config files (bsc#1227282). + Update the CONFIG_LSM option to include the selinux LSM in the default set + of LSMs. The selinux LSM will not get enabled because it is preceded by + apparmor, which is the first exclusive LSM. Updating CONFIG_LSM resolves + failures that result in the system not booting up when "security=selinux + selinux=1" is passed to the kernel and SELinux policies are installed. +- commit 0a95a78 + +------------------------------------------------------------------- +Thu Jul 18 15:49:47 CEST 2024 - ailiop@suse.com + +- xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail + (git-fixes). +- commit 44812b1 + +------------------------------------------------------------------- +Thu Jul 18 15:47:21 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: use muar idx 0xe for non-mt799x as well + (bsc#1227149). +- wifi: mt76: mt7996: fix potential memory leakage when reading + chip temperature (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in + mt7996_irq_tasklet() (bsc#1227149). +- wifi: mt76: mt7925: ensure 4-byte alignment for suspend & + wow command (bsc#1227149). +- wifi: mt76: mt7996: fix size of txpower MCU command + (bsc#1227149). +- wifi: mt76: connac: check for null before dereferencing + (bsc#1227149). +- commit 4e5584e + +------------------------------------------------------------------- +Thu Jul 18 15:43:09 CEST 2024 - tiwai@suse.de + +- wifi: mt76: Remove redundant assignment to variable tidno + (bsc#1227149). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1227149). +- wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform + (bsc#1227149). +- wifi: mt76: mt7921: fix a potential association failure upon + resuming (bsc#1227149). +- wifi: mt76: mt7921: fix the unfinished command of regd_notifier + before suspend (bsc#1227149). +- wifi: mt76: mt792x: update the country list of EU for ACPI SAR + (bsc#1227149). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1227149). +- wifi: mt76: mt792x: add the illegal value check for mtcl table + of acpi (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong data type for scan command + (bsc#1227149). +- wifi: mt76: set page_pool napi pointer for mmio devices + (bsc#1227149). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1227149). +- commit 3499113 + +------------------------------------------------------------------- +Thu Jul 18 15:41:10 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: set correct muar_idx for mt799x chipsets + (bsc#1227149). +- wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149). +- wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149). +- wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands + (bsc#1227149). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1227149). +- wifi: mt76: mt7925: support temperature sensor (bsc#1227149). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1227149). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1227149). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1227149). +- commit 7f22357 + +------------------------------------------------------------------- +Thu Jul 18 15:39:15 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1227149). +- wifi: mt76: mt7925: fix fw download fail (bsc#1227149). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1227149). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1227149). +- wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table + (bsc#1227149). +- wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149). +- wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149). +- wifi: mt76: usb: create a dedicated queue for psd traffic + (bsc#1227149). +- commit 01e1acb + +------------------------------------------------------------------- +Thu Jul 18 15:36:38 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149). +- wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976 + (bsc#1227149). +- wifi: mt76: mt7915: add locking for accessing mapped registers + (bsc#1227149). +- wifi: mt76: mt7915: fix error recovery with WED enabled + (bsc#1227149). +- wifi: mt76: check txs format before getting skb by pid + (bsc#1227149). +- wifi: mt76: disable HW AMSDU when using fixed rate + (bsc#1227149). +- wifi: mt76: mt7996: fix fortify warning (bsc#1227149). +- commit 0013ef2 + +------------------------------------------------------------------- +Thu Jul 18 15:27:40 CEST 2024 - tiwai@suse.de + +- wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers + (bsc#1227149). +- wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix + -Warray-bounds warnings (bsc#1227149). +- wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149). +- wifi: mt76: mt7921: fix CLC command timeout when suspend/resume + (bsc#1227149). +- wifi: mt76: mt7921: reduce the size of MCU firmware download + Rx queue (bsc#1227149). +- wifi: mt76: mt7996: set DMA mask to 36 bits for boards with + more than 4GB of RAM (bsc#1227149). +- wifi: mt76: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps + signature (bsc#1227149). +- wifi: mt76: connac: add new definition of tx descriptor + (bsc#1227149). +- wifi: mt76: mt7996: adjust interface num and wtbl size for + mt7992 (bsc#1227149). +- commit cbff43f + +------------------------------------------------------------------- +Thu Jul 18 15:10:52 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149). +- wifi: mt76: mt7996: rework register offsets for mt7992 + (bsc#1227149). +- wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149). +- wifi: mt76: connac: add firmware support for mt7992 + (bsc#1227149). +- wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149). +- wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct + packing (bsc#1227149). +- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band + (bsc#1227149). +- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 + (bsc#1227149). +- wifi: mt76: connac: add beacon protection support for mt7996 + (bsc#1227149). +- wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149). +- commit 3e59fd6 + +------------------------------------------------------------------- +Thu Jul 18 15:02:07 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: add txpower setting support (bsc#1227149). +- commit fd1825a + +------------------------------------------------------------------- +Thu Jul 18 15:01:14 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: fix alignment of sta info event + (bsc#1227149). +- wifi: mt76: mt7996: switch to mcu command for TX GI report + (bsc#1227149). +- wifi: mt76: use chainmask for power delta calculation + (bsc#1227149). +- wifi: mt76: change txpower init to per-phy (bsc#1227149). +- wifi: mt76: mt7996: align the format of fixed rate command + (bsc#1227149). +- wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED + (bsc#1227149). +- wifi: mt76: connac: set fixed_bw bit in TX descriptor for + fixed rate frames (bsc#1227149). +- wifi: mt76: mt7996: adjust WFDMA settings to improve performance + (bsc#1227149). +- wifi: mt76: connac: add beacon duplicate TX mode support for + mt7996 (bsc#1227149). +- commit e90dd6a + +------------------------------------------------------------------- +Thu Jul 18 14:56:59 CEST 2024 - tiwai@suse.de + +- wifi: mt76: move wed reset common code in mt76 module + (bsc#1227149). +- commit b63457a + +------------------------------------------------------------------- +Thu Jul 18 14:56:00 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: add thermal sensor device support + (bsc#1227149). +- wifi: mt76: connac: add thermal protection support for mt7996 + (bsc#1227149). +- wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs + (bsc#1227149). +- wifi: mt76: mt7996: add support for variants with auxiliary + RX path (bsc#1227149). +- wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro + signature (bsc#1227149). +- wifi: mt76: dma: introduce __mt76_dma_queue_reset utility + routine (bsc#1227149). +- commit dd57284 + +------------------------------------------------------------------- +Thu Jul 18 14:51:28 CEST 2024 - tiwai@suse.de + +- wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149). +- wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149). +- wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine + (bsc#1227149). +- wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149). +- wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in + common code (bsc#1227149). +- wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in + common code (bsc#1227149). +- wifi: mt76: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: mt76: permit to load precal from NVMEM cell for mt7915 + (bsc#1227149). +- wifi: mt76: permit to use alternative cell name to eeprom + NVMEM load (bsc#1227149). +- commit 15e9dc7 + +------------------------------------------------------------------- +Thu Jul 18 14:11:52 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- commit 915b272 + +------------------------------------------------------------------- +Thu Jul 18 14:10:54 CEST 2024 - tiwai@suse.de + +- wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149). +- wifi: mt76: limit support of precal loading for mt7915 to MTD + only (bsc#1227149). +- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function + (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in parsing txfree + (bsc#1227149). +- wifi: mt76: add ability to explicitly forbid LED registration + with DT (bsc#1227149). +- wifi: mt76: mt7925: fix typo in mt7925_init_he_caps + (bsc#1227149). +- wifi: mt76: mt7921: fix 6GHz disabled by the missing default + CLC config (bsc#1227149). +- net: fill in MODULE_DESCRIPTION()s in kuba@'s modules + (bsc#1227149). +- wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz + channel info (bsc#1227149). +- commit b106ffb + +------------------------------------------------------------------- +Thu Jul 18 14:08:46 CEST 2024 - tiwai@suse.de + +- wifi: mt76: Annotate struct mt76_rx_tid with __counted_by + (bsc#1227149). +- commit aecab86 + +------------------------------------------------------------------- +Thu Jul 18 14:08:13 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: update the channel usage when the regd + domain changed (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- commit b09df3f + +------------------------------------------------------------------- +Thu Jul 18 14:07:29 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: get regulatory information from the clc + event (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- commit 04b07d9 + +------------------------------------------------------------------- +Thu Jul 18 14:06:31 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: add 6GHz power type support for clc + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- commit b7bb561 + +------------------------------------------------------------------- +Thu Jul 18 14:05:48 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149). +- wifi: mt76: mt7921: move connac nic capability handling to + mt7921 (bsc#1227149). +- wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup + (bsc#1227149). +- wifi: mt76: mt7996: remove periodic MPDU TXS request + (bsc#1227149). +- wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149). +- wifi: mt76: mt7996: Add mcu commands for getting sta tx + statistic (bsc#1227149). +- commit e37a1c7 + +------------------------------------------------------------------- +Thu Jul 18 13:38:01 CEST 2024 - tiwai@suse.de + +- Update config files for mt76 stuff (bsc#1227149) +- commit debbb92 + +------------------------------------------------------------------- +Thu Jul 18 13:36:41 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-update-beacon-size-limitation.patch. +- commit 54772eb + +------------------------------------------------------------------- +Thu Jul 18 13:36:01 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: get tx_retries and tx_failed from txfree + (bsc#1227149). +- wifi: mt76: mt792x: move some common usb code in mt792x module + (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x + module (bsc#1227149). +- wifi: mt76: mt7915 add tc offloading support (bsc#1227149). +- wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips + (bsc#1227149). +- wifi: mt76: mt7915: update mpdu density capability + (bsc#1227149). +- wifi: mt76: check vif type before reporting cca and csa + (bsc#1227149). +- wifi: mt76: check sta rx control frame to multibss capability + (bsc#1227149). +- wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code + (bsc#1227149). +- commit 2106e27 + +------------------------------------------------------------------- +Thu Jul 18 13:17:41 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: support per-band LED control (bsc#1227149). +- wifi: mt76: mt7996: support more options for + mt7996_set_bitrate_mask() (bsc#1227149). +- wifi: mt76: mt7996: only set vif teardown cmds at remove + interface (bsc#1227149). +- wifi: mt76: connac: add more unified event IDs (bsc#1227149). +- wifi: mt76: connac: add more unified command IDs (bsc#1227149). +- wifi: mt76: connac: add data field in struct tlv (bsc#1227149). +- wifi: mt76: connac: add eht support for tx power (bsc#1227149). +- wifi: mt76: connac: add eht support for phy mode config + (bsc#1227149). +- wifi: mt76: connac: export functions for mt7925 (bsc#1227149). +- wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149). +- commit 135e742 + +------------------------------------------------------------------- +Thu Jul 18 13:16:14 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: introduce helper for mt7925 chipset + (bsc#1227149). +- wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149). +- wifi: mt76: add DMA mapping error check in mt76_alloc_txwi() + (bsc#1227149). +- wifi: mt76: fix race condition related to checking tx queue + fill status (bsc#1227149). +- wifi: mt76: use atomic iface iteration for pre-TBTT work + (bsc#1227149). +- wifi: mt76: mt7603: disable A-MSDU tx support on MT7628 + (bsc#1227149). +- wifi: mt76: mt7603: add missing register initialization for + MT7628 (bsc#1227149). +- commit 6594bb5 + +------------------------------------------------------------------- +Thu Jul 18 12:48:51 CEST 2024 - tiwai@suse.de + +- net: ethernet: mtk_wed: introduce mtk_wed_buf structure + (bsc#1227149). +- net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_desc + (bsc#1227149). +- wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: mt76x02: fix return value check in + mt76x02_mac_process_rx (bsc#1227149). +- wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib + (bsc#1227149). +- wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149). +- wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and + MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149). +- wifi: mt76: mt76_connac3: move lmac queue enumeration in + mt76_connac3_mac.h (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib + module (bsc#1227149). +- commit 1179b28 + +------------------------------------------------------------------- +Thu Jul 18 12:45:48 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149). +- commit bb743ca + +------------------------------------------------------------------- +Thu Jul 18 12:45:22 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- Refresh + patches.suse/wifi-mt76-mt792x-fix-a-potential-loading-failure-of-.patch. +- commit e00ae3f + +------------------------------------------------------------------- +Thu Jul 18 12:43:42 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib + (bsc#1227149). +- commit 35d834e + +------------------------------------------------------------------- +Thu Jul 18 12:43:10 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib + (bsc#1227149). +- commit 5efac2c + +------------------------------------------------------------------- +Thu Jul 18 12:42:36 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move hif_ops macro in mt792x.h + (bsc#1227149). +- commit 945f2ed + +------------------------------------------------------------------- +Thu Jul 18 12:42:05 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: move more dma shared code in mt792x_dma + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch. +- commit 4136c03 + +------------------------------------------------------------------- +Thu Jul 18 12:41:07 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch. +- Refresh + patches.suse/wifi-mt76-mt7921s-fix-potential-hung-tasks-during-ch.patch. +- commit 94984c8 + +------------------------------------------------------------------- +Thu Jul 18 12:39:00 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move init shared code in mt792x-lib module + (bsc#1227149). +- wifi: mt76: mt7921: move debugfs shared code in mt792x-lib + module (bsc#1227149). +- wifi: mt76: mt7921: move dma shared code in mt792x-lib module + (bsc#1227149). +- commit 8138035 + +------------------------------------------------------------------- +Thu Jul 18 12:31:28 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move mac shared code in mt792x-lib module + (bsc#1227149). +- commit 118e960 + +------------------------------------------------------------------- +Thu Jul 18 12:31:01 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit bba35bb + +------------------------------------------------------------------- +Thu Jul 18 12:26:14 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit e5956d4 + +------------------------------------------------------------------- +Thu Jul 18 12:25:13 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in + mt792x.h (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit ea3046f + +------------------------------------------------------------------- +Thu Jul 18 12:23:02 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: move shared structure definition in mt792x.h + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit c60dc5e + +------------------------------------------------------------------- +Thu Jul 18 12:20:09 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- Refresh + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch. +- Refresh + patches.suse/wifi-mt76-mt792x-fix-a-potential-loading-failure-of-.patch. +- commit 845aa52 + +------------------------------------------------------------------- +Thu Jul 18 12:19:19 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit d4d2c1b + +------------------------------------------------------------------- +Thu Jul 18 12:18:50 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rename mt7921_hif_ops in mt792x_hif_ops + (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_phy in mt792x_phy + (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_sta in mt792x_sta + (bsc#1227149). +- commit 47cecdc + +------------------------------------------------------------------- +Thu Jul 18 12:16:45 CEST 2024 - tiwai@suse.de + +- wifi: mt76: move rate info in mt76_vif (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- Refresh + patches.suse/wifi-mt76-mt7996-fix-rate-usage-of-inband-discovery-.patch. +- commit 8909aa1 + +------------------------------------------------------------------- +Thu Jul 18 12:15:08 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: convert acpisar and clc pointers to void + (bsc#1227149). +- wifi: mt76: mt7921: move common register definition in + mt792x_regs.h (bsc#1227149). +- wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149). +- wifi: mt76: mt7603: fix beacon interval after disabling a + single vif (bsc#1227149). +- wifi: mt76: add support for providing eeprom in nvmem cells + (bsc#1227149). +- wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149). +- wifi: mt76: connac: add connac3 mac library (bsc#1227149). +- mt76: connac: move more mt7921/mt7915 mac shared code in connac + lib (bsc#1227149). +- wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149). +- commit 343ad65 + +------------------------------------------------------------------- +Thu Jul 18 12:12:40 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit 72ca75a + +------------------------------------------------------------------- +Thu Jul 18 12:11:56 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7996: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7615: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7603: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7996: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7615: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7603: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in + mt76_dev (bsc#1227149). +- commit 2965d6e + +------------------------------------------------------------------- +Thu Jul 18 12:10:03 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: increase tx token size (bsc#1227149). +- wifi: mt76: mt7996: add muru support (bsc#1227149). +- wifi: mt76: connac: add support to set ifs time by mcu command + (bsc#1227149). +- wifi: mt76: mt7996: enable VHT extended NSS BW feature + (bsc#1227149). +- wifi: mt76: connac: add support for dsp firmware download + (bsc#1227149). +- wifi: mt76: mt7996: move radio ctrl commands to proper functions + (bsc#1227149). +- wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco + (bsc#1227149). +- mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7921: make mt7921_mac_sta_poll static + (bsc#1227149). +- wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery + (bsc#1227149). +- commit fc1c367 + +------------------------------------------------------------------- +Thu Jul 18 12:08:06 CEST 2024 - tiwai@suse.de + +- Update config files: adjust for Arm CONFIG_MT798X_WMAC (bsc#1227149) +- commit 5938ea9 + +------------------------------------------------------------------- +Thu Jul 18 12:07:10 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rely on mib_stats shared definition + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit a519a6e + +------------------------------------------------------------------- +Thu Jul 18 12:06:29 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery + (bsc#1227149). +- wifi: mt76: mt7921: Support temp sensor (bsc#1227149). +- wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats + (bsc#1227149). +- wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149). +- wifi: mt76: mt7921e: report tx retries/failed counts in tx + free event (bsc#1227149). +- wifi: mt76: mt7915: add support for MT7981 (bsc#1227149). +- wifi: mt76: mt7996: rely on mib_stats shared definition + (bsc#1227149). +- wifi: mt76: mt7915: move mib_stats structure in mt76.h + (bsc#1227149). +- wifi: mt76: mt7921: remove macro duplication in regs.h + (bsc#1227149). +- commit c307798 + +------------------------------------------------------------------- +Thu Jul 18 12:03:30 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7915: report tx retries/failed counts for non-WED + path (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7915-rework-tx-packets-counting-when-WED.patch. +- commit 25e2b06 + +------------------------------------------------------------------- +Thu Jul 18 12:02:50 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-update-beacon-size-limitation.patch. +- commit b121af9 + +------------------------------------------------------------------- +Thu Jul 18 12:02:04 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: drop return in mt7996_sta_statistics + (bsc#1227149). +- wifi: mt76: mt7915: drop return in mt7915_sta_statistics + (bsc#1227149). +- wifi: mt76: report non-binding skb tx rate when WED is active + (bsc#1227149). +- wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149). +- wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support + (bsc#1227149). +- wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt7601u: delete dead code checking debugfs returns + (bsc#1227149). +- commit 3625743 + +------------------------------------------------------------------- +Thu Jul 18 11:37:20 CEST 2024 - ailiop@suse.com + +- exfat: fix potential deadlock on __exfat_get_dentry_set + (git-fixes). +- commit aaa908a + +------------------------------------------------------------------- +Thu Jul 18 10:07:41 CEST 2024 - tiwai@suse.de + +- media: venus: fix use after free in vdec_close (git-fixes). +- media: venus: flush all buffers in output plane streamoff + (git-fixes). +- media: v4l: subdev: Fix typo in documentation (git-fixes). +- media: imx-pxp: Fix ERR_PTR dereference in pxp_probe() + (git-fixes). +- media: renesas: vsp1: Store RPF partition configuration per + RPF instance (git-fixes). +- media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes). +- media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes). +- media: imx-jpeg: Drop initial source change event if capture + has been setup (git-fixes). +- media: imx-jpeg: Remove some redundant error logs (git-fixes). +- media: uvcvideo: Override default flags (git-fixes). +- media: uvcvideo: Fix integer overflow calculating timestamp + (git-fixes). +- saa7134: Unchecked i2c_transfer function result fixed + (git-fixes). +- media: v4l: async: Fix NULL pointer dereference in adding + ancillary links (git-fixes). +- media: i2c: Fix imx412 exposure control (git-fixes). +- media: imon: Fix race getting ictx->lock (git-fixes). +- media: dvb-usb: Fix unexpected infinite loop in + dvb_usb_read_remote_control() (git-fixes). +- media: pci: ivtv: Add check for DMA map result (git-fixes). +- leds: flash: leds-qcom-flash: Test the correct variable in init + (git-fixes). +- Revert "leds: led-core: Fix refcount leak in of_led_get()" + (git-fixes). +- leds: mt6360: Fix memory leak in mt6360_init_isnk_properties() + (git-fixes). +- leds: triggers: Flush pending brightness before activating + trigger (git-fixes). +- leds: ss4200: Convert PCIBIOS_* return codes to errnos + (git-fixes). +- leds: trigger: Unregister sysfs attributes before calling + deactivate() (git-fixes). +- mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes). +- mfd: pm8008: Fix regmap irq chip initialisation (git-fixes). +- ipmi: ssif_bmc: prevent integer overflow on 32bit systems + (git-fixes). +- ata: libata-scsi: Fix offsets for the fixed format sense data + (git-fixes). +- commit a8e6a5f + +------------------------------------------------------------------- +Thu Jul 18 09:57:39 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/mptcp-ensure-snd_nxt-is-properly-initialized-on-conn.patch + (CVE-2024-36889 bsc#1225746). +- commit 98abb2b + +------------------------------------------------------------------- +Thu Jul 18 00:24:50 CEST 2024 - dsterba@suse.com + +- mptcp: fix data races on remote_id (CVE-2024-27404 bsc#1224422) +- commit ed12cfe + +------------------------------------------------------------------- +Wed Jul 17 20:42:57 CEST 2024 - dsterba@suse.com + +- netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (CVE-2024-27020 bsc#1223815) +- commit 79c457d + +------------------------------------------------------------------- +Wed Jul 17 20:06:17 CEST 2024 - dsterba@suse.com + +- netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (CVE-2024-27019 bsc#1223813) +- commit 73c5c5f + +------------------------------------------------------------------- +Wed Jul 17 18:42:22 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_bits_nowait (bsc#1223731 + CVE-2024-26944). +- commit da5e600 + +------------------------------------------------------------------- +Wed Jul 17 18:26:57 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_dirty (bsc#1223731 CVE-2024-26944). +- commit 3076056 + +------------------------------------------------------------------- +Wed Jul 17 18:03:51 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_new (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch. +- commit 3afda0a + +------------------------------------------------------------------- +Wed Jul 17 17:33:30 CEST 2024 - mhocko@suse.com + +- mm/page_table_check: fix crash on ZONE_DEVICE (CVE-2024-40948 + bsc#1227801). +- commit 69b3c59 + +------------------------------------------------------------------- +Wed Jul 17 17:23:08 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_delalloc (bsc#1223731 + CVE-2024-26944). +- btrfs: open code set_extent_defrag (bsc#1223731 CVE-2024-26944). +- commit 646bcad + +------------------------------------------------------------------- +Wed Jul 17 16:46:51 CEST 2024 - fdmanana@suse.com + +- btrfs: use btrfs_next_item() at scrub.c:find_first_extent_item() + (bsc#1223731 CVE-2024-26944). +- btrfs: unexport extent_map_block_end() (bsc#1223731 + CVE-2024-26944). +- btrfs: split assert into two different asserts when removing + block group (bsc#1223731 CVE-2024-26944). +- btrfs: mark sanity checks when getting chunk map as unlikely + (bsc#1223731 CVE-2024-26944). +- commit b0dd338 + +------------------------------------------------------------------- +Wed Jul 17 16:21:14 CEST 2024 - mhocko@suse.com + +- gro: fix ownership transfer (CVE-2024-35890 bsc#1224516). +- commit 8c57ce0 + +------------------------------------------------------------------- +Wed Jul 17 15:50:25 CEST 2024 - mhocko@suse.com + +- mptcp: ensure snd_nxt is properly initialized on connect + (CVE-2024-36889). +- commit 724d285 + +------------------------------------------------------------------- +Wed Jul 17 15:25:38 CEST 2024 - mhocko@suse.com + +- ipv6: fib6_rules: avoid possible NULL dereference in + fib6_rule_action() (CVE-2024-36902 bsc#1225719). +- commit d8c5ba2 + +------------------------------------------------------------------- +Wed Jul 17 15:06:34 CEST 2024 - mhocko@suse.com + +- phonet: fix rtm_phonet_notify() skb allocation (CVE-2024-36946 + bsc#1225851). +- commit a878203 + +------------------------------------------------------------------- +Wed Jul 17 14:24:39 CEST 2024 - mhocko@suse.com + +- r8169: Fix possible ring buffer corruption on fragmented Tx + packets (CVE-2024-38586 bsc#1226750). +- commit 1324b27 + +------------------------------------------------------------------- +Wed Jul 17 13:55:30 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: factor out DUP bg handling from + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: factor out single bg handling from + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: factor out per-zone logic from + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: introduce a zone_info struct in + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- commit f06e144 + +------------------------------------------------------------------- +Wed Jul 17 10:08:38 CEST 2024 - tiwai@suse.de + +- wifi: virt_wifi: don't use strlen() in const context + (git-fixes). +- commit b4154c8 + +------------------------------------------------------------------- +Wed Jul 17 10:06:35 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: Fix array index mistake in + rtw89_sta_info_get_iter() (git-fixes). +- wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes). +- wifi: rtw89: 8852b: fix definition of KIP register number + (git-fixes). +- wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when + in_reconfig (git-fixes). +- wifi: virt_wifi: avoid reporting connection success with wrong + SSID (git-fixes). +- wifi: ath12k: fix peer metadata parsing (git-fixes). +- wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers + (git-fixes). +- wifi: ath11k: fix RCU documentation in + ath11k_mac_op_ipv6_changed() (git-fixes). +- wifi: iwlwifi: mvm: don't limit VLP/AFC to UATS-enabled + (git-fixes). +- wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes). +- wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes). +- wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes). +- commit 949fcca + +------------------------------------------------------------------- +Wed Jul 17 09:46:37 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: handle 2x996 RU allocation in + cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() + (git-fixes). +- wifi: ath12k: fix wrong definition of CE ring's base address + (git-fixes). +- wifi: ath11k: fix wrong definition of CE ring's base address + (git-fixes). +- wifi: ath12k: fix firmware crash during reo reinject + (git-fixes). +- wifi: ath12k: fix invalid memory access while processing + fragmented packets (git-fixes). +- wifi: ath12k: change DMA direction while mapping reinjected + packets (git-fixes). +- wifi: ath11k: restore country code during resume (git-fixes). +- wifi: ath11k: refactor setting country code logic + (stable-fixes). +- wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure + (git-fixes). +- wifi: ath12k: Correct 6 GHz frequency value in rx status + (git-fixes). +- wifi: ath12k: avoid duplicated vdev stop (git-fixes). +- wifi: ath12k: drop failed transmitted frames from metric + calculation (git-fixes). +- wifi: ath12k: Don't drop tx_status in failure case (git-fixes). +- wifi: rtw89: fix HW scan not aborting properly (git-fixes). +- commit 7f555ea + +------------------------------------------------------------------- +Wed Jul 17 09:42:53 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit e02cbd1 + +------------------------------------------------------------------- +Wed Jul 17 09:38:22 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: cancel multi-link reconf work on disconnect + (git-fixes). +- wifi: mwifiex: Fix interface type change (git-fixes). +- wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device + (git-fixes). +- vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes). +- wifi: mac80211: Recalc offload when monitor stop (git-fixes). +- commit 0c5d63e + +------------------------------------------------------------------- +Wed Jul 17 09:31:55 CEST 2024 - tiwai@suse.de + +- Bluetooth: hci_event: Set QoS encryption from BIGInfo report + (git-fixes). +- Bluetooth: btnxpuart: Add handling for boot-signature timeout + errors (git-fixes). +- Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes). +- Bluetooth: hci_bcm4377: Use correct unit for timeouts + (git-fixes). +- lib: objagg: Fix general protection fault (git-fixes). +- lib: test_objagg: Fix spelling (git-fixes). +- lib: objagg: Fix spelling (git-fixes). +- cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe() + (git-fixes). +- cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared + memory CPPC systems (git-fixes). +- firmware: turris-mox-rwtm: Initialize completion before mailbox + (git-fixes). +- firmware: turris-mox-rwtm: Fix checking return value of + wait_for_completion_timeout() (git-fixes). +- firmware: turris-mox-rwtm: Do not complete if there are no + waiters (git-fixes). +- drivers: soc: xilinx: check return status of get_api_version() + (git-fixes). +- soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes). +- soc: qcom: pdr: fix parsing of domains lists (git-fixes). +- soc: qcom: pdr: protect locator_addr with the main mutex + (git-fixes). +- soc: qcom: rpmh-rsc: Ensure irqs aren't disabled by + rpmh_rsc_send_data() callers (git-fixes). +- soc: qcom: pmic_glink: Handle the return value of + pmic_glink_init (git-fixes). +- commit aea26b0 + +------------------------------------------------------------------- +Tue Jul 16 18:29:23 CEST 2024 - ailiop@suse.com + +- blacklist.conf: add 54cbc058d86b + commit 54cbc058d86b ("fs/aio: Make io_cancel() generate completions + again") was later reverted upstream by commit 28468cbed92e, so blacklist + it. +- commit bc9be4f + +------------------------------------------------------------------- +Tue Jul 16 18:25:16 CEST 2024 - fdmanana@suse.com + +- btrfs: remove the need_raid_map parameter from btrfs_map_block() + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: skip splitting and logical rewriting on pre-alloc + write (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: do not zone finish data relocation block group + (bsc#1223731 CVE-2024-26944). +- btrfs: add comments for btrfs_map_block() (bsc#1223731 + CVE-2024-26944). +- commit 0c47c71 + +------------------------------------------------------------------- +Tue Jul 16 18:23:04 CEST 2024 - ailiop@suse.com + +- Revert "gfs2: fix glock shrinker ref issues" (git-fixes). +- commit f7bfdba + +------------------------------------------------------------------- +Tue Jul 16 18:22:18 CEST 2024 - ailiop@suse.com + +- gfs2: Fix "ignore unlock failures after withdraw" (git-fixes). +- commit 519ac22 + +------------------------------------------------------------------- +Tue Jul 16 18:21:11 CEST 2024 - ailiop@suse.com + +- gfs2: Don't forget to complete delayed withdraw (git-fixes). +- commit 7f71d47 + +------------------------------------------------------------------- +Tue Jul 16 18:20:02 CEST 2024 - ailiop@suse.com + +- gfs2: Fix invalid metadata access in punch_hole (git-fixes). +- commit 1be0540 + +------------------------------------------------------------------- +Tue Jul 16 18:18:03 CEST 2024 - ailiop@suse.com + +- gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes). +- commit d7e53ef + +------------------------------------------------------------------- +Tue Jul 16 18:17:01 CEST 2024 - ailiop@suse.com + +- gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes). +- commit 78503fa + +------------------------------------------------------------------- +Tue Jul 16 18:15:53 CEST 2024 - ailiop@suse.com + +- gfs2: convert to ctime accessor functions (git-fixes). +- commit b024418 + +------------------------------------------------------------------- +Tue Jul 16 18:13:39 CEST 2024 - ailiop@suse.com + +- gfs2: Get rid of gfs2_alloc_blocks generation parameter + (git-fixes). +- commit e229d26 + +------------------------------------------------------------------- +Tue Jul 16 18:12:42 CEST 2024 - ailiop@suse.com + +- dlm: fix user space lock decision to copy lvb (git-fixes). +- commit 9a5eade + +------------------------------------------------------------------- +Tue Jul 16 18:12:00 CEST 2024 - ailiop@suse.com + +- ocfs2: fix DIO failure due to insufficient transaction credits + (git-fixes). +- commit cf885b6 + +------------------------------------------------------------------- +Tue Jul 16 18:11:04 CEST 2024 - ailiop@suse.com + +- ocfs2: use coarse time for new created files (git-fixes). +- commit 61f3cb7 + +------------------------------------------------------------------- +Tue Jul 16 18:09:52 CEST 2024 - ailiop@suse.com + +- ocfs2: fix races between hole punching and AIO+DIO (git-fixes). +- commit bdcd35b + +------------------------------------------------------------------- +Tue Jul 16 18:08:38 CEST 2024 - ailiop@suse.com + +- filelock: fix potential use-after-free in posix_lock_inode + (git-fixes). +- commit 4ceada4 + +------------------------------------------------------------------- +Tue Jul 16 18:02:53 CEST 2024 - ailiop@suse.com + +- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() + (git-fixes). +- commit 047ac8f + +------------------------------------------------------------------- +Tue Jul 16 18:01:04 CEST 2024 - ailiop@suse.com + +- tracefs: Add missing lockdown check to tracefs_create_dir() + (git-fixes). +- commit 65b8efc + +------------------------------------------------------------------- +Tue Jul 16 17:53:24 CEST 2024 - ailiop@suse.com + +- f2fs: fix error path of __f2fs_build_free_nids (git-fixes). +- commit 6c1efec + +------------------------------------------------------------------- +Tue Jul 16 17:53:11 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: re-enable metadata over-commit for zoned mode + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: don't activate non-DATA BG on allocation + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: no longer count fresh BG region as zone unusable + (bsc#1223731 CVE-2024-26944). +- commit cc48fd8 + +------------------------------------------------------------------- +Tue Jul 16 17:51:44 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103, + CVE-2024-39468). +- commit 1548cc0 + +------------------------------------------------------------------- +Tue Jul 16 17:50:48 CEST 2024 - ailiop@suse.com + +- orangefs: fix out-of-bounds fsid access (git-fixes). +- commit 8d69475 + +------------------------------------------------------------------- +Tue Jul 16 17:41:13 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: activate metadata block group on write time + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: reserve zones for an active metadata/system + block group (bsc#1223731 CVE-2024-26944). +- commit 00c0b10 + +------------------------------------------------------------------- +Tue Jul 16 17:31:18 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: update meta write pointer on zone finish + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: defer advancing meta write pointer (bsc#1223731 + CVE-2024-26944). +- commit 9625328 + +------------------------------------------------------------------- +Tue Jul 16 17:27:16 CEST 2024 - tbogendoerfer@suse.de + +- net/mlx5: Always stop health timer during driver removal + (CVE-2024-40906 bsc#1227763). +- commit 3630f6e + +------------------------------------------------------------------- +Tue Jul 16 17:22:28 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: return int from btrfs_check_meta_write_pointer + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: introduce block group context to + btrfs_eb_write_context (bsc#1223731 CVE-2024-26944). +- btrfs: introduce struct to consolidate extent buffer write + context (bsc#1223731 CVE-2024-26944). +- commit d8f8b66 + +------------------------------------------------------------------- +Tue Jul 16 17:08:50 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: use vcalloc instead of for vzalloc in + btrfs_get_dev_zone_info (bsc#1223731 CVE-2024-26944). +- commit 4837f02 + +------------------------------------------------------------------- +Tue Jul 16 17:05:24 CEST 2024 - fdmanana@suse.com + +- btrfs: open code need_full_stripe conditions (bsc#1223731 + CVE-2024-26944). +- Refresh + patches.suse/btrfs-be-a-bit-more-careful-when-setting-mirror.patch. +- commit 0011c1e + +------------------------------------------------------------------- +Tue Jul 16 17:01:11 CEST 2024 - ailiop@suse.com + +- nilfs2: fix incorrect inode allocation from reserved inodes + (git-fixes). +- commit 9ce9b3c + +------------------------------------------------------------------- +Tue Jul 16 17:00:35 CEST 2024 - ailiop@suse.com + +- nilfs2: convert persistent object allocator to use kmap_local + (git-fixes). +- commit dc36fd2 + +------------------------------------------------------------------- +Tue Jul 16 16:57:31 CEST 2024 - mkubecek@suse.cz + +- netfilter: nf_tables: restore set elements when delete set fails + (CVE-2024-27012 bsc#1223804). +- commit 8ba3bb4 + +------------------------------------------------------------------- +Tue Jul 16 16:55:47 CEST 2024 - ailiop@suse.com + +- jffs2: Fix potential illegal address access in jffs2_free_inode + (git-fixes). +- commit 282ccaf + +------------------------------------------------------------------- +Tue Jul 16 16:52:25 CEST 2024 - ailiop@suse.com + +- hfsplus: fix to avoid false alarm of circular locking + (git-fixes). +- commit 490432a + +------------------------------------------------------------------- +Tue Jul 16 16:51:49 CEST 2024 - fdmanana@suse.com + +- btrfs: open code btrfs_map_sblock (bsc#1223731 CVE-2024-26944). +- commit 5fa5c99 + +------------------------------------------------------------------- +Tue Jul 16 16:48:45 CEST 2024 - fdmanana@suse.com + +- btrfs: rename __btrfs_map_block to btrfs_map_block (bsc#1223731 + CVE-2024-26944). +- commit de51f30 + +------------------------------------------------------------------- +Tue Jul 16 16:24:52 CEST 2024 - fdmanana@suse.com + +- btrfs: remove unused btrfs_map_block (bsc#1223731 + CVE-2024-26944). +- commit 0ff7c2f + +------------------------------------------------------------------- +Tue Jul 16 16:21:00 CEST 2024 - fdmanana@suse.com + +- btrfs: optimize simple reads in btrfsic_map_block (bsc#1223731 + CVE-2024-26944). +- commit 3260913 + +------------------------------------------------------------------- +Tue Jul 16 16:17:35 CEST 2024 - fdmanana@suse.com + +- btrfs: remove unused BTRFS_MAP_DISCARD (bsc#1223731 + CVE-2024-26944). +- commit 68b562a + +------------------------------------------------------------------- +Tue Jul 16 16:14:28 CEST 2024 - fdmanana@suse.com + +- btrfs: pass the new logical address to split_extent_map + (bsc#1223731 CVE-2024-26944). +- commit c2e8884 + +------------------------------------------------------------------- +Tue Jul 16 16:06:12 CEST 2024 - fdmanana@suse.com + +- btrfs: defer splitting of ordered extents until I/O completion + (bsc#1223731 CVE-2024-26944). +- commit 5ae3e38 + +------------------------------------------------------------------- +Tue Jul 16 15:59:39 CEST 2024 - fdmanana@suse.com + +- btrfs: handle completed ordered extents in + btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944). +- commit ddd9e87 + +------------------------------------------------------------------- +Tue Jul 16 15:52:11 CEST 2024 - fdmanana@suse.com + +- btrfs: atomically insert the new extent in + btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944). +- commit 4030656 + +------------------------------------------------------------------- +Tue Jul 16 15:48:28 CEST 2024 - fdmanana@suse.com + +- btrfs: split btrfs_alloc_ordered_extent to allocation and + insertion helpers (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/0002-btrfs-fix-qgroup_free_reserved_data-int-overflow.patch. +- commit e1bc1c4 + +------------------------------------------------------------------- +Tue Jul 16 13:48:59 CEST 2024 - tzimmermann@suse.com + +- drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723 CVE-2024-39498) +- commit bb19e55 + +------------------------------------------------------------------- +Tue Jul 16 13:28:06 CEST 2024 - fdmanana@suse.com + +- btrfs: return the new ordered_extent from + btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944). +- commit c61ece3 + +------------------------------------------------------------------- +Tue Jul 16 13:10:53 CEST 2024 - fdmanana@suse.com + +- btrfs: reorder conditions in btrfs_extract_ordered_extent + (bsc#1223731 CVE-2024-26944). +- commit 7ad1725 + +------------------------------------------------------------------- +Tue Jul 16 12:58:15 CEST 2024 - fdmanana@suse.com + +- btrfs: move split_extent_map to extent_map.c (bsc#1223731 + CVE-2024-26944). +- commit 4667690 + +------------------------------------------------------------------- +Tue Jul 16 12:43:11 CEST 2024 - fdmanana@suse.com + +- btrfs: record orig_physical only for the original bio + (bsc#1223731 CVE-2024-26944). +- commit f1ddea8 + +------------------------------------------------------------------- +Tue Jul 16 12:37:50 CEST 2024 - fdmanana@suse.com + +- btrfs: optimize the logical to physical mapping for zoned writes + (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/0002-btrfs-fix-qgroup_free_reserved_data-int-overflow.patch. +- commit 59cfe96 + +------------------------------------------------------------------- +Tue Jul 16 12:26:48 CEST 2024 - tbogendoerfer@suse.de + +- ionic: fix use after netif_napi_del() (CVE-2024-39502 + bsc#1227755). +- commit a8905bd + +------------------------------------------------------------------- +Tue Jul 16 10:26:43 CEST 2024 - mkubecek@suse.cz + +- netfilter: flowtable: validate pppoe header (CVE-2024-27016 + bsc#1223807). +- commit 4c0256f + +------------------------------------------------------------------- +Tue Jul 16 09:56:30 CEST 2024 - tbogendoerfer@suse.de + +- i40e: fix: remove needless retries of NVM update (bsc#1227736). +- commit df4f038 + +------------------------------------------------------------------- +Tue Jul 16 09:46:34 CEST 2024 - tiwai@suse.de + +- spi: spi-microchip-core: Fix the number of chip selects + supported (git-fixes). +- spi: atmel-quadspi: Add missing check for clk_prepare + (git-fixes). +- gpio: mc33880: Convert comma to semicolon (git-fixes). +- pwm: stm32: Always do lazy disabling (git-fixes). +- hwmon: (max6697) Fix swapped temp{1,8} critical alarms + (git-fixes). +- hwmon: (max6697) Fix underflow when writing limit attributes + (git-fixes). +- hwmon: (adt7475) Fix default duty on fan is disabled + (git-fixes). +- platform/chrome: cros_ec_debugfs: fix wrong EC message version + (git-fixes). +- char: tpm: Fix possible memory leak in + tpm_bios_measurements_open() (git-fixes). +- tools/memory-model: Fix bug in lock.cat (git-fixes). +- drm/gma500: fix null pointer dereference in + cdv_intel_lvds_get_modes (git-fixes). +- drm/gma500: fix null pointer dereference in + psb_intel_lvds_get_modes (git-fixes). +- drm/meson: fix canvas release in bind function (git-fixes). +- commit 027008e + +------------------------------------------------------------------- +Tue Jul 16 09:42:19 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit da52786 + +------------------------------------------------------------------- +Tue Jul 16 04:51:03 CEST 2024 - dsterba@suse.com + +- ipv6: prevent NULL dereference in ip6_output() (CVE-2024-36901 bsc#1225711) +- commit 299bf13 + +------------------------------------------------------------------- +Tue Jul 16 04:01:56 CEST 2024 - dsterba@suse.com + +- i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (CVE-2024-36004 bsc#1224545) +- commit 42d6eee + +------------------------------------------------------------------- +Tue Jul 16 03:48:07 CEST 2024 - dsterba@suse.com + +- nbd: null check for nla_nest_start (CVE-2024-27025 bsc#1223778) +- commit a23796b + +------------------------------------------------------------------- +Mon Jul 15 19:55:01 CEST 2024 - fdmanana@suse.com + +- btrfs: rename the bytenr field in struct btrfs_ordered_sum to + logical (bsc#1223731 CVE-2024-26944). +- btrfs: mark the len field in struct btrfs_ordered_sum as + unsigned (bsc#1223731 CVE-2024-26944). +- btrfs: don't call btrfs_record_physical_zoned for failed append + (bsc#1223731 CVE-2024-26944). +- btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONED + (bsc#1223731 CVE-2024-26944). +- commit 7e64d12 + +------------------------------------------------------------------- +Mon Jul 15 19:22:22 CEST 2024 - fdmanana@suse.com + +- btrfs: use SECTOR_SHIFT to convert LBA to physical offset + (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/btrfs-don-t-warn-if-discard-range-is-not-aligned-to-.patch. +- commit ad23354 + +------------------------------------------------------------------- +Mon Jul 15 18:54:42 CEST 2024 - fdmanana@suse.com + +- btrfs: don't hold an extra reference for redirtied buffers + (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/0003-btrfs-free-qgroup-pertrans-reserve-on-transaction-ab.patch. +- commit 47897b2 + +------------------------------------------------------------------- +Mon Jul 15 18:36:23 CEST 2024 - fdmanana@suse.com + +- btrfs: export bitmap_test_range_all_{set,zero} (bsc#1223731 + CVE-2024-26944). +- commit fcba900 + +------------------------------------------------------------------- +Mon Jul 15 17:27:32 CEST 2024 - tiwai@suse.de + +- Update patch reference for ath12k fix (CVE-2024-40979 bsc#1227855) +- commit 0463455 + +------------------------------------------------------------------- +Mon Jul 15 16:45:21 CEST 2024 - mhocko@suse.com + +- mlxsw: spectrum_acl_tcam: Fix memory leak during rehash + (CVE-2024-35853 bsc#1224604). +- commit d46e600 + +------------------------------------------------------------------- +Mon Jul 15 16:29:05 CEST 2024 - mhocko@suse.com + +- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during + activity update (CVE-2024-35854 bsc#1224636). +- commit 7cd7b18 + +------------------------------------------------------------------- +Mon Jul 15 16:14:05 CEST 2024 - mhocko@suse.com + +- phonet/pep: fix racy skb_queue_empty() use (CVE-2024-27402 + bsc#1224414). +- commit 9f9d7b5 + +------------------------------------------------------------------- +Mon Jul 15 16:11:16 CEST 2024 - petr.pavlu@suse.com + +- kprobe/ftrace: fix build error due to bad function definition + (git-fixes). +- commit 16bb0c0 + +------------------------------------------------------------------- +Mon Jul 15 15:48:43 CEST 2024 - mhocko@suse.com + +- net: prevent mss overflow in skb_segment() (CVE-2023-52435 + bsc#1220138). +- commit b718cb4 + +------------------------------------------------------------------- +Mon Jul 15 15:26:09 CEST 2024 - mhocko@suse.com + +- netfilter: nf_tables: do not compare internal table flags on + updates (CVE-2024-27065 bsc#1223836). +- commit 0e49dd8 + +------------------------------------------------------------------- +Mon Jul 15 14:28:00 CEST 2024 - petr.pavlu@suse.com + +- tracing/net_sched: NULL pointer dereference in + perf_trace_qdisc_reset() (git-fixes). +- commit c773566 + +------------------------------------------------------------------- +Mon Jul 15 14:24:40 CEST 2024 - petr.pavlu@suse.com + +- tracing: Build event generation tests only as modules + (git-fixes). +- commit dd7f603 + +------------------------------------------------------------------- +Mon Jul 15 14:17:01 CEST 2024 - oneukum@suse.com + +- usb: ucsi: stm32: fix command completion handling (git-fixes). +- commit 3155170 + +------------------------------------------------------------------- +Mon Jul 15 14:06:05 CEST 2024 - oneukum@suse.com + +- Bluetooth: qca: set power_ctrl_enabled on NULL returned by + gpiod_get_optional() (git-fixes). +- commit 3a34099 + +------------------------------------------------------------------- +Mon Jul 15 14:03:39 CEST 2024 - petr.pavlu@suse.com + +- cachefiles: add output string to + cachefiles_obj_[get|put]_ondemand_fd (git-fixes). +- commit 12446de + +------------------------------------------------------------------- +Mon Jul 15 13:55:23 CEST 2024 - tiwai@suse.de + +- iommu/vt-d: Allocate DMAR fault interrupts locally + (bsc#1224767). +- commit 85bf7e2 + +------------------------------------------------------------------- +Mon Jul 15 13:54:40 CEST 2024 - tiwai@suse.de + +- iommu/amd: Fix panic accessing amd_iommu_enable_faulting + (bsc#1224767). +- commit 567c8c9 + +------------------------------------------------------------------- +Mon Jul 15 13:49:42 CEST 2024 - mhocko@suse.com + +- netfilter: flowtable: incorrect pppoe tuple (CVE-2024-27015 + bsc#1223806). +- commit e834f51 + +------------------------------------------------------------------- +Mon Jul 15 13:33:32 CEST 2024 - mhocko@suse.com + +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (CVE-2024-27064 bsc#1223740). +- commit daf6634 + +------------------------------------------------------------------- +Mon Jul 15 13:30:59 CEST 2024 - oneukum@suse.com + +- blacklist.conf: feature, not fix +- commit 7a64b31 + +------------------------------------------------------------------- +Mon Jul 15 13:30:17 CEST 2024 - petr.pavlu@suse.com + +- kprobe/ftrace: bail out if ftrace was killed (git-fixes). +- commit 43ba702 + +------------------------------------------------------------------- +Mon Jul 15 13:12:22 CEST 2024 - mhocko@suse.com + +- tipc: Check the bearer type before calling + tipc_udp_nl_bearer_add() (CVE-2024-26663 bsc#1222326). +- commit fff5ef3 + +------------------------------------------------------------------- +Mon Jul 15 11:47:14 CEST 2024 - petr.pavlu@suse.com + +- blacklist.conf: add not-relevant tracing fixes +- commit b158327 + +------------------------------------------------------------------- +Mon Jul 15 11:41:17 CEST 2024 - petr.pavlu@suse.com + +- Update + patches.suse/ring-buffer-Fix-a-race-between-readers-and-resize-checks.patch + (bsc#1222893). +- commit eebb09a + +------------------------------------------------------------------- +Mon Jul 15 11:39:14 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Add coldboot calibration support for QCN9074 + (bsc#1227149). +- wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-boot-failure-with-one-MSI-vector.patch. +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- commit e553d75 + +------------------------------------------------------------------- +Mon Jul 15 11:34:45 CEST 2024 - tiwai@suse.de + +- wifi: ath9k: avoid using uninitialized array (bsc#1227149). +- Refresh patches.suse/wifi-ath9k-fix-fortify-warnings.patch. +- commit 7a06512 + +------------------------------------------------------------------- +Mon Jul 15 09:42:47 CEST 2024 - vkarasulli@suse.de + +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes). +- commit dcdbf4a + +------------------------------------------------------------------- +Mon Jul 15 09:02:51 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149). +- commit 5e9fc63 + +------------------------------------------------------------------- +Sun Jul 14 15:49:36 CEST 2024 - tiwai@suse.de + +- kABI workaround for wireless updates (bsc#1227149). +- commit 956c903 + +------------------------------------------------------------------- +Sun Jul 14 09:22:18 CEST 2024 - tiwai@suse.de + +- i2c: rcar: bring hardware to known state when probing + (git-fixes). +- i2c: testunit: avoid re-issued work after read message + (git-fixes). +- i2c: mark HostNotify target address as used (git-fixes). +- i2c: testunit: correct Kconfig description (git-fixes). +- commit 834d4d5 + +------------------------------------------------------------------- +Sat Jul 13 16:14:43 CEST 2024 - tiwai@suse.de + +- supported.conf: update for mt76 stuff (bsc#1227149) +- commit 276fbe5 + +------------------------------------------------------------------- +Sat Jul 13 16:11:33 CEST 2024 - tiwai@suse.de + +- kabi/severities: cover all mt76 modules (bsc#1227149) +- commit 8877f2f + +------------------------------------------------------------------- +Sat Jul 13 13:06:17 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP + (bsc#1227149). +- commit a3d6465 + +------------------------------------------------------------------- +Sat Jul 13 13:05:04 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix monitor channel with chanctx emulation + (bsc#1227149). +- wifi: cfg80211: validate HE operation element parsing + (bsc#1227149). +- wifi: mac80211: don't select link ID if not provided in scan + request (bsc#1227149). +- wifi: mac80211: check EHT/TTLM action frame length + (bsc#1227149). +- wifi: mac80211: correctly set active links upon TTLM + (bsc#1227149). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1227149). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1227149). +- commit e4d62d6 + +------------------------------------------------------------------- +Sat Jul 13 13:00:06 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149) + All those symbols are local and used for its own helpers +- commit c402c7b + +------------------------------------------------------------------- +Sat Jul 13 12:59:25 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS + (bsc#1227149). +- wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and + low power mode (bsc#1227149). +- wifi: rtl8xxxu: enable MFP support with security flag of RX + descriptor (bsc#1227149). +- wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if + no 6 GHz sband (bsc#1227149). +- wifi: rtw89: 8852c: add quirk to set PCI BER for certain + platforms (bsc#1227149). +- wifi: rtw89: download firmware with five times retry + (bsc#1227149). +- commit 70ec305 + +------------------------------------------------------------------- +Sat Jul 13 12:56:48 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: coex: fix configuration for shared antenna for + 8922A (bsc#1227149). +- wifi: rtw89: wow: move release offload packet earlier for + WoWLAN mode (bsc#1227149). +- wifi: rtw89: wow: set security engine options for 802.11ax + chips only (bsc#1227149). +- wifi: rtw89: update suspend/resume for different generation + (bsc#1227149). +- wifi: rtw89: wow: update config mac function with different + generation (bsc#1227149). +- wifi: rtw89: update DMA function with different generation + (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN status register for different + generation (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN reason register for different + chips (bsc#1227149). +- wifi: rtw89: coex: Add coexistence policy to decrease WiFi + packet CRC-ERR (bsc#1227149). +- wifi: rtw89: coex: When Bluetooth not available don't set + power/gain (bsc#1227149). +- wifi: rtw89: coex: add return value to ensure H2C command is + success or not (bsc#1227149). +- wifi: rtw89: coex: Reorder H2C command index to align with + firmware (bsc#1227149). +- wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic + (bsc#1227149). +- wifi: rtw89: coex: add init_info H2C command format version 7 + (bsc#1227149). +- wifi: rtw89: 8922a: add coexistence helpers of SW grant + (bsc#1227149). +- wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt + (bsc#1227149). +- wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte + (bsc#1227149). +- wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs() + (bsc#1227149). +- wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: Update EHT PHY beamforming capability + (bsc#1227149). +- wifi: rtw89: advertise missing extended scan feature + (bsc#1227149). +- wifi: rtlwifi: set initial values for unexpected cases of USB + endpoint priority (bsc#1227149). +- wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx() + (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149). +- commit e9149f1 + +------------------------------------------------------------------- +Sat Jul 13 12:51:52 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Store the endpoint addresses + (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection + (bsc#1227149). +- wifi: rtw89: 8922a: declare to support two chanctx + (bsc#1227149). +- wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: fw: implement MRC H2C command functions + (bsc#1227149). +- wifi: rtw89: mac: implement MRC C2H event handling + (bsc#1227149). +- wifi: rtw89: fw: add definition of H2C command and C2H event + for MRC series (bsc#1227149). +- wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: reference quota mode when setting Tx power + (bsc#1227149). +- wifi: rtw89: 8922a: implement AP mode related reg for BE + generation (bsc#1227149). +- wifi: rtw89: 8922a: correct register definition and merge IO + for ctrl_nbtg_bt_tx() (bsc#1227149). +- wifi: rtw89: differentiate narrow_bw_ru_dis setting according + to chip gen (bsc#1227149). +- wifi: rtw89: use PLCP information to match BSS_COLOR and AID + (bsc#1227149). +- wifi: rtw89: mac: reset PHY-1 hardware when going to + enable/disable (bsc#1227149). +- wifi: rtw89: mac: correct MUEDCA setting for MAC-1 + (bsc#1227149). +- wifi: rtw89: mac: return held quota of DLE when changing MAC-1 + (bsc#1227149). +- wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149). +- wifi: rtw89: correct PHY register offset for PHY-1 + (bsc#1227149). +- wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149). +- wifi: rtw89: chan: move handling from add/remove to + assign/unassign for MLO (bsc#1227149). +- wifi: rtw89: chan: tweak weight recalc ahead before MLO + (bsc#1227149). +- wifi: rtw89: chan: tweak bitmap recalc ahead before MLO + (bsc#1227149). +- wifi: rtw89: chan: add sub-entity swap function to cover + replacing (bsc#1227149). +- wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self + (bsc#1227149). +- wifi: rtl8xxxu: update rate mask per sta (bsc#1227149). +- wifi: rtw89: fw: download firmware with key data for secure boot + (bsc#1227149). +- wifi: rtw89: fw: parse secure section from firmware file + (bsc#1227149). +- wifi: rtw89: fw: read firmware secure information from efuse + (bsc#1227149). +- wifi: rtw89: fw: consider checksum length of security data + (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::rfk_hw_init (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::rfk_init_late to do initial + RF calibrations later (bsc#1227149). +- commit 28c4b55 + +------------------------------------------------------------------- +Sat Jul 13 12:48:21 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8922a: rfk: implement chip_ops to call RF + calibrations (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger TSSI (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger TXGAPK + (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger DACK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger DPK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger RX DCK + (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger IQK (bsc#1227149). +- wifi: rtw89: rfk: send channel information to firmware for RF + calibrations (bsc#1227149). +- wifi: rtw89: rfk: add a completion to wait RF calibration + report from C2H event (bsc#1227149). +- wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149). +- wifi: rtl8xxxu: fix error messages (bsc#1227149). +- wifi: rtw89: 8922a: add more fields to beacon H2C command to + support multi-links (bsc#1227149). +- wifi: rtw89: update ps_state register for chips with different + generation (bsc#1227149). +- wifi: rtw89: add new H2C for PS mode in 802.11be chip + (bsc#1227149). +- wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149). +- wifi: rtw89: prepare scan leaf functions for wifi 7 ICs + (bsc#1227149). +- wifi: rtw89: debug: add FW log component for scan (bsc#1227149). +- wifi: rtw89: update scan C2H messages for wifi 7 IC + (bsc#1227149). +- wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL + (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops to get thermal value + (bsc#1227149). +- wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (bsc#1227149). +- wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu + (bsc#1227149). +- wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to + chip_ops (bsc#1227149). +- wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149). +- wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149). +- wifi: rtw89: pci: update SER timer unit and timeout time + (bsc#1227149). +- wifi: rtw89: fix disabling concurrent mode TX hang issue + (bsc#1227149). +- wifi: rtw89: fix HW scan timeout due to TSF sync issue + (bsc#1227149). +- wifi: rtw89: add wait/completion for abort scan (bsc#1227149). +- wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149). +- wifi: rtw89: Set default CQM config if not present + (bsc#1227149). +- wifi: rtw89: refine hardware scan C2H events (bsc#1227149). +- wifi: rtw89: refine add_chan H2C command to encode_bits + (bsc#1227149). +- wifi: rtw89: 8922a: add BTG functions to assist BT coexistence + to control TX/RX (bsc#1227149). +- wifi: rtw89: 8922a: add TX power related ops (bsc#1227149). +- wifi: rtw89: 8922a: add register definitions of H2C, C2H, + page, RRSR and EDCCA (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops related to BB init + (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf + (bsc#1227149). +- wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149). +- wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149). +- wifi: rtl8xxxu: add missing number of sec cam entries for all + variants (bsc#1227149). +- wifi: rtl8xxxu: make instances of iface limit and combination + to be static const (bsc#1227149). +- wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type + (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Don't read register in + _rtl92de_query_rxphystatus (bsc#1227149). +- wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: fw: use struct to fill JOIN H2C command + (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7 + (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7 + (bsc#1227149). +- wifi: rtw89: fw: update TX AMPDU parameter to CMAC table + (bsc#1227149). +- wifi: rtw89: fw: add chip_ops to update CMAC table to associated + station (bsc#1227149). +- wifi: rtw89: fw: fill CMAC table to associated station for + WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: add H2C command to update security CAM v2 + (bsc#1227149). +- wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149). +- wifi: rtw89: add EHT capabilities for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: change supported bandwidths of chip_info to bit + mask (bsc#1227149). +- wifi: rtw89: adjust init_he_cap() to add EHT cap into + iftype_data (bsc#1227149). +- wifi: rtw88: use kstrtoX_from_user() in debugfs handlers + (bsc#1227149). +- wifi: rtl8xxxu: enable channel switch support (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149). +- commit 055a697 + +------------------------------------------------------------------- +Sat Jul 13 12:44:19 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines + (bsc#1227149). +- wifi: rtw89: add chip_ops::update_beacon to abstract update + beacon operation (bsc#1227149). +- wifi: rtw89: add H2C command to download beacon frame for WiFi + 7 chips (bsc#1227149). +- wifi: rtw89: use struct to fill H2C command to download beacon + frame (bsc#1227149). +- wifi: rtw89: add new H2C command to pause/sleep transmitting + by MAC ID (bsc#1227149). +- wifi: rtw89: refine H2C command that pause transmitting by + MAC ID (bsc#1227149). +- wifi: rtw89: fw: use struct to fill BA CAM H2C commands + (bsc#1227149). +- wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149). +- wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM + (bsc#1227149). +- wifi: rtw89: mac: add feature_init to initialize BA CAM V1 + (bsc#1227149). +- wifi: rtw89: add firmware H2C command of BA CAM V1 + (bsc#1227149). +- wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149). +- wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: declare concurrent mode support for 8188f + (bsc#1227149). +- wifi: rtl8xxxu: make supporting AP mode only on port 0 + transparent (bsc#1227149). +- wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149). +- wifi: rtl8xxxu: remove obsolete priv->vif (bsc#1227149). +- wifi: rtl8xxxu: add macids for STA mode (bsc#1227149). +- wifi: rtl8xxxu: support multiple interface in start_ap() + (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + bss_info_changed() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + {add,remove}_interface() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + watchdog_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + configure_filter() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + update_beacon_work_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in set_aifs() + (bsc#1227149). +- wifi: rtl8xxxu: support setting bssid register for multiple + interfaces (bsc#1227149). +- wifi: rtl8xxxu: don't parse CFO, if both interfaces are + connected in STA mode (bsc#1227149). +- wifi: rtl8xxxu: extend check for matching bssid to both + interfaces (bsc#1227149). +- wifi: rtl8xxxu: extend wifi connected check to both interfaces + (bsc#1227149). +- wifi: rtl8xxxu: support setting mac address register for both + interfaces (bsc#1227149). +- wifi: rtl8xxxu: 8188e: convert usage of priv->vif to + priv->vifs[0] (bsc#1227149). +- wifi: rtl8xxxu: support setting linktype for both interfaces + (bsc#1227149). +- wifi: rtl8xxxu: prepare supporting two virtual interfaces + (bsc#1227149). +- wifi: rtl8xxxu: remove assignment of priv->vif in + rtl8xxxu_bss_info_changed() (bsc#1227149). +- wifi: rtw88: 8822ce: refine power parameters for RFE type 5 + (bsc#1227149). +- wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" + (bsc#1227149). +- wifi: rtw89: phy: set channel_info for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: phy: ignore special data from BB parameter file + (bsc#1227149). +- wifi: rtw89: 8922a: update the register used in DIG and the + DIG flow (bsc#1227149). +- wifi: rtw89: 8922a: set RX gain along with set_channel operation + (bsc#1227149). +- wifi: rtw89: phy: add parser to support RX gain dynamic setting + flow (bsc#1227149). +- wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to + union (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R36 (bsc#1227149). +- wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift() + (bsc#1227149). +- wifi: rtw89: coex: To improve Wi-Fi performance while BT is idle + (bsc#1227149). +- wifi: rtw89: coex: Translate antenna configuration from ID to + string (bsc#1227149). +- commit d99b9e1 + +------------------------------------------------------------------- +Sat Jul 13 12:40:46 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: coex: Update RF parameter control setting logic + (bsc#1227149). +- wifi: rtw89: coex: Add Bluetooth RSSI level information + (bsc#1227149). +- wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi + link/scan (bsc#1227149). +- wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS + (bsc#1227149). +- wifi: rtw89: coex: Still show hardware grant signal info even + Wi-Fi is PS (bsc#1227149). +- wifi: rtw89: coex: Update BTG control related logic + (bsc#1227149). +- wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX + performance (bsc#1227149). +- wifi: rtw89: coex: Record down Wi-Fi initial mode information + (bsc#1227149). +- wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter + members (bsc#1227149). +- wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal() + (bsc#1227149). +- wifi: rtw89: mac: implement to configure TX/RX engines for + WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add sys_init and filter option for WiFi 7 + chips (bsc#1227149). +- wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while + starting up (bsc#1227149). +- wifi: rtw89: add DBCC H2C to notify firmware the status + (bsc#1227149). +- wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149). +- wifi: rtw89: mac: add flags to check if CMAC and DMAC are + enabled (bsc#1227149). +- wifi: rtw89: 8922a: add power on/off functions (bsc#1227149). +- wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: print out RFK log with formatted string + (bsc#1227149). +- wifi: rtw89: parse and print out RFK log from C2H events + (bsc#1227149). +- wifi: rtw89: add C2H event handlers of RFK log and report + (bsc#1227149). +- wifi: rtw89: load RFK log format string from firmware file + (bsc#1227149). +- wifi: rtw89: fw: add version field to BB MCU firmware element + (bsc#1227149). +- wifi: rtw89: fw: load TX power track tables from fw_element + (bsc#1227149). +- wifi: rtw88: Use random MAC when efuse MAC invalid + (bsc#1227149). +- wifi: rtw89: avoid stringop-overflow warning (bsc#1227149). +- wifi: rtw89: mac: refine SER setting during WiFi CPU power on + (bsc#1227149). +- wifi: rtw89: 8922a: dump MAC registers when SER occurs + (bsc#1227149). +- wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149). +- wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip + (bsc#1227149). +- wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature + (bsc#1227149). +- wifi: rtw89: fix misbehavior of TX beacon in concurrent mode + (bsc#1227149). +- wifi: rtw89: refine remain on channel flow to improve P2P + connection (bsc#1227149). +- wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149). +- wifi: rtw89: fix not entering PS mode after AP stops + (bsc#1227149). +- wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149). +- wifi: rtlwifi: Remove unused PCI related defines and struct + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Access full PMCS reg and use + pci_regs.h (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Add pdev into + _rtl8821ae_clear_pci_pme_status() (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Use pci_find_capability() + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Remove unnecessary PME_Status bit set + (bsc#1227149). +- wifi: rtlwifi: Convert to use PCIe capability accessors + (bsc#1227149). +- wifi: rtw89: mac: functions to configure hardware engine and + quota for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: use pointer to access functions of hardware + engine and quota (bsc#1227149). +- wifi: rtw89: mac: move code related to hardware engine to + individual functions (bsc#1227149). +- wifi: rtw89: mac: check queue empty according to chip gen + (bsc#1227149). +- wifi: rtw89: refine element naming used by queue empty check + (bsc#1227149). +- wifi: rtw89: add reserved size as factor of DLE used size + (bsc#1227149). +- wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149). +- commit cf41ac5 + +------------------------------------------------------------------- +Sat Jul 13 12:37:59 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8922a: extend and add quota number (bsc#1227149). +- wifi: rtw89: debug: remove wrapper of rtw89_debug() + (bsc#1227149). +- wifi: rtw89: debug: add debugfs entry to disable dynamic + mechanism (bsc#1227149). +- wifi: rtw89: phy: dynamically adjust EDCCA threshold + (bsc#1227149). +- wifi: rtw89: debug: add to check if debug mask is enabled + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: remove some useless code + (bsc#1227149). +- wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149). +- wifi: rtw89: 8922a: read efuse content from physical map + (bsc#1227149). +- wifi: rtw89: 8922a: read efuse content via efuse map struct + from logic map (bsc#1227149). +- wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz + channels (bsc#1227149). +- wifi: rtw89: mac: add to access efuse for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: mac: use mac_gen pointer to access about efuse + (bsc#1227149). +- wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149). +- wifi: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R65-R44 + (bsc#1227149). +- wifi: rtw89: regd: handle policy of 6 GHz according to BIOS + (bsc#1227149). +- wifi: rtw89: acpi: process 6 GHz band policy from DSM + (bsc#1227149). +- wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start() + (bsc#1227149). +- wifi: rtw89: pci: update interrupt mitigation register for + 8922AE (bsc#1227149). +- wifi: rtw89: pci: correct interrupt mitigation register for + 8852CE (bsc#1227149). +- wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE + (bsc#1227149). +- wifi: rtw89: pci: generalize interrupt status bits of interrupt + handlers (bsc#1227149). +- wifi: rtw89: pci: add pre_deinit to be called after probe + complete (bsc#1227149). +- wifi: rtw89: pci: stop/start DMA for level 1 recovery according + to chip gen (bsc#1227149). +- wifi: rtw89: pci: reset BDRAM according to chip gen + (bsc#1227149). +- wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149). +- wifi: rtw89: coex: use struct assignment to replace memcpy() + to append TDMA content (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips + (bsc#1227149). +- commit dcfcac7 + +------------------------------------------------------------------- +Sat Jul 13 12:35:43 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: pci: use gen_def pointer to configure + mac_{pre,post}_init and clear PCI ring index (bsc#1227149). +- wifi: rtw89: pci: add PCI generation information to pci_info + for each chip (bsc#1227149). +- wifi: rtw89: extend PHY status parser to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: configure PPDU max user by chip (bsc#1227149). +- wifi: rtw89: set entry size of address CAM to H2C field by chip + (bsc#1227149). +- wifi: rtw89: pci: generalize code of PCI control DMA IO for + WiFi 7 (bsc#1227149). +- wifi: rtw89: pci: add new RX ring design to determine full RX + ring efficiently (bsc#1227149). +- wifi: rtw89: pci: define PCI ring address for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info + (bsc#1227149). +- wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix + typo in function name (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149). +- wifi: rtw89: cleanup firmware elements parsing (bsc#1227149). +- wifi: rtlwifi: drop chk_switch_dmdp() from HAL interface + (bsc#1227149). +- wifi: rtlwifi: drop fill_fake_txdesc() from HAL interface + (bsc#1227149). +- wifi: rtlwifi: drop pre_fill_tx_bd_desc() from HAL interface + (bsc#1227149). +- wifi: rtw89: move software DCFO compensation setting to proper + position (bsc#1227149). +- wifi: rtw89: correct the DCFO tracking flow to improve CFO + compensation (bsc#1227149). +- wifi: rtw89: modify the register setting and the flow of CFO + tracking (bsc#1227149). +- wifi: rtw89: phy: generalize valid bit of BSS color + (bsc#1227149). +- wifi: rtw89: phy: change naming related BT coexistence functions + (bsc#1227149). +- wifi: rtw88: dump firmware debug information in abnormal state + (bsc#1227149). +- wifi: rtw88: debug: add to check if debug mask is enabled + (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_ps_ctl (bsc#1227149). +- wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips + (bsc#1227149). +- wifi: rtw89: mac: set bf_assoc capabilities according to chip + gen (bsc#1227149). +- wifi: rtw89: mac: set bfee_ctrl() according to chip gen + (bsc#1227149). +- wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi + 7 chips (bsc#1227149). +- wifi: rtw89: mac: generalize register of MU-EDCA switch + according to chip gen (bsc#1227149). +- wifi: rtw89: mac: update RTS threshold according to chip gen + (bsc#1227149). +- wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() to struct + rtw89_btc_btf_set_mon_reg (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() for struct + rtw89_btc_btf_set_slot_table (bsc#1227149). +- wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149). +- wifi: rtw89: show EHT rate in debugfs (bsc#1227149). +- wifi: rtw89: parse TX EHT rate selected by firmware from RA + C2H report (bsc#1227149). +- wifi: rtw89: Add EHT rate mask as parameters of RA H2C command + (bsc#1227149). +- wifi: rtw89: parse EHT information from RX descriptor and PPDU + status packet (bsc#1227149). +- wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149). +- commit 53661e1 + +------------------------------------------------------------------- +Sat Jul 13 12:32:35 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp + (bsc#1227149). +- wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC + regulation (bsc#1227149). +- wifi: rtw88: regd: update regulatory map to R64-R42 + (bsc#1227149). +- wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149). +- wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149). +- wifi: rtw88: regd: configure QATAR and UK (bsc#1227149). +- wifi: rtlwifi: remove unreachable code in + rtl92d_dm_check_edca_turbo() (bsc#1227149). +- wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips + (bsc#1227149). +- wifi: rtw89: debug: show txpwr table according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power RU limit according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power limit according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power offset according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power by rate according to chip gen + (bsc#1227149). +- wifi: rtw89: mac: get TX power control register according to + chip gen (bsc#1227149). +- wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp + (bsc#1227149). +- wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance + (bsc#1227149). +- wifi: rtw89: refine uplink trigger based control mechanism + (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149). +- wifi: rtw89: regd: configure Thailand in regulation type + (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines + (bsc#1227149). +- wifi: rtw89: declare MCC in interface combination (bsc#1227149). +- wifi: rtw89: 8852c: declare to support two chanctx + (bsc#1227149). +- wifi: rtw89: pause/proceed MCC for ROC and HW scan + (bsc#1227149). +- wifi: rtw89: mcc: fix NoA start time when GO is auxiliary + (bsc#1227149). +- wifi: rtw89: load TX power related tables from FW elements + (bsc#1227149). +- wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 + chips (bsc#1227149). +- wifi: rtw89: load TX power by rate when RFE parms setup + (bsc#1227149). +- wifi: rtw89: phy: refine helpers used for raw TX power + (bsc#1227149). +- commit 62f3f4a + +------------------------------------------------------------------- +Sat Jul 13 12:30:23 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: indicate TX power by rate table inside RFE + parameter (bsc#1227149). +- wifi: rtw89: indicate TX shape table inside RFE parameter + (bsc#1227149). +- wifi: rtw89: add subband index of primary channel to struct + rtw89_chan (bsc#1227149). +- wifi: rtl8xxxu: Add a description about the device ID + 0x7392:0xb722 (bsc#1227149). +- wifi: rtw89: add mac_gen pointer to access mac port registers + (bsc#1227149). +- wifi: rtw89: consolidate registers of mac port to struct + (bsc#1227149). +- wifi: rtw89: add chip_info::txwd_info size to generalize TX + WD submit (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor for firmware command v2 + (bsc#1227149). +- wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149). +- wifi: rtw89: mcc: deal with beacon NoA if GO exists + (bsc#1227149). +- wifi: rtw89: mcc: deal with BT slot change (bsc#1227149). +- wifi: rtw89: mcc: deal with P2P PS change (bsc#1227149). +- wifi: rtw89: mcc: track beacon offset and update when needed + (bsc#1227149). +- wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149). +- wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149). +- wifi: rtw89: rfk: disable driver tracking during MCC + (bsc#1227149). +- wifi: rtw89: 52c: rfk: refine MCC channel info notification + (bsc#1227149). +- wifi: rtw89: 8922a: set memory heap address for secure firmware + (bsc#1227149). +- wifi: rtw89: fw: refine download flow to support variant + firmware suits (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB + before downloading firmware (bsc#1227149). +- wifi: rtw89: fw: propagate an argument include_bb for BB MCU + firmware (bsc#1227149). +- wifi: rtw89: fw: add checking type for variant type of firmware + (bsc#1227149). +- wifi: rtw89: fw: implement supported functions of download + firmware for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: generalize download firmware flow by mac_gen + pointers (bsc#1227149). +- wifi: rtw89: fw: move polling function of firmware path ready + to an individual function (bsc#1227149). +- wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149). +- wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap() + (bsc#1227149). +- wifi: rtw89: mcc: decide pattern and calculate parameters + (bsc#1227149). +- wifi: rtw89: mcc: consider and determine BT duration + (bsc#1227149). +- commit bd46e4d + +------------------------------------------------------------------- +Sat Jul 13 12:28:16 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149). +- wifi: rtw89: mcc: initialize start flow (bsc#1227149). +- wifi: rtw89: 8852c: Fix TSSI causes transmit power inaccuracy + (bsc#1227149). +- wifi: rtw89: 8852c: Update bandedge parameters for better + performance (bsc#1227149). +- wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested + (bsc#1227149). +- wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149). +- wifi: rtlwifi: rtl8723: Remove unused function + rtl8723_cmd_send_packet() (bsc#1227149). +- wifi: rtw89: Fix clang -Wimplicit-fallthrough in + rtw89_query_sar() (bsc#1227149). +- wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS + and DIG (bsc#1227149). +- wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 + chips (bsc#1227149). +- wifi: rtw89: mac: define register address of rx_filter to + generalize code (bsc#1227149). +- wifi: rtw89: mac: define internal memory address for WiFi 7 chip + (bsc#1227149). +- wifi: rtw89: mac: generalize code to indirectly access WiFi + internal memory (bsc#1227149). +- wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC + band1 register address (bsc#1227149). +- wifi: rtw89: initialize multi-channel handling (bsc#1227149). +- wifi: rtw89: provide functions to configure NoA for beacon + update (bsc#1227149). +- wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of + vif (bsc#1227149). +- wifi: rtw89: sar: let caller decide the center frequency to + query (bsc#1227149). +- wifi: rtw89: refine rtw89_correct_cck_chan() by + rtw89_hw_to_nl80211_band() (bsc#1227149). +- wifi: rtw89: add function prototype for coex request duration + (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R43 + (bsc#1227149). +- wifi: rtw89: fix a width vs precision bug (bsc#1227149). +- wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast + address (bsc#1227149). +- wifi: rtw89: Introduce Time Averaged SAR (TAS) feature + (bsc#1227149). +- wifi: rtw89: return failure if needed firmware elements are + not recognized (bsc#1227149). +- wifi: rtw89: add to parse firmware elements of BB and RF tables + (bsc#1227149). +- wifi: rtw89: introduce infrastructure of firmware elements + (bsc#1227149). +- wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149). +- wifi: rtw89: add firmware parser for v1 format (bsc#1227149). +- wifi: rtw89: introduce v1 format of firmware header + (bsc#1227149). +- wifi: rtw89: support firmware log with formatted text + (bsc#1227149). +- wifi: rtw89: recognize log format from firmware file + (bsc#1227149). +- wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor + (bsc#1227149). +- wifi: rtw89: add to display hardware rates v1 histogram in + debugfs (bsc#1227149). +- wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: use struct to access RA report (bsc#1227149). +- wifi: rtw89: use struct to access firmware C2H event header + (bsc#1227149). +- wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: use struct to set RA H2C command (bsc#1227149). +- wifi: rtw89: phy: rate pattern handles HW rate by chip gen + (bsc#1227149). +- commit cdaa97d + +------------------------------------------------------------------- +Sat Jul 13 12:26:01 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: simplify LED management (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-simplify-non-chanctx-drivers.patch. +- commit 34b32c5 + +------------------------------------------------------------------- +Sat Jul 13 12:23:26 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: define hardware rate v1 for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: add chip_info::chip_gen to determine chip + generation (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU) + (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149). +- wifi: rtw88: simplify vif iterators (bsc#1227149). +- wifi: rtw88: remove unused USB bulkout size set (bsc#1227149). +- wifi: rtw88: remove unused and set but unused leftovers + (bsc#1227149). +- wifi: rtlwifi: cleanup USB interface (bsc#1227149). +- wifi: rtw89: use struct to parse firmware header (bsc#1227149). +- wifi: rtw89: TX power stuffs replace confusing naming of _max + with _num (bsc#1227149). +- wifi: rtw89: 8851b: configure to force 1 TX power value + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: update IQK to version 0x8 + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update RF radio A parameters to R28 + (bsc#1227149). +- wifi: rtw88: fix not entering PS mode after AP stops + (bsc#1227149). +- wifi: rtw88: refine register based H2C command (bsc#1227149). +- wifi: rtw88: Stop high queue during scan (bsc#1227149). +- wifi: rtw88: Skip high queue in hci_flush (bsc#1227149). +- wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149). +- wifi: rtw88: use struct instead of macros to set TX desc + (bsc#1227149). +- wifi: rtw88: process VO packets without workqueue to avoid + PTK rekey failed (bsc#1227149). +- wifi: rtw88: Fix action frame transmission fail before + association (bsc#1227149). +- wifi: rtw89: fix spelling typo of IQK debug messages + (bsc#1227149). +- wifi: rtw89: cleanup rtw89_iqk_info and related code + (bsc#1227149). +- wifi: rtw89: cleanup private data structures (bsc#1227149). +- wifi: rtw88: add missing unwind goto for + __rtw_download_firmware() (bsc#1227149). +- commit 9b282ce + +------------------------------------------------------------------- +Sat Jul 13 12:21:28 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149). +- wifi: rtlwifi: remove unused dualmac control leftovers + (bsc#1227149). +- wifi: rtlwifi: remove unused timer and related code + (bsc#1227149). +- wifi: rtw89: 8852c: update RF radio A/B parameters to R63 + (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz + power type (3 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz + power type (2 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz + power type (1 of 3) (bsc#1227149). +- wifi: rtw89: process regulatory for 6 GHz power type + (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R40 + (bsc#1227149). +- wifi: rtw89: regd: judge 6 GHz according to chip and BIOS + (bsc#1227149). +- commit f81b870 + +------------------------------------------------------------------- +Sat Jul 13 12:20:25 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: refine clearing supported bands to check 2/5 GHz + first (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-annotate-iftype_data-pointer-with-spar.patch. +- commit 1873f0a + +------------------------------------------------------------------- +Sat Jul 13 12:18:19 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B + (bsc#1227149). +- wifi: rtw89: set TX power without precondition during setting + channel (bsc#1227149). +- wifi: rtw89: debug: txpwr table access only valid page according + to chip (bsc#1227149). +- wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149). +- wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149). +- wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> + KIP_RESTORE (bsc#1227149). +- wifi: rtw89: use struct to access register-based H2C/C2H + (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access RX + descriptor (bsc#1227149). +- commit 21eb4e8 + +------------------------------------------------------------------- +Sat Jul 13 12:17:25 CEST 2024 - tiwai@suse.de + +- Update config files: update for the realtek wifi driver updates (bsc#1227149) +- commit 33b8d09 + +------------------------------------------------------------------- +Sat Jul 13 12:16:33 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: use struct and le32_get_bits() to access received + PHY status IEs (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits to access RX info + (bsc#1227149). +- wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as + helpers to support newer chips (bsc#1227149). +- wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig + (bsc#1227149). +- wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149). +- wifi: rtw89: enlarge supported length of read_reg debugfs entry + (bsc#1227149). +- wifi: rtw89: 8851b: add RF configurations (bsc#1227149). +- wifi: rtw89: 8851b: add MAC configurations to chip_info + (bsc#1227149). +- wifi: rtw89: 8851b: fill BB related capabilities to chip_info + (bsc#1227149). +- wifi: rtw89: 8851b: add TX power related functions + (bsc#1227149). +- commit 66eef0c + +------------------------------------------------------------------- +Sat Jul 13 12:14:50 CEST 2024 - tiwai@suse.de + +- Update config files: update for the realtek wifi driver updates (bsc#1227149) +- commit 75bc634 + +------------------------------------------------------------------- +Sat Jul 13 12:13:03 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: refine packet offload handling under SER + (bsc#1227149). +- wifi: rtw89: tweak H2C TX waiting function for SER + (bsc#1227149). +- wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2 + (bsc#1227149). +- wifi: rtw88: Add support for the SDIO based RTL8723DS chipset + (bsc#1227149). +- wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149). +- wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149). +- wifi: rtw89: 8851b: add set channel function (bsc#1227149). +- wifi: rtw89: 8851b: add basic power on function (bsc#1227149). +- wifi: rtw89: 8851b: add BT coexistence support function + (bsc#1227149). +- wifi: rtw89: 8851b: configure GPIO according to RFE type + (bsc#1227149). +- wifi: rtw89: 8851b: add to read efuse version to recognize + hardware version B (bsc#1227149). +- wifi: rtl8xxxu: Rename some registers (bsc#1227149). +- wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149). +- wifi: rtw89: suppress the log for specific SER called + CMDPSR_FRZTO (bsc#1227149). +- wifi: rtw89: ser: L1 add pre-M0 and post-M0 states + (bsc#1227149). +- wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of + RTL8851B (bsc#1227149). +- wifi: rtw89: support U-NII-4 channels on 5GHz band + (bsc#1227149). +- wifi: rtw89: regd: judge UNII-4 according to BIOS and chip + (bsc#1227149). +- wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149). +- wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149). +- wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149). +- wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149). +- wifi: rtw89: change naming of BA CAM from V1 to V0_EXT + (bsc#1227149). +- commit a1de2dd + +------------------------------------------------------------------- +Sat Jul 13 12:11:15 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask + (bsc#1227149). +- wifi: rtw89: add CFO XTAL registers field to support 8851B + (bsc#1227149). +- wifi: rtw89: 8851b: add NCTL post table (bsc#1227149). +- wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI + capabilities (bsc#1227149). +- wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149). +- wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149). +- wifi: rtw89: mac: handle C2H receive/done ACK in interrupt + context (bsc#1227149). +- wifi: rtw89: packet offload wait for FW response (bsc#1227149). +- wifi: rtw89: refine packet offload delete flow of 6 GHz probe + (bsc#1227149). +- wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload() + (bsc#1227149). +- wifi: rtw89: add EVM for antenna diversity (bsc#1227149). +- wifi: rtw89: add RSSI based antenna diversity (bsc#1227149). +- wifi: rtw89: initialize antenna for antenna diversity + (bsc#1227149). +- wifi: rtw89: add EVM and SNR statistics to debugfs + (bsc#1227149). +- wifi: rtw89: add RSSI statistics for the case of antenna + diversity to debugfs (bsc#1227149). +- wifi: rtw89: set capability of TX antenna diversity + (bsc#1227149). +- wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to + access PHY IE0 status (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_* + (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in + rtw_debugfs_copy_from_user (bsc#1227149). +- wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary + return (bsc#1227149). +- commit fef25cd + +------------------------------------------------------------------- +Sat Jul 13 12:09:38 CEST 2024 - tiwai@suse.de + +- wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks + (bsc#1227149). +- commit a27e0ec + +------------------------------------------------------------------- +Sat Jul 13 12:08:57 CEST 2024 - tiwai@suse.de + +- wifi: rtl8xxxu: Support USB RX aggregation for the newer chips + (bsc#1227149). +- wifi: rtl8xxxu: Set maximum number of supported stations + (bsc#1227149). +- wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags + (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate() + (bsc#1227149). +- wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149). +- wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames + (bsc#1227149). +- wifi: rtl8xxxu: Add parameter macid to update_rate_mask + (bsc#1227149). +- wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149). +- commit 6125130 + +------------------------------------------------------------------- +Sat Jul 13 12:07:56 CEST 2024 - tiwai@suse.de + +- wifi: radiotap: add bandwidth definition of EHT U-SIG + (bsc#1227149). +- wifi: ieee80211: add UL-bandwidth definition of trigger frame + (bsc#1227149). +- wifi: rtl8xxxu: Add parameter force to + rtl8xxxu_refresh_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter role to report_connect + (bsc#1227149). +- wifi: rtl8xxxu: Actually use macid in + rtl8xxxu_gen2_report_connect (bsc#1227149). +- wifi: rtl8xxxu: Allow creating interface in AP mode + (bsc#1227149). +- wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149). +- wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149). +- wifi: rtl8xxxu: Add beacon functions (bsc#1227149). +- wifi: rtl8xxxu: Select correct queue for beacon frames + (bsc#1227149). +- wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149). +- commit 02b75ed + +------------------------------------------------------------------- +Sat Jul 13 12:05:49 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1227149 + CVE-2023-47210 bsc#1225601 CVE-2023-38417 bsc#1225600). +- commit ea4853c + +------------------------------------------------------------------- +Sat Jul 13 12:05:11 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: bump FW API to 89 for AX/BZ/SC devices + (bsc#1227149 CVE-2023-47210 bsc#1225601 CVE-2023-38417 + bsc#1225600). +- commit bc49209 + +------------------------------------------------------------------- +Sat Jul 13 11:27:42 CEST 2024 - tiwai@suse.de + +- ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods + by MAX_BDL_ENTRIES (stable-fixes). +- ASoC: rt711-sdw: add missing readable registers (stable-fixes). +- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX + (stable-fixes). +- ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (stable-fixes). +- commit 1ddd32b + +------------------------------------------------------------------- +Sat Jul 13 11:25:58 CEST 2024 - tiwai@suse.de + +- hpet: Support 32-bit userspace (git-fixes). +- misc: fastrpc: Restrict untrusted app to attach to privileged PD + (git-fixes). +- misc: fastrpc: Fix ownership reassignment of remote heap + (git-fixes). +- misc: fastrpc: Fix memory leak in audio daemon attach operation + (git-fixes). +- misc: fastrpc: Avoid updating PD type for capability request + (git-fixes). +- misc: fastrpc: Copy the complete capability structure to user + (git-fixes). +- misc: fastrpc: Fix DSP capabilities request (git-fixes). +- USB: serial: mos7840: fix crash on resume (git-fixes). +- USB: core: Fix duplicate endpoint bug by clearing reserved + bits in the descriptor (git-fixes). +- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files + (git-fixes). +- ASoC: SOF: Intel: hda: fix null deref on system suspend entry + (git-fixes). +- firmware: cs_dsp: Prevent buffer overrun when processing V2 + alg headers (git-fixes). +- firmware: cs_dsp: Validate payload length before processing + block (git-fixes). +- firmware: cs_dsp: Return error if block header overflows file + (git-fixes). +- firmware: cs_dsp: Fix overflow checking of wmfw header + (git-fixes). +- ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo + ThinBook 13x Gen4 (git-fixes). +- commit 34ebce1 + +------------------------------------------------------------------- +Fri Jul 12 17:57:12 CEST 2024 - vkarasulli@suse.de + +- net/smc: avoid data corruption caused by decline (bsc#1225088 + CVE-2023-52775). +- commit 621e8ca + +------------------------------------------------------------------- +Fri Jul 12 17:47:46 CEST 2024 - vkarasulli@suse.de + +- net: openvswitch: fix overwriting ct original tuple for ICMPv6 + (bsc#1226783 CVE-2024-38558). +- commit 748cf39 + +------------------------------------------------------------------- +Fri Jul 12 17:43:16 CEST 2024 - vkarasulli@suse.de + +- ipv6: sr: fix missing sk_buff release in seg6_input_core + (bsc#1227626 CVE-2024-39490). +- commit 3d59f52 + +------------------------------------------------------------------- +Fri Jul 12 17:35:04 CEST 2024 - vkarasulli@suse.de + +- mptcp: fix data re-injection from stale subflow (bsc#1223010 + CVE-2024-26826). +- commit f3a102e + +------------------------------------------------------------------- +Fri Jul 12 17:29:48 CEST 2024 - vkarasulli@suse.de + +- net/smc: fix illegal rmb_desc access in SMC-D connection dump + (bsc#1220942 CVE-2024-26615). +- commit f21afb0 + +------------------------------------------------------------------- +Fri Jul 12 17:08:31 CEST 2024 - tiwai@suse.de + +- kabi/severities: cover all ath/* drivers (bsc#1227149) + All symbols in ath/* network drivers are local and can be ignored +- commit d902566 + +------------------------------------------------------------------- +Fri Jul 12 17:07:22 CEST 2024 - tiwai@suse.de + +- Refresh kabi workaround ath updates (bsc#1227149#) +- commit b0fa38b + +------------------------------------------------------------------- +Fri Jul 12 17:00:46 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: simplify non-chanctx drivers (bsc#1227149). +- commit eeb4722 + +------------------------------------------------------------------- +Fri Jul 12 16:54:34 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: move power type check to ASSOC stage when + connecting to 6 GHz AP (bsc#1227149). +- wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs + (bsc#1227149). +- wifi: ath12k: fix the problem that down grade phy mode operation + (bsc#1227149). +- wifi: ath12k: check M3 buffer size as well whey trying to + reuse it (bsc#1227149). +- wifi: ath12k: fix kernel crash during resume (bsc#1227149). +- wifi: ath9k: work around memset overflow warning (bsc#1227149). +- wifi: ath12k: use correct flag field for 320 MHz channels + (bsc#1227149). +- commit 58db5ff + +------------------------------------------------------------------- +Fri Jul 12 16:50:01 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: use RCU when accessing struct inet6_dev::ac_list + (bsc#1227149). +- wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149). +- wifi: ath11k: constify MHI channel and controller configs + (bsc#1227149). +- wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event() + (bsc#1227149). +- wifi: ath11k: remove unused scan_events from struct + scan_req_params (bsc#1227149). +- wifi: ath11k: add support for QCA2066 (bsc#1227149). +- wifi: ath11k: move pci.ops registration ahead (bsc#1227149). +- commit 29f553c + +------------------------------------------------------------------- +Fri Jul 12 16:48:49 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: provide address list if chip supports 2 stations + (bsc#1227149). +- wifi: ath11k: support 2 station interfaces (bsc#1227149). +- wifi: ath12k: remove the unused scan_events from + ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Remove unused scan_flags from struct + ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Do not use scan_flags from struct + ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: carl9170: Remove redundant assignment to pointer super + (bsc#1227149). +- wifi: ath11k: Remove scan_flags union from struct + scan_req_params (bsc#1227149). +- wifi: ath11k: Do not directly use scan_flags in struct + scan_req_params (bsc#1227149). +- wifi: ath12k: Fix uninitialized use of ret in + ath12k_mac_allocate() (bsc#1227149). +- wifi: ath11k: Really consistently use ath11k_vif_to_arvif() + (bsc#1227149). +- wifi: ath12k: advertise P2P dev support for WCN7850 + (bsc#1227149). +- wifi: ath12k: designating channel frequency for ROC scan + (bsc#1227149). +- wifi: ath12k: move peer delete after vdev stop of station for + WCN7850 (bsc#1227149). +- wifi: ath12k: allow specific mgmt frame tx while vdev is not up + (bsc#1227149). +- wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to + 512 (bsc#1227149). +- wifi: ath12k: implement remain on channel for P2P mode + (bsc#1227149). +- wifi: ath12k: implement handling of P2P NoA event (bsc#1227149). +- wifi: ath12k: add P2P IE in beacon template (bsc#1227149). +- wifi: ath12k: change interface combination for P2P mode + (bsc#1227149). +- wifi: ath12k: fix broken structure wmi_vdev_create_cmd + (bsc#1227149). +- commit 21d36c7 + +------------------------------------------------------------------- +Fri Jul 12 16:47:19 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: initialize eirp_power before use (bsc#1227149). +- wifi: ath12k: enable 802.11 power save mode in station mode + (bsc#1227149). +- wifi: ath12k: refactor the rfkill worker (bsc#1227149). +- wifi: ath12k: add processing for TWT disable event + (bsc#1227149). +- wifi: ath12k: add processing for TWT enable event (bsc#1227149). +- wifi: ath12k: disable QMI PHY capability learn in split-phy + QCN9274 (bsc#1227149). +- wifi: ath12k: Read board id to support split-PHY QCN9274 + (bsc#1227149). +- wifi: ath12k: fix PCI read and write (bsc#1227149). +- wifi: ath12k: add MAC id support in WBM error path + (bsc#1227149). +- wifi: ath12k: subscribe required word mask from rx tlv + (bsc#1227149). +- commit c884365 + +------------------------------------------------------------------- +Fri Jul 12 16:46:04 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149). +- wifi: ath12k: split hal_ops to support RX TLVs word mask + compaction (bsc#1227149). +- wifi: ath12k: fix firmware assert during insmod in memory + segment mode (bsc#1227149). +- wifi: ath12k: Add logic to write QRTR node id to scratch + (bsc#1227149). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149). +- wifi: ath12k: add support for peer meta data version + (bsc#1227149). +- wifi: ath12k: fetch correct pdev id from + WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149). +- wifi: ath12k: indicate NON MBSSID vdev by default during vdev + start (bsc#1227149). +- wifi: ath12k: add firmware-2.bin support (bsc#1227149). +- wifi: ath9k: remove redundant assignment to variable ret + (bsc#1227149). +- commit 777dc1c + +------------------------------------------------------------------- +Fri Jul 12 16:45:05 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: fix connection failure due to unexpected peer + delete (bsc#1227149). +- wifi: ath11k: avoid forward declaration of + ath11k_mac_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149). +- commit d2a4b44 + +------------------------------------------------------------------- +Fri Jul 12 16:43:28 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: remove invalid peer create logic (bsc#1227149). +- wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149). +- wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-doc + (bsc#1227149). +- wifi: ath10k: Fix htt_data_tx_completion kernel-doc warning + (bsc#1227149). +- wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc + (bsc#1227149). +- wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id + (bsc#1227149). +- wifi: ath10k: add missing wmi_10_4_feature_mask documentation + (bsc#1227149). +- wifi: ath12k: add support for collecting firmware log + (bsc#1227149). +- wifi: ath12k: Introduce the container for mac80211 hw + (bsc#1227149). +- wifi: ath12k: Refactor the mac80211 hw access from link/radio + (bsc#1227149). +- commit 614fabb + +------------------------------------------------------------------- +Fri Jul 12 16:43:10 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (git-fixes). +- commit 134a3a5 + +------------------------------------------------------------------- +Fri Jul 12 16:42:24 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149). +- wifi: ath12k: add support for BA1024 (bsc#1227149). +- wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue + (bsc#1227149). +- wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: add QMI PHY capability learn support + (bsc#1227149). +- wifi: ath12k: refactor QMI MLO host capability helper function + (bsc#1227149). +- wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149). +- wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar + (bsc#1227149). +- commit dd312dc + +------------------------------------------------------------------- +Fri Jul 12 16:41:18 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_ampdu_action() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_configure_filter() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_update_vif_offload() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149). +- wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_register() and + ath12k_mac_unregister() (bsc#1227149). +- commit b6ca728 + +------------------------------------------------------------------- +Fri Jul 12 16:40:30 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: refactor ath12k_mac_setup_channels_rates() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_allocate() and + ath12k_mac_destroy() (bsc#1227149). +- wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call + (bsc#1227149). +- wifi: ath12k: Use initializers for QMI message buffers + (bsc#1227149). +- wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149). +- wifi: ath12k: Remove unnecessary struct qmi_txn initializers + (bsc#1227149). +- wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when + EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149). +- wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID + (bsc#1227149). +- wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service + bit (bsc#1227149). +- wifi: ath11k: fill parameters for vdev set tpc power WMI command + (bsc#1227149). +- commit 3c338b0 + +------------------------------------------------------------------- +Fri Jul 12 16:39:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: save max transmit power in vdev start response + event from firmware (bsc#1227149). +- commit 279ae7a + +------------------------------------------------------------------- +Fri Jul 12 16:39:08 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: add parse of transmit power envelope element + (bsc#1227149). +- commit e295f89 + +------------------------------------------------------------------- +Fri Jul 12 16:36:24 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: save power spectral density(PSD) of regulatory + rule (bsc#1227149). +- wifi: ath11k: update regulatory rules when connect to AP on + 6 GHz band for station (bsc#1227149). +- wifi: ath11k: update regulatory rules when interface added + (bsc#1227149). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1227149). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1227149). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1227149). +- wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc() + (bsc#1227149). +- wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149). +- commit d84dbd2 + +------------------------------------------------------------------- +Fri Jul 12 16:35:02 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: Make QMI message rules const (bsc#1227149). +- wifi: ath12k: support default regdb while searching board-2.bin + for WCN7850 (bsc#1227149). +- wifi: ath12k: add support to search regdb data in board-2.bin + for WCN7850 (bsc#1227149). +- wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT + (bsc#1227149). +- wifi: ath12k: add fallback board name without variant while + searching board-2.bin (bsc#1227149). +- wifi: ath12k: add string type to search board data in + board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update + (bsc#1227149). +- wifi: ath10k: use flexible array in struct + wmi_tdls_peer_capabilities (bsc#1227149). +- wifi: ath10k: remove unused template structs (bsc#1227149). +- wifi: ath10k: remove struct wmi_pdev_chanlist_update_event + (bsc#1227149). +- commit e73f8dc + +------------------------------------------------------------------- +Fri Jul 12 16:28:28 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: use flexible arrays for WMI start scan TLVs + (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_host_mem_chunks + (bsc#1227149). +- wifi: ath9k: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: ath9k: delete some unused/duplicate macros (bsc#1227149). +- wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc() + (bsc#1227149). +- wifi: ath11k: rely on mac80211 debugfs handling for vif + (bsc#1227149). +- wifi: ath11k: workaround too long expansion sparse warnings + (bsc#1227149). +- Revert "wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ" + (bsc#1227149). +- wifi: ath9k: reset survey of current channel after a scan + started (bsc#1227149). +- wifi: ath12k: fix the issue that the multicast/broadcast + indicator is not read correctly for WCN7850 (bsc#1227149). +- commit 6cf204e + +------------------------------------------------------------------- +Fri Jul 12 16:27:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Fix ath11k_htc_record flexible record + (bsc#1227149). +- wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna + (bsc#1227149). +- wifi: ath10k: add support to allow broadcast action frame RX + (bsc#1227149). +- wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149). +- wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector + (bsc#1227149). +- wifi: ath12k: do not restore ASPM in case of single MSI vector + (bsc#1227149). +- wifi: ath12k: add support one MSI vector (bsc#1227149). +- wifi: ath12k: refactor multiple MSI vector implementation + (bsc#1227149). +- wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ + (bsc#1227149). +- wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler + (bsc#1227149). +- commit 908caeb + +------------------------------------------------------------------- +Fri Jul 12 16:26:29 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: get msi_data again after request_irq is called + (bsc#1227149). +- wifi: wcn36xx: Convert to platform remove callback returning + void (bsc#1227149). +- wifi: ath5k: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: ath12k: avoid repeated hw access from ar (bsc#1227149). +- wifi: ath12k: Optimize the mac80211 hw data access + (bsc#1227149). +- wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149). +- wifi: ath11k: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149). +- wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record + (bsc#1227149). +- wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149). +- commit 67bc0a7 + +------------------------------------------------------------------- +Fri Jul 12 16:25:16 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights + (bsc#1227149). +- commit e13fd24 + +------------------------------------------------------------------- +Fri Jul 12 16:24:52 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights + (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch. +- Refresh + patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch. +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- Refresh + patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch. +- commit a886227 + +------------------------------------------------------------------- +Fri Jul 12 16:22:17 CEST 2024 - tiwai@suse.de + +- wifi: ath9k: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149). +- wifi: ath12k: avoid explicit HW conversion argument in Rxdma + replenish (bsc#1227149). +- wifi: ath12k: avoid explicit RBM id argument in Rxdma replenish + (bsc#1227149). +- wifi: ath12k: avoid explicit mac id argument in Rxdma replenish + (bsc#1227149). +- wifi: ath12k: fix the error handler of rfkill config + (bsc#1227149). +- wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- commit a869013 + +------------------------------------------------------------------- +Fri Jul 12 16:20:31 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath11k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath12k: Remove obsolete struct wmi_peer_flags_map + *peer_flags (bsc#1227149). +- wifi: ath11k: Remove obsolete struct wmi_peer_flags_map + *peer_flags (bsc#1227149). +- wifi: ath12k: Remove struct ath12k::ops (bsc#1227149). +- wifi: ath11k: Remove struct ath11k::ops (bsc#1227149). +- wifi: ath10k: Remove unused struct ath10k_htc_frame + (bsc#1227149). +- wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc() + (bsc#1227149). +- wifi: ath11k: Remove unneeded semicolon (bsc#1227149). +- wifi: ath10k: replace deprecated strncpy with memcpy + (bsc#1227149). +- commit e59240f + +------------------------------------------------------------------- +Fri Jul 12 16:19:29 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: drop NULL pointer check in + ath12k_update_per_peer_tx_stats() (bsc#1227149). +- Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without + condition" (bsc#1227149). +- wifi: ath12k: Introduce and use ath12k_sta_to_arsta() + (bsc#1227149). +- wifi: ath12k: rename the sc naming convention to ab + (bsc#1227149). +- wifi: ath12k: rename the wmi_sc naming convention to wmi_ab + (bsc#1227149). +- commit f93677e + +------------------------------------------------------------------- +Fri Jul 12 16:18:14 CEST 2024 - tiwai@suse.de + +- bus: mhi: host: allow MHI client drivers to provide the firmware + via a pointer (bsc#1227149). +- commit 494649c + +------------------------------------------------------------------- +Fri Jul 12 16:16:59 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: add firmware-2.bin support (bsc#1227149). +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- commit 677d325 + +------------------------------------------------------------------- +Fri Jul 12 16:11:22 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149). +- commit 296ac8f + +------------------------------------------------------------------- +Fri Jul 12 16:10:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: rename the sc naming convention to ab + (bsc#1227149). +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- Refresh + patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch. +- commit 6eedd0d + +------------------------------------------------------------------- +Fri Jul 12 16:07:54 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: rename the wmi_sc naming convention to wmi_ab + (bsc#1227149). +- wifi: ath6kl: replace deprecated strncpy with memcpy + (bsc#1227149). +- commit cd59b03 + +------------------------------------------------------------------- +Fri Jul 12 16:06:43 CEST 2024 - tiwai@suse.de + +- wifi: ath5k: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149). +- wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149). +- wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149). +- wifi: ath12k: register EHT mesh capabilities (bsc#1227149). +- wifi: ath11k: Use device_get_match_data() (bsc#1227149). +- wifi: ath11k: Introduce and use ath11k_sta_to_arsta() + (bsc#1227149). +- wifi: ath11k: Remove unused struct ath11k_htc_frame + (bsc#1227149). +- wifi: ath12k: fix invalid m3 buffer address (bsc#1227149). +- wifi: ath12k: add ath12k_qmi_free_resource() for recovery + (bsc#1227149). +- commit a18a8d4 + +------------------------------------------------------------------- +Fri Jul 12 16:05:13 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: configure RDDM size to MHI for device recovery + (bsc#1227149). +- wifi: ath12k: add parsing of phy bitmap for reg rules + (bsc#1227149). +- wifi: ath11k: add parsing of phy bitmap for reg rules + (bsc#1227149). +- wifi: ath11k: ath11k_debugfs_register(): fix format-truncation + warning (bsc#1227149). +- wifi: ath12k: Consistently use ath12k_vif_to_arvif() + (bsc#1227149). +- wifi: ath11k: call ath11k_mac_fils_discovery() without condition + (bsc#1227149). +- wifi: ath12k: remove redundant memset() in + ath12k_hal_reo_qdesc_setup() (bsc#1227149). +- wifi: ath9k_htc: fix format-truncation warning (bsc#1227149). +- wifi: ath12k: fix debug messages (bsc#1227149). +- wifi: ath11k: fix CAC running state during virtual interface + start (bsc#1227149). +- commit c2f2e92 + +------------------------------------------------------------------- +Fri Jul 12 16:04:06 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149). +- wifi: ath10k: indicate to mac80211 scan complete with aborted + flag for ATH10K_SCAN_STARTING state (bsc#1227149). +- wifi: ath: dfs_pattern_detector: Use flex array to simplify code + (bsc#1227149). +- wifi: carl9170: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath10k: consistently use kstrtoX_from_user() functions + (bsc#1227149). +- wifi: ath12k: add keep backward compatibility of PHY mode to + avoid firmware crash (bsc#1227149). +- wifi: ath12k: add read variant from SMBIOS for download board + data (bsc#1227149). +- wifi: ath12k: do not drop data frames from unassociated stations + (bsc#1227149). +- wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data + handling (bsc#1227149). +- wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage + (bsc#1227149). +- commit b844022 + +------------------------------------------------------------------- +Fri Jul 12 16:02:58 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149). +- wifi: ath12k: Set default beacon mode to burst mode + (bsc#1227149). +- wifi: ath12k: call ath12k_mac_fils_discovery() without condition + (bsc#1227149). +- wifi: ath11k: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS + for WCN7850 (bsc#1227149). +- wifi: ath12k: change to treat alpha code na as world wide + regdomain (bsc#1227149). +- wifi: ath12k: indicate scan complete for scan canceled when + scan running (bsc#1227149). +- wifi: ath12k: indicate to mac80211 scan complete with aborted + flag for ATH12K_SCAN_STARTING state (bsc#1227149). +- wifi: ath12k: fix recovery fail while firmware crash when + doing channel switch (bsc#1227149). +- wifi: ath12k: add support for hardware rfkill for WCN7850 + (bsc#1227149). +- commit 087627b + +------------------------------------------------------------------- +Fri Jul 12 16:00:55 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: use kstrtoul_from_user() where appropriate + (bsc#1227149). +- wifi: ath11k: remove unused members of 'struct ath11k_base' + (bsc#1227149). +- wifi: ath11k: drop redundant check in + ath11k_dp_rx_mon_dest_process() (bsc#1227149). +- wifi: ath11k: drop NULL pointer check in + ath11k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL + (bsc#1227149). +- wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by + (bsc#1227149). +- wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with + __counted_by (bsc#1227149). +- wifi: ath12k: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath10k: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath6kl: remove unnecessary (void*) conversions + (bsc#1227149). +- commit 3f20dbc + +------------------------------------------------------------------- +Fri Jul 12 15:59:31 CEST 2024 - tiwai@suse.de + +- wifi: ath5k: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: wcn36xx: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ar5523: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath9k: clean up function ath9k_hif_usb_resume + (bsc#1227149). +- wifi: ath11k: add chip id board name while searching board-2.bin + for WCN6855 (bsc#1227149). +- wifi: ath12k: change to initialize recovery variables earlier + in ath12k_core_reset() (bsc#1227149). +- wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT + PHY capability for WCN7850 (bsc#1227149). +- wifi: ath9k: use u32 for txgain indexes (bsc#1227149). +- wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149). +- wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149). +- commit 0b35606 + +------------------------------------------------------------------- +Fri Jul 12 15:58:31 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan + (bsc#1227149). +- wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats + (bsc#1227149). +- wifi: ath11k: move references from rsvd2 to info fields + (bsc#1227149). +- wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM + crash (bsc#1227149). +- wifi: ath: Use is_multicast_ether_addr() to check multicast + Ether address (bsc#1227149). +- wifi: ath12k: Remove unused declarations (bsc#1227149). +- wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap() + (bsc#1227149). +- wifi: ath: remove unused-but-set parameter (bsc#1227149). +- wifi: ath11k: Remove unused declarations (bsc#1227149). +- wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning + (bsc#1227149). +- commit 1f3c3b8 + +------------------------------------------------------------------- +Fri Jul 12 15:57:00 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning + (bsc#1227149). +- wifi: ath11k: simplify the code with module_platform_driver + (bsc#1227149). +- wifi: ath12k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Fix a few spelling errors (bsc#1227149). +- wifi: ath10k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Consistently use ath11k_vif_to_arvif() + (bsc#1227149). +- wifi: ath9k: Remove unused declarations (bsc#1227149). +- wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149). +- wifi: ath9k: consistently use kstrtoX_from_user() functions + (bsc#1227149). +- wifi: ath9k: fix parameter check in ath9k_init_debug() + (bsc#1227149). +- commit 6c737fb + +------------------------------------------------------------------- +Fri Jul 12 15:54:18 CEST 2024 - tiwai@suse.de + +- wifi: ath5k: Remove redundant dev_err() (bsc#1227149). +- wifi: ath12k: avoid deadlock by change ieee80211_queue_work + for regd_update_work (bsc#1227149). +- wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED + (bsc#1227149). +- wifi: ath12k: relax list iteration in ath12k_mac_vif_unref() + (bsc#1227149). +- wifi: ath12k: configure puncturing bitmap (bsc#1227149). +- wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149). +- wifi: ath12k: add MLO header in peer association (bsc#1227149). +- wifi: ath12k: peer assoc for 320 MHz (bsc#1227149). +- wifi: ath12k: add WMI support for EHT peer (bsc#1227149). +- wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149). +- commit 3191784 + +------------------------------------------------------------------- +Fri Jul 12 15:53:00 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: add EHT PHY modes (bsc#1227149). +- wifi: ath12k: propagate EHT capabilities to userspace + (bsc#1227149). +- wifi: ath12k: WMI support to process EHT capabilities + (bsc#1227149). +- wifi: ath12k: move HE capabilities processing to a new function + (bsc#1227149). +- commit 7fb64df + +------------------------------------------------------------------- +Fri Jul 12 15:52:06 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: rename HE capabilities setup/copy functions + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-annotate-iftype_data-pointer-with-spar.patch. +- commit ddfeb0d + +------------------------------------------------------------------- +Fri Jul 12 15:49:27 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: change to use dynamic memory for channel list + of scan (bsc#1227149). +- wifi: ath12k: trigger station disconnect on hardware restart + (bsc#1227149). +- wifi: ath12k: Use pdev_id rather than mac_id to get pdev + (bsc#1227149). +- wifi: ath12k: correct the data_type from QMI_OPT_FLAG to + QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149). +- wifi: ath11k: Remove cal_done check during probe (bsc#1227149). +- commit e204950 + +------------------------------------------------------------------- +Fri Jul 12 15:19:17 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: simplify + ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149). +- wifi: ath6kl: Remove error checking for debugfs_create_dir() + (bsc#1227149). +- wifi: ath5k: remove phydir check from ath5k_debug_init_device() + (bsc#1227149). +- wifi: drivers: Explicitly include correct DT includes + (bsc#1227149). +- wifi: ath10k: improve structure padding (bsc#1227149). +- wifi: ath12k: fix conf_mutex in + ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149). +- wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149). +- commit 3345b7e + +------------------------------------------------------------------- +Fri Jul 12 15:15:22 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: htc: cleanup debug messages (bsc#1227149). +- wifi: ath11k: don't use %pK (bsc#1227149). +- wifi: ath11k: hal: cleanup debug message (bsc#1227149). +- wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL + (bsc#1227149). +- wifi: ath11k: dp: cleanup debug message (bsc#1227149). +- wifi: ath11k: pci: cleanup debug logging (bsc#1227149). +- wifi: ath11k: wmi: add unified command debug messages + (bsc#1227149). +- wifi: ath11k: wmi: use common error handling style + (bsc#1227149). +- wifi: ath11k: wmi: cleanup error handling in + ath11k_wmi_send_init_country_cmd() (bsc#1227149). +- wifi: ath11k: remove unsupported event handlers (bsc#1227149). +- commit 37105bd + +------------------------------------------------------------------- +Fri Jul 12 15:12:27 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: add WMI event debug messages (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch. +- Refresh + patches.suse/wifi-ath11k-fix-temperature-event-locking.patch. +- commit 572fd2c + +------------------------------------------------------------------- +Fri Jul 12 15:11:21 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: remove manual mask names from debug messages + (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch. +- commit a7ae7bf + +------------------------------------------------------------------- +Fri Jul 12 15:10:20 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: print debug level in debug messages (bsc#1227149). +- wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149). +- wifi: ath12k: delete the timer rx_replenish_retry during rmmod + (bsc#1227149). +- wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149). +- wifi: ath12k: check hardware major version for WCN7850 + (bsc#1227149). +- wifi: ath11k: update proper pdev/vdev id for testmode command + (bsc#1227149). +- wifi: atk10k: Don't opencode ath10k_pci_priv() in + ath10k_ahb_priv() (bsc#1227149). +- wifi: ath10k: Convert to platform remove callback returning void + (bsc#1227149). +- commit cafd8ed + +------------------------------------------------------------------- +Fri Jul 12 15:04:51 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: Drop checks that are always false (bsc#1227149). +- wifi: ath10k: Drop cleaning of driver data from probe error + path and remove (bsc#1227149). +- wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149). +- commit dde2040 + +------------------------------------------------------------------- +Fri Jul 12 15:01:45 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Allow ath11k to boot without caldata in ftm mode + (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch. +- commit adbddfc + +------------------------------------------------------------------- +Fri Jul 12 15:00:35 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: factory test mode support (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch. +- Refresh + patches.suse/wifi-ath11k-rearrange-IRQ-enable-disable-in-reset-pa.patch. +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- commit 030f59a + +------------------------------------------------------------------- +Fri Jul 12 14:42:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: remove unused function ath11k_tm_event_wmi() + (bsc#1227149). +- wifi: ath12k: Add support to parse new WMI event for 6 GHz + regulatory (bsc#1227149). +- wifi: wil6210: wmi: Replace zero-length array with + DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wil6210: fw: Replace zero-length arrays with + DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: ath11k: Send HT fixed rate in WMI peer fixed param + (bsc#1227149). +- wifi: ath11k: Relocate the func + ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16 + to hweight8 (bsc#1227149). +- wifi: ath12k: increase vdev setup timeout (bsc#1227149). +- wifi: ath11k: EMA beacon support (bsc#1227149). +- wifi: ath11k: MBSSID beacon support (bsc#1227149). +- wifi: ath11k: refactor vif parameter configurations + (bsc#1227149). +- wifi: ath11k: MBSSID parameter configuration in AP mode + (bsc#1227149). +- wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd + (bsc#1227149). +- wifi: ath11k: MBSSID configuration during vdev create/start + (bsc#1227149). +- wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149). +- wifi: ath: work around false-positive stringop-overread warning + (bsc#1227149). +- wifi: ath11k: Use list_count_nodes() (bsc#1227149). +- wifi: ath10k: Use list_count_nodes() (bsc#1227149). +- wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition + (bsc#1227149). +- wifi: ath12k: add wait operation for tx management packets + for flush from mac80211 (bsc#1227149). +- wifi: ath12k: Remove some dead code (bsc#1227149). +- wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when + ADDBA session starts (bsc#1227149). +- wifi: ath12k: set PERST pin no pull request for WCN7850 + (bsc#1227149). +- wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware + parameters (bsc#1227149). +- wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create + ordered workqueues (bsc#1227149). +- commit 1763ceb + +------------------------------------------------------------------- +Fri Jul 12 09:23:58 CEST 2024 - tiwai@suse.de + +- net: phy: microchip: lan87xx: reinit PHY after cable test + (git-fixes). +- i2c: pnx: Fix potential deadlock warning from del_timer_sync() + call in isr (git-fixes). +- drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Valve Galileo + (stable-fixes). +- nilfs2: add missing check for inode numbers on directory entries + (stable-fixes). +- nilfs2: fix inode number range checks (stable-fixes). +- drm/amdgpu: silence UBSAN warning (stable-fixes). +- spi: cadence: Ensure data lines set to low during dummy-cycle + period (stable-fixes). +- regmap-i2c: Subtract reg size from max_write (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro + (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT + IVW 11.6" tablet (stable-fixes). +- nfc/nci: Add the inconsistency check between the input data + length and count (stable-fixes). +- Input: ff-core - prefer struct_size over open coded arithmetic + (stable-fixes). +- cdrom: rearrange last_media_change check to avoid unintentional + overflow (stable-fixes). +- serial: imx: Raise TX trigger level to 8 (stable-fixes). +- usb: xhci: prevent potential failure in handle_tx_event() + for Transfer events without TRB (stable-fixes). +- thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on + lvts_data (stable-fixes). +- firmware: dmi: Stop decoding on broken entry (stable-fixes). +- i2c: i801: Annotate apanel_addr as __ro_after_init + (stable-fixes). +- media: dvb-frontends: tda10048: Fix integer overflow + (stable-fixes). +- media: s2255: Use refcount_t instead of atomic_t for + num_channels (stable-fixes). +- media: dvb-frontends: tda18271c2dd: Remove casting during div + (stable-fixes). +- media: dw2102: fix a potential buffer overflow (git-fixes). +- media: dw2102: Don't translate i2c read into write + (stable-fixes). +- media: dvb-usb: dib0700_devices: Add missing release_firmware() + (stable-fixes). +- media: dvb: as102-fe: Fix as10x_register_addr packing + (stable-fixes). +- drm/amdgpu: fix the warning about the expression (int)size - + len (stable-fixes). +- drm/amdgpu: fix uninitialized scalar variable warning + (stable-fixes). +- drm/amd/display: Fix uninitialized variables in DM + (stable-fixes). +- drm/amd/display: Skip finding free audio for unknown engine_id + (stable-fixes). +- drm/amd/display: Check pipe offset before setting vblank + (stable-fixes). +- drm/amd/display: Check index msg_id before read or write + (stable-fixes). +- drm/amdgpu: Initialize timestamp for some legacy SOCs + (stable-fixes). +- drm/amdgpu: Using uninitialized value *size when calling + amdgpu_vce_cs_reloc (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warnings (stable-fixes). +- drm/lima: fix shared irq handling on driver remove + (stable-fixes). +- wifi: mt76: mt7996: add sanity checks for background radar + trigger (stable-fixes). +- wifi: mt76: replace skb_put with skb_put_zero (stable-fixes). +- crypto: aead,cipher - zeroize key buffer after use + (stable-fixes). +- crypto: hisilicon/debugfs - Fix debugfs uninit process issue + (stable-fixes). +- commit 240e65e + +------------------------------------------------------------------- +Thu Jul 11 22:00:57 CEST 2024 - tiwai@suse.de + +- Refresh patches.kabi/wireless-kabi-workaround.patch (bsc#1227149) + More fixes for 6.9 API updates +- commit 25eb11c + +------------------------------------------------------------------- +Thu Jul 11 17:39:15 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149). +- wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149). +- wifi: iwlwifi: Use request_module_nowait (bsc#1227149). +- wifi: iwlwifi: mvm: don't always disable EMLSR due to BT coex + (bsc#1227149). +- wifi: iwlwifi: mvm: calculate EMLSR mode after connection + (bsc#1227149). +- wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete + (bsc#1227149). +- wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8 + (bsc#1227149). +- commit 74beb0b + +------------------------------------------------------------------- +Thu Jul 11 17:34:13 CEST 2024 - ohering@suse.de + +- net: mana: Fix possible double free in error handling path + (git-fixes). +- RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes). +- net: mana: Fix the extra HZ in mana_hwc_send_request + (git-fixes). +- commit cb4a2bd + +------------------------------------------------------------------- +Thu Jul 11 17:31:44 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix link ID management (bsc#1227149). +- Revert "wifi: iwlwifi: bump FW API to 90 for BZ/SC devices" + (bsc#1227149). +- wifi: iwlwifi: mvm: handle debugfs names more carefully + (bsc#1227149). +- commit 1b2b558 + +------------------------------------------------------------------- +Thu Jul 11 17:30:57 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW + (bsc#1227149). +- wifi: iwlwifi: mvm: consider having one active link + (bsc#1227149). +- wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF + (bsc#1227149). +- wifi: iwlwifi: mvm: disable MLO for the time being + (bsc#1227149). +- wifi: cfg80211: add a flag to disable wireless extensions + (bsc#1227149). +- iwlwifi: mvm: Use for_each_thermal_trip() for walking trip + points (bsc#1227149). +- iwlwifi: mvm: Populate trip table before registering thermal + zone (bsc#1227149). +- iwlwifi: mvm: Drop unused fw_trips_index[] from + iwl_mvm_thermal_device (bsc#1227149). +- commit 53ce28e + +------------------------------------------------------------------- +Thu Jul 11 17:26:16 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: add link id to ieee80211_gtk_rekey_add() + (bsc#1227149). +- wifi: iwlwifi: load b0 version of ucode for HR1/HR2 + (bsc#1227149). +- wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149). +- wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149). +- wifi: iwlwifi: mvm: unlock mvm if there is no primary link + (bsc#1227149). +- wifi: iwlwifi: mvm: partially support PHY context version 6 + (bsc#1227149). +- commit 590b6b6 + +------------------------------------------------------------------- +Thu Jul 11 17:18:17 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: cancel session protection only if there is one + (bsc#1227149). +- wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P + (bsc#1227149). +- wifi: iwlwifi: mvm: check own capabilities for EMLSR + (bsc#1227149). +- wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149). +- wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149). +- commit b9417e2 + +------------------------------------------------------------------- +Thu Jul 11 17:05:09 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149). +- wifi: iwlwifi: don't use TRUE/FALSE with bool (bsc#1227149). +- wifi: iwlwifi: api: fix constant version to match FW + (bsc#1227149). +- wifi: iwlwifi: mvm: Extend support for P2P service discovery + (bsc#1227149). +- wifi: iwlwifi: mvm: work around A-MSDU size problem + (bsc#1227149). +- wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory + (bsc#1227149). +- wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 + (bsc#1227149). +- wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149). +- wifi: iwlwifi: queue: improve warning for no skb in reclaim + (bsc#1227149). +- wifi: iwlwifi: mvm: move BA notif messages before action + (bsc#1227149). +- commit da274a5 + +------------------------------------------------------------------- +Thu Jul 11 17:02:21 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: report unprotected deauth/disassoc in wowlan + (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 8a7655b + +------------------------------------------------------------------- +Thu Jul 11 17:00:16 CEST 2024 - tiwai@suse.de + +- wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc + (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit e91caa5 + +------------------------------------------------------------------- +Thu Jul 11 16:57:52 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 72d3017 + +------------------------------------------------------------------- +Thu Jul 11 16:48:45 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason + (bsc#1227149). +- wifi: iwlwifi: mvm: remove flags for enable/disable beacon + filter (bsc#1227149). +- wifi: iwlwifi: pcie: Add new PCI device id and CNVI + (bsc#1227149). +- wifi: iwlwifi: mvm: don't send the smart fifo command if not + needed (bsc#1227149). +- wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149). +- wifi: iwlwifi: mvm: don't do duplicate detection for nullfunc + packets (bsc#1227149). +- wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149). +- wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149). +- wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149). +- commit 9013bb7 + +------------------------------------------------------------------- +Thu Jul 11 16:45:50 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149). +- wifi: iwlwifi: mvm: Keep connection in case of missed beacons + during RX (bsc#1227149). +- wifi: iwlwifi: properly check if link is active (bsc#1227149). +- wifi: iwlwifi: take SGOM and UATS code out of ACPI ifdef + (bsc#1227149). +- wifi: iwlwifi: mvm: don't abort queue sync in CT-kill + (bsc#1227149). +- wifi: iwlwifi: mvm: define RX queue sync timeout as a macro + (bsc#1227149). +- wifi: iwlwifi: mvm: expand queue sync warning messages + (bsc#1227149). +- wifi: iwlwifi: mvm: Declare support for secure LTF measurement + (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for protected ranging + negotiation (bsc#1227149). +- wifi: iwlwifi: mvm: remove one queue sync on BA session stop + (bsc#1227149). +- commit d32b4ac + +------------------------------------------------------------------- +Thu Jul 11 16:37:46 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: don't support reduced tx power on ack for + new devices (bsc#1227149). +- wifi: iwlwifi: use system_unbound_wq for debug dump + (bsc#1227149). +- wifi: iwlwifi: mvm: remove EHT code from mac80211.c + (bsc#1227149). +- wifi: iwlwifi: read mac step from aux register (bsc#1227149). +- wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149). +- wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149). +- wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3 + (bsc#1227149). +- wifi: iwlwifi: pcie: don't allow hw-rfkill to stop device on + gen2 (bsc#1227149). +- wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149). +- commit 6501846 + +------------------------------------------------------------------- +Thu Jul 11 16:35:30 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: update beacon counters per link basis + (bsc#1227149). +- wifi: iwlwifi: return negative -EINVAL instead of positive + EINVAL (bsc#1227149). +- wifi: iwlwifi: fw: fix compiler warning for NULL string print + (bsc#1227149). +- wifi: iwlwifi: mvm: make functions public (bsc#1227149). +- wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: mvm: don't send BT_COEX_CI command on new devices + (bsc#1227149). +- wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149). +- commit 4b3d0a2 + +------------------------------------------------------------------- +Thu Jul 11 16:31:38 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149). +- wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149). +- wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef + (bsc#1227149). +- wifi: iwlwifi: rfi: use a single DSM function for all RFI + configurations (bsc#1227149). +- wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149). +- wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149). +- wifi: iwlwifi: support link command version 2 (bsc#1227149). +- wifi: iwlwifi: mvm: use fast balance scan in case of an active + P2P GO (bsc#1227149). +- wifi: iwlwifi: mvm: don't send NDPs for new tx devices + (bsc#1227149). +- wifi: iwlwifi: read SPLC from UEFI (bsc#1227149). +- commit 10d0457 + +------------------------------------------------------------------- +Thu Jul 11 16:28:02 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: api: clean up some kernel-doc/typos + (bsc#1227149). +- wifi: iwlwifi: remove unused function prototype (bsc#1227149). +- iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149). +- commit edb7009 + +------------------------------------------------------------------- +Thu Jul 11 16:25:31 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW' + flows (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch. +- commit cbe5734 + +------------------------------------------------------------------- +Thu Jul 11 16:23:31 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading TAS table from UEFI + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch. +- commit 37ff9f0 + +------------------------------------------------------------------- +Thu Jul 11 16:22:27 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: don't check TAS block list size twice + (bsc#1227149). +- wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: validate PPAG table when sent to FW + (bsc#1227149). +- commit aab6534 + +------------------------------------------------------------------- +Thu Jul 11 16:20:19 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading PPAG table from UEFI + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-fw-fix-compile-w-o-CONFIG_ACPI.patch. +- commit b317fc2 + +------------------------------------------------------------------- +Thu Jul 11 16:18:56 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149). +- wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD + (bsc#1227149). +- wifi: iwlwifi: prepare for reading SAR tables from UEFI + (bsc#1227149). +- wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: d3: implement suspend with MLO + (bsc#1227149). +- wifi: iwlwifi: mvm: refactor duplicate chanctx condition + (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped packets due to MIC error + (bsc#1227149). +- commit ab26861 + +------------------------------------------------------------------- +Thu Jul 11 16:16:11 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-don-t-set-the-MFP-flag-for-the-GTK.patch. +- commit d834590 + +------------------------------------------------------------------- +Thu Jul 11 16:14:18 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149). +- commit 265cdf6 + +------------------------------------------------------------------- +Thu Jul 11 16:13:05 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit f498490 + +------------------------------------------------------------------- +Thu Jul 11 16:07:40 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-fw-fix-compile-w-o-CONFIG_ACPI.patch. +- commit 85303bc + +------------------------------------------------------------------- +Thu Jul 11 16:06:02 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149). +- wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149). +- wifi: iwlwifi: mvm: don't set trigger frame padding in AP mode + (bsc#1227149). +- wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" + (bsc#1227149). +- wifi: iwlwifi: mvm: add support for TID to link mapping neg + request (bsc#1227149). +- wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect station vifs if recovery failed + (bsc#1227149). +- wifi: iwlwifi: fw: dbg: ensure correct config name sizes + (bsc#1227149). +- commit ff842c3 + +------------------------------------------------------------------- +Thu Jul 11 16:02:48 CEST 2024 - tiwai@suse.de + +- wifi: ieee80211: add definitions for negotiated TID to Link map + (bsc#1227149). +- commit b1d66f3 + +------------------------------------------------------------------- +Thu Jul 11 16:00:08 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: process and save negotiated TID to Link mapping + request (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 32a5092 + +------------------------------------------------------------------- +Thu Jul 11 15:56:51 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1227149). +- commit 8fede1e + +------------------------------------------------------------------- +Thu Jul 11 15:42:01 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: implement can_activate_links callback + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-active-link-counting-during-rec.patch. +- commit 7e399ce + +------------------------------------------------------------------- +Thu Jul 11 15:40:37 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: remove retry loops in start (bsc#1227149). +- commit 3c4f0f3 + +------------------------------------------------------------------- +Thu Jul 11 15:38:58 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: dbg-tlv: use struct_size() for allocation + (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy + (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure + (bsc#1227149). +- wifi: iwlwifi: mvm: Add support for removing responder TKs + (bsc#1227149). +- wifi: iwlwifi: disable eSR when BT is active (bsc#1227149). +- wifi: iwlwifi: add support for a wiphy_work rx handler + (bsc#1227149). +- wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 + (bsc#1227149). +- wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149). +- wifi: iwlwifi: nvm-parse: advertise common packet padding + (bsc#1227149). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1227149). +- wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM + (bsc#1227149). +- wifi: iwlwifi: disable 160 MHz based on subsystem device ID + (bsc#1227149). +- wifi: iwlwifi: make TB reallocation a debug message + (bsc#1227149). +- wifi: iwlwifi: Add support for new 802.11be device + (bsc#1227149). +- commit 6617b64 + +------------------------------------------------------------------- +Thu Jul 11 13:42:10 CEST 2024 - tiwai@suse.de + +- pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to + hdmimix domain (CVE-2024-35942 bsc#1224589). +- commit cf74548 + +------------------------------------------------------------------- +Thu Jul 11 09:03:27 CEST 2024 - tiwai@suse.de + +- platform/x86: toshiba_acpi: Fix array out-of-bounds access + (git-fixes). +- ACPI: processor_idle: Fix invalid comparison with insertion + sort for latency (git-fixes). +- commit ec2c4bc + +------------------------------------------------------------------- +Thu Jul 11 08:23:12 CEST 2024 - jgross@suse.com + +- KVM: SEV-ES: Delegate LBR virtualization to the processor + (git-fixes). +- commit ca0a7e8 + +------------------------------------------------------------------- +Wed Jul 10 19:27:00 CEST 2024 - jgross@suse.com + +- KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC + routes (git-fixes). +- commit 6653b01 + +------------------------------------------------------------------- +Wed Jul 10 18:51:15 CEST 2024 - jgross@suse.com + +- KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is + absent (git-fixes). +- commit 1094992 + +------------------------------------------------------------------- +Wed Jul 10 18:15:44 CEST 2024 - jgross@suse.com + +- KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked + (git-fixes). +- commit 2cc4a9c + +------------------------------------------------------------------- +Wed Jul 10 17:25:56 CEST 2024 - jgross@suse.com + +- drivers/xen: Improve the late XenStore init protocol + (git-fixes). +- commit cb805fb + +------------------------------------------------------------------- +Wed Jul 10 16:50:39 CEST 2024 - jgross@suse.com + +- xen/x86: add extra pages to unpopulated-alloc if available + (git-fixes). +- commit d9de7d9 + +------------------------------------------------------------------- +Wed Jul 10 15:15:20 CEST 2024 - nik.borisov@suse.com + +- kunit: Fix checksum tests on big endian CPUs (git-fixed). +- commit 91a58a6 + +------------------------------------------------------------------- +Wed Jul 10 14:26:35 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: Fix circular locking dependency (bsc#1222463 CVE-2024-26691). +- commit 3273efe + +------------------------------------------------------------------- +Wed Jul 10 12:10:10 CEST 2024 - ohering@suse.de + +- Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted (bsc#1225744, CVE-2024-36909). +- uio_hv_generic: Don't free decrypted memory (bsc#1225717, CVE-2024-36910). +- hv_netvsc: Don't free decrypted memory (bsc#1225745, CVE-2024-36911). +- Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752, CVE-2024-36912). +- Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753, CVE-2024-36913). +- commit a78a9db + +------------------------------------------------------------------- +Wed Jul 10 10:45:33 CEST 2024 - nik.borisov@suse.com + +- x86/speculation, objtool: Use absolute relocations for annotations (git-fixes). +- commit 14e0989 + +------------------------------------------------------------------- +Wed Jul 10 10:45:13 CEST 2024 - nik.borisov@suse.com + +- x86/head/64: Move the __head definition to (git-fixes). +- commit 36d1750 + +------------------------------------------------------------------- +Wed Jul 10 10:44:56 CEST 2024 - nik.borisov@suse.com + +- x86/csum: Remove unnecessary odd handling (git-fixes). +- commit 439ef62 + +------------------------------------------------------------------- +Wed Jul 10 10:41:33 CEST 2024 - nik.borisov@suse.com + +- x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes). +- commit 98db437 + +------------------------------------------------------------------- +Wed Jul 10 10:32:30 CEST 2024 - nik.borisov@suse.com + +- x86/csum: Improve performance of `csum_partial` (git-fixes). +- commit 131cca3 + +------------------------------------------------------------------- +Wed Jul 10 10:28:28 CEST 2024 - nik.borisov@suse.com + +- x86/boot: Ignore NMIs during very early boot (git-fixes). +- commit 3c94948 + +------------------------------------------------------------------- +Wed Jul 10 10:28:13 CEST 2024 - nik.borisov@suse.com + +- x86/asm: Fix build of UML with KASAN (git-fixes). +- commit 89fc5d7 + +------------------------------------------------------------------- +Wed Jul 10 10:27:52 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Blacklist useless revert +- commit 0a21e69 + +------------------------------------------------------------------- +Wed Jul 10 10:04:47 CEST 2024 - nik.borisov@suse.com + +- tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328 CVE-2024-26665). +- commit f28b881 + +------------------------------------------------------------------- +Wed Jul 10 04:05:50 CEST 2024 - neilb@suse.de + +- SUNRPC: avoid soft lockup when transmitting UDP to reachable + server (bsc#1225272). +- commit 3fc313b + +------------------------------------------------------------------- +Tue Jul 9 14:31:32 CEST 2024 - tiwai@suse.de + +- Move upstreamed turbostat patch into sorted section +- commit 768422e + +------------------------------------------------------------------- +Tue Jul 9 14:23:34 CEST 2024 - tiwai@suse.de + +- Move out-of-tree patch to the right section +- commit a3dba46 + +------------------------------------------------------------------- +Tue Jul 9 12:44:29 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries: Fix scv instruction crash with kexec + (bsc#1194869). +- commit 245b529 + +------------------------------------------------------------------- +Tue Jul 9 11:59:16 CEST 2024 - msuchanek@suse.de + +- powerpc/prom: Add CPU info to hardware description string later + (bsc#1215199). +- commit 75358e1 + +------------------------------------------------------------------- +Tue Jul 9 10:57:44 CEST 2024 - msuchanek@suse.de + +- kernel-binary: vdso: Own module_dir +- commit ff69986 + +------------------------------------------------------------------- +Tue Jul 9 10:18:35 CEST 2024 - tbogendoerfer@suse.de + +- enic: Validate length of nl attributes in enic_set_vf_port + (CVE-2024-38659 bsc#1226883). +- commit 82dab70 + +------------------------------------------------------------------- +Tue Jul 9 08:25:19 CEST 2024 - tiwai@suse.de + +- wifi: wilc1000: fix ies_len type in connect path (git-fixes). +- commit 857b40a + +------------------------------------------------------------------- +Mon Jul 8 21:08:05 CEST 2024 - tabraham@suse.com + +- net/dcb: check for detached device before executing callbacks + (bsc#1215587). +- commit c563440 + +------------------------------------------------------------------- +Mon Jul 8 19:32:11 CEST 2024 - mkoutny@suse.com + +- Update patches.suse/atm-Fix-Use-After-Free-in-do_vcc_ioctl.patch + (git-fixes bsc#1218730 CVE-2023-51780). +- commit 93588a3 + +------------------------------------------------------------------- +Mon Jul 8 13:43:07 CEST 2024 - msuchanek@suse.de + +- powerpc/64s/radix/kfence: map __kfence_pool at page granularity + (bsc#1223570 ltc#205770). +- commit d4edfeb + +------------------------------------------------------------------- +Mon Jul 8 12:37:31 CEST 2024 - nstange@suse.de + +- crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public + key (bsc#1222768). +- commit 817f8be + +------------------------------------------------------------------- +Mon Jul 8 12:32:45 CEST 2024 - nstange@suse.de + +- crypto/ecdh: make ecdh_compute_value() to zeroize the public + key (bsc#1222768). +- commit 3f5391b + +------------------------------------------------------------------- +Mon Jul 8 11:20:23 CEST 2024 - jslaby@suse.cz + +- PCI: Do not wait for disconnected devices when resuming + (git-fixes). +- commit f7f9960 + +------------------------------------------------------------------- +Mon Jul 8 10:46:49 CEST 2024 - msuchanek@suse.de + +- powerpc/rtas: Prevent Spectre v1 gadget construction in + sys_rtas() (bsc#1227487). +- commit 42da489 + +------------------------------------------------------------------- +Mon Jul 8 10:42:18 CEST 2024 - ptesarik@suse.com + +- Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701). +- commit 9157a3d + +------------------------------------------------------------------- +Mon Jul 8 08:55:04 CEST 2024 - tiwai@suse.de + +- clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs + (git-fixes). +- clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes). +- clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg + (git-fixes). +- commit 1a2b239 + +------------------------------------------------------------------- +Mon Jul 8 07:53:37 CEST 2024 - neilb@suse.de + +- nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes). +- NFS: add barriers when testing for NFS_FSDATA_BLOCKED + (git-fixes). +- SUNRPC: return proper error from gss_wrap_req_priv (git-fixes). +- NFSv4.1 enforce rootpath check in fs_location query (git-fixes). +- SUNRPC: Fix loop termination condition in + gss_free_in_token_pages() (git-fixes). +- nfs: fix undefined behavior in nfs_block_bits() (git-fixes). +- pNFS/filelayout: fixup pNfs allocation modes (git-fixes). +- rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL + (git-fixes). +- NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS + (git-fixes). +- sunrpc: fix NFSACL RPC retry on soft mount (git-fixes). +- nfs: keep server info for remounts (git-fixes). +- NFSv4: Fixup smatch warning for ambiguous return (git-fixes). +- SUNRPC: Fix gss_free_in_token_pages() (git-fixes). +- knfsd: LOOKUP can return an illegal error value (git-fixes). +- nfs: Handle error of rpc_proc_register() in nfs_net_init() + (git-fixes). +- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY + (git-fixes). +- NFSD: Fix checksum mismatches in the duplicate reply cache + (git-fixes). +- commit e019385 + +------------------------------------------------------------------- +Mon Jul 8 06:57:52 CEST 2024 - jlee@suse.com + +- Update + patches.suse/ALSA-hda-intel-sdw-acpi-fix-usage-of-device_get_name.patch + (git-fixes CVE-2024-36955 bsc#1225810). +- Update + patches.suse/ASoC-SOF-ipc4-topology-Fix-input-format-query-of-pro.patch + (git-fixes CVE-2024-39473 bsc#1227433). +- Update + patches.suse/Bluetooth-qca-fix-firmware-check-error-path.patch + (git-fixes CVE-2024-36942 bsc#1225843). +- Update + patches.suse/Reapply-drm-qxl-simplify-qxl_fence_wait.patch + (stable-fixes CVE-2024-36944 bsc#1225847). +- Update + patches.suse/amd-amdkfd-sync-all-devices-to-wait-all-processes-be.patch + (stable-fixes CVE-2024-36949 bsc#1225894). +- Update + patches.suse/drm-amdkfd-range-check-cp-bad-op-exception-interrupt.patch + (stable-fixes CVE-2024-36951 bsc#1225896). +- Update patches.suse/drm-i915-hwmon-Get-rid-of-devm.patch + (stable-fixes CVE-2024-39479 bsc#1227443). +- Update + patches.suse/fbdev-savage-Handle-err-return-when-savagefb_check_v.patch + (git-fixes CVE-2024-39475 bsc#1227435). +- Update + patches.suse/firewire-ohci-mask-bus-reset-interrupts-between-ISR-.patch + (stable-fixes CVE-2024-36950 bsc#1225895). +- Update + patches.suse/media-mc-Fix-graph-walk-in-media_pipeline_start.patch + (git-fixes CVE-2024-39481 bsc#1227446). +- Update + patches.suse/pinctrl-core-delete-incorrect-free-in-pinctrl_enable.patch + (git-fixes CVE-2024-36940 bsc#1225840). +- Update + patches.suse/pinctrl-devicetree-fix-refcount-leak-in-pinctrl_dt_t.patch + (git-fixes CVE-2024-36959 bsc#1225839). +- Update patches.suse/qibfs-fix-dentry-leak.patch (git-fixes + CVE-2024-36947 bsc#1225856). +- Update + patches.suse/spi-fix-null-pointer-dereference-within-spi_sync.patch + (git-fixes CVE-2024-36930 bsc#1225830). +- Update + patches.suse/wifi-iwlwifi-read-txq-read_ptr-under-lock.patch + (stable-fixes CVE-2024-36922 bsc#1225805). +- Update + patches.suse/wifi-nl80211-don-t-free-NULL-coalescing-rule.patch + (git-fixes CVE-2024-36941 bsc#1225835). +- commit ffdc766 + +------------------------------------------------------------------- +Mon Jul 8 06:57:18 CEST 2024 - jlee@suse.com + +- Update + patches.suse/crypto-rsa-add-a-check-for-allocation-failure.patch + (bsc#1222775 CVE-2023-52472 bsc#1220430 bsc#1220427). +- commit 7754b95 + +------------------------------------------------------------------- +Sat Jul 6 10:36:50 CEST 2024 - tiwai@suse.de + +- drm/fbdev-generic: Fix framebuffer on big endian devices + (git-fixes). +- drm/nouveau: fix null pointer dereference in + nouveau_connector_get_modes (git-fixes). +- usb: dwc3: core: Workaround for CSR read timeout (stable-fixes). +- usb: gadget: printer: SS+ support (stable-fixes). +- drm/amdgpu: avoid using null object of framebuffer + (stable-fixes). +- drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if + LTTPR is present (stable-fixes). +- drm/amdgpu/atomfirmware: fix parsing of vram_info + (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in + nv17_tv_get_ld_modes (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in + nv17_tv_get_hd_modes (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs don't work for + EliteBook 645/665 G11 (stable-fixes). +- usb: typec: ucsi: Ack also failed Get Error commands + (git-fixes). +- iio: pressure: bmp280: Fix BMP580 temperature reading + (stable-fixes). +- usb: typec: ucsi: Never send a lone connector change ack + (stable-fixes). +- mtd: partitions: redboot: Added conversion of operands to a + larger type (stable-fixes). +- media: dvbdev: Initialize sbuf (stable-fixes). +- ALSA: emux: improve patch ioctl data validation (stable-fixes). +- drm/radeon/radeon_display: Decrease the size of allocated memory + (stable-fixes). +- drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers + that sleep (stable-fixes). +- wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() + (stable-fixes). +- crypto: ecdh - explicitly zeroize private_key (stable-fixes). +- soc: ti: wkup_m3_ipc: Send NULL dummy message instead of + pointer message (stable-fixes). +- usb: dwc3: core: Add DWC31 version 2.00a controller + (stable-fixes). +- iio: pressure: fix some word spelling errors (stable-fixes). +- commit 42cf83f + +------------------------------------------------------------------- +Sat Jul 6 10:31:22 CEST 2024 - tiwai@suse.de + +- Drop amd-pstate patch that caused a regression on 6.6.x stable +- commit d3672a6 + +------------------------------------------------------------------- +Sat Jul 6 08:37:20 CEST 2024 - nmorey@suse.com + +- RDMA/restrack: Fix potential invalid address access (git-fixes) +- commit 91e323d + +------------------------------------------------------------------- +Fri Jul 5 20:00:40 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix use-after-free in smb2_query_info_compound() + (bsc#1225489, CVE-2023-52751). +- Refresh + patches.suse/smb-client-fix-potential-OOBs-in-smb2_parse_contexts-.patch. +- commit fed05d1 + +------------------------------------------------------------------- +Fri Jul 5 19:45:06 CEST 2024 - ematsumiya@suse.de + +- smb: client: prevent new fids from being removed by laundromat + (git-fixes, bsc#1225172). +- commit b3d54ea + +------------------------------------------------------------------- +Fri Jul 5 19:43:38 CEST 2024 - ematsumiya@suse.de + +- smb: client: make laundromat a delayed worker (git-fixes, + bsc#1225172). +- commit 97932f6 + +------------------------------------------------------------------- +Fri Jul 5 19:36:55 CEST 2024 - ematsumiya@suse.de + +- smb3: allow controlling length of time directory entries are + cached with dir leases (git-fixes, bsc#1225172). +- commit c39c365 + +------------------------------------------------------------------- +Fri Jul 5 19:35:19 CEST 2024 - ematsumiya@suse.de + +- smb: client: do not start laundromat thread on nohandlecache + (git-fixes, bsc#1225172). +- commit b320db3 + +------------------------------------------------------------------- +Fri Jul 5 19:32:22 CEST 2024 - ematsumiya@suse.de + +- smb3: allow controlling maximum number of cached directories + (git-fixes, bsc#1225172). +- commit e5e6d01 + +------------------------------------------------------------------- +Fri Jul 5 19:29:43 CEST 2024 - ematsumiya@suse.de + +- smb3: do not start laundromat thread when dir leases disabled + (git-fixes, bsc#1225172). +- commit b758cab + +------------------------------------------------------------------- +Fri Jul 5 19:29:09 CEST 2024 - ematsumiya@suse.de + +- cifs: Add a laundromat thread for cached directories (git-fixes, + bsc#1225172). +- commit b1876e3 + +------------------------------------------------------------------- +Fri Jul 5 18:16:19 CEST 2024 - andrea.porta@suse.com + +- bcache: fix variable length array abuse in btree_iter + (CVE-2024-39482 bsc#1227447). +- commit 3d0cfa1 + +------------------------------------------------------------------- +Fri Jul 5 16:26:17 CEST 2024 - andrea.porta@suse.com + +- mm/vmalloc: fix vmalloc which may return null if called with + __GFP_NOFAIL (CVE-2024-39474 bsc#1227434). +- commit 13add8a + +------------------------------------------------------------------- +Fri Jul 5 09:39:26 CEST 2024 - tiwai@suse.de + +- selftests: make order checking verbose in msg_zerocopy selftest + (git-fixes). +- selftests: fix OOM in msg_zerocopy selftest (git-fixes). +- can: kvaser_usb: Explicitly initialize family in leafimx + driver_info struct (git-fixes). +- bluetooth/hci: disallow setting handle bigger than + HCI_CONN_HANDLE_MAX (git-fixes). +- Bluetooth: ISO: Check socket flag instead of hcon (git-fixes). +- Bluetooth: Ignore too large handle values in BIG (git-fixes). +- Bluetooth: qca: Fix BT enable failure again for QCA6390 after + warm reboot (git-fixes). +- Bluetooth: hci_event: Fix setting of unicast qos interval + (git-fixes). +- Bluetooth: hci_bcm4377: Fix msgid release (git-fixes). +- mac802154: fix time calculation in + ieee802154_configure_durations() (git-fixes). +- net: phy: phy_device: Fix PHY LED blinking code comment + (git-fixes). +- wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values + (git-fixes). +- platform/x86: toshiba_acpi: Fix quickstart quirk handling + (git-fixes). +- commit 3db85da + +------------------------------------------------------------------- +Thu Jul 4 21:41:02 CEST 2024 - ddiss@suse.de + +- jfs: xattr: fix buffer overflow for invalid xattr + (bsc#1227383). +- commit ae2a0d9 + +------------------------------------------------------------------- +Thu Jul 4 18:58:54 CEST 2024 - vkarasulli@suse.de + +- iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes). +- commit 2fb4aa0 + +------------------------------------------------------------------- +Thu Jul 4 17:41:12 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add d988d9a9b9d1 panic: Flush kernel log buffer at the end +- commit 0ce2686 + +------------------------------------------------------------------- +Thu Jul 4 15:25:28 CEST 2024 - ptesarik@suse.com + +- Update + patches.suse/arm64-mm-Batch-dsb-and-isb-when-populating-pgtables.patch + (jsc#PED-8688 bsc#1226202). +- Update + patches.suse/arm64-mm-Don-t-remap-pgtables-for-allocate-vs-populate.patch + (jsc#PED-8688 bsc#1226202). +- Update + patches.suse/arm64-mm-Don-t-remap-pgtables-per-cont-pte-pmd-block.patch + (jsc#PED-8688 bsc#1226202). +- Update + patches.suse/net-ena-Fix-redundant-device-NUMA-node-override.patch + (jsc#PED-8688 bsc#1226202). +- commit 584efba + +------------------------------------------------------------------- +Thu Jul 4 14:30:12 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-gadget-printer-fix-races-against-disable.patch + (CVE-2024-25741 bsc#1219832). +- commit 4a6f084 + +------------------------------------------------------------------- +Thu Jul 4 12:52:00 CEST 2024 - mkubecek@suse.cz + +- llc: make llc_ui_sendmsg() more robust against bonding changes + (CVE-2024-26636 bsc#1221659). +- commit 1bb1c76 + +------------------------------------------------------------------- +Thu Jul 4 12:36:01 CEST 2024 - mkubecek@suse.cz + +- llc: Drop support for ETH_P_TR_802_2 (CVE-2024-26635 + bsc#1221656). +- commit 6a42a8d + +------------------------------------------------------------------- +Thu Jul 4 10:26:37 CEST 2024 - tiwai@suse.de + +- PCI: vmd: Create domain symlink before pci_bus_add_devices() + (bsc#1227363). +- commit 3666715 + +------------------------------------------------------------------- +Thu Jul 4 08:35:09 CEST 2024 - colyli@suse.de + +- md: fix resync softlockup when bitmap size is less than array + size (CVE-2024-38598, bsc#1226757). +- commit 43087c7 + +------------------------------------------------------------------- +Wed Jul 3 15:26:04 CEST 2024 - tbogendoerfer@suse.de + +- ice: fix LAG and VF lock dependency in ice_reset_vf() + (CVE-2024-36003 bsc#1224544). +- commit 0af15ab + +------------------------------------------------------------------- +Wed Jul 3 14:52:27 CEST 2024 - hare@suse.de + +- Refresh + patches.suse/nvme-tcp-strict-pdu-pacing-to-avoid-send-stalls-on-T.patch. +- commit a27eef2 + +------------------------------------------------------------------- +Wed Jul 3 14:51:53 CEST 2024 - hare@suse.de + +- block: refine the EOF check in blkdev_iomap_begin (bsc#1226866 + CVE-2024-38604). +- commit 9e332c1 + +------------------------------------------------------------------- +Wed Jul 3 14:41:56 CEST 2024 - pjakobsson@suse.de + +- blacklist.conf: 9cb46b31f3d0 drm/xe/xe_migrate: Cast to output precision before multiplying operands +- commit d95545e + +------------------------------------------------------------------- +Wed Jul 3 14:19:36 CEST 2024 - denis.kirjanov@suse.com + +- kabi/severities: ignore amd pds internal symbols +- commit 3a9ca76 + +------------------------------------------------------------------- +Wed Jul 3 13:24:24 CEST 2024 - mkubecek@suse.cz + +- ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() + (CVE-2024-26641 bsc#1221654). +- commit 5bd1138 + +------------------------------------------------------------------- +Wed Jul 3 13:19:57 CEST 2024 - lhenriques@suse.de + +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021 + CVE-2024-26863). +- commit 21d04a8 + +------------------------------------------------------------------- +Wed Jul 3 13:06:10 CEST 2024 - mkubecek@suse.cz + +- ip6_tunnel: fix NEXTHDR_FRAGMENT handling in + ip6_tnl_parse_tlv_enc_lim() (CVE-2024-26633 bsc#1221647). +- commit 78e628d + +------------------------------------------------------------------- +Wed Jul 3 12:01:00 CEST 2024 - denis.kirjanov@suse.com + +- pds_core: Prevent race issues involving the adminq (bsc#1221057 + CVE-2024-26623). +- commit 94351ab + +------------------------------------------------------------------- +Wed Jul 3 11:45:54 CEST 2024 - vkarasulli@suse.de + +- iommufd: Fix protection fault in iommufd_test_syz_conv_iova + (bsc#1222779 CVE-2024-26785). +- commit 5644693 + +------------------------------------------------------------------- +Wed Jul 3 11:35:11 CEST 2024 - lhenriques@suse.de + +- devlink: fix possible use-after-free and memory leaks in + devlink_init() (bsc#1222438 CVE-2024-26734). +- commit d3a3753 + +------------------------------------------------------------------- +Wed Jul 3 07:50:54 CEST 2024 - colyli@suse.de + +- dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743, + CVE-2024-35805). +- commit ba12566 + +------------------------------------------------------------------- +Tue Jul 2 22:30:13 CEST 2024 - krisman@suse.de + +- io_uring/rsrc: fix incorrect assignment of iter->nr_segs in + io_import_fixed (git-fixes). +- io_uring/rsrc: don't lock while !TASK_RUNNING (git-fixes). +- io_uring/io-wq: avoid garbage value of 'match' in + io_wq_enqueue() (git-fixes). +- commit 7d3e252 + +------------------------------------------------------------------- +Tue Jul 2 21:25:38 CEST 2024 - krisman@suse.de + +- io_uring: check for non-NULL file pointer in io_file_can_poll() + (bsc#1226990 CVE-2024-39371). +- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags + (git-fixes). +- io_uring/sqpoll: work around a potential audit memory leak + (git-fixes). +- commit 24603fc + +------------------------------------------------------------------- +Tue Jul 2 21:03:55 CEST 2024 - krisman@suse.de + +- io_uring: Fix io_cqring_wait() not restoring sigmask on + get_timespec64() failure (git-fixes). +- commit e640a65 + +------------------------------------------------------------------- +Tue Jul 2 15:48:28 CEST 2024 - rhopkins@suse.de + +- hsr: Prevent use after free in prp_create_tagged_frame() + (CVE-2023-52846 bsc#1225098). +- commit cf63988 + +------------------------------------------------------------------- +Tue Jul 2 14:29:55 CEST 2024 - vbabka@suse.cz + +- drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() + (CVE-2024-38610 bsc#1226758). +- commit 7069ac2 + +------------------------------------------------------------------- +Tue Jul 2 14:27:37 CEST 2024 - vbabka@suse.cz + +- virt: acrn: stop using follow_pfn (CVE-2024-38610 bsc#1226758). +- commit c2ea51b + +------------------------------------------------------------------- +Tue Jul 2 12:30:42 CEST 2024 - fdmanana@suse.com + +- btrfs: fix crash on racing fsync and size-extending write into + prealloc (bsc#1227101 CVE-2024-37354). +- commit 1d355af + +------------------------------------------------------------------- +Tue Jul 2 09:43:57 CEST 2024 - tbogendoerfer@suse.de + +- kernel-doc: fix struct_group_tagged() parsing (git-fixes). +- commit e3a2a2e + +------------------------------------------------------------------- +Tue Jul 2 08:36:54 CEST 2024 - tiwai@suse.de + +- mtd: rawnand: rockchip: ensure NVDDR timings are rejected + (git-fixes). +- mtd: rawnand: Bypass a couple of sanity checks during NAND + identification (git-fixes). +- mtd: rawnand: Fix the nand_read_data_op() early check + (git-fixes). +- mtd: rawnand: Ensure ECC configuration is propagated to upper + layers (git-fixes). +- commit e545951 + +------------------------------------------------------------------- +Tue Jul 2 08:34:42 CEST 2024 - tiwai@suse.de + +- Correct SCSI patch references (bsc#1225767 CVE-2024-36919 bsc#1226785 CVE-2024-38559) +- commit e8ea587 + +------------------------------------------------------------------- +Tue Jul 2 06:44:11 CEST 2024 - heming.zhao@suse.com + +- gfs2: Fix potential glock use-after-free on unmount (bsc#1226775 + CVE-2024-38570). +- gfs2: Rename sd_{ glock => kill }_wait (bsc#1226775 + CVE-2024-38570). +- commit f3adbca + +------------------------------------------------------------------- +Mon Jul 1 15:38:30 CEST 2024 - jlee@suse.com + +- X.509: Fix the parser of extended key usage for length + (bsc#1218820). +- commit a9df6a7 + +------------------------------------------------------------------- +Mon Jul 1 15:10:24 CEST 2024 - mkubecek@suse.cz + +- tcp: Use refcount_inc_not_zero() in tcp_twsk_unique() + (CVE-2024-36904 bsc#1225732). +- commit d578dcc + +------------------------------------------------------------------- +Mon Jul 1 14:20:50 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/1352-drm-amdgpu-Fix-possible-null-pointer-dereference.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52883 + bsc#1226630). +- Update + patches.suse/9p-add-missing-locking-around-taking-dentry-fid-list.patch + (git-fixes CVE-2024-39463 bsc#1227090). +- Update + patches.suse/ALSA-Fix-deadlocks-with-kctl-removals-at-disconnecti.patch + (stable-fixes CVE-2024-38600 bsc#1226864). +- Update + patches.suse/ALSA-core-Fix-NULL-module-pointer-assignment-at-card.patch + (git-fixes CVE-2024-38605 bsc#1226740). +- Update + patches.suse/ALSA-hda-Fix-possible-null-ptr-deref-when-assigning-.patch + (git-fixes CVE-2023-52806 bsc#1225554). +- Update + patches.suse/ALSA-hda-cs_dsp_ctl-Use-private_free-for-control-cle.patch + (git-fixes CVE-2024-38388 bsc#1226890). +- Update + patches.suse/ALSA-timer-Set-lower-bound-of-start-tick-time.patch + (stable-fixes git-fixes CVE-2024-38618 bsc#1226754). +- Update + patches.suse/ASoC-kirkwood-Fix-potential-NULL-dereference.patch + (git-fixes CVE-2024-38550 bsc#1226633). +- Update + patches.suse/ASoC-mediatek-Assign-dummy-when-codec-not-specified-.patch + (git-fixes CVE-2024-38551 bsc#1226761). +- Update + patches.suse/Bluetooth-btusb-Add-date-evt_skb-is-NULL-check.patch + (git-fixes CVE-2023-52833 bsc#1225595). +- Update + patches.suse/Bluetooth-hci_core-Fix-possible-buffer-overflow.patch + (git-fixes CVE-2024-26889). +- Update + patches.suse/HID-uclogic-Fix-user-memory-access-bug-in-uclogic_pa.patch + (git-fixes CVE-2023-52866 bsc#1225120). +- Update + patches.suse/IB-mlx5-Fix-init-stage-error-handling-to-avoid-doubl.patch + (jsc#PED-6864 CVE-2023-52851 bsc#1225587). +- Update + patches.suse/Input-cyapa-add-missing-input-core-locking-to-suspen.patch + (git-fixes CVE-2023-52884 bsc#1226764). +- Update + patches.suse/Input-synaptics-rmi4-fix-use-after-free-in-rmi_unreg.patch + (git-fixes CVE-2023-52840 bsc#1224928). +- Update + patches.suse/KEYS-trusted-Do-not-use-WARN-when-encode-fails.patch + (git-fixes CVE-2024-36975 bsc#1226520). +- Update + patches.suse/KEYS-trusted-Fix-memory-leak-in-tpm2_key_encode.patch + (git-fixes CVE-2024-36967 bsc#1226131). +- Update + patches.suse/RDMA-cma-Fix-kmemleak-in-rdma_core-observed-during-b.patch + (git-fixes CVE-2024-38539 bsc#1226608). +- Update patches.suse/RDMA-hns-Fix-UAF-for-cq-async-event.patch + (git-fixes CVE-2024-38545 bsc#1226595). +- Update + patches.suse/RDMA-hns-Fix-deadlock-on-SRQ-async-events.patch + (git-fixes CVE-2024-38591 bsc#1226738). +- Update + patches.suse/RDMA-hns-Modify-the-print-level-of-CQE-error.patch + (git-fixes CVE-2024-38590 bsc#1226839). +- Update + patches.suse/RDMA-rxe-Fix-seg-fault-in-rxe_comp_queue_pkt.patch + (git-fixes CVE-2024-38544 bsc#1226597). +- Update + patches.suse/SUNRPC-Fix-RPC-client-cleaned-up-the-freed-pipefs-de.patch + (git-fixes CVE-2023-52803 bsc#1225008). +- Update patches.suse/af_unix-Clear-stale-u-oob_skb.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-35970 bsc#1224584). +- Update + patches.suse/af_unix-Drop-oob_skb-ref-before-purging-queue-in-GC.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-26750 bsc#1222617). +- Update + patches.suse/af_unix-Fix-task-hung-while-purging-oob_skb-in-GC.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-26780 bsc#1222588). +- Update + patches.suse/af_unix-Update-unix_sk-sk-oob_skb-under-sk_receive_queue-lock.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-36972 bsc#1226163). +- Update + patches.suse/arm64-Restrict-CPU_BIG_ENDIAN-to-GNU-as-or-LLVM-IAS-.patch + (git-fixes CVE-2023-52750 bsc#1225485). +- Update + patches.suse/atl1c-Work-around-the-DMA-RX-overflow-issue.patch + (git-fixes CVE-2023-52834 bsc#1225599). +- Update + patches.suse/ax25-Fix-reference-count-leak-issue-of-net_device.patch + (git-fixes CVE-2024-38554 bsc#1226742). +- Update + patches.suse/ax25-Fix-reference-count-leak-issues-of-ax25_dev.patch + (git-fixes CVE-2024-38602 bsc#1226613). +- Update + patches.suse/blk-cgroup-fix-list-corruption-from-reorder-of-WRITE-lqueued.patch + (bsc#1225605 CVE-2024-38384 bsc#1226938). +- Update + patches.suse/blk-cgroup-fix-list-corruption-from-resetting-io-stat.patch + (bsc#1225605 CVE-2024-38663 bsc#1226939). +- Update + patches.suse/bnxt_re-avoid-shift-undefined-behavior-in-bnxt_qplib.patch + (git-fixes CVE-2024-38540 bsc#1226582). +- Update + patches.suse/bonding-stop-the-device-in-bond_setup_by_slave.patch + (git-fixes CVE-2023-52784 bsc#1224946). +- Update + patches.suse/can-dev-can_put_echo_skb-don-t-crash-kernel-if-can_p.patch + (git-fixes CVE-2023-52878 bsc#1225000). +- Update + patches.suse/clk-mediatek-clk-mt2701-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52875 bsc#1225096). +- Update + patches.suse/clk-mediatek-clk-mt6765-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52870 bsc#1224937). +- Update + patches.suse/clk-mediatek-clk-mt6779-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52873 bsc#1225589). +- Update + patches.suse/clk-mediatek-clk-mt6797-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52865 bsc#1225086). +- Update + patches.suse/clk-mediatek-clk-mt7629-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52858 bsc#1225566). +- Update + patches.suse/clk-mediatek-clk-mt7629-eth-Add-check-for-mtk_alloc_.patch + (git-fixes CVE-2023-52876 bsc#1225036). +- Update + patches.suse/cppc_cpufreq-Fix-possible-null-pointer-dereference.patch + (git-fixes CVE-2024-38573 bsc#1226739). +- Update patches.suse/cpufreq-exit-callback-is-optional.patch + (git-fixes CVE-2024-38615 bsc#1226592). +- Update patches.suse/crypto-bcm-Fix-pointer-arithmetic.patch + (git-fixes CVE-2024-38579 bsc#1226637). +- Update + patches.suse/crypto-pcrypt-Fix-hungtask-for-PADATA_RESET.patch + (git-fixes CVE-2023-52813 bsc#1225527). +- Update patches.suse/cxl-mem-Fix-shutdown-order.patch (git-fixes + CVE-2023-52849 bsc#1224949). +- Update + patches.suse/cxl-region-Do-not-try-to-cleanup-after-cxl_region_se.patch + (git-fixes CVE-2023-52792 bsc#1225477). +- Update patches.suse/cxl-region-Fix-cxlr_pmem-leaks.patch + (git-fixes CVE-2024-38391 bsc#1226894). +- Update + patches.suse/dma-buf-sw-sync-don-t-enable-IRQ-from-sync_print_obj.patch + (git-fixes CVE-2024-38780 bsc#1226886). +- Update + patches.suse/dma-mapping-benchmark-fix-node-id-validation.patch + (git-fixes CVE-2024-34777 bsc#1226796). +- Update + patches.suse/dma-mapping-benchmark-handle-NUMA_NO_NODE-correctly.patch + (git-fixes CVE-2024-39277 bsc#1226909). +- Update + patches.suse/dmaengine-idxd-Avoid-unnecessary-destruction-of-file.patch + (git-fixes CVE-2024-38629 bsc#1226905). +- Update + patches.suse/drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-Pola.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52819 + bsc#1225532). +- Update + patches.suse/drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-SMU7.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52818 + bsc#1225530). +- Update + patches.suse/drm-amd-check-num-of-link-levels-when-update-pcie-pa.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52812 + bsc#1225564). +- Update + patches.suse/drm-amd-display-Avoid-NULL-dereference-of-timing-gen.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52753 + bsc#1225478). +- Update + patches.suse/drm-amd-display-Fix-division-by-zero-in-setup_dsc_co.patch + (stable-fixes CVE-2024-36969 bsc#1226155). +- Update + patches.suse/drm-amd-display-Fix-null-pointer-dereference-in-erro.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52862 + bsc#1225015). +- Update + patches.suse/drm-amd-display-Fix-potential-index-out-of-bounds-in.patch + (git-fixes CVE-2024-38552 bsc#1226767). +- Update + patches.suse/drm-amd-display-fix-a-NULL-pointer-dereference-in-am.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52773 + bsc#1225041). +- Update + patches.suse/drm-amd-display-fixed-integer-types-and-null-check-l.patch + (git-fixes CVE-2024-26767). +- Update + patches.suse/drm-amdgpu-Fix-a-null-pointer-access-when-the-smc_rr.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52817 + bsc#1225569). +- Update + patches.suse/drm-amdgpu-Fix-buffer-size-in-gfx_v9_4_3_init_-cp_co.patch + (git-fixes CVE-2024-39291 bsc#1226934). +- Update + patches.suse/drm-amdgpu-Fix-potential-null-pointer-derefernce.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52814 + bsc#1225565). +- Update + patches.suse/drm-amdgpu-add-error-handle-to-avoid-out-of-bounds.patch + (stable-fixes CVE-2024-39471 bsc#1227096). +- Update + patches.suse/drm-amdgpu-mes-fix-use-after-free-issue.patch + (stable-fixes CVE-2024-38581 bsc#1226657). +- Update + patches.suse/drm-amdgpu-vkms-fix-a-possible-null-pointer-derefere.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52815 + bsc#1225568). +- Update + patches.suse/drm-amdkfd-Fix-a-race-condition-of-vram-buffer-unref.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52825 + bsc#1225076). +- Update + patches.suse/drm-amdkfd-Fix-shift-out-of-bounds-issue.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52816 + bsc#1225529). +- Update + patches.suse/drm-bridge-cdns-mhdp8546-Fix-possible-null-pointer-d.patch + (git-fixes CVE-2024-38548). +- Update + patches.suse/drm-bridge-it66121-Fix-invalid-connector-dereference.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52861 + bsc#1224941). +- Update + patches.suse/drm-bridge-lt8912b-Fix-crash-on-bridge-detach.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52856 + bsc#1224932). +- Update + patches.suse/drm-mediatek-Add-0-size-check-to-mtk_drm_gem_obj.patch + (git-fixes CVE-2024-38549 bsc#1226735). +- Update + patches.suse/drm-mediatek-Fix-coverity-issue-with-unintentional-i.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52857 + bsc#1225581). +- Update + patches.suse/drm-mediatek-Init-ddp_comp-with-devm_kcalloc.patch + (git-fixes CVE-2024-38592 bsc#1226844). +- Update + patches.suse/drm-msm-a6xx-Avoid-a-nullptr-dereference-when-speedb.patch + (git-fixes CVE-2024-38390 bsc#1226891). +- Update + patches.suse/drm-msm-dpu-Add-callback-function-pointer-check-befo.patch + (git-fixes CVE-2024-38622 bsc#1226856). +- Update + patches.suse/drm-panel-fix-a-possible-null-pointer-dereference.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52821 + bsc#1225022). +- Update + patches.suse/drm-panel-panel-tpo-tpg110-fix-a-possible-null-point.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52826 + bsc#1225077). +- Update patches.suse/drm-radeon-possible-buffer-overflow.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52867 + bsc#1225009). +- Update + patches.suse/drm-vc4-Fix-possible-null-pointer-dereference.patch + (git-fixes CVE-2024-38546 bsc#1226593). +- Update + patches.suse/drm-vmwgfx-Fix-invalid-reads-in-fence-signaled-event.patch + (git-fixes CVE-2024-36960 bsc#1225872). +- Update + patches.suse/drm-zynqmp_dpsub-Always-register-bridge.patch + (git-fixes CVE-2024-38664 bsc#1226941). +- Update + patches.suse/e1000e-change-usleep_range-to-udelay-in-PHY-mdic-acc.patch + (CVE-2024-39296 bsc#1226989 CVE-2024-36887 bsc#1225731). +- Update + patches.suse/ecryptfs-Fix-buffer-size-for-tag-66-packet.patch + (git-fixes CVE-2024-38578 bsc#1226634). +- Update + patches.suse/efi-libstub-only-free-priv.runtime_map-when-allocate.patch + (git-fixes CVE-2024-33619 bsc#1226768). +- Update + patches.suse/fbdev-imsttfb-fix-a-resource-leak-in-probe.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52838 + bsc#1225031). +- Update + patches.suse/fs-9p-only-translate-RWX-permissions-for-plain-9P200.patch + (git-fixes CVE-2024-36964 bsc#1225866). +- Update + patches.suse/fs-jfs-Add-check-for-negative-db_l2nbperpage.patch + (git-fixes CVE-2023-52810 bsc#1225557). +- Update + patches.suse/fs-jfs-Add-validity-check-for-db_maxag-and-db_agpref.patch + (git-fixes CVE-2023-52804 bsc#1225550). +- Update + patches.suse/ftrace-Fix-possible-use-after-free-issue-in-ftrace_location.patch + (git-fixes CVE-2024-38588 bsc#1226837). +- Update + patches.suse/genirq-irqdesc-Prevent-use-after-free-in-irq_find_at.patch + (git-fixes CVE-2024-38385 bsc#1227085). +- Update patches.suse/gfs2-ignore-negated-quota-changes.patch + (git-fixes CVE-2023-52759 bsc#1225560). +- Update + patches.suse/hid-cp2112-Fix-duplicate-workqueue-initialization.patch + (git-fixes CVE-2023-52853 bsc#1224988). +- Update + patches.suse/hwmon-axi-fan-control-Fix-possible-NULL-pointer-dere.patch + (git-fixes CVE-2023-52863 bsc#1225586). +- Update + patches.suse/i2c-acpi-Unbind-mux-adapters-before-delete.patch + (git-fixes CVE-2024-39362 bsc#1226995). +- Update + patches.suse/i2c-core-Run-atomic-i2c-xfer-when-preemptible.patch + (git-fixes CVE-2023-52791 bsc#1225108). +- Update + patches.suse/i3c-master-mipi-i3c-hci-Fix-a-kernel-panic-for-acces.patch + (git-fixes CVE-2023-52763 bsc#1225570). +- Update + patches.suse/i3c-mipi-i3c-hci-Fix-out-of-bounds-access-in-hci_dma.patch + (git-fixes CVE-2023-52766). +- Update + patches.suse/i915-perf-Fix-NULL-deref-bugs-with-drm_dbg-calls.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52788 + bsc#1225106). +- Update + patches.suse/igb-Fix-string-truncation-warnings-in-igb_set_fw_ver.patch + (git-fixes CVE-2024-36010 bsc#1225594). +- Update + patches.suse/iommu-vt-d-Fix-WARN_ON-in-iommu-probe-path.patch + (git-fixes CVE-2024-35957 bsc#1224673). +- Update + patches.suse/iommufd-Fix-missing-update-of-domains_itree-after-splitting-iopt + (jsc#PED-7779 jsc#PED-7780 CVE-2023-52801 bsc#1225006). +- Update + patches.suse/ipvlan-add-ipvlan_route_v6_outbound-helper.patch + (git-fixes CVE-2023-52796 bsc#1224930). +- Update + patches.suse/jffs2-prevent-xattr-node-from-overflowing-the-eraseblock.patch + (git-fixes CVE-2024-38599 bsc#1226848). +- Update + patches.suse/jfs-fix-array-index-out-of-bounds-in-dbFindLeaf.patch + (git-fixes CVE-2023-52799 bsc#1225472). +- Update + patches.suse/jfs-fix-array-index-out-of-bounds-in-diAlloc.patch + (git-fixes CVE-2023-52805 bsc#1225553). +- Update + patches.suse/kunit-fortify-Fix-mismatched-kvalloc-vfree-usage.patch + (git-fixes CVE-2024-38617 bsc#1226859). +- Update + patches.suse/lib-generic-radix-tree.c-Don-t-overflow-in-peek.patch + (git-fixes CVE-2021-47432 bsc#1225391). +- Update + patches.suse/lib-test_hmm.c-handle-src_pfns-and-dst_pfns-allocati.patch + (git-fixes CVE-2024-38543 bsc#1226594). +- Update + patches.suse/locking-ww_mutex-test-Fix-potential-workqueue-corrup.patch + (bsc#1219953 CVE-2023-52836 bsc#1225609). +- Update + patches.suse/md-Don-t-ignore-suspended-array-in-md_check_recovery-1baa.patch + (bsc#1219596 CVE-2024-26758). +- Update + patches.suse/media-atomisp-ssh_css-Fix-a-null-pointer-dereference.patch + (git-fixes CVE-2024-38547 bsc#1226632). +- Update + patches.suse/media-bttv-fix-use-after-free-error-due-to-btv-timeo.patch + (git-fixes CVE-2023-52847 bsc#1225588). +- Update + patches.suse/media-gspca-cpia1-shift-out-of-bounds-in-set_flicker.patch + (git-fixes CVE-2023-52764 bsc#1225571). +- Update + patches.suse/media-hantro-Check-whether-reset-op-is-defined-befor.patch + (git-fixes CVE-2023-52850 bsc#1225014). +- Update + patches.suse/media-i2c-et8ek8-Don-t-strip-remove-function-when-dr.patch + (git-fixes CVE-2024-38611 bsc#1226760). +- Update + patches.suse/media-imon-fix-access-to-invalid-resource-for-the-se.patch + (git-fixes CVE-2023-52754 bsc#1225490). +- Update + patches.suse/media-lgdt3306a-Add-a-check-against-null-pointer-def.patch + (stable-fixes CVE-2022-48772 bsc#1226976). +- Update + patches.suse/media-stk1160-fix-bounds-checking-in-stk1160_copy_vi.patch + (git-fixes CVE-2024-38621 bsc#1226895). +- Update + patches.suse/media-vidtv-mux-Add-check-and-kfree-for-kstrdup.patch + (git-fixes CVE-2023-52841 bsc#1225592). +- Update patches.suse/media-vidtv-psi-Add-check-for-kstrdup.patch + (git-fixes CVE-2023-52844 bsc#1225590). +- Update + patches.suse/mfd-qcom-spmi-pmic-Fix-revid-implementation.patch + (git-fixes CVE-2023-52765 bsc#1225029). +- Update + patches.suse/misc-microchip-pci1xxxx-fix-double-free-in-the-error.patch + (git-fixes CVE-2024-36973 bsc#1226457). +- Update + patches.suse/net-hns3-fix-out-of-bounds-access-may-occur-when-coa.patch + (git-fixes CVE-2023-52807 bsc#1225097). +- Update + patches.suse/net-ks8851-Queue-RX-packets-in-IRQ-handler-instead-o.patch + (git-fixes CVE-2024-36962 bsc#1225827). +- Update + patches.suse/net-mlx5-Fix-peer-devlink-set-for-SF-representor-dev.patch + (git-fixes CVE-2024-38595 bsc#1226741). +- Update + patches.suse/net-mlx5e-Track-xmit-submission-to-PTP-WQ-after-popu.patch + (jsc#PED-3311 CVE-2023-52782 bsc#1225103). +- Update + patches.suse/net-mvneta-fix-calls-to-page_pool_get_stats.patch + (git-fixes CVE-2023-52780 bsc#1224933). +- Update + patches.suse/net-wangxun-fix-kernel-panic-due-to-null-pointer.patch + (git-fixes CVE-2023-52783 bsc#1225104). +- Update + patches.suse/netfilter-complete-validation-of-user-input.patch + (git-fixes CVE-2024-35896 bsc#1224662 CVE-2024-35962 + bsc#1224583). +- Update + patches.suse/nfc-nci-Fix-uninit-value-in-nci_rx_work.patch + (git-fixes CVE-2024-38381 bsc#1226878). +- Update + patches.suse/nilfs2-fix-nilfs_empty_dir-misjudgment-and-long-loop.patch + (git-fixes CVE-2024-39469 bsc#1226992). +- Update + patches.suse/nilfs2-fix-potential-hang-in-nilfs_detach_log_writer.patch + (git-fixes CVE-2024-38582 bsc#1226658). +- Update + patches.suse/nilfs2-fix-use-after-free-of-timer-for-log-writer-th.patch + (git-fixes CVE-2024-38583 bsc#1226777). +- Update + patches.suse/of-module-add-buffer-overflow-check-in-of_modalias.patch + (git-fixes CVE-2024-38541 bsc#1226587). +- Update + patches.suse/padata-Fix-refcnt-handling-in-padata_free_shell.patch + (git-fixes CVE-2023-52854 bsc#1225584). +- Update + patches.suse/perf-core-Bail-out-early-if-the-request-AUX-area-is-out-of-bound.patch + (git-fixes CVE-2023-52835 bsc#1225602). +- Update + patches.suse/platform-x86-wmi-Fix-opening-of-char-device.patch + (git-fixes CVE-2023-52864 bsc#1225132). +- Update + patches.suse/powerpc-pseries-iommu-LPAR-panics-during-boot-up-wit.patch + (bsc#1222011 ltc#205900 CVE-2024-36926 bsc#1225829). +- Update patches.suse/pstore-platform-Add-check-for-kstrdup.patch + (git-fixes CVE-2023-52869 bsc#1225050). +- Update + patches.suse/remoteproc-mediatek-Make-sure-IPI-buffer-fits-in-L2T.patch + (git-fixes CVE-2024-36965 bsc#1226149). +- Update + patches.suse/ring-buffer-Fix-a-race-between-readers-and-resize-checks.patch + (git-fixes CVE-2024-38601 bsc#1226876). +- Update + patches.suse/s390-dasd-protect-device-queue-against-concurrent-access.patch + (git-fixes bsc#1217481 CVE-2023-52774 bsc#1225572). +- Update + patches.suse/scsi-hisi_sas-Set-debugfs_dir-pointer-to-NULL-after-removing-debugfs.patch + (git-fixes CVE-2023-52808 bsc#1225555). +- Update + patches.suse/scsi-ibmvfc-Remove-BUG_ON-in-the-case-of-an-empty-ev.patch + (bsc#1209834 ltc#202097 CVE-2023-52811 bsc#1225559). +- Update + patches.suse/scsi-libfc-Fix-potential-NULL-pointer-dereference-in-fc_lport_ptp_setup.patch + (git-fixes CVE-2023-52809 bsc#1225556). +- Update + patches.suse/scsi-lpfc-Move-NPIV-s-transport-unregistration-to-af.patch + (bsc#1221777 CVE-2024-36952 bsc#1225898). +- Update + patches.suse/scsi-lpfc-Release-hbalock-before-calling-lpfc_worker.patch + (bsc#1221777 CVE-2024-36924 bsc#1225820). +- Update + patches.suse/serial-max3100-Lock-port-lock-when-calling-uart_hand.patch + (git-fixes CVE-2024-38634 bsc#1226868). +- Update + patches.suse/serial-max3100-Update-uart_driver_registered-on-driv.patch + (git-fixes CVE-2024-38633 bsc#1226867). +- Update + patches.suse/soc-qcom-llcc-Handle-a-second-device-without-data-co.patch + (git-fixes CVE-2023-52871 bsc#1225534). +- Update + patches.suse/soundwire-cadence-fix-invalid-PDI-offset.patch + (stable-fixes CVE-2024-38635 bsc#1226863). +- Update patches.suse/speakup-Fix-sizeof-vs-ARRAY_SIZE-bug.patch + (git-fixes CVE-2024-38587 bsc#1226780). +- Update patches.suse/spi-Fix-null-dereference-on-suspend.patch + (git-fixes CVE-2023-52749 bsc#1225476). +- Update + patches.suse/thermal-core-prevent-potential-string-overflow.patch + (git-fixes CVE-2023-52868 bsc#1225044). +- Update + patches.suse/thermal-drivers-qcom-lmh-Check-for-SCM-availability-.patch + (git-fixes CVE-2024-39466 bsc#1227089). +- Update + patches.suse/thermal-drivers-tsens-Fix-null-pointer-dereference.patch + (git-fixes CVE-2024-38571 bsc#1226737). +- Update + patches.suse/thermal-intel-powerclamp-fix-mismatch-in-get-functio.patch + (git-fixes CVE-2023-52794 bsc#1225028). +- Update + patches.suse/tls-fix-NULL-deref-on-tls_sw_splice_eof-with-empty-r.patch + (jsc#PED-6831 CVE-2023-52767 bsc#1224998). +- Update + patches.suse/tpm_tis_spi-Account-for-SPI-header-when-allocating-T.patch + (git-fixes CVE-2024-36477 bsc#1226840). +- Update + patches.suse/tracing-Have-trace_event_file-have-ref-counters.patch + (git-fixes CVE-2023-52879 bsc#1225101). +- Update + patches.suse/tracing-trigger-Fix-to-return-error-if-failed-to-alloc-snapshot.patch + (git-fixes CVE-2024-26920). +- Update + patches.suse/tty-n_gsm-fix-race-condition-in-status-line-change-o.patch + (git-fixes CVE-2023-52872 bsc#1225591). +- Update + patches.suse/tty-n_gsm-require-CAP_NET_ADMIN-to-attach-N_GSM0710-.patch + (bsc#1222619 CVE-2023-52880). +- Update + patches.suse/tty-vcc-Add-check-for-kstrdup-in-vcc_probe.patch + (git-fixes CVE-2023-52789 bsc#1225180). +- Update + patches.suse/usb-config-fix-iteration-issue-in-usb_get_bos_descri.patch + (git-fixes CVE-2023-52781 bsc#1225092). +- Update + patches.suse/usb-dwc3-Wait-unconditionally-after-issuing-EndXfer-.patch + (git-fixes CVE-2024-36977 bsc#1226513). +- Update + patches.suse/usb-gadget-u_audio-Fix-race-condition-use-of-control.patch + (git-fixes CVE-2024-38628 bsc#1226911). +- Update + patches.suse/usb-storage-alauda-Check-whether-the-media-is-initia.patch + (git-fixes CVE-2024-38619 bsc#1226861). +- Update + patches.suse/usb-typec-tcpm-Fix-NULL-pointer-dereference-in-tcpm_.patch + (git-fixes CVE-2023-52877 bsc#1224944). +- Update + patches.suse/vhost-vdpa-fix-use-after-free-in-vhost_vdpa_probe.patch + (jsc#PED-3311 CVE-2023-52795 bsc#1225085). +- Update + patches.suse/virtio-blk-fix-implicit-overflow-on-virtio_max_dma_s.patch + (git-fixes CVE-2023-52762 bsc#1225573). +- Update + patches.suse/virtio-vsock-Fix-uninit-value-in-virtio_transport_re.patch + (jsc#PED-5505 CVE-2023-52842 bsc#1225025). +- Update + patches.suse/watchdog-cpu5wdt.c-Fix-use-after-free-bug-caused-by-.patch + (git-fixes CVE-2024-38630 bsc#1226908). +- Update + patches.suse/wifi-ar5523-enable-proper-endpoint-verification.patch + (git-fixes CVE-2024-38565 bsc#1226747). +- Update + patches.suse/wifi-ath11k-fix-dfs-radar-event-locking.patch + (git-fixes CVE-2023-52798 bsc#1224947). +- Update + patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch + (git-fixes CVE-2023-52777 bsc#1224992). +- Update patches.suse/wifi-ath11k-fix-htt-pktlog-locking.patch + (git-fixes CVE-2023-52800). +- Update + patches.suse/wifi-ath12k-fix-dfs-radar-and-temperature-event-lock.patch + (git-fixes CVE-2023-52776 bsc#1225090). +- Update + patches.suse/wifi-ath12k-fix-htt-mlo-offset-event-locking.patch + (git-fixes CVE-2023-52769 bsc#1225001). +- Update + patches.suse/wifi-ath12k-fix-out-of-bound-access-of-qmi_invoke_ha.patch + (git-fixes CVE-2024-38572 bsc#1226776). +- Update + patches.suse/wifi-ath12k-fix-possible-out-of-bound-read-in-ath12k.patch + (git-fixes CVE-2023-52827 bsc#1225078). +- Update + patches.suse/wifi-ath12k-fix-possible-out-of-bound-write-in-ath12.patch + (git-fixes CVE-2023-52829 bsc#1225081). +- Update + patches.suse/wifi-brcmfmac-pcie-handle-randbuf-allocation-failure.patch + (git-fixes CVE-2024-38575 bsc#1226612). +- Update + patches.suse/wifi-carl9170-add-a-proper-sanity-check-for-endpoint.patch + (git-fixes CVE-2024-38567 bsc#1226769). +- Update + patches.suse/wifi-carl9170-re-fix-fortified-memset-warning.patch + (git-fixes CVE-2024-38616 bsc#1226852). +- Update + patches.suse/wifi-mac80211-don-t-return-unset-power-in-ieee80211_.patch + (git-fixes CVE-2023-52832 bsc#1225577). +- Update + patches.suse/wifi-nl80211-Avoid-address-calculations-via-out-of-b.patch + (git-fixes CVE-2024-38562 bsc#1226788). +- Update + patches.suse/wifi-wilc1000-use-vmm_table-as-array-in-wilc-struct.patch + (git-fixes CVE-2023-52768 bsc#1225004). +- Update + patches.suse/x86-tdx-Zero-out-the-missing-RSI-in-TDX_HYPERCALL-macro.patch + (jsc#PED-5824 CVE-2023-52874 bsc#1225049). +- commit 33efdc4 + +------------------------------------------------------------------- +Mon Jul 1 13:39:23 CEST 2024 - mkubecek@suse.cz + +- tcp: do not accept ACK of bytes we never sent (CVE-2023-52881 + bsc#1225611). +- commit 16404a6 + +------------------------------------------------------------------- +Mon Jul 1 10:09:35 CEST 2024 - ptesarik@suse.com + +- net: ena: Fix redundant device NUMA node override + (jsc#PED-8688). +- commit 6ad6684 + +------------------------------------------------------------------- +Mon Jul 1 09:21:45 CEST 2024 - tiwai@suse.de + +- ata: ahci: Clean up sysfs file on error (git-fixes). +- ata: libata-core: Fix double free on error (git-fixes). +- ata,scsi: libata-core: Do not leak memory for ata_port struct + members (git-fixes). +- ata: libata-core: Fix null pointer dereference on error + (git-fixes). +- kbuild: Fix build target deb-pkg: ln: failed to create hard link + (git-fixes). +- kbuild: doc: Update default INSTALL_MOD_DIR from extra to + updates (git-fixes). +- kbuild: Install dtb files as 0644 in Makefile.dtbinst + (git-fixes). +- counter: ti-eqep: enable clock at probe (git-fixes). +- iio: chemical: bme680: Fix sensor data read operation + (git-fixes). +- iio: chemical: bme680: Fix overflows in compensate() functions + (git-fixes). +- iio: chemical: bme680: Fix calibration data variable + (git-fixes). +- iio: chemical: bme680: Fix pressure value output (git-fixes). +- iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF + (git-fixes). +- iio: adc: ad7266: Fix variable checking bug (git-fixes). +- iio: xilinx-ams: Don't include ams_ctrl_channels in scan_mask + (git-fixes). +- serial: bcm63xx-uart: fix tx after conversion to + uart_port_tx_limited() (git-fixes). +- serial: core: introduce uart_port_tx_limited_flags() + (git-fixes). +- Revert "serial: core: only stop transmit when HW fifo is empty" + (git-fixes). +- tty: mcf: MCF54418 has 10 UARTS (git-fixes). +- usb: gadget: aspeed_udc: fix device address configuration + (git-fixes). +- usb: dwc3: core: remove lock of otg mode during gadget + suspend/resume to avoid deadlock (git-fixes). +- usb: typec: ucsi: glink: fix child node release in probe + function (git-fixes). +- usb: musb: da8xx: fix a resource leak in probe() (git-fixes). +- usb: atm: cxacru: fix endpoint checking in cxacru_bind() + (git-fixes). +- usb: gadget: printer: fix races against disable (git-fixes). +- PCI/MSI: Fix UAF in msi_capability_init (git-fixes). +- commit a2ea5a9 + +------------------------------------------------------------------- +Sun Jun 30 10:36:05 CEST 2024 - tiwai@suse.de + +- crypto: deflate - Add aliases to deflate (bsc#1227190). +- commit 27ffd92 + +------------------------------------------------------------------- +Sun Jun 30 10:33:53 CEST 2024 - tiwai@suse.de + +- crypto: iaa - Account for cpu-less numa nodes (bsc#1227190). +- commit cd600aa + +------------------------------------------------------------------- +Sun Jun 30 10:25:03 CEST 2024 - tiwai@suse.de + +- i2c: testunit: discard write requests while old command is + running (git-fixes). +- i2c: testunit: don't erase registers after STOP (git-fixes). +- mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() + (git-fixes). +- mmc: sdhci: Do not invert write-protect twice (git-fixes). +- mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard + (git-fixes). +- mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos + (git-fixes). +- commit 448487d + +------------------------------------------------------------------- +Sat Jun 29 09:42:02 CEST 2024 - tiwai@suse.de + +- gpiolib: cdev: Disallow reconfiguration without direction + (uAPI v1) (git-fixes). +- gpio: davinci: Validate the obtained number of IRQs (git-fixes). +- commit 919ebd1 + +------------------------------------------------------------------- +Fri Jun 28 16:34:13 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices + (bsc#1227149). +- wifi: iwlwifi: clear link_id in time_event (bsc#1227149). +- wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149). +- wifi: iwlwifi: remove extra kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig + (bsc#1227149). +- wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: iwlwifi: mvm: use the new command to clear the internal + buffer (bsc#1227149). +- commit acd03db + +------------------------------------------------------------------- +Fri Jun 28 16:33:21 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch. +- commit 70a9591 + +------------------------------------------------------------------- +Fri Jun 28 16:32:11 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: disallow puncturing in US/Canada + (bsc#1227149). +- wifi: iwlwifi: Add rf_mapping of new wifi7 devices + (bsc#1227149). +- wifi: iwlwifi: cleanup BT Shared Single Antenna code + (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn if valid link pair was not found + (bsc#1227149). +- wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock + (bsc#1227149). +- wifi: iwlwifi: Don't mark DFS channels as NO-IR (bsc#1227149). +- wifi: iwlwifi: mvm: Allow DFS concurrent operation + (bsc#1227149). +- wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer + firmware (bsc#1227149). +- wifi: iwlwifi: remove async command callback (bsc#1227149). +- commit 0205124 + +------------------------------------------------------------------- +Fri Jun 28 16:31:15 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: fw: file: don't use [0] for variable arrays + (bsc#1227149). +- wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149). +- wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149). +- wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149). +- wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data + (bsc#1227149). +- wifi: iwlwifi: refactor RX tracing (bsc#1227149). +- wifi: iwlwifi: mvm: Correctly report TSF data in scan complete + (bsc#1227149). +- wifi: iwlwifi: mvm: Use the link ID provided in scan request + (bsc#1227149). +- wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad + (bsc#1227149). +- wifi: iwlwifi: fix system commands group ordering (bsc#1227149). +- commit 6cae420 + +------------------------------------------------------------------- +Fri Jun 28 16:30:31 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: drop NULL pointer check in + iwl_mvm_tzone_set_trip_temp() (bsc#1227149). +- wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: read DSM func 2 for specific RF types + (bsc#1227149). +- wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149). +- wifi: iwlwifi: mvm: cycle FW link on chanctx removal + (bsc#1227149). +- wifi: iwlwifi: trace full frames with TX status request + (bsc#1227149). +- wifi: iwlwifi: fw: Add support for UATS table in UHB + (bsc#1227149). +- wifi: iwlwifi: mvm: add a print when sending RLC command + (bsc#1227149). +- wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149). +- wifi: iwlwifi: mvm: implement new firmware API for statistics + (bsc#1227149). +- commit ed6b54f + +------------------------------------------------------------------- +Fri Jun 28 16:29:09 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-include-link-ID-when-releasing-fram.patch. +- commit 9866ec0 + +------------------------------------------------------------------- +Fri Jun 28 16:27:33 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149). +- wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149). +- wifi: iwlwifi: mvm: Return success if link could not be removed + (bsc#1227149). +- wifi: iwlwifi: add support for SNPS DPHYIP region type + (bsc#1227149). +- wifi: iwlwifi: mvm: remove set_tim callback for MLD ops + (bsc#1227149). +- wifi: iwlwifi: api: fix center_freq label in PHY diagram + (bsc#1227149). +- wifi: iwlwifi: support link id in SESSION_PROTECTION_NOTIF + (bsc#1227149). +- wifi: iwlwifi: support link_id in SESSION_PROTECTION cmd + (bsc#1227149). +- wifi: iwlwifi: make time_events MLO aware (bsc#1227149). +- commit 1ea0f35 + +------------------------------------------------------------------- +Fri Jun 28 16:23:52 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS + (bsc#1227149). +- wifi: iwlwifi: mvm: extend alive timeout to 2 seconds + (bsc#1227149). +- wifi: iwlwifi: mvm: fix the PHY context resolution for p2p + device (bsc#1227149). +- wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add + (bsc#1227149). +- wifi: iwlwifi: mvm: don't add dummy phy context (bsc#1227149). +- wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code + (bsc#1227149). +- wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149). +- wifi: iwlwifi: send EDT table to FW (bsc#1227149). +- wifi: iwlmvm: fw: Add new OEM vendor to tas approved list + (bsc#1227149). +- wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149). +- commit 50ebcaa + +------------------------------------------------------------------- +Fri Jun 28 16:22:41 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: advertise support for SCS traffic + description (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-do-not-announce-EPCS-support.patch. +- commit 7208326 + +------------------------------------------------------------------- +Fri Jun 28 16:21:40 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149). +- wifi: iwlwifi: fw: increase fw_version string size + (bsc#1227149). +- wifi: iwlwifi: check for kmemdup() return value in + iwl_parse_tlv_firmware() (bsc#1227149). +- wifi: iwlwifi: fix the rf step and flavor bits range + (bsc#1227149). +- wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149). +- wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs + handler (bsc#1227149). +- wifi: iwlwifi: abort scan when rfkill on but device enabled + (bsc#1227149). +- wifi: iwlwifi: mvm: Add basic link selection logic + (bsc#1227149). +- wifi: iwlwifi: mei: return error from register when not built + (bsc#1227149). +- commit fddf9eb + +------------------------------------------------------------------- +Fri Jun 28 16:20:48 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149). +- wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149). +- wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149). +- wifi: iwlwifi: add support for new ini region types + (bsc#1227149). +- wifi: iwlwifi: Extract common prph mac/phy regions data dump + logic (bsc#1227149). +- wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported + (bsc#1227149). +- wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149). +- wifi: iwlwifi: fix opmode start/stop race (bsc#1227149). +- wifi: iwlwifi: skip opmode start retries on dead transport + (bsc#1227149). +- commit 36551d1 + +------------------------------------------------------------------- +Fri Jun 28 16:19:43 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: add support for new wowlan_info_notif + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-d3-fix-IPN-byte-order.patch. +- commit 0b379ae + +------------------------------------------------------------------- +Fri Jun 28 16:19:04 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error + (bsc#1227149). +- wifi: iwlwifi: add mapping of a periphery register crf for WH RF + (bsc#1227149). +- wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors + (bsc#1227149). +- wifi: iwlwifi: mvm: support injection antenna control + (bsc#1227149). +- wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149). +- wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149). +- wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149). +- wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind + (bsc#1227149). +- commit 0882d6d + +------------------------------------------------------------------- +Fri Jun 28 16:18:16 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: implement enable/disable for China 2022 + regulatory (bsc#1227149). +- wifi: iwlwifi: mvm: handle link-STA allocation in restart + (bsc#1227149). +- wifi: iwlwifi: mvm: iterate active links for STA queues + (bsc#1227149). +- wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149). +- wifi: iwlwifi: mvm: add a debug print when we get a BAR + (bsc#1227149). +- wifi: iwlwifi: mvm: move listen interval to constants + (bsc#1227149). +- wifi: iwlwifi: no power save during transition to D3 + (bsc#1227149). +- wifi: iwlwifi: update context info structure definitions + (bsc#1227149). +- wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149). +- wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel + (bsc#1227149). +- commit 5c7efaf + +------------------------------------------------------------------- +Fri Jun 28 16:17:30 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: make "pldr_sync" mode effective + (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped frames (bsc#1227149). +- wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149). +- wifi: iwlwifi: remove dead-code (bsc#1227149). +- wifi: iwlwifi: pcie: enable TOP fatal error interrupt + (bsc#1227149). +- wifi: iwlwifi: pcie: give up mem read if HW is dead + (bsc#1227149). +- wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149). +- wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149). +- wifi: iwlwifi: mvm: check link more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149). +- commit 8aa4ff8 + +------------------------------------------------------------------- +Fri Jun 28 16:17:06 CEST 2024 - jgross@suse.com + +- virtio: delete vq in vp_find_vqs_msix() when request_irq() + fails (CVE-2024-37353 bsc#1226875). +- commit 4591439 + +------------------------------------------------------------------- +Fri Jun 28 16:16:25 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-ensure-offloading-TID-queue-exists.patch. +- commit 68376c9 + +------------------------------------------------------------------- +Fri Jun 28 16:15:45 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-pcie-fix-RB-status-reading.patch. +- commit f106797 + +------------------------------------------------------------------- +Fri Jun 28 16:14:51 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: fw: reconstruct the API/CAPA enum number + (bsc#1227149). +- wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative + (bsc#1227149). +- wifi: iwlwifi: mvm: increase session protection after CSA + (bsc#1227149). +- wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149). +- wifi: iwlmei: don't send nic info with invalid mac address + (bsc#1227149). +- commit 85cbe83 + +------------------------------------------------------------------- +Fri Jun 28 16:13:16 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: support flush on AP interfaces + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-change-iwl_mvm_flush_sta-API.patch. +- commit 908ff7c + +------------------------------------------------------------------- +Fri Jun 28 16:12:26 CEST 2024 - tiwai@suse.de + +- wifi: iwlmei: send driver down SAP message only if wiamt is + enabled (bsc#1227149). +- wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is + disabled (bsc#1227149). +- wifi: iwlmei: don't send SAP messages if AMT is disabled + (bsc#1227149). +- wifi: iwlwifi: remove memory check for LMAC error address + (bsc#1227149). +- wifi: iwlwifi: mvm: enable HE TX/RX <242 tone RU on new RFs + (bsc#1227149). +- wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149). +- wifi: iwlwifi: pcie: point invalid TFDs to invalid data + (bsc#1227149). +- wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up + (bsc#1227149). +- wifi: iwlwifi: pcie: move gen1 TB handling to header + (bsc#1227149). +- commit 92ab309 + +------------------------------------------------------------------- +Fri Jun 28 16:11:39 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: remove 'def_rx_queue' struct member + (bsc#1227149). +- wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149). +- wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149). +- wifi: iwlwifi: api: fix a small upper/lower-case typo + (bsc#1227149). +- wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled + (bsc#1227149). +- commit aa9a391 + +------------------------------------------------------------------- +Fri Jun 28 16:10:30 CEST 2024 - tiwai@suse.de + +- Add alt-commit to iwlwifi patches +- commit 865aa7a + +------------------------------------------------------------------- +Fri Jun 28 15:58:12 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix unsolicited broadcast probe config + (bsc#1227149). +- wifi: mac80211: initialize SMPS mode correctly (bsc#1227149). +- wifi: mac80211: fix driver debugfs for vif type change + (bsc#1227149). +- wifi: mac80211: improve CSA/ECSA connection refusal + (bsc#1227149). +- wifi: cfg80211: detect stuck ECSA element in probe resp + (bsc#1227149). +- wifi: mac80211: add/remove driver debugfs entries as appropriate + (bsc#1227149). +- wifi: mac80211: do not re-add debugfs entries during resume + (bsc#1227149). +- commit 769161a + +------------------------------------------------------------------- +Fri Jun 28 15:57:16 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove redundant ML element check (bsc#1227149). +- wifi: cfg80211: Update the default DSCP-to-UP mapping + (bsc#1227149). +- wifi: mac80211: fix spelling typo in comment (bsc#1227149). +- wifi: mac80211: add a driver callback to check active_links + (bsc#1227149). +- wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149). +- wifi: cfg80211: avoid double free if updating BSS fails + (bsc#1227149). +- commit e8bab13 + +------------------------------------------------------------------- +Fri Jun 28 15:55:53 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149). +- commit 6021aa4 + +------------------------------------------------------------------- +Fri Jun 28 15:55:00 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error + (bsc#1227149). +- wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149). +- wifi: mac80211: rework RX timestamp flags (bsc#1227149). +- wifi: mac80211: Schedule regulatory channels check on bandwith + change (bsc#1227149). +- wifi: cfg80211: Schedule regulatory check on BSS STA channel + change (bsc#1227149). +- wifi: cfg80211: reg: Support P2P operation on DFS channels + (bsc#1227149). +- wifi: mac80211: Skip association timeout update after comeback + rejection (bsc#1227149). +- wifi: mac80211: address some kerneldoc warnings (bsc#1227149). +- wifi: cfg80211: address several kerneldoc warnings + (bsc#1227149). +- commit bc44e06 + +------------------------------------------------------------------- +Fri Jun 28 15:53:35 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: generate an ML element for per-STA profiles + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-parse-all-ML-elements-in-an-ML-probe-r.patch. +- commit d924102 + +------------------------------------------------------------------- +Fri Jun 28 15:52:51 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149). +- wifi: mac80211: sta_info.c: fix sentence grammar (bsc#1227149). +- wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149). +- wifi: cfg80211: fix spelling & punctutation (bsc#1227149). +- wifi: cfg80211: sort certificates in build (bsc#1227149). +- wifi: mac80211: drop spurious WARN_ON() in + ieee80211_ibss_csa_beacon() (bsc#1227149). +- wifi: mac80211: don't set ESS capab bit in assoc request + (bsc#1227149). +- wifi: cfg80211: consume both probe response and beacon IEs + (bsc#1227149). +- wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- commit 5e5ecdb + +------------------------------------------------------------------- +Fri Jun 28 15:49:44 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: OWE DH IE handling offload (bsc#1227149). +- commit 58c8e33 + +------------------------------------------------------------------- +Fri Jun 28 15:47:17 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add BSS usage reporting (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-parse-all-ML-elements-in-an-ML-probe-r.patch. +- commit 5b2693d + +------------------------------------------------------------------- +Fri Jun 28 15:42:47 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: mac80211: add a flag to disallow puncturing (bsc#1227149). +- wifi: cfg80211: Add support for setting TID to link mapping + (bsc#1227149). +- wifi: mac80211: update some locking documentation (bsc#1227149). +- wifi: nl80211: Extend del pmksa support for SAE and OWE security + (bsc#1227149). +- wifi: mac80211: cleanup airtime arithmetic with + ieee80211_sta_keep_active() (bsc#1227149). +- wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide + sharing (bsc#1227149). +- wifi: cfg80211: make RX assoc data const (bsc#1227149). +- commit e4b61c4 + +------------------------------------------------------------------- +Fri Jun 28 15:39:46 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: Extend support for scanning while MLO connected + (bsc#1227149). +- commit b4c9412 + +------------------------------------------------------------------- +Fri Jun 28 15:39:04 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: hold wiphy mutex for send_interface + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-fix-missing-interfaces-when-dumping.patch. +- commit 2123690 + +------------------------------------------------------------------- +Fri Jun 28 15:38:39 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: fix CQM for non-range use (bsc#1227149). +- commit 3c8ba48 + +------------------------------------------------------------------- +Fri Jun 28 15:37:51 CEST 2024 - tiwai@suse.de + +- wifi: nl80211: refactor nl80211_send_mlme_event() arguments + (bsc#1227149). +- wifi: mac80211: Extend support for scanning while MLO connected + (bsc#1227149). +- wifi: mac80211: use wiphy locked debugfs for sdata/link + (bsc#1227149). +- wifi: mac80211: use wiphy locked debugfs helpers for agg_status + (bsc#1227149). +- wifi: cfg80211: add locked debugfs wrappers (bsc#1227149). +- wifi: mac80211: drop robust action frames before assoc + (bsc#1227149). +- wifi: cfg80211: Allow AP/P2PGO to indicate port authorization + to peer STA/P2PClient (bsc#1227149). +- commit 03e12a0 + +------------------------------------------------------------------- +Fri Jun 28 15:37:23 CEST 2024 - tiwai@suse.de + +- blacklist: drop the wifi entries to be backported +- commit 891934b + +------------------------------------------------------------------- +Fri Jun 28 15:35:23 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix another key installation error path + (bsc#1227149). +- wifi: mac80211: rename struct cfg80211_rx_assoc_resp to + cfg80211_rx_assoc_resp_data (bsc#1227149). +- wifi: mac80211: rename ieee80211_tx_status() to + ieee80211_tx_status_skb() (bsc#1227149). +- wifi: mac80211: fix change_address deadlock during unregister + (bsc#1227149). +- wifi: mac80211: Add __counted_by for struct ieee802_11_elems + and use struct_size() (bsc#1227149). +- wifi: remove unused argument of ieee80211_get_tdls_action() + (bsc#1227149). +- wifi: mac80211: fix header kernel-doc typos (bsc#1227149). +- wifi: cfg80211: fix header kernel-doc typos (bsc#1227149). +- wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149). +- wifi: mac80211: Check if we had first beacon with relevant links + (bsc#1227149). +- commit fa14599 + +------------------------------------------------------------------- +Fri Jun 28 15:35:06 CEST 2024 - jgross@suse.com + +- kABI fix of KVM: x86/pmu: Prioritize VMX interception over +- commit 1f1d114 + +------------------------------------------------------------------- +Fri Jun 28 15:34:27 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: flush STA queues on unauthorization + (bsc#1227149). +- wifi: mac80211: purge TX queues in flush_queues flow + (bsc#1227149). +- wifi: cfg80211: wext: convert return value to kernel-doc + (bsc#1227149). +- wifi: mac80211: fix a expired vs. cancel race in roc + (bsc#1227149). +- wifi: mac80211: make mgd_protect_tdls_discover MLO-aware + (bsc#1227149). +- wifi: cfg80211: Fix typo in documentation (bsc#1227149). +- wifi: cfg80211: Handle specific BSSID in 6GHz scanning + (bsc#1227149). +- wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149). +- wifi: cfg80211: Include operating class 137 in 6GHz band + (bsc#1227149). +- wifi: mac80211: Rename and update + IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149). +- commit 585676b + +------------------------------------------------------------------- +Fri Jun 28 15:31:47 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return + value (bsc#1227149). +- commit 3835ef2 + +------------------------------------------------------------------- +Fri Jun 28 15:30:12 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix error path key leak (bsc#1227149). +- Refresh patches.suse/wifi-mac80211-remove-key_mtx.patch. +- commit 3b93fe9 + +------------------------------------------------------------------- +Fri Jun 28 15:29:05 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix potential key leak (bsc#1227149). +- Refresh patches.suse/wifi-mac80211-remove-key_mtx.patch. +- commit 9fa5ec3 + +------------------------------------------------------------------- +Fri Jun 28 15:25:50 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: handle debugfs when switching to/from MLO + (bsc#1227149). +- wifi: mac80211: add a driver callback to add vif debugfs + (bsc#1227149). +- wifi: mac80211: cleanup auth_data only if association continues + (bsc#1227149). +- wifi: mac80211: add back SPDX identifier (bsc#1227149). +- wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return + type/value (bsc#1227149). +- wifi: mac80211: expand __ieee80211_data_to_8023() status + (bsc#1227149). +- wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149). +- commit e0a6a5e + +------------------------------------------------------------------- +Fri Jun 28 15:23:47 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add local_state_change to deauth trace + (bsc#1227149). +- wifi: mac80211: reject MLO channel configuration if not + supported (bsc#1227149). +- wifi: mac80211: report per-link error during association + (bsc#1227149). +- wifi: cfg80211: report per-link errors during association + (bsc#1227149). +- wifi: mac80211: support antenna control in injection + (bsc#1227149). +- wifi: mac80211: support handling of advertised TID-to-link + mapping (bsc#1227149). +- wifi: mac80211: add support for parsing TID to Link mapping + element (bsc#1227149). +- wifi: mac80211: Notify the low level driver on change in MLO + valid links (bsc#1227149). +- wifi: mac80211: describe return values in kernel-doc + (bsc#1227149). +- wifi: cfg80211: reg: describe return values in kernel-doc + (bsc#1227149). +- commit df6c84a + +------------------------------------------------------------------- +Fri Jun 28 15:22:57 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: allow for_each_sta_active_link() under RCU + (bsc#1227149). +- wifi: mac80211: relax RCU check in for_each_vif_active_link() + (bsc#1227149). +- wifi: mac80211: don't connect to an AP while it's in a CSA + process (bsc#1227149). +- wifi: mac80211: update the rx_chains after set_antenna() + (bsc#1227149). +- wifi: mac80211: use bandwidth indication element for CSA + (bsc#1227149). +- wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149). +- wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149). +- wifi: cfg80211: make read-only array centers_80mhz static const + (bsc#1227149). +- wifi: cfg80211: save power spectral density(psd) of regulatory + rule (bsc#1227149). +- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() + (bsc#1227149). +- commit 7f3b9af + +------------------------------------------------------------------- +Fri Jun 28 15:21:30 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: Sanity check tx bitrate if not provided by + driver (bsc#1227149). +- wifi: cfg80211: export DFS CAC time and usable state helper + functions (bsc#1227149). +- wifi: cfg80211: call reg_call_notifier on beacon hints + (bsc#1227149). +- wifi: cfg80211: allow reg update by driver even if wiphy->regd + is set (bsc#1227149). +- wifi: mac80211: additions to change_beacon() (bsc#1227149). +- wifi: nl80211: additions to NL80211_CMD_SET_BEACON + (bsc#1227149). +- wifi: cfg80211: modify prototype for change_beacon + (bsc#1227149). +- wifi: mac80211: fixes in FILS discovery updates (bsc#1227149). +- wifi: nl80211: fixes to FILS discovery updates (bsc#1227149). +- wifi: lib80211: remove unused variables iv32 and iv16 + (bsc#1227149). +- commit 67ccb18 + +------------------------------------------------------------------- +Fri Jun 28 15:18:45 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix various kernel-doc issues (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-track-capability-opmode-NSS-separately.patch. +- commit b1c042f + +------------------------------------------------------------------- +Fri Jun 28 15:17:48 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove shifted rate support (bsc#1227149). +- wifi: cfg80211: remove scan_width support (bsc#1227149). +- wifi: wext: avoid extra calls to strlen() in ieee80211_bss() + (bsc#1227149). +- wifi: mac80211: fix channel switch link data (bsc#1227149). +- wifi: mac80211: Do not force off-channel for management Tx + with MLO (bsc#1227149). +- wifi: mac80211: take MBSSID/EHT data also from probe resp + (bsc#1227149). +- wifi: mac80211: Print local link address during authentication + (bsc#1227149). +- wifi: cfg80211: reg: fix various kernel-doc issues + (bsc#1227149). +- wifi: mac80211: remove unnecessary struct forward declaration + (bsc#1227149). +- commit 5936128 + +------------------------------------------------------------------- +Fri Jun 28 15:16:00 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: annotate iftype_data pointer with sparse + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-fix-wiphy-delayed-work-queueing.patch. +- commit 031b8a7 + +------------------------------------------------------------------- +Fri Jun 28 15:13:21 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: add more warnings about inserting sta info + (bsc#1227149). +- wifi: mac80211: add support for mld in ieee80211_chswitch_done + (bsc#1227149). +- wifi: mac80211: fix BA session teardown race (bsc#1227149). +- wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149). +- commit 8e5b425 + +------------------------------------------------------------------- +Fri Jun 28 15:05:09 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: remove wdev mutex (bsc#1227149). +- commit 4d7cf99 + +------------------------------------------------------------------- +Fri Jun 28 14:43:48 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: set wiphy for virtual monitors (bsc#1227149). +- commit 6022030 + +------------------------------------------------------------------- +Fri Jun 28 14:41:15 CEST 2024 - vkarasulli@suse.de + +- iommu/amd: Fix sysfs leak in iommu init (git-fixes). +- commit 5b11e2a + +------------------------------------------------------------------- +Fri Jun 28 14:36:14 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove key_mtx (bsc#1227149). +- commit 36d4ad3 + +------------------------------------------------------------------- +Fri Jun 28 14:36:07 CEST 2024 - vkarasulli@suse.de + +- iommu: Return right value in iommu_sva_bind_device() + (git-fixes). +- commit 769b149 + +------------------------------------------------------------------- +Fri Jun 28 14:34:56 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove sta_mtx (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-check-if-the-existing-link-config-rema.patch. +- Refresh + patches.suse/wifi-mac80211-don-t-re-add-debugfs-during-reconfig.patch. +- commit 5b967e8 + +------------------------------------------------------------------- +Fri Jun 28 14:32:14 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: reduce iflist_mtx (bsc#1227149). +- wifi: mac80211: remove local->mtx (bsc#1227149). +- wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149). +- wifi: mac80211: remove chanctx_mtx (bsc#1227149). +- wifi: mac80211: take wiphy lock for MAC addr change + (bsc#1227149). +- wifi: mac80211: extend wiphy lock in interface removal + (bsc#1227149). +- wifi: mac80211: hold wiphy_lock around concurrency checks + (bsc#1227149). +- wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149). +- commit b3dacec + +------------------------------------------------------------------- +Fri Jun 28 14:27:41 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: check wiphy mutex in ops (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-do-not-pass-AP_VLAN-vif-pointer-to-dri.patch. +- commit 3b00636 + +------------------------------------------------------------------- +Fri Jun 28 14:26:23 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: check wiphy mutex is held for wdev mutex + (bsc#1227149). +- wifi: cfg80211: hold wiphy lock in + cfg80211_any_wiphy_oper_chan() (bsc#1227149). +- wifi: cfg80211: sme: hold wiphy lock for wdev iteration + (bsc#1227149). +- wifi: cfg80211: reg: hold wiphy mutex for wdev iteration + (bsc#1227149). +- wifi: mac80211: move color change finalize to wiphy work + (bsc#1227149). +- wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move filter reconfig to wiphy work + (bsc#1227149). +- wifi: mac80211: move tspec work to wiphy work (bsc#1227149). +- wifi: mac80211: move key tailroom work to wiphy work + (bsc#1227149). +- commit d930910 + +------------------------------------------------------------------- +Fri Jun 28 14:25:06 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-move-sched-scan-stop-work-to-wiphy-wor.patch. +- commit 6350819 + +------------------------------------------------------------------- +Fri Jun 28 14:24:21 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-move-radar-detect-work-to-wiphy-work.patch. +- commit 46fc728 + +------------------------------------------------------------------- +Fri Jun 28 14:23:33 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: move TDLS work to wiphy work (bsc#1227149). +- wifi: mac80211: move link activation work to wiphy work + (bsc#1227149). +- wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149). +- wifi: mac80211: move monitor work to wiphy work (bsc#1227149). +- wifi: mac80211: add more ops assertions (bsc#1227149). +- wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149). +- wifi: mac80211: flush wiphy work where appropriate + (bsc#1227149). +- wifi: cfg80211: check RTNL when iterating devices (bsc#1227149). +- commit 425f8ad + +------------------------------------------------------------------- +Fri Jun 28 14:22:54 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: lock wiphy for aggregation debugfs + (bsc#1227149). +- wifi: mac80211: hold wiphy lock in netdev/link debugfs + (bsc#1227149). +- wifi: mac80211: debugfs: lock wiphy instead of RTNL + (bsc#1227149). +- wifi: mac80211: fix SMPS status handling (bsc#1227149). +- wifi: mac80211: Fix SMPS handling in the context of MLO + (bsc#1227149). +- wifi: mac80211: rework ack_frame_id handling a bit + (bsc#1227149). +- wifi: mac80211: tx: clarify conditions in if statement + (bsc#1227149). +- wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149). +- wifi: cfg80211: improve documentation for flag fields + (bsc#1227149). +- wifi: nl80211: Remove unused declaration + nl80211_pmsr_dump_results() (bsc#1227149). +- commit 75d4c97 + +------------------------------------------------------------------- +Fri Jun 28 14:22:07 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: mesh: Remove unused function declaration + mesh_ids_set_default() (bsc#1227149). +- commit b3033c6 + +------------------------------------------------------------------- +Fri Jun 28 14:21:05 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: Remove unused function declarations + (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-move-radar-detect-work-to-wiphy-work.patch. +- commit 343f020 + +------------------------------------------------------------------- +Fri Jun 28 13:59:47 CEST 2024 - jwiesner@suse.de + +- x86/tsc: Trust initial offset in architectural TSC-adjust MSRs + (bsc#1222015 bsc#1226962). +- commit ba98363 + +------------------------------------------------------------------- +Fri Jun 28 13:47:24 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC + due to bad index (bsc#1226158). +- commit fdb5ce1 + +------------------------------------------------------------------- +Fri Jun 28 12:32:43 CEST 2024 - mgorman@suse.de + +- Update -rt config files. +- commit abdd635 + +------------------------------------------------------------------- +Fri Jun 28 09:50:45 CEST 2024 - bdas@suse.de + +- net/9p: fix uninit-value in p9_client_rpc() (CVE-2024-39301 + bsc#1226994). +- commit d8af728 + +------------------------------------------------------------------- +Fri Jun 28 09:48:09 CEST 2024 - iivanov@suse.de + +- arm64/io: add constant-argument check (bsc#1226502 git-fixes) +- commit 45e8b78 + +------------------------------------------------------------------- +Fri Jun 28 09:44:48 CEST 2024 - tiwai@suse.de + +- struct acpi_ec kABI workaround (git-fixes). +- commit 3605f74 + +------------------------------------------------------------------- +Fri Jun 28 09:40:19 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921s: fix potential hung tasks during chip + recovery (stable-fixes). +- commit d9504b4 + +------------------------------------------------------------------- +Fri Jun 28 09:37:54 CEST 2024 - tiwai@suse.de + +- drm/drm_file: Fix pid refcounting race (git-fixes). +- drm/i915/gt: Fix potential UAF by revoke of fence registers + (git-fixes). +- drm/amdgpu: Fix pci state save during mode-1 reset (git-fixes). +- drm/panel: simple: Add missing display timing flags for KOE + TX26D202VM0BWA (git-fixes). +- drm/fbdev-dma: Only set smem_start is enable per module option + (git-fixes). +- net: usb: ax88179_178a: improve link status logs (git-fixes). +- net: phy: micrel: add Microchip KSZ 9477 to the device table + (git-fixes). +- batman-adv: Don't accept TT entries for out-of-spec VIDs + (git-fixes). +- can: mcp251xfd: fix infinite loop when xmit fails (git-fixes). +- net: can: j1939: recover socket queue on CAN bus error during + BAM transmission (git-fixes). +- net: can: j1939: Initialize unused data in j1939_send_one() + (git-fixes). +- net: can: j1939: enhanced error handling for tightly received + RTS messages in xtp_rx_rts_session_new (git-fixes). +- ASoC: fsl-asoc-card: set priv->pdev before using it (git-fixes). +- ASoC: amd: acp: remove i2s configuration check in + acp_i2s_probe() (git-fixes). +- ASoC: amd: acp: add a null check for chip_pdev structure + (git-fixes). +- ASoC: q6apm-lpass-dai: close graph on prepare errors + (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on + right mclk (git-fixes). +- ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (git-fixes). +- ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820 + (git-fixes). +- ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 + messages (git-fixes). +- drm/amdgpu: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/radeon: fix UBSAN warning in kv_dpm.c (stable-fixes). +- ACPI: EC: Evaluate orphan _REG under EC device (git-fixes). +- serial: exar: adding missing CTI and Exar PCI ids + (stable-fixes). +- serial: imx: Introduce timeout when waiting on transmitter empty + (stable-fixes). +- usb: gadget: function: Remove usage of the deprecated + ida_simple_xx() API (stable-fixes). +- usb: typec: ucsi_glink: drop special handling for CCI_BUSY + (stable-fixes). +- usb: dwc3: pci: Don't set "linux,phy_charger_detect" property + on Lenovo Yoga Tab2 1380 (stable-fixes). +- usb: misc: uss720: check for incompatible versions of the + Belkin F5U002 (stable-fixes). +- usb: gadget: uvc: configfs: ensure guid to be valid before set + (stable-fixes). +- cpufreq: amd-pstate: fix memory leak on CPU EPP exit + (stable-fixes). +- ACPI: EC: Install address space handler at the namespace root + (stable-fixes). +- PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports + (stable-fixes). +- power: supply: cros_usbpd: provide ID table for avoiding + fallback match (stable-fixes). +- platform/x86: toshiba_acpi: Add quirk for buttons on Z830 + (stable-fixes). +- ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk + (git-fixes). +- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F + (stable-fixes). +- ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 + (stable-fixes). +- drm/lima: mask irqs in timeout path before hard reset + (stable-fixes). +- drm/lima: add mask irq callback to gp and pp (stable-fixes). +- drm/amd/display: revert Exit idle optimizations before HDCP + execution (stable-fixes). +- drm/amd/display: Exit idle optimizations before HDCP execution + (stable-fixes). +- Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl + (stable-fixes). +- batman-adv: bypass empty buckets in batadv_purge_orig_ref() + (stable-fixes). +- ssb: Fix potential NULL pointer dereference in + ssb_device_uevent() (stable-fixes). +- HID: Add quirk for Logitech Casa touchpad (stable-fixes). +- ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets + (stable-fixes). +- crypto: hisilicon/qm - Add the err memory release process to + qm uninit (stable-fixes). +- crypto: hisilicon/sec - Fix memory leak for sec resource release + (stable-fixes). +- commit bbedf42 + +------------------------------------------------------------------- +Thu Jun 27 20:21:37 CEST 2024 - tbogendoerfer@suse.de + +- net/mlx5: Fix MTMP register capability offset in MCAM register + (git-fixes). +- bonding: fix oops during rmmod (CVE-2024-39296 bsc#1226989). +- e1000e: change usleep_range to udelay in PHY mdic access + (CVE-2024-39296 bsc#1226989). +- dpll: spec: use proper enum for pin capabilities attribute + (git-fixes). +- tools: ynl: fix handling of multiple mcast groups (git-fixes). +- tools: ynl: don't leak mcast_groups on init error (git-fixes). +- tools: ynl: make sure we always pass yarg to mnl_cb_run + (git-fixes). +- commit 164182f + +------------------------------------------------------------------- +Thu Jun 27 18:52:51 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Fix WARN_ON in iommu probe path (git-fixes). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1224751 CVE-2024-35843). +- iommu/vt-d: Use rbtree to track iommu probed devices + (git-fixes). +- commit 5f366a7 + +------------------------------------------------------------------- +Thu Jun 27 17:29:45 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential kernel bug due to lack of writeback flag + waiting (bsc#1227066 CVE-2024-37078). +- commit bd6df7f + +------------------------------------------------------------------- +Thu Jun 27 15:03:44 CEST 2024 - tiwai@suse.de + +- kABI workaround for FPGA changes (CVE-2024-35247 bsc#1226948 + CVE-2024-36479 bsc#1226949 CVE-2024-37021 bsc#1226950). +- commit 4b32e86 + +------------------------------------------------------------------- +Thu Jun 27 14:44:09 CEST 2024 - tiwai@suse.de + +- fpga: region: add owner module and take its refcount + (CVE-2024-35247 bsc#1226948). +- Refresh patches.suse/fpga-add-kABI-padding.patch. +- commit 670051c + +------------------------------------------------------------------- +Thu Jun 27 14:42:15 CEST 2024 - tiwai@suse.de + +- fpga: manager: add owner module and take its refcount + (CVE-2024-37021 bsc#1226950). +- Refresh patches.suse/fpga-add-kABI-padding.patch. +- commit 34a2533 + +------------------------------------------------------------------- +Thu Jun 27 14:37:10 CEST 2024 - tiwai@suse.de + +- fpga: bridge: add owner module and take its refcount + (CVE-2024-36479 bsc#1226949). +- commit 545627b + +------------------------------------------------------------------- +Thu Jun 27 13:09:29 CEST 2024 - nik.borisov@suse.com + +- Fix build failure on powerpc + Refresh + patches.suse/powerpc-uaccess-Use-YZ-asm-constraint-for-ld.patch. +- commit 4cafc95 + +------------------------------------------------------------------- +Thu Jun 27 11:05:02 CEST 2024 - iivanov@suse.de + +- kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502) +- commit 54c3656 + +------------------------------------------------------------------- +Thu Jun 27 10:56:03 CEST 2024 - iivanov@suse.de + +- net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502) +- commit 5ea0ed2 + +------------------------------------------------------------------- +Thu Jun 27 10:54:55 CEST 2024 - iivanov@suse.de + +- arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502) +- commit a39a193 + +------------------------------------------------------------------- +Thu Jun 27 10:53:38 CEST 2024 - iivanov@suse.de + +- s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502) +- commit 4a798a5 + +------------------------------------------------------------------- +Thu Jun 27 10:27:37 CEST 2024 - iivanov@suse.de + +- s390: Implement __iowrite32_copy() (bsc#1226502) +- commit 80e689b + +------------------------------------------------------------------- +Thu Jun 27 10:26:30 CEST 2024 - iivanov@suse.de + +- x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502) +- commit 894aede + +------------------------------------------------------------------- +Thu Jun 27 09:40:08 CEST 2024 - tbogendoerfer@suse.de + +- net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete + status rules (CVE-2024-36281 bsc#1226799). +- commit a7197fd + +------------------------------------------------------------------- +Wed Jun 26 18:08:09 CEST 2024 - lhenriques@suse.de + +- ceph: switch to use cap_delay_lock for the unlink delay list + (bsc#1226022). +- ceph: break the check delayed cap loop every 5s (bsc#1226022). +- ceph: add ceph_cap_unlink_work to fire check_caps() immediately + (bsc#1226022). +- ceph: always queue a writeback when revoking the Fb caps + (bsc#1226022). +- ceph: always check dir caps asynchronously (bsc#1226022). +- commit 7eb372a + +------------------------------------------------------------------- +Wed Jun 26 14:18:48 CEST 2024 - ptesarik@suse.com + +- arm64: mm: Don't remap pgtables for allocate vs populate + (jsc#PED-8688). +- arm64: mm: Batch dsb and isb when populating pgtables + (jsc#PED-8688). +- arm64: mm: Don't remap pgtables per-cont(pte|pmd) block + (jsc#PED-8688). +- commit fdec960 + +------------------------------------------------------------------- +Wed Jun 26 14:13:09 CEST 2024 - jack@suse.cz + +- epoll: be better about file lifetimes (bsc#1226610 + CVE-2024-38580). +- commit 4ff3c13 + +------------------------------------------------------------------- +Wed Jun 26 14:05:46 CEST 2024 - jack@suse.cz + +- null_blk: Fix return value of nullb_device_power_store() + (bsc#1226841 CVE-2024-36478). +- commit f213a2a + +------------------------------------------------------------------- +Wed Jun 26 13:52:15 CEST 2024 - rgoldwyn@suse.com + +- f2fs: multidev: fix to recognize valid zero block address (bsc#1226879, CVE-2024-38636). +- commit ec1ded3 + +------------------------------------------------------------------- +Wed Jun 26 13:11:15 CEST 2024 - mfranc@suse.cz + +- s390/cpacf: Make use of invalid opcode produce a link error + (git-fixes bsc#1227072). +- commit 24c76d1 + +------------------------------------------------------------------- +Wed Jun 26 13:05:00 CEST 2024 - mfranc@suse.cz + +- s390/ap: Fix crash in AP internal function modify_bitmap() + (CVE-2024-38661 bsc#1226996 git-fixes). +- commit 456a41d + +------------------------------------------------------------------- +Wed Jun 26 10:51:36 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: Add sockopt case to verify prog_type (bsc#1226789 + CVE-2024-38564). +- selftests/bpf: Extend sockopt tests to use BPF_LINK_CREATE + (bsc#1226789 CVE-2024-38564). +- bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in + BPF_LINK_CREATE (bsc#1226789 CVE-2024-38564). +- commit 2f12314 + +------------------------------------------------------------------- +Wed Jun 26 07:08:38 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Fix verifier assumptions about socket->sk (bsc#1226790 + CVE-2024-38566). +- commit dc586b3 + +------------------------------------------------------------------- +Tue Jun 25 20:26:14 CEST 2024 - lduncan@suse.com + +- scsi: qedf: Ensure the copied buf is NUL terminated (bsc#1226758 + CVE-2024-38559). +- scsi: bfa: Ensure the copied buf is NUL terminated (bsc#1226786 + CVE-2024-38560). +- scsi: bnx2fc: Remove spin_lock_bh while releasing resources + after upload (bsc#1224767 CVE-2024-36919). +- commit 3cabc93 + +------------------------------------------------------------------- +Tue Jun 25 17:30:54 CEST 2024 - dwagner@suse.de + +- nvme: do not retry authentication failures (bsc#1186716). +- nvme-fabrics: short-circuit reconnect retries (bsc#1186716). +- nvme: return kernel error codes for admin queue connect + (bsc#1186716). +- nvmet: return DHCHAP status codes from nvmet_setup_auth() + (bsc#1186716). +- nvmet: lock config semaphore when accessing DH-HMAC-CHAP key + (bsc#1186716). +- commit ac2b954 + +------------------------------------------------------------------- +Tue Jun 25 17:00:23 CEST 2024 - davide.benini@suse.com + +- net: sched: sch_multiq: fix possible OOB write in multiq_tune() + (CVE-2024-36978 bsc#1226514). +- commit 3b6fd26 + +------------------------------------------------------------------- +Tue Jun 25 16:16:31 CEST 2024 - dwagner@suse.de + +- nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists() + (git-fixes). +- commit 556ea4a + +------------------------------------------------------------------- +Tue Jun 25 15:48:44 CEST 2024 - jack@suse.cz + +- null_blk: fix null-ptr-dereference while configuring 'power' + and 'submit_queues' (bsc#1226841 CVE-2024-36478). +- commit d0b4b2a + +------------------------------------------------------------------- +Tue Jun 25 15:47:56 CEST 2024 - jack@suse.cz + +- block: fix overflow in blk_ioctl_discard() (bsc#1225770 + CVE-2024-36917). +- commit bbdd816 + +------------------------------------------------------------------- +Tue Jun 25 15:38:19 CEST 2024 - jack@suse.cz + +- mm: Avoid overflows in dirty throttling logic (bsc#1222364 + CVE-2024-26720). +- commit 77e301c + +------------------------------------------------------------------- +Tue Jun 25 15:20:37 CEST 2024 - davide.benini@suse.com + +- net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP + (CVE-2024-36974 bsc#1226519). +- commit f911add + +------------------------------------------------------------------- +Tue Jun 25 13:38:15 CEST 2024 - iivanov@suse.de + +- PCI: Clear Secondary Status errors after enumeration (bsc#1226928) +- commit 606f4e7 + +------------------------------------------------------------------- +Tue Jun 25 13:28:05 CEST 2024 - dwagner@suse.de + +- nvmet-passthru: propagate status from id override functions + (git-fixes). +- nvme: fix nvme_pr_* status code parsing (git-fixes). +- nvmet: fix nvme status code when namespace is disabled + (git-fixes). +- nvmet-tcp: fix possible memory leak when tearing down a + controller (git-fixes). +- nvmet-auth: replace pr_debug() with pr_err() to report an error + (git-fixes). +- nvmet-auth: return the error code to the nvmet_auth_host_hash() + callers (git-fixes). +- nvme: find numa distance only if controller has valid numa id + (git-fixes). +- commit 3709ef4 + +------------------------------------------------------------------- +Tue Jun 25 12:27:34 CEST 2024 - dwagner@suse.de + +- nvme: cancel pending I/O if nvme controller is in terminal state + (bsc#1226503). + Refresh: + - patches.suse/nvme-multipath-fix-io-accounting-on-failover.patch +- commit 7dbf1d4 + +------------------------------------------------------------------- +Tue Jun 25 11:13:31 CEST 2024 - tiwai@suse.de + +- stm class: Fix a double free in stm_register_device() + (CVE-2024-38627 bsc#1226857). +- commit ef5c589 + +------------------------------------------------------------------- +Tue Jun 25 10:53:05 CEST 2024 - tiwai@suse.de + +- Input: ili210x - fix ili251x_read_touch_data() return value + (git-fixes). +- pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set + (git-fixes). +- pinctrl: rockchip: use dedicated pinctrl type for RK3328 + (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins + (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins + (git-fixes). +- pinctrl: fix deadlock in create_pinctrl() when handling + -EPROBE_DEFER (git-fixes). +- pinctrl: qcom: spmi-gpio: drop broken pm8008 support + (git-fixes). +- commit a1b46e3 + +------------------------------------------------------------------- +Tue Jun 25 10:49:59 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi: hns3: Actually use + devm_add_action_or_reset() (CVE-2024-38603 bsc#1226842). +- commit 4db6ba6 + +------------------------------------------------------------------- +Tue Jun 25 01:35:47 CEST 2024 - neilb@suse.de + +- NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362). +- commit 6ed2498 + +------------------------------------------------------------------- +Mon Jun 24 18:25:30 CEST 2024 - nik.borisov@suse.com + +- work around gcc bugs with 'asm goto' with outputs (git-fixes). +- Refresh + patches.suse/powerpc-uaccess-Fix-build-errors-seen-with-GCC-13-14.patch. +- Refresh + patches.suse/powerpc-uaccess-Use-YZ-asm-constraint-for-ld.patch. +- commit eac0f3f + +------------------------------------------------------------------- +Mon Jun 24 18:14:54 CEST 2024 - nik.borisov@suse.com + +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (git-fixes). +- commit 8a8a749 + +------------------------------------------------------------------- +Mon Jun 24 18:14:09 CEST 2024 - nik.borisov@suse.com + +- x86/tdx: Preserve shared bit on mprotect() (git-fixes). +- commit ea4a8f6 + +------------------------------------------------------------------- +Mon Jun 24 18:05:52 CEST 2024 - nik.borisov@suse.com + +- x86/sev: Fix position dependent variable references in startup code (git-fixes). +- Refresh + patches.suse/x86-coco-Require-seeding-RNG-with-RDRAND-on-CoCo-systems.patch. +- commit 2efccd0 + +------------------------------------------------------------------- +Mon Jun 24 17:43:36 CEST 2024 - nik.borisov@suse.com + +- x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel (git-fixes). +- Refresh + patches.suse/x86-mce-Differentiate-real-hardware-MCs-from-TDX-erratum-o.patch. +- commit d75f0fd + +------------------------------------------------------------------- +Mon Jun 24 17:42:01 CEST 2024 - nik.borisov@suse.com + +- x86/kexec: Fix bug with call depth tracking (git-fixes). +- commit 926155d + +------------------------------------------------------------------- +Mon Jun 24 17:41:39 CEST 2024 - nik.borisov@suse.com + +- x86/nmi: Drop unused declaration of proc_nmi_enabled() (git-fixes). +- commit 3441c2e + +------------------------------------------------------------------- +Mon Jun 24 17:41:09 CEST 2024 - nik.borisov@suse.com + +- x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (git-fixes). +- commit 820085a + +------------------------------------------------------------------- +Mon Jun 24 17:40:50 CEST 2024 - nik.borisov@suse.com + +- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking (git-fixes). +- commit 1c4403a + +------------------------------------------------------------------- +Mon Jun 24 17:31:22 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Blacklist invalid commit (git-fixes) + We don't support CPU_MITIGATIONS hence to need for this logic +- commit 6899966 + +------------------------------------------------------------------- +Mon Jun 24 09:44:52 CEST 2024 - tbogendoerfer@suse.de + +- net: fec: remove .ndo_poll_controller to avoid deadlocks + (CVE-2024-38553 bsc#1226744). +- net/mlx5: Discard command completions in internal error + (CVE-2024-38555 bsc#1226607). +- net/mlx5: Add a timeout to acquire the command queue semaphore + (CVE-2024-38556 bsc#1226774). +- net/mlx5: Reload only IB representors upon lag disable/enable + (CVE-2024-38557 bsc#1226781). +- net/mlx5e: Fix netif state handling (CVE-2024-38608 + bsc#1226746). +- eth: sungem: remove .ndo_poll_controller to avoid deadlocks + (CVE-2024-38597 bsc#1226749). +- net: stmmac: move the EST lock to struct stmmac_priv + (CVE-2024-38594 bsc#1226734). +- commit d6f20aa + +------------------------------------------------------------------- +Mon Jun 24 09:42:26 CEST 2024 - tiwai@suse.de + +- i2c: ocores: set IACK bit after core is enabled (git-fixes). +- commit dc04936 + +------------------------------------------------------------------- +Sun Jun 23 08:49:31 CEST 2024 - tiwai@suse.de + +- regulator: bd71815: fix ramp values (git-fixes). +- regulator: core: Fix modpost error "regulator_get_regmap" + undefined (git-fixes). +- spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to + CCR_BUSWIDTH_4 (git-fixes). +- spi: stm32: qspi: Fix dual flash mode sanity test in + stm32_qspi_setup() (git-fixes). +- firmware: psci: Fix return value from psci_system_suspend() + (git-fixes). +- commit 5c1d1d7 + +------------------------------------------------------------------- +Sat Jun 22 19:32:37 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Add check for srq max_sge attribute (git-fixes) +- commit 5a7a44c + +------------------------------------------------------------------- +Sat Jun 22 19:32:10 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (git-fixes) +- commit a73b3cb + +------------------------------------------------------------------- +Sat Jun 22 19:31:45 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Ensure created mkeys always have a populated rb_key (git-fixes) +- commit 194920a + +------------------------------------------------------------------- +Sat Jun 22 19:31:19 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Follow rb_key.ats when creating new mkeys (git-fixes) +- commit 93d4abb + +------------------------------------------------------------------- +Sat Jun 22 19:30:51 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Remove extra unlock on error path (git-fixes) +- commit 662ecd8 + +------------------------------------------------------------------- +Sat Jun 22 19:30:21 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix responder length checking for UD request packets (git-fixes) +- commit 77ecb50 + +------------------------------------------------------------------- +Sat Jun 22 19:29:56 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix data copy for IB_SEND_INLINE (git-fixes) +- commit 9ec1cd9 + +------------------------------------------------------------------- +Sat Jun 22 19:29:24 CEST 2024 - nmorey@suse.com + +- RDMA/bnxt_re: Fix the max msix vectors macro (git-fixes) +- commit 19f32fe + +------------------------------------------------------------------- +Sat Jun 22 10:04:35 CEST 2024 - tiwai@suse.de + +- drm/i915/mso: using joiner is not possible with eDP MSO + (git-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9 + (stable-fixes). +- ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your + kernel is fine." (git-fixes). +- thermal/drivers/mediatek/lvts_thermal: Return error in case + of invalid efuse data (git-fixes). +- dmaengine: ioatdma: Fix missing kmem_cache_destroy() + (git-fixes). +- dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() + (git-fixes). +- dmaengine: ioatdma: Fix error path in ioat3_dma_probe() + (git-fixes). +- dmaengine: ioatdma: Fix leaking on version mismatch (git-fixes). +- dmaengine: idxd: Fix possible Use-After-Free in + irq_process_work_list (git-fixes). +- xhci: Apply broken streams quirk to Etron EJ188 xHCI host + (stable-fixes). +- xhci: Apply reset resume quirk to Etron EJ188 xHCI host + (stable-fixes). +- xhci: Set correct transferred length for cancelled bulk + transfers (stable-fixes). +- drm/exynos/vidi: fix memory leak in .get_modes() (stable-fixes). +- ACPI: x86: Force StorageD3Enable on more products + (stable-fixes). +- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on + I/O errors (git-fixes). +- kheaders: explicitly define file modes for archived headers + (stable-fixes). +- intel_th: pci: Add Lunar Lake support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S support (stable-fixes). +- intel_th: pci: Add Sapphire Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids support (stable-fixes). +- clkdev: Update clkdev id usage to allow for longer names + (stable-fixes). +- nilfs2: return the mapped address from nilfs_get_page() + (stable-fixes). +- commit 8bec8e0 + +------------------------------------------------------------------- +Fri Jun 21 18:33:30 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi_pcie: Fix out-of-bound access when valid + event group (CVE-2024-38569 bsc#1226772). +- commit 6715b52 + +------------------------------------------------------------------- +Fri Jun 21 18:32:43 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi: hns3: Fix out-of-bound access when valid + event group (CVE-2024-38568 bsc#1226771). +- commit 33d69e0 + +------------------------------------------------------------------- +Fri Jun 21 17:24:29 CEST 2024 - mkoutny@suse.com + +- sched/core: Fix incorrect initialization of the 'burst' + parameter in cpu_max_write() (bsc#1226791). +- commit 6b67975 + +------------------------------------------------------------------- +Fri Jun 21 17:21:26 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add 6fb454606153 sched: Simplify tg_set_cfs_bandwidth() +- commit 4e56705 + +------------------------------------------------------------------- +Fri Jun 21 16:31:57 CEST 2024 - dfaggioli@suse.com + +- virtio_net: checksum offloading handling fix (git-fixes). +- commit d283709 + +------------------------------------------------------------------- +Fri Jun 21 16:21:12 CEST 2024 - dfaggioli@suse.com + +- virtio_net: avoid data-races on dev->stats fields (git-fixes). +- commit 50373fb + +------------------------------------------------------------------- +Fri Jun 21 15:27:34 CEST 2024 - dfaggioli@suse.com + +- vfio/fsl-mc: Block calling interrupt handler without trigger + (bsc#1222810 CVE-2024-26814). +- commit b1aee55 + +------------------------------------------------------------------- +Fri Jun 21 15:22:12 CEST 2024 - dfaggioli@suse.com + +- vfio/platform: Create persistent IRQ handlers (bsc#1222809 + CVE-2024-26813). +- commit 28ae90e + +------------------------------------------------------------------- +Fri Jun 21 10:23:30 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Add more codec ID to no shutup pins list + (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ARP8 + (stable-fixes). +- ALSA: hda/realtek: Support Lenovo Thinkbook 13x Gen 4 + (stable-fixes). +- ALSA: hda/realtek: Support Lenovo Thinkbook 16P Gen 5 + (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo Thinkbook 13x Gen 4 + (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo Thinkbook 16P Gen 5 + (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on N14AP7 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook + 445/465 G11 (stable-fixes). +- ALSA: hda: cs35l56: Fix lifecycle of codec pointer + (stable-fixes). +- commit 3c2cbdc + +------------------------------------------------------------------- +Fri Jun 21 10:21:11 CEST 2024 - tiwai@suse.de + +- net: usb: rtl8150 fix unintiatilzed variables in + rtl8150_get_link_ksettings (git-fixes). +- net: usb: ax88179_178a: improve reset check (git-fixes). +- net: phy: mxl-gpy: Remove interrupt mask clearing from + config_init (git-fixes). +- net: lan743x: Support WOL at both the PHY and MAC appropriately + (git-fixes). +- net: lan743x: disable WOL upon resume to restore full data + path operation (git-fixes). +- ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM + (git-fixes). +- ALSA: hda: tas2781: Component should be unbound before + deconstruction (git-fixes). +- ALSA: hda: cs35l41: Component should be unbound before + deconstruction (git-fixes). +- ALSA: hda: cs35l56: Component should be unbound before + deconstruction (git-fixes). +- ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option + (git-fixes). +- ALSA: hda/realtek: Remove Framework Laptop 16 from quirks + (git-fixes). +- ALSA: seq: ump: Fix missing System Reset message handling + (git-fixes). +- ALSA: hda: cs35l41: Possible null pointer dereference in + cs35l41_hda_unbind() (git-fixes). +- commit 045593b + +------------------------------------------------------------------- +Fri Jun 21 08:41:31 CEST 2024 - mkubecek@suse.cz + +- tcp: Dump bound-only sockets in inet_diag (bsc#1204562). +- commit ff006da + +------------------------------------------------------------------- +Thu Jun 20 17:39:41 CEST 2024 - lhenriques@suse.de + +- cachefiles: remove requests from xarray during flushing requests + (bsc#1226588). +- commit b238f81 + +------------------------------------------------------------------- +Thu Jun 20 12:31:55 CEST 2024 - jslaby@suse.cz + +- blacklist.conf: add ppdev cleanup +- commit 58ce126 + +------------------------------------------------------------------- +Thu Jun 20 10:59:35 CEST 2024 - mfranc@suse.cz + +- net/smc: fix neighbour and rtable leak in smc_ib_find_route() + (git-fixes bsc#1225823 CVE-2024-36945 bsc#1226547). +- commit d4aa573 + +------------------------------------------------------------------- +Thu Jun 20 05:39:06 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: test case for callback_depth states pruning logic + (bsc#1225903). +- bpf: check bpf_func_state->callback_depth when pruning states + (bsc#1225903). +- commit 6632e43 + +------------------------------------------------------------------- +Wed Jun 19 09:00:16 CEST 2024 - iivanov@suse.de + +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (jsc#PED-8649) + Module is marked supported because of merge from SP6, but lets add + reference to SLM6.0 maintenance task. +- commit d270c07 + +------------------------------------------------------------------- +Wed Jun 19 08:53:45 CEST 2024 - tiwai@suse.de + +- gpio: tqmx86: introduce shadow register for GPIO output value + (git-fixes). +- Refresh + patches.suse/gpio-tqmx86-store-IRQ-trigger-type-and-unmask-status.patch. +- commit 559245f + +------------------------------------------------------------------- +Wed Jun 19 07:51:38 CEST 2024 - tiwai@suse.de + +- efi/x86: Free EFI memory map only when installing a new one + (git-fixes). +- gpio: lpc32xx: fix module autoloading (stable-fixes). +- commit d39df35 + +------------------------------------------------------------------- +Wed Jun 19 07:48:50 CEST 2024 - tiwai@suse.de + +- Move upstreamed NFS patch into sorted section +- commit 19c3986 + +------------------------------------------------------------------- +Wed Jun 19 04:36:50 CEST 2024 - neilb@suse.de + +- nfsd: optimise recalculate_deny_mode() for a common case + (bsc#1217912). +- commit 882d2ff + +------------------------------------------------------------------- +Wed Jun 19 02:33:24 CEST 2024 - neilb@suse.de + +- NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633 + bsc#1226226). +- commit b98e69a + +------------------------------------------------------------------- +Wed Jun 19 02:32:17 CEST 2024 - neilb@suse.de + +- NFS: abort nfs_atomic_open_v23 if name is too long + (bsc#1219847). +- NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly + (bsc#1219847). +- commit 772961e + +------------------------------------------------------------------- +Tue Jun 18 22:51:53 CEST 2024 - krisman@suse.de + +- fs/9p: fix uninitialized values during inode evict (bsc#1225815 + CVE-2024-36923). +- commit b349473 + +------------------------------------------------------------------- +Tue Jun 18 16:32:47 CEST 2024 - tiwai@suse.de + +- x86/mce: Dynamically size space for machine check records + (bsc#1222241). +- commit 2d0d4b2 + +------------------------------------------------------------------- +Tue Jun 18 13:27:41 CEST 2024 - hare@suse.de + +- nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049). +- Refresh + patches.suse/nvme-tcp-Add-wq_unbound-modparam-for-nvme_tcp_wq.patch. +- commit 099b967 + +------------------------------------------------------------------- +Tue Jun 18 13:09:32 CEST 2024 - denis.kirjanov@suse.com + +- net: preserve kabi for struct dst_ops (CVE-2024-36971 + bsc#1226145). +- commit 6d764b6 + +------------------------------------------------------------------- +Tue Jun 18 12:48:47 CEST 2024 - tiwai@suse.de + +- kcov: don't lose track of remote references during softirqs + (git-fixes). +- commit fc5abf0 + +------------------------------------------------------------------- +Tue Jun 18 11:55:49 CEST 2024 - davide.benini@suse.com + +- rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back + (CVE-2024-27414 bsc#1224439). +- commit 6651625 + +------------------------------------------------------------------- +Tue Jun 18 11:45:27 CEST 2024 - davide.benini@suse.com + +- netfilter: nf_tables: reject new basechain after table flag update + (CVE-2024-35900 bsc#1224497). +- commit ef2c4d5 + +------------------------------------------------------------------- +Tue Jun 18 11:21:47 CEST 2024 - denis.kirjanov@suse.com + +- net: fix __dst_negative_advice() race (CVE-2024-36971 + bsc#1226145). +- commit 604ed28 + +------------------------------------------------------------------- +Tue Jun 18 11:13:42 CEST 2024 - mgorman@suse.de + +- series.conf: Consolidate RT history +- commit 6ef44e2 + +------------------------------------------------------------------- +Tue Jun 18 11:00:15 CEST 2024 - denis.kirjanov@suse.com + +- ipv6: Fix infinite recursion in fib6_dump_done() (CVE-2024-35886 + bsc#1224670). +- commit ba91bc1 + +------------------------------------------------------------------- +Tue Jun 18 10:56:34 CEST 2024 - mgorman@suse.de + +- Update + patches.suse/sched-rt-Don-t-try-push-tasks-if-there-are-none.patch + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit 2d3af93 + +------------------------------------------------------------------- +Tue Jun 18 10:43:46 CEST 2024 - mgorman@suse.de + +- perf: Split __perf_pending_irq() out of perf_pending_irq() + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- perf: Remove perf_swevent_get_recursion_context() from + perf_pending_task() (bsc#1214683 (PREEMPT_RT prerequisite + backports)). +- perf: Enqueue SIGTRAP always via task_work (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- perf: Move irq_work_queue() where the event is prepared + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit bc9fd24 + +------------------------------------------------------------------- +Mon Jun 17 13:15:43 CEST 2024 - tzimmermann@suse.com + +- drm/amd/display: Disable idle reallow as part of command/gpint (bsc#1225702 CVE-2024-36024) +- commit 6d53e8c + +------------------------------------------------------------------- +Mon Jun 17 12:13:19 CEST 2024 - tiwai@suse.de + +- RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized + address translation (bsc#1225300). +- RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300). +- commit 82b08f9 + +------------------------------------------------------------------- +Mon Jun 17 11:21:56 CEST 2024 - mgorman@suse.de + +- series.conf: Clarification +- commit 065b95a + +------------------------------------------------------------------- +Mon Jun 17 11:18:23 CEST 2024 - mgorman@suse.de + +- Refresh patches.suse/arm-Disable-jump-label-on-PREEMPT_RT.patch. +- commit 7487731 + +------------------------------------------------------------------- +Mon Jun 17 11:12:28 CEST 2024 - mgorman@suse.de + +- Replace with mainline and sort + Update + - patches.suse/kdb-Do-not-assume-write-callback-available.patch. +- commit b1b8679 + +------------------------------------------------------------------- +Mon Jun 17 11:04:15 CEST 2024 - mgorman@suse.de + +- Refresh ARM (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Mainline + ARM: 9312/1: vfp: include asm/neon.h in vfpmodule.c + ARM: 9327/1: vfp: Add missing VFP instructions to neon_support_hook backports. + ARM: entry: Disregard Thumb undef exception in coproc dispatch + ARM: entry: Make asm coproc dispatch code NWFPE only + ARM: iwmmxt: Use undef hook to enable coprocessor for task + ARM: kernel: Get rid of thread_info::used_cp[] array + ARM: mm: Make virt_to_pfn() a static inline + ARM: vfp: Move sending signals outside of vfp_lock()ed section + ARM: vfp: Record VFP bounces as perf emulation faults + ARM: vfp: Reimplement VFP exception entry in C code + ARM: vfp: Remove workaround for Feroceon CPUs + ARM: vfp: Use undef hook for handling VFP exceptions + ARM: vfp: Use vfp_lock() in vfp_support_entry() + arm: update in-source documentation references +- Refresh + patches.suse/ARM-Allow-to-enable-RT.patch. + patches.suse/ARM64-Allow-to-enable-RT.patch. +- Update + patches.suse/ARM-enable-irq-in-translation-section-permission-fault-handlers.patch + patches.suse/ARM-vfp-Provide-vfp_lock-for-VFP-locking.patch + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_sync_hwstate.patch +- Delete + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_entry.patch. +- commit 68335de + +------------------------------------------------------------------- +Mon Jun 17 09:03:16 CEST 2024 - tiwai@suse.de + +- i2c: designware: Fix the functionality flags of the slave-only + interface (git-fixes). +- i2c: at91: Fix the functionality flags of the slave-only + interface (git-fixes). +- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log + messages (git-fixes). +- xhci: Handle TD clearing for multiple streams case (git-fixes). +- thunderbolt: debugfs: Fix margin debugfs node creation condition + (git-fixes). +- usb-storage: alauda: Check whether the media is initialized + (git-fixes). +- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state + (git-fixes). +- usb: typec: tcpm: fix use-after-free case in + tcpm_register_source_caps (git-fixes). +- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected + (git-fixes). +- tty: n_tty: Fix buffer offsets when lookahead is used + (git-fixes). +- drivers: core: synchronize really_probe() and dev_uevent() + (git-fixes). +- iio: imu: inv_icm42600: delete unneeded update watermark call + (git-fixes). +- iio: dac: ad5592r: fix temperature channel scaling value + (git-fixes). +- iio: adc: ad9467: fix scan type sign (git-fixes). +- misc: microchip: pci1xxxx: Fix a memory leak in the error + handling of gp_aux_bus_probe() (git-fixes). +- misc: microchip: pci1xxxx: fix double free in the error handling + of gp_aux_bus_probe() (git-fixes). +- mei: me: release irq in mei_me_pci_resume error path + (git-fixes). +- ax25: Fix refcount imbalance on inbound connections (git-fixes). +- tpm_tis: Do *not* flush uninitialized work (git-fixes). +- selftests/mm: fix build warnings on ppc64 (stable-fixes). +- selftests/mm: compaction_test: fix incorrect write of zero to + nr_hugepages (git-fixes). +- genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() + (git-fixes). +- drm/amdgpu/atomfirmware: add intergrated info v2.3 table + (stable-fixes). +- intel_th: pci: Add Meteor Lake-S CPU support (stable-fixes). +- mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect + GPIO on Asus T100TA (git-fixes). +- mmc: sdhci-acpi: Disable write protect detection on Toshiba + WT10-A (stable-fixes). +- mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot + not working (stable-fixes). +- mmc: sdhci-acpi: Sort DMI quirks alphabetically (stable-fixes). +- mmc: sdhci: Add support for "Tuning Error" interrupts + (stable-fixes). +- mmc: core: Add mmc_gpiod_set_cd_config() function + (stable-fixes). +- media: mxl5xx: Move xpt structures off stack (stable-fixes). +- media: lgdt3306a: Add a check against null-pointer-def + (stable-fixes). +- media: v4l2-core: hold videodev_lock until dev reg, finishes + (stable-fixes). +- drm/amdgpu: add error handle to avoid out-of-bounds + (stable-fixes). +- drm/i915/hwmon: Get rid of devm (stable-fixes). +- wifi: rtw89: correct aSIFSTime for 6GHz band (stable-fixes). +- wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path + (stable-fixes). +- wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE + (stable-fixes). +- wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (stable-fixes). +- wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU + (stable-fixes). +- ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx + (stable-fixes). +- crypto: ecrdsa - Fix module auto-load on add_key (stable-fixes). +- drm/sun4i: hdmi: Move mode_set into enable (stable-fixes). +- drm/sun4i: hdmi: Convert encoder to atomic (stable-fixes). +- mmc: core: Do not force a retune before RPMB switch + (stable-fixes). +- commit 8df97c4 + +------------------------------------------------------------------- +Mon Jun 17 08:25:45 CEST 2024 - hare@suse.de + +- nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049). +- commit 7af7bce + +------------------------------------------------------------------- +Sun Jun 16 15:04:02 CEST 2024 - heming.zhao@suse.com + +- ocfs2: fix sparse warnings (bsc#1219224). +- ocfs2: speed up chain-list searching (bsc#1219224). +- ocfs2: adjust enabling place for la window (bsc#1219224). +- ocfs2: improve write IO performance when fragmentation is high + (bsc#1219224). +- commit 98a3adb + +------------------------------------------------------------------- +Sun Jun 16 14:25:01 CEST 2024 - mgorman@suse.de + +- Replace with mainline and sort +- Update + patches.suse/signal-Don-t-disable-preemption-in-ptrace_stop-on-PREEMPT_RT.patch + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Rename to + patches.suse/signal-Add-a-proper-comment-about-preempt_disable-in-ptrace_stop.patch. +- Delete patches.suse/signal-Update-the-comment-ptrace_stop.patch. +- commit 3987e77 + +------------------------------------------------------------------- +Sun Jun 16 14:04:28 CEST 2024 - mgorman@suse.de + +- Replace with mainline and sort + patches.suse/sched-avoid-false-lockdep-splat-in-put_task_struct.patch + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit 4c9e751 + +------------------------------------------------------------------- +Sun Jun 16 11:53:53 CEST 2024 - mgorman@suse.de + +- net: Remove conditional threaded-NAPI wakeup based on task state + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- cxgb4: Properly lock TX queue for the selftest (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- serial: pch: Don't initialize uart_port's spin_lock (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- serial: pch: Don't disable interrupts while acquiring lock in + ISR (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pch: Make push_rx() return void (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- serial: pch: Invoke handle_rx_to() directly (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- xsk: Add truesize to skb_add_rx_frag() (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- bpf: Remove xdp_do_flush_map() (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- sched/debug: Update stale reference to sched_debug.c + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Extend the testsuite to also cover HSRv1 + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Reorder the testsuite (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- selftests: hsr: Use `let' properly (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- commit 085084f + +------------------------------------------------------------------- +Sat Jun 15 09:34:43 CEST 2024 - tiwai@suse.de + +- drm/exynos: hdmi: report safe 640x480 mode as a fallback when + no EDID found (git-fixes). +- drm/nouveau: don't attempt to schedule hpd_work on headless + cards (git-fixes). +- drm/bridge/panel: Fix runtime warning on panel bridge release + (git-fixes). +- drm/komeda: check for error-valued pointer (git-fixes). +- commit b393dd7 + +------------------------------------------------------------------- +Fri Jun 14 17:55:13 CEST 2024 - mgorman@suse.de + +- Move/Refresh PREEMPT_RT upstream prerequisites to sorted section + patches.suse/Revert-8250-add-support-for-ASIX-devices-with-a.patch. + patches.suse/serial-8250-Add-dl_read-write-bugs-and-mapsize-into-plat_serial8250_port.patch. + patches.suse/serial-8250-Fix-oops-for-port-pm-on-uart_chang.patch. + patches.suse/serial-8250-RT288x-Au1xxx-code-away-from-core.patch. + patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch. + patches.suse/serial-8250-omap-Fix-imprecise-external-abort-for-omap_8250_pm.patch. + patches.suse/serial-8250-omap-Shut-down-on-remove-for-console-uart.patch. + patches.suse/serial-8250-omap-convert-to-modern-PM-ops.patch. + patches.suse/serial-8250_omap-Add-earlycon-support-for-the-AM654-.patch. + patches.suse/serial-8250_omap-Fix-errors-with-no_console_suspend.patch. + patches.suse/serial-8250_omap-Use-force_suspend-and-resume-f.patch. + patches.suse/serial-core-Start-managing-serial-controllers-to-enable-runtime-PM.patch. + patches.suse/serial-drivers-switch-ch-and-flag-to-u8.patch. + patches.suse/serial-exar-Add-RS-485-support-for-Sealevel-XR17V35X-based-cards.patch. + patches.suse/serial-max3100-Lock-port-lock-when-calling-uart_hand.patch. + patches.suse/tty-serial-meson-fix-hard-LOCKUP-on-crtscts-mode.patch. +- patches.suse/tty-serial-meson-use-dev_err_probe.patch. +- commit 8af44ef + +------------------------------------------------------------------- +Fri Jun 14 16:56:53 CEST 2024 - mgorman@suse.de + +- Refresh patch metadata + patches.suse/ARM-Allow-to-enable-RT.patch. + patches.suse/ARM-enable-irq-in-translation-section-permission-fault-handlers.patch. + patches.suse/ARM-vfp-Provide-vfp_lock-for-VFP-locking.patch. + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_entry.patch. + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_sync_hwstate.patch. + patches.suse/ARM64-Allow-to-enable-RT.patch. + patches.suse/ASoC-mediatek-mt8186-Remove-unused-mutex.patch. + patches.suse/POWERPC-Allow-to-enable-RT.patch. + patches.suse/Revert-drm-i915-Depend-on-PREEMPT_RT.patch. + patches.suse/arch-arm64-Add-lazy-preempt-support.patch. + patches.suse/arm-Add-support-for-lazy-preemption.patch. + patches.suse/arm-Disable-jump-label-on-PREEMPT_RT.patch. + patches.suse/drm-i915-Disable-tracing-points-on-PREEMPT_RT.patch. + patches.suse/drm-i915-Don-t-check-for-atomic-context-on-PREEMPT_RT.patch. + patches.suse/drm-i915-Don-t-disable-interrupts-on-PREEMPT_RT-during-atomic-updates.patch. + patches.suse/drm-i915-Drop-the-irqs_disabled-check.patch. + patches.suse/drm-i915-Use-preempt_disable-enable_rt-where-recommended.patch. + patches.suse/drm-i915-gt-Use-spin_lock_irq-instead-of-local_irq_disable-spin_lock.patch. + patches.suse/drm-i915-skip-DRM_I915_LOW_LEVEL_TRACEPOINTS-with-NOTRACE.patch. + patches.suse/entry-Fix-the-preempt-lazy-fallout.patch. + patches.suse/kdb-do-not-assume-write-callback-available.patch. + patches.suse/net-Avoid-the-IPI-to-free-the.patch. + patches.suse/powerpc-Add-support-for-lazy-preemption.patch. + patches.suse/powerpc-kvm-Disable-in-kernel-MPIC-emulation-for-PREEMPT_RT.patch. + patches.suse/powerpc-pseries-Select-the-generic-memory-allocator.patch. + patches.suse/powerpc-pseries-iommu-Use-a-locallock-instead-local_irq_save.patch. + patches.suse/powerpc-stackprotector-work-around-stack-guard-init-from-atomic.patch. + patches.suse/powerpc-traps-Use-PREEMPT_RT.patch. + patches.suse/preempt-Put-preempt_enable-within-an-instrumentation-section.patch. + patches.suse/rcutorture-Also-force-sched-priority-to-timersd-on-boosting-test.patch. + patches.suse/sched-Add-support-for-lazy-preemption.patch. + patches.suse/sched-avoid-false-lockdep-splat-in-put_task_struct.patch. + patches.suse/sched-core-Provide-a-method-to-check-if-a-task-is-PI-boosted.patch. + patches.suse/sched-rt-Don-t-try-push-tasks-if-there-are-none.patch. + patches.suse/signal-Add-proper-comment-about-the-preempt-disable-in-ptrace_stop.patch. + patches.suse/signal-Don-t-disable-preemption-in-ptrace_stop-on-PREEMPT_RT.patch. + patches.suse/signal-Update-the-comment-ptrace_stop.patch. + patches.suse/softirq-Add-function-to-preempt-serving-softirqs.patch. + patches.suse/softirq-Use-a-dedicated-thread-for-timer-wakeups.patch. + patches.suse/softirq-Wake-ktimers-thread-also-in-softirq.patch. + patches.suse/sysfs-Add-sys-kernel-realtime-entry.patch. + patches.suse/tick-Fix-timer-storm-since-introduction-of-timersd.patch. + patches.suse/time-Allow-to-preempt-after-a-callback.patch. + patches.suse/tty-serial-omap-Make-the-locking-RT-aware.patch. + patches.suse/tty-serial-pl011-Make-the-locking-work-on-RT.patch. + patches.suse/x86-Allow-to-enable-RT.patch. + patches.suse/x86-Enable-RT-also-on-32bit.patch. + patches.suse/x86-Support-for-lazy-preemption.patch. + patches.suse/x86-entry-Use-should_resched-in-idtentry_exit_cond_resched.patch. + patches.suse/x86-microcode-Remove-microcode_mutex.patch. + patches.suse/zram-Replace-bit-spinlocks-with-spinlock_t-for-PREEMPT_RT.patch. +- commit ceed08d + +------------------------------------------------------------------- +Fri Jun 14 16:33:11 CEST 2024 - tiwai@suse.de + +- Temporarily drop KVM patch that caused a regression (bsc#1226158) + Delete patches.suse/KVM-x86-pmu-Prioritize-VMX-interception-over-GP-on-R.patch +- commit 33f31da + +------------------------------------------------------------------- +Fri Jun 14 15:41:20 CEST 2024 - shung-hsi.yu@suse.com + +- kABI: bpf: verifier kABI workaround + (bsc#1225903). +- commit 726091c + +------------------------------------------------------------------- +Fri Jun 14 14:07:11 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: keep track of max number of bpf_loop callback iterations + (bsc#1225903). +- selftests/bpf: test widening for iterating callbacks + (bsc#1225903). +- bpf: widening for callback iterators (bsc#1225903). +- selftests/bpf: tests for iterating callbacks (bsc#1225903). +- bpf: verify callbacks as if they are called unknown number of + times (bsc#1225903). +- bpf: extract setup_func_entry() utility function (bsc#1225903). +- bpf: extract __check_reg_arg() utility function (bsc#1225903). +- selftests/bpf: track string payload offset as scalar in + strobemeta (bsc#1225903). +- selftests/bpf: track tcp payload offset as scalar in + xdp_synproxy (bsc#1225903). +- bpf: print full verifier states on infinite loop detection + (bsc#1225903). +- selftests/bpf: test if state loops are detected in a tricky case + (bsc#1225903). +- bpf: correct loop detection for iterators convergence + (bsc#1225903). +- selftests/bpf: tests with delayed read/precision makrs in loop + body (bsc#1225903). +- bpf: exact states comparison for iterator convergence checks + (bsc#1225903). +- bpf: extract same_callsites() as utility function (bsc#1225903). +- bpf: move explored_state() closer to the beginning of verifier.c + (bsc#1225903). +- commit 63dfc45 + +------------------------------------------------------------------- +Fri Jun 14 12:18:36 CEST 2024 - denis.kirjanov@suse.com + +- ipv6: Fix potential uninit-value access in __ip6_make_skb() + (CVE-2024-36903 bsc#1225741). +- commit f510672 + +------------------------------------------------------------------- +Fri Jun 14 12:17:40 CEST 2024 - denis.kirjanov@suse.com + +- Update references +- commit 36a2563 + +------------------------------------------------------------------- +Fri Jun 14 11:27:37 CEST 2024 - pjakobsson@suse.de + +- drm/amd/display: Skip on writeback when it's not applicable (CVE-2024-36914 bsc#1225757). +- commit e1ad803 + +------------------------------------------------------------------- +Fri Jun 14 11:15:27 CEST 2024 - tiwai@suse.de + +- cpufreq: amd-pstate: Fix the inconsistency in max frequency + units (git-fixes). +- commit 9dd9a2b + +------------------------------------------------------------------- +Fri Jun 14 11:02:44 CEST 2024 - jdelvare@suse.de + +- gpiolib: cdev: Fix use after free in lineinfo_changed_notify + (bsc#1225737 CVE-2024-36899). +- commit 24144db + +------------------------------------------------------------------- +Fri Jun 14 10:41:02 CEST 2024 - mgorman@suse.de + +- Preparation update to v6.10-rc3-rt5 ((bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Add + console: Improve console_srcu_read_flags() comments + device property: Add SOFTWARE_NODE() macro for defining software nodes + device property: Add fwnode_name_eq() + device property: Add fwnode_property_match_property_string() + device property: Implement device_is_big_endian() + device property: Implement device_is_compatible() + nbcon: Provide functions for drivers to acquire console for non-printing. + panic: Flush kernel log buffer at the end + panic: Mark emergency section in oops + panic: Mark emergency section in warn + panic: add option to dump blocked tasks in panic_print + panic: suppress gnu_printf warning + printk: Add @flags argument for console_is_usable() + printk: Add function to replay kernel log on consoles + printk: Add kthread for all legacy consoles + printk: Add non-BKL (nbcon) console basic infrastructure + printk: Add notation to console_srcu locking + printk: Atomic print in printk context on shutdown + printk: Avoid console_lock dance if no legacy or boot consoles + printk: Avoid false positive lockdep report for legacy printing + printk: Check printk_deferred_enter()/_exit() usage + printk: Check valid console index for preferred console + printk: Constify name for add_preferred_console() + printk: Coordinate direct printing in panic + printk: Don't try to parse DEVNAME:0.0 console options + printk: Flag register_console() if console is set on command line. + printk: Let console_is_usable() handle nbcon + printk: Make console_is_usable() available to nbcon + printk: Make static printk buffers available to nbcon + printk: Properly deal with nbcon consoles on seq init + printk: Provide helper for message prepending + printk: Provide threadprintk boot argument + printk: Reduce pr_flush() pooling time + printk: Remove the now superfluous sentinel elements from ctl_table array + printk: Save console options for add_preferred_console_match() + printk: Track nbcon consoles + printk: Track registered boot consoles + printk: fix illegal pbufs access for !CONFIG_PRINTK + printk: flush consoles before checking progress + printk: nbcon: Add acquire/release logic + printk: nbcon: Add buffer management + printk: nbcon: Add callbacks to synchronize with driver + printk: nbcon: Add context to console_is_usable() + printk: nbcon: Add detailed doc for write_atomic() + printk: nbcon: Add emit function and callback function for atomic printing + printk: nbcon: Add helper to assign priority based on CPU state + printk: nbcon: Add ownership state functions + printk: nbcon: Add printer thread wakeups + printk: nbcon: Add sequence handling + printk: nbcon: Add unsafe flushing on panic + printk: nbcon: Allow drivers to mark unsafe regions and check state. + printk: nbcon: Do not rely on proxy headers + printk: nbcon: Implement emergency sections + printk: nbcon: Introduce printing kthreads + printk: nbcon: Provide function to flush using write_atomic() + printk: nbcon: Provide function to reacquire ownership + printk: nbcon: Remove return value for write_atomic() + printk: nbcon: Show replay message on takeover + printk: nbcon: Start printing threads + printk: nbcon: Use driver synchronization while (un)registering + printk: nbcon: Use nbcon consoles in console_flush_all() + serial: convert uart sysrq handling to u8 + serial: core: Add UPIO_UNKNOWN constant for unknown port type + serial: core: Controller id cannot be negative + serial: core: Fix serial core port id to not use port->line + serial: core: Implement processing in port->lock wrapper + serial: core: Introduce wrapper to set @uart_port->cons + serial: core: Move struct uart_port::quirks closer to possible + serial: core: Provide low-level functions to lock port + serial: core: Update uart_poll_timeout() function to return unsigned long. + serial: core: Use lock wrappers + serial: core: don't kfree device managed data + serial: core: fix -EPROBE_DEFER handling in init + serial: make uart_insert_char() accept u8s + serial: port: Introduce a common helper to read properties + tty/sysrq: Replay kernel log messages on consoles via sysrq +- Update + patches.suse/dump_stack-Do-not-get-cpu_sync-for-panic-CPU.patch + patches.suse/printk-Add-this_cpu_in_panic.patch + patches.suse/printk-Adjust-mapping-for-32bit-seq-macros.patch + patches.suse/printk-Avoid-non-panic-CPUs-writing-to-ringbuffer.patch + patches.suse/printk-Disable-passing-console-lock-owner-completely-during-panic.patch + patches.suse/printk-For-suppress_panic_printk-check-for-other-CPU-in-panic.patch + patches.suse/printk-Update-the-printk-series.patch. + patches.suse/printk-Use-prb_first_seq-as-base-for-32bit-seq-macros.patch + patches.suse/printk-Wait-for-all-reserved-records-with-pr_flush.patch + patches.suse/printk-nbcon-Relocate-32bit-seq-macros.patch + patches.suse/printk-ringbuffer-Clarify-special-lpos-values.patch + patches.suse/printk-ringbuffer-Cleanup-reader-terminology.patch + patches.suse/printk-ringbuffer-Do-not-skip-non-finalized-records-with-prb_next_seq.patch + patches.suse/printk-ringbuffer-Skip-non-finalized-records-in-panic.patch + patches.suse/printk-nbcon-Stop-threads-on-shutdown-reboot.patch. +- Delete + patches.suse/kernel-panic-Add-atomic-write-enforcement-to-warn-panic.patch. + patches.suse/printk-Add-non-BKL-console-basic-infrastructure.patch. + patches.suse/printk-Add-threaded-printing-support-for-BKL-consoles.patch. + patches.suse/printk-Perform-atomic-flush-in-console_flush_on_panic.patch. + patches.suse/printk-nbcon-move-locked_port-flag-to-struct-uart_port.patch. + patches.suse/printk-nobkl-Add-acquire-release-logic.patch. + patches.suse/printk-nobkl-Add-buffer-management.patch. + patches.suse/printk-nobkl-Add-emit-function-and-callback-functions-for-atomic-printing.patch. + patches.suse/printk-nobkl-Add-print-state-functions.patch. + patches.suse/printk-nobkl-Add-printer-thread-wakeups.patch. + patches.suse/printk-nobkl-Add-sequence-handling.patch. + patches.suse/printk-nobkl-Add-write-context-storage-for-atomic-writes.patch. + patches.suse/printk-nobkl-Introduce-printer-threads.patch. + patches.suse/printk-nobkl-Provide-functions-for-atomic-write-enforcement.patch. + patches.suse/printk-only-disable-if-actually-unregistered.patch. + patches.suse/printk-replace-local_irq_save-with-local_lock-for-safe-mode.patch. + patches.suse/rcu-Add-atomic-write-enforcement-for-rcu-stalls.patch +- commit 6b8304c + +------------------------------------------------------------------- +Fri Jun 14 09:59:12 CEST 2024 - tiwai@suse.de + +- nouveau: report byte usage in VRAM usage (git-fixes). +- Refresh + patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch. +- commit 5638f93 + +------------------------------------------------------------------- +Fri Jun 14 09:58:29 CEST 2024 - tiwai@suse.de + +- nouveau: add an ioctl to report vram usage (stable-fixes). +- Refresh + patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch. +- commit 7ea88ac + +------------------------------------------------------------------- +Fri Jun 14 09:56:35 CEST 2024 - tiwai@suse.de + +- nouveau: add an ioctl to return vram bar size (stable-fixes). +- Refresh + patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch. +- commit 07ddfce + +------------------------------------------------------------------- +Fri Jun 14 09:52:40 CEST 2024 - tiwai@suse.de + +- platform/x86: dell-smbios: Fix wrong token data in sysfs + (git-fixes). +- net: phy: Micrel KSZ8061: fix errata solution not taking effect + problem (git-fixes). +- wifi: ath10k: fix QCOM_RPROC_COMMON dependency (git-fixes). +- wifi: mac80211: correctly parse Spatial Reuse Parameter Set + element (git-fixes). +- wifi: iwlwifi: mvm: don't read past the mfuart notifcation + (git-fixes). +- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids + (git-fixes). +- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of + debugfs ifdef (git-fixes). +- wifi: iwlwifi: mvm: set properly mac header (git-fixes). +- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 + (git-fixes). +- wifi: iwlwifi: mvm: don't initialize csa_work twice (git-fixes). +- wifi: cfg80211: pmsr: use correct nla_get_uX functions + (git-fixes). +- wifi: cfg80211: Lock wiphy in cfg80211_get_station (git-fixes). +- wifi: cfg80211: fully move wiphy work to unbound workqueue + (git-fixes). +- wifi: mac80211: Fix deadlock in + ieee80211_sta_ps_deliver_wakeup() (git-fixes). +- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects + (git-fixes). +- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume + (git-fixes). +- module: don't ignore sysfs_create_link() failures (git-fixes). +- soundwire: cadence: fix invalid PDI offset (stable-fixes). +- platform/x86/intel/tpmi: Handle error from tpmi_process_info() + (stable-fixes). +- platform/x86: thinkpad_acpi: Take hotkey_mutex during + hotkey_exit() (git-fixes). +- media: radio-shark2: Avoid led_names truncations (git-fixes). +- wifi: nl80211: Avoid address calculations via out of bounds + array indexing (git-fixes). +- selftests: mptcp: add ms units for tc-netem delay + (stable-fixes). +- pwm: sti: Simplify probe function using devm functions + (git-fixes). +- regulator: vqmmc-ipq4019: fix module autoloading (stable-fixes). +- regulator: irq_helpers: duplicate IRQ name (stable-fixes). +- platform/x86: ISST: Add Grand Ridge to HPM CPU list + (stable-fixes). +- selftests: sud_test: return correct emulated syscall value on + RISC-V (stable-fixes). +- wifi: cfg80211: fix the order of arguments for trace events + of the tx_rx_evt class (stable-fixes). +- wifi: mac80211: ensure beacon is non-S1G prior to extracting + the beacon timestamp field (stable-fixes). +- wifi: mac80211: don't use rate mask for scanning (stable-fixes). +- pwm: sti: Prepare removing pwm_chip from driver data + (stable-fixes). +- commit d252b95 + +------------------------------------------------------------------- +Fri Jun 14 09:44:27 CEST 2024 - tiwai@suse.de + +- HID: logitech-dj: Fix memory leak in + logi_dj_recv_switch_to_dj_mode() (git-fixes). +- HID: core: remove unnecessary WARN_ON() in implement() + (git-fixes). +- kconfig: doc: fix a typo in the note about 'imply' (git-fixes). +- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type + (git-fixes). +- gpio: tqmx86: store IRQ trigger type and unmask status + separately (git-fixes). +- gpio: tqmx86: fix typo in Kconfig label (git-fixes). +- drm/vmwgfx: Don't memcmp equivalent pointers (git-fixes). +- drm/vmwgfx: 3D disabled should not effect STDU memory limits + (git-fixes). +- drm/vmwgfx: Filter modes which exceed graphics memory + (git-fixes). +- drm/panel: sitronix-st7789v: Add check for + of_drm_get_panel_orientation (git-fixes). +- drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms + (git-fixes). +- kconfig: fix comparison to constant symbols, 'm', 'n' + (git-fixes). +- drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ + cp_compute_microcode() and rlc_microcode() (git-fixes). +- drm/amdgpu: init microcode chip name from ip versions + (stable-fixes). +- fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card + (stable-fixes). +- iio: accel: mxc4005: Reset chip on probe() and resume() + (stable-fixes). +- drm/amdkfd: Flush the process wq before creating a kfd_process + (stable-fixes). +- drm/amd/display: Disable seamless boot on 128b/132b encoding + (stable-fixes). +- drm/amd/display: Fix DC mode screen flickering on DCN321 + (stable-fixes). +- drm/amd/display: Add VCO speed parameter for DCN31 FPU + (stable-fixes). +- drm/amd/display: Allocate zero bw after bw alloc enable + (stable-fixes). +- drm/amd/display: Add dtbclk access to dcn315 (stable-fixes). +- drm/amdgpu: Fix VRAM memory accounting (stable-fixes). +- drm/etnaviv: fix tx clock gating on some GC7000 variants + (stable-fixes). +- HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is + enabled (stable-fixes). +- iio: adc: ad9467: use chip_info variables instead of array + (stable-fixes). +- iio: adc: ad9467: use spi_get_device_match_data() + (stable-fixes). +- iio: accel: mxc4005: allow module autoloading via OF compatible + (stable-fixes). +- commit 4e48378 + +------------------------------------------------------------------- +Fri Jun 14 08:40:26 CEST 2024 - tiwai@suse.de + +- kABI workaround for sof_ipc_pcm_ops (git-fixes). +- commit 070cfe5 + +------------------------------------------------------------------- +Fri Jun 14 08:37:23 CEST 2024 - tiwai@suse.de + +- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ + (git-fixes). +- cxl/region: Fix memregion leaks in devm_cxl_add_region() + (git-fixes). +- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c + (git-fixes). +- cxl/region: Fix cxlr_pmem leaks (git-fixes). +- cxl/trace: Correct DPA field masks for general_media & dram + events (git-fixes). +- ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3 + (stable-fixes). +- drm/amdgpu/mes: fix use-after-free issue (stable-fixes). +- drm/amdgpu: Fix the ring buffer size for queue VM flush + (stable-fixes). +- drm/amdkfd: Add VRAM accounting for SVM migration + (stable-fixes). +- drm/amd/pm: Restore config space after reset (stable-fixes). +- drm/amdgpu: Update BO eviction priorities (stable-fixes). +- drm/amd/display: Set color_mgmt_changed to true on unsuspend + (stable-fixes). +- drm/amd/display: Revert Remove pixle rate limit for subvp + (stable-fixes). +- drm/amd/display: Remove pixle rate limit for subvp + (stable-fixes). +- Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS + (stable-fixes). +- Bluetooth: Remove usage of the deprecated ida_simple_xx() API + (stable-fixes). +- ASoC: Intel: common: add ACPI matching tables for Arrow Lake + (stable-fixes). +- Bluetooth: ISO: Fix BIS cleanup (stable-fixes). +- commit b6ffdb9 + +------------------------------------------------------------------- +Fri Jun 14 01:35:16 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: Use local TLBI on permission relaxation + (bsc#1219478). +- Refresh + patches.suse/KVM-arm64-Always-invalidate-TLB-for-stage-2-permission-faults. +- commit c414679 + +------------------------------------------------------------------- +Thu Jun 13 19:53:07 CEST 2024 - dfaggioli@suse.com + +- KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR + in CPUID (git-fixes). +- commit 001738e + +------------------------------------------------------------------- +Thu Jun 13 15:34:41 CEST 2024 - oneukum@suse.com + +- net: usb: qmi_wwan: add Telit FN920C04 compositions (git-fixes). +- commit 49f5909 + +------------------------------------------------------------------- +Thu Jun 13 14:48:50 CEST 2024 - colyli@suse.de + +- Replace the inhouse patch with following upstream patch + (bsc#1221097, bsc#1224572, CVE-2024-35979) + patches.suse/raid1-fix-use-after-free-for-original-bio-in-raid1_-fcf3.patch. +- commit 03ae28a + +------------------------------------------------------------------- +Thu Jun 13 11:59:54 CEST 2024 - ailiop@suse.com + +- supported.conf: mark ufs as unsupported + UFS is an unsupported filesystem, mark it as such. We still keep it + around (not marking as optional), to accommodate any potential + migrations from BSD systems. +- commit 5192abd + +------------------------------------------------------------------- +Thu Jun 13 11:57:17 CEST 2024 - ailiop@suse.com + +- supported.conf: mark orangefs as optional + We don't support orangefs at all (and it is already marked as such), but + since there are no SLE consumers of it, mark it as optional. +- commit 264e3d2 + +------------------------------------------------------------------- +Thu Jun 13 11:55:02 CEST 2024 - ailiop@suse.com + +- blacklist.conf: add f2fs fixes 87161a2b0aed and 4e0197f9932f + Both are f2fs-related fixes, f2fs is unsupported and not compiled at + all. +- commit e891815 + +------------------------------------------------------------------- +Thu Jun 13 11:52:09 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential hang in nilfs_detach_log_writer() + (git-fixes). +- commit 181df2f + +------------------------------------------------------------------- +Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de + +- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212) + Some builds don't just create an iso9660 image, but also mount it during + build. +- commit aaee141 + +------------------------------------------------------------------- +Thu Jun 13 10:11:58 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 70e89e6 + +------------------------------------------------------------------- +Thu Jun 13 10:09:33 CEST 2024 - oneukum@suse.com + +- Input: xpad - add support for ASUS ROG RAIKIRI (git-fixes). +- commit 9d3a015 + +------------------------------------------------------------------- +Wed Jun 12 18:20:02 CEST 2024 - jack@suse.cz + +- ext4: correct offset of gdb backup in non meta_bg group to + update_backups (bsc#1224735 CVE-2024-35807). +- commit 68779d8 + +------------------------------------------------------------------- +Wed Jun 12 18:00:33 CEST 2024 - jack@suse.cz + +- ext4: remove unnecessary check from alloc_flex_gd() (bsc#1222080 + CVE-2023-52622). +- commit 2e6ec2e + +------------------------------------------------------------------- +Wed Jun 12 16:00:34 CEST 2024 - davide.benini@suse.com + +- llc: verify mac len before reading mac header + (CVE-2023-52843 bsc#1224951). +- commit ea955e6 + +------------------------------------------------------------------- +Wed Jun 12 15:45:54 CEST 2024 - davide.benini@suse.com + +- netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() + (CVE-2024-35898 bsc#1224498). +- commit 47a49f0 + +------------------------------------------------------------------- +Wed Jun 12 14:26:19 CEST 2024 - davide.benini@suse.com + +- nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies + (CVE-2024-36915 bsc#1225758). +- commit 0955416 + +------------------------------------------------------------------- +Wed Jun 12 14:24:23 CEST 2024 - davide.benini@suse.com + +- net: add copy_safe_from_sockptr() helper + (git-fixes prerequisite CVE-2024-36915 bsc#1225758). +- commit e4ca26d + +------------------------------------------------------------------- +Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de + +- rpm/kernel-obs-build.spec.in: Add networking modules for docker + (bsc#1226211) + docker needs more networking modules, even legacy iptable_nat and _filter. +- commit 415e132 + +------------------------------------------------------------------- +Tue Jun 11 17:19:05 CEST 2024 - davide.benini@suse.com + +- rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation + (CVE-2024-36017 bsc#1225681). +- commit 349b81e + +------------------------------------------------------------------- +Tue Jun 11 15:51:42 CEST 2024 - jack@suse.cz + +- mm: use memalloc_nofs_save() in page_cache_ra_order() + (bsc#1225723 CVE-2024-36882). +- commit 858537f + +------------------------------------------------------------------- +Tue Jun 11 15:50:11 CEST 2024 - jack@suse.cz + +- blk-iocost: avoid out of bounds shift (bsc#1225759 + CVE-2024-36916). +- commit 9e35e70 + +------------------------------------------------------------------- +Tue Jun 11 15:48:58 CEST 2024 - davide.benini@suse.com + +- netfilter: complete validation of user input + (git-fixes CVE-2024-35896 bsc#1224662). +- commit a54ae57 + +------------------------------------------------------------------- +Tue Jun 11 15:25:13 CEST 2024 - tbogendoerfer@suse.de + +- net: hns3: fix kernel crash when devlink reload during + initialization (CVE-2024-36900 bsc#1225726). +- net: hns3: release PTP resources if pf initialization failed + (CVE-2024-36900 bsc#1225726). +- commit ad59124 + +------------------------------------------------------------------- +Tue Jun 11 14:44:23 CEST 2024 - jack@suse.cz + +- blk-mq: make sure active queue usage is held for + bio_integrity_prep() (bsc#1225105 CVE-2023-52787). +- commit 6131890 + +------------------------------------------------------------------- +Tue Jun 11 14:38:11 CEST 2024 - jack@suse.cz + +- block: prevent division by zero in blk_rq_stat_sum() + (bsc#1224661 CVE-2024-35925). +- commit 7339ca3 + +------------------------------------------------------------------- +Tue Jun 11 13:53:27 CEST 2024 - jack@suse.cz + +- Update refs for patches.suse/nbd-fix-uaf-in-nbd_open.patch (bsc#1216436 + bsc#1224935 CVE-2023-52837). +- commit 95ff8cb + +------------------------------------------------------------------- +Tue Jun 11 13:51:04 CEST 2024 - davide.benini@suse.com + +- netfilter: validate user input for expected length + (CVE-2024-35896 bsc#1224662). +- commit 6a29de4 + +------------------------------------------------------------------- +Tue Jun 11 13:49:51 CEST 2024 - jack@suse.cz + +- ext4: fix corruption during on-line resize (bsc#1224735 + CVE-2024-35807). +- commit 751677a + +------------------------------------------------------------------- +Tue Jun 11 13:34:20 CEST 2024 - jack@suse.cz + +- ext4: fix racy may inline data check in dio write (bsc#1224939 + CVE-2023-52786). +- commit 742009f + +------------------------------------------------------------------- +Tue Jun 11 13:32:12 CEST 2024 - jack@suse.cz + +- ext4: avoid online resizing failures due to oversized flex bg + (bsc#1222080 CVE-2023-52622). +- commit 817510d + +------------------------------------------------------------------- +Tue Jun 11 10:12:42 CEST 2024 - andrea.porta@suse.com + +- arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY + (git-fixes). +- commit d2efb00 + +------------------------------------------------------------------- +Tue Jun 11 10:03:53 CEST 2024 - tbogendoerfer@suse.de + +- net: mana: Enable MANA driver on ARM64 with 4K page size + (jsc#PED-8491). +- Update config files. +- commit 5211306 + +------------------------------------------------------------------- +Tue Jun 11 09:52:36 CEST 2024 - tbogendoerfer@suse.de + +- bna: ensure the copied buf is NUL terminated (CVE-2024-36934 + bsc#1225760). +- ice: ensure the copied buf is NUL terminated (CVE-2024-36935 + bsc#1225763). +- commit ab36d7d + +------------------------------------------------------------------- +Tue Jun 11 08:11:46 CEST 2024 - shung-hsi.yu@suse.com + +- xdp: use flags field to disambiguate broadcast redirect + (bsc#1225834 CVE-2024-36937). +- commit de0720c + +------------------------------------------------------------------- +Tue Jun 11 01:14:03 CEST 2024 - krisman@suse.de + +- fs/pipe: move check to pipe_has_watch_queue() (bsc#1224614 + CVE-2023-52672). +- commit 66a9a3f + +------------------------------------------------------------------- +Mon Jun 10 22:07:09 CEST 2024 - davide.benini@suse.com + +- tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING + (CVE-2023-52845 bsc#1225585). +- commit a73a0ca + +------------------------------------------------------------------- +Mon Jun 10 21:03:05 CEST 2024 - krisman@suse.de + +- pipe: wakeup wr_wait after setting max_usage (bsc#1224614 + CVE-2023-52672). +- commit 333fe30 + +------------------------------------------------------------------- +Mon Jun 10 17:13:33 CEST 2024 - lduncan@suse.com + +- blacklist.conf: add bsc#1223013 CVE-2024-26482, does not apply +- commit a7ff2c2 + +------------------------------------------------------------------- +Mon Jun 10 13:36:57 CEST 2024 - davide.benini@suse.com + +- netfilter: nf_tables: honor table dormant flag from netdev release event path + (CVE-2024-36005 bsc#1224539). +- commit 5b08b61 + +------------------------------------------------------------------- +Mon Jun 10 10:47:24 CEST 2024 - oneukum@suse.com + +- blacklist.conf: irrelevant build fix +- commit 226f27a + +------------------------------------------------------------------- +Sat Jun 8 16:22:10 CEST 2024 - lduncan@suse.com + +- scsi: target: core: Add TMF to tmr_list handling (bsc#1223018 + CVE-2024-26845). +- commit 6b81c05 + +------------------------------------------------------------------- +Fri Jun 7 16:21:13 CEST 2024 - vkarasulli@suse.de + +- iommu: mtk: fix module autoloading (git-fixes). +- commit 50334e4 + +------------------------------------------------------------------- +Fri Jun 7 15:12:04 CEST 2024 - vkarasulli@suse.de + +- iommu/amd: Enhance def_domain_type to handle untrusted device + (git-fixes). +- commit 9d0dd7f + +------------------------------------------------------------------- +Fri Jun 7 15:05:55 CEST 2024 - vkarasulli@suse.de + +- iommu: Undo pasid attachment only for the devices that have + succeeded (git-fixes). +- commit 4de170c + +------------------------------------------------------------------- +Fri Jun 7 15:03:38 CEST 2024 - davide.benini@suse.com + +- net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() + (CVE-2024-35892 bsc#1224515). +- commit e8fcaf3 + +------------------------------------------------------------------- +Fri Jun 7 13:57:12 CEST 2024 - jdelvare@suse.de + +- eeprom: at24: fix memory corruption race condition (bsc#1224612 + CVE-2024-35848). +- commit 269cd6c + +------------------------------------------------------------------- +Fri Jun 7 13:43:05 CEST 2024 - davide.benini@suse.com + +- udp: do not accept non-tunnel GSO skbs landing in a tunnel + (CVE-2024-35884 bsc#1224520). +- commit 78d5dd0 + +------------------------------------------------------------------- +Fri Jun 7 13:08:42 CEST 2024 - davide.benini@suse.com + +- Kabi workaround for icmp: prevent possible NULL dereferences from + icmp_build_probe() (CVE-2024-35857 bsc#1224619). +- icmp: prevent possible NULL dereferences from icmp_build_probe() + (CVE-2024-35857 bsc#1224619). +- commit fa789e3 + +------------------------------------------------------------------- +Thu Jun 6 23:53:41 CEST 2024 - krisman@suse.de + +- io_uring/net: correct the type of variable (git-fixes). +- commit 91963e3 + +------------------------------------------------------------------- +Thu Jun 6 15:39:34 CEST 2024 - shung-hsi.yu@suse.com + +- sock_map: avoid race between sock_map_close and sk_psock_put + (bsc#1225475 CVE-2023-52735). +- commit 71eeba4 + +------------------------------------------------------------------- +Thu Jun 6 12:52:35 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-dwc2-fix-possible-NULL-pointer-dereference-cause.patch + (CVE-2023-52855 bsc#1225583). + Adding references +- commit 4b5e987 + +------------------------------------------------------------------- +Thu Jun 6 09:32:09 CEST 2024 - denis.kirjanov@suse.com + +- net: preserve kabi for sk_buff (CVE-2024-26921 bsc#1223138). +- commit 7bf5961 + +------------------------------------------------------------------- +Thu Jun 6 09:29:40 CEST 2024 - denis.kirjanov@suse.com + +- inet: inet_defrag: prevent sk release while still in use + (CVE-2024-26921 bsc#1223138). +- commit 2016faf + +------------------------------------------------------------------- +Thu Jun 6 00:27:26 CEST 2024 - tonyj@suse.de + +- perf ui browser: Avoid SEGV on title (git fixes). +- commit 1578c22 + +------------------------------------------------------------------- +Wed Jun 5 20:40:13 CEST 2024 - tonyj@suse.de + +- perf pmu: Count sys and cpuid JSON events separately (git + fixes). +- perf stat: Don't display metric header for non-leader uncore + events (git-fixes). +- perf daemon: Fix file leak in daemon_session__control + (git-fixes). +- perf symbols: Fix ownership of string in dso__load_vmlinux() + (git-fixes). +- perf thread: Fixes to thread__new() related to initializing comm + (git-fixes). +- perf report: Avoid SEGV in report__setup_sample_type() + (git-fixes). +- perf ui browser: Don't save pointer to stack memory (git-fixes). +- perf bench internals inject-build-id: Fix trap divide when + collecting just one DSO (git-fixes). +- perf intel-pt: Fix unassigned instruction op (discovered by + MemorySanitizer) (git-fixes). +- perf test shell arm_coresight: Increase buffer size for + Coresight basic tests (git-fixes). +- perf docs: Document bpf event modifier (git-fixes). +- perf bench uprobe: Remove lib64 from libc.so.6 binary path + (git-fixes). +- perf record: Fix debug message placement for test consumption + (git-fixes). +- perf tests: Apply attributes to all events in object code + reading test (git-fixes). +- perf tests: Make "test data symbol" more robust on Neoverse N1 + (git-fixes). +- perf annotate: Fix annotation_calc_lines() to pass correct + address to get_srcline() (git-fixes). +- perf stat: Do not fail on metrics on s390 z/VM systems + (git-fixes). +- perf sched timehist: Fix -g/--call-graph option failure + (git-fixes). +- perf annotate: Get rid of duplicate --group option item + (git-fixes). +- perf probe: Add missing libgen.h header needed for using + basename() (git-fixes). +- perf record: Delete session after stopping sideband thread + (git-fixes). +- perf auxtrace: Fix multiple use of --itrace option (git-fixes). +- perf script: Show also errors for --insn-trace option + (git-fixes). +- perf lock contention: Add a missing NULL check (git-fixes). +- perf vendor events amd: Fix Zen 4 cache latency events + (git-fixes). +- libperf evlist: Avoid out-of-bounds access (git-fixes). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (git-fixes). +- perf print-events: make is_event_supported() more robust + (git-fixes). +- perf list: fix short description for some cache events + (git-fixes). +- perf metric: Don't remove scale from counts (git-fixes). +- perf stat: Avoid metric-only segv (git-fixes). +- perf expr: Fix "has_event" function for metric style events + (git-fixes). +- perf srcline: Add missed addr2line closes (git-fixes). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (git-fixes). +- perf bpf: Clean up the generated/copied vmlinux.h (git-fixes). +- perf jevents: Drop or simplify small integer values (git-fixes). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (git-fixes). +- perf pmu: Treat the msr pmu as software (git-fixes). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (git-fixes). +- perf record: Fix possible incorrect free in + record__switch_output() (git-fixes). +- perf vendor events amd: Add Zen 4 memory controller events + (git-fixes). +- perf top: Uniform the event name for the hybrid machine + (git-fixes). +- perf top: Use evsel's cpus to replace user_requested_cpus + (git-fixes). +- commit a1f9340 + +------------------------------------------------------------------- +Wed Jun 5 19:00:50 CEST 2024 - jack@suse.cz + +- nfs: Bump default write congestion size (bsc#1218442). +- commit 563bd84 + +------------------------------------------------------------------- +Wed Jun 5 18:57:05 CEST 2024 - jack@suse.cz + +- nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442). +- commit 1092c12 + +------------------------------------------------------------------- +Wed Jun 5 17:11:18 CEST 2024 - dsterba@suse.com + +- blacklist.conf: remove fix for CVE-2024-35956 bsc#1224674, not applicable +- Delete patches.suse/btrfs-qgroup-fix-qgroup-prealloc-rsv-leak-in-subvolu.patch. + Quoting bsc#1225945#c11: + "So the upstream 6.5 kernel commit (1b53e51a4a8f ("btrfs: don't commit + transaction for every subvol create") + ) was never backported to SLE, so that fix eb96e221937a ("btrfs: fix + unwritten extent buffer after snapshotting a new subvolume") was never + backported." +- commit d947258 + +------------------------------------------------------------------- +Wed Jun 5 14:58:19 CEST 2024 - oneukum@suse.com + +- crypto: iaa - Fix async_disable descriptor leak (CVE-2024-35926 + bsc#1224655). +- commit c5d6a9b + +------------------------------------------------------------------- +Wed Jun 5 13:38:58 CEST 2024 - shung-hsi.yu@suse.com + +- xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING + (bsc#1224575 CVE-2024-35976). +- commit 794d5e8 + +------------------------------------------------------------------- +Wed Jun 5 12:16:36 CEST 2024 - shung-hsi.yu@suse.com + +- bpf, skmsg: Fix NULL pointer dereference in + sk_psock_skb_ingress_enqueue (bsc#1225761 CVE-2024-36938). +- commit 2f2e817 + +------------------------------------------------------------------- +Wed Jun 5 11:15:56 CEST 2024 - davide.benini@suse.com + +- ipv4: check for NULL idev in ip_route_use_hint() + (CVE-2024-36008 bsc#1224540) +- commit d751eb5 + +------------------------------------------------------------------- +Tue Jun 4 20:14:17 CEST 2024 - ematsumiya@suse.de + +- smb3: fix lock ordering potential deadlock in + cifs_sync_mid_result (bsc#1225172, bsc#1224549, CVE-2024-35998). +- commit 98bfec0 + +------------------------------------------------------------------- +Tue Jun 4 20:13:35 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential deadlock when releasing mids + (bsc#1225172, bsc#1225548, CVE-2023-52757). +- commit 1b322a8 + +------------------------------------------------------------------- +Tue Jun 4 12:28:46 CEST 2024 - davide.benini@suse.com + +- blacklist.conf: add d380ce70058a4ccddc3e5f5c2063165dc07672c6 + netrom: Fix data-races around sysctl_net_busy_read + (CVE-2024-27419 bsc#1224759) +- commit 1fe217c + +------------------------------------------------------------------- +Tue Jun 4 12:01:21 CEST 2024 - iivanov@suse.de + +- octeontx2-af: avoid off-by-one read from userspace (bsc#1225762 CVE-2024-36957) +- commit d3dcfbb + +------------------------------------------------------------------- +Mon Jun 3 20:51:18 CEST 2024 - krisman@suse.de + +- kabi/severities: Ignore io_uring internal symbols +- commit 0e91c09 + +------------------------------------------------------------------- +Mon Jun 3 20:07:57 CEST 2024 - tonyj@suse.de + +- perf/x86: Fix out of range data (git-fixes). +- perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last + PEBS event (git-fixes). +- perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes). +- commit 664d77f + +------------------------------------------------------------------- +Mon Jun 3 19:14:40 CEST 2024 - ematsumiya@suse.de + +- cifs: failure to add channel on iface should bump up weight + (git-fixes, bsc#1225172). +- commit 007b237 + +------------------------------------------------------------------- +Mon Jun 3 19:14:26 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix parsing of SMB3.1.1 POSIX create context + (git-fixes, bsc#1225172). +- commit 5f27f69 + +------------------------------------------------------------------- +Mon Jun 3 19:14:13 CEST 2024 - ematsumiya@suse.de + +- Revert "cifs: reconnect work should have reference on server + struct" (git-fixes, bsc#1225172). +- commit 3ca4c0c + +------------------------------------------------------------------- +Mon Jun 3 19:13:59 CEST 2024 - ematsumiya@suse.de + +- cifs: fix leak of iface for primary channel (git-fixes, + bsc#1225172). +- commit b7eb8e8 + +------------------------------------------------------------------- +Mon Jun 3 19:13:45 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix mount when dns_resolver key is not available + (git-fixes, bsc#1225172). +- commit 28edb5c + +------------------------------------------------------------------- +Mon Jun 3 15:46:18 CEST 2024 - dwagner@suse.de + +- scsi: lpfc: Copyright updates for 14.4.0.2 patches + (bsc#1225842). +- scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842). +- scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842). +- scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask + (bsc#1225842). + Refresh: + - patches.suse/lpfc-reintroduce-old-irq-probe-logic.patch +- scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list + (bsc#1225842). +- scsi: lpfc: Clear deferred RSCN processing flag when driver + is unloading (bsc#1225842). +- scsi: lpfc: Update logging of protection type for T10 DIF I/O + (bsc#1225842). +- scsi: lpfc: Change default logging level for unsolicited CT + MIB commands (bsc#1225842). +- commit 5a56384 + +------------------------------------------------------------------- +Mon Jun 3 15:25:22 CEST 2024 - dwagner@suse.de + +- nvmet: fix ns enable/disable possible hang (git-fixes). +- nvme-multipath: fix io accounting on failover (git-fixes). +- nvme: fix multipath batched completion accounting (git-fixes). +- commit ed3b392 + +------------------------------------------------------------------- +Mon Jun 3 14:06:08 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/ALSA-hda-intel-sdw-acpi-fix-usage-of-device_get_name.patch + (git-fixes CVE-2024-36955). +- Update + patches.suse/ARM-9381-1-kasan-clear-stale-stack-poison.patch + (git-fixes bsc#1225715 CVE-2024-36906). +- Update + patches.suse/Bluetooth-HCI-Fix-potential-null-ptr-deref.patch + (git-fixes bsc#1225579 CVE-2024-36011). +- Update + patches.suse/Bluetooth-L2CAP-Fix-slab-use-after-free-in-l2cap_con.patch + (git-fixes bsc#1225578 CVE-2024-36013). +- Update + patches.suse/Bluetooth-msft-fix-slab-use-after-free-in-msft_do_cl.patch + (git-fixes bsc#1225502 CVE-2024-36012). +- Update + patches.suse/Bluetooth-qca-add-missing-firmware-sanity-checks.patch + (git-fixes bsc#1225722 CVE-2024-36880). +- Update + patches.suse/Bluetooth-qca-fix-firmware-check-error-path.patch + (git-fixes CVE-2024-36942). +- Update + patches.suse/Bluetooth-qca-fix-info-leak-when-fetching-fw-build-i.patch + (git-fixes bsc#1225720 CVE-2024-36032). +- Update + patches.suse/KVM-x86-mmu-Write-protect-L2-SPTEs-in-TDP-MMU-when-c.patch + (git-fixes bsc#1223749 CVE-2024-26990). +- Update + patches.suse/KVM-x86-pmu-Disable-support-for-adaptive-PEBS.patch + (git-fixes bsc#1223692 CVE-2024-26992). +- Update + patches.suse/Reapply-drm-qxl-simplify-qxl_fence_wait.patch + (stable-fixes CVE-2024-36944). +- Update + patches.suse/USB-core-Fix-access-violation-during-port-device-rem.patch + (git-fixes bsc#1225734 CVE-2024-36896). +- Update + patches.suse/amd-amdkfd-sync-all-devices-to-wait-all-processes-be.patch + (stable-fixes CVE-2024-36949). +- Update patches.suse/bpf-Check-bloom-filter-map-value-size.patch + (bsc#1224488 CVE-2024-35905 bsc#1225766 CVE-2024-36918). +- Update + patches.suse/clk-sunxi-ng-h6-Reparent-CPUX-during-PLL-CPUX-rate-c.patch + (git-fixes bsc#1225692 CVE-2023-52882). +- Update + patches.suse/cxl-pci-Fix-disabling-memory-if-DVSEC-CXL-Range-does.patch + (git-fixes CVE-2024-26761). +- Update + patches.suse/drm-amd-display-Atom-Integrated-System-Info-v2_2-for.patch + (stable-fixes bsc#1225735 CVE-2024-36897). +- Update + patches.suse/drm-amd-pm-fixes-a-random-hang-in-S4-for-SMU-v13.0.4.patch + (stable-fixes bsc#1225705 CVE-2024-36026). +- Update + patches.suse/drm-amdkfd-range-check-cp-bad-op-exception-interrupt.patch + (stable-fixes CVE-2024-36951). +- Update + patches.suse/drm-arm-malidp-fix-a-possible-null-pointer-dereferen.patch + (git-fixes bsc#1225593 CVE-2024-36014). +- Update + patches.suse/drm-nouveau-firmware-Fix-SG_DEBUG-error-with-nvkm_fi.patch + (stable-fixes bsc#1225728 CVE-2024-36885). +- Update + patches.suse/efi-unaccepted-touch-soft-lockup-during-memory-accept.patch + (git-fixes bsc#1225773 CVE-2024-36936). +- Update + patches.suse/firewire-ohci-mask-bus-reset-interrupts-between-ISR-.patch + (stable-fixes CVE-2024-36950). +- Update patches.suse/gpiolib-cdev-fix-uninitialised-kfifo.patch + (git-fixes bsc#1225736 CVE-2024-36898). +- Update + patches.suse/i40e-fix-vf-may-be-used-uninitialized-in-this-functi.patch + (git-fixes bsc#1225698 CVE-2024-36020). +- Update + patches.suse/maple_tree-fix-mas_empty_area_rev-null-pointer-deref.patch + (git-fixes bsc#1225710 CVE-2024-36891). +- Update + patches.suse/mm-slab-make-__free-kfree-accept-error-pointers.patch + (git-fixes bsc#1225714 CVE-2024-36890). +- Update + patches.suse/mmc-sdhci-msm-pervent-access-to-suspended-controller.patch + (git-fixes bsc#1225708 CVE-2024-36029). +- Update + patches.suse/net-hns3-fix-kernel-crash-when-devlink-reload-during.patch + (git-fixes bsc#1225699 CVE-2024-36021). +- Update + patches.suse/nouveau-dmem-handle-kcalloc-allocation-failure.patch + (git-fixes CVE-2024-26943). +- Update + patches.suse/nouveau-uvmm-fix-addr-range-calcs-for-remap-operatio.patch + (git-fixes bsc#1225694 CVE-2024-36018). +- Update + patches.suse/pinctrl-core-delete-incorrect-free-in-pinctrl_enable.patch + (git-fixes CVE-2024-36940). +- Update + patches.suse/pinctrl-devicetree-fix-refcount-leak-in-pinctrl_dt_t.patch + (git-fixes CVE-2024-36959). +- Update + patches.suse/ppdev-Add-an-error-check-in-register_device.patch + (git-fixes bsc#1225640 CVE-2024-36015). +- Update patches.suse/qibfs-fix-dentry-leak.patch (git-fixes + CVE-2024-36947). +- Update + patches.suse/regmap-maple-Fix-cache-corruption-in-regcache_maple_.patch + (git-fixes bsc#1225695 CVE-2024-36019). +- Update + patches.suse/s390-cio-Ensure-the-copied-buf-is-NUL-terminated.patch + (git-fixes bsc#1223869 bsc#1225747 CVE-2024-36931). +- Update + patches.suse/s390-qeth-Fix-kernel-panic-after-setting-hsuid.patch + (git-fixes bsc#1223874 bsc#1225775 CVE-2024-36928). +- Update + patches.suse/scsi-qla2xxx-Fix-off-by-one-in-qla_edif_app_getstats.patch + (git-fixes bsc#1225704 CVE-2024-36025). +- Update + patches.suse/spi-fix-null-pointer-dereference-within-spi_sync.patch + (git-fixes CVE-2024-36930). +- Update + patches.suse/swiotlb-Fix-double-allocation-of-slots-due-to-broken-alignment-handling.patch + (bsc#1224331 bsc#1224602 CVE-2024-35814). +- Update + patches.suse/tty-n_gsm-fix-possible-out-of-bounds-in-gsm0_receive.patch + (git-fixes bsc#1225642 CVE-2024-36016). +- Update + patches.suse/usb-gadget-f_fs-Fix-race-between-aio_cancel-and-AIO-.patch + (git-fixes bsc#1225749 CVE-2024-36894). +- Update + patches.suse/usb-gadget-uvc-use-correct-buffer-size-when-parsing-.patch + (git-fixes bsc#1225750 CVE-2024-36895). +- Update + patches.suse/usb-typec-tcpm-Check-for-port-partner-validity-befor.patch + (git-fixes bsc#1225748 CVE-2024-36893). +- Update + patches.suse/wifi-iwlwifi-mvm-guard-against-invalid-STA-ID-on-rem.patch + (stable-fixes bsc#1225769 CVE-2024-36921). +- Update + patches.suse/wifi-iwlwifi-read-txq-read_ptr-under-lock.patch + (stable-fixes CVE-2024-36922). +- Update + patches.suse/wifi-nl80211-don-t-free-NULL-coalescing-rule.patch + (git-fixes CVE-2024-36941). +- Update + patches.suse/x86-efistub-Call-mixed-mode-boot-services-on-the-firmware-.patch + (git-fixes bsc#1224742 CVE-2024-35803). +- commit 539780f + +------------------------------------------------------------------- +Mon Jun 3 13:25:29 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries/lparcfg: drop error message from guest name + lookup (bsc#1187716 ltc#193451 git-fixes). +- commit ceab637 + +------------------------------------------------------------------- +Mon Jun 3 13:19:17 CEST 2024 - msuchanek@suse.de + +- blacklist.conf: PPC fsl_msi is not used +- commit ae6590d + +------------------------------------------------------------------- +Mon Jun 3 13:03:27 CEST 2024 - msuchanek@suse.de + +- powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869). +- powerpc/uaccess: Fix build errors seen with GCC 13/14 + (bsc#1194869). +- commit 46b5d84 + +------------------------------------------------------------------- +Mon Jun 3 10:20:30 CEST 2024 - shung-hsi.yu@suse.com + +- Add reference to L3 bsc#1225765 in BPF control flow graph and precision backtrack fixes (bsc#1225756) + The L3 bsc#1225765 was created seperately since our customer requires + PTF. +- Update patches.suse/bpf-fix-precision-backtracking-instruction-iteration.patch +- Update patches.suse/bpf-handle-ldimm64-properly-in-check_cfg.patch +- Update patches.suse/selftests-bpf-add-edge-case-backtracking-logic-test.patch +- Update patches.suse/selftests-bpf-precision-tracking-test-for-BPF_NEG-an.patch +- commit 054635e + +------------------------------------------------------------------- +Mon Jun 3 01:12:20 CEST 2024 - mkubecek@suse.cz + +- netfilter: nf_tables: release mutex after nft_gc_seq_end from + abort path (CVE-2024-26925 bsc#1223390). +- commit 578a709 + +------------------------------------------------------------------- +Mon Jun 3 01:11:15 CEST 2024 - mkubecek@suse.cz + +- series.conf: cleanup + Fix subsection header to silence series_insert error. +- commit 4628dc3 + +------------------------------------------------------------------- +Sat Jun 1 10:18:30 CEST 2024 - tiwai@suse.de + +- ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). +- ALSA: ump: Set default protocol when not given explicitly + (git-fixes). +- ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). +- ALSA: core: Remove debugfs at disconnection (git-fixes). +- commit f8e0906 + +------------------------------------------------------------------- +Sat Jun 1 10:14:34 CEST 2024 - tiwai@suse.de + +- drm/panel: sitronix-st7789v: fix display size for + jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: tweak timing for + jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 + panel (git-fixes). +- dma-buf/sw-sync: don't enable IRQ from sync_print_obj() + (git-fixes). +- Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 + devices" (stable-fixes). +- drm/amd/display: Enable colorspace property for MST connectors + (git-fixes). +- drm/i915: Fix audio component initialization (git-fixes). +- drm/i915/dpt: Make DPT object unshrinkable (git-fixes). +- drm/i915/gt: Fix CCS id's calculation for CCS mode setting + (git-fixes). +- drm/i915/guc: avoid FIELD_PREP warning (git-fixes). +- drm/i915/gt: Disarm breadcrumbs if engines are already idle + (git-fixes). +- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) + (git-fixes). +- hwmon: (shtc1) Fix property misspelling (git-fixes). +- hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board + power sensor (git-fixes). +- spi: stm32: Don't warn about spurious interrupts (git-fixes). +- spi: Don't mark message DMA mapped when no transfer in it is + (git-fixes). +- dma-mapping: benchmark: handle NUMA_NO_NODE correctly + (git-fixes). +- dma-mapping: benchmark: fix node id validation (git-fixes). +- ALSA: seq: ump: Fix swapped song position pointer data + (git-fixes). +- ASoC: SOF: ipc4-topology: Fix input format query of process + modules without base extension (git-fixes). +- ALSA: seq: Fix yet another spot for system message conversion + (git-fixes). +- ALSA: ump: Don't accept an invalid UMP protocol number + (git-fixes). +- ALSA: ump: Don't clear bank selection after sending a program + change (git-fixes). +- ALSA: seq: Fix incorrect UMP type for system messages + (git-fixes). +- ALSA: seq: Don't clear bank selection at event -> UMP MIDI2 + conversion (git-fixes). +- ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP + conversion (git-fixes). +- ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp + (git-fixes). +- docs: netdev: Fix typo in Signed-off-by tag (git-fixes). +- net: usb: smsc95xx: fix changing LED_SEL bit value updated + from EEPROM (git-fixes). +- net: phy: micrel: set soft_reset callback to genphy_soft_reset + for KSZ8061 (git-fixes). +- commit e5505a5 + +------------------------------------------------------------------- +Sat Jun 1 10:09:27 CEST 2024 - tiwai@suse.de + +- Add alt-commit to a nouveau patch +- commit 0024d10 + +------------------------------------------------------------------- +Fri May 31 19:39:48 CEST 2024 - dsterba@suse.com + +- 9p: add missing locking around taking dentry fid list (git-fixes) +- commit 581af2d + +------------------------------------------------------------------- +Fri May 31 18:08:13 CEST 2024 - dsterba@suse.com + +- blacklist.conf: only a VFS cleanup +- commit f4a0ca8 + +------------------------------------------------------------------- +Fri May 31 18:00:27 CEST 2024 - dsterba@suse.com + +- blacklist.conf: openpromfs not built +- commit 475ff82 + +------------------------------------------------------------------- +Fri May 31 17:58:22 CEST 2024 - dsterba@suse.com + +- ecryptfs: Fix buffer size for tag 66 packet (git-fixes) +- commit 17aae28 + +------------------------------------------------------------------- +Fri May 31 17:18:32 CEST 2024 - davide.benini@suse.com + +- llc: call sock_orphan() at release time + (CVE-2024-26625 bsc#1221086) +- commit fe6bd4d + +------------------------------------------------------------------- +Fri May 31 17:18:11 CEST 2024 - dsterba@suse.com + +- fs/9p: translate O_TRUNC into OTRUNC (git-fixes) +- commit e03e9a5 + +------------------------------------------------------------------- +Fri May 31 17:14:43 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END + (git-fixes). +- commit e824dba + +------------------------------------------------------------------- +Fri May 31 17:14:08 CEST 2024 - dsterba@suse.com + +- fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) +- commit ebd0dc6 + +------------------------------------------------------------------- +Fri May 31 17:11:23 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: precision tracking test for BPF_NEG and BPF_END + (bsc#1225756). +- commit a410d73 + +------------------------------------------------------------------- +Fri May 31 17:08:22 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: add edge case backtracking logic test + (bsc#1225756). +- bpf: fix precision backtracking instruction iteration + (bsc#1225756). +- bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). +- commit 9cbb99b + +------------------------------------------------------------------- +Fri May 31 16:48:47 CEST 2024 - dsterba@suse.com + +- blacklist.conf: remove add and revert patch pair +- commit f17fe30 + +------------------------------------------------------------------- +Fri May 31 16:41:07 CEST 2024 - dsterba@suse.com + +- fs: indicate request originates from old mount API (git-fixes) +- commit 0754468 + +------------------------------------------------------------------- +Fri May 31 16:38:52 CEST 2024 - dsterba@suse.com + +- blacklist.conf: only comment fix +- commit b912460 + +------------------------------------------------------------------- +Fri May 31 16:36:29 CEST 2024 - dsterba@suse.com + +- locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) +- commit 4c48f9f + +------------------------------------------------------------------- +Fri May 31 16:34:32 CEST 2024 - dsterba@suse.com + +- fs: Fix error checking for d_hash_and_lookup() (git-fixes) +- commit c90513f + +------------------------------------------------------------------- +Fri May 31 16:31:13 CEST 2024 - dwagner@suse.de + +- nvme-pci: Add quirk for broken MSIs (git-fixes). +- nvme: fix warn output about shared namespaces without + CONFIG_NVME_MULTIPATH (git-fixes). +- drivers/nvme: Add quirks for device 126f:2262 (git-fixes). +- commit fff60eb + +------------------------------------------------------------------- +Fri May 31 16:05:29 CEST 2024 - dwagner@suse.de + +- Update + patches.suse/nvme-ensure-disabling-pairs-with-unquiesce.patch + (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535 + bsc#1224534). +- commit d9497f3 + +------------------------------------------------------------------- +Fri May 31 14:12:49 CEST 2024 - iivanov@suse.de + +- octeontx2-af: fix the double free in rvu_npc_freemem() (bsc#1225712 CVE-2024-36030) +- commit 294ca99 + +------------------------------------------------------------------- +Fri May 31 12:32:57 CEST 2024 - tbogendoerfer@suse.de + +- idpf: extend tx watchdog timeout (bsc#1224137). +- commit fbf0ed6 + +------------------------------------------------------------------- +Fri May 31 11:27:23 CEST 2024 - jgross@suse.com + +- kABI fix of KVM: x86/pmu: Allow programming events that match + unsupported arch events (bsc#1225696). +- Refresh + patches.suse/KVM-x86-pmu-Allow-programming-events-that-match-unsu.patch. +- commit 0e4ccf5 + +------------------------------------------------------------------- +Thu May 30 10:09:45 CEST 2024 - iivanov@suse.de + +- swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) +- commit c148fd3 + +------------------------------------------------------------------- +Thu May 30 09:03:10 CEST 2024 - davide.benini@suse.com + +- calipso: fix memory leak in netlbl_calipso_add_pass() + (CVE-2023-52698 bsc#1224621) +- commit 5fc90b9 + +------------------------------------------------------------------- +Thu May 30 07:29:06 CEST 2024 - jslaby@suse.cz + +- kabi/severities: ignore IMS functions + They were dropped in previous patches. Noone is supposed to use them. +- commit 494909c + +------------------------------------------------------------------- +Thu May 30 05:29:52 CEST 2024 - ematsumiya@suse.de + +- smb: client: set correct id, uid and cruid for multiuser + automounts (bsc#1223011, CVE-2024-26822). +- commit 6fce785 + +------------------------------------------------------------------- +Thu May 30 05:26:33 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential OOBs in smb2_parse_contexts() + (bsc#1220148, CVE-2023-52434). +- commit a00a7f6 + +------------------------------------------------------------------- +Wed May 29 19:16:39 CEST 2024 - colyli@suse.de + +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1223077, CVE-2024-26860). +- commit 29984e7 + +------------------------------------------------------------------- +Wed May 29 19:05:23 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: don't skip block groups with 100% zone unusable + (bsc#1220120). +- btrfs: don't refill whole delayed refs block reserve when + starting transaction (bsc#1220120). +- btrfs: add new unused block groups to the list of unused block + groups (bsc#1220120). +- btrfs: do not delete unused block group if it may be used soon + (bsc#1220120). +- btrfs: add and use helper to check if block group is used + (bsc#1220120). +- btrfs: always reserve space for delayed refs when starting + transaction (bsc#1220120). +- btrfs: stop doing excessive space reservation for csum deletion + (bsc#1220120). +- btrfs: remove pointless initialization at + btrfs_delayed_refs_rsv_release() (bsc#1220120). +- btrfs: reserve space for delayed refs on a per ref basis + (bsc#1220120). +- btrfs: allow to run delayed refs by bytes to be released + instead of count (bsc#1220120). +- btrfs: simplify check for extent item overrun at + lookup_inline_extent_backref() (bsc#1220120). +- btrfs: return -EUCLEAN if extent item is missing when searching + inline backref (bsc#1220120). +- btrfs: use a single variable for return value at + lookup_inline_extent_backref() (bsc#1220120). +- btrfs: use a single variable for return value at + run_delayed_extent_op() (bsc#1220120). +- btrfs: remove pointless 'ref_root' variable from + run_delayed_data_ref() (bsc#1220120). +- btrfs: initialize key where it's used when running delayed + data ref (bsc#1220120). +- btrfs: remove refs_to_drop argument from __btrfs_free_extent() + (bsc#1220120). +- btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() + (bsc#1220120). +- btrfs: remove the refcount warning/check at + btrfs_put_delayed_ref() (bsc#1220120). +- btrfs: remove unnecessary logic when running new delayed + references (bsc#1220120). +- btrfs: pass a space_info argument to + btrfs_reserve_metadata_bytes() (bsc#1220120). +- btrfs: log message if extent item not found when running + delayed extent op (bsc#1220120). +- btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() + (bsc#1220120). +- btrfs: move btrfs_free_excluded_extents() into block-group.c + (bsc#1220120). +- btrfs: open code trivial btrfs_add_excluded_extent() + (bsc#1220120). +- btrfs: make find_first_extent_bit() return a boolean + (bsc#1220120). +- btrfs: make btrfs_destroy_pinned_extent() return void + (bsc#1220120). +- btrfs: make btrfs_destroy_marked_extents() return void + (bsc#1220120). +- btrfs: rename add_new_free_space() to btrfs_add_new_free_space() + (bsc#1220120). +- btrfs: update documentation for add_new_free_space() + (bsc#1220120). +- commit 37b05cd + +------------------------------------------------------------------- +Wed May 29 18:24:54 CEST 2024 - nstange@suse.de + +- Refresh + patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch (bsc#1222771). + In preparation of enabling CONFIG_FIPS_SIGNATURE_SELFTEST, amend the + missing 'usage' argument in the pkcs7_validate_trust() invocation + from the PKCS#7 selftest. +- commit cfa0827 + +------------------------------------------------------------------- +Wed May 29 17:39:53 CEST 2024 - mbrugger@suse.com + +- blacklist.conf: arm: kernel does not support folios +- commit e0489ca + +------------------------------------------------------------------- +Wed May 29 17:23:53 CEST 2024 - pmladek@suse.com + +- printk: Let no_printk() use _printk() (bsc#1225618). +- commit 2abd745 + +------------------------------------------------------------------- +Wed May 29 17:04:32 CEST 2024 - pmladek@suse.com + +- printk: Update @console_may_schedule in + console_trylock_spinning() (bsc#1225616). +- commit e5e7ac5 + +------------------------------------------------------------------- +Wed May 29 16:43:37 CEST 2024 - mkoutny@suse.com + +- af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock + (CVE-2024-26676 bsc#1222380). +- af_unix: Don't peek OOB data without MSG_OOB (CVE-2024-26676 bsc#1222380). +- af_unix: Clear stale u->oob_skb (CVE-2024-26676 bsc#1222380). +- commit 7722c8d + +------------------------------------------------------------------- +Wed May 29 16:39:49 CEST 2024 - mkoutny@suse.com + +- af_unix: fix use-after-free in unix_stream_read_actor() + (CVE-2023-52772 bsc#1224989). +- commit 0f5ff3f + +------------------------------------------------------------------- +Wed May 29 16:37:13 CEST 2024 - nstange@suse.de + +- certs: Add ECDSA signature verification self-test (bsc#1222777). +- Port "certs: Add ECDSA signature verification self-test". +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_ECDSA. +- Refresh + 0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch: + trivial context update to Kconfig +- commit 7338b2e + +------------------------------------------------------------------- +Wed May 29 16:36:36 CEST 2024 - pmladek@suse.com + +- dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). +- commit 3d953e1 + +------------------------------------------------------------------- +Wed May 29 16:30:09 CEST 2024 - pmladek@suse.com + +- printk: Avoid non-panic CPUs writing to ringbuffer + (bsc#1225607). +- commit 9a41cad + +------------------------------------------------------------------- +Wed May 29 16:25:37 CEST 2024 - nstange@suse.de + +- certs: Move RSA self-test data to separate file (bsc#1222777). +- Port "certs: Move RSA self-test data to separate file". +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA. +- Refresh + patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch: + - trivial context update to Kconfig, + - account for changed pkcs7_validate_trust() callsite amended by + this refreshed patch. +- commit 248ad2a + +------------------------------------------------------------------- +Wed May 29 16:22:01 CEST 2024 - pmladek@suse.com + +- printk: Disable passing console lock owner completely during + panic() (bsc#1225607). +- commit a31a4d6 + +------------------------------------------------------------------- +Wed May 29 16:19:57 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1225607). +- commit 8be42db + +------------------------------------------------------------------- +Wed May 29 16:06:55 CEST 2024 - nstange@suse.de + +- Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771) +- commit 4ade1c7 + +------------------------------------------------------------------- +Wed May 29 15:50:37 CEST 2024 - pmladek@suse.com + +- printk: Wait for all reserved records with pr_flush() + (bsc#1225607). +- commit 4a07b6c + +------------------------------------------------------------------- +Wed May 29 15:35:37 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Cleanup reader terminology (bsc#1225607). +- commit b3f2a50 + +------------------------------------------------------------------- +Wed May 29 15:27:23 CEST 2024 - pmladek@suse.com + +- printk: Add this_cpu_in_panic() (bsc#1225607). +- commit 8afb830 + +------------------------------------------------------------------- +Wed May 29 15:21:57 CEST 2024 - pmladek@suse.com + +- printk: For @suppress_panic_printk check for other CPU in panic + (bsc#1225607). +- commit f2045e0 + +------------------------------------------------------------------- +Wed May 29 15:20:31 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Clarify special lpos values (bsc#1225607). +- commit d1338d8 + +------------------------------------------------------------------- +Wed May 29 15:17:37 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1225607). +- commit 1ea687c + +------------------------------------------------------------------- +Wed May 29 15:17:05 CEST 2024 - mkoutny@suse.com + +- prctl: generalize PR_SET_MDWE support check to be per-arch + (bsc#1225610). +- commit b86afe4 + +------------------------------------------------------------------- +Wed May 29 15:15:57 CEST 2024 - pmladek@suse.com + +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1225607). +- commit ea93856 + +------------------------------------------------------------------- +Wed May 29 15:14:03 CEST 2024 - pmladek@suse.com + +- printk: Adjust mapping for 32bit seq macros (bsc#1225607). +- commit e9e690d + +------------------------------------------------------------------- +Wed May 29 14:57:00 CEST 2024 - mkoutny@suse.com + +- blk-cgroup: fix list corruption from reorder of WRITE ->lqueued + (bsc#1225605). +- blk-cgroup: fix list corruption from resetting io stat + (bsc#1225605). +- commit c132bd3 + +------------------------------------------------------------------- +Wed May 29 14:56:41 CEST 2024 - pmladek@suse.com + +- printk: nbcon: Relocate 32bit seq macros (bsc#1225607). +- commit 6293dd4 + +------------------------------------------------------------------- +Wed May 29 14:47:13 CEST 2024 - pmladek@suse.com + +- printk: Rename abandon_console_lock_in_panic() to + other_cpu_in_panic() (bsc#1225607). +- commit 74aec78 + +------------------------------------------------------------------- +Wed May 29 14:42:32 CEST 2024 - pmladek@suse.com + +- printk: Consolidate console deferred printing (bsc#1225607). +- commit c45374f + +------------------------------------------------------------------- +Wed May 29 14:39:55 CEST 2024 - pmladek@suse.com + +- printk: Do not take console lock for console_flush_on_panic() + (bsc#1225607). +- commit ca5038f + +------------------------------------------------------------------- +Wed May 29 14:38:54 CEST 2024 - pmladek@suse.com + +- printk: Keep non-panic-CPUs out of console lock (bsc#1225607). +- commit 2d7bf36 + +------------------------------------------------------------------- +Wed May 29 14:24:43 CEST 2024 - pmladek@suse.com + +- printk: Reduce console_unblank() usage in unsafe scenarios + (bsc#1225607). +- commit 54eafaa + +------------------------------------------------------------------- +Wed May 29 13:45:07 CEST 2024 - pmladek@suse.com + +- livepatch: Fix missing newline character in + klp_resolve_symbols() (bsc#1223539). +- commit af0f908 + +------------------------------------------------------------------- +Wed May 29 13:33:07 CEST 2024 - pmladek@suse.com + +- blacklist.conf: workqueues: system-wide nr_active enforcement patchset; + not worth the risk (bsc#1225580) +- commit 059cebc + +------------------------------------------------------------------- +Wed May 29 13:28:17 CEST 2024 - shung-hsi.yu@suse.com + +- cpumap: Zero-initialise xdp_rxq_info struct before running + XDP program (bsc#1224718 CVE-2024-27431). +- commit fb7728a + +------------------------------------------------------------------- +Wed May 29 12:12:14 CEST 2024 - shung-hsi.yu@suse.com + +- kABI: bpf: struct bpf_link and bpf_link_ops kABI workaround + (bsc#1224531 CVE-2024-35860). +- commit 7744489 + +------------------------------------------------------------------- +Wed May 29 12:07:39 CEST 2024 - jslaby@suse.cz + +- Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support" + (git-fixes). +- Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()" (git-fixes). +- Revert "PCI/MSI: Provide stubs for IMS functions" (git-fixes). +- commit 0dc394b + +------------------------------------------------------------------- +Wed May 29 11:50:31 CEST 2024 - jslaby@suse.cz + +- ppdev: Add an error check in register_device (git-fixes). +- commit cfdb6a2 + +------------------------------------------------------------------- +Wed May 29 11:43:15 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: support deferring bpf_link dealloc to after RCU grace + period (bsc#1224531 CVE-2024-35860). +- bpf: put uprobe link's path and task in release callback + (bsc#1224531 CVE-2024-35860). +- commit a95dd44 + +------------------------------------------------------------------- +Wed May 29 11:25:39 CEST 2024 - jlee@suse.com + +- Bluetooth: ISO: Fix not validating setsockopt user input + (bsc#1224581 CVE-2024-35964). +- commit 9d49d44 + +------------------------------------------------------------------- +Wed May 29 11:06:17 CEST 2024 - pmladek@suse.com + +- blacklist.conf: workqueues: cosmetic; truncated names in ps output +- commit 2ed068f + +------------------------------------------------------------------- +Wed May 29 10:52:47 CEST 2024 - jlee@suse.com + +- Bluetooth: ISO: Add support for BT_PKT_STATUS (bsc#1224581 + CVE-2024-35964). +- commit cadac48 + +------------------------------------------------------------------- +Wed May 29 10:13:51 CEST 2024 - jlee@suse.com + +- Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic (bsc#1224581 + CVE-2024-35964). +- Refresh + patches.suse/Bluetooth-SCO-Fix-not-validating-setsockopt-user-inp.patch. +- commit 774d916 + +------------------------------------------------------------------- +Wed May 29 09:52:10 CEST 2024 - shung-hsi.yu@suse.com + +- bpf, sockmap: Prevent lock inversion deadlock in map delete elem + (bsc#1209657 CVE-2023-0160 bsc#1224511 CVE-2024-35895). +- commit fa3fb92 + +------------------------------------------------------------------- +Wed May 29 07:53:36 CEST 2024 - tiwai@suse.de + +- tpm_tis_spi: Account for SPI header when allocating TPM SPI + xfer buffer (git-fixes). +- commit 6d124e2 + +------------------------------------------------------------------- +Tue May 28 23:45:57 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_debug_files_proc_show() + (bsc#1225172, bsc#1223532, CVE-2024-26928). +- commit 1089c4a + +------------------------------------------------------------------- +Tue May 28 23:42:54 CEST 2024 - ematsumiya@suse.de + +- smb3: missing lock when picking channel (bsc#1225172, + bsc#1224550, CVE-2024-35999). +- commit d7be3a1 + +------------------------------------------------------------------- +Tue May 28 23:42:14 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in + cifs_signal_cifsd_for_reconnect() (bsc#1225172, bsc#1224766, + CVE-2024-35861). +- commit 0d45a76 + +------------------------------------------------------------------- +Tue May 28 23:41:36 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in smb2_is_network_name_deleted() + (bsc#1225172, bsc#1224764, CVE-2024-35862). +- commit 6632102 + +------------------------------------------------------------------- +Tue May 28 23:40:50 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in is_valid_oplock_break() + (bsc#1225172, bsc#1224763, CVE-2024-35863). +- commit 06c348c + +------------------------------------------------------------------- +Tue May 28 23:40:05 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in smb2_is_valid_oplock_break() + (bsc#1225172, bsc#1224668, CVE-2024-35865). +- commit 60bea5b + +------------------------------------------------------------------- +Tue May 28 23:39:26 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in smb2_is_valid_lease_break() + (bsc#1225172, bsc#1224765, CVE-2024-35864). +- commit 52cc8d8 + +------------------------------------------------------------------- +Tue May 28 23:38:40 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_stats_proc_show() + (bsc#1225172, bsc#1224664, CVE-2024-35867). +- commit 3a82d6a + +------------------------------------------------------------------- +Tue May 28 23:35:58 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_stats_proc_write() + (bsc#1225172, bsc#1224678, CVE-2024-35868). +- commit fb4bf4e + +------------------------------------------------------------------- +Tue May 28 23:35:08 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_dump_full_key() + (bsc#1225172, bsc#1224667, CVE-2024-35866). +- commit b0961fe + +------------------------------------------------------------------- +Tue May 28 23:33:25 CEST 2024 - ematsumiya@suse.de + +- smb: client: guarantee refcounted children from parent session + (bsc#1225172, bsc#1224679, CVE-2024-35869). +- commit 97642d2 + +------------------------------------------------------------------- +Tue May 28 23:32:40 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix UAF in smb2_reconnect_server() (bsc#1225172, + bsc#1224672, CVE-2024-35870). +- commit e205efa + +------------------------------------------------------------------- +Tue May 28 23:20:35 CEST 2024 - ematsumiya@suse.de + +- smb: Fix regression in writes when non-standard maximum write + size negotiated (bsc#1222464, CVE-2024-26692). +- commit 761be1f + +------------------------------------------------------------------- +Tue May 28 20:19:26 CEST 2024 - ematsumiya@suse.de + +- cifs: Fix writeback data corruption (bsc#1225172, + bsc#1223810, CVE-2024-27036). +- commit 75108cc + +------------------------------------------------------------------- +Tue May 28 20:07:48 CEST 2024 - ematsumiya@suse.de + +- cifs: Don't use certain unnecessary folio_*() functions + (bsc#1225172). +- commit 3ddf86f + +------------------------------------------------------------------- +Tue May 28 16:02:28 CEST 2024 - iivanov@suse.de + +- blacklist.conf: Ignore all devicetree schemes changes + We do not use them, so lets silence all git-fixes for them. +- commit 84a3286 + +------------------------------------------------------------------- +Tue May 28 13:34:20 CEST 2024 - nik.borisov@suse.com + +- x86/bpf: Fix IP after emitting call depth accounting (bsc#1224493 CVE-2024-35903). +- commit 1c0fa71 + +------------------------------------------------------------------- +Tue May 28 10:02:27 CEST 2024 - pjakobsson@suse.de + +- drm/amdgpu: Skip do PCI error slot reset during RAS recovery (CVE-2024-35931 bsc#1224652). +- commit 1dec1c9 + +------------------------------------------------------------------- +Tue May 28 08:15:44 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore TAS2781 symbol drop, it's only locally used +- commit f367fdb + +------------------------------------------------------------------- +Tue May 28 08:12:45 CEST 2024 - tiwai@suse.de + +- ASoC: tas2781: Fix wrong loading calibrated data sequence + (git-fixes). +- commit 5851e36 + +------------------------------------------------------------------- +Tue May 28 08:10:39 CEST 2024 - tiwai@suse.de + +- mm: page_owner: fix wrong information in dump_page_owner + (git-fixes). +- ALSA: scarlett2: Add missing error check to + scarlett2_config_save() (git-fixes). +- commit 4b2ccd1 + +------------------------------------------------------------------- +Tue May 28 06:53:34 CEST 2024 - jslaby@suse.cz + +- x86/mm/pat: fix VM_PAT handling in COW mappings (bsc#1224525 + CVE-2024-35877). +- commit 24cc941 + +------------------------------------------------------------------- +Tue May 28 01:53:00 CEST 2024 - krisman@suse.de + +- io_uring: fail NOP if non-zero op flags is passed in + (git-fixes). +- io_uring/net: fix sendzc lazy wake polling (git-fixes). +- io-wq: write next_work before dropping acct_lock (git-fixes). +- io_uring: use the right type for work_llist empty check + (git-fixes). +- io_uring/net: restore msg_control on sendzc retry (git-fixes). +- commit 92fcddd + +------------------------------------------------------------------- +Tue May 28 01:32:23 CEST 2024 - krisman@suse.de + +- io_uring/kbuf: hold io_buffer_list reference over mmap + (git-fixes bsc#1224523 CVE-2024-35880). +- io_uring/kbuf: protect io_buffer_list teardown with a reference + (git-fixes). + Reuses a padding space in the structure. +- io_uring/kbuf: get rid of bl->is_ready (git-fixes). +- io_uring/kbuf: get rid of lower BGID lists (git-fixes). + Including kabi preservation patch. +- io_uring/kbuf: rename is_mapped (git-fixes). +- commit 3037746 + +------------------------------------------------------------------- +Tue May 28 00:53:15 CEST 2024 - krisman@suse.de + +- io_uring: use private workqueue for exit work (git-fixes). +- io_uring/rw: don't allow multishot reads without NOWAIT support + (git-fixes). +- io_uring: clear opcode specific data for an early failure + (git-fixes). +- io_uring: fix poll_remove stalled req completion (git-fixes). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (git-fixes bsc#1224698 CVE-2024-35831). +- io_uring: clean rings on NO_MMAP alloc fail (git-fixes). +- io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry + (git-fixes). +- io_uring: don't save/restore iowait state (git-fixes). +- commit 289cc2c + +------------------------------------------------------------------- +Tue May 28 00:35:54 CEST 2024 - krisman@suse.de + +- io_uring: fix mshot io-wq checks (git-fixes). +- io_uring/net: correctly handle multishot recvmsg retry setup + (git-fixes). +- io_uring: fix io_queue_proc modifying req->flags (git-fixes). +- commit 78dda9b + +------------------------------------------------------------------- +Mon May 27 23:59:20 CEST 2024 - krisman@suse.de + +- io_uring: fix mshot read defer taskrun cqe posting (git-fixes). +- commit de73141 + +------------------------------------------------------------------- +Mon May 27 21:33:13 CEST 2024 - davide.benini@suse.com + +- ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr + (CVE-2024-35969 bsc#1224580) +- commit f419c6d + +------------------------------------------------------------------- +Mon May 27 20:45:38 CEST 2024 - tbogendoerfer@suse.de + +- mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash + work (CVE-2024-35852 bsc#1224502). +- mlxsw: spectrum_acl_tcam: Fix incorrect list API usage + (CVE-2024-36006 bsc#1224541). +- mlxsw: spectrum_acl_tcam: Fix warning during rehash + (CVE-2024-36007 bsc#1224543). +- commit 88a980b + +------------------------------------------------------------------- +Mon May 27 18:45:10 CEST 2024 - vkarasulli@suse.de + +- Revert "iommu/vt-d: Enable PCI/IMS" (git-fixes). +- commit f424462 + +------------------------------------------------------------------- +Mon May 27 18:39:43 CEST 2024 - vkarasulli@suse.de + +- Revert "iommu/amd: Enable PCI/IMS" (git-fixes). +- commit 278bf80 + +------------------------------------------------------------------- +Mon May 27 18:29:15 CEST 2024 - vkarasulli@suse.de + +- iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest + (git-fixes). +- commit 481f9bd + +------------------------------------------------------------------- +Mon May 27 18:26:02 CEST 2024 - fdmanana@suse.com + +- btrfs: avoid start and commit empty transaction when flushing + qgroups (bsc#1220120). +- btrfs: avoid start and commit empty transaction when starting + qgroup rescan (bsc#1220120). +- btrfs: avoid starting and committing empty transaction when + flushing space (bsc#1220120). +- btrfs: avoid starting new transaction when flushing delayed + items and refs (bsc#1220120). +- btrfs: merge find_free_dev_extent() and + find_free_dev_extent_start() (bsc#1220120). +- btrfs: make find_free_dev_extent() static (bsc#1220120). +- btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). +- btrfs: fail priority metadata ticket with real fs error + (bsc#1220120). +- btrfs: return real error when orphan cleanup fails due to a + transaction abort (bsc#1220120). +- btrfs: store the error that turned the fs into error state + (bsc#1220120). +- btrfs: don't steal space from global rsv after a transaction + abort (bsc#1220120). +- btrfs: print available space across all block groups when + dumping space info (bsc#1220120). +- btrfs: print available space for a block group when dumping + a space info (bsc#1220120). +- btrfs: print block group super and delalloc bytes when dumping + space info (bsc#1220120). +- btrfs: print target number of bytes when dumping free space + (bsc#1220120). +- btrfs: update comment for btrfs_join_transaction_nostart() + (bsc#1220120). +- commit b4554d4 + +------------------------------------------------------------------- +Mon May 27 18:11:48 CEST 2024 - vbabka@suse.cz + +- mm/secretmem: fix GUP-fast succeeding on secretmem folios + (CVE-2024-35872 bsc#1224530). +- commit 42a2f6f + +------------------------------------------------------------------- +Mon May 27 17:29:41 CEST 2024 - ematsumiya@suse.de + +- cifs: fix charset issue in reconnection (bsc#1225172). +- commit b4ea103 + +------------------------------------------------------------------- +Mon May 27 17:07:38 CEST 2024 - fdmanana@suse.com + +- btrfs: make btrfs_destroy_delayed_refs() return void + (bsc#1220120). +- btrfs: remove unnecessary prototype declarations at disk-io.c + (bsc#1220120). +- btrfs: use a single switch statement when initializing delayed + ref head (bsc#1220120). +- btrfs: use bool type for delayed ref head fields that are used + as booleans (bsc#1220120). +- btrfs: assert correct lock is held at btrfs_select_ref_head() + (bsc#1220120). +- btrfs: get rid of label and goto at insert_delayed_ref() + (bsc#1220120). +- btrfs: make insert_delayed_ref() return a bool instead of an + int (bsc#1220120). +- btrfs: use a bool to track qgroup record insertion when adding + ref head (bsc#1220120). +- btrfs: remove pointless in_tree field from struct + btrfs_delayed_ref_node (bsc#1220120). +- btrfs: remove unused is_head field from struct + btrfs_delayed_ref_node (bsc#1220120). +- btrfs: reorder some members of struct btrfs_delayed_ref_head + (bsc#1220120). +- commit 2e19466 + +------------------------------------------------------------------- +Mon May 27 16:12:29 CEST 2024 - dsterba@suse.com + +- btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations (CVE-2024-35956 bsc#1224674) +- commit 9bb0c20 + +------------------------------------------------------------------- +Mon May 27 16:07:17 CEST 2024 - dsterba@suse.com + +- Update patches.suse/btrfs-send-handle-path-ref-underflow-in-header-itera.patch (CVE-2024-35935 bsc#1224645) +- commit 5aa2b5a + +------------------------------------------------------------------- +Mon May 27 15:40:09 CEST 2024 - dsterba@suse.com + +- btrfs: make error messages more clear when getting a chunk map (git-fixes) +- commit 47ecf55 + +------------------------------------------------------------------- +Mon May 27 15:38:41 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: compilation warning fix +- commit 02490e2 + +------------------------------------------------------------------- +Mon May 27 15:37:02 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: code not built +- commit 5199fc3 + +------------------------------------------------------------------- +Mon May 27 15:29:06 CEST 2024 - dsterba@suse.com + +- btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) +- commit 907e740 + +------------------------------------------------------------------- +Mon May 27 15:26:23 CEST 2024 - petr.pavlu@suse.com + +- tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test + (git-fixes). +- commit 113163c + +------------------------------------------------------------------- +Mon May 27 15:25:37 CEST 2024 - dsterba@suse.com + +- btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) +- commit 4318f3e + +------------------------------------------------------------------- +Mon May 27 15:25:21 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix a race between readers and resize checks + (git-fixes). +- commit 568ebcf + +------------------------------------------------------------------- +Mon May 27 15:23:46 CEST 2024 - dsterba@suse.com + +- btrfs: add a helper to read the superblock metadata_uuid (git-fixes) +- commit 543d7b8 + +------------------------------------------------------------------- +Mon May 27 15:21:39 CEST 2024 - petr.pavlu@suse.com + +- ftrace: Fix possible use-after-free issue in ftrace_location() + (git-fixes). +- commit 4cf7fca + +------------------------------------------------------------------- +Mon May 27 15:20:36 CEST 2024 - petr.pavlu@suse.com + +- tracing: hide unused ftrace_event_id_fops (git-fixes). +- commit 61c90c7 + +------------------------------------------------------------------- +Mon May 27 15:19:03 CEST 2024 - petr.pavlu@suse.com + +- blacklist.conf: add not-relevant tracing commits +- commit b97c070 + +------------------------------------------------------------------- +Mon May 27 11:19:26 CEST 2024 - nik.borisov@suse.com + +- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). +- commit 1340b2d + +------------------------------------------------------------------- +Mon May 27 11:12:16 CEST 2024 - nik.borisov@suse.com + +- x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). +- commit 12dcb3a + +------------------------------------------------------------------- +Mon May 27 11:08:48 CEST 2024 - nik.borisov@suse.com + +- x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). +- commit 9d83518 + +------------------------------------------------------------------- +Mon May 27 11:08:27 CEST 2024 - nik.borisov@suse.com + +- x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). +- commit 2e5a312 + +------------------------------------------------------------------- +Mon May 27 11:07:16 CEST 2024 - nik.borisov@suse.com + +- x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). +- commit 453faa5 + +------------------------------------------------------------------- +Mon May 27 11:06:52 CEST 2024 - nik.borisov@suse.com + +- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). +- commit e894262 + +------------------------------------------------------------------- +Mon May 27 10:59:27 CEST 2024 - nik.borisov@suse.com + +- mm/slab: make __free(kfree) accept error pointers (git-fixes). +- commit 8b5f449 + +------------------------------------------------------------------- +Mon May 27 10:52:46 CEST 2024 - nik.borisov@suse.com + +- x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). +- commit fa1d89a + +------------------------------------------------------------------- +Mon May 27 09:54:37 CEST 2024 - jgross@suse.com + +- Update + patches.suse/virtio_net-Do-not-send-RSS-key-if-it-is-not-supporte.patch + (bsc#1224565, CVE-2024-35981). +- commit 50a448d + +------------------------------------------------------------------- +Mon May 27 09:52:27 CEST 2024 - jgross@suse.com + +- Update + patches.suse/KVM-x86-Mark-target-gfn-of-emulated-atomic-instructi.patch + (bsc#1224638, CVE-2024-35804). +- commit aac65c3 + +------------------------------------------------------------------- +Mon May 27 09:49:04 CEST 2024 - jgross@suse.com + +- Update + patches.suse/KVM-SVM-Flush-pages-under-kvm-lock-to-fix-UAF-in-svm.patch + (bsc#1224725, CVE-2024-35791). +- commit 80eb8d1 + +------------------------------------------------------------------- +Mon May 27 08:09:27 CEST 2024 - tiwai@suse.de + +- cxl/port: Fix delete_endpoint() vs parent unregistration race + (CVE-2023-52771 bsc#1225007). +- commit b115e15 + +------------------------------------------------------------------- +Sun May 26 09:46:10 CEST 2024 - tiwai@suse.de + +- i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during + start frame (git-fixes). +- commit cc09a8e + +------------------------------------------------------------------- +Sun May 26 09:45:48 CEST 2024 - tiwai@suse.de + +- kselftest: Add a ksft_perror() helper (stable-fixes). +- Refresh + patches.suse/selftests-timers-posix_timers-Reimplement-check_time.patch. +- commit f14f41c + +------------------------------------------------------------------- +Sun May 26 09:45:04 CEST 2024 - tiwai@suse.de + +- nilfs2: fix unexpected freezing of nilfs_segctor_sync() + (git-fixes). +- nilfs2: fix use-after-free of timer for log writer thread + (git-fixes). +- kasan, fortify: properly rename memintrinsics (git-fixes). +- i3c: master: svc: fix invalidate IBI type and miss call client + IBI handler (git-fixes). +- serial: kgdboc: Fix NMI-safety problems from keyboard reset code + (stable-fixes). +- drm/amd/display: Fix division by zero in setup_dsc_config + (stable-fixes). +- docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes). +- mmc: core: Add HS400 tuning in HS400es initialization + (stable-fixes). +- commit 0b2962b + +------------------------------------------------------------------- +Sun May 26 09:41:07 CEST 2024 - tiwai@suse.de + +- Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() + (git-fixes). +- commit 3e2fb47 + +------------------------------------------------------------------- +Sat May 25 08:35:21 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook + 440/460 G11 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with + ALC897 (stable-fixes). +- ALSA: usb-audio: Fix for sampling rates support for Mbox3 + (stable-fixes). +- ALSA: timer: Set lower bound of start tick time (stable-fixes). +- ALSA: usb-audio: Add sampling rates support for Mbox3 + (stable-fixes). +- commit ae40914 + +------------------------------------------------------------------- +Sat May 25 08:28:19 CEST 2024 - tiwai@suse.de + +- drm/nouveau: use tile_mode and pte_kind for VM_BIND bo + allocations (git-fixes). +- Input: cyapa - add missing input core locking to suspend/resume + functions (git-fixes). +- Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation + (git-fixes). +- Input: ims-pcu - fix printf string overflow (git-fixes). +- ASoC: tas2552: Add TX path for capturing AUDIO-OUT data + (git-fixes). +- ALSA: core: Fix NULL module pointer assignment at card init + (git-fixes). +- speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). +- serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using + prescaler (git-fixes). +- serial: 8250_bcm7271: use default_mux_rate if possible + (git-fixes). +- serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup + (git-fixes). +- tty: n_gsm: fix missing receive state reset after mode switch + (git-fixes). +- tty: n_gsm: fix possible out-of-bounds in gsm0_receive() + (git-fixes). +- commit be92dbc + +------------------------------------------------------------------- +Sat May 25 01:42:31 CEST 2024 - krisman@suse.de + +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (git-fixes CVE-2024-35827 bsc#1224606). +- commit e6510ec + +------------------------------------------------------------------- +Sat May 25 01:40:27 CEST 2024 - krisman@suse.de + +- io_uring/net: move receive multishot out of the generic msghdr + path (git-fixes). +- commit 98302d6 + +------------------------------------------------------------------- +Sat May 25 01:38:57 CEST 2024 - krisman@suse.de + +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (git-fixes). +- commit 8bed9be + +------------------------------------------------------------------- +Sat May 25 01:33:04 CEST 2024 - ematsumiya@suse.de + +- cifs: handle cases where multiple sessions share connection + (bsc#1225172). +- commit 6704757 + +------------------------------------------------------------------- +Sat May 25 01:32:51 CEST 2024 - ematsumiya@suse.de + +- smb3: show beginning time for per share stats (bsc#1225172). +- commit 9dab491 + +------------------------------------------------------------------- +Sat May 25 01:32:38 CEST 2024 - ematsumiya@suse.de + +- cifs: cifs_chan_is_iface_active should be called with chan_lock + held (bsc#1225172). +- commit 7f878c6 + +------------------------------------------------------------------- +Sat May 25 01:32:24 CEST 2024 - ematsumiya@suse.de + +- cifs: do not pass cifs_sb when trying to add channels + (bsc#1225172). +- commit b48e89f + +------------------------------------------------------------------- +Sat May 25 01:32:10 CEST 2024 - ematsumiya@suse.de + +- smb: client: remove extra @chan_count check in + __cifs_put_smb_ses() (bsc#1225172). +- commit 58e3272 + +------------------------------------------------------------------- +Sat May 25 01:31:57 CEST 2024 - ematsumiya@suse.de + +- cifs: reconnect work should have reference on server struct + (bsc#1225172). +- commit f1bff59 + +------------------------------------------------------------------- +Sat May 25 01:31:44 CEST 2024 - ematsumiya@suse.de + +- cifs: handle cases where a channel is closed (bsc#1225172). +- commit c305501 + +------------------------------------------------------------------- +Sat May 25 01:31:30 CEST 2024 - ematsumiya@suse.de + +- smb: client: reduce stack usage in cifs_try_adding_channels() + (bsc#1225172). +- commit 16a3d64 + +------------------------------------------------------------------- +Sat May 25 01:31:17 CEST 2024 - ematsumiya@suse.de + +- smb: client: get rid of dfs code dep in namespace.c + (bsc#1225172). +- commit 658ebd6 + +------------------------------------------------------------------- +Sat May 25 01:31:04 CEST 2024 - ematsumiya@suse.de + +- smb: client: get rid of dfs naming in automount code + (bsc#1225172). +- commit b47e685 + +------------------------------------------------------------------- +Sat May 25 01:26:39 CEST 2024 - ematsumiya@suse.de + +- smb: client: rename cifs_dfs_ref.c to namespace.c (bsc#1225172). +- commit 429bc2d + +------------------------------------------------------------------- +Sat May 25 01:25:30 CEST 2024 - ematsumiya@suse.de + +- smb: client: ensure to try all targets when finding nested links + (bsc#1225172). +- commit b03bac4 + +------------------------------------------------------------------- +Sat May 25 01:25:17 CEST 2024 - ematsumiya@suse.de + +- smb: client: introduce DFS_CACHE_TGT_LIST() (bsc#1225172). +- commit f066846 + +------------------------------------------------------------------- +Sat May 25 01:25:04 CEST 2024 - ematsumiya@suse.de + +- cifs: account for primary channel in the interface list + (bsc#1225172). +- commit 28558fb + +------------------------------------------------------------------- +Sat May 25 01:24:50 CEST 2024 - ematsumiya@suse.de + +- cifs: distribute channels across interfaces based on speed + (bsc#1225172). +- commit 66db7c6 + +------------------------------------------------------------------- +Sat May 25 01:14:54 CEST 2024 - krisman@suse.de + +- io_uring: remove unconditional looping in local task_work + handling (git-fixes). +- commit 1df83aa + +------------------------------------------------------------------- +Sat May 25 01:08:35 CEST 2024 - krisman@suse.de + +- io_uring: remove looping around handling traditional task_work + (git-fixes). +- commit 6bdc394 + +------------------------------------------------------------------- +Fri May 24 20:33:36 CEST 2024 - tiwai@suse.de + +- dmaengine: dw-edma: eDMA: Add sync read before starting the + DMA transfer in remote setup (CVE-2024-27408 bsc#1224430). +- commit 26ca7a6 + +------------------------------------------------------------------- +Fri May 24 20:29:39 CEST 2024 - tiwai@suse.de + +- pmdomain: ti: Add a null pointer check to the + omap_prm_domain_init (CVE-2024-35943 bsc#1224649). +- commit 4abda58 + +------------------------------------------------------------------- +Fri May 24 20:27:11 CEST 2024 - tiwai@suse.de + +- media: mediatek: vcodec: Fix oops when HEVC init fails + (CVE-2024-35921 bsc#1224477). +- commit 7226612 + +------------------------------------------------------------------- +Fri May 24 18:18:36 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() + for hisi_hns3_pmu uninit process (CVE-2023-52860 bsc#1224936). +- commit f0f6842 + +------------------------------------------------------------------- +Fri May 24 18:15:40 CEST 2024 - tiwai@suse.de + +- kABI workaround for struct idxd_evl (CVE-2024-35991 + bsc#1224553). +- commit 4c82821 + +------------------------------------------------------------------- +Fri May 24 18:11:49 CEST 2024 - tiwai@suse.de + +- dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue + (CVE-2024-35991 bsc#1224553). +- commit bba26d6 + +------------------------------------------------------------------- +Fri May 24 16:30:01 CEST 2024 - mgorman@suse.de + +- sched/topology: Optimize topology_span_sane() (bsc#1225053). +- cpumask: Add for_each_cpu_from() (bsc#1225053). +- commit a6ca3d0 + +------------------------------------------------------------------- +Fri May 24 15:19:25 CEST 2024 - denis.kirjanov@suse.com + +- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during + rehash (CVE-2024-35854 bsc#1224636). +- commit 2a8bef6 + +------------------------------------------------------------------- +Fri May 24 14:10:08 CEST 2024 - davide.benini@suse.com + +- net: mctp: take ownership of skb in mctp_local_output + (CVE-2024-27418 bsc#1224720) +- commit afb99d9 + +------------------------------------------------------------------- +Fri May 24 13:54:38 CEST 2024 - davide.benini@suse.com + +- ipv6: fix potential "struct net" leak in inet6_rtm_getaddr() + (CVE-2024-27417 bsc#1224721) +- commit 4e68c84 + +------------------------------------------------------------------- +Fri May 24 09:07:32 CEST 2024 - tiwai@suse.de + +- regulator: bd71828: Don't overwrite runtime voltages + (git-fixes). +- nfc: nci: Fix handling of zero-length payload packets in + nci_rx_work() (git-fixes). +- nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). +- selftests: net: kill smcrouted in the cleanup logic in amt.sh + (git-fixes). +- tools/latency-collector: Fix -Wformat-security compile warns + (git-fixes). +- commit 3a26e1a + +------------------------------------------------------------------- +Fri May 24 06:14:35 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Protect against int overflow for stack access size + (bsc#1224488 CVE-2024-35905). +- bpf: Check bloom filter map value size (bsc#1224488 + CVE-2024-35905). +- commit 5fa3c11 + +------------------------------------------------------------------- +Fri May 24 03:31:46 CEST 2024 - krisman@suse.de + +- io_uring: drop any code related to SCM_RIGHTS (git-fixes + CVE-2023-52656 bsc#1224187). +- io_uring/unix: drop usage of io_uring socket (git-fixes). +- Refresh + patches.suse/fs-Rename-anon_inode_getfile_secure-and-anon_inode_getfd_secure. + Commit together because this required explicit merging with the + anonymous inode creation function change. Incldues kabi fix up. +- commit b304b67 + +------------------------------------------------------------------- +Fri May 24 02:11:16 CEST 2024 - neilb@suse.de + +- autofs: use wake_up() instead of wake_up_interruptible(() + (bsc#1224166). +- commit eb57c74 + +------------------------------------------------------------------- +Thu May 23 19:29:39 CEST 2024 - mwilck@suse.com + +- Update patches.suse/scsi-qedf-Wait-for-stag-work-during-unload.patch (bsc#1214852) +- Update patches.suse/scsi-qedf-Don-t-process-stag-work-during-unload.patch (bsc#1214852) +- commit 4cb5fde + +------------------------------------------------------------------- +Thu May 23 15:56:49 CEST 2024 - rgoldwyn@suse.com + +- Remove NTFSv3 from configs (bsc#1224429) + References: bsc#1224429 comment#3 + We only support fuse version of the NTFS-3g driver. Disable NTFSv3 from + all configs. + This was enabled in + d016c04d731 ("Bump to 6.4 kernel (jsc#PED-4593)") +- commit b4be251 + +------------------------------------------------------------------- +Thu May 23 14:51:16 CEST 2024 - mfranc@suse.cz + +- s390/ipl: Fix incorrect initialization of len fields in nvme + reipl block (git-fixes bsc#1225136). +- commit 273e6f4 + +------------------------------------------------------------------- +Thu May 23 14:48:04 CEST 2024 - mfranc@suse.cz + +- s390/ipl: Fix incorrect initialization of nvme dump block + (git-fixes bsc#1225134). +- commit 955c716 + +------------------------------------------------------------------- +Thu May 23 14:46:23 CEST 2024 - mfranc@suse.cz + +- s390/cpacf: Split and rework cpacf query functions (git-fixes + bsc#1225133). +- commit ee9583e + +------------------------------------------------------------------- +Thu May 23 14:42:45 CEST 2024 - mfranc@suse.cz + +- s390/bpf: Fix bpf_plt pointer arithmetic (git-fixes bsc#1224481 + CVE-2024-35917). +- commit 34e1a55 + +------------------------------------------------------------------- +Thu May 23 14:33:42 CEST 2024 - tiwai@suse.de + +- Move upstreamed mm patches into sorted section +- commit e3937f1 + +------------------------------------------------------------------- +Thu May 23 14:27:38 CEST 2024 - tiwai@suse.de + +- Move upstreamed powerpc patches into sorted section +- commit fdb5fa6 + +------------------------------------------------------------------- +Thu May 23 14:27:05 CEST 2024 - tiwai@suse.de + +- kABI workaround for cs35l56 (git-fixes). +- commit 331f8f7 + +------------------------------------------------------------------- +Thu May 23 14:24:16 CEST 2024 - tiwai@suse.de + +- ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails + (stable-fixes). +- Refresh + patches.suse/ASoC-SOF-Intel-mtl-Implement-firmware-boot-state-che.patch. +- commit 8e475f5 + +------------------------------------------------------------------- +Thu May 23 14:22:42 CEST 2024 - tiwai@suse.de + +- ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot + failed (git-fixes). +- ASoC: cs35l56: Prevent overwriting firmware ASP config + (git-fixes). +- commit 1a7f82c + +------------------------------------------------------------------- +Thu May 23 13:25:34 CEST 2024 - tiwai@suse.de + +- ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put() + (CVE-2023-52674 bsc#1224727). +- ALSA: scarlett2: Add missing error checks to *_ctl_get() + (CVE-2023-52680 bsc#1224608). +- ALSA: scarlett2: Add missing error check to + scarlett2_usb_set_config() (CVE-2023-52692 bsc#1224628). +- commit fff59c9 + +------------------------------------------------------------------- +Thu May 23 07:45:50 CEST 2024 - tiwai@suse.de + +- vmci: prevent speculation leaks by sanitizing event in + event_deliver() (git-fixes). +- VMCI: Fix an error handling path in vmci_guest_probe_device() + (git-fixes). +- VMCI: Fix possible memcpy() run-time warning in + vmci_datagram_invoke_guest_handler() (stable-fixes). +- VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() + (stable-fixes CVE-2024-35944 bsc#1224648). +- commit d9694ad + +------------------------------------------------------------------- +Thu May 23 07:42:55 CEST 2024 - tiwai@suse.de + +- spmi: hisi-spmi-controller: Do not override device identifier + (git-fixes). +- extcon: max8997: select IRQ_DOMAIN instead of depending on it + (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port + assignment (git-fixes). +- iio: pressure: dps310: support negative temperature values + (git-fixes). +- iio: adc: stm32: Fixing err code to not indicate success + (git-fixes). +- iio: core: Leave private pointer NULL when no private data + supplied (git-fixes). +- counter: linux/counter.h: fix Excess kernel-doc description + warning (git-fixes). +- staging: vt6655: Remove unused declaration of + RFbAL7230SelectChannelPostProcess() (git-fixes). +- serial: sh-sci: protect invalidating RXDMA on shutdown + (git-fixes). +- serial: sc16is7xx: add proper sched.h include for + sched_set_fifo() (git-fixes). +- serial: max3100: Fix bitwise types (git-fixes). +- serial: max3100: Update uart_driver_registered on driver removal + (git-fixes). +- serial: max3100: Lock port->lock when calling + uart_handle_cts_change() (git-fixes). +- usb: fotg210: Add missing kernel doc description (git-fixes). +- usb: typec: tipd: fix event checking for tps6598x (git-fixes). +- usb: typec: ucsi: displayport: Fix potential deadlock + (git-fixes). +- usb: dwc3: Wait unconditionally after issuing EndXfer command + (git-fixes). +- usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). +- usb: gadget: u_audio: Fix race condition use of controls after + free during gadget unbind (git-fixes). +- usb: typec: ucsi: simplify partner's PD caps registration + (git-fixes). +- usb: typec: ucsi: always register a link to USB PD device + (git-fixes). +- leds: pwm: Disable PWM when going to suspend (git-fixes). +- commit 0d08462 + +------------------------------------------------------------------- +Wed May 22 21:16:03 CEST 2024 - mkoutny@suse.com + +- af_unix: Suppress false-positive lockdep splat for spin_lock() + in __unix_gc() (CVE-2024-26923 bsc#1223384). +- af_unix: fix lockdep positive in sk_diag_dump_icons() + (CVE-2024-26923 bsc#1223384). +- commit a652e3a + +------------------------------------------------------------------- +Wed May 22 18:08:37 CEST 2024 - jlee@suse.com + +- Update + patches.suse/ACPI-CPPC-Use-access_width-over-bit_width-for-system.patch + (stable-fixes CVE-2024-35995 bsc#1224557). +- Update + patches.suse/ALSA-usb-audio-Stop-parsing-channels-bits-when-all-c.patch + (git-fixes CVE-2024-27436 bsc#1224803). +- Update + patches.suse/ASoC-SOF-ipc4-pcm-Workaround-for-crashed-firmware-on.patch + (stable-fixes CVE-2024-27057 bsc#1223831). +- Update + patches.suse/ASoC-mediatek-sof-common-Add-NULL-check-for-normal_l.patch + (git-fixes CVE-2024-35842 bsc#1224688). +- Update + patches.suse/Bluetooth-Fix-memory-leak-in-hci_req_sync_complete.patch + (git-fixes CVE-2024-35978 bsc#1224571). +- Update + patches.suse/Bluetooth-Fix-use-after-free-bugs-caused-by-sco_sock.patch + (git-fixes CVE-2024-27398 bsc#1224174). +- Update + patches.suse/Bluetooth-L2CAP-Fix-not-validating-setsockopt-user-i.patch + (git-fixes CVE-2024-35965 bsc#1224579). +- Update + patches.suse/Bluetooth-RFCOMM-Fix-not-validating-setsockopt-user-.patch + (git-fixes CVE-2024-35966 bsc#1224576). +- Update + patches.suse/Bluetooth-SCO-Fix-not-validating-setsockopt-user-inp.patch + (git-fixes CVE-2024-35967 bsc#1224587). +- Update + patches.suse/Bluetooth-btintel-Fix-null-ptr-deref-in-btintel_read.patch + (stable-fixes CVE-2024-35933 bsc#1224640). +- Update + patches.suse/Bluetooth-hci_event-Fix-handling-of-HCI_EV_IO_CAPA_R.patch + (git-fixes CVE-2024-27416 bsc#1224723). +- Update + patches.suse/Bluetooth-hci_sock-Fix-not-validating-setsockopt-use.patch + (git-fixes CVE-2024-35963 bsc#1224582). +- Update + patches.suse/Bluetooth-l2cap-fix-null-ptr-deref-in-l2cap_chan_tim.patch + (git-fixes CVE-2024-27399 bsc#1224177). +- Update + patches.suse/Bluetooth-qca-fix-NULL-deref-on-non-serdev-setup.patch + (git-fixes CVE-2024-35850 bsc#1224600). +- Update + patches.suse/Bluetooth-qca-fix-NULL-deref-on-non-serdev-suspend.patch + (git-fixes CVE-2024-35851 bsc#1224509). +- Update + patches.suse/Bluetooth-rfcomm-Fix-null-ptr-deref-in-rfcomm_check_.patch + (bsc#1219170 CVE-2024-22099 CVE-2024-26903 bsc#1223187). +- Update + patches.suse/HID-i2c-hid-remove-I2C_HID_READ_PENDING-flag-to-prev.patch + (git-fixes CVE-2024-35997 bsc#1224552). +- Update + patches.suse/NFS-Fix-nfs_netfs_issue_read-xarray-locking-for-writ.patch + (git-fixes CVE-2024-27031 bsc#1223805). +- Update + patches.suse/NFSv4.2-fix-nfs4_listxattr-kernel-BUG-at-mm-usercopy.patch + (git-fixes CVE-2024-26870 bsc#1223113). +- Update + patches.suse/PCI-PM-Drain-runtime-idle-callbacks-before-driver-re.patch + (stable-fixes CVE-2024-35809 bsc#1224738). +- Update + patches.suse/SUNRPC-fix-some-memleaks-in-gssx_dec_option_array.patch + (git-fixes CVE-2024-27388 bsc#1223744). +- Update + patches.suse/USB-core-Fix-deadlock-in-usb_deauthorize_interface.patch + (git-fixes CVE-2024-26934 bsc#1223671). +- Update patches.suse/accel-ivpu-Fix-deadlock-in-context_xa.patch + (git-fixes CVE-2024-35953 bsc#1224704). +- Update + patches.suse/arm64-hibernate-Fix-level3-translation-fault-in-swsu.patch + (git-fixes CVE-2024-26989 bsc#1223748). +- Update patches.suse/ax25-Fix-netdev-refcount-issue.patch + (git-fixes CVE-2024-36009 bsc#1224542). +- Update + patches.suse/ax25-fix-use-after-free-bugs-caused-by-ax25_ds_del_t.patch + (git-fixes CVE-2024-35887 bsc#1224663). +- Update + patches.suse/batman-adv-Avoid-infinite-loop-trying-to-resize-loca.patch + (git-fixes CVE-2024-35982 bsc#1224566). +- Update + patches.suse/block-fix-q-blkg_list-corruption-during-disk-rebind.patch + (bsc#1223591 CVE-2024-35974 bsc#1224573). +- Update + patches.suse/bnxt_en-Fix-possible-memory-leak-in-bnxt_rdma_aux_de.patch + (git-fixes CVE-2024-35972 bsc#1224577). +- Update + patches.suse/bootconfig-use-memblock_free_late-to-free-xbc-memory.patch + (git-fixes CVE-2024-26983 bsc#1223637). +- Update + patches.suse/btrfs-fix-deadlock-with-fiemap-and-extent-locking.patch + (bsc#1223285 CVE-2024-35784 bsc#1224804). +- Update + patches.suse/btrfs-fix-information-leak-in-btrfs_ioctl_logical_to.patch + (git-fixes CVE-2024-35849 bsc#1224733). +- Update + patches.suse/btrfs-fix-race-between-ordered-extent-completion-and.patch + (bsc#1223285 CVE-2024-26794 bsc#1222426). +- Update + patches.suse/btrfs-fix-race-when-detecting-delalloc-ranges-during.patch + (bsc#1223285 CVE-2024-27080 bsc#1223782). +- Update + patches.suse/btrfs-handle-chunk-tree-lookup-error-in-btrfs_reloca.patch + (git-fixes CVE-2024-35936 bsc#1224644). +- Update + patches.suse/clk-Get-runtime-PM-before-walking-tree-during-disabl.patch + (git-fixes CVE-2024-27004 bsc#1223762). +- Update + patches.suse/clk-Get-runtime-PM-before-walking-tree-for-clk_summa.patch + (git-fixes CVE-2024-27003 bsc#1223761). +- Update + patches.suse/clk-mediatek-Do-a-runtime-PM-get-on-controllers-duri.patch + (git-fixes CVE-2024-27002 bsc#1223759). +- Update + patches.suse/comedi-vmk80xx-fix-incomplete-endpoint-checking.patch + (git-fixes CVE-2024-27001 bsc#1223698). +- Update + patches.suse/dm-raid-really-frozen-sync_thread-during-suspend-16c4.patch + (jsc#PED-7542 CVE-2024-35794 bsc#1224706). +- Update + patches.suse/dm-raid456-md-raid456-fix-a-deadlock-for-dm-raid456-4142.patch + (bsc#1219596 CVE-2024-26962 bsc#1223654). +- Update + patches.suse/dma-buf-Fix-NULL-pointer-dereference-in-sanitycheck.patch + (git-fixes CVE-2024-35916 bsc#1224480). +- Update patches.suse/dma-xilinx_dpdma-Fix-locking.patch + (git-fixes CVE-2024-35990 bsc#1224559). +- Update + patches.suse/dmaengine-fsl-qdma-Fix-a-memory-leak-related-to-the--3aa58cb.patch + (git-fixes CVE-2024-35833 bsc#1224632). +- Update + patches.suse/dmaengine-idxd-Fix-oops-during-rmmod-on-single-CPU-p.patch + (git-fixes CVE-2024-35989 bsc#1224558). +- Update + patches.suse/dpll-fix-dpll_pin_on_pin_register-for-multiple-paren.patch + (CVE-2024-27027 bsc#1223787 CVE-2024-36002 bsc#1224546). +- Update + patches.suse/dpll-fix-pin-dump-crash-for-rebound-module.patch + (jsc#PED-6079 CVE-2024-35836 bsc#1224633). +- Update + patches.suse/drm-Check-output-polling-initialized-before-disablin.patch + (stable-fixes CVE-2024-35927 bsc#1224654). +- Update + patches.suse/drm-amd-amdgpu-Fix-potential-ioremap-memory-leaks-in.patch + (stable-fixes CVE-2024-35928 bsc#1224653). +- Update + patches.suse/drm-amd-display-Fix-bounds-check-for-dcn35-DcfClocks.patch + (git-fixes CVE-2024-35788 bsc#1224709). +- Update + patches.suse/drm-amd-display-Prevent-crash-when-disable-stream.patch + (stable-fixes CVE-2024-35799 bsc#1224740). +- Update + patches.suse/drm-amdgpu-amdgpu_ttm_gart_bind-set-gtt-bound-flag.patch + (stable-fixes CVE-2024-35817 bsc#1224736). +- Update + patches.suse/drm-amdgpu-fix-deadlock-while-reading-mqd-from-debug.patch + (git-fixes CVE-2024-35795 bsc#1224634). +- Update + patches.suse/drm-amdgpu-fix-mmhub-client-id-out-of-bounds-access.patch + (git-fixes CVE-2024-27029 bsc#1223789). +- Update + patches.suse/drm-amdgpu-once-more-fix-the-call-oder-in-amdgpu_ttm.patch + (git-fixes CVE-2024-27400 bsc#1224180). +- Update + patches.suse/drm-amdgpu-pm-Fix-NULL-pointer-dereference-when-get-.patch + (git-fixes CVE-2024-26949 bsc#1223665). +- Update + patches.suse/drm-amdgpu-validate-the-parameters-of-bo-mapping-ope.patch + (git-fixes CVE-2024-26922 bsc#1223315). +- Update + patches.suse/drm-amdkfd-Fix-memory-leak-in-create_process-failure.patch + (git-fixes CVE-2024-26986 bsc#1223728). +- Update patches.suse/drm-ast-Fix-soft-lockup.patch (git-fixes + CVE-2024-35952 bsc#1224705). +- Update + patches.suse/drm-client-Fully-protect-modes-with-dev-mode_config..patch + (stable-fixes CVE-2024-35950 bsc#1224703). +- Update + patches.suse/drm-i915-bios-Tolerate-devdata-NULL-in-intel_bios_en.patch + (stable-fixes CVE-2024-26938 bsc#1223678). +- Update + patches.suse/drm-i915-gt-Reset-queue_priority_hint-on-parking.patch + (git-fixes CVE-2024-26937 bsc#1223677). +- Update + patches.suse/drm-lima-fix-a-memleak-in-lima_heap_alloc.patch + (git-fixes CVE-2024-35829 bsc#1224707). +- Update + patches.suse/drm-nouveau-fix-stale-locked-mutex-in-nouveau_gem_io.patch + (git-fixes CVE-2024-35786 bsc#1224714). +- Update + patches.suse/drm-nouveau-keep-DMA-buffers-required-for-suspend-re.patch + (git-fixes CVE-2024-27411 bsc#1224433). +- Update patches.suse/drm-nv04-Fix-out-of-bounds-access.patch + (git-fixes CVE-2024-27008 bsc#1223802). +- Update + patches.suse/drm-panfrost-Fix-the-error-path-in-panfrost_mmu_map_.patch + (git-fixes CVE-2024-35951 bsc#1224701). +- Update + patches.suse/drm-vc4-don-t-check-if-plane-state-fb-state-fb.patch + (stable-fixes CVE-2024-35932 bsc#1224650). +- Update + patches.suse/drm-vmwgfx-Create-debugfs-ttm_resource_manager-entry.patch + (git-fixes CVE-2024-26940 bsc#1223718). +- Update + patches.suse/drm-vmwgfx-Fix-the-lifetime-of-the-bo-cursor-memory.patch + (git-fixes CVE-2024-35810 bsc#1224626). +- Update + patches.suse/dyndbg-fix-old-BUG_ON-in-control-parser.patch + (stable-fixes CVE-2024-35947 bsc#1224647). +- Update + patches.suse/efi-capsule-loader-fix-incorrect-allocation-size.patch + (git-fixes CVE-2024-27413 bsc#1224438). +- Update patches.suse/efi-fix-panic-in-kdump-kernel.patch + (git-fixes CVE-2024-35800 bsc#1224507). +- Update + patches.suse/fat-fix-uninitialized-field-in-nostale-filehandles.patch + (git-fixes CVE-2024-26973 bsc#1223641). +- Update + patches.suse/fbmon-prevent-division-by-zero-in-fb_videomode_from_.patch + (stable-fixes CVE-2024-35922 bsc#1224660). +- Update + patches.suse/fs-aio-Check-IOCB_AIO_RW-before-the-struct-aio_kiocb.patch + (bsc#1222721 CVE-2024-26764 CVE-2024-35815 bsc#1224685). +- Update + patches.suse/geneve-fix-header-validation-in-geneve-6-_xmit_skb.patch + (git-fixes CVE-2024-35973 bsc#1224586). +- Update + patches.suse/geneve-make-sure-to-pull-inner-header-in-geneve_rx.patch + (git-fixes CVE-2024-26857 bsc#1223058). +- Update + patches.suse/i2c-smbus-fix-NULL-function-pointer-dereference.patch + (git-fixes CVE-2024-35984 bsc#1224567). +- Update + patches.suse/ice-fix-memory-corruption-bug-with-suspend-and-rebui.patch + (git-fixes CVE-2024-35911 bsc#1224486). +- Update + patches.suse/ice-fix-uninitialized-dplls-mutex-usage.patch + (git-fixes CVE-2024-26854 bsc#1223039). +- Update + patches.suse/idpf-fix-kernel-panic-on-unknown-packet-types.patch + (git-fixes CVE-2024-35889 bsc#1224517). +- Update + patches.suse/igc-avoid-returning-frame-twice-in-XDP_REDIRECT.patch + (git-fixes CVE-2024-26853 bsc#1223061). +- Update + patches.suse/init-main.c-Fix-potential-static_command_line-memory.patch + (git-fixes CVE-2024-26988 bsc#1223747). +- Update + patches.suse/iommufd-Fix-iopt_access_list_id-overwrite-bug.patch + (git-fixes CVE-2024-26786 bsc#1222780). +- Update + patches.suse/irqchip-gic-v3-its-Prevent-double-free-on-error.patch + (git-fixes CVE-2024-35847 bsc#1224697). +- Update + patches.suse/kprobes-Fix-possible-use-after-free-issue-on-kprobe-registration.patch + (git-fixes CVE-2024-35955 bsc#1224676). +- Update + patches.suse/mac802154-fix-llsec-key-resources-release-in-mac8021.patch + (git-fixes CVE-2024-26961 bsc#1223652). +- Update + patches.suse/md-dm-raid-don-t-call-md_reap_sync_thread-directly-cd32.patch + (jsc#PED-7542 CVE-2024-35808 bsc#1224623). +- Update patches.suse/md-fix-kmemleak-of-rdev-serial-6cf3.patch + (jsc#PED-7542 CVE-2024-26900 bsc#1223046). +- Update + patches.suse/media-tc358743-register-v4l2-async-device-only-after.patch + (git-fixes CVE-2024-35830 bsc#1224680). +- Update + patches.suse/misc-lis3lv02d_i2c-Fix-regulators-getting-en-dis-abl.patch + (git-fixes CVE-2024-35824 bsc#1224609). +- Update + patches.suse/mlxbf_gige-call-request_irq-after-NAPI-initialized.patch + (git-fixes CVE-2024-35907 bsc#1224492). +- Update + patches.suse/mlxbf_gige-stop-interface-during-shutdown.patch + (git-fixes CVE-2024-35885 bsc#1224519). +- Update + patches.suse/mmc-core-Avoid-negative-index-with-array-access.patch + (git-fixes CVE-2024-35813 bsc#1224618). +- Update + patches.suse/msft-hv-2971-net-mana-Fix-Rx-DMA-datasize-and-skb_over_panic.patch + (git-fixes CVE-2024-35901 bsc#1224495). +- Update + patches.suse/net-ena-Fix-incorrect-descriptor-free-behavior.patch + (git-fixes CVE-2024-35958 bsc#1224677). +- Update + patches.suse/net-ethernet-mtk_eth_soc-fix-PPE-hanging-issue.patch + (git-fixes CVE-2024-27432 bsc#1224716). +- Update + patches.suse/net-hns3-fix-kernel-crash-when-1588-is-received-on-H.patch + (git-fixes CVE-2024-26881 bsc#1223041). +- Update + patches.suse/net-ice-Fix-potential-NULL-pointer-dereference-in-ic.patch + (git-fixes CVE-2024-26855 bsc#1223051). +- Update + patches.suse/net-ks8851-Handle-softirqs-at-the-end-of-IRQ-thread-.patch + (git-fixes CVE-2024-35971 bsc#1224578). +- Update + patches.suse/net-ll_temac-platform_get_resource-replaced-by-wrong.patch + (git-fixes CVE-2024-35796 bsc#1224615). +- Update + patches.suse/net-mlx5-Properly-link-new-fs-rules-into-the-tree.patch + (git-fixes CVE-2024-35960 bsc#1224588). +- Update + patches.suse/net-mlx5-Register-devlink-first-under-devlink-lock.patch + (git-fixes CVE-2024-35961 bsc#1224585). +- Update + patches.suse/net-mlx5e-Fix-mlx5e_priv_init-cleanup-flow.patch + (git-fixes CVE-2024-35959 bsc#1224666). +- Update + patches.suse/net-mlx5e-Use-a-memory-barrier-to-enforce-PTP-WQ-xmi.patch + (git-fixes CVE-2024-26858 bsc#1223020). +- Update + patches.suse/net-mlx5e-fix-a-double-free-in-arfs_create_groups.patch + (jsc#PED-3311 CVE-2024-35835 bsc#1224605). +- Update + patches.suse/net-mvpp2-clear-BM-pool-before-initialization.patch + (git-fixes CVE-2024-35837 bsc#1224500). +- Update + patches.suse/net-phy-micrel-Fix-potential-null-pointer-dereferenc.patch + (git-fixes CVE-2024-35891 bsc#1224513). +- Update + patches.suse/net-phy-phy_device-Prevent-nullptr-exceptions-on-ISR.patch + (stable-fixes CVE-2024-35945 bsc#1224639). +- Update + patches.suse/net-sparx5-Fix-use-after-free-inside-sparx5_del_mact.patch + (git-fixes CVE-2024-26856 bsc#1223052). +- Update patches.suse/net-tls-fix-WARNIING-in-__sk_msg_free.patch + (bsc#1221858 CVE-2024-35841 bsc#1224687). +- Update + patches.suse/net-wwan-t7xx-Split-64bit-accesses-to-fix-alignment-.patch + (git-fixes CVE-2024-35909 bsc#1224491). +- Update + patches.suse/nfc-nci-Fix-uninit-value-in-nci_dev_up-and-nci_ntf_p.patch + (git-fixes CVE-2024-35915 bsc#1224479). +- Update + patches.suse/nfp-flower-handle-acti_netdevs-allocation-failure.patch + (git-fixes CVE-2024-27046 bsc#1223827). +- Update + patches.suse/nfs-fix-panic-when-nfs4_ff_layout_prepare_ds-fails.patch + (git-fixes CVE-2024-26868 bsc#1223038). +- Update + patches.suse/nfsd-Fix-error-cleanup-path-in-nfsd_rename.patch + (bsc#1221044 CVE-2023-52591 CVE-2024-35914 bsc#1224482). +- Update + patches.suse/nouveau-fix-instmem-race-condition-around-ptr-stores.patch + (git-fixes CVE-2024-26984 bsc#1223633). +- Update patches.suse/nouveau-lock-the-client-object-tree.patch + (stable-fixes CVE-2024-27062 bsc#1223834). +- Update + patches.suse/nvme-fc-do-not-wait-in-vain-when-unloading-module.patch + (git-fixes CVE-2024-26846 bsc#1223023). +- Update + patches.suse/nvme-fix-reconnection-fail-due-to-reserved-tag-alloc.patch + (git-fixes CVE-2024-27435 bsc#1224717). +- Update + patches.suse/octeontx2-af-Use-separate-handlers-for-interrupts.patch + (git-fixes CVE-2024-27030 bsc#1223790). +- Update + patches.suse/octeontx2-pf-Fix-transmit-scheduler-resource-leak.patch + (git-fixes CVE-2024-35975 bsc#1224569). +- Update + patches.suse/of-dynamic-Synchronize-of_changeset_destroy-with-the.patch + (git-fixes CVE-2024-35879 bsc#1224524). +- Update + patches.suse/of-module-prevent-NULL-pointer-dereference-in-vsnpri.patch + (stable-fixes CVE-2024-35878 bsc#1224671). +- Update + patches.suse/phy-marvell-a3700-comphy-Fix-out-of-bounds-read.patch + (git-fixes CVE-2024-35992 bsc#1224555). +- Update + patches.suse/phy-ti-tusb1210-Resolve-charger-det-crash-if-charger.patch + (git-fixes CVE-2024-35986 bsc#1224562). +- Update + patches.suse/platform-chrome-cros_ec_uart-properly-fix-race-condi.patch + (git-fixes CVE-2024-35977 bsc#1224568). +- Update + patches.suse/power-supply-bq27xxx-i2c-Do-not-free-non-existing-IR.patch + (git-fixes CVE-2024-27412 bsc#1224437). +- Update + patches.suse/pstore-inode-Only-d_invalidate-is-needed.patch + (git-fixes CVE-2024-27389 bsc#1223705). +- Update + patches.suse/pstore-zone-Add-a-null-pointer-check-to-the-psz_kmsg.patch + (stable-fixes CVE-2024-35940 bsc#1224537). +- Update + patches.suse/s390-zcrypt-fix-reference-counting-on-zcrypt-card-objects.patch + (git-fixes bsc#1223592 CVE-2024-26957 bsc#1223666). +- Update + patches.suse/scsi-core-Fix-unremoved-procfs-host-directory-regression.patch + (git-fixes CVE-2024-26935 bsc#1223675). +- Update + patches.suse/scsi-lpfc-Fix-possible-memory-leak-in-lpfc_rcv_padis.patch + (bsc#1220021 CVE-2024-35930 bsc#1224651). +- Update patches.suse/scsi-sg-Avoid-sg-device-teardown-race.patch + (git-fixes CVE-2024-35954 bsc#1224675). +- Update + patches.suse/scsi-smartpqi-Fix-disable_managed_interrupts.patch + (git-fixes CVE-2024-26742 bsc#1222608). +- Update + patches.suse/selinux-avoid-dereference-of-garbage-after-mount-fai.patch + (git-fixes CVE-2024-35904 bsc#1224494). +- Update + patches.suse/serial-mxs-auart-add-spinlock-around-changing-cts-st.patch + (git-fixes CVE-2024-27000 bsc#1223757). +- Update + patches.suse/serial-pmac_zilog-Remove-flawed-mitigation-for-rx-ir.patch + (git-fixes CVE-2024-26999 bsc#1223754). +- Update + patches.suse/soc-fsl-qbman-Always-disable-interrupts-when-taking-.patch + (git-fixes CVE-2024-35806 bsc#1224699). +- Update + patches.suse/soc-fsl-qbman-Use-raw-spinlock-for-cgr_lock.patch + (git-fixes CVE-2024-35819 bsc#1224683). +- Update patches.suse/speakup-Avoid-crash-on-very-long-word.patch + (git-fixes CVE-2024-26994 bsc#1223750). +- Update + patches.suse/spi-lpspi-Avoid-potential-use-after-free-in-probe.patch + (git-fixes CVE-2024-26866 bsc#1223024). +- Update + patches.suse/spi-mchp-pci1xxx-Fix-a-possible-null-pointer-derefer.patch + (git-fixes CVE-2024-35883 bsc#1224521). +- Update + patches.suse/spi-spi-mt65xx-Fix-NULL-pointer-access-in-interrupt-.patch + (git-fixes CVE-2024-27028 bsc#1223788). +- Update + patches.suse/ubifs-Set-page-uptodate-in-the-correct-place.patch + (git-fixes CVE-2024-35821 bsc#1224629). +- Update + patches.suse/usb-cdc-wdm-close-race-between-read-and-workqueue.patch + (git-fixes CVE-2024-35812 bsc#1224624). +- Update + patches.suse/usb-dwc2-host-Fix-dereference-issue-in-DDMA-completi.patch + (git-fixes CVE-2024-26997 bsc#1223741). +- Update + patches.suse/usb-dwc3-am62-fix-module-unload-reload-behavior.patch + (git-fixes CVE-2024-26963 bsc#1223651). +- Update + patches.suse/usb-gadget-f_ncm-Fix-UAF-ncm-object-at-re-bind-after.patch + (stable-fixes CVE-2024-26996 bsc#1223752). +- Update + patches.suse/usb-gadget-ncm-Avoid-dropping-datagrams-of-properly-.patch + (git-fixes CVE-2024-27405 bsc#1224423). +- Update + patches.suse/usb-gadget-ncm-Fix-handling-of-zero-block-length-pac.patch + (git-fixes CVE-2024-35825 bsc#1224681). +- Update + patches.suse/usb-typec-altmodes-displayport-create-sysfs-nodes-as.patch + (git-fixes CVE-2024-35790 bsc#1224712). +- Update + patches.suse/usb-typec-tcpm-Correct-the-PDO-counting-in-pd_set.patch + (git-fixes CVE-2024-26995 bsc#1223696). +- Update + patches.suse/usb-typec-tcpm-fix-double-free-issue-in-tcpm_port_un.patch + (git-fixes CVE-2024-26932 bsc#1223649). +- Update patches.suse/usb-typec-ucsi-Limit-read-size-on-v1.2.patch + (stable-fixes CVE-2024-35924 bsc#1224657). +- Update + patches.suse/usb-udc-remove-warning-when-queue-disabled-ep.patch + (stable-fixes CVE-2024-35822 bsc#1224739). +- Update + patches.suse/usb-xhci-Add-error-handling-in-xhci_map_urb_for_dma.patch + (git-fixes CVE-2024-26964 bsc#1223650). +- Update + patches.suse/vt-fix-unicode-buffer-corruption-when-deleting-chara.patch + (git-fixes CVE-2024-35823 bsc#1224692). +- Update + patches.suse/wifi-ath11k-decrease-MHI-channel-buffer-length-to-8K.patch + (bsc#1207948 CVE-2024-35938 bsc#1224643). +- Update + patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch + (CVE-2023-47233 bsc#1216702 CVE-2024-35811 bsc#1224592). +- Update + patches.suse/wifi-cfg80211-check-A-MSDU-format-more-carefully.patch + (stable-fixes CVE-2024-35937 bsc#1224526). +- Update + patches.suse/wifi-iwlwifi-dbg-tlv-ensure-NUL-termination.patch + (git-fixes CVE-2024-35845 bsc#1224731). +- Update + patches.suse/wifi-iwlwifi-mvm-don-t-set-the-MFP-flag-for-the-GTK.patch + (git-fixes CVE-2024-27434 bsc#1224710). +- Update + patches.suse/wifi-iwlwifi-mvm-rfi-fix-potential-response-leaks.patch + (git-fixes CVE-2024-35912 bsc#1224487). +- Update + patches.suse/wifi-libertas-fix-some-memleaks-in-lbs_allocate_cmd_.patch + (git-fixes CVE-2024-35828 bsc#1224622). +- Update + patches.suse/wifi-mac80211-check-clear-fast-rx-for-non-4addr-sta-.patch + (stable-fixes CVE-2024-35789 bsc#1224749). +- Update + patches.suse/wifi-mac80211-fix-potential-sta-link-leak.patch + (git-fixes CVE-2024-35838 bsc#1224613). +- Update + patches.suse/wifi-nl80211-reject-iftype-change-with-mesh-ID-chang.patch + (git-fixes CVE-2024-27410 bsc#1224432). +- Update + patches.suse/wifi-rtw89-fix-null-pointer-access-when-abort-scan.patch + (stable-fixes CVE-2024-35946 bsc#1224646). +- Update + patches.suse/wireguard-netlink-access-device-through-ctx-instead-.patch + (git-fixes CVE-2024-26950 bsc#1223661). +- Update + patches.suse/wireguard-netlink-check-for-dangling-peer-via-is_dea.patch + (git-fixes CVE-2024-26951 bsc#1223660). +- Update + patches.suse/wireguard-receive-annotate-data-race-around-receivin.patch + (git-fixes CVE-2024-26861 bsc#1223076). +- Update + patches.suse/x86-coco-Require-seeding-RNG-with-RDRAND-on-CoCo-systems.patch + (git-fixes CVE-2024-35875 bsc#1224665). +- Update + patches.suse/x86-fpu-Keep-xfd_state-in-sync-with-MSR_IA32_XFD.patch + (git-fixes CVE-2024-35801 bsc#1224732). +- Update + patches.suse/xen-evtchn-avoid-WARN-when-unbinding-an-event-channe.patch + (git-fixes CVE-2024-27067 bsc#1223739). +- Update + patches.suse/xsk-recycle-buffer-in-case-Rx-queue-was-full.patch + (bsc#1221303 CVE-2024-26611 CVE-2024-35834 bsc#1224620). +- commit 005afc6 + +------------------------------------------------------------------- +Wed May 22 18:08:15 CEST 2024 - jlee@suse.com + +- Update + patches.suse/ACPI-LPIT-Avoid-u32-multiplication-overflow.patch + (git-fixes CVE-2023-52683 bsc#1224627). +- Update + patches.suse/ACPI-video-check-for-error-while-searching-for-backl.patch + (git-fixes CVE-2023-52693 bsc#1224686). +- Update + patches.suse/ASoC-Intel-sof_sdw_rt_sdca_jack_common-ctx-headset_c.patch + (git-fixes CVE-2023-52697 bsc#1224596). +- Update + patches.suse/ASoC-SOF-amd-Fix-memory-leak-in-amd_sof_acp_probe.patch + (git-fixes CVE-2023-52663 bsc#1224630). +- Update + patches.suse/Revert-drm-amd-pm-resolve-reboot-exception-for-si-ol.patch + (git-fixes CVE-2023-52657 bsc#1224722). +- Update + patches.suse/Revert-net-mlx5-Block-entering-switchdev-mode-with-n.patch + (git-fixes CVE-2023-52658 bsc#1224719). +- Update + patches.suse/SUNRPC-fix-a-memleak-in-gss_import_v2_context.patch + (git-fixes CVE-2023-52653 bsc#1223712). +- Update + patches.suse/bpf-Guard-stack-limits-against-32bit-overflow.patch + (git-fixes CVE-2023-52676 bsc#1224730). +- Update + patches.suse/crypto-rsa-add-a-check-for-allocation-failure.patch + (bsc#1222775 CVE-2023-52472 bsc#1220430). +- Update + patches.suse/crypto-s390-aes-Fix-buffer-overread-in-CTR-mode.patch + (git-fixes CVE-2023-52669 bsc#1224637). +- Update + patches.suse/crypto-safexcel-Add-error-handling-for-dma_map_sg-ca.patch + (git-fixes CVE-2023-52687 bsc#1224501). +- Update + patches.suse/drm-amd-display-Check-writeback-connectors-in-create.patch + (git-fixes CVE-2023-52695 bsc#1224506). +- Update + patches.suse/drm-amd-display-Fix-a-debugfs-null-pointer-error.patch + (git-fixes CVE-2023-52673 bsc#1224741). +- Update + patches.suse/drm-amd-display-Fix-hang-underflow-when-transitionin.patch + (git-fixes CVE-2023-52671 bsc#1224729). +- Update + patches.suse/drm-amd-pm-fix-a-double-free-in-si_dpm_init.patch + (git-fixes CVE-2023-52691 bsc#1224607). +- Update + patches.suse/drm-amdkfd-Confirm-list-is-non-empty-before-utilizin.patch + (git-fixes CVE-2023-52678 bsc#1224617). +- Update + patches.suse/drm-bridge-tpd12s015-Drop-buggy-__exit-annotation-fo.patch + (git-fixes CVE-2023-52694 bsc#1224598). +- Update + patches.suse/drm-tegra-rgb-Fix-missing-clk_put-in-the-error-handl.patch + (git-fixes CVE-2023-52661 bsc#1224445). +- Update + patches.suse/drm-vmwgfx-fix-a-memleak-in-vmw_gmrid_man_get_node.patch + (git-fixes CVE-2023-52662 bsc#1224449). +- Update patches.suse/efivarfs-Free-s_fs_info-on-unmount.patch + (bsc#1220328 CVE-2023-52463 CVE-2023-52681 bsc#1224505). +- Update + patches.suse/media-rkisp1-Fix-IRQ-handling-due-to-shared-interrup.patch + (stable-fixes CVE-2023-52660 bsc#1224443). +- Update + patches.suse/net-atlantic-eliminate-double-free-in-error-handling.patch + (git-fixes CVE-2023-52664 bsc#1224747). +- Update + patches.suse/net-mlx5e-fix-a-potential-double-free-in-fs_any_crea.patch + (jsc#PED-3311 CVE-2023-52667 bsc#1224603). +- Update + patches.suse/of-Fix-double-free-in-of_parse_phandle_with_args_map.patch + (git-fixes CVE-2023-52679 bsc#1224508). +- Update + patches.suse/powerpc-imc-pmu-Add-a-null-pointer-check-in-update_events_in_group.patch + (git-fixes CVE-2023-52675 bsc#1224504). +- Update + patches.suse/powerpc-powernv-Add-a-null-pointer-check-in-opal_eve.patch + (bsc#1065729 CVE-2023-52686 bsc#1224682). +- Update + patches.suse/powerpc-powernv-Add-a-null-pointer-check-in-opal_pow.patch + (bsc#1181674 ltc#189159 git-fixes CVE-2023-52696 bsc#1224601). +- Update + patches.suse/powerpc-powernv-Add-a-null-pointer-check-to-scom_deb.patch + (bsc#1194869 CVE-2023-52690 bsc#1224611). +- Update + patches.suse/pstore-ram_core-fix-possible-overflow-in-persistent_.patch + (git-fixes CVE-2023-52685 bsc#1224728). +- Update + patches.suse/rpmsg-virtio-Free-driver_override-when-rpmsg_remove.patch + (git-fixes CVE-2023-52670 bsc#1224696). +- commit 578211b + +------------------------------------------------------------------- +Wed May 22 17:16:55 CEST 2024 - jgross@suse.com + +- vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). +- commit 2e20e2c + +------------------------------------------------------------------- +Wed May 22 16:41:31 CEST 2024 - jgross@suse.com + +- vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). +- commit 936d53e + +------------------------------------------------------------------- +Wed May 22 16:05:24 CEST 2024 - jgross@suse.com + +- virtio_net: Do not send RSS key if it is not supported + (git-fixes). +- commit cc7c4a0 + +------------------------------------------------------------------- +Wed May 22 15:29:52 CEST 2024 - jgross@suse.com + +- vsock/virtio: fix packet delivery to tap device (git-fixes). +- commit dfd8673 + +------------------------------------------------------------------- +Wed May 22 14:54:16 CEST 2024 - jgross@suse.com + +- virtio-blk: Ensure no requests in virtqueues before deleting + vqs (git-fixes). +- commit 966a23e + +------------------------------------------------------------------- +Wed May 22 14:17:42 CEST 2024 - jgross@suse.com + +- KVM: VMX: Disable LBR virtualization if the CPU doesn't support + LBR callstacks (git-fixes). +- commit f941b05 + +------------------------------------------------------------------- +Wed May 22 14:09:42 CEST 2024 - nik.borisov@suse.com + +- efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). +- commit c99f198 + +------------------------------------------------------------------- +Wed May 22 14:08:46 CEST 2024 - nik.borisov@suse.com + +- proc/kcore: do not try to access unaccepted memory (git-fixes). +- commit 2daf00c + +------------------------------------------------------------------- +Wed May 22 13:17:05 CEST 2024 - nik.borisov@suse.com + +- efi/unaccepted: touch soft lockup during memory accept (git-fixes). +- commit 45ed7cb + +------------------------------------------------------------------- +Wed May 22 13:14:27 CEST 2024 - nik.borisov@suse.com + +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type (bsc#1224442 CVE-2023-52659). +- commit dad72fd + +------------------------------------------------------------------- +Wed May 22 13:04:12 CEST 2024 - jgross@suse.com + +- kabi fix of perf/x86/intel: Expose existence of callback support to KVM + (git fixes). +- commit 5db441c + +------------------------------------------------------------------- +Wed May 22 13:03:15 CEST 2024 - jgross@suse.com + +- perf/x86/intel: Expose existence of callback support to KVM + (git-fixes). +- commit b24b5fc + +------------------------------------------------------------------- +Wed May 22 11:25:18 CEST 2024 - jgross@suse.com + +- kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. + Intel compatible (git-fixes). +- commit 38bcaaa + +------------------------------------------------------------------- +Wed May 22 11:11:23 CEST 2024 - lhenriques@suse.de + +- ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE + (bsc#1224866). +- commit 6a4b4a1 + +------------------------------------------------------------------- +Wed May 22 10:48:23 CEST 2024 - iivanov@suse.de + +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (bsc#1223265 jsc#PED-8570) +- commit 4b0eeb3 + +------------------------------------------------------------------- +Wed May 22 10:35:02 CEST 2024 - lhenriques@suse.de + +- blacklist.conf: cephfs client logging infrastructure commits + These two commits are useless in isolation, they are part of a larger set + of commits that add extra info to debug logs. +- commit 2056926 + +------------------------------------------------------------------- +Wed May 22 08:47:44 CEST 2024 - tiwai@suse.de + +- remoteproc: k3-r5: Jump to error handling labels in start/stop + errors (git-fixes). +- commit 6f545f8 + +------------------------------------------------------------------- +Wed May 22 08:46:38 CEST 2024 - tiwai@suse.de + +- libsubcmd: Fix parse-options memory leak (git-fixes). +- dmaengine: idxd: Avoid unnecessary destruction of file_ida + (git-fixes). +- dmaengine: axi-dmac: fix possible race in remove() (git-fixes). +- dmaengine: idma64: Add check for dma_set_max_seg_size + (git-fixes). +- remoteproc: k3-r5: Do not allow core1 to power up before core0 + via sysfs (git-fixes). +- remoteproc: k3-r5: Wait for core0 power-up before powering up + core1 (git-fixes). +- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM + (git-fixes). +- PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). +- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id + (git-fixes). +- PCI: dwc: ep: Fix DBI access failure for drivers requiring + refclk from host (git-fixes). +- PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 + (git-fixes). +- PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 + (git-fixes). +- KEYS: trusted: Do not use WARN when encode fails (git-fixes). +- KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). +- commit d7da373 + +------------------------------------------------------------------- +Tue May 21 19:42:14 CEST 2024 - jgross@suse.com + +- KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is + enabled (git-fixes). +- commit 7d13726 + +------------------------------------------------------------------- +Tue May 21 19:06:22 CEST 2024 - jgross@suse.com + +- KVM: x86: Allow, don't ignore, same-value writes to immutable + MSRs (git-fixes). +- commit e25e965 + +------------------------------------------------------------------- +Tue May 21 18:30:43 CEST 2024 - jgross@suse.com + +- KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT + Misconfig (git-fixes). +- commit 21a74db + +------------------------------------------------------------------- +Tue May 21 17:54:50 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC + internal slots (git-fixes). +- commit b2d6429 + +------------------------------------------------------------------- +Tue May 21 17:19:17 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Move private vs. shared check above slot validity + checks (git-fixes). +- commit 2108d3a + +------------------------------------------------------------------- +Tue May 21 16:43:17 CEST 2024 - jgross@suse.com + +- KVM: x86: Fully re-initialize supported_mce_cap on vendor + module load (git-fixes). +- commit 52160e6 + +------------------------------------------------------------------- +Tue May 21 16:07:04 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing + dirty status (git-fixes). +- commit 7bdd69f + +------------------------------------------------------------------- +Tue May 21 15:26:06 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add a1fd0b9d751f sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level +- commit 3d0aa70 + +------------------------------------------------------------------- +Tue May 21 15:16:02 CEST 2024 - tiwai@suse.de + +- drm/nouveau/disp: Fix missing backlight control on Macbook 5, + 1 (bsc#1223838). +- commit 07ffc12 + +------------------------------------------------------------------- +Tue May 21 14:27:31 CEST 2024 - iivanov@suse.de + +- iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) +- commit 55fb87b + +------------------------------------------------------------------- +Tue May 21 14:26:12 CEST 2024 - iivanov@suse.de + +- swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) +- commit 8bebd77 + +------------------------------------------------------------------- +Tue May 21 14:24:53 CEST 2024 - iivanov@suse.de + +- swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) +- commit fcf796a + +------------------------------------------------------------------- +Tue May 21 14:21:15 CEST 2024 - iivanov@suse.de + +- swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) +- commit c65bb03 + +------------------------------------------------------------------- +Tue May 21 14:19:30 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Set enable bits for GP counters in + PERF_GLOBAL_CTRL at "RESET" (git-fixes). +- commit 1ba62ae + +------------------------------------------------------------------- +Tue May 21 14:17:25 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). +- commit 9862bdd + +------------------------------------------------------------------- +Tue May 21 14:15:41 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD + platforms (git-fixes). +- commit 5f8077d + +------------------------------------------------------------------- +Tue May 21 14:13:58 CEST 2024 - jgross@suse.com + +- KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel + compatible (git-fixes). +- commit c9c8902 + +------------------------------------------------------------------- +Tue May 21 14:10:14 CEST 2024 - jgross@suse.com + +- x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM + (git-fixes). +- commit f882a8e + +------------------------------------------------------------------- +Tue May 21 13:34:01 CEST 2024 - jgross@suse.com + +- KVM: x86: Use actual kvm_cpuid.base for clearing + KVM_FEATURE_PV_UNHALT (git-fixes). +- commit 80b67d0 + +------------------------------------------------------------------- +Tue May 21 13:14:53 CEST 2024 - mfranc@suse.cz + +- s390/cio: fix tracepoint subchannel type field (git-fixes + bsc#1224793). +- commit f1aa928 + +------------------------------------------------------------------- +Tue May 21 13:09:15 CEST 2024 - mfranc@suse.cz + +- s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes + bsc#1224792). +- commit d08e4ce + +------------------------------------------------------------------- +Tue May 21 13:05:27 CEST 2024 - mfranc@suse.cz + +- KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M + (git-fixes bsc#1224790). +- commit b0b1c22 + +------------------------------------------------------------------- +Tue May 21 12:57:45 CEST 2024 - jgross@suse.com + +- KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper + (git-fixes). +- commit 652c188 + +------------------------------------------------------------------- +Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz + +- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd + We disabled the FS in bug 1202309. And we actively blacklist it in: + /usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf + This, as a side-effect, fixes obs-build's warning: + dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory + Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the + above unblacklist. + We should likely drop ext2+ext3 from the list too, as we don't build + them at all. But that's a different story. +- commit 9e1a078 + +------------------------------------------------------------------- +Tue May 21 11:31:32 CEST 2024 - jgross@suse.com + +- KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). +- commit 9327154 + +------------------------------------------------------------------- +Tue May 21 11:28:52 CEST 2024 - jgross@suse.com + +- KVM: SVM: Use unsigned integers when dealing with ASIDs + (git-fixes). +- commit b0fec37 + +------------------------------------------------------------------- +Tue May 21 11:28:52 CEST 2024 - cfamullaconrad@suse.de + +- tools/power turbostat: Expand probe_intel_uncore_frequency() + (bsc#1221765). +- commit 7c0d70f + +------------------------------------------------------------------- +Tue May 21 11:27:24 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: fix recursive deadlock in timer injection + (git-fixes). +- commit 389ea84 + +------------------------------------------------------------------- +Tue May 21 11:25:54 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: remove WARN_ON_ONCE() with false positives in + evtchn delivery (git-fixes). +- commit d63a8c9 + +------------------------------------------------------------------- +Tue May 21 11:24:29 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: inject vCPU upcall vector when local APIC is + enabled (git-fixes). +- commit 538dcab + +------------------------------------------------------------------- +Tue May 21 11:22:43 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: improve accuracy of Xen timers (git-fixes). +- commit 921d76d + +------------------------------------------------------------------- +Tue May 21 11:20:46 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Explicitly check NMI from guest to reducee false + positives (git-fixes). +- commit be2edf0 + +------------------------------------------------------------------- +Tue May 21 11:18:52 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled + (git-fixes). +- commit fe18eef + +------------------------------------------------------------------- +Tue May 21 11:16:06 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs + (git-fixes). +- commit 406de6b + +------------------------------------------------------------------- +Tue May 21 10:34:00 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). +- commit dd1520f + +------------------------------------------------------------------- +Tue May 21 09:57:46 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC + due to bad index (git-fixes). +- commit b2e9cf1 + +------------------------------------------------------------------- +Tue May 21 09:22:11 CEST 2024 - shung-hsi.yu@suse.com + +- blacklist.conf: add "libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos" +- commit f859338 + +------------------------------------------------------------------- +Tue May 21 09:07:54 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD + (git-fixes). +- commit fd656b7 + +------------------------------------------------------------------- +Tue May 21 09:02:26 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Allow programming events that match unsupported + arch events (git-fixes). +- commit 60f57dc + +------------------------------------------------------------------- +Tue May 21 08:49:53 CEST 2024 - tiwai@suse.de + +- firmware: dmi-id: add a release callback function (git-fixes). +- watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in + sa1100dog_probe() (git-fixes). +- watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a + safety margin (git-fixes). +- watchdog: bd9576: Drop "always-running" property (git-fixes). +- watchdog: cpu5wdt.c: Fix use-after-free bug caused by + cpu5wdt_trigger (git-fixes). +- i2c: acpi: Unbind mux adapters before delete (git-fixes). +- i2c: synquacer: Fix an error handling path in + synquacer_i2c_probe() (git-fixes). +- i2c: cadence: Avoid fifo clear after start (git-fixes). +- pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins + regs (git-fixes). +- pinctrl: armada-37xx: remove an unused variable (git-fixes). +- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). +- commit 60d82a4 + +------------------------------------------------------------------- +Tue May 21 08:25:35 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Always treat Fixed counters as available when + supported (git-fixes). +- commit c4b0d18 + +------------------------------------------------------------------- +Tue May 21 08:23:45 CEST 2024 - jgross@suse.com + +- KVM: VMX: Report up-to-date exit qualification to userspace + (git-fixes). +- commit d6b020d + +------------------------------------------------------------------- +Tue May 21 08:20:50 CEST 2024 - jgross@suse.com + +- KVM: x86: Fix broken debugregs ABI for 32 bit kernels + (git-fixes). +- commit 69a1ee8 + +------------------------------------------------------------------- +Tue May 21 08:18:03 CEST 2024 - jgross@suse.com + +- SEV: disable SEV-ES DebugSwap by default (git-fixes). +- commit dcaff2f + +------------------------------------------------------------------- +Tue May 21 08:16:02 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU + (git-fixes). +- commit c561279 + +------------------------------------------------------------------- +Tue May 21 08:11:53 CEST 2024 - jgross@suse.com + +- KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear + they're a WIP (git-fixes). +- commit aba16e8 + +------------------------------------------------------------------- +Tue May 21 08:10:16 CEST 2024 - jgross@suse.com + +- KVM: x86: Mark target gfn of emulated atomic instruction as + dirty (git-fixes). +- commit 303882a + +------------------------------------------------------------------- +Tue May 21 08:08:31 CEST 2024 - jgross@suse.com + +- KVM: SVM: Flush pages under kvm->lock to fix UAF in + svm_register_enc_region() (git-fixes). +- commit 4382f8a + +------------------------------------------------------------------- +Mon May 20 18:36:31 CEST 2024 - ailiop@suse.com + +- sysv: don't call sb_bread() with pointers_lock held + (bsc#1224659 CVE-2023-52699). +- commit 6cad3fd + +------------------------------------------------------------------- +Mon May 20 18:22:45 CEST 2024 - lduncan@suse.com + +- Update + patches.suse/scsi-smartpqi-Fix-disable_managed_interrupts.patch + (git-fixes bsc#1222608 CVE-2024-26742). +- commit 950259c + +------------------------------------------------------------------- +Mon May 20 17:34:03 CEST 2024 - dsterba@suse.com + +- btrfs: always clear PERTRANS metadata during commit (git-fixes) +- commit f24386b + +------------------------------------------------------------------- +Mon May 20 17:31:37 CEST 2024 - dsterba@suse.com + +- btrfs: record delayed inode root in transaction (git-fixes) +- commit 3382370 + +------------------------------------------------------------------- +Mon May 20 17:30:52 CEST 2024 - dsterba@suse.com + +- btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) +- commit 21cfc26 + +------------------------------------------------------------------- +Mon May 20 17:30:06 CEST 2024 - dsterba@suse.com + +- btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) +- commit a357818 + +------------------------------------------------------------------- +Mon May 20 17:28:54 CEST 2024 - dsterba@suse.com + +- btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) +- commit 3227c75 + +------------------------------------------------------------------- +Mon May 20 17:28:06 CEST 2024 - dsterba@suse.com + +- btrfs: sysfs: validate scrub_speed_max value (git-fixes) +- commit 333b480 + +------------------------------------------------------------------- +Mon May 20 17:26:31 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: build fix for config we don't use +- commit d489b93 + +------------------------------------------------------------------- +Mon May 20 17:25:16 CEST 2024 - dsterba@suse.com + +- btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) +- commit e1ff84f + +------------------------------------------------------------------- +Mon May 20 17:19:12 CEST 2024 - dsterba@suse.com + +- btrfs: fix race when refilling delayed refs block reserve (git-fixes) +- commit f241886 + +------------------------------------------------------------------- +Mon May 20 17:17:09 CEST 2024 - dsterba@suse.com + +- btrfs: assert delayed node locked when removing delayed item (git-fixes) +- commit 7298484 + +------------------------------------------------------------------- +Mon May 20 17:16:03 CEST 2024 - dsterba@suse.com + +- btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) +- commit f5815af + +------------------------------------------------------------------- +Mon May 20 17:07:38 CEST 2024 - dsterba@suse.com + +- btrfs: output extra debug info if we failed to find an inline backref (git-fixes) +- commit 92fba41 + +------------------------------------------------------------------- +Mon May 20 17:06:06 CEST 2024 - dsterba@suse.com + +- btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) +- commit 446041f + +------------------------------------------------------------------- +Mon May 20 17:04:32 CEST 2024 - dsterba@suse.com + +- btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) +- commit ca5b7a2 + +------------------------------------------------------------------- +Mon May 20 15:43:05 CEST 2024 - nmorey@suse.com + +- RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) +- commit 4bdc550 + +------------------------------------------------------------------- +Mon May 20 15:42:55 CEST 2024 - nmorey@suse.com + +- RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) +- commit 6d737b0 + +------------------------------------------------------------------- +Mon May 20 15:42:41 CEST 2024 - nmorey@suse.com + +- bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) +- commit 3e0bec3 + +------------------------------------------------------------------- +Mon May 20 15:42:30 CEST 2024 - nmorey@suse.com + +- IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) +- commit 9a3847d + +------------------------------------------------------------------- +Mon May 20 15:41:38 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) +- commit c50f3b5 + +------------------------------------------------------------------- +Mon May 20 15:41:28 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Allow good work requests to be executed (git-fixes) +- commit b36653a + +------------------------------------------------------------------- +Mon May 20 15:41:18 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) +- commit ba9e71d + +------------------------------------------------------------------- +Mon May 20 15:41:06 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Modify the print level of CQE error (git-fixes) +- commit 12a2ba5 + +------------------------------------------------------------------- +Mon May 20 15:40:45 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Use complete parentheses in macros (git-fixes) +- commit 7a9c544 + +------------------------------------------------------------------- +Mon May 20 15:40:34 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix GMV table pagesize (git-fixes) +- commit fb0321b + +------------------------------------------------------------------- +Mon May 20 15:40:20 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix UAF for cq async event (git-fixes) +- commit 8ea7fea + +------------------------------------------------------------------- +Mon May 20 15:40:10 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) +- commit fb64efc + +------------------------------------------------------------------- +Mon May 20 15:39:57 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) +- commit 6c2f69b + +------------------------------------------------------------------- +Mon May 20 15:39:41 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) +- commit 60cadbc + +------------------------------------------------------------------- +Mon May 20 15:39:25 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) +- commit dacefcf + +------------------------------------------------------------------- +Mon May 20 15:39:09 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Change check for cacheable mkeys (git-fixes) +- commit c838c29 + +------------------------------------------------------------------- +Mon May 20 15:38:50 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) +- commit 3012f2a + +------------------------------------------------------------------- +Mon May 20 15:38:31 CEST 2024 - nmorey@suse.com + +- qibfs: fix dentry leak (git-fixes) +- commit 3dd0249 + +------------------------------------------------------------------- +Mon May 20 15:37:55 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) +- commit 52028fd + +------------------------------------------------------------------- +Mon May 20 15:37:35 CEST 2024 - nmorey@suse.com + +- RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) +- commit 1a1a1ef + +------------------------------------------------------------------- +Mon May 20 15:37:10 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) +- commit 0a73f85 + +------------------------------------------------------------------- +Mon May 20 14:08:23 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: dts: broadcom: bcmbca: bcm4908: set brcm,wp-not-connected") +- commit a7b0273 + +------------------------------------------------------------------- +Mon May 20 14:04:41 CEST 2024 - iivanov@suse.de + +- arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) +- commit 88132f5 + +------------------------------------------------------------------- +Mon May 20 14:03:25 CEST 2024 - iivanov@suse.de + +- arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) +- commit 366d274 + +------------------------------------------------------------------- +Mon May 20 14:02:14 CEST 2024 - iivanov@suse.de + +- arm64: tegra: Correct Tegra132 I2C alias (git-fixes) +- commit da1130e + +------------------------------------------------------------------- +Mon May 20 13:28:11 CEST 2024 - iivanov@suse.de + +- arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) +- commit eee423c + +------------------------------------------------------------------- +Mon May 20 13:27:02 CEST 2024 - iivanov@suse.de + +- arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) +- commit 7d432cc + +------------------------------------------------------------------- +Mon May 20 13:25:37 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- commit d52e38e + +------------------------------------------------------------------- +Mon May 20 13:24:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- commit 029788f + +------------------------------------------------------------------- +Mon May 20 13:22:07 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix alphabetical ordering RK3399 puma (git-fixes) + Refresh patches.suse/arm64-dts-rockchip-enable-internal-pull-up-on-PCIE_WAKE-for-RK3399-Puma.patch +- commit aeac8db + +------------------------------------------------------------------- +Mon May 20 12:53:44 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: display: samsung,ams495qa01: add missing SPI properties") +- commit f4f5a90 + +------------------------------------------------------------------- +Mon May 20 12:53:08 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: iio: health: maxim,max30102: fix compatible check") +- commit 1690e24 + +------------------------------------------------------------------- +Mon May 20 12:52:51 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: pwm: mediatek,pwm-disp: Document power-domains property") +- commit 6958159 + +------------------------------------------------------------------- +Mon May 20 12:52:16 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: fsl-imx-sdma: fix HDMI audio index") +- commit 952bf73 + +------------------------------------------------------------------- +Mon May 20 12:52:05 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: lcdif: Do not require power-domains for i.MX6ULL") +- commit eabdd33 + +------------------------------------------------------------------- +Mon May 20 12:51:52 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update") +- commit ad9009e + +------------------------------------------------------------------- +Mon May 20 12:51:31 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mtd: avoid automatically select from mtd.yaml") +- commit 2d9981a + +------------------------------------------------------------------- +Mon May 20 12:51:15 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: can: mpfs: add missing required clock") +- commit d5f79eb + +------------------------------------------------------------------- +Mon May 20 12:50:57 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mfd: dlg,da9063: Make #interrupt-cells required") +- commit a6ea77b + +------------------------------------------------------------------- +Mon May 20 12:50:46 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: pinctr: pinctrl-zynq: Fix compatible string") +- commit f208a95 + +------------------------------------------------------------------- +Mon May 20 12:49:28 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible") +- commit 3478db8 + +------------------------------------------------------------------- +Mon May 20 12:49:08 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: display: ti,am65x-dss: Add support for common1 region") +- commit 7eb6591 + +------------------------------------------------------------------- +Mon May 20 12:48:50 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: opp: drop maxItems from inner items") +- commit 878a019 + +------------------------------------------------------------------- +Mon May 20 12:48:31 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: pwm: amlogic: fix s4 bindings") +- commit e2029e3 + +------------------------------------------------------------------- +Mon May 20 12:48:15 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: rockchip: Correct vendor for Banana Pi R2 Pro") +- commit c1d1519 + +------------------------------------------------------------------- +Mon May 20 12:45:53 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: rockchip: Correct vendor for Orange Pi RK3399 board") +- commit 88539b6 + +------------------------------------------------------------------- +Mon May 20 12:45:20 CEST 2024 - iivanov@suse.de + +- dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) +- commit 4e403e4 + +------------------------------------------------------------------- +Mon May 20 12:43:49 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: qcom: drop the superfluous device compatibility") +- commit f6fdbc2 + +------------------------------------------------------------------- +Mon May 20 12:43:00 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: riscv: cpus: Clarify mmu-type interpretation") +- commit 4b6b7f4 + +------------------------------------------------------------------- +Mon May 20 12:42:52 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: power: reset: qcom-pon: fix inconsistent example") +- commit b2da43b + +------------------------------------------------------------------- +Mon May 20 12:42:42 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: rtc: qcom-pm8xxx: fix inconsistent example") +- commit 673e959 + +------------------------------------------------------------------- +Mon May 20 12:42:30 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: fix path to header") +- commit 2965719 + +------------------------------------------------------------------- +Mon May 20 12:42:17 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: phy: amlogic,g12a-mipi-dphy-analog: drop unneeded reg") +- commit 44293cc + +------------------------------------------------------------------- +Mon May 20 12:42:03 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: gpio: xilinx: Fix node address in gpio") +- commit 51eae0f + +------------------------------------------------------------------- +Mon May 20 12:41:48 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: iio/adc: qcom,spmi-vadc: fix example node names") +- commit 5559cae + +------------------------------------------------------------------- +Mon May 20 12:41:19 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: iio/adc: qcom,spmi-iadc: fix example node name") +- commit 6d910c5 + +------------------------------------------------------------------- +Mon May 20 12:39:37 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: PCI: qcom: Correct reset-names property") +- commit cfa6f44 + +------------------------------------------------------------------- +Mon May 20 12:17:43 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mailbox: zynqmp: extend required list") +- commit 193f0ac + +------------------------------------------------------------------- +Mon May 20 12:17:21 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mailbox: qcom,apcs-kpss-global: drop duplicated") +- commit 855a271 + +------------------------------------------------------------------- +Mon May 20 12:17:05 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: Fix regulator binding") +- commit 9b3e020 + +------------------------------------------------------------------- +Mon May 20 12:16:23 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: Fix up binding") +- commit a0c4967 + +------------------------------------------------------------------- +Mon May 20 12:16:03 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: remoteproc: qcom: sc7180-pas: Fix SC7280 MPSS PD-names") +- commit de1ba63 + +------------------------------------------------------------------- +Mon May 20 11:58:54 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo") +- commit 3378497 + +------------------------------------------------------------------- +Mon May 20 11:58:39 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: Remove alt_ref from versal") +- commit 4d14333 + +------------------------------------------------------------------- +Mon May 20 11:58:17 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: watchdog: qcom-wdt: Make the interrupt example edge") +- commit 17a3ab8 + +------------------------------------------------------------------- +Mon May 20 11:57:04 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: display: msm: qcm2290-mdss: Use the non-deprecated DSI") +- commit 4aa1481 + +------------------------------------------------------------------- +Mon May 20 11:56:20 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: stm32: don't mix SCMI and non-SCMI board") +- commit 448ff06 + +------------------------------------------------------------------- +Mon May 20 11:55:42 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node with") +- commit ab03332 + +------------------------------------------------------------------- +Mon May 20 11:55:04 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp") +- commit 1d6fc28 + +------------------------------------------------------------------- +Mon May 20 11:54:37 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: interrupt-controller: Allow #power-domain-cells") +- commit 027195f + +------------------------------------------------------------------- +Mon May 20 11:54:05 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt: dt-extract-compatibles: Don't follow symlinks when walking tree") +- commit 60fcfee + +------------------------------------------------------------------- +Mon May 20 11:52:07 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Fix example property") +- commit de60146 + +------------------------------------------------------------------- +Mon May 20 11:51:01 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: PCI: brcm,iproc-pcie: Fix 'msi' child node schema") +- commit d7b96e4 + +------------------------------------------------------------------- +Mon May 20 11:49:15 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: soc: qcom: smd-rpm: Add MSM8909 to qcom,smd-channels") +- commit 1171729 + +------------------------------------------------------------------- +Mon May 20 08:14:54 CEST 2024 - tiwai@suse.de + +- selftests/kcmp: remove unused open mode (git-fixes). +- nilfs2: make superblock data array index computation sparse + friendly (git-fixes). +- Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS + filter matching sysfs file (git-fixes). +- lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure + (git-fixes). +- commit 7902091 + +------------------------------------------------------------------- +Mon May 20 03:46:23 CEST 2024 - lzhong@suse.de + +- powerpc/pseries/vio: Don't return ENODEV if node or compatible + missing (bsc#1220783). +- commit 19e446b + +------------------------------------------------------------------- +Sun May 19 09:24:05 CEST 2024 - tiwai@suse.de + +- clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs + (git-fixes). +- clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). +- clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). +- clk: qcom: clk-alpha-pll: remove invalid Stromer register offset + (git-fixes). +- clk: samsung: exynosautov9: fix wrong pll clock id value + (git-fixes). +- clk: renesas: r9a07g043: Add clock and reset entry for PLIC + (git-fixes). +- clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). +- clk: rs9: fix wrong default value for clock amplitude + (git-fixes). +- clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). +- clk: mediatek: pllfh: Don't log error for missing fhctl node + (git-fixes). +- commit 8bfa411 + +------------------------------------------------------------------- +Sat May 18 09:44:27 CEST 2024 - tiwai@suse.de + +- blacklist.conf: Add reverted dmaengine commit entries +- commit 134f997 + +------------------------------------------------------------------- +Sat May 18 09:42:47 CEST 2024 - tiwai@suse.de + +- selftests: net: bridge: increase IGMP/MLD exclude timeout + membership interval (git-fixes). +- of: module: add buffer overflow check in of_modalias() + (git-fixes). +- selftests/powerpc/dexcr: Add -no-pie to hashchk tests + (git-fixes). +- firmware: raspberrypi: Use correct device for DMA mappings + (git-fixes). +- Revert "drm/nouveau/firmware: Fix SG_DEBUG error with + nvkm_firmware_ctor()" (stable-fixes). +- drm/i915/audio: Fix audio time stamp programming for DP + (stable-fixes). +- gpiolib: cdev: fix uninitialised kfifo (git-fixes). +- selftests: test_bridge_neigh_suppress.sh: Fix failures due to + duplicate MAC (git-fixes). +- Bluetooth: qca: fix firmware check error path (git-fixes). +- dyndbg: fix old BUG_ON in >control parser (stable-fixes). +- mei: me: add lunar lake point M DID (stable-fixes). +- usb: xhci-plat: Don't include xhci.h (stable-fixes). +- ASoC: meson: axg-fifo: use threaded irq to check periods + (git-fixes). +- drm/nouveau/firmware: Fix SG_DEBUG error with + nvkm_firmware_ctor() (stable-fixes). +- drm/amd/display: Fix incorrect DSC instance for MST + (stable-fixes). +- drm/amd/display: Atom Integrated System Info v2_2 for DCN35 + (stable-fixes). +- drm/amd/display: Handle Y carry-over in VCP X.Y calculation + (stable-fixes). +- clk: Don't hold prepare_lock when calling kref_put() + (stable-fixes). +- drm/nouveau/dp: Don't probe eDP ports twice harder + (stable-fixes). +- drm/radeon: silence UBSAN warning (v3) (stable-fixes). +- net:usb:qmi_wwan: support Rolling modules (stable-fixes). +- gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). +- gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). +- platform/x86: ISST: Add Granite Rapids-D to HPM CPU list + (stable-fixes). +- selftests: timers: Fix valid-adjtimex signed left-shift + undefined behavior (stable-fixes). +- gpu: host1x: Do not setup DMA for virtual devices + (stable-fixes). +- amd/amdkfd: sync all devices to wait all processes being evicted + (stable-fixes). +- drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). +- drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 + (stable-fixes). +- drm/amdgpu: Refine IB schedule error logging (stable-fixes). +- firewire: ohci: mask bus reset interrupts between ISR and + bottom half (stable-fixes). +- regulator: tps65132: Add of_match table (stable-fixes). +- ata: sata_gemini: Check clk_enable() result (stable-fixes). +- ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in + case of S3 suspend (stable-fixes). +- ALSA: line6: Zero-initialize message buffers (stable-fixes). +- vboxsf: explicitly deny setlease attempts (stable-fixes). +- drm/amdkfd: range check cp bad op exception interrupts + (stable-fixes). +- drm/amdkfd: Check cgroup when returning DMABuf info + (stable-fixes). +- selftests/ftrace: Fix event filter target_func selection + (stable-fixes). +- wifi: iwlwifi: mvm: guard against invalid STA ID on removal + (stable-fixes). +- wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). +- wifi: mac80211: fix prep_connection error path (stable-fixes). +- wifi: cfg80211: fix rdev_dump_mpp() arguments order + (stable-fixes). +- wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc + (stable-fixes). +- ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). +- gpiolib: cdev: relocate debounce_period_us from struct gpio_desc + (stable-fixes). +- selftests/net: convert test_bridge_neigh_suppress.sh to run + it in unique namespace (stable-fixes). +- commit 2872089 + +------------------------------------------------------------------- +Fri May 17 18:46:21 CEST 2024 - mkoutny@suse.com + +- af_unix: Fix garbage collector racing against connect() + (CVE-2024-26923 bsc#1223384). +- af_unix: Replace BUG_ON() with WARN_ON_ONCE() (CVE-2024-26923 + bsc#1223384). +- af_unix: Do not use atomic ops for unix_sk(sk)->inflight + (CVE-2024-26923 bsc#1223384). +- commit a683abb + +------------------------------------------------------------------- +Fri May 17 18:05:19 CEST 2024 - mwilck@suse.com + +- dm-multipath: dont't attempt SG_IO on non-SCSI-disks + (bsc#1223575). +- commit 2f6779f + +------------------------------------------------------------------- +Fri May 17 17:18:26 CEST 2024 - dsterba@suse.com + +- btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) +- commit b85295a + +------------------------------------------------------------------- +Fri May 17 14:36:47 CEST 2024 - dsterba@suse.com + +- btrfs: don't arbitrarily slow down delalloc if we're committing (git-fixes) +- commit d9b2223 + +------------------------------------------------------------------- +Fri May 17 14:33:37 CEST 2024 - dsterba@suse.com + +- btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) +- commit 7ef02d5 + +------------------------------------------------------------------- +Fri May 17 14:32:16 CEST 2024 - dsterba@suse.com + +- btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) +- commit e6b51c1 + +------------------------------------------------------------------- +Fri May 17 14:31:26 CEST 2024 - dsterba@suse.com + +- btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) +- commit 0bc88db + +------------------------------------------------------------------- +Fri May 17 14:29:12 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: cleanup, v0 extent removal +- commit fecc398 + +------------------------------------------------------------------- +Fri May 17 14:28:15 CEST 2024 - dsterba@suse.com + +- btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) +- commit 74fcad3 + +------------------------------------------------------------------- +Fri May 17 14:27:30 CEST 2024 - dsterba@suse.com + +- btrfs: fix start transaction qgroup rsv double free (git-fixes) +- commit 272247e + +------------------------------------------------------------------- +Fri May 17 14:26:14 CEST 2024 - dsterba@suse.com + +- btrfs: free qgroup rsv on io failure (git-fixes) +- commit 384dac4 + +------------------------------------------------------------------- +Fri May 17 13:18:52 CEST 2024 - denis.kirjanov@suse.com + +- netfilter: nf_tables: disable toggling dormant table state + more than once (git-fixes). +- commit 76bebd5 + +------------------------------------------------------------------- +Fri May 17 13:15:53 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: process pending subflow error on close (git-fixes). +- commit ef629c5 + +------------------------------------------------------------------- +Fri May 17 13:14:24 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: move __mptcp_error_report in protocol.c (git-fixes). +- commit a777e91 + +------------------------------------------------------------------- +Fri May 17 13:12:58 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: fix bogus receive window shrinkage with multiple subflows + (git-fixes). +- commit deea9a0 + +------------------------------------------------------------------- +Fri May 17 13:08:02 CEST 2024 - denis.kirjanov@suse.com + +- netfilter: nft_set_rbtree: use read spinlock to avoid datapath + contention (git-fixes). +- commit ddc952e + +------------------------------------------------------------------- +Fri May 17 13:06:21 CEST 2024 - denis.kirjanov@suse.com + +- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list + iterate in smcr_port_add (git-fixes). +- commit 2d7895b + +------------------------------------------------------------------- +Fri May 17 13:03:07 CEST 2024 - denis.kirjanov@suse.com + +- net/smc: bugfix for smcr v2 server connect success statistic + (git-fixes). +- commit e746f6b + +------------------------------------------------------------------- +Fri May 17 13:01:08 CEST 2024 - denis.kirjanov@suse.com + +- netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID + (git-fixes). +- commit ec5b855 + +------------------------------------------------------------------- +Fri May 17 12:59:23 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_bind_phc (git-fixes). +- commit 16b7a1e + +------------------------------------------------------------------- +Fri May 17 12:57:42 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_tsflags (git-fixes). +- commit b028530 + +------------------------------------------------------------------- +Fri May 17 12:55:31 CEST 2024 - andrea.porta@suse.com + +- arm64: Add the arm64.no32bit_el0 command line option + (jsc#PED-3184). + Please note that some adjustments were needed since the upstream commit + is based on kernel 6.9 which has idreg-override.c moved under + arch/arm64/kernel/pi/. +- commit 4fba46a + +------------------------------------------------------------------- +Fri May 17 10:49:15 CEST 2024 - mkoutny@suse.com + +- af_unix: Drop oob_skb ref before purging queue in GC + (CVE-2024-26676 bsc#1222380). +- commit 57acc3a + +------------------------------------------------------------------- +Fri May 17 10:47:25 CEST 2024 - mkoutny@suse.com + +- af_unix: Fix task hung while purging oob_skb in GC + (CVE-2024-26676 bsc#1222380). +- commit 3af3fbb + +------------------------------------------------------------------- +Fri May 17 10:39:23 CEST 2024 - mkoutny@suse.com + +- af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC + (CVE-2024-26676 bsc#1222380). +- commit 7728cdc + +------------------------------------------------------------------- +Fri May 17 09:14:44 CEST 2024 - tiwai@suse.de + +- platform/x86/intel-uncore-freq: Don't present root domain on + error (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_certificate decoding + (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). +- tools/arch/x86/intel_sdsi: Fix maximum meter bundle length + (git-fixes). +- platform/x86: xiaomi-wmi: Fix race condition when reporting + key events (git-fixes). +- mtd: rawnand: hynix: fixed typo (git-fixes). +- mtd: core: Report error if first mtd_otp_size() call fails in + mtd_otp_nvmem_add() (git-fixes). +- mmc: davinci: Don't strip remove function when driver is builtin + (git-fixes). +- mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). +- mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock + (git-fixes). +- mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). +- mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). +- mmc: sdhci_am654: Add tuning algorithm for delay chain + (git-fixes). +- media: sunxi: a83-mips-csi2: also select GENERIC_PHY + (git-fixes). +- media: flexcop-usb: fix sanity check of bNumEndpoints + (git-fixes). +- media: stk1160: fix bounds checking in stk1160_copy_video() + (git-fixes). +- media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). +- media: v4l: Don't turn on privacy LED if streamon fails + (git-fixes). +- media: mc: mark the media devnode as registered from the, + start (git-fixes). +- media: atomisp: ssh_css: Fix a null-pointer dereference in + load_video_binaries (git-fixes). +- media: v4l2-subdev: Fix stream handling for crop API + (git-fixes). +- media: mc: Fix graph walk in media_pipeline_start (git-fixes). +- media: i2c: et8ek8: Don't strip remove function when driver + is builtin (git-fixes). +- media: dt-bindings: ovti,ov2680: Fix the power supply names + (git-fixes). +- media: ipu3-cio2: Request IRQ earlier (git-fixes). +- media: rcar-vin: work around -Wenum-compare-conditional warning + (git-fixes). +- media: ngene: Add dvb_ca_en50221_init return value check + (git-fixes). +- commit ceb1555 + +------------------------------------------------------------------- +Fri May 17 09:00:45 CEST 2024 - tiwai@suse.de + +- Move upstreamed media patches into sorted section +- commit 521e539 + +------------------------------------------------------------------- +Thu May 16 19:23:55 CEST 2024 - duwe@suse.de + +- dmaengine: idxd: move safety flag to struct ends (bsc#1223625 + CVE-2024-21823). +- dmaengine: idxd: add a write() method for applications to + submit work (bsc#1223625 CVE-2024-21823). +- dmaengine: idxd: add a new security check to deal with a + hardware erratum (bsc#1223625 CVE-2024-21823). +- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist + (bsc#1223625 CVE-2024-21823). +- commit 8718675 + +------------------------------------------------------------------- +Thu May 16 19:03:19 CEST 2024 - mkoutny@suse.com + +- Update + patches.suse/io_uring-af_unix-disable-sending-io_uring-over-socke.patch + (bsc#1218447 CVE-2023-6531 CVE-2023-52654 bsc#1224099). +- Update + patches.suse/usb-aqc111-check-packet-for-fixup-for-true-limit.patch + (git-fixes CVE-2023-52655 bsc#1217169). +- commit 07c8bc1 + +------------------------------------------------------------------- +Thu May 16 16:26:11 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation + (git-fixes). +- commit 78ec58d + +------------------------------------------------------------------- +Thu May 16 16:24:27 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Fix peer devlink set for SF representor devlink port + (git-fixes). +- commit 6a691b6 + +------------------------------------------------------------------- +Thu May 16 16:20:53 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Lag, restore buckets number to default after hash + LAG deactivation (git-fixes). +- commit 19da0bb + +------------------------------------------------------------------- +Thu May 16 16:19:25 CEST 2024 - denis.kirjanov@suse.com + +- net: sparx5: flower: fix fragment flags handling (git-fixes). +- commit 5fd27e9 + +------------------------------------------------------------------- +Thu May 16 16:17:56 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Set tx_info->xdpf value to NULL (git-fixes). +- commit 7d1d83a + +------------------------------------------------------------------- +Thu May 16 16:16:21 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Fix incorrect descriptor free behavior (git-fixes). +- commit 69577fd + +------------------------------------------------------------------- +Thu May 16 16:10:18 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Wrong missing IO completions check order (git-fixes). +- commit fbbd86e + +------------------------------------------------------------------- +Thu May 16 16:08:39 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Fix potential sign extension issue (git-fixes). +- commit b3cc5f8 + +------------------------------------------------------------------- +Thu May 16 16:06:38 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: trap link-local frames regardless of ST Port + State (git-fixes). +- commit 726080b + +------------------------------------------------------------------- +Thu May 16 16:04:41 CEST 2024 - denis.kirjanov@suse.com + +- net: sparx5: fix wrong config being used when reconfiguring PCS + (git-fixes). +- commit d2d1229 + +------------------------------------------------------------------- +Thu May 16 16:02:53 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: RSS, Block XOR hash with over 128 channels + (git-fixes). +- commit 40b1ccb + +------------------------------------------------------------------- +Thu May 16 16:00:48 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Restore mistakenly dropped parts in register devlink + flow (git-fixes). +- commit dfb4099 + +------------------------------------------------------------------- +Thu May 16 15:38:16 CEST 2024 - dsterba@suse.com + +- btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) +- commit a1c6e8c + +------------------------------------------------------------------- +Thu May 16 15:36:42 CEST 2024 - dsterba@suse.com + +- btrfs: don't warn if discard range is not aligned to sector (git-fixes) +- commit f239c2a + +------------------------------------------------------------------- +Thu May 16 15:35:09 CEST 2024 - dsterba@suse.com + +- btrfs: tree-checker: fix inline ref size in error messages (git-fixes) +- commit a304971 + +------------------------------------------------------------------- +Thu May 16 15:33:15 CEST 2024 - dsterba@suse.com + +- btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) +- commit 81a1329 + +------------------------------------------------------------------- +Thu May 16 15:31:46 CEST 2024 - dsterba@suse.com + +- btrfs: do not allow non subvolume root targets for snapshot (git-fixes) +- commit d495a4b + +------------------------------------------------------------------- +Thu May 16 15:30:42 CEST 2024 - dsterba@suse.com + +- btrfs: send: ensure send_fd is writable (git-fixes) +- commit 5055583 + +------------------------------------------------------------------- +Thu May 16 15:28:27 CEST 2024 - dsterba@suse.com + +- btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) +- commit 532ad3c + +------------------------------------------------------------------- +Thu May 16 15:24:48 CEST 2024 - dsterba@suse.com + +- btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) +- commit 2c30d15 + +------------------------------------------------------------------- +Thu May 16 15:22:52 CEST 2024 - dsterba@suse.com + +- btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) +- commit e5842bb + +------------------------------------------------------------------- +Thu May 16 15:20:56 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: ref-verify not built +- commit 701d654 + +------------------------------------------------------------------- +Thu May 16 15:20:06 CEST 2024 - dsterba@suse.com + +- btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) +- commit a1c6ed1 + +------------------------------------------------------------------- +Thu May 16 15:19:07 CEST 2024 - dsterba@suse.com + +- btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) +- commit e6bb34b + +------------------------------------------------------------------- +Thu May 16 15:17:20 CEST 2024 - dsterba@suse.com + +- btrfs: error when COWing block from a root that is being deleted (git-fixes) +- commit 78a2694 + +------------------------------------------------------------------- +Thu May 16 15:16:01 CEST 2024 - dsterba@suse.com + +- btrfs: error out when COWing block using a stale transaction (git-fixes) +- commit 850d86f + +------------------------------------------------------------------- +Thu May 16 13:09:22 CEST 2024 - mfranc@suse.cz + +- s390/cpum_cf: make crypto counters upward compatible across + machine types (bsc#1224348). +- commit 36c1e09 + +------------------------------------------------------------------- +Thu May 16 12:18:15 CEST 2024 - dsterba@suse.com + +- btrfs: always print transaction aborted messages with an error level (git-fixes) +- commit 26fa5ae + +------------------------------------------------------------------- +Thu May 16 12:00:22 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Do not produce metadata freelist entries in Tx port + ts WQE xmit (git-fixes). +- commit 287b501 + +------------------------------------------------------------------- +Thu May 16 11:58:47 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: HTB, Fix inconsistencies with QoS SQs number + (git-fixes). +- commit 0085432 + +------------------------------------------------------------------- +Thu May 16 11:57:19 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). +- commit 01134b3 + +------------------------------------------------------------------- +Thu May 16 11:55:49 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: RSS, Block changing channels number when RXFH is + configured (git-fixes). +- commit c93a7d5 + +------------------------------------------------------------------- +Thu May 16 11:54:14 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Correctly compare pkt reformat ids (git-fixes). +- commit 76a7159 + +------------------------------------------------------------------- +Thu May 16 11:52:39 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Properly link new fs rules into the tree (git-fixes). +- commit 7272c33 + +------------------------------------------------------------------- +Thu May 16 11:51:07 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: offset comp irq index in name by one (git-fixes). +- commit 56809e4 + +------------------------------------------------------------------- +Thu May 16 11:46:42 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Register devlink first under devlink lock (git-fixes). +- commit 3162538 + +------------------------------------------------------------------- +Thu May 16 11:44:32 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: E-switch, store eswitch pointer before registering + devlink_param (git-fixes). +- commit d6f7fd4 + +------------------------------------------------------------------- +Thu May 16 09:18:51 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). +- ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write + (stable-fixes). +- ALSA: Fix deadlocks with kctl removals at disconnection + (stable-fixes). +- ALSA: hda: clarify Copyright information (stable-fixes). +- ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W + (stable-fixes). +- ALSA: hda/realtek: Fix internal speakers for Legion Y9000X + 2022 IAH7 (stable-fixes). +- ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid + (stable-fixes). +- ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops + (stable-fixes). +- ALSA: hda: cs35l41: Ignore errors when configuring IRQs + (stable-fixes). +- ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD + (stable-fixes). +- ALSA: hda: cs35l41: Remove redundant argument to + cs35l41_request_firmware_file() (stable-fixes). +- ALSA: hda: cs35l41: Update DSP1RX5/6 Sources for DSP config + (stable-fixes). +- ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 + (stable-fixes). +- ALSA: hda: cs35l41: Support HP Omen models without _DSD + (stable-fixes). +- ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting + (stable-fixes). +- commit bd5e5fc + +------------------------------------------------------------------- +Thu May 16 09:09:00 CEST 2024 - tiwai@suse.de + +- Add cherry-picked patch references to amdgpu patches +- commit fb4ef8e + +------------------------------------------------------------------- +Thu May 16 09:02:33 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e + (git-fixes). +- ASoC: tas2781: Fix a warning reported by robot kernel test + (git-fixes). +- ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value + (git-fixes). +- ASoC: Intel: avs: Test result of avs_get_module_entry() + (git-fixes). +- ASoC: Intel: avs: Fix potential integer overflow (git-fixes). +- ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). +- ASoC: SOF: Intel: mtl: Implement firmware boot state check + (git-fixes). +- ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). +- Revert "ASoC: SOF: Intel: hda-dai-ops: only allocate/release + streams for first CPU DAI" (stable-fixes). +- Revert "ASoC: SOF: Intel: hda-dai-ops: reset device count for + SoundWire DAIs" (stable-fixes). +- ASoC: kirkwood: Fix potential NULL dereference (git-fixes). +- ASoC: Intel: avs: ssm4567: Do not ignore route checks + (git-fixes). +- ASoC: Intel: Disable route checks for Skylake boards + (git-fixes). +- ASoC: mediatek: Assign dummy when codec not specified for a + DAI link (git-fixes). +- ASoC: mediatek: mt8192: fix register configuration for tdm + (git-fixes). +- ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). +- ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup + (git-fixes). +- ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim + 7 16ARHA7 (git-fixes). +- fbdev: savage: Handle err return when savagefb_check_var failed + (git-fixes). +- fbdev: sh7760fb: allow modular build (git-fixes). +- fbdev: sisfb: hide unused variables (git-fixes). +- fbdev: shmobile: fix snprintf truncation (git-fixes). +- drm: zynqmp_dpsub: Always register bridge (git-fixes). +- Revert "drm/bridge: ti-sn65dsi83: Fix enable error path" + (git-fixes). +- drm/fbdev-generic: Do not set physical framebuffer address + (git-fixes). +- drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting + fails (git-fixes). +- drm/msm/adreno: fix CP cycles stat retrieval on a7xx + (git-fixes). +- drm/msm/dpu: Add callback function pointer check before its call + (git-fixes). +- drm/msm/dpu: Allow configuring multiple active DSC blocks + (git-fixes). +- drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). +- drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original + mode pclk (git-fixes). +- drm/msm/dp: Avoid a long timeout for AUX transfer if nothing + connected (git-fixes). +- drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). +- drm/mediatek: dp: Fix mtk_dp_aux_transfer return value + (git-fixes). +- drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). +- drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). +- drm/bridge: tc358775: fix support for jeida-18 and jeida-24 + (git-fixes). +- drm/meson: gate px_clk when setting rate (git-fixes). +- drm/rockchip: vop2: Do not divide height twice for YUV + (git-fixes). +- drm/panel: simple: Add missing Innolux G121X1-L03 format, + flags, connector (git-fixes). +- drm/bridge: anx7625: Update audio status while detecting + (git-fixes). +- drm/panel: novatek-nt35950: Don't log an error when DSI host + can't be found (git-fixes). +- drm/bridge: dpc3433: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: tc358775: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: lt9611uxc: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: lt9611: Don't log an error when DSI host can't be + found (git-fixes). +- drm/bridge: lt8912b: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: icn6211: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: anx7625: Don't log an error when DSI host can't + be found (git-fixes). +- drm: vc4: Fix possible null pointer dereference (git-fixes). +- drm/arm/malidp: fix a possible null pointer dereference + (git-fixes). +- drm/amd/display: Remove redundant condition in + dcn35_calc_blocks_to_gate() (git-fixes). +- drm/amd/display: Fix potential index out of bounds in color + transformation function (git-fixes). +- drm: bridge: cdns-mhdp8546: Fix possible null pointer + dereference (git-fixes). +- drm/meson: vclk: fix calculation of 59.94 fractional rates + (git-fixes). +- drm/panel: ltk050h3146w: drop duplicate commands from + LTK050H3148W init (git-fixes). +- drm/panel: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W + flags (git-fixes). +- drm/lcdif: Do not disable clocks on already suspended hardware + (git-fixes). +- drm/omapdrm: Fix console by implementing fb_dirty (git-fixes). +- drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() + (git-fixes). +- drm/ci: update device type for volteer devices (git-fixes). +- drm/bridge: Fix improper bridge init order with + pre_enable_prev_first (git-fixes). +- commit e7d2777 + +------------------------------------------------------------------- +Thu May 16 08:24:39 CEST 2024 - tiwai@suse.de + +- Revert "selinux: introduce an initial SID for early boot processes" (bsc#1208593) + It caused a regression on ALP-current branch, kernel-obs-qa build failed. +- commit 35271c3 + +------------------------------------------------------------------- +Wed May 15 17:14:07 CEST 2024 - msuchanek@suse.de + +- powerpc/eeh: Permanently disable the removed device (bsc#1223991 + ltc#205740). +- commit b9c2f2f + +------------------------------------------------------------------- +Wed May 15 15:15:17 CEST 2024 - dsterba@suse.com + +- fat: fix uninitialized field in nostale filehandles (git-fixes) +- commit f1e1fd7 + +------------------------------------------------------------------- +Wed May 15 15:09:17 CEST 2024 - denis.kirjanov@suse.com + +- net: ks8851: Queue RX packets in IRQ handler instead of + disabling BHs (git-fixes). +- commit cc9313f + +------------------------------------------------------------------- +Wed May 15 15:01:36 CEST 2024 - tiwai@suse.de + +- Move upstreamed ACPI patch into sorted section +- commit 6c48aae + +------------------------------------------------------------------- +Wed May 15 14:54:26 CEST 2024 - dsterba@suse.com + +- fs: relax mount_setattr() permission checks (git-fixes) +- commit 3b377cf + +------------------------------------------------------------------- +Wed May 15 14:49:02 CEST 2024 - iivanov@suse.de + +- bpf, arm64: Fix incorrect runtime stats (git-fixes) +- commit c30a258 + +------------------------------------------------------------------- +Wed May 15 14:48:53 CEST 2024 - dsterba@suse.com + +- fast_dput(): handle underflows gracefully (git-fixes) +- commit 7a48807 + +------------------------------------------------------------------- +Wed May 15 14:42:00 CEST 2024 - dsterba@suse.com + +- ecryptfs: Reject casefold directory inodes (git-fixes) +- commit bc23622 + +------------------------------------------------------------------- +Wed May 15 14:34:09 CEST 2024 - dsterba@suse.com + +- fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) +- commit 97f203b + +------------------------------------------------------------------- +Wed May 15 14:30:48 CEST 2024 - mkoutny@suse.com + +- cifs: fix underflow in parse_server_interfaces() (CVE-2024-26828 bsc#1223084). +- commit 40aba68 + +------------------------------------------------------------------- +Wed May 15 14:27:20 CEST 2024 - dsterba@suse.com + +- blacklist.conf: fs updates +- commit 372a9be + +------------------------------------------------------------------- +Wed May 15 13:58:14 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). +- commit 6fa6e4e + +------------------------------------------------------------------- +Wed May 15 13:56:35 CEST 2024 - denis.kirjanov@suse.com + +- net: ks8851: Handle softirqs at the end of IRQ thread to fix + hang (git-fixes). +- commit 871b504 + +------------------------------------------------------------------- +Wed May 15 13:53:39 CEST 2024 - denis.kirjanov@suse.com + +- net: ks8851: Inline ks8851_rx_skb() (git-fixes). +- commit 0fafe3f + +------------------------------------------------------------------- +Wed May 15 13:52:12 CEST 2024 - denis.kirjanov@suse.com + +- bnxt_en: Reset PTP tx_avail after possible firmware reset + (git-fixes). +- commit 9421aa8 + +------------------------------------------------------------------- +Wed May 15 13:50:35 CEST 2024 - denis.kirjanov@suse.com + +- bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). +- commit a747a74 + +------------------------------------------------------------------- +Wed May 15 13:49:07 CEST 2024 - denis.kirjanov@suse.com + +- bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() + (git-fixes). +- commit 6a62a82 + +------------------------------------------------------------------- +Wed May 15 13:47:28 CEST 2024 - denis.kirjanov@suse.com + +- geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). +- commit d4d699c + +------------------------------------------------------------------- +Wed May 15 13:46:00 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). +- commit 9beffaf + +------------------------------------------------------------------- +Wed May 15 13:44:11 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: SF, Stop waiting for FW as teardown was called + (git-fixes). +- commit 2583247 + +------------------------------------------------------------------- +Wed May 15 13:42:36 CEST 2024 - denis.kirjanov@suse.com + +- mlxsw: Use refcount_t for reference counting (git-fixes). +- commit 5be65d6 + +------------------------------------------------------------------- +Wed May 15 13:40:51 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Use tx_ring instead of xdp_ring for XDP channel TX + (git-fixes). +- commit d4b3628 + +------------------------------------------------------------------- +Wed May 15 13:39:21 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Pass ena_adapter instead of net_device to + ena_xmit_common() (git-fixes). +- commit c080c13 + +------------------------------------------------------------------- +Wed May 15 13:37:24 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Move XDP code to its new files (git-fixes). +- commit 7cd4a35 + +------------------------------------------------------------------- +Wed May 15 13:35:18 CEST 2024 - denis.kirjanov@suse.com + +- net: openvswitch: Fix Use-After-Free in ovs_ct_exit (bsc#1224098 + CVE-2024-27395). +- commit a237c4c + +------------------------------------------------------------------- +Wed May 15 13:29:39 CEST 2024 - ddiss@suse.de + +- selinux: introduce an initial SID for early boot processes + (bsc#1208593). +- commit a82f05c + +------------------------------------------------------------------- +Wed May 15 12:26:31 CEST 2024 - mkubecek@suse.cz + +- mctp: perform route lookups under a RCU read-side lock + (CVE-2023-52483 bsc#1220738). +- commit 659b74f + +------------------------------------------------------------------- +Wed May 15 10:24:39 CEST 2024 - tbogendoerfer@suse.de + +- net: gtp: Fix Use-After-Free in gtp_dellink (bsc#1224096 + CVE-2024-27396). +- commit 7f59223 + +------------------------------------------------------------------- +Wed May 15 09:25:00 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 25085d6 + +------------------------------------------------------------------- +Wed May 15 09:23:53 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask + (git-fixes). +- commit 61c5310 + +------------------------------------------------------------------- +Wed May 15 09:21:39 CEST 2024 - tiwai@suse.de + +- ax25: Fix reference count leak issue of net_device (git-fixes). +- ax25: Fix reference count leak issues of ax25_dev (git-fixes). +- net: usb: ax88179_178a: fix link status when link is set to + down/up (git-fixes). +- selftests: net: move amt to socat for better compatibility + (git-fixes). +- Bluetooth: qca: Fix error code in qca_read_fw_build_info() + (git-fixes). +- net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). +- wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). +- wifi: rtw89: pci: correct TX resource checking for PCI DMA + channel of firmware command (git-fixes). +- wifi: ar5523: enable proper endpoint verification (git-fixes). +- wifi: carl9170: add a proper sanity check for endpoints + (git-fixes). +- wifi: ath10k: populate board data for WCN3990 (git-fixes). +- wifi: ath10k: Fix an error code problem in + ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). +- wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() + (git-fixes). +- wifi: carl9170: re-fix fortified-memset warning (git-fixes). +- wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset + (git-fixes). +- wifi: mt76: mt7603: fix tx queue of loopback packets + (git-fixes). +- net: usb: sr9700: stop lying about skb->truesize (git-fixes). +- usb: aqc111: stop lying about skb->truesize (git-fixes). +- wifi: iwlwifi: mvm: init vif works only once (git-fixes). +- net: nfc: remove inappropriate attrs check (stable-fixes). +- wifi: ath11k: don't force enable power save on non-running vdevs + (git-fixes). +- wifi: ath10k: poll service ready message before failing + (git-fixes). +- wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). +- wifi: iwlwifi: mvm: select STA mask only for active links + (git-fixes). +- wifi: iwlwifi: mvm: fix active link counting during recovery + (git-fixes). +- wifi: iwlwifi: mvm: allocate STA links only for active links + (git-fixes). +- wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() + (git-fixes). +- wifi: mt76: mt7915: workaround too long expansion sparse + warnings (git-fixes). +- wifi: brcmfmac: pcie: handle randbuf allocation failure + (git-fixes). +- bitops: add missing prototype check (git-fixes). +- ata: pata_legacy: make legacy_exit() work again (git-fixes). +- efi: libstub: only free priv.runtime_map when allocated + (git-fixes). +- HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). +- HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors + (git-fixes). +- hwmon: (lm70) fix links in doc and comments (git-fixes). +- spi: xilinx: Fix kernel documentation in the xilinx_spi.h + (git-fixes). +- ACPI: LPSS: Advertise number of chip selects via property + (git-fixes). +- ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC + (git-fixes). +- ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). +- ACPI: bus: Indicate support for the Generic Event Device thru + _OSC (git-fixes). +- ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). +- ACPI: disable -Wstringop-truncation (git-fixes). +- cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations + (git-fixes). +- cppc_cpufreq: Fix possible null pointer dereference (git-fixes). +- cpufreq: exit() callback is optional (git-fixes). +- thermal/drivers/tsens: Fix null pointer dereference (git-fixes). +- thermal/drivers/qcom/lmh: Check for SCM availability at probe + (git-fixes). +- selftests: default to host arch for LLVM builds (git-fixes). +- selftests/resctrl: fix clang build failure: use LOCAL_HDRS + (git-fixes). +- selftests/binderfs: use the Makefile's rules, not Make's + implicit rules (git-fixes). +- irqchip/loongson-pch-msi: Fix off-by-one on allocation error + path (git-fixes). +- irqchip/alpine-msi: Fix off-by-one in allocation error path + (git-fixes). +- commit ea6926d + +------------------------------------------------------------------- +Tue May 14 22:38:00 CEST 2024 - lduncan@suse.com + +- block: Fix iterating over an empty bio with + bio_for_each_folio_all (bsc#1221635 CVE-2024-26632). +- commit a419383 + +------------------------------------------------------------------- +Tue May 14 15:42:02 CEST 2024 - dsterba@suse.com + +- iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) +- commit cfedccd + +------------------------------------------------------------------- +Tue May 14 14:43:22 CEST 2024 - nik.borisov@suse.com + +- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). +- commit 431e388 + +------------------------------------------------------------------- +Tue May 14 14:41:24 CEST 2024 - nik.borisov@suse.com + +- kabi/severities: Remove mitigation-related symbols + Those are used by the core kernel to implement CPU vulnerabilities + mitigation and are not expected to be consumed by 3rd party users. +- commit 8d79889 + +------------------------------------------------------------------- +Tue May 14 13:52:42 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/Bluetooth-hci_sync-Don-t-double-print-name-in-add-re.patch + (bsc#1216358). + Added bugzilla reference +- commit 3985fb5 + +------------------------------------------------------------------- +Tue May 14 13:37:13 CEST 2024 - oneukum@suse.com + +- Update patches.suse/usb-ulpi-Fix-debugfs-directory-leak.patch + (bsc#1223847 CVE-2024-26919). + Added bugzilla ID and CVE +- commit 44b677b + +------------------------------------------------------------------- +Tue May 14 12:14:59 CEST 2024 - ailiop@suse.com + +- xfs: fix perag leak when growfs fails (git-fixes). +- commit 111377b + +------------------------------------------------------------------- +Tue May 14 12:14:09 CEST 2024 - ailiop@suse.com + +- xfs: add lock protection when remove perag from radix tree + (git-fixes). +- commit fdadeb0 + +------------------------------------------------------------------- +Tue May 14 12:13:09 CEST 2024 - ailiop@suse.com + +- xfs: force all buffers to be written during btree bulk load + (git-fixes). +- commit bcc67e9 + +------------------------------------------------------------------- +Tue May 14 12:11:21 CEST 2024 - ailiop@suse.com + +- xfs: recompute growfsrtfree transaction reservation while + growing rt volume (git-fixes). +- commit 0ef8d73 + +------------------------------------------------------------------- +Tue May 14 12:09:52 CEST 2024 - ailiop@suse.com + +- xfs: make xchk_iget safer in the presence of corrupt inode + btrees (git-fixes). +- commit 3312038 + +------------------------------------------------------------------- +Tue May 14 12:07:44 CEST 2024 - ailiop@suse.com + +- xfs: transfer recovered intent item ownership in ->iop_recover + (git-fixes). +- commit 9cdf2ef + +------------------------------------------------------------------- +Tue May 14 12:05:26 CEST 2024 - ailiop@suse.com + +- xfs: pass the xfs_defer_pending object to iop_recover + (git-fixes). +- commit c4d4eda + +------------------------------------------------------------------- +Tue May 14 12:04:27 CEST 2024 - ailiop@suse.com + +- xfs: use xfs_defer_pending objects to recover intent items + (git-fixes). +- commit 4e8f44d + +------------------------------------------------------------------- +Tue May 14 11:22:00 CEST 2024 - ailiop@suse.com + +- jffs2: prevent xattr node from overflowing the eraseblock + (git-fixes). +- commit bb15e9c + +------------------------------------------------------------------- +Tue May 14 11:20:58 CEST 2024 - nik.borisov@suse.com + +- x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). +- commit 7c55ce6 + +------------------------------------------------------------------- +Tue May 14 11:09:53 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). +- commit b73f38c + +------------------------------------------------------------------- +Tue May 14 10:55:59 CEST 2024 - nik.borisov@suse.com + +- x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). +- commit 5ad2192 + +------------------------------------------------------------------- +Tue May 14 10:55:41 CEST 2024 - nik.borisov@suse.com + +- x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). +- commit 653bafb + +------------------------------------------------------------------- +Tue May 14 10:55:20 CEST 2024 - nik.borisov@suse.com + +- x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). +- commit 3e5de92 + +------------------------------------------------------------------- +Tue May 14 10:54:54 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Disentangle rethunk-dependent options (git-fixes). +- Refresh + patches.suse/x86-bugs-Cache-the-value-of-MSR_IA32_ARCH_CAPABILITIES.patch. +- commit 4761d61 + +------------------------------------------------------------------- +Tue May 14 10:53:48 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Remove default case for fully switched enums (git-fixes). +- commit caa1a64 + +------------------------------------------------------------------- +Tue May 14 10:53:32 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Remove 'pred_cmd' label (git-fixes). +- commit d2d0e6a + +------------------------------------------------------------------- +Tue May 14 10:53:02 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Unexport untraining functions (git-fixes). +- commit f855258 + +------------------------------------------------------------------- +Tue May 14 10:52:43 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Improve i-cache locality for alias mitigation (git-fixes). +- commit 8ffea3d + +------------------------------------------------------------------- +Tue May 14 10:50:51 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Fix unret validation dependencies (git-fixes). +- commit 95452af + +------------------------------------------------------------------- +Tue May 14 10:50:12 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). +- Refresh + patches.suse/x86-srso-fix-vulnerability-reporting-for-missing-microcode.patch. +- commit 3afb908 + +------------------------------------------------------------------- +Tue May 14 10:41:29 CEST 2024 - oneukum@suse.com + +- blacklist.conf: not applicable +- commit 158f7dc + +------------------------------------------------------------------- +Tue May 14 10:25:06 CEST 2024 - nik.borisov@suse.com + +- x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). +- commit 9588be6 + +------------------------------------------------------------------- +Tue May 14 10:22:32 CEST 2024 - nik.borisov@suse.com + +- x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). +- commit 3b9c9ee + +------------------------------------------------------------------- +Tue May 14 10:22:12 CEST 2024 - nik.borisov@suse.com + +- x86/purgatory: Switch to the position-independent small code model (git-fixes). +- commit 57ab7d5 + +------------------------------------------------------------------- +Tue May 14 10:21:57 CEST 2024 - nik.borisov@suse.com + +- x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). +- commit f043bca + +------------------------------------------------------------------- +Tue May 14 08:25:02 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 96e6c4c + +------------------------------------------------------------------- +Tue May 14 08:24:29 CEST 2024 - tiwai@suse.de + +- soc: qcom: pmic_glink: Make client-lock non-sleeping + (git-fixes). +- commit 410217d + +------------------------------------------------------------------- +Tue May 14 08:16:26 CEST 2024 - tiwai@suse.de + +- soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request + (git-fixes). +- commit 2c41b82 + +------------------------------------------------------------------- +Tue May 14 08:08:44 CEST 2024 - tiwai@suse.de + +- crypto: qat - specify firmware files for 402xx (git-fixes). +- crypto: qat - improve error logging to be consistent across + features (git-fixes). +- crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). +- crypto: ccp - drop platform ifdef checks (git-fixes). +- crypto: bcm - Fix pointer arithmetic (git-fixes). +- crypto: ecdsa - Fix module auto-load on add-key (git-fixes). +- kunit/fortify: Fix mismatched kvalloc()/vfree() usage + (git-fixes). +- nilfs2: fix out-of-range warning (git-fixes). +- admin-guide/hw-vuln/core-scheduling: fix return type of + PR_SCHED_CORE_GET (git-fixes). +- soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (git-fixes). +- soc: qcom: pmic_glink: notify clients about the current state + (git-fixes). +- soc: qcom: pmic_glink: don't traverse clients list without a + lock (git-fixes). +- commit 7da1cbc + +------------------------------------------------------------------- +Mon May 13 19:20:28 CEST 2024 - dsterba@suse.com + +- btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) +- commit 8bc326a + +------------------------------------------------------------------- +Mon May 13 18:29:29 CEST 2024 - tonyj@suse.de + +- blacklist.conf: add perf patch already known by alias commit +- commit 706da8e + +------------------------------------------------------------------- +Mon May 13 17:53:02 CEST 2024 - dsterba@suse.com + +- btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) + Dropped hunk in selftests (test_case_7), 92e1229b204d6. +- commit 8dcf7c1 + +------------------------------------------------------------------- +Mon May 13 17:50:51 CEST 2024 - dsterba@suse.com + +- btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) +- commit 622d549 + +------------------------------------------------------------------- +Mon May 13 17:47:31 CEST 2024 - dsterba@suse.com + +- btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) +- commit 84f4309 + +------------------------------------------------------------------- +Mon May 13 17:46:30 CEST 2024 - dsterba@suse.com + +- btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) +- commit bbc649d + +------------------------------------------------------------------- +Mon May 13 17:45:16 CEST 2024 - dsterba@suse.com + +- btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) +- commit 8ef1c53 + +------------------------------------------------------------------- +Mon May 13 17:40:46 CEST 2024 - dsterba@suse.com + +- btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) +- commit a6f28a6 + +------------------------------------------------------------------- +Mon May 13 17:32:40 CEST 2024 - dsterba@suse.com + +- btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) +- commit 4b7ba54 + +------------------------------------------------------------------- +Mon May 13 17:29:01 CEST 2024 - dsterba@suse.com + +- blacklist.conf: Add 2d6cd791e63e "btrfs: fix race between finishing block group creation and its item update" +- commit ca673ac + +------------------------------------------------------------------- +Mon May 13 17:09:25 CEST 2024 - tiwai@suse.de + +- firewire: nosy: ensure user_length is taken into account when + fetching packet contents (CVE-2024-27401 bsc#1224181). +- commit 5441039 + +------------------------------------------------------------------- +Mon May 13 16:51:11 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-aqc111-check-packet-for-fixup-for-true-limit.patch + (bsc#1217169 CVE-2023-52655). + Added bugzilla and CVE +- commit 20db8f9 + +------------------------------------------------------------------- +Mon May 13 15:34:42 CEST 2024 - dsterba@suse.com + +- btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) +- commit 9ec1333 + +------------------------------------------------------------------- +Mon May 13 15:02:10 CEST 2024 - nstange@suse.de + +- crypto: rsa - add a check for allocation failure (bsc#1222775). +- commit 8c6c396 + +------------------------------------------------------------------- +Mon May 13 14:53:32 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 70f199a + +------------------------------------------------------------------- +Mon May 13 14:51:33 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 835874a + +------------------------------------------------------------------- +Mon May 13 14:00:14 CEST 2024 - tiwai@suse.de + +- kABI workaround for of driver changes (git-fixes). +- commit ef08885 + +------------------------------------------------------------------- +Mon May 13 12:29:23 CEST 2024 - colyli@suse.de + +- aoe: avoid potential deadlock at set_capacity (CVE-2024-26775, + bsc#1222627). +- commit fd6e05d + +------------------------------------------------------------------- +Mon May 13 11:57:20 CEST 2024 - nstange@suse.de + +- crypto: testmgr - remove unused xts4096 and xts512 algorithms + from testmgr.c (bsc#1222769). +- commit 0de6756 + +------------------------------------------------------------------- +Mon May 13 11:46:01 CEST 2024 - nstange@suse.de + +- crypto: rsa - allow only odd e and restrict value in FIPS mode + (bsc#1222775). +- commit c5ca0e4 + +------------------------------------------------------------------- +Mon May 13 11:44:23 CEST 2024 - tiwai@suse.de + +- of: module: prevent NULL pointer dereference in vsnprintf() + (stable-fixes). +- of: dynamic: Synchronize of_changeset_destroy() with the + devlink removals (git-fixes). +- of: property: fw_devlink: Fix stupid bug in remote-endpoint + parsing (git-fixes). +- of: property: Add in-ports/out-ports support to + of_graph_get_port_parent() (stable-fixes). +- of: property: Improve finding the supplier of a remote-endpoint + property (git-fixes). +- of: property: Improve finding the consumer of a remote-endpoint + property (git-fixes). +- of: unittest: Fix compile in the non-dynamic case (git-fixes). +- of: property: fix typo in io-channels (git-fixes). +- commit 7743bc7 + +------------------------------------------------------------------- +Mon May 13 11:37:15 CEST 2024 - nstange@suse.de + +- crypto: ecc - update ecc_gen_privkey for FIPS 186-5 + (bsc#1222782). +- commit bcc0381 + +------------------------------------------------------------------- +Mon May 13 08:31:07 CEST 2024 - tiwai@suse.de + +- selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). +- EDAC/synopsys: Fix ECC status and IRQ control race condition + (git-fixes). +- commit 85ce9d3 + +------------------------------------------------------------------- +Mon May 13 04:24:13 CEST 2024 - neilb@suse.de + +- nfs: fix UAF in direct writes (bsc#1223653 CVE-2024-26958). +- commit 9b53f23 + +------------------------------------------------------------------- +Sat May 11 08:30:35 CEST 2024 - tiwai@suse.de + +- drm/connector: Add \n to message about demoting connector + force-probes (git-fixes). +- drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). +- drm/meson: dw-hdmi: power up phy on device init (git-fixes). +- drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible + (git-fixes). +- drm/amdkfd: don't allow mapping the MMIO HDP page with large + pages (git-fixes). +- dm/amd/pm: Fix problems with reboot/shutdown for some SMU + 13.0.4/13.0.11 users (git-fixes). +- drm/i915/bios: Fix parsing backlight BDB data (git-fixes). +- drm/i915/gt: Automate CCS Mode setting during engine resets + (git-fixes). +- maple_tree: fix mas_empty_area_rev() null pointer dereference + (git-fixes). +- spi: microchip-core-qspi: fix setting spi bus clock rate + (git-fixes). +- regulator: core: fix debugfs creation regression (git-fixes). +- commit 3a3ad92 + +------------------------------------------------------------------- +Fri May 10 16:36:48 CEST 2024 - jlee@suse.com + +- netfilter: nf_tables: mark set as dead when unbinding anonymous + set with timeout (bsc#1221829 CVE-2024-26643). +- commit c841ee9 + +------------------------------------------------------------------- +Fri May 10 11:47:33 CEST 2024 - jlee@suse.com + +- block/rnbd-srv: Check for unlikely string overflow (bsc#1221615 + CVE-2023-52618). +- commit 3cf7eb9 + +------------------------------------------------------------------- +Fri May 10 10:35:21 CEST 2024 - dwagner@suse.de + +- block: bio-integrity: fix kcalloc() arguments order (bsc#1217384 + CVE-2023-6238). +- commit 37816df + +------------------------------------------------------------------- +Fri May 10 09:51:05 CEST 2024 - tiwai@suse.de + +- hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us + (git-fixes). +- hwmon: (corsair-cpro) Protect ccp->wait_input_report with a + spinlock (git-fixes). +- hwmon: (corsair-cpro) Use complete_all() instead of complete() + in ccp_raw_event() (git-fixes). +- hwmon: (corsair-cpro) Use a separate buffer for sending commands + (git-fixes). +- nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). +- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout + (git-fixes). +- Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). +- Bluetooth: qca: fix info leak when fetching fw build id + (git-fixes). +- Bluetooth: qca: fix NVM configuration parsing (git-fixes). +- Bluetooth: qca: add missing firmware sanity checks (git-fixes). +- Bluetooth: msft: fix slab-use-after-free in msft_do_close() + (git-fixes). +- Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout + (git-fixes). +- ARM: 9381/1: kasan: clear stale stack poison (git-fixes). +- commit aa6a883 + +------------------------------------------------------------------- +Fri May 10 01:57:58 CEST 2024 - krisman@suse.de + +- Update + patches.suse/xen-netfront-Add-missing-skb_mark_for_recycle.patch + (git-fixes CVE-2024-27393 bsc#1224076). +- commit 3dacd9a + +------------------------------------------------------------------- +Thu May 9 10:12:28 CEST 2024 - jslaby@suse.cz + +- kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe + address (CVE-2024-26946 bsc#1223669). +- commit c3ef9f9 + +------------------------------------------------------------------- +Thu May 9 10:06:13 CEST 2024 - tiwai@suse.de + +- Move upstreamed powerpc patches into sorted section +- commit de7fc3a + +------------------------------------------------------------------- +Wed May 8 15:16:20 CEST 2024 - dwagner@suse.de + +- io_uring: kabi cookie remove (bsc#1217384). +- commit 6174cfd + +------------------------------------------------------------------- +Wed May 8 14:47:51 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/USB-core-Fix-deadlock-in-port-disable-sysfs-attribut.patch + (bsc#1223670 CVE-2024-26933). + Added CVE and bugzilla ID +- commit 2932a82 + +------------------------------------------------------------------- +Wed May 8 14:32:33 CEST 2024 - oneukum@suse.com + +- crypto: iaa - Fix nr_cpus < nr_iaa case (bsc#1223732 + CVE-2024-26945). +- commit d4480a0 + +------------------------------------------------------------------- +Wed May 8 13:00:52 CEST 2024 - dwagner@suse.de + +- supported.conf: support tcp_dctcp module (jsc#PED-8111) +- commit 84b1f91 + +------------------------------------------------------------------- +Wed May 8 09:35:19 CEST 2024 - nstange@suse.de + +- Update + patches.suse/crypto-lib-mpi-Fix-unexpected-pointer-access-in-mpi_.patch + (git-fixes CVE-2023-52616 bsc#1221612). +- commit 0f801e9 + +------------------------------------------------------------------- +Wed May 8 09:33:26 CEST 2024 - tzimmermann@suse.com + +- Update "drm/vmwgfx: Fix possible null pointer derefence with invalid contexts" (CVE-2024-26979 bsc#1223628) +- commit 562486d + +------------------------------------------------------------------- +Tue May 7 17:18:31 CEST 2024 - fdmanana@suse.com + +- btrfs: fix race when detecting delalloc ranges during fiemap + (bsc#1223285). +- commit b4449a9 + +------------------------------------------------------------------- +Tue May 7 17:04:53 CEST 2024 - fdmanana@suse.com + +- btrfs: ensure fiemap doesn't race with writes when + FIEMAP_FLAG_SYNC is given (bsc#1223285). +- commit e1d5456 + +------------------------------------------------------------------- +Tue May 7 17:00:54 CEST 2024 - fdmanana@suse.com + +- btrfs: fix race between ordered extent completion and fiemap + (bsc#1223285). +- commit b2ade77 + +------------------------------------------------------------------- +Tue May 7 16:49:51 CEST 2024 - fdmanana@suse.com + +- btrfs: fix deadlock with fiemap and extent locking + (bsc#1223285). +- commit 032df64 + +------------------------------------------------------------------- +Tue May 7 16:35:53 CEST 2024 - fdmanana@suse.com + +- btrfs: send: don't issue unnecessary zero writes for trailing + hole (bsc#1222459). +- commit 79ef069 + +------------------------------------------------------------------- +Tue May 7 16:30:29 CEST 2024 - vkarasulli@suse.de + +- inet: read sk->sk_family once in inet_recv_error() (bsc#1222385 + CVE-2024-26679). +- commit cb5e75a + +------------------------------------------------------------------- +Tue May 7 14:12:46 CEST 2024 - tiwai@suse.de + +- Move upstreamed HD-audio patch into sorted section +- commit d615f15 + +------------------------------------------------------------------- +Tue May 7 14:12:37 CEST 2024 - tiwai@suse.de + +- ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 + (bsc#1217750). +- commit 9e75dfd + +------------------------------------------------------------------- +Tue May 7 13:37:02 CEST 2024 - dsterba@suse.com + +- btrfs: dev-replace: properly validate device names (CVE-2024-26791 bsc#1222793) +- commit 0244362 + +------------------------------------------------------------------- +Tue May 7 12:59:26 CEST 2024 - dsterba@suse.com + +- fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame() (CVE-2023-52641 bsc#1222303) +- commit 3195e8d + +------------------------------------------------------------------- +Tue May 7 12:14:44 CEST 2024 - mkubecek@suse.cz + +- fix patch references (CVE-2024-26739 bsc#1222559): + - patches.suse/net-sched-act_mirred-Create-function-tcf_mirred_to_d.patch + - patches.suse/net-sched-act_mirred-don-t-override-retval-if-we-alr.patch +- commit af4b677 + +------------------------------------------------------------------- +Tue May 7 11:01:53 CEST 2024 - oneukum@suse.com + +- usb: dwc3: core: Prevent phy suspend during init (Git-fixes). +- commit 0feb823 + +------------------------------------------------------------------- +Tue May 7 10:05:18 CEST 2024 - vkarasulli@suse.de + +- netfilter: nft_ct: fix l3num expectations with inet pseudo + family (git-fixes). +- commit e0fbf15 + +------------------------------------------------------------------- +Tue May 7 08:51:04 CEST 2024 - pjakobsson@suse.de + +- drm/i915/vma: Fix UAF on destroy against retire race (CVE-2024-26939 bsc#1223679). +- commit 0c69759 + +------------------------------------------------------------------- +Tue May 7 07:56:59 CEST 2024 - tiwai@suse.de + +- Reapply "drm/qxl: simplify qxl_fence_wait" (stable-fixes). +- commit 2bd2798 + +------------------------------------------------------------------- +Tue May 7 00:12:18 CEST 2024 - mkubecek@suse.cz + +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (CVE-2024-26865 bsc#1223062). +- commit 4df5c35 + +------------------------------------------------------------------- +Mon May 6 22:49:40 CEST 2024 - mkubecek@suse.cz + +- packet: annotate data-races around ignore_outgoing + (CVE-2024-26862 bsc#1223111). +- commit 50ec7e9 + +------------------------------------------------------------------- +Mon May 6 22:21:54 CEST 2024 - mkubecek@suse.cz + +- Update + patches.suse/sctp-fix-potential-deadlock-on-net-sctp.addr_wq.patch + references (add CVE-2024-0639 bsc#1218917). +- commit 61e4bcd + +------------------------------------------------------------------- +Mon May 6 21:33:30 CEST 2024 - dsterba@suse.com + +- fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame() (CVE-2023-52641 bsc#1222303) +- commit 45e1211 + +------------------------------------------------------------------- +Mon May 6 19:19:07 CEST 2024 - vkarasulli@suse.de + +- netfilter: nft_ct: sanitize layer 3 and 4 protocol number in + custom expectations (bsc#1222368 CVE-2024-26673). +- commit bffaac0 + +------------------------------------------------------------------- +Mon May 6 18:14:52 CEST 2024 - dsterba@suse.com + +- fs: sysfs: Fix reference leak in sysfs_break_active_protection() (CVE-2024-26993 bsc#1223693) +- commit b75cd2c + +------------------------------------------------------------------- +Mon May 6 18:02:40 CEST 2024 - dsterba@suse.com + +- btrfs: don't drop extent_map for free space inode on write error (CVE-2024-26726 bsc#1222532) +- commit 60707c9 + +------------------------------------------------------------------- +Mon May 6 17:37:25 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Only update pages_touched when a new page is + touched (git-fixes). +- commit f2292de + +------------------------------------------------------------------- +Mon May 6 17:34:30 CEST 2024 - petr.pavlu@suse.com + +- kprobes: Fix possible use-after-free issue on kprobe + registration (git-fixes). +- commit 3121e4a + +------------------------------------------------------------------- +Mon May 6 17:23:41 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch + (bsc#1219485 bsc#1219451 git-fixes CVE-2024-27009 bsc#1223699). +- Update + patches.suse/Bluetooth-btnxpuart-Fix-btnxpuart_close.patch + (git-fixes CVE-2024-26959 bsc#1223667). +- Update + patches.suse/USB-usb-storage-Prevent-divide-by-0-error-in-isd200_.patch + (git-fixes CVE-2024-27059 bsc#1223738). +- Update + patches.suse/backlight-hx8357-Fix-potential-NULL-pointer-derefere.patch + (git-fixes CVE-2024-27071 bsc#1223734). +- Update patches.suse/clk-Fix-clk_core_get-NULL-dereference.patch + (git-fixes CVE-2024-27038 bsc#1223816). +- Update + patches.suse/clk-hisilicon-hi3559a-Fix-an-erroneous-devm_kfree.patch + (git-fixes CVE-2024-27039 bsc#1223821). +- Update + patches.suse/clk-qcom-gcc-ipq6018-fix-terminating-of-frequency-ta.patch + (git-fixes CVE-2024-26970 bsc#1223644). +- Update + patches.suse/clk-qcom-gcc-ipq8074-fix-terminating-of-frequency-ta.patch + (git-fixes CVE-2024-26969 bsc#1223645). +- Update + patches.suse/clk-qcom-gcc-ipq9574-fix-terminating-of-frequency-ta.patch + (git-fixes CVE-2024-26968 bsc#1223642). +- Update + patches.suse/clk-qcom-mmcc-apq8084-fix-terminating-of-frequency-t.patch + (git-fixes CVE-2024-26966 bsc#1223646). +- Update + patches.suse/clk-qcom-mmcc-msm8974-fix-terminating-of-frequency-t.patch + (git-fixes CVE-2024-26965 bsc#1223648). +- Update + patches.suse/clk-zynq-Prevent-null-pointer-dereference-caused-by-.patch + (git-fixes CVE-2024-27037 bsc#1223717). +- Update + patches.suse/cpufreq-brcmstb-avs-cpufreq-add-check-for-cpufreq_cp.patch + (git-fixes CVE-2024-27051 bsc#1223769). +- Update + patches.suse/crypto-qat-resolve-race-condition-during-AER-recover.patch + (git-fixes CVE-2024-26974 bsc#1223638). +- Update + patches.suse/drm-amd-display-Add-replay-NULL-check-in-edp_set_rep.patch + (git-fixes CVE-2024-27040 bsc#1223711). +- Update + patches.suse/drm-amd-display-Fix-a-potential-buffer-overflow-in-d.patch + (git-fixes CVE-2024-27045 bsc#1223826). +- Update + patches.suse/drm-amd-display-Fix-potential-NULL-pointer-dereferen.patch + (git-fixes CVE-2024-27044 bsc#1223723). +- Update + patches.suse/drm-amd-display-fix-NULL-checks-for-adev-dm.dc-in-am.patch + (git-fixes CVE-2024-27041 bsc#1223714). +- Update + patches.suse/drm-amdgpu-Fix-potential-out-of-bounds-access-in-amd.patch + (git-fixes CVE-2024-27042 bsc#1223823). +- Update + patches.suse/drm-vmwgfx-Fix-possible-null-pointer-derefence-with-.patch + (git-fixes CVE-2024-26979 bsc#1223628). +- Update + patches.suse/md-Fix-missing-release-of-active_io-for-flush-8556.patch + (jsc#PED-7542 CVE-2024-27023 bsc#1223776). +- Update + patches.suse/media-dvb-frontends-avoid-stack-overflow-warnings-wi.patch + (git-fixes CVE-2024-27075 bsc#1223842). +- Update patches.suse/media-edia-dvbdev-fix-a-use-after-free.patch + (git-fixes CVE-2024-27043 bsc#1223824). +- Update + patches.suse/media-go7007-fix-a-memleak-in-go7007_load_encoder.patch + (git-fixes CVE-2024-27074 bsc#1223844). +- Update + patches.suse/media-imx-csc-scaler-fix-v4l2_ctrl_handler-memory-le.patch + (git-fixes CVE-2024-27076 bsc#1223779). +- Update + patches.suse/media-ttpci-fix-two-memleaks-in-budget_av_attach.patch + (git-fixes CVE-2024-27073 bsc#1223843). +- Update + patches.suse/media-usbtv-Remove-useless-locks-in-usbtv_video_free.patch + (git-fixes CVE-2024-27072 bsc#1223837). +- Update + patches.suse/media-v4l2-mem2mem-fix-a-memleak-in-v4l2_m2m_registe.patch + (git-fixes CVE-2024-27077 bsc#1223780). +- Update + patches.suse/media-v4l2-tpg-fix-some-memleaks-in-tpg_alloc.patch + (git-fixes CVE-2024-27078 bsc#1223781). +- Update + patches.suse/net-phy-fix-phy_get_internal_delay-accessing-an-empt.patch + (git-fixes CVE-2024-27047 bsc#1223828). +- Update + patches.suse/nilfs2-fix-failure-to-detect-DAT-corruption-in-btree.patch + (git-fixes CVE-2024-26956 bsc#1223663). +- Update + patches.suse/nilfs2-prevent-kernel-bug-at-submit_bh_wbc.patch + (git-fixes CVE-2024-26955 bsc#1223657). +- Update patches.suse/pci_iounmap-Fix-MMIO-mapping-leak.patch + (git-fixes CVE-2024-26977 bsc#1223631). +- Update + patches.suse/powercap-intel_rapl-Fix-a-NULL-pointer-dereference.patch + (git-fixes CVE-2024-26975 bsc#1223632). +- Update + patches.suse/s390-Once-the-discipline-is-associated-with-the-device-de.patch + (bsc#1141539 git-fixes CVE-2024-27054 bsc#1223819). +- Update + patches.suse/scsi-qla2xxx-Fix-command-flush-on-cable-pull.patch + (bsc#1221816 CVE-2024-26931 bsc#1223627). +- Update patches.suse/scsi-qla2xxx-Fix-double-free-of-fcport.patch + (bsc#1221816 CVE-2024-26929 bsc#1223715). +- Update + patches.suse/scsi-qla2xxx-Fix-double-free-of-the-ha-vp_map-pointe.patch + (bsc#1221816 CVE-2024-26930 bsc#1223626). +- Update + patches.suse/thermal-drivers-mediatek-lvts_thermal-Fix-a-memory-l.patch + (git-fixes CVE-2024-27068 bsc#1223808). +- Update + patches.suse/thunderbolt-Fix-NULL-pointer-dereference-in-tb_port_.patch + (git-fixes CVE-2024-27060 bsc#1223725). +- Update patches.suse/usb-ulpi-Fix-debugfs-directory-leak.patch + (git-fixes CVE-2024-26919 bsc#1223847). +- Update + patches.suse/wifi-brcm80211-handle-pmk_op-allocation-failure.patch + (git-fixes CVE-2024-27048 bsc#1223760). +- Update + patches.suse/wifi-rtl8xxxu-add-cancel_work_sync-for-c2hcmd_work.patch + (git-fixes CVE-2024-27052 bsc#1223829). +- Update + patches.suse/wifi-wilc1000-do-not-realloc-workqueue-everytime-an-.patch + (git-fixes CVE-2024-27391 bsc#1223709). +- Update + patches.suse/wifi-wilc1000-fix-RCU-usage-in-connect-path.patch + (git-fixes CVE-2024-27053 bsc#1223737). +- commit 9296e40 + +------------------------------------------------------------------- +Mon May 6 17:23:27 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/drm-tegra-dsi-Add-missing-check-for-of_find_device_b.patch + (git-fixes CVE-2023-52650 bsc#1223770). +- Update + patches.suse/drm-vkms-Avoid-reading-beyond-LUT-array.patch + (git-fixes CVE-2023-52649 bsc#1223768). +- Update + patches.suse/drm-vmwgfx-Unmap-the-surface-before-resetting-it-on-.patch + (git-fixes CVE-2023-52648 bsc#1223765). +- Update + patches.suse/media-nxp-imx8-isi-Check-whether-crossbar-pad-is-non.patch + (git-fixes CVE-2023-52647 bsc#1223764). +- commit f67398e + +------------------------------------------------------------------- +Mon May 6 17:23:18 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/powerpc-pseries-Fix-potential-memleak-in-papr_get_at.patch + (bsc#1215199 CVE-2022-48669 bsc#1223756). +- commit e9a7939 + +------------------------------------------------------------------- +Mon May 6 17:22:04 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page + in concurrent environment (git-fixes). +- commit 8f1aa4c + +------------------------------------------------------------------- +Mon May 6 16:11:25 CEST 2024 - jgross@suse.com + +- Delete + patches.suse/iommufd-iova_bitmap-Move-symbols-to-IOMMUFD-namespace. + (bsc#1222654) +- commit dc5c22e + +------------------------------------------------------------------- +Mon May 6 12:34:10 CEST 2024 - lhenriques@suse.de + +- fuse: don't unhash root (bsc#1223946). +- fuse: fix root lookup with nonzero generation (bsc#1223945). +- virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal + (bsc#1223944). +- commit 5171d01 + +------------------------------------------------------------------- +Mon May 6 11:15:05 CEST 2024 - tbogendoerfer@suse.de + +- tun: limit printing rate when illegal packet received by tun + dev (bsc#1223745 CVE-2024-27013). +- net/mlx5e: Prevent deadlock while disabling aRFS (bsc#1223735 + CVE-2024-27014). +- commit d039d3b + +------------------------------------------------------------------- +Mon May 6 11:14:31 CEST 2024 - tzimmermann@suse.com + +- drm/amd/display: Add a dc_state NULL check in dc_state_release (CVE-2024-26948 bsc#1223664) +- commit adac21d + +------------------------------------------------------------------- +Mon May 6 08:32:36 CEST 2024 - tiwai@suse.de + +- slimbus: qcom-ngd-ctrl: Add timeout for wait operation + (git-fixes). +- iio:imu: adis16475: Fix sync mode setting (git-fixes). +- iio: accel: mxc4005: Interrupt handling fixes (git-fixes). +- iio: pressure: Fixes BME280 SPI driver data (git-fixes). +- usb: typec: tcpm: Check for port partner validity before + consuming it (git-fixes). +- usb: typec: tcpm: unregister existing source caps before + re-registration (git-fixes). +- usb: typec: tcpm: clear pd_event queue in PORT_RESET + (git-fixes). +- usb: ohci: Prevent missed ohci interrupts (git-fixes). +- usb: gadget: f_fs: Fix a race condition when processing setup + packets (git-fixes). +- USB: core: Fix access violation during port device removal + (git-fixes). +- usb: gadget: uvc: use correct buffer size when parsing configfs + lists (git-fixes). +- usb: gadget: composite: fix OS descriptors w_value logic + (git-fixes). +- usb: gadget: f_fs: Fix race between aio_cancel() and AIO + request complete (git-fixes). +- clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change + (git-fixes). +- commit 8d8f752 + +------------------------------------------------------------------- +Mon May 6 08:29:57 CEST 2024 - tiwai@suse.de + +- Move upstreamed USB fix into sorted section +- commit 21751fe + +------------------------------------------------------------------- +Sat May 4 09:44:18 CEST 2024 - tiwai@suse.de + +- ASoC: da7219-aad: fix usage of device_get_named_child_node() + (git-fixes). +- ASoC: rt715-sdca: volume step modification (git-fixes). +- ASoC: rt715: add vendor clear control register (git-fixes). +- ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config + (git-fixes). +- ASoC: cs35l56: Fix unintended bus access while resetting amp + (git-fixes). +- ASoC: rt722-sdca: add headset microphone vrefo setting + (git-fixes). +- ASoC: rt722-sdca: modify channel number to support 4 channels + (git-fixes). +- ASoC: rt5645: Fix the electric noise due to the CBJ contacts + floating (git-fixes). +- ASoC: acp: Support microphone from device Acer 315-24p + (git-fixes). +- ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus + T100TAM too (git-fixes). +- commit 59787a2 + +------------------------------------------------------------------- +Sat May 4 09:37:36 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Fix build error without CONFIG_PM + (stable-fixes). +- ALSA: hda: cs35l56: Exit cache-only after + cs35l56_wait_for_firmware_boot() (stable-fixes). +- ALSA: hda/realtek - Set GPIO3 to default at S4 state for + Thinkpad with ALC1318 (stable-fixes). +- ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection + (stable-fixes). +- ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU + (stable-fixes). +- commit 11f233b + +------------------------------------------------------------------- +Sat May 4 09:35:07 CEST 2024 - tiwai@suse.de + +- ASoC: meson: axg-tdm-interface: manage formatters in trigger + (git-fixes). +- ASoC: meson: axg-card: make links nonatomic (git-fixes). +- ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). +- ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). +- ASoC: ti: davinci-mcasp: Fix race condition during probe + (git-fixes). +- ASoC: Intel: avs: Set name of control as in topology + (git-fixes). +- regmap: Add regmap_read_bypassed() (git-fixes). +- ASoC: SOF: Intel: add default firmware library path for LNL + (git-fixes). +- ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). +- ALSA: hda: intel-sdw-acpi: fix usage of + device_get_named_child_node() (git-fixes). +- drm/panel: ili9341: Use predefined error codes (git-fixes). +- drm/panel: ili9341: Respect deferred probe (git-fixes). +- drm/vmwgfx: Fix invalid reads in fence signaled events + (git-fixes). +- drm/vmwgfx: Fix Legacy Display Unit (git-fixes). +- drm/amdgpu: fix doorbell regression (git-fixes). +- drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() + v2 (git-fixes). +- spi: fix null pointer dereference within spi_sync (git-fixes). +- spi: hisi-kunpeng: Delete the dump interface of data registers + in debugfs (git-fixes). +- commit de68d11 + +------------------------------------------------------------------- +Fri May 3 18:53:42 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: ensure offloading TID queue exists + (CVE-2024-27056 bsc#1223822). +- commit 8f83255 + +------------------------------------------------------------------- +Fri May 3 17:55:12 CEST 2024 - tiwai@suse.de + +- dpll: fix dpll_pin_on_pin_register() for multiple parent pins + (CVE-2024-27027 bsc#1223787). +- commit ce9b326 + +------------------------------------------------------------------- +Fri May 3 17:52:05 CEST 2024 - tiwai@suse.de + +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (CVE-2024-27027 bsc#1223787). +- commit f5ff522 + +------------------------------------------------------------------- +Fri May 3 17:44:24 CEST 2024 - mfranc@suse.cz + +- s390/qeth: Fix kernel panic after setting hsuid (git-fixes + bsc#1223874). +- commit eae1390 + +------------------------------------------------------------------- +Fri May 3 17:39:31 CEST 2024 - mfranc@suse.cz + +- s390/mm: Fix storage key clearing for guest huge pages + (git-fixes bsc#1223872). +- commit 329e03c + +------------------------------------------------------------------- +Fri May 3 17:37:13 CEST 2024 - mfranc@suse.cz + +- s390/mm: Fix clearing storage keys for huge pages (git-fixes + bsc#1223871). +- commit a7e3ff2 + +------------------------------------------------------------------- +Fri May 3 17:30:04 CEST 2024 - mfranc@suse.cz + +- s390/vdso: Add CFI for RA register to asm macro vdso_func + (git-fixes bsc#1223870). +- commit 2641ba1 + +------------------------------------------------------------------- +Fri May 3 17:19:03 CEST 2024 - mfranc@suse.cz + +- s390/cio: Ensure the copied buf is NUL terminated (git-fixes + bsc#1223869). +- commit dcf45a9 + +------------------------------------------------------------------- +Fri May 3 17:14:55 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: x86: Don't overflow lpage_info when checking + attributes (bsc#1223695, CVE-2024-26991). +- commit da41325 + +------------------------------------------------------------------- +Fri May 3 16:46:02 CEST 2024 - vbabka@suse.cz + +- mm: swap: fix race between free_swap_and_cache() and swapoff() + (CVE-2024-26960 bsc#1223655). +- swap: comments get_swap_device() with usage rule (CVE-2024-26960 + bsc#1223655). +- commit 9df3192 + +------------------------------------------------------------------- +Fri May 3 16:38:44 CEST 2024 - tiwai@suse.de + +- NTB: fix possible name leak in ntb_register_device() + (CVE-2023-52652 bsc#1223686). +- commit a6fcfa7 + +------------------------------------------------------------------- +Fri May 3 15:57:39 CEST 2024 - msuchanek@suse.de + +- Refresh patches.suse/powerpc-pseries-iommu-LPAR-panics-when-rebooted-with.patch. +- commit ca33aea + +------------------------------------------------------------------- +Fri May 3 15:36:14 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries: make max polling consistent for longer H_CALLs + (bsc#1215199). +- commit bead2d2 + +------------------------------------------------------------------- +Fri May 3 10:14:31 CEST 2024 - mhocko@suse.com + +- fork: defer linking file vma until vma is fully initialized + (bsc#1223774 CVE-2024-27022). +- commit 126ee1a + +------------------------------------------------------------------- +Fri May 3 09:40:30 CEST 2024 - wqu@suse.com + +- btrfs: qgroup: always free reserved space for extent records + (bsc#1216196). +- commit 5a30b4d + +------------------------------------------------------------------- +Fri May 3 08:10:09 CEST 2024 - tiwai@suse.de + +- Fix a potential infinite loop in extract_user_to_sg() + (git-fixes). +- mtd: diskonchip: work around ubsan link failure (stable-fixes). +- drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 + (stable-fixes). +- drm/amdgpu: Assign correct bits for SDMA HDP flush + (stable-fixes). +- drm/amdgpu: Fix leak when GPU memory allocation fails + (stable-fixes). +- ACPI: CPPC: Fix access width used for PCC registers (git-fixes). +- ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro + (git-fixes). +- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 + (stable-fixes). +- Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() + (stable-fixes). +- drm: add drm_gem_object_is_shared_for_memory_stats() helper + (stable-fixes). +- ACPI: CPPC: Use access_width over bit_width for system memory + accesses (stable-fixes). +- wifi: mac80211: clean up assignments to pointer cache + (stable-fixes). +- commit 49aaf49 + +------------------------------------------------------------------- +Thu May 2 16:47:00 CEST 2024 - dwagner@suse.de + +- io_uring: remove uring_cmd cookie (bsc#1217384 CVE-2023-6238). +- iouring: remove IORING_URING_CMD_POLLED (bsc#1217384 + CVE-2023-6238). +- nvme: use bio_integrity_map_user (bsc#1217384 CVE-2023-6238). +- block: bio-integrity: directly map user buffers (bsc#1217384 + CVE-2023-6238). +- commit 3372add + +------------------------------------------------------------------- +Thu May 2 16:35:48 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) +- commit c9b9705 + +------------------------------------------------------------------- +Thu May 2 16:34:40 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) +- commit 51da7a0 + +------------------------------------------------------------------- +Thu May 2 16:33:23 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) +- commit d74d11d + +------------------------------------------------------------------- +Thu May 2 16:31:31 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) +- commit 300083f + +------------------------------------------------------------------- +Thu May 2 16:29:21 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) +- commit 7730872 + +------------------------------------------------------------------- +Thu May 2 16:27:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) +- commit 279e432 + +------------------------------------------------------------------- +Thu May 2 16:25:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) +- commit 57cc3f7 + +------------------------------------------------------------------- +Thu May 2 16:23:58 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) +- commit 9f868d4 + +------------------------------------------------------------------- +Thu May 2 16:23:23 CEST 2024 - tiwai@suse.de + +- kABI workaround for cec_adapter (CVE-2024-23848 bsc#1219104). +- commit 03d06c5 + +------------------------------------------------------------------- +Thu May 2 16:22:55 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) +- commit dd3deb9 + +------------------------------------------------------------------- +Thu May 2 16:20:00 CEST 2024 - tiwai@suse.de + +- media: cec: core: avoid recursive cec_claim_log_addrs + (CVE-2024-23848 bsc#1219104). +- commit c64de88 + +------------------------------------------------------------------- +Thu May 2 16:18:20 CEST 2024 - tiwai@suse.de + +- Update media cec fix patches to the latest upstream version (CVE-2024-23848 bsc#1219104) +- commit 4a0b406 + +------------------------------------------------------------------- +Thu May 2 15:23:56 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) +- commit e69bdf0 + +------------------------------------------------------------------- +Thu May 2 15:19:35 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) +- commit 4dc5b7a + +------------------------------------------------------------------- +Thu May 2 15:18:12 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) +- commit e2d7944 + +------------------------------------------------------------------- +Thu May 2 15:16:46 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) +- commit fbb3351 + +------------------------------------------------------------------- +Thu May 2 15:15:23 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) +- commit a21edf3 + +------------------------------------------------------------------- +Thu May 2 15:14:12 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) +- commit 3f691a1 + +------------------------------------------------------------------- +Thu May 2 15:12:55 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: dts: rockchip: mark system power controller on rk3588-evb1") +- commit 24dc024 + +------------------------------------------------------------------- +Thu May 2 15:11:02 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64/mm: Modify range-based tlbi to decrement scale") +- commit 9fd5163 + +------------------------------------------------------------------- +Thu May 2 13:38:24 CEST 2024 - jslaby@suse.cz + +- Update + patches.suse/serial-max310x-fix-NULL-pointer-dereference-in-I2C-i.patch + (git-fixes bsc#1223629 CVE-2024-26978). +- commit b81ff78 + +------------------------------------------------------------------- +Thu May 2 11:54:35 CEST 2024 - ailiop@suse.com + +- Squashfs: check the inode number is not the invalid value of + zero (bsc#1223634 CVE-2024-26982). +- commit a406e7c + +------------------------------------------------------------------- +Thu May 2 11:33:02 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/ubifs-ubifs_symlink-Fix-memleak-of-inode-i_link-in-error-path.patch + (git-fixes CVE-2024-26972 bsc#1223643). +- commit 6db660a + +------------------------------------------------------------------- +Thu May 2 11:23:24 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-prevent-kernel-bug-at-submit_bh_wbc.patch + (git-fixes CVE-2024-26955 bsc#1223657). +- commit a77f45b + +------------------------------------------------------------------- +Thu May 2 11:14:35 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-failure-to-detect-DAT-corruption-in-btree.patch + (git-fixes CVE-2024-26956 bsc#1223663). +- commit 95ba522 + +------------------------------------------------------------------- +Thu May 2 11:13:34 CEST 2024 - ailiop@suse.com + +- Update patches.suse/nilfs2-fix-OOB-in-nilfs_set_de_type.patch + (git-fixes CVE-2024-26981 bsc#1223668). +- commit 5740c7f + +------------------------------------------------------------------- +Thu May 2 10:28:22 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/ASoC-SOF-Add-some-bounds-checking-to-firmware-data.patch + (git-fixes CVE-2024-26927 bsc#1223525). +- commit d3c5f91 + +------------------------------------------------------------------- +Thu May 2 09:58:58 CEST 2024 - tiwai@suse.de + +- cec: core: avoid confusing "transmit timed out" message + (CVE-2024-23848 bsc#1219104). +- commit eae740c + +------------------------------------------------------------------- +Thu May 2 07:36:00 CEST 2024 - tiwai@suse.de + +- regulator: change devm_regulator_get_enable_optional() stub + to return Ok (git-fixes). +- regulator: change stubbed devm_regulator_get_enable to return Ok + (git-fixes). +- regulator: mt6360: De-capitalize devicetree regulator subnodes + (git-fixes). +- commit c50a631 + +------------------------------------------------------------------- +Wed May 1 09:50:43 CEST 2024 - tiwai@suse.de + +- power: supply: mt6360_charger: Fix of_match for usb-otg-vbus + regulator (git-fixes). +- power: rt9455: hide unused rt9455_boost_voltage_values + (git-fixes). +- pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). +- pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() + (git-fixes). +- pinctrl: mediatek: paris: Rework support for + PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). +- pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE + readback (git-fixes). +- pinctrl: core: delete incorrect free in pinctrl_enable() + (git-fixes). +- pinctrl/meson: fix typo in PDM's pin name (git-fixes). +- pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf + of GPIOR-T (git-fixes). +- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init + (git-fixes). +- commit d973920 + +------------------------------------------------------------------- +Tue Apr 30 18:44:35 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for + Lenovo Legion models (bsc#1223462). +- commit 6f0889c + +------------------------------------------------------------------- +Tue Apr 30 16:38:27 CEST 2024 - tiwai@suse.de + +- usb: Fix regression caused by invalid ep0 maxpacket in virtual + SuperSpeed device (bsc#1220569). +- commit 4748678 + +------------------------------------------------------------------- +Tue Apr 30 16:11:40 CEST 2024 - tiwai@suse.de + +- media: cec: cec-api: add locking in cec_release() + (CVE-2024-23848 bsc#1219104). +- media: cec: cec-adap: always cancel work in cec_transmit_msg_fh + (CVE-2024-23848 bsc#1219104). +- commit c39ac04 + +------------------------------------------------------------------- +Tue Apr 30 16:07:18 CEST 2024 - mfranc@suse.cz + +- blacklist.conf: refactoring, not a fix +- commit d5a22ac + +------------------------------------------------------------------- +Tue Apr 30 16:02:50 CEST 2024 - mfranc@suse.cz + +- s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). +- commit 643ece2 + +------------------------------------------------------------------- +Tue Apr 30 15:48:20 CEST 2024 - mfranc@suse.cz + +- s390/zcrypt: fix reference counting on zcrypt card objects + (git-fixes bsc#1223592). +- commit c37186f + +------------------------------------------------------------------- +Tue Apr 30 15:42:12 CEST 2024 - mkoutny@suse.com + +- block: fix q->blkg_list corruption during disk rebind + (bsc#1223591). +- commit 9da98d5 + +------------------------------------------------------------------- +Tue Apr 30 15:40:39 CEST 2024 - mfranc@suse.cz + +- s390/ism: Properly fix receive message buffer allocation + (git-fixes bsc#1223590). +- commit 0652865 + +------------------------------------------------------------------- +Tue Apr 30 15:28:05 CEST 2024 - jack@suse.cz + +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1223045 CVE-2024-26899). +- commit e4bd17c + +------------------------------------------------------------------- +Tue Apr 30 15:23:23 CEST 2024 - jack@suse.cz + +- quota: Fix potential NULL pointer dereference (bsc#1223060 + CVE-2024-26878). +- commit dcf7382 + +------------------------------------------------------------------- +Tue Apr 30 15:21:07 CEST 2024 - jack@suse.cz + +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1223198 CVE-2024-26901). +- commit 5c1d722 + +------------------------------------------------------------------- +Tue Apr 30 15:16:03 CEST 2024 - jack@suse.cz + +- blk-mq: fix IO hang from sbitmap wakeup race (bsc#1222357 CVE-2024-26671). +- commit 1ebf5fb + +------------------------------------------------------------------- +Tue Apr 30 15:00:59 CEST 2024 - jack@suse.cz + +- nbd: always initialize struct msghdr completely (bsc#1221649 CVE-2024-26638). +- commit eb8ab1c + +------------------------------------------------------------------- +Tue Apr 30 14:58:54 CEST 2024 - jack@suse.cz + +- ext4: avoid allocating blocks from corrupted group in + ext4_mb_find_by_goal() (bsc#1222613 CVE-2024-26772). +- commit 4004f20 + +------------------------------------------------------------------- +Tue Apr 30 14:57:23 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch + (bsc#1219485 bsc#1219451 git-fixes). +- Update patches.suse/0001-s390-qdio-handle-deferred-cc1.patch + (bsc#1219485 bsc#1219451 git-fixes). +- Update + patches.suse/s390-Once-the-discipline-is-associated-with-the-device-de.patch + (bsc#1141539 git-fixes). +- commit 73a9e98 + +------------------------------------------------------------------- +Tue Apr 30 13:17:40 CEST 2024 - davide.benini@suse.com + +- net/ipv6: avoid possible UAF in ip6_route_mpath_notify() + (CVE-2024-26852 bsc#1223057) +- commit 9474f59 + +------------------------------------------------------------------- +Tue Apr 30 12:05:02 CEST 2024 - tiwai@suse.de + +- PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). +- commit ec609ee + +------------------------------------------------------------------- +Tue Apr 30 12:04:09 CEST 2024 - tiwai@suse.de + +- PCI: Fix typos in docs and comments (stable-fixes). +- PCI: switchtec: Add support for PCIe Gen5 devices + (stable-fixes). +- PCI: switchtec: Use normal comment style (stable-fixes). +- PCI: Execute quirk_enable_clear_retrain_link() earlier + (stable-fixes). +- commit 9bba47f + +------------------------------------------------------------------- +Tue Apr 30 10:32:18 CEST 2024 - tzimmermann@suse.com + +- Edit "amdkfd: use calloc instead of kzalloc to avoid integer overflow" + Reference CVE and bug numbers. +- commit 267eec1 + +------------------------------------------------------------------- +Tue Apr 30 08:05:26 CEST 2024 - tiwai@suse.de + +- soc: qcom: pmic_glink_altmode: fix drm bridge use-after-free + (CVE-2024-26909 bsc#1223143). +- commit 043c9e0 + +------------------------------------------------------------------- +Tue Apr 30 03:05:11 CEST 2024 - neilb@suse.de + +- nfsd: use __fput_sync() to avoid delayed closing of files + (bsc#1223380 bsc#1217408). +- commit 36cb9bb + +------------------------------------------------------------------- +Mon Apr 29 16:52:11 CEST 2024 - msuchanek@suse.de + +- Update patches.suse/powerpc-pseries-vas-Hold-mmap_mutex-after-mmap-lock-.patch + (bsc#1012628 jsc#PED-542 git-fixes bsc#1213573 ltc#203238). +- commit 8328f6d + +------------------------------------------------------------------- +Mon Apr 29 16:35:19 CEST 2024 - nik.borisov@suse.com + +- x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378 CVE-2024-26674). +- commit 46190f1 + +------------------------------------------------------------------- +Mon Apr 29 16:21:23 CEST 2024 - iluceno@suse.de + +- ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958) +- commit 0b000e0 + +------------------------------------------------------------------- +Mon Apr 29 12:30:35 CEST 2024 - nik.borisov@suse.com + +- x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault() (bsc#1223202 CVE-2024-26906). +- commit 664e61f + +------------------------------------------------------------------- +Mon Apr 29 12:30:15 CEST 2024 - nik.borisov@suse.com + +- x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h (bsc#1223202 CVE-2024-26906). +- commit 28c59d1 + +------------------------------------------------------------------- +Mon Apr 29 11:25:07 CEST 2024 - nik.borisov@suse.com + +- x86/boot: Ignore relocations in .notes sections in walk_relocs() too (bsc#1222624 CVE-2024-26816). +- commit 3cc2b03 + +------------------------------------------------------------------- +Mon Apr 29 11:24:52 CEST 2024 - nik.borisov@suse.com + +- x86, relocs: Ignore relocations in .notes section (bsc#1222624 CVE-2024-26816). +- commit 16f8af3 + +------------------------------------------------------------------- +Mon Apr 29 11:23:39 CEST 2024 - osalvador@suse.de + +- mm: zswap: fix missing folio cleanup in writeback race path + (bsc#1223007 CVE-2024-26832). +- commit b985b2a + +------------------------------------------------------------------- +Mon Apr 29 11:02:19 CEST 2024 - osalvador@suse.de + +- mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone + index (bsc#1222615 CVE-2024-26783). +- commit 7fe5b26 + +------------------------------------------------------------------- +Mon Apr 29 10:41:48 CEST 2024 - jslaby@suse.cz + +- Update config files. Disable N_GSM (jsc#PED-8240). +- commit ae9b7c6 + +------------------------------------------------------------------- +Mon Apr 29 09:39:29 CEST 2024 - iivanov@suse.de + +- Update patches.suse/gpio-tegra186-Fix-tegra186_gpio_is_accessible-check.patch (git-fixes bsc#1223439) +- commit 02eb8a1 + +------------------------------------------------------------------- +Mon Apr 29 09:05:25 CEST 2024 - tiwai@suse.de + +- irqchip/gic-v3-its: Prevent double free on error (git-fixes). +- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on + GIC v4.1 (git-fixes). +- irqchip/armada-370-xp: Suppress unused-function warning + (git-fixes). +- irqchip/renesas-rzg2l: Prevent spurious interrupts when setting + trigger type (git-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Flush posted write in irq_eoi() + (git-fixes). +- irqchip/gic-v3-its: Do not assume vPE tables are preallocated + (git-fixes). +- irqchip/mbigen: Don't use bus_get_dev_root() to find the parent + (git-fixes). +- irqchip/renesas-rzg2l: Add macro to retrieve TITSR register + offset based on register's index (stable-fixes). +- irqchip/renesas-rzg2l: Implement restriction when writing ISCR + register (stable-fixes). +- commit 8e6882b + +------------------------------------------------------------------- +Sun Apr 28 09:56:05 CEST 2024 - tiwai@suse.de + +- i2c: smbus: fix NULL function pointer dereference (git-fixes). +- soundwire: amd: fix for wake interrupt handling for clockstop + mode (git-fixes). +- dmaengine: idxd: Fix oops during rmmod on single-CPU platforms + (git-fixes). +- dma: xilinx_dpdma: Fix locking (git-fixes). +- idma64: Don't try to serve interrupts when device is powered + off (git-fixes). +- dmaengine: tegra186: Fix residual calculation (git-fixes). +- dmaengine: owl: fix register access functions (git-fixes). +- phy: ti: tusb1210: Resolve charger-det crash if charger psy + is unregistered (git-fixes). +- phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). +- phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits + (git-fixes). +- phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). +- phy: freescale: imx8m-pcie: fix pcie link-up instability + (git-fixes). +- phy: marvell: a3700-comphy: Fix hardcoded array size + (git-fixes). +- phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). +- commit 900a00b + +------------------------------------------------------------------- +Sun Apr 28 09:41:15 CEST 2024 - tiwai@suse.de + +- selftests: kselftest: Mark functions that unconditionally call + exit() as __noreturn (git-fixes). +- commit f533a19 + +------------------------------------------------------------------- +Sun Apr 28 09:36:33 CEST 2024 - tiwai@suse.de + +- selftests/timers/posix_timers: Reimplement + check_timer_distribution() (git-fixes). +- commit d9f09cc + +------------------------------------------------------------------- +Sun Apr 28 09:30:51 CEST 2024 - tiwai@suse.de + +- USB: serial: option: add Telit FN920C04 rmnet compositions + (stable-fixes). +- USB: serial: option: add Rolling RW101-GL and RW135-GL support + (stable-fixes). +- USB: serial: option: add Lonsung U8300/U9300 product + (stable-fixes). +- USB: serial: option: add support for Fibocom FM650/FG650 + (stable-fixes). +- USB: serial: option: support Quectel EM060K sub-models + (stable-fixes). +- USB: serial: option: add Fibocom FM135-GL variants + (stable-fixes). +- thunderbolt: Avoid notify PM core about runtime PM resume + (stable-fixes). +- thunderbolt: Fix wake configurations after device unplug + (stable-fixes). +- usb: Disable USB3 LPM at shutdown (stable-fixes). +- usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb + ep transport error (stable-fixes). +- clk: Get runtime PM before walking tree for clk_summary + (git-fixes). +- clk: Get runtime PM before walking tree during disable_unused + (git-fixes). +- clk: Initialize struct clk_core kref earlier (stable-fixes). +- arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H + (git-fixes). +- drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). +- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes + (stable-fixes). +- selftests/ftrace: Limit length in subsystem-enable tests + (git-fixes). +- selftests: kselftest: Fix build failure with NOLIBC (git-fixes). +- selftests: timers: Fix abs() warning in posix_timers test + (git-fixes). +- selftests: timers: Fix posix_timers ksft_print_msg() warning + (git-fixes). +- drm/amd/display: Do not recursively call manual trigger + programming (stable-fixes). +- drm/i915: Disable live M/N updates when using bigjoiner + (stable-fixes). +- thunderbolt: Reset only non-USB4 host routers in resume + (git-fixes). +- thunderbolt: Make tb_switch_reset() support Thunderbolt 2, + 3 and USB4 routers (stable-fixes). +- thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). +- thunderbolt: Introduce tb_port_reset() (stable-fixes). +- ASoC: ti: Convert Pandora ASoC to GPIO descriptors + (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support + (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support + (stable-fixes). +- ALSA: scarlett2: Add correct product series name to messages + (stable-fixes). +- ALSA: scarlett2: Add support for Clarett 8Pre USB + (stable-fixes). +- ALSA: scarlett2: Move USB IDs out from device_info struct + (stable-fixes). +- ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). +- PCI: Simplify pcie_capability_clear_and_set_word() to + ..._clear_word() (stable-fixes). +- PCI/DPC: Use FIELD_GET() (stable-fixes). +- selftests: timers: Convert posix_timers test to generate KTAP + output (stable-fixes). +- clk: Show active consumers of clocks in debugfs (stable-fixes). +- commit 8adba5b + +------------------------------------------------------------------- +Sat Apr 27 09:41:01 CEST 2024 - tiwai@suse.de + +- Update patch reference for x86 p2sb fix (CVE-2024-26650 bsc#1222048) +- commit b68c2ef + +------------------------------------------------------------------- +Sat Apr 27 08:33:05 CEST 2024 - tiwai@suse.de + +- mmc: sdhci-msm: pervent access to suspended controller + (git-fixes). +- gpio: tangier: Use correct type for the IRQ chip data + (git-fixes). +- gpio: tegra186: Fix tegra186_gpio_is_accessible() check + (git-fixes). +- fbdev: fix incorrect address computation in deferred IO + (git-fixes). +- drm/gma500: Remove lid code (git-fixes). +- commit 783bf0e + +------------------------------------------------------------------- +Fri Apr 26 18:54:14 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add 246f80a0b17f8 ("sh: push-switch: Reorder cleanup operations to avoid use-after-free bug") +- commit 0fe9e4b + +------------------------------------------------------------------- +Fri Apr 26 12:38:44 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore xfrm_bpf_md_dst that depends on CONFIG_DEBUG_* (bsc#1223415) +- commit 689bcfa + +------------------------------------------------------------------- +Fri Apr 26 12:26:57 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: annotate data-races around msk->rmem_fwd_alloc + (git-fixes). +- commit a5d9cb6 + +------------------------------------------------------------------- +Fri Apr 26 12:25:26 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_forward_alloc + (git-fixes). +- commit bceb548 + +------------------------------------------------------------------- +Fri Apr 26 12:23:03 CEST 2024 - denis.kirjanov@suse.com + +- ipv4: annotate data-races around fi->fib_dead (git-fixes). +- commit f1e77d4 + +------------------------------------------------------------------- +Fri Apr 26 12:21:27 CEST 2024 - denis.kirjanov@suse.com + +- sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). +- commit 66bd390 + +------------------------------------------------------------------- +Fri Apr 26 12:19:43 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_lingertime (git-fixes). +- commit 33a5ffc + +------------------------------------------------------------------- +Fri Apr 26 12:18:04 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: Remove unnecessary test for __mptcp_init_sock() + (git-fixes). +- commit dfc1c14 + +------------------------------------------------------------------- +Fri Apr 26 12:15:52 CEST 2024 - denis.kirjanov@suse.com + +- idpf: fix kernel panic on unknown packet types (git-fixes). +- commit def5526 + +------------------------------------------------------------------- +Fri Apr 26 12:13:54 CEST 2024 - denis.kirjanov@suse.com + +- ice: fix enabling RX VLAN filtering (git-fixes). +- commit 3d7f5a8 + +------------------------------------------------------------------- +Fri Apr 26 12:12:26 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: sja1105: Fix parameters order in + sja1110_pcs_mdio_write_c45() (git-fixes). +- commit 9f9ee96 + +------------------------------------------------------------------- +Fri Apr 26 11:56:35 CEST 2024 - denis.kirjanov@suse.com + +- net: ravb: Always update error counters (git-fixes). +- commit 5d5deb7 + +------------------------------------------------------------------- +Fri Apr 26 11:55:09 CEST 2024 - denis.kirjanov@suse.com + +- net: ravb: Always process TX descriptor ring (git-fixes). +- commit 99798f7 + +------------------------------------------------------------------- +Fri Apr 26 11:53:42 CEST 2024 - denis.kirjanov@suse.com + +- net: stmmac: fix rx queue priority assignment (git-fixes). +- commit 3506dda + +------------------------------------------------------------------- +Fri Apr 26 11:52:14 CEST 2024 - denis.kirjanov@suse.com + +- net: fec: Set mac_managed_pm during probe (git-fixes). +- commit c315308 + +------------------------------------------------------------------- +Fri Apr 26 11:50:45 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Add array index check (git-fixes). +- commit 446ffd7 + +------------------------------------------------------------------- +Fri Apr 26 11:49:05 CEST 2024 - denis.kirjanov@suse.com + +- i40e: Fix VF MAC filter removal (git-fixes). +- commit fbb3a5f + +------------------------------------------------------------------- +Fri Apr 26 11:47:23 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: check negative error code in otx2_open() + (git-fixes). +- commit a7c7e4f + +------------------------------------------------------------------- +Fri Apr 26 11:45:50 CEST 2024 - denis.kirjanov@suse.com + +- i40e: fix vf may be used uninitialized in this function warning + (git-fixes). +- commit 80b3415 + +------------------------------------------------------------------- +Fri Apr 26 11:43:49 CEST 2024 - denis.kirjanov@suse.com + +- i40e: fix i40e_count_filters() to count only active/new filters + (git-fixes). +- commit 1870048 + +------------------------------------------------------------------- +Fri Apr 26 11:42:04 CEST 2024 - denis.kirjanov@suse.com + +- i40e: Enforce software interrupt during busy-poll exit + (git-fixes). +- commit 2c9264a + +------------------------------------------------------------------- +Fri Apr 26 10:59:56 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix unaligned le16 access (git-fixes). +- wifi: mac80211: remove link before AP (git-fixes). +- wifi: mac80211_hwsim: init peer measurement result (git-fixes). +- wifi: nl80211: don't free NULL coalescing rule (git-fixes). +- wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd + (git-fixes). +- wifi: iwlwifi: mvm: remove old PASN station when adding a new + one (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev suspend + (git-fixes). +- Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE + (git-fixes). +- Bluetooth: btusb: Fix triggering coredump implementation for + QCA (git-fixes). +- net: usb: ax88179_178a: stop lying about skb->truesize + (git-fixes). +- ax25: Fix netdev refcount issue (git-fixes). +- NFC: trf7970a: disable all regulators on removal (git-fixes). +- HID: logitech-dj: allow mice to use all types of reports + (git-fixes). +- HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized + dev->devc (git-fixes). +- HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent + lock-up (git-fixes). +- commit 416e04c + +------------------------------------------------------------------- +Fri Apr 26 10:58:26 CEST 2024 - tiwai@suse.de + +- Move the upstreamed BT patch into sorted section +- commit aaffc85 + +------------------------------------------------------------------- +Fri Apr 26 10:51:33 CEST 2024 - tiwai@suse.de + +- Move the upstreamed BT fix patch to sorted section +- commit ab94ffe + +------------------------------------------------------------------- +Fri Apr 26 10:07:57 CEST 2024 - tiwai@suse.de + +- Update kabi files: updated for post-PublicRC +- commit f978f5f + +------------------------------------------------------------------- +Thu Apr 25 19:11:05 CEST 2024 - tiwai@suse.de + +- Update patch reference for PM devfreq fix (CVE-2023-52635 bsc#1222294) +- commit f099bed + +------------------------------------------------------------------- +Thu Apr 25 18:48:16 CEST 2024 - tiwai@suse.de + +- Update kabi files: fix for arm64/64kb flavor, too (bsc#1223357) +- commit 8ef0762 + +------------------------------------------------------------------- +Thu Apr 25 17:30:42 CEST 2024 - mkoutny@suse.com + +- Update + patches.suse/Bluetooth-btrtl-fix-out-of-bounds-memory-access.patch + (git-fixes CVE-2024-26890 bsc#1223192). +- Update + patches.suse/RDMA-mlx5-Fix-fortify-source-warning-while-accessing.patch + (jsc#PED-3311 CVE-2024-26907 bsc#1223203). +- Update + patches.suse/Revert-drm-amd-flush-any-delayed-gfxoff-on-suspend-e.patch + (git-fixes CVE-2024-26916 bsc#1223137). +- Update + patches.suse/crypto-xilinx-call-finalize-with-bh-disabled.patch + (git-fixes CVE-2024-26877 bsc#1223140). +- Update + patches.suse/dm-call-the-resume-method-on-internal-suspend-65e8.patch + (git-fixes CVE-2024-26880 bsc#1223188). +- Update + patches.suse/drm-amd-display-Fix-dcn35-8k30-Underflow-Corruption-.patch + (git-fixes CVE-2024-26913 bsc#1223204). +- Update + patches.suse/drm-amd-display-fix-incorrect-mpc_combine-array-size.patch + (git-fixes CVE-2024-26914 bsc#1223205). +- Update patches.suse/drm-amdgpu-Reset-IH-OVERFLOW_CLEAR-bit.patch + (git-fixes CVE-2024-26915 bsc#1223207). +- Update + patches.suse/firmware-arm_scmi-Fix-double-free-in-SMC-transport-c.patch + (git-fixes CVE-2024-26893 bsc#1223196). +- Update + patches.suse/net-tls-fix-use-after-free-with-partial-reads-and-as.patch + (bsc#1221858 CVE-2024-26582 bsc#1220214). +- Update + patches.suse/wifi-ath9k-delay-all-of-ath9k_wmi_event_tasklet-unti.patch + (git-fixes CVE-2024-26897 bsc#1223323). +- Update + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch + (git-fixes CVE-2024-26892 bsc#1223195). +- Update + patches.suse/wifi-wilc1000-prevent-use-after-free-on-vif-when-cle.patch + (git-fixes CVE-2024-26895 bsc#1223197). +- commit d9b565f + +------------------------------------------------------------------- +Thu Apr 25 15:58:14 CEST 2024 - tiwai@suse.de + +- Fix missing CONFIG_SUSE_SUPPORTED for arm64/64kb flavor (bsc#1223357) +- commit 1c0959e + +------------------------------------------------------------------- +Thu Apr 25 15:30:10 CEST 2024 - denis.kirjanov@suse.com + +- mlxbf_gige: stop interface during shutdown (git-fixes). +- commit f770ea3 + +------------------------------------------------------------------- +Thu Apr 25 15:28:33 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Fix issue with loading coalesced KPU profiles + (git-fixes). +- commit 65682db + +------------------------------------------------------------------- +Thu Apr 25 15:26:44 CEST 2024 - denis.kirjanov@suse.com + +- e1000e: move force SMBUS from enable ulp function to avoid + PHY loss issue (git-fixes). +- commit af85d1c + +------------------------------------------------------------------- +Thu Apr 25 15:25:13 CEST 2024 - denis.kirjanov@suse.com + +- e1000e: Workaround for sporadic MDI error on Meteor Lake systems + (git-fixes). +- commit 8830724 + +------------------------------------------------------------------- +Thu Apr 25 15:23:43 CEST 2024 - denis.kirjanov@suse.com + +- Octeontx2-af: fix pause frame configuration in GMP mode + (git-fixes). +- commit 43722bd + +------------------------------------------------------------------- +Thu Apr 25 13:13:39 CEST 2024 - tiwai@suse.de + +- bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). +- commit e671e96 + +------------------------------------------------------------------- +Thu Apr 25 13:12:36 CEST 2024 - tiwai@suse.de + +- arm64: hibernate: Fix level3 translation fault in swsusp_save() + (git-fixes). +- bootconfig: use memblock_free_late to free xbc memory to buddy + (git-fixes). +- init/main.c: Fix potential static_command_line memory overflow + (git-fixes). +- gpiolib: swnode: Remove wrong header inclusion (git-fixes). +- ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). +- ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). +- i2c: pxa: hide unused icr_bits[] variable (git-fixes). +- driver core: Introduce device_link_wait_removal() + (stable-fixes). +- ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). +- init: open /initrd.image with O_LARGEFILE (stable-fixes). +- Fix build errors due to new UIO_MEM_DMA_COHERENT mess + (git-fixes). +- ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). +- ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE + (git-fixes). +- kexec: do syscore_shutdown() in kernel_kexec (git-fixes). +- PM / devfreq: Synchronize devfreq_monitor_[start/stop] + (stable-fixes). +- ida: make 'ida_dump' static (git-fixes). +- asm-generic: make sparse happy with odd-sized put_unaligned_*() + (stable-fixes). +- ARM: imx: Check return value of devm_kasprintf in + imx_mmdc_perf_init (git-fixes). +- bootmem: use kmemleak_free_part_phys in put_page_bootmem + (git-fixes). +- commit b6327c9 + +------------------------------------------------------------------- +Thu Apr 25 12:02:42 CEST 2024 - jlee@suse.com + +- Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing + Adv Monitor (bsc#1219216). +- commit 81c5485 + +------------------------------------------------------------------- +Thu Apr 25 11:44:57 CEST 2024 - tiwai@suse.de + +- crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). +- crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). +- commit 9af2745 + +------------------------------------------------------------------- +Thu Apr 25 11:34:09 CEST 2024 - tiwai@suse.de + +- lsm: fix the logic in security_inode_getsecctx() (git-fixes). +- commit 9f85f33 + +------------------------------------------------------------------- +Thu Apr 25 09:38:22 CEST 2024 - msuchanek@suse.de + +- PCI: rpaphp: Error out on busy status from get-sensor-state + (bsc#1223369 ltc#205888). +- commit 03aecd7 + +------------------------------------------------------------------- +Wed Apr 24 08:16:47 CEST 2024 - tiwai@suse.de + +- Update ath11k suspend patches from the latest subsystem tree (bsc#1207948). +- commit caea96a + +------------------------------------------------------------------- +Wed Apr 24 05:52:04 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1223035 + CVE-2024-26883). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1223189 + CVE-2024-26884). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1223190 CVE-2024-26885). +- commit 98fad20 + +------------------------------------------------------------------- +Wed Apr 24 05:28:02 CEST 2024 - shung-hsi.yu@suse.com + +- kABI: bpf: struct xsk_buff_pool kABI workaround (bsc#1221303 + CVE-2024-26611). +- commit 764f7c3 + +------------------------------------------------------------------- +Tue Apr 23 17:29:15 CEST 2024 - lduncan@suse.com + +- Update + patches.suse/scsi-target-pscsi-Fix-bio_put-for-error-case.patch + (bsc#1222596 cve-2024-26760), fixng CVE number. +- commit 10886ae + +------------------------------------------------------------------- +Tue Apr 23 08:51:08 CEST 2024 - msuchanek@suse.de + +- powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt + (bsc#1221645 ltc#205739 bsc#1223191). +- commit da2d8d3 + +------------------------------------------------------------------- +Mon Apr 22 18:17:45 CEST 2024 - tiwai@suse.de + +- Move out-of-tree powerpc patch to the right section +- commit ff83284 + +------------------------------------------------------------------- +Mon Apr 22 15:14:07 CEST 2024 - denis.kirjanov@suse.com + +- ice: use relative VSI index for VFs instead of PF VSI number + (git-fixes). +- commit 271fd81 + +------------------------------------------------------------------- +Mon Apr 22 15:12:05 CEST 2024 - denis.kirjanov@suse.com + +- e1000e: Minor flow correction in e1000_shutdown function + (git-fixes). +- commit cc5b32c + +------------------------------------------------------------------- +Mon Apr 22 15:10:13 CEST 2024 - denis.kirjanov@suse.com + +- net: pcs: xpcs: Return EINVAL in the internal methods + (git-fixes). +- commit 9b19312 + +------------------------------------------------------------------- +Mon Apr 22 15:07:47 CEST 2024 - denis.kirjanov@suse.com + +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (git-fixes CVE-2024-26882 bsc#1223034). +- commit c42f011 + +------------------------------------------------------------------- +Mon Apr 22 15:06:54 CEST 2024 - denis.kirjanov@suse.com + +- ionic: set adminq irq affinity (git-fixes). +- commit 7862c8a + +------------------------------------------------------------------- +Mon Apr 22 15:04:55 CEST 2024 - denis.kirjanov@suse.com + +- net: add netdev_lockdep_set_classes() to virtual drivers + (git-fixes). +- commit a8ebc57 + +------------------------------------------------------------------- +Mon Apr 22 15:03:00 CEST 2024 - denis.kirjanov@suse.com + +- net: ravb: Let IP-specific receive function to interrogate + descriptors (git-fixes). +- commit d6b522e + +------------------------------------------------------------------- +Mon Apr 22 13:55:02 CEST 2024 - nik.borisov@suse.com + +- x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ (git-fixes). +- commit a29a0e4 + +------------------------------------------------------------------- +Mon Apr 22 13:54:41 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix BHI retpoline check (git-fixes). +- commit 00081b1 + +------------------------------------------------------------------- +Mon Apr 22 13:53:35 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Blacklist spurious patch +- commit 14b3e73 + +------------------------------------------------------------------- +Mon Apr 22 08:45:08 CEST 2024 - msuchanek@suse.de + +- selftests/powerpc/papr-vpd: Fix missing variable initialization + (jsc#PED-4486 git-fixes). +- commit 8847657 + +------------------------------------------------------------------- +Mon Apr 22 08:40:46 CEST 2024 - msuchanek@suse.de + +- Rename patches.suse/Workaround-broken-chacha-crypto-fallback.patch to + patches.suse/powerpc-crypto-chacha-p10-Fix-failure-on-non-Power10.patch. +- commit de47fb9 + +------------------------------------------------------------------- +Mon Apr 22 07:20:24 CEST 2024 - tiwai@suse.de + +- peci: linux/peci.h: fix Excess kernel-doc description warning + (git-fixes). +- comedi: vmk80xx: fix incomplete endpoint checking (git-fixes). +- mei: me: disable RPL-S on SPS and IGN firmwares (git-fixes). +- speakup: Avoid crash on very long word (git-fixes). +- serial: stm32: Reset .throttled state in .startup() (git-fixes). +- serial/pmac_zilog: Remove flawed mitigation for rx irq flood + (git-fixes). +- serial: mxs-auart: add spinlock around changing cts state + (git-fixes). +- serial: 8250_dw: Revert: Do not reclock if already at correct + rate (git-fixes). +- Revert "usb: cdc-wdm: close race between read and workqueue" + (git-fixes). +- thunderbolt: Do not create DisplayPort tunnels on adapters of + the same router (git-fixes). +- usb: dwc2: host: Fix dereference issue in DDMA completion flow + (git-fixes). +- usb: typec: tcpm: Correct the PDO counting in pd_set + (git-fixes). +- usb: typec: ucsi: Fix connector check on init (git-fixes). +- usb: xhci: correct return value in case of STS_HCE (git-fixes). +- commit 1d56577 + +------------------------------------------------------------------- +Sun Apr 21 08:37:04 CEST 2024 - tiwai@suse.de + +- clk: mediatek: Do a runtime PM get on controllers during probe + (git-fixes). +- clk: Remove prepare_lock hold assertion in __clk_release() + (git-fixes). +- commit 78e7847 + +------------------------------------------------------------------- +Sun Apr 21 00:31:42 CEST 2024 - lduncan@suse.com + +- scsi: sg: Avoid race in error handling & drop bogus warn + (git-fixes). +- commit 855ebc6 + +------------------------------------------------------------------- +Sat Apr 20 18:13:16 CEST 2024 - tiwai@suse.de + +- Bluetooth: MGMT: Fix failing to + MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (bsc#1221504). +- commit 8ea8f78 + +------------------------------------------------------------------- +Sat Apr 20 08:42:14 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with + ALC269VC (stable-fixes). +- ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N + (stable-fixes). +- ALSA: hda/realtek: Fixes for Asus GU605M and GA403U sound + (stable-fixes). +- ALSA: hda/tas2781: Add new vendor_id and subsystem_id to + support ThinkPad ICE-1 (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP SnowWhite laptops + (stable-fixes). +- commit 2244c24 + +------------------------------------------------------------------- +Sat Apr 20 08:38:21 CEST 2024 - tiwai@suse.de + +- ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages + (git-fixes). +- ALSA: hda/realtek: Fix volumn control of ThinkBook 16P Gen4 + (git-fixes). +- ALSA: hda/tas2781: correct the register for pow calibrated data + (git-fixes). +- drm/panel: visionox-rm69299: don't unregister DSI device + (git-fixes). +- drm/vmwgfx: Sort primary plane formats by order of preference + (git-fixes). +- drm/vmwgfx: Fix crtc's atomic check conditional (git-fixes). +- drm/vmwgfx: Fix prime import/export (git-fixes). +- drm/ttm: stop pooling cached NUMA pages v2 (git-fixes). +- drm: nv04: Fix out of bounds access (git-fixes). +- nouveau: fix instmem race condition around ptr stores + (git-fixes). +- drm/amdgpu: fix visible VRAM handling during faults (git-fixes). +- drm/amdgpu: validate the parameters of bo mapping operations + more clearly (git-fixes). +- Revert "drm/amd/display: fix USB-C flag update after enc10 + feature init" (stable-fixes). +- drm/amdkfd: Fix memory leak in create_process failure + (git-fixes). +- drm/amdgpu: remove invalid resource->start check v2 (git-fixes). +- nilfs2: fix OOB in nilfs_set_de_type (git-fixes). +- commit de35710 + +------------------------------------------------------------------- +Fri Apr 19 21:07:04 CEST 2024 - tonyj@suse.de + +- blacklist.conf: kill erroneous blank line added by 58324b9ff787 +- commit abcb85f + +------------------------------------------------------------------- +Fri Apr 19 19:47:40 CEST 2024 - lduncan@suse.com + +- blacklist.conf: add 3 commits to be skipped + One is a configuration change for an unused options, and + two are for SCSI structure changes that breaks kabi. +- commit c143746 + +------------------------------------------------------------------- +Fri Apr 19 18:37:34 CEST 2024 - lduncan@suse.com + +- scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() + (git-fixes). +- scsi: hisi_sas: Modify the deadline for ata_wait_after_reset() + (git-fixes). +- scsi: sd: Unregister device if device_add_disk() failed in + sd_probe() (git-fixes). +- scsi: mylex: Fix sysfs buffer lengths (git-fixes). +- scsi: core: Fix unremoved procfs host directory regression + (git-fixes). +- scsi: sg: Avoid sg device teardown race (git-fixes). +- scsi: libsas: Fix disk not being scanned in after being removed + (git-fixes). +- scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type() + (git-fixes). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (git-fixes). +- scsi: csiostor: Avoid function pointer casts (git-fixes). +- scsi: mpt3sas: Prevent sending diag_reset when the controller + is ready (git-fixes). +- scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports() + (git-fixes). +- scsi: smartpqi: Fix disable_managed_interrupts (git-fixes). +- scsi: core: Consult supported VPD page list prior to fetching + page (git-fixes). +- commit 8d33038 + +------------------------------------------------------------------- +Fri Apr 19 17:37:43 CEST 2024 - tiwai@suse.de + +- pmdomain: mediatek: fix race conditions with genpd + (CVE-2023-52645 bsc#1223033). +- commit c2656fd + +------------------------------------------------------------------- +Fri Apr 19 17:36:44 CEST 2024 - tiwai@suse.de + +- Delete patches.suse/modpost-Add-.ltext-and-.ltext.-to-TEXT_SECTIONS.patch + This caused an overflow of the table as we haven't taken other earlier + changes. Drop it for now. +- commit bc7d928 + +------------------------------------------------------------------- +Fri Apr 19 16:44:36 CEST 2024 - colyli@suse.de + +- block: Fix WARNING in _copy_from_iter (bsc#1223015, + CVE-2024-26844). +- commit a5a381a + +------------------------------------------------------------------- +Fri Apr 19 15:44:52 CEST 2024 - tiwai@suse.de + +- platform/x86: think-lmi: Fix password opcode ordering for + workstations (CVE-2024-26836 bsc#1222968). +- platform/x86: think-lmi: Enable opcode support on BIOS settings + (CVE-2024-26836 bsc#1222968). +- commit a97b715 + +------------------------------------------------------------------- +Fri Apr 19 14:38:06 CEST 2024 - denis.kirjanov@suse.com + +- net: tcp: fix unexcepted socket die when snd_wnd is 0 + (git-fixes). +- commit e8c290a + +------------------------------------------------------------------- +Fri Apr 19 14:35:34 CEST 2024 - denis.kirjanov@suse.com + +- net: Use sockaddr_storage for getsockopt(SO_PEERNAME) + (git-fixes). +- commit 0bf4249 + +------------------------------------------------------------------- +Fri Apr 19 14:33:22 CEST 2024 - denis.kirjanov@suse.com + +- nf_conntrack: fix -Wunused-const-variable= (git-fixes). +- commit 771e185 + +------------------------------------------------------------------- +Fri Apr 19 14:31:05 CEST 2024 - denis.kirjanov@suse.com + +- net: NSH: fix kernel-doc notation warning (git-fixes). +- commit ab89a9e + +------------------------------------------------------------------- +Fri Apr 19 14:28:13 CEST 2024 - denis.kirjanov@suse.com + +- net: llc: fix kernel-doc notation warnings (git-fixes). +- commit a9e21ce + +------------------------------------------------------------------- +Fri Apr 19 14:25:10 CEST 2024 - denis.kirjanov@suse.com + +- inet: frags: eliminate kernel-doc warning (git-fixes). +- commit 3d5b832 + +------------------------------------------------------------------- +Fri Apr 19 14:03:12 CEST 2024 - denis.kirjanov@suse.com + +- net: cfg802154: fix kernel-doc notation warnings (git-fixes). +- commit f9d49a1 + +------------------------------------------------------------------- +Fri Apr 19 13:59:44 CEST 2024 - denis.kirjanov@suse.com + +- net: bonding: remove kernel-doc comment marker (git-fixes). +- commit b25069a + +------------------------------------------------------------------- +Fri Apr 19 13:57:45 CEST 2024 - denis.kirjanov@suse.com + +- net: phy: phy_device: Prevent nullptr exceptions on ISR + (git-fixes). +- commit da73105 + +------------------------------------------------------------------- +Fri Apr 19 13:55:44 CEST 2024 - denis.kirjanov@suse.com + +- net: stmmac: dwmac-starfive: Add support for JH7100 SoC + (git-fixes). +- commit 644ea8f + +------------------------------------------------------------------- +Fri Apr 19 13:53:29 CEST 2024 - denis.kirjanov@suse.com + +- bnx2x: Fix firmware version string character counts (git-fixes). +- commit b005933 + +------------------------------------------------------------------- +Fri Apr 19 13:51:38 CEST 2024 - denis.kirjanov@suse.com + +- net: sparx5: Fix use after free inside sparx5_del_mact_entry + (git-fixes). +- commit 3b59a03 + +------------------------------------------------------------------- +Fri Apr 19 13:32:18 CEST 2024 - tiwai@suse.de + +- Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks + in amdgpu_device_init()" (stable-fixes). +- commit f7f3760 + +------------------------------------------------------------------- +Fri Apr 19 13:30:16 CEST 2024 - tiwai@suse.de + +- usb: typec: ucsi: Limit read size on v1.2 (stable-fixes). +- Refresh + patches.suse/usb-typec-ucsi-Update-connector-cap-and-status.patch. +- commit e357444 + +------------------------------------------------------------------- +Fri Apr 19 13:28:57 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: add locking for accessing mapped registers + (stable-fixes). +- commit ac66d90 + +------------------------------------------------------------------- +Fri Apr 19 13:27:03 CEST 2024 - tiwai@suse.de + +- net: usb: ax88179_178a: avoid writing the mac address before + first reading (git-fixes). +- random: handle creditable entropy from atomic process context + (git-fixes). +- firmware: arm_scmi: Make raw debugfs entries non-seekable + (git-fixes). +- mmc: omap: restore original power up/down steps (git-fixes). +- mmc: omap: fix deferred probe (git-fixes). +- mmc: omap: fix broken slot switch lookup (git-fixes). +- nouveau: fix function cast warning (git-fixes). +- PM: s2idle: Make sure CPUs will wakeup directly on resume + (git-fixes). +- platform/chrome: cros_ec_uart: properly fix race condition + (git-fixes). +- platform/x86: intel-vbtn: Update tablet mode switch at end of + probe (git-fixes). +- nouveau: fix devinit paths to only handle display on GSP + (git-fixes). +- gpio: cdev: fix missed label sanitizing in debounce_setup() + (git-fixes). +- gpio: cdev: check for NULL labels when sanitizing them for irqs + (git-fixes). +- gpio: cdev: sanitize the label before requesting the interrupt + (stable-fixes). +- usb: sl811-hcd: only defined function checkdone if QUIRK2 is + defined (stable-fixes). +- usb: typec: tcpci: add generic tcpci fallback compatible + (stable-fixes). +- usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR + (stable-fixes). +- thermal/of: Assume polling-delay(-passive) 0 when absent + (stable-fixes). +- Input: xpad - add support for Snakebyte GAMEPADs (stable-fixes). +- Input: imagis - use FIELD_GET where applicable (stable-fixes). +- input/touchscreen: imagis: Correct the maximum touch area value + (stable-fixes). +- Input: synaptics-rmi4 - fail probing if memory allocation for + "phys" fails (stable-fixes). +- media: sta2x11: fix irq handler cast (stable-fixes). +- media: cec: core: remove length check of Timer Status + (stable-fixes). +- PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge + (stable-fixes). +- platform/x86: touchscreen_dmi: Add an extra entry for a variant + of the Chuwi Vi8 tablet (stable-fixes). +- Input: allocate keycode for Display refresh rate toggle + (stable-fixes). +- pinctrl: renesas: checker: Limit cfg reg enum checks to provided + IDs (stable-fixes). +- HID: input: avoid polling stylus battery on Chromebook Pompom + (stable-fixes). +- wifi: cfg80211: check A-MSDU format more carefully + (stable-fixes). +- wifi: mt76: mt7996: disable AMSDU for non-data frames + (stable-fixes). +- wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro + (stable-fixes). +- wifi: iwlwifi: pcie: Add the PCI device id for new hardware + (stable-fixes). +- wifi: rtw89: pci: enlarge RX DMA buffer to consider size of + RX descriptor (stable-fixes). +- wifi: ath9k: fix LNA selection in ath_ant_try_scan() + (stable-fixes). +- net: phy: phy_device: Prevent nullptr exceptions on ISR + (stable-fixes). +- wifi: rtw89: fix null pointer access when abort scan + (stable-fixes). +- overflow: Allow non-type arg to type_max() and type_min() + (stable-fixes). +- pstore/zone: Add a null pointer check to the psz_kmsg_read + (stable-fixes). +- modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS + (stable-fixes). +- commit 7321185 + +------------------------------------------------------------------- +Fri Apr 19 13:20:06 CEST 2024 - tiwai@suse.de + +- drm/msm/dp: fix typo in dp_display_handle_port_status_changed() + (git-fixes). +- drm/msm/dpu: make error messages at + dpu_core_irq_register_callback() more sensible (git-fixes). +- drm/msm/dpu: don't allow overriding data from catalog + (git-fixes). +- drm/msm: Add newlines to some debug prints (git-fixes). +- drm/vmwgfx: Enable DMA mappings with SEV (git-fixes). +- drm/client: Fully protect modes[] with dev->mode_config.mutex + (stable-fixes). +- Revert "drm/qxl: simplify qxl_fence_wait" (git-fixes). +- drm/ast: Fix soft lockup (git-fixes). +- drm/panfrost: Fix the error path in + panfrost_mmu_map_fault_addr() (git-fixes). +- drm/amd/display: Set VSC SDP Colorimetry same way for MST and + SST (stable-fixes). +- drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= + 1.4 (stable-fixes). +- drm/amd/display: fix disable otg wa logic in DCN316 + (stable-fixes). +- drm/amdgpu: fix incorrect number of active RBs for gfx11 + (stable-fixes). +- drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 + (stable-fixes). +- drm/amdgpu: Reset dGPU if suspend got aborted (stable-fixes). +- drm/amdgpu: always force full reset for SOC21 (stable-fixes). +- drm/amdkfd: Reset GPU on queue preemption failure + (stable-fixes). +- drm/i915/vrr: Disable VRR when using bigjoiner (stable-fixes). +- drm/i915: Disable port sync when bigjoiner is used + (stable-fixes). +- drm/i915/cdclk: Fix CDCLK programming order when pipes are + active (git-fixes). +- drm/i915: Pre-populate the cursor physical dma address + (git-fixes). +- fbmon: prevent division by zero in fb_videomode_from_videomode() + (stable-fixes). +- fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 + (stable-fixes). +- drm/amd/amdgpu: Fix potential ioremap() memory leaks in + amdgpu_device_init() (stable-fixes). +- drm/amd/display: Fix nanosec stat overflow (stable-fixes). +- drm: Check polling initialized before enabling in + drm_helper_probe_single_connector_modes (stable-fixes). +- drm: Check output polling initialized before disabling + (stable-fixes). +- drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for GPD Win Mini + (stable-fixes). +- firmware: tegra: bpmp: Return directly after a failed kzalloc() + in get_filename() (stable-fixes). +- commit 2efe82e + +------------------------------------------------------------------- +Fri Apr 19 13:12:20 CEST 2024 - tiwai@suse.de + +- ata: libata-core: Allow command duration limits detection for + ACS-4 drives (git-fixes). +- amdkfd: use calloc instead of kzalloc to avoid integer overflow + (stable-fixes). +- accel/ivpu: Fix deadlock in context_xa (git-fixes). +- ACPI: scan: Do not increase dep_unmet for already met + dependencies (git-fixes). +- Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED + bit (git-fixes). +- Bluetooth: hci_sock: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: L2CAP: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: RFCOMM: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: SCO: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: Fix memory leak in hci_req_sync_complete() + (git-fixes). +- Bluetooth: hci_sync: Fix using the same interval and window + for Coded PHY (git-fixes). +- Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset + (git-fixes). +- batman-adv: Avoid infinite loop trying to resize local TT + (git-fixes). +- Bluetooth: hci_event: set the conn encrypted before conn + establishes (stable-fixes). +- ASoC: soc-core.c: Skip dummy codec when adding platforms + (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE + (stable-fixes). +- ASoC: Intel: avs: Populate board selection with new I2S entries + (stable-fixes). +- ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 + (LAPRC710) laptops (stable-fixes). +- ASoC: SOF: amd: Optimize quirk for Valve Galileo (stable-fixes). +- ALSA: firewire-lib: handle quirk to calculate payload quadlets + as data block counter (stable-fixes). +- Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle + by default" (stable-fixes). +- drm/vc4: don't check if plane->state->fb == state->fb + (stable-fixes). +- ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of + CONFIG_X86_ANDROID_TABLETS (stable-fixes). +- Bluetooth: ISO: Align broadcast sync_timeout with connection + timeout (stable-fixes). +- Bluetooth: Add new quirk for broken read key length on ATS2851 + (stable-fixes). +- Bluetooth: hci_sync: Use QoS to determine which PHY to scan + (stable-fixes). +- Bluetooth: btintel: Fixe build regression (git-fixes). +- Bluetooth: btintel: Fix null ptr deref in btintel_read_version + (stable-fixes). +- drm/i915/display: Use i915_gem_object_get_dma_address to get + dma address (stable-fixes). +- commit 79cdb13 + +------------------------------------------------------------------- +Fri Apr 19 12:55:05 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/stmmac-Clear-variable-when-destroying-workqueue.patch + (git-fixes CVE-2024-26802 bsc#1222799). +- commit a49cc37 + +------------------------------------------------------------------- +Fri Apr 19 12:24:47 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/0001-fs-hugetlb-fix-NULL-pointer-dereference-in-hugetlbs_.patch + (bsc#1219264 CVE-2024-0841 CVE-2024-26688 bsc#1222482). +- Update + patches.suse/0002-iommu-vt-d-Don-t-issue-ATS-Invalidation-request-when.patch + (git-fixes CVE-2024-26891 bsc#1223037). +- Update + patches.suse/ACPI-processor_idle-Fix-memory-leak-in-acpi_processo.patch + (git-fixes CVE-2024-26894 bsc#1223043). +- Update + patches.suse/ASoC-qcom-Fix-uninitialized-pointer-dmactl.patch + (git-fixes CVE-2024-26799 bsc#1222415). +- Update + patches.suse/Bluetooth-Avoid-potential-use-after-free-in-hci_erro.patch + (git-fixes CVE-2024-26801 bsc#1222413). +- Update patches.suse/Bluetooth-af_bluetooth-Fix-deadlock.patch + (git-fixes CVE-2024-26886 bsc#1223044). +- Update + patches.suse/IB-hfi1-Fix-a-memleak-in-init_credit_return.patch + (git-fixes CVE-2024-26839 bsc#1222975). +- Update + patches.suse/RDMA-irdma-Fix-KASAN-issue-with-tasklet.patch + (git-fixes CVE-2024-26838 bsc#1222974). +- Update + patches.suse/RDMA-srpt-Do-not-register-event-handler-until-srpt-d.patch + (git-fixes CVE-2024-26872 bsc#1223115). +- Update + patches.suse/afs-Fix-endless-loop-in-directory-parsing.patch + (git-fixes CVE-2024-26848 bsc#1223030). +- Update + patches.suse/afs-Increase-buffer-size-in-afs_update_volume_status.patch + (git-fixes CVE-2024-26736 bsc#1222586). +- Update + patches.suse/btrfs-fix-double-free-of-anonymous-device-after-snap.patch + (bsc#1219126 CVE-2024-23850 CVE-2024-26792 bsc#1222430). +- Update + patches.suse/cachefiles-fix-memory-leak-in-cachefiles_add_cache.patch + (bsc#1220265 CVE-2024-26840 bsc#1222976). +- Update + patches.suse/ceph-prevent-use-after-free-in-encode_cap_msg.patch + (bsc#1221391 CVE-2024-26689 bsc#1222503). +- Update + patches.suse/clk-meson-Add-missing-clocks-to-axg_clk_regmaps.patch + (git-fixes CVE-2024-26879 bsc#1223066). +- Update + patches.suse/crypto-algif_hash-Remove-bogus-SGL-free-on-zero-leng.patch + (git-fixes CVE-2024-26824 bsc#1223081). +- Update + patches.suse/dmaengine-fsl-qdma-init-irq-after-reg-initialization.patch + (git-fixes CVE-2024-26788 bsc#1222783). +- Update + patches.suse/dmaengine-idxd-Ensure-safe-user-copy-of-completion-r.patch + (bsc#1221428 git-fixes CVE-2024-26746 bsc#1222444). +- Update + patches.suse/drm-amd-display-Fix-MST-Null-Ptr-for-RV.patch + (git-fixes CVE-2024-26700 bsc#1222870). +- Update + patches.suse/drm-amd-display-Fix-memory-leak-in-dm_sw_fini.patch + (git-fixes CVE-2024-26833 bsc#1223036). +- Update + patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch + (git-fixes CVE-2024-26729 bsc#1222552). +- Update + patches.suse/drm-amd-display-Prevent-potential-buffer-overflow-in.patch + (git-fixes CVE-2024-26797 bsc#1222425). +- Update + patches.suse/drm-bridge-adv7511-fix-crash-on-irq-during-probe.patch + (git-fixes CVE-2024-26876 bsc#1223119). +- Update + patches.suse/drm-buddy-Fix-alloc_range-error-handling-code.patch + (git-fixes CVE-2024-26911 bsc#1223055). +- Update + patches.suse/drm-mediatek-Fix-a-null-pointer-crash-in-mtk_drm_crt.patch + (git-fixes CVE-2024-26874 bsc#1223048). +- Update + patches.suse/drm-nouveau-fix-several-DMA-buffer-leaks.patch + (git-fixes CVE-2024-26912 bsc#1223064). +- Update + patches.suse/efi-runtime-Fix-potential-overflow-of-soft-reserved-.patch + (git-fixes CVE-2024-26843 bsc#1223014). +- Update + patches.suse/fbcon-always-restore-the-old-font-data-in-fbcon_do_s.patch + (git-fixes CVE-2024-26798 bsc#1222798). +- Update + patches.suse/i40e-Do-not-allow-untrusted-VF-to-remove-administrat.patch + (git-fixes CVE-2024-26830 bsc#1223012). +- Update + patches.suse/iio-adc-ad4130-zero-initialize-clock-init-data.patch + (git-fixes CVE-2024-26711 bsc#1222420). +- Update + patches.suse/md-Don-t-suspend-the-array-for-interrupted-reshape-9e46.patch + (git-fixes CVE-2024-26755 bsc#1222529). +- Update patches.suse/media-ir_toy-fix-a-memleak-in-irtoy_tx.patch + (git-fixes CVE-2024-26829 bsc#1223027). +- Update + patches.suse/media-pvrusb2-fix-uaf-in-pvr2_context_set_notify.patch + (git-fixes CVE-2024-26875 bsc#1223118). +- Update + patches.suse/msft-hv-2942-hv_netvsc-Register-VF-in-netvsc_probe-if-NET_DEVICE_.patch + (git-fixes CVE-2024-26820 bsc#1223078). +- Update + patches.suse/net-bnx2x-Prevent-access-to-a-freed-page-in-page_poo.patch + (bsc#1215322 CVE-2024-26859 bsc#1223049). +- Update + patches.suse/net-veth-clear-GRO-when-clearing-XDP-even-when-down.patch + (git-fixes CVE-2024-26803 bsc#1222788). +- Update + patches.suse/nfc-nci-free-rx_data_reassembly-skb-on-NCI-device-cl.patch + (git-fixes CVE-2024-26825 bsc#1223065). +- Update + patches.suse/nilfs2-fix-data-corruption-in-dsync-block-recovery-f.patch + (git-fixes CVE-2024-26697 bsc#1222550). +- Update + patches.suse/nilfs2-fix-hang-in-nilfs_lookup_dirty_data_buffers.patch + (git-fixes CVE-2024-26696 bsc#1222549). +- Update + patches.suse/powerpc-iommu-Fix-the-missing-iommu_group_put-during.patch + (jsc#PED-7779 jsc#PED-7780 git-fixes CVE-2024-26709 + bsc#1222418). +- Update + patches.suse/powerpc-kasan-Limit-KASAN-thread-size-increase-to-32.patch + (bsc#1215199 CVE-2024-26710 bsc#1222419). +- Update + patches.suse/powerpc-pseries-iommu-DLPAR-add-doesn-t-completely-i.patch + (bsc#1215199 bsc#1219077 ltc#204477 CVE-2024-26738 bsc#1222607). +- Update + patches.suse/powerpc-rtas-use-correct-function-name-for-resetting.patch + (bsc#1215199 CVE-2024-26847 bsc#1223026). +- Update patches.suse/ppp_async-limit-MRU-to-64K.patch (git-fixes + CVE-2024-26675 bsc#1222379). +- Update + patches.suse/scsi-Revert-scsi-fcoe-Fix-potential-deadlock-on-fip-ctlr_lock.patch + (git-fixes bsc#1219141 CVE-2024-26917 bsc#1223056). +- Update + patches.suse/wifi-iwlwifi-mvm-fix-a-crash-when-we-run-out-of-stat.patch + (git-fixes CVE-2024-26693 bsc#1222451). +- Update + patches.suse/wifi-mac80211-fix-race-condition-on-enabling-fast-xm.patch + (git-fixes CVE-2024-26779 bsc#1222772). +- Update + patches.suse/wifi-wfx-fix-memory-leak-when-starting-AP.patch + (git-fixes CVE-2024-26896 bsc#1223042). +- Update + patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch + (git-fixes CVE-2024-26687 bsc#1222435). +- commit a69636a + +------------------------------------------------------------------- +Fri Apr 19 12:24:39 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/iio-core-fix-memleak-in-iio_device_register_sysfs.patch + (git-fixes CVE-2023-52643 bsc#1222960). +- Update + patches.suse/media-rc-bpf-attach-detach-requires-write-permission.patch + (git-fixes CVE-2023-52642 bsc#1223031). +- Update + patches.suse/wifi-b43-Stop-wake-correct-queue-in-DMA-Tx-path-when.patch + (git-fixes CVE-2023-52644 bsc#1222961). +- commit 2c2d37f + +------------------------------------------------------------------- +Fri Apr 19 11:19:08 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/wifi-mac80211-fix-race-condition-on-enabling-fast-xm.patch + (git-fixes CVE-2024-26779 bsc#1222772). +- commit 463d6dd + +------------------------------------------------------------------- +Fri Apr 19 10:26:17 CEST 2024 - tiwai@suse.de + +- Update patch reference of iio fix (CVE-2024-26702 bsc#1222424) +- commit 9436142 + +------------------------------------------------------------------- +Fri Apr 19 10:02:39 CEST 2024 - tiwai@suse.de + +- Update patch reference for interconnect patch (CVE-2024-26714 bsc#1222489) +- commit 773fbda + +------------------------------------------------------------------- +Thu Apr 18 18:09:21 CEST 2024 - jack@suse.cz + +- ext4: regenerate buddy after block freeing failed if under fc + replay (bsc#1220342 CVE-2024-26601). +- commit fec1ddc + +------------------------------------------------------------------- +Thu Apr 18 10:59:11 CEST 2024 - hare@suse.de + +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS + (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: don't skip over different type records from the rx_list + (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA + (bsc#1221858). +- tls: break out of main loop when PEEK gets a non-data record + (bsc#1221858). +- net: tls: fix returned read length with async decrypt + (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async + (bsc#1221858). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS + (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: don't skip over different type records from the rx_list + (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA + (bsc#1221858). +- tls: break out of main loop when PEEK gets a non-data record + (bsc#1221858). +- net: tls: fix returned read length with async decrypt + (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async + (bsc#1221858). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- commit 9d8d293 + +------------------------------------------------------------------- +Thu Apr 18 10:56:05 CEST 2024 - hare@suse.de + +- Refresh + patches.suse/nvme-keyring-restrict-match-length-for-version-1-ide.patch. +- commit da3d979 + +------------------------------------------------------------------- +Thu Apr 18 10:41:45 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/afs-Fix-endless-loop-in-directory-parsing.patch + (git-fixes bsc#1223030 CVE-2024-26848). +- commit 9f64be5 + +------------------------------------------------------------------- +Wed Apr 17 17:03:22 CEST 2024 - jack@suse.cz + +- fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion + (bsc#1222721 CVE-2024-26764). +- commit 72ff5e9 + +------------------------------------------------------------------- +Wed Apr 17 17:02:58 CEST 2024 - jack@suse.cz + +- fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via + libaio (bsc#1222721 CVE-2024-26764). +- commit 241f561 + +------------------------------------------------------------------- +Wed Apr 17 16:59:24 CEST 2024 - jack@suse.cz + +- ext4: avoid dividing by 0 in mb_update_avg_fragment_size() + when block bitmap corrupt (bsc#1222622 CVE-2024-26774). +- commit f7c2563 + +------------------------------------------------------------------- +Wed Apr 17 16:58:08 CEST 2024 - jack@suse.cz + +- ext4: avoid allocating blocks from corrupted group in + ext4_mb_try_best_found() (bsc#1222618 CVE-2024-26773). +- commit 920069c + +------------------------------------------------------------------- +Wed Apr 17 16:49:31 CEST 2024 - jbohac@suse.cz + +- Refresh + patches.suse/kdump-implement-reserve_crashkernel_cma.patch. + (don't print about zero-sized CMA reservation) +- commit 14e6598 + +------------------------------------------------------------------- +Wed Apr 17 10:59:40 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-roles-fix-NULL-pointer-issue-when-put-module-s-r.patch + (bsc#1222609 CVE-2024-26747). + Added CVE reference +- commit 5db3e1d + +------------------------------------------------------------------- +Wed Apr 17 10:26:28 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Fix wrong use of pasid config (git-fixes). +- commit 09ffca7 + +------------------------------------------------------------------- +Wed Apr 17 10:10:56 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Allocate local memory for page request queue + (git-fixes). +- commit 9b67401 + +------------------------------------------------------------------- +Wed Apr 17 10:02:03 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries/iommu: LPAR panics when rebooted with a frozen + PE (bsc#1222011 ltc#205900). +- commit a6aad75 + +------------------------------------------------------------------- +Wed Apr 17 09:11:51 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch + (bsc#1219485 bsc#1219451). +- Update patches.suse/0001-s390-qdio-handle-deferred-cc1.patch + (bsc#1219485 bsc#1219451). +- Update + patches.suse/s390-cio-fix-invalid-EBUSY-on-ccw_device_start.patch + (git-fixes bsc#1220360 bsc#1219485 bsc#1219451). +- Update patches.suse/s390-qeth-handle-deferred-cc1.patch + (bsc#1219485 git-fixes bsc#1219451). +- commit 097f888 + +------------------------------------------------------------------- +Wed Apr 17 05:58:35 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/fbdev-savage-Error-out-if-pixclock-equals-zero.patch + (git-fixes CVE-2024-26778 bsc#1222770). +- commit fbfa53e + +------------------------------------------------------------------- +Wed Apr 17 05:57:29 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/fbdev-sis-Error-out-if-pixclock-equals-zero.patch + (git-fixes CVE-2024-26777 bsc#1222765). +- commit 4648979 + +------------------------------------------------------------------- +Wed Apr 17 05:30:29 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/tls-fix-use-after-free-on-failed-backlog-decryption.patch + (CVE-2024-26584 bsc#1220186 CVE-2024-26800 bsc#1222728). +- commit 6cb76c6 + +------------------------------------------------------------------- +Tue Apr 16 18:23:07 CEST 2024 - jbohac@suse.cz + +- crash: use macro to add crashk_res into iomem early for specific + arch (jsc#PED-7249, bsc#1222742). + Refresh patches.suse/kdump-implement-reserve_crashkernel_cma.patch. +- commit b256f70 + +------------------------------------------------------------------- +Tue Apr 16 16:43:44 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Disable irrelevant patch + We don't have syscall hardening in our kernels. +- commit 36739c9 + +------------------------------------------------------------------- +Tue Apr 16 16:43:33 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix BHI documentation (git-fixes). +- commit b981493 + +------------------------------------------------------------------- +Tue Apr 16 16:20:48 CEST 2024 - denis.kirjanov@suse.com + +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1222635 CVE-2024-26815). +- commit 0dd110f + +------------------------------------------------------------------- +Tue Apr 16 14:49:22 CEST 2024 - iivanov@suse.de + +- spi: cadence-qspi: fix pointer reference in runtime PM hooks (CVE-2024-26807 bsc#1222801) +- commit 5687920 + +------------------------------------------------------------------- +Tue Apr 16 11:03:35 CEST 2024 - dwagner@suse.de + +- Update + patches.suse/nvmet-fc-avoid-deadlock-on-delete-association-path.patch + (git-fixes CVE-2024-26769 bsc#1222727). +- commit 2dfa751 + +------------------------------------------------------------------- +Tue Apr 16 09:40:11 CEST 2024 - petr.pavlu@suse.com + +- kprobes: Fix double free of kretprobe_holder (bsc#1220901). +- commit 6f75bb6 + +------------------------------------------------------------------- +Tue Apr 16 09:16:16 CEST 2024 - tzimmermann@suse.com + +- "nouveau: offload fence uevents work to workqueue" + Reference bug report and CVE number. +- commit 92c99bd + +------------------------------------------------------------------- +Tue Apr 16 08:13:20 CEST 2024 - jgross@suse.com + +- xen/events: fix error code in xen_bind_pirq_msi_to_irq() + (git-fixes). +- commit 05ac0c8 + +------------------------------------------------------------------- +Tue Apr 16 07:13:46 CEST 2024 - shung-hsi.yu@suse.com + +- xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL + (bsc#1221303 CVE-2024-26611). +- xsk: fix usage of multi-buffer BPF helpers for ZC XDP + (bsc#1221303 CVE-2024-26611). +- xsk: recycle buffer in case Rx queue was full (bsc#1221303 + CVE-2024-26611). +- commit c10f182 + +------------------------------------------------------------------- +Tue Apr 16 05:54:37 CEST 2024 - nmorey@suse.com + +- Update patches.suse/RDMA-srpt-Support-specifying-the-srpt_service_guid-p.patch + (git-fixes bsc#1222449 CVE-2024-26744) +- Update patches.suse/RDMA-qedr-Fix-qedr_create_user_qp-error-flow.patch + (git-fixes bsc#1222677 CVE-2024-26743) +- Update patches.suse/IB-hfi1-Fix-sdma.h-tx-num_descs-off-by-one-error.patch + (git-fixes bsc#1222726 CVE-2024-26766) +- commit 3b16fea + +------------------------------------------------------------------- +Tue Apr 16 05:50:53 CEST 2024 - nmorey@suse.com + +- RDMA/cm: add timeout to cm_destroy_id wait (git-fixes) +- commit e7fcab4 + +------------------------------------------------------------------- +Mon Apr 15 18:58:02 CEST 2024 - jwiesner@suse.de + +- Revert patches.suse/tcp-get-rid-of-sysctl_tcp_adv_win_scale.patch + (bsc#1220419 bsc#1222656). +- Revert patches.suse/mptcp-fix-rcv-buffer-auto-tuning.patch + (bsc#1220419 bsc#1222656). +- Refresh + patches.suse/tcp-reorganize-tcp_sock-fast-path-variables.patch. + Revert dfa2f0483360 ("tcp: get rid of sysctl_tcp_adv_win_scale") to + resolve a performance regression in HTML traffic. +- commit e2e7d0b + +------------------------------------------------------------------- +Mon Apr 15 18:49:18 CEST 2024 - krisman@suse.de + +- udp: Avoid call to compute_score on multiple sites + (bsc#1220709). +- commit 78244c6 + +------------------------------------------------------------------- +Mon Apr 15 18:16:23 CEST 2024 - jgross@suse.com + +- xen/evtchn: avoid WARN() when unbinding an event channel + (git-fixes). +- commit fe7eef3 + +------------------------------------------------------------------- +Mon Apr 15 17:40:50 CEST 2024 - jgross@suse.com + +- xen/events: increment refcnt only if event channel is refcounted + (git-fixes). +- commit af3cb5d + +------------------------------------------------------------------- +Mon Apr 15 17:05:19 CEST 2024 - jgross@suse.com + +- xen-netfront: Add missing skb_mark_for_recycle (git-fixes). +- commit 421f313 + +------------------------------------------------------------------- +Mon Apr 15 16:29:50 CEST 2024 - jgross@suse.com + +- x86/xen: attempt to inflate the memory balloon on PVH + (git-fixes). +- commit df9367a + +------------------------------------------------------------------- +Mon Apr 15 15:53:54 CEST 2024 - jgross@suse.com + +- x86/xen: Add some null pointer checking to smp.c (git-fixes). +- commit f502fc5 + +------------------------------------------------------------------- +Mon Apr 15 15:31:22 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI (git-fixes). +- commit 3d18f9a + +------------------------------------------------------------------- +Mon Apr 15 15:31:03 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto (git-fixes). +- Update config files. +- commit b2f373b + +------------------------------------------------------------------- +Mon Apr 15 15:23:29 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix BHI handling of RRSBA (git-fixes). +- commit 66c46fb + +------------------------------------------------------------------- +Mon Apr 15 15:23:07 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr' (git-fixes). +- commit 6aec207 + +------------------------------------------------------------------- +Mon Apr 15 15:17:26 CEST 2024 - jgross@suse.com + +- xen/events: modify internal [un]bind interfaces (git-fixes). +- Refresh + patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch. +- commit 77df536 + +------------------------------------------------------------------- +Mon Apr 15 15:13:05 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES (git-fixes). +- commit 1fdb38f + +------------------------------------------------------------------- +Mon Apr 15 15:03:47 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix return type of spectre_bhi_state() (git-fixes). +- commit 13662e2 + +------------------------------------------------------------------- +Mon Apr 15 15:03:00 CEST 2024 - jgross@suse.com + +- xen/events: drop xen_allocate_irqs_dynamic() (git-fixes). +- commit a93b368 + +------------------------------------------------------------------- +Mon Apr 15 14:53:43 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file (bsc#1222823). +- Refresh patches.suse/x86-bhi-Add-BHI-mitigation-knob.patch. +- commit 1bc31f7 + +------------------------------------------------------------------- +Mon Apr 15 14:52:07 CEST 2024 - nik.borisov@suse.com + +- KVM: x86: Add BHI_NO (bsc#1222823). +- commit 07366ce + +------------------------------------------------------------------- +Mon Apr 15 14:51:40 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Mitigate KVM by default (bsc#1222823). +- commit 64cbcbe + +------------------------------------------------------------------- +Mon Apr 15 14:40:12 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Add BHI mitigation knob (bsc#1222823). +- Update config files. +- commit 65ced6f + +------------------------------------------------------------------- +Mon Apr 15 14:22:08 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Enumerate Branch History Injection (BHI) bug (bsc#1222823). +- commit 5ca568d + +------------------------------------------------------------------- +Mon Apr 15 14:04:22 CEST 2024 - jgross@suse.com + +- xen/events: remove some simple helpers from events_base.c + (git-fixes). +- Refresh + patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch. +- commit faab65b + +------------------------------------------------------------------- +Mon Apr 15 14:00:05 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Define SPEC_CTRL_BHI_DIS_S (bsc#1222823). +- commit 496b11d + +------------------------------------------------------------------- +Mon Apr 15 13:55:12 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Add support for clearing branch history at syscall entry (bsc#1222823). +- commit dee5dff + +------------------------------------------------------------------- +Mon Apr 15 13:18:01 CEST 2024 - jgross@suse.com + +- xen/events: reduce externally visible helper functions + (git-fixes). +- commit a7834c4 + +------------------------------------------------------------------- +Mon Apr 15 12:39:49 CEST 2024 - jgross@suse.com + +- xen: evtchn: Allow shared registration of IRQ handers + (git-fixes). +- commit fac6c90 + +------------------------------------------------------------------- +Mon Apr 15 12:31:43 CEST 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/net-pds_core-Fix-possible-double-free-in-error-handl.patch + (git-fixes CVE-2024-26652 bsc#1222115). + Added CVE reference. +- commit 070cd49 + +------------------------------------------------------------------- +Mon Apr 15 12:28:02 CEST 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/net-atlantic-Fix-DMA-mapping-for-PTP-hwts-ring.patch + (git-fixes bsc#1222427 CVE-2024-26680). + Added CVE reference. +- commit 97f0341 + +------------------------------------------------------------------- +Mon Apr 15 11:36:12 CEST 2024 - mfranc@suse.cz + +- s390/cio: fix race condition during online processing + (bsc#1219485). +- commit 83d7614 + +------------------------------------------------------------------- +Mon Apr 15 11:25:52 CEST 2024 - mfranc@suse.cz + +- s390/qdio: handle deferred cc1 (bsc#1219485). +- commit aec0983 + +------------------------------------------------------------------- +Mon Apr 15 11:05:01 CEST 2024 - mfranc@suse.cz + +- s390/qeth: handle deferred cc1 (bsc#1219485 git-fixes). +- commit 6c10bf2 + +------------------------------------------------------------------- +Mon Apr 15 11:04:23 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/s390-cio-fix-invalid-EBUSY-on-ccw_device_start.patch + (git-fixes bsc#1220360 bsc#1219485). +- commit 174a4e8 + +------------------------------------------------------------------- +Mon Apr 15 10:51:21 CEST 2024 - iivanov@suse.de + +- Update patches.suse/mmc-mmci-stm32-fix-DMA-API-overlapping-mappings-warn.patch (git-fixes CVE-2024-26787 bsc#1222781) +- commit 2816ca9 + +------------------------------------------------------------------- +Mon Apr 15 10:42:42 CEST 2024 - iivanov@suse.de + +- Update patches.suse/dmaengine-fsl-qdma-fix-SoC-may-hang-on-16-byte-unali.patch (git-fixes CVE-2024-26790 bsc#1222784) +- commit 0d6086f + +------------------------------------------------------------------- +Mon Apr 15 10:15:49 CEST 2024 - iivanov@suse.de + +- Update patches.suse/spi-hisi-sfc-v3xx-Return-IRQ_NONE-if-no-interrupts-w.patch (git-fixes CVE-2024-26776 bsc#1222764) +- commit ec068f3 + +------------------------------------------------------------------- +Mon Apr 15 09:13:59 CEST 2024 - colyli@suse.de + +- blacklist.conf: add non-backport md git-fixes patch commit. +- commit 58324b9 + +------------------------------------------------------------------- +Mon Apr 15 09:12:46 CEST 2024 - colyli@suse.de + +- Delete the disabled patch which breaks KABI now, + patches.suse/md-bitmap-don-t-use-index-for-pages-backing-the-bitm-d703.patch. +- blacklist.conf: add the above patch commit. +- commit 9b0b89b + +------------------------------------------------------------------- +Sun Apr 14 03:57:08 CEST 2024 - glass.su@suse.com + +- dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape (bsc#1219596) + Also update diff context in + patches.suse/dm-raid-fix-false-positive-for-requeue-needed-during-b25b.patch +- commit 4604cae + +------------------------------------------------------------------- +Sat Apr 13 10:59:08 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222531, CVE-2024-26756 references, + patches.suse/md-Don-t-register-sync_thread-for-reshape-directly-ad39.patch + (bsc#1219596, bsc#1222531, CVE-2024-26756). +- commit de5884e + +------------------------------------------------------------------- +Sat Apr 13 10:57:41 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222531, CVE-2024-26756 references, + patches.suse/md-Don-t-register-sync_thread-for-reshape-directly-ad39.patch + (bsc#1219596, bsc#1222531, CVE-2024-26756). +- commit 4150d19 + +------------------------------------------------------------------- +Sat Apr 13 10:33:55 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222527, CVE-2024-26757 references, + patches.suse/md-Don-t-ignore-read-only-array-in-md_check_recovery-55a4.patch + (bsc#1219596, bsc#1222527, CVE-2024-26757). +- commit 67019f2 + +------------------------------------------------------------------- +Sat Apr 13 10:30:45 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222527, CVE-2024-26757 references, + patches.suse/md-Don-t-ignore-read-only-array-in-md_check_recovery-55a4.patch + (bsc#1219596, bsc#1222527, CVE-2024-26757). +- commit 0b6b491 + +------------------------------------------------------------------- +Sat Apr 13 10:10:15 CEST 2024 - colyli@suse.de + +- Update to add bsc# and CVE tags, + patches.suse/dm-crypt-dm-verity-disable-tasklets-0a9b.patch + (bsc#1222416, CVE-2024-26718). +- commit 59bf5a5 + +------------------------------------------------------------------- +Sat Apr 13 09:00:48 CEST 2024 - colyli@suse.de + +- Update to add bsc# and CVE tags, + patches.suse/dm-crypt-don-t-modify-the-data-when-using-authentica-50c7.patch + (bsc#1222720, CVE-2024-26763). +- commit 710cd5e + +------------------------------------------------------------------- +Sat Apr 13 03:43:33 CEST 2024 - lduncan@suse.com + +- scsi: target: pscsi: Fix bio_put() for error case (bsc#1222596 + cve-2024-267600). +- commit a67c294 + +------------------------------------------------------------------- +Fri Apr 12 18:13:34 CEST 2024 - vkarasulli@suse.de + +- iommufd/iova_bitmap: Bounds check mapped::pages access + (git-fixes). +- commit b7fc473 + +------------------------------------------------------------------- +Fri Apr 12 18:03:48 CEST 2024 - vkarasulli@suse.de + +- iommufd: Reject non-zero data_type if no data_len is provided + (git-fixes). +- commit ceca619 + +------------------------------------------------------------------- +Fri Apr 12 17:49:22 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Update iotlb in nested domain attach (git-fixes). +- commit e2cf9d1 + +------------------------------------------------------------------- +Fri Apr 12 17:01:14 CEST 2024 - vkarasulli@suse.de + +- iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA + (git-fixes). +- commit 200d970 + +------------------------------------------------------------------- +Fri Apr 12 16:15:33 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: Test racing between bpf_timer_cancel_and_free + and bpf_timer_cancel (bsc#1222557 CVE-2024-26737). +- bpf: Fix racing between bpf_timer_cancel_and_free and + bpf_timer_cancel (bsc#1222557 CVE-2024-26737). +- commit 24333b7 + +------------------------------------------------------------------- +Fri Apr 12 15:26:58 CEST 2024 - iivanov@suse.de + +- Update patches.suse/ARM-ep93xx-Add-terminator-to-gpiod_lookup_table.patch (git-fixes CVE-2024-26751 bsc#1222724) +- commit a85b7fa + +------------------------------------------------------------------- +Fri Apr 12 15:00:47 CEST 2024 - shung-hsi.yu@suse.com + +- bpf, sockmap: Fix NULL pointer dereference in + sk_psock_verdict_data_ready() (bsc#1222371 CVE-2024-26731). +- commit 9a8765c + +------------------------------------------------------------------- +Fri Apr 12 14:08:13 CEST 2024 - denis.kirjanov@suse.com + +- netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter + (bsc#1222630 CVE-2024-26805). +- commit 8e8585b + +------------------------------------------------------------------- +Fri Apr 12 13:46:08 CEST 2024 - iivanov@suse.de + +- Update patches.suse/dmaengine-ti-edma-Add-some-null-pointer-checks-to-th.patch (git-fixes CVE-2024-26771 bsc#1222610) +- commit b7bab4f + +------------------------------------------------------------------- +Fri Apr 12 13:41:35 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/gtp-fix-use-after-free-and-null-ptr-deref-in-gtp_gen.patch + (git-fixes CVE-2024-26754 bsc#1222632). +- commit 0bddcea + +------------------------------------------------------------------- +Fri Apr 12 10:59:31 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/crypto-arm64-neonbs-fix-out-of-bounds-access-on-shor.patch + (git-fixes CVE-2024-26789 bsc#1222626). +- commit 9c3828e + +------------------------------------------------------------------- +Fri Apr 12 10:03:51 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: pmu: Resync EL0 state on counter rotation + (bsc#1219475). +- commit 99d8e75 + +------------------------------------------------------------------- +Fri Apr 12 08:14:57 CEST 2024 - trenn@suse.com + +- tools/power/turbostat: Fix uncore frequency file string + (bsc#1221765). +- commit dfd2a8e + +------------------------------------------------------------------- +Thu Apr 11 17:42:57 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: Always invalidate TLB for stage-2 permission faults + (bsc#1219478). +- commit d1d5006 + +------------------------------------------------------------------- +Thu Apr 11 16:17:01 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/usb-cdns3-fixed-memory-use-after-free-at-cdns3_gadge.patch + (git-fixes CVE-2024-26749 bsc#1222680). +- commit 25b429b + +------------------------------------------------------------------- +Thu Apr 11 16:11:22 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/powerpc-pseries-iommu-IOMMU-table-is-not-initialized.patch + (bsc#1220492 ltc#205270 CVE-2024-26745 bsc#1222678). +- commit 589b808 + +------------------------------------------------------------------- +Thu Apr 11 15:27:33 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/l2tp-pass-correct-message-length-to-ip6_append_data.patch + (bsc#1220419 CVE-2024-26752 bsc#1222667). +- commit 2f09d95 + +------------------------------------------------------------------- +Thu Apr 11 15:17:11 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add d9b3ce8769e3 mm: writeback: ratelimit stat flush from mem_cgroup_wb_stats +- commit 82800cb + +------------------------------------------------------------------- +Thu Apr 11 12:01:45 CEST 2024 - jslaby@suse.cz + +- tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc + (bsc#1222619). +- commit 3d5abbd + +------------------------------------------------------------------- +Thu Apr 11 11:44:09 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/crypto-arm64-neonbs-fix-out-of-bounds-access-on-shor.patch + (git-fixes CVE-2024-26789). +- commit 98918ce + +------------------------------------------------------------------- +Wed Apr 10 21:10:17 CEST 2024 - mkubecek@suse.cz + +- arp: Prevent overflow in arp_req_get() (CVE-2024-26733 + bsc#1222585). +- commit 2f8c9e8 + +------------------------------------------------------------------- +Wed Apr 10 20:46:47 CEST 2024 - mkubecek@suse.cz + +- net/sched: act_mirred: use the backlog for mirred ingress + (CVE-2024-26740 bsc#1222563). +- refresh: + - patches.suse/net-sched-act_mirred-don-t-override-retval-if-we-alr.patch +- commit b1920f0 + +------------------------------------------------------------------- +Wed Apr 10 19:15:08 CEST 2024 - mkubecek@suse.cz + +- net/sched: act_mirred: don't override retval if we already + lost the skb (CVE-2024-26733 bsc#1222585). +- net/sched: act_mirred: Create function tcf_mirred_to_dev and + improve readability (CVE-2024-26733 bsc#1222585). +- commit 805fd21 + +------------------------------------------------------------------- +Wed Apr 10 16:28:26 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-cdns3-fix-memory-double-free-when-handle-zero-pa.patch + (bsc#1222513 CVE-2024-26748). + Added CVE references +- commit 7c3ca16 + +------------------------------------------------------------------- +Wed Apr 10 15:00:09 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-dwc3-gadget-Fix-NULL-pointer-dereference-in-dwc3.patch + (bsc#1222561 CVE-2024-26715). + Added CVE reference +- commit f58a80f + +------------------------------------------------------------------- +Wed Apr 10 13:28:09 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Defer enablement of static branch (bsc#1222366). +- commit a442fcd + +------------------------------------------------------------------- +Wed Apr 10 12:27:41 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Make wake once of ring_buffer_wait() more robust + (git-fixes). +- commit 3cff1f5 + +------------------------------------------------------------------- +Wed Apr 10 12:26:04 CEST 2024 - petr.pavlu@suse.com + +- tracing: Have saved_cmdlines arrays all in one allocation + (git-fixes). +- commit 8871703 + +------------------------------------------------------------------- +Wed Apr 10 12:23:30 CEST 2024 - petr.pavlu@suse.com + +- tracing/ring-buffer: Fix wait_on_pipe() race (git-fixes). +- kABI: Adjust trace_iterator.wait_index (git-fixes). +- commit 503fcea + +------------------------------------------------------------------- +Wed Apr 10 11:59:16 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/powerpc-pseries-iommu-DLPAR-add-doesn-t-completely-i.patch + (bsc#1215199 bsc#1219077 ltc#204477 CVE-2024-26738). +- commit d6e4ef3 + +------------------------------------------------------------------- +Wed Apr 10 11:55:18 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/drm-amd-display-Fix-array-index-out-of-bounds-in-dcn.patch + (git-fixes CVE-2024-26699 bsc#1222602). +- commit f52d16e + +------------------------------------------------------------------- +Wed Apr 10 11:51:14 CEST 2024 - denis.kirjanov@suse.com + +- igc: Remove stale comment about Tx timestamping (git-fixes). +- commit 83821ed + +------------------------------------------------------------------- +Wed Apr 10 11:49:20 CEST 2024 - denis.kirjanov@suse.com + +- ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() + (git-fixes). +- commit aab4796 + +------------------------------------------------------------------- +Wed Apr 10 11:48:26 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/crypto-virtio-akcipher-Fix-stack-overflow-on-memcpy.patch + (git-fixes CVE-2024-26753 bsc#1222601). +- commit 0099199 + +------------------------------------------------------------------- +Wed Apr 10 11:47:20 CEST 2024 - denis.kirjanov@suse.com + +- ice: fix memory corruption bug with suspend and rebuild + (git-fixes). +- commit 5927273 + +------------------------------------------------------------------- +Wed Apr 10 11:42:57 CEST 2024 - denis.kirjanov@suse.com + +- ice: Refactor FW data type and fix bitmap casting issue + (git-fixes). +- commit ddf5e8c + +------------------------------------------------------------------- +Wed Apr 10 11:41:07 CEST 2024 - denis.kirjanov@suse.com + +- mlxbf_gige: call request_irq() after NAPI initialized + (git-fixes). +- commit 39b7ae3 + +------------------------------------------------------------------- +Wed Apr 10 11:37:17 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: mark unexcuted loopback test result as UNEXECUTED + (git-fixes). +- commit 88d4f13 + +------------------------------------------------------------------- +Wed Apr 10 11:34:49 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: fix kernel crash when devlink reload during pf + initialization (git-fixes). +- commit 5900fb4 + +------------------------------------------------------------------- +Wed Apr 10 11:33:08 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: fix index limit to support all queue stats + (git-fixes). +- commit fcda370 + +------------------------------------------------------------------- +Wed Apr 10 11:31:33 CEST 2024 - denis.kirjanov@suse.com + +- mlxbf_gige: stop PHY during open() error paths (git-fixes). +- commit 087df13 + +------------------------------------------------------------------- +Wed Apr 10 11:29:31 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: fix handling of all link-local frames + (git-fixes). +- commit 62930ae + +------------------------------------------------------------------- +Wed Apr 10 11:27:53 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (git-fixes). +- commit 7b1c501 + +------------------------------------------------------------------- +Wed Apr 10 11:01:57 CEST 2024 - lhenriques@suse.de + +- ceph: stop copying to iter at EOF on sync reads (bsc#1222606). +- commit 6d8bd5d + +------------------------------------------------------------------- +Wed Apr 10 10:55:25 CEST 2024 - ailiop@suse.com + +- dlm: fix user space lkb refcounting (git-fixes). +- commit 26e28b8 + +------------------------------------------------------------------- +Wed Apr 10 10:55:08 CEST 2024 - lhenriques@suse.de + +- Update + patches.suse/ceph-prevent-use-after-free-in-encode_cap_msg.patch + (bsc#1221391 CVE-2024-26689). +- commit 05ffdb2 + +------------------------------------------------------------------- +Wed Apr 10 10:51:29 CEST 2024 - ailiop@suse.com + +- ubifs: Queue up space reservation tasks if retrying many times + (git-fixes). +- commit 44bfcee + +------------------------------------------------------------------- +Wed Apr 10 10:48:38 CEST 2024 - ailiop@suse.com + +- ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed + (git-fixes). +- commit 9a4ebd6 + +------------------------------------------------------------------- +Wed Apr 10 10:46:57 CEST 2024 - ailiop@suse.com + +- ubifs: Remove unreachable code in dbg_check_ltab_lnum + (git-fixes). +- commit f4e5ca1 + +------------------------------------------------------------------- +Wed Apr 10 10:46:09 CEST 2024 - ailiop@suse.com + +- ubifs: fix sort function prototype (git-fixes). +- commit f7d0a9f + +------------------------------------------------------------------- +Wed Apr 10 10:43:35 CEST 2024 - ailiop@suse.com + +- ubifs: Set page uptodate in the correct place (git-fixes). +- commit aa187f8 + +------------------------------------------------------------------- +Wed Apr 10 09:42:24 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/afs-Increase-buffer-size-in-afs_update_volume_status.patch + (git-fixes CVE-2024-26736 bsc#1222586). +- commit 06c0c6c + +------------------------------------------------------------------- +Tue Apr 9 16:07:19 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/btrfs-do-not-ASSERT-if-the-newly-created-subvolume-a.patch + (bsc#1219126 CVE-2024-26727 bsc#1222536). +- commit 7bb93e9 + +------------------------------------------------------------------- +Tue Apr 9 15:47:49 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-hang-in-nilfs_lookup_dirty_data_buffers.patch + (git-fixes CVE-2024-26696 bsc#1222549). +- commit 932abcf + +------------------------------------------------------------------- +Tue Apr 9 15:45:50 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-data-corruption-in-dsync-block-recovery-f.patch + (git-fixes CVE-2024-26697 bsc#1222550). +- commit fa7ddf4 + +------------------------------------------------------------------- +Tue Apr 9 15:31:06 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/net-mlx5-DPLL-Fix-possible-use-after-free-after-dela.patch + (git-fixes CVE-2024-26724 bsc#1222523). +- commit bb60edc + +------------------------------------------------------------------- +Tue Apr 9 15:24:32 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/ASoC-rt5645-Fix-deadlock-in-rt5645_jack_detect_work.patch + (git-fixes CVE-2024-26722 bsc#1222520). +- commit f0aaca0 + +------------------------------------------------------------------- +Tue Apr 9 14:05:59 CEST 2024 - tbogendoerfer@suse.de + +- net: stmmac: xgmac: use #define for string constants + (bsc#1222445 CVE-2024-26684). +- net: stmmac: xgmac: fix a typo of register name in DPP safety + handling (bsc#1222445 CVE-2024-26684). +- commit 75e180f + +------------------------------------------------------------------- +Tue Apr 9 13:23:52 CEST 2024 - jack@suse.cz + +- ext4: fix double-free of blocks due to wrong extents moved_len + (bsc#1222422 CVE-2024-26704). +- commit ff97911 + +------------------------------------------------------------------- +Tue Apr 9 12:13:38 CEST 2024 - denis.kirjanov@suse.com + +- Update + patches.suse/netdevsim-avoid-potential-loop-in-nsim_dev_trap_repo.patch + (git-fixes CVE-2024-26681 bsc#1222431). +- commit 12b3ceb + +------------------------------------------------------------------- +Tue Apr 9 11:58:59 CEST 2024 - mkoutny@suse.com + +- mm: memcg: don't periodically flush stats when memcg is disabled + (bsc#1222525). +- commit 5b28bba + +------------------------------------------------------------------- +Tue Apr 9 11:29:43 CEST 2024 - mkoutny@suse.com + +- mm: memcg: use larger batches for proactive reclaim + (bsc#1222522). +- commit b1effac + +------------------------------------------------------------------- +Tue Apr 9 10:55:41 CEST 2024 - tbogendoerfer@suse.de + +- net: stmmac: xgmac: fix handling of DPP safety error for DMA + channels (bsc#1222445 CVE-2024-26684). +- commit a8e5095 + +------------------------------------------------------------------- +Tue Apr 9 10:52:47 CEST 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/gtp-fix-use-after-free-and-null-ptr-deref-in-gtp_new.patch + (bsc#1222428 CVE-2024-26793). + Added CVE reference. +- commit 956dfa1 + +------------------------------------------------------------------- +Tue Apr 9 10:47:07 CEST 2024 - mhocko@suse.com + +- Update patches.suse/wifi-iwlwifi-fix-double-free-bug.patch + (git-fixes CVE-2024-26694 bsc#1222466). +- commit 5048255 + +------------------------------------------------------------------- +Tue Apr 9 09:41:50 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Fix printing of stack records (bsc#1222366). +- commit 18c2e4e + +------------------------------------------------------------------- +Tue Apr 9 09:27:37 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Fix accounting of pages when migrating + (bsc#1222366). +- commit aaa0270 + +------------------------------------------------------------------- +Tue Apr 9 09:25:23 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Fix refcount imbalance (bsc#1222366). +- commit f6d6769 + +------------------------------------------------------------------- +Tue Apr 9 09:17:36 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Update metadata for tail pages (bsc#1222366). +- commit 6f3c7f1 + ------------------------------------------------------------------- Tue Apr 9 04:31:35 CEST 2024 - osalvador@suse.de @@ -5,6 +18681,358 @@ Tue Apr 9 04:31:35 CEST 2024 - osalvador@suse.de (bsc#1219264 CVE-2024-0841). - commit 440934e +------------------------------------------------------------------- +Mon Apr 8 23:34:57 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-potential-bug-in-end_buffer_async_write.patch + (git-fixes CVE-2024-26685 bsc#1222437). +- commit f659b7a + +------------------------------------------------------------------- +Mon Apr 8 18:52:51 CEST 2024 - jack@suse.cz + +- nfsd: Fix error cleanup path in nfsd_rename() (bsc#1221044 + CVE-2023-52591). +- commit e2fc972 + +------------------------------------------------------------------- +Mon Apr 8 15:42:50 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Use separate handlers for interrupts (git-fixes). +- commit fdf696d + +------------------------------------------------------------------- +Mon Apr 8 15:41:20 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Send UP messages to VF only when VF is up + (git-fixes). +- commit e9223ab + +------------------------------------------------------------------- +Mon Apr 8 15:39:52 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Use default max_active works instead of one + (git-fixes). +- commit e2c337f + +------------------------------------------------------------------- +Mon Apr 8 15:38:18 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Wait till detach_resources msg is complete + (git-fixes). +- commit e377bd9 + +------------------------------------------------------------------- +Mon Apr 8 15:36:43 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2: Detect the mbox up or down message via register + (git-fixes). +- commit 9554388 + +------------------------------------------------------------------- +Mon Apr 8 15:35:03 CEST 2024 - denis.kirjanov@suse.com + +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (git-fixes). +- commit 0a16435 + +------------------------------------------------------------------- +Mon Apr 8 15:33:23 CEST 2024 - denis.kirjanov@suse.com + +- wireguard: netlink: access device through ctx instead of peer + (git-fixes). +- commit 42d72df + +------------------------------------------------------------------- +Mon Apr 8 15:31:51 CEST 2024 - denis.kirjanov@suse.com + +- wireguard: netlink: check for dangling peer via is_dead instead + of empty list (git-fixes). +- commit a1c80d8 + +------------------------------------------------------------------- +Mon Apr 8 15:29:55 CEST 2024 - denis.kirjanov@suse.com + +- wireguard: receive: annotate data-race around + receiving_counter.counter (git-fixes). +- commit 17fcb7b + +------------------------------------------------------------------- +Mon Apr 8 15:28:14 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (git-fixes). +- commit 3804285 + +------------------------------------------------------------------- +Mon Apr 8 15:27:55 CEST 2024 - oneukum@suse.com + +- usb: dwc3-am62: Disable wakeup at remove (git-fixes). +- commit d52ac96 + +------------------------------------------------------------------- +Mon Apr 8 15:26:29 CEST 2024 - denis.kirjanov@suse.com + +- net: veth: do not manipulate GRO when using XDP (git-fixes). +- commit 15eca84 + +------------------------------------------------------------------- +Mon Apr 8 15:26:14 CEST 2024 - oneukum@suse.com + +- usb: dwc3-am62: fix module unload/reload behavior (git-fixes). +- commit 6f51a6a + +------------------------------------------------------------------- +Mon Apr 8 15:22:05 CEST 2024 - oneukum@suse.com + +- usb: dwc3-am62: Rename private data (git-fixes). +- commit 7196cb2 + +------------------------------------------------------------------- +Mon Apr 8 15:13:48 CEST 2024 - oneukum@suse.com + +- net: smsc95xx: add support for SYS TEC USB-SPEmodule1 + (git-fixes). +- commit 9896f5f + +------------------------------------------------------------------- +Mon Apr 8 14:16:41 CEST 2024 - osalvador@suse.de + +- mm,page_owner: fix recursion (bsc#1222366). +- commit 297023a + +------------------------------------------------------------------- +Mon Apr 8 14:15:30 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Use wait_event_interruptible() in + ring_buffer_wait() (git-fixes). +- commit 20eed3f + +------------------------------------------------------------------- +Mon Apr 8 14:13:58 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix full_waiters_pending in poll (git-fixes). +- commit 76c6893 + +------------------------------------------------------------------- +Mon Apr 8 14:13:06 CEST 2024 - osalvador@suse.de + +- mm,page_owner: drop unnecessary check (bsc#1222366). +- commit 233b383 + +------------------------------------------------------------------- +Mon Apr 8 14:11:06 CEST 2024 - osalvador@suse.de + +- mm,page_owner: check for null stack_record before bumping its + refcount (bsc#1222366). +- commit 232b11a + +------------------------------------------------------------------- +Mon Apr 8 14:09:40 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Do not set shortest_full when full target is hit + (git-fixes). +- commit 9d2e0c0 + +------------------------------------------------------------------- +Mon Apr 8 14:07:35 CEST 2024 - petr.pavlu@suse.com + +- tracing: Use .flush() call to wake up readers (git-fixes). +- commit ae4cfa5 + +------------------------------------------------------------------- +Mon Apr 8 13:52:39 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix resetting of shortest_full (git-fixes). +- commit eec6028 + +------------------------------------------------------------------- +Mon Apr 8 13:46:26 CEST 2024 - iivanov@suse.de + +- arm64/ptrace: Use saved floating point state type to determine SVE (git-fixes) +- commit 7892aeb + +------------------------------------------------------------------- +Mon Apr 8 13:41:37 CEST 2024 - iivanov@suse.de + +- bpf, arm64: fix bug in BPF_LDX_MEMSX (git-fixes) +- commit 8894bd2 + +------------------------------------------------------------------- +Mon Apr 8 13:38:54 CEST 2024 - iivanov@suse.de + +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (git-fixes) +- commit c68c0f5 + +------------------------------------------------------------------- +Mon Apr 8 13:37:17 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang") +- commit 92045ae + +------------------------------------------------------------------- +Mon Apr 8 13:35:46 CEST 2024 - iivanov@suse.de + +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs (git-fixes) +- commit 193e8cd + +------------------------------------------------------------------- +Mon Apr 8 13:33:18 CEST 2024 - iivanov@suse.de + +- arm64: tegra: Set the correct PHY mode for MGBE (git-fixes) +- commit 68a4464 + +------------------------------------------------------------------- +Mon Apr 8 13:31:20 CEST 2024 - iivanov@suse.de + +- arm64: dts: Fix dtc interrupt_provider warnings (git-fixes) +- commit 41dcf37 + +------------------------------------------------------------------- +Mon Apr 8 13:25:09 CEST 2024 - iivanov@suse.de + +- arm64/sve: Lower the maximum allocation for the SVE ptrace regset (git-fixes) +- commit e1e7f29 + +------------------------------------------------------------------- +Mon Apr 8 13:23:24 CEST 2024 - ohering@suse.de + +- net: mana: Fix Rx DMA datasize and skb_over_panic (git-fixes). +- x86/hyperv: Use per cpu initial stack for vtl context + (git-fixes). +- RDMA/mana_ib: Fix bug in creation of dma regions (git-fixes). +- PCI: hv: Fix ring buffer size calculation (git-fixes). +- x86/hyperv: Allow 15-bit APIC IDs for VTL platforms (git-fixes). +- commit ff0ef0f + +------------------------------------------------------------------- +Mon Apr 8 13:17:05 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix waking up ring buffer readers (git-fixes). +- commit 0457e87 + +------------------------------------------------------------------- +Mon Apr 8 13:12:33 CEST 2024 - mgorman@suse.de + +- sched/fair: Use helper functions to access root_domain::overload + (bsc#1222173). +- sched/fair: Check root_domain::overload value before update + (bsc#1222173). +- sched/balancing: Rename newidle_balance() => + sched_balance_newidle() (bsc#1222173). +- commit bfceb46 + +------------------------------------------------------------------- +Mon Apr 8 12:34:16 CEST 2024 - petr.pavlu@suse.com + +- tracing: Remove precision vsnprintf() check from print event + (git-fixes). +- commit 84653fa + +------------------------------------------------------------------- +Mon Apr 8 12:30:53 CEST 2024 - petr.pavlu@suse.com + +- tracing/net_sched: Fix tracepoints that save qdisc_dev() + as a string (git-fixes). +- commit 623f97a + +------------------------------------------------------------------- +Sat Apr 6 08:52:13 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56 + (stable-fixes). +- ALSA: hda/realtek: Add quirks for some Clevo laptops + (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP Spectre x360 14 eu0000 + (stable-fixes). +- ALSA: hda/realtek: fix the hp playback volume issue for LG + machines (stable-fixes). +- commit dc89a62 + +------------------------------------------------------------------- +Sat Apr 6 08:49:13 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYR + (stable-fixes). +- ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7 + 16ARHA7 models (stable-fixes). +- ALSA: hda/realtek - Fix inactive headset mic jack + (stable-fixes). +- commit 048c9fd + +------------------------------------------------------------------- +Sat Apr 6 08:46:37 CEST 2024 - tiwai@suse.de + +- spi: mchp-pci1xxx: Fix a possible null pointer dereference in + pci1xxx_spi_probe (git-fixes). +- spi: spi-fsl-lpspi: remove redundant spi_controller_put call + (git-fixes). +- regmap: maple: Fix uninitialized symbol 'ret' warnings + (git-fixes). +- regmap: maple: Fix cache corruption in regcache_maple_drop() + (git-fixes). +- ata: sata_mv: Fix PCI device ID table declaration compilation + warning (git-fixes). +- ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit + (git-fixes). +- ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() + (git-fixes). +- ASoC: amd: acp: fix for acp_init function error handling + (git-fixes). +- ASoC: rt722-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt712-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt711-sdw: fix locking sequence (git-fixes). +- ASoC: rt711-sdca: fix locking sequence (git-fixes). +- ASoC: rt5682-sdw: fix locking sequence (git-fixes). +- ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw + (git-fixes). +- ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support + headset with microphone (git-fixes). +- ASoC: tas2781: mark dvc_tlv with __maybe_unused (git-fixes). +- ALSA: hda: cs35l56: Add ACPI device match tables (git-fixes). +- drm/i915/mst: Reject FEC+MST on ICL (git-fixes). +- drm/i915/mst: Limit MST+DSC to TGL+ (git-fixes). +- drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY + < 13 (git-fixes). +- drm/i915/gt: Enable only one CCS for compute workload + (git-fixes). +- drm/i915/gt: Do not generate the command streamer for all the + CCS (git-fixes). +- drm/i915/gt: Disable HW load balancing for CCS (git-fixes). +- drm/i915/dp: Remove support for UHBR13.5 (git-fixes). +- drm/display: fix typo (git-fixes). +- drm/prime: Unbreak virtgpu dma-buf export (git-fixes). +- nouveau/uvmm: fix addr/range calcs for remap operations + (git-fixes). +- drm/panfrost: fix power transition timeout warnings (git-fixes). +- commit 7455674 + +------------------------------------------------------------------- +Sat Apr 6 08:42:51 CEST 2024 - tiwai@suse.de + +- Delete patches.suse/counter-fix-privdata-alignment.patch + This actually breaks the build when CONFIG_COUNTER=y +- commit b8cad45 + +------------------------------------------------------------------- +Fri Apr 5 17:14:23 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/ALSA-sh-aica-reorder-cleanup-operations-to-avoid-UAF.patch + (git-fixes CVE-2024-26654 bsc#1222304). +- Update patches.suse/drm-amdgpu-fix-use-after-free-bug.patch + (stable-fixes CVE-2024-26656 bsc#1222307). +- Update + patches.suse/drm-sched-fix-null-ptr-deref-in-init-entity.patch + (git-fixes CVE-2024-26657 bsc#1222273). +- Update + patches.suse/net-pds_core-Fix-possible-double-free-in-error-handl.patch + (git-fixes CVE-2024-26652 bsc#1222115). +- Update patches.suse/ppp_async-limit-MRU-to-64K.patch (git-fixes + CVE-2024-26675 bsc#1222379). +- commit 05edc93 + ------------------------------------------------------------------- Fri Apr 5 14:49:11 CEST 2024 - mfranc@suse.cz @@ -99,18 +19127,346 @@ Fri Apr 5 14:49:02 CEST 2024 - mfranc@suse.cz (CVE-2023-4881 bsc#1215221 CVE-2023-52628 bsc#1222117). - commit dc877fc +------------------------------------------------------------------- +Fri Apr 5 10:20:33 CEST 2024 - tiwai@suse.de + +- net: usb: ax88179_178a: avoid the interface always configured + as random address (git-fixes). +- net: phy: micrel: lan8814: Fix when enabling/disabling 1-step + timestamping (git-fixes). +- r8169: fix issue caused by buggy BIOS on certain boards with + RTL8168d (git-fixes). +- ax25: fix use-after-free bugs caused by ax25_ds_del_timer + (git-fixes). +- net: phy: micrel: Fix potential null pointer dereference + (git-fixes). +- Bluetooth: Fix TOCTOU in HCI debugfs implementation (git-fixes). +- Bluetooth: hci_sync: Fix not checking error on + hci_cmd_sync_cancel_sync (git-fixes). +- Bluetooth: qca: fix device-address endianness (git-fixes). +- Bluetooth: add quirk for broken address properties (git-fixes). +- r8169: skip DASH fw status checks when DASH is disabled + (git-fixes). +- commit 8be20da + +------------------------------------------------------------------- +Fri Apr 5 10:14:59 CEST 2024 - tiwai@suse.de + +- kasan: disable kasan_non_canonical_hook() for HW tags + (git-fixes). +- commit 0d24410 + ------------------------------------------------------------------- Thu Apr 4 19:00:43 CEST 2024 - jack@suse.cz - selinux: saner handling of policy reloads (bsc#1222230). - commit 35fdf2d +------------------------------------------------------------------- +Thu Apr 4 13:10:54 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore brcmfmac-specific local symbols +- commit 4492559 + +------------------------------------------------------------------- +Thu Apr 4 12:30:48 CEST 2024 - ailiop@suse.com + +- fs/ntfs3: Fix oob in ntfs_listxattr (bsc#1222301 + CVE-2023-52640). +- commit eaa4525 + +------------------------------------------------------------------- +Thu Apr 4 10:53:36 CEST 2024 - mbrugger@suse.com + +- tee: amdtee: fix use-after-free vulnerability in + amdtee_close_session (bsc#1220915 CVE-2023-52503). +- commit 861ab74 + +------------------------------------------------------------------- +Thu Apr 4 10:33:06 CEST 2024 - denis.kirjanov@suse.com + +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (git-fixes). +- commit 57f3e15 + +------------------------------------------------------------------- +Thu Apr 4 10:31:05 CEST 2024 - denis.kirjanov@suse.com + +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (git-fixes). +- commit 19afa38 + +------------------------------------------------------------------- +Thu Apr 4 10:29:08 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (git-fixes). +- commit 4f98ac2 + +------------------------------------------------------------------- +Thu Apr 4 10:27:05 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: tracing: fix hclgevf trace event strings (git-fixes). +- commit 786a967 + +------------------------------------------------------------------- +Thu Apr 4 10:24:13 CEST 2024 - denis.kirjanov@suse.com + +- nfp: flower: handle acti_netdevs allocation failure (git-fixes). +- commit e441ee8 + +------------------------------------------------------------------- +Thu Apr 4 10:22:25 CEST 2024 - denis.kirjanov@suse.com + +- ice: fix stats being updated by way too large values + (git-fixes). +- commit a2ff54d + +------------------------------------------------------------------- +Thu Apr 4 10:20:37 CEST 2024 - denis.kirjanov@suse.com + +- igb: Fix missing time sync events (git-fixes). +- commit 0cd215b + +------------------------------------------------------------------- +Thu Apr 4 10:18:38 CEST 2024 - denis.kirjanov@suse.com + +- igc: Fix missing time sync events (git-fixes). +- commit f2d41db + +------------------------------------------------------------------- +Thu Apr 4 08:42:09 CEST 2024 - tiwai@suse.de + +- staging: vc04_services: changen strncpy() to strscpy_pad() + (stable-fixes). +- Refresh + patches.suse/staging-vc04_services-fix-information-leak-in-create.patch. +- commit f661a45 + +------------------------------------------------------------------- +Thu Apr 4 08:40:57 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Remove MPC rate control logic from DCN30 and + above (stable-fixes). +- commit 264c256 + +------------------------------------------------------------------- +Thu Apr 4 08:36:44 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: pcie: fix RB status reading (stable-fixes). +- Refresh + patches.suse/wifi-iwlwifi-pcie-add-another-missing-bh-disable-for.patch. +- commit 9937396 + +------------------------------------------------------------------- +Thu Apr 4 08:31:55 CEST 2024 - tiwai@suse.de + +- vboxsf: Avoid an spurious warning if load_nls_xxx() fails + (git-fixes). +- USB: core: Fix deadlock in port "disable" sysfs attribute + (stable-fixes). +- USB: core: Add hub_get() and hub_put() routines (stable-fixes). +- usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset + (stable-fixes). +- usb: typec: ucsi: Ack unsupported commands (stable-fixes). +- usb: udc: remove warning when queue disabled ep (stable-fixes). +- Revert "usb: phy: generic: Get the vbus supply" (git-fixes). +- USB: UAS: return ENODEV when submit urbs fail with device not + attached (stable-fixes). +- drm/i915/bios: Tolerate devdata==NULL in + intel_bios_encoder_supports_dp_dual_mode() (stable-fixes). +- drm/amd/display: Set DCN351 BB and IP the same as DCN35 + (stable-fixes). +- drm/amd/display: Fix bounds check for dcn35 DcfClocks + (git-fixes). +- drm/amdkfd: fix TLB flush after unmap for GFX9.4.2 + (stable-fixes). +- drm/amd/display: Prevent crash when disable stream + (stable-fixes). +- wifi: mac80211: check/clear fast rx for non-4addr sta VLAN + changes (stable-fixes). +- drm/amd/display: Fix noise issue on HDMI AV mute (stable-fixes). +- drm/amd/display: Return the correct HDCP error code + (stable-fixes). +- drm/amd/display: Fix idle check for shared firmware state + (stable-fixes). +- drm/amd/display: Update odm when ODM combine is changed on an + otg master pipe with no plane (stable-fixes). +- drm/amd/display: Init DPPCLK from SMU on dcn32 (stable-fixes). +- drm/amd/display: Allow dirty rects to be sent to dmub when + abm is active (stable-fixes). +- drm/amd/display: Override min required DCFCLK in dml1_validate + (stable-fixes). +- drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag + (stable-fixes). +- drm/amd/display: Change default size for dummy plane in DML2 + (stable-fixes). +- drm/amdgpu: fix use-after-free bug (stable-fixes). +- drm/amd/display: Use freesync when + `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found (stable-fixes). +- drm/vc4: hdmi: do not return negative values from .get_modes() + (stable-fixes). +- drm/imx/ipuv3: do not return negative values from .get_modes() + (stable-fixes). +- drm/exynos: do not return negative values from .get_modes() + (stable-fixes). +- drm/panel: do not return negative error codes from + drm_panel_get_modes() (stable-fixes). +- drm/probe-helper: warn about negative .get_modes() + (stable-fixes). +- kbuild: Move -Wenum-{compare-conditional,enum-conversion} + into W=1 (stable-fixes). +- USB: serial: cp210x: add pid/vid for TDK NC0110013M and + MM0110113M (stable-fixes). +- USB: serial: option: add MeiG Smart SLM320 product + (stable-fixes). +- USB: serial: cp210x: add ID for MGP Instruments PDS100 + (stable-fixes). +- USB: serial: add device ID for VeriFone adapter (stable-fixes). +- USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB + (stable-fixes). +- ahci: asm1064: asm1166: don't limit reported ports (git-fixes). +- cxl/trace: Properly initialize cxl_poison region name + (git-fixes). +- mtd: spinand: Add support for 5-byte IDs (stable-fixes). +- media: mc: Rename pad variable to clarify intent (stable-fixes). +- media: mc: Fix flags handling when creating pad links + (stable-fixes). +- kasan/test: avoid gcc warning for intentional overflow + (git-fixes). +- PCI/PM: Drain runtime-idle callbacks before driver removal + (stable-fixes). +- PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports + (stable-fixes). +- PCI/AER: Block runtime suspend when handling errors + (stable-fixes). +- drm/amdgpu/display: Address kdoc for 'is_psr_su' in + 'fill_dc_dirty_rects' (git-fixes). +- drm/amdgpu: make damage clips support configurable + (stable-fixes). +- drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs + (stable-fixes). +- drm/i915: Include the PLL name in the debug messages + (stable-fixes). +- drm/i915: Try to preserve the current shared_dpll for fastset + on type-c ports (stable-fixes). +- drm/i915: Replace a memset() with zero initialization + (stable-fixes). +- hwmon: (amc6821) add of_match table (stable-fixes). +- mac802154: fix llsec key resources release in + mac802154_llsec_key_del (git-fixes). +- wifi: rtw88: 8821cu: Fix connection failure (stable-fixes). +- wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU + (stable-fixes). +- wifi: brcmfmac: Demote vendor-specific attach/detach messages + to info (git-fixes). +- wifi: brcmfmac: cfg80211: Use WSEC to set SAE password + (stable-fixes). +- wifi: brcmfmac: add per-vendor feature detection callback + (stable-fixes). +- docs: Restore "smart quotes" for quotes (stable-fixes). +- mei: me: add arrow lake point H DID (stable-fixes). +- mei: me: add arrow lake point S DID (stable-fixes). +- Input: xpad - add additional HyperX Controller Identifiers + (stable-fixes). +- nouveau: lock the client object tree (stable-fixes). +- drm/amdgpu/pm: Fix the error of pwm1_enable setting + (stable-fixes). +- drm/amd/display: handle range offsets in VRR ranges + (stable-fixes). +- drm/amd/swsmu: modify the gfx activity scaling (stable-fixes). +- cxl/acpi: Fix load failures due to single window creation + failure (git-fixes). +- cxl/pci: Fix disabling memory if DVSEC CXL Range does not + match a CFMWS window (git-fixes). +- ahci: asm1064: correct count of reported ports (stable-fixes). +- interconnect: qcom: sm8550: Enable sync_state (git-fixes). +- interconnect: qcom: sc8180x: Mark CO0 BCM keepalive (git-fixes). +- nilfs2: fix potential bug in end_buffer_async_write (git-fixes). +- drm/amd/display: Add dml2 copy functions (stable-fixes). +- drm/i915: Stop printing pipe name as hex (stable-fixes). +- drm/i915: Use named initializers for DPLL info (stable-fixes). +- i915: make inject_virtual_interrupt() void (stable-fixes). +- interconnect: qcom: osm-l3: Replace custom implementation of + COUNT_ARGS() (git-fixes). +- kasan: print the original fault addr when access invalid shadow + (git-fixes). +- commit db0bc11 + +------------------------------------------------------------------- +Thu Apr 4 08:31:01 CEST 2024 - tiwai@suse.de + +- Add cherry-picked id to amdgpu patch +- commit c14e810 + +------------------------------------------------------------------- +Thu Apr 4 04:16:31 CEST 2024 - tonyj@suse.de + +- perf/x86/amd/core: Update and fix stalled-cycles-* events for + Zen 2 and later (git-fixes). +- perf/x86/amd/lbr: Use freeze based on availability (git-fixes). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (git-fixes). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (git-fixes). +- commit 450ea2e + +------------------------------------------------------------------- +Wed Apr 3 16:14:59 CEST 2024 - andrea.porta@suse.com + +- arm64: bpf: fix 32bit unconditional bswap (git-fixes). +- commit 9eb9b7b + +------------------------------------------------------------------- +Wed Apr 3 15:49:53 CEST 2024 - tiwai@suse.de + +- selinux: avoid dereference of garbage after mount failure + (git-fixes). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (git-fixes). +- commit 7c956e3 + ------------------------------------------------------------------- Wed Apr 3 15:40:16 CEST 2024 - tiwai@suse.de - Move upstreamed patches into sorted section - commit ebe113d +------------------------------------------------------------------- +Wed Apr 3 15:39:49 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit f0c6082 + +------------------------------------------------------------------- +Wed Apr 3 11:26:09 CEST 2024 - ailiop@suse.com + +- fs/ntfs3: Fix an NULL dereference bug (bsc#1222264 + CVE-2023-52631). +- commit b468789 + +------------------------------------------------------------------- +Wed Apr 3 11:24:07 CEST 2024 - ailiop@suse.com + +- xfs: allow extent free intents to be retried (git-fixes). +- commit 681b677 + +------------------------------------------------------------------- +Wed Apr 3 09:47:40 CEST 2024 - vkarasulli@suse.de + +- Update references in + patches.suse/media-xc4000-Fix-atomicity-violation-in-xc4000_get_f.patch + (git-fixes bsc#1219623 CVE-2024-24861). +- commit cf893ec + +------------------------------------------------------------------- +Tue Apr 2 13:36:01 CEST 2024 - tiwai@suse.de + +- drm/i915/lspcon: Separate lspcon probe and lspcon init + (bsc#1193599). +- drm/i915/lspcon: Separate function to set expected mode + (bsc#1193599). +- commit 3dfca11 + ------------------------------------------------------------------- Tue Apr 2 10:38:32 CEST 2024 - pjakobsson@suse.de @@ -124,11 +19480,102 @@ Tue Apr 2 09:02:40 CEST 2024 - mkubecek@suse.cz (CVE-2024-0193 bsc#1218495). - commit e7bf1c3 +------------------------------------------------------------------- +Tue Apr 2 00:50:29 CEST 2024 - mkubecek@suse.cz + +- netfilter: nf_tables: disallow anonymous set with timeout flag + (CVE-2024-26642 bsc#1221830). +- commit 9cf0701 + +------------------------------------------------------------------- +Sun Mar 31 10:19:47 CEST 2024 - tiwai@suse.de + +- usb: typec: ucsi_acpi: Refactor and fix DELL quirk (git-fixes). +- usb: typec: ucsi: Check for notifications after init + (git-fixes). +- usb: typec: ucsi: Clear EVENT_PENDING under PPM lock + (git-fixes). +- usb: typec: Return size of buffer if pd_set operation succeeds + (git-fixes). +- usb: dwc3: pci: Drop duplicate ID (git-fixes). +- usb: dwc3: Properly set system wakeup (git-fixes). +- usb: cdc-wdm: close race between read and workqueue (git-fixes). +- usb: dwc2: gadget: LPM flow fix (git-fixes). +- usb: dwc2: gadget: Fix exiting from clock gating (git-fixes). +- usb: dwc2: host: Fix ISOC flow in DDMA mode (git-fixes). +- usb: dwc2: host: Fix remote wakeup from hibernation (git-fixes). +- usb: dwc2: host: Fix hibernation flow (git-fixes). +- USB: core: Fix deadlock in usb_deauthorize_interface() + (git-fixes). +- usb: typec: tcpm: Update PD of Type-C port upon pd_set + (git-fixes). +- usb: typec: tcpm: fix double-free issue in + tcpm_port_unregister_pd() (git-fixes). +- usb: typec: ucsi: Fix race between typec_switch and role_switch + (git-fixes). +- usb: typec: tcpm: Correct port source pdo array in pd_set + callback (git-fixes). +- staging: vc04_services: fix information leak in + create_component() (git-fixes). +- commit d945fd3 + +------------------------------------------------------------------- +Sat Mar 30 09:55:11 CET 2024 - tiwai@suse.de + +- drm/i915/gt: Reset queue_priority_hint on parking (git-fixes). +- drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() + (git-fixes). +- drm/i915/hwmon: Fix locking inversion in sysfs getter + (git-fixes). +- drm/i915/dsb: Fix DSB vblank waits when using VRR (git-fixes). +- drm/i915/vrr: Generate VRR "safe window" for DSB (git-fixes). +- drm/i915/mtl: Update workaround 14018575942 (git-fixes). +- drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, + mostly (git-fixes). +- drm/qxl: remove unused variable from + `qxl_process_single_command()` (git-fixes). +- drm/qxl: remove unused `count` variable from + `qxl_surface_id_alloc()` (git-fixes). +- drm/vmwgfx: Create debugfs ttm_resource_manager entry only if + needed (git-fixes). +- drm/rockchip: vop2: Remove AR30 and AB30 format support + (git-fixes). +- dma-buf: Fix NULL pointer dereference in sanitycheck() + (git-fixes). +- drm/sched: fix null-ptr-deref in init entity (git-fixes). +- nouveau/dmem: handle kcalloc() allocation failure (git-fixes). +- drm/amdgpu: fix deadlock while reading mqd from debugfs + (git-fixes). +- drm/amd/display: Send DTBCLK disable message on first commit + (git-fixes). +- drm/amd: Flush GFXOFF requests in prepare stage (git-fixes). +- Revert "drm/amd/display: Fix sending VSC (+ colorimetry) + packets for DP/eDP displays without PSR" (stable-fixes). +- thermal: devfreq_cooling: Fix perf state when calculate dfc + res_util (git-fixes). +- Revert "thermal: core: Don't update trip points inside the + hysteresis range" (git-fixes). +- ACPICA: debugger: check status of acpi_evaluate_object() + in acpi_db_walk_for_fields() (git-fixes). +- commit 3764402 + +------------------------------------------------------------------- +Fri Mar 29 11:21:01 CET 2024 - mkoutny@suse.com + +- README.BRANCH: Remove copy of branch name +- commit 85aeac7 + ------------------------------------------------------------------- Fri Mar 29 11:21:00 CET 2024 - mkoutny@suse.com - README.BRANCH: Remove copy of branch name -- commit 795da64 +- commit 1a0e3e3 + +------------------------------------------------------------------- +Fri Mar 29 11:20:58 CET 2024 - mkoutny@suse.com + +- README.BRANCH: Remove copy of branch name +- commit 978e089 ------------------------------------------------------------------- Fri Mar 29 11:20:57 CET 2024 - mkoutny@suse.com @@ -136,6 +19583,48 @@ Fri Mar 29 11:20:57 CET 2024 - mkoutny@suse.com - README.BRANCH: Remove copy of branch name - commit fc25aed +------------------------------------------------------------------- +Fri Mar 29 09:28:06 CET 2024 - tiwai@suse.de + +- sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() + (git-fixes). +- mmc: sdhci-omap: re-tuning is needed after a pm transition to + support emmc HS200 mode (git-fixes). +- mmc: core: Avoid negative index with array access (git-fixes). +- mmc: core: Initialize mmc_blk_ioc_data (git-fixes). +- ALSA: hda/tas2781: add locks to kcontrols (git-fixes). +- ALSA: hda/tas2781: remove digital gain kcontrol (git-fixes). +- ALSA: aoa: avoid false-positive format truncation warning + (git-fixes). +- ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs + (git-fixes). +- ALSA: hda: cs35l56: Set the init_done flag before + component_add() (git-fixes). +- net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips + (git-fixes). +- wifi: iwlwifi: mvm: include link ID when releasing frames + (git-fixes). +- wifi: iwlwifi: fw: don't always use FW dump trig (git-fixes). +- wifi: iwlwifi: mvm: rfi: fix potential response leaks + (git-fixes). +- selftests: vxlan_mdb: Fix failures with old libnet (git-fixes). +- net: wwan: t7xx: Split 64bit accesses to fix alignment issues + (git-fixes). +- net: ll_temac: platform_get_resource replaced by wrong function + (git-fixes). +- nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet + (git-fixes). +- commit 699a684 + +------------------------------------------------------------------- +Thu Mar 28 15:49:16 CET 2024 - tbogendoerfer@suse.de + +- ipv6: init the accept_queue's spinlocks in inet6_create + (bsc#1221293 CVE-2024-26614). +- tcp: make sure init the accept_queue's spinlocks once + (bsc#1221293 CVE-2024-26614). +- commit ec637cb + ------------------------------------------------------------------- Thu Mar 28 15:37:39 CET 2024 - dwagner@suse.de @@ -193,6 +19682,13 @@ Thu Mar 28 15:26:24 CET 2024 - mgorman@suse.de patches.suse/sched-fair-Combine-EAS-check-with-root_domain-overutilized-access.patch. - commit 4469f5b +------------------------------------------------------------------- +Thu Mar 28 14:37:37 CET 2024 - msuchanek@suse.de + +- powerpc/crypto/chacha-p10: Fix failure on non Power10 + (bsc#1218205). +- commit 03daeb8 + ------------------------------------------------------------------- Thu Mar 28 14:35:48 CET 2024 - tbogendoerfer@suse.de @@ -282,6 +19778,19 @@ Wed Mar 27 22:54:24 CET 2024 - pjakobsson@suse.de This fixes bsc#1221814 - commit a7a9087 +------------------------------------------------------------------- +Wed Mar 27 20:47:33 CET 2024 - wqu@suse.com + +- btrfs: qgroup: always free reserved space for extent records + (bsc#1216196). +- commit a5aefa7 + +------------------------------------------------------------------- +Wed Mar 27 18:52:46 CET 2024 - spradhan@suse.de + +- btrfs: fix stripe length calculation for non-zoned data chunk allocation (bsc#1217489). +- commit a8d6afc + ------------------------------------------------------------------- Wed Mar 27 16:49:32 CET 2024 - mkoutny@suse.com @@ -611,6 +20120,203 @@ Wed Mar 27 16:49:24 CET 2024 - mkoutny@suse.com (git-fixes CVE-2023-52575 bsc#1220871). - commit 6296dca +------------------------------------------------------------------- +Wed Mar 27 13:17:14 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Fix build when debugfs is not enabled (jsc#PED-7619). +- commit 5b92ea7 + +------------------------------------------------------------------- +Wed Mar 27 13:16:29 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Safely handle saved records of various sizes (jsc#PED-7619). +- commit dbe7333 + +------------------------------------------------------------------- +Wed Mar 27 13:16:10 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records() (jsc#PED-7619). +- commit 6f11306 + +------------------------------------------------------------------- +Wed Mar 27 11:40:29 CET 2024 - tiwai@suse.de + +- ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2" + (stable-fixes). +- commit 7817302 + +------------------------------------------------------------------- +Wed Mar 27 11:38:36 CET 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: use correct address 3 in A-MSDU + (stable-fixes). +- Refresh + patches.suse/wifi-iwlwifi-mvm-use-FW-rate-for-non-data-only-on-ne.patch. +- commit 5b989e7 + +------------------------------------------------------------------- +Wed Mar 27 11:37:48 CET 2024 - tiwai@suse.de + +- drm/msm/dpu: use devres-managed allocation for MDP TOP + (stable-fixes). +- Refresh + patches.suse/drm-msm-dpu-finalise-global-state-object.patch. +- commit d966716 + +------------------------------------------------------------------- +Wed Mar 27 11:36:28 CET 2024 - tiwai@suse.de + +- pwm: img: fix pwm clock lookup (git-fixes). +- crypto: qat - fix ring to service map for dcc in 4xxx + (git-fixes). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (git-fixes). +- clk: qcom: reset: Commonize the de/assert functions + (stable-fixes). +- media: cadence: csi2rx: use match fwnode for media link + (git-fixes). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (stable-fixes). +- Bluetooth: hci_core: Cancel request on command timeout + (stable-fixes). +- inet_diag: annotate data-races around inet_diag_table[] + (git-fixes). +- pstore: inode: Only d_invalidate() is needed (git-fixes). +- Input: gpio_keys_polled - suppress deferred probe error for gpio + (stable-fixes). +- firewire: core: use long bus reset on gap count error + (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 + (stable-fixes). +- ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table + (stable-fixes). +- drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series + (stable-fixes). +- drm/buddy: check range allocation matches alignment + (stable-fixes). +- Bluetooth: mgmt: Fix limited discoverable off timeout + (stable-fixes). +- wifi: mac80211: only call drv_sta_rc_update for uploaded + stations (stable-fixes). +- soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt + (stable-fixes). +- drm/amd/display: fix input states translation error for dcn35 & + dcn351 (stable-fixes). +- platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios + name (stable-fixes). +- media: rkisp1: Fix IRQ handling due to shared interrupts + (stable-fixes). +- ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system + suspend (stable-fixes). +- ASoC: rt5645: Make LattePanda board DMI match more precise + (stable-fixes). +- spi: intel-pci: Add support for Lunar Lake-M SPI serial flash + (stable-fixes). +- regmap: kunit: Ensure that changed bytes are actually different + (stable-fixes). +- HID: multitouch: Add required quirk for Synaptics 0xcddc device + (stable-fixes). +- wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights + (stable-fixes). +- crypto: qat - relocate and rename get_service_enabled() + (stable-fixes). +- pstore: inode: Convert mutex usage to guard(mutex) + (stable-fixes). +- ACPI: resource: Add Infinity laptops to + irq1_edge_low_force_override (stable-fixes). +- commit 88eb41a + +------------------------------------------------------------------- +Wed Mar 27 11:12:04 CET 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Fix devlink params (git-fixes). +- commit 4b1b7ca + +------------------------------------------------------------------- +Wed Mar 27 11:09:48 CET 2024 - denis.kirjanov@suse.com + +- net: hns3: fix port duplex configure error in IMP reset + (git-fixes). +- commit 1e6cd3d + +------------------------------------------------------------------- +Wed Mar 27 11:08:07 CET 2024 - denis.kirjanov@suse.com + +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (git-fixes). +- commit 1a3aae0 + +------------------------------------------------------------------- +Wed Mar 27 11:06:25 CET 2024 - denis.kirjanov@suse.com + +- net: hns3: fix wrong judgment condition issue (git-fixes). +- commit 1fd3681 + +------------------------------------------------------------------- +Wed Mar 27 11:04:31 CET 2024 - denis.kirjanov@suse.com + +- net: ena: Remove ena_select_queue (git-fixes). +- commit e9af613 + +------------------------------------------------------------------- +Wed Mar 27 11:02:49 CET 2024 - denis.kirjanov@suse.com + +- net: pds_core: Fix possible double free in error handling path + (git-fixes). +- commit 2613145 + +------------------------------------------------------------------- +Wed Mar 27 11:00:44 CET 2024 - denis.kirjanov@suse.com + +- xdp, bonding: Fix feature flags when there are no slave devs + anymore (git-fixes). +- commit 1154baf + +------------------------------------------------------------------- +Wed Mar 27 10:59:12 CET 2024 - denis.kirjanov@suse.com + +- intel: legacy: Partial revert of field get conversion + (git-fixes). +- commit d4f114e + +------------------------------------------------------------------- +Wed Mar 27 10:57:22 CET 2024 - denis.kirjanov@suse.com + +- igc: avoid returning frame twice in XDP_REDIRECT (git-fixes). +- commit 75f7f5f + +------------------------------------------------------------------- +Wed Mar 27 10:55:51 CET 2024 - denis.kirjanov@suse.com + +- i40e: Fix firmware version comparison function (git-fixes). +- commit 2c37782 + +------------------------------------------------------------------- +Wed Mar 27 10:54:16 CET 2024 - denis.kirjanov@suse.com + +- ice: fix typo in assignment (git-fixes). +- commit f19020e + +------------------------------------------------------------------- +Wed Mar 27 10:52:12 CET 2024 - denis.kirjanov@suse.com + +- ice: fix uninitialized dplls mutex usage (git-fixes). +- commit ff34920 + +------------------------------------------------------------------- +Wed Mar 27 10:50:39 CET 2024 - denis.kirjanov@suse.com + +- net: ice: Fix potential NULL pointer dereference in + ice_bridge_setlink() (git-fixes). +- commit 1e87fbd + +------------------------------------------------------------------- +Tue Mar 26 17:11:37 CET 2024 - colyli@suse.de + +- block: add check that partition length needs to be aligned + with block size (bsc#1220428, CVE-2023-52458). +- commit 9530f29 + ------------------------------------------------------------------- Tue Mar 26 13:30:37 CET 2024 - mgorman@suse.de @@ -627,12 +20333,26 @@ Tue Mar 26 11:14:07 CET 2024 - jbohac@suse.cz (fix unused variable warning) - commit c953180 +------------------------------------------------------------------- +Tue Mar 26 08:36:49 CET 2024 - jlee@suse.com + +- Update References + patches.suse/wifi-ath10k-fix-NULL-pointer-dereference-in-ath10k_w.patch + (git-fixes bsc#1218336 CVE-2023-7042). +- commit 5dbf535 + ------------------------------------------------------------------- Tue Mar 26 08:32:30 CET 2024 - tiwai@suse.de - Move upstreamed patches into sorted section - commit 70b2e3d +------------------------------------------------------------------- +Mon Mar 25 21:39:32 CET 2024 - tiwai@suse.de + +- mm_init kABI workaround (git-fixes). +- commit 258a68b + ------------------------------------------------------------------- Mon Mar 25 18:30:41 CET 2024 - mgorman@suse.de @@ -664,12 +20384,178 @@ Mon Mar 25 18:30:41 CET 2024 - mgorman@suse.de patches.suse/printk-nbcon-move-locked_port-flag-to-struct-uart_port.patch. - commit d6984e0 +------------------------------------------------------------------- +Mon Mar 25 18:02:23 CET 2024 - colyli@suse.de + +- device-dax: make dax_bus_type const (jsc#PED-5853). +- nvdimm: make nvdimm_bus_type const (jsc#PED-5853). +- libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help (jsc#PED-5853). +- nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal + (jsc#PED-5853). +- dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n + (jsc#PED-5853). +- nvdimm/pmem: fix leak on dax_add_host() failure (jsc#PED-5853). +- dax/bus.c: replace several sprintf() with sysfs_emit() + (jsc#PED-5853). +- dax/bus.c: replace driver-core lock usage by a local rwsem + (jsc#PED-5853). +- dm-integrity: set max_integrity_segments in + dm_integrity_io_hints (jsc#PED-7542). +- dm: update relevant MODULE_AUTHOR entries to latest dm-devel + mailing list (jsc#PED-7542). +- dm verity: set DM_TARGET_SINGLETON feature flag (jsc#PED-7542). +- dm crypt: remove redundant state settings after waking up + (jsc#PED-7542). +- dm thin: add braces around conditional code that spans lines + (jsc#PED-7542). +- md/dm-raid: don't call md_reap_sync_thread() directly + (jsc#PED-7542). +- dm-raid: really frozen sync_thread during suspend + (jsc#PED-7542). +- md: add a new helper reshape_interrupted() (jsc#PED-7542). +- md: export helper md_is_rdwr() (jsc#PED-7542). +- md: export helpers to stop sync_thread (jsc#PED-7542). +- md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume + (jsc#PED-7542). +- md/raid1: factor out helpers to choose the best rdev from + read_balance() (jsc#PED-7542). +- md/raid1: factor out the code to manage sequential IO + (jsc#PED-7542). +- md/raid1: factor out choose_bb_rdev() from read_balance() + (jsc#PED-7542). +- md/raid1: factor out choose_slow_rdev() from read_balance() + (jsc#PED-7542). +- md/raid1: factor out read_first_rdev() from read_balance() + (jsc#PED-7542). +- md/raid1-10: factor out a new helper raid1_should_read_first() + (jsc#PED-7542). +- md/raid1-10: add a helper raid1_check_read_range() + (jsc#PED-7542). +- md/raid1: fix choose next idle in read_balance() (jsc#PED-7542). +- commit 9ee2d7c + +------------------------------------------------------------------- +Mon Mar 25 17:59:43 CET 2024 - colyli@suse.de + +- md: preserve KABI in struct md_personality (jsc#PED-7542). +- dm-raid: add a new helper prepare_suspend() in md_personality + (jsc#PED-7542). +- commit ee8ae3a + +------------------------------------------------------------------- +Mon Mar 25 17:57:08 CET 2024 - colyli@suse.de + +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (jsc#PED-7542). +- Refresh patches.suse/md-display-timeout-error.patch. +- commit 6221037 + +------------------------------------------------------------------- +Mon Mar 25 17:55:31 CET 2024 - colyli@suse.de + +- md/raid1: factor out helpers to add rdev to conf (jsc#PED-7542). +- md: add a new helper rdev_has_badblock() (jsc#PED-7542). +- md: check mddev->pers before calling md_set_readonly() + (jsc#PED-7542). +- md: clean up openers check in do_md_stop() and md_set_readonly() + (jsc#PED-7542). +- md: sync blockdev before stopping raid or setting readonly + (jsc#PED-7542). +- md: factor out a helper to sync mddev (jsc#PED-7542). +- md: Don't clear MD_CLOSING when the raid is about to stop + (jsc#PED-7542). +- md: return directly before setting did_set_md_closing + (jsc#PED-7542). +- md: clean up invalid BUG_ON in md_ioctl (jsc#PED-7542). +- md: changed the switch of RAID_VERSION to if (jsc#PED-7542). +- md: merge the check of capabilities into md_ioctl_valid() + (jsc#PED-7542). +- md: fix kmemleak of rdev->serial (jsc#PED-7542). +- md: use RCU lock to protect traversal in md_spares_need_change() + (jsc#PED-7542). +- md: get rdev->mddev with READ_ONCE() (jsc#PED-7542). +- md: remove redundant md_wakeup_thread() (jsc#PED-7542). +- md: remove redundant check of 'mddev->sync_thread' + (jsc#PED-7542). +- commit ce67549 + ------------------------------------------------------------------- Mon Mar 25 17:02:21 CET 2024 - tiwai@suse.de - Move upstreamed uio patches into sorted section - commit bd64fed +------------------------------------------------------------------- +Mon Mar 25 16:52:37 CET 2024 - tiwai@suse.de + +- clocksource/drivers/arm_global_timer: Fix maximum prescaler + value (git-fixes). +- clocksource/drivers/imx: Fix -Wunused-but-set-variable warning + (git-fixes). +- speakup: Fix 8bit characters from direct synth (git-fixes). +- wifi: iwlwifi: fw: fix compile w/o CONFIG_ACPI (git-fixes). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (git-fixes). +- serial: core: Fix atomicity violation in uart_tiocmget + (git-fixes). +- commit 1a369e8 + +------------------------------------------------------------------- +Mon Mar 25 16:52:07 CET 2024 - tiwai@suse.de + +- Add cherry-picked id to amdgpu patch (git-fixes) +- commit 520ebef + +------------------------------------------------------------------- +Mon Mar 25 16:41:56 CET 2024 - tiwai@suse.de + +- efi: fix panic in kdump kernel (git-fixes). +- efi: disable mirror feature during crashkernel (stable-fixes). +- commit 1fa1fb0 + +------------------------------------------------------------------- +Mon Mar 25 15:11:53 CET 2024 - oneukum@suse.com + +- xhci: update event ring dequeue pointer position to controller + correctly (git-fixes). + Altered because we cannot take the multiple interrupter code +- commit 09553b9 + +------------------------------------------------------------------- +Mon Mar 25 15:02:58 CET 2024 - oneukum@suse.com + +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (git-fixes). +- commit 9738c27 + +------------------------------------------------------------------- +Mon Mar 25 14:54:24 CET 2024 - oneukum@suse.com + +- xhci: simplify event ring dequeue tracking for transfer events + (git-fixes). +- Refresh + patches.suse/xhci-Simplify-event-ring-dequeue-pointer-update-for-.patch. +- commit b590884 + +------------------------------------------------------------------- +Mon Mar 25 14:44:04 CET 2024 - oneukum@suse.com + +- xhci: add helper that checks for unhandled events on a event + ring (git-fixes). +- commit 14f6eb3 + +------------------------------------------------------------------- +Mon Mar 25 14:40:24 CET 2024 - oneukum@suse.com + +- usb: xhci: Implement xhci_handshake_check_state() helper. +- commit f377708 + +------------------------------------------------------------------- +Mon Mar 25 13:47:53 CET 2024 - denis.kirjanov@suse.com + +- kabi/severities: ignore Wangxun ethernet driver local symbols +- commit 86b4a3b + ------------------------------------------------------------------- Mon Mar 25 13:29:53 CET 2024 - mgorman@suse.de @@ -679,12 +20565,155 @@ Mon Mar 25 13:29:53 CET 2024 - mgorman@suse.de patches.suse/serial-8250-lock-port-for-rx_dma-callback.patch. - commit d0958aa +------------------------------------------------------------------- +Mon Mar 25 12:49:46 CET 2024 - ailiop@suse.com + +- ubi: Check for too small LEB size in VTBL code (bsc#1219834 + CVE-2024-25739). +- commit 8837d83 + +------------------------------------------------------------------- +Mon Mar 25 11:42:05 CET 2024 - oneukum@suse.com + +- xhci: Simplify event ring dequeue pointer update for port + change events (git-fixes). +- commit 87ce2b5 + +------------------------------------------------------------------- +Mon Mar 25 10:47:22 CET 2024 - tiwai@suse.de + +- wifi: ath11k: decrease MHI channel buffer length to 8KB + (bsc#1207948). +- commit fa1c47a + +------------------------------------------------------------------- +Mon Mar 25 10:46:37 CET 2024 - nik.borisov@suse.com + +- x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (git-fixes). +- commit 4352288 + +------------------------------------------------------------------- +Mon Mar 25 10:45:13 CET 2024 - nik.borisov@suse.com + +- x86/CPU/AMD: Update the Zenbleed microcode revisions (git-fixes). +- commit 6ea0e27 + +------------------------------------------------------------------- +Mon Mar 25 10:34:13 CET 2024 - denis.kirjanov@suse.com + +- ice: virtchnl: stop pretending to support RSS over AQ or + registers (git-fixes). +- commit 6cbf931 + +------------------------------------------------------------------- +Mon Mar 25 10:32:43 CET 2024 - denis.kirjanov@suse.com + +- idpf: disable local BH when scheduling napi for marker packets + (git-fixes). +- commit 30580cd + +------------------------------------------------------------------- +Mon Mar 25 10:31:06 CET 2024 - denis.kirjanov@suse.com + +- net: dsa: microchip: fix register write order in + ksz8_ind_write8() (git-fixes). +- commit ed256c0 + +------------------------------------------------------------------- +Mon Mar 25 10:29:29 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Switch to using _bh variant of of spinlock API in + port timestamping NAPI poll context (git-fixes). +- commit 41be7c6 + +------------------------------------------------------------------- +Mon Mar 25 10:26:04 CET 2024 - denis.kirjanov@suse.com + +- net: stmmac: Fix incorrect dereference in interrupt handlers + (git-fixes). +- commit 0ab8957 + +------------------------------------------------------------------- +Mon Mar 25 10:20:36 CET 2024 - denis.kirjanov@suse.com + +- net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio + (git-fixes). +- commit 82f6a71 + +------------------------------------------------------------------- +Mon Mar 25 10:18:29 CET 2024 - denis.kirjanov@suse.com + +- net: libwx: fix memory leak on free page (git-fixes). +- commit 1147e4f + +------------------------------------------------------------------- +Mon Mar 25 10:15:05 CET 2024 - denis.kirjanov@suse.com + +- Update references +- commit 2642ab1 + +------------------------------------------------------------------- +Mon Mar 25 09:10:29 CET 2024 - jslaby@suse.cz + +- blacklist.conf: add one PCI miss +- commit 45d2467 + +------------------------------------------------------------------- +Mon Mar 25 09:06:28 CET 2024 - jslaby@suse.cz + +- PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p + (git-fixes). +- PCI: qcom: Add support for sa8775p SoC (git-fixes). +- PCI/ASPM: Use RMW accessors for changing LNKCTL (git-fixes). +- PCI: Make link retraining use RMW accessors for changing LNKCTL + (git-fixes). +- commit 85600d2 + +------------------------------------------------------------------- +Mon Mar 25 08:53:55 CET 2024 - dwagner@suse.de + +- nvme: fix reconnection fail due to reserved tag allocation + (git-fixes). +- commit b4e9845 + +------------------------------------------------------------------- +Mon Mar 25 07:09:23 CET 2024 - shung-hsi.yu@suse.com + +- bpf, scripts: Correct GPL license name (git-fixes). +- commit 0780a36 + ------------------------------------------------------------------- Sun Mar 24 09:09:01 CET 2024 - tiwai@suse.de - Move out-of-tree kexec patches into the right section - commit 06266e2 +------------------------------------------------------------------- +Sun Mar 24 09:06:31 CET 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit d7cfbed + +------------------------------------------------------------------- +Sat Mar 23 10:48:51 CET 2024 - tiwai@suse.de + +- Drop usb gadget patch that was taken mistakenly and reverted (git-fixes) +- commit 57ae154 + +------------------------------------------------------------------- +Sat Mar 23 09:12:01 CET 2024 - tiwai@suse.de + +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (git-fixes). +- spi: lm70llp: fix links in doc and comments (git-fixes). +- spi: lpspi: Avoid potential use-after-free in probe() + (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (git-fixes). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (git-fixes). +- commit 0e27f7b + ------------------------------------------------------------------- Fri Mar 22 17:14:57 CET 2024 - mgorman@suse.de @@ -693,6 +20722,178 @@ Fri Mar 22 17:14:57 CET 2024 - mgorman@suse.de - Refresh patches.suse/printk-Update-the-printk-series.patch. - commit 1025e3e +------------------------------------------------------------------- +Fri Mar 22 13:17:18 CET 2024 - tiwai@suse.de + +- drm/amdgpu: drop setting buffer funcs in sdma442 (git-fixes). +- drm/amdgpu/pm: Check the validity of overdiver power limit + (git-fixes). +- drm/amdgpu/pm: Fix NULL pointer dereference when get power limit + (git-fixes). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (git-fixes). +- nouveau/gsp: don't check devinit disable on GSP (git-fixes). +- drm: Fix drm_fixp2int_round() making it add 0.5 (git-fixes). +- nouveau: reset the bo resource bus info after an eviction + (git-fixes). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (git-fixes). +- selftests: forwarding: Fix ping failure due to short timeout + (git-fixes). +- soc: fsl: qbman: Use raw spinlock for cgr_lock (git-fixes). +- soc: fsl: qbman: Always disable interrupts when taking cgr_lock + (git-fixes). +- kconfig: fix infinite loop when expanding a macro at the end + of file (git-fixes). +- slimbus: core: Remove usage of the deprecated ida_simple_xx() + API (git-fixes). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (git-fixes). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (git-fixes). +- iio: gts-helper: Fix division loop (git-fixes). +- iio: dummy_evgen: remove Excess kernel-doc comments (git-fixes). +- serial: Lock console when calling into driver before + registration (git-fixes). +- serial: core: only stop transmit when HW fifo is empty + (git-fixes). +- serial: 8250_exar: Don't remove GPIO device on suspend + (git-fixes). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (git-fixes). +- serial: max310x: fix syntax error in IRQ error message + (git-fixes). +- serial: max310x: fix NULL pointer dereference in I2C + instantiation (git-fixes). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (git-fixes). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (git-fixes). +- usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros (git-fixes). +- usb: xhci: Add error handling in xhci_map_urb_for_dma + (git-fixes). +- usb: phy: generic: Get the vbus supply (git-fixes). +- usb: audio-v2: Correct comments for struct + uac_clock_selector_descriptor (git-fixes). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (git-fixes). +- remoteproc: virtio: Fix wdg cannot recovery remote processor + (git-fixes). +- commit 0e293ea + +------------------------------------------------------------------- +Fri Mar 22 12:36:58 CET 2024 - vkarasulli@suse.de + +- iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array + (git-fixes). +- commit 7b0b857 + +------------------------------------------------------------------- +Fri Mar 22 12:30:29 CET 2024 - vkarasulli@suse.de + +- iommufd/iova_bitmap: Consider page offset for the pages to be + pinned (git-fixes). +- commit 0bcb37d + +------------------------------------------------------------------- +Fri Mar 22 11:56:37 CET 2024 - vkarasulli@suse.de + +- iommu/vt-d: Set SSADE when attaching to a parent with dirty + tracking (git-fixes). +- commit 0dce02e + +------------------------------------------------------------------- +Fri Mar 22 11:13:09 CET 2024 - vkarasulli@suse.de + +- iommufd: Fix iopt_access_list_id overwrite bug (git-fixes). +- commit 393f087 + +------------------------------------------------------------------- +Fri Mar 22 10:48:43 CET 2024 - iivanov@suse.de + +- Update patches.suse/dmaengine-fix-NULL-pointer-in-channel-unregistration.patch (git-fixes bsc#1221276 CVE-2023-52492) +- commit 4334575 + +------------------------------------------------------------------- +Fri Mar 22 08:56:05 CET 2024 - iivanov@suse.de + +- Update patches.suse/firmware-arm_scmi-Check-mailbox-SMT-channel-for-cons.patch (git-fixes bsc#1221375 CVE-2023-52608) +- commit 9e41d96 + +------------------------------------------------------------------- +Thu Mar 21 22:20:29 CET 2024 - tonyj@suse.de + +- perf tests: Skip data symbol test if buf1 symbol is missing + (bsc#1220045). +- perf tests: Make data symbol test wait for perf to start + (bsc#1220045). +- commit c2fa164 + +------------------------------------------------------------------- +Thu Mar 21 17:59:54 CET 2024 - jlee@suse.com + +- Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security + (bsc#1219170 CVE-2024-22099). +- commit ee8d9c4 + +------------------------------------------------------------------- +Thu Mar 21 14:35:13 CET 2024 - dwagner@suse.de + +- scsi: qla2xxx: Update version to 10.02.09.200-k (bsc1221816). +- scsi: qla2xxx: Delay I/O Abort on PCI error (bsc1221816). +- scsi: qla2xxx: Change debug message during driver unload + (bsc1221816). +- scsi: qla2xxx: Fix double free of fcport (bsc1221816). +- scsi: qla2xxx: Fix double free of the ha->vp_map pointer + (bsc1221816). +- scsi: qla2xxx: Fix command flush on cable pull (bsc1221816). +- scsi: qla2xxx: NVME|FCP prefer flag not being honored + (bsc1221816). +- scsi: qla2xxx: Update manufacturer detail (bsc1221816). +- scsi: qla2xxx: Split FCE|EFT trace control (bsc1221816). +- scsi: qla2xxx: Fix N2N stuck connection (bsc1221816). +- scsi: qla2xxx: Prevent command send on chip reset (bsc1221816). +- commit 1d07bf4 + +------------------------------------------------------------------- +Thu Mar 21 14:12:16 CET 2024 - jlee@suse.com + +- aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts + (bsc#1218562 CVE-2023-6270 CVE-2024-26898 bsc#1223016). +- aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts + (bsc#1218562 CVE-2023-6270). +- commit bd4199d + +------------------------------------------------------------------- +Thu Mar 21 14:08:17 CET 2024 - dwagner@suse.de + +- scsi: lpfc: Copyright updates for 14.4.0.1 patches + (bsc#1221777). +- scsi: lpfc: Update lpfc version to 14.4.0.1 (bsc#1221777). +- scsi: lpfc: Define types in a union for generic void *context3 + ptr (bsc#1221777). +- scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr + (bsc#1221777). +- scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr + (bsc#1221777). +- scsi: lpfc: Use a dedicated lock for ras_fwlog state + (bsc#1221777). +- scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() + (bsc#1221777). +- scsi: lpfc: Replace hbalock with ndlp lock in + lpfc_nvme_unregister_port() (bsc#1221777). +- scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic + (bsc#1221777). +- scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling + (bsc#1221777 bsc#1217959). +- scsi: lpfc: Move NPIV's transport unregistration to after + resource clean up (bsc#1221777). +- scsi: lpfc: Remove unnecessary log message in queuecommand path + (bsc#1221777). +- scsi: lpfc: Correct size for cmdwqe/rspwqe for memset() + (bsc#1221777). +- scsi: lpfc: Correct size for wqe for memset() (bsc#1221777). +- commit eef9737 + ------------------------------------------------------------------- Thu Mar 21 12:03:15 CET 2024 - mgorman@suse.de @@ -739,12 +20940,126 @@ Thu Mar 21 12:03:15 CET 2024 - mgorman@suse.de patches.suse/printk-Add-NMI-check-to-console_flush_on_panic-and-console_unblank.patch. - commit cd25188 +------------------------------------------------------------------- +Thu Mar 21 11:31:29 CET 2024 - msuchanek@suse.de + +- Workaround broken chacha crypto fallback (bsc#1218205). +- commit 55f136c + ------------------------------------------------------------------- Thu Mar 21 11:26:07 CET 2024 - mgorman@suse.de - Revert v6.5-rt printk - commit 36c3e65 +------------------------------------------------------------------- +Thu Mar 21 11:19:16 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Use a memory barrier to enforce PTP WQ xmit + submission tracking occurs after populating the metadata_map + (git-fixes). +- commit c382d3a + +------------------------------------------------------------------- +Thu Mar 21 11:17:43 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Fix MACsec state loss upon state update in offload + path (git-fixes). +- commit 7293938 + +------------------------------------------------------------------- +Thu Mar 21 11:16:11 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Change the warning when ignore_flow_level is not + supported (git-fixes). +- commit 5274665 + +------------------------------------------------------------------- +Thu Mar 21 11:14:37 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5: Fix fw reporter diagnose output (git-fixes). +- commit 3377c89 + +------------------------------------------------------------------- +Thu Mar 21 11:13:05 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5: E-switch, Change flow rule destination checking + (git-fixes). +- commit 1d30b46 + +------------------------------------------------------------------- +Thu Mar 21 11:11:26 CET 2024 - denis.kirjanov@suse.com + +- Revert "net/mlx5e: Check the number of elements before walk + TC rhashtable" (git-fixes). +- commit a37e618 + +------------------------------------------------------------------- +Thu Mar 21 11:09:49 CET 2024 - denis.kirjanov@suse.com + +- Revert "net/mlx5: Block entering switchdev mode with ns + inconsistency" (git-fixes). +- commit 917148d + +------------------------------------------------------------------- +Thu Mar 21 11:08:11 CET 2024 - denis.kirjanov@suse.com + +- ice: reconfig host after changing MSI-X on VF (git-fixes). +- commit f980680 + +------------------------------------------------------------------- +Thu Mar 21 11:06:28 CET 2024 - denis.kirjanov@suse.com + +- ice: reorder disabling IRQ and NAPI in ice_qp_dis (git-fixes). +- commit 4099ba6 + +------------------------------------------------------------------- +Thu Mar 21 11:05:01 CET 2024 - denis.kirjanov@suse.com + +- i40e: disable NAPI right after disabling irqs when handling + xsk_pool (git-fixes). +- commit 1715806 + +------------------------------------------------------------------- +Thu Mar 21 11:03:38 CET 2024 - denis.kirjanov@suse.com + +- ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able + (git-fixes). +- commit fbfea47 + +------------------------------------------------------------------- +Thu Mar 21 11:02:10 CET 2024 - denis.kirjanov@suse.com + +- geneve: make sure to pull inner header in geneve_rx() + (git-fixes). +- commit 8b261ce + +------------------------------------------------------------------- +Thu Mar 21 11:00:24 CET 2024 - denis.kirjanov@suse.com + +- gtp: fix use-after-free and null-ptr-deref in gtp_newlink() + (git-fixes). +- commit 897cd65 + +------------------------------------------------------------------- +Thu Mar 21 10:58:44 CET 2024 - denis.kirjanov@suse.com + +- igb: extend PTP timestamp adjustments to i211 (git-fixes). +- commit b173908 + +------------------------------------------------------------------- +Thu Mar 21 10:57:13 CET 2024 - denis.kirjanov@suse.com + +- stmmac: Clear variable when destroying workqueue (git-fixes). +- commit 94d14a9 + +------------------------------------------------------------------- +Thu Mar 21 08:42:50 CET 2024 - mfranc@suse.cz + +- s390/vtime: fix average steal time calculation (git-fixes + bsc#1221783). +- commit e044390 + ------------------------------------------------------------------- Wed Mar 20 17:04:34 CET 2024 - mgorman@suse.de @@ -907,6 +21222,48 @@ Wed Mar 20 14:31:18 CET 2024 - mgorman@suse.de patches.suse/printk-Monolithic-bring-printk-up-to-date-with-v6.6-rt25.patch. - commit dde15d2 +------------------------------------------------------------------- +Wed Mar 20 13:05:54 CET 2024 - jslaby@suse.cz + +- blacklist.conf: add one x86/mem_encrypt entry +- commit 6d2cc3b + +------------------------------------------------------------------- +Wed Mar 20 13:04:03 CET 2024 - jslaby@suse.cz + +- net/smc: fix documentation of buffer sizes (git-fixes). +- bootmem: use kmemleak_free_part_phys in free_bootmem_page + (git-fixes). +- swiotlb: use the calculated number of areas (git-fixes). +- sched/psi: Select KERNFS as needed (git-fixes). +- commit ed6834a + +------------------------------------------------------------------- +Wed Mar 20 13:00:31 CET 2024 - denis.kirjanov@suse.com + +- veth: try harder when allocating queue memory (git-fixes). +- commit fda44e7 + +------------------------------------------------------------------- +Wed Mar 20 10:59:24 CET 2024 - oneukum@suse.com + +- vdpa/mlx5: Allow CVQ size changes (git-fixes). +- commit 7026f16 + +------------------------------------------------------------------- +Wed Mar 20 10:56:13 CET 2024 - oneukum@suse.com + +- vdpa_sim: reset must not run (git-fixes). +- commit b05aeef + +------------------------------------------------------------------- +Wed Mar 20 08:18:45 CET 2024 - iivanov@suse.de + +- Fix patches.suse/coresight-etm4x-Add-ACPI-support-in-platform-driver.patch (bsc#1218779 bsc#1220587) + Put back patch hunk which where missed because file rename + drivers/acpi/acpi_amba.c -> drivers/acpi/arm64/amba.c +- commit 1eccf32 + ------------------------------------------------------------------- Wed Mar 20 07:47:07 CET 2024 - tiwai@suse.de @@ -918,6 +21275,50 @@ Wed Mar 20 07:47:07 CET 2024 - tiwai@suse.de an error handling path (git-fixes). - commit 353a58d +------------------------------------------------------------------- +Wed Mar 20 02:06:22 CET 2024 - neilb@suse.de + +- NFSD: Fix nfsd_clid_class use of __string_len() macro + (git-fixes). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (git-fixes). +- NFS: Read unlock folio on nfs_page_create_from_folio() error + (git-fixes). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (git-fixes). +- NFS: Fix an off by one in root_nfs_cat() (git-fixes). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (git-fixes). +- NFSv4.2: fix listxattr maximum XDR buffer size (git-fixes). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (git-fixes). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (git-fixes). +- nfsd: Fix a regression in nfsd_setattr() (git-fixes). +- nfsd: don't call locks_release_private() twice concurrently + (git-fixes). +- NFSD: Retransmit callbacks after client reconnects (git-fixes). +- NFSD: Reschedule CB operations when backchannel rpc_clnt is + shut down (git-fixes). +- NFSD: Convert the callback workqueue to use delayed_work + (git-fixes). +- NFSD: Reset cb_seq_status after NFS4ERR_DELAY (git-fixes). +- NFSD: fix LISTXATTRS returning more bytes than maxcount + (git-fixes). +- NFSD: fix LISTXATTRS returning a short list with eof=TRUE + (git-fixes). +- NFSD: change LISTXATTRS cookie encoding to big-endian + (git-fixes). +- NFSD: fix nfsd4_listxattr_validate_cookie (git-fixes). +- SUNRPC: fix some memleaks in gssx_dec_option_array (git-fixes). +- SUNRPC: fix a memleak in gss_import_v2_context (git-fixes). +- commit cf1cfe0 + +------------------------------------------------------------------- +Wed Mar 20 01:13:52 CET 2024 - neilb@suse.de + +- blacklist.conf: add a 'cosmetic' commit +- commit 704be6f + ------------------------------------------------------------------- Tue Mar 19 18:30:13 CET 2024 - mkoutny@suse.com @@ -925,6 +21326,13 @@ Tue Mar 19 18:30:13 CET 2024 - mkoutny@suse.com patches.suse/net-sched-Add-module-alias-for-sch_fq_pie.patch. - commit 4c6eb4e +------------------------------------------------------------------- +Tue Mar 19 15:58:13 CET 2024 - vkarasulli@suse.de + +- iommu/dma: Trace bounce buffer usage when mapping buffers + (git-fixes). +- commit a53df01 + ------------------------------------------------------------------- Tue Mar 19 15:30:05 CET 2024 - nmorey@suse.com @@ -961,6 +21369,15 @@ Tue Mar 19 14:21:35 CET 2024 - pjakobsson@suse.de - drm/amd/display: Fix && vs || typos (git-fixes). - commit 1a09c42 +------------------------------------------------------------------- +Tue Mar 19 12:26:21 CET 2024 - vkarasulli@suse.de + +- iommu: Map reserved memory as cacheable if device is coherent + (git-fixes). +- Refresh + patches.suse/iommu-Don-t-reserve-0-length-IOVA-region.patch. +- commit 3835906 + ------------------------------------------------------------------- Tue Mar 19 11:32:10 CET 2024 - svarbanov@suse.de @@ -2719,6 +23136,36 @@ Wed Mar 13 08:49:16 CET 2024 - tiwai@suse.de - Move upstreamed patches into sorted section - commit 612fa2e +------------------------------------------------------------------- +Wed Mar 13 08:09:26 CET 2024 - iivanov@suse.de + +- arm_pmu: acpi: Add a representative platform device for TRBE (bsc#1220587) +- commit e433e12 + +------------------------------------------------------------------- +Wed Mar 13 08:05:56 CET 2024 - iivanov@suse.de + +- arm_pmu: acpi: Refactor arm_spe_acpi_register_device() (bsc#1220587) +- commit c36cae4 + +------------------------------------------------------------------- +Wed Mar 13 08:03:50 CET 2024 - iivanov@suse.de + +- coresight: trbe: Enable ACPI based TRBE devices (bsc#1220587) +- commit 0aa88dd + +------------------------------------------------------------------- +Wed Mar 13 08:02:46 CET 2024 - iivanov@suse.de + +- coresight: trbe: Add a representative coresight_platform_data for (bsc#1220587) +- commit 4d64f51 + +------------------------------------------------------------------- +Wed Mar 13 07:58:31 CET 2024 - iivanov@suse.de + +- coresight: trbe: Allocate platform data per device (bsc#1220587) +- commit fd3964b + ------------------------------------------------------------------- Wed Mar 13 06:13:12 CET 2024 - ddiss@suse.de @@ -2993,6 +23440,21 @@ Mon Mar 11 10:11:09 CET 2024 - oneukum@suse.com Added CVE - commit 61b1ebd +------------------------------------------------------------------- +Mon Mar 11 09:48:38 CET 2024 - dwagner@suse.de + +- nvmet-fc: take ref count on tgtport before delete assoc + (git-fixes). +- nvmet-fc: avoid deadlock on delete association path (git-fixes). +- nvmet-fc: abort command when there is no binding (git-fixes). +- nvmet-fc: hold reference on hostport match (git-fixes). +- nvmet-fc: defer cleanup using RCU properly (git-fixes). +- nvmet-fc: release reference on target port (git-fixes). +- nvmet-fcloop: swap the list_add_tail arguments (git-fixes). +- nvme-fc: do not wait in vain when unloading module (git-fixes). +- nvmet-tcp: fix nvme tcp ida memory leak (git-fixes). +- commit 53c6a83 + ------------------------------------------------------------------- Sun Mar 10 09:34:05 CET 2024 - tiwai@suse.de @@ -84386,6 +104848,26 @@ Thu Feb 9 13:23:38 CET 2023 - ykaukab@suse.de Update branch name while at it. - commit 0eb2972 +------------------------------------------------------------------- +Thu May 5 12:06:09 CEST 2022 - jslaby@suse.cz + +- Revert "build initrd without systemd" (bsc#1195775)" + This reverts commit 3a2140fa2acded48224e1438ac9b4775340c94c2. Again, + this breaks many packages as: + * iproute2 is missing, and + * kernel-obs-qa fails with: + Timed out waiting for device /dev/disk/by-id/virtio-0. +- commit 15dd151 + +------------------------------------------------------------------- +Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de + +- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules + afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for + LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2. + Wrap the long line to make it readable. +- commit bfd7db4 + ------------------------------------------------------------------- Tue Mar 22 10:16:34 CET 2022 - mgorman@suse.de diff --git a/kernel-rt_debug.spec b/kernel-rt_debug.spec index 1ee10c3..74338b1 100644 --- a/kernel-rt_debug.spec +++ b/kernel-rt_debug.spec @@ -19,7 +19,7 @@ %define srcversion 6.4 %define patchversion 6.4.0 -%define git_commit 72f4b8cbd4d84ea31a7a79ccacaad095a7ca59f4 +%define git_commit 90a8c81ce3c9ae3591acca72f13d2ff0a2f960d4 %define variant -rt%{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -38,7 +38,7 @@ Name: kernel-rt_debug Version: 6.4.0 %if 0%{?is_kotd} -Release: .g72f4b8c +Release: .g90a8c81 %else Release: 0 %endif @@ -758,6 +758,7 @@ from this package. %source_timestamp %files vdso +%dir %modules_dir %modules_dir/vdso/ %endif diff --git a/kernel-source-rt.changes b/kernel-source-rt.changes index 99e6c35..cc4c00e 100644 --- a/kernel-source-rt.changes +++ b/kernel-source-rt.changes @@ -1,3 +1,18679 @@ +------------------------------------------------------------------- +Tue Jul 30 08:37:32 CEST 2024 - tiwai@suse.de + +- HID: wacom: Modify pen IDs (git-fixes). +- commit 9c450d7 + +------------------------------------------------------------------- +Tue Jul 30 07:31:38 CEST 2024 - tiwai@suse.de + +- Move upstreamed ASoC patch into sorted section +- commit adae4df + +------------------------------------------------------------------- +Mon Jul 29 22:57:26 CEST 2024 - ailiop@suse.com + +- xfs: add bounds checking to xlog_recover_process_data + (bsc#1228408 CVE-2024-41014). +- commit bb0300d + +------------------------------------------------------------------- +Mon Jul 29 22:56:46 CEST 2024 - ailiop@suse.com + +- xfs: don't walk off the end of a directory data block + (bsc#1228405 CVE-2024-41013). +- commit 8a0b7eb + +------------------------------------------------------------------- +Mon Jul 29 22:55:12 CEST 2024 - ailiop@suse.com + +- jfs: don't walk off the end of ealist (bsc#1228403 + CVE-2024-41017). +- commit 4159bc5 + +------------------------------------------------------------------- +Mon Jul 29 17:04:08 CEST 2024 - jack@suse.cz + +- ext4: fold quota accounting into + ext4_xattr_inode_lookup_create() (bsc#1227910 CVE-2024-40972). +- commit 94f6f2b + +------------------------------------------------------------------- +Mon Jul 29 16:50:46 CEST 2024 - jack@suse.cz + +- ext4: fix mb_cache_entry's e_refcnt leak in + ext4_xattr_block_cache_find() (bsc#1226993 CVE-2024-39276). +- commit d72f4d7 + +------------------------------------------------------------------- +Mon Jul 29 16:49:12 CEST 2024 - jack@suse.cz + +- block: fix request.queuelist usage in flush (bsc#1227789 + CVE-2024-40925). +- commit 4903430 + +------------------------------------------------------------------- +Mon Jul 29 16:48:52 CEST 2024 - tbogendoerfer@suse.de + +- supported.conf: mark vdpa modules supported (jsc#PED-8954) +- commit 483ffd4 + +------------------------------------------------------------------- +Mon Jul 29 16:46:24 CEST 2024 - jack@suse.cz + +- ext4: do not create EA inode under buffer lock (bsc#1227910 + CVE-2024-40972). +- commit 37fb4de + +------------------------------------------------------------------- +Mon Jul 29 16:43:03 CEST 2024 - jack@suse.cz + +- ext4: fix uninitialized ratelimit_state->lock access in + __ext4_fill_super() (bsc#1227866 CVE-2024-40998). +- commit cefc508 + +------------------------------------------------------------------- +Mon Jul 29 16:40:06 CEST 2024 - tiwai@suse.de + +- Update patch reference of AMDGPU fix (CVE-2024-41011 bsc#1228115) +- commit 96de263 + +------------------------------------------------------------------- +Mon Jul 29 15:45:55 CEST 2024 - lhenriques@suse.de + +- ceph: fix incorrect kmalloc size of pagevec mempool + (bsc#1228417). +- commit 84977b0 + +------------------------------------------------------------------- +Mon Jul 29 15:26:39 CEST 2024 - ddiss@suse.de + +- ima: Fix use-after-free on a dentry's dname.name (bsc#1227716 CVE-2024-39494). +- commit f7cf8d6 + +------------------------------------------------------------------- +Mon Jul 29 14:38:57 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: fix use-after-free due to race with dev replace + (bsc#1227719 CVE-2024-39496). +- commit c878f86 + +------------------------------------------------------------------- +Mon Jul 29 14:24:07 CEST 2024 - tbogendoerfer@suse.de + +- tun: add missing verification for short frame (CVE-2024-41091 + bsc#1228327). +- tap: add missing verification for short frame (CVE-2024-41090 + bsc#1228328). +- net: ena: Add validation for completion descriptors consistency + (CVE-2024-40999 bsc#1227913). +- commit 7fa5ae2 + +------------------------------------------------------------------- +Mon Jul 29 06:56:31 CEST 2024 - jslaby@suse.cz + +- Refresh + patches.kabi/tty-add-the-option-to-have-a-tty-reject-a-new-ldisc.patch. + Fix build for CONFIG_VT=n (ppc64le/kvmsmall). +- commit 9280ac5 + +------------------------------------------------------------------- +Sun Jul 28 09:40:06 CEST 2024 - tiwai@suse.de + +- spi: spidev: add correct compatible for Rohm BH2228FV + (git-fixes). +- spi: microchip-core: ensure TX and RX FIFOs are empty at start + of a transfer (git-fixes). +- spi: microchip-core: only disable SPI controller when register + value change requires it (git-fixes). +- spi: microchip-core: defer asserting chip select until just + before write to TX FIFO (git-fixes). +- spi: microchip-core: fix the issues in the isr (git-fixes). +- clk: davinci: da8xx-cfgchip: Initialize clk_init_data before + use (git-fixes). +- decompress_bunzip2: fix rare decompression failure (git-fixes). +- commit 536a80d + +------------------------------------------------------------------- +Sat Jul 27 09:29:33 CEST 2024 - tiwai@suse.de + +- ALSA: usb-audio: Add a quirk for Sonix HD USB Camera + (stable-fixes). +- ALSA: usb-audio: Move HD Webcam quirk to the right place + (git-fixes). +- ALSA: usb-audio: Fix microphone sound on HD webcam + (stable-fixes). +- commit 07826dc + +------------------------------------------------------------------- +Sat Jul 27 09:27:40 CEST 2024 - tiwai@suse.de + +- auxdisplay: ht16k33: Drop reference after LED registration + (git-fixes). +- ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA + on unprepare (git-fixes). +- ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes). +- ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is + reachable (git-fixes). +- ASoC: sof: amd: fix for firmware reload failure in Vangogh + platform (git-fixes). +- ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes). +- ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models + (git-fixes). +- ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes). +- ALSA: ump: Don't update FB name for static blocks (git-fixes). +- drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes). +- drm/i915/gt: Do not consider preemption during execlists_dequeue + for gen8 (git-fixes). +- drm/i915/dp: Don't switch the LTTPR mode on an active link + (git-fixes). +- commit d7e2deb + +------------------------------------------------------------------- +Fri Jul 26 16:45:07 CEST 2024 - tiwai@suse.de + +- ALSA: hda/conexant: Mute speakers at suspend / shutdown + (bsc#1228269). +- ALSA: hda/generic: Add a helper to mute speakers at + suspend/shutdown (bsc#1228269). +- commit e046d5e + +------------------------------------------------------------------- +Fri Jul 26 16:41:17 CEST 2024 - tiwai@suse.de + +- Refresh the previous ASoC patch, landed in subsystem tree (bsc#1228269) +- commit 180425d + +------------------------------------------------------------------- +Fri Jul 26 11:08:10 CEST 2024 - jslaby@suse.cz + +- kABI: tty: add the option to have a tty reject a new ldisc + (kabi CVE-2024-40966 bsc#1227886). +- tty: add the option to have a tty reject a new ldisc + (CVE-2024-40966 bsc#1227886). +- commit 00113b6 + +------------------------------------------------------------------- +Fri Jul 26 10:25:15 CEST 2024 - ailiop@suse.com + +- fs/file: fix the check in find_next_fd() (git-fixes). +- commit 3ec6b68 + +------------------------------------------------------------------- +Fri Jul 26 10:23:48 CEST 2024 - ailiop@suse.com + +- erofs: ensure m_llen is reset to 0 if metadata is invalid + (git-fixes). +- commit 03e55bf + +------------------------------------------------------------------- +Fri Jul 26 10:23:19 CEST 2024 - ailiop@suse.com + +- jfs: Fix array-index-out-of-bounds in diFree (git-fixes). +- commit a89a289 + +------------------------------------------------------------------- +Fri Jul 26 10:06:29 CEST 2024 - ailiop@suse.com + +- hfsplus: fix uninit-value in copy_name (git-fixes). +- commit 4f0ad7b + +------------------------------------------------------------------- +Fri Jul 26 08:40:03 CEST 2024 - tiwai@suse.de + +- mISDN: Fix a use after free in hfcmulti_tx() (git-fixes). +- devres: Fix memory leakage caused by driver API + devm_free_percpu() (git-fixes). +- devres: Fix devm_krealloc() wasting memory (git-fixes). +- kobject_uevent: Fix OOB access within zap_modalias_env() + (git-fixes). +- watchdog: rzn1: Convert comma to semicolon (git-fixes). +- watchdog: rzg2l_wdt: Check return status of pm_runtime_put() + (git-fixes). +- watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get() + (git-fixes). +- dma: fix call order in dmam_free_coherent (git-fixes). +- mISDN: fix MISDN_TIME_STAMP handling (git-fixes). +- commit 69aa862 + +------------------------------------------------------------------- +Thu Jul 25 17:09:21 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Fix array-index-out-of-bounds in + dml2/FCLKChangeSupport (stable-fixes). +- drm/amd/display: Update efficiency bandwidth for dcn351 + (stable-fixes). +- drm/ttm: Always take the bo delayed cleanup path for imported + bos (git-fixes). +- drm/amd/display: change dram_clock_latency to 34us for dcn35 + (stable-fixes). +- drm/amdgpu: fix locking scope when flushing tlb (stable-fixes). +- wifi: mac80211: Avoid address calculations via out of bounds + array indexing (stable-fixes). +- drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs + (stable-fixes). +- drm/amd/display: ASSERT when failing to find index by + plane/stream id (stable-fixes). +- drm/amd/display: Fix overlapping copy within + dml_core_mode_programming (stable-fixes). +- drm/amd/display: Skip pipe if the pipe idx not set properly + (stable-fixes). +- drm/amd/display: Workaround register access in idle race with + cursor (stable-fixes). +- commit 830869c + +------------------------------------------------------------------- +Thu Jul 25 12:48:27 CEST 2024 - tiwai@suse.de + +- ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA + is paused (git-fixes). +- commit aadeb44 + +------------------------------------------------------------------- +Thu Jul 25 12:44:38 CEST 2024 - tiwai@suse.de + +- spi: mux: set ctlr->bits_per_word_mask (stable-fixes). +- wifi: iwlwifi: mvm: don't wake up rx_sync_waitq upon RFKILL + (git-fixes). +- wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK + (stable-fixes). +- wifi: mac80211: disable softirqs for queued frame handling + (git-fixes). +- wifi: cfg80211: wext: add extra SIOCSIWSCAN data check + (stable-fixes). +- wifi: cfg80211: wext: set ssids=NULL for passive scans + (git-fixes). +- wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() + (stable-fixes). +- wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill + (stable-fixes). +- wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe + option (stable-fixes). +- wifi: iwlwifi: mvm: handle BA session teardown in RF-kill + (stable-fixes). +- wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd + (stable-fixes). +- wifi: iwlwifi: mvm: remove stale STA link data during restart + (stable-fixes). +- wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup + (stable-fixes). +- wifi: cfg80211: fix 6 GHz scan request building (stable-fixes). +- wifi: mac80211: handle tasklet frames before stopping + (stable-fixes). +- wifi: mac80211: apply mcast rate only if interface is up + (stable-fixes). +- wifi: mac80211: mesh: init nonpeer_pm to active by default in + mesh sdata (stable-fixes). +- tools/power/cpupower: Fix Pstate frequency reporting on AMD + Family 1Ah CPUs (stable-fixes). +- tools/power turbostat: Remember global max_die_id + (stable-fixes). +- commit 37df9b4 + +------------------------------------------------------------------- +Thu Jul 25 12:41:28 CEST 2024 - tiwai@suse.de + +- phy: cadence-torrent: Check return value on register read + (git-fixes). +- kbuild: avoid build error when single DTB is turned into + composite DTB (git-fixes). +- remoteproc: stm32_rproc: Fix mailbox interrupts queuing + (git-fixes). +- remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes). +- remoteproc: imx_rproc: Fix refcount mistake in + imx_rproc_addr_init (git-fixes). +- remoteproc: imx_rproc: Skip over memory region when node value + is NULL (git-fixes). +- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after + devm_pm_runtime_enable() (git-fixes). +- power: supply: ingenic: Fix some error handling paths in + ingenic_battery_get_property() (git-fixes). +- power: supply: ab8500: Fix error handling when calling + iio_read_channel_processed() (git-fixes). +- spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices + (stable-fixes). +- net: mac802154: Fix racy device stats updates by DEV_STATS_INC() + and DEV_STATS_ADD() (stable-fixes). +- platform/x86: lg-laptop: Use ACPI device handle when evaluating + WMAB/WMBB (stable-fixes). +- platform/x86: lg-laptop: Change ACPI device id (stable-fixes). +- platform/x86: lg-laptop: Remove LGEX0815 hotkey handling + (stable-fixes). +- platform/x86: wireless-hotkey: Add support for LG Airplane + Button (stable-fixes). +- net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes). +- Input: ads7846 - use spi_device_id table (stable-fixes). +- mei: demote client disconnect warning on suspend to debug + (stable-fixes). +- kconfig: remove wrong expr_trans_bool() (stable-fixes). +- kconfig: gconf: give a proper initial state to the Save button + (stable-fixes). +- commit f6cec75 + +------------------------------------------------------------------- +Thu Jul 25 12:38:08 CEST 2024 - tiwai@suse.de + +- dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels + (git-fixes). +- docs: crypto: async-tx-api: fix broken code example (git-fixes). +- drm/radeon: check bo_va->bo is non-NULL before using it + (stable-fixes). +- drm/amd/display: Fix refresh rate range for some panel + (stable-fixes). +- drm/amd/display: Account for cursor prefetch BW in DML1 mode + support (stable-fixes). +- drm/amd/display: Add refresh rate range check (stable-fixes). +- gpio: pca953x: fix pca953x_irq_bus_sync_unlock race + (stable-fixes). +- can: kvaser_usb: fix return value for hif_usb_send_regout + (stable-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI PRO + (stable-fixes). +- Input: i8042 - add Ayaneo Kun to i8042 quirk table + (stable-fixes). +- Input: elantech - fix touchpad state on resume for Lenovo N24 + (stable-fixes). +- drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency + (stable-fixes). +- drm/amdgpu: Indicate CU havest info to CP (stable-fixes). +- drm/exynos: dp: drop driver owner initialization (stable-fixes). +- drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time + (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Aya Neo KUN + (stable-fixes). +- HID: Ignore battery for ELAN touchscreens 2F2C and 4116 + (stable-fixes). +- input: Add support for "Do Not Disturb" (stable-fixes). +- input: Add event code for accessibility key (stable-fixes). +- Input: silead - Always support 10 fingers (stable-fixes). +- commit a5bc4da + +------------------------------------------------------------------- +Thu Jul 25 12:32:52 CEST 2024 - tiwai@suse.de + +- Bluetooth: btnxpuart: Enable Power Save feature on startup + (stable-fixes). +- Bluetooth: hci_core: cancel all works upon hci_unregister_dev() + (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA + (stable-fixes). +- ASoC: rt722-sdca-sdw: add debounce time for type detection + (stable-fixes). +- ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on + error rollback (stable-fixes). +- ASoC: ti: davinci-mcasp: Set min period size using FIFO config + (stable-fixes). +- ALSA: dmaengine: Synchronize dma channel after drop() + (stable-fixes). +- ASoC: ti: omap-hdmi: Fix too long driver name (stable-fixes). +- ASoC: topology: Do not assign fields that are already set + (stable-fixes). +- ASoC: topology: Fix references to freed memory (stable-fixes). +- bytcr_rt5640 : inverse jack detect for Archos 101 cesium + (stable-fixes). +- ASoC: rt722-sdca-sdw: add silence detection register as volatile + (stable-fixes). +- ALSA: dmaengine_pcm: terminate dmaengine before synchronize + (stable-fixes). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx + (stable-fixes). +- ALSA: PCM: Allow resume only for suspended streams + (stable-fixes). +- ACPI: EC: Avoid returning AE_OK on errors in address space + handler (stable-fixes). +- ACPI: EC: Abort address space access upon error (stable-fixes). +- commit aa63c91 + +------------------------------------------------------------------- +Thu Jul 25 12:24:57 CEST 2024 - iivanov@suse.de + +- config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859) +- commit f80ff65 + +------------------------------------------------------------------- +Thu Jul 25 12:21:56 CEST 2024 - tiwai@suse.de + +- platform/x86: x86-android-tablets: Unregister devices in + reverse order (CVE-2024-40975 bsc#1227926). +- commit 16439fd + +------------------------------------------------------------------- +Thu Jul 25 12:18:11 CEST 2024 - tiwai@suse.de + +- Avoid hw_desc array overrun in dw-axi-dmac (CVE-2024-40970 + bsc#1227899). +- commit 8f7016c + +------------------------------------------------------------------- +Thu Jul 25 11:51:21 CEST 2024 - tiwai@suse.de + +- ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2 + (bsc#1228269). +- commit 78e0f74 + +------------------------------------------------------------------- +Wed Jul 24 21:24:54 CEST 2024 - rgoldwyn@suse.com + +- ima: Avoid blocking in RCU read-side critical section (bsc#1227803, CVE-2024-40947). +- commit 6fea688 + +------------------------------------------------------------------- +Tue Jul 23 15:55:49 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Set run context for rawtp test_run callback (bsc#1227783 + CVE-2024-40908). +- commit c965ae8 + +------------------------------------------------------------------- +Tue Jul 23 13:33:40 CEST 2024 - jack@suse.cz + +- nfs: Fix up kabi after adding write_congestion_wait + (bsc#1218442). +- commit fa72236 + +------------------------------------------------------------------- +Tue Jul 23 12:47:56 CEST 2024 - mhocko@suse.com + +- ipv6: prevent possible NULL dereference in rt6_probe() + (CVE-2024-40960 bsc#1227813). +- commit acda250 + +------------------------------------------------------------------- +Tue Jul 23 12:31:08 CEST 2024 - jslaby@suse.cz + +- PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode() + (git-fixes). +- commit e717f73 + +------------------------------------------------------------------- +Tue Jul 23 11:58:41 CEST 2024 - nik.borisov@suse.com + +- x86/csum: clean up `csum_partial' further (git-fixes). +- commit eb0657c + +------------------------------------------------------------------- +Tue Jul 23 11:57:37 CEST 2024 - nik.borisov@suse.com + +- x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes). +- commit 7ae6079 + +------------------------------------------------------------------- +Tue Jul 23 11:57:14 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: This patch gets reverted +- commit c490f33 + +------------------------------------------------------------------- +Tue Jul 23 11:56:24 CEST 2024 - nik.borisov@suse.com + +- x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes). +- commit 907534d + +------------------------------------------------------------------- +Tue Jul 23 11:55:05 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Remove dead-end revert + We never merged the buggy upstream fix. +- commit 9b319fd + +------------------------------------------------------------------- +Tue Jul 23 11:50:03 CEST 2024 - nik.borisov@suse.com + +- x86/shstk: Make return uprobe work with shadow stack (git-fixes). +- commit a22c34a + +------------------------------------------------------------------- +Tue Jul 23 11:49:41 CEST 2024 - nik.borisov@suse.com + +- x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes). +- commit 0887d68 + +------------------------------------------------------------------- +Tue Jul 23 11:49:20 CEST 2024 - nik.borisov@suse.com + +- x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS (git-fixes). +- commit 4b4922f + +------------------------------------------------------------------- +Tue Jul 23 11:48:57 CEST 2024 - nik.borisov@suse.com + +- x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes). +- commit 4c24788 + +------------------------------------------------------------------- +Tue Jul 23 11:48:39 CEST 2024 - nik.borisov@suse.com + +- x86/cpu: Provide default cache line size if not enumerated (git-fixes). +- commit c2b6a76 + +------------------------------------------------------------------- +Tue Jul 23 11:40:04 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes). +- commit d32b5a4 + +------------------------------------------------------------------- +Tue Jul 23 11:38:50 CEST 2024 - nik.borisov@suse.com + +- x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes). +- commit a7c18d6 + +------------------------------------------------------------------- +Tue Jul 23 11:38:14 CEST 2024 - nik.borisov@suse.com + +- x86/amd_nb: Check for invalid SMN reads (git-fixes). +- commit 5e0a2ff + +------------------------------------------------------------------- +Tue Jul 23 11:06:02 CEST 2024 - lhenriques@suse.de + +- cachefiles: flush all requests after setting CACHEFILES_DEAD + (bsc#1227797 CVE-2024-40935). +- commit 6acb040 + +------------------------------------------------------------------- +Tue Jul 23 10:45:15 CEST 2024 - jslaby@suse.cz + +- PCI: tegra194: Set EP alignment restriction for inbound ATU + (git-fixes). +- PCI: keystone: Fix NULL pointer dereference in case of DT + error in ks_pcie_setup_rc_app_regs() (git-fixes). +- PCI: keystone: Don't enable BAR 0 for AM654x (git-fixes). +- commit 3d6a567 + +------------------------------------------------------------------- +Tue Jul 23 10:42:33 CEST 2024 - mhocko@suse.com + +- ipv6: prevent possible NULL deref in fib6_nh_init() + (CVE-2024-40961 bsc#1227814). +- commit 3de66de + +------------------------------------------------------------------- +Tue Jul 23 10:31:43 CEST 2024 - jslaby@suse.cz + +- PCI: Extend ACS configurability (bsc#1228090). +- commit 571e431 + +------------------------------------------------------------------- +Tue Jul 23 10:21:51 CEST 2024 - nik.borisov@suse.com + +- netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757 CVE-2024-39504). +- commit becdc7a + +------------------------------------------------------------------- +Mon Jul 22 18:27:20 CEST 2024 - jack@suse.cz + +- nfs: Block on write congestion (bsc#1218442). +- commit b7f1cad + +------------------------------------------------------------------- +Mon Jul 22 18:26:59 CEST 2024 - jack@suse.cz + +- nfs: Properly initialize server->writeback (bsc#1218442). +- commit c293976 + +------------------------------------------------------------------- +Mon Jul 22 18:26:28 CEST 2024 - jack@suse.cz + +- nfs: Drop pointless check from nfs_commit_release_pages() + (bsc#1218442). +- commit 20931fe + +------------------------------------------------------------------- +Mon Jul 22 17:02:44 CEST 2024 - tiwai@suse.de + +- kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149) +- commit 777b4e0 + +------------------------------------------------------------------- +Mon Jul 22 16:54:29 CEST 2024 - tiwai@suse.de + +- wifi: libertas: Follow renaming of SPI "master" to "controller" + (bsc#1227149). +- wifi: cw1200: restore endian swapping (bsc#1227149). +- wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() + failures warns (bsc#1227149). +- wifi: zd1211rw: silence sparse warnings (bsc#1227149). +- wifi: rt2x00: silence sparse warnings (bsc#1227149). +- wifi: brcmsmac: silence sparse warnings (bsc#1227149). +- wifi: b43: silence sparse warnings (bsc#1227149). +- wifi: brcmfmac: do not pass hidden SSID attribute as value + directly (bsc#1227149). +- wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4 + (bsc#1227149). +- wifi: wilc1000: remove AKM suite be32 conversion for external + auth request (bsc#1227149). +- wifi: wilc1000: add missing read critical sections around vif + list traversal (bsc#1227149). +- wifi: wilc1000: fix declarations ordering (bsc#1227149). +- wifi: wilc1000: use SRCU instead of RCU for vif list traversal + (bsc#1227149). +- wifi: wilc1000: split deeply nested RCU list traversal in + dedicated helper (bsc#1227149). +- wifi: wilc1000: validate chip id during bus probe (bsc#1227149). +- wifi: brcmfmac: do not cast hidden SSID attribute value to + boolean (bsc#1227149). +- wifi: mwifiex: Refactor 1-element array into flexible array + in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149). +- wifi: wilc1000: correct CRC7 calculation (bsc#1227149). +- wifi: wilc1000: set preamble size to auto as default in + wilc_init_fw_config() (bsc#1227149). +- wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers + (bsc#1227149). +- wifi: wilc1000: remove setting msg.spi (bsc#1227149). +- wifi: cw1200: Convert to GPIO descriptors (bsc#1227149). +- wifi: plfxlc: Drop unused include (bsc#1227149). +- wifi: mwifiex: Drop unused headers (bsc#1227149). +- wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149). +- wifi: cw1200: fix __le16 sparse warnings (bsc#1227149). +- wifi: rsi: fix restricted __le32 degrades to integer sparse + warnings (bsc#1227149). +- wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149). +- wifi: brcmfmac: add linefeed at end of file (bsc#1227149). +- wifi: brcmfmac: allow per-vendor event handling (bsc#1227149). +- wifi: brcmfmac: move feature overrides before feature_disable + (bsc#1227149). +- wifi: brcmfmac: export firmware interface functions + (bsc#1227149). +- wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv() + (bsc#1227149). +- wifi: mwifiex: Use helpers to check multicast addresses + (bsc#1227149). +- wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149). +- wifi: wilc1000: fix incorrect power down sequence (bsc#1227149). +- wifi: wilc1000: fix driver_handler when committing initial + configuration (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN + (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx + (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149). +- wifi: p54: fix GCC format truncation warning with + wiphy->fw_version (bsc#1227149). +- wifi: mwifiex: use cfg80211_ssid_eq() instead of + mwifiex_ssid_cmp() (bsc#1227149). +- wifi: rt2x00: remove useless code in + rt2x00queue_create_tx_descriptor() (bsc#1227149). +- commit 08ddd32 + +------------------------------------------------------------------- +Mon Jul 22 16:49:32 CEST 2024 - tiwai@suse.de + +- wifi: rt2x00: make watchdog param per device (bsc#1227149). +- wifi: rt2x00: Simplify bool conversion (bsc#1227149). +- wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove + unused priv variable (bsc#1227149). +- wifi: rt2x00: disable RTS threshold for rt2800 by default + (bsc#1227149). +- wifi: rt2x00: introduce DMA busy check watchdog for rt2800 + (bsc#1227149). +- wifi: wilc1000: simplify wilc_scan() (bsc#1227149). +- wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149). +- wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() + (bsc#1227149). +- wifi: wilc1000: simplify remain on channel support + (bsc#1227149). +- wifi: brcmsmac: replace deprecated strncpy with memcpy + (bsc#1227149). +- wifi: brcm80211: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149). +- wifi: rt2x00: rework MT7620 channel config function + (bsc#1227149). +- commit 055fd52 + +------------------------------------------------------------------- +Mon Jul 22 16:44:08 CEST 2024 - tiwai@suse.de + +- wifi: rt2x00: improve MT7620 register initialization + (bsc#1227149). +- wifi: wlcore: main: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: wlcore: boot: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: wl18xx: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: wl1251: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149). +- wifi: brcmfmac: fix format-truncation warnings (bsc#1227149). +- wifi: hostap: remove unused ioctl function (bsc#1227149). +- wifi: atmel: remove unused ioctl function (bsc#1227149). +- wifi: p54: Annotate struct p54_cal_database with __counted_by + (bsc#1227149). +- wifi: brcmfmac: fweh: Add __counted_by for struct + brcmf_fweh_queue_item and use struct_size() (bsc#1227149). +- wifi: hostap: Add __counted_by for struct prism2_download_data + and use struct_size() (bsc#1227149). +- wifi: wfx: implement wfx_remain_on_channel() (bsc#1227149). +- wifi: wfx: allow to send frames during ROC (bsc#1227149). +- wifi: wfx: scan_lock is global to the device (bsc#1227149). +- wifi: wfx: simplify exclusion between scan and Rx filters + (bsc#1227149). +- wifi: wfx: introduce hif_scan_uniq() (bsc#1227149). +- wifi: wfx: move wfx_skb_*() out of the header file + (bsc#1227149). +- wifi: wfx: relocate wfx_rate_mask_to_hw() (bsc#1227149). +- wifi: wfx: fix power_save setting when AP is stopped + (bsc#1227149). +- commit 859f128 + +------------------------------------------------------------------- +Mon Jul 22 16:41:16 CEST 2024 - tiwai@suse.de + +- wifi: mwifiex: Replace one-element array with flexible-array + member in struct mwifiex_ie_types_rxba_sync (bsc#1227149). +- Refresh + patches.suse/wifi-mwifiex-Sanity-check-tlv_len-and-tlv_bitmap_len.patch. +- commit 0e5befb + +------------------------------------------------------------------- +Mon Jul 22 16:39:19 CEST 2024 - tiwai@suse.de + +- wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149). +- wifi: rt2x00: remove redundant check if u8 array element is + less than zero (bsc#1227149). +- wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149). +- wifi: mwifiex: simplify PCIE write operations (bsc#1227149). +- wifi: wilc1000: add back-off algorithm to balance tx queue + packets (bsc#1227149). +- wifi: mwifiex: use MODULE_FIRMWARE to add firmware files + metadata (bsc#1227149). +- wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149). +- wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request + with __counted_by (bsc#1227149). +- wifi: brcmfmac: Annotate struct brcmf_gscan_config with + __counted_by (bsc#1227149). +- wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149). +- wifi: wlcore: sdio: Use module_sdio_driver macro to simplify + the code (bsc#1227149). +- wifi: wilc1000: Remove unused declarations (bsc#1227149). +- wifi: rt2x00: limit MT7620 TX power based on eeprom calibration + (bsc#1227149). +- wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy + (bsc#1227149). +- wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) + conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) + conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions + (bsc#1227149). +- commit a544c26 + +------------------------------------------------------------------- +Mon Jul 22 16:36:16 CEST 2024 - tiwai@suse.de + +- wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_hal: Remove unnecessary conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) + conversions (bsc#1227149). +- wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in + R-Calibration (bsc#1227149). +- wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149). +- wifi: mwifiex: cleanup adapter data (bsc#1227149). +- wifi: mwifiex: use is_zero_ether_addr() instead of + ether_addr_equal() (bsc#1227149). +- wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149). +- wifi: mwifiex: handle possible mwifiex_write_reg() errors + (bsc#1227149). +- wifi: mwifiex: handle possible sscanf() errors (bsc#1227149). +- wifi: mwifiex: cleanup private data structures (bsc#1227149). +- wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149). +- wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149). +- wifi: brcmsmac: remove more unused data types (bsc#1227149). +- wifi: libertas: prefer kstrtoX() for simple integer conversions + (bsc#1227149). +- wifi: libertas: handle possible spu_write_u16() errors + (bsc#1227149). +- wifi: libertas: cleanup SDIO reset (bsc#1227149). +- wifi: libertas: simplify list operations in free_if_spi_card() + (bsc#1227149). +- wifi: libertas: use convenient lists to manage SDIO packets + (bsc#1227149). +- wifi: libertas: add missing calls to cancel_work_sync() + (bsc#1227149). +- wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149). +- wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149). +- wifi: brcmsmac: remove unused data type (bsc#1227149). +- wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149). +- wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149). +- wifi: zd1211rw: fix typo "tranmits" (bsc#1227149). +- wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149). +- wifi: hostap: fix stringop-truncations GCC warning + (bsc#1227149). +- wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149). +- wifi: rt2x00: fix the typo in comments (bsc#1227149). +- wifi: brcmfmac: Detect corner error case earlier with log + (bsc#1227149). +- wifi: brcmutil: use helper function pktq_empty() instead of + open code (bsc#1227149). +- wifi: add HAS_IOPORT dependencies (bsc#1227149). +- wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149). +- wifi: mwifiex: Use list_count_nodes() (bsc#1227149). +- wifi: mwifiex: Use default @max_active for workqueues + (bsc#1227149). +- commit edbabc2 + +------------------------------------------------------------------- +Mon Jul 22 16:35:48 CEST 2024 - ailiop@suse.com + +- xfs: Add cond_resched to block unmap range and reflink remap + path (bsc#1228211). +- commit 4c79a42 + +------------------------------------------------------------------- +Mon Jul 22 15:30:13 CEST 2024 - oneukum@suse.com + +- supported.conf: Add support for v4l2-dv-timings + (jsc#PED-8645) +- commit 6262df7 + +------------------------------------------------------------------- +Mon Jul 22 15:24:53 CEST 2024 - oneukum@suse.com + +- supported.conf: Add support for v4l2-dv-timings + (jsc#PED-8644) +- commit a3622c5 + +------------------------------------------------------------------- +Mon Jul 22 15:19:27 CEST 2024 - mhocko@suse.com + +- netrom: Fix a memory leak in nr_heartbeat_expiry() + (CVE-2024-41006 bsc#1227862). +- commit 59ef181 + +------------------------------------------------------------------- +Mon Jul 22 15:13:12 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes) +- commit 6571948 + +------------------------------------------------------------------- +Mon Jul 22 15:08:48 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes) +- commit 67939cb + +------------------------------------------------------------------- +Mon Jul 22 15:07:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes) +- commit 5ed815a + +------------------------------------------------------------------- +Mon Jul 22 15:06:22 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes) +- commit af4620a + +------------------------------------------------------------------- +Mon Jul 22 15:05:09 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes) +- commit 0171830 + +------------------------------------------------------------------- +Mon Jul 22 15:03:52 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Update WIFi/BT related nodes on (git-fixes) +- commit 2186774 + +------------------------------------------------------------------- +Mon Jul 22 15:02:21 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes) +- commit 7bd1596 + +------------------------------------------------------------------- +Mon Jul 22 15:00:17 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes) +- commit a5c559a + +------------------------------------------------------------------- +Mon Jul 22 14:58:39 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add sdmmc related properties on (git-fixes) +- commit 07ed999 + +------------------------------------------------------------------- +Mon Jul 22 14:57:31 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes) +- commit 0d2dc44 + +------------------------------------------------------------------- +Mon Jul 22 14:56:20 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes) +- commit 17c17ec + +------------------------------------------------------------------- +Mon Jul 22 14:54:43 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes) +- commit ef568ac + +------------------------------------------------------------------- +Mon Jul 22 14:53:26 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes) +- commit 3ac3475 + +------------------------------------------------------------------- +Mon Jul 22 14:52:16 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes) +- commit f0f8ba5 + +------------------------------------------------------------------- +Mon Jul 22 14:50:58 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes) +- commit a564fef + +------------------------------------------------------------------- +Mon Jul 22 14:49:36 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes) +- commit d7e72e1 + +------------------------------------------------------------------- +Mon Jul 22 14:48:27 CEST 2024 - iivanov@suse.de + +- arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes) +- commit ca6c1bb + +------------------------------------------------------------------- +Mon Jul 22 14:46:53 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes) +- commit a10e3de + +------------------------------------------------------------------- +Mon Jul 22 14:45:36 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: dts: freescale: imx8mm-verdin: Fix GPU speed") +- commit ea9f475 + +------------------------------------------------------------------- +Mon Jul 22 14:40:20 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 0bb0cc8 + +------------------------------------------------------------------- +Mon Jul 22 12:03:35 CEST 2024 - lhenriques@suse.de + +- fuse: verify {g,u}id mount options correctly (bsc#1228193). +- libceph: fix race between delayed_work() and ceph_monc_stop() + (bsc#1228192). +- commit 10e7bb9 + +------------------------------------------------------------------- +Mon Jul 22 09:28:05 CEST 2024 - tiwai@suse.de + +- nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro + (git-fixes). +- checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored + (git-fixes). +- rtc: interface: Add RTC offset to alarm after fix-up + (git-fixes). +- rtc: abx80x: Fix return value of nvmem callback on read + (git-fixes). +- rtc: cmos: Fix return value of nvmem callbacks (git-fixes). +- rtc: isl1208: Fix return value of nvmem callbacks (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes + (git-fixes). +- pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes). +- pinctrl: freescale: mxs: Fix refcount of child (git-fixes). +- pinctrl: ti: ti-iodelay: fix possible memory leak when + pinctrl_enable() fails (git-fixes). +- pinctrl: single: fix possible memory leak when pinctrl_enable() + fails (git-fixes). +- pinctrl: core: fix possible memory leak when pinctrl_enable() + fails (git-fixes). +- pinctrl: rockchip: update rk3308 iomux routes (git-fixes). +- selftests/sigaltstack: Fix ppc64 GCC build (git-fixes). +- PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes). +- PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio + (git-fixes). +- PCI: rcar: Demote WARN() to dev_warn_ratelimited() in + rcar_pcie_wakeup() (git-fixes). +- PCI: qcom-ep: Disable resources unconditionally during PERST# + assert (git-fixes). +- PCI: dwc: Fix index 0 incorrectly being interpreted as a free + ATU slot (git-fixes). +- PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup() + (git-fixes). +- PCI: endpoint: Clean up error handling in vpci_scan_bus() + (git-fixes). +- PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' + in pci_epf_test_core_init() (git-fixes). +- PCI: Fix resource double counting on remove & rescan + (git-fixes). +- PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal + (git-fixes). +- PCI: Introduce cleanup helpers for device reference counts + and locks (stable-fixes). +- commit a7e6cbc + +------------------------------------------------------------------- +Sat Jul 20 09:14:59 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy + Book Pro 360 (stable-fixes). +- ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop + (stable-fixes). +- ASoC: SOF: ipc4-topology: Use correct queue_id for requesting + input pin format (stable-fixes). +- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 + (stable-fixes). +- commit be4d8bf + +------------------------------------------------------------------- +Sat Jul 20 09:12:01 CEST 2024 - tiwai@suse.de + +- eeprom: at24: Probe for DDR3 thermal sensor in the SPD case + (stable-fixes). +- Refresh + patches.suse/eeprom-at24-fix-memory-corruption-race-condition.patch. +- commit 82fbd42 + +------------------------------------------------------------------- +Sat Jul 20 09:10:44 CEST 2024 - tiwai@suse.de + +- Input: elan_i2c - do not leave interrupt disabled on suspend + failure (git-fixes). +- Input: qt1050 - handle CHIP_ID reading error (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID + (git-fixes). +- iio: frequency: adrf6780: rm clk provider include (git-fixes). +- iio: Fix the sorting functionality in + iio_gts_build_avail_time_table (git-fixes). +- eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes). +- Revert "usb: musb: da8xx: Set phy in OTG mode by default" + (stable-fixes). +- ALSA: seq: ump: Skip useless ports for static blocks + (git-fixes). +- ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value + (git-fixes). +- ASoC: amd: Adjust error handling in case of absent codec device + (git-fixes). +- ASoC: max98088: Check for clk_prepare_enable() error + (git-fixes). +- ASoC: qcom: Adjust issues in case of DT error in + asoc_qcom_lpass_cpu_platform_probe() (git-fixes). +- ASoC: cs35l56: Accept values greater than 0 as IRQ numbers + (git-fixes). +- ASoc: tas2781: Enable RCA-based playback without DSP firmware + download (git-fixes). +- crypto: qat - extend scope of lock in + adf_cfg_add_key_value_param() (git-fixes). +- hwrng: core - Fix wrong quality calculation at hw rng + registration (git-fixes). +- crypto: ccp - Fix null pointer dereference in + __sev_snp_shutdown_locked (git-fixes). +- crypto: ecdsa - Fix the public key format description + (git-fixes). +- hwrng: amd - Convert PCIBIOS_* return codes to errnos + (git-fixes). +- commit 7fcc337 + +------------------------------------------------------------------- +Fri Jul 19 16:37:33 CEST 2024 - tiwai@suse.de + +- Add Alt-commit for amdgpu patch (git-fixes) +- commit 7fbd801 + +------------------------------------------------------------------- +Fri Jul 19 15:09:49 CEST 2024 - tbogendoerfer@suse.de + +- gve: Clear napi->skb before dev_kfree_skb_any() (CVE-2024-40937 + bsc#1227836). +- net: hns3: fix kernel crash problem in concurrent scenario + (CVE-2024-39507 bsc#1227730). +- net/mlx5: Fix tainted pointer delete is case of flow rules + creation fail (CVE-2024-40940 bsc#1227800). +- commit 8d4dcfb + +------------------------------------------------------------------- +Fri Jul 19 14:33:18 CEST 2024 - mhocko@suse.com + +- net: ethtool: fix the error condition in + ethtool_get_phy_stats_ethtool() (CVE-2024-40928 bsc#1227788). +- commit be667d4 + +------------------------------------------------------------------- +Fri Jul 19 14:21:26 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: fix lock ordering in btrfs_zone_activate() + (bsc#1223731 CVE-2024-26944). +- commit c6e27f8 + +------------------------------------------------------------------- +Fri Jul 19 14:19:02 CEST 2024 - mhocko@suse.com + +- vmxnet3: disable rx data ring on dma allocation failure + (CVE-2024-40923 bsc#1227786). +- commit 3828e87 + +------------------------------------------------------------------- +Fri Jul 19 14:05:43 CEST 2024 - mhocko@suse.com + +- mptcp: ensure snd_una is properly initialized on connect + (CVE-2024-40931 bsc#1227780). +- commit 60fd0e2 + +------------------------------------------------------------------- +Fri Jul 19 13:57:12 CEST 2024 - mhocko@suse.com + +- bnxt_en: Adjust logging of firmware messages in case of released + token in __hwrm_send() (CVE-2024-40919 bsc#1227779). +- commit c060c32 + +------------------------------------------------------------------- +Fri Jul 19 13:42:04 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: allocate dummy checksums for zoned NODATASUM + writes (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: fix use-after-free in do_zone_finish() + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: fix chunk map leak when loading block group zone + info (bsc#1223731 CVE-2024-26944). +- btrfs: fix unbalanced unlock of mapping_tree_lock (bsc#1223731 + CVE-2024-26944). +- btrfs: remove stripe size local variable from + insert_dev_extents() (bsc#1223731 CVE-2024-26944). +- btrfs: use a dedicated data structure for chunk maps + (bsc#1223731 CVE-2024-26944). +- commit 201e016 + +------------------------------------------------------------------- +Fri Jul 19 12:16:50 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: wait for data BG to be finished on direct IO + allocation (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: drop no longer valid write pointer check + (bsc#1223731 CVE-2024-26944). +- commit a5e78f9 + +------------------------------------------------------------------- +Fri Jul 19 11:56:18 CEST 2024 - fdmanana@suse.com + +- btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add() + (bsc#1223731 CVE-2024-26944). +- commit f638537 + +------------------------------------------------------------------- +Fri Jul 19 11:48:13 CEST 2024 - tiwai@suse.de + +- drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property + (git-fixes). +- commit f21db33 + +------------------------------------------------------------------- +Fri Jul 19 11:27:58 CEST 2024 - fdmanana@suse.com + +- btrfs: drop gfp from parameter extent state helpers (bsc#1223731 + CVE-2024-26944). +- Refresh + patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch. +- Refresh + patches.suse/btrfs-open-code-trivial-btrfs_add_excluded_extent.patch. +- commit 2097a9c + +------------------------------------------------------------------- +Fri Jul 19 10:58:03 CEST 2024 - tiwai@suse.de + +- drm/fbdev-dma: Fix framebuffer mode for big endian devices + (git-fixes). +- drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config + (git-fixes). +- drm/msm/dpu: drop validity checks for clear_pending_flush() + ctl op (git-fixes). +- drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes). +- USB: serial: option: add Rolling RW350-GL variants + (stable-fixes). +- USB: serial: option: add support for Foxconn T99W651 + (stable-fixes). +- USB: serial: option: add Netprisma LCUK54 series modules + (stable-fixes). +- usb: gadget: configfs: Prevent OOB read/write in + usb_string_copy() (stable-fixes). +- usb: dwc3: pci: add support for the Intel Panther Lake + (stable-fixes). +- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k + (stable-fixes). +- xhci: always resume roothubs if xHC was reset during resume + (stable-fixes). +- USB: serial: option: add Telit generic core-dump composition + (stable-fixes). +- USB: serial: option: add Fibocom FM350-GL (stable-fixes). +- USB: serial: option: add Telit FN912 rmnet compositions + (stable-fixes). +- commit f9ac994 + +------------------------------------------------------------------- +Fri Jul 19 10:54:27 CEST 2024 - tiwai@suse.de + +- drm/msm/dpu: fix encoder irq wait skip (git-fixes). +- drm/dp_mst: Fix all mstb marked as not probed after + suspend/resume (git-fixes). +- drm/panfrost: Mark simple_ondemand governor as softdep + (git-fixes). +- drm/lima: Mark simple_ondemand governor as softdep (git-fixes). +- drm/mediatek: Remove less-than-zero comparison of an unsigned + value (git-fixes). +- drm/mediatek: Fix bit depth overwritten for mtk_ovl_set + bit_depth() (git-fixes). +- drm/mediatek: Support DRM plane alpha in Mixer (git-fixes). +- drm/mediatek: Support DRM plane alpha in OVL (git-fixes). +- drm/mediatek: Support RGBA8888 and RGBX8888 in OVL on MT8195 + (git-fixes). +- drm/mediatek: Set DRM mode configs accordingly (git-fixes). +- drm/mediatek: Add OVL compatible name for MT8195 (git-fixes). +- drm/mediatek: Turn off the layers with zero width or height + (git-fixes). +- drm/mediatek: Fix destination alpha error in OVL (git-fixes). +- drm/mediatek: Fix XRGB setting error in Mixer (git-fixes). +- drm/mediatek: Fix XRGB setting error in OVL (git-fixes). +- drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes). +- drm/mediatek: Add missing plane settings when async update + (git-fixes). +- drm/etnaviv: fix DMA direction handling for cached RW buffers + (git-fixes). +- Revert "drm/bridge: tc358767: Set default CLRSIPO count" + (stable-fixes). +- drm/qxl: Add check for drm_cvt_mode (git-fixes). +- drm: zynqmp_kms: Fix AUX bus not getting unregistered + (git-fixes). +- drm: zynqmp_dpsub: Fix an error handling path in + zynqmp_dpsub_probe() (git-fixes). +- drm/bridge: samsung-dsim: Set P divider based on min/max of + fin pll (git-fixes). +- drm/bridge: it6505: fix hibernate to resume no display issue + (git-fixes). +- drm/panel: ilitek-ili9882t: Check for errors on the NOP in + prepare() (git-fixes). +- drm/panel: ilitek-ili9882t: If prepare fails, disable GPIO + before regulators (git-fixes). +- drm/panel: boe-tv101wum-nl6: Check for errors on the NOP in + prepare() (git-fixes). +- drm/panel: boe-tv101wum-nl6: If prepare fails, disable GPIO + before regulators (git-fixes). +- drm/panel: himax-hx8394: Handle errors from + mipi_dsi_dcs_set_display_on() better (git-fixes). +- drm/mgag200: Bind I2C lifetime to DRM device (git-fixes). +- drm/mgag200: Set DDC timeout in milliseconds (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in + mipi_dsi_generic_write_seq() (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in + mipi_dsi_dcs_write_seq() (git-fixes). +- commit 6fb58b4 + +------------------------------------------------------------------- +Fri Jul 19 10:34:49 CEST 2024 - tiwai@suse.de + +- drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes). +- drm/arm/komeda: Fix komeda probe failing if there are no links + in the secondary pipeline (git-fixes). +- drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes). +- drm/amd/display: Move 'struct scaler_data' off stack + (git-fixes). +- drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes). +- drm/amdgpu: Check if NBIO funcs are NULL in + amdgpu_device_baco_exit (git-fixes). +- drm/amdgpu: Fix memory range calculation (git-fixes). +- drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes). +- drm/amd/pm: remove logically dead code for renoir (git-fixes). +- drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes). +- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() + (git-fixes). +- commit ba21687 + +------------------------------------------------------------------- +Fri Jul 19 10:33:42 CEST 2024 - tiwai@suse.de + +- Add Alt-commit to AMDGPU patches from 6.11-rc1 +- commit f4ae72a + +------------------------------------------------------------------- +Fri Jul 19 10:01:31 CEST 2024 - iivanov@suse.de + +- PCI/ASPM: Update save_state when configuration changes (bsc#1226915) +- commit 5192284 + +------------------------------------------------------------------- +Fri Jul 19 03:02:08 CEST 2024 - lduncan@suse.com + +- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() + (bsc#1226213). +- commit 6855b2f + +------------------------------------------------------------------- +Fri Jul 19 02:05:28 CEST 2024 - dsterba@suse.com + +- bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (CVE-2024-39487 bsc#1227573) +- commit 1c7a482 + +------------------------------------------------------------------- +Fri Jul 19 01:46:16 CEST 2024 - dsterba@suse.com + +- tls: get psock ref after taking rxlock to avoid leak (CVE-2024-35908 bsc#1224490) +- commit b0d23d0 + +------------------------------------------------------------------- +Fri Jul 19 01:41:03 CEST 2024 - dsterba@suse.com + +- netfilter: nf_tables: flush pending destroy work before exit_net release (CVE-2024-35899 bsc#1224499) +- commit 8a86808 + +------------------------------------------------------------------- +Thu Jul 18 23:24:52 CEST 2024 - dsterba@suse.com + +- net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (CVE-2024-35934 bsc#1224641) +- commit 812f420 + +------------------------------------------------------------------- +Thu Jul 18 23:09:39 CEST 2024 - dsterba@suse.com + +- net/sched: act_skbmod: prevent kernel-infoleak (CVE-2024-35893 bsc#1224512) +- commit 5be3514 + +------------------------------------------------------------------- +Thu Jul 18 21:21:20 CEST 2024 - lduncan@suse.com + +- scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated + memory (bsc#1227762 CVE-2024-40901). +- commit 5eb5075 + +------------------------------------------------------------------- +Thu Jul 18 18:57:13 CEST 2024 - fdmanana@suse.com + +- btrfs: pass NOWAIT for set/clear extent bits as another bit + (bsc#1223731 CVE-2024-26944). +- commit 33253df + +------------------------------------------------------------------- +Thu Jul 18 18:42:59 CEST 2024 - fdmanana@suse.com + +- btrfs: drop NOFAIL from set_extent_bit allocation masks + (bsc#1223731 CVE-2024-26944). +- commit 46559ec + +------------------------------------------------------------------- +Thu Jul 18 18:18:49 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_bits (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch. +- Refresh + patches.suse/btrfs-open-code-trivial-btrfs_add_excluded_extent.patch. +- commit 460a0d4 + +------------------------------------------------------------------- +Thu Jul 18 18:18:35 CEST 2024 - ailiop@suse.com + +- xfs: fix log recovery buffer allocation for the legacy h_size + fixup (bsc#1227432 CVE-2024-39472). +- commit 04ef30f + +------------------------------------------------------------------- +Thu Jul 18 17:39:46 CEST 2024 - jgross@suse.com + +- KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() + (CVE-2024-40953, bsc#1227806). +- commit 60989df + +------------------------------------------------------------------- +Thu Jul 18 16:40:36 CEST 2024 - jwiesner@suse.de + +- Update config files (bsc#1227282). + Update the CONFIG_LSM option to include the selinux LSM in the default set + of LSMs. The selinux LSM will not get enabled because it is preceded by + apparmor, which is the first exclusive LSM. Updating CONFIG_LSM resolves + failures that result in the system not booting up when "security=selinux + selinux=1" is passed to the kernel and SELinux policies are installed. +- commit 0a95a78 + +------------------------------------------------------------------- +Thu Jul 18 15:49:47 CEST 2024 - ailiop@suse.com + +- xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail + (git-fixes). +- commit 44812b1 + +------------------------------------------------------------------- +Thu Jul 18 15:47:21 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: use muar idx 0xe for non-mt799x as well + (bsc#1227149). +- wifi: mt76: mt7996: fix potential memory leakage when reading + chip temperature (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in + mt7996_irq_tasklet() (bsc#1227149). +- wifi: mt76: mt7925: ensure 4-byte alignment for suspend & + wow command (bsc#1227149). +- wifi: mt76: mt7996: fix size of txpower MCU command + (bsc#1227149). +- wifi: mt76: connac: check for null before dereferencing + (bsc#1227149). +- commit 4e5584e + +------------------------------------------------------------------- +Thu Jul 18 15:43:09 CEST 2024 - tiwai@suse.de + +- wifi: mt76: Remove redundant assignment to variable tidno + (bsc#1227149). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1227149). +- wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform + (bsc#1227149). +- wifi: mt76: mt7921: fix a potential association failure upon + resuming (bsc#1227149). +- wifi: mt76: mt7921: fix the unfinished command of regd_notifier + before suspend (bsc#1227149). +- wifi: mt76: mt792x: update the country list of EU for ACPI SAR + (bsc#1227149). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1227149). +- wifi: mt76: mt792x: add the illegal value check for mtcl table + of acpi (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong data type for scan command + (bsc#1227149). +- wifi: mt76: set page_pool napi pointer for mmio devices + (bsc#1227149). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1227149). +- commit 3499113 + +------------------------------------------------------------------- +Thu Jul 18 15:41:10 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: set correct muar_idx for mt799x chipsets + (bsc#1227149). +- wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149). +- wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149). +- wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands + (bsc#1227149). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1227149). +- wifi: mt76: mt7925: support temperature sensor (bsc#1227149). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1227149). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1227149). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1227149). +- commit 7f22357 + +------------------------------------------------------------------- +Thu Jul 18 15:39:15 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1227149). +- wifi: mt76: mt7925: fix fw download fail (bsc#1227149). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1227149). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1227149). +- wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table + (bsc#1227149). +- wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149). +- wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149). +- wifi: mt76: usb: create a dedicated queue for psd traffic + (bsc#1227149). +- commit 01e1acb + +------------------------------------------------------------------- +Thu Jul 18 15:36:38 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149). +- wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976 + (bsc#1227149). +- wifi: mt76: mt7915: add locking for accessing mapped registers + (bsc#1227149). +- wifi: mt76: mt7915: fix error recovery with WED enabled + (bsc#1227149). +- wifi: mt76: check txs format before getting skb by pid + (bsc#1227149). +- wifi: mt76: disable HW AMSDU when using fixed rate + (bsc#1227149). +- wifi: mt76: mt7996: fix fortify warning (bsc#1227149). +- commit 0013ef2 + +------------------------------------------------------------------- +Thu Jul 18 15:27:40 CEST 2024 - tiwai@suse.de + +- wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers + (bsc#1227149). +- wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix + -Warray-bounds warnings (bsc#1227149). +- wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149). +- wifi: mt76: mt7921: fix CLC command timeout when suspend/resume + (bsc#1227149). +- wifi: mt76: mt7921: reduce the size of MCU firmware download + Rx queue (bsc#1227149). +- wifi: mt76: mt7996: set DMA mask to 36 bits for boards with + more than 4GB of RAM (bsc#1227149). +- wifi: mt76: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps + signature (bsc#1227149). +- wifi: mt76: connac: add new definition of tx descriptor + (bsc#1227149). +- wifi: mt76: mt7996: adjust interface num and wtbl size for + mt7992 (bsc#1227149). +- commit cbff43f + +------------------------------------------------------------------- +Thu Jul 18 15:10:52 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149). +- wifi: mt76: mt7996: rework register offsets for mt7992 + (bsc#1227149). +- wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149). +- wifi: mt76: connac: add firmware support for mt7992 + (bsc#1227149). +- wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149). +- wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct + packing (bsc#1227149). +- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band + (bsc#1227149). +- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 + (bsc#1227149). +- wifi: mt76: connac: add beacon protection support for mt7996 + (bsc#1227149). +- wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149). +- commit 3e59fd6 + +------------------------------------------------------------------- +Thu Jul 18 15:02:07 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: add txpower setting support (bsc#1227149). +- commit fd1825a + +------------------------------------------------------------------- +Thu Jul 18 15:01:14 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: fix alignment of sta info event + (bsc#1227149). +- wifi: mt76: mt7996: switch to mcu command for TX GI report + (bsc#1227149). +- wifi: mt76: use chainmask for power delta calculation + (bsc#1227149). +- wifi: mt76: change txpower init to per-phy (bsc#1227149). +- wifi: mt76: mt7996: align the format of fixed rate command + (bsc#1227149). +- wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED + (bsc#1227149). +- wifi: mt76: connac: set fixed_bw bit in TX descriptor for + fixed rate frames (bsc#1227149). +- wifi: mt76: mt7996: adjust WFDMA settings to improve performance + (bsc#1227149). +- wifi: mt76: connac: add beacon duplicate TX mode support for + mt7996 (bsc#1227149). +- commit e90dd6a + +------------------------------------------------------------------- +Thu Jul 18 14:56:59 CEST 2024 - tiwai@suse.de + +- wifi: mt76: move wed reset common code in mt76 module + (bsc#1227149). +- commit b63457a + +------------------------------------------------------------------- +Thu Jul 18 14:56:00 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: add thermal sensor device support + (bsc#1227149). +- wifi: mt76: connac: add thermal protection support for mt7996 + (bsc#1227149). +- wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs + (bsc#1227149). +- wifi: mt76: mt7996: add support for variants with auxiliary + RX path (bsc#1227149). +- wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro + signature (bsc#1227149). +- wifi: mt76: dma: introduce __mt76_dma_queue_reset utility + routine (bsc#1227149). +- commit dd57284 + +------------------------------------------------------------------- +Thu Jul 18 14:51:28 CEST 2024 - tiwai@suse.de + +- wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149). +- wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149). +- wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine + (bsc#1227149). +- wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149). +- wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in + common code (bsc#1227149). +- wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in + common code (bsc#1227149). +- wifi: mt76: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: mt76: permit to load precal from NVMEM cell for mt7915 + (bsc#1227149). +- wifi: mt76: permit to use alternative cell name to eeprom + NVMEM load (bsc#1227149). +- commit 15e9dc7 + +------------------------------------------------------------------- +Thu Jul 18 14:11:52 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- commit 915b272 + +------------------------------------------------------------------- +Thu Jul 18 14:10:54 CEST 2024 - tiwai@suse.de + +- wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149). +- wifi: mt76: limit support of precal loading for mt7915 to MTD + only (bsc#1227149). +- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function + (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in parsing txfree + (bsc#1227149). +- wifi: mt76: add ability to explicitly forbid LED registration + with DT (bsc#1227149). +- wifi: mt76: mt7925: fix typo in mt7925_init_he_caps + (bsc#1227149). +- wifi: mt76: mt7921: fix 6GHz disabled by the missing default + CLC config (bsc#1227149). +- net: fill in MODULE_DESCRIPTION()s in kuba@'s modules + (bsc#1227149). +- wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz + channel info (bsc#1227149). +- commit b106ffb + +------------------------------------------------------------------- +Thu Jul 18 14:08:46 CEST 2024 - tiwai@suse.de + +- wifi: mt76: Annotate struct mt76_rx_tid with __counted_by + (bsc#1227149). +- commit aecab86 + +------------------------------------------------------------------- +Thu Jul 18 14:08:13 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: update the channel usage when the regd + domain changed (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- commit b09df3f + +------------------------------------------------------------------- +Thu Jul 18 14:07:29 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: get regulatory information from the clc + event (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- commit 04b07d9 + +------------------------------------------------------------------- +Thu Jul 18 14:06:31 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: add 6GHz power type support for clc + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- commit b7bb561 + +------------------------------------------------------------------- +Thu Jul 18 14:05:48 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149). +- wifi: mt76: mt7921: move connac nic capability handling to + mt7921 (bsc#1227149). +- wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup + (bsc#1227149). +- wifi: mt76: mt7996: remove periodic MPDU TXS request + (bsc#1227149). +- wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149). +- wifi: mt76: mt7996: Add mcu commands for getting sta tx + statistic (bsc#1227149). +- commit e37a1c7 + +------------------------------------------------------------------- +Thu Jul 18 13:38:01 CEST 2024 - tiwai@suse.de + +- Update config files for mt76 stuff (bsc#1227149) +- commit debbb92 + +------------------------------------------------------------------- +Thu Jul 18 13:36:41 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-update-beacon-size-limitation.patch. +- commit 54772eb + +------------------------------------------------------------------- +Thu Jul 18 13:36:01 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: get tx_retries and tx_failed from txfree + (bsc#1227149). +- wifi: mt76: mt792x: move some common usb code in mt792x module + (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x + module (bsc#1227149). +- wifi: mt76: mt7915 add tc offloading support (bsc#1227149). +- wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips + (bsc#1227149). +- wifi: mt76: mt7915: update mpdu density capability + (bsc#1227149). +- wifi: mt76: check vif type before reporting cca and csa + (bsc#1227149). +- wifi: mt76: check sta rx control frame to multibss capability + (bsc#1227149). +- wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code + (bsc#1227149). +- commit 2106e27 + +------------------------------------------------------------------- +Thu Jul 18 13:17:41 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: support per-band LED control (bsc#1227149). +- wifi: mt76: mt7996: support more options for + mt7996_set_bitrate_mask() (bsc#1227149). +- wifi: mt76: mt7996: only set vif teardown cmds at remove + interface (bsc#1227149). +- wifi: mt76: connac: add more unified event IDs (bsc#1227149). +- wifi: mt76: connac: add more unified command IDs (bsc#1227149). +- wifi: mt76: connac: add data field in struct tlv (bsc#1227149). +- wifi: mt76: connac: add eht support for tx power (bsc#1227149). +- wifi: mt76: connac: add eht support for phy mode config + (bsc#1227149). +- wifi: mt76: connac: export functions for mt7925 (bsc#1227149). +- wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149). +- commit 135e742 + +------------------------------------------------------------------- +Thu Jul 18 13:16:14 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: introduce helper for mt7925 chipset + (bsc#1227149). +- wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149). +- wifi: mt76: add DMA mapping error check in mt76_alloc_txwi() + (bsc#1227149). +- wifi: mt76: fix race condition related to checking tx queue + fill status (bsc#1227149). +- wifi: mt76: use atomic iface iteration for pre-TBTT work + (bsc#1227149). +- wifi: mt76: mt7603: disable A-MSDU tx support on MT7628 + (bsc#1227149). +- wifi: mt76: mt7603: add missing register initialization for + MT7628 (bsc#1227149). +- commit 6594bb5 + +------------------------------------------------------------------- +Thu Jul 18 12:48:51 CEST 2024 - tiwai@suse.de + +- net: ethernet: mtk_wed: introduce mtk_wed_buf structure + (bsc#1227149). +- net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_desc + (bsc#1227149). +- wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: mt76x02: fix return value check in + mt76x02_mac_process_rx (bsc#1227149). +- wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib + (bsc#1227149). +- wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149). +- wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and + MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149). +- wifi: mt76: mt76_connac3: move lmac queue enumeration in + mt76_connac3_mac.h (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib + module (bsc#1227149). +- commit 1179b28 + +------------------------------------------------------------------- +Thu Jul 18 12:45:48 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149). +- commit bb743ca + +------------------------------------------------------------------- +Thu Jul 18 12:45:22 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- Refresh + patches.suse/wifi-mt76-mt792x-fix-a-potential-loading-failure-of-.patch. +- commit e00ae3f + +------------------------------------------------------------------- +Thu Jul 18 12:43:42 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib + (bsc#1227149). +- commit 35d834e + +------------------------------------------------------------------- +Thu Jul 18 12:43:10 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib + (bsc#1227149). +- commit 5efac2c + +------------------------------------------------------------------- +Thu Jul 18 12:42:36 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move hif_ops macro in mt792x.h + (bsc#1227149). +- commit 945f2ed + +------------------------------------------------------------------- +Thu Jul 18 12:42:05 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: move more dma shared code in mt792x_dma + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch. +- commit 4136c03 + +------------------------------------------------------------------- +Thu Jul 18 12:41:07 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch. +- Refresh + patches.suse/wifi-mt76-mt7921s-fix-potential-hung-tasks-during-ch.patch. +- commit 94984c8 + +------------------------------------------------------------------- +Thu Jul 18 12:39:00 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move init shared code in mt792x-lib module + (bsc#1227149). +- wifi: mt76: mt7921: move debugfs shared code in mt792x-lib + module (bsc#1227149). +- wifi: mt76: mt7921: move dma shared code in mt792x-lib module + (bsc#1227149). +- commit 8138035 + +------------------------------------------------------------------- +Thu Jul 18 12:31:28 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move mac shared code in mt792x-lib module + (bsc#1227149). +- commit 118e960 + +------------------------------------------------------------------- +Thu Jul 18 12:31:01 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit bba35bb + +------------------------------------------------------------------- +Thu Jul 18 12:26:14 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit e5956d4 + +------------------------------------------------------------------- +Thu Jul 18 12:25:13 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in + mt792x.h (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit ea3046f + +------------------------------------------------------------------- +Thu Jul 18 12:23:02 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: move shared structure definition in mt792x.h + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit c60dc5e + +------------------------------------------------------------------- +Thu Jul 18 12:20:09 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- Refresh + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch. +- Refresh + patches.suse/wifi-mt76-mt792x-fix-a-potential-loading-failure-of-.patch. +- commit 845aa52 + +------------------------------------------------------------------- +Thu Jul 18 12:19:19 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit d4d2c1b + +------------------------------------------------------------------- +Thu Jul 18 12:18:50 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rename mt7921_hif_ops in mt792x_hif_ops + (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_phy in mt792x_phy + (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_sta in mt792x_sta + (bsc#1227149). +- commit 47cecdc + +------------------------------------------------------------------- +Thu Jul 18 12:16:45 CEST 2024 - tiwai@suse.de + +- wifi: mt76: move rate info in mt76_vif (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- Refresh + patches.suse/wifi-mt76-mt7996-fix-rate-usage-of-inband-discovery-.patch. +- commit 8909aa1 + +------------------------------------------------------------------- +Thu Jul 18 12:15:08 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: convert acpisar and clc pointers to void + (bsc#1227149). +- wifi: mt76: mt7921: move common register definition in + mt792x_regs.h (bsc#1227149). +- wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149). +- wifi: mt76: mt7603: fix beacon interval after disabling a + single vif (bsc#1227149). +- wifi: mt76: add support for providing eeprom in nvmem cells + (bsc#1227149). +- wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149). +- wifi: mt76: connac: add connac3 mac library (bsc#1227149). +- mt76: connac: move more mt7921/mt7915 mac shared code in connac + lib (bsc#1227149). +- wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149). +- commit 343ad65 + +------------------------------------------------------------------- +Thu Jul 18 12:12:40 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit 72ca75a + +------------------------------------------------------------------- +Thu Jul 18 12:11:56 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7996: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7615: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7603: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7996: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7615: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7603: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in + mt76_dev (bsc#1227149). +- commit 2965d6e + +------------------------------------------------------------------- +Thu Jul 18 12:10:03 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: increase tx token size (bsc#1227149). +- wifi: mt76: mt7996: add muru support (bsc#1227149). +- wifi: mt76: connac: add support to set ifs time by mcu command + (bsc#1227149). +- wifi: mt76: mt7996: enable VHT extended NSS BW feature + (bsc#1227149). +- wifi: mt76: connac: add support for dsp firmware download + (bsc#1227149). +- wifi: mt76: mt7996: move radio ctrl commands to proper functions + (bsc#1227149). +- wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco + (bsc#1227149). +- mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7921: make mt7921_mac_sta_poll static + (bsc#1227149). +- wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery + (bsc#1227149). +- commit fc1c367 + +------------------------------------------------------------------- +Thu Jul 18 12:08:06 CEST 2024 - tiwai@suse.de + +- Update config files: adjust for Arm CONFIG_MT798X_WMAC (bsc#1227149) +- commit 5938ea9 + +------------------------------------------------------------------- +Thu Jul 18 12:07:10 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rely on mib_stats shared definition + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit a519a6e + +------------------------------------------------------------------- +Thu Jul 18 12:06:29 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery + (bsc#1227149). +- wifi: mt76: mt7921: Support temp sensor (bsc#1227149). +- wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats + (bsc#1227149). +- wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149). +- wifi: mt76: mt7921e: report tx retries/failed counts in tx + free event (bsc#1227149). +- wifi: mt76: mt7915: add support for MT7981 (bsc#1227149). +- wifi: mt76: mt7996: rely on mib_stats shared definition + (bsc#1227149). +- wifi: mt76: mt7915: move mib_stats structure in mt76.h + (bsc#1227149). +- wifi: mt76: mt7921: remove macro duplication in regs.h + (bsc#1227149). +- commit c307798 + +------------------------------------------------------------------- +Thu Jul 18 12:03:30 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7915: report tx retries/failed counts for non-WED + path (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7915-rework-tx-packets-counting-when-WED.patch. +- commit 25e2b06 + +------------------------------------------------------------------- +Thu Jul 18 12:02:50 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-update-beacon-size-limitation.patch. +- commit b121af9 + +------------------------------------------------------------------- +Thu Jul 18 12:02:04 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: drop return in mt7996_sta_statistics + (bsc#1227149). +- wifi: mt76: mt7915: drop return in mt7915_sta_statistics + (bsc#1227149). +- wifi: mt76: report non-binding skb tx rate when WED is active + (bsc#1227149). +- wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149). +- wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support + (bsc#1227149). +- wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt7601u: delete dead code checking debugfs returns + (bsc#1227149). +- commit 3625743 + +------------------------------------------------------------------- +Thu Jul 18 11:37:20 CEST 2024 - ailiop@suse.com + +- exfat: fix potential deadlock on __exfat_get_dentry_set + (git-fixes). +- commit aaa908a + +------------------------------------------------------------------- +Thu Jul 18 10:07:41 CEST 2024 - tiwai@suse.de + +- media: venus: fix use after free in vdec_close (git-fixes). +- media: venus: flush all buffers in output plane streamoff + (git-fixes). +- media: v4l: subdev: Fix typo in documentation (git-fixes). +- media: imx-pxp: Fix ERR_PTR dereference in pxp_probe() + (git-fixes). +- media: renesas: vsp1: Store RPF partition configuration per + RPF instance (git-fixes). +- media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes). +- media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes). +- media: imx-jpeg: Drop initial source change event if capture + has been setup (git-fixes). +- media: imx-jpeg: Remove some redundant error logs (git-fixes). +- media: uvcvideo: Override default flags (git-fixes). +- media: uvcvideo: Fix integer overflow calculating timestamp + (git-fixes). +- saa7134: Unchecked i2c_transfer function result fixed + (git-fixes). +- media: v4l: async: Fix NULL pointer dereference in adding + ancillary links (git-fixes). +- media: i2c: Fix imx412 exposure control (git-fixes). +- media: imon: Fix race getting ictx->lock (git-fixes). +- media: dvb-usb: Fix unexpected infinite loop in + dvb_usb_read_remote_control() (git-fixes). +- media: pci: ivtv: Add check for DMA map result (git-fixes). +- leds: flash: leds-qcom-flash: Test the correct variable in init + (git-fixes). +- Revert "leds: led-core: Fix refcount leak in of_led_get()" + (git-fixes). +- leds: mt6360: Fix memory leak in mt6360_init_isnk_properties() + (git-fixes). +- leds: triggers: Flush pending brightness before activating + trigger (git-fixes). +- leds: ss4200: Convert PCIBIOS_* return codes to errnos + (git-fixes). +- leds: trigger: Unregister sysfs attributes before calling + deactivate() (git-fixes). +- mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes). +- mfd: pm8008: Fix regmap irq chip initialisation (git-fixes). +- ipmi: ssif_bmc: prevent integer overflow on 32bit systems + (git-fixes). +- ata: libata-scsi: Fix offsets for the fixed format sense data + (git-fixes). +- commit a8e6a5f + +------------------------------------------------------------------- +Thu Jul 18 09:57:39 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/mptcp-ensure-snd_nxt-is-properly-initialized-on-conn.patch + (CVE-2024-36889 bsc#1225746). +- commit 98abb2b + +------------------------------------------------------------------- +Thu Jul 18 00:24:50 CEST 2024 - dsterba@suse.com + +- mptcp: fix data races on remote_id (CVE-2024-27404 bsc#1224422) +- commit ed12cfe + +------------------------------------------------------------------- +Wed Jul 17 20:42:57 CEST 2024 - dsterba@suse.com + +- netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (CVE-2024-27020 bsc#1223815) +- commit 79c457d + +------------------------------------------------------------------- +Wed Jul 17 20:06:17 CEST 2024 - dsterba@suse.com + +- netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (CVE-2024-27019 bsc#1223813) +- commit 73c5c5f + +------------------------------------------------------------------- +Wed Jul 17 18:42:22 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_bits_nowait (bsc#1223731 + CVE-2024-26944). +- commit da5e600 + +------------------------------------------------------------------- +Wed Jul 17 18:26:57 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_dirty (bsc#1223731 CVE-2024-26944). +- commit 3076056 + +------------------------------------------------------------------- +Wed Jul 17 18:03:51 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_new (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch. +- commit 3afda0a + +------------------------------------------------------------------- +Wed Jul 17 17:33:30 CEST 2024 - mhocko@suse.com + +- mm/page_table_check: fix crash on ZONE_DEVICE (CVE-2024-40948 + bsc#1227801). +- commit 69b3c59 + +------------------------------------------------------------------- +Wed Jul 17 17:23:08 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_delalloc (bsc#1223731 + CVE-2024-26944). +- btrfs: open code set_extent_defrag (bsc#1223731 CVE-2024-26944). +- commit 646bcad + +------------------------------------------------------------------- +Wed Jul 17 16:46:51 CEST 2024 - fdmanana@suse.com + +- btrfs: use btrfs_next_item() at scrub.c:find_first_extent_item() + (bsc#1223731 CVE-2024-26944). +- btrfs: unexport extent_map_block_end() (bsc#1223731 + CVE-2024-26944). +- btrfs: split assert into two different asserts when removing + block group (bsc#1223731 CVE-2024-26944). +- btrfs: mark sanity checks when getting chunk map as unlikely + (bsc#1223731 CVE-2024-26944). +- commit b0dd338 + +------------------------------------------------------------------- +Wed Jul 17 16:21:14 CEST 2024 - mhocko@suse.com + +- gro: fix ownership transfer (CVE-2024-35890 bsc#1224516). +- commit 8c57ce0 + +------------------------------------------------------------------- +Wed Jul 17 15:50:25 CEST 2024 - mhocko@suse.com + +- mptcp: ensure snd_nxt is properly initialized on connect + (CVE-2024-36889). +- commit 724d285 + +------------------------------------------------------------------- +Wed Jul 17 15:25:38 CEST 2024 - mhocko@suse.com + +- ipv6: fib6_rules: avoid possible NULL dereference in + fib6_rule_action() (CVE-2024-36902 bsc#1225719). +- commit d8c5ba2 + +------------------------------------------------------------------- +Wed Jul 17 15:06:34 CEST 2024 - mhocko@suse.com + +- phonet: fix rtm_phonet_notify() skb allocation (CVE-2024-36946 + bsc#1225851). +- commit a878203 + +------------------------------------------------------------------- +Wed Jul 17 14:24:39 CEST 2024 - mhocko@suse.com + +- r8169: Fix possible ring buffer corruption on fragmented Tx + packets (CVE-2024-38586 bsc#1226750). +- commit 1324b27 + +------------------------------------------------------------------- +Wed Jul 17 13:55:30 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: factor out DUP bg handling from + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: factor out single bg handling from + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: factor out per-zone logic from + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: introduce a zone_info struct in + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- commit f06e144 + +------------------------------------------------------------------- +Wed Jul 17 10:08:38 CEST 2024 - tiwai@suse.de + +- wifi: virt_wifi: don't use strlen() in const context + (git-fixes). +- commit b4154c8 + +------------------------------------------------------------------- +Wed Jul 17 10:06:35 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: Fix array index mistake in + rtw89_sta_info_get_iter() (git-fixes). +- wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes). +- wifi: rtw89: 8852b: fix definition of KIP register number + (git-fixes). +- wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when + in_reconfig (git-fixes). +- wifi: virt_wifi: avoid reporting connection success with wrong + SSID (git-fixes). +- wifi: ath12k: fix peer metadata parsing (git-fixes). +- wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers + (git-fixes). +- wifi: ath11k: fix RCU documentation in + ath11k_mac_op_ipv6_changed() (git-fixes). +- wifi: iwlwifi: mvm: don't limit VLP/AFC to UATS-enabled + (git-fixes). +- wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes). +- wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes). +- wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes). +- commit 949fcca + +------------------------------------------------------------------- +Wed Jul 17 09:46:37 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: handle 2x996 RU allocation in + cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() + (git-fixes). +- wifi: ath12k: fix wrong definition of CE ring's base address + (git-fixes). +- wifi: ath11k: fix wrong definition of CE ring's base address + (git-fixes). +- wifi: ath12k: fix firmware crash during reo reinject + (git-fixes). +- wifi: ath12k: fix invalid memory access while processing + fragmented packets (git-fixes). +- wifi: ath12k: change DMA direction while mapping reinjected + packets (git-fixes). +- wifi: ath11k: restore country code during resume (git-fixes). +- wifi: ath11k: refactor setting country code logic + (stable-fixes). +- wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure + (git-fixes). +- wifi: ath12k: Correct 6 GHz frequency value in rx status + (git-fixes). +- wifi: ath12k: avoid duplicated vdev stop (git-fixes). +- wifi: ath12k: drop failed transmitted frames from metric + calculation (git-fixes). +- wifi: ath12k: Don't drop tx_status in failure case (git-fixes). +- wifi: rtw89: fix HW scan not aborting properly (git-fixes). +- commit 7f555ea + +------------------------------------------------------------------- +Wed Jul 17 09:42:53 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit e02cbd1 + +------------------------------------------------------------------- +Wed Jul 17 09:38:22 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: cancel multi-link reconf work on disconnect + (git-fixes). +- wifi: mwifiex: Fix interface type change (git-fixes). +- wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device + (git-fixes). +- vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes). +- wifi: mac80211: Recalc offload when monitor stop (git-fixes). +- commit 0c5d63e + +------------------------------------------------------------------- +Wed Jul 17 09:31:55 CEST 2024 - tiwai@suse.de + +- Bluetooth: hci_event: Set QoS encryption from BIGInfo report + (git-fixes). +- Bluetooth: btnxpuart: Add handling for boot-signature timeout + errors (git-fixes). +- Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes). +- Bluetooth: hci_bcm4377: Use correct unit for timeouts + (git-fixes). +- lib: objagg: Fix general protection fault (git-fixes). +- lib: test_objagg: Fix spelling (git-fixes). +- lib: objagg: Fix spelling (git-fixes). +- cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe() + (git-fixes). +- cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared + memory CPPC systems (git-fixes). +- firmware: turris-mox-rwtm: Initialize completion before mailbox + (git-fixes). +- firmware: turris-mox-rwtm: Fix checking return value of + wait_for_completion_timeout() (git-fixes). +- firmware: turris-mox-rwtm: Do not complete if there are no + waiters (git-fixes). +- drivers: soc: xilinx: check return status of get_api_version() + (git-fixes). +- soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes). +- soc: qcom: pdr: fix parsing of domains lists (git-fixes). +- soc: qcom: pdr: protect locator_addr with the main mutex + (git-fixes). +- soc: qcom: rpmh-rsc: Ensure irqs aren't disabled by + rpmh_rsc_send_data() callers (git-fixes). +- soc: qcom: pmic_glink: Handle the return value of + pmic_glink_init (git-fixes). +- commit aea26b0 + +------------------------------------------------------------------- +Tue Jul 16 18:29:23 CEST 2024 - ailiop@suse.com + +- blacklist.conf: add 54cbc058d86b + commit 54cbc058d86b ("fs/aio: Make io_cancel() generate completions + again") was later reverted upstream by commit 28468cbed92e, so blacklist + it. +- commit bc9be4f + +------------------------------------------------------------------- +Tue Jul 16 18:25:16 CEST 2024 - fdmanana@suse.com + +- btrfs: remove the need_raid_map parameter from btrfs_map_block() + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: skip splitting and logical rewriting on pre-alloc + write (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: do not zone finish data relocation block group + (bsc#1223731 CVE-2024-26944). +- btrfs: add comments for btrfs_map_block() (bsc#1223731 + CVE-2024-26944). +- commit 0c47c71 + +------------------------------------------------------------------- +Tue Jul 16 18:23:04 CEST 2024 - ailiop@suse.com + +- Revert "gfs2: fix glock shrinker ref issues" (git-fixes). +- commit f7bfdba + +------------------------------------------------------------------- +Tue Jul 16 18:22:18 CEST 2024 - ailiop@suse.com + +- gfs2: Fix "ignore unlock failures after withdraw" (git-fixes). +- commit 519ac22 + +------------------------------------------------------------------- +Tue Jul 16 18:21:11 CEST 2024 - ailiop@suse.com + +- gfs2: Don't forget to complete delayed withdraw (git-fixes). +- commit 7f71d47 + +------------------------------------------------------------------- +Tue Jul 16 18:20:02 CEST 2024 - ailiop@suse.com + +- gfs2: Fix invalid metadata access in punch_hole (git-fixes). +- commit 1be0540 + +------------------------------------------------------------------- +Tue Jul 16 18:18:03 CEST 2024 - ailiop@suse.com + +- gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes). +- commit d7e53ef + +------------------------------------------------------------------- +Tue Jul 16 18:17:01 CEST 2024 - ailiop@suse.com + +- gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes). +- commit 78503fa + +------------------------------------------------------------------- +Tue Jul 16 18:15:53 CEST 2024 - ailiop@suse.com + +- gfs2: convert to ctime accessor functions (git-fixes). +- commit b024418 + +------------------------------------------------------------------- +Tue Jul 16 18:13:39 CEST 2024 - ailiop@suse.com + +- gfs2: Get rid of gfs2_alloc_blocks generation parameter + (git-fixes). +- commit e229d26 + +------------------------------------------------------------------- +Tue Jul 16 18:12:42 CEST 2024 - ailiop@suse.com + +- dlm: fix user space lock decision to copy lvb (git-fixes). +- commit 9a5eade + +------------------------------------------------------------------- +Tue Jul 16 18:12:00 CEST 2024 - ailiop@suse.com + +- ocfs2: fix DIO failure due to insufficient transaction credits + (git-fixes). +- commit cf885b6 + +------------------------------------------------------------------- +Tue Jul 16 18:11:04 CEST 2024 - ailiop@suse.com + +- ocfs2: use coarse time for new created files (git-fixes). +- commit 61f3cb7 + +------------------------------------------------------------------- +Tue Jul 16 18:09:52 CEST 2024 - ailiop@suse.com + +- ocfs2: fix races between hole punching and AIO+DIO (git-fixes). +- commit bdcd35b + +------------------------------------------------------------------- +Tue Jul 16 18:08:38 CEST 2024 - ailiop@suse.com + +- filelock: fix potential use-after-free in posix_lock_inode + (git-fixes). +- commit 4ceada4 + +------------------------------------------------------------------- +Tue Jul 16 18:02:53 CEST 2024 - ailiop@suse.com + +- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() + (git-fixes). +- commit 047ac8f + +------------------------------------------------------------------- +Tue Jul 16 18:01:04 CEST 2024 - ailiop@suse.com + +- tracefs: Add missing lockdown check to tracefs_create_dir() + (git-fixes). +- commit 65b8efc + +------------------------------------------------------------------- +Tue Jul 16 17:53:24 CEST 2024 - ailiop@suse.com + +- f2fs: fix error path of __f2fs_build_free_nids (git-fixes). +- commit 6c1efec + +------------------------------------------------------------------- +Tue Jul 16 17:53:11 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: re-enable metadata over-commit for zoned mode + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: don't activate non-DATA BG on allocation + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: no longer count fresh BG region as zone unusable + (bsc#1223731 CVE-2024-26944). +- commit cc48fd8 + +------------------------------------------------------------------- +Tue Jul 16 17:51:44 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103, + CVE-2024-39468). +- commit 1548cc0 + +------------------------------------------------------------------- +Tue Jul 16 17:50:48 CEST 2024 - ailiop@suse.com + +- orangefs: fix out-of-bounds fsid access (git-fixes). +- commit 8d69475 + +------------------------------------------------------------------- +Tue Jul 16 17:41:13 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: activate metadata block group on write time + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: reserve zones for an active metadata/system + block group (bsc#1223731 CVE-2024-26944). +- commit 00c0b10 + +------------------------------------------------------------------- +Tue Jul 16 17:31:18 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: update meta write pointer on zone finish + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: defer advancing meta write pointer (bsc#1223731 + CVE-2024-26944). +- commit 9625328 + +------------------------------------------------------------------- +Tue Jul 16 17:27:16 CEST 2024 - tbogendoerfer@suse.de + +- net/mlx5: Always stop health timer during driver removal + (CVE-2024-40906 bsc#1227763). +- commit 3630f6e + +------------------------------------------------------------------- +Tue Jul 16 17:22:28 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: return int from btrfs_check_meta_write_pointer + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: introduce block group context to + btrfs_eb_write_context (bsc#1223731 CVE-2024-26944). +- btrfs: introduce struct to consolidate extent buffer write + context (bsc#1223731 CVE-2024-26944). +- commit d8f8b66 + +------------------------------------------------------------------- +Tue Jul 16 17:08:50 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: use vcalloc instead of for vzalloc in + btrfs_get_dev_zone_info (bsc#1223731 CVE-2024-26944). +- commit 4837f02 + +------------------------------------------------------------------- +Tue Jul 16 17:05:24 CEST 2024 - fdmanana@suse.com + +- btrfs: open code need_full_stripe conditions (bsc#1223731 + CVE-2024-26944). +- Refresh + patches.suse/btrfs-be-a-bit-more-careful-when-setting-mirror.patch. +- commit 0011c1e + +------------------------------------------------------------------- +Tue Jul 16 17:01:11 CEST 2024 - ailiop@suse.com + +- nilfs2: fix incorrect inode allocation from reserved inodes + (git-fixes). +- commit 9ce9b3c + +------------------------------------------------------------------- +Tue Jul 16 17:00:35 CEST 2024 - ailiop@suse.com + +- nilfs2: convert persistent object allocator to use kmap_local + (git-fixes). +- commit dc36fd2 + +------------------------------------------------------------------- +Tue Jul 16 16:57:31 CEST 2024 - mkubecek@suse.cz + +- netfilter: nf_tables: restore set elements when delete set fails + (CVE-2024-27012 bsc#1223804). +- commit 8ba3bb4 + +------------------------------------------------------------------- +Tue Jul 16 16:55:47 CEST 2024 - ailiop@suse.com + +- jffs2: Fix potential illegal address access in jffs2_free_inode + (git-fixes). +- commit 282ccaf + +------------------------------------------------------------------- +Tue Jul 16 16:52:25 CEST 2024 - ailiop@suse.com + +- hfsplus: fix to avoid false alarm of circular locking + (git-fixes). +- commit 490432a + +------------------------------------------------------------------- +Tue Jul 16 16:51:49 CEST 2024 - fdmanana@suse.com + +- btrfs: open code btrfs_map_sblock (bsc#1223731 CVE-2024-26944). +- commit 5fa5c99 + +------------------------------------------------------------------- +Tue Jul 16 16:48:45 CEST 2024 - fdmanana@suse.com + +- btrfs: rename __btrfs_map_block to btrfs_map_block (bsc#1223731 + CVE-2024-26944). +- commit de51f30 + +------------------------------------------------------------------- +Tue Jul 16 16:24:52 CEST 2024 - fdmanana@suse.com + +- btrfs: remove unused btrfs_map_block (bsc#1223731 + CVE-2024-26944). +- commit 0ff7c2f + +------------------------------------------------------------------- +Tue Jul 16 16:21:00 CEST 2024 - fdmanana@suse.com + +- btrfs: optimize simple reads in btrfsic_map_block (bsc#1223731 + CVE-2024-26944). +- commit 3260913 + +------------------------------------------------------------------- +Tue Jul 16 16:17:35 CEST 2024 - fdmanana@suse.com + +- btrfs: remove unused BTRFS_MAP_DISCARD (bsc#1223731 + CVE-2024-26944). +- commit 68b562a + +------------------------------------------------------------------- +Tue Jul 16 16:14:28 CEST 2024 - fdmanana@suse.com + +- btrfs: pass the new logical address to split_extent_map + (bsc#1223731 CVE-2024-26944). +- commit c2e8884 + +------------------------------------------------------------------- +Tue Jul 16 16:06:12 CEST 2024 - fdmanana@suse.com + +- btrfs: defer splitting of ordered extents until I/O completion + (bsc#1223731 CVE-2024-26944). +- commit 5ae3e38 + +------------------------------------------------------------------- +Tue Jul 16 15:59:39 CEST 2024 - fdmanana@suse.com + +- btrfs: handle completed ordered extents in + btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944). +- commit ddd9e87 + +------------------------------------------------------------------- +Tue Jul 16 15:52:11 CEST 2024 - fdmanana@suse.com + +- btrfs: atomically insert the new extent in + btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944). +- commit 4030656 + +------------------------------------------------------------------- +Tue Jul 16 15:48:28 CEST 2024 - fdmanana@suse.com + +- btrfs: split btrfs_alloc_ordered_extent to allocation and + insertion helpers (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/0002-btrfs-fix-qgroup_free_reserved_data-int-overflow.patch. +- commit e1bc1c4 + +------------------------------------------------------------------- +Tue Jul 16 13:48:59 CEST 2024 - tzimmermann@suse.com + +- drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723 CVE-2024-39498) +- commit bb19e55 + +------------------------------------------------------------------- +Tue Jul 16 13:28:06 CEST 2024 - fdmanana@suse.com + +- btrfs: return the new ordered_extent from + btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944). +- commit c61ece3 + +------------------------------------------------------------------- +Tue Jul 16 13:10:53 CEST 2024 - fdmanana@suse.com + +- btrfs: reorder conditions in btrfs_extract_ordered_extent + (bsc#1223731 CVE-2024-26944). +- commit 7ad1725 + +------------------------------------------------------------------- +Tue Jul 16 12:58:15 CEST 2024 - fdmanana@suse.com + +- btrfs: move split_extent_map to extent_map.c (bsc#1223731 + CVE-2024-26944). +- commit 4667690 + +------------------------------------------------------------------- +Tue Jul 16 12:43:11 CEST 2024 - fdmanana@suse.com + +- btrfs: record orig_physical only for the original bio + (bsc#1223731 CVE-2024-26944). +- commit f1ddea8 + +------------------------------------------------------------------- +Tue Jul 16 12:37:50 CEST 2024 - fdmanana@suse.com + +- btrfs: optimize the logical to physical mapping for zoned writes + (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/0002-btrfs-fix-qgroup_free_reserved_data-int-overflow.patch. +- commit 59cfe96 + +------------------------------------------------------------------- +Tue Jul 16 12:26:48 CEST 2024 - tbogendoerfer@suse.de + +- ionic: fix use after netif_napi_del() (CVE-2024-39502 + bsc#1227755). +- commit a8905bd + +------------------------------------------------------------------- +Tue Jul 16 10:26:43 CEST 2024 - mkubecek@suse.cz + +- netfilter: flowtable: validate pppoe header (CVE-2024-27016 + bsc#1223807). +- commit 4c0256f + +------------------------------------------------------------------- +Tue Jul 16 09:56:30 CEST 2024 - tbogendoerfer@suse.de + +- i40e: fix: remove needless retries of NVM update (bsc#1227736). +- commit df4f038 + +------------------------------------------------------------------- +Tue Jul 16 09:46:34 CEST 2024 - tiwai@suse.de + +- spi: spi-microchip-core: Fix the number of chip selects + supported (git-fixes). +- spi: atmel-quadspi: Add missing check for clk_prepare + (git-fixes). +- gpio: mc33880: Convert comma to semicolon (git-fixes). +- pwm: stm32: Always do lazy disabling (git-fixes). +- hwmon: (max6697) Fix swapped temp{1,8} critical alarms + (git-fixes). +- hwmon: (max6697) Fix underflow when writing limit attributes + (git-fixes). +- hwmon: (adt7475) Fix default duty on fan is disabled + (git-fixes). +- platform/chrome: cros_ec_debugfs: fix wrong EC message version + (git-fixes). +- char: tpm: Fix possible memory leak in + tpm_bios_measurements_open() (git-fixes). +- tools/memory-model: Fix bug in lock.cat (git-fixes). +- drm/gma500: fix null pointer dereference in + cdv_intel_lvds_get_modes (git-fixes). +- drm/gma500: fix null pointer dereference in + psb_intel_lvds_get_modes (git-fixes). +- drm/meson: fix canvas release in bind function (git-fixes). +- commit 027008e + +------------------------------------------------------------------- +Tue Jul 16 09:42:19 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit da52786 + +------------------------------------------------------------------- +Tue Jul 16 04:51:03 CEST 2024 - dsterba@suse.com + +- ipv6: prevent NULL dereference in ip6_output() (CVE-2024-36901 bsc#1225711) +- commit 299bf13 + +------------------------------------------------------------------- +Tue Jul 16 04:01:56 CEST 2024 - dsterba@suse.com + +- i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (CVE-2024-36004 bsc#1224545) +- commit 42d6eee + +------------------------------------------------------------------- +Tue Jul 16 03:48:07 CEST 2024 - dsterba@suse.com + +- nbd: null check for nla_nest_start (CVE-2024-27025 bsc#1223778) +- commit a23796b + +------------------------------------------------------------------- +Mon Jul 15 19:55:01 CEST 2024 - fdmanana@suse.com + +- btrfs: rename the bytenr field in struct btrfs_ordered_sum to + logical (bsc#1223731 CVE-2024-26944). +- btrfs: mark the len field in struct btrfs_ordered_sum as + unsigned (bsc#1223731 CVE-2024-26944). +- btrfs: don't call btrfs_record_physical_zoned for failed append + (bsc#1223731 CVE-2024-26944). +- btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONED + (bsc#1223731 CVE-2024-26944). +- commit 7e64d12 + +------------------------------------------------------------------- +Mon Jul 15 19:22:22 CEST 2024 - fdmanana@suse.com + +- btrfs: use SECTOR_SHIFT to convert LBA to physical offset + (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/btrfs-don-t-warn-if-discard-range-is-not-aligned-to-.patch. +- commit ad23354 + +------------------------------------------------------------------- +Mon Jul 15 18:54:42 CEST 2024 - fdmanana@suse.com + +- btrfs: don't hold an extra reference for redirtied buffers + (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/0003-btrfs-free-qgroup-pertrans-reserve-on-transaction-ab.patch. +- commit 47897b2 + +------------------------------------------------------------------- +Mon Jul 15 18:36:23 CEST 2024 - fdmanana@suse.com + +- btrfs: export bitmap_test_range_all_{set,zero} (bsc#1223731 + CVE-2024-26944). +- commit fcba900 + +------------------------------------------------------------------- +Mon Jul 15 17:27:32 CEST 2024 - tiwai@suse.de + +- Update patch reference for ath12k fix (CVE-2024-40979 bsc#1227855) +- commit 0463455 + +------------------------------------------------------------------- +Mon Jul 15 16:45:21 CEST 2024 - mhocko@suse.com + +- mlxsw: spectrum_acl_tcam: Fix memory leak during rehash + (CVE-2024-35853 bsc#1224604). +- commit d46e600 + +------------------------------------------------------------------- +Mon Jul 15 16:29:05 CEST 2024 - mhocko@suse.com + +- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during + activity update (CVE-2024-35854 bsc#1224636). +- commit 7cd7b18 + +------------------------------------------------------------------- +Mon Jul 15 16:14:05 CEST 2024 - mhocko@suse.com + +- phonet/pep: fix racy skb_queue_empty() use (CVE-2024-27402 + bsc#1224414). +- commit 9f9d7b5 + +------------------------------------------------------------------- +Mon Jul 15 16:11:16 CEST 2024 - petr.pavlu@suse.com + +- kprobe/ftrace: fix build error due to bad function definition + (git-fixes). +- commit 16bb0c0 + +------------------------------------------------------------------- +Mon Jul 15 15:48:43 CEST 2024 - mhocko@suse.com + +- net: prevent mss overflow in skb_segment() (CVE-2023-52435 + bsc#1220138). +- commit b718cb4 + +------------------------------------------------------------------- +Mon Jul 15 15:26:09 CEST 2024 - mhocko@suse.com + +- netfilter: nf_tables: do not compare internal table flags on + updates (CVE-2024-27065 bsc#1223836). +- commit 0e49dd8 + +------------------------------------------------------------------- +Mon Jul 15 14:28:00 CEST 2024 - petr.pavlu@suse.com + +- tracing/net_sched: NULL pointer dereference in + perf_trace_qdisc_reset() (git-fixes). +- commit c773566 + +------------------------------------------------------------------- +Mon Jul 15 14:24:40 CEST 2024 - petr.pavlu@suse.com + +- tracing: Build event generation tests only as modules + (git-fixes). +- commit dd7f603 + +------------------------------------------------------------------- +Mon Jul 15 14:17:01 CEST 2024 - oneukum@suse.com + +- usb: ucsi: stm32: fix command completion handling (git-fixes). +- commit 3155170 + +------------------------------------------------------------------- +Mon Jul 15 14:06:05 CEST 2024 - oneukum@suse.com + +- Bluetooth: qca: set power_ctrl_enabled on NULL returned by + gpiod_get_optional() (git-fixes). +- commit 3a34099 + +------------------------------------------------------------------- +Mon Jul 15 14:03:39 CEST 2024 - petr.pavlu@suse.com + +- cachefiles: add output string to + cachefiles_obj_[get|put]_ondemand_fd (git-fixes). +- commit 12446de + +------------------------------------------------------------------- +Mon Jul 15 13:55:23 CEST 2024 - tiwai@suse.de + +- iommu/vt-d: Allocate DMAR fault interrupts locally + (bsc#1224767). +- commit 85bf7e2 + +------------------------------------------------------------------- +Mon Jul 15 13:54:40 CEST 2024 - tiwai@suse.de + +- iommu/amd: Fix panic accessing amd_iommu_enable_faulting + (bsc#1224767). +- commit 567c8c9 + +------------------------------------------------------------------- +Mon Jul 15 13:49:42 CEST 2024 - mhocko@suse.com + +- netfilter: flowtable: incorrect pppoe tuple (CVE-2024-27015 + bsc#1223806). +- commit e834f51 + +------------------------------------------------------------------- +Mon Jul 15 13:33:32 CEST 2024 - mhocko@suse.com + +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (CVE-2024-27064 bsc#1223740). +- commit daf6634 + +------------------------------------------------------------------- +Mon Jul 15 13:30:59 CEST 2024 - oneukum@suse.com + +- blacklist.conf: feature, not fix +- commit 7a64b31 + +------------------------------------------------------------------- +Mon Jul 15 13:30:17 CEST 2024 - petr.pavlu@suse.com + +- kprobe/ftrace: bail out if ftrace was killed (git-fixes). +- commit 43ba702 + +------------------------------------------------------------------- +Mon Jul 15 13:12:22 CEST 2024 - mhocko@suse.com + +- tipc: Check the bearer type before calling + tipc_udp_nl_bearer_add() (CVE-2024-26663 bsc#1222326). +- commit fff5ef3 + +------------------------------------------------------------------- +Mon Jul 15 11:47:14 CEST 2024 - petr.pavlu@suse.com + +- blacklist.conf: add not-relevant tracing fixes +- commit b158327 + +------------------------------------------------------------------- +Mon Jul 15 11:41:17 CEST 2024 - petr.pavlu@suse.com + +- Update + patches.suse/ring-buffer-Fix-a-race-between-readers-and-resize-checks.patch + (bsc#1222893). +- commit eebb09a + +------------------------------------------------------------------- +Mon Jul 15 11:39:14 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Add coldboot calibration support for QCN9074 + (bsc#1227149). +- wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-boot-failure-with-one-MSI-vector.patch. +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- commit e553d75 + +------------------------------------------------------------------- +Mon Jul 15 11:34:45 CEST 2024 - tiwai@suse.de + +- wifi: ath9k: avoid using uninitialized array (bsc#1227149). +- Refresh patches.suse/wifi-ath9k-fix-fortify-warnings.patch. +- commit 7a06512 + +------------------------------------------------------------------- +Mon Jul 15 09:42:47 CEST 2024 - vkarasulli@suse.de + +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes). +- commit dcdbf4a + +------------------------------------------------------------------- +Mon Jul 15 09:02:51 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149). +- commit 5e9fc63 + +------------------------------------------------------------------- +Sun Jul 14 15:49:36 CEST 2024 - tiwai@suse.de + +- kABI workaround for wireless updates (bsc#1227149). +- commit 956c903 + +------------------------------------------------------------------- +Sun Jul 14 09:22:18 CEST 2024 - tiwai@suse.de + +- i2c: rcar: bring hardware to known state when probing + (git-fixes). +- i2c: testunit: avoid re-issued work after read message + (git-fixes). +- i2c: mark HostNotify target address as used (git-fixes). +- i2c: testunit: correct Kconfig description (git-fixes). +- commit 834d4d5 + +------------------------------------------------------------------- +Sat Jul 13 16:14:43 CEST 2024 - tiwai@suse.de + +- supported.conf: update for mt76 stuff (bsc#1227149) +- commit 276fbe5 + +------------------------------------------------------------------- +Sat Jul 13 16:11:33 CEST 2024 - tiwai@suse.de + +- kabi/severities: cover all mt76 modules (bsc#1227149) +- commit 8877f2f + +------------------------------------------------------------------- +Sat Jul 13 13:06:17 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP + (bsc#1227149). +- commit a3d6465 + +------------------------------------------------------------------- +Sat Jul 13 13:05:04 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix monitor channel with chanctx emulation + (bsc#1227149). +- wifi: cfg80211: validate HE operation element parsing + (bsc#1227149). +- wifi: mac80211: don't select link ID if not provided in scan + request (bsc#1227149). +- wifi: mac80211: check EHT/TTLM action frame length + (bsc#1227149). +- wifi: mac80211: correctly set active links upon TTLM + (bsc#1227149). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1227149). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1227149). +- commit e4d62d6 + +------------------------------------------------------------------- +Sat Jul 13 13:00:06 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149) + All those symbols are local and used for its own helpers +- commit c402c7b + +------------------------------------------------------------------- +Sat Jul 13 12:59:25 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS + (bsc#1227149). +- wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and + low power mode (bsc#1227149). +- wifi: rtl8xxxu: enable MFP support with security flag of RX + descriptor (bsc#1227149). +- wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if + no 6 GHz sband (bsc#1227149). +- wifi: rtw89: 8852c: add quirk to set PCI BER for certain + platforms (bsc#1227149). +- wifi: rtw89: download firmware with five times retry + (bsc#1227149). +- commit 70ec305 + +------------------------------------------------------------------- +Sat Jul 13 12:56:48 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: coex: fix configuration for shared antenna for + 8922A (bsc#1227149). +- wifi: rtw89: wow: move release offload packet earlier for + WoWLAN mode (bsc#1227149). +- wifi: rtw89: wow: set security engine options for 802.11ax + chips only (bsc#1227149). +- wifi: rtw89: update suspend/resume for different generation + (bsc#1227149). +- wifi: rtw89: wow: update config mac function with different + generation (bsc#1227149). +- wifi: rtw89: update DMA function with different generation + (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN status register for different + generation (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN reason register for different + chips (bsc#1227149). +- wifi: rtw89: coex: Add coexistence policy to decrease WiFi + packet CRC-ERR (bsc#1227149). +- wifi: rtw89: coex: When Bluetooth not available don't set + power/gain (bsc#1227149). +- wifi: rtw89: coex: add return value to ensure H2C command is + success or not (bsc#1227149). +- wifi: rtw89: coex: Reorder H2C command index to align with + firmware (bsc#1227149). +- wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic + (bsc#1227149). +- wifi: rtw89: coex: add init_info H2C command format version 7 + (bsc#1227149). +- wifi: rtw89: 8922a: add coexistence helpers of SW grant + (bsc#1227149). +- wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt + (bsc#1227149). +- wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte + (bsc#1227149). +- wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs() + (bsc#1227149). +- wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: Update EHT PHY beamforming capability + (bsc#1227149). +- wifi: rtw89: advertise missing extended scan feature + (bsc#1227149). +- wifi: rtlwifi: set initial values for unexpected cases of USB + endpoint priority (bsc#1227149). +- wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx() + (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149). +- commit e9149f1 + +------------------------------------------------------------------- +Sat Jul 13 12:51:52 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Store the endpoint addresses + (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection + (bsc#1227149). +- wifi: rtw89: 8922a: declare to support two chanctx + (bsc#1227149). +- wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: fw: implement MRC H2C command functions + (bsc#1227149). +- wifi: rtw89: mac: implement MRC C2H event handling + (bsc#1227149). +- wifi: rtw89: fw: add definition of H2C command and C2H event + for MRC series (bsc#1227149). +- wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: reference quota mode when setting Tx power + (bsc#1227149). +- wifi: rtw89: 8922a: implement AP mode related reg for BE + generation (bsc#1227149). +- wifi: rtw89: 8922a: correct register definition and merge IO + for ctrl_nbtg_bt_tx() (bsc#1227149). +- wifi: rtw89: differentiate narrow_bw_ru_dis setting according + to chip gen (bsc#1227149). +- wifi: rtw89: use PLCP information to match BSS_COLOR and AID + (bsc#1227149). +- wifi: rtw89: mac: reset PHY-1 hardware when going to + enable/disable (bsc#1227149). +- wifi: rtw89: mac: correct MUEDCA setting for MAC-1 + (bsc#1227149). +- wifi: rtw89: mac: return held quota of DLE when changing MAC-1 + (bsc#1227149). +- wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149). +- wifi: rtw89: correct PHY register offset for PHY-1 + (bsc#1227149). +- wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149). +- wifi: rtw89: chan: move handling from add/remove to + assign/unassign for MLO (bsc#1227149). +- wifi: rtw89: chan: tweak weight recalc ahead before MLO + (bsc#1227149). +- wifi: rtw89: chan: tweak bitmap recalc ahead before MLO + (bsc#1227149). +- wifi: rtw89: chan: add sub-entity swap function to cover + replacing (bsc#1227149). +- wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self + (bsc#1227149). +- wifi: rtl8xxxu: update rate mask per sta (bsc#1227149). +- wifi: rtw89: fw: download firmware with key data for secure boot + (bsc#1227149). +- wifi: rtw89: fw: parse secure section from firmware file + (bsc#1227149). +- wifi: rtw89: fw: read firmware secure information from efuse + (bsc#1227149). +- wifi: rtw89: fw: consider checksum length of security data + (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::rfk_hw_init (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::rfk_init_late to do initial + RF calibrations later (bsc#1227149). +- commit 28c4b55 + +------------------------------------------------------------------- +Sat Jul 13 12:48:21 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8922a: rfk: implement chip_ops to call RF + calibrations (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger TSSI (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger TXGAPK + (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger DACK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger DPK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger RX DCK + (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger IQK (bsc#1227149). +- wifi: rtw89: rfk: send channel information to firmware for RF + calibrations (bsc#1227149). +- wifi: rtw89: rfk: add a completion to wait RF calibration + report from C2H event (bsc#1227149). +- wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149). +- wifi: rtl8xxxu: fix error messages (bsc#1227149). +- wifi: rtw89: 8922a: add more fields to beacon H2C command to + support multi-links (bsc#1227149). +- wifi: rtw89: update ps_state register for chips with different + generation (bsc#1227149). +- wifi: rtw89: add new H2C for PS mode in 802.11be chip + (bsc#1227149). +- wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149). +- wifi: rtw89: prepare scan leaf functions for wifi 7 ICs + (bsc#1227149). +- wifi: rtw89: debug: add FW log component for scan (bsc#1227149). +- wifi: rtw89: update scan C2H messages for wifi 7 IC + (bsc#1227149). +- wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL + (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops to get thermal value + (bsc#1227149). +- wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (bsc#1227149). +- wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu + (bsc#1227149). +- wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to + chip_ops (bsc#1227149). +- wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149). +- wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149). +- wifi: rtw89: pci: update SER timer unit and timeout time + (bsc#1227149). +- wifi: rtw89: fix disabling concurrent mode TX hang issue + (bsc#1227149). +- wifi: rtw89: fix HW scan timeout due to TSF sync issue + (bsc#1227149). +- wifi: rtw89: add wait/completion for abort scan (bsc#1227149). +- wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149). +- wifi: rtw89: Set default CQM config if not present + (bsc#1227149). +- wifi: rtw89: refine hardware scan C2H events (bsc#1227149). +- wifi: rtw89: refine add_chan H2C command to encode_bits + (bsc#1227149). +- wifi: rtw89: 8922a: add BTG functions to assist BT coexistence + to control TX/RX (bsc#1227149). +- wifi: rtw89: 8922a: add TX power related ops (bsc#1227149). +- wifi: rtw89: 8922a: add register definitions of H2C, C2H, + page, RRSR and EDCCA (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops related to BB init + (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf + (bsc#1227149). +- wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149). +- wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149). +- wifi: rtl8xxxu: add missing number of sec cam entries for all + variants (bsc#1227149). +- wifi: rtl8xxxu: make instances of iface limit and combination + to be static const (bsc#1227149). +- wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type + (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Don't read register in + _rtl92de_query_rxphystatus (bsc#1227149). +- wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: fw: use struct to fill JOIN H2C command + (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7 + (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7 + (bsc#1227149). +- wifi: rtw89: fw: update TX AMPDU parameter to CMAC table + (bsc#1227149). +- wifi: rtw89: fw: add chip_ops to update CMAC table to associated + station (bsc#1227149). +- wifi: rtw89: fw: fill CMAC table to associated station for + WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: add H2C command to update security CAM v2 + (bsc#1227149). +- wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149). +- wifi: rtw89: add EHT capabilities for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: change supported bandwidths of chip_info to bit + mask (bsc#1227149). +- wifi: rtw89: adjust init_he_cap() to add EHT cap into + iftype_data (bsc#1227149). +- wifi: rtw88: use kstrtoX_from_user() in debugfs handlers + (bsc#1227149). +- wifi: rtl8xxxu: enable channel switch support (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149). +- commit 055a697 + +------------------------------------------------------------------- +Sat Jul 13 12:44:19 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines + (bsc#1227149). +- wifi: rtw89: add chip_ops::update_beacon to abstract update + beacon operation (bsc#1227149). +- wifi: rtw89: add H2C command to download beacon frame for WiFi + 7 chips (bsc#1227149). +- wifi: rtw89: use struct to fill H2C command to download beacon + frame (bsc#1227149). +- wifi: rtw89: add new H2C command to pause/sleep transmitting + by MAC ID (bsc#1227149). +- wifi: rtw89: refine H2C command that pause transmitting by + MAC ID (bsc#1227149). +- wifi: rtw89: fw: use struct to fill BA CAM H2C commands + (bsc#1227149). +- wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149). +- wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM + (bsc#1227149). +- wifi: rtw89: mac: add feature_init to initialize BA CAM V1 + (bsc#1227149). +- wifi: rtw89: add firmware H2C command of BA CAM V1 + (bsc#1227149). +- wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149). +- wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: declare concurrent mode support for 8188f + (bsc#1227149). +- wifi: rtl8xxxu: make supporting AP mode only on port 0 + transparent (bsc#1227149). +- wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149). +- wifi: rtl8xxxu: remove obsolete priv->vif (bsc#1227149). +- wifi: rtl8xxxu: add macids for STA mode (bsc#1227149). +- wifi: rtl8xxxu: support multiple interface in start_ap() + (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + bss_info_changed() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + {add,remove}_interface() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + watchdog_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + configure_filter() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + update_beacon_work_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in set_aifs() + (bsc#1227149). +- wifi: rtl8xxxu: support setting bssid register for multiple + interfaces (bsc#1227149). +- wifi: rtl8xxxu: don't parse CFO, if both interfaces are + connected in STA mode (bsc#1227149). +- wifi: rtl8xxxu: extend check for matching bssid to both + interfaces (bsc#1227149). +- wifi: rtl8xxxu: extend wifi connected check to both interfaces + (bsc#1227149). +- wifi: rtl8xxxu: support setting mac address register for both + interfaces (bsc#1227149). +- wifi: rtl8xxxu: 8188e: convert usage of priv->vif to + priv->vifs[0] (bsc#1227149). +- wifi: rtl8xxxu: support setting linktype for both interfaces + (bsc#1227149). +- wifi: rtl8xxxu: prepare supporting two virtual interfaces + (bsc#1227149). +- wifi: rtl8xxxu: remove assignment of priv->vif in + rtl8xxxu_bss_info_changed() (bsc#1227149). +- wifi: rtw88: 8822ce: refine power parameters for RFE type 5 + (bsc#1227149). +- wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" + (bsc#1227149). +- wifi: rtw89: phy: set channel_info for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: phy: ignore special data from BB parameter file + (bsc#1227149). +- wifi: rtw89: 8922a: update the register used in DIG and the + DIG flow (bsc#1227149). +- wifi: rtw89: 8922a: set RX gain along with set_channel operation + (bsc#1227149). +- wifi: rtw89: phy: add parser to support RX gain dynamic setting + flow (bsc#1227149). +- wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to + union (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R36 (bsc#1227149). +- wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift() + (bsc#1227149). +- wifi: rtw89: coex: To improve Wi-Fi performance while BT is idle + (bsc#1227149). +- wifi: rtw89: coex: Translate antenna configuration from ID to + string (bsc#1227149). +- commit d99b9e1 + +------------------------------------------------------------------- +Sat Jul 13 12:40:46 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: coex: Update RF parameter control setting logic + (bsc#1227149). +- wifi: rtw89: coex: Add Bluetooth RSSI level information + (bsc#1227149). +- wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi + link/scan (bsc#1227149). +- wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS + (bsc#1227149). +- wifi: rtw89: coex: Still show hardware grant signal info even + Wi-Fi is PS (bsc#1227149). +- wifi: rtw89: coex: Update BTG control related logic + (bsc#1227149). +- wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX + performance (bsc#1227149). +- wifi: rtw89: coex: Record down Wi-Fi initial mode information + (bsc#1227149). +- wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter + members (bsc#1227149). +- wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal() + (bsc#1227149). +- wifi: rtw89: mac: implement to configure TX/RX engines for + WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add sys_init and filter option for WiFi 7 + chips (bsc#1227149). +- wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while + starting up (bsc#1227149). +- wifi: rtw89: add DBCC H2C to notify firmware the status + (bsc#1227149). +- wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149). +- wifi: rtw89: mac: add flags to check if CMAC and DMAC are + enabled (bsc#1227149). +- wifi: rtw89: 8922a: add power on/off functions (bsc#1227149). +- wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: print out RFK log with formatted string + (bsc#1227149). +- wifi: rtw89: parse and print out RFK log from C2H events + (bsc#1227149). +- wifi: rtw89: add C2H event handlers of RFK log and report + (bsc#1227149). +- wifi: rtw89: load RFK log format string from firmware file + (bsc#1227149). +- wifi: rtw89: fw: add version field to BB MCU firmware element + (bsc#1227149). +- wifi: rtw89: fw: load TX power track tables from fw_element + (bsc#1227149). +- wifi: rtw88: Use random MAC when efuse MAC invalid + (bsc#1227149). +- wifi: rtw89: avoid stringop-overflow warning (bsc#1227149). +- wifi: rtw89: mac: refine SER setting during WiFi CPU power on + (bsc#1227149). +- wifi: rtw89: 8922a: dump MAC registers when SER occurs + (bsc#1227149). +- wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149). +- wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip + (bsc#1227149). +- wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature + (bsc#1227149). +- wifi: rtw89: fix misbehavior of TX beacon in concurrent mode + (bsc#1227149). +- wifi: rtw89: refine remain on channel flow to improve P2P + connection (bsc#1227149). +- wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149). +- wifi: rtw89: fix not entering PS mode after AP stops + (bsc#1227149). +- wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149). +- wifi: rtlwifi: Remove unused PCI related defines and struct + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Access full PMCS reg and use + pci_regs.h (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Add pdev into + _rtl8821ae_clear_pci_pme_status() (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Use pci_find_capability() + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Remove unnecessary PME_Status bit set + (bsc#1227149). +- wifi: rtlwifi: Convert to use PCIe capability accessors + (bsc#1227149). +- wifi: rtw89: mac: functions to configure hardware engine and + quota for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: use pointer to access functions of hardware + engine and quota (bsc#1227149). +- wifi: rtw89: mac: move code related to hardware engine to + individual functions (bsc#1227149). +- wifi: rtw89: mac: check queue empty according to chip gen + (bsc#1227149). +- wifi: rtw89: refine element naming used by queue empty check + (bsc#1227149). +- wifi: rtw89: add reserved size as factor of DLE used size + (bsc#1227149). +- wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149). +- commit cf41ac5 + +------------------------------------------------------------------- +Sat Jul 13 12:37:59 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8922a: extend and add quota number (bsc#1227149). +- wifi: rtw89: debug: remove wrapper of rtw89_debug() + (bsc#1227149). +- wifi: rtw89: debug: add debugfs entry to disable dynamic + mechanism (bsc#1227149). +- wifi: rtw89: phy: dynamically adjust EDCCA threshold + (bsc#1227149). +- wifi: rtw89: debug: add to check if debug mask is enabled + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: remove some useless code + (bsc#1227149). +- wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149). +- wifi: rtw89: 8922a: read efuse content from physical map + (bsc#1227149). +- wifi: rtw89: 8922a: read efuse content via efuse map struct + from logic map (bsc#1227149). +- wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz + channels (bsc#1227149). +- wifi: rtw89: mac: add to access efuse for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: mac: use mac_gen pointer to access about efuse + (bsc#1227149). +- wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149). +- wifi: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R65-R44 + (bsc#1227149). +- wifi: rtw89: regd: handle policy of 6 GHz according to BIOS + (bsc#1227149). +- wifi: rtw89: acpi: process 6 GHz band policy from DSM + (bsc#1227149). +- wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start() + (bsc#1227149). +- wifi: rtw89: pci: update interrupt mitigation register for + 8922AE (bsc#1227149). +- wifi: rtw89: pci: correct interrupt mitigation register for + 8852CE (bsc#1227149). +- wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE + (bsc#1227149). +- wifi: rtw89: pci: generalize interrupt status bits of interrupt + handlers (bsc#1227149). +- wifi: rtw89: pci: add pre_deinit to be called after probe + complete (bsc#1227149). +- wifi: rtw89: pci: stop/start DMA for level 1 recovery according + to chip gen (bsc#1227149). +- wifi: rtw89: pci: reset BDRAM according to chip gen + (bsc#1227149). +- wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149). +- wifi: rtw89: coex: use struct assignment to replace memcpy() + to append TDMA content (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips + (bsc#1227149). +- commit dcfcac7 + +------------------------------------------------------------------- +Sat Jul 13 12:35:43 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: pci: use gen_def pointer to configure + mac_{pre,post}_init and clear PCI ring index (bsc#1227149). +- wifi: rtw89: pci: add PCI generation information to pci_info + for each chip (bsc#1227149). +- wifi: rtw89: extend PHY status parser to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: configure PPDU max user by chip (bsc#1227149). +- wifi: rtw89: set entry size of address CAM to H2C field by chip + (bsc#1227149). +- wifi: rtw89: pci: generalize code of PCI control DMA IO for + WiFi 7 (bsc#1227149). +- wifi: rtw89: pci: add new RX ring design to determine full RX + ring efficiently (bsc#1227149). +- wifi: rtw89: pci: define PCI ring address for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info + (bsc#1227149). +- wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix + typo in function name (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149). +- wifi: rtw89: cleanup firmware elements parsing (bsc#1227149). +- wifi: rtlwifi: drop chk_switch_dmdp() from HAL interface + (bsc#1227149). +- wifi: rtlwifi: drop fill_fake_txdesc() from HAL interface + (bsc#1227149). +- wifi: rtlwifi: drop pre_fill_tx_bd_desc() from HAL interface + (bsc#1227149). +- wifi: rtw89: move software DCFO compensation setting to proper + position (bsc#1227149). +- wifi: rtw89: correct the DCFO tracking flow to improve CFO + compensation (bsc#1227149). +- wifi: rtw89: modify the register setting and the flow of CFO + tracking (bsc#1227149). +- wifi: rtw89: phy: generalize valid bit of BSS color + (bsc#1227149). +- wifi: rtw89: phy: change naming related BT coexistence functions + (bsc#1227149). +- wifi: rtw88: dump firmware debug information in abnormal state + (bsc#1227149). +- wifi: rtw88: debug: add to check if debug mask is enabled + (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_ps_ctl (bsc#1227149). +- wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips + (bsc#1227149). +- wifi: rtw89: mac: set bf_assoc capabilities according to chip + gen (bsc#1227149). +- wifi: rtw89: mac: set bfee_ctrl() according to chip gen + (bsc#1227149). +- wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi + 7 chips (bsc#1227149). +- wifi: rtw89: mac: generalize register of MU-EDCA switch + according to chip gen (bsc#1227149). +- wifi: rtw89: mac: update RTS threshold according to chip gen + (bsc#1227149). +- wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() to struct + rtw89_btc_btf_set_mon_reg (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() for struct + rtw89_btc_btf_set_slot_table (bsc#1227149). +- wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149). +- wifi: rtw89: show EHT rate in debugfs (bsc#1227149). +- wifi: rtw89: parse TX EHT rate selected by firmware from RA + C2H report (bsc#1227149). +- wifi: rtw89: Add EHT rate mask as parameters of RA H2C command + (bsc#1227149). +- wifi: rtw89: parse EHT information from RX descriptor and PPDU + status packet (bsc#1227149). +- wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149). +- commit 53661e1 + +------------------------------------------------------------------- +Sat Jul 13 12:32:35 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp + (bsc#1227149). +- wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC + regulation (bsc#1227149). +- wifi: rtw88: regd: update regulatory map to R64-R42 + (bsc#1227149). +- wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149). +- wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149). +- wifi: rtw88: regd: configure QATAR and UK (bsc#1227149). +- wifi: rtlwifi: remove unreachable code in + rtl92d_dm_check_edca_turbo() (bsc#1227149). +- wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips + (bsc#1227149). +- wifi: rtw89: debug: show txpwr table according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power RU limit according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power limit according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power offset according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power by rate according to chip gen + (bsc#1227149). +- wifi: rtw89: mac: get TX power control register according to + chip gen (bsc#1227149). +- wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp + (bsc#1227149). +- wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance + (bsc#1227149). +- wifi: rtw89: refine uplink trigger based control mechanism + (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149). +- wifi: rtw89: regd: configure Thailand in regulation type + (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines + (bsc#1227149). +- wifi: rtw89: declare MCC in interface combination (bsc#1227149). +- wifi: rtw89: 8852c: declare to support two chanctx + (bsc#1227149). +- wifi: rtw89: pause/proceed MCC for ROC and HW scan + (bsc#1227149). +- wifi: rtw89: mcc: fix NoA start time when GO is auxiliary + (bsc#1227149). +- wifi: rtw89: load TX power related tables from FW elements + (bsc#1227149). +- wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 + chips (bsc#1227149). +- wifi: rtw89: load TX power by rate when RFE parms setup + (bsc#1227149). +- wifi: rtw89: phy: refine helpers used for raw TX power + (bsc#1227149). +- commit 62f3f4a + +------------------------------------------------------------------- +Sat Jul 13 12:30:23 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: indicate TX power by rate table inside RFE + parameter (bsc#1227149). +- wifi: rtw89: indicate TX shape table inside RFE parameter + (bsc#1227149). +- wifi: rtw89: add subband index of primary channel to struct + rtw89_chan (bsc#1227149). +- wifi: rtl8xxxu: Add a description about the device ID + 0x7392:0xb722 (bsc#1227149). +- wifi: rtw89: add mac_gen pointer to access mac port registers + (bsc#1227149). +- wifi: rtw89: consolidate registers of mac port to struct + (bsc#1227149). +- wifi: rtw89: add chip_info::txwd_info size to generalize TX + WD submit (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor for firmware command v2 + (bsc#1227149). +- wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149). +- wifi: rtw89: mcc: deal with beacon NoA if GO exists + (bsc#1227149). +- wifi: rtw89: mcc: deal with BT slot change (bsc#1227149). +- wifi: rtw89: mcc: deal with P2P PS change (bsc#1227149). +- wifi: rtw89: mcc: track beacon offset and update when needed + (bsc#1227149). +- wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149). +- wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149). +- wifi: rtw89: rfk: disable driver tracking during MCC + (bsc#1227149). +- wifi: rtw89: 52c: rfk: refine MCC channel info notification + (bsc#1227149). +- wifi: rtw89: 8922a: set memory heap address for secure firmware + (bsc#1227149). +- wifi: rtw89: fw: refine download flow to support variant + firmware suits (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB + before downloading firmware (bsc#1227149). +- wifi: rtw89: fw: propagate an argument include_bb for BB MCU + firmware (bsc#1227149). +- wifi: rtw89: fw: add checking type for variant type of firmware + (bsc#1227149). +- wifi: rtw89: fw: implement supported functions of download + firmware for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: generalize download firmware flow by mac_gen + pointers (bsc#1227149). +- wifi: rtw89: fw: move polling function of firmware path ready + to an individual function (bsc#1227149). +- wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149). +- wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap() + (bsc#1227149). +- wifi: rtw89: mcc: decide pattern and calculate parameters + (bsc#1227149). +- wifi: rtw89: mcc: consider and determine BT duration + (bsc#1227149). +- commit bd46e4d + +------------------------------------------------------------------- +Sat Jul 13 12:28:16 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149). +- wifi: rtw89: mcc: initialize start flow (bsc#1227149). +- wifi: rtw89: 8852c: Fix TSSI causes transmit power inaccuracy + (bsc#1227149). +- wifi: rtw89: 8852c: Update bandedge parameters for better + performance (bsc#1227149). +- wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested + (bsc#1227149). +- wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149). +- wifi: rtlwifi: rtl8723: Remove unused function + rtl8723_cmd_send_packet() (bsc#1227149). +- wifi: rtw89: Fix clang -Wimplicit-fallthrough in + rtw89_query_sar() (bsc#1227149). +- wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS + and DIG (bsc#1227149). +- wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 + chips (bsc#1227149). +- wifi: rtw89: mac: define register address of rx_filter to + generalize code (bsc#1227149). +- wifi: rtw89: mac: define internal memory address for WiFi 7 chip + (bsc#1227149). +- wifi: rtw89: mac: generalize code to indirectly access WiFi + internal memory (bsc#1227149). +- wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC + band1 register address (bsc#1227149). +- wifi: rtw89: initialize multi-channel handling (bsc#1227149). +- wifi: rtw89: provide functions to configure NoA for beacon + update (bsc#1227149). +- wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of + vif (bsc#1227149). +- wifi: rtw89: sar: let caller decide the center frequency to + query (bsc#1227149). +- wifi: rtw89: refine rtw89_correct_cck_chan() by + rtw89_hw_to_nl80211_band() (bsc#1227149). +- wifi: rtw89: add function prototype for coex request duration + (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R43 + (bsc#1227149). +- wifi: rtw89: fix a width vs precision bug (bsc#1227149). +- wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast + address (bsc#1227149). +- wifi: rtw89: Introduce Time Averaged SAR (TAS) feature + (bsc#1227149). +- wifi: rtw89: return failure if needed firmware elements are + not recognized (bsc#1227149). +- wifi: rtw89: add to parse firmware elements of BB and RF tables + (bsc#1227149). +- wifi: rtw89: introduce infrastructure of firmware elements + (bsc#1227149). +- wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149). +- wifi: rtw89: add firmware parser for v1 format (bsc#1227149). +- wifi: rtw89: introduce v1 format of firmware header + (bsc#1227149). +- wifi: rtw89: support firmware log with formatted text + (bsc#1227149). +- wifi: rtw89: recognize log format from firmware file + (bsc#1227149). +- wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor + (bsc#1227149). +- wifi: rtw89: add to display hardware rates v1 histogram in + debugfs (bsc#1227149). +- wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: use struct to access RA report (bsc#1227149). +- wifi: rtw89: use struct to access firmware C2H event header + (bsc#1227149). +- wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: use struct to set RA H2C command (bsc#1227149). +- wifi: rtw89: phy: rate pattern handles HW rate by chip gen + (bsc#1227149). +- commit cdaa97d + +------------------------------------------------------------------- +Sat Jul 13 12:26:01 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: simplify LED management (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-simplify-non-chanctx-drivers.patch. +- commit 34b32c5 + +------------------------------------------------------------------- +Sat Jul 13 12:23:26 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: define hardware rate v1 for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: add chip_info::chip_gen to determine chip + generation (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU) + (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149). +- wifi: rtw88: simplify vif iterators (bsc#1227149). +- wifi: rtw88: remove unused USB bulkout size set (bsc#1227149). +- wifi: rtw88: remove unused and set but unused leftovers + (bsc#1227149). +- wifi: rtlwifi: cleanup USB interface (bsc#1227149). +- wifi: rtw89: use struct to parse firmware header (bsc#1227149). +- wifi: rtw89: TX power stuffs replace confusing naming of _max + with _num (bsc#1227149). +- wifi: rtw89: 8851b: configure to force 1 TX power value + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: update IQK to version 0x8 + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update RF radio A parameters to R28 + (bsc#1227149). +- wifi: rtw88: fix not entering PS mode after AP stops + (bsc#1227149). +- wifi: rtw88: refine register based H2C command (bsc#1227149). +- wifi: rtw88: Stop high queue during scan (bsc#1227149). +- wifi: rtw88: Skip high queue in hci_flush (bsc#1227149). +- wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149). +- wifi: rtw88: use struct instead of macros to set TX desc + (bsc#1227149). +- wifi: rtw88: process VO packets without workqueue to avoid + PTK rekey failed (bsc#1227149). +- wifi: rtw88: Fix action frame transmission fail before + association (bsc#1227149). +- wifi: rtw89: fix spelling typo of IQK debug messages + (bsc#1227149). +- wifi: rtw89: cleanup rtw89_iqk_info and related code + (bsc#1227149). +- wifi: rtw89: cleanup private data structures (bsc#1227149). +- wifi: rtw88: add missing unwind goto for + __rtw_download_firmware() (bsc#1227149). +- commit 9b282ce + +------------------------------------------------------------------- +Sat Jul 13 12:21:28 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149). +- wifi: rtlwifi: remove unused dualmac control leftovers + (bsc#1227149). +- wifi: rtlwifi: remove unused timer and related code + (bsc#1227149). +- wifi: rtw89: 8852c: update RF radio A/B parameters to R63 + (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz + power type (3 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz + power type (2 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz + power type (1 of 3) (bsc#1227149). +- wifi: rtw89: process regulatory for 6 GHz power type + (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R40 + (bsc#1227149). +- wifi: rtw89: regd: judge 6 GHz according to chip and BIOS + (bsc#1227149). +- commit f81b870 + +------------------------------------------------------------------- +Sat Jul 13 12:20:25 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: refine clearing supported bands to check 2/5 GHz + first (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-annotate-iftype_data-pointer-with-spar.patch. +- commit 1873f0a + +------------------------------------------------------------------- +Sat Jul 13 12:18:19 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B + (bsc#1227149). +- wifi: rtw89: set TX power without precondition during setting + channel (bsc#1227149). +- wifi: rtw89: debug: txpwr table access only valid page according + to chip (bsc#1227149). +- wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149). +- wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149). +- wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> + KIP_RESTORE (bsc#1227149). +- wifi: rtw89: use struct to access register-based H2C/C2H + (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access RX + descriptor (bsc#1227149). +- commit 21eb4e8 + +------------------------------------------------------------------- +Sat Jul 13 12:17:25 CEST 2024 - tiwai@suse.de + +- Update config files: update for the realtek wifi driver updates (bsc#1227149) +- commit 33b8d09 + +------------------------------------------------------------------- +Sat Jul 13 12:16:33 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: use struct and le32_get_bits() to access received + PHY status IEs (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits to access RX info + (bsc#1227149). +- wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as + helpers to support newer chips (bsc#1227149). +- wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig + (bsc#1227149). +- wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149). +- wifi: rtw89: enlarge supported length of read_reg debugfs entry + (bsc#1227149). +- wifi: rtw89: 8851b: add RF configurations (bsc#1227149). +- wifi: rtw89: 8851b: add MAC configurations to chip_info + (bsc#1227149). +- wifi: rtw89: 8851b: fill BB related capabilities to chip_info + (bsc#1227149). +- wifi: rtw89: 8851b: add TX power related functions + (bsc#1227149). +- commit 66eef0c + +------------------------------------------------------------------- +Sat Jul 13 12:14:50 CEST 2024 - tiwai@suse.de + +- Update config files: update for the realtek wifi driver updates (bsc#1227149) +- commit 75bc634 + +------------------------------------------------------------------- +Sat Jul 13 12:13:03 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: refine packet offload handling under SER + (bsc#1227149). +- wifi: rtw89: tweak H2C TX waiting function for SER + (bsc#1227149). +- wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2 + (bsc#1227149). +- wifi: rtw88: Add support for the SDIO based RTL8723DS chipset + (bsc#1227149). +- wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149). +- wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149). +- wifi: rtw89: 8851b: add set channel function (bsc#1227149). +- wifi: rtw89: 8851b: add basic power on function (bsc#1227149). +- wifi: rtw89: 8851b: add BT coexistence support function + (bsc#1227149). +- wifi: rtw89: 8851b: configure GPIO according to RFE type + (bsc#1227149). +- wifi: rtw89: 8851b: add to read efuse version to recognize + hardware version B (bsc#1227149). +- wifi: rtl8xxxu: Rename some registers (bsc#1227149). +- wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149). +- wifi: rtw89: suppress the log for specific SER called + CMDPSR_FRZTO (bsc#1227149). +- wifi: rtw89: ser: L1 add pre-M0 and post-M0 states + (bsc#1227149). +- wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of + RTL8851B (bsc#1227149). +- wifi: rtw89: support U-NII-4 channels on 5GHz band + (bsc#1227149). +- wifi: rtw89: regd: judge UNII-4 according to BIOS and chip + (bsc#1227149). +- wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149). +- wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149). +- wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149). +- wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149). +- wifi: rtw89: change naming of BA CAM from V1 to V0_EXT + (bsc#1227149). +- commit a1de2dd + +------------------------------------------------------------------- +Sat Jul 13 12:11:15 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask + (bsc#1227149). +- wifi: rtw89: add CFO XTAL registers field to support 8851B + (bsc#1227149). +- wifi: rtw89: 8851b: add NCTL post table (bsc#1227149). +- wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI + capabilities (bsc#1227149). +- wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149). +- wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149). +- wifi: rtw89: mac: handle C2H receive/done ACK in interrupt + context (bsc#1227149). +- wifi: rtw89: packet offload wait for FW response (bsc#1227149). +- wifi: rtw89: refine packet offload delete flow of 6 GHz probe + (bsc#1227149). +- wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload() + (bsc#1227149). +- wifi: rtw89: add EVM for antenna diversity (bsc#1227149). +- wifi: rtw89: add RSSI based antenna diversity (bsc#1227149). +- wifi: rtw89: initialize antenna for antenna diversity + (bsc#1227149). +- wifi: rtw89: add EVM and SNR statistics to debugfs + (bsc#1227149). +- wifi: rtw89: add RSSI statistics for the case of antenna + diversity to debugfs (bsc#1227149). +- wifi: rtw89: set capability of TX antenna diversity + (bsc#1227149). +- wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to + access PHY IE0 status (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_* + (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in + rtw_debugfs_copy_from_user (bsc#1227149). +- wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary + return (bsc#1227149). +- commit fef25cd + +------------------------------------------------------------------- +Sat Jul 13 12:09:38 CEST 2024 - tiwai@suse.de + +- wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks + (bsc#1227149). +- commit a27e0ec + +------------------------------------------------------------------- +Sat Jul 13 12:08:57 CEST 2024 - tiwai@suse.de + +- wifi: rtl8xxxu: Support USB RX aggregation for the newer chips + (bsc#1227149). +- wifi: rtl8xxxu: Set maximum number of supported stations + (bsc#1227149). +- wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags + (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate() + (bsc#1227149). +- wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149). +- wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames + (bsc#1227149). +- wifi: rtl8xxxu: Add parameter macid to update_rate_mask + (bsc#1227149). +- wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149). +- commit 6125130 + +------------------------------------------------------------------- +Sat Jul 13 12:07:56 CEST 2024 - tiwai@suse.de + +- wifi: radiotap: add bandwidth definition of EHT U-SIG + (bsc#1227149). +- wifi: ieee80211: add UL-bandwidth definition of trigger frame + (bsc#1227149). +- wifi: rtl8xxxu: Add parameter force to + rtl8xxxu_refresh_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter role to report_connect + (bsc#1227149). +- wifi: rtl8xxxu: Actually use macid in + rtl8xxxu_gen2_report_connect (bsc#1227149). +- wifi: rtl8xxxu: Allow creating interface in AP mode + (bsc#1227149). +- wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149). +- wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149). +- wifi: rtl8xxxu: Add beacon functions (bsc#1227149). +- wifi: rtl8xxxu: Select correct queue for beacon frames + (bsc#1227149). +- wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149). +- commit 02b75ed + +------------------------------------------------------------------- +Sat Jul 13 12:05:49 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1227149 + CVE-2023-47210 bsc#1225601 CVE-2023-38417 bsc#1225600). +- commit ea4853c + +------------------------------------------------------------------- +Sat Jul 13 12:05:11 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: bump FW API to 89 for AX/BZ/SC devices + (bsc#1227149 CVE-2023-47210 bsc#1225601 CVE-2023-38417 + bsc#1225600). +- commit bc49209 + +------------------------------------------------------------------- +Sat Jul 13 11:27:42 CEST 2024 - tiwai@suse.de + +- ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods + by MAX_BDL_ENTRIES (stable-fixes). +- ASoC: rt711-sdw: add missing readable registers (stable-fixes). +- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX + (stable-fixes). +- ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (stable-fixes). +- commit 1ddd32b + +------------------------------------------------------------------- +Sat Jul 13 11:25:58 CEST 2024 - tiwai@suse.de + +- hpet: Support 32-bit userspace (git-fixes). +- misc: fastrpc: Restrict untrusted app to attach to privileged PD + (git-fixes). +- misc: fastrpc: Fix ownership reassignment of remote heap + (git-fixes). +- misc: fastrpc: Fix memory leak in audio daemon attach operation + (git-fixes). +- misc: fastrpc: Avoid updating PD type for capability request + (git-fixes). +- misc: fastrpc: Copy the complete capability structure to user + (git-fixes). +- misc: fastrpc: Fix DSP capabilities request (git-fixes). +- USB: serial: mos7840: fix crash on resume (git-fixes). +- USB: core: Fix duplicate endpoint bug by clearing reserved + bits in the descriptor (git-fixes). +- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files + (git-fixes). +- ASoC: SOF: Intel: hda: fix null deref on system suspend entry + (git-fixes). +- firmware: cs_dsp: Prevent buffer overrun when processing V2 + alg headers (git-fixes). +- firmware: cs_dsp: Validate payload length before processing + block (git-fixes). +- firmware: cs_dsp: Return error if block header overflows file + (git-fixes). +- firmware: cs_dsp: Fix overflow checking of wmfw header + (git-fixes). +- ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo + ThinBook 13x Gen4 (git-fixes). +- commit 34ebce1 + +------------------------------------------------------------------- +Fri Jul 12 17:57:12 CEST 2024 - vkarasulli@suse.de + +- net/smc: avoid data corruption caused by decline (bsc#1225088 + CVE-2023-52775). +- commit 621e8ca + +------------------------------------------------------------------- +Fri Jul 12 17:47:46 CEST 2024 - vkarasulli@suse.de + +- net: openvswitch: fix overwriting ct original tuple for ICMPv6 + (bsc#1226783 CVE-2024-38558). +- commit 748cf39 + +------------------------------------------------------------------- +Fri Jul 12 17:43:16 CEST 2024 - vkarasulli@suse.de + +- ipv6: sr: fix missing sk_buff release in seg6_input_core + (bsc#1227626 CVE-2024-39490). +- commit 3d59f52 + +------------------------------------------------------------------- +Fri Jul 12 17:35:04 CEST 2024 - vkarasulli@suse.de + +- mptcp: fix data re-injection from stale subflow (bsc#1223010 + CVE-2024-26826). +- commit f3a102e + +------------------------------------------------------------------- +Fri Jul 12 17:29:48 CEST 2024 - vkarasulli@suse.de + +- net/smc: fix illegal rmb_desc access in SMC-D connection dump + (bsc#1220942 CVE-2024-26615). +- commit f21afb0 + +------------------------------------------------------------------- +Fri Jul 12 17:08:31 CEST 2024 - tiwai@suse.de + +- kabi/severities: cover all ath/* drivers (bsc#1227149) + All symbols in ath/* network drivers are local and can be ignored +- commit d902566 + +------------------------------------------------------------------- +Fri Jul 12 17:07:22 CEST 2024 - tiwai@suse.de + +- Refresh kabi workaround ath updates (bsc#1227149#) +- commit b0fa38b + +------------------------------------------------------------------- +Fri Jul 12 17:00:46 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: simplify non-chanctx drivers (bsc#1227149). +- commit eeb4722 + +------------------------------------------------------------------- +Fri Jul 12 16:54:34 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: move power type check to ASSOC stage when + connecting to 6 GHz AP (bsc#1227149). +- wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs + (bsc#1227149). +- wifi: ath12k: fix the problem that down grade phy mode operation + (bsc#1227149). +- wifi: ath12k: check M3 buffer size as well whey trying to + reuse it (bsc#1227149). +- wifi: ath12k: fix kernel crash during resume (bsc#1227149). +- wifi: ath9k: work around memset overflow warning (bsc#1227149). +- wifi: ath12k: use correct flag field for 320 MHz channels + (bsc#1227149). +- commit 58db5ff + +------------------------------------------------------------------- +Fri Jul 12 16:50:01 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: use RCU when accessing struct inet6_dev::ac_list + (bsc#1227149). +- wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149). +- wifi: ath11k: constify MHI channel and controller configs + (bsc#1227149). +- wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event() + (bsc#1227149). +- wifi: ath11k: remove unused scan_events from struct + scan_req_params (bsc#1227149). +- wifi: ath11k: add support for QCA2066 (bsc#1227149). +- wifi: ath11k: move pci.ops registration ahead (bsc#1227149). +- commit 29f553c + +------------------------------------------------------------------- +Fri Jul 12 16:48:49 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: provide address list if chip supports 2 stations + (bsc#1227149). +- wifi: ath11k: support 2 station interfaces (bsc#1227149). +- wifi: ath12k: remove the unused scan_events from + ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Remove unused scan_flags from struct + ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Do not use scan_flags from struct + ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: carl9170: Remove redundant assignment to pointer super + (bsc#1227149). +- wifi: ath11k: Remove scan_flags union from struct + scan_req_params (bsc#1227149). +- wifi: ath11k: Do not directly use scan_flags in struct + scan_req_params (bsc#1227149). +- wifi: ath12k: Fix uninitialized use of ret in + ath12k_mac_allocate() (bsc#1227149). +- wifi: ath11k: Really consistently use ath11k_vif_to_arvif() + (bsc#1227149). +- wifi: ath12k: advertise P2P dev support for WCN7850 + (bsc#1227149). +- wifi: ath12k: designating channel frequency for ROC scan + (bsc#1227149). +- wifi: ath12k: move peer delete after vdev stop of station for + WCN7850 (bsc#1227149). +- wifi: ath12k: allow specific mgmt frame tx while vdev is not up + (bsc#1227149). +- wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to + 512 (bsc#1227149). +- wifi: ath12k: implement remain on channel for P2P mode + (bsc#1227149). +- wifi: ath12k: implement handling of P2P NoA event (bsc#1227149). +- wifi: ath12k: add P2P IE in beacon template (bsc#1227149). +- wifi: ath12k: change interface combination for P2P mode + (bsc#1227149). +- wifi: ath12k: fix broken structure wmi_vdev_create_cmd + (bsc#1227149). +- commit 21d36c7 + +------------------------------------------------------------------- +Fri Jul 12 16:47:19 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: initialize eirp_power before use (bsc#1227149). +- wifi: ath12k: enable 802.11 power save mode in station mode + (bsc#1227149). +- wifi: ath12k: refactor the rfkill worker (bsc#1227149). +- wifi: ath12k: add processing for TWT disable event + (bsc#1227149). +- wifi: ath12k: add processing for TWT enable event (bsc#1227149). +- wifi: ath12k: disable QMI PHY capability learn in split-phy + QCN9274 (bsc#1227149). +- wifi: ath12k: Read board id to support split-PHY QCN9274 + (bsc#1227149). +- wifi: ath12k: fix PCI read and write (bsc#1227149). +- wifi: ath12k: add MAC id support in WBM error path + (bsc#1227149). +- wifi: ath12k: subscribe required word mask from rx tlv + (bsc#1227149). +- commit c884365 + +------------------------------------------------------------------- +Fri Jul 12 16:46:04 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149). +- wifi: ath12k: split hal_ops to support RX TLVs word mask + compaction (bsc#1227149). +- wifi: ath12k: fix firmware assert during insmod in memory + segment mode (bsc#1227149). +- wifi: ath12k: Add logic to write QRTR node id to scratch + (bsc#1227149). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149). +- wifi: ath12k: add support for peer meta data version + (bsc#1227149). +- wifi: ath12k: fetch correct pdev id from + WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149). +- wifi: ath12k: indicate NON MBSSID vdev by default during vdev + start (bsc#1227149). +- wifi: ath12k: add firmware-2.bin support (bsc#1227149). +- wifi: ath9k: remove redundant assignment to variable ret + (bsc#1227149). +- commit 777dc1c + +------------------------------------------------------------------- +Fri Jul 12 16:45:05 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: fix connection failure due to unexpected peer + delete (bsc#1227149). +- wifi: ath11k: avoid forward declaration of + ath11k_mac_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149). +- commit d2a4b44 + +------------------------------------------------------------------- +Fri Jul 12 16:43:28 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: remove invalid peer create logic (bsc#1227149). +- wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149). +- wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-doc + (bsc#1227149). +- wifi: ath10k: Fix htt_data_tx_completion kernel-doc warning + (bsc#1227149). +- wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc + (bsc#1227149). +- wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id + (bsc#1227149). +- wifi: ath10k: add missing wmi_10_4_feature_mask documentation + (bsc#1227149). +- wifi: ath12k: add support for collecting firmware log + (bsc#1227149). +- wifi: ath12k: Introduce the container for mac80211 hw + (bsc#1227149). +- wifi: ath12k: Refactor the mac80211 hw access from link/radio + (bsc#1227149). +- commit 614fabb + +------------------------------------------------------------------- +Fri Jul 12 16:43:10 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (git-fixes). +- commit 134a3a5 + +------------------------------------------------------------------- +Fri Jul 12 16:42:24 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149). +- wifi: ath12k: add support for BA1024 (bsc#1227149). +- wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue + (bsc#1227149). +- wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: add QMI PHY capability learn support + (bsc#1227149). +- wifi: ath12k: refactor QMI MLO host capability helper function + (bsc#1227149). +- wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149). +- wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar + (bsc#1227149). +- commit dd312dc + +------------------------------------------------------------------- +Fri Jul 12 16:41:18 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_ampdu_action() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_configure_filter() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_update_vif_offload() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149). +- wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_register() and + ath12k_mac_unregister() (bsc#1227149). +- commit b6ca728 + +------------------------------------------------------------------- +Fri Jul 12 16:40:30 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: refactor ath12k_mac_setup_channels_rates() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_allocate() and + ath12k_mac_destroy() (bsc#1227149). +- wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call + (bsc#1227149). +- wifi: ath12k: Use initializers for QMI message buffers + (bsc#1227149). +- wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149). +- wifi: ath12k: Remove unnecessary struct qmi_txn initializers + (bsc#1227149). +- wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when + EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149). +- wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID + (bsc#1227149). +- wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service + bit (bsc#1227149). +- wifi: ath11k: fill parameters for vdev set tpc power WMI command + (bsc#1227149). +- commit 3c338b0 + +------------------------------------------------------------------- +Fri Jul 12 16:39:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: save max transmit power in vdev start response + event from firmware (bsc#1227149). +- commit 279ae7a + +------------------------------------------------------------------- +Fri Jul 12 16:39:08 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: add parse of transmit power envelope element + (bsc#1227149). +- commit e295f89 + +------------------------------------------------------------------- +Fri Jul 12 16:36:24 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: save power spectral density(PSD) of regulatory + rule (bsc#1227149). +- wifi: ath11k: update regulatory rules when connect to AP on + 6 GHz band for station (bsc#1227149). +- wifi: ath11k: update regulatory rules when interface added + (bsc#1227149). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1227149). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1227149). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1227149). +- wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc() + (bsc#1227149). +- wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149). +- commit d84dbd2 + +------------------------------------------------------------------- +Fri Jul 12 16:35:02 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: Make QMI message rules const (bsc#1227149). +- wifi: ath12k: support default regdb while searching board-2.bin + for WCN7850 (bsc#1227149). +- wifi: ath12k: add support to search regdb data in board-2.bin + for WCN7850 (bsc#1227149). +- wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT + (bsc#1227149). +- wifi: ath12k: add fallback board name without variant while + searching board-2.bin (bsc#1227149). +- wifi: ath12k: add string type to search board data in + board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update + (bsc#1227149). +- wifi: ath10k: use flexible array in struct + wmi_tdls_peer_capabilities (bsc#1227149). +- wifi: ath10k: remove unused template structs (bsc#1227149). +- wifi: ath10k: remove struct wmi_pdev_chanlist_update_event + (bsc#1227149). +- commit e73f8dc + +------------------------------------------------------------------- +Fri Jul 12 16:28:28 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: use flexible arrays for WMI start scan TLVs + (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_host_mem_chunks + (bsc#1227149). +- wifi: ath9k: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: ath9k: delete some unused/duplicate macros (bsc#1227149). +- wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc() + (bsc#1227149). +- wifi: ath11k: rely on mac80211 debugfs handling for vif + (bsc#1227149). +- wifi: ath11k: workaround too long expansion sparse warnings + (bsc#1227149). +- Revert "wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ" + (bsc#1227149). +- wifi: ath9k: reset survey of current channel after a scan + started (bsc#1227149). +- wifi: ath12k: fix the issue that the multicast/broadcast + indicator is not read correctly for WCN7850 (bsc#1227149). +- commit 6cf204e + +------------------------------------------------------------------- +Fri Jul 12 16:27:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Fix ath11k_htc_record flexible record + (bsc#1227149). +- wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna + (bsc#1227149). +- wifi: ath10k: add support to allow broadcast action frame RX + (bsc#1227149). +- wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149). +- wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector + (bsc#1227149). +- wifi: ath12k: do not restore ASPM in case of single MSI vector + (bsc#1227149). +- wifi: ath12k: add support one MSI vector (bsc#1227149). +- wifi: ath12k: refactor multiple MSI vector implementation + (bsc#1227149). +- wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ + (bsc#1227149). +- wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler + (bsc#1227149). +- commit 908caeb + +------------------------------------------------------------------- +Fri Jul 12 16:26:29 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: get msi_data again after request_irq is called + (bsc#1227149). +- wifi: wcn36xx: Convert to platform remove callback returning + void (bsc#1227149). +- wifi: ath5k: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: ath12k: avoid repeated hw access from ar (bsc#1227149). +- wifi: ath12k: Optimize the mac80211 hw data access + (bsc#1227149). +- wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149). +- wifi: ath11k: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149). +- wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record + (bsc#1227149). +- wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149). +- commit 67bc0a7 + +------------------------------------------------------------------- +Fri Jul 12 16:25:16 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights + (bsc#1227149). +- commit e13fd24 + +------------------------------------------------------------------- +Fri Jul 12 16:24:52 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights + (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch. +- Refresh + patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch. +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- Refresh + patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch. +- commit a886227 + +------------------------------------------------------------------- +Fri Jul 12 16:22:17 CEST 2024 - tiwai@suse.de + +- wifi: ath9k: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149). +- wifi: ath12k: avoid explicit HW conversion argument in Rxdma + replenish (bsc#1227149). +- wifi: ath12k: avoid explicit RBM id argument in Rxdma replenish + (bsc#1227149). +- wifi: ath12k: avoid explicit mac id argument in Rxdma replenish + (bsc#1227149). +- wifi: ath12k: fix the error handler of rfkill config + (bsc#1227149). +- wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- commit a869013 + +------------------------------------------------------------------- +Fri Jul 12 16:20:31 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath11k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath12k: Remove obsolete struct wmi_peer_flags_map + *peer_flags (bsc#1227149). +- wifi: ath11k: Remove obsolete struct wmi_peer_flags_map + *peer_flags (bsc#1227149). +- wifi: ath12k: Remove struct ath12k::ops (bsc#1227149). +- wifi: ath11k: Remove struct ath11k::ops (bsc#1227149). +- wifi: ath10k: Remove unused struct ath10k_htc_frame + (bsc#1227149). +- wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc() + (bsc#1227149). +- wifi: ath11k: Remove unneeded semicolon (bsc#1227149). +- wifi: ath10k: replace deprecated strncpy with memcpy + (bsc#1227149). +- commit e59240f + +------------------------------------------------------------------- +Fri Jul 12 16:19:29 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: drop NULL pointer check in + ath12k_update_per_peer_tx_stats() (bsc#1227149). +- Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without + condition" (bsc#1227149). +- wifi: ath12k: Introduce and use ath12k_sta_to_arsta() + (bsc#1227149). +- wifi: ath12k: rename the sc naming convention to ab + (bsc#1227149). +- wifi: ath12k: rename the wmi_sc naming convention to wmi_ab + (bsc#1227149). +- commit f93677e + +------------------------------------------------------------------- +Fri Jul 12 16:18:14 CEST 2024 - tiwai@suse.de + +- bus: mhi: host: allow MHI client drivers to provide the firmware + via a pointer (bsc#1227149). +- commit 494649c + +------------------------------------------------------------------- +Fri Jul 12 16:16:59 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: add firmware-2.bin support (bsc#1227149). +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- commit 677d325 + +------------------------------------------------------------------- +Fri Jul 12 16:11:22 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149). +- commit 296ac8f + +------------------------------------------------------------------- +Fri Jul 12 16:10:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: rename the sc naming convention to ab + (bsc#1227149). +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- Refresh + patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch. +- commit 6eedd0d + +------------------------------------------------------------------- +Fri Jul 12 16:07:54 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: rename the wmi_sc naming convention to wmi_ab + (bsc#1227149). +- wifi: ath6kl: replace deprecated strncpy with memcpy + (bsc#1227149). +- commit cd59b03 + +------------------------------------------------------------------- +Fri Jul 12 16:06:43 CEST 2024 - tiwai@suse.de + +- wifi: ath5k: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149). +- wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149). +- wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149). +- wifi: ath12k: register EHT mesh capabilities (bsc#1227149). +- wifi: ath11k: Use device_get_match_data() (bsc#1227149). +- wifi: ath11k: Introduce and use ath11k_sta_to_arsta() + (bsc#1227149). +- wifi: ath11k: Remove unused struct ath11k_htc_frame + (bsc#1227149). +- wifi: ath12k: fix invalid m3 buffer address (bsc#1227149). +- wifi: ath12k: add ath12k_qmi_free_resource() for recovery + (bsc#1227149). +- commit a18a8d4 + +------------------------------------------------------------------- +Fri Jul 12 16:05:13 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: configure RDDM size to MHI for device recovery + (bsc#1227149). +- wifi: ath12k: add parsing of phy bitmap for reg rules + (bsc#1227149). +- wifi: ath11k: add parsing of phy bitmap for reg rules + (bsc#1227149). +- wifi: ath11k: ath11k_debugfs_register(): fix format-truncation + warning (bsc#1227149). +- wifi: ath12k: Consistently use ath12k_vif_to_arvif() + (bsc#1227149). +- wifi: ath11k: call ath11k_mac_fils_discovery() without condition + (bsc#1227149). +- wifi: ath12k: remove redundant memset() in + ath12k_hal_reo_qdesc_setup() (bsc#1227149). +- wifi: ath9k_htc: fix format-truncation warning (bsc#1227149). +- wifi: ath12k: fix debug messages (bsc#1227149). +- wifi: ath11k: fix CAC running state during virtual interface + start (bsc#1227149). +- commit c2f2e92 + +------------------------------------------------------------------- +Fri Jul 12 16:04:06 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149). +- wifi: ath10k: indicate to mac80211 scan complete with aborted + flag for ATH10K_SCAN_STARTING state (bsc#1227149). +- wifi: ath: dfs_pattern_detector: Use flex array to simplify code + (bsc#1227149). +- wifi: carl9170: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath10k: consistently use kstrtoX_from_user() functions + (bsc#1227149). +- wifi: ath12k: add keep backward compatibility of PHY mode to + avoid firmware crash (bsc#1227149). +- wifi: ath12k: add read variant from SMBIOS for download board + data (bsc#1227149). +- wifi: ath12k: do not drop data frames from unassociated stations + (bsc#1227149). +- wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data + handling (bsc#1227149). +- wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage + (bsc#1227149). +- commit b844022 + +------------------------------------------------------------------- +Fri Jul 12 16:02:58 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149). +- wifi: ath12k: Set default beacon mode to burst mode + (bsc#1227149). +- wifi: ath12k: call ath12k_mac_fils_discovery() without condition + (bsc#1227149). +- wifi: ath11k: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS + for WCN7850 (bsc#1227149). +- wifi: ath12k: change to treat alpha code na as world wide + regdomain (bsc#1227149). +- wifi: ath12k: indicate scan complete for scan canceled when + scan running (bsc#1227149). +- wifi: ath12k: indicate to mac80211 scan complete with aborted + flag for ATH12K_SCAN_STARTING state (bsc#1227149). +- wifi: ath12k: fix recovery fail while firmware crash when + doing channel switch (bsc#1227149). +- wifi: ath12k: add support for hardware rfkill for WCN7850 + (bsc#1227149). +- commit 087627b + +------------------------------------------------------------------- +Fri Jul 12 16:00:55 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: use kstrtoul_from_user() where appropriate + (bsc#1227149). +- wifi: ath11k: remove unused members of 'struct ath11k_base' + (bsc#1227149). +- wifi: ath11k: drop redundant check in + ath11k_dp_rx_mon_dest_process() (bsc#1227149). +- wifi: ath11k: drop NULL pointer check in + ath11k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL + (bsc#1227149). +- wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by + (bsc#1227149). +- wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with + __counted_by (bsc#1227149). +- wifi: ath12k: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath10k: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath6kl: remove unnecessary (void*) conversions + (bsc#1227149). +- commit 3f20dbc + +------------------------------------------------------------------- +Fri Jul 12 15:59:31 CEST 2024 - tiwai@suse.de + +- wifi: ath5k: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: wcn36xx: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ar5523: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath9k: clean up function ath9k_hif_usb_resume + (bsc#1227149). +- wifi: ath11k: add chip id board name while searching board-2.bin + for WCN6855 (bsc#1227149). +- wifi: ath12k: change to initialize recovery variables earlier + in ath12k_core_reset() (bsc#1227149). +- wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT + PHY capability for WCN7850 (bsc#1227149). +- wifi: ath9k: use u32 for txgain indexes (bsc#1227149). +- wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149). +- wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149). +- commit 0b35606 + +------------------------------------------------------------------- +Fri Jul 12 15:58:31 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan + (bsc#1227149). +- wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats + (bsc#1227149). +- wifi: ath11k: move references from rsvd2 to info fields + (bsc#1227149). +- wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM + crash (bsc#1227149). +- wifi: ath: Use is_multicast_ether_addr() to check multicast + Ether address (bsc#1227149). +- wifi: ath12k: Remove unused declarations (bsc#1227149). +- wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap() + (bsc#1227149). +- wifi: ath: remove unused-but-set parameter (bsc#1227149). +- wifi: ath11k: Remove unused declarations (bsc#1227149). +- wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning + (bsc#1227149). +- commit 1f3c3b8 + +------------------------------------------------------------------- +Fri Jul 12 15:57:00 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning + (bsc#1227149). +- wifi: ath11k: simplify the code with module_platform_driver + (bsc#1227149). +- wifi: ath12k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Fix a few spelling errors (bsc#1227149). +- wifi: ath10k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Consistently use ath11k_vif_to_arvif() + (bsc#1227149). +- wifi: ath9k: Remove unused declarations (bsc#1227149). +- wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149). +- wifi: ath9k: consistently use kstrtoX_from_user() functions + (bsc#1227149). +- wifi: ath9k: fix parameter check in ath9k_init_debug() + (bsc#1227149). +- commit 6c737fb + +------------------------------------------------------------------- +Fri Jul 12 15:54:18 CEST 2024 - tiwai@suse.de + +- wifi: ath5k: Remove redundant dev_err() (bsc#1227149). +- wifi: ath12k: avoid deadlock by change ieee80211_queue_work + for regd_update_work (bsc#1227149). +- wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED + (bsc#1227149). +- wifi: ath12k: relax list iteration in ath12k_mac_vif_unref() + (bsc#1227149). +- wifi: ath12k: configure puncturing bitmap (bsc#1227149). +- wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149). +- wifi: ath12k: add MLO header in peer association (bsc#1227149). +- wifi: ath12k: peer assoc for 320 MHz (bsc#1227149). +- wifi: ath12k: add WMI support for EHT peer (bsc#1227149). +- wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149). +- commit 3191784 + +------------------------------------------------------------------- +Fri Jul 12 15:53:00 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: add EHT PHY modes (bsc#1227149). +- wifi: ath12k: propagate EHT capabilities to userspace + (bsc#1227149). +- wifi: ath12k: WMI support to process EHT capabilities + (bsc#1227149). +- wifi: ath12k: move HE capabilities processing to a new function + (bsc#1227149). +- commit 7fb64df + +------------------------------------------------------------------- +Fri Jul 12 15:52:06 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: rename HE capabilities setup/copy functions + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-annotate-iftype_data-pointer-with-spar.patch. +- commit ddfeb0d + +------------------------------------------------------------------- +Fri Jul 12 15:49:27 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: change to use dynamic memory for channel list + of scan (bsc#1227149). +- wifi: ath12k: trigger station disconnect on hardware restart + (bsc#1227149). +- wifi: ath12k: Use pdev_id rather than mac_id to get pdev + (bsc#1227149). +- wifi: ath12k: correct the data_type from QMI_OPT_FLAG to + QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149). +- wifi: ath11k: Remove cal_done check during probe (bsc#1227149). +- commit e204950 + +------------------------------------------------------------------- +Fri Jul 12 15:19:17 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: simplify + ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149). +- wifi: ath6kl: Remove error checking for debugfs_create_dir() + (bsc#1227149). +- wifi: ath5k: remove phydir check from ath5k_debug_init_device() + (bsc#1227149). +- wifi: drivers: Explicitly include correct DT includes + (bsc#1227149). +- wifi: ath10k: improve structure padding (bsc#1227149). +- wifi: ath12k: fix conf_mutex in + ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149). +- wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149). +- commit 3345b7e + +------------------------------------------------------------------- +Fri Jul 12 15:15:22 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: htc: cleanup debug messages (bsc#1227149). +- wifi: ath11k: don't use %pK (bsc#1227149). +- wifi: ath11k: hal: cleanup debug message (bsc#1227149). +- wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL + (bsc#1227149). +- wifi: ath11k: dp: cleanup debug message (bsc#1227149). +- wifi: ath11k: pci: cleanup debug logging (bsc#1227149). +- wifi: ath11k: wmi: add unified command debug messages + (bsc#1227149). +- wifi: ath11k: wmi: use common error handling style + (bsc#1227149). +- wifi: ath11k: wmi: cleanup error handling in + ath11k_wmi_send_init_country_cmd() (bsc#1227149). +- wifi: ath11k: remove unsupported event handlers (bsc#1227149). +- commit 37105bd + +------------------------------------------------------------------- +Fri Jul 12 15:12:27 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: add WMI event debug messages (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch. +- Refresh + patches.suse/wifi-ath11k-fix-temperature-event-locking.patch. +- commit 572fd2c + +------------------------------------------------------------------- +Fri Jul 12 15:11:21 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: remove manual mask names from debug messages + (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch. +- commit a7ae7bf + +------------------------------------------------------------------- +Fri Jul 12 15:10:20 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: print debug level in debug messages (bsc#1227149). +- wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149). +- wifi: ath12k: delete the timer rx_replenish_retry during rmmod + (bsc#1227149). +- wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149). +- wifi: ath12k: check hardware major version for WCN7850 + (bsc#1227149). +- wifi: ath11k: update proper pdev/vdev id for testmode command + (bsc#1227149). +- wifi: atk10k: Don't opencode ath10k_pci_priv() in + ath10k_ahb_priv() (bsc#1227149). +- wifi: ath10k: Convert to platform remove callback returning void + (bsc#1227149). +- commit cafd8ed + +------------------------------------------------------------------- +Fri Jul 12 15:04:51 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: Drop checks that are always false (bsc#1227149). +- wifi: ath10k: Drop cleaning of driver data from probe error + path and remove (bsc#1227149). +- wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149). +- commit dde2040 + +------------------------------------------------------------------- +Fri Jul 12 15:01:45 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Allow ath11k to boot without caldata in ftm mode + (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch. +- commit adbddfc + +------------------------------------------------------------------- +Fri Jul 12 15:00:35 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: factory test mode support (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch. +- Refresh + patches.suse/wifi-ath11k-rearrange-IRQ-enable-disable-in-reset-pa.patch. +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- commit 030f59a + +------------------------------------------------------------------- +Fri Jul 12 14:42:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: remove unused function ath11k_tm_event_wmi() + (bsc#1227149). +- wifi: ath12k: Add support to parse new WMI event for 6 GHz + regulatory (bsc#1227149). +- wifi: wil6210: wmi: Replace zero-length array with + DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wil6210: fw: Replace zero-length arrays with + DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: ath11k: Send HT fixed rate in WMI peer fixed param + (bsc#1227149). +- wifi: ath11k: Relocate the func + ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16 + to hweight8 (bsc#1227149). +- wifi: ath12k: increase vdev setup timeout (bsc#1227149). +- wifi: ath11k: EMA beacon support (bsc#1227149). +- wifi: ath11k: MBSSID beacon support (bsc#1227149). +- wifi: ath11k: refactor vif parameter configurations + (bsc#1227149). +- wifi: ath11k: MBSSID parameter configuration in AP mode + (bsc#1227149). +- wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd + (bsc#1227149). +- wifi: ath11k: MBSSID configuration during vdev create/start + (bsc#1227149). +- wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149). +- wifi: ath: work around false-positive stringop-overread warning + (bsc#1227149). +- wifi: ath11k: Use list_count_nodes() (bsc#1227149). +- wifi: ath10k: Use list_count_nodes() (bsc#1227149). +- wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition + (bsc#1227149). +- wifi: ath12k: add wait operation for tx management packets + for flush from mac80211 (bsc#1227149). +- wifi: ath12k: Remove some dead code (bsc#1227149). +- wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when + ADDBA session starts (bsc#1227149). +- wifi: ath12k: set PERST pin no pull request for WCN7850 + (bsc#1227149). +- wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware + parameters (bsc#1227149). +- wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create + ordered workqueues (bsc#1227149). +- commit 1763ceb + +------------------------------------------------------------------- +Fri Jul 12 09:23:58 CEST 2024 - tiwai@suse.de + +- net: phy: microchip: lan87xx: reinit PHY after cable test + (git-fixes). +- i2c: pnx: Fix potential deadlock warning from del_timer_sync() + call in isr (git-fixes). +- drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Valve Galileo + (stable-fixes). +- nilfs2: add missing check for inode numbers on directory entries + (stable-fixes). +- nilfs2: fix inode number range checks (stable-fixes). +- drm/amdgpu: silence UBSAN warning (stable-fixes). +- spi: cadence: Ensure data lines set to low during dummy-cycle + period (stable-fixes). +- regmap-i2c: Subtract reg size from max_write (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro + (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT + IVW 11.6" tablet (stable-fixes). +- nfc/nci: Add the inconsistency check between the input data + length and count (stable-fixes). +- Input: ff-core - prefer struct_size over open coded arithmetic + (stable-fixes). +- cdrom: rearrange last_media_change check to avoid unintentional + overflow (stable-fixes). +- serial: imx: Raise TX trigger level to 8 (stable-fixes). +- usb: xhci: prevent potential failure in handle_tx_event() + for Transfer events without TRB (stable-fixes). +- thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on + lvts_data (stable-fixes). +- firmware: dmi: Stop decoding on broken entry (stable-fixes). +- i2c: i801: Annotate apanel_addr as __ro_after_init + (stable-fixes). +- media: dvb-frontends: tda10048: Fix integer overflow + (stable-fixes). +- media: s2255: Use refcount_t instead of atomic_t for + num_channels (stable-fixes). +- media: dvb-frontends: tda18271c2dd: Remove casting during div + (stable-fixes). +- media: dw2102: fix a potential buffer overflow (git-fixes). +- media: dw2102: Don't translate i2c read into write + (stable-fixes). +- media: dvb-usb: dib0700_devices: Add missing release_firmware() + (stable-fixes). +- media: dvb: as102-fe: Fix as10x_register_addr packing + (stable-fixes). +- drm/amdgpu: fix the warning about the expression (int)size - + len (stable-fixes). +- drm/amdgpu: fix uninitialized scalar variable warning + (stable-fixes). +- drm/amd/display: Fix uninitialized variables in DM + (stable-fixes). +- drm/amd/display: Skip finding free audio for unknown engine_id + (stable-fixes). +- drm/amd/display: Check pipe offset before setting vblank + (stable-fixes). +- drm/amd/display: Check index msg_id before read or write + (stable-fixes). +- drm/amdgpu: Initialize timestamp for some legacy SOCs + (stable-fixes). +- drm/amdgpu: Using uninitialized value *size when calling + amdgpu_vce_cs_reloc (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warnings (stable-fixes). +- drm/lima: fix shared irq handling on driver remove + (stable-fixes). +- wifi: mt76: mt7996: add sanity checks for background radar + trigger (stable-fixes). +- wifi: mt76: replace skb_put with skb_put_zero (stable-fixes). +- crypto: aead,cipher - zeroize key buffer after use + (stable-fixes). +- crypto: hisilicon/debugfs - Fix debugfs uninit process issue + (stable-fixes). +- commit 240e65e + +------------------------------------------------------------------- +Thu Jul 11 22:00:57 CEST 2024 - tiwai@suse.de + +- Refresh patches.kabi/wireless-kabi-workaround.patch (bsc#1227149) + More fixes for 6.9 API updates +- commit 25eb11c + +------------------------------------------------------------------- +Thu Jul 11 17:39:15 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149). +- wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149). +- wifi: iwlwifi: Use request_module_nowait (bsc#1227149). +- wifi: iwlwifi: mvm: don't always disable EMLSR due to BT coex + (bsc#1227149). +- wifi: iwlwifi: mvm: calculate EMLSR mode after connection + (bsc#1227149). +- wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete + (bsc#1227149). +- wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8 + (bsc#1227149). +- commit 74beb0b + +------------------------------------------------------------------- +Thu Jul 11 17:34:13 CEST 2024 - ohering@suse.de + +- net: mana: Fix possible double free in error handling path + (git-fixes). +- RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes). +- net: mana: Fix the extra HZ in mana_hwc_send_request + (git-fixes). +- commit cb4a2bd + +------------------------------------------------------------------- +Thu Jul 11 17:31:44 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix link ID management (bsc#1227149). +- Revert "wifi: iwlwifi: bump FW API to 90 for BZ/SC devices" + (bsc#1227149). +- wifi: iwlwifi: mvm: handle debugfs names more carefully + (bsc#1227149). +- commit 1b2b558 + +------------------------------------------------------------------- +Thu Jul 11 17:30:57 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW + (bsc#1227149). +- wifi: iwlwifi: mvm: consider having one active link + (bsc#1227149). +- wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF + (bsc#1227149). +- wifi: iwlwifi: mvm: disable MLO for the time being + (bsc#1227149). +- wifi: cfg80211: add a flag to disable wireless extensions + (bsc#1227149). +- iwlwifi: mvm: Use for_each_thermal_trip() for walking trip + points (bsc#1227149). +- iwlwifi: mvm: Populate trip table before registering thermal + zone (bsc#1227149). +- iwlwifi: mvm: Drop unused fw_trips_index[] from + iwl_mvm_thermal_device (bsc#1227149). +- commit 53ce28e + +------------------------------------------------------------------- +Thu Jul 11 17:26:16 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: add link id to ieee80211_gtk_rekey_add() + (bsc#1227149). +- wifi: iwlwifi: load b0 version of ucode for HR1/HR2 + (bsc#1227149). +- wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149). +- wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149). +- wifi: iwlwifi: mvm: unlock mvm if there is no primary link + (bsc#1227149). +- wifi: iwlwifi: mvm: partially support PHY context version 6 + (bsc#1227149). +- commit 590b6b6 + +------------------------------------------------------------------- +Thu Jul 11 17:18:17 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: cancel session protection only if there is one + (bsc#1227149). +- wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P + (bsc#1227149). +- wifi: iwlwifi: mvm: check own capabilities for EMLSR + (bsc#1227149). +- wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149). +- wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149). +- commit b9417e2 + +------------------------------------------------------------------- +Thu Jul 11 17:05:09 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149). +- wifi: iwlwifi: don't use TRUE/FALSE with bool (bsc#1227149). +- wifi: iwlwifi: api: fix constant version to match FW + (bsc#1227149). +- wifi: iwlwifi: mvm: Extend support for P2P service discovery + (bsc#1227149). +- wifi: iwlwifi: mvm: work around A-MSDU size problem + (bsc#1227149). +- wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory + (bsc#1227149). +- wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 + (bsc#1227149). +- wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149). +- wifi: iwlwifi: queue: improve warning for no skb in reclaim + (bsc#1227149). +- wifi: iwlwifi: mvm: move BA notif messages before action + (bsc#1227149). +- commit da274a5 + +------------------------------------------------------------------- +Thu Jul 11 17:02:21 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: report unprotected deauth/disassoc in wowlan + (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 8a7655b + +------------------------------------------------------------------- +Thu Jul 11 17:00:16 CEST 2024 - tiwai@suse.de + +- wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc + (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit e91caa5 + +------------------------------------------------------------------- +Thu Jul 11 16:57:52 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 72d3017 + +------------------------------------------------------------------- +Thu Jul 11 16:48:45 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason + (bsc#1227149). +- wifi: iwlwifi: mvm: remove flags for enable/disable beacon + filter (bsc#1227149). +- wifi: iwlwifi: pcie: Add new PCI device id and CNVI + (bsc#1227149). +- wifi: iwlwifi: mvm: don't send the smart fifo command if not + needed (bsc#1227149). +- wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149). +- wifi: iwlwifi: mvm: don't do duplicate detection for nullfunc + packets (bsc#1227149). +- wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149). +- wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149). +- wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149). +- commit 9013bb7 + +------------------------------------------------------------------- +Thu Jul 11 16:45:50 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149). +- wifi: iwlwifi: mvm: Keep connection in case of missed beacons + during RX (bsc#1227149). +- wifi: iwlwifi: properly check if link is active (bsc#1227149). +- wifi: iwlwifi: take SGOM and UATS code out of ACPI ifdef + (bsc#1227149). +- wifi: iwlwifi: mvm: don't abort queue sync in CT-kill + (bsc#1227149). +- wifi: iwlwifi: mvm: define RX queue sync timeout as a macro + (bsc#1227149). +- wifi: iwlwifi: mvm: expand queue sync warning messages + (bsc#1227149). +- wifi: iwlwifi: mvm: Declare support for secure LTF measurement + (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for protected ranging + negotiation (bsc#1227149). +- wifi: iwlwifi: mvm: remove one queue sync on BA session stop + (bsc#1227149). +- commit d32b4ac + +------------------------------------------------------------------- +Thu Jul 11 16:37:46 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: don't support reduced tx power on ack for + new devices (bsc#1227149). +- wifi: iwlwifi: use system_unbound_wq for debug dump + (bsc#1227149). +- wifi: iwlwifi: mvm: remove EHT code from mac80211.c + (bsc#1227149). +- wifi: iwlwifi: read mac step from aux register (bsc#1227149). +- wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149). +- wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149). +- wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3 + (bsc#1227149). +- wifi: iwlwifi: pcie: don't allow hw-rfkill to stop device on + gen2 (bsc#1227149). +- wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149). +- commit 6501846 + +------------------------------------------------------------------- +Thu Jul 11 16:35:30 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: update beacon counters per link basis + (bsc#1227149). +- wifi: iwlwifi: return negative -EINVAL instead of positive + EINVAL (bsc#1227149). +- wifi: iwlwifi: fw: fix compiler warning for NULL string print + (bsc#1227149). +- wifi: iwlwifi: mvm: make functions public (bsc#1227149). +- wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: mvm: don't send BT_COEX_CI command on new devices + (bsc#1227149). +- wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149). +- commit 4b3d0a2 + +------------------------------------------------------------------- +Thu Jul 11 16:31:38 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149). +- wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149). +- wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef + (bsc#1227149). +- wifi: iwlwifi: rfi: use a single DSM function for all RFI + configurations (bsc#1227149). +- wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149). +- wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149). +- wifi: iwlwifi: support link command version 2 (bsc#1227149). +- wifi: iwlwifi: mvm: use fast balance scan in case of an active + P2P GO (bsc#1227149). +- wifi: iwlwifi: mvm: don't send NDPs for new tx devices + (bsc#1227149). +- wifi: iwlwifi: read SPLC from UEFI (bsc#1227149). +- commit 10d0457 + +------------------------------------------------------------------- +Thu Jul 11 16:28:02 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: api: clean up some kernel-doc/typos + (bsc#1227149). +- wifi: iwlwifi: remove unused function prototype (bsc#1227149). +- iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149). +- commit edb7009 + +------------------------------------------------------------------- +Thu Jul 11 16:25:31 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW' + flows (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch. +- commit cbe5734 + +------------------------------------------------------------------- +Thu Jul 11 16:23:31 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading TAS table from UEFI + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch. +- commit 37ff9f0 + +------------------------------------------------------------------- +Thu Jul 11 16:22:27 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: don't check TAS block list size twice + (bsc#1227149). +- wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: validate PPAG table when sent to FW + (bsc#1227149). +- commit aab6534 + +------------------------------------------------------------------- +Thu Jul 11 16:20:19 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading PPAG table from UEFI + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-fw-fix-compile-w-o-CONFIG_ACPI.patch. +- commit b317fc2 + +------------------------------------------------------------------- +Thu Jul 11 16:18:56 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149). +- wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD + (bsc#1227149). +- wifi: iwlwifi: prepare for reading SAR tables from UEFI + (bsc#1227149). +- wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: d3: implement suspend with MLO + (bsc#1227149). +- wifi: iwlwifi: mvm: refactor duplicate chanctx condition + (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped packets due to MIC error + (bsc#1227149). +- commit ab26861 + +------------------------------------------------------------------- +Thu Jul 11 16:16:11 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-don-t-set-the-MFP-flag-for-the-GTK.patch. +- commit d834590 + +------------------------------------------------------------------- +Thu Jul 11 16:14:18 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149). +- commit 265cdf6 + +------------------------------------------------------------------- +Thu Jul 11 16:13:05 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit f498490 + +------------------------------------------------------------------- +Thu Jul 11 16:07:40 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-fw-fix-compile-w-o-CONFIG_ACPI.patch. +- commit 85303bc + +------------------------------------------------------------------- +Thu Jul 11 16:06:02 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149). +- wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149). +- wifi: iwlwifi: mvm: don't set trigger frame padding in AP mode + (bsc#1227149). +- wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" + (bsc#1227149). +- wifi: iwlwifi: mvm: add support for TID to link mapping neg + request (bsc#1227149). +- wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect station vifs if recovery failed + (bsc#1227149). +- wifi: iwlwifi: fw: dbg: ensure correct config name sizes + (bsc#1227149). +- commit ff842c3 + +------------------------------------------------------------------- +Thu Jul 11 16:02:48 CEST 2024 - tiwai@suse.de + +- wifi: ieee80211: add definitions for negotiated TID to Link map + (bsc#1227149). +- commit b1d66f3 + +------------------------------------------------------------------- +Thu Jul 11 16:00:08 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: process and save negotiated TID to Link mapping + request (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 32a5092 + +------------------------------------------------------------------- +Thu Jul 11 15:56:51 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1227149). +- commit 8fede1e + +------------------------------------------------------------------- +Thu Jul 11 15:42:01 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: implement can_activate_links callback + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-active-link-counting-during-rec.patch. +- commit 7e399ce + +------------------------------------------------------------------- +Thu Jul 11 15:40:37 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: remove retry loops in start (bsc#1227149). +- commit 3c4f0f3 + +------------------------------------------------------------------- +Thu Jul 11 15:38:58 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: dbg-tlv: use struct_size() for allocation + (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy + (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure + (bsc#1227149). +- wifi: iwlwifi: mvm: Add support for removing responder TKs + (bsc#1227149). +- wifi: iwlwifi: disable eSR when BT is active (bsc#1227149). +- wifi: iwlwifi: add support for a wiphy_work rx handler + (bsc#1227149). +- wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 + (bsc#1227149). +- wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149). +- wifi: iwlwifi: nvm-parse: advertise common packet padding + (bsc#1227149). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1227149). +- wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM + (bsc#1227149). +- wifi: iwlwifi: disable 160 MHz based on subsystem device ID + (bsc#1227149). +- wifi: iwlwifi: make TB reallocation a debug message + (bsc#1227149). +- wifi: iwlwifi: Add support for new 802.11be device + (bsc#1227149). +- commit 6617b64 + +------------------------------------------------------------------- +Thu Jul 11 13:42:10 CEST 2024 - tiwai@suse.de + +- pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to + hdmimix domain (CVE-2024-35942 bsc#1224589). +- commit cf74548 + +------------------------------------------------------------------- +Thu Jul 11 09:03:27 CEST 2024 - tiwai@suse.de + +- platform/x86: toshiba_acpi: Fix array out-of-bounds access + (git-fixes). +- ACPI: processor_idle: Fix invalid comparison with insertion + sort for latency (git-fixes). +- commit ec2c4bc + +------------------------------------------------------------------- +Thu Jul 11 08:23:12 CEST 2024 - jgross@suse.com + +- KVM: SEV-ES: Delegate LBR virtualization to the processor + (git-fixes). +- commit ca0a7e8 + +------------------------------------------------------------------- +Wed Jul 10 19:27:00 CEST 2024 - jgross@suse.com + +- KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC + routes (git-fixes). +- commit 6653b01 + +------------------------------------------------------------------- +Wed Jul 10 18:51:15 CEST 2024 - jgross@suse.com + +- KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is + absent (git-fixes). +- commit 1094992 + +------------------------------------------------------------------- +Wed Jul 10 18:15:44 CEST 2024 - jgross@suse.com + +- KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked + (git-fixes). +- commit 2cc4a9c + +------------------------------------------------------------------- +Wed Jul 10 17:25:56 CEST 2024 - jgross@suse.com + +- drivers/xen: Improve the late XenStore init protocol + (git-fixes). +- commit cb805fb + +------------------------------------------------------------------- +Wed Jul 10 16:50:39 CEST 2024 - jgross@suse.com + +- xen/x86: add extra pages to unpopulated-alloc if available + (git-fixes). +- commit d9de7d9 + +------------------------------------------------------------------- +Wed Jul 10 15:15:20 CEST 2024 - nik.borisov@suse.com + +- kunit: Fix checksum tests on big endian CPUs (git-fixed). +- commit 91a58a6 + +------------------------------------------------------------------- +Wed Jul 10 14:26:35 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: Fix circular locking dependency (bsc#1222463 CVE-2024-26691). +- commit 3273efe + +------------------------------------------------------------------- +Wed Jul 10 12:10:10 CEST 2024 - ohering@suse.de + +- Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted (bsc#1225744, CVE-2024-36909). +- uio_hv_generic: Don't free decrypted memory (bsc#1225717, CVE-2024-36910). +- hv_netvsc: Don't free decrypted memory (bsc#1225745, CVE-2024-36911). +- Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752, CVE-2024-36912). +- Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753, CVE-2024-36913). +- commit a78a9db + +------------------------------------------------------------------- +Wed Jul 10 10:45:33 CEST 2024 - nik.borisov@suse.com + +- x86/speculation, objtool: Use absolute relocations for annotations (git-fixes). +- commit 14e0989 + +------------------------------------------------------------------- +Wed Jul 10 10:45:13 CEST 2024 - nik.borisov@suse.com + +- x86/head/64: Move the __head definition to (git-fixes). +- commit 36d1750 + +------------------------------------------------------------------- +Wed Jul 10 10:44:56 CEST 2024 - nik.borisov@suse.com + +- x86/csum: Remove unnecessary odd handling (git-fixes). +- commit 439ef62 + +------------------------------------------------------------------- +Wed Jul 10 10:41:33 CEST 2024 - nik.borisov@suse.com + +- x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes). +- commit 98db437 + +------------------------------------------------------------------- +Wed Jul 10 10:32:30 CEST 2024 - nik.borisov@suse.com + +- x86/csum: Improve performance of `csum_partial` (git-fixes). +- commit 131cca3 + +------------------------------------------------------------------- +Wed Jul 10 10:28:28 CEST 2024 - nik.borisov@suse.com + +- x86/boot: Ignore NMIs during very early boot (git-fixes). +- commit 3c94948 + +------------------------------------------------------------------- +Wed Jul 10 10:28:13 CEST 2024 - nik.borisov@suse.com + +- x86/asm: Fix build of UML with KASAN (git-fixes). +- commit 89fc5d7 + +------------------------------------------------------------------- +Wed Jul 10 10:27:52 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Blacklist useless revert +- commit 0a21e69 + +------------------------------------------------------------------- +Wed Jul 10 10:04:47 CEST 2024 - nik.borisov@suse.com + +- tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328 CVE-2024-26665). +- commit f28b881 + +------------------------------------------------------------------- +Wed Jul 10 04:05:50 CEST 2024 - neilb@suse.de + +- SUNRPC: avoid soft lockup when transmitting UDP to reachable + server (bsc#1225272). +- commit 3fc313b + +------------------------------------------------------------------- +Tue Jul 9 14:31:32 CEST 2024 - tiwai@suse.de + +- Move upstreamed turbostat patch into sorted section +- commit 768422e + +------------------------------------------------------------------- +Tue Jul 9 14:23:34 CEST 2024 - tiwai@suse.de + +- Move out-of-tree patch to the right section +- commit a3dba46 + +------------------------------------------------------------------- +Tue Jul 9 12:44:29 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries: Fix scv instruction crash with kexec + (bsc#1194869). +- commit 245b529 + +------------------------------------------------------------------- +Tue Jul 9 11:59:16 CEST 2024 - msuchanek@suse.de + +- powerpc/prom: Add CPU info to hardware description string later + (bsc#1215199). +- commit 75358e1 + +------------------------------------------------------------------- +Tue Jul 9 10:57:44 CEST 2024 - msuchanek@suse.de + +- kernel-binary: vdso: Own module_dir +- commit ff69986 + +------------------------------------------------------------------- +Tue Jul 9 10:18:35 CEST 2024 - tbogendoerfer@suse.de + +- enic: Validate length of nl attributes in enic_set_vf_port + (CVE-2024-38659 bsc#1226883). +- commit 82dab70 + +------------------------------------------------------------------- +Tue Jul 9 08:25:19 CEST 2024 - tiwai@suse.de + +- wifi: wilc1000: fix ies_len type in connect path (git-fixes). +- commit 857b40a + +------------------------------------------------------------------- +Mon Jul 8 21:08:05 CEST 2024 - tabraham@suse.com + +- net/dcb: check for detached device before executing callbacks + (bsc#1215587). +- commit c563440 + +------------------------------------------------------------------- +Mon Jul 8 19:32:11 CEST 2024 - mkoutny@suse.com + +- Update patches.suse/atm-Fix-Use-After-Free-in-do_vcc_ioctl.patch + (git-fixes bsc#1218730 CVE-2023-51780). +- commit 93588a3 + +------------------------------------------------------------------- +Mon Jul 8 13:43:07 CEST 2024 - msuchanek@suse.de + +- powerpc/64s/radix/kfence: map __kfence_pool at page granularity + (bsc#1223570 ltc#205770). +- commit d4edfeb + +------------------------------------------------------------------- +Mon Jul 8 12:37:31 CEST 2024 - nstange@suse.de + +- crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public + key (bsc#1222768). +- commit 817f8be + +------------------------------------------------------------------- +Mon Jul 8 12:32:45 CEST 2024 - nstange@suse.de + +- crypto/ecdh: make ecdh_compute_value() to zeroize the public + key (bsc#1222768). +- commit 3f5391b + +------------------------------------------------------------------- +Mon Jul 8 11:20:23 CEST 2024 - jslaby@suse.cz + +- PCI: Do not wait for disconnected devices when resuming + (git-fixes). +- commit f7f9960 + +------------------------------------------------------------------- +Mon Jul 8 10:46:49 CEST 2024 - msuchanek@suse.de + +- powerpc/rtas: Prevent Spectre v1 gadget construction in + sys_rtas() (bsc#1227487). +- commit 42da489 + +------------------------------------------------------------------- +Mon Jul 8 10:42:18 CEST 2024 - ptesarik@suse.com + +- Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701). +- commit 9157a3d + +------------------------------------------------------------------- +Mon Jul 8 08:55:04 CEST 2024 - tiwai@suse.de + +- clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs + (git-fixes). +- clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes). +- clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg + (git-fixes). +- commit 1a2b239 + +------------------------------------------------------------------- +Mon Jul 8 07:53:37 CEST 2024 - neilb@suse.de + +- nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes). +- NFS: add barriers when testing for NFS_FSDATA_BLOCKED + (git-fixes). +- SUNRPC: return proper error from gss_wrap_req_priv (git-fixes). +- NFSv4.1 enforce rootpath check in fs_location query (git-fixes). +- SUNRPC: Fix loop termination condition in + gss_free_in_token_pages() (git-fixes). +- nfs: fix undefined behavior in nfs_block_bits() (git-fixes). +- pNFS/filelayout: fixup pNfs allocation modes (git-fixes). +- rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL + (git-fixes). +- NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS + (git-fixes). +- sunrpc: fix NFSACL RPC retry on soft mount (git-fixes). +- nfs: keep server info for remounts (git-fixes). +- NFSv4: Fixup smatch warning for ambiguous return (git-fixes). +- SUNRPC: Fix gss_free_in_token_pages() (git-fixes). +- knfsd: LOOKUP can return an illegal error value (git-fixes). +- nfs: Handle error of rpc_proc_register() in nfs_net_init() + (git-fixes). +- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY + (git-fixes). +- NFSD: Fix checksum mismatches in the duplicate reply cache + (git-fixes). +- commit e019385 + +------------------------------------------------------------------- +Mon Jul 8 06:57:52 CEST 2024 - jlee@suse.com + +- Update + patches.suse/ALSA-hda-intel-sdw-acpi-fix-usage-of-device_get_name.patch + (git-fixes CVE-2024-36955 bsc#1225810). +- Update + patches.suse/ASoC-SOF-ipc4-topology-Fix-input-format-query-of-pro.patch + (git-fixes CVE-2024-39473 bsc#1227433). +- Update + patches.suse/Bluetooth-qca-fix-firmware-check-error-path.patch + (git-fixes CVE-2024-36942 bsc#1225843). +- Update + patches.suse/Reapply-drm-qxl-simplify-qxl_fence_wait.patch + (stable-fixes CVE-2024-36944 bsc#1225847). +- Update + patches.suse/amd-amdkfd-sync-all-devices-to-wait-all-processes-be.patch + (stable-fixes CVE-2024-36949 bsc#1225894). +- Update + patches.suse/drm-amdkfd-range-check-cp-bad-op-exception-interrupt.patch + (stable-fixes CVE-2024-36951 bsc#1225896). +- Update patches.suse/drm-i915-hwmon-Get-rid-of-devm.patch + (stable-fixes CVE-2024-39479 bsc#1227443). +- Update + patches.suse/fbdev-savage-Handle-err-return-when-savagefb_check_v.patch + (git-fixes CVE-2024-39475 bsc#1227435). +- Update + patches.suse/firewire-ohci-mask-bus-reset-interrupts-between-ISR-.patch + (stable-fixes CVE-2024-36950 bsc#1225895). +- Update + patches.suse/media-mc-Fix-graph-walk-in-media_pipeline_start.patch + (git-fixes CVE-2024-39481 bsc#1227446). +- Update + patches.suse/pinctrl-core-delete-incorrect-free-in-pinctrl_enable.patch + (git-fixes CVE-2024-36940 bsc#1225840). +- Update + patches.suse/pinctrl-devicetree-fix-refcount-leak-in-pinctrl_dt_t.patch + (git-fixes CVE-2024-36959 bsc#1225839). +- Update patches.suse/qibfs-fix-dentry-leak.patch (git-fixes + CVE-2024-36947 bsc#1225856). +- Update + patches.suse/spi-fix-null-pointer-dereference-within-spi_sync.patch + (git-fixes CVE-2024-36930 bsc#1225830). +- Update + patches.suse/wifi-iwlwifi-read-txq-read_ptr-under-lock.patch + (stable-fixes CVE-2024-36922 bsc#1225805). +- Update + patches.suse/wifi-nl80211-don-t-free-NULL-coalescing-rule.patch + (git-fixes CVE-2024-36941 bsc#1225835). +- commit ffdc766 + +------------------------------------------------------------------- +Mon Jul 8 06:57:18 CEST 2024 - jlee@suse.com + +- Update + patches.suse/crypto-rsa-add-a-check-for-allocation-failure.patch + (bsc#1222775 CVE-2023-52472 bsc#1220430 bsc#1220427). +- commit 7754b95 + +------------------------------------------------------------------- +Sat Jul 6 10:36:50 CEST 2024 - tiwai@suse.de + +- drm/fbdev-generic: Fix framebuffer on big endian devices + (git-fixes). +- drm/nouveau: fix null pointer dereference in + nouveau_connector_get_modes (git-fixes). +- usb: dwc3: core: Workaround for CSR read timeout (stable-fixes). +- usb: gadget: printer: SS+ support (stable-fixes). +- drm/amdgpu: avoid using null object of framebuffer + (stable-fixes). +- drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if + LTTPR is present (stable-fixes). +- drm/amdgpu/atomfirmware: fix parsing of vram_info + (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in + nv17_tv_get_ld_modes (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in + nv17_tv_get_hd_modes (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs don't work for + EliteBook 645/665 G11 (stable-fixes). +- usb: typec: ucsi: Ack also failed Get Error commands + (git-fixes). +- iio: pressure: bmp280: Fix BMP580 temperature reading + (stable-fixes). +- usb: typec: ucsi: Never send a lone connector change ack + (stable-fixes). +- mtd: partitions: redboot: Added conversion of operands to a + larger type (stable-fixes). +- media: dvbdev: Initialize sbuf (stable-fixes). +- ALSA: emux: improve patch ioctl data validation (stable-fixes). +- drm/radeon/radeon_display: Decrease the size of allocated memory + (stable-fixes). +- drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers + that sleep (stable-fixes). +- wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() + (stable-fixes). +- crypto: ecdh - explicitly zeroize private_key (stable-fixes). +- soc: ti: wkup_m3_ipc: Send NULL dummy message instead of + pointer message (stable-fixes). +- usb: dwc3: core: Add DWC31 version 2.00a controller + (stable-fixes). +- iio: pressure: fix some word spelling errors (stable-fixes). +- commit 42cf83f + +------------------------------------------------------------------- +Sat Jul 6 10:31:22 CEST 2024 - tiwai@suse.de + +- Drop amd-pstate patch that caused a regression on 6.6.x stable +- commit d3672a6 + +------------------------------------------------------------------- +Sat Jul 6 08:37:20 CEST 2024 - nmorey@suse.com + +- RDMA/restrack: Fix potential invalid address access (git-fixes) +- commit 91e323d + +------------------------------------------------------------------- +Fri Jul 5 20:00:40 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix use-after-free in smb2_query_info_compound() + (bsc#1225489, CVE-2023-52751). +- Refresh + patches.suse/smb-client-fix-potential-OOBs-in-smb2_parse_contexts-.patch. +- commit fed05d1 + +------------------------------------------------------------------- +Fri Jul 5 19:45:06 CEST 2024 - ematsumiya@suse.de + +- smb: client: prevent new fids from being removed by laundromat + (git-fixes, bsc#1225172). +- commit b3d54ea + +------------------------------------------------------------------- +Fri Jul 5 19:43:38 CEST 2024 - ematsumiya@suse.de + +- smb: client: make laundromat a delayed worker (git-fixes, + bsc#1225172). +- commit 97932f6 + +------------------------------------------------------------------- +Fri Jul 5 19:36:55 CEST 2024 - ematsumiya@suse.de + +- smb3: allow controlling length of time directory entries are + cached with dir leases (git-fixes, bsc#1225172). +- commit c39c365 + +------------------------------------------------------------------- +Fri Jul 5 19:35:19 CEST 2024 - ematsumiya@suse.de + +- smb: client: do not start laundromat thread on nohandlecache + (git-fixes, bsc#1225172). +- commit b320db3 + +------------------------------------------------------------------- +Fri Jul 5 19:32:22 CEST 2024 - ematsumiya@suse.de + +- smb3: allow controlling maximum number of cached directories + (git-fixes, bsc#1225172). +- commit e5e6d01 + +------------------------------------------------------------------- +Fri Jul 5 19:29:43 CEST 2024 - ematsumiya@suse.de + +- smb3: do not start laundromat thread when dir leases disabled + (git-fixes, bsc#1225172). +- commit b758cab + +------------------------------------------------------------------- +Fri Jul 5 19:29:09 CEST 2024 - ematsumiya@suse.de + +- cifs: Add a laundromat thread for cached directories (git-fixes, + bsc#1225172). +- commit b1876e3 + +------------------------------------------------------------------- +Fri Jul 5 18:16:19 CEST 2024 - andrea.porta@suse.com + +- bcache: fix variable length array abuse in btree_iter + (CVE-2024-39482 bsc#1227447). +- commit 3d0cfa1 + +------------------------------------------------------------------- +Fri Jul 5 16:26:17 CEST 2024 - andrea.porta@suse.com + +- mm/vmalloc: fix vmalloc which may return null if called with + __GFP_NOFAIL (CVE-2024-39474 bsc#1227434). +- commit 13add8a + +------------------------------------------------------------------- +Fri Jul 5 09:39:26 CEST 2024 - tiwai@suse.de + +- selftests: make order checking verbose in msg_zerocopy selftest + (git-fixes). +- selftests: fix OOM in msg_zerocopy selftest (git-fixes). +- can: kvaser_usb: Explicitly initialize family in leafimx + driver_info struct (git-fixes). +- bluetooth/hci: disallow setting handle bigger than + HCI_CONN_HANDLE_MAX (git-fixes). +- Bluetooth: ISO: Check socket flag instead of hcon (git-fixes). +- Bluetooth: Ignore too large handle values in BIG (git-fixes). +- Bluetooth: qca: Fix BT enable failure again for QCA6390 after + warm reboot (git-fixes). +- Bluetooth: hci_event: Fix setting of unicast qos interval + (git-fixes). +- Bluetooth: hci_bcm4377: Fix msgid release (git-fixes). +- mac802154: fix time calculation in + ieee802154_configure_durations() (git-fixes). +- net: phy: phy_device: Fix PHY LED blinking code comment + (git-fixes). +- wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values + (git-fixes). +- platform/x86: toshiba_acpi: Fix quickstart quirk handling + (git-fixes). +- commit 3db85da + +------------------------------------------------------------------- +Thu Jul 4 21:41:02 CEST 2024 - ddiss@suse.de + +- jfs: xattr: fix buffer overflow for invalid xattr + (bsc#1227383). +- commit ae2a0d9 + +------------------------------------------------------------------- +Thu Jul 4 18:58:54 CEST 2024 - vkarasulli@suse.de + +- iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes). +- commit 2fb4aa0 + +------------------------------------------------------------------- +Thu Jul 4 17:41:12 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add d988d9a9b9d1 panic: Flush kernel log buffer at the end +- commit 0ce2686 + +------------------------------------------------------------------- +Thu Jul 4 15:25:28 CEST 2024 - ptesarik@suse.com + +- Update + patches.suse/arm64-mm-Batch-dsb-and-isb-when-populating-pgtables.patch + (jsc#PED-8688 bsc#1226202). +- Update + patches.suse/arm64-mm-Don-t-remap-pgtables-for-allocate-vs-populate.patch + (jsc#PED-8688 bsc#1226202). +- Update + patches.suse/arm64-mm-Don-t-remap-pgtables-per-cont-pte-pmd-block.patch + (jsc#PED-8688 bsc#1226202). +- Update + patches.suse/net-ena-Fix-redundant-device-NUMA-node-override.patch + (jsc#PED-8688 bsc#1226202). +- commit 584efba + +------------------------------------------------------------------- +Thu Jul 4 14:30:12 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-gadget-printer-fix-races-against-disable.patch + (CVE-2024-25741 bsc#1219832). +- commit 4a6f084 + +------------------------------------------------------------------- +Thu Jul 4 12:52:00 CEST 2024 - mkubecek@suse.cz + +- llc: make llc_ui_sendmsg() more robust against bonding changes + (CVE-2024-26636 bsc#1221659). +- commit 1bb1c76 + +------------------------------------------------------------------- +Thu Jul 4 12:36:01 CEST 2024 - mkubecek@suse.cz + +- llc: Drop support for ETH_P_TR_802_2 (CVE-2024-26635 + bsc#1221656). +- commit 6a42a8d + +------------------------------------------------------------------- +Thu Jul 4 10:26:37 CEST 2024 - tiwai@suse.de + +- PCI: vmd: Create domain symlink before pci_bus_add_devices() + (bsc#1227363). +- commit 3666715 + +------------------------------------------------------------------- +Thu Jul 4 08:35:09 CEST 2024 - colyli@suse.de + +- md: fix resync softlockup when bitmap size is less than array + size (CVE-2024-38598, bsc#1226757). +- commit 43087c7 + +------------------------------------------------------------------- +Wed Jul 3 15:26:04 CEST 2024 - tbogendoerfer@suse.de + +- ice: fix LAG and VF lock dependency in ice_reset_vf() + (CVE-2024-36003 bsc#1224544). +- commit 0af15ab + +------------------------------------------------------------------- +Wed Jul 3 14:52:27 CEST 2024 - hare@suse.de + +- Refresh + patches.suse/nvme-tcp-strict-pdu-pacing-to-avoid-send-stalls-on-T.patch. +- commit a27eef2 + +------------------------------------------------------------------- +Wed Jul 3 14:51:53 CEST 2024 - hare@suse.de + +- block: refine the EOF check in blkdev_iomap_begin (bsc#1226866 + CVE-2024-38604). +- commit 9e332c1 + +------------------------------------------------------------------- +Wed Jul 3 14:41:56 CEST 2024 - pjakobsson@suse.de + +- blacklist.conf: 9cb46b31f3d0 drm/xe/xe_migrate: Cast to output precision before multiplying operands +- commit d95545e + +------------------------------------------------------------------- +Wed Jul 3 14:19:36 CEST 2024 - denis.kirjanov@suse.com + +- kabi/severities: ignore amd pds internal symbols +- commit 3a9ca76 + +------------------------------------------------------------------- +Wed Jul 3 13:24:24 CEST 2024 - mkubecek@suse.cz + +- ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() + (CVE-2024-26641 bsc#1221654). +- commit 5bd1138 + +------------------------------------------------------------------- +Wed Jul 3 13:19:57 CEST 2024 - lhenriques@suse.de + +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021 + CVE-2024-26863). +- commit 21d04a8 + +------------------------------------------------------------------- +Wed Jul 3 13:06:10 CEST 2024 - mkubecek@suse.cz + +- ip6_tunnel: fix NEXTHDR_FRAGMENT handling in + ip6_tnl_parse_tlv_enc_lim() (CVE-2024-26633 bsc#1221647). +- commit 78e628d + +------------------------------------------------------------------- +Wed Jul 3 12:01:00 CEST 2024 - denis.kirjanov@suse.com + +- pds_core: Prevent race issues involving the adminq (bsc#1221057 + CVE-2024-26623). +- commit 94351ab + +------------------------------------------------------------------- +Wed Jul 3 11:45:54 CEST 2024 - vkarasulli@suse.de + +- iommufd: Fix protection fault in iommufd_test_syz_conv_iova + (bsc#1222779 CVE-2024-26785). +- commit 5644693 + +------------------------------------------------------------------- +Wed Jul 3 11:35:11 CEST 2024 - lhenriques@suse.de + +- devlink: fix possible use-after-free and memory leaks in + devlink_init() (bsc#1222438 CVE-2024-26734). +- commit d3a3753 + +------------------------------------------------------------------- +Wed Jul 3 07:50:54 CEST 2024 - colyli@suse.de + +- dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743, + CVE-2024-35805). +- commit ba12566 + +------------------------------------------------------------------- +Tue Jul 2 22:30:13 CEST 2024 - krisman@suse.de + +- io_uring/rsrc: fix incorrect assignment of iter->nr_segs in + io_import_fixed (git-fixes). +- io_uring/rsrc: don't lock while !TASK_RUNNING (git-fixes). +- io_uring/io-wq: avoid garbage value of 'match' in + io_wq_enqueue() (git-fixes). +- commit 7d3e252 + +------------------------------------------------------------------- +Tue Jul 2 21:25:38 CEST 2024 - krisman@suse.de + +- io_uring: check for non-NULL file pointer in io_file_can_poll() + (bsc#1226990 CVE-2024-39371). +- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags + (git-fixes). +- io_uring/sqpoll: work around a potential audit memory leak + (git-fixes). +- commit 24603fc + +------------------------------------------------------------------- +Tue Jul 2 21:03:55 CEST 2024 - krisman@suse.de + +- io_uring: Fix io_cqring_wait() not restoring sigmask on + get_timespec64() failure (git-fixes). +- commit e640a65 + +------------------------------------------------------------------- +Tue Jul 2 15:48:28 CEST 2024 - rhopkins@suse.de + +- hsr: Prevent use after free in prp_create_tagged_frame() + (CVE-2023-52846 bsc#1225098). +- commit cf63988 + +------------------------------------------------------------------- +Tue Jul 2 14:29:55 CEST 2024 - vbabka@suse.cz + +- drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() + (CVE-2024-38610 bsc#1226758). +- commit 7069ac2 + +------------------------------------------------------------------- +Tue Jul 2 14:27:37 CEST 2024 - vbabka@suse.cz + +- virt: acrn: stop using follow_pfn (CVE-2024-38610 bsc#1226758). +- commit c2ea51b + +------------------------------------------------------------------- +Tue Jul 2 12:30:42 CEST 2024 - fdmanana@suse.com + +- btrfs: fix crash on racing fsync and size-extending write into + prealloc (bsc#1227101 CVE-2024-37354). +- commit 1d355af + +------------------------------------------------------------------- +Tue Jul 2 09:43:57 CEST 2024 - tbogendoerfer@suse.de + +- kernel-doc: fix struct_group_tagged() parsing (git-fixes). +- commit e3a2a2e + +------------------------------------------------------------------- +Tue Jul 2 08:36:54 CEST 2024 - tiwai@suse.de + +- mtd: rawnand: rockchip: ensure NVDDR timings are rejected + (git-fixes). +- mtd: rawnand: Bypass a couple of sanity checks during NAND + identification (git-fixes). +- mtd: rawnand: Fix the nand_read_data_op() early check + (git-fixes). +- mtd: rawnand: Ensure ECC configuration is propagated to upper + layers (git-fixes). +- commit e545951 + +------------------------------------------------------------------- +Tue Jul 2 08:34:42 CEST 2024 - tiwai@suse.de + +- Correct SCSI patch references (bsc#1225767 CVE-2024-36919 bsc#1226785 CVE-2024-38559) +- commit e8ea587 + +------------------------------------------------------------------- +Tue Jul 2 06:44:11 CEST 2024 - heming.zhao@suse.com + +- gfs2: Fix potential glock use-after-free on unmount (bsc#1226775 + CVE-2024-38570). +- gfs2: Rename sd_{ glock => kill }_wait (bsc#1226775 + CVE-2024-38570). +- commit f3adbca + +------------------------------------------------------------------- +Mon Jul 1 15:38:30 CEST 2024 - jlee@suse.com + +- X.509: Fix the parser of extended key usage for length + (bsc#1218820). +- commit a9df6a7 + +------------------------------------------------------------------- +Mon Jul 1 15:10:24 CEST 2024 - mkubecek@suse.cz + +- tcp: Use refcount_inc_not_zero() in tcp_twsk_unique() + (CVE-2024-36904 bsc#1225732). +- commit d578dcc + +------------------------------------------------------------------- +Mon Jul 1 14:20:50 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/1352-drm-amdgpu-Fix-possible-null-pointer-dereference.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52883 + bsc#1226630). +- Update + patches.suse/9p-add-missing-locking-around-taking-dentry-fid-list.patch + (git-fixes CVE-2024-39463 bsc#1227090). +- Update + patches.suse/ALSA-Fix-deadlocks-with-kctl-removals-at-disconnecti.patch + (stable-fixes CVE-2024-38600 bsc#1226864). +- Update + patches.suse/ALSA-core-Fix-NULL-module-pointer-assignment-at-card.patch + (git-fixes CVE-2024-38605 bsc#1226740). +- Update + patches.suse/ALSA-hda-Fix-possible-null-ptr-deref-when-assigning-.patch + (git-fixes CVE-2023-52806 bsc#1225554). +- Update + patches.suse/ALSA-hda-cs_dsp_ctl-Use-private_free-for-control-cle.patch + (git-fixes CVE-2024-38388 bsc#1226890). +- Update + patches.suse/ALSA-timer-Set-lower-bound-of-start-tick-time.patch + (stable-fixes git-fixes CVE-2024-38618 bsc#1226754). +- Update + patches.suse/ASoC-kirkwood-Fix-potential-NULL-dereference.patch + (git-fixes CVE-2024-38550 bsc#1226633). +- Update + patches.suse/ASoC-mediatek-Assign-dummy-when-codec-not-specified-.patch + (git-fixes CVE-2024-38551 bsc#1226761). +- Update + patches.suse/Bluetooth-btusb-Add-date-evt_skb-is-NULL-check.patch + (git-fixes CVE-2023-52833 bsc#1225595). +- Update + patches.suse/Bluetooth-hci_core-Fix-possible-buffer-overflow.patch + (git-fixes CVE-2024-26889). +- Update + patches.suse/HID-uclogic-Fix-user-memory-access-bug-in-uclogic_pa.patch + (git-fixes CVE-2023-52866 bsc#1225120). +- Update + patches.suse/IB-mlx5-Fix-init-stage-error-handling-to-avoid-doubl.patch + (jsc#PED-6864 CVE-2023-52851 bsc#1225587). +- Update + patches.suse/Input-cyapa-add-missing-input-core-locking-to-suspen.patch + (git-fixes CVE-2023-52884 bsc#1226764). +- Update + patches.suse/Input-synaptics-rmi4-fix-use-after-free-in-rmi_unreg.patch + (git-fixes CVE-2023-52840 bsc#1224928). +- Update + patches.suse/KEYS-trusted-Do-not-use-WARN-when-encode-fails.patch + (git-fixes CVE-2024-36975 bsc#1226520). +- Update + patches.suse/KEYS-trusted-Fix-memory-leak-in-tpm2_key_encode.patch + (git-fixes CVE-2024-36967 bsc#1226131). +- Update + patches.suse/RDMA-cma-Fix-kmemleak-in-rdma_core-observed-during-b.patch + (git-fixes CVE-2024-38539 bsc#1226608). +- Update patches.suse/RDMA-hns-Fix-UAF-for-cq-async-event.patch + (git-fixes CVE-2024-38545 bsc#1226595). +- Update + patches.suse/RDMA-hns-Fix-deadlock-on-SRQ-async-events.patch + (git-fixes CVE-2024-38591 bsc#1226738). +- Update + patches.suse/RDMA-hns-Modify-the-print-level-of-CQE-error.patch + (git-fixes CVE-2024-38590 bsc#1226839). +- Update + patches.suse/RDMA-rxe-Fix-seg-fault-in-rxe_comp_queue_pkt.patch + (git-fixes CVE-2024-38544 bsc#1226597). +- Update + patches.suse/SUNRPC-Fix-RPC-client-cleaned-up-the-freed-pipefs-de.patch + (git-fixes CVE-2023-52803 bsc#1225008). +- Update patches.suse/af_unix-Clear-stale-u-oob_skb.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-35970 bsc#1224584). +- Update + patches.suse/af_unix-Drop-oob_skb-ref-before-purging-queue-in-GC.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-26750 bsc#1222617). +- Update + patches.suse/af_unix-Fix-task-hung-while-purging-oob_skb-in-GC.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-26780 bsc#1222588). +- Update + patches.suse/af_unix-Update-unix_sk-sk-oob_skb-under-sk_receive_queue-lock.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-36972 bsc#1226163). +- Update + patches.suse/arm64-Restrict-CPU_BIG_ENDIAN-to-GNU-as-or-LLVM-IAS-.patch + (git-fixes CVE-2023-52750 bsc#1225485). +- Update + patches.suse/atl1c-Work-around-the-DMA-RX-overflow-issue.patch + (git-fixes CVE-2023-52834 bsc#1225599). +- Update + patches.suse/ax25-Fix-reference-count-leak-issue-of-net_device.patch + (git-fixes CVE-2024-38554 bsc#1226742). +- Update + patches.suse/ax25-Fix-reference-count-leak-issues-of-ax25_dev.patch + (git-fixes CVE-2024-38602 bsc#1226613). +- Update + patches.suse/blk-cgroup-fix-list-corruption-from-reorder-of-WRITE-lqueued.patch + (bsc#1225605 CVE-2024-38384 bsc#1226938). +- Update + patches.suse/blk-cgroup-fix-list-corruption-from-resetting-io-stat.patch + (bsc#1225605 CVE-2024-38663 bsc#1226939). +- Update + patches.suse/bnxt_re-avoid-shift-undefined-behavior-in-bnxt_qplib.patch + (git-fixes CVE-2024-38540 bsc#1226582). +- Update + patches.suse/bonding-stop-the-device-in-bond_setup_by_slave.patch + (git-fixes CVE-2023-52784 bsc#1224946). +- Update + patches.suse/can-dev-can_put_echo_skb-don-t-crash-kernel-if-can_p.patch + (git-fixes CVE-2023-52878 bsc#1225000). +- Update + patches.suse/clk-mediatek-clk-mt2701-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52875 bsc#1225096). +- Update + patches.suse/clk-mediatek-clk-mt6765-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52870 bsc#1224937). +- Update + patches.suse/clk-mediatek-clk-mt6779-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52873 bsc#1225589). +- Update + patches.suse/clk-mediatek-clk-mt6797-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52865 bsc#1225086). +- Update + patches.suse/clk-mediatek-clk-mt7629-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52858 bsc#1225566). +- Update + patches.suse/clk-mediatek-clk-mt7629-eth-Add-check-for-mtk_alloc_.patch + (git-fixes CVE-2023-52876 bsc#1225036). +- Update + patches.suse/cppc_cpufreq-Fix-possible-null-pointer-dereference.patch + (git-fixes CVE-2024-38573 bsc#1226739). +- Update patches.suse/cpufreq-exit-callback-is-optional.patch + (git-fixes CVE-2024-38615 bsc#1226592). +- Update patches.suse/crypto-bcm-Fix-pointer-arithmetic.patch + (git-fixes CVE-2024-38579 bsc#1226637). +- Update + patches.suse/crypto-pcrypt-Fix-hungtask-for-PADATA_RESET.patch + (git-fixes CVE-2023-52813 bsc#1225527). +- Update patches.suse/cxl-mem-Fix-shutdown-order.patch (git-fixes + CVE-2023-52849 bsc#1224949). +- Update + patches.suse/cxl-region-Do-not-try-to-cleanup-after-cxl_region_se.patch + (git-fixes CVE-2023-52792 bsc#1225477). +- Update patches.suse/cxl-region-Fix-cxlr_pmem-leaks.patch + (git-fixes CVE-2024-38391 bsc#1226894). +- Update + patches.suse/dma-buf-sw-sync-don-t-enable-IRQ-from-sync_print_obj.patch + (git-fixes CVE-2024-38780 bsc#1226886). +- Update + patches.suse/dma-mapping-benchmark-fix-node-id-validation.patch + (git-fixes CVE-2024-34777 bsc#1226796). +- Update + patches.suse/dma-mapping-benchmark-handle-NUMA_NO_NODE-correctly.patch + (git-fixes CVE-2024-39277 bsc#1226909). +- Update + patches.suse/dmaengine-idxd-Avoid-unnecessary-destruction-of-file.patch + (git-fixes CVE-2024-38629 bsc#1226905). +- Update + patches.suse/drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-Pola.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52819 + bsc#1225532). +- Update + patches.suse/drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-SMU7.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52818 + bsc#1225530). +- Update + patches.suse/drm-amd-check-num-of-link-levels-when-update-pcie-pa.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52812 + bsc#1225564). +- Update + patches.suse/drm-amd-display-Avoid-NULL-dereference-of-timing-gen.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52753 + bsc#1225478). +- Update + patches.suse/drm-amd-display-Fix-division-by-zero-in-setup_dsc_co.patch + (stable-fixes CVE-2024-36969 bsc#1226155). +- Update + patches.suse/drm-amd-display-Fix-null-pointer-dereference-in-erro.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52862 + bsc#1225015). +- Update + patches.suse/drm-amd-display-Fix-potential-index-out-of-bounds-in.patch + (git-fixes CVE-2024-38552 bsc#1226767). +- Update + patches.suse/drm-amd-display-fix-a-NULL-pointer-dereference-in-am.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52773 + bsc#1225041). +- Update + patches.suse/drm-amd-display-fixed-integer-types-and-null-check-l.patch + (git-fixes CVE-2024-26767). +- Update + patches.suse/drm-amdgpu-Fix-a-null-pointer-access-when-the-smc_rr.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52817 + bsc#1225569). +- Update + patches.suse/drm-amdgpu-Fix-buffer-size-in-gfx_v9_4_3_init_-cp_co.patch + (git-fixes CVE-2024-39291 bsc#1226934). +- Update + patches.suse/drm-amdgpu-Fix-potential-null-pointer-derefernce.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52814 + bsc#1225565). +- Update + patches.suse/drm-amdgpu-add-error-handle-to-avoid-out-of-bounds.patch + (stable-fixes CVE-2024-39471 bsc#1227096). +- Update + patches.suse/drm-amdgpu-mes-fix-use-after-free-issue.patch + (stable-fixes CVE-2024-38581 bsc#1226657). +- Update + patches.suse/drm-amdgpu-vkms-fix-a-possible-null-pointer-derefere.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52815 + bsc#1225568). +- Update + patches.suse/drm-amdkfd-Fix-a-race-condition-of-vram-buffer-unref.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52825 + bsc#1225076). +- Update + patches.suse/drm-amdkfd-Fix-shift-out-of-bounds-issue.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52816 + bsc#1225529). +- Update + patches.suse/drm-bridge-cdns-mhdp8546-Fix-possible-null-pointer-d.patch + (git-fixes CVE-2024-38548). +- Update + patches.suse/drm-bridge-it66121-Fix-invalid-connector-dereference.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52861 + bsc#1224941). +- Update + patches.suse/drm-bridge-lt8912b-Fix-crash-on-bridge-detach.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52856 + bsc#1224932). +- Update + patches.suse/drm-mediatek-Add-0-size-check-to-mtk_drm_gem_obj.patch + (git-fixes CVE-2024-38549 bsc#1226735). +- Update + patches.suse/drm-mediatek-Fix-coverity-issue-with-unintentional-i.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52857 + bsc#1225581). +- Update + patches.suse/drm-mediatek-Init-ddp_comp-with-devm_kcalloc.patch + (git-fixes CVE-2024-38592 bsc#1226844). +- Update + patches.suse/drm-msm-a6xx-Avoid-a-nullptr-dereference-when-speedb.patch + (git-fixes CVE-2024-38390 bsc#1226891). +- Update + patches.suse/drm-msm-dpu-Add-callback-function-pointer-check-befo.patch + (git-fixes CVE-2024-38622 bsc#1226856). +- Update + patches.suse/drm-panel-fix-a-possible-null-pointer-dereference.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52821 + bsc#1225022). +- Update + patches.suse/drm-panel-panel-tpo-tpg110-fix-a-possible-null-point.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52826 + bsc#1225077). +- Update patches.suse/drm-radeon-possible-buffer-overflow.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52867 + bsc#1225009). +- Update + patches.suse/drm-vc4-Fix-possible-null-pointer-dereference.patch + (git-fixes CVE-2024-38546 bsc#1226593). +- Update + patches.suse/drm-vmwgfx-Fix-invalid-reads-in-fence-signaled-event.patch + (git-fixes CVE-2024-36960 bsc#1225872). +- Update + patches.suse/drm-zynqmp_dpsub-Always-register-bridge.patch + (git-fixes CVE-2024-38664 bsc#1226941). +- Update + patches.suse/e1000e-change-usleep_range-to-udelay-in-PHY-mdic-acc.patch + (CVE-2024-39296 bsc#1226989 CVE-2024-36887 bsc#1225731). +- Update + patches.suse/ecryptfs-Fix-buffer-size-for-tag-66-packet.patch + (git-fixes CVE-2024-38578 bsc#1226634). +- Update + patches.suse/efi-libstub-only-free-priv.runtime_map-when-allocate.patch + (git-fixes CVE-2024-33619 bsc#1226768). +- Update + patches.suse/fbdev-imsttfb-fix-a-resource-leak-in-probe.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52838 + bsc#1225031). +- Update + patches.suse/fs-9p-only-translate-RWX-permissions-for-plain-9P200.patch + (git-fixes CVE-2024-36964 bsc#1225866). +- Update + patches.suse/fs-jfs-Add-check-for-negative-db_l2nbperpage.patch + (git-fixes CVE-2023-52810 bsc#1225557). +- Update + patches.suse/fs-jfs-Add-validity-check-for-db_maxag-and-db_agpref.patch + (git-fixes CVE-2023-52804 bsc#1225550). +- Update + patches.suse/ftrace-Fix-possible-use-after-free-issue-in-ftrace_location.patch + (git-fixes CVE-2024-38588 bsc#1226837). +- Update + patches.suse/genirq-irqdesc-Prevent-use-after-free-in-irq_find_at.patch + (git-fixes CVE-2024-38385 bsc#1227085). +- Update patches.suse/gfs2-ignore-negated-quota-changes.patch + (git-fixes CVE-2023-52759 bsc#1225560). +- Update + patches.suse/hid-cp2112-Fix-duplicate-workqueue-initialization.patch + (git-fixes CVE-2023-52853 bsc#1224988). +- Update + patches.suse/hwmon-axi-fan-control-Fix-possible-NULL-pointer-dere.patch + (git-fixes CVE-2023-52863 bsc#1225586). +- Update + patches.suse/i2c-acpi-Unbind-mux-adapters-before-delete.patch + (git-fixes CVE-2024-39362 bsc#1226995). +- Update + patches.suse/i2c-core-Run-atomic-i2c-xfer-when-preemptible.patch + (git-fixes CVE-2023-52791 bsc#1225108). +- Update + patches.suse/i3c-master-mipi-i3c-hci-Fix-a-kernel-panic-for-acces.patch + (git-fixes CVE-2023-52763 bsc#1225570). +- Update + patches.suse/i3c-mipi-i3c-hci-Fix-out-of-bounds-access-in-hci_dma.patch + (git-fixes CVE-2023-52766). +- Update + patches.suse/i915-perf-Fix-NULL-deref-bugs-with-drm_dbg-calls.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52788 + bsc#1225106). +- Update + patches.suse/igb-Fix-string-truncation-warnings-in-igb_set_fw_ver.patch + (git-fixes CVE-2024-36010 bsc#1225594). +- Update + patches.suse/iommu-vt-d-Fix-WARN_ON-in-iommu-probe-path.patch + (git-fixes CVE-2024-35957 bsc#1224673). +- Update + patches.suse/iommufd-Fix-missing-update-of-domains_itree-after-splitting-iopt + (jsc#PED-7779 jsc#PED-7780 CVE-2023-52801 bsc#1225006). +- Update + patches.suse/ipvlan-add-ipvlan_route_v6_outbound-helper.patch + (git-fixes CVE-2023-52796 bsc#1224930). +- Update + patches.suse/jffs2-prevent-xattr-node-from-overflowing-the-eraseblock.patch + (git-fixes CVE-2024-38599 bsc#1226848). +- Update + patches.suse/jfs-fix-array-index-out-of-bounds-in-dbFindLeaf.patch + (git-fixes CVE-2023-52799 bsc#1225472). +- Update + patches.suse/jfs-fix-array-index-out-of-bounds-in-diAlloc.patch + (git-fixes CVE-2023-52805 bsc#1225553). +- Update + patches.suse/kunit-fortify-Fix-mismatched-kvalloc-vfree-usage.patch + (git-fixes CVE-2024-38617 bsc#1226859). +- Update + patches.suse/lib-generic-radix-tree.c-Don-t-overflow-in-peek.patch + (git-fixes CVE-2021-47432 bsc#1225391). +- Update + patches.suse/lib-test_hmm.c-handle-src_pfns-and-dst_pfns-allocati.patch + (git-fixes CVE-2024-38543 bsc#1226594). +- Update + patches.suse/locking-ww_mutex-test-Fix-potential-workqueue-corrup.patch + (bsc#1219953 CVE-2023-52836 bsc#1225609). +- Update + patches.suse/md-Don-t-ignore-suspended-array-in-md_check_recovery-1baa.patch + (bsc#1219596 CVE-2024-26758). +- Update + patches.suse/media-atomisp-ssh_css-Fix-a-null-pointer-dereference.patch + (git-fixes CVE-2024-38547 bsc#1226632). +- Update + patches.suse/media-bttv-fix-use-after-free-error-due-to-btv-timeo.patch + (git-fixes CVE-2023-52847 bsc#1225588). +- Update + patches.suse/media-gspca-cpia1-shift-out-of-bounds-in-set_flicker.patch + (git-fixes CVE-2023-52764 bsc#1225571). +- Update + patches.suse/media-hantro-Check-whether-reset-op-is-defined-befor.patch + (git-fixes CVE-2023-52850 bsc#1225014). +- Update + patches.suse/media-i2c-et8ek8-Don-t-strip-remove-function-when-dr.patch + (git-fixes CVE-2024-38611 bsc#1226760). +- Update + patches.suse/media-imon-fix-access-to-invalid-resource-for-the-se.patch + (git-fixes CVE-2023-52754 bsc#1225490). +- Update + patches.suse/media-lgdt3306a-Add-a-check-against-null-pointer-def.patch + (stable-fixes CVE-2022-48772 bsc#1226976). +- Update + patches.suse/media-stk1160-fix-bounds-checking-in-stk1160_copy_vi.patch + (git-fixes CVE-2024-38621 bsc#1226895). +- Update + patches.suse/media-vidtv-mux-Add-check-and-kfree-for-kstrdup.patch + (git-fixes CVE-2023-52841 bsc#1225592). +- Update patches.suse/media-vidtv-psi-Add-check-for-kstrdup.patch + (git-fixes CVE-2023-52844 bsc#1225590). +- Update + patches.suse/mfd-qcom-spmi-pmic-Fix-revid-implementation.patch + (git-fixes CVE-2023-52765 bsc#1225029). +- Update + patches.suse/misc-microchip-pci1xxxx-fix-double-free-in-the-error.patch + (git-fixes CVE-2024-36973 bsc#1226457). +- Update + patches.suse/net-hns3-fix-out-of-bounds-access-may-occur-when-coa.patch + (git-fixes CVE-2023-52807 bsc#1225097). +- Update + patches.suse/net-ks8851-Queue-RX-packets-in-IRQ-handler-instead-o.patch + (git-fixes CVE-2024-36962 bsc#1225827). +- Update + patches.suse/net-mlx5-Fix-peer-devlink-set-for-SF-representor-dev.patch + (git-fixes CVE-2024-38595 bsc#1226741). +- Update + patches.suse/net-mlx5e-Track-xmit-submission-to-PTP-WQ-after-popu.patch + (jsc#PED-3311 CVE-2023-52782 bsc#1225103). +- Update + patches.suse/net-mvneta-fix-calls-to-page_pool_get_stats.patch + (git-fixes CVE-2023-52780 bsc#1224933). +- Update + patches.suse/net-wangxun-fix-kernel-panic-due-to-null-pointer.patch + (git-fixes CVE-2023-52783 bsc#1225104). +- Update + patches.suse/netfilter-complete-validation-of-user-input.patch + (git-fixes CVE-2024-35896 bsc#1224662 CVE-2024-35962 + bsc#1224583). +- Update + patches.suse/nfc-nci-Fix-uninit-value-in-nci_rx_work.patch + (git-fixes CVE-2024-38381 bsc#1226878). +- Update + patches.suse/nilfs2-fix-nilfs_empty_dir-misjudgment-and-long-loop.patch + (git-fixes CVE-2024-39469 bsc#1226992). +- Update + patches.suse/nilfs2-fix-potential-hang-in-nilfs_detach_log_writer.patch + (git-fixes CVE-2024-38582 bsc#1226658). +- Update + patches.suse/nilfs2-fix-use-after-free-of-timer-for-log-writer-th.patch + (git-fixes CVE-2024-38583 bsc#1226777). +- Update + patches.suse/of-module-add-buffer-overflow-check-in-of_modalias.patch + (git-fixes CVE-2024-38541 bsc#1226587). +- Update + patches.suse/padata-Fix-refcnt-handling-in-padata_free_shell.patch + (git-fixes CVE-2023-52854 bsc#1225584). +- Update + patches.suse/perf-core-Bail-out-early-if-the-request-AUX-area-is-out-of-bound.patch + (git-fixes CVE-2023-52835 bsc#1225602). +- Update + patches.suse/platform-x86-wmi-Fix-opening-of-char-device.patch + (git-fixes CVE-2023-52864 bsc#1225132). +- Update + patches.suse/powerpc-pseries-iommu-LPAR-panics-during-boot-up-wit.patch + (bsc#1222011 ltc#205900 CVE-2024-36926 bsc#1225829). +- Update patches.suse/pstore-platform-Add-check-for-kstrdup.patch + (git-fixes CVE-2023-52869 bsc#1225050). +- Update + patches.suse/remoteproc-mediatek-Make-sure-IPI-buffer-fits-in-L2T.patch + (git-fixes CVE-2024-36965 bsc#1226149). +- Update + patches.suse/ring-buffer-Fix-a-race-between-readers-and-resize-checks.patch + (git-fixes CVE-2024-38601 bsc#1226876). +- Update + patches.suse/s390-dasd-protect-device-queue-against-concurrent-access.patch + (git-fixes bsc#1217481 CVE-2023-52774 bsc#1225572). +- Update + patches.suse/scsi-hisi_sas-Set-debugfs_dir-pointer-to-NULL-after-removing-debugfs.patch + (git-fixes CVE-2023-52808 bsc#1225555). +- Update + patches.suse/scsi-ibmvfc-Remove-BUG_ON-in-the-case-of-an-empty-ev.patch + (bsc#1209834 ltc#202097 CVE-2023-52811 bsc#1225559). +- Update + patches.suse/scsi-libfc-Fix-potential-NULL-pointer-dereference-in-fc_lport_ptp_setup.patch + (git-fixes CVE-2023-52809 bsc#1225556). +- Update + patches.suse/scsi-lpfc-Move-NPIV-s-transport-unregistration-to-af.patch + (bsc#1221777 CVE-2024-36952 bsc#1225898). +- Update + patches.suse/scsi-lpfc-Release-hbalock-before-calling-lpfc_worker.patch + (bsc#1221777 CVE-2024-36924 bsc#1225820). +- Update + patches.suse/serial-max3100-Lock-port-lock-when-calling-uart_hand.patch + (git-fixes CVE-2024-38634 bsc#1226868). +- Update + patches.suse/serial-max3100-Update-uart_driver_registered-on-driv.patch + (git-fixes CVE-2024-38633 bsc#1226867). +- Update + patches.suse/soc-qcom-llcc-Handle-a-second-device-without-data-co.patch + (git-fixes CVE-2023-52871 bsc#1225534). +- Update + patches.suse/soundwire-cadence-fix-invalid-PDI-offset.patch + (stable-fixes CVE-2024-38635 bsc#1226863). +- Update patches.suse/speakup-Fix-sizeof-vs-ARRAY_SIZE-bug.patch + (git-fixes CVE-2024-38587 bsc#1226780). +- Update patches.suse/spi-Fix-null-dereference-on-suspend.patch + (git-fixes CVE-2023-52749 bsc#1225476). +- Update + patches.suse/thermal-core-prevent-potential-string-overflow.patch + (git-fixes CVE-2023-52868 bsc#1225044). +- Update + patches.suse/thermal-drivers-qcom-lmh-Check-for-SCM-availability-.patch + (git-fixes CVE-2024-39466 bsc#1227089). +- Update + patches.suse/thermal-drivers-tsens-Fix-null-pointer-dereference.patch + (git-fixes CVE-2024-38571 bsc#1226737). +- Update + patches.suse/thermal-intel-powerclamp-fix-mismatch-in-get-functio.patch + (git-fixes CVE-2023-52794 bsc#1225028). +- Update + patches.suse/tls-fix-NULL-deref-on-tls_sw_splice_eof-with-empty-r.patch + (jsc#PED-6831 CVE-2023-52767 bsc#1224998). +- Update + patches.suse/tpm_tis_spi-Account-for-SPI-header-when-allocating-T.patch + (git-fixes CVE-2024-36477 bsc#1226840). +- Update + patches.suse/tracing-Have-trace_event_file-have-ref-counters.patch + (git-fixes CVE-2023-52879 bsc#1225101). +- Update + patches.suse/tracing-trigger-Fix-to-return-error-if-failed-to-alloc-snapshot.patch + (git-fixes CVE-2024-26920). +- Update + patches.suse/tty-n_gsm-fix-race-condition-in-status-line-change-o.patch + (git-fixes CVE-2023-52872 bsc#1225591). +- Update + patches.suse/tty-n_gsm-require-CAP_NET_ADMIN-to-attach-N_GSM0710-.patch + (bsc#1222619 CVE-2023-52880). +- Update + patches.suse/tty-vcc-Add-check-for-kstrdup-in-vcc_probe.patch + (git-fixes CVE-2023-52789 bsc#1225180). +- Update + patches.suse/usb-config-fix-iteration-issue-in-usb_get_bos_descri.patch + (git-fixes CVE-2023-52781 bsc#1225092). +- Update + patches.suse/usb-dwc3-Wait-unconditionally-after-issuing-EndXfer-.patch + (git-fixes CVE-2024-36977 bsc#1226513). +- Update + patches.suse/usb-gadget-u_audio-Fix-race-condition-use-of-control.patch + (git-fixes CVE-2024-38628 bsc#1226911). +- Update + patches.suse/usb-storage-alauda-Check-whether-the-media-is-initia.patch + (git-fixes CVE-2024-38619 bsc#1226861). +- Update + patches.suse/usb-typec-tcpm-Fix-NULL-pointer-dereference-in-tcpm_.patch + (git-fixes CVE-2023-52877 bsc#1224944). +- Update + patches.suse/vhost-vdpa-fix-use-after-free-in-vhost_vdpa_probe.patch + (jsc#PED-3311 CVE-2023-52795 bsc#1225085). +- Update + patches.suse/virtio-blk-fix-implicit-overflow-on-virtio_max_dma_s.patch + (git-fixes CVE-2023-52762 bsc#1225573). +- Update + patches.suse/virtio-vsock-Fix-uninit-value-in-virtio_transport_re.patch + (jsc#PED-5505 CVE-2023-52842 bsc#1225025). +- Update + patches.suse/watchdog-cpu5wdt.c-Fix-use-after-free-bug-caused-by-.patch + (git-fixes CVE-2024-38630 bsc#1226908). +- Update + patches.suse/wifi-ar5523-enable-proper-endpoint-verification.patch + (git-fixes CVE-2024-38565 bsc#1226747). +- Update + patches.suse/wifi-ath11k-fix-dfs-radar-event-locking.patch + (git-fixes CVE-2023-52798 bsc#1224947). +- Update + patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch + (git-fixes CVE-2023-52777 bsc#1224992). +- Update patches.suse/wifi-ath11k-fix-htt-pktlog-locking.patch + (git-fixes CVE-2023-52800). +- Update + patches.suse/wifi-ath12k-fix-dfs-radar-and-temperature-event-lock.patch + (git-fixes CVE-2023-52776 bsc#1225090). +- Update + patches.suse/wifi-ath12k-fix-htt-mlo-offset-event-locking.patch + (git-fixes CVE-2023-52769 bsc#1225001). +- Update + patches.suse/wifi-ath12k-fix-out-of-bound-access-of-qmi_invoke_ha.patch + (git-fixes CVE-2024-38572 bsc#1226776). +- Update + patches.suse/wifi-ath12k-fix-possible-out-of-bound-read-in-ath12k.patch + (git-fixes CVE-2023-52827 bsc#1225078). +- Update + patches.suse/wifi-ath12k-fix-possible-out-of-bound-write-in-ath12.patch + (git-fixes CVE-2023-52829 bsc#1225081). +- Update + patches.suse/wifi-brcmfmac-pcie-handle-randbuf-allocation-failure.patch + (git-fixes CVE-2024-38575 bsc#1226612). +- Update + patches.suse/wifi-carl9170-add-a-proper-sanity-check-for-endpoint.patch + (git-fixes CVE-2024-38567 bsc#1226769). +- Update + patches.suse/wifi-carl9170-re-fix-fortified-memset-warning.patch + (git-fixes CVE-2024-38616 bsc#1226852). +- Update + patches.suse/wifi-mac80211-don-t-return-unset-power-in-ieee80211_.patch + (git-fixes CVE-2023-52832 bsc#1225577). +- Update + patches.suse/wifi-nl80211-Avoid-address-calculations-via-out-of-b.patch + (git-fixes CVE-2024-38562 bsc#1226788). +- Update + patches.suse/wifi-wilc1000-use-vmm_table-as-array-in-wilc-struct.patch + (git-fixes CVE-2023-52768 bsc#1225004). +- Update + patches.suse/x86-tdx-Zero-out-the-missing-RSI-in-TDX_HYPERCALL-macro.patch + (jsc#PED-5824 CVE-2023-52874 bsc#1225049). +- commit 33efdc4 + +------------------------------------------------------------------- +Mon Jul 1 13:39:23 CEST 2024 - mkubecek@suse.cz + +- tcp: do not accept ACK of bytes we never sent (CVE-2023-52881 + bsc#1225611). +- commit 16404a6 + +------------------------------------------------------------------- +Mon Jul 1 10:09:35 CEST 2024 - ptesarik@suse.com + +- net: ena: Fix redundant device NUMA node override + (jsc#PED-8688). +- commit 6ad6684 + +------------------------------------------------------------------- +Mon Jul 1 09:21:45 CEST 2024 - tiwai@suse.de + +- ata: ahci: Clean up sysfs file on error (git-fixes). +- ata: libata-core: Fix double free on error (git-fixes). +- ata,scsi: libata-core: Do not leak memory for ata_port struct + members (git-fixes). +- ata: libata-core: Fix null pointer dereference on error + (git-fixes). +- kbuild: Fix build target deb-pkg: ln: failed to create hard link + (git-fixes). +- kbuild: doc: Update default INSTALL_MOD_DIR from extra to + updates (git-fixes). +- kbuild: Install dtb files as 0644 in Makefile.dtbinst + (git-fixes). +- counter: ti-eqep: enable clock at probe (git-fixes). +- iio: chemical: bme680: Fix sensor data read operation + (git-fixes). +- iio: chemical: bme680: Fix overflows in compensate() functions + (git-fixes). +- iio: chemical: bme680: Fix calibration data variable + (git-fixes). +- iio: chemical: bme680: Fix pressure value output (git-fixes). +- iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF + (git-fixes). +- iio: adc: ad7266: Fix variable checking bug (git-fixes). +- iio: xilinx-ams: Don't include ams_ctrl_channels in scan_mask + (git-fixes). +- serial: bcm63xx-uart: fix tx after conversion to + uart_port_tx_limited() (git-fixes). +- serial: core: introduce uart_port_tx_limited_flags() + (git-fixes). +- Revert "serial: core: only stop transmit when HW fifo is empty" + (git-fixes). +- tty: mcf: MCF54418 has 10 UARTS (git-fixes). +- usb: gadget: aspeed_udc: fix device address configuration + (git-fixes). +- usb: dwc3: core: remove lock of otg mode during gadget + suspend/resume to avoid deadlock (git-fixes). +- usb: typec: ucsi: glink: fix child node release in probe + function (git-fixes). +- usb: musb: da8xx: fix a resource leak in probe() (git-fixes). +- usb: atm: cxacru: fix endpoint checking in cxacru_bind() + (git-fixes). +- usb: gadget: printer: fix races against disable (git-fixes). +- PCI/MSI: Fix UAF in msi_capability_init (git-fixes). +- commit a2ea5a9 + +------------------------------------------------------------------- +Sun Jun 30 10:36:05 CEST 2024 - tiwai@suse.de + +- crypto: deflate - Add aliases to deflate (bsc#1227190). +- commit 27ffd92 + +------------------------------------------------------------------- +Sun Jun 30 10:33:53 CEST 2024 - tiwai@suse.de + +- crypto: iaa - Account for cpu-less numa nodes (bsc#1227190). +- commit cd600aa + +------------------------------------------------------------------- +Sun Jun 30 10:25:03 CEST 2024 - tiwai@suse.de + +- i2c: testunit: discard write requests while old command is + running (git-fixes). +- i2c: testunit: don't erase registers after STOP (git-fixes). +- mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() + (git-fixes). +- mmc: sdhci: Do not invert write-protect twice (git-fixes). +- mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard + (git-fixes). +- mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos + (git-fixes). +- commit 448487d + +------------------------------------------------------------------- +Sat Jun 29 09:42:02 CEST 2024 - tiwai@suse.de + +- gpiolib: cdev: Disallow reconfiguration without direction + (uAPI v1) (git-fixes). +- gpio: davinci: Validate the obtained number of IRQs (git-fixes). +- commit 919ebd1 + +------------------------------------------------------------------- +Fri Jun 28 16:34:13 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices + (bsc#1227149). +- wifi: iwlwifi: clear link_id in time_event (bsc#1227149). +- wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149). +- wifi: iwlwifi: remove extra kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig + (bsc#1227149). +- wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: iwlwifi: mvm: use the new command to clear the internal + buffer (bsc#1227149). +- commit acd03db + +------------------------------------------------------------------- +Fri Jun 28 16:33:21 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch. +- commit 70a9591 + +------------------------------------------------------------------- +Fri Jun 28 16:32:11 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: disallow puncturing in US/Canada + (bsc#1227149). +- wifi: iwlwifi: Add rf_mapping of new wifi7 devices + (bsc#1227149). +- wifi: iwlwifi: cleanup BT Shared Single Antenna code + (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn if valid link pair was not found + (bsc#1227149). +- wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock + (bsc#1227149). +- wifi: iwlwifi: Don't mark DFS channels as NO-IR (bsc#1227149). +- wifi: iwlwifi: mvm: Allow DFS concurrent operation + (bsc#1227149). +- wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer + firmware (bsc#1227149). +- wifi: iwlwifi: remove async command callback (bsc#1227149). +- commit 0205124 + +------------------------------------------------------------------- +Fri Jun 28 16:31:15 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: fw: file: don't use [0] for variable arrays + (bsc#1227149). +- wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149). +- wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149). +- wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149). +- wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data + (bsc#1227149). +- wifi: iwlwifi: refactor RX tracing (bsc#1227149). +- wifi: iwlwifi: mvm: Correctly report TSF data in scan complete + (bsc#1227149). +- wifi: iwlwifi: mvm: Use the link ID provided in scan request + (bsc#1227149). +- wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad + (bsc#1227149). +- wifi: iwlwifi: fix system commands group ordering (bsc#1227149). +- commit 6cae420 + +------------------------------------------------------------------- +Fri Jun 28 16:30:31 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: drop NULL pointer check in + iwl_mvm_tzone_set_trip_temp() (bsc#1227149). +- wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: read DSM func 2 for specific RF types + (bsc#1227149). +- wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149). +- wifi: iwlwifi: mvm: cycle FW link on chanctx removal + (bsc#1227149). +- wifi: iwlwifi: trace full frames with TX status request + (bsc#1227149). +- wifi: iwlwifi: fw: Add support for UATS table in UHB + (bsc#1227149). +- wifi: iwlwifi: mvm: add a print when sending RLC command + (bsc#1227149). +- wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149). +- wifi: iwlwifi: mvm: implement new firmware API for statistics + (bsc#1227149). +- commit ed6b54f + +------------------------------------------------------------------- +Fri Jun 28 16:29:09 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-include-link-ID-when-releasing-fram.patch. +- commit 9866ec0 + +------------------------------------------------------------------- +Fri Jun 28 16:27:33 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149). +- wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149). +- wifi: iwlwifi: mvm: Return success if link could not be removed + (bsc#1227149). +- wifi: iwlwifi: add support for SNPS DPHYIP region type + (bsc#1227149). +- wifi: iwlwifi: mvm: remove set_tim callback for MLD ops + (bsc#1227149). +- wifi: iwlwifi: api: fix center_freq label in PHY diagram + (bsc#1227149). +- wifi: iwlwifi: support link id in SESSION_PROTECTION_NOTIF + (bsc#1227149). +- wifi: iwlwifi: support link_id in SESSION_PROTECTION cmd + (bsc#1227149). +- wifi: iwlwifi: make time_events MLO aware (bsc#1227149). +- commit 1ea0f35 + +------------------------------------------------------------------- +Fri Jun 28 16:23:52 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS + (bsc#1227149). +- wifi: iwlwifi: mvm: extend alive timeout to 2 seconds + (bsc#1227149). +- wifi: iwlwifi: mvm: fix the PHY context resolution for p2p + device (bsc#1227149). +- wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add + (bsc#1227149). +- wifi: iwlwifi: mvm: don't add dummy phy context (bsc#1227149). +- wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code + (bsc#1227149). +- wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149). +- wifi: iwlwifi: send EDT table to FW (bsc#1227149). +- wifi: iwlmvm: fw: Add new OEM vendor to tas approved list + (bsc#1227149). +- wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149). +- commit 50ebcaa + +------------------------------------------------------------------- +Fri Jun 28 16:22:41 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: advertise support for SCS traffic + description (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-do-not-announce-EPCS-support.patch. +- commit 7208326 + +------------------------------------------------------------------- +Fri Jun 28 16:21:40 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149). +- wifi: iwlwifi: fw: increase fw_version string size + (bsc#1227149). +- wifi: iwlwifi: check for kmemdup() return value in + iwl_parse_tlv_firmware() (bsc#1227149). +- wifi: iwlwifi: fix the rf step and flavor bits range + (bsc#1227149). +- wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149). +- wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs + handler (bsc#1227149). +- wifi: iwlwifi: abort scan when rfkill on but device enabled + (bsc#1227149). +- wifi: iwlwifi: mvm: Add basic link selection logic + (bsc#1227149). +- wifi: iwlwifi: mei: return error from register when not built + (bsc#1227149). +- commit fddf9eb + +------------------------------------------------------------------- +Fri Jun 28 16:20:48 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149). +- wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149). +- wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149). +- wifi: iwlwifi: add support for new ini region types + (bsc#1227149). +- wifi: iwlwifi: Extract common prph mac/phy regions data dump + logic (bsc#1227149). +- wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported + (bsc#1227149). +- wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149). +- wifi: iwlwifi: fix opmode start/stop race (bsc#1227149). +- wifi: iwlwifi: skip opmode start retries on dead transport + (bsc#1227149). +- commit 36551d1 + +------------------------------------------------------------------- +Fri Jun 28 16:19:43 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: add support for new wowlan_info_notif + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-d3-fix-IPN-byte-order.patch. +- commit 0b379ae + +------------------------------------------------------------------- +Fri Jun 28 16:19:04 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error + (bsc#1227149). +- wifi: iwlwifi: add mapping of a periphery register crf for WH RF + (bsc#1227149). +- wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors + (bsc#1227149). +- wifi: iwlwifi: mvm: support injection antenna control + (bsc#1227149). +- wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149). +- wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149). +- wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149). +- wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind + (bsc#1227149). +- commit 0882d6d + +------------------------------------------------------------------- +Fri Jun 28 16:18:16 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: implement enable/disable for China 2022 + regulatory (bsc#1227149). +- wifi: iwlwifi: mvm: handle link-STA allocation in restart + (bsc#1227149). +- wifi: iwlwifi: mvm: iterate active links for STA queues + (bsc#1227149). +- wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149). +- wifi: iwlwifi: mvm: add a debug print when we get a BAR + (bsc#1227149). +- wifi: iwlwifi: mvm: move listen interval to constants + (bsc#1227149). +- wifi: iwlwifi: no power save during transition to D3 + (bsc#1227149). +- wifi: iwlwifi: update context info structure definitions + (bsc#1227149). +- wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149). +- wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel + (bsc#1227149). +- commit 5c7efaf + +------------------------------------------------------------------- +Fri Jun 28 16:17:30 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: make "pldr_sync" mode effective + (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped frames (bsc#1227149). +- wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149). +- wifi: iwlwifi: remove dead-code (bsc#1227149). +- wifi: iwlwifi: pcie: enable TOP fatal error interrupt + (bsc#1227149). +- wifi: iwlwifi: pcie: give up mem read if HW is dead + (bsc#1227149). +- wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149). +- wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149). +- wifi: iwlwifi: mvm: check link more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149). +- commit 8aa4ff8 + +------------------------------------------------------------------- +Fri Jun 28 16:17:06 CEST 2024 - jgross@suse.com + +- virtio: delete vq in vp_find_vqs_msix() when request_irq() + fails (CVE-2024-37353 bsc#1226875). +- commit 4591439 + +------------------------------------------------------------------- +Fri Jun 28 16:16:25 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-ensure-offloading-TID-queue-exists.patch. +- commit 68376c9 + +------------------------------------------------------------------- +Fri Jun 28 16:15:45 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-pcie-fix-RB-status-reading.patch. +- commit f106797 + +------------------------------------------------------------------- +Fri Jun 28 16:14:51 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: fw: reconstruct the API/CAPA enum number + (bsc#1227149). +- wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative + (bsc#1227149). +- wifi: iwlwifi: mvm: increase session protection after CSA + (bsc#1227149). +- wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149). +- wifi: iwlmei: don't send nic info with invalid mac address + (bsc#1227149). +- commit 85cbe83 + +------------------------------------------------------------------- +Fri Jun 28 16:13:16 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: support flush on AP interfaces + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-change-iwl_mvm_flush_sta-API.patch. +- commit 908ff7c + +------------------------------------------------------------------- +Fri Jun 28 16:12:26 CEST 2024 - tiwai@suse.de + +- wifi: iwlmei: send driver down SAP message only if wiamt is + enabled (bsc#1227149). +- wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is + disabled (bsc#1227149). +- wifi: iwlmei: don't send SAP messages if AMT is disabled + (bsc#1227149). +- wifi: iwlwifi: remove memory check for LMAC error address + (bsc#1227149). +- wifi: iwlwifi: mvm: enable HE TX/RX <242 tone RU on new RFs + (bsc#1227149). +- wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149). +- wifi: iwlwifi: pcie: point invalid TFDs to invalid data + (bsc#1227149). +- wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up + (bsc#1227149). +- wifi: iwlwifi: pcie: move gen1 TB handling to header + (bsc#1227149). +- commit 92ab309 + +------------------------------------------------------------------- +Fri Jun 28 16:11:39 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: remove 'def_rx_queue' struct member + (bsc#1227149). +- wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149). +- wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149). +- wifi: iwlwifi: api: fix a small upper/lower-case typo + (bsc#1227149). +- wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled + (bsc#1227149). +- commit aa9a391 + +------------------------------------------------------------------- +Fri Jun 28 16:10:30 CEST 2024 - tiwai@suse.de + +- Add alt-commit to iwlwifi patches +- commit 865aa7a + +------------------------------------------------------------------- +Fri Jun 28 15:58:12 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix unsolicited broadcast probe config + (bsc#1227149). +- wifi: mac80211: initialize SMPS mode correctly (bsc#1227149). +- wifi: mac80211: fix driver debugfs for vif type change + (bsc#1227149). +- wifi: mac80211: improve CSA/ECSA connection refusal + (bsc#1227149). +- wifi: cfg80211: detect stuck ECSA element in probe resp + (bsc#1227149). +- wifi: mac80211: add/remove driver debugfs entries as appropriate + (bsc#1227149). +- wifi: mac80211: do not re-add debugfs entries during resume + (bsc#1227149). +- commit 769161a + +------------------------------------------------------------------- +Fri Jun 28 15:57:16 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove redundant ML element check (bsc#1227149). +- wifi: cfg80211: Update the default DSCP-to-UP mapping + (bsc#1227149). +- wifi: mac80211: fix spelling typo in comment (bsc#1227149). +- wifi: mac80211: add a driver callback to check active_links + (bsc#1227149). +- wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149). +- wifi: cfg80211: avoid double free if updating BSS fails + (bsc#1227149). +- commit e8bab13 + +------------------------------------------------------------------- +Fri Jun 28 15:55:53 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149). +- commit 6021aa4 + +------------------------------------------------------------------- +Fri Jun 28 15:55:00 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error + (bsc#1227149). +- wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149). +- wifi: mac80211: rework RX timestamp flags (bsc#1227149). +- wifi: mac80211: Schedule regulatory channels check on bandwith + change (bsc#1227149). +- wifi: cfg80211: Schedule regulatory check on BSS STA channel + change (bsc#1227149). +- wifi: cfg80211: reg: Support P2P operation on DFS channels + (bsc#1227149). +- wifi: mac80211: Skip association timeout update after comeback + rejection (bsc#1227149). +- wifi: mac80211: address some kerneldoc warnings (bsc#1227149). +- wifi: cfg80211: address several kerneldoc warnings + (bsc#1227149). +- commit bc44e06 + +------------------------------------------------------------------- +Fri Jun 28 15:53:35 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: generate an ML element for per-STA profiles + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-parse-all-ML-elements-in-an-ML-probe-r.patch. +- commit d924102 + +------------------------------------------------------------------- +Fri Jun 28 15:52:51 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149). +- wifi: mac80211: sta_info.c: fix sentence grammar (bsc#1227149). +- wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149). +- wifi: cfg80211: fix spelling & punctutation (bsc#1227149). +- wifi: cfg80211: sort certificates in build (bsc#1227149). +- wifi: mac80211: drop spurious WARN_ON() in + ieee80211_ibss_csa_beacon() (bsc#1227149). +- wifi: mac80211: don't set ESS capab bit in assoc request + (bsc#1227149). +- wifi: cfg80211: consume both probe response and beacon IEs + (bsc#1227149). +- wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- commit 5e5ecdb + +------------------------------------------------------------------- +Fri Jun 28 15:49:44 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: OWE DH IE handling offload (bsc#1227149). +- commit 58c8e33 + +------------------------------------------------------------------- +Fri Jun 28 15:47:17 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add BSS usage reporting (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-parse-all-ML-elements-in-an-ML-probe-r.patch. +- commit 5b2693d + +------------------------------------------------------------------- +Fri Jun 28 15:42:47 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: mac80211: add a flag to disallow puncturing (bsc#1227149). +- wifi: cfg80211: Add support for setting TID to link mapping + (bsc#1227149). +- wifi: mac80211: update some locking documentation (bsc#1227149). +- wifi: nl80211: Extend del pmksa support for SAE and OWE security + (bsc#1227149). +- wifi: mac80211: cleanup airtime arithmetic with + ieee80211_sta_keep_active() (bsc#1227149). +- wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide + sharing (bsc#1227149). +- wifi: cfg80211: make RX assoc data const (bsc#1227149). +- commit e4b61c4 + +------------------------------------------------------------------- +Fri Jun 28 15:39:46 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: Extend support for scanning while MLO connected + (bsc#1227149). +- commit b4c9412 + +------------------------------------------------------------------- +Fri Jun 28 15:39:04 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: hold wiphy mutex for send_interface + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-fix-missing-interfaces-when-dumping.patch. +- commit 2123690 + +------------------------------------------------------------------- +Fri Jun 28 15:38:39 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: fix CQM for non-range use (bsc#1227149). +- commit 3c8ba48 + +------------------------------------------------------------------- +Fri Jun 28 15:37:51 CEST 2024 - tiwai@suse.de + +- wifi: nl80211: refactor nl80211_send_mlme_event() arguments + (bsc#1227149). +- wifi: mac80211: Extend support for scanning while MLO connected + (bsc#1227149). +- wifi: mac80211: use wiphy locked debugfs for sdata/link + (bsc#1227149). +- wifi: mac80211: use wiphy locked debugfs helpers for agg_status + (bsc#1227149). +- wifi: cfg80211: add locked debugfs wrappers (bsc#1227149). +- wifi: mac80211: drop robust action frames before assoc + (bsc#1227149). +- wifi: cfg80211: Allow AP/P2PGO to indicate port authorization + to peer STA/P2PClient (bsc#1227149). +- commit 03e12a0 + +------------------------------------------------------------------- +Fri Jun 28 15:37:23 CEST 2024 - tiwai@suse.de + +- blacklist: drop the wifi entries to be backported +- commit 891934b + +------------------------------------------------------------------- +Fri Jun 28 15:35:23 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix another key installation error path + (bsc#1227149). +- wifi: mac80211: rename struct cfg80211_rx_assoc_resp to + cfg80211_rx_assoc_resp_data (bsc#1227149). +- wifi: mac80211: rename ieee80211_tx_status() to + ieee80211_tx_status_skb() (bsc#1227149). +- wifi: mac80211: fix change_address deadlock during unregister + (bsc#1227149). +- wifi: mac80211: Add __counted_by for struct ieee802_11_elems + and use struct_size() (bsc#1227149). +- wifi: remove unused argument of ieee80211_get_tdls_action() + (bsc#1227149). +- wifi: mac80211: fix header kernel-doc typos (bsc#1227149). +- wifi: cfg80211: fix header kernel-doc typos (bsc#1227149). +- wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149). +- wifi: mac80211: Check if we had first beacon with relevant links + (bsc#1227149). +- commit fa14599 + +------------------------------------------------------------------- +Fri Jun 28 15:35:06 CEST 2024 - jgross@suse.com + +- kABI fix of KVM: x86/pmu: Prioritize VMX interception over +- commit 1f1d114 + +------------------------------------------------------------------- +Fri Jun 28 15:34:27 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: flush STA queues on unauthorization + (bsc#1227149). +- wifi: mac80211: purge TX queues in flush_queues flow + (bsc#1227149). +- wifi: cfg80211: wext: convert return value to kernel-doc + (bsc#1227149). +- wifi: mac80211: fix a expired vs. cancel race in roc + (bsc#1227149). +- wifi: mac80211: make mgd_protect_tdls_discover MLO-aware + (bsc#1227149). +- wifi: cfg80211: Fix typo in documentation (bsc#1227149). +- wifi: cfg80211: Handle specific BSSID in 6GHz scanning + (bsc#1227149). +- wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149). +- wifi: cfg80211: Include operating class 137 in 6GHz band + (bsc#1227149). +- wifi: mac80211: Rename and update + IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149). +- commit 585676b + +------------------------------------------------------------------- +Fri Jun 28 15:31:47 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return + value (bsc#1227149). +- commit 3835ef2 + +------------------------------------------------------------------- +Fri Jun 28 15:30:12 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix error path key leak (bsc#1227149). +- Refresh patches.suse/wifi-mac80211-remove-key_mtx.patch. +- commit 3b93fe9 + +------------------------------------------------------------------- +Fri Jun 28 15:29:05 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix potential key leak (bsc#1227149). +- Refresh patches.suse/wifi-mac80211-remove-key_mtx.patch. +- commit 9fa5ec3 + +------------------------------------------------------------------- +Fri Jun 28 15:25:50 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: handle debugfs when switching to/from MLO + (bsc#1227149). +- wifi: mac80211: add a driver callback to add vif debugfs + (bsc#1227149). +- wifi: mac80211: cleanup auth_data only if association continues + (bsc#1227149). +- wifi: mac80211: add back SPDX identifier (bsc#1227149). +- wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return + type/value (bsc#1227149). +- wifi: mac80211: expand __ieee80211_data_to_8023() status + (bsc#1227149). +- wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149). +- commit e0a6a5e + +------------------------------------------------------------------- +Fri Jun 28 15:23:47 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add local_state_change to deauth trace + (bsc#1227149). +- wifi: mac80211: reject MLO channel configuration if not + supported (bsc#1227149). +- wifi: mac80211: report per-link error during association + (bsc#1227149). +- wifi: cfg80211: report per-link errors during association + (bsc#1227149). +- wifi: mac80211: support antenna control in injection + (bsc#1227149). +- wifi: mac80211: support handling of advertised TID-to-link + mapping (bsc#1227149). +- wifi: mac80211: add support for parsing TID to Link mapping + element (bsc#1227149). +- wifi: mac80211: Notify the low level driver on change in MLO + valid links (bsc#1227149). +- wifi: mac80211: describe return values in kernel-doc + (bsc#1227149). +- wifi: cfg80211: reg: describe return values in kernel-doc + (bsc#1227149). +- commit df6c84a + +------------------------------------------------------------------- +Fri Jun 28 15:22:57 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: allow for_each_sta_active_link() under RCU + (bsc#1227149). +- wifi: mac80211: relax RCU check in for_each_vif_active_link() + (bsc#1227149). +- wifi: mac80211: don't connect to an AP while it's in a CSA + process (bsc#1227149). +- wifi: mac80211: update the rx_chains after set_antenna() + (bsc#1227149). +- wifi: mac80211: use bandwidth indication element for CSA + (bsc#1227149). +- wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149). +- wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149). +- wifi: cfg80211: make read-only array centers_80mhz static const + (bsc#1227149). +- wifi: cfg80211: save power spectral density(psd) of regulatory + rule (bsc#1227149). +- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() + (bsc#1227149). +- commit 7f3b9af + +------------------------------------------------------------------- +Fri Jun 28 15:21:30 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: Sanity check tx bitrate if not provided by + driver (bsc#1227149). +- wifi: cfg80211: export DFS CAC time and usable state helper + functions (bsc#1227149). +- wifi: cfg80211: call reg_call_notifier on beacon hints + (bsc#1227149). +- wifi: cfg80211: allow reg update by driver even if wiphy->regd + is set (bsc#1227149). +- wifi: mac80211: additions to change_beacon() (bsc#1227149). +- wifi: nl80211: additions to NL80211_CMD_SET_BEACON + (bsc#1227149). +- wifi: cfg80211: modify prototype for change_beacon + (bsc#1227149). +- wifi: mac80211: fixes in FILS discovery updates (bsc#1227149). +- wifi: nl80211: fixes to FILS discovery updates (bsc#1227149). +- wifi: lib80211: remove unused variables iv32 and iv16 + (bsc#1227149). +- commit 67ccb18 + +------------------------------------------------------------------- +Fri Jun 28 15:18:45 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix various kernel-doc issues (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-track-capability-opmode-NSS-separately.patch. +- commit b1c042f + +------------------------------------------------------------------- +Fri Jun 28 15:17:48 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove shifted rate support (bsc#1227149). +- wifi: cfg80211: remove scan_width support (bsc#1227149). +- wifi: wext: avoid extra calls to strlen() in ieee80211_bss() + (bsc#1227149). +- wifi: mac80211: fix channel switch link data (bsc#1227149). +- wifi: mac80211: Do not force off-channel for management Tx + with MLO (bsc#1227149). +- wifi: mac80211: take MBSSID/EHT data also from probe resp + (bsc#1227149). +- wifi: mac80211: Print local link address during authentication + (bsc#1227149). +- wifi: cfg80211: reg: fix various kernel-doc issues + (bsc#1227149). +- wifi: mac80211: remove unnecessary struct forward declaration + (bsc#1227149). +- commit 5936128 + +------------------------------------------------------------------- +Fri Jun 28 15:16:00 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: annotate iftype_data pointer with sparse + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-fix-wiphy-delayed-work-queueing.patch. +- commit 031b8a7 + +------------------------------------------------------------------- +Fri Jun 28 15:13:21 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: add more warnings about inserting sta info + (bsc#1227149). +- wifi: mac80211: add support for mld in ieee80211_chswitch_done + (bsc#1227149). +- wifi: mac80211: fix BA session teardown race (bsc#1227149). +- wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149). +- commit 8e5b425 + +------------------------------------------------------------------- +Fri Jun 28 15:05:09 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: remove wdev mutex (bsc#1227149). +- commit 4d7cf99 + +------------------------------------------------------------------- +Fri Jun 28 14:43:48 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: set wiphy for virtual monitors (bsc#1227149). +- commit 6022030 + +------------------------------------------------------------------- +Fri Jun 28 14:41:15 CEST 2024 - vkarasulli@suse.de + +- iommu/amd: Fix sysfs leak in iommu init (git-fixes). +- commit 5b11e2a + +------------------------------------------------------------------- +Fri Jun 28 14:36:14 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove key_mtx (bsc#1227149). +- commit 36d4ad3 + +------------------------------------------------------------------- +Fri Jun 28 14:36:07 CEST 2024 - vkarasulli@suse.de + +- iommu: Return right value in iommu_sva_bind_device() + (git-fixes). +- commit 769b149 + +------------------------------------------------------------------- +Fri Jun 28 14:34:56 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove sta_mtx (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-check-if-the-existing-link-config-rema.patch. +- Refresh + patches.suse/wifi-mac80211-don-t-re-add-debugfs-during-reconfig.patch. +- commit 5b967e8 + +------------------------------------------------------------------- +Fri Jun 28 14:32:14 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: reduce iflist_mtx (bsc#1227149). +- wifi: mac80211: remove local->mtx (bsc#1227149). +- wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149). +- wifi: mac80211: remove chanctx_mtx (bsc#1227149). +- wifi: mac80211: take wiphy lock for MAC addr change + (bsc#1227149). +- wifi: mac80211: extend wiphy lock in interface removal + (bsc#1227149). +- wifi: mac80211: hold wiphy_lock around concurrency checks + (bsc#1227149). +- wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149). +- commit b3dacec + +------------------------------------------------------------------- +Fri Jun 28 14:27:41 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: check wiphy mutex in ops (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-do-not-pass-AP_VLAN-vif-pointer-to-dri.patch. +- commit 3b00636 + +------------------------------------------------------------------- +Fri Jun 28 14:26:23 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: check wiphy mutex is held for wdev mutex + (bsc#1227149). +- wifi: cfg80211: hold wiphy lock in + cfg80211_any_wiphy_oper_chan() (bsc#1227149). +- wifi: cfg80211: sme: hold wiphy lock for wdev iteration + (bsc#1227149). +- wifi: cfg80211: reg: hold wiphy mutex for wdev iteration + (bsc#1227149). +- wifi: mac80211: move color change finalize to wiphy work + (bsc#1227149). +- wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move filter reconfig to wiphy work + (bsc#1227149). +- wifi: mac80211: move tspec work to wiphy work (bsc#1227149). +- wifi: mac80211: move key tailroom work to wiphy work + (bsc#1227149). +- commit d930910 + +------------------------------------------------------------------- +Fri Jun 28 14:25:06 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-move-sched-scan-stop-work-to-wiphy-wor.patch. +- commit 6350819 + +------------------------------------------------------------------- +Fri Jun 28 14:24:21 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-move-radar-detect-work-to-wiphy-work.patch. +- commit 46fc728 + +------------------------------------------------------------------- +Fri Jun 28 14:23:33 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: move TDLS work to wiphy work (bsc#1227149). +- wifi: mac80211: move link activation work to wiphy work + (bsc#1227149). +- wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149). +- wifi: mac80211: move monitor work to wiphy work (bsc#1227149). +- wifi: mac80211: add more ops assertions (bsc#1227149). +- wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149). +- wifi: mac80211: flush wiphy work where appropriate + (bsc#1227149). +- wifi: cfg80211: check RTNL when iterating devices (bsc#1227149). +- commit 425f8ad + +------------------------------------------------------------------- +Fri Jun 28 14:22:54 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: lock wiphy for aggregation debugfs + (bsc#1227149). +- wifi: mac80211: hold wiphy lock in netdev/link debugfs + (bsc#1227149). +- wifi: mac80211: debugfs: lock wiphy instead of RTNL + (bsc#1227149). +- wifi: mac80211: fix SMPS status handling (bsc#1227149). +- wifi: mac80211: Fix SMPS handling in the context of MLO + (bsc#1227149). +- wifi: mac80211: rework ack_frame_id handling a bit + (bsc#1227149). +- wifi: mac80211: tx: clarify conditions in if statement + (bsc#1227149). +- wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149). +- wifi: cfg80211: improve documentation for flag fields + (bsc#1227149). +- wifi: nl80211: Remove unused declaration + nl80211_pmsr_dump_results() (bsc#1227149). +- commit 75d4c97 + +------------------------------------------------------------------- +Fri Jun 28 14:22:07 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: mesh: Remove unused function declaration + mesh_ids_set_default() (bsc#1227149). +- commit b3033c6 + +------------------------------------------------------------------- +Fri Jun 28 14:21:05 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: Remove unused function declarations + (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-move-radar-detect-work-to-wiphy-work.patch. +- commit 343f020 + +------------------------------------------------------------------- +Fri Jun 28 13:59:47 CEST 2024 - jwiesner@suse.de + +- x86/tsc: Trust initial offset in architectural TSC-adjust MSRs + (bsc#1222015 bsc#1226962). +- commit ba98363 + +------------------------------------------------------------------- +Fri Jun 28 13:47:24 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC + due to bad index (bsc#1226158). +- commit fdb5ce1 + +------------------------------------------------------------------- +Fri Jun 28 12:32:43 CEST 2024 - mgorman@suse.de + +- Update -rt config files. +- commit abdd635 + +------------------------------------------------------------------- +Fri Jun 28 09:50:45 CEST 2024 - bdas@suse.de + +- net/9p: fix uninit-value in p9_client_rpc() (CVE-2024-39301 + bsc#1226994). +- commit d8af728 + +------------------------------------------------------------------- +Fri Jun 28 09:48:09 CEST 2024 - iivanov@suse.de + +- arm64/io: add constant-argument check (bsc#1226502 git-fixes) +- commit 45e8b78 + +------------------------------------------------------------------- +Fri Jun 28 09:44:48 CEST 2024 - tiwai@suse.de + +- struct acpi_ec kABI workaround (git-fixes). +- commit 3605f74 + +------------------------------------------------------------------- +Fri Jun 28 09:40:19 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921s: fix potential hung tasks during chip + recovery (stable-fixes). +- commit d9504b4 + +------------------------------------------------------------------- +Fri Jun 28 09:37:54 CEST 2024 - tiwai@suse.de + +- drm/drm_file: Fix pid refcounting race (git-fixes). +- drm/i915/gt: Fix potential UAF by revoke of fence registers + (git-fixes). +- drm/amdgpu: Fix pci state save during mode-1 reset (git-fixes). +- drm/panel: simple: Add missing display timing flags for KOE + TX26D202VM0BWA (git-fixes). +- drm/fbdev-dma: Only set smem_start is enable per module option + (git-fixes). +- net: usb: ax88179_178a: improve link status logs (git-fixes). +- net: phy: micrel: add Microchip KSZ 9477 to the device table + (git-fixes). +- batman-adv: Don't accept TT entries for out-of-spec VIDs + (git-fixes). +- can: mcp251xfd: fix infinite loop when xmit fails (git-fixes). +- net: can: j1939: recover socket queue on CAN bus error during + BAM transmission (git-fixes). +- net: can: j1939: Initialize unused data in j1939_send_one() + (git-fixes). +- net: can: j1939: enhanced error handling for tightly received + RTS messages in xtp_rx_rts_session_new (git-fixes). +- ASoC: fsl-asoc-card: set priv->pdev before using it (git-fixes). +- ASoC: amd: acp: remove i2s configuration check in + acp_i2s_probe() (git-fixes). +- ASoC: amd: acp: add a null check for chip_pdev structure + (git-fixes). +- ASoC: q6apm-lpass-dai: close graph on prepare errors + (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on + right mclk (git-fixes). +- ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (git-fixes). +- ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820 + (git-fixes). +- ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 + messages (git-fixes). +- drm/amdgpu: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/radeon: fix UBSAN warning in kv_dpm.c (stable-fixes). +- ACPI: EC: Evaluate orphan _REG under EC device (git-fixes). +- serial: exar: adding missing CTI and Exar PCI ids + (stable-fixes). +- serial: imx: Introduce timeout when waiting on transmitter empty + (stable-fixes). +- usb: gadget: function: Remove usage of the deprecated + ida_simple_xx() API (stable-fixes). +- usb: typec: ucsi_glink: drop special handling for CCI_BUSY + (stable-fixes). +- usb: dwc3: pci: Don't set "linux,phy_charger_detect" property + on Lenovo Yoga Tab2 1380 (stable-fixes). +- usb: misc: uss720: check for incompatible versions of the + Belkin F5U002 (stable-fixes). +- usb: gadget: uvc: configfs: ensure guid to be valid before set + (stable-fixes). +- cpufreq: amd-pstate: fix memory leak on CPU EPP exit + (stable-fixes). +- ACPI: EC: Install address space handler at the namespace root + (stable-fixes). +- PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports + (stable-fixes). +- power: supply: cros_usbpd: provide ID table for avoiding + fallback match (stable-fixes). +- platform/x86: toshiba_acpi: Add quirk for buttons on Z830 + (stable-fixes). +- ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk + (git-fixes). +- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F + (stable-fixes). +- ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 + (stable-fixes). +- drm/lima: mask irqs in timeout path before hard reset + (stable-fixes). +- drm/lima: add mask irq callback to gp and pp (stable-fixes). +- drm/amd/display: revert Exit idle optimizations before HDCP + execution (stable-fixes). +- drm/amd/display: Exit idle optimizations before HDCP execution + (stable-fixes). +- Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl + (stable-fixes). +- batman-adv: bypass empty buckets in batadv_purge_orig_ref() + (stable-fixes). +- ssb: Fix potential NULL pointer dereference in + ssb_device_uevent() (stable-fixes). +- HID: Add quirk for Logitech Casa touchpad (stable-fixes). +- ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets + (stable-fixes). +- crypto: hisilicon/qm - Add the err memory release process to + qm uninit (stable-fixes). +- crypto: hisilicon/sec - Fix memory leak for sec resource release + (stable-fixes). +- commit bbedf42 + +------------------------------------------------------------------- +Thu Jun 27 20:21:37 CEST 2024 - tbogendoerfer@suse.de + +- net/mlx5: Fix MTMP register capability offset in MCAM register + (git-fixes). +- bonding: fix oops during rmmod (CVE-2024-39296 bsc#1226989). +- e1000e: change usleep_range to udelay in PHY mdic access + (CVE-2024-39296 bsc#1226989). +- dpll: spec: use proper enum for pin capabilities attribute + (git-fixes). +- tools: ynl: fix handling of multiple mcast groups (git-fixes). +- tools: ynl: don't leak mcast_groups on init error (git-fixes). +- tools: ynl: make sure we always pass yarg to mnl_cb_run + (git-fixes). +- commit 164182f + +------------------------------------------------------------------- +Thu Jun 27 18:52:51 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Fix WARN_ON in iommu probe path (git-fixes). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1224751 CVE-2024-35843). +- iommu/vt-d: Use rbtree to track iommu probed devices + (git-fixes). +- commit 5f366a7 + +------------------------------------------------------------------- +Thu Jun 27 17:29:45 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential kernel bug due to lack of writeback flag + waiting (bsc#1227066 CVE-2024-37078). +- commit bd6df7f + +------------------------------------------------------------------- +Thu Jun 27 15:03:44 CEST 2024 - tiwai@suse.de + +- kABI workaround for FPGA changes (CVE-2024-35247 bsc#1226948 + CVE-2024-36479 bsc#1226949 CVE-2024-37021 bsc#1226950). +- commit 4b32e86 + +------------------------------------------------------------------- +Thu Jun 27 14:44:09 CEST 2024 - tiwai@suse.de + +- fpga: region: add owner module and take its refcount + (CVE-2024-35247 bsc#1226948). +- Refresh patches.suse/fpga-add-kABI-padding.patch. +- commit 670051c + +------------------------------------------------------------------- +Thu Jun 27 14:42:15 CEST 2024 - tiwai@suse.de + +- fpga: manager: add owner module and take its refcount + (CVE-2024-37021 bsc#1226950). +- Refresh patches.suse/fpga-add-kABI-padding.patch. +- commit 34a2533 + +------------------------------------------------------------------- +Thu Jun 27 14:37:10 CEST 2024 - tiwai@suse.de + +- fpga: bridge: add owner module and take its refcount + (CVE-2024-36479 bsc#1226949). +- commit 545627b + +------------------------------------------------------------------- +Thu Jun 27 13:09:29 CEST 2024 - nik.borisov@suse.com + +- Fix build failure on powerpc + Refresh + patches.suse/powerpc-uaccess-Use-YZ-asm-constraint-for-ld.patch. +- commit 4cafc95 + +------------------------------------------------------------------- +Thu Jun 27 11:05:02 CEST 2024 - iivanov@suse.de + +- kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502) +- commit 54c3656 + +------------------------------------------------------------------- +Thu Jun 27 10:56:03 CEST 2024 - iivanov@suse.de + +- net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502) +- commit 5ea0ed2 + +------------------------------------------------------------------- +Thu Jun 27 10:54:55 CEST 2024 - iivanov@suse.de + +- arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502) +- commit a39a193 + +------------------------------------------------------------------- +Thu Jun 27 10:53:38 CEST 2024 - iivanov@suse.de + +- s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502) +- commit 4a798a5 + +------------------------------------------------------------------- +Thu Jun 27 10:27:37 CEST 2024 - iivanov@suse.de + +- s390: Implement __iowrite32_copy() (bsc#1226502) +- commit 80e689b + +------------------------------------------------------------------- +Thu Jun 27 10:26:30 CEST 2024 - iivanov@suse.de + +- x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502) +- commit 894aede + +------------------------------------------------------------------- +Thu Jun 27 09:40:08 CEST 2024 - tbogendoerfer@suse.de + +- net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete + status rules (CVE-2024-36281 bsc#1226799). +- commit a7197fd + +------------------------------------------------------------------- +Wed Jun 26 18:08:09 CEST 2024 - lhenriques@suse.de + +- ceph: switch to use cap_delay_lock for the unlink delay list + (bsc#1226022). +- ceph: break the check delayed cap loop every 5s (bsc#1226022). +- ceph: add ceph_cap_unlink_work to fire check_caps() immediately + (bsc#1226022). +- ceph: always queue a writeback when revoking the Fb caps + (bsc#1226022). +- ceph: always check dir caps asynchronously (bsc#1226022). +- commit 7eb372a + +------------------------------------------------------------------- +Wed Jun 26 14:18:48 CEST 2024 - ptesarik@suse.com + +- arm64: mm: Don't remap pgtables for allocate vs populate + (jsc#PED-8688). +- arm64: mm: Batch dsb and isb when populating pgtables + (jsc#PED-8688). +- arm64: mm: Don't remap pgtables per-cont(pte|pmd) block + (jsc#PED-8688). +- commit fdec960 + +------------------------------------------------------------------- +Wed Jun 26 14:13:09 CEST 2024 - jack@suse.cz + +- epoll: be better about file lifetimes (bsc#1226610 + CVE-2024-38580). +- commit 4ff3c13 + +------------------------------------------------------------------- +Wed Jun 26 14:05:46 CEST 2024 - jack@suse.cz + +- null_blk: Fix return value of nullb_device_power_store() + (bsc#1226841 CVE-2024-36478). +- commit f213a2a + +------------------------------------------------------------------- +Wed Jun 26 13:52:15 CEST 2024 - rgoldwyn@suse.com + +- f2fs: multidev: fix to recognize valid zero block address (bsc#1226879, CVE-2024-38636). +- commit ec1ded3 + +------------------------------------------------------------------- +Wed Jun 26 13:11:15 CEST 2024 - mfranc@suse.cz + +- s390/cpacf: Make use of invalid opcode produce a link error + (git-fixes bsc#1227072). +- commit 24c76d1 + +------------------------------------------------------------------- +Wed Jun 26 13:05:00 CEST 2024 - mfranc@suse.cz + +- s390/ap: Fix crash in AP internal function modify_bitmap() + (CVE-2024-38661 bsc#1226996 git-fixes). +- commit 456a41d + +------------------------------------------------------------------- +Wed Jun 26 10:51:36 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: Add sockopt case to verify prog_type (bsc#1226789 + CVE-2024-38564). +- selftests/bpf: Extend sockopt tests to use BPF_LINK_CREATE + (bsc#1226789 CVE-2024-38564). +- bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in + BPF_LINK_CREATE (bsc#1226789 CVE-2024-38564). +- commit 2f12314 + +------------------------------------------------------------------- +Wed Jun 26 07:08:38 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Fix verifier assumptions about socket->sk (bsc#1226790 + CVE-2024-38566). +- commit dc586b3 + +------------------------------------------------------------------- +Tue Jun 25 20:26:14 CEST 2024 - lduncan@suse.com + +- scsi: qedf: Ensure the copied buf is NUL terminated (bsc#1226758 + CVE-2024-38559). +- scsi: bfa: Ensure the copied buf is NUL terminated (bsc#1226786 + CVE-2024-38560). +- scsi: bnx2fc: Remove spin_lock_bh while releasing resources + after upload (bsc#1224767 CVE-2024-36919). +- commit 3cabc93 + +------------------------------------------------------------------- +Tue Jun 25 17:30:54 CEST 2024 - dwagner@suse.de + +- nvme: do not retry authentication failures (bsc#1186716). +- nvme-fabrics: short-circuit reconnect retries (bsc#1186716). +- nvme: return kernel error codes for admin queue connect + (bsc#1186716). +- nvmet: return DHCHAP status codes from nvmet_setup_auth() + (bsc#1186716). +- nvmet: lock config semaphore when accessing DH-HMAC-CHAP key + (bsc#1186716). +- commit ac2b954 + +------------------------------------------------------------------- +Tue Jun 25 17:00:23 CEST 2024 - davide.benini@suse.com + +- net: sched: sch_multiq: fix possible OOB write in multiq_tune() + (CVE-2024-36978 bsc#1226514). +- commit 3b6fd26 + +------------------------------------------------------------------- +Tue Jun 25 16:16:31 CEST 2024 - dwagner@suse.de + +- nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists() + (git-fixes). +- commit 556ea4a + +------------------------------------------------------------------- +Tue Jun 25 15:48:44 CEST 2024 - jack@suse.cz + +- null_blk: fix null-ptr-dereference while configuring 'power' + and 'submit_queues' (bsc#1226841 CVE-2024-36478). +- commit d0b4b2a + +------------------------------------------------------------------- +Tue Jun 25 15:47:56 CEST 2024 - jack@suse.cz + +- block: fix overflow in blk_ioctl_discard() (bsc#1225770 + CVE-2024-36917). +- commit bbdd816 + +------------------------------------------------------------------- +Tue Jun 25 15:38:19 CEST 2024 - jack@suse.cz + +- mm: Avoid overflows in dirty throttling logic (bsc#1222364 + CVE-2024-26720). +- commit 77e301c + +------------------------------------------------------------------- +Tue Jun 25 15:20:37 CEST 2024 - davide.benini@suse.com + +- net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP + (CVE-2024-36974 bsc#1226519). +- commit f911add + +------------------------------------------------------------------- +Tue Jun 25 13:38:15 CEST 2024 - iivanov@suse.de + +- PCI: Clear Secondary Status errors after enumeration (bsc#1226928) +- commit 606f4e7 + +------------------------------------------------------------------- +Tue Jun 25 13:28:05 CEST 2024 - dwagner@suse.de + +- nvmet-passthru: propagate status from id override functions + (git-fixes). +- nvme: fix nvme_pr_* status code parsing (git-fixes). +- nvmet: fix nvme status code when namespace is disabled + (git-fixes). +- nvmet-tcp: fix possible memory leak when tearing down a + controller (git-fixes). +- nvmet-auth: replace pr_debug() with pr_err() to report an error + (git-fixes). +- nvmet-auth: return the error code to the nvmet_auth_host_hash() + callers (git-fixes). +- nvme: find numa distance only if controller has valid numa id + (git-fixes). +- commit 3709ef4 + +------------------------------------------------------------------- +Tue Jun 25 12:27:34 CEST 2024 - dwagner@suse.de + +- nvme: cancel pending I/O if nvme controller is in terminal state + (bsc#1226503). + Refresh: + - patches.suse/nvme-multipath-fix-io-accounting-on-failover.patch +- commit 7dbf1d4 + +------------------------------------------------------------------- +Tue Jun 25 11:13:31 CEST 2024 - tiwai@suse.de + +- stm class: Fix a double free in stm_register_device() + (CVE-2024-38627 bsc#1226857). +- commit ef5c589 + +------------------------------------------------------------------- +Tue Jun 25 10:53:05 CEST 2024 - tiwai@suse.de + +- Input: ili210x - fix ili251x_read_touch_data() return value + (git-fixes). +- pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set + (git-fixes). +- pinctrl: rockchip: use dedicated pinctrl type for RK3328 + (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins + (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins + (git-fixes). +- pinctrl: fix deadlock in create_pinctrl() when handling + -EPROBE_DEFER (git-fixes). +- pinctrl: qcom: spmi-gpio: drop broken pm8008 support + (git-fixes). +- commit a1b46e3 + +------------------------------------------------------------------- +Tue Jun 25 10:49:59 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi: hns3: Actually use + devm_add_action_or_reset() (CVE-2024-38603 bsc#1226842). +- commit 4db6ba6 + +------------------------------------------------------------------- +Tue Jun 25 01:35:47 CEST 2024 - neilb@suse.de + +- NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362). +- commit 6ed2498 + +------------------------------------------------------------------- +Mon Jun 24 18:25:30 CEST 2024 - nik.borisov@suse.com + +- work around gcc bugs with 'asm goto' with outputs (git-fixes). +- Refresh + patches.suse/powerpc-uaccess-Fix-build-errors-seen-with-GCC-13-14.patch. +- Refresh + patches.suse/powerpc-uaccess-Use-YZ-asm-constraint-for-ld.patch. +- commit eac0f3f + +------------------------------------------------------------------- +Mon Jun 24 18:14:54 CEST 2024 - nik.borisov@suse.com + +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (git-fixes). +- commit 8a8a749 + +------------------------------------------------------------------- +Mon Jun 24 18:14:09 CEST 2024 - nik.borisov@suse.com + +- x86/tdx: Preserve shared bit on mprotect() (git-fixes). +- commit ea4a8f6 + +------------------------------------------------------------------- +Mon Jun 24 18:05:52 CEST 2024 - nik.borisov@suse.com + +- x86/sev: Fix position dependent variable references in startup code (git-fixes). +- Refresh + patches.suse/x86-coco-Require-seeding-RNG-with-RDRAND-on-CoCo-systems.patch. +- commit 2efccd0 + +------------------------------------------------------------------- +Mon Jun 24 17:43:36 CEST 2024 - nik.borisov@suse.com + +- x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel (git-fixes). +- Refresh + patches.suse/x86-mce-Differentiate-real-hardware-MCs-from-TDX-erratum-o.patch. +- commit d75f0fd + +------------------------------------------------------------------- +Mon Jun 24 17:42:01 CEST 2024 - nik.borisov@suse.com + +- x86/kexec: Fix bug with call depth tracking (git-fixes). +- commit 926155d + +------------------------------------------------------------------- +Mon Jun 24 17:41:39 CEST 2024 - nik.borisov@suse.com + +- x86/nmi: Drop unused declaration of proc_nmi_enabled() (git-fixes). +- commit 3441c2e + +------------------------------------------------------------------- +Mon Jun 24 17:41:09 CEST 2024 - nik.borisov@suse.com + +- x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (git-fixes). +- commit 820085a + +------------------------------------------------------------------- +Mon Jun 24 17:40:50 CEST 2024 - nik.borisov@suse.com + +- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking (git-fixes). +- commit 1c4403a + +------------------------------------------------------------------- +Mon Jun 24 17:31:22 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Blacklist invalid commit (git-fixes) + We don't support CPU_MITIGATIONS hence to need for this logic +- commit 6899966 + +------------------------------------------------------------------- +Mon Jun 24 09:44:52 CEST 2024 - tbogendoerfer@suse.de + +- net: fec: remove .ndo_poll_controller to avoid deadlocks + (CVE-2024-38553 bsc#1226744). +- net/mlx5: Discard command completions in internal error + (CVE-2024-38555 bsc#1226607). +- net/mlx5: Add a timeout to acquire the command queue semaphore + (CVE-2024-38556 bsc#1226774). +- net/mlx5: Reload only IB representors upon lag disable/enable + (CVE-2024-38557 bsc#1226781). +- net/mlx5e: Fix netif state handling (CVE-2024-38608 + bsc#1226746). +- eth: sungem: remove .ndo_poll_controller to avoid deadlocks + (CVE-2024-38597 bsc#1226749). +- net: stmmac: move the EST lock to struct stmmac_priv + (CVE-2024-38594 bsc#1226734). +- commit d6f20aa + +------------------------------------------------------------------- +Mon Jun 24 09:42:26 CEST 2024 - tiwai@suse.de + +- i2c: ocores: set IACK bit after core is enabled (git-fixes). +- commit dc04936 + +------------------------------------------------------------------- +Sun Jun 23 08:49:31 CEST 2024 - tiwai@suse.de + +- regulator: bd71815: fix ramp values (git-fixes). +- regulator: core: Fix modpost error "regulator_get_regmap" + undefined (git-fixes). +- spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to + CCR_BUSWIDTH_4 (git-fixes). +- spi: stm32: qspi: Fix dual flash mode sanity test in + stm32_qspi_setup() (git-fixes). +- firmware: psci: Fix return value from psci_system_suspend() + (git-fixes). +- commit 5c1d1d7 + +------------------------------------------------------------------- +Sat Jun 22 19:32:37 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Add check for srq max_sge attribute (git-fixes) +- commit 5a7a44c + +------------------------------------------------------------------- +Sat Jun 22 19:32:10 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (git-fixes) +- commit a73b3cb + +------------------------------------------------------------------- +Sat Jun 22 19:31:45 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Ensure created mkeys always have a populated rb_key (git-fixes) +- commit 194920a + +------------------------------------------------------------------- +Sat Jun 22 19:31:19 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Follow rb_key.ats when creating new mkeys (git-fixes) +- commit 93d4abb + +------------------------------------------------------------------- +Sat Jun 22 19:30:51 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Remove extra unlock on error path (git-fixes) +- commit 662ecd8 + +------------------------------------------------------------------- +Sat Jun 22 19:30:21 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix responder length checking for UD request packets (git-fixes) +- commit 77ecb50 + +------------------------------------------------------------------- +Sat Jun 22 19:29:56 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix data copy for IB_SEND_INLINE (git-fixes) +- commit 9ec1cd9 + +------------------------------------------------------------------- +Sat Jun 22 19:29:24 CEST 2024 - nmorey@suse.com + +- RDMA/bnxt_re: Fix the max msix vectors macro (git-fixes) +- commit 19f32fe + +------------------------------------------------------------------- +Sat Jun 22 10:04:35 CEST 2024 - tiwai@suse.de + +- drm/i915/mso: using joiner is not possible with eDP MSO + (git-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9 + (stable-fixes). +- ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your + kernel is fine." (git-fixes). +- thermal/drivers/mediatek/lvts_thermal: Return error in case + of invalid efuse data (git-fixes). +- dmaengine: ioatdma: Fix missing kmem_cache_destroy() + (git-fixes). +- dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() + (git-fixes). +- dmaengine: ioatdma: Fix error path in ioat3_dma_probe() + (git-fixes). +- dmaengine: ioatdma: Fix leaking on version mismatch (git-fixes). +- dmaengine: idxd: Fix possible Use-After-Free in + irq_process_work_list (git-fixes). +- xhci: Apply broken streams quirk to Etron EJ188 xHCI host + (stable-fixes). +- xhci: Apply reset resume quirk to Etron EJ188 xHCI host + (stable-fixes). +- xhci: Set correct transferred length for cancelled bulk + transfers (stable-fixes). +- drm/exynos/vidi: fix memory leak in .get_modes() (stable-fixes). +- ACPI: x86: Force StorageD3Enable on more products + (stable-fixes). +- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on + I/O errors (git-fixes). +- kheaders: explicitly define file modes for archived headers + (stable-fixes). +- intel_th: pci: Add Lunar Lake support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S support (stable-fixes). +- intel_th: pci: Add Sapphire Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids support (stable-fixes). +- clkdev: Update clkdev id usage to allow for longer names + (stable-fixes). +- nilfs2: return the mapped address from nilfs_get_page() + (stable-fixes). +- commit 8bec8e0 + +------------------------------------------------------------------- +Fri Jun 21 18:33:30 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi_pcie: Fix out-of-bound access when valid + event group (CVE-2024-38569 bsc#1226772). +- commit 6715b52 + +------------------------------------------------------------------- +Fri Jun 21 18:32:43 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi: hns3: Fix out-of-bound access when valid + event group (CVE-2024-38568 bsc#1226771). +- commit 33d69e0 + +------------------------------------------------------------------- +Fri Jun 21 17:24:29 CEST 2024 - mkoutny@suse.com + +- sched/core: Fix incorrect initialization of the 'burst' + parameter in cpu_max_write() (bsc#1226791). +- commit 6b67975 + +------------------------------------------------------------------- +Fri Jun 21 17:21:26 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add 6fb454606153 sched: Simplify tg_set_cfs_bandwidth() +- commit 4e56705 + +------------------------------------------------------------------- +Fri Jun 21 16:31:57 CEST 2024 - dfaggioli@suse.com + +- virtio_net: checksum offloading handling fix (git-fixes). +- commit d283709 + +------------------------------------------------------------------- +Fri Jun 21 16:21:12 CEST 2024 - dfaggioli@suse.com + +- virtio_net: avoid data-races on dev->stats fields (git-fixes). +- commit 50373fb + +------------------------------------------------------------------- +Fri Jun 21 15:27:34 CEST 2024 - dfaggioli@suse.com + +- vfio/fsl-mc: Block calling interrupt handler without trigger + (bsc#1222810 CVE-2024-26814). +- commit b1aee55 + +------------------------------------------------------------------- +Fri Jun 21 15:22:12 CEST 2024 - dfaggioli@suse.com + +- vfio/platform: Create persistent IRQ handlers (bsc#1222809 + CVE-2024-26813). +- commit 28ae90e + +------------------------------------------------------------------- +Fri Jun 21 10:23:30 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Add more codec ID to no shutup pins list + (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ARP8 + (stable-fixes). +- ALSA: hda/realtek: Support Lenovo Thinkbook 13x Gen 4 + (stable-fixes). +- ALSA: hda/realtek: Support Lenovo Thinkbook 16P Gen 5 + (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo Thinkbook 13x Gen 4 + (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo Thinkbook 16P Gen 5 + (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on N14AP7 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook + 445/465 G11 (stable-fixes). +- ALSA: hda: cs35l56: Fix lifecycle of codec pointer + (stable-fixes). +- commit 3c2cbdc + +------------------------------------------------------------------- +Fri Jun 21 10:21:11 CEST 2024 - tiwai@suse.de + +- net: usb: rtl8150 fix unintiatilzed variables in + rtl8150_get_link_ksettings (git-fixes). +- net: usb: ax88179_178a: improve reset check (git-fixes). +- net: phy: mxl-gpy: Remove interrupt mask clearing from + config_init (git-fixes). +- net: lan743x: Support WOL at both the PHY and MAC appropriately + (git-fixes). +- net: lan743x: disable WOL upon resume to restore full data + path operation (git-fixes). +- ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM + (git-fixes). +- ALSA: hda: tas2781: Component should be unbound before + deconstruction (git-fixes). +- ALSA: hda: cs35l41: Component should be unbound before + deconstruction (git-fixes). +- ALSA: hda: cs35l56: Component should be unbound before + deconstruction (git-fixes). +- ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option + (git-fixes). +- ALSA: hda/realtek: Remove Framework Laptop 16 from quirks + (git-fixes). +- ALSA: seq: ump: Fix missing System Reset message handling + (git-fixes). +- ALSA: hda: cs35l41: Possible null pointer dereference in + cs35l41_hda_unbind() (git-fixes). +- commit 045593b + +------------------------------------------------------------------- +Fri Jun 21 08:41:31 CEST 2024 - mkubecek@suse.cz + +- tcp: Dump bound-only sockets in inet_diag (bsc#1204562). +- commit ff006da + +------------------------------------------------------------------- +Thu Jun 20 17:39:41 CEST 2024 - lhenriques@suse.de + +- cachefiles: remove requests from xarray during flushing requests + (bsc#1226588). +- commit b238f81 + +------------------------------------------------------------------- +Thu Jun 20 12:31:55 CEST 2024 - jslaby@suse.cz + +- blacklist.conf: add ppdev cleanup +- commit 58ce126 + +------------------------------------------------------------------- +Thu Jun 20 10:59:35 CEST 2024 - mfranc@suse.cz + +- net/smc: fix neighbour and rtable leak in smc_ib_find_route() + (git-fixes bsc#1225823 CVE-2024-36945 bsc#1226547). +- commit d4aa573 + +------------------------------------------------------------------- +Thu Jun 20 05:39:06 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: test case for callback_depth states pruning logic + (bsc#1225903). +- bpf: check bpf_func_state->callback_depth when pruning states + (bsc#1225903). +- commit 6632e43 + +------------------------------------------------------------------- +Wed Jun 19 09:00:16 CEST 2024 - iivanov@suse.de + +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (jsc#PED-8649) + Module is marked supported because of merge from SP6, but lets add + reference to SLM6.0 maintenance task. +- commit d270c07 + +------------------------------------------------------------------- +Wed Jun 19 08:53:45 CEST 2024 - tiwai@suse.de + +- gpio: tqmx86: introduce shadow register for GPIO output value + (git-fixes). +- Refresh + patches.suse/gpio-tqmx86-store-IRQ-trigger-type-and-unmask-status.patch. +- commit 559245f + +------------------------------------------------------------------- +Wed Jun 19 07:51:38 CEST 2024 - tiwai@suse.de + +- efi/x86: Free EFI memory map only when installing a new one + (git-fixes). +- gpio: lpc32xx: fix module autoloading (stable-fixes). +- commit d39df35 + +------------------------------------------------------------------- +Wed Jun 19 07:48:50 CEST 2024 - tiwai@suse.de + +- Move upstreamed NFS patch into sorted section +- commit 19c3986 + +------------------------------------------------------------------- +Wed Jun 19 04:36:50 CEST 2024 - neilb@suse.de + +- nfsd: optimise recalculate_deny_mode() for a common case + (bsc#1217912). +- commit 882d2ff + +------------------------------------------------------------------- +Wed Jun 19 02:33:24 CEST 2024 - neilb@suse.de + +- NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633 + bsc#1226226). +- commit b98e69a + +------------------------------------------------------------------- +Wed Jun 19 02:32:17 CEST 2024 - neilb@suse.de + +- NFS: abort nfs_atomic_open_v23 if name is too long + (bsc#1219847). +- NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly + (bsc#1219847). +- commit 772961e + +------------------------------------------------------------------- +Tue Jun 18 22:51:53 CEST 2024 - krisman@suse.de + +- fs/9p: fix uninitialized values during inode evict (bsc#1225815 + CVE-2024-36923). +- commit b349473 + +------------------------------------------------------------------- +Tue Jun 18 16:32:47 CEST 2024 - tiwai@suse.de + +- x86/mce: Dynamically size space for machine check records + (bsc#1222241). +- commit 2d0d4b2 + +------------------------------------------------------------------- +Tue Jun 18 13:27:41 CEST 2024 - hare@suse.de + +- nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049). +- Refresh + patches.suse/nvme-tcp-Add-wq_unbound-modparam-for-nvme_tcp_wq.patch. +- commit 099b967 + +------------------------------------------------------------------- +Tue Jun 18 13:09:32 CEST 2024 - denis.kirjanov@suse.com + +- net: preserve kabi for struct dst_ops (CVE-2024-36971 + bsc#1226145). +- commit 6d764b6 + +------------------------------------------------------------------- +Tue Jun 18 12:48:47 CEST 2024 - tiwai@suse.de + +- kcov: don't lose track of remote references during softirqs + (git-fixes). +- commit fc5abf0 + +------------------------------------------------------------------- +Tue Jun 18 11:55:49 CEST 2024 - davide.benini@suse.com + +- rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back + (CVE-2024-27414 bsc#1224439). +- commit 6651625 + +------------------------------------------------------------------- +Tue Jun 18 11:45:27 CEST 2024 - davide.benini@suse.com + +- netfilter: nf_tables: reject new basechain after table flag update + (CVE-2024-35900 bsc#1224497). +- commit ef2c4d5 + +------------------------------------------------------------------- +Tue Jun 18 11:21:47 CEST 2024 - denis.kirjanov@suse.com + +- net: fix __dst_negative_advice() race (CVE-2024-36971 + bsc#1226145). +- commit 604ed28 + +------------------------------------------------------------------- +Tue Jun 18 11:13:42 CEST 2024 - mgorman@suse.de + +- series.conf: Consolidate RT history +- commit 6ef44e2 + +------------------------------------------------------------------- +Tue Jun 18 11:00:15 CEST 2024 - denis.kirjanov@suse.com + +- ipv6: Fix infinite recursion in fib6_dump_done() (CVE-2024-35886 + bsc#1224670). +- commit ba91bc1 + +------------------------------------------------------------------- +Tue Jun 18 10:56:34 CEST 2024 - mgorman@suse.de + +- Update + patches.suse/sched-rt-Don-t-try-push-tasks-if-there-are-none.patch + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit 2d3af93 + +------------------------------------------------------------------- +Tue Jun 18 10:43:46 CEST 2024 - mgorman@suse.de + +- perf: Split __perf_pending_irq() out of perf_pending_irq() + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- perf: Remove perf_swevent_get_recursion_context() from + perf_pending_task() (bsc#1214683 (PREEMPT_RT prerequisite + backports)). +- perf: Enqueue SIGTRAP always via task_work (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- perf: Move irq_work_queue() where the event is prepared + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit bc9fd24 + +------------------------------------------------------------------- +Mon Jun 17 13:15:43 CEST 2024 - tzimmermann@suse.com + +- drm/amd/display: Disable idle reallow as part of command/gpint (bsc#1225702 CVE-2024-36024) +- commit 6d53e8c + +------------------------------------------------------------------- +Mon Jun 17 12:13:19 CEST 2024 - tiwai@suse.de + +- RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized + address translation (bsc#1225300). +- RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300). +- commit 82b08f9 + +------------------------------------------------------------------- +Mon Jun 17 11:21:56 CEST 2024 - mgorman@suse.de + +- series.conf: Clarification +- commit 065b95a + +------------------------------------------------------------------- +Mon Jun 17 11:18:23 CEST 2024 - mgorman@suse.de + +- Refresh patches.suse/arm-Disable-jump-label-on-PREEMPT_RT.patch. +- commit 7487731 + +------------------------------------------------------------------- +Mon Jun 17 11:12:28 CEST 2024 - mgorman@suse.de + +- Replace with mainline and sort + Update + - patches.suse/kdb-Do-not-assume-write-callback-available.patch. +- commit b1b8679 + +------------------------------------------------------------------- +Mon Jun 17 11:04:15 CEST 2024 - mgorman@suse.de + +- Refresh ARM (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Mainline + ARM: 9312/1: vfp: include asm/neon.h in vfpmodule.c + ARM: 9327/1: vfp: Add missing VFP instructions to neon_support_hook backports. + ARM: entry: Disregard Thumb undef exception in coproc dispatch + ARM: entry: Make asm coproc dispatch code NWFPE only + ARM: iwmmxt: Use undef hook to enable coprocessor for task + ARM: kernel: Get rid of thread_info::used_cp[] array + ARM: mm: Make virt_to_pfn() a static inline + ARM: vfp: Move sending signals outside of vfp_lock()ed section + ARM: vfp: Record VFP bounces as perf emulation faults + ARM: vfp: Reimplement VFP exception entry in C code + ARM: vfp: Remove workaround for Feroceon CPUs + ARM: vfp: Use undef hook for handling VFP exceptions + ARM: vfp: Use vfp_lock() in vfp_support_entry() + arm: update in-source documentation references +- Refresh + patches.suse/ARM-Allow-to-enable-RT.patch. + patches.suse/ARM64-Allow-to-enable-RT.patch. +- Update + patches.suse/ARM-enable-irq-in-translation-section-permission-fault-handlers.patch + patches.suse/ARM-vfp-Provide-vfp_lock-for-VFP-locking.patch + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_sync_hwstate.patch +- Delete + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_entry.patch. +- commit 68335de + +------------------------------------------------------------------- +Mon Jun 17 09:03:16 CEST 2024 - tiwai@suse.de + +- i2c: designware: Fix the functionality flags of the slave-only + interface (git-fixes). +- i2c: at91: Fix the functionality flags of the slave-only + interface (git-fixes). +- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log + messages (git-fixes). +- xhci: Handle TD clearing for multiple streams case (git-fixes). +- thunderbolt: debugfs: Fix margin debugfs node creation condition + (git-fixes). +- usb-storage: alauda: Check whether the media is initialized + (git-fixes). +- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state + (git-fixes). +- usb: typec: tcpm: fix use-after-free case in + tcpm_register_source_caps (git-fixes). +- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected + (git-fixes). +- tty: n_tty: Fix buffer offsets when lookahead is used + (git-fixes). +- drivers: core: synchronize really_probe() and dev_uevent() + (git-fixes). +- iio: imu: inv_icm42600: delete unneeded update watermark call + (git-fixes). +- iio: dac: ad5592r: fix temperature channel scaling value + (git-fixes). +- iio: adc: ad9467: fix scan type sign (git-fixes). +- misc: microchip: pci1xxxx: Fix a memory leak in the error + handling of gp_aux_bus_probe() (git-fixes). +- misc: microchip: pci1xxxx: fix double free in the error handling + of gp_aux_bus_probe() (git-fixes). +- mei: me: release irq in mei_me_pci_resume error path + (git-fixes). +- ax25: Fix refcount imbalance on inbound connections (git-fixes). +- tpm_tis: Do *not* flush uninitialized work (git-fixes). +- selftests/mm: fix build warnings on ppc64 (stable-fixes). +- selftests/mm: compaction_test: fix incorrect write of zero to + nr_hugepages (git-fixes). +- genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() + (git-fixes). +- drm/amdgpu/atomfirmware: add intergrated info v2.3 table + (stable-fixes). +- intel_th: pci: Add Meteor Lake-S CPU support (stable-fixes). +- mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect + GPIO on Asus T100TA (git-fixes). +- mmc: sdhci-acpi: Disable write protect detection on Toshiba + WT10-A (stable-fixes). +- mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot + not working (stable-fixes). +- mmc: sdhci-acpi: Sort DMI quirks alphabetically (stable-fixes). +- mmc: sdhci: Add support for "Tuning Error" interrupts + (stable-fixes). +- mmc: core: Add mmc_gpiod_set_cd_config() function + (stable-fixes). +- media: mxl5xx: Move xpt structures off stack (stable-fixes). +- media: lgdt3306a: Add a check against null-pointer-def + (stable-fixes). +- media: v4l2-core: hold videodev_lock until dev reg, finishes + (stable-fixes). +- drm/amdgpu: add error handle to avoid out-of-bounds + (stable-fixes). +- drm/i915/hwmon: Get rid of devm (stable-fixes). +- wifi: rtw89: correct aSIFSTime for 6GHz band (stable-fixes). +- wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path + (stable-fixes). +- wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE + (stable-fixes). +- wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (stable-fixes). +- wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU + (stable-fixes). +- ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx + (stable-fixes). +- crypto: ecrdsa - Fix module auto-load on add_key (stable-fixes). +- drm/sun4i: hdmi: Move mode_set into enable (stable-fixes). +- drm/sun4i: hdmi: Convert encoder to atomic (stable-fixes). +- mmc: core: Do not force a retune before RPMB switch + (stable-fixes). +- commit 8df97c4 + +------------------------------------------------------------------- +Mon Jun 17 08:25:45 CEST 2024 - hare@suse.de + +- nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049). +- commit 7af7bce + +------------------------------------------------------------------- +Sun Jun 16 15:04:02 CEST 2024 - heming.zhao@suse.com + +- ocfs2: fix sparse warnings (bsc#1219224). +- ocfs2: speed up chain-list searching (bsc#1219224). +- ocfs2: adjust enabling place for la window (bsc#1219224). +- ocfs2: improve write IO performance when fragmentation is high + (bsc#1219224). +- commit 98a3adb + +------------------------------------------------------------------- +Sun Jun 16 14:25:01 CEST 2024 - mgorman@suse.de + +- Replace with mainline and sort +- Update + patches.suse/signal-Don-t-disable-preemption-in-ptrace_stop-on-PREEMPT_RT.patch + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Rename to + patches.suse/signal-Add-a-proper-comment-about-preempt_disable-in-ptrace_stop.patch. +- Delete patches.suse/signal-Update-the-comment-ptrace_stop.patch. +- commit 3987e77 + +------------------------------------------------------------------- +Sun Jun 16 14:04:28 CEST 2024 - mgorman@suse.de + +- Replace with mainline and sort + patches.suse/sched-avoid-false-lockdep-splat-in-put_task_struct.patch + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit 4c9e751 + +------------------------------------------------------------------- +Sun Jun 16 11:53:53 CEST 2024 - mgorman@suse.de + +- net: Remove conditional threaded-NAPI wakeup based on task state + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- cxgb4: Properly lock TX queue for the selftest (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- serial: pch: Don't initialize uart_port's spin_lock (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- serial: pch: Don't disable interrupts while acquiring lock in + ISR (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pch: Make push_rx() return void (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- serial: pch: Invoke handle_rx_to() directly (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- xsk: Add truesize to skb_add_rx_frag() (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- bpf: Remove xdp_do_flush_map() (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- sched/debug: Update stale reference to sched_debug.c + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Extend the testsuite to also cover HSRv1 + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Reorder the testsuite (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- selftests: hsr: Use `let' properly (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- commit 085084f + +------------------------------------------------------------------- +Sat Jun 15 09:34:43 CEST 2024 - tiwai@suse.de + +- drm/exynos: hdmi: report safe 640x480 mode as a fallback when + no EDID found (git-fixes). +- drm/nouveau: don't attempt to schedule hpd_work on headless + cards (git-fixes). +- drm/bridge/panel: Fix runtime warning on panel bridge release + (git-fixes). +- drm/komeda: check for error-valued pointer (git-fixes). +- commit b393dd7 + +------------------------------------------------------------------- +Fri Jun 14 17:55:13 CEST 2024 - mgorman@suse.de + +- Move/Refresh PREEMPT_RT upstream prerequisites to sorted section + patches.suse/Revert-8250-add-support-for-ASIX-devices-with-a.patch. + patches.suse/serial-8250-Add-dl_read-write-bugs-and-mapsize-into-plat_serial8250_port.patch. + patches.suse/serial-8250-Fix-oops-for-port-pm-on-uart_chang.patch. + patches.suse/serial-8250-RT288x-Au1xxx-code-away-from-core.patch. + patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch. + patches.suse/serial-8250-omap-Fix-imprecise-external-abort-for-omap_8250_pm.patch. + patches.suse/serial-8250-omap-Shut-down-on-remove-for-console-uart.patch. + patches.suse/serial-8250-omap-convert-to-modern-PM-ops.patch. + patches.suse/serial-8250_omap-Add-earlycon-support-for-the-AM654-.patch. + patches.suse/serial-8250_omap-Fix-errors-with-no_console_suspend.patch. + patches.suse/serial-8250_omap-Use-force_suspend-and-resume-f.patch. + patches.suse/serial-core-Start-managing-serial-controllers-to-enable-runtime-PM.patch. + patches.suse/serial-drivers-switch-ch-and-flag-to-u8.patch. + patches.suse/serial-exar-Add-RS-485-support-for-Sealevel-XR17V35X-based-cards.patch. + patches.suse/serial-max3100-Lock-port-lock-when-calling-uart_hand.patch. + patches.suse/tty-serial-meson-fix-hard-LOCKUP-on-crtscts-mode.patch. +- patches.suse/tty-serial-meson-use-dev_err_probe.patch. +- commit 8af44ef + +------------------------------------------------------------------- +Fri Jun 14 16:56:53 CEST 2024 - mgorman@suse.de + +- Refresh patch metadata + patches.suse/ARM-Allow-to-enable-RT.patch. + patches.suse/ARM-enable-irq-in-translation-section-permission-fault-handlers.patch. + patches.suse/ARM-vfp-Provide-vfp_lock-for-VFP-locking.patch. + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_entry.patch. + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_sync_hwstate.patch. + patches.suse/ARM64-Allow-to-enable-RT.patch. + patches.suse/ASoC-mediatek-mt8186-Remove-unused-mutex.patch. + patches.suse/POWERPC-Allow-to-enable-RT.patch. + patches.suse/Revert-drm-i915-Depend-on-PREEMPT_RT.patch. + patches.suse/arch-arm64-Add-lazy-preempt-support.patch. + patches.suse/arm-Add-support-for-lazy-preemption.patch. + patches.suse/arm-Disable-jump-label-on-PREEMPT_RT.patch. + patches.suse/drm-i915-Disable-tracing-points-on-PREEMPT_RT.patch. + patches.suse/drm-i915-Don-t-check-for-atomic-context-on-PREEMPT_RT.patch. + patches.suse/drm-i915-Don-t-disable-interrupts-on-PREEMPT_RT-during-atomic-updates.patch. + patches.suse/drm-i915-Drop-the-irqs_disabled-check.patch. + patches.suse/drm-i915-Use-preempt_disable-enable_rt-where-recommended.patch. + patches.suse/drm-i915-gt-Use-spin_lock_irq-instead-of-local_irq_disable-spin_lock.patch. + patches.suse/drm-i915-skip-DRM_I915_LOW_LEVEL_TRACEPOINTS-with-NOTRACE.patch. + patches.suse/entry-Fix-the-preempt-lazy-fallout.patch. + patches.suse/kdb-do-not-assume-write-callback-available.patch. + patches.suse/net-Avoid-the-IPI-to-free-the.patch. + patches.suse/powerpc-Add-support-for-lazy-preemption.patch. + patches.suse/powerpc-kvm-Disable-in-kernel-MPIC-emulation-for-PREEMPT_RT.patch. + patches.suse/powerpc-pseries-Select-the-generic-memory-allocator.patch. + patches.suse/powerpc-pseries-iommu-Use-a-locallock-instead-local_irq_save.patch. + patches.suse/powerpc-stackprotector-work-around-stack-guard-init-from-atomic.patch. + patches.suse/powerpc-traps-Use-PREEMPT_RT.patch. + patches.suse/preempt-Put-preempt_enable-within-an-instrumentation-section.patch. + patches.suse/rcutorture-Also-force-sched-priority-to-timersd-on-boosting-test.patch. + patches.suse/sched-Add-support-for-lazy-preemption.patch. + patches.suse/sched-avoid-false-lockdep-splat-in-put_task_struct.patch. + patches.suse/sched-core-Provide-a-method-to-check-if-a-task-is-PI-boosted.patch. + patches.suse/sched-rt-Don-t-try-push-tasks-if-there-are-none.patch. + patches.suse/signal-Add-proper-comment-about-the-preempt-disable-in-ptrace_stop.patch. + patches.suse/signal-Don-t-disable-preemption-in-ptrace_stop-on-PREEMPT_RT.patch. + patches.suse/signal-Update-the-comment-ptrace_stop.patch. + patches.suse/softirq-Add-function-to-preempt-serving-softirqs.patch. + patches.suse/softirq-Use-a-dedicated-thread-for-timer-wakeups.patch. + patches.suse/softirq-Wake-ktimers-thread-also-in-softirq.patch. + patches.suse/sysfs-Add-sys-kernel-realtime-entry.patch. + patches.suse/tick-Fix-timer-storm-since-introduction-of-timersd.patch. + patches.suse/time-Allow-to-preempt-after-a-callback.patch. + patches.suse/tty-serial-omap-Make-the-locking-RT-aware.patch. + patches.suse/tty-serial-pl011-Make-the-locking-work-on-RT.patch. + patches.suse/x86-Allow-to-enable-RT.patch. + patches.suse/x86-Enable-RT-also-on-32bit.patch. + patches.suse/x86-Support-for-lazy-preemption.patch. + patches.suse/x86-entry-Use-should_resched-in-idtentry_exit_cond_resched.patch. + patches.suse/x86-microcode-Remove-microcode_mutex.patch. + patches.suse/zram-Replace-bit-spinlocks-with-spinlock_t-for-PREEMPT_RT.patch. +- commit ceed08d + +------------------------------------------------------------------- +Fri Jun 14 16:33:11 CEST 2024 - tiwai@suse.de + +- Temporarily drop KVM patch that caused a regression (bsc#1226158) + Delete patches.suse/KVM-x86-pmu-Prioritize-VMX-interception-over-GP-on-R.patch +- commit 33f31da + +------------------------------------------------------------------- +Fri Jun 14 15:41:20 CEST 2024 - shung-hsi.yu@suse.com + +- kABI: bpf: verifier kABI workaround + (bsc#1225903). +- commit 726091c + +------------------------------------------------------------------- +Fri Jun 14 14:07:11 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: keep track of max number of bpf_loop callback iterations + (bsc#1225903). +- selftests/bpf: test widening for iterating callbacks + (bsc#1225903). +- bpf: widening for callback iterators (bsc#1225903). +- selftests/bpf: tests for iterating callbacks (bsc#1225903). +- bpf: verify callbacks as if they are called unknown number of + times (bsc#1225903). +- bpf: extract setup_func_entry() utility function (bsc#1225903). +- bpf: extract __check_reg_arg() utility function (bsc#1225903). +- selftests/bpf: track string payload offset as scalar in + strobemeta (bsc#1225903). +- selftests/bpf: track tcp payload offset as scalar in + xdp_synproxy (bsc#1225903). +- bpf: print full verifier states on infinite loop detection + (bsc#1225903). +- selftests/bpf: test if state loops are detected in a tricky case + (bsc#1225903). +- bpf: correct loop detection for iterators convergence + (bsc#1225903). +- selftests/bpf: tests with delayed read/precision makrs in loop + body (bsc#1225903). +- bpf: exact states comparison for iterator convergence checks + (bsc#1225903). +- bpf: extract same_callsites() as utility function (bsc#1225903). +- bpf: move explored_state() closer to the beginning of verifier.c + (bsc#1225903). +- commit 63dfc45 + +------------------------------------------------------------------- +Fri Jun 14 12:18:36 CEST 2024 - denis.kirjanov@suse.com + +- ipv6: Fix potential uninit-value access in __ip6_make_skb() + (CVE-2024-36903 bsc#1225741). +- commit f510672 + +------------------------------------------------------------------- +Fri Jun 14 12:17:40 CEST 2024 - denis.kirjanov@suse.com + +- Update references +- commit 36a2563 + +------------------------------------------------------------------- +Fri Jun 14 11:27:37 CEST 2024 - pjakobsson@suse.de + +- drm/amd/display: Skip on writeback when it's not applicable (CVE-2024-36914 bsc#1225757). +- commit e1ad803 + +------------------------------------------------------------------- +Fri Jun 14 11:15:27 CEST 2024 - tiwai@suse.de + +- cpufreq: amd-pstate: Fix the inconsistency in max frequency + units (git-fixes). +- commit 9dd9a2b + +------------------------------------------------------------------- +Fri Jun 14 11:02:44 CEST 2024 - jdelvare@suse.de + +- gpiolib: cdev: Fix use after free in lineinfo_changed_notify + (bsc#1225737 CVE-2024-36899). +- commit 24144db + +------------------------------------------------------------------- +Fri Jun 14 10:41:02 CEST 2024 - mgorman@suse.de + +- Preparation update to v6.10-rc3-rt5 ((bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Add + console: Improve console_srcu_read_flags() comments + device property: Add SOFTWARE_NODE() macro for defining software nodes + device property: Add fwnode_name_eq() + device property: Add fwnode_property_match_property_string() + device property: Implement device_is_big_endian() + device property: Implement device_is_compatible() + nbcon: Provide functions for drivers to acquire console for non-printing. + panic: Flush kernel log buffer at the end + panic: Mark emergency section in oops + panic: Mark emergency section in warn + panic: add option to dump blocked tasks in panic_print + panic: suppress gnu_printf warning + printk: Add @flags argument for console_is_usable() + printk: Add function to replay kernel log on consoles + printk: Add kthread for all legacy consoles + printk: Add non-BKL (nbcon) console basic infrastructure + printk: Add notation to console_srcu locking + printk: Atomic print in printk context on shutdown + printk: Avoid console_lock dance if no legacy or boot consoles + printk: Avoid false positive lockdep report for legacy printing + printk: Check printk_deferred_enter()/_exit() usage + printk: Check valid console index for preferred console + printk: Constify name for add_preferred_console() + printk: Coordinate direct printing in panic + printk: Don't try to parse DEVNAME:0.0 console options + printk: Flag register_console() if console is set on command line. + printk: Let console_is_usable() handle nbcon + printk: Make console_is_usable() available to nbcon + printk: Make static printk buffers available to nbcon + printk: Properly deal with nbcon consoles on seq init + printk: Provide helper for message prepending + printk: Provide threadprintk boot argument + printk: Reduce pr_flush() pooling time + printk: Remove the now superfluous sentinel elements from ctl_table array + printk: Save console options for add_preferred_console_match() + printk: Track nbcon consoles + printk: Track registered boot consoles + printk: fix illegal pbufs access for !CONFIG_PRINTK + printk: flush consoles before checking progress + printk: nbcon: Add acquire/release logic + printk: nbcon: Add buffer management + printk: nbcon: Add callbacks to synchronize with driver + printk: nbcon: Add context to console_is_usable() + printk: nbcon: Add detailed doc for write_atomic() + printk: nbcon: Add emit function and callback function for atomic printing + printk: nbcon: Add helper to assign priority based on CPU state + printk: nbcon: Add ownership state functions + printk: nbcon: Add printer thread wakeups + printk: nbcon: Add sequence handling + printk: nbcon: Add unsafe flushing on panic + printk: nbcon: Allow drivers to mark unsafe regions and check state. + printk: nbcon: Do not rely on proxy headers + printk: nbcon: Implement emergency sections + printk: nbcon: Introduce printing kthreads + printk: nbcon: Provide function to flush using write_atomic() + printk: nbcon: Provide function to reacquire ownership + printk: nbcon: Remove return value for write_atomic() + printk: nbcon: Show replay message on takeover + printk: nbcon: Start printing threads + printk: nbcon: Use driver synchronization while (un)registering + printk: nbcon: Use nbcon consoles in console_flush_all() + serial: convert uart sysrq handling to u8 + serial: core: Add UPIO_UNKNOWN constant for unknown port type + serial: core: Controller id cannot be negative + serial: core: Fix serial core port id to not use port->line + serial: core: Implement processing in port->lock wrapper + serial: core: Introduce wrapper to set @uart_port->cons + serial: core: Move struct uart_port::quirks closer to possible + serial: core: Provide low-level functions to lock port + serial: core: Update uart_poll_timeout() function to return unsigned long. + serial: core: Use lock wrappers + serial: core: don't kfree device managed data + serial: core: fix -EPROBE_DEFER handling in init + serial: make uart_insert_char() accept u8s + serial: port: Introduce a common helper to read properties + tty/sysrq: Replay kernel log messages on consoles via sysrq +- Update + patches.suse/dump_stack-Do-not-get-cpu_sync-for-panic-CPU.patch + patches.suse/printk-Add-this_cpu_in_panic.patch + patches.suse/printk-Adjust-mapping-for-32bit-seq-macros.patch + patches.suse/printk-Avoid-non-panic-CPUs-writing-to-ringbuffer.patch + patches.suse/printk-Disable-passing-console-lock-owner-completely-during-panic.patch + patches.suse/printk-For-suppress_panic_printk-check-for-other-CPU-in-panic.patch + patches.suse/printk-Update-the-printk-series.patch. + patches.suse/printk-Use-prb_first_seq-as-base-for-32bit-seq-macros.patch + patches.suse/printk-Wait-for-all-reserved-records-with-pr_flush.patch + patches.suse/printk-nbcon-Relocate-32bit-seq-macros.patch + patches.suse/printk-ringbuffer-Clarify-special-lpos-values.patch + patches.suse/printk-ringbuffer-Cleanup-reader-terminology.patch + patches.suse/printk-ringbuffer-Do-not-skip-non-finalized-records-with-prb_next_seq.patch + patches.suse/printk-ringbuffer-Skip-non-finalized-records-in-panic.patch + patches.suse/printk-nbcon-Stop-threads-on-shutdown-reboot.patch. +- Delete + patches.suse/kernel-panic-Add-atomic-write-enforcement-to-warn-panic.patch. + patches.suse/printk-Add-non-BKL-console-basic-infrastructure.patch. + patches.suse/printk-Add-threaded-printing-support-for-BKL-consoles.patch. + patches.suse/printk-Perform-atomic-flush-in-console_flush_on_panic.patch. + patches.suse/printk-nbcon-move-locked_port-flag-to-struct-uart_port.patch. + patches.suse/printk-nobkl-Add-acquire-release-logic.patch. + patches.suse/printk-nobkl-Add-buffer-management.patch. + patches.suse/printk-nobkl-Add-emit-function-and-callback-functions-for-atomic-printing.patch. + patches.suse/printk-nobkl-Add-print-state-functions.patch. + patches.suse/printk-nobkl-Add-printer-thread-wakeups.patch. + patches.suse/printk-nobkl-Add-sequence-handling.patch. + patches.suse/printk-nobkl-Add-write-context-storage-for-atomic-writes.patch. + patches.suse/printk-nobkl-Introduce-printer-threads.patch. + patches.suse/printk-nobkl-Provide-functions-for-atomic-write-enforcement.patch. + patches.suse/printk-only-disable-if-actually-unregistered.patch. + patches.suse/printk-replace-local_irq_save-with-local_lock-for-safe-mode.patch. + patches.suse/rcu-Add-atomic-write-enforcement-for-rcu-stalls.patch +- commit 6b8304c + +------------------------------------------------------------------- +Fri Jun 14 09:59:12 CEST 2024 - tiwai@suse.de + +- nouveau: report byte usage in VRAM usage (git-fixes). +- Refresh + patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch. +- commit 5638f93 + +------------------------------------------------------------------- +Fri Jun 14 09:58:29 CEST 2024 - tiwai@suse.de + +- nouveau: add an ioctl to report vram usage (stable-fixes). +- Refresh + patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch. +- commit 7ea88ac + +------------------------------------------------------------------- +Fri Jun 14 09:56:35 CEST 2024 - tiwai@suse.de + +- nouveau: add an ioctl to return vram bar size (stable-fixes). +- Refresh + patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch. +- commit 07ddfce + +------------------------------------------------------------------- +Fri Jun 14 09:52:40 CEST 2024 - tiwai@suse.de + +- platform/x86: dell-smbios: Fix wrong token data in sysfs + (git-fixes). +- net: phy: Micrel KSZ8061: fix errata solution not taking effect + problem (git-fixes). +- wifi: ath10k: fix QCOM_RPROC_COMMON dependency (git-fixes). +- wifi: mac80211: correctly parse Spatial Reuse Parameter Set + element (git-fixes). +- wifi: iwlwifi: mvm: don't read past the mfuart notifcation + (git-fixes). +- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids + (git-fixes). +- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of + debugfs ifdef (git-fixes). +- wifi: iwlwifi: mvm: set properly mac header (git-fixes). +- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 + (git-fixes). +- wifi: iwlwifi: mvm: don't initialize csa_work twice (git-fixes). +- wifi: cfg80211: pmsr: use correct nla_get_uX functions + (git-fixes). +- wifi: cfg80211: Lock wiphy in cfg80211_get_station (git-fixes). +- wifi: cfg80211: fully move wiphy work to unbound workqueue + (git-fixes). +- wifi: mac80211: Fix deadlock in + ieee80211_sta_ps_deliver_wakeup() (git-fixes). +- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects + (git-fixes). +- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume + (git-fixes). +- module: don't ignore sysfs_create_link() failures (git-fixes). +- soundwire: cadence: fix invalid PDI offset (stable-fixes). +- platform/x86/intel/tpmi: Handle error from tpmi_process_info() + (stable-fixes). +- platform/x86: thinkpad_acpi: Take hotkey_mutex during + hotkey_exit() (git-fixes). +- media: radio-shark2: Avoid led_names truncations (git-fixes). +- wifi: nl80211: Avoid address calculations via out of bounds + array indexing (git-fixes). +- selftests: mptcp: add ms units for tc-netem delay + (stable-fixes). +- pwm: sti: Simplify probe function using devm functions + (git-fixes). +- regulator: vqmmc-ipq4019: fix module autoloading (stable-fixes). +- regulator: irq_helpers: duplicate IRQ name (stable-fixes). +- platform/x86: ISST: Add Grand Ridge to HPM CPU list + (stable-fixes). +- selftests: sud_test: return correct emulated syscall value on + RISC-V (stable-fixes). +- wifi: cfg80211: fix the order of arguments for trace events + of the tx_rx_evt class (stable-fixes). +- wifi: mac80211: ensure beacon is non-S1G prior to extracting + the beacon timestamp field (stable-fixes). +- wifi: mac80211: don't use rate mask for scanning (stable-fixes). +- pwm: sti: Prepare removing pwm_chip from driver data + (stable-fixes). +- commit d252b95 + +------------------------------------------------------------------- +Fri Jun 14 09:44:27 CEST 2024 - tiwai@suse.de + +- HID: logitech-dj: Fix memory leak in + logi_dj_recv_switch_to_dj_mode() (git-fixes). +- HID: core: remove unnecessary WARN_ON() in implement() + (git-fixes). +- kconfig: doc: fix a typo in the note about 'imply' (git-fixes). +- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type + (git-fixes). +- gpio: tqmx86: store IRQ trigger type and unmask status + separately (git-fixes). +- gpio: tqmx86: fix typo in Kconfig label (git-fixes). +- drm/vmwgfx: Don't memcmp equivalent pointers (git-fixes). +- drm/vmwgfx: 3D disabled should not effect STDU memory limits + (git-fixes). +- drm/vmwgfx: Filter modes which exceed graphics memory + (git-fixes). +- drm/panel: sitronix-st7789v: Add check for + of_drm_get_panel_orientation (git-fixes). +- drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms + (git-fixes). +- kconfig: fix comparison to constant symbols, 'm', 'n' + (git-fixes). +- drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ + cp_compute_microcode() and rlc_microcode() (git-fixes). +- drm/amdgpu: init microcode chip name from ip versions + (stable-fixes). +- fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card + (stable-fixes). +- iio: accel: mxc4005: Reset chip on probe() and resume() + (stable-fixes). +- drm/amdkfd: Flush the process wq before creating a kfd_process + (stable-fixes). +- drm/amd/display: Disable seamless boot on 128b/132b encoding + (stable-fixes). +- drm/amd/display: Fix DC mode screen flickering on DCN321 + (stable-fixes). +- drm/amd/display: Add VCO speed parameter for DCN31 FPU + (stable-fixes). +- drm/amd/display: Allocate zero bw after bw alloc enable + (stable-fixes). +- drm/amd/display: Add dtbclk access to dcn315 (stable-fixes). +- drm/amdgpu: Fix VRAM memory accounting (stable-fixes). +- drm/etnaviv: fix tx clock gating on some GC7000 variants + (stable-fixes). +- HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is + enabled (stable-fixes). +- iio: adc: ad9467: use chip_info variables instead of array + (stable-fixes). +- iio: adc: ad9467: use spi_get_device_match_data() + (stable-fixes). +- iio: accel: mxc4005: allow module autoloading via OF compatible + (stable-fixes). +- commit 4e48378 + +------------------------------------------------------------------- +Fri Jun 14 08:40:26 CEST 2024 - tiwai@suse.de + +- kABI workaround for sof_ipc_pcm_ops (git-fixes). +- commit 070cfe5 + +------------------------------------------------------------------- +Fri Jun 14 08:37:23 CEST 2024 - tiwai@suse.de + +- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ + (git-fixes). +- cxl/region: Fix memregion leaks in devm_cxl_add_region() + (git-fixes). +- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c + (git-fixes). +- cxl/region: Fix cxlr_pmem leaks (git-fixes). +- cxl/trace: Correct DPA field masks for general_media & dram + events (git-fixes). +- ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3 + (stable-fixes). +- drm/amdgpu/mes: fix use-after-free issue (stable-fixes). +- drm/amdgpu: Fix the ring buffer size for queue VM flush + (stable-fixes). +- drm/amdkfd: Add VRAM accounting for SVM migration + (stable-fixes). +- drm/amd/pm: Restore config space after reset (stable-fixes). +- drm/amdgpu: Update BO eviction priorities (stable-fixes). +- drm/amd/display: Set color_mgmt_changed to true on unsuspend + (stable-fixes). +- drm/amd/display: Revert Remove pixle rate limit for subvp + (stable-fixes). +- drm/amd/display: Remove pixle rate limit for subvp + (stable-fixes). +- Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS + (stable-fixes). +- Bluetooth: Remove usage of the deprecated ida_simple_xx() API + (stable-fixes). +- ASoC: Intel: common: add ACPI matching tables for Arrow Lake + (stable-fixes). +- Bluetooth: ISO: Fix BIS cleanup (stable-fixes). +- commit b6ffdb9 + +------------------------------------------------------------------- +Fri Jun 14 01:35:16 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: Use local TLBI on permission relaxation + (bsc#1219478). +- Refresh + patches.suse/KVM-arm64-Always-invalidate-TLB-for-stage-2-permission-faults. +- commit c414679 + +------------------------------------------------------------------- +Thu Jun 13 19:53:07 CEST 2024 - dfaggioli@suse.com + +- KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR + in CPUID (git-fixes). +- commit 001738e + +------------------------------------------------------------------- +Thu Jun 13 15:34:41 CEST 2024 - oneukum@suse.com + +- net: usb: qmi_wwan: add Telit FN920C04 compositions (git-fixes). +- commit 49f5909 + +------------------------------------------------------------------- +Thu Jun 13 14:48:50 CEST 2024 - colyli@suse.de + +- Replace the inhouse patch with following upstream patch + (bsc#1221097, bsc#1224572, CVE-2024-35979) + patches.suse/raid1-fix-use-after-free-for-original-bio-in-raid1_-fcf3.patch. +- commit 03ae28a + +------------------------------------------------------------------- +Thu Jun 13 11:59:54 CEST 2024 - ailiop@suse.com + +- supported.conf: mark ufs as unsupported + UFS is an unsupported filesystem, mark it as such. We still keep it + around (not marking as optional), to accommodate any potential + migrations from BSD systems. +- commit 5192abd + +------------------------------------------------------------------- +Thu Jun 13 11:57:17 CEST 2024 - ailiop@suse.com + +- supported.conf: mark orangefs as optional + We don't support orangefs at all (and it is already marked as such), but + since there are no SLE consumers of it, mark it as optional. +- commit 264e3d2 + +------------------------------------------------------------------- +Thu Jun 13 11:55:02 CEST 2024 - ailiop@suse.com + +- blacklist.conf: add f2fs fixes 87161a2b0aed and 4e0197f9932f + Both are f2fs-related fixes, f2fs is unsupported and not compiled at + all. +- commit e891815 + +------------------------------------------------------------------- +Thu Jun 13 11:52:09 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential hang in nilfs_detach_log_writer() + (git-fixes). +- commit 181df2f + +------------------------------------------------------------------- +Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de + +- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212) + Some builds don't just create an iso9660 image, but also mount it during + build. +- commit aaee141 + +------------------------------------------------------------------- +Thu Jun 13 10:11:58 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 70e89e6 + +------------------------------------------------------------------- +Thu Jun 13 10:09:33 CEST 2024 - oneukum@suse.com + +- Input: xpad - add support for ASUS ROG RAIKIRI (git-fixes). +- commit 9d3a015 + +------------------------------------------------------------------- +Wed Jun 12 18:20:02 CEST 2024 - jack@suse.cz + +- ext4: correct offset of gdb backup in non meta_bg group to + update_backups (bsc#1224735 CVE-2024-35807). +- commit 68779d8 + +------------------------------------------------------------------- +Wed Jun 12 18:00:33 CEST 2024 - jack@suse.cz + +- ext4: remove unnecessary check from alloc_flex_gd() (bsc#1222080 + CVE-2023-52622). +- commit 2e6ec2e + +------------------------------------------------------------------- +Wed Jun 12 16:00:34 CEST 2024 - davide.benini@suse.com + +- llc: verify mac len before reading mac header + (CVE-2023-52843 bsc#1224951). +- commit ea955e6 + +------------------------------------------------------------------- +Wed Jun 12 15:45:54 CEST 2024 - davide.benini@suse.com + +- netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() + (CVE-2024-35898 bsc#1224498). +- commit 47a49f0 + +------------------------------------------------------------------- +Wed Jun 12 14:26:19 CEST 2024 - davide.benini@suse.com + +- nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies + (CVE-2024-36915 bsc#1225758). +- commit 0955416 + +------------------------------------------------------------------- +Wed Jun 12 14:24:23 CEST 2024 - davide.benini@suse.com + +- net: add copy_safe_from_sockptr() helper + (git-fixes prerequisite CVE-2024-36915 bsc#1225758). +- commit e4ca26d + +------------------------------------------------------------------- +Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de + +- rpm/kernel-obs-build.spec.in: Add networking modules for docker + (bsc#1226211) + docker needs more networking modules, even legacy iptable_nat and _filter. +- commit 415e132 + +------------------------------------------------------------------- +Tue Jun 11 17:19:05 CEST 2024 - davide.benini@suse.com + +- rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation + (CVE-2024-36017 bsc#1225681). +- commit 349b81e + +------------------------------------------------------------------- +Tue Jun 11 15:51:42 CEST 2024 - jack@suse.cz + +- mm: use memalloc_nofs_save() in page_cache_ra_order() + (bsc#1225723 CVE-2024-36882). +- commit 858537f + +------------------------------------------------------------------- +Tue Jun 11 15:50:11 CEST 2024 - jack@suse.cz + +- blk-iocost: avoid out of bounds shift (bsc#1225759 + CVE-2024-36916). +- commit 9e35e70 + +------------------------------------------------------------------- +Tue Jun 11 15:48:58 CEST 2024 - davide.benini@suse.com + +- netfilter: complete validation of user input + (git-fixes CVE-2024-35896 bsc#1224662). +- commit a54ae57 + +------------------------------------------------------------------- +Tue Jun 11 15:25:13 CEST 2024 - tbogendoerfer@suse.de + +- net: hns3: fix kernel crash when devlink reload during + initialization (CVE-2024-36900 bsc#1225726). +- net: hns3: release PTP resources if pf initialization failed + (CVE-2024-36900 bsc#1225726). +- commit ad59124 + +------------------------------------------------------------------- +Tue Jun 11 14:44:23 CEST 2024 - jack@suse.cz + +- blk-mq: make sure active queue usage is held for + bio_integrity_prep() (bsc#1225105 CVE-2023-52787). +- commit 6131890 + +------------------------------------------------------------------- +Tue Jun 11 14:38:11 CEST 2024 - jack@suse.cz + +- block: prevent division by zero in blk_rq_stat_sum() + (bsc#1224661 CVE-2024-35925). +- commit 7339ca3 + +------------------------------------------------------------------- +Tue Jun 11 13:53:27 CEST 2024 - jack@suse.cz + +- Update refs for patches.suse/nbd-fix-uaf-in-nbd_open.patch (bsc#1216436 + bsc#1224935 CVE-2023-52837). +- commit 95ff8cb + +------------------------------------------------------------------- +Tue Jun 11 13:51:04 CEST 2024 - davide.benini@suse.com + +- netfilter: validate user input for expected length + (CVE-2024-35896 bsc#1224662). +- commit 6a29de4 + +------------------------------------------------------------------- +Tue Jun 11 13:49:51 CEST 2024 - jack@suse.cz + +- ext4: fix corruption during on-line resize (bsc#1224735 + CVE-2024-35807). +- commit 751677a + +------------------------------------------------------------------- +Tue Jun 11 13:34:20 CEST 2024 - jack@suse.cz + +- ext4: fix racy may inline data check in dio write (bsc#1224939 + CVE-2023-52786). +- commit 742009f + +------------------------------------------------------------------- +Tue Jun 11 13:32:12 CEST 2024 - jack@suse.cz + +- ext4: avoid online resizing failures due to oversized flex bg + (bsc#1222080 CVE-2023-52622). +- commit 817510d + +------------------------------------------------------------------- +Tue Jun 11 10:12:42 CEST 2024 - andrea.porta@suse.com + +- arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY + (git-fixes). +- commit d2efb00 + +------------------------------------------------------------------- +Tue Jun 11 10:03:53 CEST 2024 - tbogendoerfer@suse.de + +- net: mana: Enable MANA driver on ARM64 with 4K page size + (jsc#PED-8491). +- Update config files. +- commit 5211306 + +------------------------------------------------------------------- +Tue Jun 11 09:52:36 CEST 2024 - tbogendoerfer@suse.de + +- bna: ensure the copied buf is NUL terminated (CVE-2024-36934 + bsc#1225760). +- ice: ensure the copied buf is NUL terminated (CVE-2024-36935 + bsc#1225763). +- commit ab36d7d + +------------------------------------------------------------------- +Tue Jun 11 08:11:46 CEST 2024 - shung-hsi.yu@suse.com + +- xdp: use flags field to disambiguate broadcast redirect + (bsc#1225834 CVE-2024-36937). +- commit de0720c + +------------------------------------------------------------------- +Tue Jun 11 01:14:03 CEST 2024 - krisman@suse.de + +- fs/pipe: move check to pipe_has_watch_queue() (bsc#1224614 + CVE-2023-52672). +- commit 66a9a3f + +------------------------------------------------------------------- +Mon Jun 10 22:07:09 CEST 2024 - davide.benini@suse.com + +- tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING + (CVE-2023-52845 bsc#1225585). +- commit a73a0ca + +------------------------------------------------------------------- +Mon Jun 10 21:03:05 CEST 2024 - krisman@suse.de + +- pipe: wakeup wr_wait after setting max_usage (bsc#1224614 + CVE-2023-52672). +- commit 333fe30 + +------------------------------------------------------------------- +Mon Jun 10 17:13:33 CEST 2024 - lduncan@suse.com + +- blacklist.conf: add bsc#1223013 CVE-2024-26482, does not apply +- commit a7ff2c2 + +------------------------------------------------------------------- +Mon Jun 10 13:36:57 CEST 2024 - davide.benini@suse.com + +- netfilter: nf_tables: honor table dormant flag from netdev release event path + (CVE-2024-36005 bsc#1224539). +- commit 5b08b61 + +------------------------------------------------------------------- +Mon Jun 10 10:47:24 CEST 2024 - oneukum@suse.com + +- blacklist.conf: irrelevant build fix +- commit 226f27a + +------------------------------------------------------------------- +Sat Jun 8 16:22:10 CEST 2024 - lduncan@suse.com + +- scsi: target: core: Add TMF to tmr_list handling (bsc#1223018 + CVE-2024-26845). +- commit 6b81c05 + +------------------------------------------------------------------- +Fri Jun 7 16:21:13 CEST 2024 - vkarasulli@suse.de + +- iommu: mtk: fix module autoloading (git-fixes). +- commit 50334e4 + +------------------------------------------------------------------- +Fri Jun 7 15:12:04 CEST 2024 - vkarasulli@suse.de + +- iommu/amd: Enhance def_domain_type to handle untrusted device + (git-fixes). +- commit 9d0dd7f + +------------------------------------------------------------------- +Fri Jun 7 15:05:55 CEST 2024 - vkarasulli@suse.de + +- iommu: Undo pasid attachment only for the devices that have + succeeded (git-fixes). +- commit 4de170c + +------------------------------------------------------------------- +Fri Jun 7 15:03:38 CEST 2024 - davide.benini@suse.com + +- net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() + (CVE-2024-35892 bsc#1224515). +- commit e8fcaf3 + +------------------------------------------------------------------- +Fri Jun 7 13:57:12 CEST 2024 - jdelvare@suse.de + +- eeprom: at24: fix memory corruption race condition (bsc#1224612 + CVE-2024-35848). +- commit 269cd6c + +------------------------------------------------------------------- +Fri Jun 7 13:43:05 CEST 2024 - davide.benini@suse.com + +- udp: do not accept non-tunnel GSO skbs landing in a tunnel + (CVE-2024-35884 bsc#1224520). +- commit 78d5dd0 + +------------------------------------------------------------------- +Fri Jun 7 13:08:42 CEST 2024 - davide.benini@suse.com + +- Kabi workaround for icmp: prevent possible NULL dereferences from + icmp_build_probe() (CVE-2024-35857 bsc#1224619). +- icmp: prevent possible NULL dereferences from icmp_build_probe() + (CVE-2024-35857 bsc#1224619). +- commit fa789e3 + +------------------------------------------------------------------- +Thu Jun 6 23:53:41 CEST 2024 - krisman@suse.de + +- io_uring/net: correct the type of variable (git-fixes). +- commit 91963e3 + +------------------------------------------------------------------- +Thu Jun 6 15:39:34 CEST 2024 - shung-hsi.yu@suse.com + +- sock_map: avoid race between sock_map_close and sk_psock_put + (bsc#1225475 CVE-2023-52735). +- commit 71eeba4 + +------------------------------------------------------------------- +Thu Jun 6 12:52:35 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-dwc2-fix-possible-NULL-pointer-dereference-cause.patch + (CVE-2023-52855 bsc#1225583). + Adding references +- commit 4b5e987 + +------------------------------------------------------------------- +Thu Jun 6 09:32:09 CEST 2024 - denis.kirjanov@suse.com + +- net: preserve kabi for sk_buff (CVE-2024-26921 bsc#1223138). +- commit 7bf5961 + +------------------------------------------------------------------- +Thu Jun 6 09:29:40 CEST 2024 - denis.kirjanov@suse.com + +- inet: inet_defrag: prevent sk release while still in use + (CVE-2024-26921 bsc#1223138). +- commit 2016faf + +------------------------------------------------------------------- +Thu Jun 6 00:27:26 CEST 2024 - tonyj@suse.de + +- perf ui browser: Avoid SEGV on title (git fixes). +- commit 1578c22 + +------------------------------------------------------------------- +Wed Jun 5 20:40:13 CEST 2024 - tonyj@suse.de + +- perf pmu: Count sys and cpuid JSON events separately (git + fixes). +- perf stat: Don't display metric header for non-leader uncore + events (git-fixes). +- perf daemon: Fix file leak in daemon_session__control + (git-fixes). +- perf symbols: Fix ownership of string in dso__load_vmlinux() + (git-fixes). +- perf thread: Fixes to thread__new() related to initializing comm + (git-fixes). +- perf report: Avoid SEGV in report__setup_sample_type() + (git-fixes). +- perf ui browser: Don't save pointer to stack memory (git-fixes). +- perf bench internals inject-build-id: Fix trap divide when + collecting just one DSO (git-fixes). +- perf intel-pt: Fix unassigned instruction op (discovered by + MemorySanitizer) (git-fixes). +- perf test shell arm_coresight: Increase buffer size for + Coresight basic tests (git-fixes). +- perf docs: Document bpf event modifier (git-fixes). +- perf bench uprobe: Remove lib64 from libc.so.6 binary path + (git-fixes). +- perf record: Fix debug message placement for test consumption + (git-fixes). +- perf tests: Apply attributes to all events in object code + reading test (git-fixes). +- perf tests: Make "test data symbol" more robust on Neoverse N1 + (git-fixes). +- perf annotate: Fix annotation_calc_lines() to pass correct + address to get_srcline() (git-fixes). +- perf stat: Do not fail on metrics on s390 z/VM systems + (git-fixes). +- perf sched timehist: Fix -g/--call-graph option failure + (git-fixes). +- perf annotate: Get rid of duplicate --group option item + (git-fixes). +- perf probe: Add missing libgen.h header needed for using + basename() (git-fixes). +- perf record: Delete session after stopping sideband thread + (git-fixes). +- perf auxtrace: Fix multiple use of --itrace option (git-fixes). +- perf script: Show also errors for --insn-trace option + (git-fixes). +- perf lock contention: Add a missing NULL check (git-fixes). +- perf vendor events amd: Fix Zen 4 cache latency events + (git-fixes). +- libperf evlist: Avoid out-of-bounds access (git-fixes). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (git-fixes). +- perf print-events: make is_event_supported() more robust + (git-fixes). +- perf list: fix short description for some cache events + (git-fixes). +- perf metric: Don't remove scale from counts (git-fixes). +- perf stat: Avoid metric-only segv (git-fixes). +- perf expr: Fix "has_event" function for metric style events + (git-fixes). +- perf srcline: Add missed addr2line closes (git-fixes). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (git-fixes). +- perf bpf: Clean up the generated/copied vmlinux.h (git-fixes). +- perf jevents: Drop or simplify small integer values (git-fixes). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (git-fixes). +- perf pmu: Treat the msr pmu as software (git-fixes). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (git-fixes). +- perf record: Fix possible incorrect free in + record__switch_output() (git-fixes). +- perf vendor events amd: Add Zen 4 memory controller events + (git-fixes). +- perf top: Uniform the event name for the hybrid machine + (git-fixes). +- perf top: Use evsel's cpus to replace user_requested_cpus + (git-fixes). +- commit a1f9340 + +------------------------------------------------------------------- +Wed Jun 5 19:00:50 CEST 2024 - jack@suse.cz + +- nfs: Bump default write congestion size (bsc#1218442). +- commit 563bd84 + +------------------------------------------------------------------- +Wed Jun 5 18:57:05 CEST 2024 - jack@suse.cz + +- nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442). +- commit 1092c12 + +------------------------------------------------------------------- +Wed Jun 5 17:11:18 CEST 2024 - dsterba@suse.com + +- blacklist.conf: remove fix for CVE-2024-35956 bsc#1224674, not applicable +- Delete patches.suse/btrfs-qgroup-fix-qgroup-prealloc-rsv-leak-in-subvolu.patch. + Quoting bsc#1225945#c11: + "So the upstream 6.5 kernel commit (1b53e51a4a8f ("btrfs: don't commit + transaction for every subvol create") + ) was never backported to SLE, so that fix eb96e221937a ("btrfs: fix + unwritten extent buffer after snapshotting a new subvolume") was never + backported." +- commit d947258 + +------------------------------------------------------------------- +Wed Jun 5 14:58:19 CEST 2024 - oneukum@suse.com + +- crypto: iaa - Fix async_disable descriptor leak (CVE-2024-35926 + bsc#1224655). +- commit c5d6a9b + +------------------------------------------------------------------- +Wed Jun 5 13:38:58 CEST 2024 - shung-hsi.yu@suse.com + +- xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING + (bsc#1224575 CVE-2024-35976). +- commit 794d5e8 + +------------------------------------------------------------------- +Wed Jun 5 12:16:36 CEST 2024 - shung-hsi.yu@suse.com + +- bpf, skmsg: Fix NULL pointer dereference in + sk_psock_skb_ingress_enqueue (bsc#1225761 CVE-2024-36938). +- commit 2f2e817 + +------------------------------------------------------------------- +Wed Jun 5 11:15:56 CEST 2024 - davide.benini@suse.com + +- ipv4: check for NULL idev in ip_route_use_hint() + (CVE-2024-36008 bsc#1224540) +- commit d751eb5 + +------------------------------------------------------------------- +Tue Jun 4 20:14:17 CEST 2024 - ematsumiya@suse.de + +- smb3: fix lock ordering potential deadlock in + cifs_sync_mid_result (bsc#1225172, bsc#1224549, CVE-2024-35998). +- commit 98bfec0 + +------------------------------------------------------------------- +Tue Jun 4 20:13:35 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential deadlock when releasing mids + (bsc#1225172, bsc#1225548, CVE-2023-52757). +- commit 1b322a8 + +------------------------------------------------------------------- +Tue Jun 4 12:28:46 CEST 2024 - davide.benini@suse.com + +- blacklist.conf: add d380ce70058a4ccddc3e5f5c2063165dc07672c6 + netrom: Fix data-races around sysctl_net_busy_read + (CVE-2024-27419 bsc#1224759) +- commit 1fe217c + +------------------------------------------------------------------- +Tue Jun 4 12:01:21 CEST 2024 - iivanov@suse.de + +- octeontx2-af: avoid off-by-one read from userspace (bsc#1225762 CVE-2024-36957) +- commit d3dcfbb + +------------------------------------------------------------------- +Mon Jun 3 20:51:18 CEST 2024 - krisman@suse.de + +- kabi/severities: Ignore io_uring internal symbols +- commit 0e91c09 + +------------------------------------------------------------------- +Mon Jun 3 20:07:57 CEST 2024 - tonyj@suse.de + +- perf/x86: Fix out of range data (git-fixes). +- perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last + PEBS event (git-fixes). +- perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes). +- commit 664d77f + +------------------------------------------------------------------- +Mon Jun 3 19:14:40 CEST 2024 - ematsumiya@suse.de + +- cifs: failure to add channel on iface should bump up weight + (git-fixes, bsc#1225172). +- commit 007b237 + +------------------------------------------------------------------- +Mon Jun 3 19:14:26 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix parsing of SMB3.1.1 POSIX create context + (git-fixes, bsc#1225172). +- commit 5f27f69 + +------------------------------------------------------------------- +Mon Jun 3 19:14:13 CEST 2024 - ematsumiya@suse.de + +- Revert "cifs: reconnect work should have reference on server + struct" (git-fixes, bsc#1225172). +- commit 3ca4c0c + +------------------------------------------------------------------- +Mon Jun 3 19:13:59 CEST 2024 - ematsumiya@suse.de + +- cifs: fix leak of iface for primary channel (git-fixes, + bsc#1225172). +- commit b7eb8e8 + +------------------------------------------------------------------- +Mon Jun 3 19:13:45 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix mount when dns_resolver key is not available + (git-fixes, bsc#1225172). +- commit 28edb5c + +------------------------------------------------------------------- +Mon Jun 3 15:46:18 CEST 2024 - dwagner@suse.de + +- scsi: lpfc: Copyright updates for 14.4.0.2 patches + (bsc#1225842). +- scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842). +- scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842). +- scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask + (bsc#1225842). + Refresh: + - patches.suse/lpfc-reintroduce-old-irq-probe-logic.patch +- scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list + (bsc#1225842). +- scsi: lpfc: Clear deferred RSCN processing flag when driver + is unloading (bsc#1225842). +- scsi: lpfc: Update logging of protection type for T10 DIF I/O + (bsc#1225842). +- scsi: lpfc: Change default logging level for unsolicited CT + MIB commands (bsc#1225842). +- commit 5a56384 + +------------------------------------------------------------------- +Mon Jun 3 15:25:22 CEST 2024 - dwagner@suse.de + +- nvmet: fix ns enable/disable possible hang (git-fixes). +- nvme-multipath: fix io accounting on failover (git-fixes). +- nvme: fix multipath batched completion accounting (git-fixes). +- commit ed3b392 + +------------------------------------------------------------------- +Mon Jun 3 14:06:08 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/ALSA-hda-intel-sdw-acpi-fix-usage-of-device_get_name.patch + (git-fixes CVE-2024-36955). +- Update + patches.suse/ARM-9381-1-kasan-clear-stale-stack-poison.patch + (git-fixes bsc#1225715 CVE-2024-36906). +- Update + patches.suse/Bluetooth-HCI-Fix-potential-null-ptr-deref.patch + (git-fixes bsc#1225579 CVE-2024-36011). +- Update + patches.suse/Bluetooth-L2CAP-Fix-slab-use-after-free-in-l2cap_con.patch + (git-fixes bsc#1225578 CVE-2024-36013). +- Update + patches.suse/Bluetooth-msft-fix-slab-use-after-free-in-msft_do_cl.patch + (git-fixes bsc#1225502 CVE-2024-36012). +- Update + patches.suse/Bluetooth-qca-add-missing-firmware-sanity-checks.patch + (git-fixes bsc#1225722 CVE-2024-36880). +- Update + patches.suse/Bluetooth-qca-fix-firmware-check-error-path.patch + (git-fixes CVE-2024-36942). +- Update + patches.suse/Bluetooth-qca-fix-info-leak-when-fetching-fw-build-i.patch + (git-fixes bsc#1225720 CVE-2024-36032). +- Update + patches.suse/KVM-x86-mmu-Write-protect-L2-SPTEs-in-TDP-MMU-when-c.patch + (git-fixes bsc#1223749 CVE-2024-26990). +- Update + patches.suse/KVM-x86-pmu-Disable-support-for-adaptive-PEBS.patch + (git-fixes bsc#1223692 CVE-2024-26992). +- Update + patches.suse/Reapply-drm-qxl-simplify-qxl_fence_wait.patch + (stable-fixes CVE-2024-36944). +- Update + patches.suse/USB-core-Fix-access-violation-during-port-device-rem.patch + (git-fixes bsc#1225734 CVE-2024-36896). +- Update + patches.suse/amd-amdkfd-sync-all-devices-to-wait-all-processes-be.patch + (stable-fixes CVE-2024-36949). +- Update patches.suse/bpf-Check-bloom-filter-map-value-size.patch + (bsc#1224488 CVE-2024-35905 bsc#1225766 CVE-2024-36918). +- Update + patches.suse/clk-sunxi-ng-h6-Reparent-CPUX-during-PLL-CPUX-rate-c.patch + (git-fixes bsc#1225692 CVE-2023-52882). +- Update + patches.suse/cxl-pci-Fix-disabling-memory-if-DVSEC-CXL-Range-does.patch + (git-fixes CVE-2024-26761). +- Update + patches.suse/drm-amd-display-Atom-Integrated-System-Info-v2_2-for.patch + (stable-fixes bsc#1225735 CVE-2024-36897). +- Update + patches.suse/drm-amd-pm-fixes-a-random-hang-in-S4-for-SMU-v13.0.4.patch + (stable-fixes bsc#1225705 CVE-2024-36026). +- Update + patches.suse/drm-amdkfd-range-check-cp-bad-op-exception-interrupt.patch + (stable-fixes CVE-2024-36951). +- Update + patches.suse/drm-arm-malidp-fix-a-possible-null-pointer-dereferen.patch + (git-fixes bsc#1225593 CVE-2024-36014). +- Update + patches.suse/drm-nouveau-firmware-Fix-SG_DEBUG-error-with-nvkm_fi.patch + (stable-fixes bsc#1225728 CVE-2024-36885). +- Update + patches.suse/efi-unaccepted-touch-soft-lockup-during-memory-accept.patch + (git-fixes bsc#1225773 CVE-2024-36936). +- Update + patches.suse/firewire-ohci-mask-bus-reset-interrupts-between-ISR-.patch + (stable-fixes CVE-2024-36950). +- Update patches.suse/gpiolib-cdev-fix-uninitialised-kfifo.patch + (git-fixes bsc#1225736 CVE-2024-36898). +- Update + patches.suse/i40e-fix-vf-may-be-used-uninitialized-in-this-functi.patch + (git-fixes bsc#1225698 CVE-2024-36020). +- Update + patches.suse/maple_tree-fix-mas_empty_area_rev-null-pointer-deref.patch + (git-fixes bsc#1225710 CVE-2024-36891). +- Update + patches.suse/mm-slab-make-__free-kfree-accept-error-pointers.patch + (git-fixes bsc#1225714 CVE-2024-36890). +- Update + patches.suse/mmc-sdhci-msm-pervent-access-to-suspended-controller.patch + (git-fixes bsc#1225708 CVE-2024-36029). +- Update + patches.suse/net-hns3-fix-kernel-crash-when-devlink-reload-during.patch + (git-fixes bsc#1225699 CVE-2024-36021). +- Update + patches.suse/nouveau-dmem-handle-kcalloc-allocation-failure.patch + (git-fixes CVE-2024-26943). +- Update + patches.suse/nouveau-uvmm-fix-addr-range-calcs-for-remap-operatio.patch + (git-fixes bsc#1225694 CVE-2024-36018). +- Update + patches.suse/pinctrl-core-delete-incorrect-free-in-pinctrl_enable.patch + (git-fixes CVE-2024-36940). +- Update + patches.suse/pinctrl-devicetree-fix-refcount-leak-in-pinctrl_dt_t.patch + (git-fixes CVE-2024-36959). +- Update + patches.suse/ppdev-Add-an-error-check-in-register_device.patch + (git-fixes bsc#1225640 CVE-2024-36015). +- Update patches.suse/qibfs-fix-dentry-leak.patch (git-fixes + CVE-2024-36947). +- Update + patches.suse/regmap-maple-Fix-cache-corruption-in-regcache_maple_.patch + (git-fixes bsc#1225695 CVE-2024-36019). +- Update + patches.suse/s390-cio-Ensure-the-copied-buf-is-NUL-terminated.patch + (git-fixes bsc#1223869 bsc#1225747 CVE-2024-36931). +- Update + patches.suse/s390-qeth-Fix-kernel-panic-after-setting-hsuid.patch + (git-fixes bsc#1223874 bsc#1225775 CVE-2024-36928). +- Update + patches.suse/scsi-qla2xxx-Fix-off-by-one-in-qla_edif_app_getstats.patch + (git-fixes bsc#1225704 CVE-2024-36025). +- Update + patches.suse/spi-fix-null-pointer-dereference-within-spi_sync.patch + (git-fixes CVE-2024-36930). +- Update + patches.suse/swiotlb-Fix-double-allocation-of-slots-due-to-broken-alignment-handling.patch + (bsc#1224331 bsc#1224602 CVE-2024-35814). +- Update + patches.suse/tty-n_gsm-fix-possible-out-of-bounds-in-gsm0_receive.patch + (git-fixes bsc#1225642 CVE-2024-36016). +- Update + patches.suse/usb-gadget-f_fs-Fix-race-between-aio_cancel-and-AIO-.patch + (git-fixes bsc#1225749 CVE-2024-36894). +- Update + patches.suse/usb-gadget-uvc-use-correct-buffer-size-when-parsing-.patch + (git-fixes bsc#1225750 CVE-2024-36895). +- Update + patches.suse/usb-typec-tcpm-Check-for-port-partner-validity-befor.patch + (git-fixes bsc#1225748 CVE-2024-36893). +- Update + patches.suse/wifi-iwlwifi-mvm-guard-against-invalid-STA-ID-on-rem.patch + (stable-fixes bsc#1225769 CVE-2024-36921). +- Update + patches.suse/wifi-iwlwifi-read-txq-read_ptr-under-lock.patch + (stable-fixes CVE-2024-36922). +- Update + patches.suse/wifi-nl80211-don-t-free-NULL-coalescing-rule.patch + (git-fixes CVE-2024-36941). +- Update + patches.suse/x86-efistub-Call-mixed-mode-boot-services-on-the-firmware-.patch + (git-fixes bsc#1224742 CVE-2024-35803). +- commit 539780f + +------------------------------------------------------------------- +Mon Jun 3 13:25:29 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries/lparcfg: drop error message from guest name + lookup (bsc#1187716 ltc#193451 git-fixes). +- commit ceab637 + +------------------------------------------------------------------- +Mon Jun 3 13:19:17 CEST 2024 - msuchanek@suse.de + +- blacklist.conf: PPC fsl_msi is not used +- commit ae6590d + +------------------------------------------------------------------- +Mon Jun 3 13:03:27 CEST 2024 - msuchanek@suse.de + +- powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869). +- powerpc/uaccess: Fix build errors seen with GCC 13/14 + (bsc#1194869). +- commit 46b5d84 + +------------------------------------------------------------------- +Mon Jun 3 10:20:30 CEST 2024 - shung-hsi.yu@suse.com + +- Add reference to L3 bsc#1225765 in BPF control flow graph and precision backtrack fixes (bsc#1225756) + The L3 bsc#1225765 was created seperately since our customer requires + PTF. +- Update patches.suse/bpf-fix-precision-backtracking-instruction-iteration.patch +- Update patches.suse/bpf-handle-ldimm64-properly-in-check_cfg.patch +- Update patches.suse/selftests-bpf-add-edge-case-backtracking-logic-test.patch +- Update patches.suse/selftests-bpf-precision-tracking-test-for-BPF_NEG-an.patch +- commit 054635e + +------------------------------------------------------------------- +Mon Jun 3 01:12:20 CEST 2024 - mkubecek@suse.cz + +- netfilter: nf_tables: release mutex after nft_gc_seq_end from + abort path (CVE-2024-26925 bsc#1223390). +- commit 578a709 + +------------------------------------------------------------------- +Mon Jun 3 01:11:15 CEST 2024 - mkubecek@suse.cz + +- series.conf: cleanup + Fix subsection header to silence series_insert error. +- commit 4628dc3 + +------------------------------------------------------------------- +Sat Jun 1 10:18:30 CEST 2024 - tiwai@suse.de + +- ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). +- ALSA: ump: Set default protocol when not given explicitly + (git-fixes). +- ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). +- ALSA: core: Remove debugfs at disconnection (git-fixes). +- commit f8e0906 + +------------------------------------------------------------------- +Sat Jun 1 10:14:34 CEST 2024 - tiwai@suse.de + +- drm/panel: sitronix-st7789v: fix display size for + jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: tweak timing for + jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 + panel (git-fixes). +- dma-buf/sw-sync: don't enable IRQ from sync_print_obj() + (git-fixes). +- Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 + devices" (stable-fixes). +- drm/amd/display: Enable colorspace property for MST connectors + (git-fixes). +- drm/i915: Fix audio component initialization (git-fixes). +- drm/i915/dpt: Make DPT object unshrinkable (git-fixes). +- drm/i915/gt: Fix CCS id's calculation for CCS mode setting + (git-fixes). +- drm/i915/guc: avoid FIELD_PREP warning (git-fixes). +- drm/i915/gt: Disarm breadcrumbs if engines are already idle + (git-fixes). +- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) + (git-fixes). +- hwmon: (shtc1) Fix property misspelling (git-fixes). +- hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board + power sensor (git-fixes). +- spi: stm32: Don't warn about spurious interrupts (git-fixes). +- spi: Don't mark message DMA mapped when no transfer in it is + (git-fixes). +- dma-mapping: benchmark: handle NUMA_NO_NODE correctly + (git-fixes). +- dma-mapping: benchmark: fix node id validation (git-fixes). +- ALSA: seq: ump: Fix swapped song position pointer data + (git-fixes). +- ASoC: SOF: ipc4-topology: Fix input format query of process + modules without base extension (git-fixes). +- ALSA: seq: Fix yet another spot for system message conversion + (git-fixes). +- ALSA: ump: Don't accept an invalid UMP protocol number + (git-fixes). +- ALSA: ump: Don't clear bank selection after sending a program + change (git-fixes). +- ALSA: seq: Fix incorrect UMP type for system messages + (git-fixes). +- ALSA: seq: Don't clear bank selection at event -> UMP MIDI2 + conversion (git-fixes). +- ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP + conversion (git-fixes). +- ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp + (git-fixes). +- docs: netdev: Fix typo in Signed-off-by tag (git-fixes). +- net: usb: smsc95xx: fix changing LED_SEL bit value updated + from EEPROM (git-fixes). +- net: phy: micrel: set soft_reset callback to genphy_soft_reset + for KSZ8061 (git-fixes). +- commit e5505a5 + +------------------------------------------------------------------- +Sat Jun 1 10:09:27 CEST 2024 - tiwai@suse.de + +- Add alt-commit to a nouveau patch +- commit 0024d10 + +------------------------------------------------------------------- +Fri May 31 19:39:48 CEST 2024 - dsterba@suse.com + +- 9p: add missing locking around taking dentry fid list (git-fixes) +- commit 581af2d + +------------------------------------------------------------------- +Fri May 31 18:08:13 CEST 2024 - dsterba@suse.com + +- blacklist.conf: only a VFS cleanup +- commit f4a0ca8 + +------------------------------------------------------------------- +Fri May 31 18:00:27 CEST 2024 - dsterba@suse.com + +- blacklist.conf: openpromfs not built +- commit 475ff82 + +------------------------------------------------------------------- +Fri May 31 17:58:22 CEST 2024 - dsterba@suse.com + +- ecryptfs: Fix buffer size for tag 66 packet (git-fixes) +- commit 17aae28 + +------------------------------------------------------------------- +Fri May 31 17:18:32 CEST 2024 - davide.benini@suse.com + +- llc: call sock_orphan() at release time + (CVE-2024-26625 bsc#1221086) +- commit fe6bd4d + +------------------------------------------------------------------- +Fri May 31 17:18:11 CEST 2024 - dsterba@suse.com + +- fs/9p: translate O_TRUNC into OTRUNC (git-fixes) +- commit e03e9a5 + +------------------------------------------------------------------- +Fri May 31 17:14:43 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END + (git-fixes). +- commit e824dba + +------------------------------------------------------------------- +Fri May 31 17:14:08 CEST 2024 - dsterba@suse.com + +- fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) +- commit ebd0dc6 + +------------------------------------------------------------------- +Fri May 31 17:11:23 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: precision tracking test for BPF_NEG and BPF_END + (bsc#1225756). +- commit a410d73 + +------------------------------------------------------------------- +Fri May 31 17:08:22 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: add edge case backtracking logic test + (bsc#1225756). +- bpf: fix precision backtracking instruction iteration + (bsc#1225756). +- bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). +- commit 9cbb99b + +------------------------------------------------------------------- +Fri May 31 16:48:47 CEST 2024 - dsterba@suse.com + +- blacklist.conf: remove add and revert patch pair +- commit f17fe30 + +------------------------------------------------------------------- +Fri May 31 16:41:07 CEST 2024 - dsterba@suse.com + +- fs: indicate request originates from old mount API (git-fixes) +- commit 0754468 + +------------------------------------------------------------------- +Fri May 31 16:38:52 CEST 2024 - dsterba@suse.com + +- blacklist.conf: only comment fix +- commit b912460 + +------------------------------------------------------------------- +Fri May 31 16:36:29 CEST 2024 - dsterba@suse.com + +- locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) +- commit 4c48f9f + +------------------------------------------------------------------- +Fri May 31 16:34:32 CEST 2024 - dsterba@suse.com + +- fs: Fix error checking for d_hash_and_lookup() (git-fixes) +- commit c90513f + +------------------------------------------------------------------- +Fri May 31 16:31:13 CEST 2024 - dwagner@suse.de + +- nvme-pci: Add quirk for broken MSIs (git-fixes). +- nvme: fix warn output about shared namespaces without + CONFIG_NVME_MULTIPATH (git-fixes). +- drivers/nvme: Add quirks for device 126f:2262 (git-fixes). +- commit fff60eb + +------------------------------------------------------------------- +Fri May 31 16:05:29 CEST 2024 - dwagner@suse.de + +- Update + patches.suse/nvme-ensure-disabling-pairs-with-unquiesce.patch + (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535 + bsc#1224534). +- commit d9497f3 + +------------------------------------------------------------------- +Fri May 31 14:12:49 CEST 2024 - iivanov@suse.de + +- octeontx2-af: fix the double free in rvu_npc_freemem() (bsc#1225712 CVE-2024-36030) +- commit 294ca99 + +------------------------------------------------------------------- +Fri May 31 12:32:57 CEST 2024 - tbogendoerfer@suse.de + +- idpf: extend tx watchdog timeout (bsc#1224137). +- commit fbf0ed6 + +------------------------------------------------------------------- +Fri May 31 11:27:23 CEST 2024 - jgross@suse.com + +- kABI fix of KVM: x86/pmu: Allow programming events that match + unsupported arch events (bsc#1225696). +- Refresh + patches.suse/KVM-x86-pmu-Allow-programming-events-that-match-unsu.patch. +- commit 0e4ccf5 + +------------------------------------------------------------------- +Thu May 30 10:09:45 CEST 2024 - iivanov@suse.de + +- swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) +- commit c148fd3 + +------------------------------------------------------------------- +Thu May 30 09:03:10 CEST 2024 - davide.benini@suse.com + +- calipso: fix memory leak in netlbl_calipso_add_pass() + (CVE-2023-52698 bsc#1224621) +- commit 5fc90b9 + +------------------------------------------------------------------- +Thu May 30 07:29:06 CEST 2024 - jslaby@suse.cz + +- kabi/severities: ignore IMS functions + They were dropped in previous patches. Noone is supposed to use them. +- commit 494909c + +------------------------------------------------------------------- +Thu May 30 05:29:52 CEST 2024 - ematsumiya@suse.de + +- smb: client: set correct id, uid and cruid for multiuser + automounts (bsc#1223011, CVE-2024-26822). +- commit 6fce785 + +------------------------------------------------------------------- +Thu May 30 05:26:33 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential OOBs in smb2_parse_contexts() + (bsc#1220148, CVE-2023-52434). +- commit a00a7f6 + +------------------------------------------------------------------- +Wed May 29 19:16:39 CEST 2024 - colyli@suse.de + +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1223077, CVE-2024-26860). +- commit 29984e7 + +------------------------------------------------------------------- +Wed May 29 19:05:23 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: don't skip block groups with 100% zone unusable + (bsc#1220120). +- btrfs: don't refill whole delayed refs block reserve when + starting transaction (bsc#1220120). +- btrfs: add new unused block groups to the list of unused block + groups (bsc#1220120). +- btrfs: do not delete unused block group if it may be used soon + (bsc#1220120). +- btrfs: add and use helper to check if block group is used + (bsc#1220120). +- btrfs: always reserve space for delayed refs when starting + transaction (bsc#1220120). +- btrfs: stop doing excessive space reservation for csum deletion + (bsc#1220120). +- btrfs: remove pointless initialization at + btrfs_delayed_refs_rsv_release() (bsc#1220120). +- btrfs: reserve space for delayed refs on a per ref basis + (bsc#1220120). +- btrfs: allow to run delayed refs by bytes to be released + instead of count (bsc#1220120). +- btrfs: simplify check for extent item overrun at + lookup_inline_extent_backref() (bsc#1220120). +- btrfs: return -EUCLEAN if extent item is missing when searching + inline backref (bsc#1220120). +- btrfs: use a single variable for return value at + lookup_inline_extent_backref() (bsc#1220120). +- btrfs: use a single variable for return value at + run_delayed_extent_op() (bsc#1220120). +- btrfs: remove pointless 'ref_root' variable from + run_delayed_data_ref() (bsc#1220120). +- btrfs: initialize key where it's used when running delayed + data ref (bsc#1220120). +- btrfs: remove refs_to_drop argument from __btrfs_free_extent() + (bsc#1220120). +- btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() + (bsc#1220120). +- btrfs: remove the refcount warning/check at + btrfs_put_delayed_ref() (bsc#1220120). +- btrfs: remove unnecessary logic when running new delayed + references (bsc#1220120). +- btrfs: pass a space_info argument to + btrfs_reserve_metadata_bytes() (bsc#1220120). +- btrfs: log message if extent item not found when running + delayed extent op (bsc#1220120). +- btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() + (bsc#1220120). +- btrfs: move btrfs_free_excluded_extents() into block-group.c + (bsc#1220120). +- btrfs: open code trivial btrfs_add_excluded_extent() + (bsc#1220120). +- btrfs: make find_first_extent_bit() return a boolean + (bsc#1220120). +- btrfs: make btrfs_destroy_pinned_extent() return void + (bsc#1220120). +- btrfs: make btrfs_destroy_marked_extents() return void + (bsc#1220120). +- btrfs: rename add_new_free_space() to btrfs_add_new_free_space() + (bsc#1220120). +- btrfs: update documentation for add_new_free_space() + (bsc#1220120). +- commit 37b05cd + +------------------------------------------------------------------- +Wed May 29 18:24:54 CEST 2024 - nstange@suse.de + +- Refresh + patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch (bsc#1222771). + In preparation of enabling CONFIG_FIPS_SIGNATURE_SELFTEST, amend the + missing 'usage' argument in the pkcs7_validate_trust() invocation + from the PKCS#7 selftest. +- commit cfa0827 + +------------------------------------------------------------------- +Wed May 29 17:39:53 CEST 2024 - mbrugger@suse.com + +- blacklist.conf: arm: kernel does not support folios +- commit e0489ca + +------------------------------------------------------------------- +Wed May 29 17:23:53 CEST 2024 - pmladek@suse.com + +- printk: Let no_printk() use _printk() (bsc#1225618). +- commit 2abd745 + +------------------------------------------------------------------- +Wed May 29 17:04:32 CEST 2024 - pmladek@suse.com + +- printk: Update @console_may_schedule in + console_trylock_spinning() (bsc#1225616). +- commit e5e7ac5 + +------------------------------------------------------------------- +Wed May 29 16:43:37 CEST 2024 - mkoutny@suse.com + +- af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock + (CVE-2024-26676 bsc#1222380). +- af_unix: Don't peek OOB data without MSG_OOB (CVE-2024-26676 bsc#1222380). +- af_unix: Clear stale u->oob_skb (CVE-2024-26676 bsc#1222380). +- commit 7722c8d + +------------------------------------------------------------------- +Wed May 29 16:39:49 CEST 2024 - mkoutny@suse.com + +- af_unix: fix use-after-free in unix_stream_read_actor() + (CVE-2023-52772 bsc#1224989). +- commit 0f5ff3f + +------------------------------------------------------------------- +Wed May 29 16:37:13 CEST 2024 - nstange@suse.de + +- certs: Add ECDSA signature verification self-test (bsc#1222777). +- Port "certs: Add ECDSA signature verification self-test". +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_ECDSA. +- Refresh + 0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch: + trivial context update to Kconfig +- commit 7338b2e + +------------------------------------------------------------------- +Wed May 29 16:36:36 CEST 2024 - pmladek@suse.com + +- dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). +- commit 3d953e1 + +------------------------------------------------------------------- +Wed May 29 16:30:09 CEST 2024 - pmladek@suse.com + +- printk: Avoid non-panic CPUs writing to ringbuffer + (bsc#1225607). +- commit 9a41cad + +------------------------------------------------------------------- +Wed May 29 16:25:37 CEST 2024 - nstange@suse.de + +- certs: Move RSA self-test data to separate file (bsc#1222777). +- Port "certs: Move RSA self-test data to separate file". +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA. +- Refresh + patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch: + - trivial context update to Kconfig, + - account for changed pkcs7_validate_trust() callsite amended by + this refreshed patch. +- commit 248ad2a + +------------------------------------------------------------------- +Wed May 29 16:22:01 CEST 2024 - pmladek@suse.com + +- printk: Disable passing console lock owner completely during + panic() (bsc#1225607). +- commit a31a4d6 + +------------------------------------------------------------------- +Wed May 29 16:19:57 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1225607). +- commit 8be42db + +------------------------------------------------------------------- +Wed May 29 16:06:55 CEST 2024 - nstange@suse.de + +- Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771) +- commit 4ade1c7 + +------------------------------------------------------------------- +Wed May 29 15:50:37 CEST 2024 - pmladek@suse.com + +- printk: Wait for all reserved records with pr_flush() + (bsc#1225607). +- commit 4a07b6c + +------------------------------------------------------------------- +Wed May 29 15:35:37 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Cleanup reader terminology (bsc#1225607). +- commit b3f2a50 + +------------------------------------------------------------------- +Wed May 29 15:27:23 CEST 2024 - pmladek@suse.com + +- printk: Add this_cpu_in_panic() (bsc#1225607). +- commit 8afb830 + +------------------------------------------------------------------- +Wed May 29 15:21:57 CEST 2024 - pmladek@suse.com + +- printk: For @suppress_panic_printk check for other CPU in panic + (bsc#1225607). +- commit f2045e0 + +------------------------------------------------------------------- +Wed May 29 15:20:31 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Clarify special lpos values (bsc#1225607). +- commit d1338d8 + +------------------------------------------------------------------- +Wed May 29 15:17:37 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1225607). +- commit 1ea687c + +------------------------------------------------------------------- +Wed May 29 15:17:05 CEST 2024 - mkoutny@suse.com + +- prctl: generalize PR_SET_MDWE support check to be per-arch + (bsc#1225610). +- commit b86afe4 + +------------------------------------------------------------------- +Wed May 29 15:15:57 CEST 2024 - pmladek@suse.com + +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1225607). +- commit ea93856 + +------------------------------------------------------------------- +Wed May 29 15:14:03 CEST 2024 - pmladek@suse.com + +- printk: Adjust mapping for 32bit seq macros (bsc#1225607). +- commit e9e690d + +------------------------------------------------------------------- +Wed May 29 14:57:00 CEST 2024 - mkoutny@suse.com + +- blk-cgroup: fix list corruption from reorder of WRITE ->lqueued + (bsc#1225605). +- blk-cgroup: fix list corruption from resetting io stat + (bsc#1225605). +- commit c132bd3 + +------------------------------------------------------------------- +Wed May 29 14:56:41 CEST 2024 - pmladek@suse.com + +- printk: nbcon: Relocate 32bit seq macros (bsc#1225607). +- commit 6293dd4 + +------------------------------------------------------------------- +Wed May 29 14:47:13 CEST 2024 - pmladek@suse.com + +- printk: Rename abandon_console_lock_in_panic() to + other_cpu_in_panic() (bsc#1225607). +- commit 74aec78 + +------------------------------------------------------------------- +Wed May 29 14:42:32 CEST 2024 - pmladek@suse.com + +- printk: Consolidate console deferred printing (bsc#1225607). +- commit c45374f + +------------------------------------------------------------------- +Wed May 29 14:39:55 CEST 2024 - pmladek@suse.com + +- printk: Do not take console lock for console_flush_on_panic() + (bsc#1225607). +- commit ca5038f + +------------------------------------------------------------------- +Wed May 29 14:38:54 CEST 2024 - pmladek@suse.com + +- printk: Keep non-panic-CPUs out of console lock (bsc#1225607). +- commit 2d7bf36 + +------------------------------------------------------------------- +Wed May 29 14:24:43 CEST 2024 - pmladek@suse.com + +- printk: Reduce console_unblank() usage in unsafe scenarios + (bsc#1225607). +- commit 54eafaa + +------------------------------------------------------------------- +Wed May 29 13:45:07 CEST 2024 - pmladek@suse.com + +- livepatch: Fix missing newline character in + klp_resolve_symbols() (bsc#1223539). +- commit af0f908 + +------------------------------------------------------------------- +Wed May 29 13:33:07 CEST 2024 - pmladek@suse.com + +- blacklist.conf: workqueues: system-wide nr_active enforcement patchset; + not worth the risk (bsc#1225580) +- commit 059cebc + +------------------------------------------------------------------- +Wed May 29 13:28:17 CEST 2024 - shung-hsi.yu@suse.com + +- cpumap: Zero-initialise xdp_rxq_info struct before running + XDP program (bsc#1224718 CVE-2024-27431). +- commit fb7728a + +------------------------------------------------------------------- +Wed May 29 12:12:14 CEST 2024 - shung-hsi.yu@suse.com + +- kABI: bpf: struct bpf_link and bpf_link_ops kABI workaround + (bsc#1224531 CVE-2024-35860). +- commit 7744489 + +------------------------------------------------------------------- +Wed May 29 12:07:39 CEST 2024 - jslaby@suse.cz + +- Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support" + (git-fixes). +- Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()" (git-fixes). +- Revert "PCI/MSI: Provide stubs for IMS functions" (git-fixes). +- commit 0dc394b + +------------------------------------------------------------------- +Wed May 29 11:50:31 CEST 2024 - jslaby@suse.cz + +- ppdev: Add an error check in register_device (git-fixes). +- commit cfdb6a2 + +------------------------------------------------------------------- +Wed May 29 11:43:15 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: support deferring bpf_link dealloc to after RCU grace + period (bsc#1224531 CVE-2024-35860). +- bpf: put uprobe link's path and task in release callback + (bsc#1224531 CVE-2024-35860). +- commit a95dd44 + +------------------------------------------------------------------- +Wed May 29 11:25:39 CEST 2024 - jlee@suse.com + +- Bluetooth: ISO: Fix not validating setsockopt user input + (bsc#1224581 CVE-2024-35964). +- commit 9d49d44 + +------------------------------------------------------------------- +Wed May 29 11:06:17 CEST 2024 - pmladek@suse.com + +- blacklist.conf: workqueues: cosmetic; truncated names in ps output +- commit 2ed068f + +------------------------------------------------------------------- +Wed May 29 10:52:47 CEST 2024 - jlee@suse.com + +- Bluetooth: ISO: Add support for BT_PKT_STATUS (bsc#1224581 + CVE-2024-35964). +- commit cadac48 + +------------------------------------------------------------------- +Wed May 29 10:13:51 CEST 2024 - jlee@suse.com + +- Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic (bsc#1224581 + CVE-2024-35964). +- Refresh + patches.suse/Bluetooth-SCO-Fix-not-validating-setsockopt-user-inp.patch. +- commit 774d916 + +------------------------------------------------------------------- +Wed May 29 09:52:10 CEST 2024 - shung-hsi.yu@suse.com + +- bpf, sockmap: Prevent lock inversion deadlock in map delete elem + (bsc#1209657 CVE-2023-0160 bsc#1224511 CVE-2024-35895). +- commit fa3fb92 + +------------------------------------------------------------------- +Wed May 29 07:53:36 CEST 2024 - tiwai@suse.de + +- tpm_tis_spi: Account for SPI header when allocating TPM SPI + xfer buffer (git-fixes). +- commit 6d124e2 + +------------------------------------------------------------------- +Tue May 28 23:45:57 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_debug_files_proc_show() + (bsc#1225172, bsc#1223532, CVE-2024-26928). +- commit 1089c4a + +------------------------------------------------------------------- +Tue May 28 23:42:54 CEST 2024 - ematsumiya@suse.de + +- smb3: missing lock when picking channel (bsc#1225172, + bsc#1224550, CVE-2024-35999). +- commit d7be3a1 + +------------------------------------------------------------------- +Tue May 28 23:42:14 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in + cifs_signal_cifsd_for_reconnect() (bsc#1225172, bsc#1224766, + CVE-2024-35861). +- commit 0d45a76 + +------------------------------------------------------------------- +Tue May 28 23:41:36 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in smb2_is_network_name_deleted() + (bsc#1225172, bsc#1224764, CVE-2024-35862). +- commit 6632102 + +------------------------------------------------------------------- +Tue May 28 23:40:50 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in is_valid_oplock_break() + (bsc#1225172, bsc#1224763, CVE-2024-35863). +- commit 06c348c + +------------------------------------------------------------------- +Tue May 28 23:40:05 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in smb2_is_valid_oplock_break() + (bsc#1225172, bsc#1224668, CVE-2024-35865). +- commit 60bea5b + +------------------------------------------------------------------- +Tue May 28 23:39:26 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in smb2_is_valid_lease_break() + (bsc#1225172, bsc#1224765, CVE-2024-35864). +- commit 52cc8d8 + +------------------------------------------------------------------- +Tue May 28 23:38:40 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_stats_proc_show() + (bsc#1225172, bsc#1224664, CVE-2024-35867). +- commit 3a82d6a + +------------------------------------------------------------------- +Tue May 28 23:35:58 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_stats_proc_write() + (bsc#1225172, bsc#1224678, CVE-2024-35868). +- commit fb4bf4e + +------------------------------------------------------------------- +Tue May 28 23:35:08 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_dump_full_key() + (bsc#1225172, bsc#1224667, CVE-2024-35866). +- commit b0961fe + +------------------------------------------------------------------- +Tue May 28 23:33:25 CEST 2024 - ematsumiya@suse.de + +- smb: client: guarantee refcounted children from parent session + (bsc#1225172, bsc#1224679, CVE-2024-35869). +- commit 97642d2 + +------------------------------------------------------------------- +Tue May 28 23:32:40 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix UAF in smb2_reconnect_server() (bsc#1225172, + bsc#1224672, CVE-2024-35870). +- commit e205efa + +------------------------------------------------------------------- +Tue May 28 23:20:35 CEST 2024 - ematsumiya@suse.de + +- smb: Fix regression in writes when non-standard maximum write + size negotiated (bsc#1222464, CVE-2024-26692). +- commit 761be1f + +------------------------------------------------------------------- +Tue May 28 20:19:26 CEST 2024 - ematsumiya@suse.de + +- cifs: Fix writeback data corruption (bsc#1225172, + bsc#1223810, CVE-2024-27036). +- commit 75108cc + +------------------------------------------------------------------- +Tue May 28 20:07:48 CEST 2024 - ematsumiya@suse.de + +- cifs: Don't use certain unnecessary folio_*() functions + (bsc#1225172). +- commit 3ddf86f + +------------------------------------------------------------------- +Tue May 28 16:02:28 CEST 2024 - iivanov@suse.de + +- blacklist.conf: Ignore all devicetree schemes changes + We do not use them, so lets silence all git-fixes for them. +- commit 84a3286 + +------------------------------------------------------------------- +Tue May 28 13:34:20 CEST 2024 - nik.borisov@suse.com + +- x86/bpf: Fix IP after emitting call depth accounting (bsc#1224493 CVE-2024-35903). +- commit 1c0fa71 + +------------------------------------------------------------------- +Tue May 28 10:02:27 CEST 2024 - pjakobsson@suse.de + +- drm/amdgpu: Skip do PCI error slot reset during RAS recovery (CVE-2024-35931 bsc#1224652). +- commit 1dec1c9 + +------------------------------------------------------------------- +Tue May 28 08:15:44 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore TAS2781 symbol drop, it's only locally used +- commit f367fdb + +------------------------------------------------------------------- +Tue May 28 08:12:45 CEST 2024 - tiwai@suse.de + +- ASoC: tas2781: Fix wrong loading calibrated data sequence + (git-fixes). +- commit 5851e36 + +------------------------------------------------------------------- +Tue May 28 08:10:39 CEST 2024 - tiwai@suse.de + +- mm: page_owner: fix wrong information in dump_page_owner + (git-fixes). +- ALSA: scarlett2: Add missing error check to + scarlett2_config_save() (git-fixes). +- commit 4b2ccd1 + +------------------------------------------------------------------- +Tue May 28 06:53:34 CEST 2024 - jslaby@suse.cz + +- x86/mm/pat: fix VM_PAT handling in COW mappings (bsc#1224525 + CVE-2024-35877). +- commit 24cc941 + +------------------------------------------------------------------- +Tue May 28 01:53:00 CEST 2024 - krisman@suse.de + +- io_uring: fail NOP if non-zero op flags is passed in + (git-fixes). +- io_uring/net: fix sendzc lazy wake polling (git-fixes). +- io-wq: write next_work before dropping acct_lock (git-fixes). +- io_uring: use the right type for work_llist empty check + (git-fixes). +- io_uring/net: restore msg_control on sendzc retry (git-fixes). +- commit 92fcddd + +------------------------------------------------------------------- +Tue May 28 01:32:23 CEST 2024 - krisman@suse.de + +- io_uring/kbuf: hold io_buffer_list reference over mmap + (git-fixes bsc#1224523 CVE-2024-35880). +- io_uring/kbuf: protect io_buffer_list teardown with a reference + (git-fixes). + Reuses a padding space in the structure. +- io_uring/kbuf: get rid of bl->is_ready (git-fixes). +- io_uring/kbuf: get rid of lower BGID lists (git-fixes). + Including kabi preservation patch. +- io_uring/kbuf: rename is_mapped (git-fixes). +- commit 3037746 + +------------------------------------------------------------------- +Tue May 28 00:53:15 CEST 2024 - krisman@suse.de + +- io_uring: use private workqueue for exit work (git-fixes). +- io_uring/rw: don't allow multishot reads without NOWAIT support + (git-fixes). +- io_uring: clear opcode specific data for an early failure + (git-fixes). +- io_uring: fix poll_remove stalled req completion (git-fixes). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (git-fixes bsc#1224698 CVE-2024-35831). +- io_uring: clean rings on NO_MMAP alloc fail (git-fixes). +- io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry + (git-fixes). +- io_uring: don't save/restore iowait state (git-fixes). +- commit 289cc2c + +------------------------------------------------------------------- +Tue May 28 00:35:54 CEST 2024 - krisman@suse.de + +- io_uring: fix mshot io-wq checks (git-fixes). +- io_uring/net: correctly handle multishot recvmsg retry setup + (git-fixes). +- io_uring: fix io_queue_proc modifying req->flags (git-fixes). +- commit 78dda9b + +------------------------------------------------------------------- +Mon May 27 23:59:20 CEST 2024 - krisman@suse.de + +- io_uring: fix mshot read defer taskrun cqe posting (git-fixes). +- commit de73141 + +------------------------------------------------------------------- +Mon May 27 21:33:13 CEST 2024 - davide.benini@suse.com + +- ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr + (CVE-2024-35969 bsc#1224580) +- commit f419c6d + +------------------------------------------------------------------- +Mon May 27 20:45:38 CEST 2024 - tbogendoerfer@suse.de + +- mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash + work (CVE-2024-35852 bsc#1224502). +- mlxsw: spectrum_acl_tcam: Fix incorrect list API usage + (CVE-2024-36006 bsc#1224541). +- mlxsw: spectrum_acl_tcam: Fix warning during rehash + (CVE-2024-36007 bsc#1224543). +- commit 88a980b + +------------------------------------------------------------------- +Mon May 27 18:45:10 CEST 2024 - vkarasulli@suse.de + +- Revert "iommu/vt-d: Enable PCI/IMS" (git-fixes). +- commit f424462 + +------------------------------------------------------------------- +Mon May 27 18:39:43 CEST 2024 - vkarasulli@suse.de + +- Revert "iommu/amd: Enable PCI/IMS" (git-fixes). +- commit 278bf80 + +------------------------------------------------------------------- +Mon May 27 18:29:15 CEST 2024 - vkarasulli@suse.de + +- iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest + (git-fixes). +- commit 481f9bd + +------------------------------------------------------------------- +Mon May 27 18:26:02 CEST 2024 - fdmanana@suse.com + +- btrfs: avoid start and commit empty transaction when flushing + qgroups (bsc#1220120). +- btrfs: avoid start and commit empty transaction when starting + qgroup rescan (bsc#1220120). +- btrfs: avoid starting and committing empty transaction when + flushing space (bsc#1220120). +- btrfs: avoid starting new transaction when flushing delayed + items and refs (bsc#1220120). +- btrfs: merge find_free_dev_extent() and + find_free_dev_extent_start() (bsc#1220120). +- btrfs: make find_free_dev_extent() static (bsc#1220120). +- btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). +- btrfs: fail priority metadata ticket with real fs error + (bsc#1220120). +- btrfs: return real error when orphan cleanup fails due to a + transaction abort (bsc#1220120). +- btrfs: store the error that turned the fs into error state + (bsc#1220120). +- btrfs: don't steal space from global rsv after a transaction + abort (bsc#1220120). +- btrfs: print available space across all block groups when + dumping space info (bsc#1220120). +- btrfs: print available space for a block group when dumping + a space info (bsc#1220120). +- btrfs: print block group super and delalloc bytes when dumping + space info (bsc#1220120). +- btrfs: print target number of bytes when dumping free space + (bsc#1220120). +- btrfs: update comment for btrfs_join_transaction_nostart() + (bsc#1220120). +- commit b4554d4 + +------------------------------------------------------------------- +Mon May 27 18:11:48 CEST 2024 - vbabka@suse.cz + +- mm/secretmem: fix GUP-fast succeeding on secretmem folios + (CVE-2024-35872 bsc#1224530). +- commit 42a2f6f + +------------------------------------------------------------------- +Mon May 27 17:29:41 CEST 2024 - ematsumiya@suse.de + +- cifs: fix charset issue in reconnection (bsc#1225172). +- commit b4ea103 + +------------------------------------------------------------------- +Mon May 27 17:07:38 CEST 2024 - fdmanana@suse.com + +- btrfs: make btrfs_destroy_delayed_refs() return void + (bsc#1220120). +- btrfs: remove unnecessary prototype declarations at disk-io.c + (bsc#1220120). +- btrfs: use a single switch statement when initializing delayed + ref head (bsc#1220120). +- btrfs: use bool type for delayed ref head fields that are used + as booleans (bsc#1220120). +- btrfs: assert correct lock is held at btrfs_select_ref_head() + (bsc#1220120). +- btrfs: get rid of label and goto at insert_delayed_ref() + (bsc#1220120). +- btrfs: make insert_delayed_ref() return a bool instead of an + int (bsc#1220120). +- btrfs: use a bool to track qgroup record insertion when adding + ref head (bsc#1220120). +- btrfs: remove pointless in_tree field from struct + btrfs_delayed_ref_node (bsc#1220120). +- btrfs: remove unused is_head field from struct + btrfs_delayed_ref_node (bsc#1220120). +- btrfs: reorder some members of struct btrfs_delayed_ref_head + (bsc#1220120). +- commit 2e19466 + +------------------------------------------------------------------- +Mon May 27 16:12:29 CEST 2024 - dsterba@suse.com + +- btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations (CVE-2024-35956 bsc#1224674) +- commit 9bb0c20 + +------------------------------------------------------------------- +Mon May 27 16:07:17 CEST 2024 - dsterba@suse.com + +- Update patches.suse/btrfs-send-handle-path-ref-underflow-in-header-itera.patch (CVE-2024-35935 bsc#1224645) +- commit 5aa2b5a + +------------------------------------------------------------------- +Mon May 27 15:40:09 CEST 2024 - dsterba@suse.com + +- btrfs: make error messages more clear when getting a chunk map (git-fixes) +- commit 47ecf55 + +------------------------------------------------------------------- +Mon May 27 15:38:41 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: compilation warning fix +- commit 02490e2 + +------------------------------------------------------------------- +Mon May 27 15:37:02 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: code not built +- commit 5199fc3 + +------------------------------------------------------------------- +Mon May 27 15:29:06 CEST 2024 - dsterba@suse.com + +- btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) +- commit 907e740 + +------------------------------------------------------------------- +Mon May 27 15:26:23 CEST 2024 - petr.pavlu@suse.com + +- tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test + (git-fixes). +- commit 113163c + +------------------------------------------------------------------- +Mon May 27 15:25:37 CEST 2024 - dsterba@suse.com + +- btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) +- commit 4318f3e + +------------------------------------------------------------------- +Mon May 27 15:25:21 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix a race between readers and resize checks + (git-fixes). +- commit 568ebcf + +------------------------------------------------------------------- +Mon May 27 15:23:46 CEST 2024 - dsterba@suse.com + +- btrfs: add a helper to read the superblock metadata_uuid (git-fixes) +- commit 543d7b8 + +------------------------------------------------------------------- +Mon May 27 15:21:39 CEST 2024 - petr.pavlu@suse.com + +- ftrace: Fix possible use-after-free issue in ftrace_location() + (git-fixes). +- commit 4cf7fca + +------------------------------------------------------------------- +Mon May 27 15:20:36 CEST 2024 - petr.pavlu@suse.com + +- tracing: hide unused ftrace_event_id_fops (git-fixes). +- commit 61c90c7 + +------------------------------------------------------------------- +Mon May 27 15:19:03 CEST 2024 - petr.pavlu@suse.com + +- blacklist.conf: add not-relevant tracing commits +- commit b97c070 + +------------------------------------------------------------------- +Mon May 27 11:19:26 CEST 2024 - nik.borisov@suse.com + +- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). +- commit 1340b2d + +------------------------------------------------------------------- +Mon May 27 11:12:16 CEST 2024 - nik.borisov@suse.com + +- x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). +- commit 12dcb3a + +------------------------------------------------------------------- +Mon May 27 11:08:48 CEST 2024 - nik.borisov@suse.com + +- x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). +- commit 9d83518 + +------------------------------------------------------------------- +Mon May 27 11:08:27 CEST 2024 - nik.borisov@suse.com + +- x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). +- commit 2e5a312 + +------------------------------------------------------------------- +Mon May 27 11:07:16 CEST 2024 - nik.borisov@suse.com + +- x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). +- commit 453faa5 + +------------------------------------------------------------------- +Mon May 27 11:06:52 CEST 2024 - nik.borisov@suse.com + +- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). +- commit e894262 + +------------------------------------------------------------------- +Mon May 27 10:59:27 CEST 2024 - nik.borisov@suse.com + +- mm/slab: make __free(kfree) accept error pointers (git-fixes). +- commit 8b5f449 + +------------------------------------------------------------------- +Mon May 27 10:52:46 CEST 2024 - nik.borisov@suse.com + +- x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). +- commit fa1d89a + +------------------------------------------------------------------- +Mon May 27 09:54:37 CEST 2024 - jgross@suse.com + +- Update + patches.suse/virtio_net-Do-not-send-RSS-key-if-it-is-not-supporte.patch + (bsc#1224565, CVE-2024-35981). +- commit 50a448d + +------------------------------------------------------------------- +Mon May 27 09:52:27 CEST 2024 - jgross@suse.com + +- Update + patches.suse/KVM-x86-Mark-target-gfn-of-emulated-atomic-instructi.patch + (bsc#1224638, CVE-2024-35804). +- commit aac65c3 + +------------------------------------------------------------------- +Mon May 27 09:49:04 CEST 2024 - jgross@suse.com + +- Update + patches.suse/KVM-SVM-Flush-pages-under-kvm-lock-to-fix-UAF-in-svm.patch + (bsc#1224725, CVE-2024-35791). +- commit 80eb8d1 + +------------------------------------------------------------------- +Mon May 27 08:09:27 CEST 2024 - tiwai@suse.de + +- cxl/port: Fix delete_endpoint() vs parent unregistration race + (CVE-2023-52771 bsc#1225007). +- commit b115e15 + +------------------------------------------------------------------- +Sun May 26 09:46:10 CEST 2024 - tiwai@suse.de + +- i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during + start frame (git-fixes). +- commit cc09a8e + +------------------------------------------------------------------- +Sun May 26 09:45:48 CEST 2024 - tiwai@suse.de + +- kselftest: Add a ksft_perror() helper (stable-fixes). +- Refresh + patches.suse/selftests-timers-posix_timers-Reimplement-check_time.patch. +- commit f14f41c + +------------------------------------------------------------------- +Sun May 26 09:45:04 CEST 2024 - tiwai@suse.de + +- nilfs2: fix unexpected freezing of nilfs_segctor_sync() + (git-fixes). +- nilfs2: fix use-after-free of timer for log writer thread + (git-fixes). +- kasan, fortify: properly rename memintrinsics (git-fixes). +- i3c: master: svc: fix invalidate IBI type and miss call client + IBI handler (git-fixes). +- serial: kgdboc: Fix NMI-safety problems from keyboard reset code + (stable-fixes). +- drm/amd/display: Fix division by zero in setup_dsc_config + (stable-fixes). +- docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes). +- mmc: core: Add HS400 tuning in HS400es initialization + (stable-fixes). +- commit 0b2962b + +------------------------------------------------------------------- +Sun May 26 09:41:07 CEST 2024 - tiwai@suse.de + +- Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() + (git-fixes). +- commit 3e2fb47 + +------------------------------------------------------------------- +Sat May 25 08:35:21 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook + 440/460 G11 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with + ALC897 (stable-fixes). +- ALSA: usb-audio: Fix for sampling rates support for Mbox3 + (stable-fixes). +- ALSA: timer: Set lower bound of start tick time (stable-fixes). +- ALSA: usb-audio: Add sampling rates support for Mbox3 + (stable-fixes). +- commit ae40914 + +------------------------------------------------------------------- +Sat May 25 08:28:19 CEST 2024 - tiwai@suse.de + +- drm/nouveau: use tile_mode and pte_kind for VM_BIND bo + allocations (git-fixes). +- Input: cyapa - add missing input core locking to suspend/resume + functions (git-fixes). +- Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation + (git-fixes). +- Input: ims-pcu - fix printf string overflow (git-fixes). +- ASoC: tas2552: Add TX path for capturing AUDIO-OUT data + (git-fixes). +- ALSA: core: Fix NULL module pointer assignment at card init + (git-fixes). +- speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). +- serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using + prescaler (git-fixes). +- serial: 8250_bcm7271: use default_mux_rate if possible + (git-fixes). +- serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup + (git-fixes). +- tty: n_gsm: fix missing receive state reset after mode switch + (git-fixes). +- tty: n_gsm: fix possible out-of-bounds in gsm0_receive() + (git-fixes). +- commit be92dbc + +------------------------------------------------------------------- +Sat May 25 01:42:31 CEST 2024 - krisman@suse.de + +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (git-fixes CVE-2024-35827 bsc#1224606). +- commit e6510ec + +------------------------------------------------------------------- +Sat May 25 01:40:27 CEST 2024 - krisman@suse.de + +- io_uring/net: move receive multishot out of the generic msghdr + path (git-fixes). +- commit 98302d6 + +------------------------------------------------------------------- +Sat May 25 01:38:57 CEST 2024 - krisman@suse.de + +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (git-fixes). +- commit 8bed9be + +------------------------------------------------------------------- +Sat May 25 01:33:04 CEST 2024 - ematsumiya@suse.de + +- cifs: handle cases where multiple sessions share connection + (bsc#1225172). +- commit 6704757 + +------------------------------------------------------------------- +Sat May 25 01:32:51 CEST 2024 - ematsumiya@suse.de + +- smb3: show beginning time for per share stats (bsc#1225172). +- commit 9dab491 + +------------------------------------------------------------------- +Sat May 25 01:32:38 CEST 2024 - ematsumiya@suse.de + +- cifs: cifs_chan_is_iface_active should be called with chan_lock + held (bsc#1225172). +- commit 7f878c6 + +------------------------------------------------------------------- +Sat May 25 01:32:24 CEST 2024 - ematsumiya@suse.de + +- cifs: do not pass cifs_sb when trying to add channels + (bsc#1225172). +- commit b48e89f + +------------------------------------------------------------------- +Sat May 25 01:32:10 CEST 2024 - ematsumiya@suse.de + +- smb: client: remove extra @chan_count check in + __cifs_put_smb_ses() (bsc#1225172). +- commit 58e3272 + +------------------------------------------------------------------- +Sat May 25 01:31:57 CEST 2024 - ematsumiya@suse.de + +- cifs: reconnect work should have reference on server struct + (bsc#1225172). +- commit f1bff59 + +------------------------------------------------------------------- +Sat May 25 01:31:44 CEST 2024 - ematsumiya@suse.de + +- cifs: handle cases where a channel is closed (bsc#1225172). +- commit c305501 + +------------------------------------------------------------------- +Sat May 25 01:31:30 CEST 2024 - ematsumiya@suse.de + +- smb: client: reduce stack usage in cifs_try_adding_channels() + (bsc#1225172). +- commit 16a3d64 + +------------------------------------------------------------------- +Sat May 25 01:31:17 CEST 2024 - ematsumiya@suse.de + +- smb: client: get rid of dfs code dep in namespace.c + (bsc#1225172). +- commit 658ebd6 + +------------------------------------------------------------------- +Sat May 25 01:31:04 CEST 2024 - ematsumiya@suse.de + +- smb: client: get rid of dfs naming in automount code + (bsc#1225172). +- commit b47e685 + +------------------------------------------------------------------- +Sat May 25 01:26:39 CEST 2024 - ematsumiya@suse.de + +- smb: client: rename cifs_dfs_ref.c to namespace.c (bsc#1225172). +- commit 429bc2d + +------------------------------------------------------------------- +Sat May 25 01:25:30 CEST 2024 - ematsumiya@suse.de + +- smb: client: ensure to try all targets when finding nested links + (bsc#1225172). +- commit b03bac4 + +------------------------------------------------------------------- +Sat May 25 01:25:17 CEST 2024 - ematsumiya@suse.de + +- smb: client: introduce DFS_CACHE_TGT_LIST() (bsc#1225172). +- commit f066846 + +------------------------------------------------------------------- +Sat May 25 01:25:04 CEST 2024 - ematsumiya@suse.de + +- cifs: account for primary channel in the interface list + (bsc#1225172). +- commit 28558fb + +------------------------------------------------------------------- +Sat May 25 01:24:50 CEST 2024 - ematsumiya@suse.de + +- cifs: distribute channels across interfaces based on speed + (bsc#1225172). +- commit 66db7c6 + +------------------------------------------------------------------- +Sat May 25 01:14:54 CEST 2024 - krisman@suse.de + +- io_uring: remove unconditional looping in local task_work + handling (git-fixes). +- commit 1df83aa + +------------------------------------------------------------------- +Sat May 25 01:08:35 CEST 2024 - krisman@suse.de + +- io_uring: remove looping around handling traditional task_work + (git-fixes). +- commit 6bdc394 + +------------------------------------------------------------------- +Fri May 24 20:33:36 CEST 2024 - tiwai@suse.de + +- dmaengine: dw-edma: eDMA: Add sync read before starting the + DMA transfer in remote setup (CVE-2024-27408 bsc#1224430). +- commit 26ca7a6 + +------------------------------------------------------------------- +Fri May 24 20:29:39 CEST 2024 - tiwai@suse.de + +- pmdomain: ti: Add a null pointer check to the + omap_prm_domain_init (CVE-2024-35943 bsc#1224649). +- commit 4abda58 + +------------------------------------------------------------------- +Fri May 24 20:27:11 CEST 2024 - tiwai@suse.de + +- media: mediatek: vcodec: Fix oops when HEVC init fails + (CVE-2024-35921 bsc#1224477). +- commit 7226612 + +------------------------------------------------------------------- +Fri May 24 18:18:36 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() + for hisi_hns3_pmu uninit process (CVE-2023-52860 bsc#1224936). +- commit f0f6842 + +------------------------------------------------------------------- +Fri May 24 18:15:40 CEST 2024 - tiwai@suse.de + +- kABI workaround for struct idxd_evl (CVE-2024-35991 + bsc#1224553). +- commit 4c82821 + +------------------------------------------------------------------- +Fri May 24 18:11:49 CEST 2024 - tiwai@suse.de + +- dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue + (CVE-2024-35991 bsc#1224553). +- commit bba26d6 + +------------------------------------------------------------------- +Fri May 24 16:30:01 CEST 2024 - mgorman@suse.de + +- sched/topology: Optimize topology_span_sane() (bsc#1225053). +- cpumask: Add for_each_cpu_from() (bsc#1225053). +- commit a6ca3d0 + +------------------------------------------------------------------- +Fri May 24 15:19:25 CEST 2024 - denis.kirjanov@suse.com + +- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during + rehash (CVE-2024-35854 bsc#1224636). +- commit 2a8bef6 + +------------------------------------------------------------------- +Fri May 24 14:10:08 CEST 2024 - davide.benini@suse.com + +- net: mctp: take ownership of skb in mctp_local_output + (CVE-2024-27418 bsc#1224720) +- commit afb99d9 + +------------------------------------------------------------------- +Fri May 24 13:54:38 CEST 2024 - davide.benini@suse.com + +- ipv6: fix potential "struct net" leak in inet6_rtm_getaddr() + (CVE-2024-27417 bsc#1224721) +- commit 4e68c84 + +------------------------------------------------------------------- +Fri May 24 09:07:32 CEST 2024 - tiwai@suse.de + +- regulator: bd71828: Don't overwrite runtime voltages + (git-fixes). +- nfc: nci: Fix handling of zero-length payload packets in + nci_rx_work() (git-fixes). +- nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). +- selftests: net: kill smcrouted in the cleanup logic in amt.sh + (git-fixes). +- tools/latency-collector: Fix -Wformat-security compile warns + (git-fixes). +- commit 3a26e1a + +------------------------------------------------------------------- +Fri May 24 06:14:35 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Protect against int overflow for stack access size + (bsc#1224488 CVE-2024-35905). +- bpf: Check bloom filter map value size (bsc#1224488 + CVE-2024-35905). +- commit 5fa3c11 + +------------------------------------------------------------------- +Fri May 24 03:31:46 CEST 2024 - krisman@suse.de + +- io_uring: drop any code related to SCM_RIGHTS (git-fixes + CVE-2023-52656 bsc#1224187). +- io_uring/unix: drop usage of io_uring socket (git-fixes). +- Refresh + patches.suse/fs-Rename-anon_inode_getfile_secure-and-anon_inode_getfd_secure. + Commit together because this required explicit merging with the + anonymous inode creation function change. Incldues kabi fix up. +- commit b304b67 + +------------------------------------------------------------------- +Fri May 24 02:11:16 CEST 2024 - neilb@suse.de + +- autofs: use wake_up() instead of wake_up_interruptible(() + (bsc#1224166). +- commit eb57c74 + +------------------------------------------------------------------- +Thu May 23 19:29:39 CEST 2024 - mwilck@suse.com + +- Update patches.suse/scsi-qedf-Wait-for-stag-work-during-unload.patch (bsc#1214852) +- Update patches.suse/scsi-qedf-Don-t-process-stag-work-during-unload.patch (bsc#1214852) +- commit 4cb5fde + +------------------------------------------------------------------- +Thu May 23 15:56:49 CEST 2024 - rgoldwyn@suse.com + +- Remove NTFSv3 from configs (bsc#1224429) + References: bsc#1224429 comment#3 + We only support fuse version of the NTFS-3g driver. Disable NTFSv3 from + all configs. + This was enabled in + d016c04d731 ("Bump to 6.4 kernel (jsc#PED-4593)") +- commit b4be251 + +------------------------------------------------------------------- +Thu May 23 14:51:16 CEST 2024 - mfranc@suse.cz + +- s390/ipl: Fix incorrect initialization of len fields in nvme + reipl block (git-fixes bsc#1225136). +- commit 273e6f4 + +------------------------------------------------------------------- +Thu May 23 14:48:04 CEST 2024 - mfranc@suse.cz + +- s390/ipl: Fix incorrect initialization of nvme dump block + (git-fixes bsc#1225134). +- commit 955c716 + +------------------------------------------------------------------- +Thu May 23 14:46:23 CEST 2024 - mfranc@suse.cz + +- s390/cpacf: Split and rework cpacf query functions (git-fixes + bsc#1225133). +- commit ee9583e + +------------------------------------------------------------------- +Thu May 23 14:42:45 CEST 2024 - mfranc@suse.cz + +- s390/bpf: Fix bpf_plt pointer arithmetic (git-fixes bsc#1224481 + CVE-2024-35917). +- commit 34e1a55 + +------------------------------------------------------------------- +Thu May 23 14:33:42 CEST 2024 - tiwai@suse.de + +- Move upstreamed mm patches into sorted section +- commit e3937f1 + +------------------------------------------------------------------- +Thu May 23 14:27:38 CEST 2024 - tiwai@suse.de + +- Move upstreamed powerpc patches into sorted section +- commit fdb5fa6 + +------------------------------------------------------------------- +Thu May 23 14:27:05 CEST 2024 - tiwai@suse.de + +- kABI workaround for cs35l56 (git-fixes). +- commit 331f8f7 + +------------------------------------------------------------------- +Thu May 23 14:24:16 CEST 2024 - tiwai@suse.de + +- ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails + (stable-fixes). +- Refresh + patches.suse/ASoC-SOF-Intel-mtl-Implement-firmware-boot-state-che.patch. +- commit 8e475f5 + +------------------------------------------------------------------- +Thu May 23 14:22:42 CEST 2024 - tiwai@suse.de + +- ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot + failed (git-fixes). +- ASoC: cs35l56: Prevent overwriting firmware ASP config + (git-fixes). +- commit 1a7f82c + +------------------------------------------------------------------- +Thu May 23 13:25:34 CEST 2024 - tiwai@suse.de + +- ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put() + (CVE-2023-52674 bsc#1224727). +- ALSA: scarlett2: Add missing error checks to *_ctl_get() + (CVE-2023-52680 bsc#1224608). +- ALSA: scarlett2: Add missing error check to + scarlett2_usb_set_config() (CVE-2023-52692 bsc#1224628). +- commit fff59c9 + +------------------------------------------------------------------- +Thu May 23 07:45:50 CEST 2024 - tiwai@suse.de + +- vmci: prevent speculation leaks by sanitizing event in + event_deliver() (git-fixes). +- VMCI: Fix an error handling path in vmci_guest_probe_device() + (git-fixes). +- VMCI: Fix possible memcpy() run-time warning in + vmci_datagram_invoke_guest_handler() (stable-fixes). +- VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() + (stable-fixes CVE-2024-35944 bsc#1224648). +- commit d9694ad + +------------------------------------------------------------------- +Thu May 23 07:42:55 CEST 2024 - tiwai@suse.de + +- spmi: hisi-spmi-controller: Do not override device identifier + (git-fixes). +- extcon: max8997: select IRQ_DOMAIN instead of depending on it + (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port + assignment (git-fixes). +- iio: pressure: dps310: support negative temperature values + (git-fixes). +- iio: adc: stm32: Fixing err code to not indicate success + (git-fixes). +- iio: core: Leave private pointer NULL when no private data + supplied (git-fixes). +- counter: linux/counter.h: fix Excess kernel-doc description + warning (git-fixes). +- staging: vt6655: Remove unused declaration of + RFbAL7230SelectChannelPostProcess() (git-fixes). +- serial: sh-sci: protect invalidating RXDMA on shutdown + (git-fixes). +- serial: sc16is7xx: add proper sched.h include for + sched_set_fifo() (git-fixes). +- serial: max3100: Fix bitwise types (git-fixes). +- serial: max3100: Update uart_driver_registered on driver removal + (git-fixes). +- serial: max3100: Lock port->lock when calling + uart_handle_cts_change() (git-fixes). +- usb: fotg210: Add missing kernel doc description (git-fixes). +- usb: typec: tipd: fix event checking for tps6598x (git-fixes). +- usb: typec: ucsi: displayport: Fix potential deadlock + (git-fixes). +- usb: dwc3: Wait unconditionally after issuing EndXfer command + (git-fixes). +- usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). +- usb: gadget: u_audio: Fix race condition use of controls after + free during gadget unbind (git-fixes). +- usb: typec: ucsi: simplify partner's PD caps registration + (git-fixes). +- usb: typec: ucsi: always register a link to USB PD device + (git-fixes). +- leds: pwm: Disable PWM when going to suspend (git-fixes). +- commit 0d08462 + +------------------------------------------------------------------- +Wed May 22 21:16:03 CEST 2024 - mkoutny@suse.com + +- af_unix: Suppress false-positive lockdep splat for spin_lock() + in __unix_gc() (CVE-2024-26923 bsc#1223384). +- af_unix: fix lockdep positive in sk_diag_dump_icons() + (CVE-2024-26923 bsc#1223384). +- commit a652e3a + +------------------------------------------------------------------- +Wed May 22 18:08:37 CEST 2024 - jlee@suse.com + +- Update + patches.suse/ACPI-CPPC-Use-access_width-over-bit_width-for-system.patch + (stable-fixes CVE-2024-35995 bsc#1224557). +- Update + patches.suse/ALSA-usb-audio-Stop-parsing-channels-bits-when-all-c.patch + (git-fixes CVE-2024-27436 bsc#1224803). +- Update + patches.suse/ASoC-SOF-ipc4-pcm-Workaround-for-crashed-firmware-on.patch + (stable-fixes CVE-2024-27057 bsc#1223831). +- Update + patches.suse/ASoC-mediatek-sof-common-Add-NULL-check-for-normal_l.patch + (git-fixes CVE-2024-35842 bsc#1224688). +- Update + patches.suse/Bluetooth-Fix-memory-leak-in-hci_req_sync_complete.patch + (git-fixes CVE-2024-35978 bsc#1224571). +- Update + patches.suse/Bluetooth-Fix-use-after-free-bugs-caused-by-sco_sock.patch + (git-fixes CVE-2024-27398 bsc#1224174). +- Update + patches.suse/Bluetooth-L2CAP-Fix-not-validating-setsockopt-user-i.patch + (git-fixes CVE-2024-35965 bsc#1224579). +- Update + patches.suse/Bluetooth-RFCOMM-Fix-not-validating-setsockopt-user-.patch + (git-fixes CVE-2024-35966 bsc#1224576). +- Update + patches.suse/Bluetooth-SCO-Fix-not-validating-setsockopt-user-inp.patch + (git-fixes CVE-2024-35967 bsc#1224587). +- Update + patches.suse/Bluetooth-btintel-Fix-null-ptr-deref-in-btintel_read.patch + (stable-fixes CVE-2024-35933 bsc#1224640). +- Update + patches.suse/Bluetooth-hci_event-Fix-handling-of-HCI_EV_IO_CAPA_R.patch + (git-fixes CVE-2024-27416 bsc#1224723). +- Update + patches.suse/Bluetooth-hci_sock-Fix-not-validating-setsockopt-use.patch + (git-fixes CVE-2024-35963 bsc#1224582). +- Update + patches.suse/Bluetooth-l2cap-fix-null-ptr-deref-in-l2cap_chan_tim.patch + (git-fixes CVE-2024-27399 bsc#1224177). +- Update + patches.suse/Bluetooth-qca-fix-NULL-deref-on-non-serdev-setup.patch + (git-fixes CVE-2024-35850 bsc#1224600). +- Update + patches.suse/Bluetooth-qca-fix-NULL-deref-on-non-serdev-suspend.patch + (git-fixes CVE-2024-35851 bsc#1224509). +- Update + patches.suse/Bluetooth-rfcomm-Fix-null-ptr-deref-in-rfcomm_check_.patch + (bsc#1219170 CVE-2024-22099 CVE-2024-26903 bsc#1223187). +- Update + patches.suse/HID-i2c-hid-remove-I2C_HID_READ_PENDING-flag-to-prev.patch + (git-fixes CVE-2024-35997 bsc#1224552). +- Update + patches.suse/NFS-Fix-nfs_netfs_issue_read-xarray-locking-for-writ.patch + (git-fixes CVE-2024-27031 bsc#1223805). +- Update + patches.suse/NFSv4.2-fix-nfs4_listxattr-kernel-BUG-at-mm-usercopy.patch + (git-fixes CVE-2024-26870 bsc#1223113). +- Update + patches.suse/PCI-PM-Drain-runtime-idle-callbacks-before-driver-re.patch + (stable-fixes CVE-2024-35809 bsc#1224738). +- Update + patches.suse/SUNRPC-fix-some-memleaks-in-gssx_dec_option_array.patch + (git-fixes CVE-2024-27388 bsc#1223744). +- Update + patches.suse/USB-core-Fix-deadlock-in-usb_deauthorize_interface.patch + (git-fixes CVE-2024-26934 bsc#1223671). +- Update patches.suse/accel-ivpu-Fix-deadlock-in-context_xa.patch + (git-fixes CVE-2024-35953 bsc#1224704). +- Update + patches.suse/arm64-hibernate-Fix-level3-translation-fault-in-swsu.patch + (git-fixes CVE-2024-26989 bsc#1223748). +- Update patches.suse/ax25-Fix-netdev-refcount-issue.patch + (git-fixes CVE-2024-36009 bsc#1224542). +- Update + patches.suse/ax25-fix-use-after-free-bugs-caused-by-ax25_ds_del_t.patch + (git-fixes CVE-2024-35887 bsc#1224663). +- Update + patches.suse/batman-adv-Avoid-infinite-loop-trying-to-resize-loca.patch + (git-fixes CVE-2024-35982 bsc#1224566). +- Update + patches.suse/block-fix-q-blkg_list-corruption-during-disk-rebind.patch + (bsc#1223591 CVE-2024-35974 bsc#1224573). +- Update + patches.suse/bnxt_en-Fix-possible-memory-leak-in-bnxt_rdma_aux_de.patch + (git-fixes CVE-2024-35972 bsc#1224577). +- Update + patches.suse/bootconfig-use-memblock_free_late-to-free-xbc-memory.patch + (git-fixes CVE-2024-26983 bsc#1223637). +- Update + patches.suse/btrfs-fix-deadlock-with-fiemap-and-extent-locking.patch + (bsc#1223285 CVE-2024-35784 bsc#1224804). +- Update + patches.suse/btrfs-fix-information-leak-in-btrfs_ioctl_logical_to.patch + (git-fixes CVE-2024-35849 bsc#1224733). +- Update + patches.suse/btrfs-fix-race-between-ordered-extent-completion-and.patch + (bsc#1223285 CVE-2024-26794 bsc#1222426). +- Update + patches.suse/btrfs-fix-race-when-detecting-delalloc-ranges-during.patch + (bsc#1223285 CVE-2024-27080 bsc#1223782). +- Update + patches.suse/btrfs-handle-chunk-tree-lookup-error-in-btrfs_reloca.patch + (git-fixes CVE-2024-35936 bsc#1224644). +- Update + patches.suse/clk-Get-runtime-PM-before-walking-tree-during-disabl.patch + (git-fixes CVE-2024-27004 bsc#1223762). +- Update + patches.suse/clk-Get-runtime-PM-before-walking-tree-for-clk_summa.patch + (git-fixes CVE-2024-27003 bsc#1223761). +- Update + patches.suse/clk-mediatek-Do-a-runtime-PM-get-on-controllers-duri.patch + (git-fixes CVE-2024-27002 bsc#1223759). +- Update + patches.suse/comedi-vmk80xx-fix-incomplete-endpoint-checking.patch + (git-fixes CVE-2024-27001 bsc#1223698). +- Update + patches.suse/dm-raid-really-frozen-sync_thread-during-suspend-16c4.patch + (jsc#PED-7542 CVE-2024-35794 bsc#1224706). +- Update + patches.suse/dm-raid456-md-raid456-fix-a-deadlock-for-dm-raid456-4142.patch + (bsc#1219596 CVE-2024-26962 bsc#1223654). +- Update + patches.suse/dma-buf-Fix-NULL-pointer-dereference-in-sanitycheck.patch + (git-fixes CVE-2024-35916 bsc#1224480). +- Update patches.suse/dma-xilinx_dpdma-Fix-locking.patch + (git-fixes CVE-2024-35990 bsc#1224559). +- Update + patches.suse/dmaengine-fsl-qdma-Fix-a-memory-leak-related-to-the--3aa58cb.patch + (git-fixes CVE-2024-35833 bsc#1224632). +- Update + patches.suse/dmaengine-idxd-Fix-oops-during-rmmod-on-single-CPU-p.patch + (git-fixes CVE-2024-35989 bsc#1224558). +- Update + patches.suse/dpll-fix-dpll_pin_on_pin_register-for-multiple-paren.patch + (CVE-2024-27027 bsc#1223787 CVE-2024-36002 bsc#1224546). +- Update + patches.suse/dpll-fix-pin-dump-crash-for-rebound-module.patch + (jsc#PED-6079 CVE-2024-35836 bsc#1224633). +- Update + patches.suse/drm-Check-output-polling-initialized-before-disablin.patch + (stable-fixes CVE-2024-35927 bsc#1224654). +- Update + patches.suse/drm-amd-amdgpu-Fix-potential-ioremap-memory-leaks-in.patch + (stable-fixes CVE-2024-35928 bsc#1224653). +- Update + patches.suse/drm-amd-display-Fix-bounds-check-for-dcn35-DcfClocks.patch + (git-fixes CVE-2024-35788 bsc#1224709). +- Update + patches.suse/drm-amd-display-Prevent-crash-when-disable-stream.patch + (stable-fixes CVE-2024-35799 bsc#1224740). +- Update + patches.suse/drm-amdgpu-amdgpu_ttm_gart_bind-set-gtt-bound-flag.patch + (stable-fixes CVE-2024-35817 bsc#1224736). +- Update + patches.suse/drm-amdgpu-fix-deadlock-while-reading-mqd-from-debug.patch + (git-fixes CVE-2024-35795 bsc#1224634). +- Update + patches.suse/drm-amdgpu-fix-mmhub-client-id-out-of-bounds-access.patch + (git-fixes CVE-2024-27029 bsc#1223789). +- Update + patches.suse/drm-amdgpu-once-more-fix-the-call-oder-in-amdgpu_ttm.patch + (git-fixes CVE-2024-27400 bsc#1224180). +- Update + patches.suse/drm-amdgpu-pm-Fix-NULL-pointer-dereference-when-get-.patch + (git-fixes CVE-2024-26949 bsc#1223665). +- Update + patches.suse/drm-amdgpu-validate-the-parameters-of-bo-mapping-ope.patch + (git-fixes CVE-2024-26922 bsc#1223315). +- Update + patches.suse/drm-amdkfd-Fix-memory-leak-in-create_process-failure.patch + (git-fixes CVE-2024-26986 bsc#1223728). +- Update patches.suse/drm-ast-Fix-soft-lockup.patch (git-fixes + CVE-2024-35952 bsc#1224705). +- Update + patches.suse/drm-client-Fully-protect-modes-with-dev-mode_config..patch + (stable-fixes CVE-2024-35950 bsc#1224703). +- Update + patches.suse/drm-i915-bios-Tolerate-devdata-NULL-in-intel_bios_en.patch + (stable-fixes CVE-2024-26938 bsc#1223678). +- Update + patches.suse/drm-i915-gt-Reset-queue_priority_hint-on-parking.patch + (git-fixes CVE-2024-26937 bsc#1223677). +- Update + patches.suse/drm-lima-fix-a-memleak-in-lima_heap_alloc.patch + (git-fixes CVE-2024-35829 bsc#1224707). +- Update + patches.suse/drm-nouveau-fix-stale-locked-mutex-in-nouveau_gem_io.patch + (git-fixes CVE-2024-35786 bsc#1224714). +- Update + patches.suse/drm-nouveau-keep-DMA-buffers-required-for-suspend-re.patch + (git-fixes CVE-2024-27411 bsc#1224433). +- Update patches.suse/drm-nv04-Fix-out-of-bounds-access.patch + (git-fixes CVE-2024-27008 bsc#1223802). +- Update + patches.suse/drm-panfrost-Fix-the-error-path-in-panfrost_mmu_map_.patch + (git-fixes CVE-2024-35951 bsc#1224701). +- Update + patches.suse/drm-vc4-don-t-check-if-plane-state-fb-state-fb.patch + (stable-fixes CVE-2024-35932 bsc#1224650). +- Update + patches.suse/drm-vmwgfx-Create-debugfs-ttm_resource_manager-entry.patch + (git-fixes CVE-2024-26940 bsc#1223718). +- Update + patches.suse/drm-vmwgfx-Fix-the-lifetime-of-the-bo-cursor-memory.patch + (git-fixes CVE-2024-35810 bsc#1224626). +- Update + patches.suse/dyndbg-fix-old-BUG_ON-in-control-parser.patch + (stable-fixes CVE-2024-35947 bsc#1224647). +- Update + patches.suse/efi-capsule-loader-fix-incorrect-allocation-size.patch + (git-fixes CVE-2024-27413 bsc#1224438). +- Update patches.suse/efi-fix-panic-in-kdump-kernel.patch + (git-fixes CVE-2024-35800 bsc#1224507). +- Update + patches.suse/fat-fix-uninitialized-field-in-nostale-filehandles.patch + (git-fixes CVE-2024-26973 bsc#1223641). +- Update + patches.suse/fbmon-prevent-division-by-zero-in-fb_videomode_from_.patch + (stable-fixes CVE-2024-35922 bsc#1224660). +- Update + patches.suse/fs-aio-Check-IOCB_AIO_RW-before-the-struct-aio_kiocb.patch + (bsc#1222721 CVE-2024-26764 CVE-2024-35815 bsc#1224685). +- Update + patches.suse/geneve-fix-header-validation-in-geneve-6-_xmit_skb.patch + (git-fixes CVE-2024-35973 bsc#1224586). +- Update + patches.suse/geneve-make-sure-to-pull-inner-header-in-geneve_rx.patch + (git-fixes CVE-2024-26857 bsc#1223058). +- Update + patches.suse/i2c-smbus-fix-NULL-function-pointer-dereference.patch + (git-fixes CVE-2024-35984 bsc#1224567). +- Update + patches.suse/ice-fix-memory-corruption-bug-with-suspend-and-rebui.patch + (git-fixes CVE-2024-35911 bsc#1224486). +- Update + patches.suse/ice-fix-uninitialized-dplls-mutex-usage.patch + (git-fixes CVE-2024-26854 bsc#1223039). +- Update + patches.suse/idpf-fix-kernel-panic-on-unknown-packet-types.patch + (git-fixes CVE-2024-35889 bsc#1224517). +- Update + patches.suse/igc-avoid-returning-frame-twice-in-XDP_REDIRECT.patch + (git-fixes CVE-2024-26853 bsc#1223061). +- Update + patches.suse/init-main.c-Fix-potential-static_command_line-memory.patch + (git-fixes CVE-2024-26988 bsc#1223747). +- Update + patches.suse/iommufd-Fix-iopt_access_list_id-overwrite-bug.patch + (git-fixes CVE-2024-26786 bsc#1222780). +- Update + patches.suse/irqchip-gic-v3-its-Prevent-double-free-on-error.patch + (git-fixes CVE-2024-35847 bsc#1224697). +- Update + patches.suse/kprobes-Fix-possible-use-after-free-issue-on-kprobe-registration.patch + (git-fixes CVE-2024-35955 bsc#1224676). +- Update + patches.suse/mac802154-fix-llsec-key-resources-release-in-mac8021.patch + (git-fixes CVE-2024-26961 bsc#1223652). +- Update + patches.suse/md-dm-raid-don-t-call-md_reap_sync_thread-directly-cd32.patch + (jsc#PED-7542 CVE-2024-35808 bsc#1224623). +- Update patches.suse/md-fix-kmemleak-of-rdev-serial-6cf3.patch + (jsc#PED-7542 CVE-2024-26900 bsc#1223046). +- Update + patches.suse/media-tc358743-register-v4l2-async-device-only-after.patch + (git-fixes CVE-2024-35830 bsc#1224680). +- Update + patches.suse/misc-lis3lv02d_i2c-Fix-regulators-getting-en-dis-abl.patch + (git-fixes CVE-2024-35824 bsc#1224609). +- Update + patches.suse/mlxbf_gige-call-request_irq-after-NAPI-initialized.patch + (git-fixes CVE-2024-35907 bsc#1224492). +- Update + patches.suse/mlxbf_gige-stop-interface-during-shutdown.patch + (git-fixes CVE-2024-35885 bsc#1224519). +- Update + patches.suse/mmc-core-Avoid-negative-index-with-array-access.patch + (git-fixes CVE-2024-35813 bsc#1224618). +- Update + patches.suse/msft-hv-2971-net-mana-Fix-Rx-DMA-datasize-and-skb_over_panic.patch + (git-fixes CVE-2024-35901 bsc#1224495). +- Update + patches.suse/net-ena-Fix-incorrect-descriptor-free-behavior.patch + (git-fixes CVE-2024-35958 bsc#1224677). +- Update + patches.suse/net-ethernet-mtk_eth_soc-fix-PPE-hanging-issue.patch + (git-fixes CVE-2024-27432 bsc#1224716). +- Update + patches.suse/net-hns3-fix-kernel-crash-when-1588-is-received-on-H.patch + (git-fixes CVE-2024-26881 bsc#1223041). +- Update + patches.suse/net-ice-Fix-potential-NULL-pointer-dereference-in-ic.patch + (git-fixes CVE-2024-26855 bsc#1223051). +- Update + patches.suse/net-ks8851-Handle-softirqs-at-the-end-of-IRQ-thread-.patch + (git-fixes CVE-2024-35971 bsc#1224578). +- Update + patches.suse/net-ll_temac-platform_get_resource-replaced-by-wrong.patch + (git-fixes CVE-2024-35796 bsc#1224615). +- Update + patches.suse/net-mlx5-Properly-link-new-fs-rules-into-the-tree.patch + (git-fixes CVE-2024-35960 bsc#1224588). +- Update + patches.suse/net-mlx5-Register-devlink-first-under-devlink-lock.patch + (git-fixes CVE-2024-35961 bsc#1224585). +- Update + patches.suse/net-mlx5e-Fix-mlx5e_priv_init-cleanup-flow.patch + (git-fixes CVE-2024-35959 bsc#1224666). +- Update + patches.suse/net-mlx5e-Use-a-memory-barrier-to-enforce-PTP-WQ-xmi.patch + (git-fixes CVE-2024-26858 bsc#1223020). +- Update + patches.suse/net-mlx5e-fix-a-double-free-in-arfs_create_groups.patch + (jsc#PED-3311 CVE-2024-35835 bsc#1224605). +- Update + patches.suse/net-mvpp2-clear-BM-pool-before-initialization.patch + (git-fixes CVE-2024-35837 bsc#1224500). +- Update + patches.suse/net-phy-micrel-Fix-potential-null-pointer-dereferenc.patch + (git-fixes CVE-2024-35891 bsc#1224513). +- Update + patches.suse/net-phy-phy_device-Prevent-nullptr-exceptions-on-ISR.patch + (stable-fixes CVE-2024-35945 bsc#1224639). +- Update + patches.suse/net-sparx5-Fix-use-after-free-inside-sparx5_del_mact.patch + (git-fixes CVE-2024-26856 bsc#1223052). +- Update patches.suse/net-tls-fix-WARNIING-in-__sk_msg_free.patch + (bsc#1221858 CVE-2024-35841 bsc#1224687). +- Update + patches.suse/net-wwan-t7xx-Split-64bit-accesses-to-fix-alignment-.patch + (git-fixes CVE-2024-35909 bsc#1224491). +- Update + patches.suse/nfc-nci-Fix-uninit-value-in-nci_dev_up-and-nci_ntf_p.patch + (git-fixes CVE-2024-35915 bsc#1224479). +- Update + patches.suse/nfp-flower-handle-acti_netdevs-allocation-failure.patch + (git-fixes CVE-2024-27046 bsc#1223827). +- Update + patches.suse/nfs-fix-panic-when-nfs4_ff_layout_prepare_ds-fails.patch + (git-fixes CVE-2024-26868 bsc#1223038). +- Update + patches.suse/nfsd-Fix-error-cleanup-path-in-nfsd_rename.patch + (bsc#1221044 CVE-2023-52591 CVE-2024-35914 bsc#1224482). +- Update + patches.suse/nouveau-fix-instmem-race-condition-around-ptr-stores.patch + (git-fixes CVE-2024-26984 bsc#1223633). +- Update patches.suse/nouveau-lock-the-client-object-tree.patch + (stable-fixes CVE-2024-27062 bsc#1223834). +- Update + patches.suse/nvme-fc-do-not-wait-in-vain-when-unloading-module.patch + (git-fixes CVE-2024-26846 bsc#1223023). +- Update + patches.suse/nvme-fix-reconnection-fail-due-to-reserved-tag-alloc.patch + (git-fixes CVE-2024-27435 bsc#1224717). +- Update + patches.suse/octeontx2-af-Use-separate-handlers-for-interrupts.patch + (git-fixes CVE-2024-27030 bsc#1223790). +- Update + patches.suse/octeontx2-pf-Fix-transmit-scheduler-resource-leak.patch + (git-fixes CVE-2024-35975 bsc#1224569). +- Update + patches.suse/of-dynamic-Synchronize-of_changeset_destroy-with-the.patch + (git-fixes CVE-2024-35879 bsc#1224524). +- Update + patches.suse/of-module-prevent-NULL-pointer-dereference-in-vsnpri.patch + (stable-fixes CVE-2024-35878 bsc#1224671). +- Update + patches.suse/phy-marvell-a3700-comphy-Fix-out-of-bounds-read.patch + (git-fixes CVE-2024-35992 bsc#1224555). +- Update + patches.suse/phy-ti-tusb1210-Resolve-charger-det-crash-if-charger.patch + (git-fixes CVE-2024-35986 bsc#1224562). +- Update + patches.suse/platform-chrome-cros_ec_uart-properly-fix-race-condi.patch + (git-fixes CVE-2024-35977 bsc#1224568). +- Update + patches.suse/power-supply-bq27xxx-i2c-Do-not-free-non-existing-IR.patch + (git-fixes CVE-2024-27412 bsc#1224437). +- Update + patches.suse/pstore-inode-Only-d_invalidate-is-needed.patch + (git-fixes CVE-2024-27389 bsc#1223705). +- Update + patches.suse/pstore-zone-Add-a-null-pointer-check-to-the-psz_kmsg.patch + (stable-fixes CVE-2024-35940 bsc#1224537). +- Update + patches.suse/s390-zcrypt-fix-reference-counting-on-zcrypt-card-objects.patch + (git-fixes bsc#1223592 CVE-2024-26957 bsc#1223666). +- Update + patches.suse/scsi-core-Fix-unremoved-procfs-host-directory-regression.patch + (git-fixes CVE-2024-26935 bsc#1223675). +- Update + patches.suse/scsi-lpfc-Fix-possible-memory-leak-in-lpfc_rcv_padis.patch + (bsc#1220021 CVE-2024-35930 bsc#1224651). +- Update patches.suse/scsi-sg-Avoid-sg-device-teardown-race.patch + (git-fixes CVE-2024-35954 bsc#1224675). +- Update + patches.suse/scsi-smartpqi-Fix-disable_managed_interrupts.patch + (git-fixes CVE-2024-26742 bsc#1222608). +- Update + patches.suse/selinux-avoid-dereference-of-garbage-after-mount-fai.patch + (git-fixes CVE-2024-35904 bsc#1224494). +- Update + patches.suse/serial-mxs-auart-add-spinlock-around-changing-cts-st.patch + (git-fixes CVE-2024-27000 bsc#1223757). +- Update + patches.suse/serial-pmac_zilog-Remove-flawed-mitigation-for-rx-ir.patch + (git-fixes CVE-2024-26999 bsc#1223754). +- Update + patches.suse/soc-fsl-qbman-Always-disable-interrupts-when-taking-.patch + (git-fixes CVE-2024-35806 bsc#1224699). +- Update + patches.suse/soc-fsl-qbman-Use-raw-spinlock-for-cgr_lock.patch + (git-fixes CVE-2024-35819 bsc#1224683). +- Update patches.suse/speakup-Avoid-crash-on-very-long-word.patch + (git-fixes CVE-2024-26994 bsc#1223750). +- Update + patches.suse/spi-lpspi-Avoid-potential-use-after-free-in-probe.patch + (git-fixes CVE-2024-26866 bsc#1223024). +- Update + patches.suse/spi-mchp-pci1xxx-Fix-a-possible-null-pointer-derefer.patch + (git-fixes CVE-2024-35883 bsc#1224521). +- Update + patches.suse/spi-spi-mt65xx-Fix-NULL-pointer-access-in-interrupt-.patch + (git-fixes CVE-2024-27028 bsc#1223788). +- Update + patches.suse/ubifs-Set-page-uptodate-in-the-correct-place.patch + (git-fixes CVE-2024-35821 bsc#1224629). +- Update + patches.suse/usb-cdc-wdm-close-race-between-read-and-workqueue.patch + (git-fixes CVE-2024-35812 bsc#1224624). +- Update + patches.suse/usb-dwc2-host-Fix-dereference-issue-in-DDMA-completi.patch + (git-fixes CVE-2024-26997 bsc#1223741). +- Update + patches.suse/usb-dwc3-am62-fix-module-unload-reload-behavior.patch + (git-fixes CVE-2024-26963 bsc#1223651). +- Update + patches.suse/usb-gadget-f_ncm-Fix-UAF-ncm-object-at-re-bind-after.patch + (stable-fixes CVE-2024-26996 bsc#1223752). +- Update + patches.suse/usb-gadget-ncm-Avoid-dropping-datagrams-of-properly-.patch + (git-fixes CVE-2024-27405 bsc#1224423). +- Update + patches.suse/usb-gadget-ncm-Fix-handling-of-zero-block-length-pac.patch + (git-fixes CVE-2024-35825 bsc#1224681). +- Update + patches.suse/usb-typec-altmodes-displayport-create-sysfs-nodes-as.patch + (git-fixes CVE-2024-35790 bsc#1224712). +- Update + patches.suse/usb-typec-tcpm-Correct-the-PDO-counting-in-pd_set.patch + (git-fixes CVE-2024-26995 bsc#1223696). +- Update + patches.suse/usb-typec-tcpm-fix-double-free-issue-in-tcpm_port_un.patch + (git-fixes CVE-2024-26932 bsc#1223649). +- Update patches.suse/usb-typec-ucsi-Limit-read-size-on-v1.2.patch + (stable-fixes CVE-2024-35924 bsc#1224657). +- Update + patches.suse/usb-udc-remove-warning-when-queue-disabled-ep.patch + (stable-fixes CVE-2024-35822 bsc#1224739). +- Update + patches.suse/usb-xhci-Add-error-handling-in-xhci_map_urb_for_dma.patch + (git-fixes CVE-2024-26964 bsc#1223650). +- Update + patches.suse/vt-fix-unicode-buffer-corruption-when-deleting-chara.patch + (git-fixes CVE-2024-35823 bsc#1224692). +- Update + patches.suse/wifi-ath11k-decrease-MHI-channel-buffer-length-to-8K.patch + (bsc#1207948 CVE-2024-35938 bsc#1224643). +- Update + patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch + (CVE-2023-47233 bsc#1216702 CVE-2024-35811 bsc#1224592). +- Update + patches.suse/wifi-cfg80211-check-A-MSDU-format-more-carefully.patch + (stable-fixes CVE-2024-35937 bsc#1224526). +- Update + patches.suse/wifi-iwlwifi-dbg-tlv-ensure-NUL-termination.patch + (git-fixes CVE-2024-35845 bsc#1224731). +- Update + patches.suse/wifi-iwlwifi-mvm-don-t-set-the-MFP-flag-for-the-GTK.patch + (git-fixes CVE-2024-27434 bsc#1224710). +- Update + patches.suse/wifi-iwlwifi-mvm-rfi-fix-potential-response-leaks.patch + (git-fixes CVE-2024-35912 bsc#1224487). +- Update + patches.suse/wifi-libertas-fix-some-memleaks-in-lbs_allocate_cmd_.patch + (git-fixes CVE-2024-35828 bsc#1224622). +- Update + patches.suse/wifi-mac80211-check-clear-fast-rx-for-non-4addr-sta-.patch + (stable-fixes CVE-2024-35789 bsc#1224749). +- Update + patches.suse/wifi-mac80211-fix-potential-sta-link-leak.patch + (git-fixes CVE-2024-35838 bsc#1224613). +- Update + patches.suse/wifi-nl80211-reject-iftype-change-with-mesh-ID-chang.patch + (git-fixes CVE-2024-27410 bsc#1224432). +- Update + patches.suse/wifi-rtw89-fix-null-pointer-access-when-abort-scan.patch + (stable-fixes CVE-2024-35946 bsc#1224646). +- Update + patches.suse/wireguard-netlink-access-device-through-ctx-instead-.patch + (git-fixes CVE-2024-26950 bsc#1223661). +- Update + patches.suse/wireguard-netlink-check-for-dangling-peer-via-is_dea.patch + (git-fixes CVE-2024-26951 bsc#1223660). +- Update + patches.suse/wireguard-receive-annotate-data-race-around-receivin.patch + (git-fixes CVE-2024-26861 bsc#1223076). +- Update + patches.suse/x86-coco-Require-seeding-RNG-with-RDRAND-on-CoCo-systems.patch + (git-fixes CVE-2024-35875 bsc#1224665). +- Update + patches.suse/x86-fpu-Keep-xfd_state-in-sync-with-MSR_IA32_XFD.patch + (git-fixes CVE-2024-35801 bsc#1224732). +- Update + patches.suse/xen-evtchn-avoid-WARN-when-unbinding-an-event-channe.patch + (git-fixes CVE-2024-27067 bsc#1223739). +- Update + patches.suse/xsk-recycle-buffer-in-case-Rx-queue-was-full.patch + (bsc#1221303 CVE-2024-26611 CVE-2024-35834 bsc#1224620). +- commit 005afc6 + +------------------------------------------------------------------- +Wed May 22 18:08:15 CEST 2024 - jlee@suse.com + +- Update + patches.suse/ACPI-LPIT-Avoid-u32-multiplication-overflow.patch + (git-fixes CVE-2023-52683 bsc#1224627). +- Update + patches.suse/ACPI-video-check-for-error-while-searching-for-backl.patch + (git-fixes CVE-2023-52693 bsc#1224686). +- Update + patches.suse/ASoC-Intel-sof_sdw_rt_sdca_jack_common-ctx-headset_c.patch + (git-fixes CVE-2023-52697 bsc#1224596). +- Update + patches.suse/ASoC-SOF-amd-Fix-memory-leak-in-amd_sof_acp_probe.patch + (git-fixes CVE-2023-52663 bsc#1224630). +- Update + patches.suse/Revert-drm-amd-pm-resolve-reboot-exception-for-si-ol.patch + (git-fixes CVE-2023-52657 bsc#1224722). +- Update + patches.suse/Revert-net-mlx5-Block-entering-switchdev-mode-with-n.patch + (git-fixes CVE-2023-52658 bsc#1224719). +- Update + patches.suse/SUNRPC-fix-a-memleak-in-gss_import_v2_context.patch + (git-fixes CVE-2023-52653 bsc#1223712). +- Update + patches.suse/bpf-Guard-stack-limits-against-32bit-overflow.patch + (git-fixes CVE-2023-52676 bsc#1224730). +- Update + patches.suse/crypto-rsa-add-a-check-for-allocation-failure.patch + (bsc#1222775 CVE-2023-52472 bsc#1220430). +- Update + patches.suse/crypto-s390-aes-Fix-buffer-overread-in-CTR-mode.patch + (git-fixes CVE-2023-52669 bsc#1224637). +- Update + patches.suse/crypto-safexcel-Add-error-handling-for-dma_map_sg-ca.patch + (git-fixes CVE-2023-52687 bsc#1224501). +- Update + patches.suse/drm-amd-display-Check-writeback-connectors-in-create.patch + (git-fixes CVE-2023-52695 bsc#1224506). +- Update + patches.suse/drm-amd-display-Fix-a-debugfs-null-pointer-error.patch + (git-fixes CVE-2023-52673 bsc#1224741). +- Update + patches.suse/drm-amd-display-Fix-hang-underflow-when-transitionin.patch + (git-fixes CVE-2023-52671 bsc#1224729). +- Update + patches.suse/drm-amd-pm-fix-a-double-free-in-si_dpm_init.patch + (git-fixes CVE-2023-52691 bsc#1224607). +- Update + patches.suse/drm-amdkfd-Confirm-list-is-non-empty-before-utilizin.patch + (git-fixes CVE-2023-52678 bsc#1224617). +- Update + patches.suse/drm-bridge-tpd12s015-Drop-buggy-__exit-annotation-fo.patch + (git-fixes CVE-2023-52694 bsc#1224598). +- Update + patches.suse/drm-tegra-rgb-Fix-missing-clk_put-in-the-error-handl.patch + (git-fixes CVE-2023-52661 bsc#1224445). +- Update + patches.suse/drm-vmwgfx-fix-a-memleak-in-vmw_gmrid_man_get_node.patch + (git-fixes CVE-2023-52662 bsc#1224449). +- Update patches.suse/efivarfs-Free-s_fs_info-on-unmount.patch + (bsc#1220328 CVE-2023-52463 CVE-2023-52681 bsc#1224505). +- Update + patches.suse/media-rkisp1-Fix-IRQ-handling-due-to-shared-interrup.patch + (stable-fixes CVE-2023-52660 bsc#1224443). +- Update + patches.suse/net-atlantic-eliminate-double-free-in-error-handling.patch + (git-fixes CVE-2023-52664 bsc#1224747). +- Update + patches.suse/net-mlx5e-fix-a-potential-double-free-in-fs_any_crea.patch + (jsc#PED-3311 CVE-2023-52667 bsc#1224603). +- Update + patches.suse/of-Fix-double-free-in-of_parse_phandle_with_args_map.patch + (git-fixes CVE-2023-52679 bsc#1224508). +- Update + patches.suse/powerpc-imc-pmu-Add-a-null-pointer-check-in-update_events_in_group.patch + (git-fixes CVE-2023-52675 bsc#1224504). +- Update + patches.suse/powerpc-powernv-Add-a-null-pointer-check-in-opal_eve.patch + (bsc#1065729 CVE-2023-52686 bsc#1224682). +- Update + patches.suse/powerpc-powernv-Add-a-null-pointer-check-in-opal_pow.patch + (bsc#1181674 ltc#189159 git-fixes CVE-2023-52696 bsc#1224601). +- Update + patches.suse/powerpc-powernv-Add-a-null-pointer-check-to-scom_deb.patch + (bsc#1194869 CVE-2023-52690 bsc#1224611). +- Update + patches.suse/pstore-ram_core-fix-possible-overflow-in-persistent_.patch + (git-fixes CVE-2023-52685 bsc#1224728). +- Update + patches.suse/rpmsg-virtio-Free-driver_override-when-rpmsg_remove.patch + (git-fixes CVE-2023-52670 bsc#1224696). +- commit 578211b + +------------------------------------------------------------------- +Wed May 22 17:16:55 CEST 2024 - jgross@suse.com + +- vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). +- commit 2e20e2c + +------------------------------------------------------------------- +Wed May 22 16:41:31 CEST 2024 - jgross@suse.com + +- vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). +- commit 936d53e + +------------------------------------------------------------------- +Wed May 22 16:05:24 CEST 2024 - jgross@suse.com + +- virtio_net: Do not send RSS key if it is not supported + (git-fixes). +- commit cc7c4a0 + +------------------------------------------------------------------- +Wed May 22 15:29:52 CEST 2024 - jgross@suse.com + +- vsock/virtio: fix packet delivery to tap device (git-fixes). +- commit dfd8673 + +------------------------------------------------------------------- +Wed May 22 14:54:16 CEST 2024 - jgross@suse.com + +- virtio-blk: Ensure no requests in virtqueues before deleting + vqs (git-fixes). +- commit 966a23e + +------------------------------------------------------------------- +Wed May 22 14:17:42 CEST 2024 - jgross@suse.com + +- KVM: VMX: Disable LBR virtualization if the CPU doesn't support + LBR callstacks (git-fixes). +- commit f941b05 + +------------------------------------------------------------------- +Wed May 22 14:09:42 CEST 2024 - nik.borisov@suse.com + +- efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). +- commit c99f198 + +------------------------------------------------------------------- +Wed May 22 14:08:46 CEST 2024 - nik.borisov@suse.com + +- proc/kcore: do not try to access unaccepted memory (git-fixes). +- commit 2daf00c + +------------------------------------------------------------------- +Wed May 22 13:17:05 CEST 2024 - nik.borisov@suse.com + +- efi/unaccepted: touch soft lockup during memory accept (git-fixes). +- commit 45ed7cb + +------------------------------------------------------------------- +Wed May 22 13:14:27 CEST 2024 - nik.borisov@suse.com + +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type (bsc#1224442 CVE-2023-52659). +- commit dad72fd + +------------------------------------------------------------------- +Wed May 22 13:04:12 CEST 2024 - jgross@suse.com + +- kabi fix of perf/x86/intel: Expose existence of callback support to KVM + (git fixes). +- commit 5db441c + +------------------------------------------------------------------- +Wed May 22 13:03:15 CEST 2024 - jgross@suse.com + +- perf/x86/intel: Expose existence of callback support to KVM + (git-fixes). +- commit b24b5fc + +------------------------------------------------------------------- +Wed May 22 11:25:18 CEST 2024 - jgross@suse.com + +- kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. + Intel compatible (git-fixes). +- commit 38bcaaa + +------------------------------------------------------------------- +Wed May 22 11:11:23 CEST 2024 - lhenriques@suse.de + +- ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE + (bsc#1224866). +- commit 6a4b4a1 + +------------------------------------------------------------------- +Wed May 22 10:48:23 CEST 2024 - iivanov@suse.de + +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (bsc#1223265 jsc#PED-8570) +- commit 4b0eeb3 + +------------------------------------------------------------------- +Wed May 22 10:35:02 CEST 2024 - lhenriques@suse.de + +- blacklist.conf: cephfs client logging infrastructure commits + These two commits are useless in isolation, they are part of a larger set + of commits that add extra info to debug logs. +- commit 2056926 + +------------------------------------------------------------------- +Wed May 22 08:47:44 CEST 2024 - tiwai@suse.de + +- remoteproc: k3-r5: Jump to error handling labels in start/stop + errors (git-fixes). +- commit 6f545f8 + +------------------------------------------------------------------- +Wed May 22 08:46:38 CEST 2024 - tiwai@suse.de + +- libsubcmd: Fix parse-options memory leak (git-fixes). +- dmaengine: idxd: Avoid unnecessary destruction of file_ida + (git-fixes). +- dmaengine: axi-dmac: fix possible race in remove() (git-fixes). +- dmaengine: idma64: Add check for dma_set_max_seg_size + (git-fixes). +- remoteproc: k3-r5: Do not allow core1 to power up before core0 + via sysfs (git-fixes). +- remoteproc: k3-r5: Wait for core0 power-up before powering up + core1 (git-fixes). +- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM + (git-fixes). +- PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). +- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id + (git-fixes). +- PCI: dwc: ep: Fix DBI access failure for drivers requiring + refclk from host (git-fixes). +- PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 + (git-fixes). +- PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 + (git-fixes). +- KEYS: trusted: Do not use WARN when encode fails (git-fixes). +- KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). +- commit d7da373 + +------------------------------------------------------------------- +Tue May 21 19:42:14 CEST 2024 - jgross@suse.com + +- KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is + enabled (git-fixes). +- commit 7d13726 + +------------------------------------------------------------------- +Tue May 21 19:06:22 CEST 2024 - jgross@suse.com + +- KVM: x86: Allow, don't ignore, same-value writes to immutable + MSRs (git-fixes). +- commit e25e965 + +------------------------------------------------------------------- +Tue May 21 18:30:43 CEST 2024 - jgross@suse.com + +- KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT + Misconfig (git-fixes). +- commit 21a74db + +------------------------------------------------------------------- +Tue May 21 17:54:50 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC + internal slots (git-fixes). +- commit b2d6429 + +------------------------------------------------------------------- +Tue May 21 17:19:17 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Move private vs. shared check above slot validity + checks (git-fixes). +- commit 2108d3a + +------------------------------------------------------------------- +Tue May 21 16:43:17 CEST 2024 - jgross@suse.com + +- KVM: x86: Fully re-initialize supported_mce_cap on vendor + module load (git-fixes). +- commit 52160e6 + +------------------------------------------------------------------- +Tue May 21 16:07:04 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing + dirty status (git-fixes). +- commit 7bdd69f + +------------------------------------------------------------------- +Tue May 21 15:26:06 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add a1fd0b9d751f sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level +- commit 3d0aa70 + +------------------------------------------------------------------- +Tue May 21 15:16:02 CEST 2024 - tiwai@suse.de + +- drm/nouveau/disp: Fix missing backlight control on Macbook 5, + 1 (bsc#1223838). +- commit 07ffc12 + +------------------------------------------------------------------- +Tue May 21 14:27:31 CEST 2024 - iivanov@suse.de + +- iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) +- commit 55fb87b + +------------------------------------------------------------------- +Tue May 21 14:26:12 CEST 2024 - iivanov@suse.de + +- swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) +- commit 8bebd77 + +------------------------------------------------------------------- +Tue May 21 14:24:53 CEST 2024 - iivanov@suse.de + +- swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) +- commit fcf796a + +------------------------------------------------------------------- +Tue May 21 14:21:15 CEST 2024 - iivanov@suse.de + +- swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) +- commit c65bb03 + +------------------------------------------------------------------- +Tue May 21 14:19:30 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Set enable bits for GP counters in + PERF_GLOBAL_CTRL at "RESET" (git-fixes). +- commit 1ba62ae + +------------------------------------------------------------------- +Tue May 21 14:17:25 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). +- commit 9862bdd + +------------------------------------------------------------------- +Tue May 21 14:15:41 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD + platforms (git-fixes). +- commit 5f8077d + +------------------------------------------------------------------- +Tue May 21 14:13:58 CEST 2024 - jgross@suse.com + +- KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel + compatible (git-fixes). +- commit c9c8902 + +------------------------------------------------------------------- +Tue May 21 14:10:14 CEST 2024 - jgross@suse.com + +- x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM + (git-fixes). +- commit f882a8e + +------------------------------------------------------------------- +Tue May 21 13:34:01 CEST 2024 - jgross@suse.com + +- KVM: x86: Use actual kvm_cpuid.base for clearing + KVM_FEATURE_PV_UNHALT (git-fixes). +- commit 80b67d0 + +------------------------------------------------------------------- +Tue May 21 13:14:53 CEST 2024 - mfranc@suse.cz + +- s390/cio: fix tracepoint subchannel type field (git-fixes + bsc#1224793). +- commit f1aa928 + +------------------------------------------------------------------- +Tue May 21 13:09:15 CEST 2024 - mfranc@suse.cz + +- s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes + bsc#1224792). +- commit d08e4ce + +------------------------------------------------------------------- +Tue May 21 13:05:27 CEST 2024 - mfranc@suse.cz + +- KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M + (git-fixes bsc#1224790). +- commit b0b1c22 + +------------------------------------------------------------------- +Tue May 21 12:57:45 CEST 2024 - jgross@suse.com + +- KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper + (git-fixes). +- commit 652c188 + +------------------------------------------------------------------- +Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz + +- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd + We disabled the FS in bug 1202309. And we actively blacklist it in: + /usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf + This, as a side-effect, fixes obs-build's warning: + dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory + Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the + above unblacklist. + We should likely drop ext2+ext3 from the list too, as we don't build + them at all. But that's a different story. +- commit 9e1a078 + +------------------------------------------------------------------- +Tue May 21 11:31:32 CEST 2024 - jgross@suse.com + +- KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). +- commit 9327154 + +------------------------------------------------------------------- +Tue May 21 11:28:52 CEST 2024 - jgross@suse.com + +- KVM: SVM: Use unsigned integers when dealing with ASIDs + (git-fixes). +- commit b0fec37 + +------------------------------------------------------------------- +Tue May 21 11:28:52 CEST 2024 - cfamullaconrad@suse.de + +- tools/power turbostat: Expand probe_intel_uncore_frequency() + (bsc#1221765). +- commit 7c0d70f + +------------------------------------------------------------------- +Tue May 21 11:27:24 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: fix recursive deadlock in timer injection + (git-fixes). +- commit 389ea84 + +------------------------------------------------------------------- +Tue May 21 11:25:54 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: remove WARN_ON_ONCE() with false positives in + evtchn delivery (git-fixes). +- commit d63a8c9 + +------------------------------------------------------------------- +Tue May 21 11:24:29 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: inject vCPU upcall vector when local APIC is + enabled (git-fixes). +- commit 538dcab + +------------------------------------------------------------------- +Tue May 21 11:22:43 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: improve accuracy of Xen timers (git-fixes). +- commit 921d76d + +------------------------------------------------------------------- +Tue May 21 11:20:46 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Explicitly check NMI from guest to reducee false + positives (git-fixes). +- commit be2edf0 + +------------------------------------------------------------------- +Tue May 21 11:18:52 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled + (git-fixes). +- commit fe18eef + +------------------------------------------------------------------- +Tue May 21 11:16:06 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs + (git-fixes). +- commit 406de6b + +------------------------------------------------------------------- +Tue May 21 10:34:00 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). +- commit dd1520f + +------------------------------------------------------------------- +Tue May 21 09:57:46 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC + due to bad index (git-fixes). +- commit b2e9cf1 + +------------------------------------------------------------------- +Tue May 21 09:22:11 CEST 2024 - shung-hsi.yu@suse.com + +- blacklist.conf: add "libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos" +- commit f859338 + +------------------------------------------------------------------- +Tue May 21 09:07:54 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD + (git-fixes). +- commit fd656b7 + +------------------------------------------------------------------- +Tue May 21 09:02:26 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Allow programming events that match unsupported + arch events (git-fixes). +- commit 60f57dc + +------------------------------------------------------------------- +Tue May 21 08:49:53 CEST 2024 - tiwai@suse.de + +- firmware: dmi-id: add a release callback function (git-fixes). +- watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in + sa1100dog_probe() (git-fixes). +- watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a + safety margin (git-fixes). +- watchdog: bd9576: Drop "always-running" property (git-fixes). +- watchdog: cpu5wdt.c: Fix use-after-free bug caused by + cpu5wdt_trigger (git-fixes). +- i2c: acpi: Unbind mux adapters before delete (git-fixes). +- i2c: synquacer: Fix an error handling path in + synquacer_i2c_probe() (git-fixes). +- i2c: cadence: Avoid fifo clear after start (git-fixes). +- pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins + regs (git-fixes). +- pinctrl: armada-37xx: remove an unused variable (git-fixes). +- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). +- commit 60d82a4 + +------------------------------------------------------------------- +Tue May 21 08:25:35 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Always treat Fixed counters as available when + supported (git-fixes). +- commit c4b0d18 + +------------------------------------------------------------------- +Tue May 21 08:23:45 CEST 2024 - jgross@suse.com + +- KVM: VMX: Report up-to-date exit qualification to userspace + (git-fixes). +- commit d6b020d + +------------------------------------------------------------------- +Tue May 21 08:20:50 CEST 2024 - jgross@suse.com + +- KVM: x86: Fix broken debugregs ABI for 32 bit kernels + (git-fixes). +- commit 69a1ee8 + +------------------------------------------------------------------- +Tue May 21 08:18:03 CEST 2024 - jgross@suse.com + +- SEV: disable SEV-ES DebugSwap by default (git-fixes). +- commit dcaff2f + +------------------------------------------------------------------- +Tue May 21 08:16:02 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU + (git-fixes). +- commit c561279 + +------------------------------------------------------------------- +Tue May 21 08:11:53 CEST 2024 - jgross@suse.com + +- KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear + they're a WIP (git-fixes). +- commit aba16e8 + +------------------------------------------------------------------- +Tue May 21 08:10:16 CEST 2024 - jgross@suse.com + +- KVM: x86: Mark target gfn of emulated atomic instruction as + dirty (git-fixes). +- commit 303882a + +------------------------------------------------------------------- +Tue May 21 08:08:31 CEST 2024 - jgross@suse.com + +- KVM: SVM: Flush pages under kvm->lock to fix UAF in + svm_register_enc_region() (git-fixes). +- commit 4382f8a + +------------------------------------------------------------------- +Mon May 20 18:36:31 CEST 2024 - ailiop@suse.com + +- sysv: don't call sb_bread() with pointers_lock held + (bsc#1224659 CVE-2023-52699). +- commit 6cad3fd + +------------------------------------------------------------------- +Mon May 20 18:22:45 CEST 2024 - lduncan@suse.com + +- Update + patches.suse/scsi-smartpqi-Fix-disable_managed_interrupts.patch + (git-fixes bsc#1222608 CVE-2024-26742). +- commit 950259c + +------------------------------------------------------------------- +Mon May 20 17:34:03 CEST 2024 - dsterba@suse.com + +- btrfs: always clear PERTRANS metadata during commit (git-fixes) +- commit f24386b + +------------------------------------------------------------------- +Mon May 20 17:31:37 CEST 2024 - dsterba@suse.com + +- btrfs: record delayed inode root in transaction (git-fixes) +- commit 3382370 + +------------------------------------------------------------------- +Mon May 20 17:30:52 CEST 2024 - dsterba@suse.com + +- btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) +- commit 21cfc26 + +------------------------------------------------------------------- +Mon May 20 17:30:06 CEST 2024 - dsterba@suse.com + +- btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) +- commit a357818 + +------------------------------------------------------------------- +Mon May 20 17:28:54 CEST 2024 - dsterba@suse.com + +- btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) +- commit 3227c75 + +------------------------------------------------------------------- +Mon May 20 17:28:06 CEST 2024 - dsterba@suse.com + +- btrfs: sysfs: validate scrub_speed_max value (git-fixes) +- commit 333b480 + +------------------------------------------------------------------- +Mon May 20 17:26:31 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: build fix for config we don't use +- commit d489b93 + +------------------------------------------------------------------- +Mon May 20 17:25:16 CEST 2024 - dsterba@suse.com + +- btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) +- commit e1ff84f + +------------------------------------------------------------------- +Mon May 20 17:19:12 CEST 2024 - dsterba@suse.com + +- btrfs: fix race when refilling delayed refs block reserve (git-fixes) +- commit f241886 + +------------------------------------------------------------------- +Mon May 20 17:17:09 CEST 2024 - dsterba@suse.com + +- btrfs: assert delayed node locked when removing delayed item (git-fixes) +- commit 7298484 + +------------------------------------------------------------------- +Mon May 20 17:16:03 CEST 2024 - dsterba@suse.com + +- btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) +- commit f5815af + +------------------------------------------------------------------- +Mon May 20 17:07:38 CEST 2024 - dsterba@suse.com + +- btrfs: output extra debug info if we failed to find an inline backref (git-fixes) +- commit 92fba41 + +------------------------------------------------------------------- +Mon May 20 17:06:06 CEST 2024 - dsterba@suse.com + +- btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) +- commit 446041f + +------------------------------------------------------------------- +Mon May 20 17:04:32 CEST 2024 - dsterba@suse.com + +- btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) +- commit ca5b7a2 + +------------------------------------------------------------------- +Mon May 20 15:43:05 CEST 2024 - nmorey@suse.com + +- RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) +- commit 4bdc550 + +------------------------------------------------------------------- +Mon May 20 15:42:55 CEST 2024 - nmorey@suse.com + +- RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) +- commit 6d737b0 + +------------------------------------------------------------------- +Mon May 20 15:42:41 CEST 2024 - nmorey@suse.com + +- bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) +- commit 3e0bec3 + +------------------------------------------------------------------- +Mon May 20 15:42:30 CEST 2024 - nmorey@suse.com + +- IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) +- commit 9a3847d + +------------------------------------------------------------------- +Mon May 20 15:41:38 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) +- commit c50f3b5 + +------------------------------------------------------------------- +Mon May 20 15:41:28 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Allow good work requests to be executed (git-fixes) +- commit b36653a + +------------------------------------------------------------------- +Mon May 20 15:41:18 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) +- commit ba9e71d + +------------------------------------------------------------------- +Mon May 20 15:41:06 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Modify the print level of CQE error (git-fixes) +- commit 12a2ba5 + +------------------------------------------------------------------- +Mon May 20 15:40:45 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Use complete parentheses in macros (git-fixes) +- commit 7a9c544 + +------------------------------------------------------------------- +Mon May 20 15:40:34 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix GMV table pagesize (git-fixes) +- commit fb0321b + +------------------------------------------------------------------- +Mon May 20 15:40:20 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix UAF for cq async event (git-fixes) +- commit 8ea7fea + +------------------------------------------------------------------- +Mon May 20 15:40:10 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) +- commit fb64efc + +------------------------------------------------------------------- +Mon May 20 15:39:57 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) +- commit 6c2f69b + +------------------------------------------------------------------- +Mon May 20 15:39:41 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) +- commit 60cadbc + +------------------------------------------------------------------- +Mon May 20 15:39:25 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) +- commit dacefcf + +------------------------------------------------------------------- +Mon May 20 15:39:09 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Change check for cacheable mkeys (git-fixes) +- commit c838c29 + +------------------------------------------------------------------- +Mon May 20 15:38:50 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) +- commit 3012f2a + +------------------------------------------------------------------- +Mon May 20 15:38:31 CEST 2024 - nmorey@suse.com + +- qibfs: fix dentry leak (git-fixes) +- commit 3dd0249 + +------------------------------------------------------------------- +Mon May 20 15:37:55 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) +- commit 52028fd + +------------------------------------------------------------------- +Mon May 20 15:37:35 CEST 2024 - nmorey@suse.com + +- RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) +- commit 1a1a1ef + +------------------------------------------------------------------- +Mon May 20 15:37:10 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) +- commit 0a73f85 + +------------------------------------------------------------------- +Mon May 20 14:08:23 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: dts: broadcom: bcmbca: bcm4908: set brcm,wp-not-connected") +- commit a7b0273 + +------------------------------------------------------------------- +Mon May 20 14:04:41 CEST 2024 - iivanov@suse.de + +- arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) +- commit 88132f5 + +------------------------------------------------------------------- +Mon May 20 14:03:25 CEST 2024 - iivanov@suse.de + +- arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) +- commit 366d274 + +------------------------------------------------------------------- +Mon May 20 14:02:14 CEST 2024 - iivanov@suse.de + +- arm64: tegra: Correct Tegra132 I2C alias (git-fixes) +- commit da1130e + +------------------------------------------------------------------- +Mon May 20 13:28:11 CEST 2024 - iivanov@suse.de + +- arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) +- commit eee423c + +------------------------------------------------------------------- +Mon May 20 13:27:02 CEST 2024 - iivanov@suse.de + +- arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) +- commit 7d432cc + +------------------------------------------------------------------- +Mon May 20 13:25:37 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- commit d52e38e + +------------------------------------------------------------------- +Mon May 20 13:24:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- commit 029788f + +------------------------------------------------------------------- +Mon May 20 13:22:07 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix alphabetical ordering RK3399 puma (git-fixes) + Refresh patches.suse/arm64-dts-rockchip-enable-internal-pull-up-on-PCIE_WAKE-for-RK3399-Puma.patch +- commit aeac8db + +------------------------------------------------------------------- +Mon May 20 12:53:44 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: display: samsung,ams495qa01: add missing SPI properties") +- commit f4f5a90 + +------------------------------------------------------------------- +Mon May 20 12:53:08 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: iio: health: maxim,max30102: fix compatible check") +- commit 1690e24 + +------------------------------------------------------------------- +Mon May 20 12:52:51 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: pwm: mediatek,pwm-disp: Document power-domains property") +- commit 6958159 + +------------------------------------------------------------------- +Mon May 20 12:52:16 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: fsl-imx-sdma: fix HDMI audio index") +- commit 952bf73 + +------------------------------------------------------------------- +Mon May 20 12:52:05 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: lcdif: Do not require power-domains for i.MX6ULL") +- commit eabdd33 + +------------------------------------------------------------------- +Mon May 20 12:51:52 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update") +- commit ad9009e + +------------------------------------------------------------------- +Mon May 20 12:51:31 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mtd: avoid automatically select from mtd.yaml") +- commit 2d9981a + +------------------------------------------------------------------- +Mon May 20 12:51:15 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: can: mpfs: add missing required clock") +- commit d5f79eb + +------------------------------------------------------------------- +Mon May 20 12:50:57 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mfd: dlg,da9063: Make #interrupt-cells required") +- commit a6ea77b + +------------------------------------------------------------------- +Mon May 20 12:50:46 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: pinctr: pinctrl-zynq: Fix compatible string") +- commit f208a95 + +------------------------------------------------------------------- +Mon May 20 12:49:28 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible") +- commit 3478db8 + +------------------------------------------------------------------- +Mon May 20 12:49:08 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: display: ti,am65x-dss: Add support for common1 region") +- commit 7eb6591 + +------------------------------------------------------------------- +Mon May 20 12:48:50 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: opp: drop maxItems from inner items") +- commit 878a019 + +------------------------------------------------------------------- +Mon May 20 12:48:31 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: pwm: amlogic: fix s4 bindings") +- commit e2029e3 + +------------------------------------------------------------------- +Mon May 20 12:48:15 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: rockchip: Correct vendor for Banana Pi R2 Pro") +- commit c1d1519 + +------------------------------------------------------------------- +Mon May 20 12:45:53 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: rockchip: Correct vendor for Orange Pi RK3399 board") +- commit 88539b6 + +------------------------------------------------------------------- +Mon May 20 12:45:20 CEST 2024 - iivanov@suse.de + +- dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) +- commit 4e403e4 + +------------------------------------------------------------------- +Mon May 20 12:43:49 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: qcom: drop the superfluous device compatibility") +- commit f6fdbc2 + +------------------------------------------------------------------- +Mon May 20 12:43:00 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: riscv: cpus: Clarify mmu-type interpretation") +- commit 4b6b7f4 + +------------------------------------------------------------------- +Mon May 20 12:42:52 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: power: reset: qcom-pon: fix inconsistent example") +- commit b2da43b + +------------------------------------------------------------------- +Mon May 20 12:42:42 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: rtc: qcom-pm8xxx: fix inconsistent example") +- commit 673e959 + +------------------------------------------------------------------- +Mon May 20 12:42:30 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: fix path to header") +- commit 2965719 + +------------------------------------------------------------------- +Mon May 20 12:42:17 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: phy: amlogic,g12a-mipi-dphy-analog: drop unneeded reg") +- commit 44293cc + +------------------------------------------------------------------- +Mon May 20 12:42:03 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: gpio: xilinx: Fix node address in gpio") +- commit 51eae0f + +------------------------------------------------------------------- +Mon May 20 12:41:48 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: iio/adc: qcom,spmi-vadc: fix example node names") +- commit 5559cae + +------------------------------------------------------------------- +Mon May 20 12:41:19 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: iio/adc: qcom,spmi-iadc: fix example node name") +- commit 6d910c5 + +------------------------------------------------------------------- +Mon May 20 12:39:37 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: PCI: qcom: Correct reset-names property") +- commit cfa6f44 + +------------------------------------------------------------------- +Mon May 20 12:17:43 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mailbox: zynqmp: extend required list") +- commit 193f0ac + +------------------------------------------------------------------- +Mon May 20 12:17:21 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mailbox: qcom,apcs-kpss-global: drop duplicated") +- commit 855a271 + +------------------------------------------------------------------- +Mon May 20 12:17:05 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: Fix regulator binding") +- commit 9b3e020 + +------------------------------------------------------------------- +Mon May 20 12:16:23 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: Fix up binding") +- commit a0c4967 + +------------------------------------------------------------------- +Mon May 20 12:16:03 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: remoteproc: qcom: sc7180-pas: Fix SC7280 MPSS PD-names") +- commit de1ba63 + +------------------------------------------------------------------- +Mon May 20 11:58:54 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo") +- commit 3378497 + +------------------------------------------------------------------- +Mon May 20 11:58:39 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: Remove alt_ref from versal") +- commit 4d14333 + +------------------------------------------------------------------- +Mon May 20 11:58:17 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: watchdog: qcom-wdt: Make the interrupt example edge") +- commit 17a3ab8 + +------------------------------------------------------------------- +Mon May 20 11:57:04 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: display: msm: qcm2290-mdss: Use the non-deprecated DSI") +- commit 4aa1481 + +------------------------------------------------------------------- +Mon May 20 11:56:20 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: stm32: don't mix SCMI and non-SCMI board") +- commit 448ff06 + +------------------------------------------------------------------- +Mon May 20 11:55:42 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node with") +- commit ab03332 + +------------------------------------------------------------------- +Mon May 20 11:55:04 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp") +- commit 1d6fc28 + +------------------------------------------------------------------- +Mon May 20 11:54:37 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: interrupt-controller: Allow #power-domain-cells") +- commit 027195f + +------------------------------------------------------------------- +Mon May 20 11:54:05 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt: dt-extract-compatibles: Don't follow symlinks when walking tree") +- commit 60fcfee + +------------------------------------------------------------------- +Mon May 20 11:52:07 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Fix example property") +- commit de60146 + +------------------------------------------------------------------- +Mon May 20 11:51:01 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: PCI: brcm,iproc-pcie: Fix 'msi' child node schema") +- commit d7b96e4 + +------------------------------------------------------------------- +Mon May 20 11:49:15 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: soc: qcom: smd-rpm: Add MSM8909 to qcom,smd-channels") +- commit 1171729 + +------------------------------------------------------------------- +Mon May 20 08:14:54 CEST 2024 - tiwai@suse.de + +- selftests/kcmp: remove unused open mode (git-fixes). +- nilfs2: make superblock data array index computation sparse + friendly (git-fixes). +- Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS + filter matching sysfs file (git-fixes). +- lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure + (git-fixes). +- commit 7902091 + +------------------------------------------------------------------- +Mon May 20 03:46:23 CEST 2024 - lzhong@suse.de + +- powerpc/pseries/vio: Don't return ENODEV if node or compatible + missing (bsc#1220783). +- commit 19e446b + +------------------------------------------------------------------- +Sun May 19 09:24:05 CEST 2024 - tiwai@suse.de + +- clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs + (git-fixes). +- clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). +- clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). +- clk: qcom: clk-alpha-pll: remove invalid Stromer register offset + (git-fixes). +- clk: samsung: exynosautov9: fix wrong pll clock id value + (git-fixes). +- clk: renesas: r9a07g043: Add clock and reset entry for PLIC + (git-fixes). +- clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). +- clk: rs9: fix wrong default value for clock amplitude + (git-fixes). +- clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). +- clk: mediatek: pllfh: Don't log error for missing fhctl node + (git-fixes). +- commit 8bfa411 + +------------------------------------------------------------------- +Sat May 18 09:44:27 CEST 2024 - tiwai@suse.de + +- blacklist.conf: Add reverted dmaengine commit entries +- commit 134f997 + +------------------------------------------------------------------- +Sat May 18 09:42:47 CEST 2024 - tiwai@suse.de + +- selftests: net: bridge: increase IGMP/MLD exclude timeout + membership interval (git-fixes). +- of: module: add buffer overflow check in of_modalias() + (git-fixes). +- selftests/powerpc/dexcr: Add -no-pie to hashchk tests + (git-fixes). +- firmware: raspberrypi: Use correct device for DMA mappings + (git-fixes). +- Revert "drm/nouveau/firmware: Fix SG_DEBUG error with + nvkm_firmware_ctor()" (stable-fixes). +- drm/i915/audio: Fix audio time stamp programming for DP + (stable-fixes). +- gpiolib: cdev: fix uninitialised kfifo (git-fixes). +- selftests: test_bridge_neigh_suppress.sh: Fix failures due to + duplicate MAC (git-fixes). +- Bluetooth: qca: fix firmware check error path (git-fixes). +- dyndbg: fix old BUG_ON in >control parser (stable-fixes). +- mei: me: add lunar lake point M DID (stable-fixes). +- usb: xhci-plat: Don't include xhci.h (stable-fixes). +- ASoC: meson: axg-fifo: use threaded irq to check periods + (git-fixes). +- drm/nouveau/firmware: Fix SG_DEBUG error with + nvkm_firmware_ctor() (stable-fixes). +- drm/amd/display: Fix incorrect DSC instance for MST + (stable-fixes). +- drm/amd/display: Atom Integrated System Info v2_2 for DCN35 + (stable-fixes). +- drm/amd/display: Handle Y carry-over in VCP X.Y calculation + (stable-fixes). +- clk: Don't hold prepare_lock when calling kref_put() + (stable-fixes). +- drm/nouveau/dp: Don't probe eDP ports twice harder + (stable-fixes). +- drm/radeon: silence UBSAN warning (v3) (stable-fixes). +- net:usb:qmi_wwan: support Rolling modules (stable-fixes). +- gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). +- gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). +- platform/x86: ISST: Add Granite Rapids-D to HPM CPU list + (stable-fixes). +- selftests: timers: Fix valid-adjtimex signed left-shift + undefined behavior (stable-fixes). +- gpu: host1x: Do not setup DMA for virtual devices + (stable-fixes). +- amd/amdkfd: sync all devices to wait all processes being evicted + (stable-fixes). +- drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). +- drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 + (stable-fixes). +- drm/amdgpu: Refine IB schedule error logging (stable-fixes). +- firewire: ohci: mask bus reset interrupts between ISR and + bottom half (stable-fixes). +- regulator: tps65132: Add of_match table (stable-fixes). +- ata: sata_gemini: Check clk_enable() result (stable-fixes). +- ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in + case of S3 suspend (stable-fixes). +- ALSA: line6: Zero-initialize message buffers (stable-fixes). +- vboxsf: explicitly deny setlease attempts (stable-fixes). +- drm/amdkfd: range check cp bad op exception interrupts + (stable-fixes). +- drm/amdkfd: Check cgroup when returning DMABuf info + (stable-fixes). +- selftests/ftrace: Fix event filter target_func selection + (stable-fixes). +- wifi: iwlwifi: mvm: guard against invalid STA ID on removal + (stable-fixes). +- wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). +- wifi: mac80211: fix prep_connection error path (stable-fixes). +- wifi: cfg80211: fix rdev_dump_mpp() arguments order + (stable-fixes). +- wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc + (stable-fixes). +- ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). +- gpiolib: cdev: relocate debounce_period_us from struct gpio_desc + (stable-fixes). +- selftests/net: convert test_bridge_neigh_suppress.sh to run + it in unique namespace (stable-fixes). +- commit 2872089 + +------------------------------------------------------------------- +Fri May 17 18:46:21 CEST 2024 - mkoutny@suse.com + +- af_unix: Fix garbage collector racing against connect() + (CVE-2024-26923 bsc#1223384). +- af_unix: Replace BUG_ON() with WARN_ON_ONCE() (CVE-2024-26923 + bsc#1223384). +- af_unix: Do not use atomic ops for unix_sk(sk)->inflight + (CVE-2024-26923 bsc#1223384). +- commit a683abb + +------------------------------------------------------------------- +Fri May 17 18:05:19 CEST 2024 - mwilck@suse.com + +- dm-multipath: dont't attempt SG_IO on non-SCSI-disks + (bsc#1223575). +- commit 2f6779f + +------------------------------------------------------------------- +Fri May 17 17:18:26 CEST 2024 - dsterba@suse.com + +- btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) +- commit b85295a + +------------------------------------------------------------------- +Fri May 17 14:36:47 CEST 2024 - dsterba@suse.com + +- btrfs: don't arbitrarily slow down delalloc if we're committing (git-fixes) +- commit d9b2223 + +------------------------------------------------------------------- +Fri May 17 14:33:37 CEST 2024 - dsterba@suse.com + +- btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) +- commit 7ef02d5 + +------------------------------------------------------------------- +Fri May 17 14:32:16 CEST 2024 - dsterba@suse.com + +- btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) +- commit e6b51c1 + +------------------------------------------------------------------- +Fri May 17 14:31:26 CEST 2024 - dsterba@suse.com + +- btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) +- commit 0bc88db + +------------------------------------------------------------------- +Fri May 17 14:29:12 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: cleanup, v0 extent removal +- commit fecc398 + +------------------------------------------------------------------- +Fri May 17 14:28:15 CEST 2024 - dsterba@suse.com + +- btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) +- commit 74fcad3 + +------------------------------------------------------------------- +Fri May 17 14:27:30 CEST 2024 - dsterba@suse.com + +- btrfs: fix start transaction qgroup rsv double free (git-fixes) +- commit 272247e + +------------------------------------------------------------------- +Fri May 17 14:26:14 CEST 2024 - dsterba@suse.com + +- btrfs: free qgroup rsv on io failure (git-fixes) +- commit 384dac4 + +------------------------------------------------------------------- +Fri May 17 13:18:52 CEST 2024 - denis.kirjanov@suse.com + +- netfilter: nf_tables: disable toggling dormant table state + more than once (git-fixes). +- commit 76bebd5 + +------------------------------------------------------------------- +Fri May 17 13:15:53 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: process pending subflow error on close (git-fixes). +- commit ef629c5 + +------------------------------------------------------------------- +Fri May 17 13:14:24 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: move __mptcp_error_report in protocol.c (git-fixes). +- commit a777e91 + +------------------------------------------------------------------- +Fri May 17 13:12:58 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: fix bogus receive window shrinkage with multiple subflows + (git-fixes). +- commit deea9a0 + +------------------------------------------------------------------- +Fri May 17 13:08:02 CEST 2024 - denis.kirjanov@suse.com + +- netfilter: nft_set_rbtree: use read spinlock to avoid datapath + contention (git-fixes). +- commit ddc952e + +------------------------------------------------------------------- +Fri May 17 13:06:21 CEST 2024 - denis.kirjanov@suse.com + +- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list + iterate in smcr_port_add (git-fixes). +- commit 2d7895b + +------------------------------------------------------------------- +Fri May 17 13:03:07 CEST 2024 - denis.kirjanov@suse.com + +- net/smc: bugfix for smcr v2 server connect success statistic + (git-fixes). +- commit e746f6b + +------------------------------------------------------------------- +Fri May 17 13:01:08 CEST 2024 - denis.kirjanov@suse.com + +- netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID + (git-fixes). +- commit ec5b855 + +------------------------------------------------------------------- +Fri May 17 12:59:23 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_bind_phc (git-fixes). +- commit 16b7a1e + +------------------------------------------------------------------- +Fri May 17 12:57:42 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_tsflags (git-fixes). +- commit b028530 + +------------------------------------------------------------------- +Fri May 17 12:55:31 CEST 2024 - andrea.porta@suse.com + +- arm64: Add the arm64.no32bit_el0 command line option + (jsc#PED-3184). + Please note that some adjustments were needed since the upstream commit + is based on kernel 6.9 which has idreg-override.c moved under + arch/arm64/kernel/pi/. +- commit 4fba46a + +------------------------------------------------------------------- +Fri May 17 10:49:15 CEST 2024 - mkoutny@suse.com + +- af_unix: Drop oob_skb ref before purging queue in GC + (CVE-2024-26676 bsc#1222380). +- commit 57acc3a + +------------------------------------------------------------------- +Fri May 17 10:47:25 CEST 2024 - mkoutny@suse.com + +- af_unix: Fix task hung while purging oob_skb in GC + (CVE-2024-26676 bsc#1222380). +- commit 3af3fbb + +------------------------------------------------------------------- +Fri May 17 10:39:23 CEST 2024 - mkoutny@suse.com + +- af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC + (CVE-2024-26676 bsc#1222380). +- commit 7728cdc + +------------------------------------------------------------------- +Fri May 17 09:14:44 CEST 2024 - tiwai@suse.de + +- platform/x86/intel-uncore-freq: Don't present root domain on + error (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_certificate decoding + (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). +- tools/arch/x86/intel_sdsi: Fix maximum meter bundle length + (git-fixes). +- platform/x86: xiaomi-wmi: Fix race condition when reporting + key events (git-fixes). +- mtd: rawnand: hynix: fixed typo (git-fixes). +- mtd: core: Report error if first mtd_otp_size() call fails in + mtd_otp_nvmem_add() (git-fixes). +- mmc: davinci: Don't strip remove function when driver is builtin + (git-fixes). +- mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). +- mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock + (git-fixes). +- mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). +- mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). +- mmc: sdhci_am654: Add tuning algorithm for delay chain + (git-fixes). +- media: sunxi: a83-mips-csi2: also select GENERIC_PHY + (git-fixes). +- media: flexcop-usb: fix sanity check of bNumEndpoints + (git-fixes). +- media: stk1160: fix bounds checking in stk1160_copy_video() + (git-fixes). +- media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). +- media: v4l: Don't turn on privacy LED if streamon fails + (git-fixes). +- media: mc: mark the media devnode as registered from the, + start (git-fixes). +- media: atomisp: ssh_css: Fix a null-pointer dereference in + load_video_binaries (git-fixes). +- media: v4l2-subdev: Fix stream handling for crop API + (git-fixes). +- media: mc: Fix graph walk in media_pipeline_start (git-fixes). +- media: i2c: et8ek8: Don't strip remove function when driver + is builtin (git-fixes). +- media: dt-bindings: ovti,ov2680: Fix the power supply names + (git-fixes). +- media: ipu3-cio2: Request IRQ earlier (git-fixes). +- media: rcar-vin: work around -Wenum-compare-conditional warning + (git-fixes). +- media: ngene: Add dvb_ca_en50221_init return value check + (git-fixes). +- commit ceb1555 + +------------------------------------------------------------------- +Fri May 17 09:00:45 CEST 2024 - tiwai@suse.de + +- Move upstreamed media patches into sorted section +- commit 521e539 + +------------------------------------------------------------------- +Thu May 16 19:23:55 CEST 2024 - duwe@suse.de + +- dmaengine: idxd: move safety flag to struct ends (bsc#1223625 + CVE-2024-21823). +- dmaengine: idxd: add a write() method for applications to + submit work (bsc#1223625 CVE-2024-21823). +- dmaengine: idxd: add a new security check to deal with a + hardware erratum (bsc#1223625 CVE-2024-21823). +- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist + (bsc#1223625 CVE-2024-21823). +- commit 8718675 + +------------------------------------------------------------------- +Thu May 16 19:03:19 CEST 2024 - mkoutny@suse.com + +- Update + patches.suse/io_uring-af_unix-disable-sending-io_uring-over-socke.patch + (bsc#1218447 CVE-2023-6531 CVE-2023-52654 bsc#1224099). +- Update + patches.suse/usb-aqc111-check-packet-for-fixup-for-true-limit.patch + (git-fixes CVE-2023-52655 bsc#1217169). +- commit 07c8bc1 + +------------------------------------------------------------------- +Thu May 16 16:26:11 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation + (git-fixes). +- commit 78ec58d + +------------------------------------------------------------------- +Thu May 16 16:24:27 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Fix peer devlink set for SF representor devlink port + (git-fixes). +- commit 6a691b6 + +------------------------------------------------------------------- +Thu May 16 16:20:53 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Lag, restore buckets number to default after hash + LAG deactivation (git-fixes). +- commit 19da0bb + +------------------------------------------------------------------- +Thu May 16 16:19:25 CEST 2024 - denis.kirjanov@suse.com + +- net: sparx5: flower: fix fragment flags handling (git-fixes). +- commit 5fd27e9 + +------------------------------------------------------------------- +Thu May 16 16:17:56 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Set tx_info->xdpf value to NULL (git-fixes). +- commit 7d1d83a + +------------------------------------------------------------------- +Thu May 16 16:16:21 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Fix incorrect descriptor free behavior (git-fixes). +- commit 69577fd + +------------------------------------------------------------------- +Thu May 16 16:10:18 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Wrong missing IO completions check order (git-fixes). +- commit fbbd86e + +------------------------------------------------------------------- +Thu May 16 16:08:39 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Fix potential sign extension issue (git-fixes). +- commit b3cc5f8 + +------------------------------------------------------------------- +Thu May 16 16:06:38 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: trap link-local frames regardless of ST Port + State (git-fixes). +- commit 726080b + +------------------------------------------------------------------- +Thu May 16 16:04:41 CEST 2024 - denis.kirjanov@suse.com + +- net: sparx5: fix wrong config being used when reconfiguring PCS + (git-fixes). +- commit d2d1229 + +------------------------------------------------------------------- +Thu May 16 16:02:53 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: RSS, Block XOR hash with over 128 channels + (git-fixes). +- commit 40b1ccb + +------------------------------------------------------------------- +Thu May 16 16:00:48 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Restore mistakenly dropped parts in register devlink + flow (git-fixes). +- commit dfb4099 + +------------------------------------------------------------------- +Thu May 16 15:38:16 CEST 2024 - dsterba@suse.com + +- btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) +- commit a1c6e8c + +------------------------------------------------------------------- +Thu May 16 15:36:42 CEST 2024 - dsterba@suse.com + +- btrfs: don't warn if discard range is not aligned to sector (git-fixes) +- commit f239c2a + +------------------------------------------------------------------- +Thu May 16 15:35:09 CEST 2024 - dsterba@suse.com + +- btrfs: tree-checker: fix inline ref size in error messages (git-fixes) +- commit a304971 + +------------------------------------------------------------------- +Thu May 16 15:33:15 CEST 2024 - dsterba@suse.com + +- btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) +- commit 81a1329 + +------------------------------------------------------------------- +Thu May 16 15:31:46 CEST 2024 - dsterba@suse.com + +- btrfs: do not allow non subvolume root targets for snapshot (git-fixes) +- commit d495a4b + +------------------------------------------------------------------- +Thu May 16 15:30:42 CEST 2024 - dsterba@suse.com + +- btrfs: send: ensure send_fd is writable (git-fixes) +- commit 5055583 + +------------------------------------------------------------------- +Thu May 16 15:28:27 CEST 2024 - dsterba@suse.com + +- btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) +- commit 532ad3c + +------------------------------------------------------------------- +Thu May 16 15:24:48 CEST 2024 - dsterba@suse.com + +- btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) +- commit 2c30d15 + +------------------------------------------------------------------- +Thu May 16 15:22:52 CEST 2024 - dsterba@suse.com + +- btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) +- commit e5842bb + +------------------------------------------------------------------- +Thu May 16 15:20:56 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: ref-verify not built +- commit 701d654 + +------------------------------------------------------------------- +Thu May 16 15:20:06 CEST 2024 - dsterba@suse.com + +- btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) +- commit a1c6ed1 + +------------------------------------------------------------------- +Thu May 16 15:19:07 CEST 2024 - dsterba@suse.com + +- btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) +- commit e6bb34b + +------------------------------------------------------------------- +Thu May 16 15:17:20 CEST 2024 - dsterba@suse.com + +- btrfs: error when COWing block from a root that is being deleted (git-fixes) +- commit 78a2694 + +------------------------------------------------------------------- +Thu May 16 15:16:01 CEST 2024 - dsterba@suse.com + +- btrfs: error out when COWing block using a stale transaction (git-fixes) +- commit 850d86f + +------------------------------------------------------------------- +Thu May 16 13:09:22 CEST 2024 - mfranc@suse.cz + +- s390/cpum_cf: make crypto counters upward compatible across + machine types (bsc#1224348). +- commit 36c1e09 + +------------------------------------------------------------------- +Thu May 16 12:18:15 CEST 2024 - dsterba@suse.com + +- btrfs: always print transaction aborted messages with an error level (git-fixes) +- commit 26fa5ae + +------------------------------------------------------------------- +Thu May 16 12:00:22 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Do not produce metadata freelist entries in Tx port + ts WQE xmit (git-fixes). +- commit 287b501 + +------------------------------------------------------------------- +Thu May 16 11:58:47 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: HTB, Fix inconsistencies with QoS SQs number + (git-fixes). +- commit 0085432 + +------------------------------------------------------------------- +Thu May 16 11:57:19 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). +- commit 01134b3 + +------------------------------------------------------------------- +Thu May 16 11:55:49 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: RSS, Block changing channels number when RXFH is + configured (git-fixes). +- commit c93a7d5 + +------------------------------------------------------------------- +Thu May 16 11:54:14 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Correctly compare pkt reformat ids (git-fixes). +- commit 76a7159 + +------------------------------------------------------------------- +Thu May 16 11:52:39 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Properly link new fs rules into the tree (git-fixes). +- commit 7272c33 + +------------------------------------------------------------------- +Thu May 16 11:51:07 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: offset comp irq index in name by one (git-fixes). +- commit 56809e4 + +------------------------------------------------------------------- +Thu May 16 11:46:42 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Register devlink first under devlink lock (git-fixes). +- commit 3162538 + +------------------------------------------------------------------- +Thu May 16 11:44:32 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: E-switch, store eswitch pointer before registering + devlink_param (git-fixes). +- commit d6f7fd4 + +------------------------------------------------------------------- +Thu May 16 09:18:51 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). +- ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write + (stable-fixes). +- ALSA: Fix deadlocks with kctl removals at disconnection + (stable-fixes). +- ALSA: hda: clarify Copyright information (stable-fixes). +- ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W + (stable-fixes). +- ALSA: hda/realtek: Fix internal speakers for Legion Y9000X + 2022 IAH7 (stable-fixes). +- ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid + (stable-fixes). +- ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops + (stable-fixes). +- ALSA: hda: cs35l41: Ignore errors when configuring IRQs + (stable-fixes). +- ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD + (stable-fixes). +- ALSA: hda: cs35l41: Remove redundant argument to + cs35l41_request_firmware_file() (stable-fixes). +- ALSA: hda: cs35l41: Update DSP1RX5/6 Sources for DSP config + (stable-fixes). +- ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 + (stable-fixes). +- ALSA: hda: cs35l41: Support HP Omen models without _DSD + (stable-fixes). +- ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting + (stable-fixes). +- commit bd5e5fc + +------------------------------------------------------------------- +Thu May 16 09:09:00 CEST 2024 - tiwai@suse.de + +- Add cherry-picked patch references to amdgpu patches +- commit fb4ef8e + +------------------------------------------------------------------- +Thu May 16 09:02:33 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e + (git-fixes). +- ASoC: tas2781: Fix a warning reported by robot kernel test + (git-fixes). +- ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value + (git-fixes). +- ASoC: Intel: avs: Test result of avs_get_module_entry() + (git-fixes). +- ASoC: Intel: avs: Fix potential integer overflow (git-fixes). +- ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). +- ASoC: SOF: Intel: mtl: Implement firmware boot state check + (git-fixes). +- ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). +- Revert "ASoC: SOF: Intel: hda-dai-ops: only allocate/release + streams for first CPU DAI" (stable-fixes). +- Revert "ASoC: SOF: Intel: hda-dai-ops: reset device count for + SoundWire DAIs" (stable-fixes). +- ASoC: kirkwood: Fix potential NULL dereference (git-fixes). +- ASoC: Intel: avs: ssm4567: Do not ignore route checks + (git-fixes). +- ASoC: Intel: Disable route checks for Skylake boards + (git-fixes). +- ASoC: mediatek: Assign dummy when codec not specified for a + DAI link (git-fixes). +- ASoC: mediatek: mt8192: fix register configuration for tdm + (git-fixes). +- ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). +- ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup + (git-fixes). +- ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim + 7 16ARHA7 (git-fixes). +- fbdev: savage: Handle err return when savagefb_check_var failed + (git-fixes). +- fbdev: sh7760fb: allow modular build (git-fixes). +- fbdev: sisfb: hide unused variables (git-fixes). +- fbdev: shmobile: fix snprintf truncation (git-fixes). +- drm: zynqmp_dpsub: Always register bridge (git-fixes). +- Revert "drm/bridge: ti-sn65dsi83: Fix enable error path" + (git-fixes). +- drm/fbdev-generic: Do not set physical framebuffer address + (git-fixes). +- drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting + fails (git-fixes). +- drm/msm/adreno: fix CP cycles stat retrieval on a7xx + (git-fixes). +- drm/msm/dpu: Add callback function pointer check before its call + (git-fixes). +- drm/msm/dpu: Allow configuring multiple active DSC blocks + (git-fixes). +- drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). +- drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original + mode pclk (git-fixes). +- drm/msm/dp: Avoid a long timeout for AUX transfer if nothing + connected (git-fixes). +- drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). +- drm/mediatek: dp: Fix mtk_dp_aux_transfer return value + (git-fixes). +- drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). +- drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). +- drm/bridge: tc358775: fix support for jeida-18 and jeida-24 + (git-fixes). +- drm/meson: gate px_clk when setting rate (git-fixes). +- drm/rockchip: vop2: Do not divide height twice for YUV + (git-fixes). +- drm/panel: simple: Add missing Innolux G121X1-L03 format, + flags, connector (git-fixes). +- drm/bridge: anx7625: Update audio status while detecting + (git-fixes). +- drm/panel: novatek-nt35950: Don't log an error when DSI host + can't be found (git-fixes). +- drm/bridge: dpc3433: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: tc358775: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: lt9611uxc: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: lt9611: Don't log an error when DSI host can't be + found (git-fixes). +- drm/bridge: lt8912b: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: icn6211: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: anx7625: Don't log an error when DSI host can't + be found (git-fixes). +- drm: vc4: Fix possible null pointer dereference (git-fixes). +- drm/arm/malidp: fix a possible null pointer dereference + (git-fixes). +- drm/amd/display: Remove redundant condition in + dcn35_calc_blocks_to_gate() (git-fixes). +- drm/amd/display: Fix potential index out of bounds in color + transformation function (git-fixes). +- drm: bridge: cdns-mhdp8546: Fix possible null pointer + dereference (git-fixes). +- drm/meson: vclk: fix calculation of 59.94 fractional rates + (git-fixes). +- drm/panel: ltk050h3146w: drop duplicate commands from + LTK050H3148W init (git-fixes). +- drm/panel: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W + flags (git-fixes). +- drm/lcdif: Do not disable clocks on already suspended hardware + (git-fixes). +- drm/omapdrm: Fix console by implementing fb_dirty (git-fixes). +- drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() + (git-fixes). +- drm/ci: update device type for volteer devices (git-fixes). +- drm/bridge: Fix improper bridge init order with + pre_enable_prev_first (git-fixes). +- commit e7d2777 + +------------------------------------------------------------------- +Thu May 16 08:24:39 CEST 2024 - tiwai@suse.de + +- Revert "selinux: introduce an initial SID for early boot processes" (bsc#1208593) + It caused a regression on ALP-current branch, kernel-obs-qa build failed. +- commit 35271c3 + +------------------------------------------------------------------- +Wed May 15 17:14:07 CEST 2024 - msuchanek@suse.de + +- powerpc/eeh: Permanently disable the removed device (bsc#1223991 + ltc#205740). +- commit b9c2f2f + +------------------------------------------------------------------- +Wed May 15 15:15:17 CEST 2024 - dsterba@suse.com + +- fat: fix uninitialized field in nostale filehandles (git-fixes) +- commit f1e1fd7 + +------------------------------------------------------------------- +Wed May 15 15:09:17 CEST 2024 - denis.kirjanov@suse.com + +- net: ks8851: Queue RX packets in IRQ handler instead of + disabling BHs (git-fixes). +- commit cc9313f + +------------------------------------------------------------------- +Wed May 15 15:01:36 CEST 2024 - tiwai@suse.de + +- Move upstreamed ACPI patch into sorted section +- commit 6c48aae + +------------------------------------------------------------------- +Wed May 15 14:54:26 CEST 2024 - dsterba@suse.com + +- fs: relax mount_setattr() permission checks (git-fixes) +- commit 3b377cf + +------------------------------------------------------------------- +Wed May 15 14:49:02 CEST 2024 - iivanov@suse.de + +- bpf, arm64: Fix incorrect runtime stats (git-fixes) +- commit c30a258 + +------------------------------------------------------------------- +Wed May 15 14:48:53 CEST 2024 - dsterba@suse.com + +- fast_dput(): handle underflows gracefully (git-fixes) +- commit 7a48807 + +------------------------------------------------------------------- +Wed May 15 14:42:00 CEST 2024 - dsterba@suse.com + +- ecryptfs: Reject casefold directory inodes (git-fixes) +- commit bc23622 + +------------------------------------------------------------------- +Wed May 15 14:34:09 CEST 2024 - dsterba@suse.com + +- fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) +- commit 97f203b + +------------------------------------------------------------------- +Wed May 15 14:30:48 CEST 2024 - mkoutny@suse.com + +- cifs: fix underflow in parse_server_interfaces() (CVE-2024-26828 bsc#1223084). +- commit 40aba68 + +------------------------------------------------------------------- +Wed May 15 14:27:20 CEST 2024 - dsterba@suse.com + +- blacklist.conf: fs updates +- commit 372a9be + +------------------------------------------------------------------- +Wed May 15 13:58:14 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). +- commit 6fa6e4e + +------------------------------------------------------------------- +Wed May 15 13:56:35 CEST 2024 - denis.kirjanov@suse.com + +- net: ks8851: Handle softirqs at the end of IRQ thread to fix + hang (git-fixes). +- commit 871b504 + +------------------------------------------------------------------- +Wed May 15 13:53:39 CEST 2024 - denis.kirjanov@suse.com + +- net: ks8851: Inline ks8851_rx_skb() (git-fixes). +- commit 0fafe3f + +------------------------------------------------------------------- +Wed May 15 13:52:12 CEST 2024 - denis.kirjanov@suse.com + +- bnxt_en: Reset PTP tx_avail after possible firmware reset + (git-fixes). +- commit 9421aa8 + +------------------------------------------------------------------- +Wed May 15 13:50:35 CEST 2024 - denis.kirjanov@suse.com + +- bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). +- commit a747a74 + +------------------------------------------------------------------- +Wed May 15 13:49:07 CEST 2024 - denis.kirjanov@suse.com + +- bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() + (git-fixes). +- commit 6a62a82 + +------------------------------------------------------------------- +Wed May 15 13:47:28 CEST 2024 - denis.kirjanov@suse.com + +- geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). +- commit d4d699c + +------------------------------------------------------------------- +Wed May 15 13:46:00 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). +- commit 9beffaf + +------------------------------------------------------------------- +Wed May 15 13:44:11 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: SF, Stop waiting for FW as teardown was called + (git-fixes). +- commit 2583247 + +------------------------------------------------------------------- +Wed May 15 13:42:36 CEST 2024 - denis.kirjanov@suse.com + +- mlxsw: Use refcount_t for reference counting (git-fixes). +- commit 5be65d6 + +------------------------------------------------------------------- +Wed May 15 13:40:51 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Use tx_ring instead of xdp_ring for XDP channel TX + (git-fixes). +- commit d4b3628 + +------------------------------------------------------------------- +Wed May 15 13:39:21 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Pass ena_adapter instead of net_device to + ena_xmit_common() (git-fixes). +- commit c080c13 + +------------------------------------------------------------------- +Wed May 15 13:37:24 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Move XDP code to its new files (git-fixes). +- commit 7cd4a35 + +------------------------------------------------------------------- +Wed May 15 13:35:18 CEST 2024 - denis.kirjanov@suse.com + +- net: openvswitch: Fix Use-After-Free in ovs_ct_exit (bsc#1224098 + CVE-2024-27395). +- commit a237c4c + +------------------------------------------------------------------- +Wed May 15 13:29:39 CEST 2024 - ddiss@suse.de + +- selinux: introduce an initial SID for early boot processes + (bsc#1208593). +- commit a82f05c + +------------------------------------------------------------------- +Wed May 15 12:26:31 CEST 2024 - mkubecek@suse.cz + +- mctp: perform route lookups under a RCU read-side lock + (CVE-2023-52483 bsc#1220738). +- commit 659b74f + +------------------------------------------------------------------- +Wed May 15 10:24:39 CEST 2024 - tbogendoerfer@suse.de + +- net: gtp: Fix Use-After-Free in gtp_dellink (bsc#1224096 + CVE-2024-27396). +- commit 7f59223 + +------------------------------------------------------------------- +Wed May 15 09:25:00 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 25085d6 + +------------------------------------------------------------------- +Wed May 15 09:23:53 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask + (git-fixes). +- commit 61c5310 + +------------------------------------------------------------------- +Wed May 15 09:21:39 CEST 2024 - tiwai@suse.de + +- ax25: Fix reference count leak issue of net_device (git-fixes). +- ax25: Fix reference count leak issues of ax25_dev (git-fixes). +- net: usb: ax88179_178a: fix link status when link is set to + down/up (git-fixes). +- selftests: net: move amt to socat for better compatibility + (git-fixes). +- Bluetooth: qca: Fix error code in qca_read_fw_build_info() + (git-fixes). +- net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). +- wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). +- wifi: rtw89: pci: correct TX resource checking for PCI DMA + channel of firmware command (git-fixes). +- wifi: ar5523: enable proper endpoint verification (git-fixes). +- wifi: carl9170: add a proper sanity check for endpoints + (git-fixes). +- wifi: ath10k: populate board data for WCN3990 (git-fixes). +- wifi: ath10k: Fix an error code problem in + ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). +- wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() + (git-fixes). +- wifi: carl9170: re-fix fortified-memset warning (git-fixes). +- wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset + (git-fixes). +- wifi: mt76: mt7603: fix tx queue of loopback packets + (git-fixes). +- net: usb: sr9700: stop lying about skb->truesize (git-fixes). +- usb: aqc111: stop lying about skb->truesize (git-fixes). +- wifi: iwlwifi: mvm: init vif works only once (git-fixes). +- net: nfc: remove inappropriate attrs check (stable-fixes). +- wifi: ath11k: don't force enable power save on non-running vdevs + (git-fixes). +- wifi: ath10k: poll service ready message before failing + (git-fixes). +- wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). +- wifi: iwlwifi: mvm: select STA mask only for active links + (git-fixes). +- wifi: iwlwifi: mvm: fix active link counting during recovery + (git-fixes). +- wifi: iwlwifi: mvm: allocate STA links only for active links + (git-fixes). +- wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() + (git-fixes). +- wifi: mt76: mt7915: workaround too long expansion sparse + warnings (git-fixes). +- wifi: brcmfmac: pcie: handle randbuf allocation failure + (git-fixes). +- bitops: add missing prototype check (git-fixes). +- ata: pata_legacy: make legacy_exit() work again (git-fixes). +- efi: libstub: only free priv.runtime_map when allocated + (git-fixes). +- HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). +- HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors + (git-fixes). +- hwmon: (lm70) fix links in doc and comments (git-fixes). +- spi: xilinx: Fix kernel documentation in the xilinx_spi.h + (git-fixes). +- ACPI: LPSS: Advertise number of chip selects via property + (git-fixes). +- ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC + (git-fixes). +- ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). +- ACPI: bus: Indicate support for the Generic Event Device thru + _OSC (git-fixes). +- ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). +- ACPI: disable -Wstringop-truncation (git-fixes). +- cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations + (git-fixes). +- cppc_cpufreq: Fix possible null pointer dereference (git-fixes). +- cpufreq: exit() callback is optional (git-fixes). +- thermal/drivers/tsens: Fix null pointer dereference (git-fixes). +- thermal/drivers/qcom/lmh: Check for SCM availability at probe + (git-fixes). +- selftests: default to host arch for LLVM builds (git-fixes). +- selftests/resctrl: fix clang build failure: use LOCAL_HDRS + (git-fixes). +- selftests/binderfs: use the Makefile's rules, not Make's + implicit rules (git-fixes). +- irqchip/loongson-pch-msi: Fix off-by-one on allocation error + path (git-fixes). +- irqchip/alpine-msi: Fix off-by-one in allocation error path + (git-fixes). +- commit ea6926d + +------------------------------------------------------------------- +Tue May 14 22:38:00 CEST 2024 - lduncan@suse.com + +- block: Fix iterating over an empty bio with + bio_for_each_folio_all (bsc#1221635 CVE-2024-26632). +- commit a419383 + +------------------------------------------------------------------- +Tue May 14 15:42:02 CEST 2024 - dsterba@suse.com + +- iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) +- commit cfedccd + +------------------------------------------------------------------- +Tue May 14 14:43:22 CEST 2024 - nik.borisov@suse.com + +- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). +- commit 431e388 + +------------------------------------------------------------------- +Tue May 14 14:41:24 CEST 2024 - nik.borisov@suse.com + +- kabi/severities: Remove mitigation-related symbols + Those are used by the core kernel to implement CPU vulnerabilities + mitigation and are not expected to be consumed by 3rd party users. +- commit 8d79889 + +------------------------------------------------------------------- +Tue May 14 13:52:42 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/Bluetooth-hci_sync-Don-t-double-print-name-in-add-re.patch + (bsc#1216358). + Added bugzilla reference +- commit 3985fb5 + +------------------------------------------------------------------- +Tue May 14 13:37:13 CEST 2024 - oneukum@suse.com + +- Update patches.suse/usb-ulpi-Fix-debugfs-directory-leak.patch + (bsc#1223847 CVE-2024-26919). + Added bugzilla ID and CVE +- commit 44b677b + +------------------------------------------------------------------- +Tue May 14 12:14:59 CEST 2024 - ailiop@suse.com + +- xfs: fix perag leak when growfs fails (git-fixes). +- commit 111377b + +------------------------------------------------------------------- +Tue May 14 12:14:09 CEST 2024 - ailiop@suse.com + +- xfs: add lock protection when remove perag from radix tree + (git-fixes). +- commit fdadeb0 + +------------------------------------------------------------------- +Tue May 14 12:13:09 CEST 2024 - ailiop@suse.com + +- xfs: force all buffers to be written during btree bulk load + (git-fixes). +- commit bcc67e9 + +------------------------------------------------------------------- +Tue May 14 12:11:21 CEST 2024 - ailiop@suse.com + +- xfs: recompute growfsrtfree transaction reservation while + growing rt volume (git-fixes). +- commit 0ef8d73 + +------------------------------------------------------------------- +Tue May 14 12:09:52 CEST 2024 - ailiop@suse.com + +- xfs: make xchk_iget safer in the presence of corrupt inode + btrees (git-fixes). +- commit 3312038 + +------------------------------------------------------------------- +Tue May 14 12:07:44 CEST 2024 - ailiop@suse.com + +- xfs: transfer recovered intent item ownership in ->iop_recover + (git-fixes). +- commit 9cdf2ef + +------------------------------------------------------------------- +Tue May 14 12:05:26 CEST 2024 - ailiop@suse.com + +- xfs: pass the xfs_defer_pending object to iop_recover + (git-fixes). +- commit c4d4eda + +------------------------------------------------------------------- +Tue May 14 12:04:27 CEST 2024 - ailiop@suse.com + +- xfs: use xfs_defer_pending objects to recover intent items + (git-fixes). +- commit 4e8f44d + +------------------------------------------------------------------- +Tue May 14 11:22:00 CEST 2024 - ailiop@suse.com + +- jffs2: prevent xattr node from overflowing the eraseblock + (git-fixes). +- commit bb15e9c + +------------------------------------------------------------------- +Tue May 14 11:20:58 CEST 2024 - nik.borisov@suse.com + +- x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). +- commit 7c55ce6 + +------------------------------------------------------------------- +Tue May 14 11:09:53 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). +- commit b73f38c + +------------------------------------------------------------------- +Tue May 14 10:55:59 CEST 2024 - nik.borisov@suse.com + +- x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). +- commit 5ad2192 + +------------------------------------------------------------------- +Tue May 14 10:55:41 CEST 2024 - nik.borisov@suse.com + +- x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). +- commit 653bafb + +------------------------------------------------------------------- +Tue May 14 10:55:20 CEST 2024 - nik.borisov@suse.com + +- x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). +- commit 3e5de92 + +------------------------------------------------------------------- +Tue May 14 10:54:54 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Disentangle rethunk-dependent options (git-fixes). +- Refresh + patches.suse/x86-bugs-Cache-the-value-of-MSR_IA32_ARCH_CAPABILITIES.patch. +- commit 4761d61 + +------------------------------------------------------------------- +Tue May 14 10:53:48 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Remove default case for fully switched enums (git-fixes). +- commit caa1a64 + +------------------------------------------------------------------- +Tue May 14 10:53:32 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Remove 'pred_cmd' label (git-fixes). +- commit d2d0e6a + +------------------------------------------------------------------- +Tue May 14 10:53:02 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Unexport untraining functions (git-fixes). +- commit f855258 + +------------------------------------------------------------------- +Tue May 14 10:52:43 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Improve i-cache locality for alias mitigation (git-fixes). +- commit 8ffea3d + +------------------------------------------------------------------- +Tue May 14 10:50:51 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Fix unret validation dependencies (git-fixes). +- commit 95452af + +------------------------------------------------------------------- +Tue May 14 10:50:12 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). +- Refresh + patches.suse/x86-srso-fix-vulnerability-reporting-for-missing-microcode.patch. +- commit 3afb908 + +------------------------------------------------------------------- +Tue May 14 10:41:29 CEST 2024 - oneukum@suse.com + +- blacklist.conf: not applicable +- commit 158f7dc + +------------------------------------------------------------------- +Tue May 14 10:25:06 CEST 2024 - nik.borisov@suse.com + +- x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). +- commit 9588be6 + +------------------------------------------------------------------- +Tue May 14 10:22:32 CEST 2024 - nik.borisov@suse.com + +- x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). +- commit 3b9c9ee + +------------------------------------------------------------------- +Tue May 14 10:22:12 CEST 2024 - nik.borisov@suse.com + +- x86/purgatory: Switch to the position-independent small code model (git-fixes). +- commit 57ab7d5 + +------------------------------------------------------------------- +Tue May 14 10:21:57 CEST 2024 - nik.borisov@suse.com + +- x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). +- commit f043bca + +------------------------------------------------------------------- +Tue May 14 08:25:02 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 96e6c4c + +------------------------------------------------------------------- +Tue May 14 08:24:29 CEST 2024 - tiwai@suse.de + +- soc: qcom: pmic_glink: Make client-lock non-sleeping + (git-fixes). +- commit 410217d + +------------------------------------------------------------------- +Tue May 14 08:16:26 CEST 2024 - tiwai@suse.de + +- soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request + (git-fixes). +- commit 2c41b82 + +------------------------------------------------------------------- +Tue May 14 08:08:44 CEST 2024 - tiwai@suse.de + +- crypto: qat - specify firmware files for 402xx (git-fixes). +- crypto: qat - improve error logging to be consistent across + features (git-fixes). +- crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). +- crypto: ccp - drop platform ifdef checks (git-fixes). +- crypto: bcm - Fix pointer arithmetic (git-fixes). +- crypto: ecdsa - Fix module auto-load on add-key (git-fixes). +- kunit/fortify: Fix mismatched kvalloc()/vfree() usage + (git-fixes). +- nilfs2: fix out-of-range warning (git-fixes). +- admin-guide/hw-vuln/core-scheduling: fix return type of + PR_SCHED_CORE_GET (git-fixes). +- soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (git-fixes). +- soc: qcom: pmic_glink: notify clients about the current state + (git-fixes). +- soc: qcom: pmic_glink: don't traverse clients list without a + lock (git-fixes). +- commit 7da1cbc + +------------------------------------------------------------------- +Mon May 13 19:20:28 CEST 2024 - dsterba@suse.com + +- btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) +- commit 8bc326a + +------------------------------------------------------------------- +Mon May 13 18:29:29 CEST 2024 - tonyj@suse.de + +- blacklist.conf: add perf patch already known by alias commit +- commit 706da8e + +------------------------------------------------------------------- +Mon May 13 17:53:02 CEST 2024 - dsterba@suse.com + +- btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) + Dropped hunk in selftests (test_case_7), 92e1229b204d6. +- commit 8dcf7c1 + +------------------------------------------------------------------- +Mon May 13 17:50:51 CEST 2024 - dsterba@suse.com + +- btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) +- commit 622d549 + +------------------------------------------------------------------- +Mon May 13 17:47:31 CEST 2024 - dsterba@suse.com + +- btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) +- commit 84f4309 + +------------------------------------------------------------------- +Mon May 13 17:46:30 CEST 2024 - dsterba@suse.com + +- btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) +- commit bbc649d + +------------------------------------------------------------------- +Mon May 13 17:45:16 CEST 2024 - dsterba@suse.com + +- btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) +- commit 8ef1c53 + +------------------------------------------------------------------- +Mon May 13 17:40:46 CEST 2024 - dsterba@suse.com + +- btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) +- commit a6f28a6 + +------------------------------------------------------------------- +Mon May 13 17:32:40 CEST 2024 - dsterba@suse.com + +- btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) +- commit 4b7ba54 + +------------------------------------------------------------------- +Mon May 13 17:29:01 CEST 2024 - dsterba@suse.com + +- blacklist.conf: Add 2d6cd791e63e "btrfs: fix race between finishing block group creation and its item update" +- commit ca673ac + +------------------------------------------------------------------- +Mon May 13 17:09:25 CEST 2024 - tiwai@suse.de + +- firewire: nosy: ensure user_length is taken into account when + fetching packet contents (CVE-2024-27401 bsc#1224181). +- commit 5441039 + +------------------------------------------------------------------- +Mon May 13 16:51:11 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-aqc111-check-packet-for-fixup-for-true-limit.patch + (bsc#1217169 CVE-2023-52655). + Added bugzilla and CVE +- commit 20db8f9 + +------------------------------------------------------------------- +Mon May 13 15:34:42 CEST 2024 - dsterba@suse.com + +- btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) +- commit 9ec1333 + +------------------------------------------------------------------- +Mon May 13 15:02:10 CEST 2024 - nstange@suse.de + +- crypto: rsa - add a check for allocation failure (bsc#1222775). +- commit 8c6c396 + +------------------------------------------------------------------- +Mon May 13 14:53:32 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 70f199a + +------------------------------------------------------------------- +Mon May 13 14:51:33 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 835874a + +------------------------------------------------------------------- +Mon May 13 14:00:14 CEST 2024 - tiwai@suse.de + +- kABI workaround for of driver changes (git-fixes). +- commit ef08885 + +------------------------------------------------------------------- +Mon May 13 12:29:23 CEST 2024 - colyli@suse.de + +- aoe: avoid potential deadlock at set_capacity (CVE-2024-26775, + bsc#1222627). +- commit fd6e05d + +------------------------------------------------------------------- +Mon May 13 11:57:20 CEST 2024 - nstange@suse.de + +- crypto: testmgr - remove unused xts4096 and xts512 algorithms + from testmgr.c (bsc#1222769). +- commit 0de6756 + +------------------------------------------------------------------- +Mon May 13 11:46:01 CEST 2024 - nstange@suse.de + +- crypto: rsa - allow only odd e and restrict value in FIPS mode + (bsc#1222775). +- commit c5ca0e4 + +------------------------------------------------------------------- +Mon May 13 11:44:23 CEST 2024 - tiwai@suse.de + +- of: module: prevent NULL pointer dereference in vsnprintf() + (stable-fixes). +- of: dynamic: Synchronize of_changeset_destroy() with the + devlink removals (git-fixes). +- of: property: fw_devlink: Fix stupid bug in remote-endpoint + parsing (git-fixes). +- of: property: Add in-ports/out-ports support to + of_graph_get_port_parent() (stable-fixes). +- of: property: Improve finding the supplier of a remote-endpoint + property (git-fixes). +- of: property: Improve finding the consumer of a remote-endpoint + property (git-fixes). +- of: unittest: Fix compile in the non-dynamic case (git-fixes). +- of: property: fix typo in io-channels (git-fixes). +- commit 7743bc7 + +------------------------------------------------------------------- +Mon May 13 11:37:15 CEST 2024 - nstange@suse.de + +- crypto: ecc - update ecc_gen_privkey for FIPS 186-5 + (bsc#1222782). +- commit bcc0381 + +------------------------------------------------------------------- +Mon May 13 08:31:07 CEST 2024 - tiwai@suse.de + +- selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). +- EDAC/synopsys: Fix ECC status and IRQ control race condition + (git-fixes). +- commit 85ce9d3 + +------------------------------------------------------------------- +Mon May 13 04:24:13 CEST 2024 - neilb@suse.de + +- nfs: fix UAF in direct writes (bsc#1223653 CVE-2024-26958). +- commit 9b53f23 + +------------------------------------------------------------------- +Sat May 11 08:30:35 CEST 2024 - tiwai@suse.de + +- drm/connector: Add \n to message about demoting connector + force-probes (git-fixes). +- drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). +- drm/meson: dw-hdmi: power up phy on device init (git-fixes). +- drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible + (git-fixes). +- drm/amdkfd: don't allow mapping the MMIO HDP page with large + pages (git-fixes). +- dm/amd/pm: Fix problems with reboot/shutdown for some SMU + 13.0.4/13.0.11 users (git-fixes). +- drm/i915/bios: Fix parsing backlight BDB data (git-fixes). +- drm/i915/gt: Automate CCS Mode setting during engine resets + (git-fixes). +- maple_tree: fix mas_empty_area_rev() null pointer dereference + (git-fixes). +- spi: microchip-core-qspi: fix setting spi bus clock rate + (git-fixes). +- regulator: core: fix debugfs creation regression (git-fixes). +- commit 3a3ad92 + +------------------------------------------------------------------- +Fri May 10 16:36:48 CEST 2024 - jlee@suse.com + +- netfilter: nf_tables: mark set as dead when unbinding anonymous + set with timeout (bsc#1221829 CVE-2024-26643). +- commit c841ee9 + +------------------------------------------------------------------- +Fri May 10 11:47:33 CEST 2024 - jlee@suse.com + +- block/rnbd-srv: Check for unlikely string overflow (bsc#1221615 + CVE-2023-52618). +- commit 3cf7eb9 + +------------------------------------------------------------------- +Fri May 10 10:35:21 CEST 2024 - dwagner@suse.de + +- block: bio-integrity: fix kcalloc() arguments order (bsc#1217384 + CVE-2023-6238). +- commit 37816df + +------------------------------------------------------------------- +Fri May 10 09:51:05 CEST 2024 - tiwai@suse.de + +- hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us + (git-fixes). +- hwmon: (corsair-cpro) Protect ccp->wait_input_report with a + spinlock (git-fixes). +- hwmon: (corsair-cpro) Use complete_all() instead of complete() + in ccp_raw_event() (git-fixes). +- hwmon: (corsair-cpro) Use a separate buffer for sending commands + (git-fixes). +- nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). +- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout + (git-fixes). +- Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). +- Bluetooth: qca: fix info leak when fetching fw build id + (git-fixes). +- Bluetooth: qca: fix NVM configuration parsing (git-fixes). +- Bluetooth: qca: add missing firmware sanity checks (git-fixes). +- Bluetooth: msft: fix slab-use-after-free in msft_do_close() + (git-fixes). +- Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout + (git-fixes). +- ARM: 9381/1: kasan: clear stale stack poison (git-fixes). +- commit aa6a883 + +------------------------------------------------------------------- +Fri May 10 01:57:58 CEST 2024 - krisman@suse.de + +- Update + patches.suse/xen-netfront-Add-missing-skb_mark_for_recycle.patch + (git-fixes CVE-2024-27393 bsc#1224076). +- commit 3dacd9a + +------------------------------------------------------------------- +Thu May 9 10:12:28 CEST 2024 - jslaby@suse.cz + +- kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe + address (CVE-2024-26946 bsc#1223669). +- commit c3ef9f9 + +------------------------------------------------------------------- +Thu May 9 10:06:13 CEST 2024 - tiwai@suse.de + +- Move upstreamed powerpc patches into sorted section +- commit de7fc3a + +------------------------------------------------------------------- +Wed May 8 15:16:20 CEST 2024 - dwagner@suse.de + +- io_uring: kabi cookie remove (bsc#1217384). +- commit 6174cfd + +------------------------------------------------------------------- +Wed May 8 14:47:51 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/USB-core-Fix-deadlock-in-port-disable-sysfs-attribut.patch + (bsc#1223670 CVE-2024-26933). + Added CVE and bugzilla ID +- commit 2932a82 + +------------------------------------------------------------------- +Wed May 8 14:32:33 CEST 2024 - oneukum@suse.com + +- crypto: iaa - Fix nr_cpus < nr_iaa case (bsc#1223732 + CVE-2024-26945). +- commit d4480a0 + +------------------------------------------------------------------- +Wed May 8 13:00:52 CEST 2024 - dwagner@suse.de + +- supported.conf: support tcp_dctcp module (jsc#PED-8111) +- commit 84b1f91 + +------------------------------------------------------------------- +Wed May 8 09:35:19 CEST 2024 - nstange@suse.de + +- Update + patches.suse/crypto-lib-mpi-Fix-unexpected-pointer-access-in-mpi_.patch + (git-fixes CVE-2023-52616 bsc#1221612). +- commit 0f801e9 + +------------------------------------------------------------------- +Wed May 8 09:33:26 CEST 2024 - tzimmermann@suse.com + +- Update "drm/vmwgfx: Fix possible null pointer derefence with invalid contexts" (CVE-2024-26979 bsc#1223628) +- commit 562486d + +------------------------------------------------------------------- +Tue May 7 17:18:31 CEST 2024 - fdmanana@suse.com + +- btrfs: fix race when detecting delalloc ranges during fiemap + (bsc#1223285). +- commit b4449a9 + +------------------------------------------------------------------- +Tue May 7 17:04:53 CEST 2024 - fdmanana@suse.com + +- btrfs: ensure fiemap doesn't race with writes when + FIEMAP_FLAG_SYNC is given (bsc#1223285). +- commit e1d5456 + +------------------------------------------------------------------- +Tue May 7 17:00:54 CEST 2024 - fdmanana@suse.com + +- btrfs: fix race between ordered extent completion and fiemap + (bsc#1223285). +- commit b2ade77 + +------------------------------------------------------------------- +Tue May 7 16:49:51 CEST 2024 - fdmanana@suse.com + +- btrfs: fix deadlock with fiemap and extent locking + (bsc#1223285). +- commit 032df64 + +------------------------------------------------------------------- +Tue May 7 16:35:53 CEST 2024 - fdmanana@suse.com + +- btrfs: send: don't issue unnecessary zero writes for trailing + hole (bsc#1222459). +- commit 79ef069 + +------------------------------------------------------------------- +Tue May 7 16:30:29 CEST 2024 - vkarasulli@suse.de + +- inet: read sk->sk_family once in inet_recv_error() (bsc#1222385 + CVE-2024-26679). +- commit cb5e75a + +------------------------------------------------------------------- +Tue May 7 14:12:46 CEST 2024 - tiwai@suse.de + +- Move upstreamed HD-audio patch into sorted section +- commit d615f15 + +------------------------------------------------------------------- +Tue May 7 14:12:37 CEST 2024 - tiwai@suse.de + +- ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 + (bsc#1217750). +- commit 9e75dfd + +------------------------------------------------------------------- +Tue May 7 13:37:02 CEST 2024 - dsterba@suse.com + +- btrfs: dev-replace: properly validate device names (CVE-2024-26791 bsc#1222793) +- commit 0244362 + +------------------------------------------------------------------- +Tue May 7 12:59:26 CEST 2024 - dsterba@suse.com + +- fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame() (CVE-2023-52641 bsc#1222303) +- commit 3195e8d + +------------------------------------------------------------------- +Tue May 7 12:14:44 CEST 2024 - mkubecek@suse.cz + +- fix patch references (CVE-2024-26739 bsc#1222559): + - patches.suse/net-sched-act_mirred-Create-function-tcf_mirred_to_d.patch + - patches.suse/net-sched-act_mirred-don-t-override-retval-if-we-alr.patch +- commit af4b677 + +------------------------------------------------------------------- +Tue May 7 11:01:53 CEST 2024 - oneukum@suse.com + +- usb: dwc3: core: Prevent phy suspend during init (Git-fixes). +- commit 0feb823 + +------------------------------------------------------------------- +Tue May 7 10:05:18 CEST 2024 - vkarasulli@suse.de + +- netfilter: nft_ct: fix l3num expectations with inet pseudo + family (git-fixes). +- commit e0fbf15 + +------------------------------------------------------------------- +Tue May 7 08:51:04 CEST 2024 - pjakobsson@suse.de + +- drm/i915/vma: Fix UAF on destroy against retire race (CVE-2024-26939 bsc#1223679). +- commit 0c69759 + +------------------------------------------------------------------- +Tue May 7 07:56:59 CEST 2024 - tiwai@suse.de + +- Reapply "drm/qxl: simplify qxl_fence_wait" (stable-fixes). +- commit 2bd2798 + +------------------------------------------------------------------- +Tue May 7 00:12:18 CEST 2024 - mkubecek@suse.cz + +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (CVE-2024-26865 bsc#1223062). +- commit 4df5c35 + +------------------------------------------------------------------- +Mon May 6 22:49:40 CEST 2024 - mkubecek@suse.cz + +- packet: annotate data-races around ignore_outgoing + (CVE-2024-26862 bsc#1223111). +- commit 50ec7e9 + +------------------------------------------------------------------- +Mon May 6 22:21:54 CEST 2024 - mkubecek@suse.cz + +- Update + patches.suse/sctp-fix-potential-deadlock-on-net-sctp.addr_wq.patch + references (add CVE-2024-0639 bsc#1218917). +- commit 61e4bcd + +------------------------------------------------------------------- +Mon May 6 21:33:30 CEST 2024 - dsterba@suse.com + +- fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame() (CVE-2023-52641 bsc#1222303) +- commit 45e1211 + +------------------------------------------------------------------- +Mon May 6 19:19:07 CEST 2024 - vkarasulli@suse.de + +- netfilter: nft_ct: sanitize layer 3 and 4 protocol number in + custom expectations (bsc#1222368 CVE-2024-26673). +- commit bffaac0 + +------------------------------------------------------------------- +Mon May 6 18:14:52 CEST 2024 - dsterba@suse.com + +- fs: sysfs: Fix reference leak in sysfs_break_active_protection() (CVE-2024-26993 bsc#1223693) +- commit b75cd2c + +------------------------------------------------------------------- +Mon May 6 18:02:40 CEST 2024 - dsterba@suse.com + +- btrfs: don't drop extent_map for free space inode on write error (CVE-2024-26726 bsc#1222532) +- commit 60707c9 + +------------------------------------------------------------------- +Mon May 6 17:37:25 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Only update pages_touched when a new page is + touched (git-fixes). +- commit f2292de + +------------------------------------------------------------------- +Mon May 6 17:34:30 CEST 2024 - petr.pavlu@suse.com + +- kprobes: Fix possible use-after-free issue on kprobe + registration (git-fixes). +- commit 3121e4a + +------------------------------------------------------------------- +Mon May 6 17:23:41 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch + (bsc#1219485 bsc#1219451 git-fixes CVE-2024-27009 bsc#1223699). +- Update + patches.suse/Bluetooth-btnxpuart-Fix-btnxpuart_close.patch + (git-fixes CVE-2024-26959 bsc#1223667). +- Update + patches.suse/USB-usb-storage-Prevent-divide-by-0-error-in-isd200_.patch + (git-fixes CVE-2024-27059 bsc#1223738). +- Update + patches.suse/backlight-hx8357-Fix-potential-NULL-pointer-derefere.patch + (git-fixes CVE-2024-27071 bsc#1223734). +- Update patches.suse/clk-Fix-clk_core_get-NULL-dereference.patch + (git-fixes CVE-2024-27038 bsc#1223816). +- Update + patches.suse/clk-hisilicon-hi3559a-Fix-an-erroneous-devm_kfree.patch + (git-fixes CVE-2024-27039 bsc#1223821). +- Update + patches.suse/clk-qcom-gcc-ipq6018-fix-terminating-of-frequency-ta.patch + (git-fixes CVE-2024-26970 bsc#1223644). +- Update + patches.suse/clk-qcom-gcc-ipq8074-fix-terminating-of-frequency-ta.patch + (git-fixes CVE-2024-26969 bsc#1223645). +- Update + patches.suse/clk-qcom-gcc-ipq9574-fix-terminating-of-frequency-ta.patch + (git-fixes CVE-2024-26968 bsc#1223642). +- Update + patches.suse/clk-qcom-mmcc-apq8084-fix-terminating-of-frequency-t.patch + (git-fixes CVE-2024-26966 bsc#1223646). +- Update + patches.suse/clk-qcom-mmcc-msm8974-fix-terminating-of-frequency-t.patch + (git-fixes CVE-2024-26965 bsc#1223648). +- Update + patches.suse/clk-zynq-Prevent-null-pointer-dereference-caused-by-.patch + (git-fixes CVE-2024-27037 bsc#1223717). +- Update + patches.suse/cpufreq-brcmstb-avs-cpufreq-add-check-for-cpufreq_cp.patch + (git-fixes CVE-2024-27051 bsc#1223769). +- Update + patches.suse/crypto-qat-resolve-race-condition-during-AER-recover.patch + (git-fixes CVE-2024-26974 bsc#1223638). +- Update + patches.suse/drm-amd-display-Add-replay-NULL-check-in-edp_set_rep.patch + (git-fixes CVE-2024-27040 bsc#1223711). +- Update + patches.suse/drm-amd-display-Fix-a-potential-buffer-overflow-in-d.patch + (git-fixes CVE-2024-27045 bsc#1223826). +- Update + patches.suse/drm-amd-display-Fix-potential-NULL-pointer-dereferen.patch + (git-fixes CVE-2024-27044 bsc#1223723). +- Update + patches.suse/drm-amd-display-fix-NULL-checks-for-adev-dm.dc-in-am.patch + (git-fixes CVE-2024-27041 bsc#1223714). +- Update + patches.suse/drm-amdgpu-Fix-potential-out-of-bounds-access-in-amd.patch + (git-fixes CVE-2024-27042 bsc#1223823). +- Update + patches.suse/drm-vmwgfx-Fix-possible-null-pointer-derefence-with-.patch + (git-fixes CVE-2024-26979 bsc#1223628). +- Update + patches.suse/md-Fix-missing-release-of-active_io-for-flush-8556.patch + (jsc#PED-7542 CVE-2024-27023 bsc#1223776). +- Update + patches.suse/media-dvb-frontends-avoid-stack-overflow-warnings-wi.patch + (git-fixes CVE-2024-27075 bsc#1223842). +- Update patches.suse/media-edia-dvbdev-fix-a-use-after-free.patch + (git-fixes CVE-2024-27043 bsc#1223824). +- Update + patches.suse/media-go7007-fix-a-memleak-in-go7007_load_encoder.patch + (git-fixes CVE-2024-27074 bsc#1223844). +- Update + patches.suse/media-imx-csc-scaler-fix-v4l2_ctrl_handler-memory-le.patch + (git-fixes CVE-2024-27076 bsc#1223779). +- Update + patches.suse/media-ttpci-fix-two-memleaks-in-budget_av_attach.patch + (git-fixes CVE-2024-27073 bsc#1223843). +- Update + patches.suse/media-usbtv-Remove-useless-locks-in-usbtv_video_free.patch + (git-fixes CVE-2024-27072 bsc#1223837). +- Update + patches.suse/media-v4l2-mem2mem-fix-a-memleak-in-v4l2_m2m_registe.patch + (git-fixes CVE-2024-27077 bsc#1223780). +- Update + patches.suse/media-v4l2-tpg-fix-some-memleaks-in-tpg_alloc.patch + (git-fixes CVE-2024-27078 bsc#1223781). +- Update + patches.suse/net-phy-fix-phy_get_internal_delay-accessing-an-empt.patch + (git-fixes CVE-2024-27047 bsc#1223828). +- Update + patches.suse/nilfs2-fix-failure-to-detect-DAT-corruption-in-btree.patch + (git-fixes CVE-2024-26956 bsc#1223663). +- Update + patches.suse/nilfs2-prevent-kernel-bug-at-submit_bh_wbc.patch + (git-fixes CVE-2024-26955 bsc#1223657). +- Update patches.suse/pci_iounmap-Fix-MMIO-mapping-leak.patch + (git-fixes CVE-2024-26977 bsc#1223631). +- Update + patches.suse/powercap-intel_rapl-Fix-a-NULL-pointer-dereference.patch + (git-fixes CVE-2024-26975 bsc#1223632). +- Update + patches.suse/s390-Once-the-discipline-is-associated-with-the-device-de.patch + (bsc#1141539 git-fixes CVE-2024-27054 bsc#1223819). +- Update + patches.suse/scsi-qla2xxx-Fix-command-flush-on-cable-pull.patch + (bsc#1221816 CVE-2024-26931 bsc#1223627). +- Update patches.suse/scsi-qla2xxx-Fix-double-free-of-fcport.patch + (bsc#1221816 CVE-2024-26929 bsc#1223715). +- Update + patches.suse/scsi-qla2xxx-Fix-double-free-of-the-ha-vp_map-pointe.patch + (bsc#1221816 CVE-2024-26930 bsc#1223626). +- Update + patches.suse/thermal-drivers-mediatek-lvts_thermal-Fix-a-memory-l.patch + (git-fixes CVE-2024-27068 bsc#1223808). +- Update + patches.suse/thunderbolt-Fix-NULL-pointer-dereference-in-tb_port_.patch + (git-fixes CVE-2024-27060 bsc#1223725). +- Update patches.suse/usb-ulpi-Fix-debugfs-directory-leak.patch + (git-fixes CVE-2024-26919 bsc#1223847). +- Update + patches.suse/wifi-brcm80211-handle-pmk_op-allocation-failure.patch + (git-fixes CVE-2024-27048 bsc#1223760). +- Update + patches.suse/wifi-rtl8xxxu-add-cancel_work_sync-for-c2hcmd_work.patch + (git-fixes CVE-2024-27052 bsc#1223829). +- Update + patches.suse/wifi-wilc1000-do-not-realloc-workqueue-everytime-an-.patch + (git-fixes CVE-2024-27391 bsc#1223709). +- Update + patches.suse/wifi-wilc1000-fix-RCU-usage-in-connect-path.patch + (git-fixes CVE-2024-27053 bsc#1223737). +- commit 9296e40 + +------------------------------------------------------------------- +Mon May 6 17:23:27 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/drm-tegra-dsi-Add-missing-check-for-of_find_device_b.patch + (git-fixes CVE-2023-52650 bsc#1223770). +- Update + patches.suse/drm-vkms-Avoid-reading-beyond-LUT-array.patch + (git-fixes CVE-2023-52649 bsc#1223768). +- Update + patches.suse/drm-vmwgfx-Unmap-the-surface-before-resetting-it-on-.patch + (git-fixes CVE-2023-52648 bsc#1223765). +- Update + patches.suse/media-nxp-imx8-isi-Check-whether-crossbar-pad-is-non.patch + (git-fixes CVE-2023-52647 bsc#1223764). +- commit f67398e + +------------------------------------------------------------------- +Mon May 6 17:23:18 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/powerpc-pseries-Fix-potential-memleak-in-papr_get_at.patch + (bsc#1215199 CVE-2022-48669 bsc#1223756). +- commit e9a7939 + +------------------------------------------------------------------- +Mon May 6 17:22:04 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page + in concurrent environment (git-fixes). +- commit 8f1aa4c + +------------------------------------------------------------------- +Mon May 6 16:11:25 CEST 2024 - jgross@suse.com + +- Delete + patches.suse/iommufd-iova_bitmap-Move-symbols-to-IOMMUFD-namespace. + (bsc#1222654) +- commit dc5c22e + +------------------------------------------------------------------- +Mon May 6 12:34:10 CEST 2024 - lhenriques@suse.de + +- fuse: don't unhash root (bsc#1223946). +- fuse: fix root lookup with nonzero generation (bsc#1223945). +- virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal + (bsc#1223944). +- commit 5171d01 + +------------------------------------------------------------------- +Mon May 6 11:15:05 CEST 2024 - tbogendoerfer@suse.de + +- tun: limit printing rate when illegal packet received by tun + dev (bsc#1223745 CVE-2024-27013). +- net/mlx5e: Prevent deadlock while disabling aRFS (bsc#1223735 + CVE-2024-27014). +- commit d039d3b + +------------------------------------------------------------------- +Mon May 6 11:14:31 CEST 2024 - tzimmermann@suse.com + +- drm/amd/display: Add a dc_state NULL check in dc_state_release (CVE-2024-26948 bsc#1223664) +- commit adac21d + +------------------------------------------------------------------- +Mon May 6 08:32:36 CEST 2024 - tiwai@suse.de + +- slimbus: qcom-ngd-ctrl: Add timeout for wait operation + (git-fixes). +- iio:imu: adis16475: Fix sync mode setting (git-fixes). +- iio: accel: mxc4005: Interrupt handling fixes (git-fixes). +- iio: pressure: Fixes BME280 SPI driver data (git-fixes). +- usb: typec: tcpm: Check for port partner validity before + consuming it (git-fixes). +- usb: typec: tcpm: unregister existing source caps before + re-registration (git-fixes). +- usb: typec: tcpm: clear pd_event queue in PORT_RESET + (git-fixes). +- usb: ohci: Prevent missed ohci interrupts (git-fixes). +- usb: gadget: f_fs: Fix a race condition when processing setup + packets (git-fixes). +- USB: core: Fix access violation during port device removal + (git-fixes). +- usb: gadget: uvc: use correct buffer size when parsing configfs + lists (git-fixes). +- usb: gadget: composite: fix OS descriptors w_value logic + (git-fixes). +- usb: gadget: f_fs: Fix race between aio_cancel() and AIO + request complete (git-fixes). +- clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change + (git-fixes). +- commit 8d8f752 + +------------------------------------------------------------------- +Mon May 6 08:29:57 CEST 2024 - tiwai@suse.de + +- Move upstreamed USB fix into sorted section +- commit 21751fe + +------------------------------------------------------------------- +Sat May 4 09:44:18 CEST 2024 - tiwai@suse.de + +- ASoC: da7219-aad: fix usage of device_get_named_child_node() + (git-fixes). +- ASoC: rt715-sdca: volume step modification (git-fixes). +- ASoC: rt715: add vendor clear control register (git-fixes). +- ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config + (git-fixes). +- ASoC: cs35l56: Fix unintended bus access while resetting amp + (git-fixes). +- ASoC: rt722-sdca: add headset microphone vrefo setting + (git-fixes). +- ASoC: rt722-sdca: modify channel number to support 4 channels + (git-fixes). +- ASoC: rt5645: Fix the electric noise due to the CBJ contacts + floating (git-fixes). +- ASoC: acp: Support microphone from device Acer 315-24p + (git-fixes). +- ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus + T100TAM too (git-fixes). +- commit 59787a2 + +------------------------------------------------------------------- +Sat May 4 09:37:36 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Fix build error without CONFIG_PM + (stable-fixes). +- ALSA: hda: cs35l56: Exit cache-only after + cs35l56_wait_for_firmware_boot() (stable-fixes). +- ALSA: hda/realtek - Set GPIO3 to default at S4 state for + Thinkpad with ALC1318 (stable-fixes). +- ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection + (stable-fixes). +- ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU + (stable-fixes). +- commit 11f233b + +------------------------------------------------------------------- +Sat May 4 09:35:07 CEST 2024 - tiwai@suse.de + +- ASoC: meson: axg-tdm-interface: manage formatters in trigger + (git-fixes). +- ASoC: meson: axg-card: make links nonatomic (git-fixes). +- ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). +- ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). +- ASoC: ti: davinci-mcasp: Fix race condition during probe + (git-fixes). +- ASoC: Intel: avs: Set name of control as in topology + (git-fixes). +- regmap: Add regmap_read_bypassed() (git-fixes). +- ASoC: SOF: Intel: add default firmware library path for LNL + (git-fixes). +- ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). +- ALSA: hda: intel-sdw-acpi: fix usage of + device_get_named_child_node() (git-fixes). +- drm/panel: ili9341: Use predefined error codes (git-fixes). +- drm/panel: ili9341: Respect deferred probe (git-fixes). +- drm/vmwgfx: Fix invalid reads in fence signaled events + (git-fixes). +- drm/vmwgfx: Fix Legacy Display Unit (git-fixes). +- drm/amdgpu: fix doorbell regression (git-fixes). +- drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() + v2 (git-fixes). +- spi: fix null pointer dereference within spi_sync (git-fixes). +- spi: hisi-kunpeng: Delete the dump interface of data registers + in debugfs (git-fixes). +- commit de68d11 + +------------------------------------------------------------------- +Fri May 3 18:53:42 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: ensure offloading TID queue exists + (CVE-2024-27056 bsc#1223822). +- commit 8f83255 + +------------------------------------------------------------------- +Fri May 3 17:55:12 CEST 2024 - tiwai@suse.de + +- dpll: fix dpll_pin_on_pin_register() for multiple parent pins + (CVE-2024-27027 bsc#1223787). +- commit ce9b326 + +------------------------------------------------------------------- +Fri May 3 17:52:05 CEST 2024 - tiwai@suse.de + +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (CVE-2024-27027 bsc#1223787). +- commit f5ff522 + +------------------------------------------------------------------- +Fri May 3 17:44:24 CEST 2024 - mfranc@suse.cz + +- s390/qeth: Fix kernel panic after setting hsuid (git-fixes + bsc#1223874). +- commit eae1390 + +------------------------------------------------------------------- +Fri May 3 17:39:31 CEST 2024 - mfranc@suse.cz + +- s390/mm: Fix storage key clearing for guest huge pages + (git-fixes bsc#1223872). +- commit 329e03c + +------------------------------------------------------------------- +Fri May 3 17:37:13 CEST 2024 - mfranc@suse.cz + +- s390/mm: Fix clearing storage keys for huge pages (git-fixes + bsc#1223871). +- commit a7e3ff2 + +------------------------------------------------------------------- +Fri May 3 17:30:04 CEST 2024 - mfranc@suse.cz + +- s390/vdso: Add CFI for RA register to asm macro vdso_func + (git-fixes bsc#1223870). +- commit 2641ba1 + +------------------------------------------------------------------- +Fri May 3 17:19:03 CEST 2024 - mfranc@suse.cz + +- s390/cio: Ensure the copied buf is NUL terminated (git-fixes + bsc#1223869). +- commit dcf45a9 + +------------------------------------------------------------------- +Fri May 3 17:14:55 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: x86: Don't overflow lpage_info when checking + attributes (bsc#1223695, CVE-2024-26991). +- commit da41325 + +------------------------------------------------------------------- +Fri May 3 16:46:02 CEST 2024 - vbabka@suse.cz + +- mm: swap: fix race between free_swap_and_cache() and swapoff() + (CVE-2024-26960 bsc#1223655). +- swap: comments get_swap_device() with usage rule (CVE-2024-26960 + bsc#1223655). +- commit 9df3192 + +------------------------------------------------------------------- +Fri May 3 16:38:44 CEST 2024 - tiwai@suse.de + +- NTB: fix possible name leak in ntb_register_device() + (CVE-2023-52652 bsc#1223686). +- commit a6fcfa7 + +------------------------------------------------------------------- +Fri May 3 15:57:39 CEST 2024 - msuchanek@suse.de + +- Refresh patches.suse/powerpc-pseries-iommu-LPAR-panics-when-rebooted-with.patch. +- commit ca33aea + +------------------------------------------------------------------- +Fri May 3 15:36:14 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries: make max polling consistent for longer H_CALLs + (bsc#1215199). +- commit bead2d2 + +------------------------------------------------------------------- +Fri May 3 10:14:31 CEST 2024 - mhocko@suse.com + +- fork: defer linking file vma until vma is fully initialized + (bsc#1223774 CVE-2024-27022). +- commit 126ee1a + +------------------------------------------------------------------- +Fri May 3 09:40:30 CEST 2024 - wqu@suse.com + +- btrfs: qgroup: always free reserved space for extent records + (bsc#1216196). +- commit 5a30b4d + +------------------------------------------------------------------- +Fri May 3 08:10:09 CEST 2024 - tiwai@suse.de + +- Fix a potential infinite loop in extract_user_to_sg() + (git-fixes). +- mtd: diskonchip: work around ubsan link failure (stable-fixes). +- drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 + (stable-fixes). +- drm/amdgpu: Assign correct bits for SDMA HDP flush + (stable-fixes). +- drm/amdgpu: Fix leak when GPU memory allocation fails + (stable-fixes). +- ACPI: CPPC: Fix access width used for PCC registers (git-fixes). +- ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro + (git-fixes). +- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 + (stable-fixes). +- Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() + (stable-fixes). +- drm: add drm_gem_object_is_shared_for_memory_stats() helper + (stable-fixes). +- ACPI: CPPC: Use access_width over bit_width for system memory + accesses (stable-fixes). +- wifi: mac80211: clean up assignments to pointer cache + (stable-fixes). +- commit 49aaf49 + +------------------------------------------------------------------- +Thu May 2 16:47:00 CEST 2024 - dwagner@suse.de + +- io_uring: remove uring_cmd cookie (bsc#1217384 CVE-2023-6238). +- iouring: remove IORING_URING_CMD_POLLED (bsc#1217384 + CVE-2023-6238). +- nvme: use bio_integrity_map_user (bsc#1217384 CVE-2023-6238). +- block: bio-integrity: directly map user buffers (bsc#1217384 + CVE-2023-6238). +- commit 3372add + +------------------------------------------------------------------- +Thu May 2 16:35:48 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) +- commit c9b9705 + +------------------------------------------------------------------- +Thu May 2 16:34:40 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) +- commit 51da7a0 + +------------------------------------------------------------------- +Thu May 2 16:33:23 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) +- commit d74d11d + +------------------------------------------------------------------- +Thu May 2 16:31:31 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) +- commit 300083f + +------------------------------------------------------------------- +Thu May 2 16:29:21 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) +- commit 7730872 + +------------------------------------------------------------------- +Thu May 2 16:27:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) +- commit 279e432 + +------------------------------------------------------------------- +Thu May 2 16:25:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) +- commit 57cc3f7 + +------------------------------------------------------------------- +Thu May 2 16:23:58 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) +- commit 9f868d4 + +------------------------------------------------------------------- +Thu May 2 16:23:23 CEST 2024 - tiwai@suse.de + +- kABI workaround for cec_adapter (CVE-2024-23848 bsc#1219104). +- commit 03d06c5 + +------------------------------------------------------------------- +Thu May 2 16:22:55 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) +- commit dd3deb9 + +------------------------------------------------------------------- +Thu May 2 16:20:00 CEST 2024 - tiwai@suse.de + +- media: cec: core: avoid recursive cec_claim_log_addrs + (CVE-2024-23848 bsc#1219104). +- commit c64de88 + +------------------------------------------------------------------- +Thu May 2 16:18:20 CEST 2024 - tiwai@suse.de + +- Update media cec fix patches to the latest upstream version (CVE-2024-23848 bsc#1219104) +- commit 4a0b406 + +------------------------------------------------------------------- +Thu May 2 15:23:56 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) +- commit e69bdf0 + +------------------------------------------------------------------- +Thu May 2 15:19:35 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) +- commit 4dc5b7a + +------------------------------------------------------------------- +Thu May 2 15:18:12 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) +- commit e2d7944 + +------------------------------------------------------------------- +Thu May 2 15:16:46 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) +- commit fbb3351 + +------------------------------------------------------------------- +Thu May 2 15:15:23 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) +- commit a21edf3 + +------------------------------------------------------------------- +Thu May 2 15:14:12 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) +- commit 3f691a1 + +------------------------------------------------------------------- +Thu May 2 15:12:55 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: dts: rockchip: mark system power controller on rk3588-evb1") +- commit 24dc024 + +------------------------------------------------------------------- +Thu May 2 15:11:02 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64/mm: Modify range-based tlbi to decrement scale") +- commit 9fd5163 + +------------------------------------------------------------------- +Thu May 2 13:38:24 CEST 2024 - jslaby@suse.cz + +- Update + patches.suse/serial-max310x-fix-NULL-pointer-dereference-in-I2C-i.patch + (git-fixes bsc#1223629 CVE-2024-26978). +- commit b81ff78 + +------------------------------------------------------------------- +Thu May 2 11:54:35 CEST 2024 - ailiop@suse.com + +- Squashfs: check the inode number is not the invalid value of + zero (bsc#1223634 CVE-2024-26982). +- commit a406e7c + +------------------------------------------------------------------- +Thu May 2 11:33:02 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/ubifs-ubifs_symlink-Fix-memleak-of-inode-i_link-in-error-path.patch + (git-fixes CVE-2024-26972 bsc#1223643). +- commit 6db660a + +------------------------------------------------------------------- +Thu May 2 11:23:24 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-prevent-kernel-bug-at-submit_bh_wbc.patch + (git-fixes CVE-2024-26955 bsc#1223657). +- commit a77f45b + +------------------------------------------------------------------- +Thu May 2 11:14:35 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-failure-to-detect-DAT-corruption-in-btree.patch + (git-fixes CVE-2024-26956 bsc#1223663). +- commit 95ba522 + +------------------------------------------------------------------- +Thu May 2 11:13:34 CEST 2024 - ailiop@suse.com + +- Update patches.suse/nilfs2-fix-OOB-in-nilfs_set_de_type.patch + (git-fixes CVE-2024-26981 bsc#1223668). +- commit 5740c7f + +------------------------------------------------------------------- +Thu May 2 10:28:22 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/ASoC-SOF-Add-some-bounds-checking-to-firmware-data.patch + (git-fixes CVE-2024-26927 bsc#1223525). +- commit d3c5f91 + +------------------------------------------------------------------- +Thu May 2 09:58:58 CEST 2024 - tiwai@suse.de + +- cec: core: avoid confusing "transmit timed out" message + (CVE-2024-23848 bsc#1219104). +- commit eae740c + +------------------------------------------------------------------- +Thu May 2 07:36:00 CEST 2024 - tiwai@suse.de + +- regulator: change devm_regulator_get_enable_optional() stub + to return Ok (git-fixes). +- regulator: change stubbed devm_regulator_get_enable to return Ok + (git-fixes). +- regulator: mt6360: De-capitalize devicetree regulator subnodes + (git-fixes). +- commit c50a631 + +------------------------------------------------------------------- +Wed May 1 09:50:43 CEST 2024 - tiwai@suse.de + +- power: supply: mt6360_charger: Fix of_match for usb-otg-vbus + regulator (git-fixes). +- power: rt9455: hide unused rt9455_boost_voltage_values + (git-fixes). +- pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). +- pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() + (git-fixes). +- pinctrl: mediatek: paris: Rework support for + PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). +- pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE + readback (git-fixes). +- pinctrl: core: delete incorrect free in pinctrl_enable() + (git-fixes). +- pinctrl/meson: fix typo in PDM's pin name (git-fixes). +- pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf + of GPIOR-T (git-fixes). +- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init + (git-fixes). +- commit d973920 + +------------------------------------------------------------------- +Tue Apr 30 18:44:35 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for + Lenovo Legion models (bsc#1223462). +- commit 6f0889c + +------------------------------------------------------------------- +Tue Apr 30 16:38:27 CEST 2024 - tiwai@suse.de + +- usb: Fix regression caused by invalid ep0 maxpacket in virtual + SuperSpeed device (bsc#1220569). +- commit 4748678 + +------------------------------------------------------------------- +Tue Apr 30 16:11:40 CEST 2024 - tiwai@suse.de + +- media: cec: cec-api: add locking in cec_release() + (CVE-2024-23848 bsc#1219104). +- media: cec: cec-adap: always cancel work in cec_transmit_msg_fh + (CVE-2024-23848 bsc#1219104). +- commit c39ac04 + +------------------------------------------------------------------- +Tue Apr 30 16:07:18 CEST 2024 - mfranc@suse.cz + +- blacklist.conf: refactoring, not a fix +- commit d5a22ac + +------------------------------------------------------------------- +Tue Apr 30 16:02:50 CEST 2024 - mfranc@suse.cz + +- s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). +- commit 643ece2 + +------------------------------------------------------------------- +Tue Apr 30 15:48:20 CEST 2024 - mfranc@suse.cz + +- s390/zcrypt: fix reference counting on zcrypt card objects + (git-fixes bsc#1223592). +- commit c37186f + +------------------------------------------------------------------- +Tue Apr 30 15:42:12 CEST 2024 - mkoutny@suse.com + +- block: fix q->blkg_list corruption during disk rebind + (bsc#1223591). +- commit 9da98d5 + +------------------------------------------------------------------- +Tue Apr 30 15:40:39 CEST 2024 - mfranc@suse.cz + +- s390/ism: Properly fix receive message buffer allocation + (git-fixes bsc#1223590). +- commit 0652865 + +------------------------------------------------------------------- +Tue Apr 30 15:28:05 CEST 2024 - jack@suse.cz + +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1223045 CVE-2024-26899). +- commit e4bd17c + +------------------------------------------------------------------- +Tue Apr 30 15:23:23 CEST 2024 - jack@suse.cz + +- quota: Fix potential NULL pointer dereference (bsc#1223060 + CVE-2024-26878). +- commit dcf7382 + +------------------------------------------------------------------- +Tue Apr 30 15:21:07 CEST 2024 - jack@suse.cz + +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1223198 CVE-2024-26901). +- commit 5c1d722 + +------------------------------------------------------------------- +Tue Apr 30 15:16:03 CEST 2024 - jack@suse.cz + +- blk-mq: fix IO hang from sbitmap wakeup race (bsc#1222357 CVE-2024-26671). +- commit 1ebf5fb + +------------------------------------------------------------------- +Tue Apr 30 15:00:59 CEST 2024 - jack@suse.cz + +- nbd: always initialize struct msghdr completely (bsc#1221649 CVE-2024-26638). +- commit eb8ab1c + +------------------------------------------------------------------- +Tue Apr 30 14:58:54 CEST 2024 - jack@suse.cz + +- ext4: avoid allocating blocks from corrupted group in + ext4_mb_find_by_goal() (bsc#1222613 CVE-2024-26772). +- commit 4004f20 + +------------------------------------------------------------------- +Tue Apr 30 14:57:23 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch + (bsc#1219485 bsc#1219451 git-fixes). +- Update patches.suse/0001-s390-qdio-handle-deferred-cc1.patch + (bsc#1219485 bsc#1219451 git-fixes). +- Update + patches.suse/s390-Once-the-discipline-is-associated-with-the-device-de.patch + (bsc#1141539 git-fixes). +- commit 73a9e98 + +------------------------------------------------------------------- +Tue Apr 30 13:17:40 CEST 2024 - davide.benini@suse.com + +- net/ipv6: avoid possible UAF in ip6_route_mpath_notify() + (CVE-2024-26852 bsc#1223057) +- commit 9474f59 + +------------------------------------------------------------------- +Tue Apr 30 12:05:02 CEST 2024 - tiwai@suse.de + +- PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). +- commit ec609ee + +------------------------------------------------------------------- +Tue Apr 30 12:04:09 CEST 2024 - tiwai@suse.de + +- PCI: Fix typos in docs and comments (stable-fixes). +- PCI: switchtec: Add support for PCIe Gen5 devices + (stable-fixes). +- PCI: switchtec: Use normal comment style (stable-fixes). +- PCI: Execute quirk_enable_clear_retrain_link() earlier + (stable-fixes). +- commit 9bba47f + +------------------------------------------------------------------- +Tue Apr 30 10:32:18 CEST 2024 - tzimmermann@suse.com + +- Edit "amdkfd: use calloc instead of kzalloc to avoid integer overflow" + Reference CVE and bug numbers. +- commit 267eec1 + +------------------------------------------------------------------- +Tue Apr 30 08:05:26 CEST 2024 - tiwai@suse.de + +- soc: qcom: pmic_glink_altmode: fix drm bridge use-after-free + (CVE-2024-26909 bsc#1223143). +- commit 043c9e0 + +------------------------------------------------------------------- +Tue Apr 30 03:05:11 CEST 2024 - neilb@suse.de + +- nfsd: use __fput_sync() to avoid delayed closing of files + (bsc#1223380 bsc#1217408). +- commit 36cb9bb + +------------------------------------------------------------------- +Mon Apr 29 16:52:11 CEST 2024 - msuchanek@suse.de + +- Update patches.suse/powerpc-pseries-vas-Hold-mmap_mutex-after-mmap-lock-.patch + (bsc#1012628 jsc#PED-542 git-fixes bsc#1213573 ltc#203238). +- commit 8328f6d + +------------------------------------------------------------------- +Mon Apr 29 16:35:19 CEST 2024 - nik.borisov@suse.com + +- x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378 CVE-2024-26674). +- commit 46190f1 + +------------------------------------------------------------------- +Mon Apr 29 16:21:23 CEST 2024 - iluceno@suse.de + +- ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958) +- commit 0b000e0 + +------------------------------------------------------------------- +Mon Apr 29 12:30:35 CEST 2024 - nik.borisov@suse.com + +- x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault() (bsc#1223202 CVE-2024-26906). +- commit 664e61f + +------------------------------------------------------------------- +Mon Apr 29 12:30:15 CEST 2024 - nik.borisov@suse.com + +- x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h (bsc#1223202 CVE-2024-26906). +- commit 28c59d1 + +------------------------------------------------------------------- +Mon Apr 29 11:25:07 CEST 2024 - nik.borisov@suse.com + +- x86/boot: Ignore relocations in .notes sections in walk_relocs() too (bsc#1222624 CVE-2024-26816). +- commit 3cc2b03 + +------------------------------------------------------------------- +Mon Apr 29 11:24:52 CEST 2024 - nik.borisov@suse.com + +- x86, relocs: Ignore relocations in .notes section (bsc#1222624 CVE-2024-26816). +- commit 16f8af3 + +------------------------------------------------------------------- +Mon Apr 29 11:23:39 CEST 2024 - osalvador@suse.de + +- mm: zswap: fix missing folio cleanup in writeback race path + (bsc#1223007 CVE-2024-26832). +- commit b985b2a + +------------------------------------------------------------------- +Mon Apr 29 11:02:19 CEST 2024 - osalvador@suse.de + +- mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone + index (bsc#1222615 CVE-2024-26783). +- commit 7fe5b26 + +------------------------------------------------------------------- +Mon Apr 29 10:41:48 CEST 2024 - jslaby@suse.cz + +- Update config files. Disable N_GSM (jsc#PED-8240). +- commit ae9b7c6 + +------------------------------------------------------------------- +Mon Apr 29 09:39:29 CEST 2024 - iivanov@suse.de + +- Update patches.suse/gpio-tegra186-Fix-tegra186_gpio_is_accessible-check.patch (git-fixes bsc#1223439) +- commit 02eb8a1 + +------------------------------------------------------------------- +Mon Apr 29 09:05:25 CEST 2024 - tiwai@suse.de + +- irqchip/gic-v3-its: Prevent double free on error (git-fixes). +- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on + GIC v4.1 (git-fixes). +- irqchip/armada-370-xp: Suppress unused-function warning + (git-fixes). +- irqchip/renesas-rzg2l: Prevent spurious interrupts when setting + trigger type (git-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Flush posted write in irq_eoi() + (git-fixes). +- irqchip/gic-v3-its: Do not assume vPE tables are preallocated + (git-fixes). +- irqchip/mbigen: Don't use bus_get_dev_root() to find the parent + (git-fixes). +- irqchip/renesas-rzg2l: Add macro to retrieve TITSR register + offset based on register's index (stable-fixes). +- irqchip/renesas-rzg2l: Implement restriction when writing ISCR + register (stable-fixes). +- commit 8e6882b + +------------------------------------------------------------------- +Sun Apr 28 09:56:05 CEST 2024 - tiwai@suse.de + +- i2c: smbus: fix NULL function pointer dereference (git-fixes). +- soundwire: amd: fix for wake interrupt handling for clockstop + mode (git-fixes). +- dmaengine: idxd: Fix oops during rmmod on single-CPU platforms + (git-fixes). +- dma: xilinx_dpdma: Fix locking (git-fixes). +- idma64: Don't try to serve interrupts when device is powered + off (git-fixes). +- dmaengine: tegra186: Fix residual calculation (git-fixes). +- dmaengine: owl: fix register access functions (git-fixes). +- phy: ti: tusb1210: Resolve charger-det crash if charger psy + is unregistered (git-fixes). +- phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). +- phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits + (git-fixes). +- phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). +- phy: freescale: imx8m-pcie: fix pcie link-up instability + (git-fixes). +- phy: marvell: a3700-comphy: Fix hardcoded array size + (git-fixes). +- phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). +- commit 900a00b + +------------------------------------------------------------------- +Sun Apr 28 09:41:15 CEST 2024 - tiwai@suse.de + +- selftests: kselftest: Mark functions that unconditionally call + exit() as __noreturn (git-fixes). +- commit f533a19 + +------------------------------------------------------------------- +Sun Apr 28 09:36:33 CEST 2024 - tiwai@suse.de + +- selftests/timers/posix_timers: Reimplement + check_timer_distribution() (git-fixes). +- commit d9f09cc + +------------------------------------------------------------------- +Sun Apr 28 09:30:51 CEST 2024 - tiwai@suse.de + +- USB: serial: option: add Telit FN920C04 rmnet compositions + (stable-fixes). +- USB: serial: option: add Rolling RW101-GL and RW135-GL support + (stable-fixes). +- USB: serial: option: add Lonsung U8300/U9300 product + (stable-fixes). +- USB: serial: option: add support for Fibocom FM650/FG650 + (stable-fixes). +- USB: serial: option: support Quectel EM060K sub-models + (stable-fixes). +- USB: serial: option: add Fibocom FM135-GL variants + (stable-fixes). +- thunderbolt: Avoid notify PM core about runtime PM resume + (stable-fixes). +- thunderbolt: Fix wake configurations after device unplug + (stable-fixes). +- usb: Disable USB3 LPM at shutdown (stable-fixes). +- usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb + ep transport error (stable-fixes). +- clk: Get runtime PM before walking tree for clk_summary + (git-fixes). +- clk: Get runtime PM before walking tree during disable_unused + (git-fixes). +- clk: Initialize struct clk_core kref earlier (stable-fixes). +- arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H + (git-fixes). +- drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). +- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes + (stable-fixes). +- selftests/ftrace: Limit length in subsystem-enable tests + (git-fixes). +- selftests: kselftest: Fix build failure with NOLIBC (git-fixes). +- selftests: timers: Fix abs() warning in posix_timers test + (git-fixes). +- selftests: timers: Fix posix_timers ksft_print_msg() warning + (git-fixes). +- drm/amd/display: Do not recursively call manual trigger + programming (stable-fixes). +- drm/i915: Disable live M/N updates when using bigjoiner + (stable-fixes). +- thunderbolt: Reset only non-USB4 host routers in resume + (git-fixes). +- thunderbolt: Make tb_switch_reset() support Thunderbolt 2, + 3 and USB4 routers (stable-fixes). +- thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). +- thunderbolt: Introduce tb_port_reset() (stable-fixes). +- ASoC: ti: Convert Pandora ASoC to GPIO descriptors + (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support + (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support + (stable-fixes). +- ALSA: scarlett2: Add correct product series name to messages + (stable-fixes). +- ALSA: scarlett2: Add support for Clarett 8Pre USB + (stable-fixes). +- ALSA: scarlett2: Move USB IDs out from device_info struct + (stable-fixes). +- ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). +- PCI: Simplify pcie_capability_clear_and_set_word() to + ..._clear_word() (stable-fixes). +- PCI/DPC: Use FIELD_GET() (stable-fixes). +- selftests: timers: Convert posix_timers test to generate KTAP + output (stable-fixes). +- clk: Show active consumers of clocks in debugfs (stable-fixes). +- commit 8adba5b + +------------------------------------------------------------------- +Sat Apr 27 09:41:01 CEST 2024 - tiwai@suse.de + +- Update patch reference for x86 p2sb fix (CVE-2024-26650 bsc#1222048) +- commit b68c2ef + +------------------------------------------------------------------- +Sat Apr 27 08:33:05 CEST 2024 - tiwai@suse.de + +- mmc: sdhci-msm: pervent access to suspended controller + (git-fixes). +- gpio: tangier: Use correct type for the IRQ chip data + (git-fixes). +- gpio: tegra186: Fix tegra186_gpio_is_accessible() check + (git-fixes). +- fbdev: fix incorrect address computation in deferred IO + (git-fixes). +- drm/gma500: Remove lid code (git-fixes). +- commit 783bf0e + +------------------------------------------------------------------- +Fri Apr 26 18:54:14 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add 246f80a0b17f8 ("sh: push-switch: Reorder cleanup operations to avoid use-after-free bug") +- commit 0fe9e4b + +------------------------------------------------------------------- +Fri Apr 26 12:38:44 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore xfrm_bpf_md_dst that depends on CONFIG_DEBUG_* (bsc#1223415) +- commit 689bcfa + +------------------------------------------------------------------- +Fri Apr 26 12:26:57 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: annotate data-races around msk->rmem_fwd_alloc + (git-fixes). +- commit a5d9cb6 + +------------------------------------------------------------------- +Fri Apr 26 12:25:26 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_forward_alloc + (git-fixes). +- commit bceb548 + +------------------------------------------------------------------- +Fri Apr 26 12:23:03 CEST 2024 - denis.kirjanov@suse.com + +- ipv4: annotate data-races around fi->fib_dead (git-fixes). +- commit f1e77d4 + +------------------------------------------------------------------- +Fri Apr 26 12:21:27 CEST 2024 - denis.kirjanov@suse.com + +- sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). +- commit 66bd390 + +------------------------------------------------------------------- +Fri Apr 26 12:19:43 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_lingertime (git-fixes). +- commit 33a5ffc + +------------------------------------------------------------------- +Fri Apr 26 12:18:04 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: Remove unnecessary test for __mptcp_init_sock() + (git-fixes). +- commit dfc1c14 + +------------------------------------------------------------------- +Fri Apr 26 12:15:52 CEST 2024 - denis.kirjanov@suse.com + +- idpf: fix kernel panic on unknown packet types (git-fixes). +- commit def5526 + +------------------------------------------------------------------- +Fri Apr 26 12:13:54 CEST 2024 - denis.kirjanov@suse.com + +- ice: fix enabling RX VLAN filtering (git-fixes). +- commit 3d7f5a8 + +------------------------------------------------------------------- +Fri Apr 26 12:12:26 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: sja1105: Fix parameters order in + sja1110_pcs_mdio_write_c45() (git-fixes). +- commit 9f9ee96 + +------------------------------------------------------------------- +Fri Apr 26 11:56:35 CEST 2024 - denis.kirjanov@suse.com + +- net: ravb: Always update error counters (git-fixes). +- commit 5d5deb7 + +------------------------------------------------------------------- +Fri Apr 26 11:55:09 CEST 2024 - denis.kirjanov@suse.com + +- net: ravb: Always process TX descriptor ring (git-fixes). +- commit 99798f7 + +------------------------------------------------------------------- +Fri Apr 26 11:53:42 CEST 2024 - denis.kirjanov@suse.com + +- net: stmmac: fix rx queue priority assignment (git-fixes). +- commit 3506dda + +------------------------------------------------------------------- +Fri Apr 26 11:52:14 CEST 2024 - denis.kirjanov@suse.com + +- net: fec: Set mac_managed_pm during probe (git-fixes). +- commit c315308 + +------------------------------------------------------------------- +Fri Apr 26 11:50:45 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Add array index check (git-fixes). +- commit 446ffd7 + +------------------------------------------------------------------- +Fri Apr 26 11:49:05 CEST 2024 - denis.kirjanov@suse.com + +- i40e: Fix VF MAC filter removal (git-fixes). +- commit fbb3a5f + +------------------------------------------------------------------- +Fri Apr 26 11:47:23 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: check negative error code in otx2_open() + (git-fixes). +- commit a7c7e4f + +------------------------------------------------------------------- +Fri Apr 26 11:45:50 CEST 2024 - denis.kirjanov@suse.com + +- i40e: fix vf may be used uninitialized in this function warning + (git-fixes). +- commit 80b3415 + +------------------------------------------------------------------- +Fri Apr 26 11:43:49 CEST 2024 - denis.kirjanov@suse.com + +- i40e: fix i40e_count_filters() to count only active/new filters + (git-fixes). +- commit 1870048 + +------------------------------------------------------------------- +Fri Apr 26 11:42:04 CEST 2024 - denis.kirjanov@suse.com + +- i40e: Enforce software interrupt during busy-poll exit + (git-fixes). +- commit 2c9264a + +------------------------------------------------------------------- +Fri Apr 26 10:59:56 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix unaligned le16 access (git-fixes). +- wifi: mac80211: remove link before AP (git-fixes). +- wifi: mac80211_hwsim: init peer measurement result (git-fixes). +- wifi: nl80211: don't free NULL coalescing rule (git-fixes). +- wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd + (git-fixes). +- wifi: iwlwifi: mvm: remove old PASN station when adding a new + one (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev suspend + (git-fixes). +- Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE + (git-fixes). +- Bluetooth: btusb: Fix triggering coredump implementation for + QCA (git-fixes). +- net: usb: ax88179_178a: stop lying about skb->truesize + (git-fixes). +- ax25: Fix netdev refcount issue (git-fixes). +- NFC: trf7970a: disable all regulators on removal (git-fixes). +- HID: logitech-dj: allow mice to use all types of reports + (git-fixes). +- HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized + dev->devc (git-fixes). +- HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent + lock-up (git-fixes). +- commit 416e04c + +------------------------------------------------------------------- +Fri Apr 26 10:58:26 CEST 2024 - tiwai@suse.de + +- Move the upstreamed BT patch into sorted section +- commit aaffc85 + +------------------------------------------------------------------- +Fri Apr 26 10:51:33 CEST 2024 - tiwai@suse.de + +- Move the upstreamed BT fix patch to sorted section +- commit ab94ffe + +------------------------------------------------------------------- +Fri Apr 26 10:07:57 CEST 2024 - tiwai@suse.de + +- Update kabi files: updated for post-PublicRC +- commit f978f5f + +------------------------------------------------------------------- +Thu Apr 25 19:11:05 CEST 2024 - tiwai@suse.de + +- Update patch reference for PM devfreq fix (CVE-2023-52635 bsc#1222294) +- commit f099bed + +------------------------------------------------------------------- +Thu Apr 25 18:48:16 CEST 2024 - tiwai@suse.de + +- Update kabi files: fix for arm64/64kb flavor, too (bsc#1223357) +- commit 8ef0762 + +------------------------------------------------------------------- +Thu Apr 25 17:30:42 CEST 2024 - mkoutny@suse.com + +- Update + patches.suse/Bluetooth-btrtl-fix-out-of-bounds-memory-access.patch + (git-fixes CVE-2024-26890 bsc#1223192). +- Update + patches.suse/RDMA-mlx5-Fix-fortify-source-warning-while-accessing.patch + (jsc#PED-3311 CVE-2024-26907 bsc#1223203). +- Update + patches.suse/Revert-drm-amd-flush-any-delayed-gfxoff-on-suspend-e.patch + (git-fixes CVE-2024-26916 bsc#1223137). +- Update + patches.suse/crypto-xilinx-call-finalize-with-bh-disabled.patch + (git-fixes CVE-2024-26877 bsc#1223140). +- Update + patches.suse/dm-call-the-resume-method-on-internal-suspend-65e8.patch + (git-fixes CVE-2024-26880 bsc#1223188). +- Update + patches.suse/drm-amd-display-Fix-dcn35-8k30-Underflow-Corruption-.patch + (git-fixes CVE-2024-26913 bsc#1223204). +- Update + patches.suse/drm-amd-display-fix-incorrect-mpc_combine-array-size.patch + (git-fixes CVE-2024-26914 bsc#1223205). +- Update patches.suse/drm-amdgpu-Reset-IH-OVERFLOW_CLEAR-bit.patch + (git-fixes CVE-2024-26915 bsc#1223207). +- Update + patches.suse/firmware-arm_scmi-Fix-double-free-in-SMC-transport-c.patch + (git-fixes CVE-2024-26893 bsc#1223196). +- Update + patches.suse/net-tls-fix-use-after-free-with-partial-reads-and-as.patch + (bsc#1221858 CVE-2024-26582 bsc#1220214). +- Update + patches.suse/wifi-ath9k-delay-all-of-ath9k_wmi_event_tasklet-unti.patch + (git-fixes CVE-2024-26897 bsc#1223323). +- Update + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch + (git-fixes CVE-2024-26892 bsc#1223195). +- Update + patches.suse/wifi-wilc1000-prevent-use-after-free-on-vif-when-cle.patch + (git-fixes CVE-2024-26895 bsc#1223197). +- commit d9b565f + +------------------------------------------------------------------- +Thu Apr 25 15:58:14 CEST 2024 - tiwai@suse.de + +- Fix missing CONFIG_SUSE_SUPPORTED for arm64/64kb flavor (bsc#1223357) +- commit 1c0959e + +------------------------------------------------------------------- +Thu Apr 25 15:30:10 CEST 2024 - denis.kirjanov@suse.com + +- mlxbf_gige: stop interface during shutdown (git-fixes). +- commit f770ea3 + +------------------------------------------------------------------- +Thu Apr 25 15:28:33 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Fix issue with loading coalesced KPU profiles + (git-fixes). +- commit 65682db + +------------------------------------------------------------------- +Thu Apr 25 15:26:44 CEST 2024 - denis.kirjanov@suse.com + +- e1000e: move force SMBUS from enable ulp function to avoid + PHY loss issue (git-fixes). +- commit af85d1c + +------------------------------------------------------------------- +Thu Apr 25 15:25:13 CEST 2024 - denis.kirjanov@suse.com + +- e1000e: Workaround for sporadic MDI error on Meteor Lake systems + (git-fixes). +- commit 8830724 + +------------------------------------------------------------------- +Thu Apr 25 15:23:43 CEST 2024 - denis.kirjanov@suse.com + +- Octeontx2-af: fix pause frame configuration in GMP mode + (git-fixes). +- commit 43722bd + +------------------------------------------------------------------- +Thu Apr 25 13:13:39 CEST 2024 - tiwai@suse.de + +- bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). +- commit e671e96 + +------------------------------------------------------------------- +Thu Apr 25 13:12:36 CEST 2024 - tiwai@suse.de + +- arm64: hibernate: Fix level3 translation fault in swsusp_save() + (git-fixes). +- bootconfig: use memblock_free_late to free xbc memory to buddy + (git-fixes). +- init/main.c: Fix potential static_command_line memory overflow + (git-fixes). +- gpiolib: swnode: Remove wrong header inclusion (git-fixes). +- ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). +- ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). +- i2c: pxa: hide unused icr_bits[] variable (git-fixes). +- driver core: Introduce device_link_wait_removal() + (stable-fixes). +- ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). +- init: open /initrd.image with O_LARGEFILE (stable-fixes). +- Fix build errors due to new UIO_MEM_DMA_COHERENT mess + (git-fixes). +- ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). +- ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE + (git-fixes). +- kexec: do syscore_shutdown() in kernel_kexec (git-fixes). +- PM / devfreq: Synchronize devfreq_monitor_[start/stop] + (stable-fixes). +- ida: make 'ida_dump' static (git-fixes). +- asm-generic: make sparse happy with odd-sized put_unaligned_*() + (stable-fixes). +- ARM: imx: Check return value of devm_kasprintf in + imx_mmdc_perf_init (git-fixes). +- bootmem: use kmemleak_free_part_phys in put_page_bootmem + (git-fixes). +- commit b6327c9 + +------------------------------------------------------------------- +Thu Apr 25 12:02:42 CEST 2024 - jlee@suse.com + +- Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing + Adv Monitor (bsc#1219216). +- commit 81c5485 + +------------------------------------------------------------------- +Thu Apr 25 11:44:57 CEST 2024 - tiwai@suse.de + +- crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). +- crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). +- commit 9af2745 + +------------------------------------------------------------------- +Thu Apr 25 11:34:09 CEST 2024 - tiwai@suse.de + +- lsm: fix the logic in security_inode_getsecctx() (git-fixes). +- commit 9f85f33 + +------------------------------------------------------------------- +Thu Apr 25 09:38:22 CEST 2024 - msuchanek@suse.de + +- PCI: rpaphp: Error out on busy status from get-sensor-state + (bsc#1223369 ltc#205888). +- commit 03aecd7 + +------------------------------------------------------------------- +Wed Apr 24 08:16:47 CEST 2024 - tiwai@suse.de + +- Update ath11k suspend patches from the latest subsystem tree (bsc#1207948). +- commit caea96a + +------------------------------------------------------------------- +Wed Apr 24 05:52:04 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1223035 + CVE-2024-26883). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1223189 + CVE-2024-26884). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1223190 CVE-2024-26885). +- commit 98fad20 + +------------------------------------------------------------------- +Wed Apr 24 05:28:02 CEST 2024 - shung-hsi.yu@suse.com + +- kABI: bpf: struct xsk_buff_pool kABI workaround (bsc#1221303 + CVE-2024-26611). +- commit 764f7c3 + +------------------------------------------------------------------- +Tue Apr 23 17:29:15 CEST 2024 - lduncan@suse.com + +- Update + patches.suse/scsi-target-pscsi-Fix-bio_put-for-error-case.patch + (bsc#1222596 cve-2024-26760), fixng CVE number. +- commit 10886ae + +------------------------------------------------------------------- +Tue Apr 23 08:51:08 CEST 2024 - msuchanek@suse.de + +- powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt + (bsc#1221645 ltc#205739 bsc#1223191). +- commit da2d8d3 + +------------------------------------------------------------------- +Mon Apr 22 18:17:45 CEST 2024 - tiwai@suse.de + +- Move out-of-tree powerpc patch to the right section +- commit ff83284 + +------------------------------------------------------------------- +Mon Apr 22 15:14:07 CEST 2024 - denis.kirjanov@suse.com + +- ice: use relative VSI index for VFs instead of PF VSI number + (git-fixes). +- commit 271fd81 + +------------------------------------------------------------------- +Mon Apr 22 15:12:05 CEST 2024 - denis.kirjanov@suse.com + +- e1000e: Minor flow correction in e1000_shutdown function + (git-fixes). +- commit cc5b32c + +------------------------------------------------------------------- +Mon Apr 22 15:10:13 CEST 2024 - denis.kirjanov@suse.com + +- net: pcs: xpcs: Return EINVAL in the internal methods + (git-fixes). +- commit 9b19312 + +------------------------------------------------------------------- +Mon Apr 22 15:07:47 CEST 2024 - denis.kirjanov@suse.com + +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (git-fixes CVE-2024-26882 bsc#1223034). +- commit c42f011 + +------------------------------------------------------------------- +Mon Apr 22 15:06:54 CEST 2024 - denis.kirjanov@suse.com + +- ionic: set adminq irq affinity (git-fixes). +- commit 7862c8a + +------------------------------------------------------------------- +Mon Apr 22 15:04:55 CEST 2024 - denis.kirjanov@suse.com + +- net: add netdev_lockdep_set_classes() to virtual drivers + (git-fixes). +- commit a8ebc57 + +------------------------------------------------------------------- +Mon Apr 22 15:03:00 CEST 2024 - denis.kirjanov@suse.com + +- net: ravb: Let IP-specific receive function to interrogate + descriptors (git-fixes). +- commit d6b522e + +------------------------------------------------------------------- +Mon Apr 22 13:55:02 CEST 2024 - nik.borisov@suse.com + +- x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ (git-fixes). +- commit a29a0e4 + +------------------------------------------------------------------- +Mon Apr 22 13:54:41 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix BHI retpoline check (git-fixes). +- commit 00081b1 + +------------------------------------------------------------------- +Mon Apr 22 13:53:35 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Blacklist spurious patch +- commit 14b3e73 + +------------------------------------------------------------------- +Mon Apr 22 08:45:08 CEST 2024 - msuchanek@suse.de + +- selftests/powerpc/papr-vpd: Fix missing variable initialization + (jsc#PED-4486 git-fixes). +- commit 8847657 + +------------------------------------------------------------------- +Mon Apr 22 08:40:46 CEST 2024 - msuchanek@suse.de + +- Rename patches.suse/Workaround-broken-chacha-crypto-fallback.patch to + patches.suse/powerpc-crypto-chacha-p10-Fix-failure-on-non-Power10.patch. +- commit de47fb9 + +------------------------------------------------------------------- +Mon Apr 22 07:20:24 CEST 2024 - tiwai@suse.de + +- peci: linux/peci.h: fix Excess kernel-doc description warning + (git-fixes). +- comedi: vmk80xx: fix incomplete endpoint checking (git-fixes). +- mei: me: disable RPL-S on SPS and IGN firmwares (git-fixes). +- speakup: Avoid crash on very long word (git-fixes). +- serial: stm32: Reset .throttled state in .startup() (git-fixes). +- serial/pmac_zilog: Remove flawed mitigation for rx irq flood + (git-fixes). +- serial: mxs-auart: add spinlock around changing cts state + (git-fixes). +- serial: 8250_dw: Revert: Do not reclock if already at correct + rate (git-fixes). +- Revert "usb: cdc-wdm: close race between read and workqueue" + (git-fixes). +- thunderbolt: Do not create DisplayPort tunnels on adapters of + the same router (git-fixes). +- usb: dwc2: host: Fix dereference issue in DDMA completion flow + (git-fixes). +- usb: typec: tcpm: Correct the PDO counting in pd_set + (git-fixes). +- usb: typec: ucsi: Fix connector check on init (git-fixes). +- usb: xhci: correct return value in case of STS_HCE (git-fixes). +- commit 1d56577 + +------------------------------------------------------------------- +Sun Apr 21 08:37:04 CEST 2024 - tiwai@suse.de + +- clk: mediatek: Do a runtime PM get on controllers during probe + (git-fixes). +- clk: Remove prepare_lock hold assertion in __clk_release() + (git-fixes). +- commit 78e7847 + +------------------------------------------------------------------- +Sun Apr 21 00:31:42 CEST 2024 - lduncan@suse.com + +- scsi: sg: Avoid race in error handling & drop bogus warn + (git-fixes). +- commit 855ebc6 + +------------------------------------------------------------------- +Sat Apr 20 18:13:16 CEST 2024 - tiwai@suse.de + +- Bluetooth: MGMT: Fix failing to + MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (bsc#1221504). +- commit 8ea8f78 + +------------------------------------------------------------------- +Sat Apr 20 08:42:14 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with + ALC269VC (stable-fixes). +- ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N + (stable-fixes). +- ALSA: hda/realtek: Fixes for Asus GU605M and GA403U sound + (stable-fixes). +- ALSA: hda/tas2781: Add new vendor_id and subsystem_id to + support ThinkPad ICE-1 (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP SnowWhite laptops + (stable-fixes). +- commit 2244c24 + +------------------------------------------------------------------- +Sat Apr 20 08:38:21 CEST 2024 - tiwai@suse.de + +- ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages + (git-fixes). +- ALSA: hda/realtek: Fix volumn control of ThinkBook 16P Gen4 + (git-fixes). +- ALSA: hda/tas2781: correct the register for pow calibrated data + (git-fixes). +- drm/panel: visionox-rm69299: don't unregister DSI device + (git-fixes). +- drm/vmwgfx: Sort primary plane formats by order of preference + (git-fixes). +- drm/vmwgfx: Fix crtc's atomic check conditional (git-fixes). +- drm/vmwgfx: Fix prime import/export (git-fixes). +- drm/ttm: stop pooling cached NUMA pages v2 (git-fixes). +- drm: nv04: Fix out of bounds access (git-fixes). +- nouveau: fix instmem race condition around ptr stores + (git-fixes). +- drm/amdgpu: fix visible VRAM handling during faults (git-fixes). +- drm/amdgpu: validate the parameters of bo mapping operations + more clearly (git-fixes). +- Revert "drm/amd/display: fix USB-C flag update after enc10 + feature init" (stable-fixes). +- drm/amdkfd: Fix memory leak in create_process failure + (git-fixes). +- drm/amdgpu: remove invalid resource->start check v2 (git-fixes). +- nilfs2: fix OOB in nilfs_set_de_type (git-fixes). +- commit de35710 + +------------------------------------------------------------------- +Fri Apr 19 21:07:04 CEST 2024 - tonyj@suse.de + +- blacklist.conf: kill erroneous blank line added by 58324b9ff787 +- commit abcb85f + +------------------------------------------------------------------- +Fri Apr 19 19:47:40 CEST 2024 - lduncan@suse.com + +- blacklist.conf: add 3 commits to be skipped + One is a configuration change for an unused options, and + two are for SCSI structure changes that breaks kabi. +- commit c143746 + +------------------------------------------------------------------- +Fri Apr 19 18:37:34 CEST 2024 - lduncan@suse.com + +- scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() + (git-fixes). +- scsi: hisi_sas: Modify the deadline for ata_wait_after_reset() + (git-fixes). +- scsi: sd: Unregister device if device_add_disk() failed in + sd_probe() (git-fixes). +- scsi: mylex: Fix sysfs buffer lengths (git-fixes). +- scsi: core: Fix unremoved procfs host directory regression + (git-fixes). +- scsi: sg: Avoid sg device teardown race (git-fixes). +- scsi: libsas: Fix disk not being scanned in after being removed + (git-fixes). +- scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type() + (git-fixes). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (git-fixes). +- scsi: csiostor: Avoid function pointer casts (git-fixes). +- scsi: mpt3sas: Prevent sending diag_reset when the controller + is ready (git-fixes). +- scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports() + (git-fixes). +- scsi: smartpqi: Fix disable_managed_interrupts (git-fixes). +- scsi: core: Consult supported VPD page list prior to fetching + page (git-fixes). +- commit 8d33038 + +------------------------------------------------------------------- +Fri Apr 19 17:37:43 CEST 2024 - tiwai@suse.de + +- pmdomain: mediatek: fix race conditions with genpd + (CVE-2023-52645 bsc#1223033). +- commit c2656fd + +------------------------------------------------------------------- +Fri Apr 19 17:36:44 CEST 2024 - tiwai@suse.de + +- Delete patches.suse/modpost-Add-.ltext-and-.ltext.-to-TEXT_SECTIONS.patch + This caused an overflow of the table as we haven't taken other earlier + changes. Drop it for now. +- commit bc7d928 + +------------------------------------------------------------------- +Fri Apr 19 16:44:36 CEST 2024 - colyli@suse.de + +- block: Fix WARNING in _copy_from_iter (bsc#1223015, + CVE-2024-26844). +- commit a5a381a + +------------------------------------------------------------------- +Fri Apr 19 15:44:52 CEST 2024 - tiwai@suse.de + +- platform/x86: think-lmi: Fix password opcode ordering for + workstations (CVE-2024-26836 bsc#1222968). +- platform/x86: think-lmi: Enable opcode support on BIOS settings + (CVE-2024-26836 bsc#1222968). +- commit a97b715 + +------------------------------------------------------------------- +Fri Apr 19 14:38:06 CEST 2024 - denis.kirjanov@suse.com + +- net: tcp: fix unexcepted socket die when snd_wnd is 0 + (git-fixes). +- commit e8c290a + +------------------------------------------------------------------- +Fri Apr 19 14:35:34 CEST 2024 - denis.kirjanov@suse.com + +- net: Use sockaddr_storage for getsockopt(SO_PEERNAME) + (git-fixes). +- commit 0bf4249 + +------------------------------------------------------------------- +Fri Apr 19 14:33:22 CEST 2024 - denis.kirjanov@suse.com + +- nf_conntrack: fix -Wunused-const-variable= (git-fixes). +- commit 771e185 + +------------------------------------------------------------------- +Fri Apr 19 14:31:05 CEST 2024 - denis.kirjanov@suse.com + +- net: NSH: fix kernel-doc notation warning (git-fixes). +- commit ab89a9e + +------------------------------------------------------------------- +Fri Apr 19 14:28:13 CEST 2024 - denis.kirjanov@suse.com + +- net: llc: fix kernel-doc notation warnings (git-fixes). +- commit a9e21ce + +------------------------------------------------------------------- +Fri Apr 19 14:25:10 CEST 2024 - denis.kirjanov@suse.com + +- inet: frags: eliminate kernel-doc warning (git-fixes). +- commit 3d5b832 + +------------------------------------------------------------------- +Fri Apr 19 14:03:12 CEST 2024 - denis.kirjanov@suse.com + +- net: cfg802154: fix kernel-doc notation warnings (git-fixes). +- commit f9d49a1 + +------------------------------------------------------------------- +Fri Apr 19 13:59:44 CEST 2024 - denis.kirjanov@suse.com + +- net: bonding: remove kernel-doc comment marker (git-fixes). +- commit b25069a + +------------------------------------------------------------------- +Fri Apr 19 13:57:45 CEST 2024 - denis.kirjanov@suse.com + +- net: phy: phy_device: Prevent nullptr exceptions on ISR + (git-fixes). +- commit da73105 + +------------------------------------------------------------------- +Fri Apr 19 13:55:44 CEST 2024 - denis.kirjanov@suse.com + +- net: stmmac: dwmac-starfive: Add support for JH7100 SoC + (git-fixes). +- commit 644ea8f + +------------------------------------------------------------------- +Fri Apr 19 13:53:29 CEST 2024 - denis.kirjanov@suse.com + +- bnx2x: Fix firmware version string character counts (git-fixes). +- commit b005933 + +------------------------------------------------------------------- +Fri Apr 19 13:51:38 CEST 2024 - denis.kirjanov@suse.com + +- net: sparx5: Fix use after free inside sparx5_del_mact_entry + (git-fixes). +- commit 3b59a03 + +------------------------------------------------------------------- +Fri Apr 19 13:32:18 CEST 2024 - tiwai@suse.de + +- Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks + in amdgpu_device_init()" (stable-fixes). +- commit f7f3760 + +------------------------------------------------------------------- +Fri Apr 19 13:30:16 CEST 2024 - tiwai@suse.de + +- usb: typec: ucsi: Limit read size on v1.2 (stable-fixes). +- Refresh + patches.suse/usb-typec-ucsi-Update-connector-cap-and-status.patch. +- commit e357444 + +------------------------------------------------------------------- +Fri Apr 19 13:28:57 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: add locking for accessing mapped registers + (stable-fixes). +- commit ac66d90 + +------------------------------------------------------------------- +Fri Apr 19 13:27:03 CEST 2024 - tiwai@suse.de + +- net: usb: ax88179_178a: avoid writing the mac address before + first reading (git-fixes). +- random: handle creditable entropy from atomic process context + (git-fixes). +- firmware: arm_scmi: Make raw debugfs entries non-seekable + (git-fixes). +- mmc: omap: restore original power up/down steps (git-fixes). +- mmc: omap: fix deferred probe (git-fixes). +- mmc: omap: fix broken slot switch lookup (git-fixes). +- nouveau: fix function cast warning (git-fixes). +- PM: s2idle: Make sure CPUs will wakeup directly on resume + (git-fixes). +- platform/chrome: cros_ec_uart: properly fix race condition + (git-fixes). +- platform/x86: intel-vbtn: Update tablet mode switch at end of + probe (git-fixes). +- nouveau: fix devinit paths to only handle display on GSP + (git-fixes). +- gpio: cdev: fix missed label sanitizing in debounce_setup() + (git-fixes). +- gpio: cdev: check for NULL labels when sanitizing them for irqs + (git-fixes). +- gpio: cdev: sanitize the label before requesting the interrupt + (stable-fixes). +- usb: sl811-hcd: only defined function checkdone if QUIRK2 is + defined (stable-fixes). +- usb: typec: tcpci: add generic tcpci fallback compatible + (stable-fixes). +- usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR + (stable-fixes). +- thermal/of: Assume polling-delay(-passive) 0 when absent + (stable-fixes). +- Input: xpad - add support for Snakebyte GAMEPADs (stable-fixes). +- Input: imagis - use FIELD_GET where applicable (stable-fixes). +- input/touchscreen: imagis: Correct the maximum touch area value + (stable-fixes). +- Input: synaptics-rmi4 - fail probing if memory allocation for + "phys" fails (stable-fixes). +- media: sta2x11: fix irq handler cast (stable-fixes). +- media: cec: core: remove length check of Timer Status + (stable-fixes). +- PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge + (stable-fixes). +- platform/x86: touchscreen_dmi: Add an extra entry for a variant + of the Chuwi Vi8 tablet (stable-fixes). +- Input: allocate keycode for Display refresh rate toggle + (stable-fixes). +- pinctrl: renesas: checker: Limit cfg reg enum checks to provided + IDs (stable-fixes). +- HID: input: avoid polling stylus battery on Chromebook Pompom + (stable-fixes). +- wifi: cfg80211: check A-MSDU format more carefully + (stable-fixes). +- wifi: mt76: mt7996: disable AMSDU for non-data frames + (stable-fixes). +- wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro + (stable-fixes). +- wifi: iwlwifi: pcie: Add the PCI device id for new hardware + (stable-fixes). +- wifi: rtw89: pci: enlarge RX DMA buffer to consider size of + RX descriptor (stable-fixes). +- wifi: ath9k: fix LNA selection in ath_ant_try_scan() + (stable-fixes). +- net: phy: phy_device: Prevent nullptr exceptions on ISR + (stable-fixes). +- wifi: rtw89: fix null pointer access when abort scan + (stable-fixes). +- overflow: Allow non-type arg to type_max() and type_min() + (stable-fixes). +- pstore/zone: Add a null pointer check to the psz_kmsg_read + (stable-fixes). +- modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS + (stable-fixes). +- commit 7321185 + +------------------------------------------------------------------- +Fri Apr 19 13:20:06 CEST 2024 - tiwai@suse.de + +- drm/msm/dp: fix typo in dp_display_handle_port_status_changed() + (git-fixes). +- drm/msm/dpu: make error messages at + dpu_core_irq_register_callback() more sensible (git-fixes). +- drm/msm/dpu: don't allow overriding data from catalog + (git-fixes). +- drm/msm: Add newlines to some debug prints (git-fixes). +- drm/vmwgfx: Enable DMA mappings with SEV (git-fixes). +- drm/client: Fully protect modes[] with dev->mode_config.mutex + (stable-fixes). +- Revert "drm/qxl: simplify qxl_fence_wait" (git-fixes). +- drm/ast: Fix soft lockup (git-fixes). +- drm/panfrost: Fix the error path in + panfrost_mmu_map_fault_addr() (git-fixes). +- drm/amd/display: Set VSC SDP Colorimetry same way for MST and + SST (stable-fixes). +- drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= + 1.4 (stable-fixes). +- drm/amd/display: fix disable otg wa logic in DCN316 + (stable-fixes). +- drm/amdgpu: fix incorrect number of active RBs for gfx11 + (stable-fixes). +- drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 + (stable-fixes). +- drm/amdgpu: Reset dGPU if suspend got aborted (stable-fixes). +- drm/amdgpu: always force full reset for SOC21 (stable-fixes). +- drm/amdkfd: Reset GPU on queue preemption failure + (stable-fixes). +- drm/i915/vrr: Disable VRR when using bigjoiner (stable-fixes). +- drm/i915: Disable port sync when bigjoiner is used + (stable-fixes). +- drm/i915/cdclk: Fix CDCLK programming order when pipes are + active (git-fixes). +- drm/i915: Pre-populate the cursor physical dma address + (git-fixes). +- fbmon: prevent division by zero in fb_videomode_from_videomode() + (stable-fixes). +- fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 + (stable-fixes). +- drm/amd/amdgpu: Fix potential ioremap() memory leaks in + amdgpu_device_init() (stable-fixes). +- drm/amd/display: Fix nanosec stat overflow (stable-fixes). +- drm: Check polling initialized before enabling in + drm_helper_probe_single_connector_modes (stable-fixes). +- drm: Check output polling initialized before disabling + (stable-fixes). +- drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for GPD Win Mini + (stable-fixes). +- firmware: tegra: bpmp: Return directly after a failed kzalloc() + in get_filename() (stable-fixes). +- commit 2efe82e + +------------------------------------------------------------------- +Fri Apr 19 13:12:20 CEST 2024 - tiwai@suse.de + +- ata: libata-core: Allow command duration limits detection for + ACS-4 drives (git-fixes). +- amdkfd: use calloc instead of kzalloc to avoid integer overflow + (stable-fixes). +- accel/ivpu: Fix deadlock in context_xa (git-fixes). +- ACPI: scan: Do not increase dep_unmet for already met + dependencies (git-fixes). +- Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED + bit (git-fixes). +- Bluetooth: hci_sock: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: L2CAP: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: RFCOMM: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: SCO: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: Fix memory leak in hci_req_sync_complete() + (git-fixes). +- Bluetooth: hci_sync: Fix using the same interval and window + for Coded PHY (git-fixes). +- Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset + (git-fixes). +- batman-adv: Avoid infinite loop trying to resize local TT + (git-fixes). +- Bluetooth: hci_event: set the conn encrypted before conn + establishes (stable-fixes). +- ASoC: soc-core.c: Skip dummy codec when adding platforms + (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE + (stable-fixes). +- ASoC: Intel: avs: Populate board selection with new I2S entries + (stable-fixes). +- ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 + (LAPRC710) laptops (stable-fixes). +- ASoC: SOF: amd: Optimize quirk for Valve Galileo (stable-fixes). +- ALSA: firewire-lib: handle quirk to calculate payload quadlets + as data block counter (stable-fixes). +- Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle + by default" (stable-fixes). +- drm/vc4: don't check if plane->state->fb == state->fb + (stable-fixes). +- ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of + CONFIG_X86_ANDROID_TABLETS (stable-fixes). +- Bluetooth: ISO: Align broadcast sync_timeout with connection + timeout (stable-fixes). +- Bluetooth: Add new quirk for broken read key length on ATS2851 + (stable-fixes). +- Bluetooth: hci_sync: Use QoS to determine which PHY to scan + (stable-fixes). +- Bluetooth: btintel: Fixe build regression (git-fixes). +- Bluetooth: btintel: Fix null ptr deref in btintel_read_version + (stable-fixes). +- drm/i915/display: Use i915_gem_object_get_dma_address to get + dma address (stable-fixes). +- commit 79cdb13 + +------------------------------------------------------------------- +Fri Apr 19 12:55:05 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/stmmac-Clear-variable-when-destroying-workqueue.patch + (git-fixes CVE-2024-26802 bsc#1222799). +- commit a49cc37 + +------------------------------------------------------------------- +Fri Apr 19 12:24:47 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/0001-fs-hugetlb-fix-NULL-pointer-dereference-in-hugetlbs_.patch + (bsc#1219264 CVE-2024-0841 CVE-2024-26688 bsc#1222482). +- Update + patches.suse/0002-iommu-vt-d-Don-t-issue-ATS-Invalidation-request-when.patch + (git-fixes CVE-2024-26891 bsc#1223037). +- Update + patches.suse/ACPI-processor_idle-Fix-memory-leak-in-acpi_processo.patch + (git-fixes CVE-2024-26894 bsc#1223043). +- Update + patches.suse/ASoC-qcom-Fix-uninitialized-pointer-dmactl.patch + (git-fixes CVE-2024-26799 bsc#1222415). +- Update + patches.suse/Bluetooth-Avoid-potential-use-after-free-in-hci_erro.patch + (git-fixes CVE-2024-26801 bsc#1222413). +- Update patches.suse/Bluetooth-af_bluetooth-Fix-deadlock.patch + (git-fixes CVE-2024-26886 bsc#1223044). +- Update + patches.suse/IB-hfi1-Fix-a-memleak-in-init_credit_return.patch + (git-fixes CVE-2024-26839 bsc#1222975). +- Update + patches.suse/RDMA-irdma-Fix-KASAN-issue-with-tasklet.patch + (git-fixes CVE-2024-26838 bsc#1222974). +- Update + patches.suse/RDMA-srpt-Do-not-register-event-handler-until-srpt-d.patch + (git-fixes CVE-2024-26872 bsc#1223115). +- Update + patches.suse/afs-Fix-endless-loop-in-directory-parsing.patch + (git-fixes CVE-2024-26848 bsc#1223030). +- Update + patches.suse/afs-Increase-buffer-size-in-afs_update_volume_status.patch + (git-fixes CVE-2024-26736 bsc#1222586). +- Update + patches.suse/btrfs-fix-double-free-of-anonymous-device-after-snap.patch + (bsc#1219126 CVE-2024-23850 CVE-2024-26792 bsc#1222430). +- Update + patches.suse/cachefiles-fix-memory-leak-in-cachefiles_add_cache.patch + (bsc#1220265 CVE-2024-26840 bsc#1222976). +- Update + patches.suse/ceph-prevent-use-after-free-in-encode_cap_msg.patch + (bsc#1221391 CVE-2024-26689 bsc#1222503). +- Update + patches.suse/clk-meson-Add-missing-clocks-to-axg_clk_regmaps.patch + (git-fixes CVE-2024-26879 bsc#1223066). +- Update + patches.suse/crypto-algif_hash-Remove-bogus-SGL-free-on-zero-leng.patch + (git-fixes CVE-2024-26824 bsc#1223081). +- Update + patches.suse/dmaengine-fsl-qdma-init-irq-after-reg-initialization.patch + (git-fixes CVE-2024-26788 bsc#1222783). +- Update + patches.suse/dmaengine-idxd-Ensure-safe-user-copy-of-completion-r.patch + (bsc#1221428 git-fixes CVE-2024-26746 bsc#1222444). +- Update + patches.suse/drm-amd-display-Fix-MST-Null-Ptr-for-RV.patch + (git-fixes CVE-2024-26700 bsc#1222870). +- Update + patches.suse/drm-amd-display-Fix-memory-leak-in-dm_sw_fini.patch + (git-fixes CVE-2024-26833 bsc#1223036). +- Update + patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch + (git-fixes CVE-2024-26729 bsc#1222552). +- Update + patches.suse/drm-amd-display-Prevent-potential-buffer-overflow-in.patch + (git-fixes CVE-2024-26797 bsc#1222425). +- Update + patches.suse/drm-bridge-adv7511-fix-crash-on-irq-during-probe.patch + (git-fixes CVE-2024-26876 bsc#1223119). +- Update + patches.suse/drm-buddy-Fix-alloc_range-error-handling-code.patch + (git-fixes CVE-2024-26911 bsc#1223055). +- Update + patches.suse/drm-mediatek-Fix-a-null-pointer-crash-in-mtk_drm_crt.patch + (git-fixes CVE-2024-26874 bsc#1223048). +- Update + patches.suse/drm-nouveau-fix-several-DMA-buffer-leaks.patch + (git-fixes CVE-2024-26912 bsc#1223064). +- Update + patches.suse/efi-runtime-Fix-potential-overflow-of-soft-reserved-.patch + (git-fixes CVE-2024-26843 bsc#1223014). +- Update + patches.suse/fbcon-always-restore-the-old-font-data-in-fbcon_do_s.patch + (git-fixes CVE-2024-26798 bsc#1222798). +- Update + patches.suse/i40e-Do-not-allow-untrusted-VF-to-remove-administrat.patch + (git-fixes CVE-2024-26830 bsc#1223012). +- Update + patches.suse/iio-adc-ad4130-zero-initialize-clock-init-data.patch + (git-fixes CVE-2024-26711 bsc#1222420). +- Update + patches.suse/md-Don-t-suspend-the-array-for-interrupted-reshape-9e46.patch + (git-fixes CVE-2024-26755 bsc#1222529). +- Update patches.suse/media-ir_toy-fix-a-memleak-in-irtoy_tx.patch + (git-fixes CVE-2024-26829 bsc#1223027). +- Update + patches.suse/media-pvrusb2-fix-uaf-in-pvr2_context_set_notify.patch + (git-fixes CVE-2024-26875 bsc#1223118). +- Update + patches.suse/msft-hv-2942-hv_netvsc-Register-VF-in-netvsc_probe-if-NET_DEVICE_.patch + (git-fixes CVE-2024-26820 bsc#1223078). +- Update + patches.suse/net-bnx2x-Prevent-access-to-a-freed-page-in-page_poo.patch + (bsc#1215322 CVE-2024-26859 bsc#1223049). +- Update + patches.suse/net-veth-clear-GRO-when-clearing-XDP-even-when-down.patch + (git-fixes CVE-2024-26803 bsc#1222788). +- Update + patches.suse/nfc-nci-free-rx_data_reassembly-skb-on-NCI-device-cl.patch + (git-fixes CVE-2024-26825 bsc#1223065). +- Update + patches.suse/nilfs2-fix-data-corruption-in-dsync-block-recovery-f.patch + (git-fixes CVE-2024-26697 bsc#1222550). +- Update + patches.suse/nilfs2-fix-hang-in-nilfs_lookup_dirty_data_buffers.patch + (git-fixes CVE-2024-26696 bsc#1222549). +- Update + patches.suse/powerpc-iommu-Fix-the-missing-iommu_group_put-during.patch + (jsc#PED-7779 jsc#PED-7780 git-fixes CVE-2024-26709 + bsc#1222418). +- Update + patches.suse/powerpc-kasan-Limit-KASAN-thread-size-increase-to-32.patch + (bsc#1215199 CVE-2024-26710 bsc#1222419). +- Update + patches.suse/powerpc-pseries-iommu-DLPAR-add-doesn-t-completely-i.patch + (bsc#1215199 bsc#1219077 ltc#204477 CVE-2024-26738 bsc#1222607). +- Update + patches.suse/powerpc-rtas-use-correct-function-name-for-resetting.patch + (bsc#1215199 CVE-2024-26847 bsc#1223026). +- Update patches.suse/ppp_async-limit-MRU-to-64K.patch (git-fixes + CVE-2024-26675 bsc#1222379). +- Update + patches.suse/scsi-Revert-scsi-fcoe-Fix-potential-deadlock-on-fip-ctlr_lock.patch + (git-fixes bsc#1219141 CVE-2024-26917 bsc#1223056). +- Update + patches.suse/wifi-iwlwifi-mvm-fix-a-crash-when-we-run-out-of-stat.patch + (git-fixes CVE-2024-26693 bsc#1222451). +- Update + patches.suse/wifi-mac80211-fix-race-condition-on-enabling-fast-xm.patch + (git-fixes CVE-2024-26779 bsc#1222772). +- Update + patches.suse/wifi-wfx-fix-memory-leak-when-starting-AP.patch + (git-fixes CVE-2024-26896 bsc#1223042). +- Update + patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch + (git-fixes CVE-2024-26687 bsc#1222435). +- commit a69636a + +------------------------------------------------------------------- +Fri Apr 19 12:24:39 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/iio-core-fix-memleak-in-iio_device_register_sysfs.patch + (git-fixes CVE-2023-52643 bsc#1222960). +- Update + patches.suse/media-rc-bpf-attach-detach-requires-write-permission.patch + (git-fixes CVE-2023-52642 bsc#1223031). +- Update + patches.suse/wifi-b43-Stop-wake-correct-queue-in-DMA-Tx-path-when.patch + (git-fixes CVE-2023-52644 bsc#1222961). +- commit 2c2d37f + +------------------------------------------------------------------- +Fri Apr 19 11:19:08 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/wifi-mac80211-fix-race-condition-on-enabling-fast-xm.patch + (git-fixes CVE-2024-26779 bsc#1222772). +- commit 463d6dd + +------------------------------------------------------------------- +Fri Apr 19 10:26:17 CEST 2024 - tiwai@suse.de + +- Update patch reference of iio fix (CVE-2024-26702 bsc#1222424) +- commit 9436142 + +------------------------------------------------------------------- +Fri Apr 19 10:02:39 CEST 2024 - tiwai@suse.de + +- Update patch reference for interconnect patch (CVE-2024-26714 bsc#1222489) +- commit 773fbda + +------------------------------------------------------------------- +Thu Apr 18 18:09:21 CEST 2024 - jack@suse.cz + +- ext4: regenerate buddy after block freeing failed if under fc + replay (bsc#1220342 CVE-2024-26601). +- commit fec1ddc + +------------------------------------------------------------------- +Thu Apr 18 10:59:11 CEST 2024 - hare@suse.de + +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS + (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: don't skip over different type records from the rx_list + (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA + (bsc#1221858). +- tls: break out of main loop when PEEK gets a non-data record + (bsc#1221858). +- net: tls: fix returned read length with async decrypt + (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async + (bsc#1221858). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS + (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: don't skip over different type records from the rx_list + (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA + (bsc#1221858). +- tls: break out of main loop when PEEK gets a non-data record + (bsc#1221858). +- net: tls: fix returned read length with async decrypt + (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async + (bsc#1221858). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- commit 9d8d293 + +------------------------------------------------------------------- +Thu Apr 18 10:56:05 CEST 2024 - hare@suse.de + +- Refresh + patches.suse/nvme-keyring-restrict-match-length-for-version-1-ide.patch. +- commit da3d979 + +------------------------------------------------------------------- +Thu Apr 18 10:41:45 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/afs-Fix-endless-loop-in-directory-parsing.patch + (git-fixes bsc#1223030 CVE-2024-26848). +- commit 9f64be5 + +------------------------------------------------------------------- +Wed Apr 17 17:03:22 CEST 2024 - jack@suse.cz + +- fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion + (bsc#1222721 CVE-2024-26764). +- commit 72ff5e9 + +------------------------------------------------------------------- +Wed Apr 17 17:02:58 CEST 2024 - jack@suse.cz + +- fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via + libaio (bsc#1222721 CVE-2024-26764). +- commit 241f561 + +------------------------------------------------------------------- +Wed Apr 17 16:59:24 CEST 2024 - jack@suse.cz + +- ext4: avoid dividing by 0 in mb_update_avg_fragment_size() + when block bitmap corrupt (bsc#1222622 CVE-2024-26774). +- commit f7c2563 + +------------------------------------------------------------------- +Wed Apr 17 16:58:08 CEST 2024 - jack@suse.cz + +- ext4: avoid allocating blocks from corrupted group in + ext4_mb_try_best_found() (bsc#1222618 CVE-2024-26773). +- commit 920069c + +------------------------------------------------------------------- +Wed Apr 17 16:49:31 CEST 2024 - jbohac@suse.cz + +- Refresh + patches.suse/kdump-implement-reserve_crashkernel_cma.patch. + (don't print about zero-sized CMA reservation) +- commit 14e6598 + +------------------------------------------------------------------- +Wed Apr 17 10:59:40 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-roles-fix-NULL-pointer-issue-when-put-module-s-r.patch + (bsc#1222609 CVE-2024-26747). + Added CVE reference +- commit 5db3e1d + +------------------------------------------------------------------- +Wed Apr 17 10:26:28 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Fix wrong use of pasid config (git-fixes). +- commit 09ffca7 + +------------------------------------------------------------------- +Wed Apr 17 10:10:56 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Allocate local memory for page request queue + (git-fixes). +- commit 9b67401 + +------------------------------------------------------------------- +Wed Apr 17 10:02:03 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries/iommu: LPAR panics when rebooted with a frozen + PE (bsc#1222011 ltc#205900). +- commit a6aad75 + +------------------------------------------------------------------- +Wed Apr 17 09:11:51 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch + (bsc#1219485 bsc#1219451). +- Update patches.suse/0001-s390-qdio-handle-deferred-cc1.patch + (bsc#1219485 bsc#1219451). +- Update + patches.suse/s390-cio-fix-invalid-EBUSY-on-ccw_device_start.patch + (git-fixes bsc#1220360 bsc#1219485 bsc#1219451). +- Update patches.suse/s390-qeth-handle-deferred-cc1.patch + (bsc#1219485 git-fixes bsc#1219451). +- commit 097f888 + +------------------------------------------------------------------- +Wed Apr 17 05:58:35 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/fbdev-savage-Error-out-if-pixclock-equals-zero.patch + (git-fixes CVE-2024-26778 bsc#1222770). +- commit fbfa53e + +------------------------------------------------------------------- +Wed Apr 17 05:57:29 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/fbdev-sis-Error-out-if-pixclock-equals-zero.patch + (git-fixes CVE-2024-26777 bsc#1222765). +- commit 4648979 + +------------------------------------------------------------------- +Wed Apr 17 05:30:29 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/tls-fix-use-after-free-on-failed-backlog-decryption.patch + (CVE-2024-26584 bsc#1220186 CVE-2024-26800 bsc#1222728). +- commit 6cb76c6 + +------------------------------------------------------------------- +Tue Apr 16 18:23:07 CEST 2024 - jbohac@suse.cz + +- crash: use macro to add crashk_res into iomem early for specific + arch (jsc#PED-7249, bsc#1222742). + Refresh patches.suse/kdump-implement-reserve_crashkernel_cma.patch. +- commit b256f70 + +------------------------------------------------------------------- +Tue Apr 16 16:43:44 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Disable irrelevant patch + We don't have syscall hardening in our kernels. +- commit 36739c9 + +------------------------------------------------------------------- +Tue Apr 16 16:43:33 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix BHI documentation (git-fixes). +- commit b981493 + +------------------------------------------------------------------- +Tue Apr 16 16:20:48 CEST 2024 - denis.kirjanov@suse.com + +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1222635 CVE-2024-26815). +- commit 0dd110f + +------------------------------------------------------------------- +Tue Apr 16 14:49:22 CEST 2024 - iivanov@suse.de + +- spi: cadence-qspi: fix pointer reference in runtime PM hooks (CVE-2024-26807 bsc#1222801) +- commit 5687920 + +------------------------------------------------------------------- +Tue Apr 16 11:03:35 CEST 2024 - dwagner@suse.de + +- Update + patches.suse/nvmet-fc-avoid-deadlock-on-delete-association-path.patch + (git-fixes CVE-2024-26769 bsc#1222727). +- commit 2dfa751 + +------------------------------------------------------------------- +Tue Apr 16 09:40:11 CEST 2024 - petr.pavlu@suse.com + +- kprobes: Fix double free of kretprobe_holder (bsc#1220901). +- commit 6f75bb6 + +------------------------------------------------------------------- +Tue Apr 16 09:16:16 CEST 2024 - tzimmermann@suse.com + +- "nouveau: offload fence uevents work to workqueue" + Reference bug report and CVE number. +- commit 92c99bd + +------------------------------------------------------------------- +Tue Apr 16 08:13:20 CEST 2024 - jgross@suse.com + +- xen/events: fix error code in xen_bind_pirq_msi_to_irq() + (git-fixes). +- commit 05ac0c8 + +------------------------------------------------------------------- +Tue Apr 16 07:13:46 CEST 2024 - shung-hsi.yu@suse.com + +- xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL + (bsc#1221303 CVE-2024-26611). +- xsk: fix usage of multi-buffer BPF helpers for ZC XDP + (bsc#1221303 CVE-2024-26611). +- xsk: recycle buffer in case Rx queue was full (bsc#1221303 + CVE-2024-26611). +- commit c10f182 + +------------------------------------------------------------------- +Tue Apr 16 05:54:37 CEST 2024 - nmorey@suse.com + +- Update patches.suse/RDMA-srpt-Support-specifying-the-srpt_service_guid-p.patch + (git-fixes bsc#1222449 CVE-2024-26744) +- Update patches.suse/RDMA-qedr-Fix-qedr_create_user_qp-error-flow.patch + (git-fixes bsc#1222677 CVE-2024-26743) +- Update patches.suse/IB-hfi1-Fix-sdma.h-tx-num_descs-off-by-one-error.patch + (git-fixes bsc#1222726 CVE-2024-26766) +- commit 3b16fea + +------------------------------------------------------------------- +Tue Apr 16 05:50:53 CEST 2024 - nmorey@suse.com + +- RDMA/cm: add timeout to cm_destroy_id wait (git-fixes) +- commit e7fcab4 + +------------------------------------------------------------------- +Mon Apr 15 18:58:02 CEST 2024 - jwiesner@suse.de + +- Revert patches.suse/tcp-get-rid-of-sysctl_tcp_adv_win_scale.patch + (bsc#1220419 bsc#1222656). +- Revert patches.suse/mptcp-fix-rcv-buffer-auto-tuning.patch + (bsc#1220419 bsc#1222656). +- Refresh + patches.suse/tcp-reorganize-tcp_sock-fast-path-variables.patch. + Revert dfa2f0483360 ("tcp: get rid of sysctl_tcp_adv_win_scale") to + resolve a performance regression in HTML traffic. +- commit e2e7d0b + +------------------------------------------------------------------- +Mon Apr 15 18:49:18 CEST 2024 - krisman@suse.de + +- udp: Avoid call to compute_score on multiple sites + (bsc#1220709). +- commit 78244c6 + +------------------------------------------------------------------- +Mon Apr 15 18:16:23 CEST 2024 - jgross@suse.com + +- xen/evtchn: avoid WARN() when unbinding an event channel + (git-fixes). +- commit fe7eef3 + +------------------------------------------------------------------- +Mon Apr 15 17:40:50 CEST 2024 - jgross@suse.com + +- xen/events: increment refcnt only if event channel is refcounted + (git-fixes). +- commit af3cb5d + +------------------------------------------------------------------- +Mon Apr 15 17:05:19 CEST 2024 - jgross@suse.com + +- xen-netfront: Add missing skb_mark_for_recycle (git-fixes). +- commit 421f313 + +------------------------------------------------------------------- +Mon Apr 15 16:29:50 CEST 2024 - jgross@suse.com + +- x86/xen: attempt to inflate the memory balloon on PVH + (git-fixes). +- commit df9367a + +------------------------------------------------------------------- +Mon Apr 15 15:53:54 CEST 2024 - jgross@suse.com + +- x86/xen: Add some null pointer checking to smp.c (git-fixes). +- commit f502fc5 + +------------------------------------------------------------------- +Mon Apr 15 15:31:22 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI (git-fixes). +- commit 3d18f9a + +------------------------------------------------------------------- +Mon Apr 15 15:31:03 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto (git-fixes). +- Update config files. +- commit b2f373b + +------------------------------------------------------------------- +Mon Apr 15 15:23:29 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix BHI handling of RRSBA (git-fixes). +- commit 66c46fb + +------------------------------------------------------------------- +Mon Apr 15 15:23:07 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr' (git-fixes). +- commit 6aec207 + +------------------------------------------------------------------- +Mon Apr 15 15:17:26 CEST 2024 - jgross@suse.com + +- xen/events: modify internal [un]bind interfaces (git-fixes). +- Refresh + patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch. +- commit 77df536 + +------------------------------------------------------------------- +Mon Apr 15 15:13:05 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES (git-fixes). +- commit 1fdb38f + +------------------------------------------------------------------- +Mon Apr 15 15:03:47 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix return type of spectre_bhi_state() (git-fixes). +- commit 13662e2 + +------------------------------------------------------------------- +Mon Apr 15 15:03:00 CEST 2024 - jgross@suse.com + +- xen/events: drop xen_allocate_irqs_dynamic() (git-fixes). +- commit a93b368 + +------------------------------------------------------------------- +Mon Apr 15 14:53:43 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file (bsc#1222823). +- Refresh patches.suse/x86-bhi-Add-BHI-mitigation-knob.patch. +- commit 1bc31f7 + +------------------------------------------------------------------- +Mon Apr 15 14:52:07 CEST 2024 - nik.borisov@suse.com + +- KVM: x86: Add BHI_NO (bsc#1222823). +- commit 07366ce + +------------------------------------------------------------------- +Mon Apr 15 14:51:40 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Mitigate KVM by default (bsc#1222823). +- commit 64cbcbe + +------------------------------------------------------------------- +Mon Apr 15 14:40:12 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Add BHI mitigation knob (bsc#1222823). +- Update config files. +- commit 65ced6f + +------------------------------------------------------------------- +Mon Apr 15 14:22:08 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Enumerate Branch History Injection (BHI) bug (bsc#1222823). +- commit 5ca568d + +------------------------------------------------------------------- +Mon Apr 15 14:04:22 CEST 2024 - jgross@suse.com + +- xen/events: remove some simple helpers from events_base.c + (git-fixes). +- Refresh + patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch. +- commit faab65b + +------------------------------------------------------------------- +Mon Apr 15 14:00:05 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Define SPEC_CTRL_BHI_DIS_S (bsc#1222823). +- commit 496b11d + +------------------------------------------------------------------- +Mon Apr 15 13:55:12 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Add support for clearing branch history at syscall entry (bsc#1222823). +- commit dee5dff + +------------------------------------------------------------------- +Mon Apr 15 13:18:01 CEST 2024 - jgross@suse.com + +- xen/events: reduce externally visible helper functions + (git-fixes). +- commit a7834c4 + +------------------------------------------------------------------- +Mon Apr 15 12:39:49 CEST 2024 - jgross@suse.com + +- xen: evtchn: Allow shared registration of IRQ handers + (git-fixes). +- commit fac6c90 + +------------------------------------------------------------------- +Mon Apr 15 12:31:43 CEST 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/net-pds_core-Fix-possible-double-free-in-error-handl.patch + (git-fixes CVE-2024-26652 bsc#1222115). + Added CVE reference. +- commit 070cd49 + +------------------------------------------------------------------- +Mon Apr 15 12:28:02 CEST 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/net-atlantic-Fix-DMA-mapping-for-PTP-hwts-ring.patch + (git-fixes bsc#1222427 CVE-2024-26680). + Added CVE reference. +- commit 97f0341 + +------------------------------------------------------------------- +Mon Apr 15 11:36:12 CEST 2024 - mfranc@suse.cz + +- s390/cio: fix race condition during online processing + (bsc#1219485). +- commit 83d7614 + +------------------------------------------------------------------- +Mon Apr 15 11:25:52 CEST 2024 - mfranc@suse.cz + +- s390/qdio: handle deferred cc1 (bsc#1219485). +- commit aec0983 + +------------------------------------------------------------------- +Mon Apr 15 11:05:01 CEST 2024 - mfranc@suse.cz + +- s390/qeth: handle deferred cc1 (bsc#1219485 git-fixes). +- commit 6c10bf2 + +------------------------------------------------------------------- +Mon Apr 15 11:04:23 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/s390-cio-fix-invalid-EBUSY-on-ccw_device_start.patch + (git-fixes bsc#1220360 bsc#1219485). +- commit 174a4e8 + +------------------------------------------------------------------- +Mon Apr 15 10:51:21 CEST 2024 - iivanov@suse.de + +- Update patches.suse/mmc-mmci-stm32-fix-DMA-API-overlapping-mappings-warn.patch (git-fixes CVE-2024-26787 bsc#1222781) +- commit 2816ca9 + +------------------------------------------------------------------- +Mon Apr 15 10:42:42 CEST 2024 - iivanov@suse.de + +- Update patches.suse/dmaengine-fsl-qdma-fix-SoC-may-hang-on-16-byte-unali.patch (git-fixes CVE-2024-26790 bsc#1222784) +- commit 0d6086f + +------------------------------------------------------------------- +Mon Apr 15 10:15:49 CEST 2024 - iivanov@suse.de + +- Update patches.suse/spi-hisi-sfc-v3xx-Return-IRQ_NONE-if-no-interrupts-w.patch (git-fixes CVE-2024-26776 bsc#1222764) +- commit ec068f3 + +------------------------------------------------------------------- +Mon Apr 15 09:13:59 CEST 2024 - colyli@suse.de + +- blacklist.conf: add non-backport md git-fixes patch commit. +- commit 58324b9 + +------------------------------------------------------------------- +Mon Apr 15 09:12:46 CEST 2024 - colyli@suse.de + +- Delete the disabled patch which breaks KABI now, + patches.suse/md-bitmap-don-t-use-index-for-pages-backing-the-bitm-d703.patch. +- blacklist.conf: add the above patch commit. +- commit 9b0b89b + +------------------------------------------------------------------- +Sun Apr 14 03:57:08 CEST 2024 - glass.su@suse.com + +- dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape (bsc#1219596) + Also update diff context in + patches.suse/dm-raid-fix-false-positive-for-requeue-needed-during-b25b.patch +- commit 4604cae + +------------------------------------------------------------------- +Sat Apr 13 10:59:08 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222531, CVE-2024-26756 references, + patches.suse/md-Don-t-register-sync_thread-for-reshape-directly-ad39.patch + (bsc#1219596, bsc#1222531, CVE-2024-26756). +- commit de5884e + +------------------------------------------------------------------- +Sat Apr 13 10:57:41 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222531, CVE-2024-26756 references, + patches.suse/md-Don-t-register-sync_thread-for-reshape-directly-ad39.patch + (bsc#1219596, bsc#1222531, CVE-2024-26756). +- commit 4150d19 + +------------------------------------------------------------------- +Sat Apr 13 10:33:55 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222527, CVE-2024-26757 references, + patches.suse/md-Don-t-ignore-read-only-array-in-md_check_recovery-55a4.patch + (bsc#1219596, bsc#1222527, CVE-2024-26757). +- commit 67019f2 + +------------------------------------------------------------------- +Sat Apr 13 10:30:45 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222527, CVE-2024-26757 references, + patches.suse/md-Don-t-ignore-read-only-array-in-md_check_recovery-55a4.patch + (bsc#1219596, bsc#1222527, CVE-2024-26757). +- commit 0b6b491 + +------------------------------------------------------------------- +Sat Apr 13 10:10:15 CEST 2024 - colyli@suse.de + +- Update to add bsc# and CVE tags, + patches.suse/dm-crypt-dm-verity-disable-tasklets-0a9b.patch + (bsc#1222416, CVE-2024-26718). +- commit 59bf5a5 + +------------------------------------------------------------------- +Sat Apr 13 09:00:48 CEST 2024 - colyli@suse.de + +- Update to add bsc# and CVE tags, + patches.suse/dm-crypt-don-t-modify-the-data-when-using-authentica-50c7.patch + (bsc#1222720, CVE-2024-26763). +- commit 710cd5e + +------------------------------------------------------------------- +Sat Apr 13 03:43:33 CEST 2024 - lduncan@suse.com + +- scsi: target: pscsi: Fix bio_put() for error case (bsc#1222596 + cve-2024-267600). +- commit a67c294 + +------------------------------------------------------------------- +Fri Apr 12 18:13:34 CEST 2024 - vkarasulli@suse.de + +- iommufd/iova_bitmap: Bounds check mapped::pages access + (git-fixes). +- commit b7fc473 + +------------------------------------------------------------------- +Fri Apr 12 18:03:48 CEST 2024 - vkarasulli@suse.de + +- iommufd: Reject non-zero data_type if no data_len is provided + (git-fixes). +- commit ceca619 + +------------------------------------------------------------------- +Fri Apr 12 17:49:22 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Update iotlb in nested domain attach (git-fixes). +- commit e2cf9d1 + +------------------------------------------------------------------- +Fri Apr 12 17:01:14 CEST 2024 - vkarasulli@suse.de + +- iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA + (git-fixes). +- commit 200d970 + +------------------------------------------------------------------- +Fri Apr 12 16:15:33 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: Test racing between bpf_timer_cancel_and_free + and bpf_timer_cancel (bsc#1222557 CVE-2024-26737). +- bpf: Fix racing between bpf_timer_cancel_and_free and + bpf_timer_cancel (bsc#1222557 CVE-2024-26737). +- commit 24333b7 + +------------------------------------------------------------------- +Fri Apr 12 15:26:58 CEST 2024 - iivanov@suse.de + +- Update patches.suse/ARM-ep93xx-Add-terminator-to-gpiod_lookup_table.patch (git-fixes CVE-2024-26751 bsc#1222724) +- commit a85b7fa + +------------------------------------------------------------------- +Fri Apr 12 15:00:47 CEST 2024 - shung-hsi.yu@suse.com + +- bpf, sockmap: Fix NULL pointer dereference in + sk_psock_verdict_data_ready() (bsc#1222371 CVE-2024-26731). +- commit 9a8765c + +------------------------------------------------------------------- +Fri Apr 12 14:08:13 CEST 2024 - denis.kirjanov@suse.com + +- netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter + (bsc#1222630 CVE-2024-26805). +- commit 8e8585b + +------------------------------------------------------------------- +Fri Apr 12 13:46:08 CEST 2024 - iivanov@suse.de + +- Update patches.suse/dmaengine-ti-edma-Add-some-null-pointer-checks-to-th.patch (git-fixes CVE-2024-26771 bsc#1222610) +- commit b7bab4f + +------------------------------------------------------------------- +Fri Apr 12 13:41:35 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/gtp-fix-use-after-free-and-null-ptr-deref-in-gtp_gen.patch + (git-fixes CVE-2024-26754 bsc#1222632). +- commit 0bddcea + +------------------------------------------------------------------- +Fri Apr 12 10:59:31 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/crypto-arm64-neonbs-fix-out-of-bounds-access-on-shor.patch + (git-fixes CVE-2024-26789 bsc#1222626). +- commit 9c3828e + +------------------------------------------------------------------- +Fri Apr 12 10:03:51 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: pmu: Resync EL0 state on counter rotation + (bsc#1219475). +- commit 99d8e75 + +------------------------------------------------------------------- +Fri Apr 12 08:14:57 CEST 2024 - trenn@suse.com + +- tools/power/turbostat: Fix uncore frequency file string + (bsc#1221765). +- commit dfd2a8e + +------------------------------------------------------------------- +Thu Apr 11 17:42:57 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: Always invalidate TLB for stage-2 permission faults + (bsc#1219478). +- commit d1d5006 + +------------------------------------------------------------------- +Thu Apr 11 16:17:01 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/usb-cdns3-fixed-memory-use-after-free-at-cdns3_gadge.patch + (git-fixes CVE-2024-26749 bsc#1222680). +- commit 25b429b + +------------------------------------------------------------------- +Thu Apr 11 16:11:22 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/powerpc-pseries-iommu-IOMMU-table-is-not-initialized.patch + (bsc#1220492 ltc#205270 CVE-2024-26745 bsc#1222678). +- commit 589b808 + +------------------------------------------------------------------- +Thu Apr 11 15:27:33 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/l2tp-pass-correct-message-length-to-ip6_append_data.patch + (bsc#1220419 CVE-2024-26752 bsc#1222667). +- commit 2f09d95 + +------------------------------------------------------------------- +Thu Apr 11 15:17:11 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add d9b3ce8769e3 mm: writeback: ratelimit stat flush from mem_cgroup_wb_stats +- commit 82800cb + +------------------------------------------------------------------- +Thu Apr 11 12:01:45 CEST 2024 - jslaby@suse.cz + +- tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc + (bsc#1222619). +- commit 3d5abbd + +------------------------------------------------------------------- +Thu Apr 11 11:44:09 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/crypto-arm64-neonbs-fix-out-of-bounds-access-on-shor.patch + (git-fixes CVE-2024-26789). +- commit 98918ce + +------------------------------------------------------------------- +Wed Apr 10 21:10:17 CEST 2024 - mkubecek@suse.cz + +- arp: Prevent overflow in arp_req_get() (CVE-2024-26733 + bsc#1222585). +- commit 2f8c9e8 + +------------------------------------------------------------------- +Wed Apr 10 20:46:47 CEST 2024 - mkubecek@suse.cz + +- net/sched: act_mirred: use the backlog for mirred ingress + (CVE-2024-26740 bsc#1222563). +- refresh: + - patches.suse/net-sched-act_mirred-don-t-override-retval-if-we-alr.patch +- commit b1920f0 + +------------------------------------------------------------------- +Wed Apr 10 19:15:08 CEST 2024 - mkubecek@suse.cz + +- net/sched: act_mirred: don't override retval if we already + lost the skb (CVE-2024-26733 bsc#1222585). +- net/sched: act_mirred: Create function tcf_mirred_to_dev and + improve readability (CVE-2024-26733 bsc#1222585). +- commit 805fd21 + +------------------------------------------------------------------- +Wed Apr 10 16:28:26 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-cdns3-fix-memory-double-free-when-handle-zero-pa.patch + (bsc#1222513 CVE-2024-26748). + Added CVE references +- commit 7c3ca16 + +------------------------------------------------------------------- +Wed Apr 10 15:00:09 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-dwc3-gadget-Fix-NULL-pointer-dereference-in-dwc3.patch + (bsc#1222561 CVE-2024-26715). + Added CVE reference +- commit f58a80f + +------------------------------------------------------------------- +Wed Apr 10 13:28:09 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Defer enablement of static branch (bsc#1222366). +- commit a442fcd + +------------------------------------------------------------------- +Wed Apr 10 12:27:41 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Make wake once of ring_buffer_wait() more robust + (git-fixes). +- commit 3cff1f5 + +------------------------------------------------------------------- +Wed Apr 10 12:26:04 CEST 2024 - petr.pavlu@suse.com + +- tracing: Have saved_cmdlines arrays all in one allocation + (git-fixes). +- commit 8871703 + +------------------------------------------------------------------- +Wed Apr 10 12:23:30 CEST 2024 - petr.pavlu@suse.com + +- tracing/ring-buffer: Fix wait_on_pipe() race (git-fixes). +- kABI: Adjust trace_iterator.wait_index (git-fixes). +- commit 503fcea + +------------------------------------------------------------------- +Wed Apr 10 11:59:16 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/powerpc-pseries-iommu-DLPAR-add-doesn-t-completely-i.patch + (bsc#1215199 bsc#1219077 ltc#204477 CVE-2024-26738). +- commit d6e4ef3 + +------------------------------------------------------------------- +Wed Apr 10 11:55:18 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/drm-amd-display-Fix-array-index-out-of-bounds-in-dcn.patch + (git-fixes CVE-2024-26699 bsc#1222602). +- commit f52d16e + +------------------------------------------------------------------- +Wed Apr 10 11:51:14 CEST 2024 - denis.kirjanov@suse.com + +- igc: Remove stale comment about Tx timestamping (git-fixes). +- commit 83821ed + +------------------------------------------------------------------- +Wed Apr 10 11:49:20 CEST 2024 - denis.kirjanov@suse.com + +- ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() + (git-fixes). +- commit aab4796 + +------------------------------------------------------------------- +Wed Apr 10 11:48:26 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/crypto-virtio-akcipher-Fix-stack-overflow-on-memcpy.patch + (git-fixes CVE-2024-26753 bsc#1222601). +- commit 0099199 + +------------------------------------------------------------------- +Wed Apr 10 11:47:20 CEST 2024 - denis.kirjanov@suse.com + +- ice: fix memory corruption bug with suspend and rebuild + (git-fixes). +- commit 5927273 + +------------------------------------------------------------------- +Wed Apr 10 11:42:57 CEST 2024 - denis.kirjanov@suse.com + +- ice: Refactor FW data type and fix bitmap casting issue + (git-fixes). +- commit ddf5e8c + +------------------------------------------------------------------- +Wed Apr 10 11:41:07 CEST 2024 - denis.kirjanov@suse.com + +- mlxbf_gige: call request_irq() after NAPI initialized + (git-fixes). +- commit 39b7ae3 + +------------------------------------------------------------------- +Wed Apr 10 11:37:17 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: mark unexcuted loopback test result as UNEXECUTED + (git-fixes). +- commit 88d4f13 + +------------------------------------------------------------------- +Wed Apr 10 11:34:49 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: fix kernel crash when devlink reload during pf + initialization (git-fixes). +- commit 5900fb4 + +------------------------------------------------------------------- +Wed Apr 10 11:33:08 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: fix index limit to support all queue stats + (git-fixes). +- commit fcda370 + +------------------------------------------------------------------- +Wed Apr 10 11:31:33 CEST 2024 - denis.kirjanov@suse.com + +- mlxbf_gige: stop PHY during open() error paths (git-fixes). +- commit 087df13 + +------------------------------------------------------------------- +Wed Apr 10 11:29:31 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: fix handling of all link-local frames + (git-fixes). +- commit 62930ae + +------------------------------------------------------------------- +Wed Apr 10 11:27:53 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (git-fixes). +- commit 7b1c501 + +------------------------------------------------------------------- +Wed Apr 10 11:01:57 CEST 2024 - lhenriques@suse.de + +- ceph: stop copying to iter at EOF on sync reads (bsc#1222606). +- commit 6d8bd5d + +------------------------------------------------------------------- +Wed Apr 10 10:55:25 CEST 2024 - ailiop@suse.com + +- dlm: fix user space lkb refcounting (git-fixes). +- commit 26e28b8 + +------------------------------------------------------------------- +Wed Apr 10 10:55:08 CEST 2024 - lhenriques@suse.de + +- Update + patches.suse/ceph-prevent-use-after-free-in-encode_cap_msg.patch + (bsc#1221391 CVE-2024-26689). +- commit 05ffdb2 + +------------------------------------------------------------------- +Wed Apr 10 10:51:29 CEST 2024 - ailiop@suse.com + +- ubifs: Queue up space reservation tasks if retrying many times + (git-fixes). +- commit 44bfcee + +------------------------------------------------------------------- +Wed Apr 10 10:48:38 CEST 2024 - ailiop@suse.com + +- ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed + (git-fixes). +- commit 9a4ebd6 + +------------------------------------------------------------------- +Wed Apr 10 10:46:57 CEST 2024 - ailiop@suse.com + +- ubifs: Remove unreachable code in dbg_check_ltab_lnum + (git-fixes). +- commit f4e5ca1 + +------------------------------------------------------------------- +Wed Apr 10 10:46:09 CEST 2024 - ailiop@suse.com + +- ubifs: fix sort function prototype (git-fixes). +- commit f7d0a9f + +------------------------------------------------------------------- +Wed Apr 10 10:43:35 CEST 2024 - ailiop@suse.com + +- ubifs: Set page uptodate in the correct place (git-fixes). +- commit aa187f8 + +------------------------------------------------------------------- +Wed Apr 10 09:42:24 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/afs-Increase-buffer-size-in-afs_update_volume_status.patch + (git-fixes CVE-2024-26736 bsc#1222586). +- commit 06c0c6c + +------------------------------------------------------------------- +Tue Apr 9 16:07:19 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/btrfs-do-not-ASSERT-if-the-newly-created-subvolume-a.patch + (bsc#1219126 CVE-2024-26727 bsc#1222536). +- commit 7bb93e9 + +------------------------------------------------------------------- +Tue Apr 9 15:47:49 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-hang-in-nilfs_lookup_dirty_data_buffers.patch + (git-fixes CVE-2024-26696 bsc#1222549). +- commit 932abcf + +------------------------------------------------------------------- +Tue Apr 9 15:45:50 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-data-corruption-in-dsync-block-recovery-f.patch + (git-fixes CVE-2024-26697 bsc#1222550). +- commit fa7ddf4 + +------------------------------------------------------------------- +Tue Apr 9 15:31:06 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/net-mlx5-DPLL-Fix-possible-use-after-free-after-dela.patch + (git-fixes CVE-2024-26724 bsc#1222523). +- commit bb60edc + +------------------------------------------------------------------- +Tue Apr 9 15:24:32 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/ASoC-rt5645-Fix-deadlock-in-rt5645_jack_detect_work.patch + (git-fixes CVE-2024-26722 bsc#1222520). +- commit f0aaca0 + +------------------------------------------------------------------- +Tue Apr 9 14:05:59 CEST 2024 - tbogendoerfer@suse.de + +- net: stmmac: xgmac: use #define for string constants + (bsc#1222445 CVE-2024-26684). +- net: stmmac: xgmac: fix a typo of register name in DPP safety + handling (bsc#1222445 CVE-2024-26684). +- commit 75e180f + +------------------------------------------------------------------- +Tue Apr 9 13:23:52 CEST 2024 - jack@suse.cz + +- ext4: fix double-free of blocks due to wrong extents moved_len + (bsc#1222422 CVE-2024-26704). +- commit ff97911 + +------------------------------------------------------------------- +Tue Apr 9 12:13:38 CEST 2024 - denis.kirjanov@suse.com + +- Update + patches.suse/netdevsim-avoid-potential-loop-in-nsim_dev_trap_repo.patch + (git-fixes CVE-2024-26681 bsc#1222431). +- commit 12b3ceb + +------------------------------------------------------------------- +Tue Apr 9 11:58:59 CEST 2024 - mkoutny@suse.com + +- mm: memcg: don't periodically flush stats when memcg is disabled + (bsc#1222525). +- commit 5b28bba + +------------------------------------------------------------------- +Tue Apr 9 11:29:43 CEST 2024 - mkoutny@suse.com + +- mm: memcg: use larger batches for proactive reclaim + (bsc#1222522). +- commit b1effac + +------------------------------------------------------------------- +Tue Apr 9 10:55:41 CEST 2024 - tbogendoerfer@suse.de + +- net: stmmac: xgmac: fix handling of DPP safety error for DMA + channels (bsc#1222445 CVE-2024-26684). +- commit a8e5095 + +------------------------------------------------------------------- +Tue Apr 9 10:52:47 CEST 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/gtp-fix-use-after-free-and-null-ptr-deref-in-gtp_new.patch + (bsc#1222428 CVE-2024-26793). + Added CVE reference. +- commit 956dfa1 + +------------------------------------------------------------------- +Tue Apr 9 10:47:07 CEST 2024 - mhocko@suse.com + +- Update patches.suse/wifi-iwlwifi-fix-double-free-bug.patch + (git-fixes CVE-2024-26694 bsc#1222466). +- commit 5048255 + +------------------------------------------------------------------- +Tue Apr 9 09:41:50 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Fix printing of stack records (bsc#1222366). +- commit 18c2e4e + +------------------------------------------------------------------- +Tue Apr 9 09:27:37 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Fix accounting of pages when migrating + (bsc#1222366). +- commit aaa0270 + +------------------------------------------------------------------- +Tue Apr 9 09:25:23 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Fix refcount imbalance (bsc#1222366). +- commit f6d6769 + +------------------------------------------------------------------- +Tue Apr 9 09:17:36 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Update metadata for tail pages (bsc#1222366). +- commit 6f3c7f1 + ------------------------------------------------------------------- Tue Apr 9 04:31:35 CEST 2024 - osalvador@suse.de @@ -5,6 +18681,358 @@ Tue Apr 9 04:31:35 CEST 2024 - osalvador@suse.de (bsc#1219264 CVE-2024-0841). - commit 440934e +------------------------------------------------------------------- +Mon Apr 8 23:34:57 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-potential-bug-in-end_buffer_async_write.patch + (git-fixes CVE-2024-26685 bsc#1222437). +- commit f659b7a + +------------------------------------------------------------------- +Mon Apr 8 18:52:51 CEST 2024 - jack@suse.cz + +- nfsd: Fix error cleanup path in nfsd_rename() (bsc#1221044 + CVE-2023-52591). +- commit e2fc972 + +------------------------------------------------------------------- +Mon Apr 8 15:42:50 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Use separate handlers for interrupts (git-fixes). +- commit fdf696d + +------------------------------------------------------------------- +Mon Apr 8 15:41:20 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Send UP messages to VF only when VF is up + (git-fixes). +- commit e9223ab + +------------------------------------------------------------------- +Mon Apr 8 15:39:52 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Use default max_active works instead of one + (git-fixes). +- commit e2c337f + +------------------------------------------------------------------- +Mon Apr 8 15:38:18 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Wait till detach_resources msg is complete + (git-fixes). +- commit e377bd9 + +------------------------------------------------------------------- +Mon Apr 8 15:36:43 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2: Detect the mbox up or down message via register + (git-fixes). +- commit 9554388 + +------------------------------------------------------------------- +Mon Apr 8 15:35:03 CEST 2024 - denis.kirjanov@suse.com + +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (git-fixes). +- commit 0a16435 + +------------------------------------------------------------------- +Mon Apr 8 15:33:23 CEST 2024 - denis.kirjanov@suse.com + +- wireguard: netlink: access device through ctx instead of peer + (git-fixes). +- commit 42d72df + +------------------------------------------------------------------- +Mon Apr 8 15:31:51 CEST 2024 - denis.kirjanov@suse.com + +- wireguard: netlink: check for dangling peer via is_dead instead + of empty list (git-fixes). +- commit a1c80d8 + +------------------------------------------------------------------- +Mon Apr 8 15:29:55 CEST 2024 - denis.kirjanov@suse.com + +- wireguard: receive: annotate data-race around + receiving_counter.counter (git-fixes). +- commit 17fcb7b + +------------------------------------------------------------------- +Mon Apr 8 15:28:14 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (git-fixes). +- commit 3804285 + +------------------------------------------------------------------- +Mon Apr 8 15:27:55 CEST 2024 - oneukum@suse.com + +- usb: dwc3-am62: Disable wakeup at remove (git-fixes). +- commit d52ac96 + +------------------------------------------------------------------- +Mon Apr 8 15:26:29 CEST 2024 - denis.kirjanov@suse.com + +- net: veth: do not manipulate GRO when using XDP (git-fixes). +- commit 15eca84 + +------------------------------------------------------------------- +Mon Apr 8 15:26:14 CEST 2024 - oneukum@suse.com + +- usb: dwc3-am62: fix module unload/reload behavior (git-fixes). +- commit 6f51a6a + +------------------------------------------------------------------- +Mon Apr 8 15:22:05 CEST 2024 - oneukum@suse.com + +- usb: dwc3-am62: Rename private data (git-fixes). +- commit 7196cb2 + +------------------------------------------------------------------- +Mon Apr 8 15:13:48 CEST 2024 - oneukum@suse.com + +- net: smsc95xx: add support for SYS TEC USB-SPEmodule1 + (git-fixes). +- commit 9896f5f + +------------------------------------------------------------------- +Mon Apr 8 14:16:41 CEST 2024 - osalvador@suse.de + +- mm,page_owner: fix recursion (bsc#1222366). +- commit 297023a + +------------------------------------------------------------------- +Mon Apr 8 14:15:30 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Use wait_event_interruptible() in + ring_buffer_wait() (git-fixes). +- commit 20eed3f + +------------------------------------------------------------------- +Mon Apr 8 14:13:58 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix full_waiters_pending in poll (git-fixes). +- commit 76c6893 + +------------------------------------------------------------------- +Mon Apr 8 14:13:06 CEST 2024 - osalvador@suse.de + +- mm,page_owner: drop unnecessary check (bsc#1222366). +- commit 233b383 + +------------------------------------------------------------------- +Mon Apr 8 14:11:06 CEST 2024 - osalvador@suse.de + +- mm,page_owner: check for null stack_record before bumping its + refcount (bsc#1222366). +- commit 232b11a + +------------------------------------------------------------------- +Mon Apr 8 14:09:40 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Do not set shortest_full when full target is hit + (git-fixes). +- commit 9d2e0c0 + +------------------------------------------------------------------- +Mon Apr 8 14:07:35 CEST 2024 - petr.pavlu@suse.com + +- tracing: Use .flush() call to wake up readers (git-fixes). +- commit ae4cfa5 + +------------------------------------------------------------------- +Mon Apr 8 13:52:39 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix resetting of shortest_full (git-fixes). +- commit eec6028 + +------------------------------------------------------------------- +Mon Apr 8 13:46:26 CEST 2024 - iivanov@suse.de + +- arm64/ptrace: Use saved floating point state type to determine SVE (git-fixes) +- commit 7892aeb + +------------------------------------------------------------------- +Mon Apr 8 13:41:37 CEST 2024 - iivanov@suse.de + +- bpf, arm64: fix bug in BPF_LDX_MEMSX (git-fixes) +- commit 8894bd2 + +------------------------------------------------------------------- +Mon Apr 8 13:38:54 CEST 2024 - iivanov@suse.de + +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (git-fixes) +- commit c68c0f5 + +------------------------------------------------------------------- +Mon Apr 8 13:37:17 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang") +- commit 92045ae + +------------------------------------------------------------------- +Mon Apr 8 13:35:46 CEST 2024 - iivanov@suse.de + +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs (git-fixes) +- commit 193e8cd + +------------------------------------------------------------------- +Mon Apr 8 13:33:18 CEST 2024 - iivanov@suse.de + +- arm64: tegra: Set the correct PHY mode for MGBE (git-fixes) +- commit 68a4464 + +------------------------------------------------------------------- +Mon Apr 8 13:31:20 CEST 2024 - iivanov@suse.de + +- arm64: dts: Fix dtc interrupt_provider warnings (git-fixes) +- commit 41dcf37 + +------------------------------------------------------------------- +Mon Apr 8 13:25:09 CEST 2024 - iivanov@suse.de + +- arm64/sve: Lower the maximum allocation for the SVE ptrace regset (git-fixes) +- commit e1e7f29 + +------------------------------------------------------------------- +Mon Apr 8 13:23:24 CEST 2024 - ohering@suse.de + +- net: mana: Fix Rx DMA datasize and skb_over_panic (git-fixes). +- x86/hyperv: Use per cpu initial stack for vtl context + (git-fixes). +- RDMA/mana_ib: Fix bug in creation of dma regions (git-fixes). +- PCI: hv: Fix ring buffer size calculation (git-fixes). +- x86/hyperv: Allow 15-bit APIC IDs for VTL platforms (git-fixes). +- commit ff0ef0f + +------------------------------------------------------------------- +Mon Apr 8 13:17:05 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix waking up ring buffer readers (git-fixes). +- commit 0457e87 + +------------------------------------------------------------------- +Mon Apr 8 13:12:33 CEST 2024 - mgorman@suse.de + +- sched/fair: Use helper functions to access root_domain::overload + (bsc#1222173). +- sched/fair: Check root_domain::overload value before update + (bsc#1222173). +- sched/balancing: Rename newidle_balance() => + sched_balance_newidle() (bsc#1222173). +- commit bfceb46 + +------------------------------------------------------------------- +Mon Apr 8 12:34:16 CEST 2024 - petr.pavlu@suse.com + +- tracing: Remove precision vsnprintf() check from print event + (git-fixes). +- commit 84653fa + +------------------------------------------------------------------- +Mon Apr 8 12:30:53 CEST 2024 - petr.pavlu@suse.com + +- tracing/net_sched: Fix tracepoints that save qdisc_dev() + as a string (git-fixes). +- commit 623f97a + +------------------------------------------------------------------- +Sat Apr 6 08:52:13 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56 + (stable-fixes). +- ALSA: hda/realtek: Add quirks for some Clevo laptops + (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP Spectre x360 14 eu0000 + (stable-fixes). +- ALSA: hda/realtek: fix the hp playback volume issue for LG + machines (stable-fixes). +- commit dc89a62 + +------------------------------------------------------------------- +Sat Apr 6 08:49:13 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYR + (stable-fixes). +- ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7 + 16ARHA7 models (stable-fixes). +- ALSA: hda/realtek - Fix inactive headset mic jack + (stable-fixes). +- commit 048c9fd + +------------------------------------------------------------------- +Sat Apr 6 08:46:37 CEST 2024 - tiwai@suse.de + +- spi: mchp-pci1xxx: Fix a possible null pointer dereference in + pci1xxx_spi_probe (git-fixes). +- spi: spi-fsl-lpspi: remove redundant spi_controller_put call + (git-fixes). +- regmap: maple: Fix uninitialized symbol 'ret' warnings + (git-fixes). +- regmap: maple: Fix cache corruption in regcache_maple_drop() + (git-fixes). +- ata: sata_mv: Fix PCI device ID table declaration compilation + warning (git-fixes). +- ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit + (git-fixes). +- ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() + (git-fixes). +- ASoC: amd: acp: fix for acp_init function error handling + (git-fixes). +- ASoC: rt722-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt712-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt711-sdw: fix locking sequence (git-fixes). +- ASoC: rt711-sdca: fix locking sequence (git-fixes). +- ASoC: rt5682-sdw: fix locking sequence (git-fixes). +- ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw + (git-fixes). +- ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support + headset with microphone (git-fixes). +- ASoC: tas2781: mark dvc_tlv with __maybe_unused (git-fixes). +- ALSA: hda: cs35l56: Add ACPI device match tables (git-fixes). +- drm/i915/mst: Reject FEC+MST on ICL (git-fixes). +- drm/i915/mst: Limit MST+DSC to TGL+ (git-fixes). +- drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY + < 13 (git-fixes). +- drm/i915/gt: Enable only one CCS for compute workload + (git-fixes). +- drm/i915/gt: Do not generate the command streamer for all the + CCS (git-fixes). +- drm/i915/gt: Disable HW load balancing for CCS (git-fixes). +- drm/i915/dp: Remove support for UHBR13.5 (git-fixes). +- drm/display: fix typo (git-fixes). +- drm/prime: Unbreak virtgpu dma-buf export (git-fixes). +- nouveau/uvmm: fix addr/range calcs for remap operations + (git-fixes). +- drm/panfrost: fix power transition timeout warnings (git-fixes). +- commit 7455674 + +------------------------------------------------------------------- +Sat Apr 6 08:42:51 CEST 2024 - tiwai@suse.de + +- Delete patches.suse/counter-fix-privdata-alignment.patch + This actually breaks the build when CONFIG_COUNTER=y +- commit b8cad45 + +------------------------------------------------------------------- +Fri Apr 5 17:14:23 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/ALSA-sh-aica-reorder-cleanup-operations-to-avoid-UAF.patch + (git-fixes CVE-2024-26654 bsc#1222304). +- Update patches.suse/drm-amdgpu-fix-use-after-free-bug.patch + (stable-fixes CVE-2024-26656 bsc#1222307). +- Update + patches.suse/drm-sched-fix-null-ptr-deref-in-init-entity.patch + (git-fixes CVE-2024-26657 bsc#1222273). +- Update + patches.suse/net-pds_core-Fix-possible-double-free-in-error-handl.patch + (git-fixes CVE-2024-26652 bsc#1222115). +- Update patches.suse/ppp_async-limit-MRU-to-64K.patch (git-fixes + CVE-2024-26675 bsc#1222379). +- commit 05edc93 + ------------------------------------------------------------------- Fri Apr 5 14:49:11 CEST 2024 - mfranc@suse.cz @@ -99,18 +19127,346 @@ Fri Apr 5 14:49:02 CEST 2024 - mfranc@suse.cz (CVE-2023-4881 bsc#1215221 CVE-2023-52628 bsc#1222117). - commit dc877fc +------------------------------------------------------------------- +Fri Apr 5 10:20:33 CEST 2024 - tiwai@suse.de + +- net: usb: ax88179_178a: avoid the interface always configured + as random address (git-fixes). +- net: phy: micrel: lan8814: Fix when enabling/disabling 1-step + timestamping (git-fixes). +- r8169: fix issue caused by buggy BIOS on certain boards with + RTL8168d (git-fixes). +- ax25: fix use-after-free bugs caused by ax25_ds_del_timer + (git-fixes). +- net: phy: micrel: Fix potential null pointer dereference + (git-fixes). +- Bluetooth: Fix TOCTOU in HCI debugfs implementation (git-fixes). +- Bluetooth: hci_sync: Fix not checking error on + hci_cmd_sync_cancel_sync (git-fixes). +- Bluetooth: qca: fix device-address endianness (git-fixes). +- Bluetooth: add quirk for broken address properties (git-fixes). +- r8169: skip DASH fw status checks when DASH is disabled + (git-fixes). +- commit 8be20da + +------------------------------------------------------------------- +Fri Apr 5 10:14:59 CEST 2024 - tiwai@suse.de + +- kasan: disable kasan_non_canonical_hook() for HW tags + (git-fixes). +- commit 0d24410 + ------------------------------------------------------------------- Thu Apr 4 19:00:43 CEST 2024 - jack@suse.cz - selinux: saner handling of policy reloads (bsc#1222230). - commit 35fdf2d +------------------------------------------------------------------- +Thu Apr 4 13:10:54 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore brcmfmac-specific local symbols +- commit 4492559 + +------------------------------------------------------------------- +Thu Apr 4 12:30:48 CEST 2024 - ailiop@suse.com + +- fs/ntfs3: Fix oob in ntfs_listxattr (bsc#1222301 + CVE-2023-52640). +- commit eaa4525 + +------------------------------------------------------------------- +Thu Apr 4 10:53:36 CEST 2024 - mbrugger@suse.com + +- tee: amdtee: fix use-after-free vulnerability in + amdtee_close_session (bsc#1220915 CVE-2023-52503). +- commit 861ab74 + +------------------------------------------------------------------- +Thu Apr 4 10:33:06 CEST 2024 - denis.kirjanov@suse.com + +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (git-fixes). +- commit 57f3e15 + +------------------------------------------------------------------- +Thu Apr 4 10:31:05 CEST 2024 - denis.kirjanov@suse.com + +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (git-fixes). +- commit 19afa38 + +------------------------------------------------------------------- +Thu Apr 4 10:29:08 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (git-fixes). +- commit 4f98ac2 + +------------------------------------------------------------------- +Thu Apr 4 10:27:05 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: tracing: fix hclgevf trace event strings (git-fixes). +- commit 786a967 + +------------------------------------------------------------------- +Thu Apr 4 10:24:13 CEST 2024 - denis.kirjanov@suse.com + +- nfp: flower: handle acti_netdevs allocation failure (git-fixes). +- commit e441ee8 + +------------------------------------------------------------------- +Thu Apr 4 10:22:25 CEST 2024 - denis.kirjanov@suse.com + +- ice: fix stats being updated by way too large values + (git-fixes). +- commit a2ff54d + +------------------------------------------------------------------- +Thu Apr 4 10:20:37 CEST 2024 - denis.kirjanov@suse.com + +- igb: Fix missing time sync events (git-fixes). +- commit 0cd215b + +------------------------------------------------------------------- +Thu Apr 4 10:18:38 CEST 2024 - denis.kirjanov@suse.com + +- igc: Fix missing time sync events (git-fixes). +- commit f2d41db + +------------------------------------------------------------------- +Thu Apr 4 08:42:09 CEST 2024 - tiwai@suse.de + +- staging: vc04_services: changen strncpy() to strscpy_pad() + (stable-fixes). +- Refresh + patches.suse/staging-vc04_services-fix-information-leak-in-create.patch. +- commit f661a45 + +------------------------------------------------------------------- +Thu Apr 4 08:40:57 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Remove MPC rate control logic from DCN30 and + above (stable-fixes). +- commit 264c256 + +------------------------------------------------------------------- +Thu Apr 4 08:36:44 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: pcie: fix RB status reading (stable-fixes). +- Refresh + patches.suse/wifi-iwlwifi-pcie-add-another-missing-bh-disable-for.patch. +- commit 9937396 + +------------------------------------------------------------------- +Thu Apr 4 08:31:55 CEST 2024 - tiwai@suse.de + +- vboxsf: Avoid an spurious warning if load_nls_xxx() fails + (git-fixes). +- USB: core: Fix deadlock in port "disable" sysfs attribute + (stable-fixes). +- USB: core: Add hub_get() and hub_put() routines (stable-fixes). +- usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset + (stable-fixes). +- usb: typec: ucsi: Ack unsupported commands (stable-fixes). +- usb: udc: remove warning when queue disabled ep (stable-fixes). +- Revert "usb: phy: generic: Get the vbus supply" (git-fixes). +- USB: UAS: return ENODEV when submit urbs fail with device not + attached (stable-fixes). +- drm/i915/bios: Tolerate devdata==NULL in + intel_bios_encoder_supports_dp_dual_mode() (stable-fixes). +- drm/amd/display: Set DCN351 BB and IP the same as DCN35 + (stable-fixes). +- drm/amd/display: Fix bounds check for dcn35 DcfClocks + (git-fixes). +- drm/amdkfd: fix TLB flush after unmap for GFX9.4.2 + (stable-fixes). +- drm/amd/display: Prevent crash when disable stream + (stable-fixes). +- wifi: mac80211: check/clear fast rx for non-4addr sta VLAN + changes (stable-fixes). +- drm/amd/display: Fix noise issue on HDMI AV mute (stable-fixes). +- drm/amd/display: Return the correct HDCP error code + (stable-fixes). +- drm/amd/display: Fix idle check for shared firmware state + (stable-fixes). +- drm/amd/display: Update odm when ODM combine is changed on an + otg master pipe with no plane (stable-fixes). +- drm/amd/display: Init DPPCLK from SMU on dcn32 (stable-fixes). +- drm/amd/display: Allow dirty rects to be sent to dmub when + abm is active (stable-fixes). +- drm/amd/display: Override min required DCFCLK in dml1_validate + (stable-fixes). +- drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag + (stable-fixes). +- drm/amd/display: Change default size for dummy plane in DML2 + (stable-fixes). +- drm/amdgpu: fix use-after-free bug (stable-fixes). +- drm/amd/display: Use freesync when + `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found (stable-fixes). +- drm/vc4: hdmi: do not return negative values from .get_modes() + (stable-fixes). +- drm/imx/ipuv3: do not return negative values from .get_modes() + (stable-fixes). +- drm/exynos: do not return negative values from .get_modes() + (stable-fixes). +- drm/panel: do not return negative error codes from + drm_panel_get_modes() (stable-fixes). +- drm/probe-helper: warn about negative .get_modes() + (stable-fixes). +- kbuild: Move -Wenum-{compare-conditional,enum-conversion} + into W=1 (stable-fixes). +- USB: serial: cp210x: add pid/vid for TDK NC0110013M and + MM0110113M (stable-fixes). +- USB: serial: option: add MeiG Smart SLM320 product + (stable-fixes). +- USB: serial: cp210x: add ID for MGP Instruments PDS100 + (stable-fixes). +- USB: serial: add device ID for VeriFone adapter (stable-fixes). +- USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB + (stable-fixes). +- ahci: asm1064: asm1166: don't limit reported ports (git-fixes). +- cxl/trace: Properly initialize cxl_poison region name + (git-fixes). +- mtd: spinand: Add support for 5-byte IDs (stable-fixes). +- media: mc: Rename pad variable to clarify intent (stable-fixes). +- media: mc: Fix flags handling when creating pad links + (stable-fixes). +- kasan/test: avoid gcc warning for intentional overflow + (git-fixes). +- PCI/PM: Drain runtime-idle callbacks before driver removal + (stable-fixes). +- PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports + (stable-fixes). +- PCI/AER: Block runtime suspend when handling errors + (stable-fixes). +- drm/amdgpu/display: Address kdoc for 'is_psr_su' in + 'fill_dc_dirty_rects' (git-fixes). +- drm/amdgpu: make damage clips support configurable + (stable-fixes). +- drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs + (stable-fixes). +- drm/i915: Include the PLL name in the debug messages + (stable-fixes). +- drm/i915: Try to preserve the current shared_dpll for fastset + on type-c ports (stable-fixes). +- drm/i915: Replace a memset() with zero initialization + (stable-fixes). +- hwmon: (amc6821) add of_match table (stable-fixes). +- mac802154: fix llsec key resources release in + mac802154_llsec_key_del (git-fixes). +- wifi: rtw88: 8821cu: Fix connection failure (stable-fixes). +- wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU + (stable-fixes). +- wifi: brcmfmac: Demote vendor-specific attach/detach messages + to info (git-fixes). +- wifi: brcmfmac: cfg80211: Use WSEC to set SAE password + (stable-fixes). +- wifi: brcmfmac: add per-vendor feature detection callback + (stable-fixes). +- docs: Restore "smart quotes" for quotes (stable-fixes). +- mei: me: add arrow lake point H DID (stable-fixes). +- mei: me: add arrow lake point S DID (stable-fixes). +- Input: xpad - add additional HyperX Controller Identifiers + (stable-fixes). +- nouveau: lock the client object tree (stable-fixes). +- drm/amdgpu/pm: Fix the error of pwm1_enable setting + (stable-fixes). +- drm/amd/display: handle range offsets in VRR ranges + (stable-fixes). +- drm/amd/swsmu: modify the gfx activity scaling (stable-fixes). +- cxl/acpi: Fix load failures due to single window creation + failure (git-fixes). +- cxl/pci: Fix disabling memory if DVSEC CXL Range does not + match a CFMWS window (git-fixes). +- ahci: asm1064: correct count of reported ports (stable-fixes). +- interconnect: qcom: sm8550: Enable sync_state (git-fixes). +- interconnect: qcom: sc8180x: Mark CO0 BCM keepalive (git-fixes). +- nilfs2: fix potential bug in end_buffer_async_write (git-fixes). +- drm/amd/display: Add dml2 copy functions (stable-fixes). +- drm/i915: Stop printing pipe name as hex (stable-fixes). +- drm/i915: Use named initializers for DPLL info (stable-fixes). +- i915: make inject_virtual_interrupt() void (stable-fixes). +- interconnect: qcom: osm-l3: Replace custom implementation of + COUNT_ARGS() (git-fixes). +- kasan: print the original fault addr when access invalid shadow + (git-fixes). +- commit db0bc11 + +------------------------------------------------------------------- +Thu Apr 4 08:31:01 CEST 2024 - tiwai@suse.de + +- Add cherry-picked id to amdgpu patch +- commit c14e810 + +------------------------------------------------------------------- +Thu Apr 4 04:16:31 CEST 2024 - tonyj@suse.de + +- perf/x86/amd/core: Update and fix stalled-cycles-* events for + Zen 2 and later (git-fixes). +- perf/x86/amd/lbr: Use freeze based on availability (git-fixes). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (git-fixes). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (git-fixes). +- commit 450ea2e + +------------------------------------------------------------------- +Wed Apr 3 16:14:59 CEST 2024 - andrea.porta@suse.com + +- arm64: bpf: fix 32bit unconditional bswap (git-fixes). +- commit 9eb9b7b + +------------------------------------------------------------------- +Wed Apr 3 15:49:53 CEST 2024 - tiwai@suse.de + +- selinux: avoid dereference of garbage after mount failure + (git-fixes). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (git-fixes). +- commit 7c956e3 + ------------------------------------------------------------------- Wed Apr 3 15:40:16 CEST 2024 - tiwai@suse.de - Move upstreamed patches into sorted section - commit ebe113d +------------------------------------------------------------------- +Wed Apr 3 15:39:49 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit f0c6082 + +------------------------------------------------------------------- +Wed Apr 3 11:26:09 CEST 2024 - ailiop@suse.com + +- fs/ntfs3: Fix an NULL dereference bug (bsc#1222264 + CVE-2023-52631). +- commit b468789 + +------------------------------------------------------------------- +Wed Apr 3 11:24:07 CEST 2024 - ailiop@suse.com + +- xfs: allow extent free intents to be retried (git-fixes). +- commit 681b677 + +------------------------------------------------------------------- +Wed Apr 3 09:47:40 CEST 2024 - vkarasulli@suse.de + +- Update references in + patches.suse/media-xc4000-Fix-atomicity-violation-in-xc4000_get_f.patch + (git-fixes bsc#1219623 CVE-2024-24861). +- commit cf893ec + +------------------------------------------------------------------- +Tue Apr 2 13:36:01 CEST 2024 - tiwai@suse.de + +- drm/i915/lspcon: Separate lspcon probe and lspcon init + (bsc#1193599). +- drm/i915/lspcon: Separate function to set expected mode + (bsc#1193599). +- commit 3dfca11 + ------------------------------------------------------------------- Tue Apr 2 10:38:32 CEST 2024 - pjakobsson@suse.de @@ -124,11 +19480,102 @@ Tue Apr 2 09:02:40 CEST 2024 - mkubecek@suse.cz (CVE-2024-0193 bsc#1218495). - commit e7bf1c3 +------------------------------------------------------------------- +Tue Apr 2 00:50:29 CEST 2024 - mkubecek@suse.cz + +- netfilter: nf_tables: disallow anonymous set with timeout flag + (CVE-2024-26642 bsc#1221830). +- commit 9cf0701 + +------------------------------------------------------------------- +Sun Mar 31 10:19:47 CEST 2024 - tiwai@suse.de + +- usb: typec: ucsi_acpi: Refactor and fix DELL quirk (git-fixes). +- usb: typec: ucsi: Check for notifications after init + (git-fixes). +- usb: typec: ucsi: Clear EVENT_PENDING under PPM lock + (git-fixes). +- usb: typec: Return size of buffer if pd_set operation succeeds + (git-fixes). +- usb: dwc3: pci: Drop duplicate ID (git-fixes). +- usb: dwc3: Properly set system wakeup (git-fixes). +- usb: cdc-wdm: close race between read and workqueue (git-fixes). +- usb: dwc2: gadget: LPM flow fix (git-fixes). +- usb: dwc2: gadget: Fix exiting from clock gating (git-fixes). +- usb: dwc2: host: Fix ISOC flow in DDMA mode (git-fixes). +- usb: dwc2: host: Fix remote wakeup from hibernation (git-fixes). +- usb: dwc2: host: Fix hibernation flow (git-fixes). +- USB: core: Fix deadlock in usb_deauthorize_interface() + (git-fixes). +- usb: typec: tcpm: Update PD of Type-C port upon pd_set + (git-fixes). +- usb: typec: tcpm: fix double-free issue in + tcpm_port_unregister_pd() (git-fixes). +- usb: typec: ucsi: Fix race between typec_switch and role_switch + (git-fixes). +- usb: typec: tcpm: Correct port source pdo array in pd_set + callback (git-fixes). +- staging: vc04_services: fix information leak in + create_component() (git-fixes). +- commit d945fd3 + +------------------------------------------------------------------- +Sat Mar 30 09:55:11 CET 2024 - tiwai@suse.de + +- drm/i915/gt: Reset queue_priority_hint on parking (git-fixes). +- drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() + (git-fixes). +- drm/i915/hwmon: Fix locking inversion in sysfs getter + (git-fixes). +- drm/i915/dsb: Fix DSB vblank waits when using VRR (git-fixes). +- drm/i915/vrr: Generate VRR "safe window" for DSB (git-fixes). +- drm/i915/mtl: Update workaround 14018575942 (git-fixes). +- drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, + mostly (git-fixes). +- drm/qxl: remove unused variable from + `qxl_process_single_command()` (git-fixes). +- drm/qxl: remove unused `count` variable from + `qxl_surface_id_alloc()` (git-fixes). +- drm/vmwgfx: Create debugfs ttm_resource_manager entry only if + needed (git-fixes). +- drm/rockchip: vop2: Remove AR30 and AB30 format support + (git-fixes). +- dma-buf: Fix NULL pointer dereference in sanitycheck() + (git-fixes). +- drm/sched: fix null-ptr-deref in init entity (git-fixes). +- nouveau/dmem: handle kcalloc() allocation failure (git-fixes). +- drm/amdgpu: fix deadlock while reading mqd from debugfs + (git-fixes). +- drm/amd/display: Send DTBCLK disable message on first commit + (git-fixes). +- drm/amd: Flush GFXOFF requests in prepare stage (git-fixes). +- Revert "drm/amd/display: Fix sending VSC (+ colorimetry) + packets for DP/eDP displays without PSR" (stable-fixes). +- thermal: devfreq_cooling: Fix perf state when calculate dfc + res_util (git-fixes). +- Revert "thermal: core: Don't update trip points inside the + hysteresis range" (git-fixes). +- ACPICA: debugger: check status of acpi_evaluate_object() + in acpi_db_walk_for_fields() (git-fixes). +- commit 3764402 + +------------------------------------------------------------------- +Fri Mar 29 11:21:01 CET 2024 - mkoutny@suse.com + +- README.BRANCH: Remove copy of branch name +- commit 85aeac7 + ------------------------------------------------------------------- Fri Mar 29 11:21:00 CET 2024 - mkoutny@suse.com - README.BRANCH: Remove copy of branch name -- commit 795da64 +- commit 1a0e3e3 + +------------------------------------------------------------------- +Fri Mar 29 11:20:58 CET 2024 - mkoutny@suse.com + +- README.BRANCH: Remove copy of branch name +- commit 978e089 ------------------------------------------------------------------- Fri Mar 29 11:20:57 CET 2024 - mkoutny@suse.com @@ -136,6 +19583,48 @@ Fri Mar 29 11:20:57 CET 2024 - mkoutny@suse.com - README.BRANCH: Remove copy of branch name - commit fc25aed +------------------------------------------------------------------- +Fri Mar 29 09:28:06 CET 2024 - tiwai@suse.de + +- sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() + (git-fixes). +- mmc: sdhci-omap: re-tuning is needed after a pm transition to + support emmc HS200 mode (git-fixes). +- mmc: core: Avoid negative index with array access (git-fixes). +- mmc: core: Initialize mmc_blk_ioc_data (git-fixes). +- ALSA: hda/tas2781: add locks to kcontrols (git-fixes). +- ALSA: hda/tas2781: remove digital gain kcontrol (git-fixes). +- ALSA: aoa: avoid false-positive format truncation warning + (git-fixes). +- ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs + (git-fixes). +- ALSA: hda: cs35l56: Set the init_done flag before + component_add() (git-fixes). +- net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips + (git-fixes). +- wifi: iwlwifi: mvm: include link ID when releasing frames + (git-fixes). +- wifi: iwlwifi: fw: don't always use FW dump trig (git-fixes). +- wifi: iwlwifi: mvm: rfi: fix potential response leaks + (git-fixes). +- selftests: vxlan_mdb: Fix failures with old libnet (git-fixes). +- net: wwan: t7xx: Split 64bit accesses to fix alignment issues + (git-fixes). +- net: ll_temac: platform_get_resource replaced by wrong function + (git-fixes). +- nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet + (git-fixes). +- commit 699a684 + +------------------------------------------------------------------- +Thu Mar 28 15:49:16 CET 2024 - tbogendoerfer@suse.de + +- ipv6: init the accept_queue's spinlocks in inet6_create + (bsc#1221293 CVE-2024-26614). +- tcp: make sure init the accept_queue's spinlocks once + (bsc#1221293 CVE-2024-26614). +- commit ec637cb + ------------------------------------------------------------------- Thu Mar 28 15:37:39 CET 2024 - dwagner@suse.de @@ -193,6 +19682,13 @@ Thu Mar 28 15:26:24 CET 2024 - mgorman@suse.de patches.suse/sched-fair-Combine-EAS-check-with-root_domain-overutilized-access.patch. - commit 4469f5b +------------------------------------------------------------------- +Thu Mar 28 14:37:37 CET 2024 - msuchanek@suse.de + +- powerpc/crypto/chacha-p10: Fix failure on non Power10 + (bsc#1218205). +- commit 03daeb8 + ------------------------------------------------------------------- Thu Mar 28 14:35:48 CET 2024 - tbogendoerfer@suse.de @@ -282,6 +19778,19 @@ Wed Mar 27 22:54:24 CET 2024 - pjakobsson@suse.de This fixes bsc#1221814 - commit a7a9087 +------------------------------------------------------------------- +Wed Mar 27 20:47:33 CET 2024 - wqu@suse.com + +- btrfs: qgroup: always free reserved space for extent records + (bsc#1216196). +- commit a5aefa7 + +------------------------------------------------------------------- +Wed Mar 27 18:52:46 CET 2024 - spradhan@suse.de + +- btrfs: fix stripe length calculation for non-zoned data chunk allocation (bsc#1217489). +- commit a8d6afc + ------------------------------------------------------------------- Wed Mar 27 16:49:32 CET 2024 - mkoutny@suse.com @@ -611,6 +20120,203 @@ Wed Mar 27 16:49:24 CET 2024 - mkoutny@suse.com (git-fixes CVE-2023-52575 bsc#1220871). - commit 6296dca +------------------------------------------------------------------- +Wed Mar 27 13:17:14 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Fix build when debugfs is not enabled (jsc#PED-7619). +- commit 5b92ea7 + +------------------------------------------------------------------- +Wed Mar 27 13:16:29 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Safely handle saved records of various sizes (jsc#PED-7619). +- commit dbe7333 + +------------------------------------------------------------------- +Wed Mar 27 13:16:10 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records() (jsc#PED-7619). +- commit 6f11306 + +------------------------------------------------------------------- +Wed Mar 27 11:40:29 CET 2024 - tiwai@suse.de + +- ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2" + (stable-fixes). +- commit 7817302 + +------------------------------------------------------------------- +Wed Mar 27 11:38:36 CET 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: use correct address 3 in A-MSDU + (stable-fixes). +- Refresh + patches.suse/wifi-iwlwifi-mvm-use-FW-rate-for-non-data-only-on-ne.patch. +- commit 5b989e7 + +------------------------------------------------------------------- +Wed Mar 27 11:37:48 CET 2024 - tiwai@suse.de + +- drm/msm/dpu: use devres-managed allocation for MDP TOP + (stable-fixes). +- Refresh + patches.suse/drm-msm-dpu-finalise-global-state-object.patch. +- commit d966716 + +------------------------------------------------------------------- +Wed Mar 27 11:36:28 CET 2024 - tiwai@suse.de + +- pwm: img: fix pwm clock lookup (git-fixes). +- crypto: qat - fix ring to service map for dcc in 4xxx + (git-fixes). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (git-fixes). +- clk: qcom: reset: Commonize the de/assert functions + (stable-fixes). +- media: cadence: csi2rx: use match fwnode for media link + (git-fixes). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (stable-fixes). +- Bluetooth: hci_core: Cancel request on command timeout + (stable-fixes). +- inet_diag: annotate data-races around inet_diag_table[] + (git-fixes). +- pstore: inode: Only d_invalidate() is needed (git-fixes). +- Input: gpio_keys_polled - suppress deferred probe error for gpio + (stable-fixes). +- firewire: core: use long bus reset on gap count error + (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 + (stable-fixes). +- ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table + (stable-fixes). +- drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series + (stable-fixes). +- drm/buddy: check range allocation matches alignment + (stable-fixes). +- Bluetooth: mgmt: Fix limited discoverable off timeout + (stable-fixes). +- wifi: mac80211: only call drv_sta_rc_update for uploaded + stations (stable-fixes). +- soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt + (stable-fixes). +- drm/amd/display: fix input states translation error for dcn35 & + dcn351 (stable-fixes). +- platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios + name (stable-fixes). +- media: rkisp1: Fix IRQ handling due to shared interrupts + (stable-fixes). +- ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system + suspend (stable-fixes). +- ASoC: rt5645: Make LattePanda board DMI match more precise + (stable-fixes). +- spi: intel-pci: Add support for Lunar Lake-M SPI serial flash + (stable-fixes). +- regmap: kunit: Ensure that changed bytes are actually different + (stable-fixes). +- HID: multitouch: Add required quirk for Synaptics 0xcddc device + (stable-fixes). +- wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights + (stable-fixes). +- crypto: qat - relocate and rename get_service_enabled() + (stable-fixes). +- pstore: inode: Convert mutex usage to guard(mutex) + (stable-fixes). +- ACPI: resource: Add Infinity laptops to + irq1_edge_low_force_override (stable-fixes). +- commit 88eb41a + +------------------------------------------------------------------- +Wed Mar 27 11:12:04 CET 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Fix devlink params (git-fixes). +- commit 4b1b7ca + +------------------------------------------------------------------- +Wed Mar 27 11:09:48 CET 2024 - denis.kirjanov@suse.com + +- net: hns3: fix port duplex configure error in IMP reset + (git-fixes). +- commit 1e6cd3d + +------------------------------------------------------------------- +Wed Mar 27 11:08:07 CET 2024 - denis.kirjanov@suse.com + +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (git-fixes). +- commit 1a3aae0 + +------------------------------------------------------------------- +Wed Mar 27 11:06:25 CET 2024 - denis.kirjanov@suse.com + +- net: hns3: fix wrong judgment condition issue (git-fixes). +- commit 1fd3681 + +------------------------------------------------------------------- +Wed Mar 27 11:04:31 CET 2024 - denis.kirjanov@suse.com + +- net: ena: Remove ena_select_queue (git-fixes). +- commit e9af613 + +------------------------------------------------------------------- +Wed Mar 27 11:02:49 CET 2024 - denis.kirjanov@suse.com + +- net: pds_core: Fix possible double free in error handling path + (git-fixes). +- commit 2613145 + +------------------------------------------------------------------- +Wed Mar 27 11:00:44 CET 2024 - denis.kirjanov@suse.com + +- xdp, bonding: Fix feature flags when there are no slave devs + anymore (git-fixes). +- commit 1154baf + +------------------------------------------------------------------- +Wed Mar 27 10:59:12 CET 2024 - denis.kirjanov@suse.com + +- intel: legacy: Partial revert of field get conversion + (git-fixes). +- commit d4f114e + +------------------------------------------------------------------- +Wed Mar 27 10:57:22 CET 2024 - denis.kirjanov@suse.com + +- igc: avoid returning frame twice in XDP_REDIRECT (git-fixes). +- commit 75f7f5f + +------------------------------------------------------------------- +Wed Mar 27 10:55:51 CET 2024 - denis.kirjanov@suse.com + +- i40e: Fix firmware version comparison function (git-fixes). +- commit 2c37782 + +------------------------------------------------------------------- +Wed Mar 27 10:54:16 CET 2024 - denis.kirjanov@suse.com + +- ice: fix typo in assignment (git-fixes). +- commit f19020e + +------------------------------------------------------------------- +Wed Mar 27 10:52:12 CET 2024 - denis.kirjanov@suse.com + +- ice: fix uninitialized dplls mutex usage (git-fixes). +- commit ff34920 + +------------------------------------------------------------------- +Wed Mar 27 10:50:39 CET 2024 - denis.kirjanov@suse.com + +- net: ice: Fix potential NULL pointer dereference in + ice_bridge_setlink() (git-fixes). +- commit 1e87fbd + +------------------------------------------------------------------- +Tue Mar 26 17:11:37 CET 2024 - colyli@suse.de + +- block: add check that partition length needs to be aligned + with block size (bsc#1220428, CVE-2023-52458). +- commit 9530f29 + ------------------------------------------------------------------- Tue Mar 26 13:30:37 CET 2024 - mgorman@suse.de @@ -627,12 +20333,26 @@ Tue Mar 26 11:14:07 CET 2024 - jbohac@suse.cz (fix unused variable warning) - commit c953180 +------------------------------------------------------------------- +Tue Mar 26 08:36:49 CET 2024 - jlee@suse.com + +- Update References + patches.suse/wifi-ath10k-fix-NULL-pointer-dereference-in-ath10k_w.patch + (git-fixes bsc#1218336 CVE-2023-7042). +- commit 5dbf535 + ------------------------------------------------------------------- Tue Mar 26 08:32:30 CET 2024 - tiwai@suse.de - Move upstreamed patches into sorted section - commit 70b2e3d +------------------------------------------------------------------- +Mon Mar 25 21:39:32 CET 2024 - tiwai@suse.de + +- mm_init kABI workaround (git-fixes). +- commit 258a68b + ------------------------------------------------------------------- Mon Mar 25 18:30:41 CET 2024 - mgorman@suse.de @@ -664,12 +20384,178 @@ Mon Mar 25 18:30:41 CET 2024 - mgorman@suse.de patches.suse/printk-nbcon-move-locked_port-flag-to-struct-uart_port.patch. - commit d6984e0 +------------------------------------------------------------------- +Mon Mar 25 18:02:23 CET 2024 - colyli@suse.de + +- device-dax: make dax_bus_type const (jsc#PED-5853). +- nvdimm: make nvdimm_bus_type const (jsc#PED-5853). +- libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help (jsc#PED-5853). +- nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal + (jsc#PED-5853). +- dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n + (jsc#PED-5853). +- nvdimm/pmem: fix leak on dax_add_host() failure (jsc#PED-5853). +- dax/bus.c: replace several sprintf() with sysfs_emit() + (jsc#PED-5853). +- dax/bus.c: replace driver-core lock usage by a local rwsem + (jsc#PED-5853). +- dm-integrity: set max_integrity_segments in + dm_integrity_io_hints (jsc#PED-7542). +- dm: update relevant MODULE_AUTHOR entries to latest dm-devel + mailing list (jsc#PED-7542). +- dm verity: set DM_TARGET_SINGLETON feature flag (jsc#PED-7542). +- dm crypt: remove redundant state settings after waking up + (jsc#PED-7542). +- dm thin: add braces around conditional code that spans lines + (jsc#PED-7542). +- md/dm-raid: don't call md_reap_sync_thread() directly + (jsc#PED-7542). +- dm-raid: really frozen sync_thread during suspend + (jsc#PED-7542). +- md: add a new helper reshape_interrupted() (jsc#PED-7542). +- md: export helper md_is_rdwr() (jsc#PED-7542). +- md: export helpers to stop sync_thread (jsc#PED-7542). +- md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume + (jsc#PED-7542). +- md/raid1: factor out helpers to choose the best rdev from + read_balance() (jsc#PED-7542). +- md/raid1: factor out the code to manage sequential IO + (jsc#PED-7542). +- md/raid1: factor out choose_bb_rdev() from read_balance() + (jsc#PED-7542). +- md/raid1: factor out choose_slow_rdev() from read_balance() + (jsc#PED-7542). +- md/raid1: factor out read_first_rdev() from read_balance() + (jsc#PED-7542). +- md/raid1-10: factor out a new helper raid1_should_read_first() + (jsc#PED-7542). +- md/raid1-10: add a helper raid1_check_read_range() + (jsc#PED-7542). +- md/raid1: fix choose next idle in read_balance() (jsc#PED-7542). +- commit 9ee2d7c + +------------------------------------------------------------------- +Mon Mar 25 17:59:43 CET 2024 - colyli@suse.de + +- md: preserve KABI in struct md_personality (jsc#PED-7542). +- dm-raid: add a new helper prepare_suspend() in md_personality + (jsc#PED-7542). +- commit ee8ae3a + +------------------------------------------------------------------- +Mon Mar 25 17:57:08 CET 2024 - colyli@suse.de + +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (jsc#PED-7542). +- Refresh patches.suse/md-display-timeout-error.patch. +- commit 6221037 + +------------------------------------------------------------------- +Mon Mar 25 17:55:31 CET 2024 - colyli@suse.de + +- md/raid1: factor out helpers to add rdev to conf (jsc#PED-7542). +- md: add a new helper rdev_has_badblock() (jsc#PED-7542). +- md: check mddev->pers before calling md_set_readonly() + (jsc#PED-7542). +- md: clean up openers check in do_md_stop() and md_set_readonly() + (jsc#PED-7542). +- md: sync blockdev before stopping raid or setting readonly + (jsc#PED-7542). +- md: factor out a helper to sync mddev (jsc#PED-7542). +- md: Don't clear MD_CLOSING when the raid is about to stop + (jsc#PED-7542). +- md: return directly before setting did_set_md_closing + (jsc#PED-7542). +- md: clean up invalid BUG_ON in md_ioctl (jsc#PED-7542). +- md: changed the switch of RAID_VERSION to if (jsc#PED-7542). +- md: merge the check of capabilities into md_ioctl_valid() + (jsc#PED-7542). +- md: fix kmemleak of rdev->serial (jsc#PED-7542). +- md: use RCU lock to protect traversal in md_spares_need_change() + (jsc#PED-7542). +- md: get rdev->mddev with READ_ONCE() (jsc#PED-7542). +- md: remove redundant md_wakeup_thread() (jsc#PED-7542). +- md: remove redundant check of 'mddev->sync_thread' + (jsc#PED-7542). +- commit ce67549 + ------------------------------------------------------------------- Mon Mar 25 17:02:21 CET 2024 - tiwai@suse.de - Move upstreamed uio patches into sorted section - commit bd64fed +------------------------------------------------------------------- +Mon Mar 25 16:52:37 CET 2024 - tiwai@suse.de + +- clocksource/drivers/arm_global_timer: Fix maximum prescaler + value (git-fixes). +- clocksource/drivers/imx: Fix -Wunused-but-set-variable warning + (git-fixes). +- speakup: Fix 8bit characters from direct synth (git-fixes). +- wifi: iwlwifi: fw: fix compile w/o CONFIG_ACPI (git-fixes). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (git-fixes). +- serial: core: Fix atomicity violation in uart_tiocmget + (git-fixes). +- commit 1a369e8 + +------------------------------------------------------------------- +Mon Mar 25 16:52:07 CET 2024 - tiwai@suse.de + +- Add cherry-picked id to amdgpu patch (git-fixes) +- commit 520ebef + +------------------------------------------------------------------- +Mon Mar 25 16:41:56 CET 2024 - tiwai@suse.de + +- efi: fix panic in kdump kernel (git-fixes). +- efi: disable mirror feature during crashkernel (stable-fixes). +- commit 1fa1fb0 + +------------------------------------------------------------------- +Mon Mar 25 15:11:53 CET 2024 - oneukum@suse.com + +- xhci: update event ring dequeue pointer position to controller + correctly (git-fixes). + Altered because we cannot take the multiple interrupter code +- commit 09553b9 + +------------------------------------------------------------------- +Mon Mar 25 15:02:58 CET 2024 - oneukum@suse.com + +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (git-fixes). +- commit 9738c27 + +------------------------------------------------------------------- +Mon Mar 25 14:54:24 CET 2024 - oneukum@suse.com + +- xhci: simplify event ring dequeue tracking for transfer events + (git-fixes). +- Refresh + patches.suse/xhci-Simplify-event-ring-dequeue-pointer-update-for-.patch. +- commit b590884 + +------------------------------------------------------------------- +Mon Mar 25 14:44:04 CET 2024 - oneukum@suse.com + +- xhci: add helper that checks for unhandled events on a event + ring (git-fixes). +- commit 14f6eb3 + +------------------------------------------------------------------- +Mon Mar 25 14:40:24 CET 2024 - oneukum@suse.com + +- usb: xhci: Implement xhci_handshake_check_state() helper. +- commit f377708 + +------------------------------------------------------------------- +Mon Mar 25 13:47:53 CET 2024 - denis.kirjanov@suse.com + +- kabi/severities: ignore Wangxun ethernet driver local symbols +- commit 86b4a3b + ------------------------------------------------------------------- Mon Mar 25 13:29:53 CET 2024 - mgorman@suse.de @@ -679,12 +20565,155 @@ Mon Mar 25 13:29:53 CET 2024 - mgorman@suse.de patches.suse/serial-8250-lock-port-for-rx_dma-callback.patch. - commit d0958aa +------------------------------------------------------------------- +Mon Mar 25 12:49:46 CET 2024 - ailiop@suse.com + +- ubi: Check for too small LEB size in VTBL code (bsc#1219834 + CVE-2024-25739). +- commit 8837d83 + +------------------------------------------------------------------- +Mon Mar 25 11:42:05 CET 2024 - oneukum@suse.com + +- xhci: Simplify event ring dequeue pointer update for port + change events (git-fixes). +- commit 87ce2b5 + +------------------------------------------------------------------- +Mon Mar 25 10:47:22 CET 2024 - tiwai@suse.de + +- wifi: ath11k: decrease MHI channel buffer length to 8KB + (bsc#1207948). +- commit fa1c47a + +------------------------------------------------------------------- +Mon Mar 25 10:46:37 CET 2024 - nik.borisov@suse.com + +- x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (git-fixes). +- commit 4352288 + +------------------------------------------------------------------- +Mon Mar 25 10:45:13 CET 2024 - nik.borisov@suse.com + +- x86/CPU/AMD: Update the Zenbleed microcode revisions (git-fixes). +- commit 6ea0e27 + +------------------------------------------------------------------- +Mon Mar 25 10:34:13 CET 2024 - denis.kirjanov@suse.com + +- ice: virtchnl: stop pretending to support RSS over AQ or + registers (git-fixes). +- commit 6cbf931 + +------------------------------------------------------------------- +Mon Mar 25 10:32:43 CET 2024 - denis.kirjanov@suse.com + +- idpf: disable local BH when scheduling napi for marker packets + (git-fixes). +- commit 30580cd + +------------------------------------------------------------------- +Mon Mar 25 10:31:06 CET 2024 - denis.kirjanov@suse.com + +- net: dsa: microchip: fix register write order in + ksz8_ind_write8() (git-fixes). +- commit ed256c0 + +------------------------------------------------------------------- +Mon Mar 25 10:29:29 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Switch to using _bh variant of of spinlock API in + port timestamping NAPI poll context (git-fixes). +- commit 41be7c6 + +------------------------------------------------------------------- +Mon Mar 25 10:26:04 CET 2024 - denis.kirjanov@suse.com + +- net: stmmac: Fix incorrect dereference in interrupt handlers + (git-fixes). +- commit 0ab8957 + +------------------------------------------------------------------- +Mon Mar 25 10:20:36 CET 2024 - denis.kirjanov@suse.com + +- net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio + (git-fixes). +- commit 82f6a71 + +------------------------------------------------------------------- +Mon Mar 25 10:18:29 CET 2024 - denis.kirjanov@suse.com + +- net: libwx: fix memory leak on free page (git-fixes). +- commit 1147e4f + +------------------------------------------------------------------- +Mon Mar 25 10:15:05 CET 2024 - denis.kirjanov@suse.com + +- Update references +- commit 2642ab1 + +------------------------------------------------------------------- +Mon Mar 25 09:10:29 CET 2024 - jslaby@suse.cz + +- blacklist.conf: add one PCI miss +- commit 45d2467 + +------------------------------------------------------------------- +Mon Mar 25 09:06:28 CET 2024 - jslaby@suse.cz + +- PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p + (git-fixes). +- PCI: qcom: Add support for sa8775p SoC (git-fixes). +- PCI/ASPM: Use RMW accessors for changing LNKCTL (git-fixes). +- PCI: Make link retraining use RMW accessors for changing LNKCTL + (git-fixes). +- commit 85600d2 + +------------------------------------------------------------------- +Mon Mar 25 08:53:55 CET 2024 - dwagner@suse.de + +- nvme: fix reconnection fail due to reserved tag allocation + (git-fixes). +- commit b4e9845 + +------------------------------------------------------------------- +Mon Mar 25 07:09:23 CET 2024 - shung-hsi.yu@suse.com + +- bpf, scripts: Correct GPL license name (git-fixes). +- commit 0780a36 + ------------------------------------------------------------------- Sun Mar 24 09:09:01 CET 2024 - tiwai@suse.de - Move out-of-tree kexec patches into the right section - commit 06266e2 +------------------------------------------------------------------- +Sun Mar 24 09:06:31 CET 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit d7cfbed + +------------------------------------------------------------------- +Sat Mar 23 10:48:51 CET 2024 - tiwai@suse.de + +- Drop usb gadget patch that was taken mistakenly and reverted (git-fixes) +- commit 57ae154 + +------------------------------------------------------------------- +Sat Mar 23 09:12:01 CET 2024 - tiwai@suse.de + +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (git-fixes). +- spi: lm70llp: fix links in doc and comments (git-fixes). +- spi: lpspi: Avoid potential use-after-free in probe() + (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (git-fixes). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (git-fixes). +- commit 0e27f7b + ------------------------------------------------------------------- Fri Mar 22 17:14:57 CET 2024 - mgorman@suse.de @@ -693,6 +20722,178 @@ Fri Mar 22 17:14:57 CET 2024 - mgorman@suse.de - Refresh patches.suse/printk-Update-the-printk-series.patch. - commit 1025e3e +------------------------------------------------------------------- +Fri Mar 22 13:17:18 CET 2024 - tiwai@suse.de + +- drm/amdgpu: drop setting buffer funcs in sdma442 (git-fixes). +- drm/amdgpu/pm: Check the validity of overdiver power limit + (git-fixes). +- drm/amdgpu/pm: Fix NULL pointer dereference when get power limit + (git-fixes). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (git-fixes). +- nouveau/gsp: don't check devinit disable on GSP (git-fixes). +- drm: Fix drm_fixp2int_round() making it add 0.5 (git-fixes). +- nouveau: reset the bo resource bus info after an eviction + (git-fixes). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (git-fixes). +- selftests: forwarding: Fix ping failure due to short timeout + (git-fixes). +- soc: fsl: qbman: Use raw spinlock for cgr_lock (git-fixes). +- soc: fsl: qbman: Always disable interrupts when taking cgr_lock + (git-fixes). +- kconfig: fix infinite loop when expanding a macro at the end + of file (git-fixes). +- slimbus: core: Remove usage of the deprecated ida_simple_xx() + API (git-fixes). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (git-fixes). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (git-fixes). +- iio: gts-helper: Fix division loop (git-fixes). +- iio: dummy_evgen: remove Excess kernel-doc comments (git-fixes). +- serial: Lock console when calling into driver before + registration (git-fixes). +- serial: core: only stop transmit when HW fifo is empty + (git-fixes). +- serial: 8250_exar: Don't remove GPIO device on suspend + (git-fixes). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (git-fixes). +- serial: max310x: fix syntax error in IRQ error message + (git-fixes). +- serial: max310x: fix NULL pointer dereference in I2C + instantiation (git-fixes). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (git-fixes). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (git-fixes). +- usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros (git-fixes). +- usb: xhci: Add error handling in xhci_map_urb_for_dma + (git-fixes). +- usb: phy: generic: Get the vbus supply (git-fixes). +- usb: audio-v2: Correct comments for struct + uac_clock_selector_descriptor (git-fixes). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (git-fixes). +- remoteproc: virtio: Fix wdg cannot recovery remote processor + (git-fixes). +- commit 0e293ea + +------------------------------------------------------------------- +Fri Mar 22 12:36:58 CET 2024 - vkarasulli@suse.de + +- iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array + (git-fixes). +- commit 7b0b857 + +------------------------------------------------------------------- +Fri Mar 22 12:30:29 CET 2024 - vkarasulli@suse.de + +- iommufd/iova_bitmap: Consider page offset for the pages to be + pinned (git-fixes). +- commit 0bcb37d + +------------------------------------------------------------------- +Fri Mar 22 11:56:37 CET 2024 - vkarasulli@suse.de + +- iommu/vt-d: Set SSADE when attaching to a parent with dirty + tracking (git-fixes). +- commit 0dce02e + +------------------------------------------------------------------- +Fri Mar 22 11:13:09 CET 2024 - vkarasulli@suse.de + +- iommufd: Fix iopt_access_list_id overwrite bug (git-fixes). +- commit 393f087 + +------------------------------------------------------------------- +Fri Mar 22 10:48:43 CET 2024 - iivanov@suse.de + +- Update patches.suse/dmaengine-fix-NULL-pointer-in-channel-unregistration.patch (git-fixes bsc#1221276 CVE-2023-52492) +- commit 4334575 + +------------------------------------------------------------------- +Fri Mar 22 08:56:05 CET 2024 - iivanov@suse.de + +- Update patches.suse/firmware-arm_scmi-Check-mailbox-SMT-channel-for-cons.patch (git-fixes bsc#1221375 CVE-2023-52608) +- commit 9e41d96 + +------------------------------------------------------------------- +Thu Mar 21 22:20:29 CET 2024 - tonyj@suse.de + +- perf tests: Skip data symbol test if buf1 symbol is missing + (bsc#1220045). +- perf tests: Make data symbol test wait for perf to start + (bsc#1220045). +- commit c2fa164 + +------------------------------------------------------------------- +Thu Mar 21 17:59:54 CET 2024 - jlee@suse.com + +- Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security + (bsc#1219170 CVE-2024-22099). +- commit ee8d9c4 + +------------------------------------------------------------------- +Thu Mar 21 14:35:13 CET 2024 - dwagner@suse.de + +- scsi: qla2xxx: Update version to 10.02.09.200-k (bsc1221816). +- scsi: qla2xxx: Delay I/O Abort on PCI error (bsc1221816). +- scsi: qla2xxx: Change debug message during driver unload + (bsc1221816). +- scsi: qla2xxx: Fix double free of fcport (bsc1221816). +- scsi: qla2xxx: Fix double free of the ha->vp_map pointer + (bsc1221816). +- scsi: qla2xxx: Fix command flush on cable pull (bsc1221816). +- scsi: qla2xxx: NVME|FCP prefer flag not being honored + (bsc1221816). +- scsi: qla2xxx: Update manufacturer detail (bsc1221816). +- scsi: qla2xxx: Split FCE|EFT trace control (bsc1221816). +- scsi: qla2xxx: Fix N2N stuck connection (bsc1221816). +- scsi: qla2xxx: Prevent command send on chip reset (bsc1221816). +- commit 1d07bf4 + +------------------------------------------------------------------- +Thu Mar 21 14:12:16 CET 2024 - jlee@suse.com + +- aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts + (bsc#1218562 CVE-2023-6270 CVE-2024-26898 bsc#1223016). +- aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts + (bsc#1218562 CVE-2023-6270). +- commit bd4199d + +------------------------------------------------------------------- +Thu Mar 21 14:08:17 CET 2024 - dwagner@suse.de + +- scsi: lpfc: Copyright updates for 14.4.0.1 patches + (bsc#1221777). +- scsi: lpfc: Update lpfc version to 14.4.0.1 (bsc#1221777). +- scsi: lpfc: Define types in a union for generic void *context3 + ptr (bsc#1221777). +- scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr + (bsc#1221777). +- scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr + (bsc#1221777). +- scsi: lpfc: Use a dedicated lock for ras_fwlog state + (bsc#1221777). +- scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() + (bsc#1221777). +- scsi: lpfc: Replace hbalock with ndlp lock in + lpfc_nvme_unregister_port() (bsc#1221777). +- scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic + (bsc#1221777). +- scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling + (bsc#1221777 bsc#1217959). +- scsi: lpfc: Move NPIV's transport unregistration to after + resource clean up (bsc#1221777). +- scsi: lpfc: Remove unnecessary log message in queuecommand path + (bsc#1221777). +- scsi: lpfc: Correct size for cmdwqe/rspwqe for memset() + (bsc#1221777). +- scsi: lpfc: Correct size for wqe for memset() (bsc#1221777). +- commit eef9737 + ------------------------------------------------------------------- Thu Mar 21 12:03:15 CET 2024 - mgorman@suse.de @@ -739,12 +20940,126 @@ Thu Mar 21 12:03:15 CET 2024 - mgorman@suse.de patches.suse/printk-Add-NMI-check-to-console_flush_on_panic-and-console_unblank.patch. - commit cd25188 +------------------------------------------------------------------- +Thu Mar 21 11:31:29 CET 2024 - msuchanek@suse.de + +- Workaround broken chacha crypto fallback (bsc#1218205). +- commit 55f136c + ------------------------------------------------------------------- Thu Mar 21 11:26:07 CET 2024 - mgorman@suse.de - Revert v6.5-rt printk - commit 36c3e65 +------------------------------------------------------------------- +Thu Mar 21 11:19:16 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Use a memory barrier to enforce PTP WQ xmit + submission tracking occurs after populating the metadata_map + (git-fixes). +- commit c382d3a + +------------------------------------------------------------------- +Thu Mar 21 11:17:43 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Fix MACsec state loss upon state update in offload + path (git-fixes). +- commit 7293938 + +------------------------------------------------------------------- +Thu Mar 21 11:16:11 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Change the warning when ignore_flow_level is not + supported (git-fixes). +- commit 5274665 + +------------------------------------------------------------------- +Thu Mar 21 11:14:37 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5: Fix fw reporter diagnose output (git-fixes). +- commit 3377c89 + +------------------------------------------------------------------- +Thu Mar 21 11:13:05 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5: E-switch, Change flow rule destination checking + (git-fixes). +- commit 1d30b46 + +------------------------------------------------------------------- +Thu Mar 21 11:11:26 CET 2024 - denis.kirjanov@suse.com + +- Revert "net/mlx5e: Check the number of elements before walk + TC rhashtable" (git-fixes). +- commit a37e618 + +------------------------------------------------------------------- +Thu Mar 21 11:09:49 CET 2024 - denis.kirjanov@suse.com + +- Revert "net/mlx5: Block entering switchdev mode with ns + inconsistency" (git-fixes). +- commit 917148d + +------------------------------------------------------------------- +Thu Mar 21 11:08:11 CET 2024 - denis.kirjanov@suse.com + +- ice: reconfig host after changing MSI-X on VF (git-fixes). +- commit f980680 + +------------------------------------------------------------------- +Thu Mar 21 11:06:28 CET 2024 - denis.kirjanov@suse.com + +- ice: reorder disabling IRQ and NAPI in ice_qp_dis (git-fixes). +- commit 4099ba6 + +------------------------------------------------------------------- +Thu Mar 21 11:05:01 CET 2024 - denis.kirjanov@suse.com + +- i40e: disable NAPI right after disabling irqs when handling + xsk_pool (git-fixes). +- commit 1715806 + +------------------------------------------------------------------- +Thu Mar 21 11:03:38 CET 2024 - denis.kirjanov@suse.com + +- ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able + (git-fixes). +- commit fbfea47 + +------------------------------------------------------------------- +Thu Mar 21 11:02:10 CET 2024 - denis.kirjanov@suse.com + +- geneve: make sure to pull inner header in geneve_rx() + (git-fixes). +- commit 8b261ce + +------------------------------------------------------------------- +Thu Mar 21 11:00:24 CET 2024 - denis.kirjanov@suse.com + +- gtp: fix use-after-free and null-ptr-deref in gtp_newlink() + (git-fixes). +- commit 897cd65 + +------------------------------------------------------------------- +Thu Mar 21 10:58:44 CET 2024 - denis.kirjanov@suse.com + +- igb: extend PTP timestamp adjustments to i211 (git-fixes). +- commit b173908 + +------------------------------------------------------------------- +Thu Mar 21 10:57:13 CET 2024 - denis.kirjanov@suse.com + +- stmmac: Clear variable when destroying workqueue (git-fixes). +- commit 94d14a9 + +------------------------------------------------------------------- +Thu Mar 21 08:42:50 CET 2024 - mfranc@suse.cz + +- s390/vtime: fix average steal time calculation (git-fixes + bsc#1221783). +- commit e044390 + ------------------------------------------------------------------- Wed Mar 20 17:04:34 CET 2024 - mgorman@suse.de @@ -907,6 +21222,48 @@ Wed Mar 20 14:31:18 CET 2024 - mgorman@suse.de patches.suse/printk-Monolithic-bring-printk-up-to-date-with-v6.6-rt25.patch. - commit dde15d2 +------------------------------------------------------------------- +Wed Mar 20 13:05:54 CET 2024 - jslaby@suse.cz + +- blacklist.conf: add one x86/mem_encrypt entry +- commit 6d2cc3b + +------------------------------------------------------------------- +Wed Mar 20 13:04:03 CET 2024 - jslaby@suse.cz + +- net/smc: fix documentation of buffer sizes (git-fixes). +- bootmem: use kmemleak_free_part_phys in free_bootmem_page + (git-fixes). +- swiotlb: use the calculated number of areas (git-fixes). +- sched/psi: Select KERNFS as needed (git-fixes). +- commit ed6834a + +------------------------------------------------------------------- +Wed Mar 20 13:00:31 CET 2024 - denis.kirjanov@suse.com + +- veth: try harder when allocating queue memory (git-fixes). +- commit fda44e7 + +------------------------------------------------------------------- +Wed Mar 20 10:59:24 CET 2024 - oneukum@suse.com + +- vdpa/mlx5: Allow CVQ size changes (git-fixes). +- commit 7026f16 + +------------------------------------------------------------------- +Wed Mar 20 10:56:13 CET 2024 - oneukum@suse.com + +- vdpa_sim: reset must not run (git-fixes). +- commit b05aeef + +------------------------------------------------------------------- +Wed Mar 20 08:18:45 CET 2024 - iivanov@suse.de + +- Fix patches.suse/coresight-etm4x-Add-ACPI-support-in-platform-driver.patch (bsc#1218779 bsc#1220587) + Put back patch hunk which where missed because file rename + drivers/acpi/acpi_amba.c -> drivers/acpi/arm64/amba.c +- commit 1eccf32 + ------------------------------------------------------------------- Wed Mar 20 07:47:07 CET 2024 - tiwai@suse.de @@ -918,6 +21275,50 @@ Wed Mar 20 07:47:07 CET 2024 - tiwai@suse.de an error handling path (git-fixes). - commit 353a58d +------------------------------------------------------------------- +Wed Mar 20 02:06:22 CET 2024 - neilb@suse.de + +- NFSD: Fix nfsd_clid_class use of __string_len() macro + (git-fixes). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (git-fixes). +- NFS: Read unlock folio on nfs_page_create_from_folio() error + (git-fixes). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (git-fixes). +- NFS: Fix an off by one in root_nfs_cat() (git-fixes). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (git-fixes). +- NFSv4.2: fix listxattr maximum XDR buffer size (git-fixes). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (git-fixes). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (git-fixes). +- nfsd: Fix a regression in nfsd_setattr() (git-fixes). +- nfsd: don't call locks_release_private() twice concurrently + (git-fixes). +- NFSD: Retransmit callbacks after client reconnects (git-fixes). +- NFSD: Reschedule CB operations when backchannel rpc_clnt is + shut down (git-fixes). +- NFSD: Convert the callback workqueue to use delayed_work + (git-fixes). +- NFSD: Reset cb_seq_status after NFS4ERR_DELAY (git-fixes). +- NFSD: fix LISTXATTRS returning more bytes than maxcount + (git-fixes). +- NFSD: fix LISTXATTRS returning a short list with eof=TRUE + (git-fixes). +- NFSD: change LISTXATTRS cookie encoding to big-endian + (git-fixes). +- NFSD: fix nfsd4_listxattr_validate_cookie (git-fixes). +- SUNRPC: fix some memleaks in gssx_dec_option_array (git-fixes). +- SUNRPC: fix a memleak in gss_import_v2_context (git-fixes). +- commit cf1cfe0 + +------------------------------------------------------------------- +Wed Mar 20 01:13:52 CET 2024 - neilb@suse.de + +- blacklist.conf: add a 'cosmetic' commit +- commit 704be6f + ------------------------------------------------------------------- Tue Mar 19 18:30:13 CET 2024 - mkoutny@suse.com @@ -925,6 +21326,13 @@ Tue Mar 19 18:30:13 CET 2024 - mkoutny@suse.com patches.suse/net-sched-Add-module-alias-for-sch_fq_pie.patch. - commit 4c6eb4e +------------------------------------------------------------------- +Tue Mar 19 15:58:13 CET 2024 - vkarasulli@suse.de + +- iommu/dma: Trace bounce buffer usage when mapping buffers + (git-fixes). +- commit a53df01 + ------------------------------------------------------------------- Tue Mar 19 15:30:05 CET 2024 - nmorey@suse.com @@ -961,6 +21369,15 @@ Tue Mar 19 14:21:35 CET 2024 - pjakobsson@suse.de - drm/amd/display: Fix && vs || typos (git-fixes). - commit 1a09c42 +------------------------------------------------------------------- +Tue Mar 19 12:26:21 CET 2024 - vkarasulli@suse.de + +- iommu: Map reserved memory as cacheable if device is coherent + (git-fixes). +- Refresh + patches.suse/iommu-Don-t-reserve-0-length-IOVA-region.patch. +- commit 3835906 + ------------------------------------------------------------------- Tue Mar 19 11:32:10 CET 2024 - svarbanov@suse.de @@ -2719,6 +23136,36 @@ Wed Mar 13 08:49:16 CET 2024 - tiwai@suse.de - Move upstreamed patches into sorted section - commit 612fa2e +------------------------------------------------------------------- +Wed Mar 13 08:09:26 CET 2024 - iivanov@suse.de + +- arm_pmu: acpi: Add a representative platform device for TRBE (bsc#1220587) +- commit e433e12 + +------------------------------------------------------------------- +Wed Mar 13 08:05:56 CET 2024 - iivanov@suse.de + +- arm_pmu: acpi: Refactor arm_spe_acpi_register_device() (bsc#1220587) +- commit c36cae4 + +------------------------------------------------------------------- +Wed Mar 13 08:03:50 CET 2024 - iivanov@suse.de + +- coresight: trbe: Enable ACPI based TRBE devices (bsc#1220587) +- commit 0aa88dd + +------------------------------------------------------------------- +Wed Mar 13 08:02:46 CET 2024 - iivanov@suse.de + +- coresight: trbe: Add a representative coresight_platform_data for (bsc#1220587) +- commit 4d64f51 + +------------------------------------------------------------------- +Wed Mar 13 07:58:31 CET 2024 - iivanov@suse.de + +- coresight: trbe: Allocate platform data per device (bsc#1220587) +- commit fd3964b + ------------------------------------------------------------------- Wed Mar 13 06:13:12 CET 2024 - ddiss@suse.de @@ -2993,6 +23440,21 @@ Mon Mar 11 10:11:09 CET 2024 - oneukum@suse.com Added CVE - commit 61b1ebd +------------------------------------------------------------------- +Mon Mar 11 09:48:38 CET 2024 - dwagner@suse.de + +- nvmet-fc: take ref count on tgtport before delete assoc + (git-fixes). +- nvmet-fc: avoid deadlock on delete association path (git-fixes). +- nvmet-fc: abort command when there is no binding (git-fixes). +- nvmet-fc: hold reference on hostport match (git-fixes). +- nvmet-fc: defer cleanup using RCU properly (git-fixes). +- nvmet-fc: release reference on target port (git-fixes). +- nvmet-fcloop: swap the list_add_tail arguments (git-fixes). +- nvme-fc: do not wait in vain when unloading module (git-fixes). +- nvmet-tcp: fix nvme tcp ida memory leak (git-fixes). +- commit 53c6a83 + ------------------------------------------------------------------- Sun Mar 10 09:34:05 CET 2024 - tiwai@suse.de @@ -84386,6 +104848,26 @@ Thu Feb 9 13:23:38 CET 2023 - ykaukab@suse.de Update branch name while at it. - commit 0eb2972 +------------------------------------------------------------------- +Thu May 5 12:06:09 CEST 2022 - jslaby@suse.cz + +- Revert "build initrd without systemd" (bsc#1195775)" + This reverts commit 3a2140fa2acded48224e1438ac9b4775340c94c2. Again, + this breaks many packages as: + * iproute2 is missing, and + * kernel-obs-qa fails with: + Timed out waiting for device /dev/disk/by-id/virtio-0. +- commit 15dd151 + +------------------------------------------------------------------- +Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de + +- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules + afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for + LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2. + Wrap the long line to make it readable. +- commit bfd7db4 + ------------------------------------------------------------------- Tue Mar 22 10:16:34 CET 2022 - mgorman@suse.de diff --git a/kernel-source-rt.spec b/kernel-source-rt.spec index 62fbd4e..786e0b7 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 72f4b8cbd4d84ea31a7a79ccacaad095a7ca59f4 +%define git_commit 90a8c81ce3c9ae3591acca72f13d2ff0a2f960d4 %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: .g72f4b8c +Release: .g90a8c81 %else Release: 0 %endif diff --git a/kernel-syms-rt.changes b/kernel-syms-rt.changes index 99e6c35..cc4c00e 100644 --- a/kernel-syms-rt.changes +++ b/kernel-syms-rt.changes @@ -1,3 +1,18679 @@ +------------------------------------------------------------------- +Tue Jul 30 08:37:32 CEST 2024 - tiwai@suse.de + +- HID: wacom: Modify pen IDs (git-fixes). +- commit 9c450d7 + +------------------------------------------------------------------- +Tue Jul 30 07:31:38 CEST 2024 - tiwai@suse.de + +- Move upstreamed ASoC patch into sorted section +- commit adae4df + +------------------------------------------------------------------- +Mon Jul 29 22:57:26 CEST 2024 - ailiop@suse.com + +- xfs: add bounds checking to xlog_recover_process_data + (bsc#1228408 CVE-2024-41014). +- commit bb0300d + +------------------------------------------------------------------- +Mon Jul 29 22:56:46 CEST 2024 - ailiop@suse.com + +- xfs: don't walk off the end of a directory data block + (bsc#1228405 CVE-2024-41013). +- commit 8a0b7eb + +------------------------------------------------------------------- +Mon Jul 29 22:55:12 CEST 2024 - ailiop@suse.com + +- jfs: don't walk off the end of ealist (bsc#1228403 + CVE-2024-41017). +- commit 4159bc5 + +------------------------------------------------------------------- +Mon Jul 29 17:04:08 CEST 2024 - jack@suse.cz + +- ext4: fold quota accounting into + ext4_xattr_inode_lookup_create() (bsc#1227910 CVE-2024-40972). +- commit 94f6f2b + +------------------------------------------------------------------- +Mon Jul 29 16:50:46 CEST 2024 - jack@suse.cz + +- ext4: fix mb_cache_entry's e_refcnt leak in + ext4_xattr_block_cache_find() (bsc#1226993 CVE-2024-39276). +- commit d72f4d7 + +------------------------------------------------------------------- +Mon Jul 29 16:49:12 CEST 2024 - jack@suse.cz + +- block: fix request.queuelist usage in flush (bsc#1227789 + CVE-2024-40925). +- commit 4903430 + +------------------------------------------------------------------- +Mon Jul 29 16:48:52 CEST 2024 - tbogendoerfer@suse.de + +- supported.conf: mark vdpa modules supported (jsc#PED-8954) +- commit 483ffd4 + +------------------------------------------------------------------- +Mon Jul 29 16:46:24 CEST 2024 - jack@suse.cz + +- ext4: do not create EA inode under buffer lock (bsc#1227910 + CVE-2024-40972). +- commit 37fb4de + +------------------------------------------------------------------- +Mon Jul 29 16:43:03 CEST 2024 - jack@suse.cz + +- ext4: fix uninitialized ratelimit_state->lock access in + __ext4_fill_super() (bsc#1227866 CVE-2024-40998). +- commit cefc508 + +------------------------------------------------------------------- +Mon Jul 29 16:40:06 CEST 2024 - tiwai@suse.de + +- Update patch reference of AMDGPU fix (CVE-2024-41011 bsc#1228115) +- commit 96de263 + +------------------------------------------------------------------- +Mon Jul 29 15:45:55 CEST 2024 - lhenriques@suse.de + +- ceph: fix incorrect kmalloc size of pagevec mempool + (bsc#1228417). +- commit 84977b0 + +------------------------------------------------------------------- +Mon Jul 29 15:26:39 CEST 2024 - ddiss@suse.de + +- ima: Fix use-after-free on a dentry's dname.name (bsc#1227716 CVE-2024-39494). +- commit f7cf8d6 + +------------------------------------------------------------------- +Mon Jul 29 14:38:57 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: fix use-after-free due to race with dev replace + (bsc#1227719 CVE-2024-39496). +- commit c878f86 + +------------------------------------------------------------------- +Mon Jul 29 14:24:07 CEST 2024 - tbogendoerfer@suse.de + +- tun: add missing verification for short frame (CVE-2024-41091 + bsc#1228327). +- tap: add missing verification for short frame (CVE-2024-41090 + bsc#1228328). +- net: ena: Add validation for completion descriptors consistency + (CVE-2024-40999 bsc#1227913). +- commit 7fa5ae2 + +------------------------------------------------------------------- +Mon Jul 29 06:56:31 CEST 2024 - jslaby@suse.cz + +- Refresh + patches.kabi/tty-add-the-option-to-have-a-tty-reject-a-new-ldisc.patch. + Fix build for CONFIG_VT=n (ppc64le/kvmsmall). +- commit 9280ac5 + +------------------------------------------------------------------- +Sun Jul 28 09:40:06 CEST 2024 - tiwai@suse.de + +- spi: spidev: add correct compatible for Rohm BH2228FV + (git-fixes). +- spi: microchip-core: ensure TX and RX FIFOs are empty at start + of a transfer (git-fixes). +- spi: microchip-core: only disable SPI controller when register + value change requires it (git-fixes). +- spi: microchip-core: defer asserting chip select until just + before write to TX FIFO (git-fixes). +- spi: microchip-core: fix the issues in the isr (git-fixes). +- clk: davinci: da8xx-cfgchip: Initialize clk_init_data before + use (git-fixes). +- decompress_bunzip2: fix rare decompression failure (git-fixes). +- commit 536a80d + +------------------------------------------------------------------- +Sat Jul 27 09:29:33 CEST 2024 - tiwai@suse.de + +- ALSA: usb-audio: Add a quirk for Sonix HD USB Camera + (stable-fixes). +- ALSA: usb-audio: Move HD Webcam quirk to the right place + (git-fixes). +- ALSA: usb-audio: Fix microphone sound on HD webcam + (stable-fixes). +- commit 07826dc + +------------------------------------------------------------------- +Sat Jul 27 09:27:40 CEST 2024 - tiwai@suse.de + +- auxdisplay: ht16k33: Drop reference after LED registration + (git-fixes). +- ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA + on unprepare (git-fixes). +- ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes). +- ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is + reachable (git-fixes). +- ASoC: sof: amd: fix for firmware reload failure in Vangogh + platform (git-fixes). +- ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes). +- ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models + (git-fixes). +- ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes). +- ALSA: ump: Don't update FB name for static blocks (git-fixes). +- drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes). +- drm/i915/gt: Do not consider preemption during execlists_dequeue + for gen8 (git-fixes). +- drm/i915/dp: Don't switch the LTTPR mode on an active link + (git-fixes). +- commit d7e2deb + +------------------------------------------------------------------- +Fri Jul 26 16:45:07 CEST 2024 - tiwai@suse.de + +- ALSA: hda/conexant: Mute speakers at suspend / shutdown + (bsc#1228269). +- ALSA: hda/generic: Add a helper to mute speakers at + suspend/shutdown (bsc#1228269). +- commit e046d5e + +------------------------------------------------------------------- +Fri Jul 26 16:41:17 CEST 2024 - tiwai@suse.de + +- Refresh the previous ASoC patch, landed in subsystem tree (bsc#1228269) +- commit 180425d + +------------------------------------------------------------------- +Fri Jul 26 11:08:10 CEST 2024 - jslaby@suse.cz + +- kABI: tty: add the option to have a tty reject a new ldisc + (kabi CVE-2024-40966 bsc#1227886). +- tty: add the option to have a tty reject a new ldisc + (CVE-2024-40966 bsc#1227886). +- commit 00113b6 + +------------------------------------------------------------------- +Fri Jul 26 10:25:15 CEST 2024 - ailiop@suse.com + +- fs/file: fix the check in find_next_fd() (git-fixes). +- commit 3ec6b68 + +------------------------------------------------------------------- +Fri Jul 26 10:23:48 CEST 2024 - ailiop@suse.com + +- erofs: ensure m_llen is reset to 0 if metadata is invalid + (git-fixes). +- commit 03e55bf + +------------------------------------------------------------------- +Fri Jul 26 10:23:19 CEST 2024 - ailiop@suse.com + +- jfs: Fix array-index-out-of-bounds in diFree (git-fixes). +- commit a89a289 + +------------------------------------------------------------------- +Fri Jul 26 10:06:29 CEST 2024 - ailiop@suse.com + +- hfsplus: fix uninit-value in copy_name (git-fixes). +- commit 4f0ad7b + +------------------------------------------------------------------- +Fri Jul 26 08:40:03 CEST 2024 - tiwai@suse.de + +- mISDN: Fix a use after free in hfcmulti_tx() (git-fixes). +- devres: Fix memory leakage caused by driver API + devm_free_percpu() (git-fixes). +- devres: Fix devm_krealloc() wasting memory (git-fixes). +- kobject_uevent: Fix OOB access within zap_modalias_env() + (git-fixes). +- watchdog: rzn1: Convert comma to semicolon (git-fixes). +- watchdog: rzg2l_wdt: Check return status of pm_runtime_put() + (git-fixes). +- watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get() + (git-fixes). +- dma: fix call order in dmam_free_coherent (git-fixes). +- mISDN: fix MISDN_TIME_STAMP handling (git-fixes). +- commit 69aa862 + +------------------------------------------------------------------- +Thu Jul 25 17:09:21 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Fix array-index-out-of-bounds in + dml2/FCLKChangeSupport (stable-fixes). +- drm/amd/display: Update efficiency bandwidth for dcn351 + (stable-fixes). +- drm/ttm: Always take the bo delayed cleanup path for imported + bos (git-fixes). +- drm/amd/display: change dram_clock_latency to 34us for dcn35 + (stable-fixes). +- drm/amdgpu: fix locking scope when flushing tlb (stable-fixes). +- wifi: mac80211: Avoid address calculations via out of bounds + array indexing (stable-fixes). +- drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs + (stable-fixes). +- drm/amd/display: ASSERT when failing to find index by + plane/stream id (stable-fixes). +- drm/amd/display: Fix overlapping copy within + dml_core_mode_programming (stable-fixes). +- drm/amd/display: Skip pipe if the pipe idx not set properly + (stable-fixes). +- drm/amd/display: Workaround register access in idle race with + cursor (stable-fixes). +- commit 830869c + +------------------------------------------------------------------- +Thu Jul 25 12:48:27 CEST 2024 - tiwai@suse.de + +- ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA + is paused (git-fixes). +- commit aadeb44 + +------------------------------------------------------------------- +Thu Jul 25 12:44:38 CEST 2024 - tiwai@suse.de + +- spi: mux: set ctlr->bits_per_word_mask (stable-fixes). +- wifi: iwlwifi: mvm: don't wake up rx_sync_waitq upon RFKILL + (git-fixes). +- wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK + (stable-fixes). +- wifi: mac80211: disable softirqs for queued frame handling + (git-fixes). +- wifi: cfg80211: wext: add extra SIOCSIWSCAN data check + (stable-fixes). +- wifi: cfg80211: wext: set ssids=NULL for passive scans + (git-fixes). +- wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() + (stable-fixes). +- wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill + (stable-fixes). +- wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe + option (stable-fixes). +- wifi: iwlwifi: mvm: handle BA session teardown in RF-kill + (stable-fixes). +- wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd + (stable-fixes). +- wifi: iwlwifi: mvm: remove stale STA link data during restart + (stable-fixes). +- wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup + (stable-fixes). +- wifi: cfg80211: fix 6 GHz scan request building (stable-fixes). +- wifi: mac80211: handle tasklet frames before stopping + (stable-fixes). +- wifi: mac80211: apply mcast rate only if interface is up + (stable-fixes). +- wifi: mac80211: mesh: init nonpeer_pm to active by default in + mesh sdata (stable-fixes). +- tools/power/cpupower: Fix Pstate frequency reporting on AMD + Family 1Ah CPUs (stable-fixes). +- tools/power turbostat: Remember global max_die_id + (stable-fixes). +- commit 37df9b4 + +------------------------------------------------------------------- +Thu Jul 25 12:41:28 CEST 2024 - tiwai@suse.de + +- phy: cadence-torrent: Check return value on register read + (git-fixes). +- kbuild: avoid build error when single DTB is turned into + composite DTB (git-fixes). +- remoteproc: stm32_rproc: Fix mailbox interrupts queuing + (git-fixes). +- remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes). +- remoteproc: imx_rproc: Fix refcount mistake in + imx_rproc_addr_init (git-fixes). +- remoteproc: imx_rproc: Skip over memory region when node value + is NULL (git-fixes). +- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after + devm_pm_runtime_enable() (git-fixes). +- power: supply: ingenic: Fix some error handling paths in + ingenic_battery_get_property() (git-fixes). +- power: supply: ab8500: Fix error handling when calling + iio_read_channel_processed() (git-fixes). +- spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices + (stable-fixes). +- net: mac802154: Fix racy device stats updates by DEV_STATS_INC() + and DEV_STATS_ADD() (stable-fixes). +- platform/x86: lg-laptop: Use ACPI device handle when evaluating + WMAB/WMBB (stable-fixes). +- platform/x86: lg-laptop: Change ACPI device id (stable-fixes). +- platform/x86: lg-laptop: Remove LGEX0815 hotkey handling + (stable-fixes). +- platform/x86: wireless-hotkey: Add support for LG Airplane + Button (stable-fixes). +- net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes). +- Input: ads7846 - use spi_device_id table (stable-fixes). +- mei: demote client disconnect warning on suspend to debug + (stable-fixes). +- kconfig: remove wrong expr_trans_bool() (stable-fixes). +- kconfig: gconf: give a proper initial state to the Save button + (stable-fixes). +- commit f6cec75 + +------------------------------------------------------------------- +Thu Jul 25 12:38:08 CEST 2024 - tiwai@suse.de + +- dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels + (git-fixes). +- docs: crypto: async-tx-api: fix broken code example (git-fixes). +- drm/radeon: check bo_va->bo is non-NULL before using it + (stable-fixes). +- drm/amd/display: Fix refresh rate range for some panel + (stable-fixes). +- drm/amd/display: Account for cursor prefetch BW in DML1 mode + support (stable-fixes). +- drm/amd/display: Add refresh rate range check (stable-fixes). +- gpio: pca953x: fix pca953x_irq_bus_sync_unlock race + (stable-fixes). +- can: kvaser_usb: fix return value for hif_usb_send_regout + (stable-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI PRO + (stable-fixes). +- Input: i8042 - add Ayaneo Kun to i8042 quirk table + (stable-fixes). +- Input: elantech - fix touchpad state on resume for Lenovo N24 + (stable-fixes). +- drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency + (stable-fixes). +- drm/amdgpu: Indicate CU havest info to CP (stable-fixes). +- drm/exynos: dp: drop driver owner initialization (stable-fixes). +- drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time + (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Aya Neo KUN + (stable-fixes). +- HID: Ignore battery for ELAN touchscreens 2F2C and 4116 + (stable-fixes). +- input: Add support for "Do Not Disturb" (stable-fixes). +- input: Add event code for accessibility key (stable-fixes). +- Input: silead - Always support 10 fingers (stable-fixes). +- commit a5bc4da + +------------------------------------------------------------------- +Thu Jul 25 12:32:52 CEST 2024 - tiwai@suse.de + +- Bluetooth: btnxpuart: Enable Power Save feature on startup + (stable-fixes). +- Bluetooth: hci_core: cancel all works upon hci_unregister_dev() + (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA + (stable-fixes). +- ASoC: rt722-sdca-sdw: add debounce time for type detection + (stable-fixes). +- ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on + error rollback (stable-fixes). +- ASoC: ti: davinci-mcasp: Set min period size using FIFO config + (stable-fixes). +- ALSA: dmaengine: Synchronize dma channel after drop() + (stable-fixes). +- ASoC: ti: omap-hdmi: Fix too long driver name (stable-fixes). +- ASoC: topology: Do not assign fields that are already set + (stable-fixes). +- ASoC: topology: Fix references to freed memory (stable-fixes). +- bytcr_rt5640 : inverse jack detect for Archos 101 cesium + (stable-fixes). +- ASoC: rt722-sdca-sdw: add silence detection register as volatile + (stable-fixes). +- ALSA: dmaengine_pcm: terminate dmaengine before synchronize + (stable-fixes). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx + (stable-fixes). +- ALSA: PCM: Allow resume only for suspended streams + (stable-fixes). +- ACPI: EC: Avoid returning AE_OK on errors in address space + handler (stable-fixes). +- ACPI: EC: Abort address space access upon error (stable-fixes). +- commit aa63c91 + +------------------------------------------------------------------- +Thu Jul 25 12:24:57 CEST 2024 - iivanov@suse.de + +- config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859) +- commit f80ff65 + +------------------------------------------------------------------- +Thu Jul 25 12:21:56 CEST 2024 - tiwai@suse.de + +- platform/x86: x86-android-tablets: Unregister devices in + reverse order (CVE-2024-40975 bsc#1227926). +- commit 16439fd + +------------------------------------------------------------------- +Thu Jul 25 12:18:11 CEST 2024 - tiwai@suse.de + +- Avoid hw_desc array overrun in dw-axi-dmac (CVE-2024-40970 + bsc#1227899). +- commit 8f7016c + +------------------------------------------------------------------- +Thu Jul 25 11:51:21 CEST 2024 - tiwai@suse.de + +- ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2 + (bsc#1228269). +- commit 78e0f74 + +------------------------------------------------------------------- +Wed Jul 24 21:24:54 CEST 2024 - rgoldwyn@suse.com + +- ima: Avoid blocking in RCU read-side critical section (bsc#1227803, CVE-2024-40947). +- commit 6fea688 + +------------------------------------------------------------------- +Tue Jul 23 15:55:49 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Set run context for rawtp test_run callback (bsc#1227783 + CVE-2024-40908). +- commit c965ae8 + +------------------------------------------------------------------- +Tue Jul 23 13:33:40 CEST 2024 - jack@suse.cz + +- nfs: Fix up kabi after adding write_congestion_wait + (bsc#1218442). +- commit fa72236 + +------------------------------------------------------------------- +Tue Jul 23 12:47:56 CEST 2024 - mhocko@suse.com + +- ipv6: prevent possible NULL dereference in rt6_probe() + (CVE-2024-40960 bsc#1227813). +- commit acda250 + +------------------------------------------------------------------- +Tue Jul 23 12:31:08 CEST 2024 - jslaby@suse.cz + +- PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode() + (git-fixes). +- commit e717f73 + +------------------------------------------------------------------- +Tue Jul 23 11:58:41 CEST 2024 - nik.borisov@suse.com + +- x86/csum: clean up `csum_partial' further (git-fixes). +- commit eb0657c + +------------------------------------------------------------------- +Tue Jul 23 11:57:37 CEST 2024 - nik.borisov@suse.com + +- x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes). +- commit 7ae6079 + +------------------------------------------------------------------- +Tue Jul 23 11:57:14 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: This patch gets reverted +- commit c490f33 + +------------------------------------------------------------------- +Tue Jul 23 11:56:24 CEST 2024 - nik.borisov@suse.com + +- x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes). +- commit 907534d + +------------------------------------------------------------------- +Tue Jul 23 11:55:05 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Remove dead-end revert + We never merged the buggy upstream fix. +- commit 9b319fd + +------------------------------------------------------------------- +Tue Jul 23 11:50:03 CEST 2024 - nik.borisov@suse.com + +- x86/shstk: Make return uprobe work with shadow stack (git-fixes). +- commit a22c34a + +------------------------------------------------------------------- +Tue Jul 23 11:49:41 CEST 2024 - nik.borisov@suse.com + +- x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes). +- commit 0887d68 + +------------------------------------------------------------------- +Tue Jul 23 11:49:20 CEST 2024 - nik.borisov@suse.com + +- x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS (git-fixes). +- commit 4b4922f + +------------------------------------------------------------------- +Tue Jul 23 11:48:57 CEST 2024 - nik.borisov@suse.com + +- x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes). +- commit 4c24788 + +------------------------------------------------------------------- +Tue Jul 23 11:48:39 CEST 2024 - nik.borisov@suse.com + +- x86/cpu: Provide default cache line size if not enumerated (git-fixes). +- commit c2b6a76 + +------------------------------------------------------------------- +Tue Jul 23 11:40:04 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes). +- commit d32b5a4 + +------------------------------------------------------------------- +Tue Jul 23 11:38:50 CEST 2024 - nik.borisov@suse.com + +- x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes). +- commit a7c18d6 + +------------------------------------------------------------------- +Tue Jul 23 11:38:14 CEST 2024 - nik.borisov@suse.com + +- x86/amd_nb: Check for invalid SMN reads (git-fixes). +- commit 5e0a2ff + +------------------------------------------------------------------- +Tue Jul 23 11:06:02 CEST 2024 - lhenriques@suse.de + +- cachefiles: flush all requests after setting CACHEFILES_DEAD + (bsc#1227797 CVE-2024-40935). +- commit 6acb040 + +------------------------------------------------------------------- +Tue Jul 23 10:45:15 CEST 2024 - jslaby@suse.cz + +- PCI: tegra194: Set EP alignment restriction for inbound ATU + (git-fixes). +- PCI: keystone: Fix NULL pointer dereference in case of DT + error in ks_pcie_setup_rc_app_regs() (git-fixes). +- PCI: keystone: Don't enable BAR 0 for AM654x (git-fixes). +- commit 3d6a567 + +------------------------------------------------------------------- +Tue Jul 23 10:42:33 CEST 2024 - mhocko@suse.com + +- ipv6: prevent possible NULL deref in fib6_nh_init() + (CVE-2024-40961 bsc#1227814). +- commit 3de66de + +------------------------------------------------------------------- +Tue Jul 23 10:31:43 CEST 2024 - jslaby@suse.cz + +- PCI: Extend ACS configurability (bsc#1228090). +- commit 571e431 + +------------------------------------------------------------------- +Tue Jul 23 10:21:51 CEST 2024 - nik.borisov@suse.com + +- netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757 CVE-2024-39504). +- commit becdc7a + +------------------------------------------------------------------- +Mon Jul 22 18:27:20 CEST 2024 - jack@suse.cz + +- nfs: Block on write congestion (bsc#1218442). +- commit b7f1cad + +------------------------------------------------------------------- +Mon Jul 22 18:26:59 CEST 2024 - jack@suse.cz + +- nfs: Properly initialize server->writeback (bsc#1218442). +- commit c293976 + +------------------------------------------------------------------- +Mon Jul 22 18:26:28 CEST 2024 - jack@suse.cz + +- nfs: Drop pointless check from nfs_commit_release_pages() + (bsc#1218442). +- commit 20931fe + +------------------------------------------------------------------- +Mon Jul 22 17:02:44 CEST 2024 - tiwai@suse.de + +- kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149) +- commit 777b4e0 + +------------------------------------------------------------------- +Mon Jul 22 16:54:29 CEST 2024 - tiwai@suse.de + +- wifi: libertas: Follow renaming of SPI "master" to "controller" + (bsc#1227149). +- wifi: cw1200: restore endian swapping (bsc#1227149). +- wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() + failures warns (bsc#1227149). +- wifi: zd1211rw: silence sparse warnings (bsc#1227149). +- wifi: rt2x00: silence sparse warnings (bsc#1227149). +- wifi: brcmsmac: silence sparse warnings (bsc#1227149). +- wifi: b43: silence sparse warnings (bsc#1227149). +- wifi: brcmfmac: do not pass hidden SSID attribute as value + directly (bsc#1227149). +- wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4 + (bsc#1227149). +- wifi: wilc1000: remove AKM suite be32 conversion for external + auth request (bsc#1227149). +- wifi: wilc1000: add missing read critical sections around vif + list traversal (bsc#1227149). +- wifi: wilc1000: fix declarations ordering (bsc#1227149). +- wifi: wilc1000: use SRCU instead of RCU for vif list traversal + (bsc#1227149). +- wifi: wilc1000: split deeply nested RCU list traversal in + dedicated helper (bsc#1227149). +- wifi: wilc1000: validate chip id during bus probe (bsc#1227149). +- wifi: brcmfmac: do not cast hidden SSID attribute value to + boolean (bsc#1227149). +- wifi: mwifiex: Refactor 1-element array into flexible array + in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149). +- wifi: wilc1000: correct CRC7 calculation (bsc#1227149). +- wifi: wilc1000: set preamble size to auto as default in + wilc_init_fw_config() (bsc#1227149). +- wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers + (bsc#1227149). +- wifi: wilc1000: remove setting msg.spi (bsc#1227149). +- wifi: cw1200: Convert to GPIO descriptors (bsc#1227149). +- wifi: plfxlc: Drop unused include (bsc#1227149). +- wifi: mwifiex: Drop unused headers (bsc#1227149). +- wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149). +- wifi: cw1200: fix __le16 sparse warnings (bsc#1227149). +- wifi: rsi: fix restricted __le32 degrades to integer sparse + warnings (bsc#1227149). +- wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149). +- wifi: brcmfmac: add linefeed at end of file (bsc#1227149). +- wifi: brcmfmac: allow per-vendor event handling (bsc#1227149). +- wifi: brcmfmac: move feature overrides before feature_disable + (bsc#1227149). +- wifi: brcmfmac: export firmware interface functions + (bsc#1227149). +- wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv() + (bsc#1227149). +- wifi: mwifiex: Use helpers to check multicast addresses + (bsc#1227149). +- wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149). +- wifi: wilc1000: fix incorrect power down sequence (bsc#1227149). +- wifi: wilc1000: fix driver_handler when committing initial + configuration (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN + (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx + (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149). +- wifi: p54: fix GCC format truncation warning with + wiphy->fw_version (bsc#1227149). +- wifi: mwifiex: use cfg80211_ssid_eq() instead of + mwifiex_ssid_cmp() (bsc#1227149). +- wifi: rt2x00: remove useless code in + rt2x00queue_create_tx_descriptor() (bsc#1227149). +- commit 08ddd32 + +------------------------------------------------------------------- +Mon Jul 22 16:49:32 CEST 2024 - tiwai@suse.de + +- wifi: rt2x00: make watchdog param per device (bsc#1227149). +- wifi: rt2x00: Simplify bool conversion (bsc#1227149). +- wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove + unused priv variable (bsc#1227149). +- wifi: rt2x00: disable RTS threshold for rt2800 by default + (bsc#1227149). +- wifi: rt2x00: introduce DMA busy check watchdog for rt2800 + (bsc#1227149). +- wifi: wilc1000: simplify wilc_scan() (bsc#1227149). +- wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149). +- wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() + (bsc#1227149). +- wifi: wilc1000: simplify remain on channel support + (bsc#1227149). +- wifi: brcmsmac: replace deprecated strncpy with memcpy + (bsc#1227149). +- wifi: brcm80211: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149). +- wifi: rt2x00: rework MT7620 channel config function + (bsc#1227149). +- commit 055fd52 + +------------------------------------------------------------------- +Mon Jul 22 16:44:08 CEST 2024 - tiwai@suse.de + +- wifi: rt2x00: improve MT7620 register initialization + (bsc#1227149). +- wifi: wlcore: main: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: wlcore: boot: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: wl18xx: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: wl1251: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149). +- wifi: brcmfmac: fix format-truncation warnings (bsc#1227149). +- wifi: hostap: remove unused ioctl function (bsc#1227149). +- wifi: atmel: remove unused ioctl function (bsc#1227149). +- wifi: p54: Annotate struct p54_cal_database with __counted_by + (bsc#1227149). +- wifi: brcmfmac: fweh: Add __counted_by for struct + brcmf_fweh_queue_item and use struct_size() (bsc#1227149). +- wifi: hostap: Add __counted_by for struct prism2_download_data + and use struct_size() (bsc#1227149). +- wifi: wfx: implement wfx_remain_on_channel() (bsc#1227149). +- wifi: wfx: allow to send frames during ROC (bsc#1227149). +- wifi: wfx: scan_lock is global to the device (bsc#1227149). +- wifi: wfx: simplify exclusion between scan and Rx filters + (bsc#1227149). +- wifi: wfx: introduce hif_scan_uniq() (bsc#1227149). +- wifi: wfx: move wfx_skb_*() out of the header file + (bsc#1227149). +- wifi: wfx: relocate wfx_rate_mask_to_hw() (bsc#1227149). +- wifi: wfx: fix power_save setting when AP is stopped + (bsc#1227149). +- commit 859f128 + +------------------------------------------------------------------- +Mon Jul 22 16:41:16 CEST 2024 - tiwai@suse.de + +- wifi: mwifiex: Replace one-element array with flexible-array + member in struct mwifiex_ie_types_rxba_sync (bsc#1227149). +- Refresh + patches.suse/wifi-mwifiex-Sanity-check-tlv_len-and-tlv_bitmap_len.patch. +- commit 0e5befb + +------------------------------------------------------------------- +Mon Jul 22 16:39:19 CEST 2024 - tiwai@suse.de + +- wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149). +- wifi: rt2x00: remove redundant check if u8 array element is + less than zero (bsc#1227149). +- wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149). +- wifi: mwifiex: simplify PCIE write operations (bsc#1227149). +- wifi: wilc1000: add back-off algorithm to balance tx queue + packets (bsc#1227149). +- wifi: mwifiex: use MODULE_FIRMWARE to add firmware files + metadata (bsc#1227149). +- wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149). +- wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request + with __counted_by (bsc#1227149). +- wifi: brcmfmac: Annotate struct brcmf_gscan_config with + __counted_by (bsc#1227149). +- wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149). +- wifi: wlcore: sdio: Use module_sdio_driver macro to simplify + the code (bsc#1227149). +- wifi: wilc1000: Remove unused declarations (bsc#1227149). +- wifi: rt2x00: limit MT7620 TX power based on eeprom calibration + (bsc#1227149). +- wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy + (bsc#1227149). +- wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) + conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) + conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions + (bsc#1227149). +- commit a544c26 + +------------------------------------------------------------------- +Mon Jul 22 16:36:16 CEST 2024 - tiwai@suse.de + +- wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_hal: Remove unnecessary conversions + (bsc#1227149). +- wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) + conversions (bsc#1227149). +- wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in + R-Calibration (bsc#1227149). +- wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149). +- wifi: mwifiex: cleanup adapter data (bsc#1227149). +- wifi: mwifiex: use is_zero_ether_addr() instead of + ether_addr_equal() (bsc#1227149). +- wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149). +- wifi: mwifiex: handle possible mwifiex_write_reg() errors + (bsc#1227149). +- wifi: mwifiex: handle possible sscanf() errors (bsc#1227149). +- wifi: mwifiex: cleanup private data structures (bsc#1227149). +- wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149). +- wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149). +- wifi: brcmsmac: remove more unused data types (bsc#1227149). +- wifi: libertas: prefer kstrtoX() for simple integer conversions + (bsc#1227149). +- wifi: libertas: handle possible spu_write_u16() errors + (bsc#1227149). +- wifi: libertas: cleanup SDIO reset (bsc#1227149). +- wifi: libertas: simplify list operations in free_if_spi_card() + (bsc#1227149). +- wifi: libertas: use convenient lists to manage SDIO packets + (bsc#1227149). +- wifi: libertas: add missing calls to cancel_work_sync() + (bsc#1227149). +- wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149). +- wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149). +- wifi: brcmsmac: remove unused data type (bsc#1227149). +- wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149). +- wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149). +- wifi: zd1211rw: fix typo "tranmits" (bsc#1227149). +- wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149). +- wifi: hostap: fix stringop-truncations GCC warning + (bsc#1227149). +- wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149). +- wifi: rt2x00: fix the typo in comments (bsc#1227149). +- wifi: brcmfmac: Detect corner error case earlier with log + (bsc#1227149). +- wifi: brcmutil: use helper function pktq_empty() instead of + open code (bsc#1227149). +- wifi: add HAS_IOPORT dependencies (bsc#1227149). +- wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149). +- wifi: mwifiex: Use list_count_nodes() (bsc#1227149). +- wifi: mwifiex: Use default @max_active for workqueues + (bsc#1227149). +- commit edbabc2 + +------------------------------------------------------------------- +Mon Jul 22 16:35:48 CEST 2024 - ailiop@suse.com + +- xfs: Add cond_resched to block unmap range and reflink remap + path (bsc#1228211). +- commit 4c79a42 + +------------------------------------------------------------------- +Mon Jul 22 15:30:13 CEST 2024 - oneukum@suse.com + +- supported.conf: Add support for v4l2-dv-timings + (jsc#PED-8645) +- commit 6262df7 + +------------------------------------------------------------------- +Mon Jul 22 15:24:53 CEST 2024 - oneukum@suse.com + +- supported.conf: Add support for v4l2-dv-timings + (jsc#PED-8644) +- commit a3622c5 + +------------------------------------------------------------------- +Mon Jul 22 15:19:27 CEST 2024 - mhocko@suse.com + +- netrom: Fix a memory leak in nr_heartbeat_expiry() + (CVE-2024-41006 bsc#1227862). +- commit 59ef181 + +------------------------------------------------------------------- +Mon Jul 22 15:13:12 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes) +- commit 6571948 + +------------------------------------------------------------------- +Mon Jul 22 15:08:48 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes) +- commit 67939cb + +------------------------------------------------------------------- +Mon Jul 22 15:07:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes) +- commit 5ed815a + +------------------------------------------------------------------- +Mon Jul 22 15:06:22 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes) +- commit af4620a + +------------------------------------------------------------------- +Mon Jul 22 15:05:09 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes) +- commit 0171830 + +------------------------------------------------------------------- +Mon Jul 22 15:03:52 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Update WIFi/BT related nodes on (git-fixes) +- commit 2186774 + +------------------------------------------------------------------- +Mon Jul 22 15:02:21 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes) +- commit 7bd1596 + +------------------------------------------------------------------- +Mon Jul 22 15:00:17 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes) +- commit a5c559a + +------------------------------------------------------------------- +Mon Jul 22 14:58:39 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add sdmmc related properties on (git-fixes) +- commit 07ed999 + +------------------------------------------------------------------- +Mon Jul 22 14:57:31 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes) +- commit 0d2dc44 + +------------------------------------------------------------------- +Mon Jul 22 14:56:20 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes) +- commit 17c17ec + +------------------------------------------------------------------- +Mon Jul 22 14:54:43 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes) +- commit ef568ac + +------------------------------------------------------------------- +Mon Jul 22 14:53:26 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes) +- commit 3ac3475 + +------------------------------------------------------------------- +Mon Jul 22 14:52:16 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes) +- commit f0f8ba5 + +------------------------------------------------------------------- +Mon Jul 22 14:50:58 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes) +- commit a564fef + +------------------------------------------------------------------- +Mon Jul 22 14:49:36 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes) +- commit d7e72e1 + +------------------------------------------------------------------- +Mon Jul 22 14:48:27 CEST 2024 - iivanov@suse.de + +- arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes) +- commit ca6c1bb + +------------------------------------------------------------------- +Mon Jul 22 14:46:53 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes) +- commit a10e3de + +------------------------------------------------------------------- +Mon Jul 22 14:45:36 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: dts: freescale: imx8mm-verdin: Fix GPU speed") +- commit ea9f475 + +------------------------------------------------------------------- +Mon Jul 22 14:40:20 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 0bb0cc8 + +------------------------------------------------------------------- +Mon Jul 22 12:03:35 CEST 2024 - lhenriques@suse.de + +- fuse: verify {g,u}id mount options correctly (bsc#1228193). +- libceph: fix race between delayed_work() and ceph_monc_stop() + (bsc#1228192). +- commit 10e7bb9 + +------------------------------------------------------------------- +Mon Jul 22 09:28:05 CEST 2024 - tiwai@suse.de + +- nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro + (git-fixes). +- checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored + (git-fixes). +- rtc: interface: Add RTC offset to alarm after fix-up + (git-fixes). +- rtc: abx80x: Fix return value of nvmem callback on read + (git-fixes). +- rtc: cmos: Fix return value of nvmem callbacks (git-fixes). +- rtc: isl1208: Fix return value of nvmem callbacks (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes + (git-fixes). +- pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes). +- pinctrl: freescale: mxs: Fix refcount of child (git-fixes). +- pinctrl: ti: ti-iodelay: fix possible memory leak when + pinctrl_enable() fails (git-fixes). +- pinctrl: single: fix possible memory leak when pinctrl_enable() + fails (git-fixes). +- pinctrl: core: fix possible memory leak when pinctrl_enable() + fails (git-fixes). +- pinctrl: rockchip: update rk3308 iomux routes (git-fixes). +- selftests/sigaltstack: Fix ppc64 GCC build (git-fixes). +- PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes). +- PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio + (git-fixes). +- PCI: rcar: Demote WARN() to dev_warn_ratelimited() in + rcar_pcie_wakeup() (git-fixes). +- PCI: qcom-ep: Disable resources unconditionally during PERST# + assert (git-fixes). +- PCI: dwc: Fix index 0 incorrectly being interpreted as a free + ATU slot (git-fixes). +- PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup() + (git-fixes). +- PCI: endpoint: Clean up error handling in vpci_scan_bus() + (git-fixes). +- PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' + in pci_epf_test_core_init() (git-fixes). +- PCI: Fix resource double counting on remove & rescan + (git-fixes). +- PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal + (git-fixes). +- PCI: Introduce cleanup helpers for device reference counts + and locks (stable-fixes). +- commit a7e6cbc + +------------------------------------------------------------------- +Sat Jul 20 09:14:59 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy + Book Pro 360 (stable-fixes). +- ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop + (stable-fixes). +- ASoC: SOF: ipc4-topology: Use correct queue_id for requesting + input pin format (stable-fixes). +- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 + (stable-fixes). +- commit be4d8bf + +------------------------------------------------------------------- +Sat Jul 20 09:12:01 CEST 2024 - tiwai@suse.de + +- eeprom: at24: Probe for DDR3 thermal sensor in the SPD case + (stable-fixes). +- Refresh + patches.suse/eeprom-at24-fix-memory-corruption-race-condition.patch. +- commit 82fbd42 + +------------------------------------------------------------------- +Sat Jul 20 09:10:44 CEST 2024 - tiwai@suse.de + +- Input: elan_i2c - do not leave interrupt disabled on suspend + failure (git-fixes). +- Input: qt1050 - handle CHIP_ID reading error (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID + (git-fixes). +- iio: frequency: adrf6780: rm clk provider include (git-fixes). +- iio: Fix the sorting functionality in + iio_gts_build_avail_time_table (git-fixes). +- eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes). +- Revert "usb: musb: da8xx: Set phy in OTG mode by default" + (stable-fixes). +- ALSA: seq: ump: Skip useless ports for static blocks + (git-fixes). +- ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value + (git-fixes). +- ASoC: amd: Adjust error handling in case of absent codec device + (git-fixes). +- ASoC: max98088: Check for clk_prepare_enable() error + (git-fixes). +- ASoC: qcom: Adjust issues in case of DT error in + asoc_qcom_lpass_cpu_platform_probe() (git-fixes). +- ASoC: cs35l56: Accept values greater than 0 as IRQ numbers + (git-fixes). +- ASoc: tas2781: Enable RCA-based playback without DSP firmware + download (git-fixes). +- crypto: qat - extend scope of lock in + adf_cfg_add_key_value_param() (git-fixes). +- hwrng: core - Fix wrong quality calculation at hw rng + registration (git-fixes). +- crypto: ccp - Fix null pointer dereference in + __sev_snp_shutdown_locked (git-fixes). +- crypto: ecdsa - Fix the public key format description + (git-fixes). +- hwrng: amd - Convert PCIBIOS_* return codes to errnos + (git-fixes). +- commit 7fcc337 + +------------------------------------------------------------------- +Fri Jul 19 16:37:33 CEST 2024 - tiwai@suse.de + +- Add Alt-commit for amdgpu patch (git-fixes) +- commit 7fbd801 + +------------------------------------------------------------------- +Fri Jul 19 15:09:49 CEST 2024 - tbogendoerfer@suse.de + +- gve: Clear napi->skb before dev_kfree_skb_any() (CVE-2024-40937 + bsc#1227836). +- net: hns3: fix kernel crash problem in concurrent scenario + (CVE-2024-39507 bsc#1227730). +- net/mlx5: Fix tainted pointer delete is case of flow rules + creation fail (CVE-2024-40940 bsc#1227800). +- commit 8d4dcfb + +------------------------------------------------------------------- +Fri Jul 19 14:33:18 CEST 2024 - mhocko@suse.com + +- net: ethtool: fix the error condition in + ethtool_get_phy_stats_ethtool() (CVE-2024-40928 bsc#1227788). +- commit be667d4 + +------------------------------------------------------------------- +Fri Jul 19 14:21:26 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: fix lock ordering in btrfs_zone_activate() + (bsc#1223731 CVE-2024-26944). +- commit c6e27f8 + +------------------------------------------------------------------- +Fri Jul 19 14:19:02 CEST 2024 - mhocko@suse.com + +- vmxnet3: disable rx data ring on dma allocation failure + (CVE-2024-40923 bsc#1227786). +- commit 3828e87 + +------------------------------------------------------------------- +Fri Jul 19 14:05:43 CEST 2024 - mhocko@suse.com + +- mptcp: ensure snd_una is properly initialized on connect + (CVE-2024-40931 bsc#1227780). +- commit 60fd0e2 + +------------------------------------------------------------------- +Fri Jul 19 13:57:12 CEST 2024 - mhocko@suse.com + +- bnxt_en: Adjust logging of firmware messages in case of released + token in __hwrm_send() (CVE-2024-40919 bsc#1227779). +- commit c060c32 + +------------------------------------------------------------------- +Fri Jul 19 13:42:04 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: allocate dummy checksums for zoned NODATASUM + writes (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: fix use-after-free in do_zone_finish() + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: fix chunk map leak when loading block group zone + info (bsc#1223731 CVE-2024-26944). +- btrfs: fix unbalanced unlock of mapping_tree_lock (bsc#1223731 + CVE-2024-26944). +- btrfs: remove stripe size local variable from + insert_dev_extents() (bsc#1223731 CVE-2024-26944). +- btrfs: use a dedicated data structure for chunk maps + (bsc#1223731 CVE-2024-26944). +- commit 201e016 + +------------------------------------------------------------------- +Fri Jul 19 12:16:50 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: wait for data BG to be finished on direct IO + allocation (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: drop no longer valid write pointer check + (bsc#1223731 CVE-2024-26944). +- commit a5e78f9 + +------------------------------------------------------------------- +Fri Jul 19 11:56:18 CEST 2024 - fdmanana@suse.com + +- btrfs: do not require EXTENT_NOWAIT for btrfs_redirty_list_add() + (bsc#1223731 CVE-2024-26944). +- commit f638537 + +------------------------------------------------------------------- +Fri Jul 19 11:48:13 CEST 2024 - tiwai@suse.de + +- drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property + (git-fixes). +- commit f21db33 + +------------------------------------------------------------------- +Fri Jul 19 11:27:58 CEST 2024 - fdmanana@suse.com + +- btrfs: drop gfp from parameter extent state helpers (bsc#1223731 + CVE-2024-26944). +- Refresh + patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch. +- Refresh + patches.suse/btrfs-open-code-trivial-btrfs_add_excluded_extent.patch. +- commit 2097a9c + +------------------------------------------------------------------- +Fri Jul 19 10:58:03 CEST 2024 - tiwai@suse.de + +- drm/fbdev-dma: Fix framebuffer mode for big endian devices + (git-fixes). +- drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config + (git-fixes). +- drm/msm/dpu: drop validity checks for clear_pending_flush() + ctl op (git-fixes). +- drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes). +- USB: serial: option: add Rolling RW350-GL variants + (stable-fixes). +- USB: serial: option: add support for Foxconn T99W651 + (stable-fixes). +- USB: serial: option: add Netprisma LCUK54 series modules + (stable-fixes). +- usb: gadget: configfs: Prevent OOB read/write in + usb_string_copy() (stable-fixes). +- usb: dwc3: pci: add support for the Intel Panther Lake + (stable-fixes). +- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k + (stable-fixes). +- xhci: always resume roothubs if xHC was reset during resume + (stable-fixes). +- USB: serial: option: add Telit generic core-dump composition + (stable-fixes). +- USB: serial: option: add Fibocom FM350-GL (stable-fixes). +- USB: serial: option: add Telit FN912 rmnet compositions + (stable-fixes). +- commit f9ac994 + +------------------------------------------------------------------- +Fri Jul 19 10:54:27 CEST 2024 - tiwai@suse.de + +- drm/msm/dpu: fix encoder irq wait skip (git-fixes). +- drm/dp_mst: Fix all mstb marked as not probed after + suspend/resume (git-fixes). +- drm/panfrost: Mark simple_ondemand governor as softdep + (git-fixes). +- drm/lima: Mark simple_ondemand governor as softdep (git-fixes). +- drm/mediatek: Remove less-than-zero comparison of an unsigned + value (git-fixes). +- drm/mediatek: Fix bit depth overwritten for mtk_ovl_set + bit_depth() (git-fixes). +- drm/mediatek: Support DRM plane alpha in Mixer (git-fixes). +- drm/mediatek: Support DRM plane alpha in OVL (git-fixes). +- drm/mediatek: Support RGBA8888 and RGBX8888 in OVL on MT8195 + (git-fixes). +- drm/mediatek: Set DRM mode configs accordingly (git-fixes). +- drm/mediatek: Add OVL compatible name for MT8195 (git-fixes). +- drm/mediatek: Turn off the layers with zero width or height + (git-fixes). +- drm/mediatek: Fix destination alpha error in OVL (git-fixes). +- drm/mediatek: Fix XRGB setting error in Mixer (git-fixes). +- drm/mediatek: Fix XRGB setting error in OVL (git-fixes). +- drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes). +- drm/mediatek: Add missing plane settings when async update + (git-fixes). +- drm/etnaviv: fix DMA direction handling for cached RW buffers + (git-fixes). +- Revert "drm/bridge: tc358767: Set default CLRSIPO count" + (stable-fixes). +- drm/qxl: Add check for drm_cvt_mode (git-fixes). +- drm: zynqmp_kms: Fix AUX bus not getting unregistered + (git-fixes). +- drm: zynqmp_dpsub: Fix an error handling path in + zynqmp_dpsub_probe() (git-fixes). +- drm/bridge: samsung-dsim: Set P divider based on min/max of + fin pll (git-fixes). +- drm/bridge: it6505: fix hibernate to resume no display issue + (git-fixes). +- drm/panel: ilitek-ili9882t: Check for errors on the NOP in + prepare() (git-fixes). +- drm/panel: ilitek-ili9882t: If prepare fails, disable GPIO + before regulators (git-fixes). +- drm/panel: boe-tv101wum-nl6: Check for errors on the NOP in + prepare() (git-fixes). +- drm/panel: boe-tv101wum-nl6: If prepare fails, disable GPIO + before regulators (git-fixes). +- drm/panel: himax-hx8394: Handle errors from + mipi_dsi_dcs_set_display_on() better (git-fixes). +- drm/mgag200: Bind I2C lifetime to DRM device (git-fixes). +- drm/mgag200: Set DDC timeout in milliseconds (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in + mipi_dsi_generic_write_seq() (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in + mipi_dsi_dcs_write_seq() (git-fixes). +- commit 6fb58b4 + +------------------------------------------------------------------- +Fri Jul 19 10:34:49 CEST 2024 - tiwai@suse.de + +- drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes). +- drm/arm/komeda: Fix komeda probe failing if there are no links + in the secondary pipeline (git-fixes). +- drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes). +- drm/amd/display: Move 'struct scaler_data' off stack + (git-fixes). +- drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes). +- drm/amdgpu: Check if NBIO funcs are NULL in + amdgpu_device_baco_exit (git-fixes). +- drm/amdgpu: Fix memory range calculation (git-fixes). +- drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes). +- drm/amd/pm: remove logically dead code for renoir (git-fixes). +- drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes). +- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() + (git-fixes). +- commit ba21687 + +------------------------------------------------------------------- +Fri Jul 19 10:33:42 CEST 2024 - tiwai@suse.de + +- Add Alt-commit to AMDGPU patches from 6.11-rc1 +- commit f4ae72a + +------------------------------------------------------------------- +Fri Jul 19 10:01:31 CEST 2024 - iivanov@suse.de + +- PCI/ASPM: Update save_state when configuration changes (bsc#1226915) +- commit 5192284 + +------------------------------------------------------------------- +Fri Jul 19 03:02:08 CEST 2024 - lduncan@suse.com + +- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() + (bsc#1226213). +- commit 6855b2f + +------------------------------------------------------------------- +Fri Jul 19 02:05:28 CEST 2024 - dsterba@suse.com + +- bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (CVE-2024-39487 bsc#1227573) +- commit 1c7a482 + +------------------------------------------------------------------- +Fri Jul 19 01:46:16 CEST 2024 - dsterba@suse.com + +- tls: get psock ref after taking rxlock to avoid leak (CVE-2024-35908 bsc#1224490) +- commit b0d23d0 + +------------------------------------------------------------------- +Fri Jul 19 01:41:03 CEST 2024 - dsterba@suse.com + +- netfilter: nf_tables: flush pending destroy work before exit_net release (CVE-2024-35899 bsc#1224499) +- commit 8a86808 + +------------------------------------------------------------------- +Thu Jul 18 23:24:52 CEST 2024 - dsterba@suse.com + +- net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (CVE-2024-35934 bsc#1224641) +- commit 812f420 + +------------------------------------------------------------------- +Thu Jul 18 23:09:39 CEST 2024 - dsterba@suse.com + +- net/sched: act_skbmod: prevent kernel-infoleak (CVE-2024-35893 bsc#1224512) +- commit 5be3514 + +------------------------------------------------------------------- +Thu Jul 18 21:21:20 CEST 2024 - lduncan@suse.com + +- scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated + memory (bsc#1227762 CVE-2024-40901). +- commit 5eb5075 + +------------------------------------------------------------------- +Thu Jul 18 18:57:13 CEST 2024 - fdmanana@suse.com + +- btrfs: pass NOWAIT for set/clear extent bits as another bit + (bsc#1223731 CVE-2024-26944). +- commit 33253df + +------------------------------------------------------------------- +Thu Jul 18 18:42:59 CEST 2024 - fdmanana@suse.com + +- btrfs: drop NOFAIL from set_extent_bit allocation masks + (bsc#1223731 CVE-2024-26944). +- commit 46559ec + +------------------------------------------------------------------- +Thu Jul 18 18:18:49 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_bits (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch. +- Refresh + patches.suse/btrfs-open-code-trivial-btrfs_add_excluded_extent.patch. +- commit 460a0d4 + +------------------------------------------------------------------- +Thu Jul 18 18:18:35 CEST 2024 - ailiop@suse.com + +- xfs: fix log recovery buffer allocation for the legacy h_size + fixup (bsc#1227432 CVE-2024-39472). +- commit 04ef30f + +------------------------------------------------------------------- +Thu Jul 18 17:39:46 CEST 2024 - jgross@suse.com + +- KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() + (CVE-2024-40953, bsc#1227806). +- commit 60989df + +------------------------------------------------------------------- +Thu Jul 18 16:40:36 CEST 2024 - jwiesner@suse.de + +- Update config files (bsc#1227282). + Update the CONFIG_LSM option to include the selinux LSM in the default set + of LSMs. The selinux LSM will not get enabled because it is preceded by + apparmor, which is the first exclusive LSM. Updating CONFIG_LSM resolves + failures that result in the system not booting up when "security=selinux + selinux=1" is passed to the kernel and SELinux policies are installed. +- commit 0a95a78 + +------------------------------------------------------------------- +Thu Jul 18 15:49:47 CEST 2024 - ailiop@suse.com + +- xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail + (git-fixes). +- commit 44812b1 + +------------------------------------------------------------------- +Thu Jul 18 15:47:21 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: use muar idx 0xe for non-mt799x as well + (bsc#1227149). +- wifi: mt76: mt7996: fix potential memory leakage when reading + chip temperature (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in + mt7996_irq_tasklet() (bsc#1227149). +- wifi: mt76: mt7925: ensure 4-byte alignment for suspend & + wow command (bsc#1227149). +- wifi: mt76: mt7996: fix size of txpower MCU command + (bsc#1227149). +- wifi: mt76: connac: check for null before dereferencing + (bsc#1227149). +- commit 4e5584e + +------------------------------------------------------------------- +Thu Jul 18 15:43:09 CEST 2024 - tiwai@suse.de + +- wifi: mt76: Remove redundant assignment to variable tidno + (bsc#1227149). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 + to ch177 (bsc#1227149). +- wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform + (bsc#1227149). +- wifi: mt76: mt7921: fix a potential association failure upon + resuming (bsc#1227149). +- wifi: mt76: mt7921: fix the unfinished command of regd_notifier + before suspend (bsc#1227149). +- wifi: mt76: mt792x: update the country list of EU for ACPI SAR + (bsc#1227149). +- wifi: mt76: mt7925e: fix use-after-free in free_irq() + (bsc#1227149). +- wifi: mt76: mt792x: add the illegal value check for mtcl table + of acpi (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong data type for scan command + (bsc#1227149). +- wifi: mt76: set page_pool napi pointer for mmio devices + (bsc#1227149). +- wifi: mt76: mt792x: fix ethtool warning (bsc#1227149). +- commit 3499113 + +------------------------------------------------------------------- +Thu Jul 18 15:41:10 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: set correct muar_idx for mt799x chipsets + (bsc#1227149). +- wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149). +- wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149). +- wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands + (bsc#1227149). +- wifi: mt76: mt7996: check txs format before getting skb by pid + (bsc#1227149). +- wifi: mt76: mt7925: support temperature sensor (bsc#1227149). +- wifi: mt76: mt7925: update PCIe DMA settings (bsc#1227149). +- wifi: mt76: mt7925: add support to set ifs time by mcu command + (bsc#1227149). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail + (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong header translation config + (bsc#1227149). +- commit 7f22357 + +------------------------------------------------------------------- +Thu Jul 18 15:39:15 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7925: fix WoW failed in encrypted mode + (bsc#1227149). +- wifi: mt76: mt7925: fix fw download fail (bsc#1227149). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz + band (bsc#1227149). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band + (bsc#1227149). +- wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table + (bsc#1227149). +- wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149). +- wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149). +- wifi: mt76: usb: create a dedicated queue for psd traffic + (bsc#1227149). +- commit 01e1acb + +------------------------------------------------------------------- +Thu Jul 18 15:36:38 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149). +- wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976 + (bsc#1227149). +- wifi: mt76: mt7915: add locking for accessing mapped registers + (bsc#1227149). +- wifi: mt76: mt7915: fix error recovery with WED enabled + (bsc#1227149). +- wifi: mt76: check txs format before getting skb by pid + (bsc#1227149). +- wifi: mt76: disable HW AMSDU when using fixed rate + (bsc#1227149). +- wifi: mt76: mt7996: fix fortify warning (bsc#1227149). +- commit 0013ef2 + +------------------------------------------------------------------- +Thu Jul 18 15:27:40 CEST 2024 - tiwai@suse.de + +- wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers + (bsc#1227149). +- wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix + -Warray-bounds warnings (bsc#1227149). +- wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149). +- wifi: mt76: mt7921: fix CLC command timeout when suspend/resume + (bsc#1227149). +- wifi: mt76: mt7921: reduce the size of MCU firmware download + Rx queue (bsc#1227149). +- wifi: mt76: mt7996: set DMA mask to 36 bits for boards with + more than 4GB of RAM (bsc#1227149). +- wifi: mt76: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps + signature (bsc#1227149). +- wifi: mt76: connac: add new definition of tx descriptor + (bsc#1227149). +- wifi: mt76: mt7996: adjust interface num and wtbl size for + mt7992 (bsc#1227149). +- commit cbff43f + +------------------------------------------------------------------- +Thu Jul 18 15:10:52 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149). +- wifi: mt76: mt7996: rework register offsets for mt7992 + (bsc#1227149). +- wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149). +- wifi: mt76: connac: add firmware support for mt7992 + (bsc#1227149). +- wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149). +- wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct + packing (bsc#1227149). +- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band + (bsc#1227149). +- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 + (bsc#1227149). +- wifi: mt76: connac: add beacon protection support for mt7996 + (bsc#1227149). +- wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149). +- commit 3e59fd6 + +------------------------------------------------------------------- +Thu Jul 18 15:02:07 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: add txpower setting support (bsc#1227149). +- commit fd1825a + +------------------------------------------------------------------- +Thu Jul 18 15:01:14 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: fix alignment of sta info event + (bsc#1227149). +- wifi: mt76: mt7996: switch to mcu command for TX GI report + (bsc#1227149). +- wifi: mt76: use chainmask for power delta calculation + (bsc#1227149). +- wifi: mt76: change txpower init to per-phy (bsc#1227149). +- wifi: mt76: mt7996: align the format of fixed rate command + (bsc#1227149). +- wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED + (bsc#1227149). +- wifi: mt76: connac: set fixed_bw bit in TX descriptor for + fixed rate frames (bsc#1227149). +- wifi: mt76: mt7996: adjust WFDMA settings to improve performance + (bsc#1227149). +- wifi: mt76: connac: add beacon duplicate TX mode support for + mt7996 (bsc#1227149). +- commit e90dd6a + +------------------------------------------------------------------- +Thu Jul 18 14:56:59 CEST 2024 - tiwai@suse.de + +- wifi: mt76: move wed reset common code in mt76 module + (bsc#1227149). +- commit b63457a + +------------------------------------------------------------------- +Thu Jul 18 14:56:00 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: add thermal sensor device support + (bsc#1227149). +- wifi: mt76: connac: add thermal protection support for mt7996 + (bsc#1227149). +- wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs + (bsc#1227149). +- wifi: mt76: mt7996: add support for variants with auxiliary + RX path (bsc#1227149). +- wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro + signature (bsc#1227149). +- wifi: mt76: dma: introduce __mt76_dma_queue_reset utility + routine (bsc#1227149). +- commit dd57284 + +------------------------------------------------------------------- +Thu Jul 18 14:51:28 CEST 2024 - tiwai@suse.de + +- wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149). +- wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149). +- wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine + (bsc#1227149). +- wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149). +- wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in + common code (bsc#1227149). +- wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in + common code (bsc#1227149). +- wifi: mt76: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: mt76: permit to load precal from NVMEM cell for mt7915 + (bsc#1227149). +- wifi: mt76: permit to use alternative cell name to eeprom + NVMEM load (bsc#1227149). +- commit 15e9dc7 + +------------------------------------------------------------------- +Thu Jul 18 14:11:52 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- commit 915b272 + +------------------------------------------------------------------- +Thu Jul 18 14:10:54 CEST 2024 - tiwai@suse.de + +- wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149). +- wifi: mt76: limit support of precal loading for mt7915 to MTD + only (bsc#1227149). +- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function + (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in parsing txfree + (bsc#1227149). +- wifi: mt76: add ability to explicitly forbid LED registration + with DT (bsc#1227149). +- wifi: mt76: mt7925: fix typo in mt7925_init_he_caps + (bsc#1227149). +- wifi: mt76: mt7921: fix 6GHz disabled by the missing default + CLC config (bsc#1227149). +- net: fill in MODULE_DESCRIPTION()s in kuba@'s modules + (bsc#1227149). +- wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz + channel info (bsc#1227149). +- commit b106ffb + +------------------------------------------------------------------- +Thu Jul 18 14:08:46 CEST 2024 - tiwai@suse.de + +- wifi: mt76: Annotate struct mt76_rx_tid with __counted_by + (bsc#1227149). +- commit aecab86 + +------------------------------------------------------------------- +Thu Jul 18 14:08:13 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: update the channel usage when the regd + domain changed (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- commit b09df3f + +------------------------------------------------------------------- +Thu Jul 18 14:07:29 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: get regulatory information from the clc + event (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- commit 04b07d9 + +------------------------------------------------------------------- +Thu Jul 18 14:06:31 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: add 6GHz power type support for clc + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- commit b7bb561 + +------------------------------------------------------------------- +Thu Jul 18 14:05:48 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149). +- wifi: mt76: mt7921: move connac nic capability handling to + mt7921 (bsc#1227149). +- wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup + (bsc#1227149). +- wifi: mt76: mt7996: remove periodic MPDU TXS request + (bsc#1227149). +- wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149). +- wifi: mt76: mt7996: Add mcu commands for getting sta tx + statistic (bsc#1227149). +- commit e37a1c7 + +------------------------------------------------------------------- +Thu Jul 18 13:38:01 CEST 2024 - tiwai@suse.de + +- Update config files for mt76 stuff (bsc#1227149) +- commit debbb92 + +------------------------------------------------------------------- +Thu Jul 18 13:36:41 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-update-beacon-size-limitation.patch. +- commit 54772eb + +------------------------------------------------------------------- +Thu Jul 18 13:36:01 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: get tx_retries and tx_failed from txfree + (bsc#1227149). +- wifi: mt76: mt792x: move some common usb code in mt792x module + (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x + module (bsc#1227149). +- wifi: mt76: mt7915 add tc offloading support (bsc#1227149). +- wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips + (bsc#1227149). +- wifi: mt76: mt7915: update mpdu density capability + (bsc#1227149). +- wifi: mt76: check vif type before reporting cca and csa + (bsc#1227149). +- wifi: mt76: check sta rx control frame to multibss capability + (bsc#1227149). +- wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code + (bsc#1227149). +- commit 2106e27 + +------------------------------------------------------------------- +Thu Jul 18 13:17:41 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: support per-band LED control (bsc#1227149). +- wifi: mt76: mt7996: support more options for + mt7996_set_bitrate_mask() (bsc#1227149). +- wifi: mt76: mt7996: only set vif teardown cmds at remove + interface (bsc#1227149). +- wifi: mt76: connac: add more unified event IDs (bsc#1227149). +- wifi: mt76: connac: add more unified command IDs (bsc#1227149). +- wifi: mt76: connac: add data field in struct tlv (bsc#1227149). +- wifi: mt76: connac: add eht support for tx power (bsc#1227149). +- wifi: mt76: connac: add eht support for phy mode config + (bsc#1227149). +- wifi: mt76: connac: export functions for mt7925 (bsc#1227149). +- wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149). +- commit 135e742 + +------------------------------------------------------------------- +Thu Jul 18 13:16:14 CEST 2024 - tiwai@suse.de + +- wifi: mt76: connac: introduce helper for mt7925 chipset + (bsc#1227149). +- wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149). +- wifi: mt76: add DMA mapping error check in mt76_alloc_txwi() + (bsc#1227149). +- wifi: mt76: fix race condition related to checking tx queue + fill status (bsc#1227149). +- wifi: mt76: use atomic iface iteration for pre-TBTT work + (bsc#1227149). +- wifi: mt76: mt7603: disable A-MSDU tx support on MT7628 + (bsc#1227149). +- wifi: mt76: mt7603: add missing register initialization for + MT7628 (bsc#1227149). +- commit 6594bb5 + +------------------------------------------------------------------- +Thu Jul 18 12:48:51 CEST 2024 - tiwai@suse.de + +- net: ethernet: mtk_wed: introduce mtk_wed_buf structure + (bsc#1227149). +- net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_desc + (bsc#1227149). +- wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: mt76x02: fix return value check in + mt76x02_mac_process_rx (bsc#1227149). +- wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib + (bsc#1227149). +- wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149). +- wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and + MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149). +- wifi: mt76: mt76_connac3: move lmac queue enumeration in + mt76_connac3_mac.h (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib + module (bsc#1227149). +- commit 1179b28 + +------------------------------------------------------------------- +Thu Jul 18 12:45:48 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149). +- commit bb743ca + +------------------------------------------------------------------- +Thu Jul 18 12:45:22 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch. +- Refresh + patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch. +- Refresh + patches.suse/wifi-mt76-mt792x-fix-a-potential-loading-failure-of-.patch. +- commit e00ae3f + +------------------------------------------------------------------- +Thu Jul 18 12:43:42 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib + (bsc#1227149). +- commit 35d834e + +------------------------------------------------------------------- +Thu Jul 18 12:43:10 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib + (bsc#1227149). +- commit 5efac2c + +------------------------------------------------------------------- +Thu Jul 18 12:42:36 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move hif_ops macro in mt792x.h + (bsc#1227149). +- commit 945f2ed + +------------------------------------------------------------------- +Thu Jul 18 12:42:05 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: move more dma shared code in mt792x_dma + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch. +- commit 4136c03 + +------------------------------------------------------------------- +Thu Jul 18 12:41:07 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch. +- Refresh + patches.suse/wifi-mt76-mt7921s-fix-potential-hung-tasks-during-ch.patch. +- commit 94984c8 + +------------------------------------------------------------------- +Thu Jul 18 12:39:00 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move init shared code in mt792x-lib module + (bsc#1227149). +- wifi: mt76: mt7921: move debugfs shared code in mt792x-lib + module (bsc#1227149). +- wifi: mt76: mt7921: move dma shared code in mt792x-lib module + (bsc#1227149). +- commit 8138035 + +------------------------------------------------------------------- +Thu Jul 18 12:31:28 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move mac shared code in mt792x-lib module + (bsc#1227149). +- commit 118e960 + +------------------------------------------------------------------- +Thu Jul 18 12:31:01 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit bba35bb + +------------------------------------------------------------------- +Thu Jul 18 12:26:14 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit e5956d4 + +------------------------------------------------------------------- +Thu Jul 18 12:25:13 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in + mt792x.h (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit ea3046f + +------------------------------------------------------------------- +Thu Jul 18 12:23:02 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt792x: move shared structure definition in mt792x.h + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit c60dc5e + +------------------------------------------------------------------- +Thu Jul 18 12:20:09 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- Refresh + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch. +- Refresh + patches.suse/wifi-mt76-mt792x-fix-a-potential-loading-failure-of-.patch. +- commit 845aa52 + +------------------------------------------------------------------- +Thu Jul 18 12:19:19 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit d4d2c1b + +------------------------------------------------------------------- +Thu Jul 18 12:18:50 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rename mt7921_hif_ops in mt792x_hif_ops + (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_phy in mt792x_phy + (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_sta in mt792x_sta + (bsc#1227149). +- commit 47cecdc + +------------------------------------------------------------------- +Thu Jul 18 12:16:45 CEST 2024 - tiwai@suse.de + +- wifi: mt76: move rate info in mt76_vif (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- Refresh + patches.suse/wifi-mt76-mt7996-fix-rate-usage-of-inband-discovery-.patch. +- commit 8909aa1 + +------------------------------------------------------------------- +Thu Jul 18 12:15:08 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: convert acpisar and clc pointers to void + (bsc#1227149). +- wifi: mt76: mt7921: move common register definition in + mt792x_regs.h (bsc#1227149). +- wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149). +- wifi: mt76: mt7603: fix beacon interval after disabling a + single vif (bsc#1227149). +- wifi: mt76: add support for providing eeprom in nvmem cells + (bsc#1227149). +- wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149). +- wifi: mt76: connac: add connac3 mac library (bsc#1227149). +- mt76: connac: move more mt7921/mt7915 mac shared code in connac + lib (bsc#1227149). +- wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149). +- commit 343ad65 + +------------------------------------------------------------------- +Thu Jul 18 12:12:40 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit 72ca75a + +------------------------------------------------------------------- +Thu Jul 18 12:11:56 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7996: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7615: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7603: rely on shared poll_list field + (bsc#1227149). +- wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7996: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7615: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7603: rely on shared sta_poll_list and + sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in + mt76_dev (bsc#1227149). +- commit 2965d6e + +------------------------------------------------------------------- +Thu Jul 18 12:10:03 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: increase tx token size (bsc#1227149). +- wifi: mt76: mt7996: add muru support (bsc#1227149). +- wifi: mt76: connac: add support to set ifs time by mcu command + (bsc#1227149). +- wifi: mt76: mt7996: enable VHT extended NSS BW feature + (bsc#1227149). +- wifi: mt76: connac: add support for dsp firmware download + (bsc#1227149). +- wifi: mt76: mt7996: move radio ctrl commands to proper functions + (bsc#1227149). +- wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco + (bsc#1227149). +- mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7921: make mt7921_mac_sta_poll static + (bsc#1227149). +- wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery + (bsc#1227149). +- commit fc1c367 + +------------------------------------------------------------------- +Thu Jul 18 12:08:06 CEST 2024 - tiwai@suse.de + +- Update config files: adjust for Arm CONFIG_MT798X_WMAC (bsc#1227149) +- commit 5938ea9 + +------------------------------------------------------------------- +Thu Jul 18 12:07:10 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921: rely on mib_stats shared definition + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch. +- commit a519a6e + +------------------------------------------------------------------- +Thu Jul 18 12:06:29 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery + (bsc#1227149). +- wifi: mt76: mt7921: Support temp sensor (bsc#1227149). +- wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats + (bsc#1227149). +- wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149). +- wifi: mt76: mt7921e: report tx retries/failed counts in tx + free event (bsc#1227149). +- wifi: mt76: mt7915: add support for MT7981 (bsc#1227149). +- wifi: mt76: mt7996: rely on mib_stats shared definition + (bsc#1227149). +- wifi: mt76: mt7915: move mib_stats structure in mt76.h + (bsc#1227149). +- wifi: mt76: mt7921: remove macro duplication in regs.h + (bsc#1227149). +- commit c307798 + +------------------------------------------------------------------- +Thu Jul 18 12:03:30 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7915: report tx retries/failed counts for non-WED + path (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-mt7915-rework-tx-packets-counting-when-WED.patch. +- commit 25e2b06 + +------------------------------------------------------------------- +Thu Jul 18 12:02:50 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support + (bsc#1227149). +- Refresh + patches.suse/wifi-mt76-update-beacon-size-limitation.patch. +- commit b121af9 + +------------------------------------------------------------------- +Thu Jul 18 12:02:04 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: drop return in mt7996_sta_statistics + (bsc#1227149). +- wifi: mt76: mt7915: drop return in mt7915_sta_statistics + (bsc#1227149). +- wifi: mt76: report non-binding skb tx rate when WED is active + (bsc#1227149). +- wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149). +- wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support + (bsc#1227149). +- wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt7601u: delete dead code checking debugfs returns + (bsc#1227149). +- commit 3625743 + +------------------------------------------------------------------- +Thu Jul 18 11:37:20 CEST 2024 - ailiop@suse.com + +- exfat: fix potential deadlock on __exfat_get_dentry_set + (git-fixes). +- commit aaa908a + +------------------------------------------------------------------- +Thu Jul 18 10:07:41 CEST 2024 - tiwai@suse.de + +- media: venus: fix use after free in vdec_close (git-fixes). +- media: venus: flush all buffers in output plane streamoff + (git-fixes). +- media: v4l: subdev: Fix typo in documentation (git-fixes). +- media: imx-pxp: Fix ERR_PTR dereference in pxp_probe() + (git-fixes). +- media: renesas: vsp1: Store RPF partition configuration per + RPF instance (git-fixes). +- media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes). +- media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes). +- media: imx-jpeg: Drop initial source change event if capture + has been setup (git-fixes). +- media: imx-jpeg: Remove some redundant error logs (git-fixes). +- media: uvcvideo: Override default flags (git-fixes). +- media: uvcvideo: Fix integer overflow calculating timestamp + (git-fixes). +- saa7134: Unchecked i2c_transfer function result fixed + (git-fixes). +- media: v4l: async: Fix NULL pointer dereference in adding + ancillary links (git-fixes). +- media: i2c: Fix imx412 exposure control (git-fixes). +- media: imon: Fix race getting ictx->lock (git-fixes). +- media: dvb-usb: Fix unexpected infinite loop in + dvb_usb_read_remote_control() (git-fixes). +- media: pci: ivtv: Add check for DMA map result (git-fixes). +- leds: flash: leds-qcom-flash: Test the correct variable in init + (git-fixes). +- Revert "leds: led-core: Fix refcount leak in of_led_get()" + (git-fixes). +- leds: mt6360: Fix memory leak in mt6360_init_isnk_properties() + (git-fixes). +- leds: triggers: Flush pending brightness before activating + trigger (git-fixes). +- leds: ss4200: Convert PCIBIOS_* return codes to errnos + (git-fixes). +- leds: trigger: Unregister sysfs attributes before calling + deactivate() (git-fixes). +- mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes). +- mfd: pm8008: Fix regmap irq chip initialisation (git-fixes). +- ipmi: ssif_bmc: prevent integer overflow on 32bit systems + (git-fixes). +- ata: libata-scsi: Fix offsets for the fixed format sense data + (git-fixes). +- commit a8e6a5f + +------------------------------------------------------------------- +Thu Jul 18 09:57:39 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/mptcp-ensure-snd_nxt-is-properly-initialized-on-conn.patch + (CVE-2024-36889 bsc#1225746). +- commit 98abb2b + +------------------------------------------------------------------- +Thu Jul 18 00:24:50 CEST 2024 - dsterba@suse.com + +- mptcp: fix data races on remote_id (CVE-2024-27404 bsc#1224422) +- commit ed12cfe + +------------------------------------------------------------------- +Wed Jul 17 20:42:57 CEST 2024 - dsterba@suse.com + +- netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (CVE-2024-27020 bsc#1223815) +- commit 79c457d + +------------------------------------------------------------------- +Wed Jul 17 20:06:17 CEST 2024 - dsterba@suse.com + +- netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (CVE-2024-27019 bsc#1223813) +- commit 73c5c5f + +------------------------------------------------------------------- +Wed Jul 17 18:42:22 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_bits_nowait (bsc#1223731 + CVE-2024-26944). +- commit da5e600 + +------------------------------------------------------------------- +Wed Jul 17 18:26:57 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_dirty (bsc#1223731 CVE-2024-26944). +- commit 3076056 + +------------------------------------------------------------------- +Wed Jul 17 18:03:51 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_new (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch. +- commit 3afda0a + +------------------------------------------------------------------- +Wed Jul 17 17:33:30 CEST 2024 - mhocko@suse.com + +- mm/page_table_check: fix crash on ZONE_DEVICE (CVE-2024-40948 + bsc#1227801). +- commit 69b3c59 + +------------------------------------------------------------------- +Wed Jul 17 17:23:08 CEST 2024 - fdmanana@suse.com + +- btrfs: open code set_extent_delalloc (bsc#1223731 + CVE-2024-26944). +- btrfs: open code set_extent_defrag (bsc#1223731 CVE-2024-26944). +- commit 646bcad + +------------------------------------------------------------------- +Wed Jul 17 16:46:51 CEST 2024 - fdmanana@suse.com + +- btrfs: use btrfs_next_item() at scrub.c:find_first_extent_item() + (bsc#1223731 CVE-2024-26944). +- btrfs: unexport extent_map_block_end() (bsc#1223731 + CVE-2024-26944). +- btrfs: split assert into two different asserts when removing + block group (bsc#1223731 CVE-2024-26944). +- btrfs: mark sanity checks when getting chunk map as unlikely + (bsc#1223731 CVE-2024-26944). +- commit b0dd338 + +------------------------------------------------------------------- +Wed Jul 17 16:21:14 CEST 2024 - mhocko@suse.com + +- gro: fix ownership transfer (CVE-2024-35890 bsc#1224516). +- commit 8c57ce0 + +------------------------------------------------------------------- +Wed Jul 17 15:50:25 CEST 2024 - mhocko@suse.com + +- mptcp: ensure snd_nxt is properly initialized on connect + (CVE-2024-36889). +- commit 724d285 + +------------------------------------------------------------------- +Wed Jul 17 15:25:38 CEST 2024 - mhocko@suse.com + +- ipv6: fib6_rules: avoid possible NULL dereference in + fib6_rule_action() (CVE-2024-36902 bsc#1225719). +- commit d8c5ba2 + +------------------------------------------------------------------- +Wed Jul 17 15:06:34 CEST 2024 - mhocko@suse.com + +- phonet: fix rtm_phonet_notify() skb allocation (CVE-2024-36946 + bsc#1225851). +- commit a878203 + +------------------------------------------------------------------- +Wed Jul 17 14:24:39 CEST 2024 - mhocko@suse.com + +- r8169: Fix possible ring buffer corruption on fragmented Tx + packets (CVE-2024-38586 bsc#1226750). +- commit 1324b27 + +------------------------------------------------------------------- +Wed Jul 17 13:55:30 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: factor out DUP bg handling from + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: factor out single bg handling from + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: factor out per-zone logic from + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: introduce a zone_info struct in + btrfs_load_block_group_zone_info (bsc#1223731 CVE-2024-26944). +- commit f06e144 + +------------------------------------------------------------------- +Wed Jul 17 10:08:38 CEST 2024 - tiwai@suse.de + +- wifi: virt_wifi: don't use strlen() in const context + (git-fixes). +- commit b4154c8 + +------------------------------------------------------------------- +Wed Jul 17 10:06:35 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: Fix array index mistake in + rtw89_sta_info_get_iter() (git-fixes). +- wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes). +- wifi: rtw89: 8852b: fix definition of KIP register number + (git-fixes). +- wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when + in_reconfig (git-fixes). +- wifi: virt_wifi: avoid reporting connection success with wrong + SSID (git-fixes). +- wifi: ath12k: fix peer metadata parsing (git-fixes). +- wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers + (git-fixes). +- wifi: ath11k: fix RCU documentation in + ath11k_mac_op_ipv6_changed() (git-fixes). +- wifi: iwlwifi: mvm: don't limit VLP/AFC to UATS-enabled + (git-fixes). +- wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes). +- wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes). +- wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes). +- commit 949fcca + +------------------------------------------------------------------- +Wed Jul 17 09:46:37 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: handle 2x996 RU allocation in + cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() + (git-fixes). +- wifi: ath12k: fix wrong definition of CE ring's base address + (git-fixes). +- wifi: ath11k: fix wrong definition of CE ring's base address + (git-fixes). +- wifi: ath12k: fix firmware crash during reo reinject + (git-fixes). +- wifi: ath12k: fix invalid memory access while processing + fragmented packets (git-fixes). +- wifi: ath12k: change DMA direction while mapping reinjected + packets (git-fixes). +- wifi: ath11k: restore country code during resume (git-fixes). +- wifi: ath11k: refactor setting country code logic + (stable-fixes). +- wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure + (git-fixes). +- wifi: ath12k: Correct 6 GHz frequency value in rx status + (git-fixes). +- wifi: ath12k: avoid duplicated vdev stop (git-fixes). +- wifi: ath12k: drop failed transmitted frames from metric + calculation (git-fixes). +- wifi: ath12k: Don't drop tx_status in failure case (git-fixes). +- wifi: rtw89: fix HW scan not aborting properly (git-fixes). +- commit 7f555ea + +------------------------------------------------------------------- +Wed Jul 17 09:42:53 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit e02cbd1 + +------------------------------------------------------------------- +Wed Jul 17 09:38:22 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: cancel multi-link reconf work on disconnect + (git-fixes). +- wifi: mwifiex: Fix interface type change (git-fixes). +- wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device + (git-fixes). +- vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes). +- wifi: mac80211: Recalc offload when monitor stop (git-fixes). +- commit 0c5d63e + +------------------------------------------------------------------- +Wed Jul 17 09:31:55 CEST 2024 - tiwai@suse.de + +- Bluetooth: hci_event: Set QoS encryption from BIGInfo report + (git-fixes). +- Bluetooth: btnxpuart: Add handling for boot-signature timeout + errors (git-fixes). +- Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes). +- Bluetooth: hci_bcm4377: Use correct unit for timeouts + (git-fixes). +- lib: objagg: Fix general protection fault (git-fixes). +- lib: test_objagg: Fix spelling (git-fixes). +- lib: objagg: Fix spelling (git-fixes). +- cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe() + (git-fixes). +- cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared + memory CPPC systems (git-fixes). +- firmware: turris-mox-rwtm: Initialize completion before mailbox + (git-fixes). +- firmware: turris-mox-rwtm: Fix checking return value of + wait_for_completion_timeout() (git-fixes). +- firmware: turris-mox-rwtm: Do not complete if there are no + waiters (git-fixes). +- drivers: soc: xilinx: check return status of get_api_version() + (git-fixes). +- soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes). +- soc: qcom: pdr: fix parsing of domains lists (git-fixes). +- soc: qcom: pdr: protect locator_addr with the main mutex + (git-fixes). +- soc: qcom: rpmh-rsc: Ensure irqs aren't disabled by + rpmh_rsc_send_data() callers (git-fixes). +- soc: qcom: pmic_glink: Handle the return value of + pmic_glink_init (git-fixes). +- commit aea26b0 + +------------------------------------------------------------------- +Tue Jul 16 18:29:23 CEST 2024 - ailiop@suse.com + +- blacklist.conf: add 54cbc058d86b + commit 54cbc058d86b ("fs/aio: Make io_cancel() generate completions + again") was later reverted upstream by commit 28468cbed92e, so blacklist + it. +- commit bc9be4f + +------------------------------------------------------------------- +Tue Jul 16 18:25:16 CEST 2024 - fdmanana@suse.com + +- btrfs: remove the need_raid_map parameter from btrfs_map_block() + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: skip splitting and logical rewriting on pre-alloc + write (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: do not zone finish data relocation block group + (bsc#1223731 CVE-2024-26944). +- btrfs: add comments for btrfs_map_block() (bsc#1223731 + CVE-2024-26944). +- commit 0c47c71 + +------------------------------------------------------------------- +Tue Jul 16 18:23:04 CEST 2024 - ailiop@suse.com + +- Revert "gfs2: fix glock shrinker ref issues" (git-fixes). +- commit f7bfdba + +------------------------------------------------------------------- +Tue Jul 16 18:22:18 CEST 2024 - ailiop@suse.com + +- gfs2: Fix "ignore unlock failures after withdraw" (git-fixes). +- commit 519ac22 + +------------------------------------------------------------------- +Tue Jul 16 18:21:11 CEST 2024 - ailiop@suse.com + +- gfs2: Don't forget to complete delayed withdraw (git-fixes). +- commit 7f71d47 + +------------------------------------------------------------------- +Tue Jul 16 18:20:02 CEST 2024 - ailiop@suse.com + +- gfs2: Fix invalid metadata access in punch_hole (git-fixes). +- commit 1be0540 + +------------------------------------------------------------------- +Tue Jul 16 18:18:03 CEST 2024 - ailiop@suse.com + +- gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes). +- commit d7e53ef + +------------------------------------------------------------------- +Tue Jul 16 18:17:01 CEST 2024 - ailiop@suse.com + +- gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes). +- commit 78503fa + +------------------------------------------------------------------- +Tue Jul 16 18:15:53 CEST 2024 - ailiop@suse.com + +- gfs2: convert to ctime accessor functions (git-fixes). +- commit b024418 + +------------------------------------------------------------------- +Tue Jul 16 18:13:39 CEST 2024 - ailiop@suse.com + +- gfs2: Get rid of gfs2_alloc_blocks generation parameter + (git-fixes). +- commit e229d26 + +------------------------------------------------------------------- +Tue Jul 16 18:12:42 CEST 2024 - ailiop@suse.com + +- dlm: fix user space lock decision to copy lvb (git-fixes). +- commit 9a5eade + +------------------------------------------------------------------- +Tue Jul 16 18:12:00 CEST 2024 - ailiop@suse.com + +- ocfs2: fix DIO failure due to insufficient transaction credits + (git-fixes). +- commit cf885b6 + +------------------------------------------------------------------- +Tue Jul 16 18:11:04 CEST 2024 - ailiop@suse.com + +- ocfs2: use coarse time for new created files (git-fixes). +- commit 61f3cb7 + +------------------------------------------------------------------- +Tue Jul 16 18:09:52 CEST 2024 - ailiop@suse.com + +- ocfs2: fix races between hole punching and AIO+DIO (git-fixes). +- commit bdcd35b + +------------------------------------------------------------------- +Tue Jul 16 18:08:38 CEST 2024 - ailiop@suse.com + +- filelock: fix potential use-after-free in posix_lock_inode + (git-fixes). +- commit 4ceada4 + +------------------------------------------------------------------- +Tue Jul 16 18:02:53 CEST 2024 - ailiop@suse.com + +- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() + (git-fixes). +- commit 047ac8f + +------------------------------------------------------------------- +Tue Jul 16 18:01:04 CEST 2024 - ailiop@suse.com + +- tracefs: Add missing lockdown check to tracefs_create_dir() + (git-fixes). +- commit 65b8efc + +------------------------------------------------------------------- +Tue Jul 16 17:53:24 CEST 2024 - ailiop@suse.com + +- f2fs: fix error path of __f2fs_build_free_nids (git-fixes). +- commit 6c1efec + +------------------------------------------------------------------- +Tue Jul 16 17:53:11 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: re-enable metadata over-commit for zoned mode + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: don't activate non-DATA BG on allocation + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: no longer count fresh BG region as zone unusable + (bsc#1223731 CVE-2024-26944). +- commit cc48fd8 + +------------------------------------------------------------------- +Tue Jul 16 17:51:44 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103, + CVE-2024-39468). +- commit 1548cc0 + +------------------------------------------------------------------- +Tue Jul 16 17:50:48 CEST 2024 - ailiop@suse.com + +- orangefs: fix out-of-bounds fsid access (git-fixes). +- commit 8d69475 + +------------------------------------------------------------------- +Tue Jul 16 17:41:13 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: activate metadata block group on write time + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: reserve zones for an active metadata/system + block group (bsc#1223731 CVE-2024-26944). +- commit 00c0b10 + +------------------------------------------------------------------- +Tue Jul 16 17:31:18 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: update meta write pointer on zone finish + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: defer advancing meta write pointer (bsc#1223731 + CVE-2024-26944). +- commit 9625328 + +------------------------------------------------------------------- +Tue Jul 16 17:27:16 CEST 2024 - tbogendoerfer@suse.de + +- net/mlx5: Always stop health timer during driver removal + (CVE-2024-40906 bsc#1227763). +- commit 3630f6e + +------------------------------------------------------------------- +Tue Jul 16 17:22:28 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: return int from btrfs_check_meta_write_pointer + (bsc#1223731 CVE-2024-26944). +- btrfs: zoned: introduce block group context to + btrfs_eb_write_context (bsc#1223731 CVE-2024-26944). +- btrfs: introduce struct to consolidate extent buffer write + context (bsc#1223731 CVE-2024-26944). +- commit d8f8b66 + +------------------------------------------------------------------- +Tue Jul 16 17:08:50 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: use vcalloc instead of for vzalloc in + btrfs_get_dev_zone_info (bsc#1223731 CVE-2024-26944). +- commit 4837f02 + +------------------------------------------------------------------- +Tue Jul 16 17:05:24 CEST 2024 - fdmanana@suse.com + +- btrfs: open code need_full_stripe conditions (bsc#1223731 + CVE-2024-26944). +- Refresh + patches.suse/btrfs-be-a-bit-more-careful-when-setting-mirror.patch. +- commit 0011c1e + +------------------------------------------------------------------- +Tue Jul 16 17:01:11 CEST 2024 - ailiop@suse.com + +- nilfs2: fix incorrect inode allocation from reserved inodes + (git-fixes). +- commit 9ce9b3c + +------------------------------------------------------------------- +Tue Jul 16 17:00:35 CEST 2024 - ailiop@suse.com + +- nilfs2: convert persistent object allocator to use kmap_local + (git-fixes). +- commit dc36fd2 + +------------------------------------------------------------------- +Tue Jul 16 16:57:31 CEST 2024 - mkubecek@suse.cz + +- netfilter: nf_tables: restore set elements when delete set fails + (CVE-2024-27012 bsc#1223804). +- commit 8ba3bb4 + +------------------------------------------------------------------- +Tue Jul 16 16:55:47 CEST 2024 - ailiop@suse.com + +- jffs2: Fix potential illegal address access in jffs2_free_inode + (git-fixes). +- commit 282ccaf + +------------------------------------------------------------------- +Tue Jul 16 16:52:25 CEST 2024 - ailiop@suse.com + +- hfsplus: fix to avoid false alarm of circular locking + (git-fixes). +- commit 490432a + +------------------------------------------------------------------- +Tue Jul 16 16:51:49 CEST 2024 - fdmanana@suse.com + +- btrfs: open code btrfs_map_sblock (bsc#1223731 CVE-2024-26944). +- commit 5fa5c99 + +------------------------------------------------------------------- +Tue Jul 16 16:48:45 CEST 2024 - fdmanana@suse.com + +- btrfs: rename __btrfs_map_block to btrfs_map_block (bsc#1223731 + CVE-2024-26944). +- commit de51f30 + +------------------------------------------------------------------- +Tue Jul 16 16:24:52 CEST 2024 - fdmanana@suse.com + +- btrfs: remove unused btrfs_map_block (bsc#1223731 + CVE-2024-26944). +- commit 0ff7c2f + +------------------------------------------------------------------- +Tue Jul 16 16:21:00 CEST 2024 - fdmanana@suse.com + +- btrfs: optimize simple reads in btrfsic_map_block (bsc#1223731 + CVE-2024-26944). +- commit 3260913 + +------------------------------------------------------------------- +Tue Jul 16 16:17:35 CEST 2024 - fdmanana@suse.com + +- btrfs: remove unused BTRFS_MAP_DISCARD (bsc#1223731 + CVE-2024-26944). +- commit 68b562a + +------------------------------------------------------------------- +Tue Jul 16 16:14:28 CEST 2024 - fdmanana@suse.com + +- btrfs: pass the new logical address to split_extent_map + (bsc#1223731 CVE-2024-26944). +- commit c2e8884 + +------------------------------------------------------------------- +Tue Jul 16 16:06:12 CEST 2024 - fdmanana@suse.com + +- btrfs: defer splitting of ordered extents until I/O completion + (bsc#1223731 CVE-2024-26944). +- commit 5ae3e38 + +------------------------------------------------------------------- +Tue Jul 16 15:59:39 CEST 2024 - fdmanana@suse.com + +- btrfs: handle completed ordered extents in + btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944). +- commit ddd9e87 + +------------------------------------------------------------------- +Tue Jul 16 15:52:11 CEST 2024 - fdmanana@suse.com + +- btrfs: atomically insert the new extent in + btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944). +- commit 4030656 + +------------------------------------------------------------------- +Tue Jul 16 15:48:28 CEST 2024 - fdmanana@suse.com + +- btrfs: split btrfs_alloc_ordered_extent to allocation and + insertion helpers (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/0002-btrfs-fix-qgroup_free_reserved_data-int-overflow.patch. +- commit e1bc1c4 + +------------------------------------------------------------------- +Tue Jul 16 13:48:59 CEST 2024 - tzimmermann@suse.com + +- drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723 CVE-2024-39498) +- commit bb19e55 + +------------------------------------------------------------------- +Tue Jul 16 13:28:06 CEST 2024 - fdmanana@suse.com + +- btrfs: return the new ordered_extent from + btrfs_split_ordered_extent (bsc#1223731 CVE-2024-26944). +- commit c61ece3 + +------------------------------------------------------------------- +Tue Jul 16 13:10:53 CEST 2024 - fdmanana@suse.com + +- btrfs: reorder conditions in btrfs_extract_ordered_extent + (bsc#1223731 CVE-2024-26944). +- commit 7ad1725 + +------------------------------------------------------------------- +Tue Jul 16 12:58:15 CEST 2024 - fdmanana@suse.com + +- btrfs: move split_extent_map to extent_map.c (bsc#1223731 + CVE-2024-26944). +- commit 4667690 + +------------------------------------------------------------------- +Tue Jul 16 12:43:11 CEST 2024 - fdmanana@suse.com + +- btrfs: record orig_physical only for the original bio + (bsc#1223731 CVE-2024-26944). +- commit f1ddea8 + +------------------------------------------------------------------- +Tue Jul 16 12:37:50 CEST 2024 - fdmanana@suse.com + +- btrfs: optimize the logical to physical mapping for zoned writes + (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/0002-btrfs-fix-qgroup_free_reserved_data-int-overflow.patch. +- commit 59cfe96 + +------------------------------------------------------------------- +Tue Jul 16 12:26:48 CEST 2024 - tbogendoerfer@suse.de + +- ionic: fix use after netif_napi_del() (CVE-2024-39502 + bsc#1227755). +- commit a8905bd + +------------------------------------------------------------------- +Tue Jul 16 10:26:43 CEST 2024 - mkubecek@suse.cz + +- netfilter: flowtable: validate pppoe header (CVE-2024-27016 + bsc#1223807). +- commit 4c0256f + +------------------------------------------------------------------- +Tue Jul 16 09:56:30 CEST 2024 - tbogendoerfer@suse.de + +- i40e: fix: remove needless retries of NVM update (bsc#1227736). +- commit df4f038 + +------------------------------------------------------------------- +Tue Jul 16 09:46:34 CEST 2024 - tiwai@suse.de + +- spi: spi-microchip-core: Fix the number of chip selects + supported (git-fixes). +- spi: atmel-quadspi: Add missing check for clk_prepare + (git-fixes). +- gpio: mc33880: Convert comma to semicolon (git-fixes). +- pwm: stm32: Always do lazy disabling (git-fixes). +- hwmon: (max6697) Fix swapped temp{1,8} critical alarms + (git-fixes). +- hwmon: (max6697) Fix underflow when writing limit attributes + (git-fixes). +- hwmon: (adt7475) Fix default duty on fan is disabled + (git-fixes). +- platform/chrome: cros_ec_debugfs: fix wrong EC message version + (git-fixes). +- char: tpm: Fix possible memory leak in + tpm_bios_measurements_open() (git-fixes). +- tools/memory-model: Fix bug in lock.cat (git-fixes). +- drm/gma500: fix null pointer dereference in + cdv_intel_lvds_get_modes (git-fixes). +- drm/gma500: fix null pointer dereference in + psb_intel_lvds_get_modes (git-fixes). +- drm/meson: fix canvas release in bind function (git-fixes). +- commit 027008e + +------------------------------------------------------------------- +Tue Jul 16 09:42:19 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit da52786 + +------------------------------------------------------------------- +Tue Jul 16 04:51:03 CEST 2024 - dsterba@suse.com + +- ipv6: prevent NULL dereference in ip6_output() (CVE-2024-36901 bsc#1225711) +- commit 299bf13 + +------------------------------------------------------------------- +Tue Jul 16 04:01:56 CEST 2024 - dsterba@suse.com + +- i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (CVE-2024-36004 bsc#1224545) +- commit 42d6eee + +------------------------------------------------------------------- +Tue Jul 16 03:48:07 CEST 2024 - dsterba@suse.com + +- nbd: null check for nla_nest_start (CVE-2024-27025 bsc#1223778) +- commit a23796b + +------------------------------------------------------------------- +Mon Jul 15 19:55:01 CEST 2024 - fdmanana@suse.com + +- btrfs: rename the bytenr field in struct btrfs_ordered_sum to + logical (bsc#1223731 CVE-2024-26944). +- btrfs: mark the len field in struct btrfs_ordered_sum as + unsigned (bsc#1223731 CVE-2024-26944). +- btrfs: don't call btrfs_record_physical_zoned for failed append + (bsc#1223731 CVE-2024-26944). +- btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONED + (bsc#1223731 CVE-2024-26944). +- commit 7e64d12 + +------------------------------------------------------------------- +Mon Jul 15 19:22:22 CEST 2024 - fdmanana@suse.com + +- btrfs: use SECTOR_SHIFT to convert LBA to physical offset + (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/btrfs-don-t-warn-if-discard-range-is-not-aligned-to-.patch. +- commit ad23354 + +------------------------------------------------------------------- +Mon Jul 15 18:54:42 CEST 2024 - fdmanana@suse.com + +- btrfs: don't hold an extra reference for redirtied buffers + (bsc#1223731 CVE-2024-26944). +- Refresh + patches.suse/0003-btrfs-free-qgroup-pertrans-reserve-on-transaction-ab.patch. +- commit 47897b2 + +------------------------------------------------------------------- +Mon Jul 15 18:36:23 CEST 2024 - fdmanana@suse.com + +- btrfs: export bitmap_test_range_all_{set,zero} (bsc#1223731 + CVE-2024-26944). +- commit fcba900 + +------------------------------------------------------------------- +Mon Jul 15 17:27:32 CEST 2024 - tiwai@suse.de + +- Update patch reference for ath12k fix (CVE-2024-40979 bsc#1227855) +- commit 0463455 + +------------------------------------------------------------------- +Mon Jul 15 16:45:21 CEST 2024 - mhocko@suse.com + +- mlxsw: spectrum_acl_tcam: Fix memory leak during rehash + (CVE-2024-35853 bsc#1224604). +- commit d46e600 + +------------------------------------------------------------------- +Mon Jul 15 16:29:05 CEST 2024 - mhocko@suse.com + +- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during + activity update (CVE-2024-35854 bsc#1224636). +- commit 7cd7b18 + +------------------------------------------------------------------- +Mon Jul 15 16:14:05 CEST 2024 - mhocko@suse.com + +- phonet/pep: fix racy skb_queue_empty() use (CVE-2024-27402 + bsc#1224414). +- commit 9f9d7b5 + +------------------------------------------------------------------- +Mon Jul 15 16:11:16 CEST 2024 - petr.pavlu@suse.com + +- kprobe/ftrace: fix build error due to bad function definition + (git-fixes). +- commit 16bb0c0 + +------------------------------------------------------------------- +Mon Jul 15 15:48:43 CEST 2024 - mhocko@suse.com + +- net: prevent mss overflow in skb_segment() (CVE-2023-52435 + bsc#1220138). +- commit b718cb4 + +------------------------------------------------------------------- +Mon Jul 15 15:26:09 CEST 2024 - mhocko@suse.com + +- netfilter: nf_tables: do not compare internal table flags on + updates (CVE-2024-27065 bsc#1223836). +- commit 0e49dd8 + +------------------------------------------------------------------- +Mon Jul 15 14:28:00 CEST 2024 - petr.pavlu@suse.com + +- tracing/net_sched: NULL pointer dereference in + perf_trace_qdisc_reset() (git-fixes). +- commit c773566 + +------------------------------------------------------------------- +Mon Jul 15 14:24:40 CEST 2024 - petr.pavlu@suse.com + +- tracing: Build event generation tests only as modules + (git-fixes). +- commit dd7f603 + +------------------------------------------------------------------- +Mon Jul 15 14:17:01 CEST 2024 - oneukum@suse.com + +- usb: ucsi: stm32: fix command completion handling (git-fixes). +- commit 3155170 + +------------------------------------------------------------------- +Mon Jul 15 14:06:05 CEST 2024 - oneukum@suse.com + +- Bluetooth: qca: set power_ctrl_enabled on NULL returned by + gpiod_get_optional() (git-fixes). +- commit 3a34099 + +------------------------------------------------------------------- +Mon Jul 15 14:03:39 CEST 2024 - petr.pavlu@suse.com + +- cachefiles: add output string to + cachefiles_obj_[get|put]_ondemand_fd (git-fixes). +- commit 12446de + +------------------------------------------------------------------- +Mon Jul 15 13:55:23 CEST 2024 - tiwai@suse.de + +- iommu/vt-d: Allocate DMAR fault interrupts locally + (bsc#1224767). +- commit 85bf7e2 + +------------------------------------------------------------------- +Mon Jul 15 13:54:40 CEST 2024 - tiwai@suse.de + +- iommu/amd: Fix panic accessing amd_iommu_enable_faulting + (bsc#1224767). +- commit 567c8c9 + +------------------------------------------------------------------- +Mon Jul 15 13:49:42 CEST 2024 - mhocko@suse.com + +- netfilter: flowtable: incorrect pppoe tuple (CVE-2024-27015 + bsc#1223806). +- commit e834f51 + +------------------------------------------------------------------- +Mon Jul 15 13:33:32 CEST 2024 - mhocko@suse.com + +- netfilter: nf_tables: Fix a memory leak in nf_tables_updchain + (CVE-2024-27064 bsc#1223740). +- commit daf6634 + +------------------------------------------------------------------- +Mon Jul 15 13:30:59 CEST 2024 - oneukum@suse.com + +- blacklist.conf: feature, not fix +- commit 7a64b31 + +------------------------------------------------------------------- +Mon Jul 15 13:30:17 CEST 2024 - petr.pavlu@suse.com + +- kprobe/ftrace: bail out if ftrace was killed (git-fixes). +- commit 43ba702 + +------------------------------------------------------------------- +Mon Jul 15 13:12:22 CEST 2024 - mhocko@suse.com + +- tipc: Check the bearer type before calling + tipc_udp_nl_bearer_add() (CVE-2024-26663 bsc#1222326). +- commit fff5ef3 + +------------------------------------------------------------------- +Mon Jul 15 11:47:14 CEST 2024 - petr.pavlu@suse.com + +- blacklist.conf: add not-relevant tracing fixes +- commit b158327 + +------------------------------------------------------------------- +Mon Jul 15 11:41:17 CEST 2024 - petr.pavlu@suse.com + +- Update + patches.suse/ring-buffer-Fix-a-race-between-readers-and-resize-checks.patch + (bsc#1222893). +- commit eebb09a + +------------------------------------------------------------------- +Mon Jul 15 11:39:14 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Add coldboot calibration support for QCN9074 + (bsc#1227149). +- wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-boot-failure-with-one-MSI-vector.patch. +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- commit e553d75 + +------------------------------------------------------------------- +Mon Jul 15 11:34:45 CEST 2024 - tiwai@suse.de + +- wifi: ath9k: avoid using uninitialized array (bsc#1227149). +- Refresh patches.suse/wifi-ath9k-fix-fortify-warnings.patch. +- commit 7a06512 + +------------------------------------------------------------------- +Mon Jul 15 09:42:47 CEST 2024 - vkarasulli@suse.de + +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes). +- commit dcdbf4a + +------------------------------------------------------------------- +Mon Jul 15 09:02:51 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149). +- commit 5e9fc63 + +------------------------------------------------------------------- +Sun Jul 14 15:49:36 CEST 2024 - tiwai@suse.de + +- kABI workaround for wireless updates (bsc#1227149). +- commit 956c903 + +------------------------------------------------------------------- +Sun Jul 14 09:22:18 CEST 2024 - tiwai@suse.de + +- i2c: rcar: bring hardware to known state when probing + (git-fixes). +- i2c: testunit: avoid re-issued work after read message + (git-fixes). +- i2c: mark HostNotify target address as used (git-fixes). +- i2c: testunit: correct Kconfig description (git-fixes). +- commit 834d4d5 + +------------------------------------------------------------------- +Sat Jul 13 16:14:43 CEST 2024 - tiwai@suse.de + +- supported.conf: update for mt76 stuff (bsc#1227149) +- commit 276fbe5 + +------------------------------------------------------------------- +Sat Jul 13 16:11:33 CEST 2024 - tiwai@suse.de + +- kabi/severities: cover all mt76 modules (bsc#1227149) +- commit 8877f2f + +------------------------------------------------------------------- +Sat Jul 13 13:06:17 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP + (bsc#1227149). +- commit a3d6465 + +------------------------------------------------------------------- +Sat Jul 13 13:05:04 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix monitor channel with chanctx emulation + (bsc#1227149). +- wifi: cfg80211: validate HE operation element parsing + (bsc#1227149). +- wifi: mac80211: don't select link ID if not provided in scan + request (bsc#1227149). +- wifi: mac80211: check EHT/TTLM action frame length + (bsc#1227149). +- wifi: mac80211: correctly set active links upon TTLM + (bsc#1227149). +- wifi: cfg80211: set correct param change count in ML element + (bsc#1227149). +- wifi: mac80211: use deflink and fix typo in link ID check + (bsc#1227149). +- commit e4d62d6 + +------------------------------------------------------------------- +Sat Jul 13 13:00:06 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149) + All those symbols are local and used for its own helpers +- commit c402c7b + +------------------------------------------------------------------- +Sat Jul 13 12:59:25 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS + (bsc#1227149). +- wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and + low power mode (bsc#1227149). +- wifi: rtl8xxxu: enable MFP support with security flag of RX + descriptor (bsc#1227149). +- wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if + no 6 GHz sband (bsc#1227149). +- wifi: rtw89: 8852c: add quirk to set PCI BER for certain + platforms (bsc#1227149). +- wifi: rtw89: download firmware with five times retry + (bsc#1227149). +- commit 70ec305 + +------------------------------------------------------------------- +Sat Jul 13 12:56:48 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: coex: fix configuration for shared antenna for + 8922A (bsc#1227149). +- wifi: rtw89: wow: move release offload packet earlier for + WoWLAN mode (bsc#1227149). +- wifi: rtw89: wow: set security engine options for 802.11ax + chips only (bsc#1227149). +- wifi: rtw89: update suspend/resume for different generation + (bsc#1227149). +- wifi: rtw89: wow: update config mac function with different + generation (bsc#1227149). +- wifi: rtw89: update DMA function with different generation + (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN status register for different + generation (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN reason register for different + chips (bsc#1227149). +- wifi: rtw89: coex: Add coexistence policy to decrease WiFi + packet CRC-ERR (bsc#1227149). +- wifi: rtw89: coex: When Bluetooth not available don't set + power/gain (bsc#1227149). +- wifi: rtw89: coex: add return value to ensure H2C command is + success or not (bsc#1227149). +- wifi: rtw89: coex: Reorder H2C command index to align with + firmware (bsc#1227149). +- wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic + (bsc#1227149). +- wifi: rtw89: coex: add init_info H2C command format version 7 + (bsc#1227149). +- wifi: rtw89: 8922a: add coexistence helpers of SW grant + (bsc#1227149). +- wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt + (bsc#1227149). +- wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte + (bsc#1227149). +- wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs() + (bsc#1227149). +- wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: Update EHT PHY beamforming capability + (bsc#1227149). +- wifi: rtw89: advertise missing extended scan feature + (bsc#1227149). +- wifi: rtlwifi: set initial values for unexpected cases of USB + endpoint priority (bsc#1227149). +- wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx() + (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149). +- commit e9149f1 + +------------------------------------------------------------------- +Sat Jul 13 12:51:52 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Store the endpoint addresses + (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection + (bsc#1227149). +- wifi: rtw89: 8922a: declare to support two chanctx + (bsc#1227149). +- wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: fw: implement MRC H2C command functions + (bsc#1227149). +- wifi: rtw89: mac: implement MRC C2H event handling + (bsc#1227149). +- wifi: rtw89: fw: add definition of H2C command and C2H event + for MRC series (bsc#1227149). +- wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: reference quota mode when setting Tx power + (bsc#1227149). +- wifi: rtw89: 8922a: implement AP mode related reg for BE + generation (bsc#1227149). +- wifi: rtw89: 8922a: correct register definition and merge IO + for ctrl_nbtg_bt_tx() (bsc#1227149). +- wifi: rtw89: differentiate narrow_bw_ru_dis setting according + to chip gen (bsc#1227149). +- wifi: rtw89: use PLCP information to match BSS_COLOR and AID + (bsc#1227149). +- wifi: rtw89: mac: reset PHY-1 hardware when going to + enable/disable (bsc#1227149). +- wifi: rtw89: mac: correct MUEDCA setting for MAC-1 + (bsc#1227149). +- wifi: rtw89: mac: return held quota of DLE when changing MAC-1 + (bsc#1227149). +- wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149). +- wifi: rtw89: correct PHY register offset for PHY-1 + (bsc#1227149). +- wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149). +- wifi: rtw89: chan: move handling from add/remove to + assign/unassign for MLO (bsc#1227149). +- wifi: rtw89: chan: tweak weight recalc ahead before MLO + (bsc#1227149). +- wifi: rtw89: chan: tweak bitmap recalc ahead before MLO + (bsc#1227149). +- wifi: rtw89: chan: add sub-entity swap function to cover + replacing (bsc#1227149). +- wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self + (bsc#1227149). +- wifi: rtl8xxxu: update rate mask per sta (bsc#1227149). +- wifi: rtw89: fw: download firmware with key data for secure boot + (bsc#1227149). +- wifi: rtw89: fw: parse secure section from firmware file + (bsc#1227149). +- wifi: rtw89: fw: read firmware secure information from efuse + (bsc#1227149). +- wifi: rtw89: fw: consider checksum length of security data + (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::rfk_hw_init (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::rfk_init_late to do initial + RF calibrations later (bsc#1227149). +- commit 28c4b55 + +------------------------------------------------------------------- +Sat Jul 13 12:48:21 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8922a: rfk: implement chip_ops to call RF + calibrations (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger TSSI (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger TXGAPK + (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger DACK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger DPK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger RX DCK + (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger IQK (bsc#1227149). +- wifi: rtw89: rfk: send channel information to firmware for RF + calibrations (bsc#1227149). +- wifi: rtw89: rfk: add a completion to wait RF calibration + report from C2H event (bsc#1227149). +- wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149). +- wifi: rtl8xxxu: fix error messages (bsc#1227149). +- wifi: rtw89: 8922a: add more fields to beacon H2C command to + support multi-links (bsc#1227149). +- wifi: rtw89: update ps_state register for chips with different + generation (bsc#1227149). +- wifi: rtw89: add new H2C for PS mode in 802.11be chip + (bsc#1227149). +- wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149). +- wifi: rtw89: prepare scan leaf functions for wifi 7 ICs + (bsc#1227149). +- wifi: rtw89: debug: add FW log component for scan (bsc#1227149). +- wifi: rtw89: update scan C2H messages for wifi 7 IC + (bsc#1227149). +- wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL + (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops to get thermal value + (bsc#1227149). +- wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (bsc#1227149). +- wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu + (bsc#1227149). +- wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to + chip_ops (bsc#1227149). +- wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149). +- wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149). +- wifi: rtw89: pci: update SER timer unit and timeout time + (bsc#1227149). +- wifi: rtw89: fix disabling concurrent mode TX hang issue + (bsc#1227149). +- wifi: rtw89: fix HW scan timeout due to TSF sync issue + (bsc#1227149). +- wifi: rtw89: add wait/completion for abort scan (bsc#1227149). +- wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149). +- wifi: rtw89: Set default CQM config if not present + (bsc#1227149). +- wifi: rtw89: refine hardware scan C2H events (bsc#1227149). +- wifi: rtw89: refine add_chan H2C command to encode_bits + (bsc#1227149). +- wifi: rtw89: 8922a: add BTG functions to assist BT coexistence + to control TX/RX (bsc#1227149). +- wifi: rtw89: 8922a: add TX power related ops (bsc#1227149). +- wifi: rtw89: 8922a: add register definitions of H2C, C2H, + page, RRSR and EDCCA (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops related to BB init + (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf + (bsc#1227149). +- wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149). +- wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149). +- wifi: rtl8xxxu: add missing number of sec cam entries for all + variants (bsc#1227149). +- wifi: rtl8xxxu: make instances of iface limit and combination + to be static const (bsc#1227149). +- wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type + (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Don't read register in + _rtl92de_query_rxphystatus (bsc#1227149). +- wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: fw: use struct to fill JOIN H2C command + (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7 + (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7 + (bsc#1227149). +- wifi: rtw89: fw: update TX AMPDU parameter to CMAC table + (bsc#1227149). +- wifi: rtw89: fw: add chip_ops to update CMAC table to associated + station (bsc#1227149). +- wifi: rtw89: fw: fill CMAC table to associated station for + WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: add H2C command to update security CAM v2 + (bsc#1227149). +- wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149). +- wifi: rtw89: add EHT capabilities for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: change supported bandwidths of chip_info to bit + mask (bsc#1227149). +- wifi: rtw89: adjust init_he_cap() to add EHT cap into + iftype_data (bsc#1227149). +- wifi: rtw88: use kstrtoX_from_user() in debugfs handlers + (bsc#1227149). +- wifi: rtl8xxxu: enable channel switch support (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149). +- commit 055a697 + +------------------------------------------------------------------- +Sat Jul 13 12:44:19 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines + (bsc#1227149). +- wifi: rtw89: add chip_ops::update_beacon to abstract update + beacon operation (bsc#1227149). +- wifi: rtw89: add H2C command to download beacon frame for WiFi + 7 chips (bsc#1227149). +- wifi: rtw89: use struct to fill H2C command to download beacon + frame (bsc#1227149). +- wifi: rtw89: add new H2C command to pause/sleep transmitting + by MAC ID (bsc#1227149). +- wifi: rtw89: refine H2C command that pause transmitting by + MAC ID (bsc#1227149). +- wifi: rtw89: fw: use struct to fill BA CAM H2C commands + (bsc#1227149). +- wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149). +- wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM + (bsc#1227149). +- wifi: rtw89: mac: add feature_init to initialize BA CAM V1 + (bsc#1227149). +- wifi: rtw89: add firmware H2C command of BA CAM V1 + (bsc#1227149). +- wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149). +- wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: declare concurrent mode support for 8188f + (bsc#1227149). +- wifi: rtl8xxxu: make supporting AP mode only on port 0 + transparent (bsc#1227149). +- wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149). +- wifi: rtl8xxxu: remove obsolete priv->vif (bsc#1227149). +- wifi: rtl8xxxu: add macids for STA mode (bsc#1227149). +- wifi: rtl8xxxu: support multiple interface in start_ap() + (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + bss_info_changed() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + {add,remove}_interface() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + watchdog_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + configure_filter() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in + update_beacon_work_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in set_aifs() + (bsc#1227149). +- wifi: rtl8xxxu: support setting bssid register for multiple + interfaces (bsc#1227149). +- wifi: rtl8xxxu: don't parse CFO, if both interfaces are + connected in STA mode (bsc#1227149). +- wifi: rtl8xxxu: extend check for matching bssid to both + interfaces (bsc#1227149). +- wifi: rtl8xxxu: extend wifi connected check to both interfaces + (bsc#1227149). +- wifi: rtl8xxxu: support setting mac address register for both + interfaces (bsc#1227149). +- wifi: rtl8xxxu: 8188e: convert usage of priv->vif to + priv->vifs[0] (bsc#1227149). +- wifi: rtl8xxxu: support setting linktype for both interfaces + (bsc#1227149). +- wifi: rtl8xxxu: prepare supporting two virtual interfaces + (bsc#1227149). +- wifi: rtl8xxxu: remove assignment of priv->vif in + rtl8xxxu_bss_info_changed() (bsc#1227149). +- wifi: rtw88: 8822ce: refine power parameters for RFE type 5 + (bsc#1227149). +- wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" + (bsc#1227149). +- wifi: rtw89: phy: set channel_info for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: phy: ignore special data from BB parameter file + (bsc#1227149). +- wifi: rtw89: 8922a: update the register used in DIG and the + DIG flow (bsc#1227149). +- wifi: rtw89: 8922a: set RX gain along with set_channel operation + (bsc#1227149). +- wifi: rtw89: phy: add parser to support RX gain dynamic setting + flow (bsc#1227149). +- wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to + union (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R36 (bsc#1227149). +- wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift() + (bsc#1227149). +- wifi: rtw89: coex: To improve Wi-Fi performance while BT is idle + (bsc#1227149). +- wifi: rtw89: coex: Translate antenna configuration from ID to + string (bsc#1227149). +- commit d99b9e1 + +------------------------------------------------------------------- +Sat Jul 13 12:40:46 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: coex: Update RF parameter control setting logic + (bsc#1227149). +- wifi: rtw89: coex: Add Bluetooth RSSI level information + (bsc#1227149). +- wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi + link/scan (bsc#1227149). +- wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS + (bsc#1227149). +- wifi: rtw89: coex: Still show hardware grant signal info even + Wi-Fi is PS (bsc#1227149). +- wifi: rtw89: coex: Update BTG control related logic + (bsc#1227149). +- wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX + performance (bsc#1227149). +- wifi: rtw89: coex: Record down Wi-Fi initial mode information + (bsc#1227149). +- wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter + members (bsc#1227149). +- wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal() + (bsc#1227149). +- wifi: rtw89: mac: implement to configure TX/RX engines for + WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add sys_init and filter option for WiFi 7 + chips (bsc#1227149). +- wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while + starting up (bsc#1227149). +- wifi: rtw89: add DBCC H2C to notify firmware the status + (bsc#1227149). +- wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149). +- wifi: rtw89: mac: add flags to check if CMAC and DMAC are + enabled (bsc#1227149). +- wifi: rtw89: 8922a: add power on/off functions (bsc#1227149). +- wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: print out RFK log with formatted string + (bsc#1227149). +- wifi: rtw89: parse and print out RFK log from C2H events + (bsc#1227149). +- wifi: rtw89: add C2H event handlers of RFK log and report + (bsc#1227149). +- wifi: rtw89: load RFK log format string from firmware file + (bsc#1227149). +- wifi: rtw89: fw: add version field to BB MCU firmware element + (bsc#1227149). +- wifi: rtw89: fw: load TX power track tables from fw_element + (bsc#1227149). +- wifi: rtw88: Use random MAC when efuse MAC invalid + (bsc#1227149). +- wifi: rtw89: avoid stringop-overflow warning (bsc#1227149). +- wifi: rtw89: mac: refine SER setting during WiFi CPU power on + (bsc#1227149). +- wifi: rtw89: 8922a: dump MAC registers when SER occurs + (bsc#1227149). +- wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149). +- wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip + (bsc#1227149). +- wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature + (bsc#1227149). +- wifi: rtw89: fix misbehavior of TX beacon in concurrent mode + (bsc#1227149). +- wifi: rtw89: refine remain on channel flow to improve P2P + connection (bsc#1227149). +- wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149). +- wifi: rtw89: fix not entering PS mode after AP stops + (bsc#1227149). +- wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149). +- wifi: rtlwifi: Remove unused PCI related defines and struct + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Access full PMCS reg and use + pci_regs.h (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Add pdev into + _rtl8821ae_clear_pci_pme_status() (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Use pci_find_capability() + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Remove unnecessary PME_Status bit set + (bsc#1227149). +- wifi: rtlwifi: Convert to use PCIe capability accessors + (bsc#1227149). +- wifi: rtw89: mac: functions to configure hardware engine and + quota for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: use pointer to access functions of hardware + engine and quota (bsc#1227149). +- wifi: rtw89: mac: move code related to hardware engine to + individual functions (bsc#1227149). +- wifi: rtw89: mac: check queue empty according to chip gen + (bsc#1227149). +- wifi: rtw89: refine element naming used by queue empty check + (bsc#1227149). +- wifi: rtw89: add reserved size as factor of DLE used size + (bsc#1227149). +- wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149). +- commit cf41ac5 + +------------------------------------------------------------------- +Sat Jul 13 12:37:59 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8922a: extend and add quota number (bsc#1227149). +- wifi: rtw89: debug: remove wrapper of rtw89_debug() + (bsc#1227149). +- wifi: rtw89: debug: add debugfs entry to disable dynamic + mechanism (bsc#1227149). +- wifi: rtw89: phy: dynamically adjust EDCCA threshold + (bsc#1227149). +- wifi: rtw89: debug: add to check if debug mask is enabled + (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: remove some useless code + (bsc#1227149). +- wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149). +- wifi: rtw89: 8922a: read efuse content from physical map + (bsc#1227149). +- wifi: rtw89: 8922a: read efuse content via efuse map struct + from logic map (bsc#1227149). +- wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz + channels (bsc#1227149). +- wifi: rtw89: mac: add to access efuse for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: mac: use mac_gen pointer to access about efuse + (bsc#1227149). +- wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149). +- wifi: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R65-R44 + (bsc#1227149). +- wifi: rtw89: regd: handle policy of 6 GHz according to BIOS + (bsc#1227149). +- wifi: rtw89: acpi: process 6 GHz band policy from DSM + (bsc#1227149). +- wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start() + (bsc#1227149). +- wifi: rtw89: pci: update interrupt mitigation register for + 8922AE (bsc#1227149). +- wifi: rtw89: pci: correct interrupt mitigation register for + 8852CE (bsc#1227149). +- wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE + (bsc#1227149). +- wifi: rtw89: pci: generalize interrupt status bits of interrupt + handlers (bsc#1227149). +- wifi: rtw89: pci: add pre_deinit to be called after probe + complete (bsc#1227149). +- wifi: rtw89: pci: stop/start DMA for level 1 recovery according + to chip gen (bsc#1227149). +- wifi: rtw89: pci: reset BDRAM according to chip gen + (bsc#1227149). +- wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149). +- wifi: rtw89: coex: use struct assignment to replace memcpy() + to append TDMA content (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips + (bsc#1227149). +- commit dcfcac7 + +------------------------------------------------------------------- +Sat Jul 13 12:35:43 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: pci: use gen_def pointer to configure + mac_{pre,post}_init and clear PCI ring index (bsc#1227149). +- wifi: rtw89: pci: add PCI generation information to pci_info + for each chip (bsc#1227149). +- wifi: rtw89: extend PHY status parser to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: configure PPDU max user by chip (bsc#1227149). +- wifi: rtw89: set entry size of address CAM to H2C field by chip + (bsc#1227149). +- wifi: rtw89: pci: generalize code of PCI control DMA IO for + WiFi 7 (bsc#1227149). +- wifi: rtw89: pci: add new RX ring design to determine full RX + ring efficiently (bsc#1227149). +- wifi: rtw89: pci: define PCI ring address for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info + (bsc#1227149). +- wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix + typo in function name (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149). +- wifi: rtw89: cleanup firmware elements parsing (bsc#1227149). +- wifi: rtlwifi: drop chk_switch_dmdp() from HAL interface + (bsc#1227149). +- wifi: rtlwifi: drop fill_fake_txdesc() from HAL interface + (bsc#1227149). +- wifi: rtlwifi: drop pre_fill_tx_bd_desc() from HAL interface + (bsc#1227149). +- wifi: rtw89: move software DCFO compensation setting to proper + position (bsc#1227149). +- wifi: rtw89: correct the DCFO tracking flow to improve CFO + compensation (bsc#1227149). +- wifi: rtw89: modify the register setting and the flow of CFO + tracking (bsc#1227149). +- wifi: rtw89: phy: generalize valid bit of BSS color + (bsc#1227149). +- wifi: rtw89: phy: change naming related BT coexistence functions + (bsc#1227149). +- wifi: rtw88: dump firmware debug information in abnormal state + (bsc#1227149). +- wifi: rtw88: debug: add to check if debug mask is enabled + (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_ps_ctl (bsc#1227149). +- wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips + (bsc#1227149). +- wifi: rtw89: mac: set bf_assoc capabilities according to chip + gen (bsc#1227149). +- wifi: rtw89: mac: set bfee_ctrl() according to chip gen + (bsc#1227149). +- wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi + 7 chips (bsc#1227149). +- wifi: rtw89: mac: generalize register of MU-EDCA switch + according to chip gen (bsc#1227149). +- wifi: rtw89: mac: update RTS threshold according to chip gen + (bsc#1227149). +- wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() to struct + rtw89_btc_btf_set_mon_reg (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() for struct + rtw89_btc_btf_set_slot_table (bsc#1227149). +- wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149). +- wifi: rtw89: show EHT rate in debugfs (bsc#1227149). +- wifi: rtw89: parse TX EHT rate selected by firmware from RA + C2H report (bsc#1227149). +- wifi: rtw89: Add EHT rate mask as parameters of RA H2C command + (bsc#1227149). +- wifi: rtw89: parse EHT information from RX descriptor and PPDU + status packet (bsc#1227149). +- wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149). +- commit 53661e1 + +------------------------------------------------------------------- +Sat Jul 13 12:32:35 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp + (bsc#1227149). +- wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC + regulation (bsc#1227149). +- wifi: rtw88: regd: update regulatory map to R64-R42 + (bsc#1227149). +- wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149). +- wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149). +- wifi: rtw88: regd: configure QATAR and UK (bsc#1227149). +- wifi: rtlwifi: remove unreachable code in + rtl92d_dm_check_edca_turbo() (bsc#1227149). +- wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips + (bsc#1227149). +- wifi: rtw89: debug: show txpwr table according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power RU limit according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power limit according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power offset according to chip gen + (bsc#1227149). +- wifi: rtw89: phy: set TX power by rate according to chip gen + (bsc#1227149). +- wifi: rtw89: mac: get TX power control register according to + chip gen (bsc#1227149). +- wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp + (bsc#1227149). +- wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance + (bsc#1227149). +- wifi: rtw89: refine uplink trigger based control mechanism + (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149). +- wifi: rtw89: regd: configure Thailand in regulation type + (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines + (bsc#1227149). +- wifi: rtw89: declare MCC in interface combination (bsc#1227149). +- wifi: rtw89: 8852c: declare to support two chanctx + (bsc#1227149). +- wifi: rtw89: pause/proceed MCC for ROC and HW scan + (bsc#1227149). +- wifi: rtw89: mcc: fix NoA start time when GO is auxiliary + (bsc#1227149). +- wifi: rtw89: load TX power related tables from FW elements + (bsc#1227149). +- wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 + chips (bsc#1227149). +- wifi: rtw89: load TX power by rate when RFE parms setup + (bsc#1227149). +- wifi: rtw89: phy: refine helpers used for raw TX power + (bsc#1227149). +- commit 62f3f4a + +------------------------------------------------------------------- +Sat Jul 13 12:30:23 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: indicate TX power by rate table inside RFE + parameter (bsc#1227149). +- wifi: rtw89: indicate TX shape table inside RFE parameter + (bsc#1227149). +- wifi: rtw89: add subband index of primary channel to struct + rtw89_chan (bsc#1227149). +- wifi: rtl8xxxu: Add a description about the device ID + 0x7392:0xb722 (bsc#1227149). +- wifi: rtw89: add mac_gen pointer to access mac port registers + (bsc#1227149). +- wifi: rtw89: consolidate registers of mac port to struct + (bsc#1227149). +- wifi: rtw89: add chip_info::txwd_info size to generalize TX + WD submit (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor for firmware command v2 + (bsc#1227149). +- wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149). +- wifi: rtw89: mcc: deal with beacon NoA if GO exists + (bsc#1227149). +- wifi: rtw89: mcc: deal with BT slot change (bsc#1227149). +- wifi: rtw89: mcc: deal with P2P PS change (bsc#1227149). +- wifi: rtw89: mcc: track beacon offset and update when needed + (bsc#1227149). +- wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149). +- wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149). +- wifi: rtw89: rfk: disable driver tracking during MCC + (bsc#1227149). +- wifi: rtw89: 52c: rfk: refine MCC channel info notification + (bsc#1227149). +- wifi: rtw89: 8922a: set memory heap address for secure firmware + (bsc#1227149). +- wifi: rtw89: fw: refine download flow to support variant + firmware suits (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB + before downloading firmware (bsc#1227149). +- wifi: rtw89: fw: propagate an argument include_bb for BB MCU + firmware (bsc#1227149). +- wifi: rtw89: fw: add checking type for variant type of firmware + (bsc#1227149). +- wifi: rtw89: fw: implement supported functions of download + firmware for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: generalize download firmware flow by mac_gen + pointers (bsc#1227149). +- wifi: rtw89: fw: move polling function of firmware path ready + to an individual function (bsc#1227149). +- wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149). +- wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap() + (bsc#1227149). +- wifi: rtw89: mcc: decide pattern and calculate parameters + (bsc#1227149). +- wifi: rtw89: mcc: consider and determine BT duration + (bsc#1227149). +- commit bd46e4d + +------------------------------------------------------------------- +Sat Jul 13 12:28:16 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149). +- wifi: rtw89: mcc: initialize start flow (bsc#1227149). +- wifi: rtw89: 8852c: Fix TSSI causes transmit power inaccuracy + (bsc#1227149). +- wifi: rtw89: 8852c: Update bandedge parameters for better + performance (bsc#1227149). +- wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested + (bsc#1227149). +- wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149). +- wifi: rtlwifi: rtl8723: Remove unused function + rtl8723_cmd_send_packet() (bsc#1227149). +- wifi: rtw89: Fix clang -Wimplicit-fallthrough in + rtw89_query_sar() (bsc#1227149). +- wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS + and DIG (bsc#1227149). +- wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 + chips (bsc#1227149). +- wifi: rtw89: mac: define register address of rx_filter to + generalize code (bsc#1227149). +- wifi: rtw89: mac: define internal memory address for WiFi 7 chip + (bsc#1227149). +- wifi: rtw89: mac: generalize code to indirectly access WiFi + internal memory (bsc#1227149). +- wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC + band1 register address (bsc#1227149). +- wifi: rtw89: initialize multi-channel handling (bsc#1227149). +- wifi: rtw89: provide functions to configure NoA for beacon + update (bsc#1227149). +- wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of + vif (bsc#1227149). +- wifi: rtw89: sar: let caller decide the center frequency to + query (bsc#1227149). +- wifi: rtw89: refine rtw89_correct_cck_chan() by + rtw89_hw_to_nl80211_band() (bsc#1227149). +- wifi: rtw89: add function prototype for coex request duration + (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R43 + (bsc#1227149). +- wifi: rtw89: fix a width vs precision bug (bsc#1227149). +- wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast + address (bsc#1227149). +- wifi: rtw89: Introduce Time Averaged SAR (TAS) feature + (bsc#1227149). +- wifi: rtw89: return failure if needed firmware elements are + not recognized (bsc#1227149). +- wifi: rtw89: add to parse firmware elements of BB and RF tables + (bsc#1227149). +- wifi: rtw89: introduce infrastructure of firmware elements + (bsc#1227149). +- wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149). +- wifi: rtw89: add firmware parser for v1 format (bsc#1227149). +- wifi: rtw89: introduce v1 format of firmware header + (bsc#1227149). +- wifi: rtw89: support firmware log with formatted text + (bsc#1227149). +- wifi: rtw89: recognize log format from firmware file + (bsc#1227149). +- wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor + (bsc#1227149). +- wifi: rtw89: add to display hardware rates v1 histogram in + debugfs (bsc#1227149). +- wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: use struct to access RA report (bsc#1227149). +- wifi: rtw89: use struct to access firmware C2H event header + (bsc#1227149). +- wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: use struct to set RA H2C command (bsc#1227149). +- wifi: rtw89: phy: rate pattern handles HW rate by chip gen + (bsc#1227149). +- commit cdaa97d + +------------------------------------------------------------------- +Sat Jul 13 12:26:01 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: simplify LED management (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-simplify-non-chanctx-drivers.patch. +- commit 34b32c5 + +------------------------------------------------------------------- +Sat Jul 13 12:23:26 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: define hardware rate v1 for WiFi 7 chips + (bsc#1227149). +- wifi: rtw89: add chip_info::chip_gen to determine chip + generation (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU) + (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149). +- wifi: rtw88: simplify vif iterators (bsc#1227149). +- wifi: rtw88: remove unused USB bulkout size set (bsc#1227149). +- wifi: rtw88: remove unused and set but unused leftovers + (bsc#1227149). +- wifi: rtlwifi: cleanup USB interface (bsc#1227149). +- wifi: rtw89: use struct to parse firmware header (bsc#1227149). +- wifi: rtw89: TX power stuffs replace confusing naming of _max + with _num (bsc#1227149). +- wifi: rtw89: 8851b: configure to force 1 TX power value + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: update IQK to version 0x8 + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update RF radio A parameters to R28 + (bsc#1227149). +- wifi: rtw88: fix not entering PS mode after AP stops + (bsc#1227149). +- wifi: rtw88: refine register based H2C command (bsc#1227149). +- wifi: rtw88: Stop high queue during scan (bsc#1227149). +- wifi: rtw88: Skip high queue in hci_flush (bsc#1227149). +- wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149). +- wifi: rtw88: use struct instead of macros to set TX desc + (bsc#1227149). +- wifi: rtw88: process VO packets without workqueue to avoid + PTK rekey failed (bsc#1227149). +- wifi: rtw88: Fix action frame transmission fail before + association (bsc#1227149). +- wifi: rtw89: fix spelling typo of IQK debug messages + (bsc#1227149). +- wifi: rtw89: cleanup rtw89_iqk_info and related code + (bsc#1227149). +- wifi: rtw89: cleanup private data structures (bsc#1227149). +- wifi: rtw88: add missing unwind goto for + __rtw_download_firmware() (bsc#1227149). +- commit 9b282ce + +------------------------------------------------------------------- +Sat Jul 13 12:21:28 CEST 2024 - tiwai@suse.de + +- wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149). +- wifi: rtlwifi: remove unused dualmac control leftovers + (bsc#1227149). +- wifi: rtlwifi: remove unused timer and related code + (bsc#1227149). +- wifi: rtw89: 8852c: update RF radio A/B parameters to R63 + (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz + power type (3 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz + power type (2 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz + power type (1 of 3) (bsc#1227149). +- wifi: rtw89: process regulatory for 6 GHz power type + (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R40 + (bsc#1227149). +- wifi: rtw89: regd: judge 6 GHz according to chip and BIOS + (bsc#1227149). +- commit f81b870 + +------------------------------------------------------------------- +Sat Jul 13 12:20:25 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: refine clearing supported bands to check 2/5 GHz + first (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-annotate-iftype_data-pointer-with-spar.patch. +- commit 1873f0a + +------------------------------------------------------------------- +Sat Jul 13 12:18:19 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B + (bsc#1227149). +- wifi: rtw89: set TX power without precondition during setting + channel (bsc#1227149). +- wifi: rtw89: debug: txpwr table access only valid page according + to chip (bsc#1227149). +- wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149). +- wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149). +- wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> + KIP_RESTORE (bsc#1227149). +- wifi: rtw89: use struct to access register-based H2C/C2H + (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access RX + descriptor (bsc#1227149). +- commit 21eb4e8 + +------------------------------------------------------------------- +Sat Jul 13 12:17:25 CEST 2024 - tiwai@suse.de + +- Update config files: update for the realtek wifi driver updates (bsc#1227149) +- commit 33b8d09 + +------------------------------------------------------------------- +Sat Jul 13 12:16:33 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: use struct and le32_get_bits() to access received + PHY status IEs (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits to access RX info + (bsc#1227149). +- wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as + helpers to support newer chips (bsc#1227149). +- wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig + (bsc#1227149). +- wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149). +- wifi: rtw89: enlarge supported length of read_reg debugfs entry + (bsc#1227149). +- wifi: rtw89: 8851b: add RF configurations (bsc#1227149). +- wifi: rtw89: 8851b: add MAC configurations to chip_info + (bsc#1227149). +- wifi: rtw89: 8851b: fill BB related capabilities to chip_info + (bsc#1227149). +- wifi: rtw89: 8851b: add TX power related functions + (bsc#1227149). +- commit 66eef0c + +------------------------------------------------------------------- +Sat Jul 13 12:14:50 CEST 2024 - tiwai@suse.de + +- Update config files: update for the realtek wifi driver updates (bsc#1227149) +- commit 75bc634 + +------------------------------------------------------------------- +Sat Jul 13 12:13:03 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: refine packet offload handling under SER + (bsc#1227149). +- wifi: rtw89: tweak H2C TX waiting function for SER + (bsc#1227149). +- wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2 + (bsc#1227149). +- wifi: rtw88: Add support for the SDIO based RTL8723DS chipset + (bsc#1227149). +- wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing + (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149). +- wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149). +- wifi: rtw89: 8851b: add set channel function (bsc#1227149). +- wifi: rtw89: 8851b: add basic power on function (bsc#1227149). +- wifi: rtw89: 8851b: add BT coexistence support function + (bsc#1227149). +- wifi: rtw89: 8851b: configure GPIO according to RFE type + (bsc#1227149). +- wifi: rtw89: 8851b: add to read efuse version to recognize + hardware version B (bsc#1227149). +- wifi: rtl8xxxu: Rename some registers (bsc#1227149). +- wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149). +- wifi: rtw89: suppress the log for specific SER called + CMDPSR_FRZTO (bsc#1227149). +- wifi: rtw89: ser: L1 add pre-M0 and post-M0 states + (bsc#1227149). +- wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of + RTL8851B (bsc#1227149). +- wifi: rtw89: support U-NII-4 channels on 5GHz band + (bsc#1227149). +- wifi: rtw89: regd: judge UNII-4 according to BIOS and chip + (bsc#1227149). +- wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149). +- wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149). +- wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149). +- wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149). +- wifi: rtw89: change naming of BA CAM from V1 to V0_EXT + (bsc#1227149). +- commit a1de2dd + +------------------------------------------------------------------- +Sat Jul 13 12:11:15 CEST 2024 - tiwai@suse.de + +- wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask + (bsc#1227149). +- wifi: rtw89: add CFO XTAL registers field to support 8851B + (bsc#1227149). +- wifi: rtw89: 8851b: add NCTL post table (bsc#1227149). +- wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI + capabilities (bsc#1227149). +- wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149). +- wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149). +- wifi: rtw89: mac: handle C2H receive/done ACK in interrupt + context (bsc#1227149). +- wifi: rtw89: packet offload wait for FW response (bsc#1227149). +- wifi: rtw89: refine packet offload delete flow of 6 GHz probe + (bsc#1227149). +- wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload() + (bsc#1227149). +- wifi: rtw89: add EVM for antenna diversity (bsc#1227149). +- wifi: rtw89: add RSSI based antenna diversity (bsc#1227149). +- wifi: rtw89: initialize antenna for antenna diversity + (bsc#1227149). +- wifi: rtw89: add EVM and SNR statistics to debugfs + (bsc#1227149). +- wifi: rtw89: add RSSI statistics for the case of antenna + diversity to debugfs (bsc#1227149). +- wifi: rtw89: set capability of TX antenna diversity + (bsc#1227149). +- wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to + access PHY IE0 status (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_* + (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in + rtw_debugfs_copy_from_user (bsc#1227149). +- wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary + return (bsc#1227149). +- commit fef25cd + +------------------------------------------------------------------- +Sat Jul 13 12:09:38 CEST 2024 - tiwai@suse.de + +- wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks + (bsc#1227149). +- commit a27e0ec + +------------------------------------------------------------------- +Sat Jul 13 12:08:57 CEST 2024 - tiwai@suse.de + +- wifi: rtl8xxxu: Support USB RX aggregation for the newer chips + (bsc#1227149). +- wifi: rtl8xxxu: Set maximum number of supported stations + (bsc#1227149). +- wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags + (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate() + (bsc#1227149). +- wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149). +- wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames + (bsc#1227149). +- wifi: rtl8xxxu: Add parameter macid to update_rate_mask + (bsc#1227149). +- wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149). +- commit 6125130 + +------------------------------------------------------------------- +Sat Jul 13 12:07:56 CEST 2024 - tiwai@suse.de + +- wifi: radiotap: add bandwidth definition of EHT U-SIG + (bsc#1227149). +- wifi: ieee80211: add UL-bandwidth definition of trigger frame + (bsc#1227149). +- wifi: rtl8xxxu: Add parameter force to + rtl8xxxu_refresh_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter role to report_connect + (bsc#1227149). +- wifi: rtl8xxxu: Actually use macid in + rtl8xxxu_gen2_report_connect (bsc#1227149). +- wifi: rtl8xxxu: Allow creating interface in AP mode + (bsc#1227149). +- wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149). +- wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149). +- wifi: rtl8xxxu: Add beacon functions (bsc#1227149). +- wifi: rtl8xxxu: Select correct queue for beacon frames + (bsc#1227149). +- wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149). +- commit 02b75ed + +------------------------------------------------------------------- +Sat Jul 13 12:05:49 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1227149 + CVE-2023-47210 bsc#1225601 CVE-2023-38417 bsc#1225600). +- commit ea4853c + +------------------------------------------------------------------- +Sat Jul 13 12:05:11 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: bump FW API to 89 for AX/BZ/SC devices + (bsc#1227149 CVE-2023-47210 bsc#1225601 CVE-2023-38417 + bsc#1225600). +- commit bc49209 + +------------------------------------------------------------------- +Sat Jul 13 11:27:42 CEST 2024 - tiwai@suse.de + +- ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods + by MAX_BDL_ENTRIES (stable-fixes). +- ASoC: rt711-sdw: add missing readable registers (stable-fixes). +- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX + (stable-fixes). +- ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (stable-fixes). +- commit 1ddd32b + +------------------------------------------------------------------- +Sat Jul 13 11:25:58 CEST 2024 - tiwai@suse.de + +- hpet: Support 32-bit userspace (git-fixes). +- misc: fastrpc: Restrict untrusted app to attach to privileged PD + (git-fixes). +- misc: fastrpc: Fix ownership reassignment of remote heap + (git-fixes). +- misc: fastrpc: Fix memory leak in audio daemon attach operation + (git-fixes). +- misc: fastrpc: Avoid updating PD type for capability request + (git-fixes). +- misc: fastrpc: Copy the complete capability structure to user + (git-fixes). +- misc: fastrpc: Fix DSP capabilities request (git-fixes). +- USB: serial: mos7840: fix crash on resume (git-fixes). +- USB: core: Fix duplicate endpoint bug by clearing reserved + bits in the descriptor (git-fixes). +- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files + (git-fixes). +- ASoC: SOF: Intel: hda: fix null deref on system suspend entry + (git-fixes). +- firmware: cs_dsp: Prevent buffer overrun when processing V2 + alg headers (git-fixes). +- firmware: cs_dsp: Validate payload length before processing + block (git-fixes). +- firmware: cs_dsp: Return error if block header overflows file + (git-fixes). +- firmware: cs_dsp: Fix overflow checking of wmfw header + (git-fixes). +- ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo + ThinBook 13x Gen4 (git-fixes). +- commit 34ebce1 + +------------------------------------------------------------------- +Fri Jul 12 17:57:12 CEST 2024 - vkarasulli@suse.de + +- net/smc: avoid data corruption caused by decline (bsc#1225088 + CVE-2023-52775). +- commit 621e8ca + +------------------------------------------------------------------- +Fri Jul 12 17:47:46 CEST 2024 - vkarasulli@suse.de + +- net: openvswitch: fix overwriting ct original tuple for ICMPv6 + (bsc#1226783 CVE-2024-38558). +- commit 748cf39 + +------------------------------------------------------------------- +Fri Jul 12 17:43:16 CEST 2024 - vkarasulli@suse.de + +- ipv6: sr: fix missing sk_buff release in seg6_input_core + (bsc#1227626 CVE-2024-39490). +- commit 3d59f52 + +------------------------------------------------------------------- +Fri Jul 12 17:35:04 CEST 2024 - vkarasulli@suse.de + +- mptcp: fix data re-injection from stale subflow (bsc#1223010 + CVE-2024-26826). +- commit f3a102e + +------------------------------------------------------------------- +Fri Jul 12 17:29:48 CEST 2024 - vkarasulli@suse.de + +- net/smc: fix illegal rmb_desc access in SMC-D connection dump + (bsc#1220942 CVE-2024-26615). +- commit f21afb0 + +------------------------------------------------------------------- +Fri Jul 12 17:08:31 CEST 2024 - tiwai@suse.de + +- kabi/severities: cover all ath/* drivers (bsc#1227149) + All symbols in ath/* network drivers are local and can be ignored +- commit d902566 + +------------------------------------------------------------------- +Fri Jul 12 17:07:22 CEST 2024 - tiwai@suse.de + +- Refresh kabi workaround ath updates (bsc#1227149#) +- commit b0fa38b + +------------------------------------------------------------------- +Fri Jul 12 17:00:46 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: simplify non-chanctx drivers (bsc#1227149). +- commit eeb4722 + +------------------------------------------------------------------- +Fri Jul 12 16:54:34 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: move power type check to ASSOC stage when + connecting to 6 GHz AP (bsc#1227149). +- wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs + (bsc#1227149). +- wifi: ath12k: fix the problem that down grade phy mode operation + (bsc#1227149). +- wifi: ath12k: check M3 buffer size as well whey trying to + reuse it (bsc#1227149). +- wifi: ath12k: fix kernel crash during resume (bsc#1227149). +- wifi: ath9k: work around memset overflow warning (bsc#1227149). +- wifi: ath12k: use correct flag field for 320 MHz channels + (bsc#1227149). +- commit 58db5ff + +------------------------------------------------------------------- +Fri Jul 12 16:50:01 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: use RCU when accessing struct inet6_dev::ac_list + (bsc#1227149). +- wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149). +- wifi: ath11k: constify MHI channel and controller configs + (bsc#1227149). +- wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event() + (bsc#1227149). +- wifi: ath11k: remove unused scan_events from struct + scan_req_params (bsc#1227149). +- wifi: ath11k: add support for QCA2066 (bsc#1227149). +- wifi: ath11k: move pci.ops registration ahead (bsc#1227149). +- commit 29f553c + +------------------------------------------------------------------- +Fri Jul 12 16:48:49 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: provide address list if chip supports 2 stations + (bsc#1227149). +- wifi: ath11k: support 2 station interfaces (bsc#1227149). +- wifi: ath12k: remove the unused scan_events from + ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Remove unused scan_flags from struct + ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Do not use scan_flags from struct + ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: carl9170: Remove redundant assignment to pointer super + (bsc#1227149). +- wifi: ath11k: Remove scan_flags union from struct + scan_req_params (bsc#1227149). +- wifi: ath11k: Do not directly use scan_flags in struct + scan_req_params (bsc#1227149). +- wifi: ath12k: Fix uninitialized use of ret in + ath12k_mac_allocate() (bsc#1227149). +- wifi: ath11k: Really consistently use ath11k_vif_to_arvif() + (bsc#1227149). +- wifi: ath12k: advertise P2P dev support for WCN7850 + (bsc#1227149). +- wifi: ath12k: designating channel frequency for ROC scan + (bsc#1227149). +- wifi: ath12k: move peer delete after vdev stop of station for + WCN7850 (bsc#1227149). +- wifi: ath12k: allow specific mgmt frame tx while vdev is not up + (bsc#1227149). +- wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to + 512 (bsc#1227149). +- wifi: ath12k: implement remain on channel for P2P mode + (bsc#1227149). +- wifi: ath12k: implement handling of P2P NoA event (bsc#1227149). +- wifi: ath12k: add P2P IE in beacon template (bsc#1227149). +- wifi: ath12k: change interface combination for P2P mode + (bsc#1227149). +- wifi: ath12k: fix broken structure wmi_vdev_create_cmd + (bsc#1227149). +- commit 21d36c7 + +------------------------------------------------------------------- +Fri Jul 12 16:47:19 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: initialize eirp_power before use (bsc#1227149). +- wifi: ath12k: enable 802.11 power save mode in station mode + (bsc#1227149). +- wifi: ath12k: refactor the rfkill worker (bsc#1227149). +- wifi: ath12k: add processing for TWT disable event + (bsc#1227149). +- wifi: ath12k: add processing for TWT enable event (bsc#1227149). +- wifi: ath12k: disable QMI PHY capability learn in split-phy + QCN9274 (bsc#1227149). +- wifi: ath12k: Read board id to support split-PHY QCN9274 + (bsc#1227149). +- wifi: ath12k: fix PCI read and write (bsc#1227149). +- wifi: ath12k: add MAC id support in WBM error path + (bsc#1227149). +- wifi: ath12k: subscribe required word mask from rx tlv + (bsc#1227149). +- commit c884365 + +------------------------------------------------------------------- +Fri Jul 12 16:46:04 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149). +- wifi: ath12k: split hal_ops to support RX TLVs word mask + compaction (bsc#1227149). +- wifi: ath12k: fix firmware assert during insmod in memory + segment mode (bsc#1227149). +- wifi: ath12k: Add logic to write QRTR node id to scratch + (bsc#1227149). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149). +- wifi: ath12k: add support for peer meta data version + (bsc#1227149). +- wifi: ath12k: fetch correct pdev id from + WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149). +- wifi: ath12k: indicate NON MBSSID vdev by default during vdev + start (bsc#1227149). +- wifi: ath12k: add firmware-2.bin support (bsc#1227149). +- wifi: ath9k: remove redundant assignment to variable ret + (bsc#1227149). +- commit 777dc1c + +------------------------------------------------------------------- +Fri Jul 12 16:45:05 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: fix connection failure due to unexpected peer + delete (bsc#1227149). +- wifi: ath11k: avoid forward declaration of + ath11k_mac_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149). +- commit d2a4b44 + +------------------------------------------------------------------- +Fri Jul 12 16:43:28 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: remove invalid peer create logic (bsc#1227149). +- wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149). +- wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-doc + (bsc#1227149). +- wifi: ath10k: Fix htt_data_tx_completion kernel-doc warning + (bsc#1227149). +- wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc + (bsc#1227149). +- wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id + (bsc#1227149). +- wifi: ath10k: add missing wmi_10_4_feature_mask documentation + (bsc#1227149). +- wifi: ath12k: add support for collecting firmware log + (bsc#1227149). +- wifi: ath12k: Introduce the container for mac80211 hw + (bsc#1227149). +- wifi: ath12k: Refactor the mac80211 hw access from link/radio + (bsc#1227149). +- commit 614fabb + +------------------------------------------------------------------- +Fri Jul 12 16:43:10 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Improve ITE fault handling if target device isn't + present (git-fixes). +- commit 134a3a5 + +------------------------------------------------------------------- +Fri Jul 12 16:42:24 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149). +- wifi: ath12k: add support for BA1024 (bsc#1227149). +- wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue + (bsc#1227149). +- wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: add QMI PHY capability learn support + (bsc#1227149). +- wifi: ath12k: refactor QMI MLO host capability helper function + (bsc#1227149). +- wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149). +- wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar + (bsc#1227149). +- commit dd312dc + +------------------------------------------------------------------- +Fri Jul 12 16:41:18 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_ampdu_action() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_configure_filter() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_update_vif_offload() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149). +- wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_register() and + ath12k_mac_unregister() (bsc#1227149). +- commit b6ca728 + +------------------------------------------------------------------- +Fri Jul 12 16:40:30 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: refactor ath12k_mac_setup_channels_rates() + (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_allocate() and + ath12k_mac_destroy() (bsc#1227149). +- wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call + (bsc#1227149). +- wifi: ath12k: Use initializers for QMI message buffers + (bsc#1227149). +- wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149). +- wifi: ath12k: Remove unnecessary struct qmi_txn initializers + (bsc#1227149). +- wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when + EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149). +- wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID + (bsc#1227149). +- wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service + bit (bsc#1227149). +- wifi: ath11k: fill parameters for vdev set tpc power WMI command + (bsc#1227149). +- commit 3c338b0 + +------------------------------------------------------------------- +Fri Jul 12 16:39:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: save max transmit power in vdev start response + event from firmware (bsc#1227149). +- commit 279ae7a + +------------------------------------------------------------------- +Fri Jul 12 16:39:08 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: add parse of transmit power envelope element + (bsc#1227149). +- commit e295f89 + +------------------------------------------------------------------- +Fri Jul 12 16:36:24 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: save power spectral density(PSD) of regulatory + rule (bsc#1227149). +- wifi: ath11k: update regulatory rules when connect to AP on + 6 GHz band for station (bsc#1227149). +- wifi: ath11k: update regulatory rules when interface added + (bsc#1227149). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock + (bsc#1227149). +- wifi: ath11k: store cur_regulatory_info for each radio + (bsc#1227149). +- wifi: ath11k: add support to select 6 GHz regulatory type + (bsc#1227149). +- wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc() + (bsc#1227149). +- wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149). +- commit d84dbd2 + +------------------------------------------------------------------- +Fri Jul 12 16:35:02 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: Make QMI message rules const (bsc#1227149). +- wifi: ath12k: support default regdb while searching board-2.bin + for WCN7850 (bsc#1227149). +- wifi: ath12k: add support to search regdb data in board-2.bin + for WCN7850 (bsc#1227149). +- wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT + (bsc#1227149). +- wifi: ath12k: add fallback board name without variant while + searching board-2.bin (bsc#1227149). +- wifi: ath12k: add string type to search board data in + board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update + (bsc#1227149). +- wifi: ath10k: use flexible array in struct + wmi_tdls_peer_capabilities (bsc#1227149). +- wifi: ath10k: remove unused template structs (bsc#1227149). +- wifi: ath10k: remove struct wmi_pdev_chanlist_update_event + (bsc#1227149). +- commit e73f8dc + +------------------------------------------------------------------- +Fri Jul 12 16:28:28 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: use flexible arrays for WMI start scan TLVs + (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_host_mem_chunks + (bsc#1227149). +- wifi: ath9k: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: ath9k: delete some unused/duplicate macros (bsc#1227149). +- wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc() + (bsc#1227149). +- wifi: ath11k: rely on mac80211 debugfs handling for vif + (bsc#1227149). +- wifi: ath11k: workaround too long expansion sparse warnings + (bsc#1227149). +- Revert "wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ" + (bsc#1227149). +- wifi: ath9k: reset survey of current channel after a scan + started (bsc#1227149). +- wifi: ath12k: fix the issue that the multicast/broadcast + indicator is not read correctly for WCN7850 (bsc#1227149). +- commit 6cf204e + +------------------------------------------------------------------- +Fri Jul 12 16:27:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Fix ath11k_htc_record flexible record + (bsc#1227149). +- wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna + (bsc#1227149). +- wifi: ath10k: add support to allow broadcast action frame RX + (bsc#1227149). +- wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149). +- wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector + (bsc#1227149). +- wifi: ath12k: do not restore ASPM in case of single MSI vector + (bsc#1227149). +- wifi: ath12k: add support one MSI vector (bsc#1227149). +- wifi: ath12k: refactor multiple MSI vector implementation + (bsc#1227149). +- wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ + (bsc#1227149). +- wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler + (bsc#1227149). +- commit 908caeb + +------------------------------------------------------------------- +Fri Jul 12 16:26:29 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: get msi_data again after request_irq is called + (bsc#1227149). +- wifi: wcn36xx: Convert to platform remove callback returning + void (bsc#1227149). +- wifi: ath5k: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: ath12k: avoid repeated hw access from ar (bsc#1227149). +- wifi: ath12k: Optimize the mac80211 hw data access + (bsc#1227149). +- wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149). +- wifi: ath11k: Convert to platform remove callback returning void + (bsc#1227149). +- wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149). +- wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record + (bsc#1227149). +- wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149). +- commit 67bc0a7 + +------------------------------------------------------------------- +Fri Jul 12 16:25:16 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights + (bsc#1227149). +- commit e13fd24 + +------------------------------------------------------------------- +Fri Jul 12 16:24:52 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights + (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch. +- Refresh + patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch. +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- Refresh + patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch. +- commit a886227 + +------------------------------------------------------------------- +Fri Jul 12 16:22:17 CEST 2024 - tiwai@suse.de + +- wifi: ath9k: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149). +- wifi: ath12k: avoid explicit HW conversion argument in Rxdma + replenish (bsc#1227149). +- wifi: ath12k: avoid explicit RBM id argument in Rxdma replenish + (bsc#1227149). +- wifi: ath12k: avoid explicit mac id argument in Rxdma replenish + (bsc#1227149). +- wifi: ath12k: fix the error handler of rfkill config + (bsc#1227149). +- wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- commit a869013 + +------------------------------------------------------------------- +Fri Jul 12 16:20:31 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath11k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath12k: Remove obsolete struct wmi_peer_flags_map + *peer_flags (bsc#1227149). +- wifi: ath11k: Remove obsolete struct wmi_peer_flags_map + *peer_flags (bsc#1227149). +- wifi: ath12k: Remove struct ath12k::ops (bsc#1227149). +- wifi: ath11k: Remove struct ath11k::ops (bsc#1227149). +- wifi: ath10k: Remove unused struct ath10k_htc_frame + (bsc#1227149). +- wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc() + (bsc#1227149). +- wifi: ath11k: Remove unneeded semicolon (bsc#1227149). +- wifi: ath10k: replace deprecated strncpy with memcpy + (bsc#1227149). +- commit e59240f + +------------------------------------------------------------------- +Fri Jul 12 16:19:29 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: drop NULL pointer check in + ath12k_update_per_peer_tx_stats() (bsc#1227149). +- Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without + condition" (bsc#1227149). +- wifi: ath12k: Introduce and use ath12k_sta_to_arsta() + (bsc#1227149). +- wifi: ath12k: rename the sc naming convention to ab + (bsc#1227149). +- wifi: ath12k: rename the wmi_sc naming convention to wmi_ab + (bsc#1227149). +- commit f93677e + +------------------------------------------------------------------- +Fri Jul 12 16:18:14 CEST 2024 - tiwai@suse.de + +- bus: mhi: host: allow MHI client drivers to provide the firmware + via a pointer (bsc#1227149). +- commit 494649c + +------------------------------------------------------------------- +Fri Jul 12 16:16:59 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: add firmware-2.bin support (bsc#1227149). +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- commit 677d325 + +------------------------------------------------------------------- +Fri Jul 12 16:11:22 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149). +- commit 296ac8f + +------------------------------------------------------------------- +Fri Jul 12 16:10:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: rename the sc naming convention to ab + (bsc#1227149). +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- Refresh + patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch. +- commit 6eedd0d + +------------------------------------------------------------------- +Fri Jul 12 16:07:54 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: rename the wmi_sc naming convention to wmi_ab + (bsc#1227149). +- wifi: ath6kl: replace deprecated strncpy with memcpy + (bsc#1227149). +- commit cd59b03 + +------------------------------------------------------------------- +Fri Jul 12 16:06:43 CEST 2024 - tiwai@suse.de + +- wifi: ath5k: replace deprecated strncpy with strscpy + (bsc#1227149). +- wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149). +- wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149). +- wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149). +- wifi: ath12k: register EHT mesh capabilities (bsc#1227149). +- wifi: ath11k: Use device_get_match_data() (bsc#1227149). +- wifi: ath11k: Introduce and use ath11k_sta_to_arsta() + (bsc#1227149). +- wifi: ath11k: Remove unused struct ath11k_htc_frame + (bsc#1227149). +- wifi: ath12k: fix invalid m3 buffer address (bsc#1227149). +- wifi: ath12k: add ath12k_qmi_free_resource() for recovery + (bsc#1227149). +- commit a18a8d4 + +------------------------------------------------------------------- +Fri Jul 12 16:05:13 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: configure RDDM size to MHI for device recovery + (bsc#1227149). +- wifi: ath12k: add parsing of phy bitmap for reg rules + (bsc#1227149). +- wifi: ath11k: add parsing of phy bitmap for reg rules + (bsc#1227149). +- wifi: ath11k: ath11k_debugfs_register(): fix format-truncation + warning (bsc#1227149). +- wifi: ath12k: Consistently use ath12k_vif_to_arvif() + (bsc#1227149). +- wifi: ath11k: call ath11k_mac_fils_discovery() without condition + (bsc#1227149). +- wifi: ath12k: remove redundant memset() in + ath12k_hal_reo_qdesc_setup() (bsc#1227149). +- wifi: ath9k_htc: fix format-truncation warning (bsc#1227149). +- wifi: ath12k: fix debug messages (bsc#1227149). +- wifi: ath11k: fix CAC running state during virtual interface + start (bsc#1227149). +- commit c2f2e92 + +------------------------------------------------------------------- +Fri Jul 12 16:04:06 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149). +- wifi: ath10k: indicate to mac80211 scan complete with aborted + flag for ATH10K_SCAN_STARTING state (bsc#1227149). +- wifi: ath: dfs_pattern_detector: Use flex array to simplify code + (bsc#1227149). +- wifi: carl9170: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath10k: consistently use kstrtoX_from_user() functions + (bsc#1227149). +- wifi: ath12k: add keep backward compatibility of PHY mode to + avoid firmware crash (bsc#1227149). +- wifi: ath12k: add read variant from SMBIOS for download board + data (bsc#1227149). +- wifi: ath12k: do not drop data frames from unassociated stations + (bsc#1227149). +- wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data + handling (bsc#1227149). +- wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage + (bsc#1227149). +- commit b844022 + +------------------------------------------------------------------- +Fri Jul 12 16:02:58 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149). +- wifi: ath12k: Set default beacon mode to burst mode + (bsc#1227149). +- wifi: ath12k: call ath12k_mac_fils_discovery() without condition + (bsc#1227149). +- wifi: ath11k: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS + for WCN7850 (bsc#1227149). +- wifi: ath12k: change to treat alpha code na as world wide + regdomain (bsc#1227149). +- wifi: ath12k: indicate scan complete for scan canceled when + scan running (bsc#1227149). +- wifi: ath12k: indicate to mac80211 scan complete with aborted + flag for ATH12K_SCAN_STARTING state (bsc#1227149). +- wifi: ath12k: fix recovery fail while firmware crash when + doing channel switch (bsc#1227149). +- wifi: ath12k: add support for hardware rfkill for WCN7850 + (bsc#1227149). +- commit 087627b + +------------------------------------------------------------------- +Fri Jul 12 16:00:55 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: use kstrtoul_from_user() where appropriate + (bsc#1227149). +- wifi: ath11k: remove unused members of 'struct ath11k_base' + (bsc#1227149). +- wifi: ath11k: drop redundant check in + ath11k_dp_rx_mon_dest_process() (bsc#1227149). +- wifi: ath11k: drop NULL pointer check in + ath11k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL + (bsc#1227149). +- wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by + (bsc#1227149). +- wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with + __counted_by (bsc#1227149). +- wifi: ath12k: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath10k: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath6kl: remove unnecessary (void*) conversions + (bsc#1227149). +- commit 3f20dbc + +------------------------------------------------------------------- +Fri Jul 12 15:59:31 CEST 2024 - tiwai@suse.de + +- wifi: ath5k: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: wcn36xx: remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ar5523: Remove unnecessary (void*) conversions + (bsc#1227149). +- wifi: ath9k: clean up function ath9k_hif_usb_resume + (bsc#1227149). +- wifi: ath11k: add chip id board name while searching board-2.bin + for WCN6855 (bsc#1227149). +- wifi: ath12k: change to initialize recovery variables earlier + in ath12k_core_reset() (bsc#1227149). +- wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT + PHY capability for WCN7850 (bsc#1227149). +- wifi: ath9k: use u32 for txgain indexes (bsc#1227149). +- wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149). +- wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149). +- commit 0b35606 + +------------------------------------------------------------------- +Fri Jul 12 15:58:31 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan + (bsc#1227149). +- wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats + (bsc#1227149). +- wifi: ath11k: move references from rsvd2 to info fields + (bsc#1227149). +- wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM + crash (bsc#1227149). +- wifi: ath: Use is_multicast_ether_addr() to check multicast + Ether address (bsc#1227149). +- wifi: ath12k: Remove unused declarations (bsc#1227149). +- wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap() + (bsc#1227149). +- wifi: ath: remove unused-but-set parameter (bsc#1227149). +- wifi: ath11k: Remove unused declarations (bsc#1227149). +- wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning + (bsc#1227149). +- commit 1f3c3b8 + +------------------------------------------------------------------- +Fri Jul 12 15:57:00 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning + (bsc#1227149). +- wifi: ath11k: simplify the code with module_platform_driver + (bsc#1227149). +- wifi: ath12k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Fix a few spelling errors (bsc#1227149). +- wifi: ath10k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Consistently use ath11k_vif_to_arvif() + (bsc#1227149). +- wifi: ath9k: Remove unused declarations (bsc#1227149). +- wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149). +- wifi: ath9k: consistently use kstrtoX_from_user() functions + (bsc#1227149). +- wifi: ath9k: fix parameter check in ath9k_init_debug() + (bsc#1227149). +- commit 6c737fb + +------------------------------------------------------------------- +Fri Jul 12 15:54:18 CEST 2024 - tiwai@suse.de + +- wifi: ath5k: Remove redundant dev_err() (bsc#1227149). +- wifi: ath12k: avoid deadlock by change ieee80211_queue_work + for regd_update_work (bsc#1227149). +- wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED + (bsc#1227149). +- wifi: ath12k: relax list iteration in ath12k_mac_vif_unref() + (bsc#1227149). +- wifi: ath12k: configure puncturing bitmap (bsc#1227149). +- wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149). +- wifi: ath12k: add MLO header in peer association (bsc#1227149). +- wifi: ath12k: peer assoc for 320 MHz (bsc#1227149). +- wifi: ath12k: add WMI support for EHT peer (bsc#1227149). +- wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149). +- commit 3191784 + +------------------------------------------------------------------- +Fri Jul 12 15:53:00 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: add EHT PHY modes (bsc#1227149). +- wifi: ath12k: propagate EHT capabilities to userspace + (bsc#1227149). +- wifi: ath12k: WMI support to process EHT capabilities + (bsc#1227149). +- wifi: ath12k: move HE capabilities processing to a new function + (bsc#1227149). +- commit 7fb64df + +------------------------------------------------------------------- +Fri Jul 12 15:52:06 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: rename HE capabilities setup/copy functions + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-annotate-iftype_data-pointer-with-spar.patch. +- commit ddfeb0d + +------------------------------------------------------------------- +Fri Jul 12 15:49:27 CEST 2024 - tiwai@suse.de + +- wifi: ath12k: change to use dynamic memory for channel list + of scan (bsc#1227149). +- wifi: ath12k: trigger station disconnect on hardware restart + (bsc#1227149). +- wifi: ath12k: Use pdev_id rather than mac_id to get pdev + (bsc#1227149). +- wifi: ath12k: correct the data_type from QMI_OPT_FLAG to + QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149). +- wifi: ath11k: Remove cal_done check during probe (bsc#1227149). +- commit e204950 + +------------------------------------------------------------------- +Fri Jul 12 15:19:17 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: simplify + ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149). +- wifi: ath6kl: Remove error checking for debugfs_create_dir() + (bsc#1227149). +- wifi: ath5k: remove phydir check from ath5k_debug_init_device() + (bsc#1227149). +- wifi: drivers: Explicitly include correct DT includes + (bsc#1227149). +- wifi: ath10k: improve structure padding (bsc#1227149). +- wifi: ath12k: fix conf_mutex in + ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149). +- wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149). +- commit 3345b7e + +------------------------------------------------------------------- +Fri Jul 12 15:15:22 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: htc: cleanup debug messages (bsc#1227149). +- wifi: ath11k: don't use %pK (bsc#1227149). +- wifi: ath11k: hal: cleanup debug message (bsc#1227149). +- wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL + (bsc#1227149). +- wifi: ath11k: dp: cleanup debug message (bsc#1227149). +- wifi: ath11k: pci: cleanup debug logging (bsc#1227149). +- wifi: ath11k: wmi: add unified command debug messages + (bsc#1227149). +- wifi: ath11k: wmi: use common error handling style + (bsc#1227149). +- wifi: ath11k: wmi: cleanup error handling in + ath11k_wmi_send_init_country_cmd() (bsc#1227149). +- wifi: ath11k: remove unsupported event handlers (bsc#1227149). +- commit 37105bd + +------------------------------------------------------------------- +Fri Jul 12 15:12:27 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: add WMI event debug messages (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch. +- Refresh + patches.suse/wifi-ath11k-fix-temperature-event-locking.patch. +- commit 572fd2c + +------------------------------------------------------------------- +Fri Jul 12 15:11:21 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: remove manual mask names from debug messages + (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch. +- commit a7ae7bf + +------------------------------------------------------------------- +Fri Jul 12 15:10:20 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: print debug level in debug messages (bsc#1227149). +- wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149). +- wifi: ath12k: delete the timer rx_replenish_retry during rmmod + (bsc#1227149). +- wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149). +- wifi: ath12k: check hardware major version for WCN7850 + (bsc#1227149). +- wifi: ath11k: update proper pdev/vdev id for testmode command + (bsc#1227149). +- wifi: atk10k: Don't opencode ath10k_pci_priv() in + ath10k_ahb_priv() (bsc#1227149). +- wifi: ath10k: Convert to platform remove callback returning void + (bsc#1227149). +- commit cafd8ed + +------------------------------------------------------------------- +Fri Jul 12 15:04:51 CEST 2024 - tiwai@suse.de + +- wifi: ath10k: Drop checks that are always false (bsc#1227149). +- wifi: ath10k: Drop cleaning of driver data from probe error + path and remove (bsc#1227149). +- wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149). +- commit dde2040 + +------------------------------------------------------------------- +Fri Jul 12 15:01:45 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: Allow ath11k to boot without caldata in ftm mode + (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch. +- commit adbddfc + +------------------------------------------------------------------- +Fri Jul 12 15:00:35 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: factory test mode support (bsc#1227149). +- Refresh + patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch. +- Refresh + patches.suse/wifi-ath11k-rearrange-IRQ-enable-disable-in-reset-pa.patch. +- Refresh patches.suse/wifi-ath11k-support-hibernation.patch. +- commit 030f59a + +------------------------------------------------------------------- +Fri Jul 12 14:42:30 CEST 2024 - tiwai@suse.de + +- wifi: ath11k: remove unused function ath11k_tm_event_wmi() + (bsc#1227149). +- wifi: ath12k: Add support to parse new WMI event for 6 GHz + regulatory (bsc#1227149). +- wifi: wil6210: wmi: Replace zero-length array with + DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wil6210: fw: Replace zero-length arrays with + DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: ath11k: Send HT fixed rate in WMI peer fixed param + (bsc#1227149). +- wifi: ath11k: Relocate the func + ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16 + to hweight8 (bsc#1227149). +- wifi: ath12k: increase vdev setup timeout (bsc#1227149). +- wifi: ath11k: EMA beacon support (bsc#1227149). +- wifi: ath11k: MBSSID beacon support (bsc#1227149). +- wifi: ath11k: refactor vif parameter configurations + (bsc#1227149). +- wifi: ath11k: MBSSID parameter configuration in AP mode + (bsc#1227149). +- wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd + (bsc#1227149). +- wifi: ath11k: MBSSID configuration during vdev create/start + (bsc#1227149). +- wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149). +- wifi: ath: work around false-positive stringop-overread warning + (bsc#1227149). +- wifi: ath11k: Use list_count_nodes() (bsc#1227149). +- wifi: ath10k: Use list_count_nodes() (bsc#1227149). +- wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition + (bsc#1227149). +- wifi: ath12k: add wait operation for tx management packets + for flush from mac80211 (bsc#1227149). +- wifi: ath12k: Remove some dead code (bsc#1227149). +- wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when + ADDBA session starts (bsc#1227149). +- wifi: ath12k: set PERST pin no pull request for WCN7850 + (bsc#1227149). +- wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware + parameters (bsc#1227149). +- wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create + ordered workqueues (bsc#1227149). +- commit 1763ceb + +------------------------------------------------------------------- +Fri Jul 12 09:23:58 CEST 2024 - tiwai@suse.de + +- net: phy: microchip: lan87xx: reinit PHY after cable test + (git-fixes). +- i2c: pnx: Fix potential deadlock warning from del_timer_sync() + call in isr (git-fixes). +- drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Valve Galileo + (stable-fixes). +- nilfs2: add missing check for inode numbers on directory entries + (stable-fixes). +- nilfs2: fix inode number range checks (stable-fixes). +- drm/amdgpu: silence UBSAN warning (stable-fixes). +- spi: cadence: Ensure data lines set to low during dummy-cycle + period (stable-fixes). +- regmap-i2c: Subtract reg size from max_write (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro + (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT + IVW 11.6" tablet (stable-fixes). +- nfc/nci: Add the inconsistency check between the input data + length and count (stable-fixes). +- Input: ff-core - prefer struct_size over open coded arithmetic + (stable-fixes). +- cdrom: rearrange last_media_change check to avoid unintentional + overflow (stable-fixes). +- serial: imx: Raise TX trigger level to 8 (stable-fixes). +- usb: xhci: prevent potential failure in handle_tx_event() + for Transfer events without TRB (stable-fixes). +- thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on + lvts_data (stable-fixes). +- firmware: dmi: Stop decoding on broken entry (stable-fixes). +- i2c: i801: Annotate apanel_addr as __ro_after_init + (stable-fixes). +- media: dvb-frontends: tda10048: Fix integer overflow + (stable-fixes). +- media: s2255: Use refcount_t instead of atomic_t for + num_channels (stable-fixes). +- media: dvb-frontends: tda18271c2dd: Remove casting during div + (stable-fixes). +- media: dw2102: fix a potential buffer overflow (git-fixes). +- media: dw2102: Don't translate i2c read into write + (stable-fixes). +- media: dvb-usb: dib0700_devices: Add missing release_firmware() + (stable-fixes). +- media: dvb: as102-fe: Fix as10x_register_addr packing + (stable-fixes). +- drm/amdgpu: fix the warning about the expression (int)size - + len (stable-fixes). +- drm/amdgpu: fix uninitialized scalar variable warning + (stable-fixes). +- drm/amd/display: Fix uninitialized variables in DM + (stable-fixes). +- drm/amd/display: Skip finding free audio for unknown engine_id + (stable-fixes). +- drm/amd/display: Check pipe offset before setting vblank + (stable-fixes). +- drm/amd/display: Check index msg_id before read or write + (stable-fixes). +- drm/amdgpu: Initialize timestamp for some legacy SOCs + (stable-fixes). +- drm/amdgpu: Using uninitialized value *size when calling + amdgpu_vce_cs_reloc (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warnings (stable-fixes). +- drm/lima: fix shared irq handling on driver remove + (stable-fixes). +- wifi: mt76: mt7996: add sanity checks for background radar + trigger (stable-fixes). +- wifi: mt76: replace skb_put with skb_put_zero (stable-fixes). +- crypto: aead,cipher - zeroize key buffer after use + (stable-fixes). +- crypto: hisilicon/debugfs - Fix debugfs uninit process issue + (stable-fixes). +- commit 240e65e + +------------------------------------------------------------------- +Thu Jul 11 22:00:57 CEST 2024 - tiwai@suse.de + +- Refresh patches.kabi/wireless-kabi-workaround.patch (bsc#1227149) + More fixes for 6.9 API updates +- commit 25eb11c + +------------------------------------------------------------------- +Thu Jul 11 17:39:15 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149). +- wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149). +- wifi: iwlwifi: Use request_module_nowait (bsc#1227149). +- wifi: iwlwifi: mvm: don't always disable EMLSR due to BT coex + (bsc#1227149). +- wifi: iwlwifi: mvm: calculate EMLSR mode after connection + (bsc#1227149). +- wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete + (bsc#1227149). +- wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8 + (bsc#1227149). +- commit 74beb0b + +------------------------------------------------------------------- +Thu Jul 11 17:34:13 CEST 2024 - ohering@suse.de + +- net: mana: Fix possible double free in error handling path + (git-fixes). +- RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes). +- net: mana: Fix the extra HZ in mana_hwc_send_request + (git-fixes). +- commit cb4a2bd + +------------------------------------------------------------------- +Thu Jul 11 17:31:44 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix link ID management (bsc#1227149). +- Revert "wifi: iwlwifi: bump FW API to 90 for BZ/SC devices" + (bsc#1227149). +- wifi: iwlwifi: mvm: handle debugfs names more carefully + (bsc#1227149). +- commit 1b2b558 + +------------------------------------------------------------------- +Thu Jul 11 17:30:57 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW + (bsc#1227149). +- wifi: iwlwifi: mvm: consider having one active link + (bsc#1227149). +- wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF + (bsc#1227149). +- wifi: iwlwifi: mvm: disable MLO for the time being + (bsc#1227149). +- wifi: cfg80211: add a flag to disable wireless extensions + (bsc#1227149). +- iwlwifi: mvm: Use for_each_thermal_trip() for walking trip + points (bsc#1227149). +- iwlwifi: mvm: Populate trip table before registering thermal + zone (bsc#1227149). +- iwlwifi: mvm: Drop unused fw_trips_index[] from + iwl_mvm_thermal_device (bsc#1227149). +- commit 53ce28e + +------------------------------------------------------------------- +Thu Jul 11 17:26:16 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: add link id to ieee80211_gtk_rekey_add() + (bsc#1227149). +- wifi: iwlwifi: load b0 version of ucode for HR1/HR2 + (bsc#1227149). +- wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149). +- wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149). +- wifi: iwlwifi: mvm: unlock mvm if there is no primary link + (bsc#1227149). +- wifi: iwlwifi: mvm: partially support PHY context version 6 + (bsc#1227149). +- commit 590b6b6 + +------------------------------------------------------------------- +Thu Jul 11 17:18:17 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: cancel session protection only if there is one + (bsc#1227149). +- wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P + (bsc#1227149). +- wifi: iwlwifi: mvm: check own capabilities for EMLSR + (bsc#1227149). +- wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149). +- wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149). +- commit b9417e2 + +------------------------------------------------------------------- +Thu Jul 11 17:05:09 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149). +- wifi: iwlwifi: don't use TRUE/FALSE with bool (bsc#1227149). +- wifi: iwlwifi: api: fix constant version to match FW + (bsc#1227149). +- wifi: iwlwifi: mvm: Extend support for P2P service discovery + (bsc#1227149). +- wifi: iwlwifi: mvm: work around A-MSDU size problem + (bsc#1227149). +- wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory + (bsc#1227149). +- wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 + (bsc#1227149). +- wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149). +- wifi: iwlwifi: queue: improve warning for no skb in reclaim + (bsc#1227149). +- wifi: iwlwifi: mvm: move BA notif messages before action + (bsc#1227149). +- commit da274a5 + +------------------------------------------------------------------- +Thu Jul 11 17:02:21 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: report unprotected deauth/disassoc in wowlan + (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 8a7655b + +------------------------------------------------------------------- +Thu Jul 11 17:00:16 CEST 2024 - tiwai@suse.de + +- wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc + (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit e91caa5 + +------------------------------------------------------------------- +Thu Jul 11 16:57:52 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 72d3017 + +------------------------------------------------------------------- +Thu Jul 11 16:48:45 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason + (bsc#1227149). +- wifi: iwlwifi: mvm: remove flags for enable/disable beacon + filter (bsc#1227149). +- wifi: iwlwifi: pcie: Add new PCI device id and CNVI + (bsc#1227149). +- wifi: iwlwifi: mvm: don't send the smart fifo command if not + needed (bsc#1227149). +- wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149). +- wifi: iwlwifi: mvm: don't do duplicate detection for nullfunc + packets (bsc#1227149). +- wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149). +- wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149). +- wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149). +- commit 9013bb7 + +------------------------------------------------------------------- +Thu Jul 11 16:45:50 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149). +- wifi: iwlwifi: mvm: Keep connection in case of missed beacons + during RX (bsc#1227149). +- wifi: iwlwifi: properly check if link is active (bsc#1227149). +- wifi: iwlwifi: take SGOM and UATS code out of ACPI ifdef + (bsc#1227149). +- wifi: iwlwifi: mvm: don't abort queue sync in CT-kill + (bsc#1227149). +- wifi: iwlwifi: mvm: define RX queue sync timeout as a macro + (bsc#1227149). +- wifi: iwlwifi: mvm: expand queue sync warning messages + (bsc#1227149). +- wifi: iwlwifi: mvm: Declare support for secure LTF measurement + (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for protected ranging + negotiation (bsc#1227149). +- wifi: iwlwifi: mvm: remove one queue sync on BA session stop + (bsc#1227149). +- commit d32b4ac + +------------------------------------------------------------------- +Thu Jul 11 16:37:46 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: don't support reduced tx power on ack for + new devices (bsc#1227149). +- wifi: iwlwifi: use system_unbound_wq for debug dump + (bsc#1227149). +- wifi: iwlwifi: mvm: remove EHT code from mac80211.c + (bsc#1227149). +- wifi: iwlwifi: read mac step from aux register (bsc#1227149). +- wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149). +- wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149). +- wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3 + (bsc#1227149). +- wifi: iwlwifi: pcie: don't allow hw-rfkill to stop device on + gen2 (bsc#1227149). +- wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149). +- commit 6501846 + +------------------------------------------------------------------- +Thu Jul 11 16:35:30 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: update beacon counters per link basis + (bsc#1227149). +- wifi: iwlwifi: return negative -EINVAL instead of positive + EINVAL (bsc#1227149). +- wifi: iwlwifi: fw: fix compiler warning for NULL string print + (bsc#1227149). +- wifi: iwlwifi: mvm: make functions public (bsc#1227149). +- wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: mvm: don't send BT_COEX_CI command on new devices + (bsc#1227149). +- wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149). +- commit 4b3d0a2 + +------------------------------------------------------------------- +Thu Jul 11 16:31:38 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149). +- wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149). +- wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef + (bsc#1227149). +- wifi: iwlwifi: rfi: use a single DSM function for all RFI + configurations (bsc#1227149). +- wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149). +- wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149). +- wifi: iwlwifi: support link command version 2 (bsc#1227149). +- wifi: iwlwifi: mvm: use fast balance scan in case of an active + P2P GO (bsc#1227149). +- wifi: iwlwifi: mvm: don't send NDPs for new tx devices + (bsc#1227149). +- wifi: iwlwifi: read SPLC from UEFI (bsc#1227149). +- commit 10d0457 + +------------------------------------------------------------------- +Thu Jul 11 16:28:02 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: api: clean up some kernel-doc/typos + (bsc#1227149). +- wifi: iwlwifi: remove unused function prototype (bsc#1227149). +- iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149). +- commit edb7009 + +------------------------------------------------------------------- +Thu Jul 11 16:25:31 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW' + flows (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch. +- commit cbe5734 + +------------------------------------------------------------------- +Thu Jul 11 16:23:31 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading TAS table from UEFI + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch. +- commit 37ff9f0 + +------------------------------------------------------------------- +Thu Jul 11 16:22:27 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: don't check TAS block list size twice + (bsc#1227149). +- wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: validate PPAG table when sent to FW + (bsc#1227149). +- commit aab6534 + +------------------------------------------------------------------- +Thu Jul 11 16:20:19 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: prepare for reading PPAG table from UEFI + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-fw-fix-compile-w-o-CONFIG_ACPI.patch. +- commit b317fc2 + +------------------------------------------------------------------- +Thu Jul 11 16:18:56 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149). +- wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD + (bsc#1227149). +- wifi: iwlwifi: prepare for reading SAR tables from UEFI + (bsc#1227149). +- wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: d3: implement suspend with MLO + (bsc#1227149). +- wifi: iwlwifi: mvm: refactor duplicate chanctx condition + (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped packets due to MIC error + (bsc#1227149). +- commit ab26861 + +------------------------------------------------------------------- +Thu Jul 11 16:16:11 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-don-t-set-the-MFP-flag-for-the-GTK.patch. +- commit d834590 + +------------------------------------------------------------------- +Thu Jul 11 16:14:18 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149). +- commit 265cdf6 + +------------------------------------------------------------------- +Thu Jul 11 16:13:05 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit f498490 + +------------------------------------------------------------------- +Thu Jul 11 16:07:40 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-fw-fix-compile-w-o-CONFIG_ACPI.patch. +- commit 85303bc + +------------------------------------------------------------------- +Thu Jul 11 16:06:02 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149). +- wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149). +- wifi: iwlwifi: mvm: don't set trigger frame padding in AP mode + (bsc#1227149). +- wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" + (bsc#1227149). +- wifi: iwlwifi: mvm: add support for TID to link mapping neg + request (bsc#1227149). +- wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect station vifs if recovery failed + (bsc#1227149). +- wifi: iwlwifi: fw: dbg: ensure correct config name sizes + (bsc#1227149). +- commit ff842c3 + +------------------------------------------------------------------- +Thu Jul 11 16:02:48 CEST 2024 - tiwai@suse.de + +- wifi: ieee80211: add definitions for negotiated TID to Link map + (bsc#1227149). +- commit b1d66f3 + +------------------------------------------------------------------- +Thu Jul 11 16:00:08 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: process and save negotiated TID to Link mapping + request (bsc#1227149). +- Refresh patches.kabi/wireless-kabi-workaround.patch. +- commit 32a5092 + +------------------------------------------------------------------- +Thu Jul 11 15:56:51 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add RNR with reporting AP information + (bsc#1227149). +- commit 8fede1e + +------------------------------------------------------------------- +Thu Jul 11 15:42:01 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: implement can_activate_links callback + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-active-link-counting-during-rec.patch. +- commit 7e399ce + +------------------------------------------------------------------- +Thu Jul 11 15:40:37 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: remove retry loops in start (bsc#1227149). +- commit 3c4f0f3 + +------------------------------------------------------------------- +Thu Jul 11 15:38:58 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: dbg-tlv: use struct_size() for allocation + (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy + (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure + (bsc#1227149). +- wifi: iwlwifi: mvm: Add support for removing responder TKs + (bsc#1227149). +- wifi: iwlwifi: disable eSR when BT is active (bsc#1227149). +- wifi: iwlwifi: add support for a wiphy_work rx handler + (bsc#1227149). +- wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 + (bsc#1227149). +- wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149). +- wifi: iwlwifi: nvm-parse: advertise common packet padding + (bsc#1227149). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1227149). +- wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM + (bsc#1227149). +- wifi: iwlwifi: disable 160 MHz based on subsystem device ID + (bsc#1227149). +- wifi: iwlwifi: make TB reallocation a debug message + (bsc#1227149). +- wifi: iwlwifi: Add support for new 802.11be device + (bsc#1227149). +- commit 6617b64 + +------------------------------------------------------------------- +Thu Jul 11 13:42:10 CEST 2024 - tiwai@suse.de + +- pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to + hdmimix domain (CVE-2024-35942 bsc#1224589). +- commit cf74548 + +------------------------------------------------------------------- +Thu Jul 11 09:03:27 CEST 2024 - tiwai@suse.de + +- platform/x86: toshiba_acpi: Fix array out-of-bounds access + (git-fixes). +- ACPI: processor_idle: Fix invalid comparison with insertion + sort for latency (git-fixes). +- commit ec2c4bc + +------------------------------------------------------------------- +Thu Jul 11 08:23:12 CEST 2024 - jgross@suse.com + +- KVM: SEV-ES: Delegate LBR virtualization to the processor + (git-fixes). +- commit ca0a7e8 + +------------------------------------------------------------------- +Wed Jul 10 19:27:00 CEST 2024 - jgross@suse.com + +- KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC + routes (git-fixes). +- commit 6653b01 + +------------------------------------------------------------------- +Wed Jul 10 18:51:15 CEST 2024 - jgross@suse.com + +- KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is + absent (git-fixes). +- commit 1094992 + +------------------------------------------------------------------- +Wed Jul 10 18:15:44 CEST 2024 - jgross@suse.com + +- KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked + (git-fixes). +- commit 2cc4a9c + +------------------------------------------------------------------- +Wed Jul 10 17:25:56 CEST 2024 - jgross@suse.com + +- drivers/xen: Improve the late XenStore init protocol + (git-fixes). +- commit cb805fb + +------------------------------------------------------------------- +Wed Jul 10 16:50:39 CEST 2024 - jgross@suse.com + +- xen/x86: add extra pages to unpopulated-alloc if available + (git-fixes). +- commit d9de7d9 + +------------------------------------------------------------------- +Wed Jul 10 15:15:20 CEST 2024 - nik.borisov@suse.com + +- kunit: Fix checksum tests on big endian CPUs (git-fixed). +- commit 91a58a6 + +------------------------------------------------------------------- +Wed Jul 10 14:26:35 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: Fix circular locking dependency (bsc#1222463 CVE-2024-26691). +- commit 3273efe + +------------------------------------------------------------------- +Wed Jul 10 12:10:10 CEST 2024 - ohering@suse.de + +- Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted (bsc#1225744, CVE-2024-36909). +- uio_hv_generic: Don't free decrypted memory (bsc#1225717, CVE-2024-36910). +- hv_netvsc: Don't free decrypted memory (bsc#1225745, CVE-2024-36911). +- Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752, CVE-2024-36912). +- Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753, CVE-2024-36913). +- commit a78a9db + +------------------------------------------------------------------- +Wed Jul 10 10:45:33 CEST 2024 - nik.borisov@suse.com + +- x86/speculation, objtool: Use absolute relocations for annotations (git-fixes). +- commit 14e0989 + +------------------------------------------------------------------- +Wed Jul 10 10:45:13 CEST 2024 - nik.borisov@suse.com + +- x86/head/64: Move the __head definition to (git-fixes). +- commit 36d1750 + +------------------------------------------------------------------- +Wed Jul 10 10:44:56 CEST 2024 - nik.borisov@suse.com + +- x86/csum: Remove unnecessary odd handling (git-fixes). +- commit 439ef62 + +------------------------------------------------------------------- +Wed Jul 10 10:41:33 CEST 2024 - nik.borisov@suse.com + +- x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes). +- commit 98db437 + +------------------------------------------------------------------- +Wed Jul 10 10:32:30 CEST 2024 - nik.borisov@suse.com + +- x86/csum: Improve performance of `csum_partial` (git-fixes). +- commit 131cca3 + +------------------------------------------------------------------- +Wed Jul 10 10:28:28 CEST 2024 - nik.borisov@suse.com + +- x86/boot: Ignore NMIs during very early boot (git-fixes). +- commit 3c94948 + +------------------------------------------------------------------- +Wed Jul 10 10:28:13 CEST 2024 - nik.borisov@suse.com + +- x86/asm: Fix build of UML with KASAN (git-fixes). +- commit 89fc5d7 + +------------------------------------------------------------------- +Wed Jul 10 10:27:52 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Blacklist useless revert +- commit 0a21e69 + +------------------------------------------------------------------- +Wed Jul 10 10:04:47 CEST 2024 - nik.borisov@suse.com + +- tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328 CVE-2024-26665). +- commit f28b881 + +------------------------------------------------------------------- +Wed Jul 10 04:05:50 CEST 2024 - neilb@suse.de + +- SUNRPC: avoid soft lockup when transmitting UDP to reachable + server (bsc#1225272). +- commit 3fc313b + +------------------------------------------------------------------- +Tue Jul 9 14:31:32 CEST 2024 - tiwai@suse.de + +- Move upstreamed turbostat patch into sorted section +- commit 768422e + +------------------------------------------------------------------- +Tue Jul 9 14:23:34 CEST 2024 - tiwai@suse.de + +- Move out-of-tree patch to the right section +- commit a3dba46 + +------------------------------------------------------------------- +Tue Jul 9 12:44:29 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries: Fix scv instruction crash with kexec + (bsc#1194869). +- commit 245b529 + +------------------------------------------------------------------- +Tue Jul 9 11:59:16 CEST 2024 - msuchanek@suse.de + +- powerpc/prom: Add CPU info to hardware description string later + (bsc#1215199). +- commit 75358e1 + +------------------------------------------------------------------- +Tue Jul 9 10:57:44 CEST 2024 - msuchanek@suse.de + +- kernel-binary: vdso: Own module_dir +- commit ff69986 + +------------------------------------------------------------------- +Tue Jul 9 10:18:35 CEST 2024 - tbogendoerfer@suse.de + +- enic: Validate length of nl attributes in enic_set_vf_port + (CVE-2024-38659 bsc#1226883). +- commit 82dab70 + +------------------------------------------------------------------- +Tue Jul 9 08:25:19 CEST 2024 - tiwai@suse.de + +- wifi: wilc1000: fix ies_len type in connect path (git-fixes). +- commit 857b40a + +------------------------------------------------------------------- +Mon Jul 8 21:08:05 CEST 2024 - tabraham@suse.com + +- net/dcb: check for detached device before executing callbacks + (bsc#1215587). +- commit c563440 + +------------------------------------------------------------------- +Mon Jul 8 19:32:11 CEST 2024 - mkoutny@suse.com + +- Update patches.suse/atm-Fix-Use-After-Free-in-do_vcc_ioctl.patch + (git-fixes bsc#1218730 CVE-2023-51780). +- commit 93588a3 + +------------------------------------------------------------------- +Mon Jul 8 13:43:07 CEST 2024 - msuchanek@suse.de + +- powerpc/64s/radix/kfence: map __kfence_pool at page granularity + (bsc#1223570 ltc#205770). +- commit d4edfeb + +------------------------------------------------------------------- +Mon Jul 8 12:37:31 CEST 2024 - nstange@suse.de + +- crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public + key (bsc#1222768). +- commit 817f8be + +------------------------------------------------------------------- +Mon Jul 8 12:32:45 CEST 2024 - nstange@suse.de + +- crypto/ecdh: make ecdh_compute_value() to zeroize the public + key (bsc#1222768). +- commit 3f5391b + +------------------------------------------------------------------- +Mon Jul 8 11:20:23 CEST 2024 - jslaby@suse.cz + +- PCI: Do not wait for disconnected devices when resuming + (git-fixes). +- commit f7f9960 + +------------------------------------------------------------------- +Mon Jul 8 10:46:49 CEST 2024 - msuchanek@suse.de + +- powerpc/rtas: Prevent Spectre v1 gadget construction in + sys_rtas() (bsc#1227487). +- commit 42da489 + +------------------------------------------------------------------- +Mon Jul 8 10:42:18 CEST 2024 - ptesarik@suse.com + +- Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701). +- commit 9157a3d + +------------------------------------------------------------------- +Mon Jul 8 08:55:04 CEST 2024 - tiwai@suse.de + +- clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs + (git-fixes). +- clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes). +- clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg + (git-fixes). +- commit 1a2b239 + +------------------------------------------------------------------- +Mon Jul 8 07:53:37 CEST 2024 - neilb@suse.de + +- nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes). +- NFS: add barriers when testing for NFS_FSDATA_BLOCKED + (git-fixes). +- SUNRPC: return proper error from gss_wrap_req_priv (git-fixes). +- NFSv4.1 enforce rootpath check in fs_location query (git-fixes). +- SUNRPC: Fix loop termination condition in + gss_free_in_token_pages() (git-fixes). +- nfs: fix undefined behavior in nfs_block_bits() (git-fixes). +- pNFS/filelayout: fixup pNfs allocation modes (git-fixes). +- rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL + (git-fixes). +- NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUS + (git-fixes). +- sunrpc: fix NFSACL RPC retry on soft mount (git-fixes). +- nfs: keep server info for remounts (git-fixes). +- NFSv4: Fixup smatch warning for ambiguous return (git-fixes). +- SUNRPC: Fix gss_free_in_token_pages() (git-fixes). +- knfsd: LOOKUP can return an illegal error value (git-fixes). +- nfs: Handle error of rpc_proc_register() in nfs_net_init() + (git-fixes). +- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY + (git-fixes). +- NFSD: Fix checksum mismatches in the duplicate reply cache + (git-fixes). +- commit e019385 + +------------------------------------------------------------------- +Mon Jul 8 06:57:52 CEST 2024 - jlee@suse.com + +- Update + patches.suse/ALSA-hda-intel-sdw-acpi-fix-usage-of-device_get_name.patch + (git-fixes CVE-2024-36955 bsc#1225810). +- Update + patches.suse/ASoC-SOF-ipc4-topology-Fix-input-format-query-of-pro.patch + (git-fixes CVE-2024-39473 bsc#1227433). +- Update + patches.suse/Bluetooth-qca-fix-firmware-check-error-path.patch + (git-fixes CVE-2024-36942 bsc#1225843). +- Update + patches.suse/Reapply-drm-qxl-simplify-qxl_fence_wait.patch + (stable-fixes CVE-2024-36944 bsc#1225847). +- Update + patches.suse/amd-amdkfd-sync-all-devices-to-wait-all-processes-be.patch + (stable-fixes CVE-2024-36949 bsc#1225894). +- Update + patches.suse/drm-amdkfd-range-check-cp-bad-op-exception-interrupt.patch + (stable-fixes CVE-2024-36951 bsc#1225896). +- Update patches.suse/drm-i915-hwmon-Get-rid-of-devm.patch + (stable-fixes CVE-2024-39479 bsc#1227443). +- Update + patches.suse/fbdev-savage-Handle-err-return-when-savagefb_check_v.patch + (git-fixes CVE-2024-39475 bsc#1227435). +- Update + patches.suse/firewire-ohci-mask-bus-reset-interrupts-between-ISR-.patch + (stable-fixes CVE-2024-36950 bsc#1225895). +- Update + patches.suse/media-mc-Fix-graph-walk-in-media_pipeline_start.patch + (git-fixes CVE-2024-39481 bsc#1227446). +- Update + patches.suse/pinctrl-core-delete-incorrect-free-in-pinctrl_enable.patch + (git-fixes CVE-2024-36940 bsc#1225840). +- Update + patches.suse/pinctrl-devicetree-fix-refcount-leak-in-pinctrl_dt_t.patch + (git-fixes CVE-2024-36959 bsc#1225839). +- Update patches.suse/qibfs-fix-dentry-leak.patch (git-fixes + CVE-2024-36947 bsc#1225856). +- Update + patches.suse/spi-fix-null-pointer-dereference-within-spi_sync.patch + (git-fixes CVE-2024-36930 bsc#1225830). +- Update + patches.suse/wifi-iwlwifi-read-txq-read_ptr-under-lock.patch + (stable-fixes CVE-2024-36922 bsc#1225805). +- Update + patches.suse/wifi-nl80211-don-t-free-NULL-coalescing-rule.patch + (git-fixes CVE-2024-36941 bsc#1225835). +- commit ffdc766 + +------------------------------------------------------------------- +Mon Jul 8 06:57:18 CEST 2024 - jlee@suse.com + +- Update + patches.suse/crypto-rsa-add-a-check-for-allocation-failure.patch + (bsc#1222775 CVE-2023-52472 bsc#1220430 bsc#1220427). +- commit 7754b95 + +------------------------------------------------------------------- +Sat Jul 6 10:36:50 CEST 2024 - tiwai@suse.de + +- drm/fbdev-generic: Fix framebuffer on big endian devices + (git-fixes). +- drm/nouveau: fix null pointer dereference in + nouveau_connector_get_modes (git-fixes). +- usb: dwc3: core: Workaround for CSR read timeout (stable-fixes). +- usb: gadget: printer: SS+ support (stable-fixes). +- drm/amdgpu: avoid using null object of framebuffer + (stable-fixes). +- drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if + LTTPR is present (stable-fixes). +- drm/amdgpu/atomfirmware: fix parsing of vram_info + (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in + nv17_tv_get_ld_modes (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in + nv17_tv_get_hd_modes (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs don't work for + EliteBook 645/665 G11 (stable-fixes). +- usb: typec: ucsi: Ack also failed Get Error commands + (git-fixes). +- iio: pressure: bmp280: Fix BMP580 temperature reading + (stable-fixes). +- usb: typec: ucsi: Never send a lone connector change ack + (stable-fixes). +- mtd: partitions: redboot: Added conversion of operands to a + larger type (stable-fixes). +- media: dvbdev: Initialize sbuf (stable-fixes). +- ALSA: emux: improve patch ioctl data validation (stable-fixes). +- drm/radeon/radeon_display: Decrease the size of allocated memory + (stable-fixes). +- drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers + that sleep (stable-fixes). +- wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() + (stable-fixes). +- crypto: ecdh - explicitly zeroize private_key (stable-fixes). +- soc: ti: wkup_m3_ipc: Send NULL dummy message instead of + pointer message (stable-fixes). +- usb: dwc3: core: Add DWC31 version 2.00a controller + (stable-fixes). +- iio: pressure: fix some word spelling errors (stable-fixes). +- commit 42cf83f + +------------------------------------------------------------------- +Sat Jul 6 10:31:22 CEST 2024 - tiwai@suse.de + +- Drop amd-pstate patch that caused a regression on 6.6.x stable +- commit d3672a6 + +------------------------------------------------------------------- +Sat Jul 6 08:37:20 CEST 2024 - nmorey@suse.com + +- RDMA/restrack: Fix potential invalid address access (git-fixes) +- commit 91e323d + +------------------------------------------------------------------- +Fri Jul 5 20:00:40 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix use-after-free in smb2_query_info_compound() + (bsc#1225489, CVE-2023-52751). +- Refresh + patches.suse/smb-client-fix-potential-OOBs-in-smb2_parse_contexts-.patch. +- commit fed05d1 + +------------------------------------------------------------------- +Fri Jul 5 19:45:06 CEST 2024 - ematsumiya@suse.de + +- smb: client: prevent new fids from being removed by laundromat + (git-fixes, bsc#1225172). +- commit b3d54ea + +------------------------------------------------------------------- +Fri Jul 5 19:43:38 CEST 2024 - ematsumiya@suse.de + +- smb: client: make laundromat a delayed worker (git-fixes, + bsc#1225172). +- commit 97932f6 + +------------------------------------------------------------------- +Fri Jul 5 19:36:55 CEST 2024 - ematsumiya@suse.de + +- smb3: allow controlling length of time directory entries are + cached with dir leases (git-fixes, bsc#1225172). +- commit c39c365 + +------------------------------------------------------------------- +Fri Jul 5 19:35:19 CEST 2024 - ematsumiya@suse.de + +- smb: client: do not start laundromat thread on nohandlecache + (git-fixes, bsc#1225172). +- commit b320db3 + +------------------------------------------------------------------- +Fri Jul 5 19:32:22 CEST 2024 - ematsumiya@suse.de + +- smb3: allow controlling maximum number of cached directories + (git-fixes, bsc#1225172). +- commit e5e6d01 + +------------------------------------------------------------------- +Fri Jul 5 19:29:43 CEST 2024 - ematsumiya@suse.de + +- smb3: do not start laundromat thread when dir leases disabled + (git-fixes, bsc#1225172). +- commit b758cab + +------------------------------------------------------------------- +Fri Jul 5 19:29:09 CEST 2024 - ematsumiya@suse.de + +- cifs: Add a laundromat thread for cached directories (git-fixes, + bsc#1225172). +- commit b1876e3 + +------------------------------------------------------------------- +Fri Jul 5 18:16:19 CEST 2024 - andrea.porta@suse.com + +- bcache: fix variable length array abuse in btree_iter + (CVE-2024-39482 bsc#1227447). +- commit 3d0cfa1 + +------------------------------------------------------------------- +Fri Jul 5 16:26:17 CEST 2024 - andrea.porta@suse.com + +- mm/vmalloc: fix vmalloc which may return null if called with + __GFP_NOFAIL (CVE-2024-39474 bsc#1227434). +- commit 13add8a + +------------------------------------------------------------------- +Fri Jul 5 09:39:26 CEST 2024 - tiwai@suse.de + +- selftests: make order checking verbose in msg_zerocopy selftest + (git-fixes). +- selftests: fix OOM in msg_zerocopy selftest (git-fixes). +- can: kvaser_usb: Explicitly initialize family in leafimx + driver_info struct (git-fixes). +- bluetooth/hci: disallow setting handle bigger than + HCI_CONN_HANDLE_MAX (git-fixes). +- Bluetooth: ISO: Check socket flag instead of hcon (git-fixes). +- Bluetooth: Ignore too large handle values in BIG (git-fixes). +- Bluetooth: qca: Fix BT enable failure again for QCA6390 after + warm reboot (git-fixes). +- Bluetooth: hci_event: Fix setting of unicast qos interval + (git-fixes). +- Bluetooth: hci_bcm4377: Fix msgid release (git-fixes). +- mac802154: fix time calculation in + ieee802154_configure_durations() (git-fixes). +- net: phy: phy_device: Fix PHY LED blinking code comment + (git-fixes). +- wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values + (git-fixes). +- platform/x86: toshiba_acpi: Fix quickstart quirk handling + (git-fixes). +- commit 3db85da + +------------------------------------------------------------------- +Thu Jul 4 21:41:02 CEST 2024 - ddiss@suse.de + +- jfs: xattr: fix buffer overflow for invalid xattr + (bsc#1227383). +- commit ae2a0d9 + +------------------------------------------------------------------- +Thu Jul 4 18:58:54 CEST 2024 - vkarasulli@suse.de + +- iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes). +- commit 2fb4aa0 + +------------------------------------------------------------------- +Thu Jul 4 17:41:12 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add d988d9a9b9d1 panic: Flush kernel log buffer at the end +- commit 0ce2686 + +------------------------------------------------------------------- +Thu Jul 4 15:25:28 CEST 2024 - ptesarik@suse.com + +- Update + patches.suse/arm64-mm-Batch-dsb-and-isb-when-populating-pgtables.patch + (jsc#PED-8688 bsc#1226202). +- Update + patches.suse/arm64-mm-Don-t-remap-pgtables-for-allocate-vs-populate.patch + (jsc#PED-8688 bsc#1226202). +- Update + patches.suse/arm64-mm-Don-t-remap-pgtables-per-cont-pte-pmd-block.patch + (jsc#PED-8688 bsc#1226202). +- Update + patches.suse/net-ena-Fix-redundant-device-NUMA-node-override.patch + (jsc#PED-8688 bsc#1226202). +- commit 584efba + +------------------------------------------------------------------- +Thu Jul 4 14:30:12 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-gadget-printer-fix-races-against-disable.patch + (CVE-2024-25741 bsc#1219832). +- commit 4a6f084 + +------------------------------------------------------------------- +Thu Jul 4 12:52:00 CEST 2024 - mkubecek@suse.cz + +- llc: make llc_ui_sendmsg() more robust against bonding changes + (CVE-2024-26636 bsc#1221659). +- commit 1bb1c76 + +------------------------------------------------------------------- +Thu Jul 4 12:36:01 CEST 2024 - mkubecek@suse.cz + +- llc: Drop support for ETH_P_TR_802_2 (CVE-2024-26635 + bsc#1221656). +- commit 6a42a8d + +------------------------------------------------------------------- +Thu Jul 4 10:26:37 CEST 2024 - tiwai@suse.de + +- PCI: vmd: Create domain symlink before pci_bus_add_devices() + (bsc#1227363). +- commit 3666715 + +------------------------------------------------------------------- +Thu Jul 4 08:35:09 CEST 2024 - colyli@suse.de + +- md: fix resync softlockup when bitmap size is less than array + size (CVE-2024-38598, bsc#1226757). +- commit 43087c7 + +------------------------------------------------------------------- +Wed Jul 3 15:26:04 CEST 2024 - tbogendoerfer@suse.de + +- ice: fix LAG and VF lock dependency in ice_reset_vf() + (CVE-2024-36003 bsc#1224544). +- commit 0af15ab + +------------------------------------------------------------------- +Wed Jul 3 14:52:27 CEST 2024 - hare@suse.de + +- Refresh + patches.suse/nvme-tcp-strict-pdu-pacing-to-avoid-send-stalls-on-T.patch. +- commit a27eef2 + +------------------------------------------------------------------- +Wed Jul 3 14:51:53 CEST 2024 - hare@suse.de + +- block: refine the EOF check in blkdev_iomap_begin (bsc#1226866 + CVE-2024-38604). +- commit 9e332c1 + +------------------------------------------------------------------- +Wed Jul 3 14:41:56 CEST 2024 - pjakobsson@suse.de + +- blacklist.conf: 9cb46b31f3d0 drm/xe/xe_migrate: Cast to output precision before multiplying operands +- commit d95545e + +------------------------------------------------------------------- +Wed Jul 3 14:19:36 CEST 2024 - denis.kirjanov@suse.com + +- kabi/severities: ignore amd pds internal symbols +- commit 3a9ca76 + +------------------------------------------------------------------- +Wed Jul 3 13:24:24 CEST 2024 - mkubecek@suse.cz + +- ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() + (CVE-2024-26641 bsc#1221654). +- commit 5bd1138 + +------------------------------------------------------------------- +Wed Jul 3 13:19:57 CEST 2024 - lhenriques@suse.de + +- hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021 + CVE-2024-26863). +- commit 21d04a8 + +------------------------------------------------------------------- +Wed Jul 3 13:06:10 CEST 2024 - mkubecek@suse.cz + +- ip6_tunnel: fix NEXTHDR_FRAGMENT handling in + ip6_tnl_parse_tlv_enc_lim() (CVE-2024-26633 bsc#1221647). +- commit 78e628d + +------------------------------------------------------------------- +Wed Jul 3 12:01:00 CEST 2024 - denis.kirjanov@suse.com + +- pds_core: Prevent race issues involving the adminq (bsc#1221057 + CVE-2024-26623). +- commit 94351ab + +------------------------------------------------------------------- +Wed Jul 3 11:45:54 CEST 2024 - vkarasulli@suse.de + +- iommufd: Fix protection fault in iommufd_test_syz_conv_iova + (bsc#1222779 CVE-2024-26785). +- commit 5644693 + +------------------------------------------------------------------- +Wed Jul 3 11:35:11 CEST 2024 - lhenriques@suse.de + +- devlink: fix possible use-after-free and memory leaks in + devlink_init() (bsc#1222438 CVE-2024-26734). +- commit d3a3753 + +------------------------------------------------------------------- +Wed Jul 3 07:50:54 CEST 2024 - colyli@suse.de + +- dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743, + CVE-2024-35805). +- commit ba12566 + +------------------------------------------------------------------- +Tue Jul 2 22:30:13 CEST 2024 - krisman@suse.de + +- io_uring/rsrc: fix incorrect assignment of iter->nr_segs in + io_import_fixed (git-fixes). +- io_uring/rsrc: don't lock while !TASK_RUNNING (git-fixes). +- io_uring/io-wq: avoid garbage value of 'match' in + io_wq_enqueue() (git-fixes). +- commit 7d3e252 + +------------------------------------------------------------------- +Tue Jul 2 21:25:38 CEST 2024 - krisman@suse.de + +- io_uring: check for non-NULL file pointer in io_file_can_poll() + (bsc#1226990 CVE-2024-39371). +- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags + (git-fixes). +- io_uring/sqpoll: work around a potential audit memory leak + (git-fixes). +- commit 24603fc + +------------------------------------------------------------------- +Tue Jul 2 21:03:55 CEST 2024 - krisman@suse.de + +- io_uring: Fix io_cqring_wait() not restoring sigmask on + get_timespec64() failure (git-fixes). +- commit e640a65 + +------------------------------------------------------------------- +Tue Jul 2 15:48:28 CEST 2024 - rhopkins@suse.de + +- hsr: Prevent use after free in prp_create_tagged_frame() + (CVE-2023-52846 bsc#1225098). +- commit cf63988 + +------------------------------------------------------------------- +Tue Jul 2 14:29:55 CEST 2024 - vbabka@suse.cz + +- drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() + (CVE-2024-38610 bsc#1226758). +- commit 7069ac2 + +------------------------------------------------------------------- +Tue Jul 2 14:27:37 CEST 2024 - vbabka@suse.cz + +- virt: acrn: stop using follow_pfn (CVE-2024-38610 bsc#1226758). +- commit c2ea51b + +------------------------------------------------------------------- +Tue Jul 2 12:30:42 CEST 2024 - fdmanana@suse.com + +- btrfs: fix crash on racing fsync and size-extending write into + prealloc (bsc#1227101 CVE-2024-37354). +- commit 1d355af + +------------------------------------------------------------------- +Tue Jul 2 09:43:57 CEST 2024 - tbogendoerfer@suse.de + +- kernel-doc: fix struct_group_tagged() parsing (git-fixes). +- commit e3a2a2e + +------------------------------------------------------------------- +Tue Jul 2 08:36:54 CEST 2024 - tiwai@suse.de + +- mtd: rawnand: rockchip: ensure NVDDR timings are rejected + (git-fixes). +- mtd: rawnand: Bypass a couple of sanity checks during NAND + identification (git-fixes). +- mtd: rawnand: Fix the nand_read_data_op() early check + (git-fixes). +- mtd: rawnand: Ensure ECC configuration is propagated to upper + layers (git-fixes). +- commit e545951 + +------------------------------------------------------------------- +Tue Jul 2 08:34:42 CEST 2024 - tiwai@suse.de + +- Correct SCSI patch references (bsc#1225767 CVE-2024-36919 bsc#1226785 CVE-2024-38559) +- commit e8ea587 + +------------------------------------------------------------------- +Tue Jul 2 06:44:11 CEST 2024 - heming.zhao@suse.com + +- gfs2: Fix potential glock use-after-free on unmount (bsc#1226775 + CVE-2024-38570). +- gfs2: Rename sd_{ glock => kill }_wait (bsc#1226775 + CVE-2024-38570). +- commit f3adbca + +------------------------------------------------------------------- +Mon Jul 1 15:38:30 CEST 2024 - jlee@suse.com + +- X.509: Fix the parser of extended key usage for length + (bsc#1218820). +- commit a9df6a7 + +------------------------------------------------------------------- +Mon Jul 1 15:10:24 CEST 2024 - mkubecek@suse.cz + +- tcp: Use refcount_inc_not_zero() in tcp_twsk_unique() + (CVE-2024-36904 bsc#1225732). +- commit d578dcc + +------------------------------------------------------------------- +Mon Jul 1 14:20:50 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/1352-drm-amdgpu-Fix-possible-null-pointer-dereference.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52883 + bsc#1226630). +- Update + patches.suse/9p-add-missing-locking-around-taking-dentry-fid-list.patch + (git-fixes CVE-2024-39463 bsc#1227090). +- Update + patches.suse/ALSA-Fix-deadlocks-with-kctl-removals-at-disconnecti.patch + (stable-fixes CVE-2024-38600 bsc#1226864). +- Update + patches.suse/ALSA-core-Fix-NULL-module-pointer-assignment-at-card.patch + (git-fixes CVE-2024-38605 bsc#1226740). +- Update + patches.suse/ALSA-hda-Fix-possible-null-ptr-deref-when-assigning-.patch + (git-fixes CVE-2023-52806 bsc#1225554). +- Update + patches.suse/ALSA-hda-cs_dsp_ctl-Use-private_free-for-control-cle.patch + (git-fixes CVE-2024-38388 bsc#1226890). +- Update + patches.suse/ALSA-timer-Set-lower-bound-of-start-tick-time.patch + (stable-fixes git-fixes CVE-2024-38618 bsc#1226754). +- Update + patches.suse/ASoC-kirkwood-Fix-potential-NULL-dereference.patch + (git-fixes CVE-2024-38550 bsc#1226633). +- Update + patches.suse/ASoC-mediatek-Assign-dummy-when-codec-not-specified-.patch + (git-fixes CVE-2024-38551 bsc#1226761). +- Update + patches.suse/Bluetooth-btusb-Add-date-evt_skb-is-NULL-check.patch + (git-fixes CVE-2023-52833 bsc#1225595). +- Update + patches.suse/Bluetooth-hci_core-Fix-possible-buffer-overflow.patch + (git-fixes CVE-2024-26889). +- Update + patches.suse/HID-uclogic-Fix-user-memory-access-bug-in-uclogic_pa.patch + (git-fixes CVE-2023-52866 bsc#1225120). +- Update + patches.suse/IB-mlx5-Fix-init-stage-error-handling-to-avoid-doubl.patch + (jsc#PED-6864 CVE-2023-52851 bsc#1225587). +- Update + patches.suse/Input-cyapa-add-missing-input-core-locking-to-suspen.patch + (git-fixes CVE-2023-52884 bsc#1226764). +- Update + patches.suse/Input-synaptics-rmi4-fix-use-after-free-in-rmi_unreg.patch + (git-fixes CVE-2023-52840 bsc#1224928). +- Update + patches.suse/KEYS-trusted-Do-not-use-WARN-when-encode-fails.patch + (git-fixes CVE-2024-36975 bsc#1226520). +- Update + patches.suse/KEYS-trusted-Fix-memory-leak-in-tpm2_key_encode.patch + (git-fixes CVE-2024-36967 bsc#1226131). +- Update + patches.suse/RDMA-cma-Fix-kmemleak-in-rdma_core-observed-during-b.patch + (git-fixes CVE-2024-38539 bsc#1226608). +- Update patches.suse/RDMA-hns-Fix-UAF-for-cq-async-event.patch + (git-fixes CVE-2024-38545 bsc#1226595). +- Update + patches.suse/RDMA-hns-Fix-deadlock-on-SRQ-async-events.patch + (git-fixes CVE-2024-38591 bsc#1226738). +- Update + patches.suse/RDMA-hns-Modify-the-print-level-of-CQE-error.patch + (git-fixes CVE-2024-38590 bsc#1226839). +- Update + patches.suse/RDMA-rxe-Fix-seg-fault-in-rxe_comp_queue_pkt.patch + (git-fixes CVE-2024-38544 bsc#1226597). +- Update + patches.suse/SUNRPC-Fix-RPC-client-cleaned-up-the-freed-pipefs-de.patch + (git-fixes CVE-2023-52803 bsc#1225008). +- Update patches.suse/af_unix-Clear-stale-u-oob_skb.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-35970 bsc#1224584). +- Update + patches.suse/af_unix-Drop-oob_skb-ref-before-purging-queue-in-GC.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-26750 bsc#1222617). +- Update + patches.suse/af_unix-Fix-task-hung-while-purging-oob_skb-in-GC.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-26780 bsc#1222588). +- Update + patches.suse/af_unix-Update-unix_sk-sk-oob_skb-under-sk_receive_queue-lock.patch + (CVE-2024-26676 bsc#1222380 CVE-2024-36972 bsc#1226163). +- Update + patches.suse/arm64-Restrict-CPU_BIG_ENDIAN-to-GNU-as-or-LLVM-IAS-.patch + (git-fixes CVE-2023-52750 bsc#1225485). +- Update + patches.suse/atl1c-Work-around-the-DMA-RX-overflow-issue.patch + (git-fixes CVE-2023-52834 bsc#1225599). +- Update + patches.suse/ax25-Fix-reference-count-leak-issue-of-net_device.patch + (git-fixes CVE-2024-38554 bsc#1226742). +- Update + patches.suse/ax25-Fix-reference-count-leak-issues-of-ax25_dev.patch + (git-fixes CVE-2024-38602 bsc#1226613). +- Update + patches.suse/blk-cgroup-fix-list-corruption-from-reorder-of-WRITE-lqueued.patch + (bsc#1225605 CVE-2024-38384 bsc#1226938). +- Update + patches.suse/blk-cgroup-fix-list-corruption-from-resetting-io-stat.patch + (bsc#1225605 CVE-2024-38663 bsc#1226939). +- Update + patches.suse/bnxt_re-avoid-shift-undefined-behavior-in-bnxt_qplib.patch + (git-fixes CVE-2024-38540 bsc#1226582). +- Update + patches.suse/bonding-stop-the-device-in-bond_setup_by_slave.patch + (git-fixes CVE-2023-52784 bsc#1224946). +- Update + patches.suse/can-dev-can_put_echo_skb-don-t-crash-kernel-if-can_p.patch + (git-fixes CVE-2023-52878 bsc#1225000). +- Update + patches.suse/clk-mediatek-clk-mt2701-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52875 bsc#1225096). +- Update + patches.suse/clk-mediatek-clk-mt6765-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52870 bsc#1224937). +- Update + patches.suse/clk-mediatek-clk-mt6779-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52873 bsc#1225589). +- Update + patches.suse/clk-mediatek-clk-mt6797-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52865 bsc#1225086). +- Update + patches.suse/clk-mediatek-clk-mt7629-Add-check-for-mtk_alloc_clk_.patch + (git-fixes CVE-2023-52858 bsc#1225566). +- Update + patches.suse/clk-mediatek-clk-mt7629-eth-Add-check-for-mtk_alloc_.patch + (git-fixes CVE-2023-52876 bsc#1225036). +- Update + patches.suse/cppc_cpufreq-Fix-possible-null-pointer-dereference.patch + (git-fixes CVE-2024-38573 bsc#1226739). +- Update patches.suse/cpufreq-exit-callback-is-optional.patch + (git-fixes CVE-2024-38615 bsc#1226592). +- Update patches.suse/crypto-bcm-Fix-pointer-arithmetic.patch + (git-fixes CVE-2024-38579 bsc#1226637). +- Update + patches.suse/crypto-pcrypt-Fix-hungtask-for-PADATA_RESET.patch + (git-fixes CVE-2023-52813 bsc#1225527). +- Update patches.suse/cxl-mem-Fix-shutdown-order.patch (git-fixes + CVE-2023-52849 bsc#1224949). +- Update + patches.suse/cxl-region-Do-not-try-to-cleanup-after-cxl_region_se.patch + (git-fixes CVE-2023-52792 bsc#1225477). +- Update patches.suse/cxl-region-Fix-cxlr_pmem-leaks.patch + (git-fixes CVE-2024-38391 bsc#1226894). +- Update + patches.suse/dma-buf-sw-sync-don-t-enable-IRQ-from-sync_print_obj.patch + (git-fixes CVE-2024-38780 bsc#1226886). +- Update + patches.suse/dma-mapping-benchmark-fix-node-id-validation.patch + (git-fixes CVE-2024-34777 bsc#1226796). +- Update + patches.suse/dma-mapping-benchmark-handle-NUMA_NO_NODE-correctly.patch + (git-fixes CVE-2024-39277 bsc#1226909). +- Update + patches.suse/dmaengine-idxd-Avoid-unnecessary-destruction-of-file.patch + (git-fixes CVE-2024-38629 bsc#1226905). +- Update + patches.suse/drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-Pola.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52819 + bsc#1225532). +- Update + patches.suse/drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-SMU7.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52818 + bsc#1225530). +- Update + patches.suse/drm-amd-check-num-of-link-levels-when-update-pcie-pa.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52812 + bsc#1225564). +- Update + patches.suse/drm-amd-display-Avoid-NULL-dereference-of-timing-gen.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52753 + bsc#1225478). +- Update + patches.suse/drm-amd-display-Fix-division-by-zero-in-setup_dsc_co.patch + (stable-fixes CVE-2024-36969 bsc#1226155). +- Update + patches.suse/drm-amd-display-Fix-null-pointer-dereference-in-erro.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52862 + bsc#1225015). +- Update + patches.suse/drm-amd-display-Fix-potential-index-out-of-bounds-in.patch + (git-fixes CVE-2024-38552 bsc#1226767). +- Update + patches.suse/drm-amd-display-fix-a-NULL-pointer-dereference-in-am.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52773 + bsc#1225041). +- Update + patches.suse/drm-amd-display-fixed-integer-types-and-null-check-l.patch + (git-fixes CVE-2024-26767). +- Update + patches.suse/drm-amdgpu-Fix-a-null-pointer-access-when-the-smc_rr.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52817 + bsc#1225569). +- Update + patches.suse/drm-amdgpu-Fix-buffer-size-in-gfx_v9_4_3_init_-cp_co.patch + (git-fixes CVE-2024-39291 bsc#1226934). +- Update + patches.suse/drm-amdgpu-Fix-potential-null-pointer-derefernce.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52814 + bsc#1225565). +- Update + patches.suse/drm-amdgpu-add-error-handle-to-avoid-out-of-bounds.patch + (stable-fixes CVE-2024-39471 bsc#1227096). +- Update + patches.suse/drm-amdgpu-mes-fix-use-after-free-issue.patch + (stable-fixes CVE-2024-38581 bsc#1226657). +- Update + patches.suse/drm-amdgpu-vkms-fix-a-possible-null-pointer-derefere.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52815 + bsc#1225568). +- Update + patches.suse/drm-amdkfd-Fix-a-race-condition-of-vram-buffer-unref.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52825 + bsc#1225076). +- Update + patches.suse/drm-amdkfd-Fix-shift-out-of-bounds-issue.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52816 + bsc#1225529). +- Update + patches.suse/drm-bridge-cdns-mhdp8546-Fix-possible-null-pointer-d.patch + (git-fixes CVE-2024-38548). +- Update + patches.suse/drm-bridge-it66121-Fix-invalid-connector-dereference.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52861 + bsc#1224941). +- Update + patches.suse/drm-bridge-lt8912b-Fix-crash-on-bridge-detach.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52856 + bsc#1224932). +- Update + patches.suse/drm-mediatek-Add-0-size-check-to-mtk_drm_gem_obj.patch + (git-fixes CVE-2024-38549 bsc#1226735). +- Update + patches.suse/drm-mediatek-Fix-coverity-issue-with-unintentional-i.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52857 + bsc#1225581). +- Update + patches.suse/drm-mediatek-Init-ddp_comp-with-devm_kcalloc.patch + (git-fixes CVE-2024-38592 bsc#1226844). +- Update + patches.suse/drm-msm-a6xx-Avoid-a-nullptr-dereference-when-speedb.patch + (git-fixes CVE-2024-38390 bsc#1226891). +- Update + patches.suse/drm-msm-dpu-Add-callback-function-pointer-check-befo.patch + (git-fixes CVE-2024-38622 bsc#1226856). +- Update + patches.suse/drm-panel-fix-a-possible-null-pointer-dereference.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52821 + bsc#1225022). +- Update + patches.suse/drm-panel-panel-tpo-tpg110-fix-a-possible-null-point.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52826 + bsc#1225077). +- Update patches.suse/drm-radeon-possible-buffer-overflow.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52867 + bsc#1225009). +- Update + patches.suse/drm-vc4-Fix-possible-null-pointer-dereference.patch + (git-fixes CVE-2024-38546 bsc#1226593). +- Update + patches.suse/drm-vmwgfx-Fix-invalid-reads-in-fence-signaled-event.patch + (git-fixes CVE-2024-36960 bsc#1225872). +- Update + patches.suse/drm-zynqmp_dpsub-Always-register-bridge.patch + (git-fixes CVE-2024-38664 bsc#1226941). +- Update + patches.suse/e1000e-change-usleep_range-to-udelay-in-PHY-mdic-acc.patch + (CVE-2024-39296 bsc#1226989 CVE-2024-36887 bsc#1225731). +- Update + patches.suse/ecryptfs-Fix-buffer-size-for-tag-66-packet.patch + (git-fixes CVE-2024-38578 bsc#1226634). +- Update + patches.suse/efi-libstub-only-free-priv.runtime_map-when-allocate.patch + (git-fixes CVE-2024-33619 bsc#1226768). +- Update + patches.suse/fbdev-imsttfb-fix-a-resource-leak-in-probe.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52838 + bsc#1225031). +- Update + patches.suse/fs-9p-only-translate-RWX-permissions-for-plain-9P200.patch + (git-fixes CVE-2024-36964 bsc#1225866). +- Update + patches.suse/fs-jfs-Add-check-for-negative-db_l2nbperpage.patch + (git-fixes CVE-2023-52810 bsc#1225557). +- Update + patches.suse/fs-jfs-Add-validity-check-for-db_maxag-and-db_agpref.patch + (git-fixes CVE-2023-52804 bsc#1225550). +- Update + patches.suse/ftrace-Fix-possible-use-after-free-issue-in-ftrace_location.patch + (git-fixes CVE-2024-38588 bsc#1226837). +- Update + patches.suse/genirq-irqdesc-Prevent-use-after-free-in-irq_find_at.patch + (git-fixes CVE-2024-38385 bsc#1227085). +- Update patches.suse/gfs2-ignore-negated-quota-changes.patch + (git-fixes CVE-2023-52759 bsc#1225560). +- Update + patches.suse/hid-cp2112-Fix-duplicate-workqueue-initialization.patch + (git-fixes CVE-2023-52853 bsc#1224988). +- Update + patches.suse/hwmon-axi-fan-control-Fix-possible-NULL-pointer-dere.patch + (git-fixes CVE-2023-52863 bsc#1225586). +- Update + patches.suse/i2c-acpi-Unbind-mux-adapters-before-delete.patch + (git-fixes CVE-2024-39362 bsc#1226995). +- Update + patches.suse/i2c-core-Run-atomic-i2c-xfer-when-preemptible.patch + (git-fixes CVE-2023-52791 bsc#1225108). +- Update + patches.suse/i3c-master-mipi-i3c-hci-Fix-a-kernel-panic-for-acces.patch + (git-fixes CVE-2023-52763 bsc#1225570). +- Update + patches.suse/i3c-mipi-i3c-hci-Fix-out-of-bounds-access-in-hci_dma.patch + (git-fixes CVE-2023-52766). +- Update + patches.suse/i915-perf-Fix-NULL-deref-bugs-with-drm_dbg-calls.patch + (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070 + jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511 + jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52788 + bsc#1225106). +- Update + patches.suse/igb-Fix-string-truncation-warnings-in-igb_set_fw_ver.patch + (git-fixes CVE-2024-36010 bsc#1225594). +- Update + patches.suse/iommu-vt-d-Fix-WARN_ON-in-iommu-probe-path.patch + (git-fixes CVE-2024-35957 bsc#1224673). +- Update + patches.suse/iommufd-Fix-missing-update-of-domains_itree-after-splitting-iopt + (jsc#PED-7779 jsc#PED-7780 CVE-2023-52801 bsc#1225006). +- Update + patches.suse/ipvlan-add-ipvlan_route_v6_outbound-helper.patch + (git-fixes CVE-2023-52796 bsc#1224930). +- Update + patches.suse/jffs2-prevent-xattr-node-from-overflowing-the-eraseblock.patch + (git-fixes CVE-2024-38599 bsc#1226848). +- Update + patches.suse/jfs-fix-array-index-out-of-bounds-in-dbFindLeaf.patch + (git-fixes CVE-2023-52799 bsc#1225472). +- Update + patches.suse/jfs-fix-array-index-out-of-bounds-in-diAlloc.patch + (git-fixes CVE-2023-52805 bsc#1225553). +- Update + patches.suse/kunit-fortify-Fix-mismatched-kvalloc-vfree-usage.patch + (git-fixes CVE-2024-38617 bsc#1226859). +- Update + patches.suse/lib-generic-radix-tree.c-Don-t-overflow-in-peek.patch + (git-fixes CVE-2021-47432 bsc#1225391). +- Update + patches.suse/lib-test_hmm.c-handle-src_pfns-and-dst_pfns-allocati.patch + (git-fixes CVE-2024-38543 bsc#1226594). +- Update + patches.suse/locking-ww_mutex-test-Fix-potential-workqueue-corrup.patch + (bsc#1219953 CVE-2023-52836 bsc#1225609). +- Update + patches.suse/md-Don-t-ignore-suspended-array-in-md_check_recovery-1baa.patch + (bsc#1219596 CVE-2024-26758). +- Update + patches.suse/media-atomisp-ssh_css-Fix-a-null-pointer-dereference.patch + (git-fixes CVE-2024-38547 bsc#1226632). +- Update + patches.suse/media-bttv-fix-use-after-free-error-due-to-btv-timeo.patch + (git-fixes CVE-2023-52847 bsc#1225588). +- Update + patches.suse/media-gspca-cpia1-shift-out-of-bounds-in-set_flicker.patch + (git-fixes CVE-2023-52764 bsc#1225571). +- Update + patches.suse/media-hantro-Check-whether-reset-op-is-defined-befor.patch + (git-fixes CVE-2023-52850 bsc#1225014). +- Update + patches.suse/media-i2c-et8ek8-Don-t-strip-remove-function-when-dr.patch + (git-fixes CVE-2024-38611 bsc#1226760). +- Update + patches.suse/media-imon-fix-access-to-invalid-resource-for-the-se.patch + (git-fixes CVE-2023-52754 bsc#1225490). +- Update + patches.suse/media-lgdt3306a-Add-a-check-against-null-pointer-def.patch + (stable-fixes CVE-2022-48772 bsc#1226976). +- Update + patches.suse/media-stk1160-fix-bounds-checking-in-stk1160_copy_vi.patch + (git-fixes CVE-2024-38621 bsc#1226895). +- Update + patches.suse/media-vidtv-mux-Add-check-and-kfree-for-kstrdup.patch + (git-fixes CVE-2023-52841 bsc#1225592). +- Update patches.suse/media-vidtv-psi-Add-check-for-kstrdup.patch + (git-fixes CVE-2023-52844 bsc#1225590). +- Update + patches.suse/mfd-qcom-spmi-pmic-Fix-revid-implementation.patch + (git-fixes CVE-2023-52765 bsc#1225029). +- Update + patches.suse/misc-microchip-pci1xxxx-fix-double-free-in-the-error.patch + (git-fixes CVE-2024-36973 bsc#1226457). +- Update + patches.suse/net-hns3-fix-out-of-bounds-access-may-occur-when-coa.patch + (git-fixes CVE-2023-52807 bsc#1225097). +- Update + patches.suse/net-ks8851-Queue-RX-packets-in-IRQ-handler-instead-o.patch + (git-fixes CVE-2024-36962 bsc#1225827). +- Update + patches.suse/net-mlx5-Fix-peer-devlink-set-for-SF-representor-dev.patch + (git-fixes CVE-2024-38595 bsc#1226741). +- Update + patches.suse/net-mlx5e-Track-xmit-submission-to-PTP-WQ-after-popu.patch + (jsc#PED-3311 CVE-2023-52782 bsc#1225103). +- Update + patches.suse/net-mvneta-fix-calls-to-page_pool_get_stats.patch + (git-fixes CVE-2023-52780 bsc#1224933). +- Update + patches.suse/net-wangxun-fix-kernel-panic-due-to-null-pointer.patch + (git-fixes CVE-2023-52783 bsc#1225104). +- Update + patches.suse/netfilter-complete-validation-of-user-input.patch + (git-fixes CVE-2024-35896 bsc#1224662 CVE-2024-35962 + bsc#1224583). +- Update + patches.suse/nfc-nci-Fix-uninit-value-in-nci_rx_work.patch + (git-fixes CVE-2024-38381 bsc#1226878). +- Update + patches.suse/nilfs2-fix-nilfs_empty_dir-misjudgment-and-long-loop.patch + (git-fixes CVE-2024-39469 bsc#1226992). +- Update + patches.suse/nilfs2-fix-potential-hang-in-nilfs_detach_log_writer.patch + (git-fixes CVE-2024-38582 bsc#1226658). +- Update + patches.suse/nilfs2-fix-use-after-free-of-timer-for-log-writer-th.patch + (git-fixes CVE-2024-38583 bsc#1226777). +- Update + patches.suse/of-module-add-buffer-overflow-check-in-of_modalias.patch + (git-fixes CVE-2024-38541 bsc#1226587). +- Update + patches.suse/padata-Fix-refcnt-handling-in-padata_free_shell.patch + (git-fixes CVE-2023-52854 bsc#1225584). +- Update + patches.suse/perf-core-Bail-out-early-if-the-request-AUX-area-is-out-of-bound.patch + (git-fixes CVE-2023-52835 bsc#1225602). +- Update + patches.suse/platform-x86-wmi-Fix-opening-of-char-device.patch + (git-fixes CVE-2023-52864 bsc#1225132). +- Update + patches.suse/powerpc-pseries-iommu-LPAR-panics-during-boot-up-wit.patch + (bsc#1222011 ltc#205900 CVE-2024-36926 bsc#1225829). +- Update patches.suse/pstore-platform-Add-check-for-kstrdup.patch + (git-fixes CVE-2023-52869 bsc#1225050). +- Update + patches.suse/remoteproc-mediatek-Make-sure-IPI-buffer-fits-in-L2T.patch + (git-fixes CVE-2024-36965 bsc#1226149). +- Update + patches.suse/ring-buffer-Fix-a-race-between-readers-and-resize-checks.patch + (git-fixes CVE-2024-38601 bsc#1226876). +- Update + patches.suse/s390-dasd-protect-device-queue-against-concurrent-access.patch + (git-fixes bsc#1217481 CVE-2023-52774 bsc#1225572). +- Update + patches.suse/scsi-hisi_sas-Set-debugfs_dir-pointer-to-NULL-after-removing-debugfs.patch + (git-fixes CVE-2023-52808 bsc#1225555). +- Update + patches.suse/scsi-ibmvfc-Remove-BUG_ON-in-the-case-of-an-empty-ev.patch + (bsc#1209834 ltc#202097 CVE-2023-52811 bsc#1225559). +- Update + patches.suse/scsi-libfc-Fix-potential-NULL-pointer-dereference-in-fc_lport_ptp_setup.patch + (git-fixes CVE-2023-52809 bsc#1225556). +- Update + patches.suse/scsi-lpfc-Move-NPIV-s-transport-unregistration-to-af.patch + (bsc#1221777 CVE-2024-36952 bsc#1225898). +- Update + patches.suse/scsi-lpfc-Release-hbalock-before-calling-lpfc_worker.patch + (bsc#1221777 CVE-2024-36924 bsc#1225820). +- Update + patches.suse/serial-max3100-Lock-port-lock-when-calling-uart_hand.patch + (git-fixes CVE-2024-38634 bsc#1226868). +- Update + patches.suse/serial-max3100-Update-uart_driver_registered-on-driv.patch + (git-fixes CVE-2024-38633 bsc#1226867). +- Update + patches.suse/soc-qcom-llcc-Handle-a-second-device-without-data-co.patch + (git-fixes CVE-2023-52871 bsc#1225534). +- Update + patches.suse/soundwire-cadence-fix-invalid-PDI-offset.patch + (stable-fixes CVE-2024-38635 bsc#1226863). +- Update patches.suse/speakup-Fix-sizeof-vs-ARRAY_SIZE-bug.patch + (git-fixes CVE-2024-38587 bsc#1226780). +- Update patches.suse/spi-Fix-null-dereference-on-suspend.patch + (git-fixes CVE-2023-52749 bsc#1225476). +- Update + patches.suse/thermal-core-prevent-potential-string-overflow.patch + (git-fixes CVE-2023-52868 bsc#1225044). +- Update + patches.suse/thermal-drivers-qcom-lmh-Check-for-SCM-availability-.patch + (git-fixes CVE-2024-39466 bsc#1227089). +- Update + patches.suse/thermal-drivers-tsens-Fix-null-pointer-dereference.patch + (git-fixes CVE-2024-38571 bsc#1226737). +- Update + patches.suse/thermal-intel-powerclamp-fix-mismatch-in-get-functio.patch + (git-fixes CVE-2023-52794 bsc#1225028). +- Update + patches.suse/tls-fix-NULL-deref-on-tls_sw_splice_eof-with-empty-r.patch + (jsc#PED-6831 CVE-2023-52767 bsc#1224998). +- Update + patches.suse/tpm_tis_spi-Account-for-SPI-header-when-allocating-T.patch + (git-fixes CVE-2024-36477 bsc#1226840). +- Update + patches.suse/tracing-Have-trace_event_file-have-ref-counters.patch + (git-fixes CVE-2023-52879 bsc#1225101). +- Update + patches.suse/tracing-trigger-Fix-to-return-error-if-failed-to-alloc-snapshot.patch + (git-fixes CVE-2024-26920). +- Update + patches.suse/tty-n_gsm-fix-race-condition-in-status-line-change-o.patch + (git-fixes CVE-2023-52872 bsc#1225591). +- Update + patches.suse/tty-n_gsm-require-CAP_NET_ADMIN-to-attach-N_GSM0710-.patch + (bsc#1222619 CVE-2023-52880). +- Update + patches.suse/tty-vcc-Add-check-for-kstrdup-in-vcc_probe.patch + (git-fixes CVE-2023-52789 bsc#1225180). +- Update + patches.suse/usb-config-fix-iteration-issue-in-usb_get_bos_descri.patch + (git-fixes CVE-2023-52781 bsc#1225092). +- Update + patches.suse/usb-dwc3-Wait-unconditionally-after-issuing-EndXfer-.patch + (git-fixes CVE-2024-36977 bsc#1226513). +- Update + patches.suse/usb-gadget-u_audio-Fix-race-condition-use-of-control.patch + (git-fixes CVE-2024-38628 bsc#1226911). +- Update + patches.suse/usb-storage-alauda-Check-whether-the-media-is-initia.patch + (git-fixes CVE-2024-38619 bsc#1226861). +- Update + patches.suse/usb-typec-tcpm-Fix-NULL-pointer-dereference-in-tcpm_.patch + (git-fixes CVE-2023-52877 bsc#1224944). +- Update + patches.suse/vhost-vdpa-fix-use-after-free-in-vhost_vdpa_probe.patch + (jsc#PED-3311 CVE-2023-52795 bsc#1225085). +- Update + patches.suse/virtio-blk-fix-implicit-overflow-on-virtio_max_dma_s.patch + (git-fixes CVE-2023-52762 bsc#1225573). +- Update + patches.suse/virtio-vsock-Fix-uninit-value-in-virtio_transport_re.patch + (jsc#PED-5505 CVE-2023-52842 bsc#1225025). +- Update + patches.suse/watchdog-cpu5wdt.c-Fix-use-after-free-bug-caused-by-.patch + (git-fixes CVE-2024-38630 bsc#1226908). +- Update + patches.suse/wifi-ar5523-enable-proper-endpoint-verification.patch + (git-fixes CVE-2024-38565 bsc#1226747). +- Update + patches.suse/wifi-ath11k-fix-dfs-radar-event-locking.patch + (git-fixes CVE-2023-52798 bsc#1224947). +- Update + patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch + (git-fixes CVE-2023-52777 bsc#1224992). +- Update patches.suse/wifi-ath11k-fix-htt-pktlog-locking.patch + (git-fixes CVE-2023-52800). +- Update + patches.suse/wifi-ath12k-fix-dfs-radar-and-temperature-event-lock.patch + (git-fixes CVE-2023-52776 bsc#1225090). +- Update + patches.suse/wifi-ath12k-fix-htt-mlo-offset-event-locking.patch + (git-fixes CVE-2023-52769 bsc#1225001). +- Update + patches.suse/wifi-ath12k-fix-out-of-bound-access-of-qmi_invoke_ha.patch + (git-fixes CVE-2024-38572 bsc#1226776). +- Update + patches.suse/wifi-ath12k-fix-possible-out-of-bound-read-in-ath12k.patch + (git-fixes CVE-2023-52827 bsc#1225078). +- Update + patches.suse/wifi-ath12k-fix-possible-out-of-bound-write-in-ath12.patch + (git-fixes CVE-2023-52829 bsc#1225081). +- Update + patches.suse/wifi-brcmfmac-pcie-handle-randbuf-allocation-failure.patch + (git-fixes CVE-2024-38575 bsc#1226612). +- Update + patches.suse/wifi-carl9170-add-a-proper-sanity-check-for-endpoint.patch + (git-fixes CVE-2024-38567 bsc#1226769). +- Update + patches.suse/wifi-carl9170-re-fix-fortified-memset-warning.patch + (git-fixes CVE-2024-38616 bsc#1226852). +- Update + patches.suse/wifi-mac80211-don-t-return-unset-power-in-ieee80211_.patch + (git-fixes CVE-2023-52832 bsc#1225577). +- Update + patches.suse/wifi-nl80211-Avoid-address-calculations-via-out-of-b.patch + (git-fixes CVE-2024-38562 bsc#1226788). +- Update + patches.suse/wifi-wilc1000-use-vmm_table-as-array-in-wilc-struct.patch + (git-fixes CVE-2023-52768 bsc#1225004). +- Update + patches.suse/x86-tdx-Zero-out-the-missing-RSI-in-TDX_HYPERCALL-macro.patch + (jsc#PED-5824 CVE-2023-52874 bsc#1225049). +- commit 33efdc4 + +------------------------------------------------------------------- +Mon Jul 1 13:39:23 CEST 2024 - mkubecek@suse.cz + +- tcp: do not accept ACK of bytes we never sent (CVE-2023-52881 + bsc#1225611). +- commit 16404a6 + +------------------------------------------------------------------- +Mon Jul 1 10:09:35 CEST 2024 - ptesarik@suse.com + +- net: ena: Fix redundant device NUMA node override + (jsc#PED-8688). +- commit 6ad6684 + +------------------------------------------------------------------- +Mon Jul 1 09:21:45 CEST 2024 - tiwai@suse.de + +- ata: ahci: Clean up sysfs file on error (git-fixes). +- ata: libata-core: Fix double free on error (git-fixes). +- ata,scsi: libata-core: Do not leak memory for ata_port struct + members (git-fixes). +- ata: libata-core: Fix null pointer dereference on error + (git-fixes). +- kbuild: Fix build target deb-pkg: ln: failed to create hard link + (git-fixes). +- kbuild: doc: Update default INSTALL_MOD_DIR from extra to + updates (git-fixes). +- kbuild: Install dtb files as 0644 in Makefile.dtbinst + (git-fixes). +- counter: ti-eqep: enable clock at probe (git-fixes). +- iio: chemical: bme680: Fix sensor data read operation + (git-fixes). +- iio: chemical: bme680: Fix overflows in compensate() functions + (git-fixes). +- iio: chemical: bme680: Fix calibration data variable + (git-fixes). +- iio: chemical: bme680: Fix pressure value output (git-fixes). +- iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF + (git-fixes). +- iio: adc: ad7266: Fix variable checking bug (git-fixes). +- iio: xilinx-ams: Don't include ams_ctrl_channels in scan_mask + (git-fixes). +- serial: bcm63xx-uart: fix tx after conversion to + uart_port_tx_limited() (git-fixes). +- serial: core: introduce uart_port_tx_limited_flags() + (git-fixes). +- Revert "serial: core: only stop transmit when HW fifo is empty" + (git-fixes). +- tty: mcf: MCF54418 has 10 UARTS (git-fixes). +- usb: gadget: aspeed_udc: fix device address configuration + (git-fixes). +- usb: dwc3: core: remove lock of otg mode during gadget + suspend/resume to avoid deadlock (git-fixes). +- usb: typec: ucsi: glink: fix child node release in probe + function (git-fixes). +- usb: musb: da8xx: fix a resource leak in probe() (git-fixes). +- usb: atm: cxacru: fix endpoint checking in cxacru_bind() + (git-fixes). +- usb: gadget: printer: fix races against disable (git-fixes). +- PCI/MSI: Fix UAF in msi_capability_init (git-fixes). +- commit a2ea5a9 + +------------------------------------------------------------------- +Sun Jun 30 10:36:05 CEST 2024 - tiwai@suse.de + +- crypto: deflate - Add aliases to deflate (bsc#1227190). +- commit 27ffd92 + +------------------------------------------------------------------- +Sun Jun 30 10:33:53 CEST 2024 - tiwai@suse.de + +- crypto: iaa - Account for cpu-less numa nodes (bsc#1227190). +- commit cd600aa + +------------------------------------------------------------------- +Sun Jun 30 10:25:03 CEST 2024 - tiwai@suse.de + +- i2c: testunit: discard write requests while old command is + running (git-fixes). +- i2c: testunit: don't erase registers after STOP (git-fixes). +- mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() + (git-fixes). +- mmc: sdhci: Do not invert write-protect twice (git-fixes). +- mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard + (git-fixes). +- mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos + (git-fixes). +- commit 448487d + +------------------------------------------------------------------- +Sat Jun 29 09:42:02 CEST 2024 - tiwai@suse.de + +- gpiolib: cdev: Disallow reconfiguration without direction + (uAPI v1) (git-fixes). +- gpio: davinci: Validate the obtained number of IRQs (git-fixes). +- commit 919ebd1 + +------------------------------------------------------------------- +Fri Jun 28 16:34:13 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices + (bsc#1227149). +- wifi: iwlwifi: clear link_id in time_event (bsc#1227149). +- wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149). +- wifi: iwlwifi: remove extra kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig + (bsc#1227149). +- wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: iwlwifi: mvm: use the new command to clear the internal + buffer (bsc#1227149). +- commit acd03db + +------------------------------------------------------------------- +Fri Jun 28 16:33:21 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch. +- commit 70a9591 + +------------------------------------------------------------------- +Fri Jun 28 16:32:11 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: disallow puncturing in US/Canada + (bsc#1227149). +- wifi: iwlwifi: Add rf_mapping of new wifi7 devices + (bsc#1227149). +- wifi: iwlwifi: cleanup BT Shared Single Antenna code + (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn if valid link pair was not found + (bsc#1227149). +- wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock + (bsc#1227149). +- wifi: iwlwifi: Don't mark DFS channels as NO-IR (bsc#1227149). +- wifi: iwlwifi: mvm: Allow DFS concurrent operation + (bsc#1227149). +- wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer + firmware (bsc#1227149). +- wifi: iwlwifi: remove async command callback (bsc#1227149). +- commit 0205124 + +------------------------------------------------------------------- +Fri Jun 28 16:31:15 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: fw: file: don't use [0] for variable arrays + (bsc#1227149). +- wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149). +- wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149). +- wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149). +- wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data + (bsc#1227149). +- wifi: iwlwifi: refactor RX tracing (bsc#1227149). +- wifi: iwlwifi: mvm: Correctly report TSF data in scan complete + (bsc#1227149). +- wifi: iwlwifi: mvm: Use the link ID provided in scan request + (bsc#1227149). +- wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad + (bsc#1227149). +- wifi: iwlwifi: fix system commands group ordering (bsc#1227149). +- commit 6cae420 + +------------------------------------------------------------------- +Fri Jun 28 16:30:31 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: drop NULL pointer check in + iwl_mvm_tzone_set_trip_temp() (bsc#1227149). +- wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: read DSM func 2 for specific RF types + (bsc#1227149). +- wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149). +- wifi: iwlwifi: mvm: cycle FW link on chanctx removal + (bsc#1227149). +- wifi: iwlwifi: trace full frames with TX status request + (bsc#1227149). +- wifi: iwlwifi: fw: Add support for UATS table in UHB + (bsc#1227149). +- wifi: iwlwifi: mvm: add a print when sending RLC command + (bsc#1227149). +- wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149). +- wifi: iwlwifi: mvm: implement new firmware API for statistics + (bsc#1227149). +- commit ed6b54f + +------------------------------------------------------------------- +Fri Jun 28 16:29:09 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-include-link-ID-when-releasing-fram.patch. +- commit 9866ec0 + +------------------------------------------------------------------- +Fri Jun 28 16:27:33 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149). +- wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149). +- wifi: iwlwifi: mvm: Return success if link could not be removed + (bsc#1227149). +- wifi: iwlwifi: add support for SNPS DPHYIP region type + (bsc#1227149). +- wifi: iwlwifi: mvm: remove set_tim callback for MLD ops + (bsc#1227149). +- wifi: iwlwifi: api: fix center_freq label in PHY diagram + (bsc#1227149). +- wifi: iwlwifi: support link id in SESSION_PROTECTION_NOTIF + (bsc#1227149). +- wifi: iwlwifi: support link_id in SESSION_PROTECTION cmd + (bsc#1227149). +- wifi: iwlwifi: make time_events MLO aware (bsc#1227149). +- commit 1ea0f35 + +------------------------------------------------------------------- +Fri Jun 28 16:23:52 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS + (bsc#1227149). +- wifi: iwlwifi: mvm: extend alive timeout to 2 seconds + (bsc#1227149). +- wifi: iwlwifi: mvm: fix the PHY context resolution for p2p + device (bsc#1227149). +- wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add + (bsc#1227149). +- wifi: iwlwifi: mvm: don't add dummy phy context (bsc#1227149). +- wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code + (bsc#1227149). +- wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149). +- wifi: iwlwifi: send EDT table to FW (bsc#1227149). +- wifi: iwlmvm: fw: Add new OEM vendor to tas approved list + (bsc#1227149). +- wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149). +- commit 50ebcaa + +------------------------------------------------------------------- +Fri Jun 28 16:22:41 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: advertise support for SCS traffic + description (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-do-not-announce-EPCS-support.patch. +- commit 7208326 + +------------------------------------------------------------------- +Fri Jun 28 16:21:40 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149). +- wifi: iwlwifi: fw: increase fw_version string size + (bsc#1227149). +- wifi: iwlwifi: check for kmemdup() return value in + iwl_parse_tlv_firmware() (bsc#1227149). +- wifi: iwlwifi: fix the rf step and flavor bits range + (bsc#1227149). +- wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149). +- wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs + handler (bsc#1227149). +- wifi: iwlwifi: abort scan when rfkill on but device enabled + (bsc#1227149). +- wifi: iwlwifi: mvm: Add basic link selection logic + (bsc#1227149). +- wifi: iwlwifi: mei: return error from register when not built + (bsc#1227149). +- commit fddf9eb + +------------------------------------------------------------------- +Fri Jun 28 16:20:48 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149). +- wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149). +- wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149). +- wifi: iwlwifi: add support for new ini region types + (bsc#1227149). +- wifi: iwlwifi: Extract common prph mac/phy regions data dump + logic (bsc#1227149). +- wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices + (bsc#1227149). +- wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported + (bsc#1227149). +- wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149). +- wifi: iwlwifi: fix opmode start/stop race (bsc#1227149). +- wifi: iwlwifi: skip opmode start retries on dead transport + (bsc#1227149). +- commit 36551d1 + +------------------------------------------------------------------- +Fri Jun 28 16:19:43 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: add support for new wowlan_info_notif + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-d3-fix-IPN-byte-order.patch. +- commit 0b379ae + +------------------------------------------------------------------- +Fri Jun 28 16:19:04 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error + (bsc#1227149). +- wifi: iwlwifi: add mapping of a periphery register crf for WH RF + (bsc#1227149). +- wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors + (bsc#1227149). +- wifi: iwlwifi: mvm: support injection antenna control + (bsc#1227149). +- wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149). +- wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149). +- wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149). +- wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind + (bsc#1227149). +- commit 0882d6d + +------------------------------------------------------------------- +Fri Jun 28 16:18:16 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: implement enable/disable for China 2022 + regulatory (bsc#1227149). +- wifi: iwlwifi: mvm: handle link-STA allocation in restart + (bsc#1227149). +- wifi: iwlwifi: mvm: iterate active links for STA queues + (bsc#1227149). +- wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149). +- wifi: iwlwifi: mvm: add a debug print when we get a BAR + (bsc#1227149). +- wifi: iwlwifi: mvm: move listen interval to constants + (bsc#1227149). +- wifi: iwlwifi: no power save during transition to D3 + (bsc#1227149). +- wifi: iwlwifi: update context info structure definitions + (bsc#1227149). +- wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149). +- wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel + (bsc#1227149). +- commit 5c7efaf + +------------------------------------------------------------------- +Fri Jun 28 16:17:30 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: make "pldr_sync" mode effective + (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped frames (bsc#1227149). +- wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149). +- wifi: iwlwifi: remove dead-code (bsc#1227149). +- wifi: iwlwifi: pcie: enable TOP fatal error interrupt + (bsc#1227149). +- wifi: iwlwifi: pcie: give up mem read if HW is dead + (bsc#1227149). +- wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149). +- wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149). +- wifi: iwlwifi: mvm: check link more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149). +- commit 8aa4ff8 + +------------------------------------------------------------------- +Fri Jun 28 16:17:06 CEST 2024 - jgross@suse.com + +- virtio: delete vq in vp_find_vqs_msix() when request_irq() + fails (CVE-2024-37353 bsc#1226875). +- commit 4591439 + +------------------------------------------------------------------- +Fri Jun 28 16:16:25 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-ensure-offloading-TID-queue-exists.patch. +- commit 68376c9 + +------------------------------------------------------------------- +Fri Jun 28 16:15:45 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-pcie-fix-RB-status-reading.patch. +- commit f106797 + +------------------------------------------------------------------- +Fri Jun 28 16:14:51 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: fw: reconstruct the API/CAPA enum number + (bsc#1227149). +- wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative + (bsc#1227149). +- wifi: iwlwifi: mvm: increase session protection after CSA + (bsc#1227149). +- wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149). +- wifi: iwlmei: don't send nic info with invalid mac address + (bsc#1227149). +- commit 85cbe83 + +------------------------------------------------------------------- +Fri Jun 28 16:13:16 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: support flush on AP interfaces + (bsc#1227149). +- Refresh + patches.suse/wifi-iwlwifi-mvm-change-iwl_mvm_flush_sta-API.patch. +- commit 908ff7c + +------------------------------------------------------------------- +Fri Jun 28 16:12:26 CEST 2024 - tiwai@suse.de + +- wifi: iwlmei: send driver down SAP message only if wiamt is + enabled (bsc#1227149). +- wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is + disabled (bsc#1227149). +- wifi: iwlmei: don't send SAP messages if AMT is disabled + (bsc#1227149). +- wifi: iwlwifi: remove memory check for LMAC error address + (bsc#1227149). +- wifi: iwlwifi: mvm: enable HE TX/RX <242 tone RU on new RFs + (bsc#1227149). +- wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149). +- wifi: iwlwifi: pcie: point invalid TFDs to invalid data + (bsc#1227149). +- wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up + (bsc#1227149). +- wifi: iwlwifi: pcie: move gen1 TB handling to header + (bsc#1227149). +- commit 92ab309 + +------------------------------------------------------------------- +Fri Jun 28 16:11:39 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: remove 'def_rx_queue' struct member + (bsc#1227149). +- wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149). +- wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149). +- wifi: iwlwifi: api: fix a small upper/lower-case typo + (bsc#1227149). +- wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled + (bsc#1227149). +- commit aa9a391 + +------------------------------------------------------------------- +Fri Jun 28 16:10:30 CEST 2024 - tiwai@suse.de + +- Add alt-commit to iwlwifi patches +- commit 865aa7a + +------------------------------------------------------------------- +Fri Jun 28 15:58:12 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix unsolicited broadcast probe config + (bsc#1227149). +- wifi: mac80211: initialize SMPS mode correctly (bsc#1227149). +- wifi: mac80211: fix driver debugfs for vif type change + (bsc#1227149). +- wifi: mac80211: improve CSA/ECSA connection refusal + (bsc#1227149). +- wifi: cfg80211: detect stuck ECSA element in probe resp + (bsc#1227149). +- wifi: mac80211: add/remove driver debugfs entries as appropriate + (bsc#1227149). +- wifi: mac80211: do not re-add debugfs entries during resume + (bsc#1227149). +- commit 769161a + +------------------------------------------------------------------- +Fri Jun 28 15:57:16 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove redundant ML element check (bsc#1227149). +- wifi: cfg80211: Update the default DSCP-to-UP mapping + (bsc#1227149). +- wifi: mac80211: fix spelling typo in comment (bsc#1227149). +- wifi: mac80211: add a driver callback to check active_links + (bsc#1227149). +- wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149). +- wifi: cfg80211: avoid double free if updating BSS fails + (bsc#1227149). +- commit e8bab13 + +------------------------------------------------------------------- +Fri Jun 28 15:55:53 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149). +- commit 6021aa4 + +------------------------------------------------------------------- +Fri Jun 28 15:55:00 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error + (bsc#1227149). +- wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149). +- wifi: mac80211: rework RX timestamp flags (bsc#1227149). +- wifi: mac80211: Schedule regulatory channels check on bandwith + change (bsc#1227149). +- wifi: cfg80211: Schedule regulatory check on BSS STA channel + change (bsc#1227149). +- wifi: cfg80211: reg: Support P2P operation on DFS channels + (bsc#1227149). +- wifi: mac80211: Skip association timeout update after comeback + rejection (bsc#1227149). +- wifi: mac80211: address some kerneldoc warnings (bsc#1227149). +- wifi: cfg80211: address several kerneldoc warnings + (bsc#1227149). +- commit bc44e06 + +------------------------------------------------------------------- +Fri Jun 28 15:53:35 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: generate an ML element for per-STA profiles + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-parse-all-ML-elements-in-an-ML-probe-r.patch. +- commit d924102 + +------------------------------------------------------------------- +Fri Jun 28 15:52:51 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149). +- wifi: mac80211: sta_info.c: fix sentence grammar (bsc#1227149). +- wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149). +- wifi: cfg80211: fix spelling & punctutation (bsc#1227149). +- wifi: cfg80211: sort certificates in build (bsc#1227149). +- wifi: mac80211: drop spurious WARN_ON() in + ieee80211_ibss_csa_beacon() (bsc#1227149). +- wifi: mac80211: don't set ESS capab bit in assoc request + (bsc#1227149). +- wifi: cfg80211: consume both probe response and beacon IEs + (bsc#1227149). +- wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- commit 5e5ecdb + +------------------------------------------------------------------- +Fri Jun 28 15:49:44 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: OWE DH IE handling offload (bsc#1227149). +- commit 58c8e33 + +------------------------------------------------------------------- +Fri Jun 28 15:47:17 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add BSS usage reporting (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-parse-all-ML-elements-in-an-ML-probe-r.patch. +- commit 5b2693d + +------------------------------------------------------------------- +Fri Jun 28 15:42:47 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: mac80211: add a flag to disallow puncturing (bsc#1227149). +- wifi: cfg80211: Add support for setting TID to link mapping + (bsc#1227149). +- wifi: mac80211: update some locking documentation (bsc#1227149). +- wifi: nl80211: Extend del pmksa support for SAE and OWE security + (bsc#1227149). +- wifi: mac80211: cleanup airtime arithmetic with + ieee80211_sta_keep_active() (bsc#1227149). +- wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide + sharing (bsc#1227149). +- wifi: cfg80211: make RX assoc data const (bsc#1227149). +- commit e4b61c4 + +------------------------------------------------------------------- +Fri Jun 28 15:39:46 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: Extend support for scanning while MLO connected + (bsc#1227149). +- commit b4c9412 + +------------------------------------------------------------------- +Fri Jun 28 15:39:04 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: hold wiphy mutex for send_interface + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-fix-missing-interfaces-when-dumping.patch. +- commit 2123690 + +------------------------------------------------------------------- +Fri Jun 28 15:38:39 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: fix CQM for non-range use (bsc#1227149). +- commit 3c8ba48 + +------------------------------------------------------------------- +Fri Jun 28 15:37:51 CEST 2024 - tiwai@suse.de + +- wifi: nl80211: refactor nl80211_send_mlme_event() arguments + (bsc#1227149). +- wifi: mac80211: Extend support for scanning while MLO connected + (bsc#1227149). +- wifi: mac80211: use wiphy locked debugfs for sdata/link + (bsc#1227149). +- wifi: mac80211: use wiphy locked debugfs helpers for agg_status + (bsc#1227149). +- wifi: cfg80211: add locked debugfs wrappers (bsc#1227149). +- wifi: mac80211: drop robust action frames before assoc + (bsc#1227149). +- wifi: cfg80211: Allow AP/P2PGO to indicate port authorization + to peer STA/P2PClient (bsc#1227149). +- commit 03e12a0 + +------------------------------------------------------------------- +Fri Jun 28 15:37:23 CEST 2024 - tiwai@suse.de + +- blacklist: drop the wifi entries to be backported +- commit 891934b + +------------------------------------------------------------------- +Fri Jun 28 15:35:23 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix another key installation error path + (bsc#1227149). +- wifi: mac80211: rename struct cfg80211_rx_assoc_resp to + cfg80211_rx_assoc_resp_data (bsc#1227149). +- wifi: mac80211: rename ieee80211_tx_status() to + ieee80211_tx_status_skb() (bsc#1227149). +- wifi: mac80211: fix change_address deadlock during unregister + (bsc#1227149). +- wifi: mac80211: Add __counted_by for struct ieee802_11_elems + and use struct_size() (bsc#1227149). +- wifi: remove unused argument of ieee80211_get_tdls_action() + (bsc#1227149). +- wifi: mac80211: fix header kernel-doc typos (bsc#1227149). +- wifi: cfg80211: fix header kernel-doc typos (bsc#1227149). +- wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149). +- wifi: mac80211: Check if we had first beacon with relevant links + (bsc#1227149). +- commit fa14599 + +------------------------------------------------------------------- +Fri Jun 28 15:35:06 CEST 2024 - jgross@suse.com + +- kABI fix of KVM: x86/pmu: Prioritize VMX interception over +- commit 1f1d114 + +------------------------------------------------------------------- +Fri Jun 28 15:34:27 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: flush STA queues on unauthorization + (bsc#1227149). +- wifi: mac80211: purge TX queues in flush_queues flow + (bsc#1227149). +- wifi: cfg80211: wext: convert return value to kernel-doc + (bsc#1227149). +- wifi: mac80211: fix a expired vs. cancel race in roc + (bsc#1227149). +- wifi: mac80211: make mgd_protect_tdls_discover MLO-aware + (bsc#1227149). +- wifi: cfg80211: Fix typo in documentation (bsc#1227149). +- wifi: cfg80211: Handle specific BSSID in 6GHz scanning + (bsc#1227149). +- wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149). +- wifi: cfg80211: Include operating class 137 in 6GHz band + (bsc#1227149). +- wifi: mac80211: Rename and update + IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149). +- commit 585676b + +------------------------------------------------------------------- +Fri Jun 28 15:31:47 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return + value (bsc#1227149). +- commit 3835ef2 + +------------------------------------------------------------------- +Fri Jun 28 15:30:12 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix error path key leak (bsc#1227149). +- Refresh patches.suse/wifi-mac80211-remove-key_mtx.patch. +- commit 3b93fe9 + +------------------------------------------------------------------- +Fri Jun 28 15:29:05 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix potential key leak (bsc#1227149). +- Refresh patches.suse/wifi-mac80211-remove-key_mtx.patch. +- commit 9fa5ec3 + +------------------------------------------------------------------- +Fri Jun 28 15:25:50 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: handle debugfs when switching to/from MLO + (bsc#1227149). +- wifi: mac80211: add a driver callback to add vif debugfs + (bsc#1227149). +- wifi: mac80211: cleanup auth_data only if association continues + (bsc#1227149). +- wifi: mac80211: add back SPDX identifier (bsc#1227149). +- wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return + type/value (bsc#1227149). +- wifi: mac80211: expand __ieee80211_data_to_8023() status + (bsc#1227149). +- wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149). +- commit e0a6a5e + +------------------------------------------------------------------- +Fri Jun 28 15:23:47 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: add local_state_change to deauth trace + (bsc#1227149). +- wifi: mac80211: reject MLO channel configuration if not + supported (bsc#1227149). +- wifi: mac80211: report per-link error during association + (bsc#1227149). +- wifi: cfg80211: report per-link errors during association + (bsc#1227149). +- wifi: mac80211: support antenna control in injection + (bsc#1227149). +- wifi: mac80211: support handling of advertised TID-to-link + mapping (bsc#1227149). +- wifi: mac80211: add support for parsing TID to Link mapping + element (bsc#1227149). +- wifi: mac80211: Notify the low level driver on change in MLO + valid links (bsc#1227149). +- wifi: mac80211: describe return values in kernel-doc + (bsc#1227149). +- wifi: cfg80211: reg: describe return values in kernel-doc + (bsc#1227149). +- commit df6c84a + +------------------------------------------------------------------- +Fri Jun 28 15:22:57 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: allow for_each_sta_active_link() under RCU + (bsc#1227149). +- wifi: mac80211: relax RCU check in for_each_vif_active_link() + (bsc#1227149). +- wifi: mac80211: don't connect to an AP while it's in a CSA + process (bsc#1227149). +- wifi: mac80211: update the rx_chains after set_antenna() + (bsc#1227149). +- wifi: mac80211: use bandwidth indication element for CSA + (bsc#1227149). +- wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149). +- wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149). +- wifi: cfg80211: make read-only array centers_80mhz static const + (bsc#1227149). +- wifi: cfg80211: save power spectral density(psd) of regulatory + rule (bsc#1227149). +- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() + (bsc#1227149). +- commit 7f3b9af + +------------------------------------------------------------------- +Fri Jun 28 15:21:30 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: Sanity check tx bitrate if not provided by + driver (bsc#1227149). +- wifi: cfg80211: export DFS CAC time and usable state helper + functions (bsc#1227149). +- wifi: cfg80211: call reg_call_notifier on beacon hints + (bsc#1227149). +- wifi: cfg80211: allow reg update by driver even if wiphy->regd + is set (bsc#1227149). +- wifi: mac80211: additions to change_beacon() (bsc#1227149). +- wifi: nl80211: additions to NL80211_CMD_SET_BEACON + (bsc#1227149). +- wifi: cfg80211: modify prototype for change_beacon + (bsc#1227149). +- wifi: mac80211: fixes in FILS discovery updates (bsc#1227149). +- wifi: nl80211: fixes to FILS discovery updates (bsc#1227149). +- wifi: lib80211: remove unused variables iv32 and iv16 + (bsc#1227149). +- commit 67ccb18 + +------------------------------------------------------------------- +Fri Jun 28 15:18:45 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix various kernel-doc issues (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-track-capability-opmode-NSS-separately.patch. +- commit b1c042f + +------------------------------------------------------------------- +Fri Jun 28 15:17:48 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove shifted rate support (bsc#1227149). +- wifi: cfg80211: remove scan_width support (bsc#1227149). +- wifi: wext: avoid extra calls to strlen() in ieee80211_bss() + (bsc#1227149). +- wifi: mac80211: fix channel switch link data (bsc#1227149). +- wifi: mac80211: Do not force off-channel for management Tx + with MLO (bsc#1227149). +- wifi: mac80211: take MBSSID/EHT data also from probe resp + (bsc#1227149). +- wifi: mac80211: Print local link address during authentication + (bsc#1227149). +- wifi: cfg80211: reg: fix various kernel-doc issues + (bsc#1227149). +- wifi: mac80211: remove unnecessary struct forward declaration + (bsc#1227149). +- commit 5936128 + +------------------------------------------------------------------- +Fri Jun 28 15:16:00 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: annotate iftype_data pointer with sparse + (bsc#1227149). +- Refresh + patches.suse/wifi-cfg80211-fix-wiphy-delayed-work-queueing.patch. +- commit 031b8a7 + +------------------------------------------------------------------- +Fri Jun 28 15:13:21 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: add more warnings about inserting sta info + (bsc#1227149). +- wifi: mac80211: add support for mld in ieee80211_chswitch_done + (bsc#1227149). +- wifi: mac80211: fix BA session teardown race (bsc#1227149). +- wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149). +- commit 8e5b425 + +------------------------------------------------------------------- +Fri Jun 28 15:05:09 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: remove wdev mutex (bsc#1227149). +- commit 4d7cf99 + +------------------------------------------------------------------- +Fri Jun 28 14:43:48 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: set wiphy for virtual monitors (bsc#1227149). +- commit 6022030 + +------------------------------------------------------------------- +Fri Jun 28 14:41:15 CEST 2024 - vkarasulli@suse.de + +- iommu/amd: Fix sysfs leak in iommu init (git-fixes). +- commit 5b11e2a + +------------------------------------------------------------------- +Fri Jun 28 14:36:14 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove key_mtx (bsc#1227149). +- commit 36d4ad3 + +------------------------------------------------------------------- +Fri Jun 28 14:36:07 CEST 2024 - vkarasulli@suse.de + +- iommu: Return right value in iommu_sva_bind_device() + (git-fixes). +- commit 769b149 + +------------------------------------------------------------------- +Fri Jun 28 14:34:56 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: remove sta_mtx (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-check-if-the-existing-link-config-rema.patch. +- Refresh + patches.suse/wifi-mac80211-don-t-re-add-debugfs-during-reconfig.patch. +- commit 5b967e8 + +------------------------------------------------------------------- +Fri Jun 28 14:32:14 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: reduce iflist_mtx (bsc#1227149). +- wifi: mac80211: remove local->mtx (bsc#1227149). +- wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149). +- wifi: mac80211: remove chanctx_mtx (bsc#1227149). +- wifi: mac80211: take wiphy lock for MAC addr change + (bsc#1227149). +- wifi: mac80211: extend wiphy lock in interface removal + (bsc#1227149). +- wifi: mac80211: hold wiphy_lock around concurrency checks + (bsc#1227149). +- wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149). +- commit b3dacec + +------------------------------------------------------------------- +Fri Jun 28 14:27:41 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: check wiphy mutex in ops (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-do-not-pass-AP_VLAN-vif-pointer-to-dri.patch. +- commit 3b00636 + +------------------------------------------------------------------- +Fri Jun 28 14:26:23 CEST 2024 - tiwai@suse.de + +- wifi: cfg80211: check wiphy mutex is held for wdev mutex + (bsc#1227149). +- wifi: cfg80211: hold wiphy lock in + cfg80211_any_wiphy_oper_chan() (bsc#1227149). +- wifi: cfg80211: sme: hold wiphy lock for wdev iteration + (bsc#1227149). +- wifi: cfg80211: reg: hold wiphy mutex for wdev iteration + (bsc#1227149). +- wifi: mac80211: move color change finalize to wiphy work + (bsc#1227149). +- wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move filter reconfig to wiphy work + (bsc#1227149). +- wifi: mac80211: move tspec work to wiphy work (bsc#1227149). +- wifi: mac80211: move key tailroom work to wiphy work + (bsc#1227149). +- commit d930910 + +------------------------------------------------------------------- +Fri Jun 28 14:25:06 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-move-sched-scan-stop-work-to-wiphy-wor.patch. +- commit 6350819 + +------------------------------------------------------------------- +Fri Jun 28 14:24:21 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-move-radar-detect-work-to-wiphy-work.patch. +- commit 46fc728 + +------------------------------------------------------------------- +Fri Jun 28 14:23:33 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: move TDLS work to wiphy work (bsc#1227149). +- wifi: mac80211: move link activation work to wiphy work + (bsc#1227149). +- wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149). +- wifi: mac80211: move monitor work to wiphy work (bsc#1227149). +- wifi: mac80211: add more ops assertions (bsc#1227149). +- wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149). +- wifi: mac80211: flush wiphy work where appropriate + (bsc#1227149). +- wifi: cfg80211: check RTNL when iterating devices (bsc#1227149). +- commit 425f8ad + +------------------------------------------------------------------- +Fri Jun 28 14:22:54 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: lock wiphy for aggregation debugfs + (bsc#1227149). +- wifi: mac80211: hold wiphy lock in netdev/link debugfs + (bsc#1227149). +- wifi: mac80211: debugfs: lock wiphy instead of RTNL + (bsc#1227149). +- wifi: mac80211: fix SMPS status handling (bsc#1227149). +- wifi: mac80211: Fix SMPS handling in the context of MLO + (bsc#1227149). +- wifi: mac80211: rework ack_frame_id handling a bit + (bsc#1227149). +- wifi: mac80211: tx: clarify conditions in if statement + (bsc#1227149). +- wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149). +- wifi: cfg80211: improve documentation for flag fields + (bsc#1227149). +- wifi: nl80211: Remove unused declaration + nl80211_pmsr_dump_results() (bsc#1227149). +- commit 75d4c97 + +------------------------------------------------------------------- +Fri Jun 28 14:22:07 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: mesh: Remove unused function declaration + mesh_ids_set_default() (bsc#1227149). +- commit b3033c6 + +------------------------------------------------------------------- +Fri Jun 28 14:21:05 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: Remove unused function declarations + (bsc#1227149). +- Refresh + patches.suse/wifi-mac80211-move-radar-detect-work-to-wiphy-work.patch. +- commit 343f020 + +------------------------------------------------------------------- +Fri Jun 28 13:59:47 CEST 2024 - jwiesner@suse.de + +- x86/tsc: Trust initial offset in architectural TSC-adjust MSRs + (bsc#1222015 bsc#1226962). +- commit ba98363 + +------------------------------------------------------------------- +Fri Jun 28 13:47:24 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC + due to bad index (bsc#1226158). +- commit fdb5ce1 + +------------------------------------------------------------------- +Fri Jun 28 12:32:43 CEST 2024 - mgorman@suse.de + +- Update -rt config files. +- commit abdd635 + +------------------------------------------------------------------- +Fri Jun 28 09:50:45 CEST 2024 - bdas@suse.de + +- net/9p: fix uninit-value in p9_client_rpc() (CVE-2024-39301 + bsc#1226994). +- commit d8af728 + +------------------------------------------------------------------- +Fri Jun 28 09:48:09 CEST 2024 - iivanov@suse.de + +- arm64/io: add constant-argument check (bsc#1226502 git-fixes) +- commit 45e8b78 + +------------------------------------------------------------------- +Fri Jun 28 09:44:48 CEST 2024 - tiwai@suse.de + +- struct acpi_ec kABI workaround (git-fixes). +- commit 3605f74 + +------------------------------------------------------------------- +Fri Jun 28 09:40:19 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7921s: fix potential hung tasks during chip + recovery (stable-fixes). +- commit d9504b4 + +------------------------------------------------------------------- +Fri Jun 28 09:37:54 CEST 2024 - tiwai@suse.de + +- drm/drm_file: Fix pid refcounting race (git-fixes). +- drm/i915/gt: Fix potential UAF by revoke of fence registers + (git-fixes). +- drm/amdgpu: Fix pci state save during mode-1 reset (git-fixes). +- drm/panel: simple: Add missing display timing flags for KOE + TX26D202VM0BWA (git-fixes). +- drm/fbdev-dma: Only set smem_start is enable per module option + (git-fixes). +- net: usb: ax88179_178a: improve link status logs (git-fixes). +- net: phy: micrel: add Microchip KSZ 9477 to the device table + (git-fixes). +- batman-adv: Don't accept TT entries for out-of-spec VIDs + (git-fixes). +- can: mcp251xfd: fix infinite loop when xmit fails (git-fixes). +- net: can: j1939: recover socket queue on CAN bus error during + BAM transmission (git-fixes). +- net: can: j1939: Initialize unused data in j1939_send_one() + (git-fixes). +- net: can: j1939: enhanced error handling for tightly received + RTS messages in xtp_rx_rts_session_new (git-fixes). +- ASoC: fsl-asoc-card: set priv->pdev before using it (git-fixes). +- ASoC: amd: acp: remove i2s configuration check in + acp_i2s_probe() (git-fixes). +- ASoC: amd: acp: add a null check for chip_pdev structure + (git-fixes). +- ASoC: q6apm-lpass-dai: close graph on prepare errors + (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on + right mclk (git-fixes). +- ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (git-fixes). +- ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820 + (git-fixes). +- ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 + messages (git-fixes). +- drm/amdgpu: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/radeon: fix UBSAN warning in kv_dpm.c (stable-fixes). +- ACPI: EC: Evaluate orphan _REG under EC device (git-fixes). +- serial: exar: adding missing CTI and Exar PCI ids + (stable-fixes). +- serial: imx: Introduce timeout when waiting on transmitter empty + (stable-fixes). +- usb: gadget: function: Remove usage of the deprecated + ida_simple_xx() API (stable-fixes). +- usb: typec: ucsi_glink: drop special handling for CCI_BUSY + (stable-fixes). +- usb: dwc3: pci: Don't set "linux,phy_charger_detect" property + on Lenovo Yoga Tab2 1380 (stable-fixes). +- usb: misc: uss720: check for incompatible versions of the + Belkin F5U002 (stable-fixes). +- usb: gadget: uvc: configfs: ensure guid to be valid before set + (stable-fixes). +- cpufreq: amd-pstate: fix memory leak on CPU EPP exit + (stable-fixes). +- ACPI: EC: Install address space handler at the namespace root + (stable-fixes). +- PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports + (stable-fixes). +- power: supply: cros_usbpd: provide ID table for avoiding + fallback match (stable-fixes). +- platform/x86: toshiba_acpi: Add quirk for buttons on Z830 + (stable-fixes). +- ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk + (git-fixes). +- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F + (stable-fixes). +- ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 + (stable-fixes). +- drm/lima: mask irqs in timeout path before hard reset + (stable-fixes). +- drm/lima: add mask irq callback to gp and pp (stable-fixes). +- drm/amd/display: revert Exit idle optimizations before HDCP + execution (stable-fixes). +- drm/amd/display: Exit idle optimizations before HDCP execution + (stable-fixes). +- Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl + (stable-fixes). +- batman-adv: bypass empty buckets in batadv_purge_orig_ref() + (stable-fixes). +- ssb: Fix potential NULL pointer dereference in + ssb_device_uevent() (stable-fixes). +- HID: Add quirk for Logitech Casa touchpad (stable-fixes). +- ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets + (stable-fixes). +- crypto: hisilicon/qm - Add the err memory release process to + qm uninit (stable-fixes). +- crypto: hisilicon/sec - Fix memory leak for sec resource release + (stable-fixes). +- commit bbedf42 + +------------------------------------------------------------------- +Thu Jun 27 20:21:37 CEST 2024 - tbogendoerfer@suse.de + +- net/mlx5: Fix MTMP register capability offset in MCAM register + (git-fixes). +- bonding: fix oops during rmmod (CVE-2024-39296 bsc#1226989). +- e1000e: change usleep_range to udelay in PHY mdic access + (CVE-2024-39296 bsc#1226989). +- dpll: spec: use proper enum for pin capabilities attribute + (git-fixes). +- tools: ynl: fix handling of multiple mcast groups (git-fixes). +- tools: ynl: don't leak mcast_groups on init error (git-fixes). +- tools: ynl: make sure we always pass yarg to mnl_cb_run + (git-fixes). +- commit 164182f + +------------------------------------------------------------------- +Thu Jun 27 18:52:51 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Fix WARN_ON in iommu probe path (git-fixes). +- iommu/vt-d: Use device rbtree in iopf reporting path + (bsc#1224751 CVE-2024-35843). +- iommu/vt-d: Use rbtree to track iommu probed devices + (git-fixes). +- commit 5f366a7 + +------------------------------------------------------------------- +Thu Jun 27 17:29:45 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential kernel bug due to lack of writeback flag + waiting (bsc#1227066 CVE-2024-37078). +- commit bd6df7f + +------------------------------------------------------------------- +Thu Jun 27 15:03:44 CEST 2024 - tiwai@suse.de + +- kABI workaround for FPGA changes (CVE-2024-35247 bsc#1226948 + CVE-2024-36479 bsc#1226949 CVE-2024-37021 bsc#1226950). +- commit 4b32e86 + +------------------------------------------------------------------- +Thu Jun 27 14:44:09 CEST 2024 - tiwai@suse.de + +- fpga: region: add owner module and take its refcount + (CVE-2024-35247 bsc#1226948). +- Refresh patches.suse/fpga-add-kABI-padding.patch. +- commit 670051c + +------------------------------------------------------------------- +Thu Jun 27 14:42:15 CEST 2024 - tiwai@suse.de + +- fpga: manager: add owner module and take its refcount + (CVE-2024-37021 bsc#1226950). +- Refresh patches.suse/fpga-add-kABI-padding.patch. +- commit 34a2533 + +------------------------------------------------------------------- +Thu Jun 27 14:37:10 CEST 2024 - tiwai@suse.de + +- fpga: bridge: add owner module and take its refcount + (CVE-2024-36479 bsc#1226949). +- commit 545627b + +------------------------------------------------------------------- +Thu Jun 27 13:09:29 CEST 2024 - nik.borisov@suse.com + +- Fix build failure on powerpc + Refresh + patches.suse/powerpc-uaccess-Use-YZ-asm-constraint-for-ld.patch. +- commit 4cafc95 + +------------------------------------------------------------------- +Thu Jun 27 11:05:02 CEST 2024 - iivanov@suse.de + +- kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502) +- commit 54c3656 + +------------------------------------------------------------------- +Thu Jun 27 10:56:03 CEST 2024 - iivanov@suse.de + +- net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502) +- commit 5ea0ed2 + +------------------------------------------------------------------- +Thu Jun 27 10:54:55 CEST 2024 - iivanov@suse.de + +- arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502) +- commit a39a193 + +------------------------------------------------------------------- +Thu Jun 27 10:53:38 CEST 2024 - iivanov@suse.de + +- s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502) +- commit 4a798a5 + +------------------------------------------------------------------- +Thu Jun 27 10:27:37 CEST 2024 - iivanov@suse.de + +- s390: Implement __iowrite32_copy() (bsc#1226502) +- commit 80e689b + +------------------------------------------------------------------- +Thu Jun 27 10:26:30 CEST 2024 - iivanov@suse.de + +- x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502) +- commit 894aede + +------------------------------------------------------------------- +Thu Jun 27 09:40:08 CEST 2024 - tbogendoerfer@suse.de + +- net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete + status rules (CVE-2024-36281 bsc#1226799). +- commit a7197fd + +------------------------------------------------------------------- +Wed Jun 26 18:08:09 CEST 2024 - lhenriques@suse.de + +- ceph: switch to use cap_delay_lock for the unlink delay list + (bsc#1226022). +- ceph: break the check delayed cap loop every 5s (bsc#1226022). +- ceph: add ceph_cap_unlink_work to fire check_caps() immediately + (bsc#1226022). +- ceph: always queue a writeback when revoking the Fb caps + (bsc#1226022). +- ceph: always check dir caps asynchronously (bsc#1226022). +- commit 7eb372a + +------------------------------------------------------------------- +Wed Jun 26 14:18:48 CEST 2024 - ptesarik@suse.com + +- arm64: mm: Don't remap pgtables for allocate vs populate + (jsc#PED-8688). +- arm64: mm: Batch dsb and isb when populating pgtables + (jsc#PED-8688). +- arm64: mm: Don't remap pgtables per-cont(pte|pmd) block + (jsc#PED-8688). +- commit fdec960 + +------------------------------------------------------------------- +Wed Jun 26 14:13:09 CEST 2024 - jack@suse.cz + +- epoll: be better about file lifetimes (bsc#1226610 + CVE-2024-38580). +- commit 4ff3c13 + +------------------------------------------------------------------- +Wed Jun 26 14:05:46 CEST 2024 - jack@suse.cz + +- null_blk: Fix return value of nullb_device_power_store() + (bsc#1226841 CVE-2024-36478). +- commit f213a2a + +------------------------------------------------------------------- +Wed Jun 26 13:52:15 CEST 2024 - rgoldwyn@suse.com + +- f2fs: multidev: fix to recognize valid zero block address (bsc#1226879, CVE-2024-38636). +- commit ec1ded3 + +------------------------------------------------------------------- +Wed Jun 26 13:11:15 CEST 2024 - mfranc@suse.cz + +- s390/cpacf: Make use of invalid opcode produce a link error + (git-fixes bsc#1227072). +- commit 24c76d1 + +------------------------------------------------------------------- +Wed Jun 26 13:05:00 CEST 2024 - mfranc@suse.cz + +- s390/ap: Fix crash in AP internal function modify_bitmap() + (CVE-2024-38661 bsc#1226996 git-fixes). +- commit 456a41d + +------------------------------------------------------------------- +Wed Jun 26 10:51:36 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: Add sockopt case to verify prog_type (bsc#1226789 + CVE-2024-38564). +- selftests/bpf: Extend sockopt tests to use BPF_LINK_CREATE + (bsc#1226789 CVE-2024-38564). +- bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in + BPF_LINK_CREATE (bsc#1226789 CVE-2024-38564). +- commit 2f12314 + +------------------------------------------------------------------- +Wed Jun 26 07:08:38 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Fix verifier assumptions about socket->sk (bsc#1226790 + CVE-2024-38566). +- commit dc586b3 + +------------------------------------------------------------------- +Tue Jun 25 20:26:14 CEST 2024 - lduncan@suse.com + +- scsi: qedf: Ensure the copied buf is NUL terminated (bsc#1226758 + CVE-2024-38559). +- scsi: bfa: Ensure the copied buf is NUL terminated (bsc#1226786 + CVE-2024-38560). +- scsi: bnx2fc: Remove spin_lock_bh while releasing resources + after upload (bsc#1224767 CVE-2024-36919). +- commit 3cabc93 + +------------------------------------------------------------------- +Tue Jun 25 17:30:54 CEST 2024 - dwagner@suse.de + +- nvme: do not retry authentication failures (bsc#1186716). +- nvme-fabrics: short-circuit reconnect retries (bsc#1186716). +- nvme: return kernel error codes for admin queue connect + (bsc#1186716). +- nvmet: return DHCHAP status codes from nvmet_setup_auth() + (bsc#1186716). +- nvmet: lock config semaphore when accessing DH-HMAC-CHAP key + (bsc#1186716). +- commit ac2b954 + +------------------------------------------------------------------- +Tue Jun 25 17:00:23 CEST 2024 - davide.benini@suse.com + +- net: sched: sch_multiq: fix possible OOB write in multiq_tune() + (CVE-2024-36978 bsc#1226514). +- commit 3b6fd26 + +------------------------------------------------------------------- +Tue Jun 25 16:16:31 CEST 2024 - dwagner@suse.de + +- nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists() + (git-fixes). +- commit 556ea4a + +------------------------------------------------------------------- +Tue Jun 25 15:48:44 CEST 2024 - jack@suse.cz + +- null_blk: fix null-ptr-dereference while configuring 'power' + and 'submit_queues' (bsc#1226841 CVE-2024-36478). +- commit d0b4b2a + +------------------------------------------------------------------- +Tue Jun 25 15:47:56 CEST 2024 - jack@suse.cz + +- block: fix overflow in blk_ioctl_discard() (bsc#1225770 + CVE-2024-36917). +- commit bbdd816 + +------------------------------------------------------------------- +Tue Jun 25 15:38:19 CEST 2024 - jack@suse.cz + +- mm: Avoid overflows in dirty throttling logic (bsc#1222364 + CVE-2024-26720). +- commit 77e301c + +------------------------------------------------------------------- +Tue Jun 25 15:20:37 CEST 2024 - davide.benini@suse.com + +- net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP + (CVE-2024-36974 bsc#1226519). +- commit f911add + +------------------------------------------------------------------- +Tue Jun 25 13:38:15 CEST 2024 - iivanov@suse.de + +- PCI: Clear Secondary Status errors after enumeration (bsc#1226928) +- commit 606f4e7 + +------------------------------------------------------------------- +Tue Jun 25 13:28:05 CEST 2024 - dwagner@suse.de + +- nvmet-passthru: propagate status from id override functions + (git-fixes). +- nvme: fix nvme_pr_* status code parsing (git-fixes). +- nvmet: fix nvme status code when namespace is disabled + (git-fixes). +- nvmet-tcp: fix possible memory leak when tearing down a + controller (git-fixes). +- nvmet-auth: replace pr_debug() with pr_err() to report an error + (git-fixes). +- nvmet-auth: return the error code to the nvmet_auth_host_hash() + callers (git-fixes). +- nvme: find numa distance only if controller has valid numa id + (git-fixes). +- commit 3709ef4 + +------------------------------------------------------------------- +Tue Jun 25 12:27:34 CEST 2024 - dwagner@suse.de + +- nvme: cancel pending I/O if nvme controller is in terminal state + (bsc#1226503). + Refresh: + - patches.suse/nvme-multipath-fix-io-accounting-on-failover.patch +- commit 7dbf1d4 + +------------------------------------------------------------------- +Tue Jun 25 11:13:31 CEST 2024 - tiwai@suse.de + +- stm class: Fix a double free in stm_register_device() + (CVE-2024-38627 bsc#1226857). +- commit ef5c589 + +------------------------------------------------------------------- +Tue Jun 25 10:53:05 CEST 2024 - tiwai@suse.de + +- Input: ili210x - fix ili251x_read_touch_data() return value + (git-fixes). +- pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set + (git-fixes). +- pinctrl: rockchip: use dedicated pinctrl type for RK3328 + (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins + (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins + (git-fixes). +- pinctrl: fix deadlock in create_pinctrl() when handling + -EPROBE_DEFER (git-fixes). +- pinctrl: qcom: spmi-gpio: drop broken pm8008 support + (git-fixes). +- commit a1b46e3 + +------------------------------------------------------------------- +Tue Jun 25 10:49:59 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi: hns3: Actually use + devm_add_action_or_reset() (CVE-2024-38603 bsc#1226842). +- commit 4db6ba6 + +------------------------------------------------------------------- +Tue Jun 25 01:35:47 CEST 2024 - neilb@suse.de + +- NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362). +- commit 6ed2498 + +------------------------------------------------------------------- +Mon Jun 24 18:25:30 CEST 2024 - nik.borisov@suse.com + +- work around gcc bugs with 'asm goto' with outputs (git-fixes). +- Refresh + patches.suse/powerpc-uaccess-Fix-build-errors-seen-with-GCC-13-14.patch. +- Refresh + patches.suse/powerpc-uaccess-Use-YZ-asm-constraint-for-ld.patch. +- commit eac0f3f + +------------------------------------------------------------------- +Mon Jun 24 18:14:54 CEST 2024 - nik.borisov@suse.com + +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (git-fixes). +- commit 8a8a749 + +------------------------------------------------------------------- +Mon Jun 24 18:14:09 CEST 2024 - nik.borisov@suse.com + +- x86/tdx: Preserve shared bit on mprotect() (git-fixes). +- commit ea4a8f6 + +------------------------------------------------------------------- +Mon Jun 24 18:05:52 CEST 2024 - nik.borisov@suse.com + +- x86/sev: Fix position dependent variable references in startup code (git-fixes). +- Refresh + patches.suse/x86-coco-Require-seeding-RNG-with-RDRAND-on-CoCo-systems.patch. +- commit 2efccd0 + +------------------------------------------------------------------- +Mon Jun 24 17:43:36 CEST 2024 - nik.borisov@suse.com + +- x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel (git-fixes). +- Refresh + patches.suse/x86-mce-Differentiate-real-hardware-MCs-from-TDX-erratum-o.patch. +- commit d75f0fd + +------------------------------------------------------------------- +Mon Jun 24 17:42:01 CEST 2024 - nik.borisov@suse.com + +- x86/kexec: Fix bug with call depth tracking (git-fixes). +- commit 926155d + +------------------------------------------------------------------- +Mon Jun 24 17:41:39 CEST 2024 - nik.borisov@suse.com + +- x86/nmi: Drop unused declaration of proc_nmi_enabled() (git-fixes). +- commit 3441c2e + +------------------------------------------------------------------- +Mon Jun 24 17:41:09 CEST 2024 - nik.borisov@suse.com + +- x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (git-fixes). +- commit 820085a + +------------------------------------------------------------------- +Mon Jun 24 17:40:50 CEST 2024 - nik.borisov@suse.com + +- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking (git-fixes). +- commit 1c4403a + +------------------------------------------------------------------- +Mon Jun 24 17:31:22 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Blacklist invalid commit (git-fixes) + We don't support CPU_MITIGATIONS hence to need for this logic +- commit 6899966 + +------------------------------------------------------------------- +Mon Jun 24 09:44:52 CEST 2024 - tbogendoerfer@suse.de + +- net: fec: remove .ndo_poll_controller to avoid deadlocks + (CVE-2024-38553 bsc#1226744). +- net/mlx5: Discard command completions in internal error + (CVE-2024-38555 bsc#1226607). +- net/mlx5: Add a timeout to acquire the command queue semaphore + (CVE-2024-38556 bsc#1226774). +- net/mlx5: Reload only IB representors upon lag disable/enable + (CVE-2024-38557 bsc#1226781). +- net/mlx5e: Fix netif state handling (CVE-2024-38608 + bsc#1226746). +- eth: sungem: remove .ndo_poll_controller to avoid deadlocks + (CVE-2024-38597 bsc#1226749). +- net: stmmac: move the EST lock to struct stmmac_priv + (CVE-2024-38594 bsc#1226734). +- commit d6f20aa + +------------------------------------------------------------------- +Mon Jun 24 09:42:26 CEST 2024 - tiwai@suse.de + +- i2c: ocores: set IACK bit after core is enabled (git-fixes). +- commit dc04936 + +------------------------------------------------------------------- +Sun Jun 23 08:49:31 CEST 2024 - tiwai@suse.de + +- regulator: bd71815: fix ramp values (git-fixes). +- regulator: core: Fix modpost error "regulator_get_regmap" + undefined (git-fixes). +- spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to + CCR_BUSWIDTH_4 (git-fixes). +- spi: stm32: qspi: Fix dual flash mode sanity test in + stm32_qspi_setup() (git-fixes). +- firmware: psci: Fix return value from psci_system_suspend() + (git-fixes). +- commit 5c1d1d7 + +------------------------------------------------------------------- +Sat Jun 22 19:32:37 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Add check for srq max_sge attribute (git-fixes) +- commit 5a7a44c + +------------------------------------------------------------------- +Sat Jun 22 19:32:10 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (git-fixes) +- commit a73b3cb + +------------------------------------------------------------------- +Sat Jun 22 19:31:45 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Ensure created mkeys always have a populated rb_key (git-fixes) +- commit 194920a + +------------------------------------------------------------------- +Sat Jun 22 19:31:19 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Follow rb_key.ats when creating new mkeys (git-fixes) +- commit 93d4abb + +------------------------------------------------------------------- +Sat Jun 22 19:30:51 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Remove extra unlock on error path (git-fixes) +- commit 662ecd8 + +------------------------------------------------------------------- +Sat Jun 22 19:30:21 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix responder length checking for UD request packets (git-fixes) +- commit 77ecb50 + +------------------------------------------------------------------- +Sat Jun 22 19:29:56 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix data copy for IB_SEND_INLINE (git-fixes) +- commit 9ec1cd9 + +------------------------------------------------------------------- +Sat Jun 22 19:29:24 CEST 2024 - nmorey@suse.com + +- RDMA/bnxt_re: Fix the max msix vectors macro (git-fixes) +- commit 19f32fe + +------------------------------------------------------------------- +Sat Jun 22 10:04:35 CEST 2024 - tiwai@suse.de + +- drm/i915/mso: using joiner is not possible with eDP MSO + (git-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9 + (stable-fixes). +- ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your + kernel is fine." (git-fixes). +- thermal/drivers/mediatek/lvts_thermal: Return error in case + of invalid efuse data (git-fixes). +- dmaengine: ioatdma: Fix missing kmem_cache_destroy() + (git-fixes). +- dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() + (git-fixes). +- dmaengine: ioatdma: Fix error path in ioat3_dma_probe() + (git-fixes). +- dmaengine: ioatdma: Fix leaking on version mismatch (git-fixes). +- dmaengine: idxd: Fix possible Use-After-Free in + irq_process_work_list (git-fixes). +- xhci: Apply broken streams quirk to Etron EJ188 xHCI host + (stable-fixes). +- xhci: Apply reset resume quirk to Etron EJ188 xHCI host + (stable-fixes). +- xhci: Set correct transferred length for cancelled bulk + transfers (stable-fixes). +- drm/exynos/vidi: fix memory leak in .get_modes() (stable-fixes). +- ACPI: x86: Force StorageD3Enable on more products + (stable-fixes). +- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on + I/O errors (git-fixes). +- kheaders: explicitly define file modes for archived headers + (stable-fixes). +- intel_th: pci: Add Lunar Lake support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S support (stable-fixes). +- intel_th: pci: Add Sapphire Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids support (stable-fixes). +- clkdev: Update clkdev id usage to allow for longer names + (stable-fixes). +- nilfs2: return the mapped address from nilfs_get_page() + (stable-fixes). +- commit 8bec8e0 + +------------------------------------------------------------------- +Fri Jun 21 18:33:30 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi_pcie: Fix out-of-bound access when valid + event group (CVE-2024-38569 bsc#1226772). +- commit 6715b52 + +------------------------------------------------------------------- +Fri Jun 21 18:32:43 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi: hns3: Fix out-of-bound access when valid + event group (CVE-2024-38568 bsc#1226771). +- commit 33d69e0 + +------------------------------------------------------------------- +Fri Jun 21 17:24:29 CEST 2024 - mkoutny@suse.com + +- sched/core: Fix incorrect initialization of the 'burst' + parameter in cpu_max_write() (bsc#1226791). +- commit 6b67975 + +------------------------------------------------------------------- +Fri Jun 21 17:21:26 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add 6fb454606153 sched: Simplify tg_set_cfs_bandwidth() +- commit 4e56705 + +------------------------------------------------------------------- +Fri Jun 21 16:31:57 CEST 2024 - dfaggioli@suse.com + +- virtio_net: checksum offloading handling fix (git-fixes). +- commit d283709 + +------------------------------------------------------------------- +Fri Jun 21 16:21:12 CEST 2024 - dfaggioli@suse.com + +- virtio_net: avoid data-races on dev->stats fields (git-fixes). +- commit 50373fb + +------------------------------------------------------------------- +Fri Jun 21 15:27:34 CEST 2024 - dfaggioli@suse.com + +- vfio/fsl-mc: Block calling interrupt handler without trigger + (bsc#1222810 CVE-2024-26814). +- commit b1aee55 + +------------------------------------------------------------------- +Fri Jun 21 15:22:12 CEST 2024 - dfaggioli@suse.com + +- vfio/platform: Create persistent IRQ handlers (bsc#1222809 + CVE-2024-26813). +- commit 28ae90e + +------------------------------------------------------------------- +Fri Jun 21 10:23:30 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Add more codec ID to no shutup pins list + (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ARP8 + (stable-fixes). +- ALSA: hda/realtek: Support Lenovo Thinkbook 13x Gen 4 + (stable-fixes). +- ALSA: hda/realtek: Support Lenovo Thinkbook 16P Gen 5 + (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo Thinkbook 13x Gen 4 + (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo Thinkbook 16P Gen 5 + (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on N14AP7 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook + 445/465 G11 (stable-fixes). +- ALSA: hda: cs35l56: Fix lifecycle of codec pointer + (stable-fixes). +- commit 3c2cbdc + +------------------------------------------------------------------- +Fri Jun 21 10:21:11 CEST 2024 - tiwai@suse.de + +- net: usb: rtl8150 fix unintiatilzed variables in + rtl8150_get_link_ksettings (git-fixes). +- net: usb: ax88179_178a: improve reset check (git-fixes). +- net: phy: mxl-gpy: Remove interrupt mask clearing from + config_init (git-fixes). +- net: lan743x: Support WOL at both the PHY and MAC appropriately + (git-fixes). +- net: lan743x: disable WOL upon resume to restore full data + path operation (git-fixes). +- ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM + (git-fixes). +- ALSA: hda: tas2781: Component should be unbound before + deconstruction (git-fixes). +- ALSA: hda: cs35l41: Component should be unbound before + deconstruction (git-fixes). +- ALSA: hda: cs35l56: Component should be unbound before + deconstruction (git-fixes). +- ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option + (git-fixes). +- ALSA: hda/realtek: Remove Framework Laptop 16 from quirks + (git-fixes). +- ALSA: seq: ump: Fix missing System Reset message handling + (git-fixes). +- ALSA: hda: cs35l41: Possible null pointer dereference in + cs35l41_hda_unbind() (git-fixes). +- commit 045593b + +------------------------------------------------------------------- +Fri Jun 21 08:41:31 CEST 2024 - mkubecek@suse.cz + +- tcp: Dump bound-only sockets in inet_diag (bsc#1204562). +- commit ff006da + +------------------------------------------------------------------- +Thu Jun 20 17:39:41 CEST 2024 - lhenriques@suse.de + +- cachefiles: remove requests from xarray during flushing requests + (bsc#1226588). +- commit b238f81 + +------------------------------------------------------------------- +Thu Jun 20 12:31:55 CEST 2024 - jslaby@suse.cz + +- blacklist.conf: add ppdev cleanup +- commit 58ce126 + +------------------------------------------------------------------- +Thu Jun 20 10:59:35 CEST 2024 - mfranc@suse.cz + +- net/smc: fix neighbour and rtable leak in smc_ib_find_route() + (git-fixes bsc#1225823 CVE-2024-36945 bsc#1226547). +- commit d4aa573 + +------------------------------------------------------------------- +Thu Jun 20 05:39:06 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: test case for callback_depth states pruning logic + (bsc#1225903). +- bpf: check bpf_func_state->callback_depth when pruning states + (bsc#1225903). +- commit 6632e43 + +------------------------------------------------------------------- +Wed Jun 19 09:00:16 CEST 2024 - iivanov@suse.de + +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (jsc#PED-8649) + Module is marked supported because of merge from SP6, but lets add + reference to SLM6.0 maintenance task. +- commit d270c07 + +------------------------------------------------------------------- +Wed Jun 19 08:53:45 CEST 2024 - tiwai@suse.de + +- gpio: tqmx86: introduce shadow register for GPIO output value + (git-fixes). +- Refresh + patches.suse/gpio-tqmx86-store-IRQ-trigger-type-and-unmask-status.patch. +- commit 559245f + +------------------------------------------------------------------- +Wed Jun 19 07:51:38 CEST 2024 - tiwai@suse.de + +- efi/x86: Free EFI memory map only when installing a new one + (git-fixes). +- gpio: lpc32xx: fix module autoloading (stable-fixes). +- commit d39df35 + +------------------------------------------------------------------- +Wed Jun 19 07:48:50 CEST 2024 - tiwai@suse.de + +- Move upstreamed NFS patch into sorted section +- commit 19c3986 + +------------------------------------------------------------------- +Wed Jun 19 04:36:50 CEST 2024 - neilb@suse.de + +- nfsd: optimise recalculate_deny_mode() for a common case + (bsc#1217912). +- commit 882d2ff + +------------------------------------------------------------------- +Wed Jun 19 02:33:24 CEST 2024 - neilb@suse.de + +- NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633 + bsc#1226226). +- commit b98e69a + +------------------------------------------------------------------- +Wed Jun 19 02:32:17 CEST 2024 - neilb@suse.de + +- NFS: abort nfs_atomic_open_v23 if name is too long + (bsc#1219847). +- NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly + (bsc#1219847). +- commit 772961e + +------------------------------------------------------------------- +Tue Jun 18 22:51:53 CEST 2024 - krisman@suse.de + +- fs/9p: fix uninitialized values during inode evict (bsc#1225815 + CVE-2024-36923). +- commit b349473 + +------------------------------------------------------------------- +Tue Jun 18 16:32:47 CEST 2024 - tiwai@suse.de + +- x86/mce: Dynamically size space for machine check records + (bsc#1222241). +- commit 2d0d4b2 + +------------------------------------------------------------------- +Tue Jun 18 13:27:41 CEST 2024 - hare@suse.de + +- nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049). +- Refresh + patches.suse/nvme-tcp-Add-wq_unbound-modparam-for-nvme_tcp_wq.patch. +- commit 099b967 + +------------------------------------------------------------------- +Tue Jun 18 13:09:32 CEST 2024 - denis.kirjanov@suse.com + +- net: preserve kabi for struct dst_ops (CVE-2024-36971 + bsc#1226145). +- commit 6d764b6 + +------------------------------------------------------------------- +Tue Jun 18 12:48:47 CEST 2024 - tiwai@suse.de + +- kcov: don't lose track of remote references during softirqs + (git-fixes). +- commit fc5abf0 + +------------------------------------------------------------------- +Tue Jun 18 11:55:49 CEST 2024 - davide.benini@suse.com + +- rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back + (CVE-2024-27414 bsc#1224439). +- commit 6651625 + +------------------------------------------------------------------- +Tue Jun 18 11:45:27 CEST 2024 - davide.benini@suse.com + +- netfilter: nf_tables: reject new basechain after table flag update + (CVE-2024-35900 bsc#1224497). +- commit ef2c4d5 + +------------------------------------------------------------------- +Tue Jun 18 11:21:47 CEST 2024 - denis.kirjanov@suse.com + +- net: fix __dst_negative_advice() race (CVE-2024-36971 + bsc#1226145). +- commit 604ed28 + +------------------------------------------------------------------- +Tue Jun 18 11:13:42 CEST 2024 - mgorman@suse.de + +- series.conf: Consolidate RT history +- commit 6ef44e2 + +------------------------------------------------------------------- +Tue Jun 18 11:00:15 CEST 2024 - denis.kirjanov@suse.com + +- ipv6: Fix infinite recursion in fib6_dump_done() (CVE-2024-35886 + bsc#1224670). +- commit ba91bc1 + +------------------------------------------------------------------- +Tue Jun 18 10:56:34 CEST 2024 - mgorman@suse.de + +- Update + patches.suse/sched-rt-Don-t-try-push-tasks-if-there-are-none.patch + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit 2d3af93 + +------------------------------------------------------------------- +Tue Jun 18 10:43:46 CEST 2024 - mgorman@suse.de + +- perf: Split __perf_pending_irq() out of perf_pending_irq() + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- perf: Remove perf_swevent_get_recursion_context() from + perf_pending_task() (bsc#1214683 (PREEMPT_RT prerequisite + backports)). +- perf: Enqueue SIGTRAP always via task_work (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- perf: Move irq_work_queue() where the event is prepared + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit bc9fd24 + +------------------------------------------------------------------- +Mon Jun 17 13:15:43 CEST 2024 - tzimmermann@suse.com + +- drm/amd/display: Disable idle reallow as part of command/gpint (bsc#1225702 CVE-2024-36024) +- commit 6d53e8c + +------------------------------------------------------------------- +Mon Jun 17 12:13:19 CEST 2024 - tiwai@suse.de + +- RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized + address translation (bsc#1225300). +- RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300). +- commit 82b08f9 + +------------------------------------------------------------------- +Mon Jun 17 11:21:56 CEST 2024 - mgorman@suse.de + +- series.conf: Clarification +- commit 065b95a + +------------------------------------------------------------------- +Mon Jun 17 11:18:23 CEST 2024 - mgorman@suse.de + +- Refresh patches.suse/arm-Disable-jump-label-on-PREEMPT_RT.patch. +- commit 7487731 + +------------------------------------------------------------------- +Mon Jun 17 11:12:28 CEST 2024 - mgorman@suse.de + +- Replace with mainline and sort + Update + - patches.suse/kdb-Do-not-assume-write-callback-available.patch. +- commit b1b8679 + +------------------------------------------------------------------- +Mon Jun 17 11:04:15 CEST 2024 - mgorman@suse.de + +- Refresh ARM (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Mainline + ARM: 9312/1: vfp: include asm/neon.h in vfpmodule.c + ARM: 9327/1: vfp: Add missing VFP instructions to neon_support_hook backports. + ARM: entry: Disregard Thumb undef exception in coproc dispatch + ARM: entry: Make asm coproc dispatch code NWFPE only + ARM: iwmmxt: Use undef hook to enable coprocessor for task + ARM: kernel: Get rid of thread_info::used_cp[] array + ARM: mm: Make virt_to_pfn() a static inline + ARM: vfp: Move sending signals outside of vfp_lock()ed section + ARM: vfp: Record VFP bounces as perf emulation faults + ARM: vfp: Reimplement VFP exception entry in C code + ARM: vfp: Remove workaround for Feroceon CPUs + ARM: vfp: Use undef hook for handling VFP exceptions + ARM: vfp: Use vfp_lock() in vfp_support_entry() + arm: update in-source documentation references +- Refresh + patches.suse/ARM-Allow-to-enable-RT.patch. + patches.suse/ARM64-Allow-to-enable-RT.patch. +- Update + patches.suse/ARM-enable-irq-in-translation-section-permission-fault-handlers.patch + patches.suse/ARM-vfp-Provide-vfp_lock-for-VFP-locking.patch + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_sync_hwstate.patch +- Delete + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_entry.patch. +- commit 68335de + +------------------------------------------------------------------- +Mon Jun 17 09:03:16 CEST 2024 - tiwai@suse.de + +- i2c: designware: Fix the functionality flags of the slave-only + interface (git-fixes). +- i2c: at91: Fix the functionality flags of the slave-only + interface (git-fixes). +- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log + messages (git-fixes). +- xhci: Handle TD clearing for multiple streams case (git-fixes). +- thunderbolt: debugfs: Fix margin debugfs node creation condition + (git-fixes). +- usb-storage: alauda: Check whether the media is initialized + (git-fixes). +- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state + (git-fixes). +- usb: typec: tcpm: fix use-after-free case in + tcpm_register_source_caps (git-fixes). +- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected + (git-fixes). +- tty: n_tty: Fix buffer offsets when lookahead is used + (git-fixes). +- drivers: core: synchronize really_probe() and dev_uevent() + (git-fixes). +- iio: imu: inv_icm42600: delete unneeded update watermark call + (git-fixes). +- iio: dac: ad5592r: fix temperature channel scaling value + (git-fixes). +- iio: adc: ad9467: fix scan type sign (git-fixes). +- misc: microchip: pci1xxxx: Fix a memory leak in the error + handling of gp_aux_bus_probe() (git-fixes). +- misc: microchip: pci1xxxx: fix double free in the error handling + of gp_aux_bus_probe() (git-fixes). +- mei: me: release irq in mei_me_pci_resume error path + (git-fixes). +- ax25: Fix refcount imbalance on inbound connections (git-fixes). +- tpm_tis: Do *not* flush uninitialized work (git-fixes). +- selftests/mm: fix build warnings on ppc64 (stable-fixes). +- selftests/mm: compaction_test: fix incorrect write of zero to + nr_hugepages (git-fixes). +- genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() + (git-fixes). +- drm/amdgpu/atomfirmware: add intergrated info v2.3 table + (stable-fixes). +- intel_th: pci: Add Meteor Lake-S CPU support (stable-fixes). +- mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect + GPIO on Asus T100TA (git-fixes). +- mmc: sdhci-acpi: Disable write protect detection on Toshiba + WT10-A (stable-fixes). +- mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot + not working (stable-fixes). +- mmc: sdhci-acpi: Sort DMI quirks alphabetically (stable-fixes). +- mmc: sdhci: Add support for "Tuning Error" interrupts + (stable-fixes). +- mmc: core: Add mmc_gpiod_set_cd_config() function + (stable-fixes). +- media: mxl5xx: Move xpt structures off stack (stable-fixes). +- media: lgdt3306a: Add a check against null-pointer-def + (stable-fixes). +- media: v4l2-core: hold videodev_lock until dev reg, finishes + (stable-fixes). +- drm/amdgpu: add error handle to avoid out-of-bounds + (stable-fixes). +- drm/i915/hwmon: Get rid of devm (stable-fixes). +- wifi: rtw89: correct aSIFSTime for 6GHz band (stable-fixes). +- wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path + (stable-fixes). +- wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE + (stable-fixes). +- wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (stable-fixes). +- wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU + (stable-fixes). +- ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx + (stable-fixes). +- crypto: ecrdsa - Fix module auto-load on add_key (stable-fixes). +- drm/sun4i: hdmi: Move mode_set into enable (stable-fixes). +- drm/sun4i: hdmi: Convert encoder to atomic (stable-fixes). +- mmc: core: Do not force a retune before RPMB switch + (stable-fixes). +- commit 8df97c4 + +------------------------------------------------------------------- +Mon Jun 17 08:25:45 CEST 2024 - hare@suse.de + +- nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049). +- commit 7af7bce + +------------------------------------------------------------------- +Sun Jun 16 15:04:02 CEST 2024 - heming.zhao@suse.com + +- ocfs2: fix sparse warnings (bsc#1219224). +- ocfs2: speed up chain-list searching (bsc#1219224). +- ocfs2: adjust enabling place for la window (bsc#1219224). +- ocfs2: improve write IO performance when fragmentation is high + (bsc#1219224). +- commit 98a3adb + +------------------------------------------------------------------- +Sun Jun 16 14:25:01 CEST 2024 - mgorman@suse.de + +- Replace with mainline and sort +- Update + patches.suse/signal-Don-t-disable-preemption-in-ptrace_stop-on-PREEMPT_RT.patch + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Rename to + patches.suse/signal-Add-a-proper-comment-about-preempt_disable-in-ptrace_stop.patch. +- Delete patches.suse/signal-Update-the-comment-ptrace_stop.patch. +- commit 3987e77 + +------------------------------------------------------------------- +Sun Jun 16 14:04:28 CEST 2024 - mgorman@suse.de + +- Replace with mainline and sort + patches.suse/sched-avoid-false-lockdep-splat-in-put_task_struct.patch + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- commit 4c9e751 + +------------------------------------------------------------------- +Sun Jun 16 11:53:53 CEST 2024 - mgorman@suse.de + +- net: Remove conditional threaded-NAPI wakeup based on task state + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- cxgb4: Properly lock TX queue for the selftest (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- serial: pch: Don't initialize uart_port's spin_lock (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- serial: pch: Don't disable interrupts while acquiring lock in + ISR (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pch: Make push_rx() return void (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- serial: pch: Invoke handle_rx_to() directly (bsc#1214683 + (PREEMPT_RT prerequisite backports)). +- xsk: Add truesize to skb_add_rx_frag() (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- bpf: Remove xdp_do_flush_map() (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- sched/debug: Update stale reference to sched_debug.c + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Extend the testsuite to also cover HSRv1 + (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Reorder the testsuite (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- selftests: hsr: Use `let' properly (bsc#1214683 (PREEMPT_RT + prerequisite backports)). +- commit 085084f + +------------------------------------------------------------------- +Sat Jun 15 09:34:43 CEST 2024 - tiwai@suse.de + +- drm/exynos: hdmi: report safe 640x480 mode as a fallback when + no EDID found (git-fixes). +- drm/nouveau: don't attempt to schedule hpd_work on headless + cards (git-fixes). +- drm/bridge/panel: Fix runtime warning on panel bridge release + (git-fixes). +- drm/komeda: check for error-valued pointer (git-fixes). +- commit b393dd7 + +------------------------------------------------------------------- +Fri Jun 14 17:55:13 CEST 2024 - mgorman@suse.de + +- Move/Refresh PREEMPT_RT upstream prerequisites to sorted section + patches.suse/Revert-8250-add-support-for-ASIX-devices-with-a.patch. + patches.suse/serial-8250-Add-dl_read-write-bugs-and-mapsize-into-plat_serial8250_port.patch. + patches.suse/serial-8250-Fix-oops-for-port-pm-on-uart_chang.patch. + patches.suse/serial-8250-RT288x-Au1xxx-code-away-from-core.patch. + patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch. + patches.suse/serial-8250-omap-Fix-imprecise-external-abort-for-omap_8250_pm.patch. + patches.suse/serial-8250-omap-Shut-down-on-remove-for-console-uart.patch. + patches.suse/serial-8250-omap-convert-to-modern-PM-ops.patch. + patches.suse/serial-8250_omap-Add-earlycon-support-for-the-AM654-.patch. + patches.suse/serial-8250_omap-Fix-errors-with-no_console_suspend.patch. + patches.suse/serial-8250_omap-Use-force_suspend-and-resume-f.patch. + patches.suse/serial-core-Start-managing-serial-controllers-to-enable-runtime-PM.patch. + patches.suse/serial-drivers-switch-ch-and-flag-to-u8.patch. + patches.suse/serial-exar-Add-RS-485-support-for-Sealevel-XR17V35X-based-cards.patch. + patches.suse/serial-max3100-Lock-port-lock-when-calling-uart_hand.patch. + patches.suse/tty-serial-meson-fix-hard-LOCKUP-on-crtscts-mode.patch. +- patches.suse/tty-serial-meson-use-dev_err_probe.patch. +- commit 8af44ef + +------------------------------------------------------------------- +Fri Jun 14 16:56:53 CEST 2024 - mgorman@suse.de + +- Refresh patch metadata + patches.suse/ARM-Allow-to-enable-RT.patch. + patches.suse/ARM-enable-irq-in-translation-section-permission-fault-handlers.patch. + patches.suse/ARM-vfp-Provide-vfp_lock-for-VFP-locking.patch. + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_entry.patch. + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_sync_hwstate.patch. + patches.suse/ARM64-Allow-to-enable-RT.patch. + patches.suse/ASoC-mediatek-mt8186-Remove-unused-mutex.patch. + patches.suse/POWERPC-Allow-to-enable-RT.patch. + patches.suse/Revert-drm-i915-Depend-on-PREEMPT_RT.patch. + patches.suse/arch-arm64-Add-lazy-preempt-support.patch. + patches.suse/arm-Add-support-for-lazy-preemption.patch. + patches.suse/arm-Disable-jump-label-on-PREEMPT_RT.patch. + patches.suse/drm-i915-Disable-tracing-points-on-PREEMPT_RT.patch. + patches.suse/drm-i915-Don-t-check-for-atomic-context-on-PREEMPT_RT.patch. + patches.suse/drm-i915-Don-t-disable-interrupts-on-PREEMPT_RT-during-atomic-updates.patch. + patches.suse/drm-i915-Drop-the-irqs_disabled-check.patch. + patches.suse/drm-i915-Use-preempt_disable-enable_rt-where-recommended.patch. + patches.suse/drm-i915-gt-Use-spin_lock_irq-instead-of-local_irq_disable-spin_lock.patch. + patches.suse/drm-i915-skip-DRM_I915_LOW_LEVEL_TRACEPOINTS-with-NOTRACE.patch. + patches.suse/entry-Fix-the-preempt-lazy-fallout.patch. + patches.suse/kdb-do-not-assume-write-callback-available.patch. + patches.suse/net-Avoid-the-IPI-to-free-the.patch. + patches.suse/powerpc-Add-support-for-lazy-preemption.patch. + patches.suse/powerpc-kvm-Disable-in-kernel-MPIC-emulation-for-PREEMPT_RT.patch. + patches.suse/powerpc-pseries-Select-the-generic-memory-allocator.patch. + patches.suse/powerpc-pseries-iommu-Use-a-locallock-instead-local_irq_save.patch. + patches.suse/powerpc-stackprotector-work-around-stack-guard-init-from-atomic.patch. + patches.suse/powerpc-traps-Use-PREEMPT_RT.patch. + patches.suse/preempt-Put-preempt_enable-within-an-instrumentation-section.patch. + patches.suse/rcutorture-Also-force-sched-priority-to-timersd-on-boosting-test.patch. + patches.suse/sched-Add-support-for-lazy-preemption.patch. + patches.suse/sched-avoid-false-lockdep-splat-in-put_task_struct.patch. + patches.suse/sched-core-Provide-a-method-to-check-if-a-task-is-PI-boosted.patch. + patches.suse/sched-rt-Don-t-try-push-tasks-if-there-are-none.patch. + patches.suse/signal-Add-proper-comment-about-the-preempt-disable-in-ptrace_stop.patch. + patches.suse/signal-Don-t-disable-preemption-in-ptrace_stop-on-PREEMPT_RT.patch. + patches.suse/signal-Update-the-comment-ptrace_stop.patch. + patches.suse/softirq-Add-function-to-preempt-serving-softirqs.patch. + patches.suse/softirq-Use-a-dedicated-thread-for-timer-wakeups.patch. + patches.suse/softirq-Wake-ktimers-thread-also-in-softirq.patch. + patches.suse/sysfs-Add-sys-kernel-realtime-entry.patch. + patches.suse/tick-Fix-timer-storm-since-introduction-of-timersd.patch. + patches.suse/time-Allow-to-preempt-after-a-callback.patch. + patches.suse/tty-serial-omap-Make-the-locking-RT-aware.patch. + patches.suse/tty-serial-pl011-Make-the-locking-work-on-RT.patch. + patches.suse/x86-Allow-to-enable-RT.patch. + patches.suse/x86-Enable-RT-also-on-32bit.patch. + patches.suse/x86-Support-for-lazy-preemption.patch. + patches.suse/x86-entry-Use-should_resched-in-idtentry_exit_cond_resched.patch. + patches.suse/x86-microcode-Remove-microcode_mutex.patch. + patches.suse/zram-Replace-bit-spinlocks-with-spinlock_t-for-PREEMPT_RT.patch. +- commit ceed08d + +------------------------------------------------------------------- +Fri Jun 14 16:33:11 CEST 2024 - tiwai@suse.de + +- Temporarily drop KVM patch that caused a regression (bsc#1226158) + Delete patches.suse/KVM-x86-pmu-Prioritize-VMX-interception-over-GP-on-R.patch +- commit 33f31da + +------------------------------------------------------------------- +Fri Jun 14 15:41:20 CEST 2024 - shung-hsi.yu@suse.com + +- kABI: bpf: verifier kABI workaround + (bsc#1225903). +- commit 726091c + +------------------------------------------------------------------- +Fri Jun 14 14:07:11 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: keep track of max number of bpf_loop callback iterations + (bsc#1225903). +- selftests/bpf: test widening for iterating callbacks + (bsc#1225903). +- bpf: widening for callback iterators (bsc#1225903). +- selftests/bpf: tests for iterating callbacks (bsc#1225903). +- bpf: verify callbacks as if they are called unknown number of + times (bsc#1225903). +- bpf: extract setup_func_entry() utility function (bsc#1225903). +- bpf: extract __check_reg_arg() utility function (bsc#1225903). +- selftests/bpf: track string payload offset as scalar in + strobemeta (bsc#1225903). +- selftests/bpf: track tcp payload offset as scalar in + xdp_synproxy (bsc#1225903). +- bpf: print full verifier states on infinite loop detection + (bsc#1225903). +- selftests/bpf: test if state loops are detected in a tricky case + (bsc#1225903). +- bpf: correct loop detection for iterators convergence + (bsc#1225903). +- selftests/bpf: tests with delayed read/precision makrs in loop + body (bsc#1225903). +- bpf: exact states comparison for iterator convergence checks + (bsc#1225903). +- bpf: extract same_callsites() as utility function (bsc#1225903). +- bpf: move explored_state() closer to the beginning of verifier.c + (bsc#1225903). +- commit 63dfc45 + +------------------------------------------------------------------- +Fri Jun 14 12:18:36 CEST 2024 - denis.kirjanov@suse.com + +- ipv6: Fix potential uninit-value access in __ip6_make_skb() + (CVE-2024-36903 bsc#1225741). +- commit f510672 + +------------------------------------------------------------------- +Fri Jun 14 12:17:40 CEST 2024 - denis.kirjanov@suse.com + +- Update references +- commit 36a2563 + +------------------------------------------------------------------- +Fri Jun 14 11:27:37 CEST 2024 - pjakobsson@suse.de + +- drm/amd/display: Skip on writeback when it's not applicable (CVE-2024-36914 bsc#1225757). +- commit e1ad803 + +------------------------------------------------------------------- +Fri Jun 14 11:15:27 CEST 2024 - tiwai@suse.de + +- cpufreq: amd-pstate: Fix the inconsistency in max frequency + units (git-fixes). +- commit 9dd9a2b + +------------------------------------------------------------------- +Fri Jun 14 11:02:44 CEST 2024 - jdelvare@suse.de + +- gpiolib: cdev: Fix use after free in lineinfo_changed_notify + (bsc#1225737 CVE-2024-36899). +- commit 24144db + +------------------------------------------------------------------- +Fri Jun 14 10:41:02 CEST 2024 - mgorman@suse.de + +- Preparation update to v6.10-rc3-rt5 ((bsc#1214683 (PREEMPT_RT prerequisite backports)). +- Add + console: Improve console_srcu_read_flags() comments + device property: Add SOFTWARE_NODE() macro for defining software nodes + device property: Add fwnode_name_eq() + device property: Add fwnode_property_match_property_string() + device property: Implement device_is_big_endian() + device property: Implement device_is_compatible() + nbcon: Provide functions for drivers to acquire console for non-printing. + panic: Flush kernel log buffer at the end + panic: Mark emergency section in oops + panic: Mark emergency section in warn + panic: add option to dump blocked tasks in panic_print + panic: suppress gnu_printf warning + printk: Add @flags argument for console_is_usable() + printk: Add function to replay kernel log on consoles + printk: Add kthread for all legacy consoles + printk: Add non-BKL (nbcon) console basic infrastructure + printk: Add notation to console_srcu locking + printk: Atomic print in printk context on shutdown + printk: Avoid console_lock dance if no legacy or boot consoles + printk: Avoid false positive lockdep report for legacy printing + printk: Check printk_deferred_enter()/_exit() usage + printk: Check valid console index for preferred console + printk: Constify name for add_preferred_console() + printk: Coordinate direct printing in panic + printk: Don't try to parse DEVNAME:0.0 console options + printk: Flag register_console() if console is set on command line. + printk: Let console_is_usable() handle nbcon + printk: Make console_is_usable() available to nbcon + printk: Make static printk buffers available to nbcon + printk: Properly deal with nbcon consoles on seq init + printk: Provide helper for message prepending + printk: Provide threadprintk boot argument + printk: Reduce pr_flush() pooling time + printk: Remove the now superfluous sentinel elements from ctl_table array + printk: Save console options for add_preferred_console_match() + printk: Track nbcon consoles + printk: Track registered boot consoles + printk: fix illegal pbufs access for !CONFIG_PRINTK + printk: flush consoles before checking progress + printk: nbcon: Add acquire/release logic + printk: nbcon: Add buffer management + printk: nbcon: Add callbacks to synchronize with driver + printk: nbcon: Add context to console_is_usable() + printk: nbcon: Add detailed doc for write_atomic() + printk: nbcon: Add emit function and callback function for atomic printing + printk: nbcon: Add helper to assign priority based on CPU state + printk: nbcon: Add ownership state functions + printk: nbcon: Add printer thread wakeups + printk: nbcon: Add sequence handling + printk: nbcon: Add unsafe flushing on panic + printk: nbcon: Allow drivers to mark unsafe regions and check state. + printk: nbcon: Do not rely on proxy headers + printk: nbcon: Implement emergency sections + printk: nbcon: Introduce printing kthreads + printk: nbcon: Provide function to flush using write_atomic() + printk: nbcon: Provide function to reacquire ownership + printk: nbcon: Remove return value for write_atomic() + printk: nbcon: Show replay message on takeover + printk: nbcon: Start printing threads + printk: nbcon: Use driver synchronization while (un)registering + printk: nbcon: Use nbcon consoles in console_flush_all() + serial: convert uart sysrq handling to u8 + serial: core: Add UPIO_UNKNOWN constant for unknown port type + serial: core: Controller id cannot be negative + serial: core: Fix serial core port id to not use port->line + serial: core: Implement processing in port->lock wrapper + serial: core: Introduce wrapper to set @uart_port->cons + serial: core: Move struct uart_port::quirks closer to possible + serial: core: Provide low-level functions to lock port + serial: core: Update uart_poll_timeout() function to return unsigned long. + serial: core: Use lock wrappers + serial: core: don't kfree device managed data + serial: core: fix -EPROBE_DEFER handling in init + serial: make uart_insert_char() accept u8s + serial: port: Introduce a common helper to read properties + tty/sysrq: Replay kernel log messages on consoles via sysrq +- Update + patches.suse/dump_stack-Do-not-get-cpu_sync-for-panic-CPU.patch + patches.suse/printk-Add-this_cpu_in_panic.patch + patches.suse/printk-Adjust-mapping-for-32bit-seq-macros.patch + patches.suse/printk-Avoid-non-panic-CPUs-writing-to-ringbuffer.patch + patches.suse/printk-Disable-passing-console-lock-owner-completely-during-panic.patch + patches.suse/printk-For-suppress_panic_printk-check-for-other-CPU-in-panic.patch + patches.suse/printk-Update-the-printk-series.patch. + patches.suse/printk-Use-prb_first_seq-as-base-for-32bit-seq-macros.patch + patches.suse/printk-Wait-for-all-reserved-records-with-pr_flush.patch + patches.suse/printk-nbcon-Relocate-32bit-seq-macros.patch + patches.suse/printk-ringbuffer-Clarify-special-lpos-values.patch + patches.suse/printk-ringbuffer-Cleanup-reader-terminology.patch + patches.suse/printk-ringbuffer-Do-not-skip-non-finalized-records-with-prb_next_seq.patch + patches.suse/printk-ringbuffer-Skip-non-finalized-records-in-panic.patch + patches.suse/printk-nbcon-Stop-threads-on-shutdown-reboot.patch. +- Delete + patches.suse/kernel-panic-Add-atomic-write-enforcement-to-warn-panic.patch. + patches.suse/printk-Add-non-BKL-console-basic-infrastructure.patch. + patches.suse/printk-Add-threaded-printing-support-for-BKL-consoles.patch. + patches.suse/printk-Perform-atomic-flush-in-console_flush_on_panic.patch. + patches.suse/printk-nbcon-move-locked_port-flag-to-struct-uart_port.patch. + patches.suse/printk-nobkl-Add-acquire-release-logic.patch. + patches.suse/printk-nobkl-Add-buffer-management.patch. + patches.suse/printk-nobkl-Add-emit-function-and-callback-functions-for-atomic-printing.patch. + patches.suse/printk-nobkl-Add-print-state-functions.patch. + patches.suse/printk-nobkl-Add-printer-thread-wakeups.patch. + patches.suse/printk-nobkl-Add-sequence-handling.patch. + patches.suse/printk-nobkl-Add-write-context-storage-for-atomic-writes.patch. + patches.suse/printk-nobkl-Introduce-printer-threads.patch. + patches.suse/printk-nobkl-Provide-functions-for-atomic-write-enforcement.patch. + patches.suse/printk-only-disable-if-actually-unregistered.patch. + patches.suse/printk-replace-local_irq_save-with-local_lock-for-safe-mode.patch. + patches.suse/rcu-Add-atomic-write-enforcement-for-rcu-stalls.patch +- commit 6b8304c + +------------------------------------------------------------------- +Fri Jun 14 09:59:12 CEST 2024 - tiwai@suse.de + +- nouveau: report byte usage in VRAM usage (git-fixes). +- Refresh + patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch. +- commit 5638f93 + +------------------------------------------------------------------- +Fri Jun 14 09:58:29 CEST 2024 - tiwai@suse.de + +- nouveau: add an ioctl to report vram usage (stable-fixes). +- Refresh + patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch. +- commit 7ea88ac + +------------------------------------------------------------------- +Fri Jun 14 09:56:35 CEST 2024 - tiwai@suse.de + +- nouveau: add an ioctl to return vram bar size (stable-fixes). +- Refresh + patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch. +- commit 07ddfce + +------------------------------------------------------------------- +Fri Jun 14 09:52:40 CEST 2024 - tiwai@suse.de + +- platform/x86: dell-smbios: Fix wrong token data in sysfs + (git-fixes). +- net: phy: Micrel KSZ8061: fix errata solution not taking effect + problem (git-fixes). +- wifi: ath10k: fix QCOM_RPROC_COMMON dependency (git-fixes). +- wifi: mac80211: correctly parse Spatial Reuse Parameter Set + element (git-fixes). +- wifi: iwlwifi: mvm: don't read past the mfuart notifcation + (git-fixes). +- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids + (git-fixes). +- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of + debugfs ifdef (git-fixes). +- wifi: iwlwifi: mvm: set properly mac header (git-fixes). +- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 + (git-fixes). +- wifi: iwlwifi: mvm: don't initialize csa_work twice (git-fixes). +- wifi: cfg80211: pmsr: use correct nla_get_uX functions + (git-fixes). +- wifi: cfg80211: Lock wiphy in cfg80211_get_station (git-fixes). +- wifi: cfg80211: fully move wiphy work to unbound workqueue + (git-fixes). +- wifi: mac80211: Fix deadlock in + ieee80211_sta_ps_deliver_wakeup() (git-fixes). +- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects + (git-fixes). +- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume + (git-fixes). +- module: don't ignore sysfs_create_link() failures (git-fixes). +- soundwire: cadence: fix invalid PDI offset (stable-fixes). +- platform/x86/intel/tpmi: Handle error from tpmi_process_info() + (stable-fixes). +- platform/x86: thinkpad_acpi: Take hotkey_mutex during + hotkey_exit() (git-fixes). +- media: radio-shark2: Avoid led_names truncations (git-fixes). +- wifi: nl80211: Avoid address calculations via out of bounds + array indexing (git-fixes). +- selftests: mptcp: add ms units for tc-netem delay + (stable-fixes). +- pwm: sti: Simplify probe function using devm functions + (git-fixes). +- regulator: vqmmc-ipq4019: fix module autoloading (stable-fixes). +- regulator: irq_helpers: duplicate IRQ name (stable-fixes). +- platform/x86: ISST: Add Grand Ridge to HPM CPU list + (stable-fixes). +- selftests: sud_test: return correct emulated syscall value on + RISC-V (stable-fixes). +- wifi: cfg80211: fix the order of arguments for trace events + of the tx_rx_evt class (stable-fixes). +- wifi: mac80211: ensure beacon is non-S1G prior to extracting + the beacon timestamp field (stable-fixes). +- wifi: mac80211: don't use rate mask for scanning (stable-fixes). +- pwm: sti: Prepare removing pwm_chip from driver data + (stable-fixes). +- commit d252b95 + +------------------------------------------------------------------- +Fri Jun 14 09:44:27 CEST 2024 - tiwai@suse.de + +- HID: logitech-dj: Fix memory leak in + logi_dj_recv_switch_to_dj_mode() (git-fixes). +- HID: core: remove unnecessary WARN_ON() in implement() + (git-fixes). +- kconfig: doc: fix a typo in the note about 'imply' (git-fixes). +- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type + (git-fixes). +- gpio: tqmx86: store IRQ trigger type and unmask status + separately (git-fixes). +- gpio: tqmx86: fix typo in Kconfig label (git-fixes). +- drm/vmwgfx: Don't memcmp equivalent pointers (git-fixes). +- drm/vmwgfx: 3D disabled should not effect STDU memory limits + (git-fixes). +- drm/vmwgfx: Filter modes which exceed graphics memory + (git-fixes). +- drm/panel: sitronix-st7789v: Add check for + of_drm_get_panel_orientation (git-fixes). +- drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms + (git-fixes). +- kconfig: fix comparison to constant symbols, 'm', 'n' + (git-fixes). +- drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ + cp_compute_microcode() and rlc_microcode() (git-fixes). +- drm/amdgpu: init microcode chip name from ip versions + (stable-fixes). +- fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card + (stable-fixes). +- iio: accel: mxc4005: Reset chip on probe() and resume() + (stable-fixes). +- drm/amdkfd: Flush the process wq before creating a kfd_process + (stable-fixes). +- drm/amd/display: Disable seamless boot on 128b/132b encoding + (stable-fixes). +- drm/amd/display: Fix DC mode screen flickering on DCN321 + (stable-fixes). +- drm/amd/display: Add VCO speed parameter for DCN31 FPU + (stable-fixes). +- drm/amd/display: Allocate zero bw after bw alloc enable + (stable-fixes). +- drm/amd/display: Add dtbclk access to dcn315 (stable-fixes). +- drm/amdgpu: Fix VRAM memory accounting (stable-fixes). +- drm/etnaviv: fix tx clock gating on some GC7000 variants + (stable-fixes). +- HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is + enabled (stable-fixes). +- iio: adc: ad9467: use chip_info variables instead of array + (stable-fixes). +- iio: adc: ad9467: use spi_get_device_match_data() + (stable-fixes). +- iio: accel: mxc4005: allow module autoloading via OF compatible + (stable-fixes). +- commit 4e48378 + +------------------------------------------------------------------- +Fri Jun 14 08:40:26 CEST 2024 - tiwai@suse.de + +- kABI workaround for sof_ipc_pcm_ops (git-fixes). +- commit 070cfe5 + +------------------------------------------------------------------- +Fri Jun 14 08:37:23 CEST 2024 - tiwai@suse.de + +- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ + (git-fixes). +- cxl/region: Fix memregion leaks in devm_cxl_add_region() + (git-fixes). +- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c + (git-fixes). +- cxl/region: Fix cxlr_pmem leaks (git-fixes). +- cxl/trace: Correct DPA field masks for general_media & dram + events (git-fixes). +- ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3 + (stable-fixes). +- drm/amdgpu/mes: fix use-after-free issue (stable-fixes). +- drm/amdgpu: Fix the ring buffer size for queue VM flush + (stable-fixes). +- drm/amdkfd: Add VRAM accounting for SVM migration + (stable-fixes). +- drm/amd/pm: Restore config space after reset (stable-fixes). +- drm/amdgpu: Update BO eviction priorities (stable-fixes). +- drm/amd/display: Set color_mgmt_changed to true on unsuspend + (stable-fixes). +- drm/amd/display: Revert Remove pixle rate limit for subvp + (stable-fixes). +- drm/amd/display: Remove pixle rate limit for subvp + (stable-fixes). +- Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS + (stable-fixes). +- Bluetooth: Remove usage of the deprecated ida_simple_xx() API + (stable-fixes). +- ASoC: Intel: common: add ACPI matching tables for Arrow Lake + (stable-fixes). +- Bluetooth: ISO: Fix BIS cleanup (stable-fixes). +- commit b6ffdb9 + +------------------------------------------------------------------- +Fri Jun 14 01:35:16 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: Use local TLBI on permission relaxation + (bsc#1219478). +- Refresh + patches.suse/KVM-arm64-Always-invalidate-TLB-for-stage-2-permission-faults. +- commit c414679 + +------------------------------------------------------------------- +Thu Jun 13 19:53:07 CEST 2024 - dfaggioli@suse.com + +- KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR + in CPUID (git-fixes). +- commit 001738e + +------------------------------------------------------------------- +Thu Jun 13 15:34:41 CEST 2024 - oneukum@suse.com + +- net: usb: qmi_wwan: add Telit FN920C04 compositions (git-fixes). +- commit 49f5909 + +------------------------------------------------------------------- +Thu Jun 13 14:48:50 CEST 2024 - colyli@suse.de + +- Replace the inhouse patch with following upstream patch + (bsc#1221097, bsc#1224572, CVE-2024-35979) + patches.suse/raid1-fix-use-after-free-for-original-bio-in-raid1_-fcf3.patch. +- commit 03ae28a + +------------------------------------------------------------------- +Thu Jun 13 11:59:54 CEST 2024 - ailiop@suse.com + +- supported.conf: mark ufs as unsupported + UFS is an unsupported filesystem, mark it as such. We still keep it + around (not marking as optional), to accommodate any potential + migrations from BSD systems. +- commit 5192abd + +------------------------------------------------------------------- +Thu Jun 13 11:57:17 CEST 2024 - ailiop@suse.com + +- supported.conf: mark orangefs as optional + We don't support orangefs at all (and it is already marked as such), but + since there are no SLE consumers of it, mark it as optional. +- commit 264e3d2 + +------------------------------------------------------------------- +Thu Jun 13 11:55:02 CEST 2024 - ailiop@suse.com + +- blacklist.conf: add f2fs fixes 87161a2b0aed and 4e0197f9932f + Both are f2fs-related fixes, f2fs is unsupported and not compiled at + all. +- commit e891815 + +------------------------------------------------------------------- +Thu Jun 13 11:52:09 CEST 2024 - ailiop@suse.com + +- nilfs2: fix potential hang in nilfs_detach_log_writer() + (git-fixes). +- commit 181df2f + +------------------------------------------------------------------- +Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de + +- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212) + Some builds don't just create an iso9660 image, but also mount it during + build. +- commit aaee141 + +------------------------------------------------------------------- +Thu Jun 13 10:11:58 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 70e89e6 + +------------------------------------------------------------------- +Thu Jun 13 10:09:33 CEST 2024 - oneukum@suse.com + +- Input: xpad - add support for ASUS ROG RAIKIRI (git-fixes). +- commit 9d3a015 + +------------------------------------------------------------------- +Wed Jun 12 18:20:02 CEST 2024 - jack@suse.cz + +- ext4: correct offset of gdb backup in non meta_bg group to + update_backups (bsc#1224735 CVE-2024-35807). +- commit 68779d8 + +------------------------------------------------------------------- +Wed Jun 12 18:00:33 CEST 2024 - jack@suse.cz + +- ext4: remove unnecessary check from alloc_flex_gd() (bsc#1222080 + CVE-2023-52622). +- commit 2e6ec2e + +------------------------------------------------------------------- +Wed Jun 12 16:00:34 CEST 2024 - davide.benini@suse.com + +- llc: verify mac len before reading mac header + (CVE-2023-52843 bsc#1224951). +- commit ea955e6 + +------------------------------------------------------------------- +Wed Jun 12 15:45:54 CEST 2024 - davide.benini@suse.com + +- netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() + (CVE-2024-35898 bsc#1224498). +- commit 47a49f0 + +------------------------------------------------------------------- +Wed Jun 12 14:26:19 CEST 2024 - davide.benini@suse.com + +- nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies + (CVE-2024-36915 bsc#1225758). +- commit 0955416 + +------------------------------------------------------------------- +Wed Jun 12 14:24:23 CEST 2024 - davide.benini@suse.com + +- net: add copy_safe_from_sockptr() helper + (git-fixes prerequisite CVE-2024-36915 bsc#1225758). +- commit e4ca26d + +------------------------------------------------------------------- +Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de + +- rpm/kernel-obs-build.spec.in: Add networking modules for docker + (bsc#1226211) + docker needs more networking modules, even legacy iptable_nat and _filter. +- commit 415e132 + +------------------------------------------------------------------- +Tue Jun 11 17:19:05 CEST 2024 - davide.benini@suse.com + +- rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation + (CVE-2024-36017 bsc#1225681). +- commit 349b81e + +------------------------------------------------------------------- +Tue Jun 11 15:51:42 CEST 2024 - jack@suse.cz + +- mm: use memalloc_nofs_save() in page_cache_ra_order() + (bsc#1225723 CVE-2024-36882). +- commit 858537f + +------------------------------------------------------------------- +Tue Jun 11 15:50:11 CEST 2024 - jack@suse.cz + +- blk-iocost: avoid out of bounds shift (bsc#1225759 + CVE-2024-36916). +- commit 9e35e70 + +------------------------------------------------------------------- +Tue Jun 11 15:48:58 CEST 2024 - davide.benini@suse.com + +- netfilter: complete validation of user input + (git-fixes CVE-2024-35896 bsc#1224662). +- commit a54ae57 + +------------------------------------------------------------------- +Tue Jun 11 15:25:13 CEST 2024 - tbogendoerfer@suse.de + +- net: hns3: fix kernel crash when devlink reload during + initialization (CVE-2024-36900 bsc#1225726). +- net: hns3: release PTP resources if pf initialization failed + (CVE-2024-36900 bsc#1225726). +- commit ad59124 + +------------------------------------------------------------------- +Tue Jun 11 14:44:23 CEST 2024 - jack@suse.cz + +- blk-mq: make sure active queue usage is held for + bio_integrity_prep() (bsc#1225105 CVE-2023-52787). +- commit 6131890 + +------------------------------------------------------------------- +Tue Jun 11 14:38:11 CEST 2024 - jack@suse.cz + +- block: prevent division by zero in blk_rq_stat_sum() + (bsc#1224661 CVE-2024-35925). +- commit 7339ca3 + +------------------------------------------------------------------- +Tue Jun 11 13:53:27 CEST 2024 - jack@suse.cz + +- Update refs for patches.suse/nbd-fix-uaf-in-nbd_open.patch (bsc#1216436 + bsc#1224935 CVE-2023-52837). +- commit 95ff8cb + +------------------------------------------------------------------- +Tue Jun 11 13:51:04 CEST 2024 - davide.benini@suse.com + +- netfilter: validate user input for expected length + (CVE-2024-35896 bsc#1224662). +- commit 6a29de4 + +------------------------------------------------------------------- +Tue Jun 11 13:49:51 CEST 2024 - jack@suse.cz + +- ext4: fix corruption during on-line resize (bsc#1224735 + CVE-2024-35807). +- commit 751677a + +------------------------------------------------------------------- +Tue Jun 11 13:34:20 CEST 2024 - jack@suse.cz + +- ext4: fix racy may inline data check in dio write (bsc#1224939 + CVE-2023-52786). +- commit 742009f + +------------------------------------------------------------------- +Tue Jun 11 13:32:12 CEST 2024 - jack@suse.cz + +- ext4: avoid online resizing failures due to oversized flex bg + (bsc#1222080 CVE-2023-52622). +- commit 817510d + +------------------------------------------------------------------- +Tue Jun 11 10:12:42 CEST 2024 - andrea.porta@suse.com + +- arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY + (git-fixes). +- commit d2efb00 + +------------------------------------------------------------------- +Tue Jun 11 10:03:53 CEST 2024 - tbogendoerfer@suse.de + +- net: mana: Enable MANA driver on ARM64 with 4K page size + (jsc#PED-8491). +- Update config files. +- commit 5211306 + +------------------------------------------------------------------- +Tue Jun 11 09:52:36 CEST 2024 - tbogendoerfer@suse.de + +- bna: ensure the copied buf is NUL terminated (CVE-2024-36934 + bsc#1225760). +- ice: ensure the copied buf is NUL terminated (CVE-2024-36935 + bsc#1225763). +- commit ab36d7d + +------------------------------------------------------------------- +Tue Jun 11 08:11:46 CEST 2024 - shung-hsi.yu@suse.com + +- xdp: use flags field to disambiguate broadcast redirect + (bsc#1225834 CVE-2024-36937). +- commit de0720c + +------------------------------------------------------------------- +Tue Jun 11 01:14:03 CEST 2024 - krisman@suse.de + +- fs/pipe: move check to pipe_has_watch_queue() (bsc#1224614 + CVE-2023-52672). +- commit 66a9a3f + +------------------------------------------------------------------- +Mon Jun 10 22:07:09 CEST 2024 - davide.benini@suse.com + +- tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING + (CVE-2023-52845 bsc#1225585). +- commit a73a0ca + +------------------------------------------------------------------- +Mon Jun 10 21:03:05 CEST 2024 - krisman@suse.de + +- pipe: wakeup wr_wait after setting max_usage (bsc#1224614 + CVE-2023-52672). +- commit 333fe30 + +------------------------------------------------------------------- +Mon Jun 10 17:13:33 CEST 2024 - lduncan@suse.com + +- blacklist.conf: add bsc#1223013 CVE-2024-26482, does not apply +- commit a7ff2c2 + +------------------------------------------------------------------- +Mon Jun 10 13:36:57 CEST 2024 - davide.benini@suse.com + +- netfilter: nf_tables: honor table dormant flag from netdev release event path + (CVE-2024-36005 bsc#1224539). +- commit 5b08b61 + +------------------------------------------------------------------- +Mon Jun 10 10:47:24 CEST 2024 - oneukum@suse.com + +- blacklist.conf: irrelevant build fix +- commit 226f27a + +------------------------------------------------------------------- +Sat Jun 8 16:22:10 CEST 2024 - lduncan@suse.com + +- scsi: target: core: Add TMF to tmr_list handling (bsc#1223018 + CVE-2024-26845). +- commit 6b81c05 + +------------------------------------------------------------------- +Fri Jun 7 16:21:13 CEST 2024 - vkarasulli@suse.de + +- iommu: mtk: fix module autoloading (git-fixes). +- commit 50334e4 + +------------------------------------------------------------------- +Fri Jun 7 15:12:04 CEST 2024 - vkarasulli@suse.de + +- iommu/amd: Enhance def_domain_type to handle untrusted device + (git-fixes). +- commit 9d0dd7f + +------------------------------------------------------------------- +Fri Jun 7 15:05:55 CEST 2024 - vkarasulli@suse.de + +- iommu: Undo pasid attachment only for the devices that have + succeeded (git-fixes). +- commit 4de170c + +------------------------------------------------------------------- +Fri Jun 7 15:03:38 CEST 2024 - davide.benini@suse.com + +- net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() + (CVE-2024-35892 bsc#1224515). +- commit e8fcaf3 + +------------------------------------------------------------------- +Fri Jun 7 13:57:12 CEST 2024 - jdelvare@suse.de + +- eeprom: at24: fix memory corruption race condition (bsc#1224612 + CVE-2024-35848). +- commit 269cd6c + +------------------------------------------------------------------- +Fri Jun 7 13:43:05 CEST 2024 - davide.benini@suse.com + +- udp: do not accept non-tunnel GSO skbs landing in a tunnel + (CVE-2024-35884 bsc#1224520). +- commit 78d5dd0 + +------------------------------------------------------------------- +Fri Jun 7 13:08:42 CEST 2024 - davide.benini@suse.com + +- Kabi workaround for icmp: prevent possible NULL dereferences from + icmp_build_probe() (CVE-2024-35857 bsc#1224619). +- icmp: prevent possible NULL dereferences from icmp_build_probe() + (CVE-2024-35857 bsc#1224619). +- commit fa789e3 + +------------------------------------------------------------------- +Thu Jun 6 23:53:41 CEST 2024 - krisman@suse.de + +- io_uring/net: correct the type of variable (git-fixes). +- commit 91963e3 + +------------------------------------------------------------------- +Thu Jun 6 15:39:34 CEST 2024 - shung-hsi.yu@suse.com + +- sock_map: avoid race between sock_map_close and sk_psock_put + (bsc#1225475 CVE-2023-52735). +- commit 71eeba4 + +------------------------------------------------------------------- +Thu Jun 6 12:52:35 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-dwc2-fix-possible-NULL-pointer-dereference-cause.patch + (CVE-2023-52855 bsc#1225583). + Adding references +- commit 4b5e987 + +------------------------------------------------------------------- +Thu Jun 6 09:32:09 CEST 2024 - denis.kirjanov@suse.com + +- net: preserve kabi for sk_buff (CVE-2024-26921 bsc#1223138). +- commit 7bf5961 + +------------------------------------------------------------------- +Thu Jun 6 09:29:40 CEST 2024 - denis.kirjanov@suse.com + +- inet: inet_defrag: prevent sk release while still in use + (CVE-2024-26921 bsc#1223138). +- commit 2016faf + +------------------------------------------------------------------- +Thu Jun 6 00:27:26 CEST 2024 - tonyj@suse.de + +- perf ui browser: Avoid SEGV on title (git fixes). +- commit 1578c22 + +------------------------------------------------------------------- +Wed Jun 5 20:40:13 CEST 2024 - tonyj@suse.de + +- perf pmu: Count sys and cpuid JSON events separately (git + fixes). +- perf stat: Don't display metric header for non-leader uncore + events (git-fixes). +- perf daemon: Fix file leak in daemon_session__control + (git-fixes). +- perf symbols: Fix ownership of string in dso__load_vmlinux() + (git-fixes). +- perf thread: Fixes to thread__new() related to initializing comm + (git-fixes). +- perf report: Avoid SEGV in report__setup_sample_type() + (git-fixes). +- perf ui browser: Don't save pointer to stack memory (git-fixes). +- perf bench internals inject-build-id: Fix trap divide when + collecting just one DSO (git-fixes). +- perf intel-pt: Fix unassigned instruction op (discovered by + MemorySanitizer) (git-fixes). +- perf test shell arm_coresight: Increase buffer size for + Coresight basic tests (git-fixes). +- perf docs: Document bpf event modifier (git-fixes). +- perf bench uprobe: Remove lib64 from libc.so.6 binary path + (git-fixes). +- perf record: Fix debug message placement for test consumption + (git-fixes). +- perf tests: Apply attributes to all events in object code + reading test (git-fixes). +- perf tests: Make "test data symbol" more robust on Neoverse N1 + (git-fixes). +- perf annotate: Fix annotation_calc_lines() to pass correct + address to get_srcline() (git-fixes). +- perf stat: Do not fail on metrics on s390 z/VM systems + (git-fixes). +- perf sched timehist: Fix -g/--call-graph option failure + (git-fixes). +- perf annotate: Get rid of duplicate --group option item + (git-fixes). +- perf probe: Add missing libgen.h header needed for using + basename() (git-fixes). +- perf record: Delete session after stopping sideband thread + (git-fixes). +- perf auxtrace: Fix multiple use of --itrace option (git-fixes). +- perf script: Show also errors for --insn-trace option + (git-fixes). +- perf lock contention: Add a missing NULL check (git-fixes). +- perf vendor events amd: Fix Zen 4 cache latency events + (git-fixes). +- libperf evlist: Avoid out-of-bounds access (git-fixes). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() + (git-fixes). +- perf print-events: make is_event_supported() more robust + (git-fixes). +- perf list: fix short description for some cache events + (git-fixes). +- perf metric: Don't remove scale from counts (git-fixes). +- perf stat: Avoid metric-only segv (git-fixes). +- perf expr: Fix "has_event" function for metric style events + (git-fixes). +- perf srcline: Add missed addr2line closes (git-fixes). +- perf thread_map: Free strlist on normal path in + thread_map__new_by_tid_str() (git-fixes). +- perf bpf: Clean up the generated/copied vmlinux.h (git-fixes). +- perf jevents: Drop or simplify small integer values (git-fixes). +- perf evsel: Fix duplicate initialization of data->id in + evsel__parse_sample() (git-fixes). +- perf pmu: Treat the msr pmu as software (git-fixes). +- perf record: Check conflict between '--timestamp-filename' + option and pipe mode before recording (git-fixes). +- perf record: Fix possible incorrect free in + record__switch_output() (git-fixes). +- perf vendor events amd: Add Zen 4 memory controller events + (git-fixes). +- perf top: Uniform the event name for the hybrid machine + (git-fixes). +- perf top: Use evsel's cpus to replace user_requested_cpus + (git-fixes). +- commit a1f9340 + +------------------------------------------------------------------- +Wed Jun 5 19:00:50 CEST 2024 - jack@suse.cz + +- nfs: Bump default write congestion size (bsc#1218442). +- commit 563bd84 + +------------------------------------------------------------------- +Wed Jun 5 18:57:05 CEST 2024 - jack@suse.cz + +- nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442). +- commit 1092c12 + +------------------------------------------------------------------- +Wed Jun 5 17:11:18 CEST 2024 - dsterba@suse.com + +- blacklist.conf: remove fix for CVE-2024-35956 bsc#1224674, not applicable +- Delete patches.suse/btrfs-qgroup-fix-qgroup-prealloc-rsv-leak-in-subvolu.patch. + Quoting bsc#1225945#c11: + "So the upstream 6.5 kernel commit (1b53e51a4a8f ("btrfs: don't commit + transaction for every subvol create") + ) was never backported to SLE, so that fix eb96e221937a ("btrfs: fix + unwritten extent buffer after snapshotting a new subvolume") was never + backported." +- commit d947258 + +------------------------------------------------------------------- +Wed Jun 5 14:58:19 CEST 2024 - oneukum@suse.com + +- crypto: iaa - Fix async_disable descriptor leak (CVE-2024-35926 + bsc#1224655). +- commit c5d6a9b + +------------------------------------------------------------------- +Wed Jun 5 13:38:58 CEST 2024 - shung-hsi.yu@suse.com + +- xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING + (bsc#1224575 CVE-2024-35976). +- commit 794d5e8 + +------------------------------------------------------------------- +Wed Jun 5 12:16:36 CEST 2024 - shung-hsi.yu@suse.com + +- bpf, skmsg: Fix NULL pointer dereference in + sk_psock_skb_ingress_enqueue (bsc#1225761 CVE-2024-36938). +- commit 2f2e817 + +------------------------------------------------------------------- +Wed Jun 5 11:15:56 CEST 2024 - davide.benini@suse.com + +- ipv4: check for NULL idev in ip_route_use_hint() + (CVE-2024-36008 bsc#1224540) +- commit d751eb5 + +------------------------------------------------------------------- +Tue Jun 4 20:14:17 CEST 2024 - ematsumiya@suse.de + +- smb3: fix lock ordering potential deadlock in + cifs_sync_mid_result (bsc#1225172, bsc#1224549, CVE-2024-35998). +- commit 98bfec0 + +------------------------------------------------------------------- +Tue Jun 4 20:13:35 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential deadlock when releasing mids + (bsc#1225172, bsc#1225548, CVE-2023-52757). +- commit 1b322a8 + +------------------------------------------------------------------- +Tue Jun 4 12:28:46 CEST 2024 - davide.benini@suse.com + +- blacklist.conf: add d380ce70058a4ccddc3e5f5c2063165dc07672c6 + netrom: Fix data-races around sysctl_net_busy_read + (CVE-2024-27419 bsc#1224759) +- commit 1fe217c + +------------------------------------------------------------------- +Tue Jun 4 12:01:21 CEST 2024 - iivanov@suse.de + +- octeontx2-af: avoid off-by-one read from userspace (bsc#1225762 CVE-2024-36957) +- commit d3dcfbb + +------------------------------------------------------------------- +Mon Jun 3 20:51:18 CEST 2024 - krisman@suse.de + +- kabi/severities: Ignore io_uring internal symbols +- commit 0e91c09 + +------------------------------------------------------------------- +Mon Jun 3 20:07:57 CEST 2024 - tonyj@suse.de + +- perf/x86: Fix out of range data (git-fixes). +- perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last + PEBS event (git-fixes). +- perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes). +- commit 664d77f + +------------------------------------------------------------------- +Mon Jun 3 19:14:40 CEST 2024 - ematsumiya@suse.de + +- cifs: failure to add channel on iface should bump up weight + (git-fixes, bsc#1225172). +- commit 007b237 + +------------------------------------------------------------------- +Mon Jun 3 19:14:26 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix parsing of SMB3.1.1 POSIX create context + (git-fixes, bsc#1225172). +- commit 5f27f69 + +------------------------------------------------------------------- +Mon Jun 3 19:14:13 CEST 2024 - ematsumiya@suse.de + +- Revert "cifs: reconnect work should have reference on server + struct" (git-fixes, bsc#1225172). +- commit 3ca4c0c + +------------------------------------------------------------------- +Mon Jun 3 19:13:59 CEST 2024 - ematsumiya@suse.de + +- cifs: fix leak of iface for primary channel (git-fixes, + bsc#1225172). +- commit b7eb8e8 + +------------------------------------------------------------------- +Mon Jun 3 19:13:45 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix mount when dns_resolver key is not available + (git-fixes, bsc#1225172). +- commit 28edb5c + +------------------------------------------------------------------- +Mon Jun 3 15:46:18 CEST 2024 - dwagner@suse.de + +- scsi: lpfc: Copyright updates for 14.4.0.2 patches + (bsc#1225842). +- scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842). +- scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842). +- scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask + (bsc#1225842). + Refresh: + - patches.suse/lpfc-reintroduce-old-irq-probe-logic.patch +- scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list + (bsc#1225842). +- scsi: lpfc: Clear deferred RSCN processing flag when driver + is unloading (bsc#1225842). +- scsi: lpfc: Update logging of protection type for T10 DIF I/O + (bsc#1225842). +- scsi: lpfc: Change default logging level for unsolicited CT + MIB commands (bsc#1225842). +- commit 5a56384 + +------------------------------------------------------------------- +Mon Jun 3 15:25:22 CEST 2024 - dwagner@suse.de + +- nvmet: fix ns enable/disable possible hang (git-fixes). +- nvme-multipath: fix io accounting on failover (git-fixes). +- nvme: fix multipath batched completion accounting (git-fixes). +- commit ed3b392 + +------------------------------------------------------------------- +Mon Jun 3 14:06:08 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/ALSA-hda-intel-sdw-acpi-fix-usage-of-device_get_name.patch + (git-fixes CVE-2024-36955). +- Update + patches.suse/ARM-9381-1-kasan-clear-stale-stack-poison.patch + (git-fixes bsc#1225715 CVE-2024-36906). +- Update + patches.suse/Bluetooth-HCI-Fix-potential-null-ptr-deref.patch + (git-fixes bsc#1225579 CVE-2024-36011). +- Update + patches.suse/Bluetooth-L2CAP-Fix-slab-use-after-free-in-l2cap_con.patch + (git-fixes bsc#1225578 CVE-2024-36013). +- Update + patches.suse/Bluetooth-msft-fix-slab-use-after-free-in-msft_do_cl.patch + (git-fixes bsc#1225502 CVE-2024-36012). +- Update + patches.suse/Bluetooth-qca-add-missing-firmware-sanity-checks.patch + (git-fixes bsc#1225722 CVE-2024-36880). +- Update + patches.suse/Bluetooth-qca-fix-firmware-check-error-path.patch + (git-fixes CVE-2024-36942). +- Update + patches.suse/Bluetooth-qca-fix-info-leak-when-fetching-fw-build-i.patch + (git-fixes bsc#1225720 CVE-2024-36032). +- Update + patches.suse/KVM-x86-mmu-Write-protect-L2-SPTEs-in-TDP-MMU-when-c.patch + (git-fixes bsc#1223749 CVE-2024-26990). +- Update + patches.suse/KVM-x86-pmu-Disable-support-for-adaptive-PEBS.patch + (git-fixes bsc#1223692 CVE-2024-26992). +- Update + patches.suse/Reapply-drm-qxl-simplify-qxl_fence_wait.patch + (stable-fixes CVE-2024-36944). +- Update + patches.suse/USB-core-Fix-access-violation-during-port-device-rem.patch + (git-fixes bsc#1225734 CVE-2024-36896). +- Update + patches.suse/amd-amdkfd-sync-all-devices-to-wait-all-processes-be.patch + (stable-fixes CVE-2024-36949). +- Update patches.suse/bpf-Check-bloom-filter-map-value-size.patch + (bsc#1224488 CVE-2024-35905 bsc#1225766 CVE-2024-36918). +- Update + patches.suse/clk-sunxi-ng-h6-Reparent-CPUX-during-PLL-CPUX-rate-c.patch + (git-fixes bsc#1225692 CVE-2023-52882). +- Update + patches.suse/cxl-pci-Fix-disabling-memory-if-DVSEC-CXL-Range-does.patch + (git-fixes CVE-2024-26761). +- Update + patches.suse/drm-amd-display-Atom-Integrated-System-Info-v2_2-for.patch + (stable-fixes bsc#1225735 CVE-2024-36897). +- Update + patches.suse/drm-amd-pm-fixes-a-random-hang-in-S4-for-SMU-v13.0.4.patch + (stable-fixes bsc#1225705 CVE-2024-36026). +- Update + patches.suse/drm-amdkfd-range-check-cp-bad-op-exception-interrupt.patch + (stable-fixes CVE-2024-36951). +- Update + patches.suse/drm-arm-malidp-fix-a-possible-null-pointer-dereferen.patch + (git-fixes bsc#1225593 CVE-2024-36014). +- Update + patches.suse/drm-nouveau-firmware-Fix-SG_DEBUG-error-with-nvkm_fi.patch + (stable-fixes bsc#1225728 CVE-2024-36885). +- Update + patches.suse/efi-unaccepted-touch-soft-lockup-during-memory-accept.patch + (git-fixes bsc#1225773 CVE-2024-36936). +- Update + patches.suse/firewire-ohci-mask-bus-reset-interrupts-between-ISR-.patch + (stable-fixes CVE-2024-36950). +- Update patches.suse/gpiolib-cdev-fix-uninitialised-kfifo.patch + (git-fixes bsc#1225736 CVE-2024-36898). +- Update + patches.suse/i40e-fix-vf-may-be-used-uninitialized-in-this-functi.patch + (git-fixes bsc#1225698 CVE-2024-36020). +- Update + patches.suse/maple_tree-fix-mas_empty_area_rev-null-pointer-deref.patch + (git-fixes bsc#1225710 CVE-2024-36891). +- Update + patches.suse/mm-slab-make-__free-kfree-accept-error-pointers.patch + (git-fixes bsc#1225714 CVE-2024-36890). +- Update + patches.suse/mmc-sdhci-msm-pervent-access-to-suspended-controller.patch + (git-fixes bsc#1225708 CVE-2024-36029). +- Update + patches.suse/net-hns3-fix-kernel-crash-when-devlink-reload-during.patch + (git-fixes bsc#1225699 CVE-2024-36021). +- Update + patches.suse/nouveau-dmem-handle-kcalloc-allocation-failure.patch + (git-fixes CVE-2024-26943). +- Update + patches.suse/nouveau-uvmm-fix-addr-range-calcs-for-remap-operatio.patch + (git-fixes bsc#1225694 CVE-2024-36018). +- Update + patches.suse/pinctrl-core-delete-incorrect-free-in-pinctrl_enable.patch + (git-fixes CVE-2024-36940). +- Update + patches.suse/pinctrl-devicetree-fix-refcount-leak-in-pinctrl_dt_t.patch + (git-fixes CVE-2024-36959). +- Update + patches.suse/ppdev-Add-an-error-check-in-register_device.patch + (git-fixes bsc#1225640 CVE-2024-36015). +- Update patches.suse/qibfs-fix-dentry-leak.patch (git-fixes + CVE-2024-36947). +- Update + patches.suse/regmap-maple-Fix-cache-corruption-in-regcache_maple_.patch + (git-fixes bsc#1225695 CVE-2024-36019). +- Update + patches.suse/s390-cio-Ensure-the-copied-buf-is-NUL-terminated.patch + (git-fixes bsc#1223869 bsc#1225747 CVE-2024-36931). +- Update + patches.suse/s390-qeth-Fix-kernel-panic-after-setting-hsuid.patch + (git-fixes bsc#1223874 bsc#1225775 CVE-2024-36928). +- Update + patches.suse/scsi-qla2xxx-Fix-off-by-one-in-qla_edif_app_getstats.patch + (git-fixes bsc#1225704 CVE-2024-36025). +- Update + patches.suse/spi-fix-null-pointer-dereference-within-spi_sync.patch + (git-fixes CVE-2024-36930). +- Update + patches.suse/swiotlb-Fix-double-allocation-of-slots-due-to-broken-alignment-handling.patch + (bsc#1224331 bsc#1224602 CVE-2024-35814). +- Update + patches.suse/tty-n_gsm-fix-possible-out-of-bounds-in-gsm0_receive.patch + (git-fixes bsc#1225642 CVE-2024-36016). +- Update + patches.suse/usb-gadget-f_fs-Fix-race-between-aio_cancel-and-AIO-.patch + (git-fixes bsc#1225749 CVE-2024-36894). +- Update + patches.suse/usb-gadget-uvc-use-correct-buffer-size-when-parsing-.patch + (git-fixes bsc#1225750 CVE-2024-36895). +- Update + patches.suse/usb-typec-tcpm-Check-for-port-partner-validity-befor.patch + (git-fixes bsc#1225748 CVE-2024-36893). +- Update + patches.suse/wifi-iwlwifi-mvm-guard-against-invalid-STA-ID-on-rem.patch + (stable-fixes bsc#1225769 CVE-2024-36921). +- Update + patches.suse/wifi-iwlwifi-read-txq-read_ptr-under-lock.patch + (stable-fixes CVE-2024-36922). +- Update + patches.suse/wifi-nl80211-don-t-free-NULL-coalescing-rule.patch + (git-fixes CVE-2024-36941). +- Update + patches.suse/x86-efistub-Call-mixed-mode-boot-services-on-the-firmware-.patch + (git-fixes bsc#1224742 CVE-2024-35803). +- commit 539780f + +------------------------------------------------------------------- +Mon Jun 3 13:25:29 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries/lparcfg: drop error message from guest name + lookup (bsc#1187716 ltc#193451 git-fixes). +- commit ceab637 + +------------------------------------------------------------------- +Mon Jun 3 13:19:17 CEST 2024 - msuchanek@suse.de + +- blacklist.conf: PPC fsl_msi is not used +- commit ae6590d + +------------------------------------------------------------------- +Mon Jun 3 13:03:27 CEST 2024 - msuchanek@suse.de + +- powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869). +- powerpc/uaccess: Fix build errors seen with GCC 13/14 + (bsc#1194869). +- commit 46b5d84 + +------------------------------------------------------------------- +Mon Jun 3 10:20:30 CEST 2024 - shung-hsi.yu@suse.com + +- Add reference to L3 bsc#1225765 in BPF control flow graph and precision backtrack fixes (bsc#1225756) + The L3 bsc#1225765 was created seperately since our customer requires + PTF. +- Update patches.suse/bpf-fix-precision-backtracking-instruction-iteration.patch +- Update patches.suse/bpf-handle-ldimm64-properly-in-check_cfg.patch +- Update patches.suse/selftests-bpf-add-edge-case-backtracking-logic-test.patch +- Update patches.suse/selftests-bpf-precision-tracking-test-for-BPF_NEG-an.patch +- commit 054635e + +------------------------------------------------------------------- +Mon Jun 3 01:12:20 CEST 2024 - mkubecek@suse.cz + +- netfilter: nf_tables: release mutex after nft_gc_seq_end from + abort path (CVE-2024-26925 bsc#1223390). +- commit 578a709 + +------------------------------------------------------------------- +Mon Jun 3 01:11:15 CEST 2024 - mkubecek@suse.cz + +- series.conf: cleanup + Fix subsection header to silence series_insert error. +- commit 4628dc3 + +------------------------------------------------------------------- +Sat Jun 1 10:18:30 CEST 2024 - tiwai@suse.de + +- ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). +- ALSA: ump: Set default protocol when not given explicitly + (git-fixes). +- ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). +- ALSA: core: Remove debugfs at disconnection (git-fixes). +- commit f8e0906 + +------------------------------------------------------------------- +Sat Jun 1 10:14:34 CEST 2024 - tiwai@suse.de + +- drm/panel: sitronix-st7789v: fix display size for + jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: tweak timing for + jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 + panel (git-fixes). +- dma-buf/sw-sync: don't enable IRQ from sync_print_obj() + (git-fixes). +- Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 + devices" (stable-fixes). +- drm/amd/display: Enable colorspace property for MST connectors + (git-fixes). +- drm/i915: Fix audio component initialization (git-fixes). +- drm/i915/dpt: Make DPT object unshrinkable (git-fixes). +- drm/i915/gt: Fix CCS id's calculation for CCS mode setting + (git-fixes). +- drm/i915/guc: avoid FIELD_PREP warning (git-fixes). +- drm/i915/gt: Disarm breadcrumbs if engines are already idle + (git-fixes). +- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) + (git-fixes). +- hwmon: (shtc1) Fix property misspelling (git-fixes). +- hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board + power sensor (git-fixes). +- spi: stm32: Don't warn about spurious interrupts (git-fixes). +- spi: Don't mark message DMA mapped when no transfer in it is + (git-fixes). +- dma-mapping: benchmark: handle NUMA_NO_NODE correctly + (git-fixes). +- dma-mapping: benchmark: fix node id validation (git-fixes). +- ALSA: seq: ump: Fix swapped song position pointer data + (git-fixes). +- ASoC: SOF: ipc4-topology: Fix input format query of process + modules without base extension (git-fixes). +- ALSA: seq: Fix yet another spot for system message conversion + (git-fixes). +- ALSA: ump: Don't accept an invalid UMP protocol number + (git-fixes). +- ALSA: ump: Don't clear bank selection after sending a program + change (git-fixes). +- ALSA: seq: Fix incorrect UMP type for system messages + (git-fixes). +- ALSA: seq: Don't clear bank selection at event -> UMP MIDI2 + conversion (git-fixes). +- ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP + conversion (git-fixes). +- ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp + (git-fixes). +- docs: netdev: Fix typo in Signed-off-by tag (git-fixes). +- net: usb: smsc95xx: fix changing LED_SEL bit value updated + from EEPROM (git-fixes). +- net: phy: micrel: set soft_reset callback to genphy_soft_reset + for KSZ8061 (git-fixes). +- commit e5505a5 + +------------------------------------------------------------------- +Sat Jun 1 10:09:27 CEST 2024 - tiwai@suse.de + +- Add alt-commit to a nouveau patch +- commit 0024d10 + +------------------------------------------------------------------- +Fri May 31 19:39:48 CEST 2024 - dsterba@suse.com + +- 9p: add missing locking around taking dentry fid list (git-fixes) +- commit 581af2d + +------------------------------------------------------------------- +Fri May 31 18:08:13 CEST 2024 - dsterba@suse.com + +- blacklist.conf: only a VFS cleanup +- commit f4a0ca8 + +------------------------------------------------------------------- +Fri May 31 18:00:27 CEST 2024 - dsterba@suse.com + +- blacklist.conf: openpromfs not built +- commit 475ff82 + +------------------------------------------------------------------- +Fri May 31 17:58:22 CEST 2024 - dsterba@suse.com + +- ecryptfs: Fix buffer size for tag 66 packet (git-fixes) +- commit 17aae28 + +------------------------------------------------------------------- +Fri May 31 17:18:32 CEST 2024 - davide.benini@suse.com + +- llc: call sock_orphan() at release time + (CVE-2024-26625 bsc#1221086) +- commit fe6bd4d + +------------------------------------------------------------------- +Fri May 31 17:18:11 CEST 2024 - dsterba@suse.com + +- fs/9p: translate O_TRUNC into OTRUNC (git-fixes) +- commit e03e9a5 + +------------------------------------------------------------------- +Fri May 31 17:14:43 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END + (git-fixes). +- commit e824dba + +------------------------------------------------------------------- +Fri May 31 17:14:08 CEST 2024 - dsterba@suse.com + +- fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) +- commit ebd0dc6 + +------------------------------------------------------------------- +Fri May 31 17:11:23 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: precision tracking test for BPF_NEG and BPF_END + (bsc#1225756). +- commit a410d73 + +------------------------------------------------------------------- +Fri May 31 17:08:22 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: add edge case backtracking logic test + (bsc#1225756). +- bpf: fix precision backtracking instruction iteration + (bsc#1225756). +- bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). +- commit 9cbb99b + +------------------------------------------------------------------- +Fri May 31 16:48:47 CEST 2024 - dsterba@suse.com + +- blacklist.conf: remove add and revert patch pair +- commit f17fe30 + +------------------------------------------------------------------- +Fri May 31 16:41:07 CEST 2024 - dsterba@suse.com + +- fs: indicate request originates from old mount API (git-fixes) +- commit 0754468 + +------------------------------------------------------------------- +Fri May 31 16:38:52 CEST 2024 - dsterba@suse.com + +- blacklist.conf: only comment fix +- commit b912460 + +------------------------------------------------------------------- +Fri May 31 16:36:29 CEST 2024 - dsterba@suse.com + +- locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) +- commit 4c48f9f + +------------------------------------------------------------------- +Fri May 31 16:34:32 CEST 2024 - dsterba@suse.com + +- fs: Fix error checking for d_hash_and_lookup() (git-fixes) +- commit c90513f + +------------------------------------------------------------------- +Fri May 31 16:31:13 CEST 2024 - dwagner@suse.de + +- nvme-pci: Add quirk for broken MSIs (git-fixes). +- nvme: fix warn output about shared namespaces without + CONFIG_NVME_MULTIPATH (git-fixes). +- drivers/nvme: Add quirks for device 126f:2262 (git-fixes). +- commit fff60eb + +------------------------------------------------------------------- +Fri May 31 16:05:29 CEST 2024 - dwagner@suse.de + +- Update + patches.suse/nvme-ensure-disabling-pairs-with-unquiesce.patch + (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535 + bsc#1224534). +- commit d9497f3 + +------------------------------------------------------------------- +Fri May 31 14:12:49 CEST 2024 - iivanov@suse.de + +- octeontx2-af: fix the double free in rvu_npc_freemem() (bsc#1225712 CVE-2024-36030) +- commit 294ca99 + +------------------------------------------------------------------- +Fri May 31 12:32:57 CEST 2024 - tbogendoerfer@suse.de + +- idpf: extend tx watchdog timeout (bsc#1224137). +- commit fbf0ed6 + +------------------------------------------------------------------- +Fri May 31 11:27:23 CEST 2024 - jgross@suse.com + +- kABI fix of KVM: x86/pmu: Allow programming events that match + unsupported arch events (bsc#1225696). +- Refresh + patches.suse/KVM-x86-pmu-Allow-programming-events-that-match-unsu.patch. +- commit 0e4ccf5 + +------------------------------------------------------------------- +Thu May 30 10:09:45 CEST 2024 - iivanov@suse.de + +- swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) +- commit c148fd3 + +------------------------------------------------------------------- +Thu May 30 09:03:10 CEST 2024 - davide.benini@suse.com + +- calipso: fix memory leak in netlbl_calipso_add_pass() + (CVE-2023-52698 bsc#1224621) +- commit 5fc90b9 + +------------------------------------------------------------------- +Thu May 30 07:29:06 CEST 2024 - jslaby@suse.cz + +- kabi/severities: ignore IMS functions + They were dropped in previous patches. Noone is supposed to use them. +- commit 494909c + +------------------------------------------------------------------- +Thu May 30 05:29:52 CEST 2024 - ematsumiya@suse.de + +- smb: client: set correct id, uid and cruid for multiuser + automounts (bsc#1223011, CVE-2024-26822). +- commit 6fce785 + +------------------------------------------------------------------- +Thu May 30 05:26:33 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential OOBs in smb2_parse_contexts() + (bsc#1220148, CVE-2023-52434). +- commit a00a7f6 + +------------------------------------------------------------------- +Wed May 29 19:16:39 CEST 2024 - colyli@suse.de + +- dm-integrity: fix a memory leak when rechecking the data + (bsc#1223077, CVE-2024-26860). +- commit 29984e7 + +------------------------------------------------------------------- +Wed May 29 19:05:23 CEST 2024 - fdmanana@suse.com + +- btrfs: zoned: don't skip block groups with 100% zone unusable + (bsc#1220120). +- btrfs: don't refill whole delayed refs block reserve when + starting transaction (bsc#1220120). +- btrfs: add new unused block groups to the list of unused block + groups (bsc#1220120). +- btrfs: do not delete unused block group if it may be used soon + (bsc#1220120). +- btrfs: add and use helper to check if block group is used + (bsc#1220120). +- btrfs: always reserve space for delayed refs when starting + transaction (bsc#1220120). +- btrfs: stop doing excessive space reservation for csum deletion + (bsc#1220120). +- btrfs: remove pointless initialization at + btrfs_delayed_refs_rsv_release() (bsc#1220120). +- btrfs: reserve space for delayed refs on a per ref basis + (bsc#1220120). +- btrfs: allow to run delayed refs by bytes to be released + instead of count (bsc#1220120). +- btrfs: simplify check for extent item overrun at + lookup_inline_extent_backref() (bsc#1220120). +- btrfs: return -EUCLEAN if extent item is missing when searching + inline backref (bsc#1220120). +- btrfs: use a single variable for return value at + lookup_inline_extent_backref() (bsc#1220120). +- btrfs: use a single variable for return value at + run_delayed_extent_op() (bsc#1220120). +- btrfs: remove pointless 'ref_root' variable from + run_delayed_data_ref() (bsc#1220120). +- btrfs: initialize key where it's used when running delayed + data ref (bsc#1220120). +- btrfs: remove refs_to_drop argument from __btrfs_free_extent() + (bsc#1220120). +- btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() + (bsc#1220120). +- btrfs: remove the refcount warning/check at + btrfs_put_delayed_ref() (bsc#1220120). +- btrfs: remove unnecessary logic when running new delayed + references (bsc#1220120). +- btrfs: pass a space_info argument to + btrfs_reserve_metadata_bytes() (bsc#1220120). +- btrfs: log message if extent item not found when running + delayed extent op (bsc#1220120). +- btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() + (bsc#1220120). +- btrfs: move btrfs_free_excluded_extents() into block-group.c + (bsc#1220120). +- btrfs: open code trivial btrfs_add_excluded_extent() + (bsc#1220120). +- btrfs: make find_first_extent_bit() return a boolean + (bsc#1220120). +- btrfs: make btrfs_destroy_pinned_extent() return void + (bsc#1220120). +- btrfs: make btrfs_destroy_marked_extents() return void + (bsc#1220120). +- btrfs: rename add_new_free_space() to btrfs_add_new_free_space() + (bsc#1220120). +- btrfs: update documentation for add_new_free_space() + (bsc#1220120). +- commit 37b05cd + +------------------------------------------------------------------- +Wed May 29 18:24:54 CEST 2024 - nstange@suse.de + +- Refresh + patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch (bsc#1222771). + In preparation of enabling CONFIG_FIPS_SIGNATURE_SELFTEST, amend the + missing 'usage' argument in the pkcs7_validate_trust() invocation + from the PKCS#7 selftest. +- commit cfa0827 + +------------------------------------------------------------------- +Wed May 29 17:39:53 CEST 2024 - mbrugger@suse.com + +- blacklist.conf: arm: kernel does not support folios +- commit e0489ca + +------------------------------------------------------------------- +Wed May 29 17:23:53 CEST 2024 - pmladek@suse.com + +- printk: Let no_printk() use _printk() (bsc#1225618). +- commit 2abd745 + +------------------------------------------------------------------- +Wed May 29 17:04:32 CEST 2024 - pmladek@suse.com + +- printk: Update @console_may_schedule in + console_trylock_spinning() (bsc#1225616). +- commit e5e7ac5 + +------------------------------------------------------------------- +Wed May 29 16:43:37 CEST 2024 - mkoutny@suse.com + +- af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock + (CVE-2024-26676 bsc#1222380). +- af_unix: Don't peek OOB data without MSG_OOB (CVE-2024-26676 bsc#1222380). +- af_unix: Clear stale u->oob_skb (CVE-2024-26676 bsc#1222380). +- commit 7722c8d + +------------------------------------------------------------------- +Wed May 29 16:39:49 CEST 2024 - mkoutny@suse.com + +- af_unix: fix use-after-free in unix_stream_read_actor() + (CVE-2023-52772 bsc#1224989). +- commit 0f5ff3f + +------------------------------------------------------------------- +Wed May 29 16:37:13 CEST 2024 - nstange@suse.de + +- certs: Add ECDSA signature verification self-test (bsc#1222777). +- Port "certs: Add ECDSA signature verification self-test". +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_ECDSA. +- Refresh + 0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch: + trivial context update to Kconfig +- commit 7338b2e + +------------------------------------------------------------------- +Wed May 29 16:36:36 CEST 2024 - pmladek@suse.com + +- dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). +- commit 3d953e1 + +------------------------------------------------------------------- +Wed May 29 16:30:09 CEST 2024 - pmladek@suse.com + +- printk: Avoid non-panic CPUs writing to ringbuffer + (bsc#1225607). +- commit 9a41cad + +------------------------------------------------------------------- +Wed May 29 16:25:37 CEST 2024 - nstange@suse.de + +- certs: Move RSA self-test data to separate file (bsc#1222777). +- Port "certs: Move RSA self-test data to separate file". +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA. +- Refresh + patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch: + - trivial context update to Kconfig, + - account for changed pkcs7_validate_trust() callsite amended by + this refreshed patch. +- commit 248ad2a + +------------------------------------------------------------------- +Wed May 29 16:22:01 CEST 2024 - pmladek@suse.com + +- printk: Disable passing console lock owner completely during + panic() (bsc#1225607). +- commit a31a4d6 + +------------------------------------------------------------------- +Wed May 29 16:19:57 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Skip non-finalized records in panic + (bsc#1225607). +- commit 8be42db + +------------------------------------------------------------------- +Wed May 29 16:06:55 CEST 2024 - nstange@suse.de + +- Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771) +- commit 4ade1c7 + +------------------------------------------------------------------- +Wed May 29 15:50:37 CEST 2024 - pmladek@suse.com + +- printk: Wait for all reserved records with pr_flush() + (bsc#1225607). +- commit 4a07b6c + +------------------------------------------------------------------- +Wed May 29 15:35:37 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Cleanup reader terminology (bsc#1225607). +- commit b3f2a50 + +------------------------------------------------------------------- +Wed May 29 15:27:23 CEST 2024 - pmladek@suse.com + +- printk: Add this_cpu_in_panic() (bsc#1225607). +- commit 8afb830 + +------------------------------------------------------------------- +Wed May 29 15:21:57 CEST 2024 - pmladek@suse.com + +- printk: For @suppress_panic_printk check for other CPU in panic + (bsc#1225607). +- commit f2045e0 + +------------------------------------------------------------------- +Wed May 29 15:20:31 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Clarify special lpos values (bsc#1225607). +- commit d1338d8 + +------------------------------------------------------------------- +Wed May 29 15:17:37 CEST 2024 - pmladek@suse.com + +- printk: ringbuffer: Do not skip non-finalized records with + prb_next_seq() (bsc#1225607). +- commit 1ea687c + +------------------------------------------------------------------- +Wed May 29 15:17:05 CEST 2024 - mkoutny@suse.com + +- prctl: generalize PR_SET_MDWE support check to be per-arch + (bsc#1225610). +- commit b86afe4 + +------------------------------------------------------------------- +Wed May 29 15:15:57 CEST 2024 - pmladek@suse.com + +- printk: Use prb_first_seq() as base for 32bit seq macros + (bsc#1225607). +- commit ea93856 + +------------------------------------------------------------------- +Wed May 29 15:14:03 CEST 2024 - pmladek@suse.com + +- printk: Adjust mapping for 32bit seq macros (bsc#1225607). +- commit e9e690d + +------------------------------------------------------------------- +Wed May 29 14:57:00 CEST 2024 - mkoutny@suse.com + +- blk-cgroup: fix list corruption from reorder of WRITE ->lqueued + (bsc#1225605). +- blk-cgroup: fix list corruption from resetting io stat + (bsc#1225605). +- commit c132bd3 + +------------------------------------------------------------------- +Wed May 29 14:56:41 CEST 2024 - pmladek@suse.com + +- printk: nbcon: Relocate 32bit seq macros (bsc#1225607). +- commit 6293dd4 + +------------------------------------------------------------------- +Wed May 29 14:47:13 CEST 2024 - pmladek@suse.com + +- printk: Rename abandon_console_lock_in_panic() to + other_cpu_in_panic() (bsc#1225607). +- commit 74aec78 + +------------------------------------------------------------------- +Wed May 29 14:42:32 CEST 2024 - pmladek@suse.com + +- printk: Consolidate console deferred printing (bsc#1225607). +- commit c45374f + +------------------------------------------------------------------- +Wed May 29 14:39:55 CEST 2024 - pmladek@suse.com + +- printk: Do not take console lock for console_flush_on_panic() + (bsc#1225607). +- commit ca5038f + +------------------------------------------------------------------- +Wed May 29 14:38:54 CEST 2024 - pmladek@suse.com + +- printk: Keep non-panic-CPUs out of console lock (bsc#1225607). +- commit 2d7bf36 + +------------------------------------------------------------------- +Wed May 29 14:24:43 CEST 2024 - pmladek@suse.com + +- printk: Reduce console_unblank() usage in unsafe scenarios + (bsc#1225607). +- commit 54eafaa + +------------------------------------------------------------------- +Wed May 29 13:45:07 CEST 2024 - pmladek@suse.com + +- livepatch: Fix missing newline character in + klp_resolve_symbols() (bsc#1223539). +- commit af0f908 + +------------------------------------------------------------------- +Wed May 29 13:33:07 CEST 2024 - pmladek@suse.com + +- blacklist.conf: workqueues: system-wide nr_active enforcement patchset; + not worth the risk (bsc#1225580) +- commit 059cebc + +------------------------------------------------------------------- +Wed May 29 13:28:17 CEST 2024 - shung-hsi.yu@suse.com + +- cpumap: Zero-initialise xdp_rxq_info struct before running + XDP program (bsc#1224718 CVE-2024-27431). +- commit fb7728a + +------------------------------------------------------------------- +Wed May 29 12:12:14 CEST 2024 - shung-hsi.yu@suse.com + +- kABI: bpf: struct bpf_link and bpf_link_ops kABI workaround + (bsc#1224531 CVE-2024-35860). +- commit 7744489 + +------------------------------------------------------------------- +Wed May 29 12:07:39 CEST 2024 - jslaby@suse.cz + +- Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support" + (git-fixes). +- Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()" (git-fixes). +- Revert "PCI/MSI: Provide stubs for IMS functions" (git-fixes). +- commit 0dc394b + +------------------------------------------------------------------- +Wed May 29 11:50:31 CEST 2024 - jslaby@suse.cz + +- ppdev: Add an error check in register_device (git-fixes). +- commit cfdb6a2 + +------------------------------------------------------------------- +Wed May 29 11:43:15 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: support deferring bpf_link dealloc to after RCU grace + period (bsc#1224531 CVE-2024-35860). +- bpf: put uprobe link's path and task in release callback + (bsc#1224531 CVE-2024-35860). +- commit a95dd44 + +------------------------------------------------------------------- +Wed May 29 11:25:39 CEST 2024 - jlee@suse.com + +- Bluetooth: ISO: Fix not validating setsockopt user input + (bsc#1224581 CVE-2024-35964). +- commit 9d49d44 + +------------------------------------------------------------------- +Wed May 29 11:06:17 CEST 2024 - pmladek@suse.com + +- blacklist.conf: workqueues: cosmetic; truncated names in ps output +- commit 2ed068f + +------------------------------------------------------------------- +Wed May 29 10:52:47 CEST 2024 - jlee@suse.com + +- Bluetooth: ISO: Add support for BT_PKT_STATUS (bsc#1224581 + CVE-2024-35964). +- commit cadac48 + +------------------------------------------------------------------- +Wed May 29 10:13:51 CEST 2024 - jlee@suse.com + +- Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic (bsc#1224581 + CVE-2024-35964). +- Refresh + patches.suse/Bluetooth-SCO-Fix-not-validating-setsockopt-user-inp.patch. +- commit 774d916 + +------------------------------------------------------------------- +Wed May 29 09:52:10 CEST 2024 - shung-hsi.yu@suse.com + +- bpf, sockmap: Prevent lock inversion deadlock in map delete elem + (bsc#1209657 CVE-2023-0160 bsc#1224511 CVE-2024-35895). +- commit fa3fb92 + +------------------------------------------------------------------- +Wed May 29 07:53:36 CEST 2024 - tiwai@suse.de + +- tpm_tis_spi: Account for SPI header when allocating TPM SPI + xfer buffer (git-fixes). +- commit 6d124e2 + +------------------------------------------------------------------- +Tue May 28 23:45:57 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_debug_files_proc_show() + (bsc#1225172, bsc#1223532, CVE-2024-26928). +- commit 1089c4a + +------------------------------------------------------------------- +Tue May 28 23:42:54 CEST 2024 - ematsumiya@suse.de + +- smb3: missing lock when picking channel (bsc#1225172, + bsc#1224550, CVE-2024-35999). +- commit d7be3a1 + +------------------------------------------------------------------- +Tue May 28 23:42:14 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in + cifs_signal_cifsd_for_reconnect() (bsc#1225172, bsc#1224766, + CVE-2024-35861). +- commit 0d45a76 + +------------------------------------------------------------------- +Tue May 28 23:41:36 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in smb2_is_network_name_deleted() + (bsc#1225172, bsc#1224764, CVE-2024-35862). +- commit 6632102 + +------------------------------------------------------------------- +Tue May 28 23:40:50 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in is_valid_oplock_break() + (bsc#1225172, bsc#1224763, CVE-2024-35863). +- commit 06c348c + +------------------------------------------------------------------- +Tue May 28 23:40:05 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in smb2_is_valid_oplock_break() + (bsc#1225172, bsc#1224668, CVE-2024-35865). +- commit 60bea5b + +------------------------------------------------------------------- +Tue May 28 23:39:26 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in smb2_is_valid_lease_break() + (bsc#1225172, bsc#1224765, CVE-2024-35864). +- commit 52cc8d8 + +------------------------------------------------------------------- +Tue May 28 23:38:40 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_stats_proc_show() + (bsc#1225172, bsc#1224664, CVE-2024-35867). +- commit 3a82d6a + +------------------------------------------------------------------- +Tue May 28 23:35:58 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_stats_proc_write() + (bsc#1225172, bsc#1224678, CVE-2024-35868). +- commit fb4bf4e + +------------------------------------------------------------------- +Tue May 28 23:35:08 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix potential UAF in cifs_dump_full_key() + (bsc#1225172, bsc#1224667, CVE-2024-35866). +- commit b0961fe + +------------------------------------------------------------------- +Tue May 28 23:33:25 CEST 2024 - ematsumiya@suse.de + +- smb: client: guarantee refcounted children from parent session + (bsc#1225172, bsc#1224679, CVE-2024-35869). +- commit 97642d2 + +------------------------------------------------------------------- +Tue May 28 23:32:40 CEST 2024 - ematsumiya@suse.de + +- smb: client: fix UAF in smb2_reconnect_server() (bsc#1225172, + bsc#1224672, CVE-2024-35870). +- commit e205efa + +------------------------------------------------------------------- +Tue May 28 23:20:35 CEST 2024 - ematsumiya@suse.de + +- smb: Fix regression in writes when non-standard maximum write + size negotiated (bsc#1222464, CVE-2024-26692). +- commit 761be1f + +------------------------------------------------------------------- +Tue May 28 20:19:26 CEST 2024 - ematsumiya@suse.de + +- cifs: Fix writeback data corruption (bsc#1225172, + bsc#1223810, CVE-2024-27036). +- commit 75108cc + +------------------------------------------------------------------- +Tue May 28 20:07:48 CEST 2024 - ematsumiya@suse.de + +- cifs: Don't use certain unnecessary folio_*() functions + (bsc#1225172). +- commit 3ddf86f + +------------------------------------------------------------------- +Tue May 28 16:02:28 CEST 2024 - iivanov@suse.de + +- blacklist.conf: Ignore all devicetree schemes changes + We do not use them, so lets silence all git-fixes for them. +- commit 84a3286 + +------------------------------------------------------------------- +Tue May 28 13:34:20 CEST 2024 - nik.borisov@suse.com + +- x86/bpf: Fix IP after emitting call depth accounting (bsc#1224493 CVE-2024-35903). +- commit 1c0fa71 + +------------------------------------------------------------------- +Tue May 28 10:02:27 CEST 2024 - pjakobsson@suse.de + +- drm/amdgpu: Skip do PCI error slot reset during RAS recovery (CVE-2024-35931 bsc#1224652). +- commit 1dec1c9 + +------------------------------------------------------------------- +Tue May 28 08:15:44 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore TAS2781 symbol drop, it's only locally used +- commit f367fdb + +------------------------------------------------------------------- +Tue May 28 08:12:45 CEST 2024 - tiwai@suse.de + +- ASoC: tas2781: Fix wrong loading calibrated data sequence + (git-fixes). +- commit 5851e36 + +------------------------------------------------------------------- +Tue May 28 08:10:39 CEST 2024 - tiwai@suse.de + +- mm: page_owner: fix wrong information in dump_page_owner + (git-fixes). +- ALSA: scarlett2: Add missing error check to + scarlett2_config_save() (git-fixes). +- commit 4b2ccd1 + +------------------------------------------------------------------- +Tue May 28 06:53:34 CEST 2024 - jslaby@suse.cz + +- x86/mm/pat: fix VM_PAT handling in COW mappings (bsc#1224525 + CVE-2024-35877). +- commit 24cc941 + +------------------------------------------------------------------- +Tue May 28 01:53:00 CEST 2024 - krisman@suse.de + +- io_uring: fail NOP if non-zero op flags is passed in + (git-fixes). +- io_uring/net: fix sendzc lazy wake polling (git-fixes). +- io-wq: write next_work before dropping acct_lock (git-fixes). +- io_uring: use the right type for work_llist empty check + (git-fixes). +- io_uring/net: restore msg_control on sendzc retry (git-fixes). +- commit 92fcddd + +------------------------------------------------------------------- +Tue May 28 01:32:23 CEST 2024 - krisman@suse.de + +- io_uring/kbuf: hold io_buffer_list reference over mmap + (git-fixes bsc#1224523 CVE-2024-35880). +- io_uring/kbuf: protect io_buffer_list teardown with a reference + (git-fixes). + Reuses a padding space in the structure. +- io_uring/kbuf: get rid of bl->is_ready (git-fixes). +- io_uring/kbuf: get rid of lower BGID lists (git-fixes). + Including kabi preservation patch. +- io_uring/kbuf: rename is_mapped (git-fixes). +- commit 3037746 + +------------------------------------------------------------------- +Tue May 28 00:53:15 CEST 2024 - krisman@suse.de + +- io_uring: use private workqueue for exit work (git-fixes). +- io_uring/rw: don't allow multishot reads without NOWAIT support + (git-fixes). +- io_uring: clear opcode specific data for an early failure + (git-fixes). +- io_uring: fix poll_remove stalled req completion (git-fixes). +- io_uring: Fix release of pinned pages when __io_uaddr_map fails + (git-fixes bsc#1224698 CVE-2024-35831). +- io_uring: clean rings on NO_MMAP alloc fail (git-fixes). +- io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry + (git-fixes). +- io_uring: don't save/restore iowait state (git-fixes). +- commit 289cc2c + +------------------------------------------------------------------- +Tue May 28 00:35:54 CEST 2024 - krisman@suse.de + +- io_uring: fix mshot io-wq checks (git-fixes). +- io_uring/net: correctly handle multishot recvmsg retry setup + (git-fixes). +- io_uring: fix io_queue_proc modifying req->flags (git-fixes). +- commit 78dda9b + +------------------------------------------------------------------- +Mon May 27 23:59:20 CEST 2024 - krisman@suse.de + +- io_uring: fix mshot read defer taskrun cqe posting (git-fixes). +- commit de73141 + +------------------------------------------------------------------- +Mon May 27 21:33:13 CEST 2024 - davide.benini@suse.com + +- ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr + (CVE-2024-35969 bsc#1224580) +- commit f419c6d + +------------------------------------------------------------------- +Mon May 27 20:45:38 CEST 2024 - tbogendoerfer@suse.de + +- mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash + work (CVE-2024-35852 bsc#1224502). +- mlxsw: spectrum_acl_tcam: Fix incorrect list API usage + (CVE-2024-36006 bsc#1224541). +- mlxsw: spectrum_acl_tcam: Fix warning during rehash + (CVE-2024-36007 bsc#1224543). +- commit 88a980b + +------------------------------------------------------------------- +Mon May 27 18:45:10 CEST 2024 - vkarasulli@suse.de + +- Revert "iommu/vt-d: Enable PCI/IMS" (git-fixes). +- commit f424462 + +------------------------------------------------------------------- +Mon May 27 18:39:43 CEST 2024 - vkarasulli@suse.de + +- Revert "iommu/amd: Enable PCI/IMS" (git-fixes). +- commit 278bf80 + +------------------------------------------------------------------- +Mon May 27 18:29:15 CEST 2024 - vkarasulli@suse.de + +- iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest + (git-fixes). +- commit 481f9bd + +------------------------------------------------------------------- +Mon May 27 18:26:02 CEST 2024 - fdmanana@suse.com + +- btrfs: avoid start and commit empty transaction when flushing + qgroups (bsc#1220120). +- btrfs: avoid start and commit empty transaction when starting + qgroup rescan (bsc#1220120). +- btrfs: avoid starting and committing empty transaction when + flushing space (bsc#1220120). +- btrfs: avoid starting new transaction when flushing delayed + items and refs (bsc#1220120). +- btrfs: merge find_free_dev_extent() and + find_free_dev_extent_start() (bsc#1220120). +- btrfs: make find_free_dev_extent() static (bsc#1220120). +- btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). +- btrfs: fail priority metadata ticket with real fs error + (bsc#1220120). +- btrfs: return real error when orphan cleanup fails due to a + transaction abort (bsc#1220120). +- btrfs: store the error that turned the fs into error state + (bsc#1220120). +- btrfs: don't steal space from global rsv after a transaction + abort (bsc#1220120). +- btrfs: print available space across all block groups when + dumping space info (bsc#1220120). +- btrfs: print available space for a block group when dumping + a space info (bsc#1220120). +- btrfs: print block group super and delalloc bytes when dumping + space info (bsc#1220120). +- btrfs: print target number of bytes when dumping free space + (bsc#1220120). +- btrfs: update comment for btrfs_join_transaction_nostart() + (bsc#1220120). +- commit b4554d4 + +------------------------------------------------------------------- +Mon May 27 18:11:48 CEST 2024 - vbabka@suse.cz + +- mm/secretmem: fix GUP-fast succeeding on secretmem folios + (CVE-2024-35872 bsc#1224530). +- commit 42a2f6f + +------------------------------------------------------------------- +Mon May 27 17:29:41 CEST 2024 - ematsumiya@suse.de + +- cifs: fix charset issue in reconnection (bsc#1225172). +- commit b4ea103 + +------------------------------------------------------------------- +Mon May 27 17:07:38 CEST 2024 - fdmanana@suse.com + +- btrfs: make btrfs_destroy_delayed_refs() return void + (bsc#1220120). +- btrfs: remove unnecessary prototype declarations at disk-io.c + (bsc#1220120). +- btrfs: use a single switch statement when initializing delayed + ref head (bsc#1220120). +- btrfs: use bool type for delayed ref head fields that are used + as booleans (bsc#1220120). +- btrfs: assert correct lock is held at btrfs_select_ref_head() + (bsc#1220120). +- btrfs: get rid of label and goto at insert_delayed_ref() + (bsc#1220120). +- btrfs: make insert_delayed_ref() return a bool instead of an + int (bsc#1220120). +- btrfs: use a bool to track qgroup record insertion when adding + ref head (bsc#1220120). +- btrfs: remove pointless in_tree field from struct + btrfs_delayed_ref_node (bsc#1220120). +- btrfs: remove unused is_head field from struct + btrfs_delayed_ref_node (bsc#1220120). +- btrfs: reorder some members of struct btrfs_delayed_ref_head + (bsc#1220120). +- commit 2e19466 + +------------------------------------------------------------------- +Mon May 27 16:12:29 CEST 2024 - dsterba@suse.com + +- btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations (CVE-2024-35956 bsc#1224674) +- commit 9bb0c20 + +------------------------------------------------------------------- +Mon May 27 16:07:17 CEST 2024 - dsterba@suse.com + +- Update patches.suse/btrfs-send-handle-path-ref-underflow-in-header-itera.patch (CVE-2024-35935 bsc#1224645) +- commit 5aa2b5a + +------------------------------------------------------------------- +Mon May 27 15:40:09 CEST 2024 - dsterba@suse.com + +- btrfs: make error messages more clear when getting a chunk map (git-fixes) +- commit 47ecf55 + +------------------------------------------------------------------- +Mon May 27 15:38:41 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: compilation warning fix +- commit 02490e2 + +------------------------------------------------------------------- +Mon May 27 15:37:02 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: code not built +- commit 5199fc3 + +------------------------------------------------------------------- +Mon May 27 15:29:06 CEST 2024 - dsterba@suse.com + +- btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) +- commit 907e740 + +------------------------------------------------------------------- +Mon May 27 15:26:23 CEST 2024 - petr.pavlu@suse.com + +- tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test + (git-fixes). +- commit 113163c + +------------------------------------------------------------------- +Mon May 27 15:25:37 CEST 2024 - dsterba@suse.com + +- btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) +- commit 4318f3e + +------------------------------------------------------------------- +Mon May 27 15:25:21 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix a race between readers and resize checks + (git-fixes). +- commit 568ebcf + +------------------------------------------------------------------- +Mon May 27 15:23:46 CEST 2024 - dsterba@suse.com + +- btrfs: add a helper to read the superblock metadata_uuid (git-fixes) +- commit 543d7b8 + +------------------------------------------------------------------- +Mon May 27 15:21:39 CEST 2024 - petr.pavlu@suse.com + +- ftrace: Fix possible use-after-free issue in ftrace_location() + (git-fixes). +- commit 4cf7fca + +------------------------------------------------------------------- +Mon May 27 15:20:36 CEST 2024 - petr.pavlu@suse.com + +- tracing: hide unused ftrace_event_id_fops (git-fixes). +- commit 61c90c7 + +------------------------------------------------------------------- +Mon May 27 15:19:03 CEST 2024 - petr.pavlu@suse.com + +- blacklist.conf: add not-relevant tracing commits +- commit b97c070 + +------------------------------------------------------------------- +Mon May 27 11:19:26 CEST 2024 - nik.borisov@suse.com + +- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). +- commit 1340b2d + +------------------------------------------------------------------- +Mon May 27 11:12:16 CEST 2024 - nik.borisov@suse.com + +- x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). +- commit 12dcb3a + +------------------------------------------------------------------- +Mon May 27 11:08:48 CEST 2024 - nik.borisov@suse.com + +- x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). +- commit 9d83518 + +------------------------------------------------------------------- +Mon May 27 11:08:27 CEST 2024 - nik.borisov@suse.com + +- x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). +- commit 2e5a312 + +------------------------------------------------------------------- +Mon May 27 11:07:16 CEST 2024 - nik.borisov@suse.com + +- x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). +- commit 453faa5 + +------------------------------------------------------------------- +Mon May 27 11:06:52 CEST 2024 - nik.borisov@suse.com + +- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). +- commit e894262 + +------------------------------------------------------------------- +Mon May 27 10:59:27 CEST 2024 - nik.borisov@suse.com + +- mm/slab: make __free(kfree) accept error pointers (git-fixes). +- commit 8b5f449 + +------------------------------------------------------------------- +Mon May 27 10:52:46 CEST 2024 - nik.borisov@suse.com + +- x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). +- commit fa1d89a + +------------------------------------------------------------------- +Mon May 27 09:54:37 CEST 2024 - jgross@suse.com + +- Update + patches.suse/virtio_net-Do-not-send-RSS-key-if-it-is-not-supporte.patch + (bsc#1224565, CVE-2024-35981). +- commit 50a448d + +------------------------------------------------------------------- +Mon May 27 09:52:27 CEST 2024 - jgross@suse.com + +- Update + patches.suse/KVM-x86-Mark-target-gfn-of-emulated-atomic-instructi.patch + (bsc#1224638, CVE-2024-35804). +- commit aac65c3 + +------------------------------------------------------------------- +Mon May 27 09:49:04 CEST 2024 - jgross@suse.com + +- Update + patches.suse/KVM-SVM-Flush-pages-under-kvm-lock-to-fix-UAF-in-svm.patch + (bsc#1224725, CVE-2024-35791). +- commit 80eb8d1 + +------------------------------------------------------------------- +Mon May 27 08:09:27 CEST 2024 - tiwai@suse.de + +- cxl/port: Fix delete_endpoint() vs parent unregistration race + (CVE-2023-52771 bsc#1225007). +- commit b115e15 + +------------------------------------------------------------------- +Sun May 26 09:46:10 CEST 2024 - tiwai@suse.de + +- i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during + start frame (git-fixes). +- commit cc09a8e + +------------------------------------------------------------------- +Sun May 26 09:45:48 CEST 2024 - tiwai@suse.de + +- kselftest: Add a ksft_perror() helper (stable-fixes). +- Refresh + patches.suse/selftests-timers-posix_timers-Reimplement-check_time.patch. +- commit f14f41c + +------------------------------------------------------------------- +Sun May 26 09:45:04 CEST 2024 - tiwai@suse.de + +- nilfs2: fix unexpected freezing of nilfs_segctor_sync() + (git-fixes). +- nilfs2: fix use-after-free of timer for log writer thread + (git-fixes). +- kasan, fortify: properly rename memintrinsics (git-fixes). +- i3c: master: svc: fix invalidate IBI type and miss call client + IBI handler (git-fixes). +- serial: kgdboc: Fix NMI-safety problems from keyboard reset code + (stable-fixes). +- drm/amd/display: Fix division by zero in setup_dsc_config + (stable-fixes). +- docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes). +- mmc: core: Add HS400 tuning in HS400es initialization + (stable-fixes). +- commit 0b2962b + +------------------------------------------------------------------- +Sun May 26 09:41:07 CEST 2024 - tiwai@suse.de + +- Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() + (git-fixes). +- commit 3e2fb47 + +------------------------------------------------------------------- +Sat May 25 08:35:21 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook + 440/460 G11 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with + ALC897 (stable-fixes). +- ALSA: usb-audio: Fix for sampling rates support for Mbox3 + (stable-fixes). +- ALSA: timer: Set lower bound of start tick time (stable-fixes). +- ALSA: usb-audio: Add sampling rates support for Mbox3 + (stable-fixes). +- commit ae40914 + +------------------------------------------------------------------- +Sat May 25 08:28:19 CEST 2024 - tiwai@suse.de + +- drm/nouveau: use tile_mode and pte_kind for VM_BIND bo + allocations (git-fixes). +- Input: cyapa - add missing input core locking to suspend/resume + functions (git-fixes). +- Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation + (git-fixes). +- Input: ims-pcu - fix printf string overflow (git-fixes). +- ASoC: tas2552: Add TX path for capturing AUDIO-OUT data + (git-fixes). +- ALSA: core: Fix NULL module pointer assignment at card init + (git-fixes). +- speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). +- serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using + prescaler (git-fixes). +- serial: 8250_bcm7271: use default_mux_rate if possible + (git-fixes). +- serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup + (git-fixes). +- tty: n_gsm: fix missing receive state reset after mode switch + (git-fixes). +- tty: n_gsm: fix possible out-of-bounds in gsm0_receive() + (git-fixes). +- commit be92dbc + +------------------------------------------------------------------- +Sat May 25 01:42:31 CEST 2024 - krisman@suse.de + +- io_uring/net: fix overflow check in io_recvmsg_mshot_prep() + (git-fixes CVE-2024-35827 bsc#1224606). +- commit e6510ec + +------------------------------------------------------------------- +Sat May 25 01:40:27 CEST 2024 - krisman@suse.de + +- io_uring/net: move receive multishot out of the generic msghdr + path (git-fixes). +- commit 98302d6 + +------------------------------------------------------------------- +Sat May 25 01:38:57 CEST 2024 - krisman@suse.de + +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr + (git-fixes). +- commit 8bed9be + +------------------------------------------------------------------- +Sat May 25 01:33:04 CEST 2024 - ematsumiya@suse.de + +- cifs: handle cases where multiple sessions share connection + (bsc#1225172). +- commit 6704757 + +------------------------------------------------------------------- +Sat May 25 01:32:51 CEST 2024 - ematsumiya@suse.de + +- smb3: show beginning time for per share stats (bsc#1225172). +- commit 9dab491 + +------------------------------------------------------------------- +Sat May 25 01:32:38 CEST 2024 - ematsumiya@suse.de + +- cifs: cifs_chan_is_iface_active should be called with chan_lock + held (bsc#1225172). +- commit 7f878c6 + +------------------------------------------------------------------- +Sat May 25 01:32:24 CEST 2024 - ematsumiya@suse.de + +- cifs: do not pass cifs_sb when trying to add channels + (bsc#1225172). +- commit b48e89f + +------------------------------------------------------------------- +Sat May 25 01:32:10 CEST 2024 - ematsumiya@suse.de + +- smb: client: remove extra @chan_count check in + __cifs_put_smb_ses() (bsc#1225172). +- commit 58e3272 + +------------------------------------------------------------------- +Sat May 25 01:31:57 CEST 2024 - ematsumiya@suse.de + +- cifs: reconnect work should have reference on server struct + (bsc#1225172). +- commit f1bff59 + +------------------------------------------------------------------- +Sat May 25 01:31:44 CEST 2024 - ematsumiya@suse.de + +- cifs: handle cases where a channel is closed (bsc#1225172). +- commit c305501 + +------------------------------------------------------------------- +Sat May 25 01:31:30 CEST 2024 - ematsumiya@suse.de + +- smb: client: reduce stack usage in cifs_try_adding_channels() + (bsc#1225172). +- commit 16a3d64 + +------------------------------------------------------------------- +Sat May 25 01:31:17 CEST 2024 - ematsumiya@suse.de + +- smb: client: get rid of dfs code dep in namespace.c + (bsc#1225172). +- commit 658ebd6 + +------------------------------------------------------------------- +Sat May 25 01:31:04 CEST 2024 - ematsumiya@suse.de + +- smb: client: get rid of dfs naming in automount code + (bsc#1225172). +- commit b47e685 + +------------------------------------------------------------------- +Sat May 25 01:26:39 CEST 2024 - ematsumiya@suse.de + +- smb: client: rename cifs_dfs_ref.c to namespace.c (bsc#1225172). +- commit 429bc2d + +------------------------------------------------------------------- +Sat May 25 01:25:30 CEST 2024 - ematsumiya@suse.de + +- smb: client: ensure to try all targets when finding nested links + (bsc#1225172). +- commit b03bac4 + +------------------------------------------------------------------- +Sat May 25 01:25:17 CEST 2024 - ematsumiya@suse.de + +- smb: client: introduce DFS_CACHE_TGT_LIST() (bsc#1225172). +- commit f066846 + +------------------------------------------------------------------- +Sat May 25 01:25:04 CEST 2024 - ematsumiya@suse.de + +- cifs: account for primary channel in the interface list + (bsc#1225172). +- commit 28558fb + +------------------------------------------------------------------- +Sat May 25 01:24:50 CEST 2024 - ematsumiya@suse.de + +- cifs: distribute channels across interfaces based on speed + (bsc#1225172). +- commit 66db7c6 + +------------------------------------------------------------------- +Sat May 25 01:14:54 CEST 2024 - krisman@suse.de + +- io_uring: remove unconditional looping in local task_work + handling (git-fixes). +- commit 1df83aa + +------------------------------------------------------------------- +Sat May 25 01:08:35 CEST 2024 - krisman@suse.de + +- io_uring: remove looping around handling traditional task_work + (git-fixes). +- commit 6bdc394 + +------------------------------------------------------------------- +Fri May 24 20:33:36 CEST 2024 - tiwai@suse.de + +- dmaengine: dw-edma: eDMA: Add sync read before starting the + DMA transfer in remote setup (CVE-2024-27408 bsc#1224430). +- commit 26ca7a6 + +------------------------------------------------------------------- +Fri May 24 20:29:39 CEST 2024 - tiwai@suse.de + +- pmdomain: ti: Add a null pointer check to the + omap_prm_domain_init (CVE-2024-35943 bsc#1224649). +- commit 4abda58 + +------------------------------------------------------------------- +Fri May 24 20:27:11 CEST 2024 - tiwai@suse.de + +- media: mediatek: vcodec: Fix oops when HEVC init fails + (CVE-2024-35921 bsc#1224477). +- commit 7226612 + +------------------------------------------------------------------- +Fri May 24 18:18:36 CEST 2024 - tiwai@suse.de + +- drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() + for hisi_hns3_pmu uninit process (CVE-2023-52860 bsc#1224936). +- commit f0f6842 + +------------------------------------------------------------------- +Fri May 24 18:15:40 CEST 2024 - tiwai@suse.de + +- kABI workaround for struct idxd_evl (CVE-2024-35991 + bsc#1224553). +- commit 4c82821 + +------------------------------------------------------------------- +Fri May 24 18:11:49 CEST 2024 - tiwai@suse.de + +- dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue + (CVE-2024-35991 bsc#1224553). +- commit bba26d6 + +------------------------------------------------------------------- +Fri May 24 16:30:01 CEST 2024 - mgorman@suse.de + +- sched/topology: Optimize topology_span_sane() (bsc#1225053). +- cpumask: Add for_each_cpu_from() (bsc#1225053). +- commit a6ca3d0 + +------------------------------------------------------------------- +Fri May 24 15:19:25 CEST 2024 - denis.kirjanov@suse.com + +- mlxsw: spectrum_acl_tcam: Fix possible use-after-free during + rehash (CVE-2024-35854 bsc#1224636). +- commit 2a8bef6 + +------------------------------------------------------------------- +Fri May 24 14:10:08 CEST 2024 - davide.benini@suse.com + +- net: mctp: take ownership of skb in mctp_local_output + (CVE-2024-27418 bsc#1224720) +- commit afb99d9 + +------------------------------------------------------------------- +Fri May 24 13:54:38 CEST 2024 - davide.benini@suse.com + +- ipv6: fix potential "struct net" leak in inet6_rtm_getaddr() + (CVE-2024-27417 bsc#1224721) +- commit 4e68c84 + +------------------------------------------------------------------- +Fri May 24 09:07:32 CEST 2024 - tiwai@suse.de + +- regulator: bd71828: Don't overwrite runtime voltages + (git-fixes). +- nfc: nci: Fix handling of zero-length payload packets in + nci_rx_work() (git-fixes). +- nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). +- selftests: net: kill smcrouted in the cleanup logic in amt.sh + (git-fixes). +- tools/latency-collector: Fix -Wformat-security compile warns + (git-fixes). +- commit 3a26e1a + +------------------------------------------------------------------- +Fri May 24 06:14:35 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Protect against int overflow for stack access size + (bsc#1224488 CVE-2024-35905). +- bpf: Check bloom filter map value size (bsc#1224488 + CVE-2024-35905). +- commit 5fa3c11 + +------------------------------------------------------------------- +Fri May 24 03:31:46 CEST 2024 - krisman@suse.de + +- io_uring: drop any code related to SCM_RIGHTS (git-fixes + CVE-2023-52656 bsc#1224187). +- io_uring/unix: drop usage of io_uring socket (git-fixes). +- Refresh + patches.suse/fs-Rename-anon_inode_getfile_secure-and-anon_inode_getfd_secure. + Commit together because this required explicit merging with the + anonymous inode creation function change. Incldues kabi fix up. +- commit b304b67 + +------------------------------------------------------------------- +Fri May 24 02:11:16 CEST 2024 - neilb@suse.de + +- autofs: use wake_up() instead of wake_up_interruptible(() + (bsc#1224166). +- commit eb57c74 + +------------------------------------------------------------------- +Thu May 23 19:29:39 CEST 2024 - mwilck@suse.com + +- Update patches.suse/scsi-qedf-Wait-for-stag-work-during-unload.patch (bsc#1214852) +- Update patches.suse/scsi-qedf-Don-t-process-stag-work-during-unload.patch (bsc#1214852) +- commit 4cb5fde + +------------------------------------------------------------------- +Thu May 23 15:56:49 CEST 2024 - rgoldwyn@suse.com + +- Remove NTFSv3 from configs (bsc#1224429) + References: bsc#1224429 comment#3 + We only support fuse version of the NTFS-3g driver. Disable NTFSv3 from + all configs. + This was enabled in + d016c04d731 ("Bump to 6.4 kernel (jsc#PED-4593)") +- commit b4be251 + +------------------------------------------------------------------- +Thu May 23 14:51:16 CEST 2024 - mfranc@suse.cz + +- s390/ipl: Fix incorrect initialization of len fields in nvme + reipl block (git-fixes bsc#1225136). +- commit 273e6f4 + +------------------------------------------------------------------- +Thu May 23 14:48:04 CEST 2024 - mfranc@suse.cz + +- s390/ipl: Fix incorrect initialization of nvme dump block + (git-fixes bsc#1225134). +- commit 955c716 + +------------------------------------------------------------------- +Thu May 23 14:46:23 CEST 2024 - mfranc@suse.cz + +- s390/cpacf: Split and rework cpacf query functions (git-fixes + bsc#1225133). +- commit ee9583e + +------------------------------------------------------------------- +Thu May 23 14:42:45 CEST 2024 - mfranc@suse.cz + +- s390/bpf: Fix bpf_plt pointer arithmetic (git-fixes bsc#1224481 + CVE-2024-35917). +- commit 34e1a55 + +------------------------------------------------------------------- +Thu May 23 14:33:42 CEST 2024 - tiwai@suse.de + +- Move upstreamed mm patches into sorted section +- commit e3937f1 + +------------------------------------------------------------------- +Thu May 23 14:27:38 CEST 2024 - tiwai@suse.de + +- Move upstreamed powerpc patches into sorted section +- commit fdb5fa6 + +------------------------------------------------------------------- +Thu May 23 14:27:05 CEST 2024 - tiwai@suse.de + +- kABI workaround for cs35l56 (git-fixes). +- commit 331f8f7 + +------------------------------------------------------------------- +Thu May 23 14:24:16 CEST 2024 - tiwai@suse.de + +- ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails + (stable-fixes). +- Refresh + patches.suse/ASoC-SOF-Intel-mtl-Implement-firmware-boot-state-che.patch. +- commit 8e475f5 + +------------------------------------------------------------------- +Thu May 23 14:22:42 CEST 2024 - tiwai@suse.de + +- ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot + failed (git-fixes). +- ASoC: cs35l56: Prevent overwriting firmware ASP config + (git-fixes). +- commit 1a7f82c + +------------------------------------------------------------------- +Thu May 23 13:25:34 CEST 2024 - tiwai@suse.de + +- ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put() + (CVE-2023-52674 bsc#1224727). +- ALSA: scarlett2: Add missing error checks to *_ctl_get() + (CVE-2023-52680 bsc#1224608). +- ALSA: scarlett2: Add missing error check to + scarlett2_usb_set_config() (CVE-2023-52692 bsc#1224628). +- commit fff59c9 + +------------------------------------------------------------------- +Thu May 23 07:45:50 CEST 2024 - tiwai@suse.de + +- vmci: prevent speculation leaks by sanitizing event in + event_deliver() (git-fixes). +- VMCI: Fix an error handling path in vmci_guest_probe_device() + (git-fixes). +- VMCI: Fix possible memcpy() run-time warning in + vmci_datagram_invoke_guest_handler() (stable-fixes). +- VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() + (stable-fixes CVE-2024-35944 bsc#1224648). +- commit d9694ad + +------------------------------------------------------------------- +Thu May 23 07:42:55 CEST 2024 - tiwai@suse.de + +- spmi: hisi-spmi-controller: Do not override device identifier + (git-fixes). +- extcon: max8997: select IRQ_DOMAIN instead of depending on it + (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port + assignment (git-fixes). +- iio: pressure: dps310: support negative temperature values + (git-fixes). +- iio: adc: stm32: Fixing err code to not indicate success + (git-fixes). +- iio: core: Leave private pointer NULL when no private data + supplied (git-fixes). +- counter: linux/counter.h: fix Excess kernel-doc description + warning (git-fixes). +- staging: vt6655: Remove unused declaration of + RFbAL7230SelectChannelPostProcess() (git-fixes). +- serial: sh-sci: protect invalidating RXDMA on shutdown + (git-fixes). +- serial: sc16is7xx: add proper sched.h include for + sched_set_fifo() (git-fixes). +- serial: max3100: Fix bitwise types (git-fixes). +- serial: max3100: Update uart_driver_registered on driver removal + (git-fixes). +- serial: max3100: Lock port->lock when calling + uart_handle_cts_change() (git-fixes). +- usb: fotg210: Add missing kernel doc description (git-fixes). +- usb: typec: tipd: fix event checking for tps6598x (git-fixes). +- usb: typec: ucsi: displayport: Fix potential deadlock + (git-fixes). +- usb: dwc3: Wait unconditionally after issuing EndXfer command + (git-fixes). +- usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). +- usb: gadget: u_audio: Fix race condition use of controls after + free during gadget unbind (git-fixes). +- usb: typec: ucsi: simplify partner's PD caps registration + (git-fixes). +- usb: typec: ucsi: always register a link to USB PD device + (git-fixes). +- leds: pwm: Disable PWM when going to suspend (git-fixes). +- commit 0d08462 + +------------------------------------------------------------------- +Wed May 22 21:16:03 CEST 2024 - mkoutny@suse.com + +- af_unix: Suppress false-positive lockdep splat for spin_lock() + in __unix_gc() (CVE-2024-26923 bsc#1223384). +- af_unix: fix lockdep positive in sk_diag_dump_icons() + (CVE-2024-26923 bsc#1223384). +- commit a652e3a + +------------------------------------------------------------------- +Wed May 22 18:08:37 CEST 2024 - jlee@suse.com + +- Update + patches.suse/ACPI-CPPC-Use-access_width-over-bit_width-for-system.patch + (stable-fixes CVE-2024-35995 bsc#1224557). +- Update + patches.suse/ALSA-usb-audio-Stop-parsing-channels-bits-when-all-c.patch + (git-fixes CVE-2024-27436 bsc#1224803). +- Update + patches.suse/ASoC-SOF-ipc4-pcm-Workaround-for-crashed-firmware-on.patch + (stable-fixes CVE-2024-27057 bsc#1223831). +- Update + patches.suse/ASoC-mediatek-sof-common-Add-NULL-check-for-normal_l.patch + (git-fixes CVE-2024-35842 bsc#1224688). +- Update + patches.suse/Bluetooth-Fix-memory-leak-in-hci_req_sync_complete.patch + (git-fixes CVE-2024-35978 bsc#1224571). +- Update + patches.suse/Bluetooth-Fix-use-after-free-bugs-caused-by-sco_sock.patch + (git-fixes CVE-2024-27398 bsc#1224174). +- Update + patches.suse/Bluetooth-L2CAP-Fix-not-validating-setsockopt-user-i.patch + (git-fixes CVE-2024-35965 bsc#1224579). +- Update + patches.suse/Bluetooth-RFCOMM-Fix-not-validating-setsockopt-user-.patch + (git-fixes CVE-2024-35966 bsc#1224576). +- Update + patches.suse/Bluetooth-SCO-Fix-not-validating-setsockopt-user-inp.patch + (git-fixes CVE-2024-35967 bsc#1224587). +- Update + patches.suse/Bluetooth-btintel-Fix-null-ptr-deref-in-btintel_read.patch + (stable-fixes CVE-2024-35933 bsc#1224640). +- Update + patches.suse/Bluetooth-hci_event-Fix-handling-of-HCI_EV_IO_CAPA_R.patch + (git-fixes CVE-2024-27416 bsc#1224723). +- Update + patches.suse/Bluetooth-hci_sock-Fix-not-validating-setsockopt-use.patch + (git-fixes CVE-2024-35963 bsc#1224582). +- Update + patches.suse/Bluetooth-l2cap-fix-null-ptr-deref-in-l2cap_chan_tim.patch + (git-fixes CVE-2024-27399 bsc#1224177). +- Update + patches.suse/Bluetooth-qca-fix-NULL-deref-on-non-serdev-setup.patch + (git-fixes CVE-2024-35850 bsc#1224600). +- Update + patches.suse/Bluetooth-qca-fix-NULL-deref-on-non-serdev-suspend.patch + (git-fixes CVE-2024-35851 bsc#1224509). +- Update + patches.suse/Bluetooth-rfcomm-Fix-null-ptr-deref-in-rfcomm_check_.patch + (bsc#1219170 CVE-2024-22099 CVE-2024-26903 bsc#1223187). +- Update + patches.suse/HID-i2c-hid-remove-I2C_HID_READ_PENDING-flag-to-prev.patch + (git-fixes CVE-2024-35997 bsc#1224552). +- Update + patches.suse/NFS-Fix-nfs_netfs_issue_read-xarray-locking-for-writ.patch + (git-fixes CVE-2024-27031 bsc#1223805). +- Update + patches.suse/NFSv4.2-fix-nfs4_listxattr-kernel-BUG-at-mm-usercopy.patch + (git-fixes CVE-2024-26870 bsc#1223113). +- Update + patches.suse/PCI-PM-Drain-runtime-idle-callbacks-before-driver-re.patch + (stable-fixes CVE-2024-35809 bsc#1224738). +- Update + patches.suse/SUNRPC-fix-some-memleaks-in-gssx_dec_option_array.patch + (git-fixes CVE-2024-27388 bsc#1223744). +- Update + patches.suse/USB-core-Fix-deadlock-in-usb_deauthorize_interface.patch + (git-fixes CVE-2024-26934 bsc#1223671). +- Update patches.suse/accel-ivpu-Fix-deadlock-in-context_xa.patch + (git-fixes CVE-2024-35953 bsc#1224704). +- Update + patches.suse/arm64-hibernate-Fix-level3-translation-fault-in-swsu.patch + (git-fixes CVE-2024-26989 bsc#1223748). +- Update patches.suse/ax25-Fix-netdev-refcount-issue.patch + (git-fixes CVE-2024-36009 bsc#1224542). +- Update + patches.suse/ax25-fix-use-after-free-bugs-caused-by-ax25_ds_del_t.patch + (git-fixes CVE-2024-35887 bsc#1224663). +- Update + patches.suse/batman-adv-Avoid-infinite-loop-trying-to-resize-loca.patch + (git-fixes CVE-2024-35982 bsc#1224566). +- Update + patches.suse/block-fix-q-blkg_list-corruption-during-disk-rebind.patch + (bsc#1223591 CVE-2024-35974 bsc#1224573). +- Update + patches.suse/bnxt_en-Fix-possible-memory-leak-in-bnxt_rdma_aux_de.patch + (git-fixes CVE-2024-35972 bsc#1224577). +- Update + patches.suse/bootconfig-use-memblock_free_late-to-free-xbc-memory.patch + (git-fixes CVE-2024-26983 bsc#1223637). +- Update + patches.suse/btrfs-fix-deadlock-with-fiemap-and-extent-locking.patch + (bsc#1223285 CVE-2024-35784 bsc#1224804). +- Update + patches.suse/btrfs-fix-information-leak-in-btrfs_ioctl_logical_to.patch + (git-fixes CVE-2024-35849 bsc#1224733). +- Update + patches.suse/btrfs-fix-race-between-ordered-extent-completion-and.patch + (bsc#1223285 CVE-2024-26794 bsc#1222426). +- Update + patches.suse/btrfs-fix-race-when-detecting-delalloc-ranges-during.patch + (bsc#1223285 CVE-2024-27080 bsc#1223782). +- Update + patches.suse/btrfs-handle-chunk-tree-lookup-error-in-btrfs_reloca.patch + (git-fixes CVE-2024-35936 bsc#1224644). +- Update + patches.suse/clk-Get-runtime-PM-before-walking-tree-during-disabl.patch + (git-fixes CVE-2024-27004 bsc#1223762). +- Update + patches.suse/clk-Get-runtime-PM-before-walking-tree-for-clk_summa.patch + (git-fixes CVE-2024-27003 bsc#1223761). +- Update + patches.suse/clk-mediatek-Do-a-runtime-PM-get-on-controllers-duri.patch + (git-fixes CVE-2024-27002 bsc#1223759). +- Update + patches.suse/comedi-vmk80xx-fix-incomplete-endpoint-checking.patch + (git-fixes CVE-2024-27001 bsc#1223698). +- Update + patches.suse/dm-raid-really-frozen-sync_thread-during-suspend-16c4.patch + (jsc#PED-7542 CVE-2024-35794 bsc#1224706). +- Update + patches.suse/dm-raid456-md-raid456-fix-a-deadlock-for-dm-raid456-4142.patch + (bsc#1219596 CVE-2024-26962 bsc#1223654). +- Update + patches.suse/dma-buf-Fix-NULL-pointer-dereference-in-sanitycheck.patch + (git-fixes CVE-2024-35916 bsc#1224480). +- Update patches.suse/dma-xilinx_dpdma-Fix-locking.patch + (git-fixes CVE-2024-35990 bsc#1224559). +- Update + patches.suse/dmaengine-fsl-qdma-Fix-a-memory-leak-related-to-the--3aa58cb.patch + (git-fixes CVE-2024-35833 bsc#1224632). +- Update + patches.suse/dmaengine-idxd-Fix-oops-during-rmmod-on-single-CPU-p.patch + (git-fixes CVE-2024-35989 bsc#1224558). +- Update + patches.suse/dpll-fix-dpll_pin_on_pin_register-for-multiple-paren.patch + (CVE-2024-27027 bsc#1223787 CVE-2024-36002 bsc#1224546). +- Update + patches.suse/dpll-fix-pin-dump-crash-for-rebound-module.patch + (jsc#PED-6079 CVE-2024-35836 bsc#1224633). +- Update + patches.suse/drm-Check-output-polling-initialized-before-disablin.patch + (stable-fixes CVE-2024-35927 bsc#1224654). +- Update + patches.suse/drm-amd-amdgpu-Fix-potential-ioremap-memory-leaks-in.patch + (stable-fixes CVE-2024-35928 bsc#1224653). +- Update + patches.suse/drm-amd-display-Fix-bounds-check-for-dcn35-DcfClocks.patch + (git-fixes CVE-2024-35788 bsc#1224709). +- Update + patches.suse/drm-amd-display-Prevent-crash-when-disable-stream.patch + (stable-fixes CVE-2024-35799 bsc#1224740). +- Update + patches.suse/drm-amdgpu-amdgpu_ttm_gart_bind-set-gtt-bound-flag.patch + (stable-fixes CVE-2024-35817 bsc#1224736). +- Update + patches.suse/drm-amdgpu-fix-deadlock-while-reading-mqd-from-debug.patch + (git-fixes CVE-2024-35795 bsc#1224634). +- Update + patches.suse/drm-amdgpu-fix-mmhub-client-id-out-of-bounds-access.patch + (git-fixes CVE-2024-27029 bsc#1223789). +- Update + patches.suse/drm-amdgpu-once-more-fix-the-call-oder-in-amdgpu_ttm.patch + (git-fixes CVE-2024-27400 bsc#1224180). +- Update + patches.suse/drm-amdgpu-pm-Fix-NULL-pointer-dereference-when-get-.patch + (git-fixes CVE-2024-26949 bsc#1223665). +- Update + patches.suse/drm-amdgpu-validate-the-parameters-of-bo-mapping-ope.patch + (git-fixes CVE-2024-26922 bsc#1223315). +- Update + patches.suse/drm-amdkfd-Fix-memory-leak-in-create_process-failure.patch + (git-fixes CVE-2024-26986 bsc#1223728). +- Update patches.suse/drm-ast-Fix-soft-lockup.patch (git-fixes + CVE-2024-35952 bsc#1224705). +- Update + patches.suse/drm-client-Fully-protect-modes-with-dev-mode_config..patch + (stable-fixes CVE-2024-35950 bsc#1224703). +- Update + patches.suse/drm-i915-bios-Tolerate-devdata-NULL-in-intel_bios_en.patch + (stable-fixes CVE-2024-26938 bsc#1223678). +- Update + patches.suse/drm-i915-gt-Reset-queue_priority_hint-on-parking.patch + (git-fixes CVE-2024-26937 bsc#1223677). +- Update + patches.suse/drm-lima-fix-a-memleak-in-lima_heap_alloc.patch + (git-fixes CVE-2024-35829 bsc#1224707). +- Update + patches.suse/drm-nouveau-fix-stale-locked-mutex-in-nouveau_gem_io.patch + (git-fixes CVE-2024-35786 bsc#1224714). +- Update + patches.suse/drm-nouveau-keep-DMA-buffers-required-for-suspend-re.patch + (git-fixes CVE-2024-27411 bsc#1224433). +- Update patches.suse/drm-nv04-Fix-out-of-bounds-access.patch + (git-fixes CVE-2024-27008 bsc#1223802). +- Update + patches.suse/drm-panfrost-Fix-the-error-path-in-panfrost_mmu_map_.patch + (git-fixes CVE-2024-35951 bsc#1224701). +- Update + patches.suse/drm-vc4-don-t-check-if-plane-state-fb-state-fb.patch + (stable-fixes CVE-2024-35932 bsc#1224650). +- Update + patches.suse/drm-vmwgfx-Create-debugfs-ttm_resource_manager-entry.patch + (git-fixes CVE-2024-26940 bsc#1223718). +- Update + patches.suse/drm-vmwgfx-Fix-the-lifetime-of-the-bo-cursor-memory.patch + (git-fixes CVE-2024-35810 bsc#1224626). +- Update + patches.suse/dyndbg-fix-old-BUG_ON-in-control-parser.patch + (stable-fixes CVE-2024-35947 bsc#1224647). +- Update + patches.suse/efi-capsule-loader-fix-incorrect-allocation-size.patch + (git-fixes CVE-2024-27413 bsc#1224438). +- Update patches.suse/efi-fix-panic-in-kdump-kernel.patch + (git-fixes CVE-2024-35800 bsc#1224507). +- Update + patches.suse/fat-fix-uninitialized-field-in-nostale-filehandles.patch + (git-fixes CVE-2024-26973 bsc#1223641). +- Update + patches.suse/fbmon-prevent-division-by-zero-in-fb_videomode_from_.patch + (stable-fixes CVE-2024-35922 bsc#1224660). +- Update + patches.suse/fs-aio-Check-IOCB_AIO_RW-before-the-struct-aio_kiocb.patch + (bsc#1222721 CVE-2024-26764 CVE-2024-35815 bsc#1224685). +- Update + patches.suse/geneve-fix-header-validation-in-geneve-6-_xmit_skb.patch + (git-fixes CVE-2024-35973 bsc#1224586). +- Update + patches.suse/geneve-make-sure-to-pull-inner-header-in-geneve_rx.patch + (git-fixes CVE-2024-26857 bsc#1223058). +- Update + patches.suse/i2c-smbus-fix-NULL-function-pointer-dereference.patch + (git-fixes CVE-2024-35984 bsc#1224567). +- Update + patches.suse/ice-fix-memory-corruption-bug-with-suspend-and-rebui.patch + (git-fixes CVE-2024-35911 bsc#1224486). +- Update + patches.suse/ice-fix-uninitialized-dplls-mutex-usage.patch + (git-fixes CVE-2024-26854 bsc#1223039). +- Update + patches.suse/idpf-fix-kernel-panic-on-unknown-packet-types.patch + (git-fixes CVE-2024-35889 bsc#1224517). +- Update + patches.suse/igc-avoid-returning-frame-twice-in-XDP_REDIRECT.patch + (git-fixes CVE-2024-26853 bsc#1223061). +- Update + patches.suse/init-main.c-Fix-potential-static_command_line-memory.patch + (git-fixes CVE-2024-26988 bsc#1223747). +- Update + patches.suse/iommufd-Fix-iopt_access_list_id-overwrite-bug.patch + (git-fixes CVE-2024-26786 bsc#1222780). +- Update + patches.suse/irqchip-gic-v3-its-Prevent-double-free-on-error.patch + (git-fixes CVE-2024-35847 bsc#1224697). +- Update + patches.suse/kprobes-Fix-possible-use-after-free-issue-on-kprobe-registration.patch + (git-fixes CVE-2024-35955 bsc#1224676). +- Update + patches.suse/mac802154-fix-llsec-key-resources-release-in-mac8021.patch + (git-fixes CVE-2024-26961 bsc#1223652). +- Update + patches.suse/md-dm-raid-don-t-call-md_reap_sync_thread-directly-cd32.patch + (jsc#PED-7542 CVE-2024-35808 bsc#1224623). +- Update patches.suse/md-fix-kmemleak-of-rdev-serial-6cf3.patch + (jsc#PED-7542 CVE-2024-26900 bsc#1223046). +- Update + patches.suse/media-tc358743-register-v4l2-async-device-only-after.patch + (git-fixes CVE-2024-35830 bsc#1224680). +- Update + patches.suse/misc-lis3lv02d_i2c-Fix-regulators-getting-en-dis-abl.patch + (git-fixes CVE-2024-35824 bsc#1224609). +- Update + patches.suse/mlxbf_gige-call-request_irq-after-NAPI-initialized.patch + (git-fixes CVE-2024-35907 bsc#1224492). +- Update + patches.suse/mlxbf_gige-stop-interface-during-shutdown.patch + (git-fixes CVE-2024-35885 bsc#1224519). +- Update + patches.suse/mmc-core-Avoid-negative-index-with-array-access.patch + (git-fixes CVE-2024-35813 bsc#1224618). +- Update + patches.suse/msft-hv-2971-net-mana-Fix-Rx-DMA-datasize-and-skb_over_panic.patch + (git-fixes CVE-2024-35901 bsc#1224495). +- Update + patches.suse/net-ena-Fix-incorrect-descriptor-free-behavior.patch + (git-fixes CVE-2024-35958 bsc#1224677). +- Update + patches.suse/net-ethernet-mtk_eth_soc-fix-PPE-hanging-issue.patch + (git-fixes CVE-2024-27432 bsc#1224716). +- Update + patches.suse/net-hns3-fix-kernel-crash-when-1588-is-received-on-H.patch + (git-fixes CVE-2024-26881 bsc#1223041). +- Update + patches.suse/net-ice-Fix-potential-NULL-pointer-dereference-in-ic.patch + (git-fixes CVE-2024-26855 bsc#1223051). +- Update + patches.suse/net-ks8851-Handle-softirqs-at-the-end-of-IRQ-thread-.patch + (git-fixes CVE-2024-35971 bsc#1224578). +- Update + patches.suse/net-ll_temac-platform_get_resource-replaced-by-wrong.patch + (git-fixes CVE-2024-35796 bsc#1224615). +- Update + patches.suse/net-mlx5-Properly-link-new-fs-rules-into-the-tree.patch + (git-fixes CVE-2024-35960 bsc#1224588). +- Update + patches.suse/net-mlx5-Register-devlink-first-under-devlink-lock.patch + (git-fixes CVE-2024-35961 bsc#1224585). +- Update + patches.suse/net-mlx5e-Fix-mlx5e_priv_init-cleanup-flow.patch + (git-fixes CVE-2024-35959 bsc#1224666). +- Update + patches.suse/net-mlx5e-Use-a-memory-barrier-to-enforce-PTP-WQ-xmi.patch + (git-fixes CVE-2024-26858 bsc#1223020). +- Update + patches.suse/net-mlx5e-fix-a-double-free-in-arfs_create_groups.patch + (jsc#PED-3311 CVE-2024-35835 bsc#1224605). +- Update + patches.suse/net-mvpp2-clear-BM-pool-before-initialization.patch + (git-fixes CVE-2024-35837 bsc#1224500). +- Update + patches.suse/net-phy-micrel-Fix-potential-null-pointer-dereferenc.patch + (git-fixes CVE-2024-35891 bsc#1224513). +- Update + patches.suse/net-phy-phy_device-Prevent-nullptr-exceptions-on-ISR.patch + (stable-fixes CVE-2024-35945 bsc#1224639). +- Update + patches.suse/net-sparx5-Fix-use-after-free-inside-sparx5_del_mact.patch + (git-fixes CVE-2024-26856 bsc#1223052). +- Update patches.suse/net-tls-fix-WARNIING-in-__sk_msg_free.patch + (bsc#1221858 CVE-2024-35841 bsc#1224687). +- Update + patches.suse/net-wwan-t7xx-Split-64bit-accesses-to-fix-alignment-.patch + (git-fixes CVE-2024-35909 bsc#1224491). +- Update + patches.suse/nfc-nci-Fix-uninit-value-in-nci_dev_up-and-nci_ntf_p.patch + (git-fixes CVE-2024-35915 bsc#1224479). +- Update + patches.suse/nfp-flower-handle-acti_netdevs-allocation-failure.patch + (git-fixes CVE-2024-27046 bsc#1223827). +- Update + patches.suse/nfs-fix-panic-when-nfs4_ff_layout_prepare_ds-fails.patch + (git-fixes CVE-2024-26868 bsc#1223038). +- Update + patches.suse/nfsd-Fix-error-cleanup-path-in-nfsd_rename.patch + (bsc#1221044 CVE-2023-52591 CVE-2024-35914 bsc#1224482). +- Update + patches.suse/nouveau-fix-instmem-race-condition-around-ptr-stores.patch + (git-fixes CVE-2024-26984 bsc#1223633). +- Update patches.suse/nouveau-lock-the-client-object-tree.patch + (stable-fixes CVE-2024-27062 bsc#1223834). +- Update + patches.suse/nvme-fc-do-not-wait-in-vain-when-unloading-module.patch + (git-fixes CVE-2024-26846 bsc#1223023). +- Update + patches.suse/nvme-fix-reconnection-fail-due-to-reserved-tag-alloc.patch + (git-fixes CVE-2024-27435 bsc#1224717). +- Update + patches.suse/octeontx2-af-Use-separate-handlers-for-interrupts.patch + (git-fixes CVE-2024-27030 bsc#1223790). +- Update + patches.suse/octeontx2-pf-Fix-transmit-scheduler-resource-leak.patch + (git-fixes CVE-2024-35975 bsc#1224569). +- Update + patches.suse/of-dynamic-Synchronize-of_changeset_destroy-with-the.patch + (git-fixes CVE-2024-35879 bsc#1224524). +- Update + patches.suse/of-module-prevent-NULL-pointer-dereference-in-vsnpri.patch + (stable-fixes CVE-2024-35878 bsc#1224671). +- Update + patches.suse/phy-marvell-a3700-comphy-Fix-out-of-bounds-read.patch + (git-fixes CVE-2024-35992 bsc#1224555). +- Update + patches.suse/phy-ti-tusb1210-Resolve-charger-det-crash-if-charger.patch + (git-fixes CVE-2024-35986 bsc#1224562). +- Update + patches.suse/platform-chrome-cros_ec_uart-properly-fix-race-condi.patch + (git-fixes CVE-2024-35977 bsc#1224568). +- Update + patches.suse/power-supply-bq27xxx-i2c-Do-not-free-non-existing-IR.patch + (git-fixes CVE-2024-27412 bsc#1224437). +- Update + patches.suse/pstore-inode-Only-d_invalidate-is-needed.patch + (git-fixes CVE-2024-27389 bsc#1223705). +- Update + patches.suse/pstore-zone-Add-a-null-pointer-check-to-the-psz_kmsg.patch + (stable-fixes CVE-2024-35940 bsc#1224537). +- Update + patches.suse/s390-zcrypt-fix-reference-counting-on-zcrypt-card-objects.patch + (git-fixes bsc#1223592 CVE-2024-26957 bsc#1223666). +- Update + patches.suse/scsi-core-Fix-unremoved-procfs-host-directory-regression.patch + (git-fixes CVE-2024-26935 bsc#1223675). +- Update + patches.suse/scsi-lpfc-Fix-possible-memory-leak-in-lpfc_rcv_padis.patch + (bsc#1220021 CVE-2024-35930 bsc#1224651). +- Update patches.suse/scsi-sg-Avoid-sg-device-teardown-race.patch + (git-fixes CVE-2024-35954 bsc#1224675). +- Update + patches.suse/scsi-smartpqi-Fix-disable_managed_interrupts.patch + (git-fixes CVE-2024-26742 bsc#1222608). +- Update + patches.suse/selinux-avoid-dereference-of-garbage-after-mount-fai.patch + (git-fixes CVE-2024-35904 bsc#1224494). +- Update + patches.suse/serial-mxs-auart-add-spinlock-around-changing-cts-st.patch + (git-fixes CVE-2024-27000 bsc#1223757). +- Update + patches.suse/serial-pmac_zilog-Remove-flawed-mitigation-for-rx-ir.patch + (git-fixes CVE-2024-26999 bsc#1223754). +- Update + patches.suse/soc-fsl-qbman-Always-disable-interrupts-when-taking-.patch + (git-fixes CVE-2024-35806 bsc#1224699). +- Update + patches.suse/soc-fsl-qbman-Use-raw-spinlock-for-cgr_lock.patch + (git-fixes CVE-2024-35819 bsc#1224683). +- Update patches.suse/speakup-Avoid-crash-on-very-long-word.patch + (git-fixes CVE-2024-26994 bsc#1223750). +- Update + patches.suse/spi-lpspi-Avoid-potential-use-after-free-in-probe.patch + (git-fixes CVE-2024-26866 bsc#1223024). +- Update + patches.suse/spi-mchp-pci1xxx-Fix-a-possible-null-pointer-derefer.patch + (git-fixes CVE-2024-35883 bsc#1224521). +- Update + patches.suse/spi-spi-mt65xx-Fix-NULL-pointer-access-in-interrupt-.patch + (git-fixes CVE-2024-27028 bsc#1223788). +- Update + patches.suse/ubifs-Set-page-uptodate-in-the-correct-place.patch + (git-fixes CVE-2024-35821 bsc#1224629). +- Update + patches.suse/usb-cdc-wdm-close-race-between-read-and-workqueue.patch + (git-fixes CVE-2024-35812 bsc#1224624). +- Update + patches.suse/usb-dwc2-host-Fix-dereference-issue-in-DDMA-completi.patch + (git-fixes CVE-2024-26997 bsc#1223741). +- Update + patches.suse/usb-dwc3-am62-fix-module-unload-reload-behavior.patch + (git-fixes CVE-2024-26963 bsc#1223651). +- Update + patches.suse/usb-gadget-f_ncm-Fix-UAF-ncm-object-at-re-bind-after.patch + (stable-fixes CVE-2024-26996 bsc#1223752). +- Update + patches.suse/usb-gadget-ncm-Avoid-dropping-datagrams-of-properly-.patch + (git-fixes CVE-2024-27405 bsc#1224423). +- Update + patches.suse/usb-gadget-ncm-Fix-handling-of-zero-block-length-pac.patch + (git-fixes CVE-2024-35825 bsc#1224681). +- Update + patches.suse/usb-typec-altmodes-displayport-create-sysfs-nodes-as.patch + (git-fixes CVE-2024-35790 bsc#1224712). +- Update + patches.suse/usb-typec-tcpm-Correct-the-PDO-counting-in-pd_set.patch + (git-fixes CVE-2024-26995 bsc#1223696). +- Update + patches.suse/usb-typec-tcpm-fix-double-free-issue-in-tcpm_port_un.patch + (git-fixes CVE-2024-26932 bsc#1223649). +- Update patches.suse/usb-typec-ucsi-Limit-read-size-on-v1.2.patch + (stable-fixes CVE-2024-35924 bsc#1224657). +- Update + patches.suse/usb-udc-remove-warning-when-queue-disabled-ep.patch + (stable-fixes CVE-2024-35822 bsc#1224739). +- Update + patches.suse/usb-xhci-Add-error-handling-in-xhci_map_urb_for_dma.patch + (git-fixes CVE-2024-26964 bsc#1223650). +- Update + patches.suse/vt-fix-unicode-buffer-corruption-when-deleting-chara.patch + (git-fixes CVE-2024-35823 bsc#1224692). +- Update + patches.suse/wifi-ath11k-decrease-MHI-channel-buffer-length-to-8K.patch + (bsc#1207948 CVE-2024-35938 bsc#1224643). +- Update + patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch + (CVE-2023-47233 bsc#1216702 CVE-2024-35811 bsc#1224592). +- Update + patches.suse/wifi-cfg80211-check-A-MSDU-format-more-carefully.patch + (stable-fixes CVE-2024-35937 bsc#1224526). +- Update + patches.suse/wifi-iwlwifi-dbg-tlv-ensure-NUL-termination.patch + (git-fixes CVE-2024-35845 bsc#1224731). +- Update + patches.suse/wifi-iwlwifi-mvm-don-t-set-the-MFP-flag-for-the-GTK.patch + (git-fixes CVE-2024-27434 bsc#1224710). +- Update + patches.suse/wifi-iwlwifi-mvm-rfi-fix-potential-response-leaks.patch + (git-fixes CVE-2024-35912 bsc#1224487). +- Update + patches.suse/wifi-libertas-fix-some-memleaks-in-lbs_allocate_cmd_.patch + (git-fixes CVE-2024-35828 bsc#1224622). +- Update + patches.suse/wifi-mac80211-check-clear-fast-rx-for-non-4addr-sta-.patch + (stable-fixes CVE-2024-35789 bsc#1224749). +- Update + patches.suse/wifi-mac80211-fix-potential-sta-link-leak.patch + (git-fixes CVE-2024-35838 bsc#1224613). +- Update + patches.suse/wifi-nl80211-reject-iftype-change-with-mesh-ID-chang.patch + (git-fixes CVE-2024-27410 bsc#1224432). +- Update + patches.suse/wifi-rtw89-fix-null-pointer-access-when-abort-scan.patch + (stable-fixes CVE-2024-35946 bsc#1224646). +- Update + patches.suse/wireguard-netlink-access-device-through-ctx-instead-.patch + (git-fixes CVE-2024-26950 bsc#1223661). +- Update + patches.suse/wireguard-netlink-check-for-dangling-peer-via-is_dea.patch + (git-fixes CVE-2024-26951 bsc#1223660). +- Update + patches.suse/wireguard-receive-annotate-data-race-around-receivin.patch + (git-fixes CVE-2024-26861 bsc#1223076). +- Update + patches.suse/x86-coco-Require-seeding-RNG-with-RDRAND-on-CoCo-systems.patch + (git-fixes CVE-2024-35875 bsc#1224665). +- Update + patches.suse/x86-fpu-Keep-xfd_state-in-sync-with-MSR_IA32_XFD.patch + (git-fixes CVE-2024-35801 bsc#1224732). +- Update + patches.suse/xen-evtchn-avoid-WARN-when-unbinding-an-event-channe.patch + (git-fixes CVE-2024-27067 bsc#1223739). +- Update + patches.suse/xsk-recycle-buffer-in-case-Rx-queue-was-full.patch + (bsc#1221303 CVE-2024-26611 CVE-2024-35834 bsc#1224620). +- commit 005afc6 + +------------------------------------------------------------------- +Wed May 22 18:08:15 CEST 2024 - jlee@suse.com + +- Update + patches.suse/ACPI-LPIT-Avoid-u32-multiplication-overflow.patch + (git-fixes CVE-2023-52683 bsc#1224627). +- Update + patches.suse/ACPI-video-check-for-error-while-searching-for-backl.patch + (git-fixes CVE-2023-52693 bsc#1224686). +- Update + patches.suse/ASoC-Intel-sof_sdw_rt_sdca_jack_common-ctx-headset_c.patch + (git-fixes CVE-2023-52697 bsc#1224596). +- Update + patches.suse/ASoC-SOF-amd-Fix-memory-leak-in-amd_sof_acp_probe.patch + (git-fixes CVE-2023-52663 bsc#1224630). +- Update + patches.suse/Revert-drm-amd-pm-resolve-reboot-exception-for-si-ol.patch + (git-fixes CVE-2023-52657 bsc#1224722). +- Update + patches.suse/Revert-net-mlx5-Block-entering-switchdev-mode-with-n.patch + (git-fixes CVE-2023-52658 bsc#1224719). +- Update + patches.suse/SUNRPC-fix-a-memleak-in-gss_import_v2_context.patch + (git-fixes CVE-2023-52653 bsc#1223712). +- Update + patches.suse/bpf-Guard-stack-limits-against-32bit-overflow.patch + (git-fixes CVE-2023-52676 bsc#1224730). +- Update + patches.suse/crypto-rsa-add-a-check-for-allocation-failure.patch + (bsc#1222775 CVE-2023-52472 bsc#1220430). +- Update + patches.suse/crypto-s390-aes-Fix-buffer-overread-in-CTR-mode.patch + (git-fixes CVE-2023-52669 bsc#1224637). +- Update + patches.suse/crypto-safexcel-Add-error-handling-for-dma_map_sg-ca.patch + (git-fixes CVE-2023-52687 bsc#1224501). +- Update + patches.suse/drm-amd-display-Check-writeback-connectors-in-create.patch + (git-fixes CVE-2023-52695 bsc#1224506). +- Update + patches.suse/drm-amd-display-Fix-a-debugfs-null-pointer-error.patch + (git-fixes CVE-2023-52673 bsc#1224741). +- Update + patches.suse/drm-amd-display-Fix-hang-underflow-when-transitionin.patch + (git-fixes CVE-2023-52671 bsc#1224729). +- Update + patches.suse/drm-amd-pm-fix-a-double-free-in-si_dpm_init.patch + (git-fixes CVE-2023-52691 bsc#1224607). +- Update + patches.suse/drm-amdkfd-Confirm-list-is-non-empty-before-utilizin.patch + (git-fixes CVE-2023-52678 bsc#1224617). +- Update + patches.suse/drm-bridge-tpd12s015-Drop-buggy-__exit-annotation-fo.patch + (git-fixes CVE-2023-52694 bsc#1224598). +- Update + patches.suse/drm-tegra-rgb-Fix-missing-clk_put-in-the-error-handl.patch + (git-fixes CVE-2023-52661 bsc#1224445). +- Update + patches.suse/drm-vmwgfx-fix-a-memleak-in-vmw_gmrid_man_get_node.patch + (git-fixes CVE-2023-52662 bsc#1224449). +- Update patches.suse/efivarfs-Free-s_fs_info-on-unmount.patch + (bsc#1220328 CVE-2023-52463 CVE-2023-52681 bsc#1224505). +- Update + patches.suse/media-rkisp1-Fix-IRQ-handling-due-to-shared-interrup.patch + (stable-fixes CVE-2023-52660 bsc#1224443). +- Update + patches.suse/net-atlantic-eliminate-double-free-in-error-handling.patch + (git-fixes CVE-2023-52664 bsc#1224747). +- Update + patches.suse/net-mlx5e-fix-a-potential-double-free-in-fs_any_crea.patch + (jsc#PED-3311 CVE-2023-52667 bsc#1224603). +- Update + patches.suse/of-Fix-double-free-in-of_parse_phandle_with_args_map.patch + (git-fixes CVE-2023-52679 bsc#1224508). +- Update + patches.suse/powerpc-imc-pmu-Add-a-null-pointer-check-in-update_events_in_group.patch + (git-fixes CVE-2023-52675 bsc#1224504). +- Update + patches.suse/powerpc-powernv-Add-a-null-pointer-check-in-opal_eve.patch + (bsc#1065729 CVE-2023-52686 bsc#1224682). +- Update + patches.suse/powerpc-powernv-Add-a-null-pointer-check-in-opal_pow.patch + (bsc#1181674 ltc#189159 git-fixes CVE-2023-52696 bsc#1224601). +- Update + patches.suse/powerpc-powernv-Add-a-null-pointer-check-to-scom_deb.patch + (bsc#1194869 CVE-2023-52690 bsc#1224611). +- Update + patches.suse/pstore-ram_core-fix-possible-overflow-in-persistent_.patch + (git-fixes CVE-2023-52685 bsc#1224728). +- Update + patches.suse/rpmsg-virtio-Free-driver_override-when-rpmsg_remove.patch + (git-fixes CVE-2023-52670 bsc#1224696). +- commit 578211b + +------------------------------------------------------------------- +Wed May 22 17:16:55 CEST 2024 - jgross@suse.com + +- vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). +- commit 2e20e2c + +------------------------------------------------------------------- +Wed May 22 16:41:31 CEST 2024 - jgross@suse.com + +- vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). +- commit 936d53e + +------------------------------------------------------------------- +Wed May 22 16:05:24 CEST 2024 - jgross@suse.com + +- virtio_net: Do not send RSS key if it is not supported + (git-fixes). +- commit cc7c4a0 + +------------------------------------------------------------------- +Wed May 22 15:29:52 CEST 2024 - jgross@suse.com + +- vsock/virtio: fix packet delivery to tap device (git-fixes). +- commit dfd8673 + +------------------------------------------------------------------- +Wed May 22 14:54:16 CEST 2024 - jgross@suse.com + +- virtio-blk: Ensure no requests in virtqueues before deleting + vqs (git-fixes). +- commit 966a23e + +------------------------------------------------------------------- +Wed May 22 14:17:42 CEST 2024 - jgross@suse.com + +- KVM: VMX: Disable LBR virtualization if the CPU doesn't support + LBR callstacks (git-fixes). +- commit f941b05 + +------------------------------------------------------------------- +Wed May 22 14:09:42 CEST 2024 - nik.borisov@suse.com + +- efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). +- commit c99f198 + +------------------------------------------------------------------- +Wed May 22 14:08:46 CEST 2024 - nik.borisov@suse.com + +- proc/kcore: do not try to access unaccepted memory (git-fixes). +- commit 2daf00c + +------------------------------------------------------------------- +Wed May 22 13:17:05 CEST 2024 - nik.borisov@suse.com + +- efi/unaccepted: touch soft lockup during memory accept (git-fixes). +- commit 45ed7cb + +------------------------------------------------------------------- +Wed May 22 13:14:27 CEST 2024 - nik.borisov@suse.com + +- x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type (bsc#1224442 CVE-2023-52659). +- commit dad72fd + +------------------------------------------------------------------- +Wed May 22 13:04:12 CEST 2024 - jgross@suse.com + +- kabi fix of perf/x86/intel: Expose existence of callback support to KVM + (git fixes). +- commit 5db441c + +------------------------------------------------------------------- +Wed May 22 13:03:15 CEST 2024 - jgross@suse.com + +- perf/x86/intel: Expose existence of callback support to KVM + (git-fixes). +- commit b24b5fc + +------------------------------------------------------------------- +Wed May 22 11:25:18 CEST 2024 - jgross@suse.com + +- kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. + Intel compatible (git-fixes). +- commit 38bcaaa + +------------------------------------------------------------------- +Wed May 22 11:11:23 CEST 2024 - lhenriques@suse.de + +- ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE + (bsc#1224866). +- commit 6a4b4a1 + +------------------------------------------------------------------- +Wed May 22 10:48:23 CEST 2024 - iivanov@suse.de + +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (bsc#1223265 jsc#PED-8570) +- commit 4b0eeb3 + +------------------------------------------------------------------- +Wed May 22 10:35:02 CEST 2024 - lhenriques@suse.de + +- blacklist.conf: cephfs client logging infrastructure commits + These two commits are useless in isolation, they are part of a larger set + of commits that add extra info to debug logs. +- commit 2056926 + +------------------------------------------------------------------- +Wed May 22 08:47:44 CEST 2024 - tiwai@suse.de + +- remoteproc: k3-r5: Jump to error handling labels in start/stop + errors (git-fixes). +- commit 6f545f8 + +------------------------------------------------------------------- +Wed May 22 08:46:38 CEST 2024 - tiwai@suse.de + +- libsubcmd: Fix parse-options memory leak (git-fixes). +- dmaengine: idxd: Avoid unnecessary destruction of file_ida + (git-fixes). +- dmaengine: axi-dmac: fix possible race in remove() (git-fixes). +- dmaengine: idma64: Add check for dma_set_max_seg_size + (git-fixes). +- remoteproc: k3-r5: Do not allow core1 to power up before core0 + via sysfs (git-fixes). +- remoteproc: k3-r5: Wait for core0 power-up before powering up + core1 (git-fixes). +- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM + (git-fixes). +- PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). +- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id + (git-fixes). +- PCI: dwc: ep: Fix DBI access failure for drivers requiring + refclk from host (git-fixes). +- PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 + (git-fixes). +- PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 + (git-fixes). +- KEYS: trusted: Do not use WARN when encode fails (git-fixes). +- KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). +- commit d7da373 + +------------------------------------------------------------------- +Tue May 21 19:42:14 CEST 2024 - jgross@suse.com + +- KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is + enabled (git-fixes). +- commit 7d13726 + +------------------------------------------------------------------- +Tue May 21 19:06:22 CEST 2024 - jgross@suse.com + +- KVM: x86: Allow, don't ignore, same-value writes to immutable + MSRs (git-fixes). +- commit e25e965 + +------------------------------------------------------------------- +Tue May 21 18:30:43 CEST 2024 - jgross@suse.com + +- KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT + Misconfig (git-fixes). +- commit 21a74db + +------------------------------------------------------------------- +Tue May 21 17:54:50 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC + internal slots (git-fixes). +- commit b2d6429 + +------------------------------------------------------------------- +Tue May 21 17:19:17 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Move private vs. shared check above slot validity + checks (git-fixes). +- commit 2108d3a + +------------------------------------------------------------------- +Tue May 21 16:43:17 CEST 2024 - jgross@suse.com + +- KVM: x86: Fully re-initialize supported_mce_cap on vendor + module load (git-fixes). +- commit 52160e6 + +------------------------------------------------------------------- +Tue May 21 16:07:04 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing + dirty status (git-fixes). +- commit 7bdd69f + +------------------------------------------------------------------- +Tue May 21 15:26:06 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add a1fd0b9d751f sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level +- commit 3d0aa70 + +------------------------------------------------------------------- +Tue May 21 15:16:02 CEST 2024 - tiwai@suse.de + +- drm/nouveau/disp: Fix missing backlight control on Macbook 5, + 1 (bsc#1223838). +- commit 07ffc12 + +------------------------------------------------------------------- +Tue May 21 14:27:31 CEST 2024 - iivanov@suse.de + +- iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) +- commit 55fb87b + +------------------------------------------------------------------- +Tue May 21 14:26:12 CEST 2024 - iivanov@suse.de + +- swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) +- commit 8bebd77 + +------------------------------------------------------------------- +Tue May 21 14:24:53 CEST 2024 - iivanov@suse.de + +- swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) +- commit fcf796a + +------------------------------------------------------------------- +Tue May 21 14:21:15 CEST 2024 - iivanov@suse.de + +- swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) +- commit c65bb03 + +------------------------------------------------------------------- +Tue May 21 14:19:30 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Set enable bits for GP counters in + PERF_GLOBAL_CTRL at "RESET" (git-fixes). +- commit 1ba62ae + +------------------------------------------------------------------- +Tue May 21 14:17:25 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). +- commit 9862bdd + +------------------------------------------------------------------- +Tue May 21 14:15:41 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD + platforms (git-fixes). +- commit 5f8077d + +------------------------------------------------------------------- +Tue May 21 14:13:58 CEST 2024 - jgross@suse.com + +- KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel + compatible (git-fixes). +- commit c9c8902 + +------------------------------------------------------------------- +Tue May 21 14:10:14 CEST 2024 - jgross@suse.com + +- x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM + (git-fixes). +- commit f882a8e + +------------------------------------------------------------------- +Tue May 21 13:34:01 CEST 2024 - jgross@suse.com + +- KVM: x86: Use actual kvm_cpuid.base for clearing + KVM_FEATURE_PV_UNHALT (git-fixes). +- commit 80b67d0 + +------------------------------------------------------------------- +Tue May 21 13:14:53 CEST 2024 - mfranc@suse.cz + +- s390/cio: fix tracepoint subchannel type field (git-fixes + bsc#1224793). +- commit f1aa928 + +------------------------------------------------------------------- +Tue May 21 13:09:15 CEST 2024 - mfranc@suse.cz + +- s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes + bsc#1224792). +- commit d08e4ce + +------------------------------------------------------------------- +Tue May 21 13:05:27 CEST 2024 - mfranc@suse.cz + +- KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M + (git-fixes bsc#1224790). +- commit b0b1c22 + +------------------------------------------------------------------- +Tue May 21 12:57:45 CEST 2024 - jgross@suse.com + +- KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper + (git-fixes). +- commit 652c188 + +------------------------------------------------------------------- +Tue May 21 12:12:33 CEST 2024 - jslaby@suse.cz + +- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd + We disabled the FS in bug 1202309. And we actively blacklist it in: + /usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf + This, as a side-effect, fixes obs-build's warning: + dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory + Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the + above unblacklist. + We should likely drop ext2+ext3 from the list too, as we don't build + them at all. But that's a different story. +- commit 9e1a078 + +------------------------------------------------------------------- +Tue May 21 11:31:32 CEST 2024 - jgross@suse.com + +- KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). +- commit 9327154 + +------------------------------------------------------------------- +Tue May 21 11:28:52 CEST 2024 - jgross@suse.com + +- KVM: SVM: Use unsigned integers when dealing with ASIDs + (git-fixes). +- commit b0fec37 + +------------------------------------------------------------------- +Tue May 21 11:28:52 CEST 2024 - cfamullaconrad@suse.de + +- tools/power turbostat: Expand probe_intel_uncore_frequency() + (bsc#1221765). +- commit 7c0d70f + +------------------------------------------------------------------- +Tue May 21 11:27:24 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: fix recursive deadlock in timer injection + (git-fixes). +- commit 389ea84 + +------------------------------------------------------------------- +Tue May 21 11:25:54 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: remove WARN_ON_ONCE() with false positives in + evtchn delivery (git-fixes). +- commit d63a8c9 + +------------------------------------------------------------------- +Tue May 21 11:24:29 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: inject vCPU upcall vector when local APIC is + enabled (git-fixes). +- commit 538dcab + +------------------------------------------------------------------- +Tue May 21 11:22:43 CEST 2024 - jgross@suse.com + +- KVM: x86/xen: improve accuracy of Xen timers (git-fixes). +- commit 921d76d + +------------------------------------------------------------------- +Tue May 21 11:20:46 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Explicitly check NMI from guest to reducee false + positives (git-fixes). +- commit be2edf0 + +------------------------------------------------------------------- +Tue May 21 11:18:52 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled + (git-fixes). +- commit fe18eef + +------------------------------------------------------------------- +Tue May 21 11:16:06 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs + (git-fixes). +- commit 406de6b + +------------------------------------------------------------------- +Tue May 21 10:34:00 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). +- commit dd1520f + +------------------------------------------------------------------- +Tue May 21 09:57:46 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC + due to bad index (git-fixes). +- commit b2e9cf1 + +------------------------------------------------------------------- +Tue May 21 09:22:11 CEST 2024 - shung-hsi.yu@suse.com + +- blacklist.conf: add "libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos" +- commit f859338 + +------------------------------------------------------------------- +Tue May 21 09:07:54 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD + (git-fixes). +- commit fd656b7 + +------------------------------------------------------------------- +Tue May 21 09:02:26 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Allow programming events that match unsupported + arch events (git-fixes). +- commit 60f57dc + +------------------------------------------------------------------- +Tue May 21 08:49:53 CEST 2024 - tiwai@suse.de + +- firmware: dmi-id: add a release callback function (git-fixes). +- watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in + sa1100dog_probe() (git-fixes). +- watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a + safety margin (git-fixes). +- watchdog: bd9576: Drop "always-running" property (git-fixes). +- watchdog: cpu5wdt.c: Fix use-after-free bug caused by + cpu5wdt_trigger (git-fixes). +- i2c: acpi: Unbind mux adapters before delete (git-fixes). +- i2c: synquacer: Fix an error handling path in + synquacer_i2c_probe() (git-fixes). +- i2c: cadence: Avoid fifo clear after start (git-fixes). +- pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins + regs (git-fixes). +- pinctrl: armada-37xx: remove an unused variable (git-fixes). +- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). +- commit 60d82a4 + +------------------------------------------------------------------- +Tue May 21 08:25:35 CEST 2024 - jgross@suse.com + +- KVM: x86/pmu: Always treat Fixed counters as available when + supported (git-fixes). +- commit c4b0d18 + +------------------------------------------------------------------- +Tue May 21 08:23:45 CEST 2024 - jgross@suse.com + +- KVM: VMX: Report up-to-date exit qualification to userspace + (git-fixes). +- commit d6b020d + +------------------------------------------------------------------- +Tue May 21 08:20:50 CEST 2024 - jgross@suse.com + +- KVM: x86: Fix broken debugregs ABI for 32 bit kernels + (git-fixes). +- commit 69a1ee8 + +------------------------------------------------------------------- +Tue May 21 08:18:03 CEST 2024 - jgross@suse.com + +- SEV: disable SEV-ES DebugSwap by default (git-fixes). +- commit dcaff2f + +------------------------------------------------------------------- +Tue May 21 08:16:02 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU + (git-fixes). +- commit c561279 + +------------------------------------------------------------------- +Tue May 21 08:11:53 CEST 2024 - jgross@suse.com + +- KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear + they're a WIP (git-fixes). +- commit aba16e8 + +------------------------------------------------------------------- +Tue May 21 08:10:16 CEST 2024 - jgross@suse.com + +- KVM: x86: Mark target gfn of emulated atomic instruction as + dirty (git-fixes). +- commit 303882a + +------------------------------------------------------------------- +Tue May 21 08:08:31 CEST 2024 - jgross@suse.com + +- KVM: SVM: Flush pages under kvm->lock to fix UAF in + svm_register_enc_region() (git-fixes). +- commit 4382f8a + +------------------------------------------------------------------- +Mon May 20 18:36:31 CEST 2024 - ailiop@suse.com + +- sysv: don't call sb_bread() with pointers_lock held + (bsc#1224659 CVE-2023-52699). +- commit 6cad3fd + +------------------------------------------------------------------- +Mon May 20 18:22:45 CEST 2024 - lduncan@suse.com + +- Update + patches.suse/scsi-smartpqi-Fix-disable_managed_interrupts.patch + (git-fixes bsc#1222608 CVE-2024-26742). +- commit 950259c + +------------------------------------------------------------------- +Mon May 20 17:34:03 CEST 2024 - dsterba@suse.com + +- btrfs: always clear PERTRANS metadata during commit (git-fixes) +- commit f24386b + +------------------------------------------------------------------- +Mon May 20 17:31:37 CEST 2024 - dsterba@suse.com + +- btrfs: record delayed inode root in transaction (git-fixes) +- commit 3382370 + +------------------------------------------------------------------- +Mon May 20 17:30:52 CEST 2024 - dsterba@suse.com + +- btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) +- commit 21cfc26 + +------------------------------------------------------------------- +Mon May 20 17:30:06 CEST 2024 - dsterba@suse.com + +- btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) +- commit a357818 + +------------------------------------------------------------------- +Mon May 20 17:28:54 CEST 2024 - dsterba@suse.com + +- btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) +- commit 3227c75 + +------------------------------------------------------------------- +Mon May 20 17:28:06 CEST 2024 - dsterba@suse.com + +- btrfs: sysfs: validate scrub_speed_max value (git-fixes) +- commit 333b480 + +------------------------------------------------------------------- +Mon May 20 17:26:31 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: build fix for config we don't use +- commit d489b93 + +------------------------------------------------------------------- +Mon May 20 17:25:16 CEST 2024 - dsterba@suse.com + +- btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) +- commit e1ff84f + +------------------------------------------------------------------- +Mon May 20 17:19:12 CEST 2024 - dsterba@suse.com + +- btrfs: fix race when refilling delayed refs block reserve (git-fixes) +- commit f241886 + +------------------------------------------------------------------- +Mon May 20 17:17:09 CEST 2024 - dsterba@suse.com + +- btrfs: assert delayed node locked when removing delayed item (git-fixes) +- commit 7298484 + +------------------------------------------------------------------- +Mon May 20 17:16:03 CEST 2024 - dsterba@suse.com + +- btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) +- commit f5815af + +------------------------------------------------------------------- +Mon May 20 17:07:38 CEST 2024 - dsterba@suse.com + +- btrfs: output extra debug info if we failed to find an inline backref (git-fixes) +- commit 92fba41 + +------------------------------------------------------------------- +Mon May 20 17:06:06 CEST 2024 - dsterba@suse.com + +- btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) +- commit 446041f + +------------------------------------------------------------------- +Mon May 20 17:04:32 CEST 2024 - dsterba@suse.com + +- btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) +- commit ca5b7a2 + +------------------------------------------------------------------- +Mon May 20 15:43:05 CEST 2024 - nmorey@suse.com + +- RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) +- commit 4bdc550 + +------------------------------------------------------------------- +Mon May 20 15:42:55 CEST 2024 - nmorey@suse.com + +- RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) +- commit 6d737b0 + +------------------------------------------------------------------- +Mon May 20 15:42:41 CEST 2024 - nmorey@suse.com + +- bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) +- commit 3e0bec3 + +------------------------------------------------------------------- +Mon May 20 15:42:30 CEST 2024 - nmorey@suse.com + +- IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) +- commit 9a3847d + +------------------------------------------------------------------- +Mon May 20 15:41:38 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) +- commit c50f3b5 + +------------------------------------------------------------------- +Mon May 20 15:41:28 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Allow good work requests to be executed (git-fixes) +- commit b36653a + +------------------------------------------------------------------- +Mon May 20 15:41:18 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) +- commit ba9e71d + +------------------------------------------------------------------- +Mon May 20 15:41:06 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Modify the print level of CQE error (git-fixes) +- commit 12a2ba5 + +------------------------------------------------------------------- +Mon May 20 15:40:45 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Use complete parentheses in macros (git-fixes) +- commit 7a9c544 + +------------------------------------------------------------------- +Mon May 20 15:40:34 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix GMV table pagesize (git-fixes) +- commit fb0321b + +------------------------------------------------------------------- +Mon May 20 15:40:20 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix UAF for cq async event (git-fixes) +- commit 8ea7fea + +------------------------------------------------------------------- +Mon May 20 15:40:10 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) +- commit fb64efc + +------------------------------------------------------------------- +Mon May 20 15:39:57 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) +- commit 6c2f69b + +------------------------------------------------------------------- +Mon May 20 15:39:41 CEST 2024 - nmorey@suse.com + +- RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) +- commit 60cadbc + +------------------------------------------------------------------- +Mon May 20 15:39:25 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) +- commit dacefcf + +------------------------------------------------------------------- +Mon May 20 15:39:09 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Change check for cacheable mkeys (git-fixes) +- commit c838c29 + +------------------------------------------------------------------- +Mon May 20 15:38:50 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) +- commit 3012f2a + +------------------------------------------------------------------- +Mon May 20 15:38:31 CEST 2024 - nmorey@suse.com + +- qibfs: fix dentry leak (git-fixes) +- commit 3dd0249 + +------------------------------------------------------------------- +Mon May 20 15:37:55 CEST 2024 - nmorey@suse.com + +- RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) +- commit 52028fd + +------------------------------------------------------------------- +Mon May 20 15:37:35 CEST 2024 - nmorey@suse.com + +- RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) +- commit 1a1a1ef + +------------------------------------------------------------------- +Mon May 20 15:37:10 CEST 2024 - nmorey@suse.com + +- RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) +- commit 0a73f85 + +------------------------------------------------------------------- +Mon May 20 14:08:23 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: dts: broadcom: bcmbca: bcm4908: set brcm,wp-not-connected") +- commit a7b0273 + +------------------------------------------------------------------- +Mon May 20 14:04:41 CEST 2024 - iivanov@suse.de + +- arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) +- commit 88132f5 + +------------------------------------------------------------------- +Mon May 20 14:03:25 CEST 2024 - iivanov@suse.de + +- arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) +- commit 366d274 + +------------------------------------------------------------------- +Mon May 20 14:02:14 CEST 2024 - iivanov@suse.de + +- arm64: tegra: Correct Tegra132 I2C alias (git-fixes) +- commit da1130e + +------------------------------------------------------------------- +Mon May 20 13:28:11 CEST 2024 - iivanov@suse.de + +- arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) +- commit eee423c + +------------------------------------------------------------------- +Mon May 20 13:27:02 CEST 2024 - iivanov@suse.de + +- arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) +- commit 7d432cc + +------------------------------------------------------------------- +Mon May 20 13:25:37 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- commit d52e38e + +------------------------------------------------------------------- +Mon May 20 13:24:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- commit 029788f + +------------------------------------------------------------------- +Mon May 20 13:22:07 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix alphabetical ordering RK3399 puma (git-fixes) + Refresh patches.suse/arm64-dts-rockchip-enable-internal-pull-up-on-PCIE_WAKE-for-RK3399-Puma.patch +- commit aeac8db + +------------------------------------------------------------------- +Mon May 20 12:53:44 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: display: samsung,ams495qa01: add missing SPI properties") +- commit f4f5a90 + +------------------------------------------------------------------- +Mon May 20 12:53:08 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: iio: health: maxim,max30102: fix compatible check") +- commit 1690e24 + +------------------------------------------------------------------- +Mon May 20 12:52:51 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: pwm: mediatek,pwm-disp: Document power-domains property") +- commit 6958159 + +------------------------------------------------------------------- +Mon May 20 12:52:16 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: fsl-imx-sdma: fix HDMI audio index") +- commit 952bf73 + +------------------------------------------------------------------- +Mon May 20 12:52:05 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: lcdif: Do not require power-domains for i.MX6ULL") +- commit eabdd33 + +------------------------------------------------------------------- +Mon May 20 12:51:52 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update") +- commit ad9009e + +------------------------------------------------------------------- +Mon May 20 12:51:31 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mtd: avoid automatically select from mtd.yaml") +- commit 2d9981a + +------------------------------------------------------------------- +Mon May 20 12:51:15 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: can: mpfs: add missing required clock") +- commit d5f79eb + +------------------------------------------------------------------- +Mon May 20 12:50:57 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mfd: dlg,da9063: Make #interrupt-cells required") +- commit a6ea77b + +------------------------------------------------------------------- +Mon May 20 12:50:46 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: pinctr: pinctrl-zynq: Fix compatible string") +- commit f208a95 + +------------------------------------------------------------------- +Mon May 20 12:49:28 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: msm: qcom, mdss: Include ommited fam-b compatible") +- commit 3478db8 + +------------------------------------------------------------------- +Mon May 20 12:49:08 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: display: ti,am65x-dss: Add support for common1 region") +- commit 7eb6591 + +------------------------------------------------------------------- +Mon May 20 12:48:50 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: opp: drop maxItems from inner items") +- commit 878a019 + +------------------------------------------------------------------- +Mon May 20 12:48:31 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: pwm: amlogic: fix s4 bindings") +- commit e2029e3 + +------------------------------------------------------------------- +Mon May 20 12:48:15 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: rockchip: Correct vendor for Banana Pi R2 Pro") +- commit c1d1519 + +------------------------------------------------------------------- +Mon May 20 12:45:53 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: rockchip: Correct vendor for Orange Pi RK3399 board") +- commit 88539b6 + +------------------------------------------------------------------- +Mon May 20 12:45:20 CEST 2024 - iivanov@suse.de + +- dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) +- commit 4e403e4 + +------------------------------------------------------------------- +Mon May 20 12:43:49 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: qcom: drop the superfluous device compatibility") +- commit f6fdbc2 + +------------------------------------------------------------------- +Mon May 20 12:43:00 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: riscv: cpus: Clarify mmu-type interpretation") +- commit 4b6b7f4 + +------------------------------------------------------------------- +Mon May 20 12:42:52 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: power: reset: qcom-pon: fix inconsistent example") +- commit b2da43b + +------------------------------------------------------------------- +Mon May 20 12:42:42 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: rtc: qcom-pm8xxx: fix inconsistent example") +- commit 673e959 + +------------------------------------------------------------------- +Mon May 20 12:42:30 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: fix path to header") +- commit 2965719 + +------------------------------------------------------------------- +Mon May 20 12:42:17 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: phy: amlogic,g12a-mipi-dphy-analog: drop unneeded reg") +- commit 44293cc + +------------------------------------------------------------------- +Mon May 20 12:42:03 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: gpio: xilinx: Fix node address in gpio") +- commit 51eae0f + +------------------------------------------------------------------- +Mon May 20 12:41:48 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: iio/adc: qcom,spmi-vadc: fix example node names") +- commit 5559cae + +------------------------------------------------------------------- +Mon May 20 12:41:19 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: iio/adc: qcom,spmi-iadc: fix example node name") +- commit 6d910c5 + +------------------------------------------------------------------- +Mon May 20 12:39:37 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: PCI: qcom: Correct reset-names property") +- commit cfa6f44 + +------------------------------------------------------------------- +Mon May 20 12:17:43 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mailbox: zynqmp: extend required list") +- commit 193f0ac + +------------------------------------------------------------------- +Mon May 20 12:17:21 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mailbox: qcom,apcs-kpss-global: drop duplicated") +- commit 855a271 + +------------------------------------------------------------------- +Mon May 20 12:17:05 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: Fix regulator binding") +- commit 9b3e020 + +------------------------------------------------------------------- +Mon May 20 12:16:23 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: Fix up binding") +- commit a0c4967 + +------------------------------------------------------------------- +Mon May 20 12:16:03 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: remoteproc: qcom: sc7180-pas: Fix SC7280 MPSS PD-names") +- commit de1ba63 + +------------------------------------------------------------------- +Mon May 20 11:58:54 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: mmc: sdhci-pxa: Fix 'regs' typo") +- commit 3378497 + +------------------------------------------------------------------- +Mon May 20 11:58:39 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: Remove alt_ref from versal") +- commit 4d14333 + +------------------------------------------------------------------- +Mon May 20 11:58:17 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: watchdog: qcom-wdt: Make the interrupt example edge") +- commit 17a3ab8 + +------------------------------------------------------------------- +Mon May 20 11:57:04 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: display: msm: qcm2290-mdss: Use the non-deprecated DSI") +- commit 4aa1481 + +------------------------------------------------------------------- +Mon May 20 11:56:20 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: arm: stm32: don't mix SCMI and non-SCMI board") +- commit 448ff06 + +------------------------------------------------------------------- +Mon May 20 11:55:42 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node with") +- commit ab03332 + +------------------------------------------------------------------- +Mon May 20 11:55:04 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp") +- commit 1d6fc28 + +------------------------------------------------------------------- +Mon May 20 11:54:37 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: interrupt-controller: Allow #power-domain-cells") +- commit 027195f + +------------------------------------------------------------------- +Mon May 20 11:54:05 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt: dt-extract-compatibles: Don't follow symlinks when walking tree") +- commit 60fcfee + +------------------------------------------------------------------- +Mon May 20 11:52:07 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Fix example property") +- commit de60146 + +------------------------------------------------------------------- +Mon May 20 11:51:01 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: PCI: brcm,iproc-pcie: Fix 'msi' child node schema") +- commit d7b96e4 + +------------------------------------------------------------------- +Mon May 20 11:49:15 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("dt-bindings: soc: qcom: smd-rpm: Add MSM8909 to qcom,smd-channels") +- commit 1171729 + +------------------------------------------------------------------- +Mon May 20 08:14:54 CEST 2024 - tiwai@suse.de + +- selftests/kcmp: remove unused open mode (git-fixes). +- nilfs2: make superblock data array index computation sparse + friendly (git-fixes). +- Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS + filter matching sysfs file (git-fixes). +- lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure + (git-fixes). +- commit 7902091 + +------------------------------------------------------------------- +Mon May 20 03:46:23 CEST 2024 - lzhong@suse.de + +- powerpc/pseries/vio: Don't return ENODEV if node or compatible + missing (bsc#1220783). +- commit 19e446b + +------------------------------------------------------------------- +Sun May 19 09:24:05 CEST 2024 - tiwai@suse.de + +- clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs + (git-fixes). +- clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). +- clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). +- clk: qcom: clk-alpha-pll: remove invalid Stromer register offset + (git-fixes). +- clk: samsung: exynosautov9: fix wrong pll clock id value + (git-fixes). +- clk: renesas: r9a07g043: Add clock and reset entry for PLIC + (git-fixes). +- clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). +- clk: rs9: fix wrong default value for clock amplitude + (git-fixes). +- clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). +- clk: mediatek: pllfh: Don't log error for missing fhctl node + (git-fixes). +- commit 8bfa411 + +------------------------------------------------------------------- +Sat May 18 09:44:27 CEST 2024 - tiwai@suse.de + +- blacklist.conf: Add reverted dmaengine commit entries +- commit 134f997 + +------------------------------------------------------------------- +Sat May 18 09:42:47 CEST 2024 - tiwai@suse.de + +- selftests: net: bridge: increase IGMP/MLD exclude timeout + membership interval (git-fixes). +- of: module: add buffer overflow check in of_modalias() + (git-fixes). +- selftests/powerpc/dexcr: Add -no-pie to hashchk tests + (git-fixes). +- firmware: raspberrypi: Use correct device for DMA mappings + (git-fixes). +- Revert "drm/nouveau/firmware: Fix SG_DEBUG error with + nvkm_firmware_ctor()" (stable-fixes). +- drm/i915/audio: Fix audio time stamp programming for DP + (stable-fixes). +- gpiolib: cdev: fix uninitialised kfifo (git-fixes). +- selftests: test_bridge_neigh_suppress.sh: Fix failures due to + duplicate MAC (git-fixes). +- Bluetooth: qca: fix firmware check error path (git-fixes). +- dyndbg: fix old BUG_ON in >control parser (stable-fixes). +- mei: me: add lunar lake point M DID (stable-fixes). +- usb: xhci-plat: Don't include xhci.h (stable-fixes). +- ASoC: meson: axg-fifo: use threaded irq to check periods + (git-fixes). +- drm/nouveau/firmware: Fix SG_DEBUG error with + nvkm_firmware_ctor() (stable-fixes). +- drm/amd/display: Fix incorrect DSC instance for MST + (stable-fixes). +- drm/amd/display: Atom Integrated System Info v2_2 for DCN35 + (stable-fixes). +- drm/amd/display: Handle Y carry-over in VCP X.Y calculation + (stable-fixes). +- clk: Don't hold prepare_lock when calling kref_put() + (stable-fixes). +- drm/nouveau/dp: Don't probe eDP ports twice harder + (stable-fixes). +- drm/radeon: silence UBSAN warning (v3) (stable-fixes). +- net:usb:qmi_wwan: support Rolling modules (stable-fixes). +- gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). +- gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). +- platform/x86: ISST: Add Granite Rapids-D to HPM CPU list + (stable-fixes). +- selftests: timers: Fix valid-adjtimex signed left-shift + undefined behavior (stable-fixes). +- gpu: host1x: Do not setup DMA for virtual devices + (stable-fixes). +- amd/amdkfd: sync all devices to wait all processes being evicted + (stable-fixes). +- drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). +- drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 + (stable-fixes). +- drm/amdgpu: Refine IB schedule error logging (stable-fixes). +- firewire: ohci: mask bus reset interrupts between ISR and + bottom half (stable-fixes). +- regulator: tps65132: Add of_match table (stable-fixes). +- ata: sata_gemini: Check clk_enable() result (stable-fixes). +- ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in + case of S3 suspend (stable-fixes). +- ALSA: line6: Zero-initialize message buffers (stable-fixes). +- vboxsf: explicitly deny setlease attempts (stable-fixes). +- drm/amdkfd: range check cp bad op exception interrupts + (stable-fixes). +- drm/amdkfd: Check cgroup when returning DMABuf info + (stable-fixes). +- selftests/ftrace: Fix event filter target_func selection + (stable-fixes). +- wifi: iwlwifi: mvm: guard against invalid STA ID on removal + (stable-fixes). +- wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). +- wifi: mac80211: fix prep_connection error path (stable-fixes). +- wifi: cfg80211: fix rdev_dump_mpp() arguments order + (stable-fixes). +- wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc + (stable-fixes). +- ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). +- gpiolib: cdev: relocate debounce_period_us from struct gpio_desc + (stable-fixes). +- selftests/net: convert test_bridge_neigh_suppress.sh to run + it in unique namespace (stable-fixes). +- commit 2872089 + +------------------------------------------------------------------- +Fri May 17 18:46:21 CEST 2024 - mkoutny@suse.com + +- af_unix: Fix garbage collector racing against connect() + (CVE-2024-26923 bsc#1223384). +- af_unix: Replace BUG_ON() with WARN_ON_ONCE() (CVE-2024-26923 + bsc#1223384). +- af_unix: Do not use atomic ops for unix_sk(sk)->inflight + (CVE-2024-26923 bsc#1223384). +- commit a683abb + +------------------------------------------------------------------- +Fri May 17 18:05:19 CEST 2024 - mwilck@suse.com + +- dm-multipath: dont't attempt SG_IO on non-SCSI-disks + (bsc#1223575). +- commit 2f6779f + +------------------------------------------------------------------- +Fri May 17 17:18:26 CEST 2024 - dsterba@suse.com + +- btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) +- commit b85295a + +------------------------------------------------------------------- +Fri May 17 14:36:47 CEST 2024 - dsterba@suse.com + +- btrfs: don't arbitrarily slow down delalloc if we're committing (git-fixes) +- commit d9b2223 + +------------------------------------------------------------------- +Fri May 17 14:33:37 CEST 2024 - dsterba@suse.com + +- btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) +- commit 7ef02d5 + +------------------------------------------------------------------- +Fri May 17 14:32:16 CEST 2024 - dsterba@suse.com + +- btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) +- commit e6b51c1 + +------------------------------------------------------------------- +Fri May 17 14:31:26 CEST 2024 - dsterba@suse.com + +- btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) +- commit 0bc88db + +------------------------------------------------------------------- +Fri May 17 14:29:12 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: cleanup, v0 extent removal +- commit fecc398 + +------------------------------------------------------------------- +Fri May 17 14:28:15 CEST 2024 - dsterba@suse.com + +- btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) +- commit 74fcad3 + +------------------------------------------------------------------- +Fri May 17 14:27:30 CEST 2024 - dsterba@suse.com + +- btrfs: fix start transaction qgroup rsv double free (git-fixes) +- commit 272247e + +------------------------------------------------------------------- +Fri May 17 14:26:14 CEST 2024 - dsterba@suse.com + +- btrfs: free qgroup rsv on io failure (git-fixes) +- commit 384dac4 + +------------------------------------------------------------------- +Fri May 17 13:18:52 CEST 2024 - denis.kirjanov@suse.com + +- netfilter: nf_tables: disable toggling dormant table state + more than once (git-fixes). +- commit 76bebd5 + +------------------------------------------------------------------- +Fri May 17 13:15:53 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: process pending subflow error on close (git-fixes). +- commit ef629c5 + +------------------------------------------------------------------- +Fri May 17 13:14:24 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: move __mptcp_error_report in protocol.c (git-fixes). +- commit a777e91 + +------------------------------------------------------------------- +Fri May 17 13:12:58 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: fix bogus receive window shrinkage with multiple subflows + (git-fixes). +- commit deea9a0 + +------------------------------------------------------------------- +Fri May 17 13:08:02 CEST 2024 - denis.kirjanov@suse.com + +- netfilter: nft_set_rbtree: use read spinlock to avoid datapath + contention (git-fixes). +- commit ddc952e + +------------------------------------------------------------------- +Fri May 17 13:06:21 CEST 2024 - denis.kirjanov@suse.com + +- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list + iterate in smcr_port_add (git-fixes). +- commit 2d7895b + +------------------------------------------------------------------- +Fri May 17 13:03:07 CEST 2024 - denis.kirjanov@suse.com + +- net/smc: bugfix for smcr v2 server connect success statistic + (git-fixes). +- commit e746f6b + +------------------------------------------------------------------- +Fri May 17 13:01:08 CEST 2024 - denis.kirjanov@suse.com + +- netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID + (git-fixes). +- commit ec5b855 + +------------------------------------------------------------------- +Fri May 17 12:59:23 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_bind_phc (git-fixes). +- commit 16b7a1e + +------------------------------------------------------------------- +Fri May 17 12:57:42 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_tsflags (git-fixes). +- commit b028530 + +------------------------------------------------------------------- +Fri May 17 12:55:31 CEST 2024 - andrea.porta@suse.com + +- arm64: Add the arm64.no32bit_el0 command line option + (jsc#PED-3184). + Please note that some adjustments were needed since the upstream commit + is based on kernel 6.9 which has idreg-override.c moved under + arch/arm64/kernel/pi/. +- commit 4fba46a + +------------------------------------------------------------------- +Fri May 17 10:49:15 CEST 2024 - mkoutny@suse.com + +- af_unix: Drop oob_skb ref before purging queue in GC + (CVE-2024-26676 bsc#1222380). +- commit 57acc3a + +------------------------------------------------------------------- +Fri May 17 10:47:25 CEST 2024 - mkoutny@suse.com + +- af_unix: Fix task hung while purging oob_skb in GC + (CVE-2024-26676 bsc#1222380). +- commit 3af3fbb + +------------------------------------------------------------------- +Fri May 17 10:39:23 CEST 2024 - mkoutny@suse.com + +- af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC + (CVE-2024-26676 bsc#1222380). +- commit 7728cdc + +------------------------------------------------------------------- +Fri May 17 09:14:44 CEST 2024 - tiwai@suse.de + +- platform/x86/intel-uncore-freq: Don't present root domain on + error (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_certificate decoding + (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). +- tools/arch/x86/intel_sdsi: Fix maximum meter bundle length + (git-fixes). +- platform/x86: xiaomi-wmi: Fix race condition when reporting + key events (git-fixes). +- mtd: rawnand: hynix: fixed typo (git-fixes). +- mtd: core: Report error if first mtd_otp_size() call fails in + mtd_otp_nvmem_add() (git-fixes). +- mmc: davinci: Don't strip remove function when driver is builtin + (git-fixes). +- mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). +- mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock + (git-fixes). +- mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). +- mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). +- mmc: sdhci_am654: Add tuning algorithm for delay chain + (git-fixes). +- media: sunxi: a83-mips-csi2: also select GENERIC_PHY + (git-fixes). +- media: flexcop-usb: fix sanity check of bNumEndpoints + (git-fixes). +- media: stk1160: fix bounds checking in stk1160_copy_video() + (git-fixes). +- media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). +- media: v4l: Don't turn on privacy LED if streamon fails + (git-fixes). +- media: mc: mark the media devnode as registered from the, + start (git-fixes). +- media: atomisp: ssh_css: Fix a null-pointer dereference in + load_video_binaries (git-fixes). +- media: v4l2-subdev: Fix stream handling for crop API + (git-fixes). +- media: mc: Fix graph walk in media_pipeline_start (git-fixes). +- media: i2c: et8ek8: Don't strip remove function when driver + is builtin (git-fixes). +- media: dt-bindings: ovti,ov2680: Fix the power supply names + (git-fixes). +- media: ipu3-cio2: Request IRQ earlier (git-fixes). +- media: rcar-vin: work around -Wenum-compare-conditional warning + (git-fixes). +- media: ngene: Add dvb_ca_en50221_init return value check + (git-fixes). +- commit ceb1555 + +------------------------------------------------------------------- +Fri May 17 09:00:45 CEST 2024 - tiwai@suse.de + +- Move upstreamed media patches into sorted section +- commit 521e539 + +------------------------------------------------------------------- +Thu May 16 19:23:55 CEST 2024 - duwe@suse.de + +- dmaengine: idxd: move safety flag to struct ends (bsc#1223625 + CVE-2024-21823). +- dmaengine: idxd: add a write() method for applications to + submit work (bsc#1223625 CVE-2024-21823). +- dmaengine: idxd: add a new security check to deal with a + hardware erratum (bsc#1223625 CVE-2024-21823). +- VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist + (bsc#1223625 CVE-2024-21823). +- commit 8718675 + +------------------------------------------------------------------- +Thu May 16 19:03:19 CEST 2024 - mkoutny@suse.com + +- Update + patches.suse/io_uring-af_unix-disable-sending-io_uring-over-socke.patch + (bsc#1218447 CVE-2023-6531 CVE-2023-52654 bsc#1224099). +- Update + patches.suse/usb-aqc111-check-packet-for-fixup-for-true-limit.patch + (git-fixes CVE-2023-52655 bsc#1217169). +- commit 07c8bc1 + +------------------------------------------------------------------- +Thu May 16 16:26:11 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation + (git-fixes). +- commit 78ec58d + +------------------------------------------------------------------- +Thu May 16 16:24:27 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Fix peer devlink set for SF representor devlink port + (git-fixes). +- commit 6a691b6 + +------------------------------------------------------------------- +Thu May 16 16:20:53 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Lag, restore buckets number to default after hash + LAG deactivation (git-fixes). +- commit 19da0bb + +------------------------------------------------------------------- +Thu May 16 16:19:25 CEST 2024 - denis.kirjanov@suse.com + +- net: sparx5: flower: fix fragment flags handling (git-fixes). +- commit 5fd27e9 + +------------------------------------------------------------------- +Thu May 16 16:17:56 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Set tx_info->xdpf value to NULL (git-fixes). +- commit 7d1d83a + +------------------------------------------------------------------- +Thu May 16 16:16:21 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Fix incorrect descriptor free behavior (git-fixes). +- commit 69577fd + +------------------------------------------------------------------- +Thu May 16 16:10:18 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Wrong missing IO completions check order (git-fixes). +- commit fbbd86e + +------------------------------------------------------------------- +Thu May 16 16:08:39 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Fix potential sign extension issue (git-fixes). +- commit b3cc5f8 + +------------------------------------------------------------------- +Thu May 16 16:06:38 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: trap link-local frames regardless of ST Port + State (git-fixes). +- commit 726080b + +------------------------------------------------------------------- +Thu May 16 16:04:41 CEST 2024 - denis.kirjanov@suse.com + +- net: sparx5: fix wrong config being used when reconfiguring PCS + (git-fixes). +- commit d2d1229 + +------------------------------------------------------------------- +Thu May 16 16:02:53 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: RSS, Block XOR hash with over 128 channels + (git-fixes). +- commit 40b1ccb + +------------------------------------------------------------------- +Thu May 16 16:00:48 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Restore mistakenly dropped parts in register devlink + flow (git-fixes). +- commit dfb4099 + +------------------------------------------------------------------- +Thu May 16 15:38:16 CEST 2024 - dsterba@suse.com + +- btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) +- commit a1c6e8c + +------------------------------------------------------------------- +Thu May 16 15:36:42 CEST 2024 - dsterba@suse.com + +- btrfs: don't warn if discard range is not aligned to sector (git-fixes) +- commit f239c2a + +------------------------------------------------------------------- +Thu May 16 15:35:09 CEST 2024 - dsterba@suse.com + +- btrfs: tree-checker: fix inline ref size in error messages (git-fixes) +- commit a304971 + +------------------------------------------------------------------- +Thu May 16 15:33:15 CEST 2024 - dsterba@suse.com + +- btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) +- commit 81a1329 + +------------------------------------------------------------------- +Thu May 16 15:31:46 CEST 2024 - dsterba@suse.com + +- btrfs: do not allow non subvolume root targets for snapshot (git-fixes) +- commit d495a4b + +------------------------------------------------------------------- +Thu May 16 15:30:42 CEST 2024 - dsterba@suse.com + +- btrfs: send: ensure send_fd is writable (git-fixes) +- commit 5055583 + +------------------------------------------------------------------- +Thu May 16 15:28:27 CEST 2024 - dsterba@suse.com + +- btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) +- commit 532ad3c + +------------------------------------------------------------------- +Thu May 16 15:24:48 CEST 2024 - dsterba@suse.com + +- btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) +- commit 2c30d15 + +------------------------------------------------------------------- +Thu May 16 15:22:52 CEST 2024 - dsterba@suse.com + +- btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) +- commit e5842bb + +------------------------------------------------------------------- +Thu May 16 15:20:56 CEST 2024 - dsterba@suse.com + +- blacklist.conf: btrfs: ref-verify not built +- commit 701d654 + +------------------------------------------------------------------- +Thu May 16 15:20:06 CEST 2024 - dsterba@suse.com + +- btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) +- commit a1c6ed1 + +------------------------------------------------------------------- +Thu May 16 15:19:07 CEST 2024 - dsterba@suse.com + +- btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) +- commit e6bb34b + +------------------------------------------------------------------- +Thu May 16 15:17:20 CEST 2024 - dsterba@suse.com + +- btrfs: error when COWing block from a root that is being deleted (git-fixes) +- commit 78a2694 + +------------------------------------------------------------------- +Thu May 16 15:16:01 CEST 2024 - dsterba@suse.com + +- btrfs: error out when COWing block using a stale transaction (git-fixes) +- commit 850d86f + +------------------------------------------------------------------- +Thu May 16 13:09:22 CEST 2024 - mfranc@suse.cz + +- s390/cpum_cf: make crypto counters upward compatible across + machine types (bsc#1224348). +- commit 36c1e09 + +------------------------------------------------------------------- +Thu May 16 12:18:15 CEST 2024 - dsterba@suse.com + +- btrfs: always print transaction aborted messages with an error level (git-fixes) +- commit 26fa5ae + +------------------------------------------------------------------- +Thu May 16 12:00:22 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Do not produce metadata freelist entries in Tx port + ts WQE xmit (git-fixes). +- commit 287b501 + +------------------------------------------------------------------- +Thu May 16 11:58:47 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: HTB, Fix inconsistencies with QoS SQs number + (git-fixes). +- commit 0085432 + +------------------------------------------------------------------- +Thu May 16 11:57:19 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). +- commit 01134b3 + +------------------------------------------------------------------- +Thu May 16 11:55:49 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5e: RSS, Block changing channels number when RXFH is + configured (git-fixes). +- commit c93a7d5 + +------------------------------------------------------------------- +Thu May 16 11:54:14 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Correctly compare pkt reformat ids (git-fixes). +- commit 76a7159 + +------------------------------------------------------------------- +Thu May 16 11:52:39 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Properly link new fs rules into the tree (git-fixes). +- commit 7272c33 + +------------------------------------------------------------------- +Thu May 16 11:51:07 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: offset comp irq index in name by one (git-fixes). +- commit 56809e4 + +------------------------------------------------------------------- +Thu May 16 11:46:42 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: Register devlink first under devlink lock (git-fixes). +- commit 3162538 + +------------------------------------------------------------------- +Thu May 16 11:44:32 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: E-switch, store eswitch pointer before registering + devlink_param (git-fixes). +- commit d6f7fd4 + +------------------------------------------------------------------- +Thu May 16 09:18:51 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). +- ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write + (stable-fixes). +- ALSA: Fix deadlocks with kctl removals at disconnection + (stable-fixes). +- ALSA: hda: clarify Copyright information (stable-fixes). +- ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W + (stable-fixes). +- ALSA: hda/realtek: Fix internal speakers for Legion Y9000X + 2022 IAH7 (stable-fixes). +- ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid + (stable-fixes). +- ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops + (stable-fixes). +- ALSA: hda: cs35l41: Ignore errors when configuring IRQs + (stable-fixes). +- ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD + (stable-fixes). +- ALSA: hda: cs35l41: Remove redundant argument to + cs35l41_request_firmware_file() (stable-fixes). +- ALSA: hda: cs35l41: Update DSP1RX5/6 Sources for DSP config + (stable-fixes). +- ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 + (stable-fixes). +- ALSA: hda: cs35l41: Support HP Omen models without _DSD + (stable-fixes). +- ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting + (stable-fixes). +- commit bd5e5fc + +------------------------------------------------------------------- +Thu May 16 09:09:00 CEST 2024 - tiwai@suse.de + +- Add cherry-picked patch references to amdgpu patches +- commit fb4ef8e + +------------------------------------------------------------------- +Thu May 16 09:02:33 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e + (git-fixes). +- ASoC: tas2781: Fix a warning reported by robot kernel test + (git-fixes). +- ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value + (git-fixes). +- ASoC: Intel: avs: Test result of avs_get_module_entry() + (git-fixes). +- ASoC: Intel: avs: Fix potential integer overflow (git-fixes). +- ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). +- ASoC: SOF: Intel: mtl: Implement firmware boot state check + (git-fixes). +- ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). +- Revert "ASoC: SOF: Intel: hda-dai-ops: only allocate/release + streams for first CPU DAI" (stable-fixes). +- Revert "ASoC: SOF: Intel: hda-dai-ops: reset device count for + SoundWire DAIs" (stable-fixes). +- ASoC: kirkwood: Fix potential NULL dereference (git-fixes). +- ASoC: Intel: avs: ssm4567: Do not ignore route checks + (git-fixes). +- ASoC: Intel: Disable route checks for Skylake boards + (git-fixes). +- ASoC: mediatek: Assign dummy when codec not specified for a + DAI link (git-fixes). +- ASoC: mediatek: mt8192: fix register configuration for tdm + (git-fixes). +- ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). +- ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup + (git-fixes). +- ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim + 7 16ARHA7 (git-fixes). +- fbdev: savage: Handle err return when savagefb_check_var failed + (git-fixes). +- fbdev: sh7760fb: allow modular build (git-fixes). +- fbdev: sisfb: hide unused variables (git-fixes). +- fbdev: shmobile: fix snprintf truncation (git-fixes). +- drm: zynqmp_dpsub: Always register bridge (git-fixes). +- Revert "drm/bridge: ti-sn65dsi83: Fix enable error path" + (git-fixes). +- drm/fbdev-generic: Do not set physical framebuffer address + (git-fixes). +- drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting + fails (git-fixes). +- drm/msm/adreno: fix CP cycles stat retrieval on a7xx + (git-fixes). +- drm/msm/dpu: Add callback function pointer check before its call + (git-fixes). +- drm/msm/dpu: Allow configuring multiple active DSC blocks + (git-fixes). +- drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). +- drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original + mode pclk (git-fixes). +- drm/msm/dp: Avoid a long timeout for AUX transfer if nothing + connected (git-fixes). +- drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). +- drm/mediatek: dp: Fix mtk_dp_aux_transfer return value + (git-fixes). +- drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). +- drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). +- drm/bridge: tc358775: fix support for jeida-18 and jeida-24 + (git-fixes). +- drm/meson: gate px_clk when setting rate (git-fixes). +- drm/rockchip: vop2: Do not divide height twice for YUV + (git-fixes). +- drm/panel: simple: Add missing Innolux G121X1-L03 format, + flags, connector (git-fixes). +- drm/bridge: anx7625: Update audio status while detecting + (git-fixes). +- drm/panel: novatek-nt35950: Don't log an error when DSI host + can't be found (git-fixes). +- drm/bridge: dpc3433: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: tc358775: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: lt9611uxc: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: lt9611: Don't log an error when DSI host can't be + found (git-fixes). +- drm/bridge: lt8912b: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: icn6211: Don't log an error when DSI host can't + be found (git-fixes). +- drm/bridge: anx7625: Don't log an error when DSI host can't + be found (git-fixes). +- drm: vc4: Fix possible null pointer dereference (git-fixes). +- drm/arm/malidp: fix a possible null pointer dereference + (git-fixes). +- drm/amd/display: Remove redundant condition in + dcn35_calc_blocks_to_gate() (git-fixes). +- drm/amd/display: Fix potential index out of bounds in color + transformation function (git-fixes). +- drm: bridge: cdns-mhdp8546: Fix possible null pointer + dereference (git-fixes). +- drm/meson: vclk: fix calculation of 59.94 fractional rates + (git-fixes). +- drm/panel: ltk050h3146w: drop duplicate commands from + LTK050H3148W init (git-fixes). +- drm/panel: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W + flags (git-fixes). +- drm/lcdif: Do not disable clocks on already suspended hardware + (git-fixes). +- drm/omapdrm: Fix console by implementing fb_dirty (git-fixes). +- drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() + (git-fixes). +- drm/ci: update device type for volteer devices (git-fixes). +- drm/bridge: Fix improper bridge init order with + pre_enable_prev_first (git-fixes). +- commit e7d2777 + +------------------------------------------------------------------- +Thu May 16 08:24:39 CEST 2024 - tiwai@suse.de + +- Revert "selinux: introduce an initial SID for early boot processes" (bsc#1208593) + It caused a regression on ALP-current branch, kernel-obs-qa build failed. +- commit 35271c3 + +------------------------------------------------------------------- +Wed May 15 17:14:07 CEST 2024 - msuchanek@suse.de + +- powerpc/eeh: Permanently disable the removed device (bsc#1223991 + ltc#205740). +- commit b9c2f2f + +------------------------------------------------------------------- +Wed May 15 15:15:17 CEST 2024 - dsterba@suse.com + +- fat: fix uninitialized field in nostale filehandles (git-fixes) +- commit f1e1fd7 + +------------------------------------------------------------------- +Wed May 15 15:09:17 CEST 2024 - denis.kirjanov@suse.com + +- net: ks8851: Queue RX packets in IRQ handler instead of + disabling BHs (git-fixes). +- commit cc9313f + +------------------------------------------------------------------- +Wed May 15 15:01:36 CEST 2024 - tiwai@suse.de + +- Move upstreamed ACPI patch into sorted section +- commit 6c48aae + +------------------------------------------------------------------- +Wed May 15 14:54:26 CEST 2024 - dsterba@suse.com + +- fs: relax mount_setattr() permission checks (git-fixes) +- commit 3b377cf + +------------------------------------------------------------------- +Wed May 15 14:49:02 CEST 2024 - iivanov@suse.de + +- bpf, arm64: Fix incorrect runtime stats (git-fixes) +- commit c30a258 + +------------------------------------------------------------------- +Wed May 15 14:48:53 CEST 2024 - dsterba@suse.com + +- fast_dput(): handle underflows gracefully (git-fixes) +- commit 7a48807 + +------------------------------------------------------------------- +Wed May 15 14:42:00 CEST 2024 - dsterba@suse.com + +- ecryptfs: Reject casefold directory inodes (git-fixes) +- commit bc23622 + +------------------------------------------------------------------- +Wed May 15 14:34:09 CEST 2024 - dsterba@suse.com + +- fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) +- commit 97f203b + +------------------------------------------------------------------- +Wed May 15 14:30:48 CEST 2024 - mkoutny@suse.com + +- cifs: fix underflow in parse_server_interfaces() (CVE-2024-26828 bsc#1223084). +- commit 40aba68 + +------------------------------------------------------------------- +Wed May 15 14:27:20 CEST 2024 - dsterba@suse.com + +- blacklist.conf: fs updates +- commit 372a9be + +------------------------------------------------------------------- +Wed May 15 13:58:14 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). +- commit 6fa6e4e + +------------------------------------------------------------------- +Wed May 15 13:56:35 CEST 2024 - denis.kirjanov@suse.com + +- net: ks8851: Handle softirqs at the end of IRQ thread to fix + hang (git-fixes). +- commit 871b504 + +------------------------------------------------------------------- +Wed May 15 13:53:39 CEST 2024 - denis.kirjanov@suse.com + +- net: ks8851: Inline ks8851_rx_skb() (git-fixes). +- commit 0fafe3f + +------------------------------------------------------------------- +Wed May 15 13:52:12 CEST 2024 - denis.kirjanov@suse.com + +- bnxt_en: Reset PTP tx_avail after possible firmware reset + (git-fixes). +- commit 9421aa8 + +------------------------------------------------------------------- +Wed May 15 13:50:35 CEST 2024 - denis.kirjanov@suse.com + +- bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). +- commit a747a74 + +------------------------------------------------------------------- +Wed May 15 13:49:07 CEST 2024 - denis.kirjanov@suse.com + +- bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() + (git-fixes). +- commit 6a62a82 + +------------------------------------------------------------------- +Wed May 15 13:47:28 CEST 2024 - denis.kirjanov@suse.com + +- geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). +- commit d4d699c + +------------------------------------------------------------------- +Wed May 15 13:46:00 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). +- commit 9beffaf + +------------------------------------------------------------------- +Wed May 15 13:44:11 CEST 2024 - denis.kirjanov@suse.com + +- net/mlx5: SF, Stop waiting for FW as teardown was called + (git-fixes). +- commit 2583247 + +------------------------------------------------------------------- +Wed May 15 13:42:36 CEST 2024 - denis.kirjanov@suse.com + +- mlxsw: Use refcount_t for reference counting (git-fixes). +- commit 5be65d6 + +------------------------------------------------------------------- +Wed May 15 13:40:51 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Use tx_ring instead of xdp_ring for XDP channel TX + (git-fixes). +- commit d4b3628 + +------------------------------------------------------------------- +Wed May 15 13:39:21 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Pass ena_adapter instead of net_device to + ena_xmit_common() (git-fixes). +- commit c080c13 + +------------------------------------------------------------------- +Wed May 15 13:37:24 CEST 2024 - denis.kirjanov@suse.com + +- net: ena: Move XDP code to its new files (git-fixes). +- commit 7cd4a35 + +------------------------------------------------------------------- +Wed May 15 13:35:18 CEST 2024 - denis.kirjanov@suse.com + +- net: openvswitch: Fix Use-After-Free in ovs_ct_exit (bsc#1224098 + CVE-2024-27395). +- commit a237c4c + +------------------------------------------------------------------- +Wed May 15 13:29:39 CEST 2024 - ddiss@suse.de + +- selinux: introduce an initial SID for early boot processes + (bsc#1208593). +- commit a82f05c + +------------------------------------------------------------------- +Wed May 15 12:26:31 CEST 2024 - mkubecek@suse.cz + +- mctp: perform route lookups under a RCU read-side lock + (CVE-2023-52483 bsc#1220738). +- commit 659b74f + +------------------------------------------------------------------- +Wed May 15 10:24:39 CEST 2024 - tbogendoerfer@suse.de + +- net: gtp: Fix Use-After-Free in gtp_dellink (bsc#1224096 + CVE-2024-27396). +- commit 7f59223 + +------------------------------------------------------------------- +Wed May 15 09:25:00 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 25085d6 + +------------------------------------------------------------------- +Wed May 15 09:23:53 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask + (git-fixes). +- commit 61c5310 + +------------------------------------------------------------------- +Wed May 15 09:21:39 CEST 2024 - tiwai@suse.de + +- ax25: Fix reference count leak issue of net_device (git-fixes). +- ax25: Fix reference count leak issues of ax25_dev (git-fixes). +- net: usb: ax88179_178a: fix link status when link is set to + down/up (git-fixes). +- selftests: net: move amt to socat for better compatibility + (git-fixes). +- Bluetooth: qca: Fix error code in qca_read_fw_build_info() + (git-fixes). +- net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). +- wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). +- wifi: rtw89: pci: correct TX resource checking for PCI DMA + channel of firmware command (git-fixes). +- wifi: ar5523: enable proper endpoint verification (git-fixes). +- wifi: carl9170: add a proper sanity check for endpoints + (git-fixes). +- wifi: ath10k: populate board data for WCN3990 (git-fixes). +- wifi: ath10k: Fix an error code problem in + ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). +- wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() + (git-fixes). +- wifi: carl9170: re-fix fortified-memset warning (git-fixes). +- wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset + (git-fixes). +- wifi: mt76: mt7603: fix tx queue of loopback packets + (git-fixes). +- net: usb: sr9700: stop lying about skb->truesize (git-fixes). +- usb: aqc111: stop lying about skb->truesize (git-fixes). +- wifi: iwlwifi: mvm: init vif works only once (git-fixes). +- net: nfc: remove inappropriate attrs check (stable-fixes). +- wifi: ath11k: don't force enable power save on non-running vdevs + (git-fixes). +- wifi: ath10k: poll service ready message before failing + (git-fixes). +- wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). +- wifi: iwlwifi: mvm: select STA mask only for active links + (git-fixes). +- wifi: iwlwifi: mvm: fix active link counting during recovery + (git-fixes). +- wifi: iwlwifi: mvm: allocate STA links only for active links + (git-fixes). +- wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() + (git-fixes). +- wifi: mt76: mt7915: workaround too long expansion sparse + warnings (git-fixes). +- wifi: brcmfmac: pcie: handle randbuf allocation failure + (git-fixes). +- bitops: add missing prototype check (git-fixes). +- ata: pata_legacy: make legacy_exit() work again (git-fixes). +- efi: libstub: only free priv.runtime_map when allocated + (git-fixes). +- HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). +- HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors + (git-fixes). +- hwmon: (lm70) fix links in doc and comments (git-fixes). +- spi: xilinx: Fix kernel documentation in the xilinx_spi.h + (git-fixes). +- ACPI: LPSS: Advertise number of chip selects via property + (git-fixes). +- ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC + (git-fixes). +- ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). +- ACPI: bus: Indicate support for the Generic Event Device thru + _OSC (git-fixes). +- ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). +- ACPI: disable -Wstringop-truncation (git-fixes). +- cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations + (git-fixes). +- cppc_cpufreq: Fix possible null pointer dereference (git-fixes). +- cpufreq: exit() callback is optional (git-fixes). +- thermal/drivers/tsens: Fix null pointer dereference (git-fixes). +- thermal/drivers/qcom/lmh: Check for SCM availability at probe + (git-fixes). +- selftests: default to host arch for LLVM builds (git-fixes). +- selftests/resctrl: fix clang build failure: use LOCAL_HDRS + (git-fixes). +- selftests/binderfs: use the Makefile's rules, not Make's + implicit rules (git-fixes). +- irqchip/loongson-pch-msi: Fix off-by-one on allocation error + path (git-fixes). +- irqchip/alpine-msi: Fix off-by-one in allocation error path + (git-fixes). +- commit ea6926d + +------------------------------------------------------------------- +Tue May 14 22:38:00 CEST 2024 - lduncan@suse.com + +- block: Fix iterating over an empty bio with + bio_for_each_folio_all (bsc#1221635 CVE-2024-26632). +- commit a419383 + +------------------------------------------------------------------- +Tue May 14 15:42:02 CEST 2024 - dsterba@suse.com + +- iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) +- commit cfedccd + +------------------------------------------------------------------- +Tue May 14 14:43:22 CEST 2024 - nik.borisov@suse.com + +- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). +- commit 431e388 + +------------------------------------------------------------------- +Tue May 14 14:41:24 CEST 2024 - nik.borisov@suse.com + +- kabi/severities: Remove mitigation-related symbols + Those are used by the core kernel to implement CPU vulnerabilities + mitigation and are not expected to be consumed by 3rd party users. +- commit 8d79889 + +------------------------------------------------------------------- +Tue May 14 13:52:42 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/Bluetooth-hci_sync-Don-t-double-print-name-in-add-re.patch + (bsc#1216358). + Added bugzilla reference +- commit 3985fb5 + +------------------------------------------------------------------- +Tue May 14 13:37:13 CEST 2024 - oneukum@suse.com + +- Update patches.suse/usb-ulpi-Fix-debugfs-directory-leak.patch + (bsc#1223847 CVE-2024-26919). + Added bugzilla ID and CVE +- commit 44b677b + +------------------------------------------------------------------- +Tue May 14 12:14:59 CEST 2024 - ailiop@suse.com + +- xfs: fix perag leak when growfs fails (git-fixes). +- commit 111377b + +------------------------------------------------------------------- +Tue May 14 12:14:09 CEST 2024 - ailiop@suse.com + +- xfs: add lock protection when remove perag from radix tree + (git-fixes). +- commit fdadeb0 + +------------------------------------------------------------------- +Tue May 14 12:13:09 CEST 2024 - ailiop@suse.com + +- xfs: force all buffers to be written during btree bulk load + (git-fixes). +- commit bcc67e9 + +------------------------------------------------------------------- +Tue May 14 12:11:21 CEST 2024 - ailiop@suse.com + +- xfs: recompute growfsrtfree transaction reservation while + growing rt volume (git-fixes). +- commit 0ef8d73 + +------------------------------------------------------------------- +Tue May 14 12:09:52 CEST 2024 - ailiop@suse.com + +- xfs: make xchk_iget safer in the presence of corrupt inode + btrees (git-fixes). +- commit 3312038 + +------------------------------------------------------------------- +Tue May 14 12:07:44 CEST 2024 - ailiop@suse.com + +- xfs: transfer recovered intent item ownership in ->iop_recover + (git-fixes). +- commit 9cdf2ef + +------------------------------------------------------------------- +Tue May 14 12:05:26 CEST 2024 - ailiop@suse.com + +- xfs: pass the xfs_defer_pending object to iop_recover + (git-fixes). +- commit c4d4eda + +------------------------------------------------------------------- +Tue May 14 12:04:27 CEST 2024 - ailiop@suse.com + +- xfs: use xfs_defer_pending objects to recover intent items + (git-fixes). +- commit 4e8f44d + +------------------------------------------------------------------- +Tue May 14 11:22:00 CEST 2024 - ailiop@suse.com + +- jffs2: prevent xattr node from overflowing the eraseblock + (git-fixes). +- commit bb15e9c + +------------------------------------------------------------------- +Tue May 14 11:20:58 CEST 2024 - nik.borisov@suse.com + +- x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). +- commit 7c55ce6 + +------------------------------------------------------------------- +Tue May 14 11:09:53 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). +- commit b73f38c + +------------------------------------------------------------------- +Tue May 14 10:55:59 CEST 2024 - nik.borisov@suse.com + +- x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). +- commit 5ad2192 + +------------------------------------------------------------------- +Tue May 14 10:55:41 CEST 2024 - nik.borisov@suse.com + +- x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). +- commit 653bafb + +------------------------------------------------------------------- +Tue May 14 10:55:20 CEST 2024 - nik.borisov@suse.com + +- x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). +- commit 3e5de92 + +------------------------------------------------------------------- +Tue May 14 10:54:54 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Disentangle rethunk-dependent options (git-fixes). +- Refresh + patches.suse/x86-bugs-Cache-the-value-of-MSR_IA32_ARCH_CAPABILITIES.patch. +- commit 4761d61 + +------------------------------------------------------------------- +Tue May 14 10:53:48 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Remove default case for fully switched enums (git-fixes). +- commit caa1a64 + +------------------------------------------------------------------- +Tue May 14 10:53:32 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Remove 'pred_cmd' label (git-fixes). +- commit d2d0e6a + +------------------------------------------------------------------- +Tue May 14 10:53:02 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Unexport untraining functions (git-fixes). +- commit f855258 + +------------------------------------------------------------------- +Tue May 14 10:52:43 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Improve i-cache locality for alias mitigation (git-fixes). +- commit 8ffea3d + +------------------------------------------------------------------- +Tue May 14 10:50:51 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Fix unret validation dependencies (git-fixes). +- commit 95452af + +------------------------------------------------------------------- +Tue May 14 10:50:12 CEST 2024 - nik.borisov@suse.com + +- x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). +- Refresh + patches.suse/x86-srso-fix-vulnerability-reporting-for-missing-microcode.patch. +- commit 3afb908 + +------------------------------------------------------------------- +Tue May 14 10:41:29 CEST 2024 - oneukum@suse.com + +- blacklist.conf: not applicable +- commit 158f7dc + +------------------------------------------------------------------- +Tue May 14 10:25:06 CEST 2024 - nik.borisov@suse.com + +- x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). +- commit 9588be6 + +------------------------------------------------------------------- +Tue May 14 10:22:32 CEST 2024 - nik.borisov@suse.com + +- x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). +- commit 3b9c9ee + +------------------------------------------------------------------- +Tue May 14 10:22:12 CEST 2024 - nik.borisov@suse.com + +- x86/purgatory: Switch to the position-independent small code model (git-fixes). +- commit 57ab7d5 + +------------------------------------------------------------------- +Tue May 14 10:21:57 CEST 2024 - nik.borisov@suse.com + +- x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). +- commit f043bca + +------------------------------------------------------------------- +Tue May 14 08:25:02 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit 96e6c4c + +------------------------------------------------------------------- +Tue May 14 08:24:29 CEST 2024 - tiwai@suse.de + +- soc: qcom: pmic_glink: Make client-lock non-sleeping + (git-fixes). +- commit 410217d + +------------------------------------------------------------------- +Tue May 14 08:16:26 CEST 2024 - tiwai@suse.de + +- soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request + (git-fixes). +- commit 2c41b82 + +------------------------------------------------------------------- +Tue May 14 08:08:44 CEST 2024 - tiwai@suse.de + +- crypto: qat - specify firmware files for 402xx (git-fixes). +- crypto: qat - improve error logging to be consistent across + features (git-fixes). +- crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). +- crypto: ccp - drop platform ifdef checks (git-fixes). +- crypto: bcm - Fix pointer arithmetic (git-fixes). +- crypto: ecdsa - Fix module auto-load on add-key (git-fixes). +- kunit/fortify: Fix mismatched kvalloc()/vfree() usage + (git-fixes). +- nilfs2: fix out-of-range warning (git-fixes). +- admin-guide/hw-vuln/core-scheduling: fix return type of + PR_SCHED_CORE_GET (git-fixes). +- soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (git-fixes). +- soc: qcom: pmic_glink: notify clients about the current state + (git-fixes). +- soc: qcom: pmic_glink: don't traverse clients list without a + lock (git-fixes). +- commit 7da1cbc + +------------------------------------------------------------------- +Mon May 13 19:20:28 CEST 2024 - dsterba@suse.com + +- btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) +- commit 8bc326a + +------------------------------------------------------------------- +Mon May 13 18:29:29 CEST 2024 - tonyj@suse.de + +- blacklist.conf: add perf patch already known by alias commit +- commit 706da8e + +------------------------------------------------------------------- +Mon May 13 17:53:02 CEST 2024 - dsterba@suse.com + +- btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) + Dropped hunk in selftests (test_case_7), 92e1229b204d6. +- commit 8dcf7c1 + +------------------------------------------------------------------- +Mon May 13 17:50:51 CEST 2024 - dsterba@suse.com + +- btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) +- commit 622d549 + +------------------------------------------------------------------- +Mon May 13 17:47:31 CEST 2024 - dsterba@suse.com + +- btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) +- commit 84f4309 + +------------------------------------------------------------------- +Mon May 13 17:46:30 CEST 2024 - dsterba@suse.com + +- btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) +- commit bbc649d + +------------------------------------------------------------------- +Mon May 13 17:45:16 CEST 2024 - dsterba@suse.com + +- btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) +- commit 8ef1c53 + +------------------------------------------------------------------- +Mon May 13 17:40:46 CEST 2024 - dsterba@suse.com + +- btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) +- commit a6f28a6 + +------------------------------------------------------------------- +Mon May 13 17:32:40 CEST 2024 - dsterba@suse.com + +- btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) +- commit 4b7ba54 + +------------------------------------------------------------------- +Mon May 13 17:29:01 CEST 2024 - dsterba@suse.com + +- blacklist.conf: Add 2d6cd791e63e "btrfs: fix race between finishing block group creation and its item update" +- commit ca673ac + +------------------------------------------------------------------- +Mon May 13 17:09:25 CEST 2024 - tiwai@suse.de + +- firewire: nosy: ensure user_length is taken into account when + fetching packet contents (CVE-2024-27401 bsc#1224181). +- commit 5441039 + +------------------------------------------------------------------- +Mon May 13 16:51:11 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-aqc111-check-packet-for-fixup-for-true-limit.patch + (bsc#1217169 CVE-2023-52655). + Added bugzilla and CVE +- commit 20db8f9 + +------------------------------------------------------------------- +Mon May 13 15:34:42 CEST 2024 - dsterba@suse.com + +- btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) +- commit 9ec1333 + +------------------------------------------------------------------- +Mon May 13 15:02:10 CEST 2024 - nstange@suse.de + +- crypto: rsa - add a check for allocation failure (bsc#1222775). +- commit 8c6c396 + +------------------------------------------------------------------- +Mon May 13 14:53:32 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 70f199a + +------------------------------------------------------------------- +Mon May 13 14:51:33 CEST 2024 - oneukum@suse.com + +- blacklist.conf: kABI +- commit 835874a + +------------------------------------------------------------------- +Mon May 13 14:00:14 CEST 2024 - tiwai@suse.de + +- kABI workaround for of driver changes (git-fixes). +- commit ef08885 + +------------------------------------------------------------------- +Mon May 13 12:29:23 CEST 2024 - colyli@suse.de + +- aoe: avoid potential deadlock at set_capacity (CVE-2024-26775, + bsc#1222627). +- commit fd6e05d + +------------------------------------------------------------------- +Mon May 13 11:57:20 CEST 2024 - nstange@suse.de + +- crypto: testmgr - remove unused xts4096 and xts512 algorithms + from testmgr.c (bsc#1222769). +- commit 0de6756 + +------------------------------------------------------------------- +Mon May 13 11:46:01 CEST 2024 - nstange@suse.de + +- crypto: rsa - allow only odd e and restrict value in FIPS mode + (bsc#1222775). +- commit c5ca0e4 + +------------------------------------------------------------------- +Mon May 13 11:44:23 CEST 2024 - tiwai@suse.de + +- of: module: prevent NULL pointer dereference in vsnprintf() + (stable-fixes). +- of: dynamic: Synchronize of_changeset_destroy() with the + devlink removals (git-fixes). +- of: property: fw_devlink: Fix stupid bug in remote-endpoint + parsing (git-fixes). +- of: property: Add in-ports/out-ports support to + of_graph_get_port_parent() (stable-fixes). +- of: property: Improve finding the supplier of a remote-endpoint + property (git-fixes). +- of: property: Improve finding the consumer of a remote-endpoint + property (git-fixes). +- of: unittest: Fix compile in the non-dynamic case (git-fixes). +- of: property: fix typo in io-channels (git-fixes). +- commit 7743bc7 + +------------------------------------------------------------------- +Mon May 13 11:37:15 CEST 2024 - nstange@suse.de + +- crypto: ecc - update ecc_gen_privkey for FIPS 186-5 + (bsc#1222782). +- commit bcc0381 + +------------------------------------------------------------------- +Mon May 13 08:31:07 CEST 2024 - tiwai@suse.de + +- selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). +- EDAC/synopsys: Fix ECC status and IRQ control race condition + (git-fixes). +- commit 85ce9d3 + +------------------------------------------------------------------- +Mon May 13 04:24:13 CEST 2024 - neilb@suse.de + +- nfs: fix UAF in direct writes (bsc#1223653 CVE-2024-26958). +- commit 9b53f23 + +------------------------------------------------------------------- +Sat May 11 08:30:35 CEST 2024 - tiwai@suse.de + +- drm/connector: Add \n to message about demoting connector + force-probes (git-fixes). +- drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). +- drm/meson: dw-hdmi: power up phy on device init (git-fixes). +- drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible + (git-fixes). +- drm/amdkfd: don't allow mapping the MMIO HDP page with large + pages (git-fixes). +- dm/amd/pm: Fix problems with reboot/shutdown for some SMU + 13.0.4/13.0.11 users (git-fixes). +- drm/i915/bios: Fix parsing backlight BDB data (git-fixes). +- drm/i915/gt: Automate CCS Mode setting during engine resets + (git-fixes). +- maple_tree: fix mas_empty_area_rev() null pointer dereference + (git-fixes). +- spi: microchip-core-qspi: fix setting spi bus clock rate + (git-fixes). +- regulator: core: fix debugfs creation regression (git-fixes). +- commit 3a3ad92 + +------------------------------------------------------------------- +Fri May 10 16:36:48 CEST 2024 - jlee@suse.com + +- netfilter: nf_tables: mark set as dead when unbinding anonymous + set with timeout (bsc#1221829 CVE-2024-26643). +- commit c841ee9 + +------------------------------------------------------------------- +Fri May 10 11:47:33 CEST 2024 - jlee@suse.com + +- block/rnbd-srv: Check for unlikely string overflow (bsc#1221615 + CVE-2023-52618). +- commit 3cf7eb9 + +------------------------------------------------------------------- +Fri May 10 10:35:21 CEST 2024 - dwagner@suse.de + +- block: bio-integrity: fix kcalloc() arguments order (bsc#1217384 + CVE-2023-6238). +- commit 37816df + +------------------------------------------------------------------- +Fri May 10 09:51:05 CEST 2024 - tiwai@suse.de + +- hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us + (git-fixes). +- hwmon: (corsair-cpro) Protect ccp->wait_input_report with a + spinlock (git-fixes). +- hwmon: (corsair-cpro) Use complete_all() instead of complete() + in ccp_raw_event() (git-fixes). +- hwmon: (corsair-cpro) Use a separate buffer for sending commands + (git-fixes). +- nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). +- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout + (git-fixes). +- Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). +- Bluetooth: qca: fix info leak when fetching fw build id + (git-fixes). +- Bluetooth: qca: fix NVM configuration parsing (git-fixes). +- Bluetooth: qca: add missing firmware sanity checks (git-fixes). +- Bluetooth: msft: fix slab-use-after-free in msft_do_close() + (git-fixes). +- Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout + (git-fixes). +- ARM: 9381/1: kasan: clear stale stack poison (git-fixes). +- commit aa6a883 + +------------------------------------------------------------------- +Fri May 10 01:57:58 CEST 2024 - krisman@suse.de + +- Update + patches.suse/xen-netfront-Add-missing-skb_mark_for_recycle.patch + (git-fixes CVE-2024-27393 bsc#1224076). +- commit 3dacd9a + +------------------------------------------------------------------- +Thu May 9 10:12:28 CEST 2024 - jslaby@suse.cz + +- kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe + address (CVE-2024-26946 bsc#1223669). +- commit c3ef9f9 + +------------------------------------------------------------------- +Thu May 9 10:06:13 CEST 2024 - tiwai@suse.de + +- Move upstreamed powerpc patches into sorted section +- commit de7fc3a + +------------------------------------------------------------------- +Wed May 8 15:16:20 CEST 2024 - dwagner@suse.de + +- io_uring: kabi cookie remove (bsc#1217384). +- commit 6174cfd + +------------------------------------------------------------------- +Wed May 8 14:47:51 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/USB-core-Fix-deadlock-in-port-disable-sysfs-attribut.patch + (bsc#1223670 CVE-2024-26933). + Added CVE and bugzilla ID +- commit 2932a82 + +------------------------------------------------------------------- +Wed May 8 14:32:33 CEST 2024 - oneukum@suse.com + +- crypto: iaa - Fix nr_cpus < nr_iaa case (bsc#1223732 + CVE-2024-26945). +- commit d4480a0 + +------------------------------------------------------------------- +Wed May 8 13:00:52 CEST 2024 - dwagner@suse.de + +- supported.conf: support tcp_dctcp module (jsc#PED-8111) +- commit 84b1f91 + +------------------------------------------------------------------- +Wed May 8 09:35:19 CEST 2024 - nstange@suse.de + +- Update + patches.suse/crypto-lib-mpi-Fix-unexpected-pointer-access-in-mpi_.patch + (git-fixes CVE-2023-52616 bsc#1221612). +- commit 0f801e9 + +------------------------------------------------------------------- +Wed May 8 09:33:26 CEST 2024 - tzimmermann@suse.com + +- Update "drm/vmwgfx: Fix possible null pointer derefence with invalid contexts" (CVE-2024-26979 bsc#1223628) +- commit 562486d + +------------------------------------------------------------------- +Tue May 7 17:18:31 CEST 2024 - fdmanana@suse.com + +- btrfs: fix race when detecting delalloc ranges during fiemap + (bsc#1223285). +- commit b4449a9 + +------------------------------------------------------------------- +Tue May 7 17:04:53 CEST 2024 - fdmanana@suse.com + +- btrfs: ensure fiemap doesn't race with writes when + FIEMAP_FLAG_SYNC is given (bsc#1223285). +- commit e1d5456 + +------------------------------------------------------------------- +Tue May 7 17:00:54 CEST 2024 - fdmanana@suse.com + +- btrfs: fix race between ordered extent completion and fiemap + (bsc#1223285). +- commit b2ade77 + +------------------------------------------------------------------- +Tue May 7 16:49:51 CEST 2024 - fdmanana@suse.com + +- btrfs: fix deadlock with fiemap and extent locking + (bsc#1223285). +- commit 032df64 + +------------------------------------------------------------------- +Tue May 7 16:35:53 CEST 2024 - fdmanana@suse.com + +- btrfs: send: don't issue unnecessary zero writes for trailing + hole (bsc#1222459). +- commit 79ef069 + +------------------------------------------------------------------- +Tue May 7 16:30:29 CEST 2024 - vkarasulli@suse.de + +- inet: read sk->sk_family once in inet_recv_error() (bsc#1222385 + CVE-2024-26679). +- commit cb5e75a + +------------------------------------------------------------------- +Tue May 7 14:12:46 CEST 2024 - tiwai@suse.de + +- Move upstreamed HD-audio patch into sorted section +- commit d615f15 + +------------------------------------------------------------------- +Tue May 7 14:12:37 CEST 2024 - tiwai@suse.de + +- ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 + (bsc#1217750). +- commit 9e75dfd + +------------------------------------------------------------------- +Tue May 7 13:37:02 CEST 2024 - dsterba@suse.com + +- btrfs: dev-replace: properly validate device names (CVE-2024-26791 bsc#1222793) +- commit 0244362 + +------------------------------------------------------------------- +Tue May 7 12:59:26 CEST 2024 - dsterba@suse.com + +- fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame() (CVE-2023-52641 bsc#1222303) +- commit 3195e8d + +------------------------------------------------------------------- +Tue May 7 12:14:44 CEST 2024 - mkubecek@suse.cz + +- fix patch references (CVE-2024-26739 bsc#1222559): + - patches.suse/net-sched-act_mirred-Create-function-tcf_mirred_to_d.patch + - patches.suse/net-sched-act_mirred-don-t-override-retval-if-we-alr.patch +- commit af4b677 + +------------------------------------------------------------------- +Tue May 7 11:01:53 CEST 2024 - oneukum@suse.com + +- usb: dwc3: core: Prevent phy suspend during init (Git-fixes). +- commit 0feb823 + +------------------------------------------------------------------- +Tue May 7 10:05:18 CEST 2024 - vkarasulli@suse.de + +- netfilter: nft_ct: fix l3num expectations with inet pseudo + family (git-fixes). +- commit e0fbf15 + +------------------------------------------------------------------- +Tue May 7 08:51:04 CEST 2024 - pjakobsson@suse.de + +- drm/i915/vma: Fix UAF on destroy against retire race (CVE-2024-26939 bsc#1223679). +- commit 0c69759 + +------------------------------------------------------------------- +Tue May 7 07:56:59 CEST 2024 - tiwai@suse.de + +- Reapply "drm/qxl: simplify qxl_fence_wait" (stable-fixes). +- commit 2bd2798 + +------------------------------------------------------------------- +Tue May 7 00:12:18 CEST 2024 - mkubecek@suse.cz + +- rds: tcp: Fix use-after-free of net in reqsk_timer_handler() + (CVE-2024-26865 bsc#1223062). +- commit 4df5c35 + +------------------------------------------------------------------- +Mon May 6 22:49:40 CEST 2024 - mkubecek@suse.cz + +- packet: annotate data-races around ignore_outgoing + (CVE-2024-26862 bsc#1223111). +- commit 50ec7e9 + +------------------------------------------------------------------- +Mon May 6 22:21:54 CEST 2024 - mkubecek@suse.cz + +- Update + patches.suse/sctp-fix-potential-deadlock-on-net-sctp.addr_wq.patch + references (add CVE-2024-0639 bsc#1218917). +- commit 61e4bcd + +------------------------------------------------------------------- +Mon May 6 21:33:30 CEST 2024 - dsterba@suse.com + +- fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame() (CVE-2023-52641 bsc#1222303) +- commit 45e1211 + +------------------------------------------------------------------- +Mon May 6 19:19:07 CEST 2024 - vkarasulli@suse.de + +- netfilter: nft_ct: sanitize layer 3 and 4 protocol number in + custom expectations (bsc#1222368 CVE-2024-26673). +- commit bffaac0 + +------------------------------------------------------------------- +Mon May 6 18:14:52 CEST 2024 - dsterba@suse.com + +- fs: sysfs: Fix reference leak in sysfs_break_active_protection() (CVE-2024-26993 bsc#1223693) +- commit b75cd2c + +------------------------------------------------------------------- +Mon May 6 18:02:40 CEST 2024 - dsterba@suse.com + +- btrfs: don't drop extent_map for free space inode on write error (CVE-2024-26726 bsc#1222532) +- commit 60707c9 + +------------------------------------------------------------------- +Mon May 6 17:37:25 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Only update pages_touched when a new page is + touched (git-fixes). +- commit f2292de + +------------------------------------------------------------------- +Mon May 6 17:34:30 CEST 2024 - petr.pavlu@suse.com + +- kprobes: Fix possible use-after-free issue on kprobe + registration (git-fixes). +- commit 3121e4a + +------------------------------------------------------------------- +Mon May 6 17:23:41 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch + (bsc#1219485 bsc#1219451 git-fixes CVE-2024-27009 bsc#1223699). +- Update + patches.suse/Bluetooth-btnxpuart-Fix-btnxpuart_close.patch + (git-fixes CVE-2024-26959 bsc#1223667). +- Update + patches.suse/USB-usb-storage-Prevent-divide-by-0-error-in-isd200_.patch + (git-fixes CVE-2024-27059 bsc#1223738). +- Update + patches.suse/backlight-hx8357-Fix-potential-NULL-pointer-derefere.patch + (git-fixes CVE-2024-27071 bsc#1223734). +- Update patches.suse/clk-Fix-clk_core_get-NULL-dereference.patch + (git-fixes CVE-2024-27038 bsc#1223816). +- Update + patches.suse/clk-hisilicon-hi3559a-Fix-an-erroneous-devm_kfree.patch + (git-fixes CVE-2024-27039 bsc#1223821). +- Update + patches.suse/clk-qcom-gcc-ipq6018-fix-terminating-of-frequency-ta.patch + (git-fixes CVE-2024-26970 bsc#1223644). +- Update + patches.suse/clk-qcom-gcc-ipq8074-fix-terminating-of-frequency-ta.patch + (git-fixes CVE-2024-26969 bsc#1223645). +- Update + patches.suse/clk-qcom-gcc-ipq9574-fix-terminating-of-frequency-ta.patch + (git-fixes CVE-2024-26968 bsc#1223642). +- Update + patches.suse/clk-qcom-mmcc-apq8084-fix-terminating-of-frequency-t.patch + (git-fixes CVE-2024-26966 bsc#1223646). +- Update + patches.suse/clk-qcom-mmcc-msm8974-fix-terminating-of-frequency-t.patch + (git-fixes CVE-2024-26965 bsc#1223648). +- Update + patches.suse/clk-zynq-Prevent-null-pointer-dereference-caused-by-.patch + (git-fixes CVE-2024-27037 bsc#1223717). +- Update + patches.suse/cpufreq-brcmstb-avs-cpufreq-add-check-for-cpufreq_cp.patch + (git-fixes CVE-2024-27051 bsc#1223769). +- Update + patches.suse/crypto-qat-resolve-race-condition-during-AER-recover.patch + (git-fixes CVE-2024-26974 bsc#1223638). +- Update + patches.suse/drm-amd-display-Add-replay-NULL-check-in-edp_set_rep.patch + (git-fixes CVE-2024-27040 bsc#1223711). +- Update + patches.suse/drm-amd-display-Fix-a-potential-buffer-overflow-in-d.patch + (git-fixes CVE-2024-27045 bsc#1223826). +- Update + patches.suse/drm-amd-display-Fix-potential-NULL-pointer-dereferen.patch + (git-fixes CVE-2024-27044 bsc#1223723). +- Update + patches.suse/drm-amd-display-fix-NULL-checks-for-adev-dm.dc-in-am.patch + (git-fixes CVE-2024-27041 bsc#1223714). +- Update + patches.suse/drm-amdgpu-Fix-potential-out-of-bounds-access-in-amd.patch + (git-fixes CVE-2024-27042 bsc#1223823). +- Update + patches.suse/drm-vmwgfx-Fix-possible-null-pointer-derefence-with-.patch + (git-fixes CVE-2024-26979 bsc#1223628). +- Update + patches.suse/md-Fix-missing-release-of-active_io-for-flush-8556.patch + (jsc#PED-7542 CVE-2024-27023 bsc#1223776). +- Update + patches.suse/media-dvb-frontends-avoid-stack-overflow-warnings-wi.patch + (git-fixes CVE-2024-27075 bsc#1223842). +- Update patches.suse/media-edia-dvbdev-fix-a-use-after-free.patch + (git-fixes CVE-2024-27043 bsc#1223824). +- Update + patches.suse/media-go7007-fix-a-memleak-in-go7007_load_encoder.patch + (git-fixes CVE-2024-27074 bsc#1223844). +- Update + patches.suse/media-imx-csc-scaler-fix-v4l2_ctrl_handler-memory-le.patch + (git-fixes CVE-2024-27076 bsc#1223779). +- Update + patches.suse/media-ttpci-fix-two-memleaks-in-budget_av_attach.patch + (git-fixes CVE-2024-27073 bsc#1223843). +- Update + patches.suse/media-usbtv-Remove-useless-locks-in-usbtv_video_free.patch + (git-fixes CVE-2024-27072 bsc#1223837). +- Update + patches.suse/media-v4l2-mem2mem-fix-a-memleak-in-v4l2_m2m_registe.patch + (git-fixes CVE-2024-27077 bsc#1223780). +- Update + patches.suse/media-v4l2-tpg-fix-some-memleaks-in-tpg_alloc.patch + (git-fixes CVE-2024-27078 bsc#1223781). +- Update + patches.suse/net-phy-fix-phy_get_internal_delay-accessing-an-empt.patch + (git-fixes CVE-2024-27047 bsc#1223828). +- Update + patches.suse/nilfs2-fix-failure-to-detect-DAT-corruption-in-btree.patch + (git-fixes CVE-2024-26956 bsc#1223663). +- Update + patches.suse/nilfs2-prevent-kernel-bug-at-submit_bh_wbc.patch + (git-fixes CVE-2024-26955 bsc#1223657). +- Update patches.suse/pci_iounmap-Fix-MMIO-mapping-leak.patch + (git-fixes CVE-2024-26977 bsc#1223631). +- Update + patches.suse/powercap-intel_rapl-Fix-a-NULL-pointer-dereference.patch + (git-fixes CVE-2024-26975 bsc#1223632). +- Update + patches.suse/s390-Once-the-discipline-is-associated-with-the-device-de.patch + (bsc#1141539 git-fixes CVE-2024-27054 bsc#1223819). +- Update + patches.suse/scsi-qla2xxx-Fix-command-flush-on-cable-pull.patch + (bsc#1221816 CVE-2024-26931 bsc#1223627). +- Update patches.suse/scsi-qla2xxx-Fix-double-free-of-fcport.patch + (bsc#1221816 CVE-2024-26929 bsc#1223715). +- Update + patches.suse/scsi-qla2xxx-Fix-double-free-of-the-ha-vp_map-pointe.patch + (bsc#1221816 CVE-2024-26930 bsc#1223626). +- Update + patches.suse/thermal-drivers-mediatek-lvts_thermal-Fix-a-memory-l.patch + (git-fixes CVE-2024-27068 bsc#1223808). +- Update + patches.suse/thunderbolt-Fix-NULL-pointer-dereference-in-tb_port_.patch + (git-fixes CVE-2024-27060 bsc#1223725). +- Update patches.suse/usb-ulpi-Fix-debugfs-directory-leak.patch + (git-fixes CVE-2024-26919 bsc#1223847). +- Update + patches.suse/wifi-brcm80211-handle-pmk_op-allocation-failure.patch + (git-fixes CVE-2024-27048 bsc#1223760). +- Update + patches.suse/wifi-rtl8xxxu-add-cancel_work_sync-for-c2hcmd_work.patch + (git-fixes CVE-2024-27052 bsc#1223829). +- Update + patches.suse/wifi-wilc1000-do-not-realloc-workqueue-everytime-an-.patch + (git-fixes CVE-2024-27391 bsc#1223709). +- Update + patches.suse/wifi-wilc1000-fix-RCU-usage-in-connect-path.patch + (git-fixes CVE-2024-27053 bsc#1223737). +- commit 9296e40 + +------------------------------------------------------------------- +Mon May 6 17:23:27 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/drm-tegra-dsi-Add-missing-check-for-of_find_device_b.patch + (git-fixes CVE-2023-52650 bsc#1223770). +- Update + patches.suse/drm-vkms-Avoid-reading-beyond-LUT-array.patch + (git-fixes CVE-2023-52649 bsc#1223768). +- Update + patches.suse/drm-vmwgfx-Unmap-the-surface-before-resetting-it-on-.patch + (git-fixes CVE-2023-52648 bsc#1223765). +- Update + patches.suse/media-nxp-imx8-isi-Check-whether-crossbar-pad-is-non.patch + (git-fixes CVE-2023-52647 bsc#1223764). +- commit f67398e + +------------------------------------------------------------------- +Mon May 6 17:23:18 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/powerpc-pseries-Fix-potential-memleak-in-papr_get_at.patch + (bsc#1215199 CVE-2022-48669 bsc#1223756). +- commit e9a7939 + +------------------------------------------------------------------- +Mon May 6 17:22:04 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page + in concurrent environment (git-fixes). +- commit 8f1aa4c + +------------------------------------------------------------------- +Mon May 6 16:11:25 CEST 2024 - jgross@suse.com + +- Delete + patches.suse/iommufd-iova_bitmap-Move-symbols-to-IOMMUFD-namespace. + (bsc#1222654) +- commit dc5c22e + +------------------------------------------------------------------- +Mon May 6 12:34:10 CEST 2024 - lhenriques@suse.de + +- fuse: don't unhash root (bsc#1223946). +- fuse: fix root lookup with nonzero generation (bsc#1223945). +- virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal + (bsc#1223944). +- commit 5171d01 + +------------------------------------------------------------------- +Mon May 6 11:15:05 CEST 2024 - tbogendoerfer@suse.de + +- tun: limit printing rate when illegal packet received by tun + dev (bsc#1223745 CVE-2024-27013). +- net/mlx5e: Prevent deadlock while disabling aRFS (bsc#1223735 + CVE-2024-27014). +- commit d039d3b + +------------------------------------------------------------------- +Mon May 6 11:14:31 CEST 2024 - tzimmermann@suse.com + +- drm/amd/display: Add a dc_state NULL check in dc_state_release (CVE-2024-26948 bsc#1223664) +- commit adac21d + +------------------------------------------------------------------- +Mon May 6 08:32:36 CEST 2024 - tiwai@suse.de + +- slimbus: qcom-ngd-ctrl: Add timeout for wait operation + (git-fixes). +- iio:imu: adis16475: Fix sync mode setting (git-fixes). +- iio: accel: mxc4005: Interrupt handling fixes (git-fixes). +- iio: pressure: Fixes BME280 SPI driver data (git-fixes). +- usb: typec: tcpm: Check for port partner validity before + consuming it (git-fixes). +- usb: typec: tcpm: unregister existing source caps before + re-registration (git-fixes). +- usb: typec: tcpm: clear pd_event queue in PORT_RESET + (git-fixes). +- usb: ohci: Prevent missed ohci interrupts (git-fixes). +- usb: gadget: f_fs: Fix a race condition when processing setup + packets (git-fixes). +- USB: core: Fix access violation during port device removal + (git-fixes). +- usb: gadget: uvc: use correct buffer size when parsing configfs + lists (git-fixes). +- usb: gadget: composite: fix OS descriptors w_value logic + (git-fixes). +- usb: gadget: f_fs: Fix race between aio_cancel() and AIO + request complete (git-fixes). +- clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change + (git-fixes). +- commit 8d8f752 + +------------------------------------------------------------------- +Mon May 6 08:29:57 CEST 2024 - tiwai@suse.de + +- Move upstreamed USB fix into sorted section +- commit 21751fe + +------------------------------------------------------------------- +Sat May 4 09:44:18 CEST 2024 - tiwai@suse.de + +- ASoC: da7219-aad: fix usage of device_get_named_child_node() + (git-fixes). +- ASoC: rt715-sdca: volume step modification (git-fixes). +- ASoC: rt715: add vendor clear control register (git-fixes). +- ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config + (git-fixes). +- ASoC: cs35l56: Fix unintended bus access while resetting amp + (git-fixes). +- ASoC: rt722-sdca: add headset microphone vrefo setting + (git-fixes). +- ASoC: rt722-sdca: modify channel number to support 4 channels + (git-fixes). +- ASoC: rt5645: Fix the electric noise due to the CBJ contacts + floating (git-fixes). +- ASoC: acp: Support microphone from device Acer 315-24p + (git-fixes). +- ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus + T100TAM too (git-fixes). +- commit 59787a2 + +------------------------------------------------------------------- +Sat May 4 09:37:36 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Fix build error without CONFIG_PM + (stable-fixes). +- ALSA: hda: cs35l56: Exit cache-only after + cs35l56_wait_for_firmware_boot() (stable-fixes). +- ALSA: hda/realtek - Set GPIO3 to default at S4 state for + Thinkpad with ALC1318 (stable-fixes). +- ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection + (stable-fixes). +- ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU + (stable-fixes). +- commit 11f233b + +------------------------------------------------------------------- +Sat May 4 09:35:07 CEST 2024 - tiwai@suse.de + +- ASoC: meson: axg-tdm-interface: manage formatters in trigger + (git-fixes). +- ASoC: meson: axg-card: make links nonatomic (git-fixes). +- ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). +- ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). +- ASoC: ti: davinci-mcasp: Fix race condition during probe + (git-fixes). +- ASoC: Intel: avs: Set name of control as in topology + (git-fixes). +- regmap: Add regmap_read_bypassed() (git-fixes). +- ASoC: SOF: Intel: add default firmware library path for LNL + (git-fixes). +- ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). +- ALSA: hda: intel-sdw-acpi: fix usage of + device_get_named_child_node() (git-fixes). +- drm/panel: ili9341: Use predefined error codes (git-fixes). +- drm/panel: ili9341: Respect deferred probe (git-fixes). +- drm/vmwgfx: Fix invalid reads in fence signaled events + (git-fixes). +- drm/vmwgfx: Fix Legacy Display Unit (git-fixes). +- drm/amdgpu: fix doorbell regression (git-fixes). +- drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() + v2 (git-fixes). +- spi: fix null pointer dereference within spi_sync (git-fixes). +- spi: hisi-kunpeng: Delete the dump interface of data registers + in debugfs (git-fixes). +- commit de68d11 + +------------------------------------------------------------------- +Fri May 3 18:53:42 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: ensure offloading TID queue exists + (CVE-2024-27056 bsc#1223822). +- commit 8f83255 + +------------------------------------------------------------------- +Fri May 3 17:55:12 CEST 2024 - tiwai@suse.de + +- dpll: fix dpll_pin_on_pin_register() for multiple parent pins + (CVE-2024-27027 bsc#1223787). +- commit ce9b326 + +------------------------------------------------------------------- +Fri May 3 17:52:05 CEST 2024 - tiwai@suse.de + +- dpll: fix dpll_xa_ref_*_del() for multiple registrations + (CVE-2024-27027 bsc#1223787). +- commit f5ff522 + +------------------------------------------------------------------- +Fri May 3 17:44:24 CEST 2024 - mfranc@suse.cz + +- s390/qeth: Fix kernel panic after setting hsuid (git-fixes + bsc#1223874). +- commit eae1390 + +------------------------------------------------------------------- +Fri May 3 17:39:31 CEST 2024 - mfranc@suse.cz + +- s390/mm: Fix storage key clearing for guest huge pages + (git-fixes bsc#1223872). +- commit 329e03c + +------------------------------------------------------------------- +Fri May 3 17:37:13 CEST 2024 - mfranc@suse.cz + +- s390/mm: Fix clearing storage keys for huge pages (git-fixes + bsc#1223871). +- commit a7e3ff2 + +------------------------------------------------------------------- +Fri May 3 17:30:04 CEST 2024 - mfranc@suse.cz + +- s390/vdso: Add CFI for RA register to asm macro vdso_func + (git-fixes bsc#1223870). +- commit 2641ba1 + +------------------------------------------------------------------- +Fri May 3 17:19:03 CEST 2024 - mfranc@suse.cz + +- s390/cio: Ensure the copied buf is NUL terminated (git-fixes + bsc#1223869). +- commit dcf45a9 + +------------------------------------------------------------------- +Fri May 3 17:14:55 CEST 2024 - jgross@suse.com + +- KVM: x86/mmu: x86: Don't overflow lpage_info when checking + attributes (bsc#1223695, CVE-2024-26991). +- commit da41325 + +------------------------------------------------------------------- +Fri May 3 16:46:02 CEST 2024 - vbabka@suse.cz + +- mm: swap: fix race between free_swap_and_cache() and swapoff() + (CVE-2024-26960 bsc#1223655). +- swap: comments get_swap_device() with usage rule (CVE-2024-26960 + bsc#1223655). +- commit 9df3192 + +------------------------------------------------------------------- +Fri May 3 16:38:44 CEST 2024 - tiwai@suse.de + +- NTB: fix possible name leak in ntb_register_device() + (CVE-2023-52652 bsc#1223686). +- commit a6fcfa7 + +------------------------------------------------------------------- +Fri May 3 15:57:39 CEST 2024 - msuchanek@suse.de + +- Refresh patches.suse/powerpc-pseries-iommu-LPAR-panics-when-rebooted-with.patch. +- commit ca33aea + +------------------------------------------------------------------- +Fri May 3 15:36:14 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries: make max polling consistent for longer H_CALLs + (bsc#1215199). +- commit bead2d2 + +------------------------------------------------------------------- +Fri May 3 10:14:31 CEST 2024 - mhocko@suse.com + +- fork: defer linking file vma until vma is fully initialized + (bsc#1223774 CVE-2024-27022). +- commit 126ee1a + +------------------------------------------------------------------- +Fri May 3 09:40:30 CEST 2024 - wqu@suse.com + +- btrfs: qgroup: always free reserved space for extent records + (bsc#1216196). +- commit 5a30b4d + +------------------------------------------------------------------- +Fri May 3 08:10:09 CEST 2024 - tiwai@suse.de + +- Fix a potential infinite loop in extract_user_to_sg() + (git-fixes). +- mtd: diskonchip: work around ubsan link failure (stable-fixes). +- drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 + (stable-fixes). +- drm/amdgpu: Assign correct bits for SDMA HDP flush + (stable-fixes). +- drm/amdgpu: Fix leak when GPU memory allocation fails + (stable-fixes). +- ACPI: CPPC: Fix access width used for PCC registers (git-fixes). +- ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro + (git-fixes). +- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 + (stable-fixes). +- Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() + (stable-fixes). +- drm: add drm_gem_object_is_shared_for_memory_stats() helper + (stable-fixes). +- ACPI: CPPC: Use access_width over bit_width for system memory + accesses (stable-fixes). +- wifi: mac80211: clean up assignments to pointer cache + (stable-fixes). +- commit 49aaf49 + +------------------------------------------------------------------- +Thu May 2 16:47:00 CEST 2024 - dwagner@suse.de + +- io_uring: remove uring_cmd cookie (bsc#1217384 CVE-2023-6238). +- iouring: remove IORING_URING_CMD_POLLED (bsc#1217384 + CVE-2023-6238). +- nvme: use bio_integrity_map_user (bsc#1217384 CVE-2023-6238). +- block: bio-integrity: directly map user buffers (bsc#1217384 + CVE-2023-6238). +- commit 3372add + +------------------------------------------------------------------- +Thu May 2 16:35:48 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) +- commit c9b9705 + +------------------------------------------------------------------- +Thu May 2 16:34:40 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) +- commit 51da7a0 + +------------------------------------------------------------------- +Thu May 2 16:33:23 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) +- commit d74d11d + +------------------------------------------------------------------- +Thu May 2 16:31:31 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) +- commit 300083f + +------------------------------------------------------------------- +Thu May 2 16:29:21 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) +- commit 7730872 + +------------------------------------------------------------------- +Thu May 2 16:27:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) +- commit 279e432 + +------------------------------------------------------------------- +Thu May 2 16:25:32 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) +- commit 57cc3f7 + +------------------------------------------------------------------- +Thu May 2 16:23:58 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) +- commit 9f868d4 + +------------------------------------------------------------------- +Thu May 2 16:23:23 CEST 2024 - tiwai@suse.de + +- kABI workaround for cec_adapter (CVE-2024-23848 bsc#1219104). +- commit 03d06c5 + +------------------------------------------------------------------- +Thu May 2 16:22:55 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) +- commit dd3deb9 + +------------------------------------------------------------------- +Thu May 2 16:20:00 CEST 2024 - tiwai@suse.de + +- media: cec: core: avoid recursive cec_claim_log_addrs + (CVE-2024-23848 bsc#1219104). +- commit c64de88 + +------------------------------------------------------------------- +Thu May 2 16:18:20 CEST 2024 - tiwai@suse.de + +- Update media cec fix patches to the latest upstream version (CVE-2024-23848 bsc#1219104) +- commit 4a0b406 + +------------------------------------------------------------------- +Thu May 2 15:23:56 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) +- commit e69bdf0 + +------------------------------------------------------------------- +Thu May 2 15:19:35 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) +- commit 4dc5b7a + +------------------------------------------------------------------- +Thu May 2 15:18:12 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) +- commit e2d7944 + +------------------------------------------------------------------- +Thu May 2 15:16:46 CEST 2024 - iivanov@suse.de + +- arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) +- commit fbb3351 + +------------------------------------------------------------------- +Thu May 2 15:15:23 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) +- commit a21edf3 + +------------------------------------------------------------------- +Thu May 2 15:14:12 CEST 2024 - iivanov@suse.de + +- arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) +- commit 3f691a1 + +------------------------------------------------------------------- +Thu May 2 15:12:55 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: dts: rockchip: mark system power controller on rk3588-evb1") +- commit 24dc024 + +------------------------------------------------------------------- +Thu May 2 15:11:02 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64/mm: Modify range-based tlbi to decrement scale") +- commit 9fd5163 + +------------------------------------------------------------------- +Thu May 2 13:38:24 CEST 2024 - jslaby@suse.cz + +- Update + patches.suse/serial-max310x-fix-NULL-pointer-dereference-in-I2C-i.patch + (git-fixes bsc#1223629 CVE-2024-26978). +- commit b81ff78 + +------------------------------------------------------------------- +Thu May 2 11:54:35 CEST 2024 - ailiop@suse.com + +- Squashfs: check the inode number is not the invalid value of + zero (bsc#1223634 CVE-2024-26982). +- commit a406e7c + +------------------------------------------------------------------- +Thu May 2 11:33:02 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/ubifs-ubifs_symlink-Fix-memleak-of-inode-i_link-in-error-path.patch + (git-fixes CVE-2024-26972 bsc#1223643). +- commit 6db660a + +------------------------------------------------------------------- +Thu May 2 11:23:24 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-prevent-kernel-bug-at-submit_bh_wbc.patch + (git-fixes CVE-2024-26955 bsc#1223657). +- commit a77f45b + +------------------------------------------------------------------- +Thu May 2 11:14:35 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-failure-to-detect-DAT-corruption-in-btree.patch + (git-fixes CVE-2024-26956 bsc#1223663). +- commit 95ba522 + +------------------------------------------------------------------- +Thu May 2 11:13:34 CEST 2024 - ailiop@suse.com + +- Update patches.suse/nilfs2-fix-OOB-in-nilfs_set_de_type.patch + (git-fixes CVE-2024-26981 bsc#1223668). +- commit 5740c7f + +------------------------------------------------------------------- +Thu May 2 10:28:22 CEST 2024 - vkarasulli@suse.de + +- Update + patches.suse/ASoC-SOF-Add-some-bounds-checking-to-firmware-data.patch + (git-fixes CVE-2024-26927 bsc#1223525). +- commit d3c5f91 + +------------------------------------------------------------------- +Thu May 2 09:58:58 CEST 2024 - tiwai@suse.de + +- cec: core: avoid confusing "transmit timed out" message + (CVE-2024-23848 bsc#1219104). +- commit eae740c + +------------------------------------------------------------------- +Thu May 2 07:36:00 CEST 2024 - tiwai@suse.de + +- regulator: change devm_regulator_get_enable_optional() stub + to return Ok (git-fixes). +- regulator: change stubbed devm_regulator_get_enable to return Ok + (git-fixes). +- regulator: mt6360: De-capitalize devicetree regulator subnodes + (git-fixes). +- commit c50a631 + +------------------------------------------------------------------- +Wed May 1 09:50:43 CEST 2024 - tiwai@suse.de + +- power: supply: mt6360_charger: Fix of_match for usb-otg-vbus + regulator (git-fixes). +- power: rt9455: hide unused rt9455_boost_voltage_values + (git-fixes). +- pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). +- pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() + (git-fixes). +- pinctrl: mediatek: paris: Rework support for + PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). +- pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE + readback (git-fixes). +- pinctrl: core: delete incorrect free in pinctrl_enable() + (git-fixes). +- pinctrl/meson: fix typo in PDM's pin name (git-fixes). +- pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf + of GPIOR-T (git-fixes). +- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init + (git-fixes). +- commit d973920 + +------------------------------------------------------------------- +Tue Apr 30 18:44:35 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for + Lenovo Legion models (bsc#1223462). +- commit 6f0889c + +------------------------------------------------------------------- +Tue Apr 30 16:38:27 CEST 2024 - tiwai@suse.de + +- usb: Fix regression caused by invalid ep0 maxpacket in virtual + SuperSpeed device (bsc#1220569). +- commit 4748678 + +------------------------------------------------------------------- +Tue Apr 30 16:11:40 CEST 2024 - tiwai@suse.de + +- media: cec: cec-api: add locking in cec_release() + (CVE-2024-23848 bsc#1219104). +- media: cec: cec-adap: always cancel work in cec_transmit_msg_fh + (CVE-2024-23848 bsc#1219104). +- commit c39ac04 + +------------------------------------------------------------------- +Tue Apr 30 16:07:18 CEST 2024 - mfranc@suse.cz + +- blacklist.conf: refactoring, not a fix +- commit d5a22ac + +------------------------------------------------------------------- +Tue Apr 30 16:02:50 CEST 2024 - mfranc@suse.cz + +- s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). +- commit 643ece2 + +------------------------------------------------------------------- +Tue Apr 30 15:48:20 CEST 2024 - mfranc@suse.cz + +- s390/zcrypt: fix reference counting on zcrypt card objects + (git-fixes bsc#1223592). +- commit c37186f + +------------------------------------------------------------------- +Tue Apr 30 15:42:12 CEST 2024 - mkoutny@suse.com + +- block: fix q->blkg_list corruption during disk rebind + (bsc#1223591). +- commit 9da98d5 + +------------------------------------------------------------------- +Tue Apr 30 15:40:39 CEST 2024 - mfranc@suse.cz + +- s390/ism: Properly fix receive message buffer allocation + (git-fixes bsc#1223590). +- commit 0652865 + +------------------------------------------------------------------- +Tue Apr 30 15:28:05 CEST 2024 - jack@suse.cz + +- block: fix deadlock between bd_link_disk_holder and partition + scan (bsc#1223045 CVE-2024-26899). +- commit e4bd17c + +------------------------------------------------------------------- +Tue Apr 30 15:23:23 CEST 2024 - jack@suse.cz + +- quota: Fix potential NULL pointer dereference (bsc#1223060 + CVE-2024-26878). +- commit dcf7382 + +------------------------------------------------------------------- +Tue Apr 30 15:21:07 CEST 2024 - jack@suse.cz + +- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak + (bsc#1223198 CVE-2024-26901). +- commit 5c1d722 + +------------------------------------------------------------------- +Tue Apr 30 15:16:03 CEST 2024 - jack@suse.cz + +- blk-mq: fix IO hang from sbitmap wakeup race (bsc#1222357 CVE-2024-26671). +- commit 1ebf5fb + +------------------------------------------------------------------- +Tue Apr 30 15:00:59 CEST 2024 - jack@suse.cz + +- nbd: always initialize struct msghdr completely (bsc#1221649 CVE-2024-26638). +- commit eb8ab1c + +------------------------------------------------------------------- +Tue Apr 30 14:58:54 CEST 2024 - jack@suse.cz + +- ext4: avoid allocating blocks from corrupted group in + ext4_mb_find_by_goal() (bsc#1222613 CVE-2024-26772). +- commit 4004f20 + +------------------------------------------------------------------- +Tue Apr 30 14:57:23 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch + (bsc#1219485 bsc#1219451 git-fixes). +- Update patches.suse/0001-s390-qdio-handle-deferred-cc1.patch + (bsc#1219485 bsc#1219451 git-fixes). +- Update + patches.suse/s390-Once-the-discipline-is-associated-with-the-device-de.patch + (bsc#1141539 git-fixes). +- commit 73a9e98 + +------------------------------------------------------------------- +Tue Apr 30 13:17:40 CEST 2024 - davide.benini@suse.com + +- net/ipv6: avoid possible UAF in ip6_route_mpath_notify() + (CVE-2024-26852 bsc#1223057) +- commit 9474f59 + +------------------------------------------------------------------- +Tue Apr 30 12:05:02 CEST 2024 - tiwai@suse.de + +- PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). +- commit ec609ee + +------------------------------------------------------------------- +Tue Apr 30 12:04:09 CEST 2024 - tiwai@suse.de + +- PCI: Fix typos in docs and comments (stable-fixes). +- PCI: switchtec: Add support for PCIe Gen5 devices + (stable-fixes). +- PCI: switchtec: Use normal comment style (stable-fixes). +- PCI: Execute quirk_enable_clear_retrain_link() earlier + (stable-fixes). +- commit 9bba47f + +------------------------------------------------------------------- +Tue Apr 30 10:32:18 CEST 2024 - tzimmermann@suse.com + +- Edit "amdkfd: use calloc instead of kzalloc to avoid integer overflow" + Reference CVE and bug numbers. +- commit 267eec1 + +------------------------------------------------------------------- +Tue Apr 30 08:05:26 CEST 2024 - tiwai@suse.de + +- soc: qcom: pmic_glink_altmode: fix drm bridge use-after-free + (CVE-2024-26909 bsc#1223143). +- commit 043c9e0 + +------------------------------------------------------------------- +Tue Apr 30 03:05:11 CEST 2024 - neilb@suse.de + +- nfsd: use __fput_sync() to avoid delayed closing of files + (bsc#1223380 bsc#1217408). +- commit 36cb9bb + +------------------------------------------------------------------- +Mon Apr 29 16:52:11 CEST 2024 - msuchanek@suse.de + +- Update patches.suse/powerpc-pseries-vas-Hold-mmap_mutex-after-mmap-lock-.patch + (bsc#1012628 jsc#PED-542 git-fixes bsc#1213573 ltc#203238). +- commit 8328f6d + +------------------------------------------------------------------- +Mon Apr 29 16:35:19 CEST 2024 - nik.borisov@suse.com + +- x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378 CVE-2024-26674). +- commit 46190f1 + +------------------------------------------------------------------- +Mon Apr 29 16:21:23 CEST 2024 - iluceno@suse.de + +- ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958) +- commit 0b000e0 + +------------------------------------------------------------------- +Mon Apr 29 12:30:35 CEST 2024 - nik.borisov@suse.com + +- x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault() (bsc#1223202 CVE-2024-26906). +- commit 664e61f + +------------------------------------------------------------------- +Mon Apr 29 12:30:15 CEST 2024 - nik.borisov@suse.com + +- x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h (bsc#1223202 CVE-2024-26906). +- commit 28c59d1 + +------------------------------------------------------------------- +Mon Apr 29 11:25:07 CEST 2024 - nik.borisov@suse.com + +- x86/boot: Ignore relocations in .notes sections in walk_relocs() too (bsc#1222624 CVE-2024-26816). +- commit 3cc2b03 + +------------------------------------------------------------------- +Mon Apr 29 11:24:52 CEST 2024 - nik.borisov@suse.com + +- x86, relocs: Ignore relocations in .notes section (bsc#1222624 CVE-2024-26816). +- commit 16f8af3 + +------------------------------------------------------------------- +Mon Apr 29 11:23:39 CEST 2024 - osalvador@suse.de + +- mm: zswap: fix missing folio cleanup in writeback race path + (bsc#1223007 CVE-2024-26832). +- commit b985b2a + +------------------------------------------------------------------- +Mon Apr 29 11:02:19 CEST 2024 - osalvador@suse.de + +- mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone + index (bsc#1222615 CVE-2024-26783). +- commit 7fe5b26 + +------------------------------------------------------------------- +Mon Apr 29 10:41:48 CEST 2024 - jslaby@suse.cz + +- Update config files. Disable N_GSM (jsc#PED-8240). +- commit ae9b7c6 + +------------------------------------------------------------------- +Mon Apr 29 09:39:29 CEST 2024 - iivanov@suse.de + +- Update patches.suse/gpio-tegra186-Fix-tegra186_gpio_is_accessible-check.patch (git-fixes bsc#1223439) +- commit 02eb8a1 + +------------------------------------------------------------------- +Mon Apr 29 09:05:25 CEST 2024 - tiwai@suse.de + +- irqchip/gic-v3-its: Prevent double free on error (git-fixes). +- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on + GIC v4.1 (git-fixes). +- irqchip/armada-370-xp: Suppress unused-function warning + (git-fixes). +- irqchip/renesas-rzg2l: Prevent spurious interrupts when setting + trigger type (git-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Flush posted write in irq_eoi() + (git-fixes). +- irqchip/gic-v3-its: Do not assume vPE tables are preallocated + (git-fixes). +- irqchip/mbigen: Don't use bus_get_dev_root() to find the parent + (git-fixes). +- irqchip/renesas-rzg2l: Add macro to retrieve TITSR register + offset based on register's index (stable-fixes). +- irqchip/renesas-rzg2l: Implement restriction when writing ISCR + register (stable-fixes). +- commit 8e6882b + +------------------------------------------------------------------- +Sun Apr 28 09:56:05 CEST 2024 - tiwai@suse.de + +- i2c: smbus: fix NULL function pointer dereference (git-fixes). +- soundwire: amd: fix for wake interrupt handling for clockstop + mode (git-fixes). +- dmaengine: idxd: Fix oops during rmmod on single-CPU platforms + (git-fixes). +- dma: xilinx_dpdma: Fix locking (git-fixes). +- idma64: Don't try to serve interrupts when device is powered + off (git-fixes). +- dmaengine: tegra186: Fix residual calculation (git-fixes). +- dmaengine: owl: fix register access functions (git-fixes). +- phy: ti: tusb1210: Resolve charger-det crash if charger psy + is unregistered (git-fixes). +- phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). +- phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits + (git-fixes). +- phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). +- phy: freescale: imx8m-pcie: fix pcie link-up instability + (git-fixes). +- phy: marvell: a3700-comphy: Fix hardcoded array size + (git-fixes). +- phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). +- commit 900a00b + +------------------------------------------------------------------- +Sun Apr 28 09:41:15 CEST 2024 - tiwai@suse.de + +- selftests: kselftest: Mark functions that unconditionally call + exit() as __noreturn (git-fixes). +- commit f533a19 + +------------------------------------------------------------------- +Sun Apr 28 09:36:33 CEST 2024 - tiwai@suse.de + +- selftests/timers/posix_timers: Reimplement + check_timer_distribution() (git-fixes). +- commit d9f09cc + +------------------------------------------------------------------- +Sun Apr 28 09:30:51 CEST 2024 - tiwai@suse.de + +- USB: serial: option: add Telit FN920C04 rmnet compositions + (stable-fixes). +- USB: serial: option: add Rolling RW101-GL and RW135-GL support + (stable-fixes). +- USB: serial: option: add Lonsung U8300/U9300 product + (stable-fixes). +- USB: serial: option: add support for Fibocom FM650/FG650 + (stable-fixes). +- USB: serial: option: support Quectel EM060K sub-models + (stable-fixes). +- USB: serial: option: add Fibocom FM135-GL variants + (stable-fixes). +- thunderbolt: Avoid notify PM core about runtime PM resume + (stable-fixes). +- thunderbolt: Fix wake configurations after device unplug + (stable-fixes). +- usb: Disable USB3 LPM at shutdown (stable-fixes). +- usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb + ep transport error (stable-fixes). +- clk: Get runtime PM before walking tree for clk_summary + (git-fixes). +- clk: Get runtime PM before walking tree during disable_unused + (git-fixes). +- clk: Initialize struct clk_core kref earlier (stable-fixes). +- arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H + (git-fixes). +- drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). +- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes + (stable-fixes). +- selftests/ftrace: Limit length in subsystem-enable tests + (git-fixes). +- selftests: kselftest: Fix build failure with NOLIBC (git-fixes). +- selftests: timers: Fix abs() warning in posix_timers test + (git-fixes). +- selftests: timers: Fix posix_timers ksft_print_msg() warning + (git-fixes). +- drm/amd/display: Do not recursively call manual trigger + programming (stable-fixes). +- drm/i915: Disable live M/N updates when using bigjoiner + (stable-fixes). +- thunderbolt: Reset only non-USB4 host routers in resume + (git-fixes). +- thunderbolt: Make tb_switch_reset() support Thunderbolt 2, + 3 and USB4 routers (stable-fixes). +- thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). +- thunderbolt: Introduce tb_port_reset() (stable-fixes). +- ASoC: ti: Convert Pandora ASoC to GPIO descriptors + (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support + (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support + (stable-fixes). +- ALSA: scarlett2: Add correct product series name to messages + (stable-fixes). +- ALSA: scarlett2: Add support for Clarett 8Pre USB + (stable-fixes). +- ALSA: scarlett2: Move USB IDs out from device_info struct + (stable-fixes). +- ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). +- PCI: Simplify pcie_capability_clear_and_set_word() to + ..._clear_word() (stable-fixes). +- PCI/DPC: Use FIELD_GET() (stable-fixes). +- selftests: timers: Convert posix_timers test to generate KTAP + output (stable-fixes). +- clk: Show active consumers of clocks in debugfs (stable-fixes). +- commit 8adba5b + +------------------------------------------------------------------- +Sat Apr 27 09:41:01 CEST 2024 - tiwai@suse.de + +- Update patch reference for x86 p2sb fix (CVE-2024-26650 bsc#1222048) +- commit b68c2ef + +------------------------------------------------------------------- +Sat Apr 27 08:33:05 CEST 2024 - tiwai@suse.de + +- mmc: sdhci-msm: pervent access to suspended controller + (git-fixes). +- gpio: tangier: Use correct type for the IRQ chip data + (git-fixes). +- gpio: tegra186: Fix tegra186_gpio_is_accessible() check + (git-fixes). +- fbdev: fix incorrect address computation in deferred IO + (git-fixes). +- drm/gma500: Remove lid code (git-fixes). +- commit 783bf0e + +------------------------------------------------------------------- +Fri Apr 26 18:54:14 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add 246f80a0b17f8 ("sh: push-switch: Reorder cleanup operations to avoid use-after-free bug") +- commit 0fe9e4b + +------------------------------------------------------------------- +Fri Apr 26 12:38:44 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore xfrm_bpf_md_dst that depends on CONFIG_DEBUG_* (bsc#1223415) +- commit 689bcfa + +------------------------------------------------------------------- +Fri Apr 26 12:26:57 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: annotate data-races around msk->rmem_fwd_alloc + (git-fixes). +- commit a5d9cb6 + +------------------------------------------------------------------- +Fri Apr 26 12:25:26 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_forward_alloc + (git-fixes). +- commit bceb548 + +------------------------------------------------------------------- +Fri Apr 26 12:23:03 CEST 2024 - denis.kirjanov@suse.com + +- ipv4: annotate data-races around fi->fib_dead (git-fixes). +- commit f1e77d4 + +------------------------------------------------------------------- +Fri Apr 26 12:21:27 CEST 2024 - denis.kirjanov@suse.com + +- sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). +- commit 66bd390 + +------------------------------------------------------------------- +Fri Apr 26 12:19:43 CEST 2024 - denis.kirjanov@suse.com + +- net: annotate data-races around sk->sk_lingertime (git-fixes). +- commit 33a5ffc + +------------------------------------------------------------------- +Fri Apr 26 12:18:04 CEST 2024 - denis.kirjanov@suse.com + +- mptcp: Remove unnecessary test for __mptcp_init_sock() + (git-fixes). +- commit dfc1c14 + +------------------------------------------------------------------- +Fri Apr 26 12:15:52 CEST 2024 - denis.kirjanov@suse.com + +- idpf: fix kernel panic on unknown packet types (git-fixes). +- commit def5526 + +------------------------------------------------------------------- +Fri Apr 26 12:13:54 CEST 2024 - denis.kirjanov@suse.com + +- ice: fix enabling RX VLAN filtering (git-fixes). +- commit 3d7f5a8 + +------------------------------------------------------------------- +Fri Apr 26 12:12:26 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: sja1105: Fix parameters order in + sja1110_pcs_mdio_write_c45() (git-fixes). +- commit 9f9ee96 + +------------------------------------------------------------------- +Fri Apr 26 11:56:35 CEST 2024 - denis.kirjanov@suse.com + +- net: ravb: Always update error counters (git-fixes). +- commit 5d5deb7 + +------------------------------------------------------------------- +Fri Apr 26 11:55:09 CEST 2024 - denis.kirjanov@suse.com + +- net: ravb: Always process TX descriptor ring (git-fixes). +- commit 99798f7 + +------------------------------------------------------------------- +Fri Apr 26 11:53:42 CEST 2024 - denis.kirjanov@suse.com + +- net: stmmac: fix rx queue priority assignment (git-fixes). +- commit 3506dda + +------------------------------------------------------------------- +Fri Apr 26 11:52:14 CEST 2024 - denis.kirjanov@suse.com + +- net: fec: Set mac_managed_pm during probe (git-fixes). +- commit c315308 + +------------------------------------------------------------------- +Fri Apr 26 11:50:45 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Add array index check (git-fixes). +- commit 446ffd7 + +------------------------------------------------------------------- +Fri Apr 26 11:49:05 CEST 2024 - denis.kirjanov@suse.com + +- i40e: Fix VF MAC filter removal (git-fixes). +- commit fbb3a5f + +------------------------------------------------------------------- +Fri Apr 26 11:47:23 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: check negative error code in otx2_open() + (git-fixes). +- commit a7c7e4f + +------------------------------------------------------------------- +Fri Apr 26 11:45:50 CEST 2024 - denis.kirjanov@suse.com + +- i40e: fix vf may be used uninitialized in this function warning + (git-fixes). +- commit 80b3415 + +------------------------------------------------------------------- +Fri Apr 26 11:43:49 CEST 2024 - denis.kirjanov@suse.com + +- i40e: fix i40e_count_filters() to count only active/new filters + (git-fixes). +- commit 1870048 + +------------------------------------------------------------------- +Fri Apr 26 11:42:04 CEST 2024 - denis.kirjanov@suse.com + +- i40e: Enforce software interrupt during busy-poll exit + (git-fixes). +- commit 2c9264a + +------------------------------------------------------------------- +Fri Apr 26 10:59:56 CEST 2024 - tiwai@suse.de + +- wifi: mac80211: fix unaligned le16 access (git-fixes). +- wifi: mac80211: remove link before AP (git-fixes). +- wifi: mac80211_hwsim: init peer measurement result (git-fixes). +- wifi: nl80211: don't free NULL coalescing rule (git-fixes). +- wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd + (git-fixes). +- wifi: iwlwifi: mvm: remove old PASN station when adding a new + one (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev suspend + (git-fixes). +- Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE + (git-fixes). +- Bluetooth: btusb: Fix triggering coredump implementation for + QCA (git-fixes). +- net: usb: ax88179_178a: stop lying about skb->truesize + (git-fixes). +- ax25: Fix netdev refcount issue (git-fixes). +- NFC: trf7970a: disable all regulators on removal (git-fixes). +- HID: logitech-dj: allow mice to use all types of reports + (git-fixes). +- HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized + dev->devc (git-fixes). +- HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent + lock-up (git-fixes). +- commit 416e04c + +------------------------------------------------------------------- +Fri Apr 26 10:58:26 CEST 2024 - tiwai@suse.de + +- Move the upstreamed BT patch into sorted section +- commit aaffc85 + +------------------------------------------------------------------- +Fri Apr 26 10:51:33 CEST 2024 - tiwai@suse.de + +- Move the upstreamed BT fix patch to sorted section +- commit ab94ffe + +------------------------------------------------------------------- +Fri Apr 26 10:07:57 CEST 2024 - tiwai@suse.de + +- Update kabi files: updated for post-PublicRC +- commit f978f5f + +------------------------------------------------------------------- +Thu Apr 25 19:11:05 CEST 2024 - tiwai@suse.de + +- Update patch reference for PM devfreq fix (CVE-2023-52635 bsc#1222294) +- commit f099bed + +------------------------------------------------------------------- +Thu Apr 25 18:48:16 CEST 2024 - tiwai@suse.de + +- Update kabi files: fix for arm64/64kb flavor, too (bsc#1223357) +- commit 8ef0762 + +------------------------------------------------------------------- +Thu Apr 25 17:30:42 CEST 2024 - mkoutny@suse.com + +- Update + patches.suse/Bluetooth-btrtl-fix-out-of-bounds-memory-access.patch + (git-fixes CVE-2024-26890 bsc#1223192). +- Update + patches.suse/RDMA-mlx5-Fix-fortify-source-warning-while-accessing.patch + (jsc#PED-3311 CVE-2024-26907 bsc#1223203). +- Update + patches.suse/Revert-drm-amd-flush-any-delayed-gfxoff-on-suspend-e.patch + (git-fixes CVE-2024-26916 bsc#1223137). +- Update + patches.suse/crypto-xilinx-call-finalize-with-bh-disabled.patch + (git-fixes CVE-2024-26877 bsc#1223140). +- Update + patches.suse/dm-call-the-resume-method-on-internal-suspend-65e8.patch + (git-fixes CVE-2024-26880 bsc#1223188). +- Update + patches.suse/drm-amd-display-Fix-dcn35-8k30-Underflow-Corruption-.patch + (git-fixes CVE-2024-26913 bsc#1223204). +- Update + patches.suse/drm-amd-display-fix-incorrect-mpc_combine-array-size.patch + (git-fixes CVE-2024-26914 bsc#1223205). +- Update patches.suse/drm-amdgpu-Reset-IH-OVERFLOW_CLEAR-bit.patch + (git-fixes CVE-2024-26915 bsc#1223207). +- Update + patches.suse/firmware-arm_scmi-Fix-double-free-in-SMC-transport-c.patch + (git-fixes CVE-2024-26893 bsc#1223196). +- Update + patches.suse/net-tls-fix-use-after-free-with-partial-reads-and-as.patch + (bsc#1221858 CVE-2024-26582 bsc#1220214). +- Update + patches.suse/wifi-ath9k-delay-all-of-ath9k_wmi_event_tasklet-unti.patch + (git-fixes CVE-2024-26897 bsc#1223323). +- Update + patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch + (git-fixes CVE-2024-26892 bsc#1223195). +- Update + patches.suse/wifi-wilc1000-prevent-use-after-free-on-vif-when-cle.patch + (git-fixes CVE-2024-26895 bsc#1223197). +- commit d9b565f + +------------------------------------------------------------------- +Thu Apr 25 15:58:14 CEST 2024 - tiwai@suse.de + +- Fix missing CONFIG_SUSE_SUPPORTED for arm64/64kb flavor (bsc#1223357) +- commit 1c0959e + +------------------------------------------------------------------- +Thu Apr 25 15:30:10 CEST 2024 - denis.kirjanov@suse.com + +- mlxbf_gige: stop interface during shutdown (git-fixes). +- commit f770ea3 + +------------------------------------------------------------------- +Thu Apr 25 15:28:33 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Fix issue with loading coalesced KPU profiles + (git-fixes). +- commit 65682db + +------------------------------------------------------------------- +Thu Apr 25 15:26:44 CEST 2024 - denis.kirjanov@suse.com + +- e1000e: move force SMBUS from enable ulp function to avoid + PHY loss issue (git-fixes). +- commit af85d1c + +------------------------------------------------------------------- +Thu Apr 25 15:25:13 CEST 2024 - denis.kirjanov@suse.com + +- e1000e: Workaround for sporadic MDI error on Meteor Lake systems + (git-fixes). +- commit 8830724 + +------------------------------------------------------------------- +Thu Apr 25 15:23:43 CEST 2024 - denis.kirjanov@suse.com + +- Octeontx2-af: fix pause frame configuration in GMP mode + (git-fixes). +- commit 43722bd + +------------------------------------------------------------------- +Thu Apr 25 13:13:39 CEST 2024 - tiwai@suse.de + +- bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). +- commit e671e96 + +------------------------------------------------------------------- +Thu Apr 25 13:12:36 CEST 2024 - tiwai@suse.de + +- arm64: hibernate: Fix level3 translation fault in swsusp_save() + (git-fixes). +- bootconfig: use memblock_free_late to free xbc memory to buddy + (git-fixes). +- init/main.c: Fix potential static_command_line memory overflow + (git-fixes). +- gpiolib: swnode: Remove wrong header inclusion (git-fixes). +- ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). +- ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). +- i2c: pxa: hide unused icr_bits[] variable (git-fixes). +- driver core: Introduce device_link_wait_removal() + (stable-fixes). +- ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). +- init: open /initrd.image with O_LARGEFILE (stable-fixes). +- Fix build errors due to new UIO_MEM_DMA_COHERENT mess + (git-fixes). +- ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). +- ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE + (git-fixes). +- kexec: do syscore_shutdown() in kernel_kexec (git-fixes). +- PM / devfreq: Synchronize devfreq_monitor_[start/stop] + (stable-fixes). +- ida: make 'ida_dump' static (git-fixes). +- asm-generic: make sparse happy with odd-sized put_unaligned_*() + (stable-fixes). +- ARM: imx: Check return value of devm_kasprintf in + imx_mmdc_perf_init (git-fixes). +- bootmem: use kmemleak_free_part_phys in put_page_bootmem + (git-fixes). +- commit b6327c9 + +------------------------------------------------------------------- +Thu Apr 25 12:02:42 CEST 2024 - jlee@suse.com + +- Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing + Adv Monitor (bsc#1219216). +- commit 81c5485 + +------------------------------------------------------------------- +Thu Apr 25 11:44:57 CEST 2024 - tiwai@suse.de + +- crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). +- crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). +- commit 9af2745 + +------------------------------------------------------------------- +Thu Apr 25 11:34:09 CEST 2024 - tiwai@suse.de + +- lsm: fix the logic in security_inode_getsecctx() (git-fixes). +- commit 9f85f33 + +------------------------------------------------------------------- +Thu Apr 25 09:38:22 CEST 2024 - msuchanek@suse.de + +- PCI: rpaphp: Error out on busy status from get-sensor-state + (bsc#1223369 ltc#205888). +- commit 03aecd7 + +------------------------------------------------------------------- +Wed Apr 24 08:16:47 CEST 2024 - tiwai@suse.de + +- Update ath11k suspend patches from the latest subsystem tree (bsc#1207948). +- commit caea96a + +------------------------------------------------------------------- +Wed Apr 24 05:52:04 CEST 2024 - shung-hsi.yu@suse.com + +- bpf: Fix stackmap overflow check on 32-bit arches (bsc#1223035 + CVE-2024-26883). +- bpf: Fix hashtab overflow check on 32-bit arches (bsc#1223189 + CVE-2024-26884). +- bpf: Fix DEVMAP_HASH overflow check on 32-bit arches + (bsc#1223190 CVE-2024-26885). +- commit 98fad20 + +------------------------------------------------------------------- +Wed Apr 24 05:28:02 CEST 2024 - shung-hsi.yu@suse.com + +- kABI: bpf: struct xsk_buff_pool kABI workaround (bsc#1221303 + CVE-2024-26611). +- commit 764f7c3 + +------------------------------------------------------------------- +Tue Apr 23 17:29:15 CEST 2024 - lduncan@suse.com + +- Update + patches.suse/scsi-target-pscsi-Fix-bio_put-for-error-case.patch + (bsc#1222596 cve-2024-26760), fixng CVE number. +- commit 10886ae + +------------------------------------------------------------------- +Tue Apr 23 08:51:08 CEST 2024 - msuchanek@suse.de + +- powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt + (bsc#1221645 ltc#205739 bsc#1223191). +- commit da2d8d3 + +------------------------------------------------------------------- +Mon Apr 22 18:17:45 CEST 2024 - tiwai@suse.de + +- Move out-of-tree powerpc patch to the right section +- commit ff83284 + +------------------------------------------------------------------- +Mon Apr 22 15:14:07 CEST 2024 - denis.kirjanov@suse.com + +- ice: use relative VSI index for VFs instead of PF VSI number + (git-fixes). +- commit 271fd81 + +------------------------------------------------------------------- +Mon Apr 22 15:12:05 CEST 2024 - denis.kirjanov@suse.com + +- e1000e: Minor flow correction in e1000_shutdown function + (git-fixes). +- commit cc5b32c + +------------------------------------------------------------------- +Mon Apr 22 15:10:13 CEST 2024 - denis.kirjanov@suse.com + +- net: pcs: xpcs: Return EINVAL in the internal methods + (git-fixes). +- commit 9b19312 + +------------------------------------------------------------------- +Mon Apr 22 15:07:47 CEST 2024 - denis.kirjanov@suse.com + +- net: ip_tunnel: make sure to pull inner header in + ip_tunnel_rcv() (git-fixes CVE-2024-26882 bsc#1223034). +- commit c42f011 + +------------------------------------------------------------------- +Mon Apr 22 15:06:54 CEST 2024 - denis.kirjanov@suse.com + +- ionic: set adminq irq affinity (git-fixes). +- commit 7862c8a + +------------------------------------------------------------------- +Mon Apr 22 15:04:55 CEST 2024 - denis.kirjanov@suse.com + +- net: add netdev_lockdep_set_classes() to virtual drivers + (git-fixes). +- commit a8ebc57 + +------------------------------------------------------------------- +Mon Apr 22 15:03:00 CEST 2024 - denis.kirjanov@suse.com + +- net: ravb: Let IP-specific receive function to interrogate + descriptors (git-fixes). +- commit d6b522e + +------------------------------------------------------------------- +Mon Apr 22 13:55:02 CEST 2024 - nik.borisov@suse.com + +- x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ (git-fixes). +- commit a29a0e4 + +------------------------------------------------------------------- +Mon Apr 22 13:54:41 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix BHI retpoline check (git-fixes). +- commit 00081b1 + +------------------------------------------------------------------- +Mon Apr 22 13:53:35 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Blacklist spurious patch +- commit 14b3e73 + +------------------------------------------------------------------- +Mon Apr 22 08:45:08 CEST 2024 - msuchanek@suse.de + +- selftests/powerpc/papr-vpd: Fix missing variable initialization + (jsc#PED-4486 git-fixes). +- commit 8847657 + +------------------------------------------------------------------- +Mon Apr 22 08:40:46 CEST 2024 - msuchanek@suse.de + +- Rename patches.suse/Workaround-broken-chacha-crypto-fallback.patch to + patches.suse/powerpc-crypto-chacha-p10-Fix-failure-on-non-Power10.patch. +- commit de47fb9 + +------------------------------------------------------------------- +Mon Apr 22 07:20:24 CEST 2024 - tiwai@suse.de + +- peci: linux/peci.h: fix Excess kernel-doc description warning + (git-fixes). +- comedi: vmk80xx: fix incomplete endpoint checking (git-fixes). +- mei: me: disable RPL-S on SPS and IGN firmwares (git-fixes). +- speakup: Avoid crash on very long word (git-fixes). +- serial: stm32: Reset .throttled state in .startup() (git-fixes). +- serial/pmac_zilog: Remove flawed mitigation for rx irq flood + (git-fixes). +- serial: mxs-auart: add spinlock around changing cts state + (git-fixes). +- serial: 8250_dw: Revert: Do not reclock if already at correct + rate (git-fixes). +- Revert "usb: cdc-wdm: close race between read and workqueue" + (git-fixes). +- thunderbolt: Do not create DisplayPort tunnels on adapters of + the same router (git-fixes). +- usb: dwc2: host: Fix dereference issue in DDMA completion flow + (git-fixes). +- usb: typec: tcpm: Correct the PDO counting in pd_set + (git-fixes). +- usb: typec: ucsi: Fix connector check on init (git-fixes). +- usb: xhci: correct return value in case of STS_HCE (git-fixes). +- commit 1d56577 + +------------------------------------------------------------------- +Sun Apr 21 08:37:04 CEST 2024 - tiwai@suse.de + +- clk: mediatek: Do a runtime PM get on controllers during probe + (git-fixes). +- clk: Remove prepare_lock hold assertion in __clk_release() + (git-fixes). +- commit 78e7847 + +------------------------------------------------------------------- +Sun Apr 21 00:31:42 CEST 2024 - lduncan@suse.com + +- scsi: sg: Avoid race in error handling & drop bogus warn + (git-fixes). +- commit 855ebc6 + +------------------------------------------------------------------- +Sat Apr 20 18:13:16 CEST 2024 - tiwai@suse.de + +- Bluetooth: MGMT: Fix failing to + MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (bsc#1221504). +- commit 8ea8f78 + +------------------------------------------------------------------- +Sat Apr 20 08:42:14 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with + ALC269VC (stable-fixes). +- ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N + (stable-fixes). +- ALSA: hda/realtek: Fixes for Asus GU605M and GA403U sound + (stable-fixes). +- ALSA: hda/tas2781: Add new vendor_id and subsystem_id to + support ThinkPad ICE-1 (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP SnowWhite laptops + (stable-fixes). +- commit 2244c24 + +------------------------------------------------------------------- +Sat Apr 20 08:38:21 CEST 2024 - tiwai@suse.de + +- ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages + (git-fixes). +- ALSA: hda/realtek: Fix volumn control of ThinkBook 16P Gen4 + (git-fixes). +- ALSA: hda/tas2781: correct the register for pow calibrated data + (git-fixes). +- drm/panel: visionox-rm69299: don't unregister DSI device + (git-fixes). +- drm/vmwgfx: Sort primary plane formats by order of preference + (git-fixes). +- drm/vmwgfx: Fix crtc's atomic check conditional (git-fixes). +- drm/vmwgfx: Fix prime import/export (git-fixes). +- drm/ttm: stop pooling cached NUMA pages v2 (git-fixes). +- drm: nv04: Fix out of bounds access (git-fixes). +- nouveau: fix instmem race condition around ptr stores + (git-fixes). +- drm/amdgpu: fix visible VRAM handling during faults (git-fixes). +- drm/amdgpu: validate the parameters of bo mapping operations + more clearly (git-fixes). +- Revert "drm/amd/display: fix USB-C flag update after enc10 + feature init" (stable-fixes). +- drm/amdkfd: Fix memory leak in create_process failure + (git-fixes). +- drm/amdgpu: remove invalid resource->start check v2 (git-fixes). +- nilfs2: fix OOB in nilfs_set_de_type (git-fixes). +- commit de35710 + +------------------------------------------------------------------- +Fri Apr 19 21:07:04 CEST 2024 - tonyj@suse.de + +- blacklist.conf: kill erroneous blank line added by 58324b9ff787 +- commit abcb85f + +------------------------------------------------------------------- +Fri Apr 19 19:47:40 CEST 2024 - lduncan@suse.com + +- blacklist.conf: add 3 commits to be skipped + One is a configuration change for an unused options, and + two are for SCSI structure changes that breaks kabi. +- commit c143746 + +------------------------------------------------------------------- +Fri Apr 19 18:37:34 CEST 2024 - lduncan@suse.com + +- scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() + (git-fixes). +- scsi: hisi_sas: Modify the deadline for ata_wait_after_reset() + (git-fixes). +- scsi: sd: Unregister device if device_add_disk() failed in + sd_probe() (git-fixes). +- scsi: mylex: Fix sysfs buffer lengths (git-fixes). +- scsi: core: Fix unremoved procfs host directory regression + (git-fixes). +- scsi: sg: Avoid sg device teardown race (git-fixes). +- scsi: libsas: Fix disk not being scanned in after being removed + (git-fixes). +- scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type() + (git-fixes). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn + (git-fixes). +- scsi: csiostor: Avoid function pointer casts (git-fixes). +- scsi: mpt3sas: Prevent sending diag_reset when the controller + is ready (git-fixes). +- scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports() + (git-fixes). +- scsi: smartpqi: Fix disable_managed_interrupts (git-fixes). +- scsi: core: Consult supported VPD page list prior to fetching + page (git-fixes). +- commit 8d33038 + +------------------------------------------------------------------- +Fri Apr 19 17:37:43 CEST 2024 - tiwai@suse.de + +- pmdomain: mediatek: fix race conditions with genpd + (CVE-2023-52645 bsc#1223033). +- commit c2656fd + +------------------------------------------------------------------- +Fri Apr 19 17:36:44 CEST 2024 - tiwai@suse.de + +- Delete patches.suse/modpost-Add-.ltext-and-.ltext.-to-TEXT_SECTIONS.patch + This caused an overflow of the table as we haven't taken other earlier + changes. Drop it for now. +- commit bc7d928 + +------------------------------------------------------------------- +Fri Apr 19 16:44:36 CEST 2024 - colyli@suse.de + +- block: Fix WARNING in _copy_from_iter (bsc#1223015, + CVE-2024-26844). +- commit a5a381a + +------------------------------------------------------------------- +Fri Apr 19 15:44:52 CEST 2024 - tiwai@suse.de + +- platform/x86: think-lmi: Fix password opcode ordering for + workstations (CVE-2024-26836 bsc#1222968). +- platform/x86: think-lmi: Enable opcode support on BIOS settings + (CVE-2024-26836 bsc#1222968). +- commit a97b715 + +------------------------------------------------------------------- +Fri Apr 19 14:38:06 CEST 2024 - denis.kirjanov@suse.com + +- net: tcp: fix unexcepted socket die when snd_wnd is 0 + (git-fixes). +- commit e8c290a + +------------------------------------------------------------------- +Fri Apr 19 14:35:34 CEST 2024 - denis.kirjanov@suse.com + +- net: Use sockaddr_storage for getsockopt(SO_PEERNAME) + (git-fixes). +- commit 0bf4249 + +------------------------------------------------------------------- +Fri Apr 19 14:33:22 CEST 2024 - denis.kirjanov@suse.com + +- nf_conntrack: fix -Wunused-const-variable= (git-fixes). +- commit 771e185 + +------------------------------------------------------------------- +Fri Apr 19 14:31:05 CEST 2024 - denis.kirjanov@suse.com + +- net: NSH: fix kernel-doc notation warning (git-fixes). +- commit ab89a9e + +------------------------------------------------------------------- +Fri Apr 19 14:28:13 CEST 2024 - denis.kirjanov@suse.com + +- net: llc: fix kernel-doc notation warnings (git-fixes). +- commit a9e21ce + +------------------------------------------------------------------- +Fri Apr 19 14:25:10 CEST 2024 - denis.kirjanov@suse.com + +- inet: frags: eliminate kernel-doc warning (git-fixes). +- commit 3d5b832 + +------------------------------------------------------------------- +Fri Apr 19 14:03:12 CEST 2024 - denis.kirjanov@suse.com + +- net: cfg802154: fix kernel-doc notation warnings (git-fixes). +- commit f9d49a1 + +------------------------------------------------------------------- +Fri Apr 19 13:59:44 CEST 2024 - denis.kirjanov@suse.com + +- net: bonding: remove kernel-doc comment marker (git-fixes). +- commit b25069a + +------------------------------------------------------------------- +Fri Apr 19 13:57:45 CEST 2024 - denis.kirjanov@suse.com + +- net: phy: phy_device: Prevent nullptr exceptions on ISR + (git-fixes). +- commit da73105 + +------------------------------------------------------------------- +Fri Apr 19 13:55:44 CEST 2024 - denis.kirjanov@suse.com + +- net: stmmac: dwmac-starfive: Add support for JH7100 SoC + (git-fixes). +- commit 644ea8f + +------------------------------------------------------------------- +Fri Apr 19 13:53:29 CEST 2024 - denis.kirjanov@suse.com + +- bnx2x: Fix firmware version string character counts (git-fixes). +- commit b005933 + +------------------------------------------------------------------- +Fri Apr 19 13:51:38 CEST 2024 - denis.kirjanov@suse.com + +- net: sparx5: Fix use after free inside sparx5_del_mact_entry + (git-fixes). +- commit 3b59a03 + +------------------------------------------------------------------- +Fri Apr 19 13:32:18 CEST 2024 - tiwai@suse.de + +- Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks + in amdgpu_device_init()" (stable-fixes). +- commit f7f3760 + +------------------------------------------------------------------- +Fri Apr 19 13:30:16 CEST 2024 - tiwai@suse.de + +- usb: typec: ucsi: Limit read size on v1.2 (stable-fixes). +- Refresh + patches.suse/usb-typec-ucsi-Update-connector-cap-and-status.patch. +- commit e357444 + +------------------------------------------------------------------- +Fri Apr 19 13:28:57 CEST 2024 - tiwai@suse.de + +- wifi: mt76: mt7996: add locking for accessing mapped registers + (stable-fixes). +- commit ac66d90 + +------------------------------------------------------------------- +Fri Apr 19 13:27:03 CEST 2024 - tiwai@suse.de + +- net: usb: ax88179_178a: avoid writing the mac address before + first reading (git-fixes). +- random: handle creditable entropy from atomic process context + (git-fixes). +- firmware: arm_scmi: Make raw debugfs entries non-seekable + (git-fixes). +- mmc: omap: restore original power up/down steps (git-fixes). +- mmc: omap: fix deferred probe (git-fixes). +- mmc: omap: fix broken slot switch lookup (git-fixes). +- nouveau: fix function cast warning (git-fixes). +- PM: s2idle: Make sure CPUs will wakeup directly on resume + (git-fixes). +- platform/chrome: cros_ec_uart: properly fix race condition + (git-fixes). +- platform/x86: intel-vbtn: Update tablet mode switch at end of + probe (git-fixes). +- nouveau: fix devinit paths to only handle display on GSP + (git-fixes). +- gpio: cdev: fix missed label sanitizing in debounce_setup() + (git-fixes). +- gpio: cdev: check for NULL labels when sanitizing them for irqs + (git-fixes). +- gpio: cdev: sanitize the label before requesting the interrupt + (stable-fixes). +- usb: sl811-hcd: only defined function checkdone if QUIRK2 is + defined (stable-fixes). +- usb: typec: tcpci: add generic tcpci fallback compatible + (stable-fixes). +- usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR + (stable-fixes). +- thermal/of: Assume polling-delay(-passive) 0 when absent + (stable-fixes). +- Input: xpad - add support for Snakebyte GAMEPADs (stable-fixes). +- Input: imagis - use FIELD_GET where applicable (stable-fixes). +- input/touchscreen: imagis: Correct the maximum touch area value + (stable-fixes). +- Input: synaptics-rmi4 - fail probing if memory allocation for + "phys" fails (stable-fixes). +- media: sta2x11: fix irq handler cast (stable-fixes). +- media: cec: core: remove length check of Timer Status + (stable-fixes). +- PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge + (stable-fixes). +- platform/x86: touchscreen_dmi: Add an extra entry for a variant + of the Chuwi Vi8 tablet (stable-fixes). +- Input: allocate keycode for Display refresh rate toggle + (stable-fixes). +- pinctrl: renesas: checker: Limit cfg reg enum checks to provided + IDs (stable-fixes). +- HID: input: avoid polling stylus battery on Chromebook Pompom + (stable-fixes). +- wifi: cfg80211: check A-MSDU format more carefully + (stable-fixes). +- wifi: mt76: mt7996: disable AMSDU for non-data frames + (stable-fixes). +- wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro + (stable-fixes). +- wifi: iwlwifi: pcie: Add the PCI device id for new hardware + (stable-fixes). +- wifi: rtw89: pci: enlarge RX DMA buffer to consider size of + RX descriptor (stable-fixes). +- wifi: ath9k: fix LNA selection in ath_ant_try_scan() + (stable-fixes). +- net: phy: phy_device: Prevent nullptr exceptions on ISR + (stable-fixes). +- wifi: rtw89: fix null pointer access when abort scan + (stable-fixes). +- overflow: Allow non-type arg to type_max() and type_min() + (stable-fixes). +- pstore/zone: Add a null pointer check to the psz_kmsg_read + (stable-fixes). +- modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS + (stable-fixes). +- commit 7321185 + +------------------------------------------------------------------- +Fri Apr 19 13:20:06 CEST 2024 - tiwai@suse.de + +- drm/msm/dp: fix typo in dp_display_handle_port_status_changed() + (git-fixes). +- drm/msm/dpu: make error messages at + dpu_core_irq_register_callback() more sensible (git-fixes). +- drm/msm/dpu: don't allow overriding data from catalog + (git-fixes). +- drm/msm: Add newlines to some debug prints (git-fixes). +- drm/vmwgfx: Enable DMA mappings with SEV (git-fixes). +- drm/client: Fully protect modes[] with dev->mode_config.mutex + (stable-fixes). +- Revert "drm/qxl: simplify qxl_fence_wait" (git-fixes). +- drm/ast: Fix soft lockup (git-fixes). +- drm/panfrost: Fix the error path in + panfrost_mmu_map_fault_addr() (git-fixes). +- drm/amd/display: Set VSC SDP Colorimetry same way for MST and + SST (stable-fixes). +- drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= + 1.4 (stable-fixes). +- drm/amd/display: fix disable otg wa logic in DCN316 + (stable-fixes). +- drm/amdgpu: fix incorrect number of active RBs for gfx11 + (stable-fixes). +- drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 + (stable-fixes). +- drm/amdgpu: Reset dGPU if suspend got aborted (stable-fixes). +- drm/amdgpu: always force full reset for SOC21 (stable-fixes). +- drm/amdkfd: Reset GPU on queue preemption failure + (stable-fixes). +- drm/i915/vrr: Disable VRR when using bigjoiner (stable-fixes). +- drm/i915: Disable port sync when bigjoiner is used + (stable-fixes). +- drm/i915/cdclk: Fix CDCLK programming order when pipes are + active (git-fixes). +- drm/i915: Pre-populate the cursor physical dma address + (git-fixes). +- fbmon: prevent division by zero in fb_videomode_from_videomode() + (stable-fixes). +- fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 + (stable-fixes). +- drm/amd/amdgpu: Fix potential ioremap() memory leaks in + amdgpu_device_init() (stable-fixes). +- drm/amd/display: Fix nanosec stat overflow (stable-fixes). +- drm: Check polling initialized before enabling in + drm_helper_probe_single_connector_modes (stable-fixes). +- drm: Check output polling initialized before disabling + (stable-fixes). +- drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for GPD Win Mini + (stable-fixes). +- firmware: tegra: bpmp: Return directly after a failed kzalloc() + in get_filename() (stable-fixes). +- commit 2efe82e + +------------------------------------------------------------------- +Fri Apr 19 13:12:20 CEST 2024 - tiwai@suse.de + +- ata: libata-core: Allow command duration limits detection for + ACS-4 drives (git-fixes). +- amdkfd: use calloc instead of kzalloc to avoid integer overflow + (stable-fixes). +- accel/ivpu: Fix deadlock in context_xa (git-fixes). +- ACPI: scan: Do not increase dep_unmet for already met + dependencies (git-fixes). +- Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED + bit (git-fixes). +- Bluetooth: hci_sock: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: L2CAP: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: RFCOMM: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: SCO: Fix not validating setsockopt user input + (git-fixes). +- Bluetooth: Fix memory leak in hci_req_sync_complete() + (git-fixes). +- Bluetooth: hci_sync: Fix using the same interval and window + for Coded PHY (git-fixes). +- Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset + (git-fixes). +- batman-adv: Avoid infinite loop trying to resize local TT + (git-fixes). +- Bluetooth: hci_event: set the conn encrypted before conn + establishes (stable-fixes). +- ASoC: soc-core.c: Skip dummy codec when adding platforms + (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE + (stable-fixes). +- ASoC: Intel: avs: Populate board selection with new I2S entries + (stable-fixes). +- ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 + (LAPRC710) laptops (stable-fixes). +- ASoC: SOF: amd: Optimize quirk for Valve Galileo (stable-fixes). +- ALSA: firewire-lib: handle quirk to calculate payload quadlets + as data block counter (stable-fixes). +- Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle + by default" (stable-fixes). +- drm/vc4: don't check if plane->state->fb == state->fb + (stable-fixes). +- ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of + CONFIG_X86_ANDROID_TABLETS (stable-fixes). +- Bluetooth: ISO: Align broadcast sync_timeout with connection + timeout (stable-fixes). +- Bluetooth: Add new quirk for broken read key length on ATS2851 + (stable-fixes). +- Bluetooth: hci_sync: Use QoS to determine which PHY to scan + (stable-fixes). +- Bluetooth: btintel: Fixe build regression (git-fixes). +- Bluetooth: btintel: Fix null ptr deref in btintel_read_version + (stable-fixes). +- drm/i915/display: Use i915_gem_object_get_dma_address to get + dma address (stable-fixes). +- commit 79cdb13 + +------------------------------------------------------------------- +Fri Apr 19 12:55:05 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/stmmac-Clear-variable-when-destroying-workqueue.patch + (git-fixes CVE-2024-26802 bsc#1222799). +- commit a49cc37 + +------------------------------------------------------------------- +Fri Apr 19 12:24:47 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/0001-fs-hugetlb-fix-NULL-pointer-dereference-in-hugetlbs_.patch + (bsc#1219264 CVE-2024-0841 CVE-2024-26688 bsc#1222482). +- Update + patches.suse/0002-iommu-vt-d-Don-t-issue-ATS-Invalidation-request-when.patch + (git-fixes CVE-2024-26891 bsc#1223037). +- Update + patches.suse/ACPI-processor_idle-Fix-memory-leak-in-acpi_processo.patch + (git-fixes CVE-2024-26894 bsc#1223043). +- Update + patches.suse/ASoC-qcom-Fix-uninitialized-pointer-dmactl.patch + (git-fixes CVE-2024-26799 bsc#1222415). +- Update + patches.suse/Bluetooth-Avoid-potential-use-after-free-in-hci_erro.patch + (git-fixes CVE-2024-26801 bsc#1222413). +- Update patches.suse/Bluetooth-af_bluetooth-Fix-deadlock.patch + (git-fixes CVE-2024-26886 bsc#1223044). +- Update + patches.suse/IB-hfi1-Fix-a-memleak-in-init_credit_return.patch + (git-fixes CVE-2024-26839 bsc#1222975). +- Update + patches.suse/RDMA-irdma-Fix-KASAN-issue-with-tasklet.patch + (git-fixes CVE-2024-26838 bsc#1222974). +- Update + patches.suse/RDMA-srpt-Do-not-register-event-handler-until-srpt-d.patch + (git-fixes CVE-2024-26872 bsc#1223115). +- Update + patches.suse/afs-Fix-endless-loop-in-directory-parsing.patch + (git-fixes CVE-2024-26848 bsc#1223030). +- Update + patches.suse/afs-Increase-buffer-size-in-afs_update_volume_status.patch + (git-fixes CVE-2024-26736 bsc#1222586). +- Update + patches.suse/btrfs-fix-double-free-of-anonymous-device-after-snap.patch + (bsc#1219126 CVE-2024-23850 CVE-2024-26792 bsc#1222430). +- Update + patches.suse/cachefiles-fix-memory-leak-in-cachefiles_add_cache.patch + (bsc#1220265 CVE-2024-26840 bsc#1222976). +- Update + patches.suse/ceph-prevent-use-after-free-in-encode_cap_msg.patch + (bsc#1221391 CVE-2024-26689 bsc#1222503). +- Update + patches.suse/clk-meson-Add-missing-clocks-to-axg_clk_regmaps.patch + (git-fixes CVE-2024-26879 bsc#1223066). +- Update + patches.suse/crypto-algif_hash-Remove-bogus-SGL-free-on-zero-leng.patch + (git-fixes CVE-2024-26824 bsc#1223081). +- Update + patches.suse/dmaengine-fsl-qdma-init-irq-after-reg-initialization.patch + (git-fixes CVE-2024-26788 bsc#1222783). +- Update + patches.suse/dmaengine-idxd-Ensure-safe-user-copy-of-completion-r.patch + (bsc#1221428 git-fixes CVE-2024-26746 bsc#1222444). +- Update + patches.suse/drm-amd-display-Fix-MST-Null-Ptr-for-RV.patch + (git-fixes CVE-2024-26700 bsc#1222870). +- Update + patches.suse/drm-amd-display-Fix-memory-leak-in-dm_sw_fini.patch + (git-fixes CVE-2024-26833 bsc#1223036). +- Update + patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch + (git-fixes CVE-2024-26729 bsc#1222552). +- Update + patches.suse/drm-amd-display-Prevent-potential-buffer-overflow-in.patch + (git-fixes CVE-2024-26797 bsc#1222425). +- Update + patches.suse/drm-bridge-adv7511-fix-crash-on-irq-during-probe.patch + (git-fixes CVE-2024-26876 bsc#1223119). +- Update + patches.suse/drm-buddy-Fix-alloc_range-error-handling-code.patch + (git-fixes CVE-2024-26911 bsc#1223055). +- Update + patches.suse/drm-mediatek-Fix-a-null-pointer-crash-in-mtk_drm_crt.patch + (git-fixes CVE-2024-26874 bsc#1223048). +- Update + patches.suse/drm-nouveau-fix-several-DMA-buffer-leaks.patch + (git-fixes CVE-2024-26912 bsc#1223064). +- Update + patches.suse/efi-runtime-Fix-potential-overflow-of-soft-reserved-.patch + (git-fixes CVE-2024-26843 bsc#1223014). +- Update + patches.suse/fbcon-always-restore-the-old-font-data-in-fbcon_do_s.patch + (git-fixes CVE-2024-26798 bsc#1222798). +- Update + patches.suse/i40e-Do-not-allow-untrusted-VF-to-remove-administrat.patch + (git-fixes CVE-2024-26830 bsc#1223012). +- Update + patches.suse/iio-adc-ad4130-zero-initialize-clock-init-data.patch + (git-fixes CVE-2024-26711 bsc#1222420). +- Update + patches.suse/md-Don-t-suspend-the-array-for-interrupted-reshape-9e46.patch + (git-fixes CVE-2024-26755 bsc#1222529). +- Update patches.suse/media-ir_toy-fix-a-memleak-in-irtoy_tx.patch + (git-fixes CVE-2024-26829 bsc#1223027). +- Update + patches.suse/media-pvrusb2-fix-uaf-in-pvr2_context_set_notify.patch + (git-fixes CVE-2024-26875 bsc#1223118). +- Update + patches.suse/msft-hv-2942-hv_netvsc-Register-VF-in-netvsc_probe-if-NET_DEVICE_.patch + (git-fixes CVE-2024-26820 bsc#1223078). +- Update + patches.suse/net-bnx2x-Prevent-access-to-a-freed-page-in-page_poo.patch + (bsc#1215322 CVE-2024-26859 bsc#1223049). +- Update + patches.suse/net-veth-clear-GRO-when-clearing-XDP-even-when-down.patch + (git-fixes CVE-2024-26803 bsc#1222788). +- Update + patches.suse/nfc-nci-free-rx_data_reassembly-skb-on-NCI-device-cl.patch + (git-fixes CVE-2024-26825 bsc#1223065). +- Update + patches.suse/nilfs2-fix-data-corruption-in-dsync-block-recovery-f.patch + (git-fixes CVE-2024-26697 bsc#1222550). +- Update + patches.suse/nilfs2-fix-hang-in-nilfs_lookup_dirty_data_buffers.patch + (git-fixes CVE-2024-26696 bsc#1222549). +- Update + patches.suse/powerpc-iommu-Fix-the-missing-iommu_group_put-during.patch + (jsc#PED-7779 jsc#PED-7780 git-fixes CVE-2024-26709 + bsc#1222418). +- Update + patches.suse/powerpc-kasan-Limit-KASAN-thread-size-increase-to-32.patch + (bsc#1215199 CVE-2024-26710 bsc#1222419). +- Update + patches.suse/powerpc-pseries-iommu-DLPAR-add-doesn-t-completely-i.patch + (bsc#1215199 bsc#1219077 ltc#204477 CVE-2024-26738 bsc#1222607). +- Update + patches.suse/powerpc-rtas-use-correct-function-name-for-resetting.patch + (bsc#1215199 CVE-2024-26847 bsc#1223026). +- Update patches.suse/ppp_async-limit-MRU-to-64K.patch (git-fixes + CVE-2024-26675 bsc#1222379). +- Update + patches.suse/scsi-Revert-scsi-fcoe-Fix-potential-deadlock-on-fip-ctlr_lock.patch + (git-fixes bsc#1219141 CVE-2024-26917 bsc#1223056). +- Update + patches.suse/wifi-iwlwifi-mvm-fix-a-crash-when-we-run-out-of-stat.patch + (git-fixes CVE-2024-26693 bsc#1222451). +- Update + patches.suse/wifi-mac80211-fix-race-condition-on-enabling-fast-xm.patch + (git-fixes CVE-2024-26779 bsc#1222772). +- Update + patches.suse/wifi-wfx-fix-memory-leak-when-starting-AP.patch + (git-fixes CVE-2024-26896 bsc#1223042). +- Update + patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch + (git-fixes CVE-2024-26687 bsc#1222435). +- commit a69636a + +------------------------------------------------------------------- +Fri Apr 19 12:24:39 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/iio-core-fix-memleak-in-iio_device_register_sysfs.patch + (git-fixes CVE-2023-52643 bsc#1222960). +- Update + patches.suse/media-rc-bpf-attach-detach-requires-write-permission.patch + (git-fixes CVE-2023-52642 bsc#1223031). +- Update + patches.suse/wifi-b43-Stop-wake-correct-queue-in-DMA-Tx-path-when.patch + (git-fixes CVE-2023-52644 bsc#1222961). +- commit 2c2d37f + +------------------------------------------------------------------- +Fri Apr 19 11:19:08 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/wifi-mac80211-fix-race-condition-on-enabling-fast-xm.patch + (git-fixes CVE-2024-26779 bsc#1222772). +- commit 463d6dd + +------------------------------------------------------------------- +Fri Apr 19 10:26:17 CEST 2024 - tiwai@suse.de + +- Update patch reference of iio fix (CVE-2024-26702 bsc#1222424) +- commit 9436142 + +------------------------------------------------------------------- +Fri Apr 19 10:02:39 CEST 2024 - tiwai@suse.de + +- Update patch reference for interconnect patch (CVE-2024-26714 bsc#1222489) +- commit 773fbda + +------------------------------------------------------------------- +Thu Apr 18 18:09:21 CEST 2024 - jack@suse.cz + +- ext4: regenerate buddy after block freeing failed if under fc + replay (bsc#1220342 CVE-2024-26601). +- commit fec1ddc + +------------------------------------------------------------------- +Thu Apr 18 10:59:11 CEST 2024 - hare@suse.de + +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS + (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: don't skip over different type records from the rx_list + (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA + (bsc#1221858). +- tls: break out of main loop when PEEK gets a non-data record + (bsc#1221858). +- net: tls: fix returned read length with async decrypt + (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async + (bsc#1221858). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS + (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: don't skip over different type records from the rx_list + (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA + (bsc#1221858). +- tls: break out of main loop when PEEK gets a non-data record + (bsc#1221858). +- net: tls: fix returned read length with async decrypt + (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async + (bsc#1221858). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- commit 9d8d293 + +------------------------------------------------------------------- +Thu Apr 18 10:56:05 CEST 2024 - hare@suse.de + +- Refresh + patches.suse/nvme-keyring-restrict-match-length-for-version-1-ide.patch. +- commit da3d979 + +------------------------------------------------------------------- +Thu Apr 18 10:41:45 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/afs-Fix-endless-loop-in-directory-parsing.patch + (git-fixes bsc#1223030 CVE-2024-26848). +- commit 9f64be5 + +------------------------------------------------------------------- +Wed Apr 17 17:03:22 CEST 2024 - jack@suse.cz + +- fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion + (bsc#1222721 CVE-2024-26764). +- commit 72ff5e9 + +------------------------------------------------------------------- +Wed Apr 17 17:02:58 CEST 2024 - jack@suse.cz + +- fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via + libaio (bsc#1222721 CVE-2024-26764). +- commit 241f561 + +------------------------------------------------------------------- +Wed Apr 17 16:59:24 CEST 2024 - jack@suse.cz + +- ext4: avoid dividing by 0 in mb_update_avg_fragment_size() + when block bitmap corrupt (bsc#1222622 CVE-2024-26774). +- commit f7c2563 + +------------------------------------------------------------------- +Wed Apr 17 16:58:08 CEST 2024 - jack@suse.cz + +- ext4: avoid allocating blocks from corrupted group in + ext4_mb_try_best_found() (bsc#1222618 CVE-2024-26773). +- commit 920069c + +------------------------------------------------------------------- +Wed Apr 17 16:49:31 CEST 2024 - jbohac@suse.cz + +- Refresh + patches.suse/kdump-implement-reserve_crashkernel_cma.patch. + (don't print about zero-sized CMA reservation) +- commit 14e6598 + +------------------------------------------------------------------- +Wed Apr 17 10:59:40 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-roles-fix-NULL-pointer-issue-when-put-module-s-r.patch + (bsc#1222609 CVE-2024-26747). + Added CVE reference +- commit 5db3e1d + +------------------------------------------------------------------- +Wed Apr 17 10:26:28 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Fix wrong use of pasid config (git-fixes). +- commit 09ffca7 + +------------------------------------------------------------------- +Wed Apr 17 10:10:56 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Allocate local memory for page request queue + (git-fixes). +- commit 9b67401 + +------------------------------------------------------------------- +Wed Apr 17 10:02:03 CEST 2024 - msuchanek@suse.de + +- powerpc/pseries/iommu: LPAR panics when rebooted with a frozen + PE (bsc#1222011 ltc#205900). +- commit a6aad75 + +------------------------------------------------------------------- +Wed Apr 17 09:11:51 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch + (bsc#1219485 bsc#1219451). +- Update patches.suse/0001-s390-qdio-handle-deferred-cc1.patch + (bsc#1219485 bsc#1219451). +- Update + patches.suse/s390-cio-fix-invalid-EBUSY-on-ccw_device_start.patch + (git-fixes bsc#1220360 bsc#1219485 bsc#1219451). +- Update patches.suse/s390-qeth-handle-deferred-cc1.patch + (bsc#1219485 git-fixes bsc#1219451). +- commit 097f888 + +------------------------------------------------------------------- +Wed Apr 17 05:58:35 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/fbdev-savage-Error-out-if-pixclock-equals-zero.patch + (git-fixes CVE-2024-26778 bsc#1222770). +- commit fbfa53e + +------------------------------------------------------------------- +Wed Apr 17 05:57:29 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/fbdev-sis-Error-out-if-pixclock-equals-zero.patch + (git-fixes CVE-2024-26777 bsc#1222765). +- commit 4648979 + +------------------------------------------------------------------- +Wed Apr 17 05:30:29 CEST 2024 - osalvador@suse.de + +- Update + patches.suse/tls-fix-use-after-free-on-failed-backlog-decryption.patch + (CVE-2024-26584 bsc#1220186 CVE-2024-26800 bsc#1222728). +- commit 6cb76c6 + +------------------------------------------------------------------- +Tue Apr 16 18:23:07 CEST 2024 - jbohac@suse.cz + +- crash: use macro to add crashk_res into iomem early for specific + arch (jsc#PED-7249, bsc#1222742). + Refresh patches.suse/kdump-implement-reserve_crashkernel_cma.patch. +- commit b256f70 + +------------------------------------------------------------------- +Tue Apr 16 16:43:44 CEST 2024 - nik.borisov@suse.com + +- blacklist.conf: Disable irrelevant patch + We don't have syscall hardening in our kernels. +- commit 36739c9 + +------------------------------------------------------------------- +Tue Apr 16 16:43:33 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix BHI documentation (git-fixes). +- commit b981493 + +------------------------------------------------------------------- +Tue Apr 16 16:20:48 CEST 2024 - denis.kirjanov@suse.com + +- net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check + (bsc#1222635 CVE-2024-26815). +- commit 0dd110f + +------------------------------------------------------------------- +Tue Apr 16 14:49:22 CEST 2024 - iivanov@suse.de + +- spi: cadence-qspi: fix pointer reference in runtime PM hooks (CVE-2024-26807 bsc#1222801) +- commit 5687920 + +------------------------------------------------------------------- +Tue Apr 16 11:03:35 CEST 2024 - dwagner@suse.de + +- Update + patches.suse/nvmet-fc-avoid-deadlock-on-delete-association-path.patch + (git-fixes CVE-2024-26769 bsc#1222727). +- commit 2dfa751 + +------------------------------------------------------------------- +Tue Apr 16 09:40:11 CEST 2024 - petr.pavlu@suse.com + +- kprobes: Fix double free of kretprobe_holder (bsc#1220901). +- commit 6f75bb6 + +------------------------------------------------------------------- +Tue Apr 16 09:16:16 CEST 2024 - tzimmermann@suse.com + +- "nouveau: offload fence uevents work to workqueue" + Reference bug report and CVE number. +- commit 92c99bd + +------------------------------------------------------------------- +Tue Apr 16 08:13:20 CEST 2024 - jgross@suse.com + +- xen/events: fix error code in xen_bind_pirq_msi_to_irq() + (git-fixes). +- commit 05ac0c8 + +------------------------------------------------------------------- +Tue Apr 16 07:13:46 CEST 2024 - shung-hsi.yu@suse.com + +- xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL + (bsc#1221303 CVE-2024-26611). +- xsk: fix usage of multi-buffer BPF helpers for ZC XDP + (bsc#1221303 CVE-2024-26611). +- xsk: recycle buffer in case Rx queue was full (bsc#1221303 + CVE-2024-26611). +- commit c10f182 + +------------------------------------------------------------------- +Tue Apr 16 05:54:37 CEST 2024 - nmorey@suse.com + +- Update patches.suse/RDMA-srpt-Support-specifying-the-srpt_service_guid-p.patch + (git-fixes bsc#1222449 CVE-2024-26744) +- Update patches.suse/RDMA-qedr-Fix-qedr_create_user_qp-error-flow.patch + (git-fixes bsc#1222677 CVE-2024-26743) +- Update patches.suse/IB-hfi1-Fix-sdma.h-tx-num_descs-off-by-one-error.patch + (git-fixes bsc#1222726 CVE-2024-26766) +- commit 3b16fea + +------------------------------------------------------------------- +Tue Apr 16 05:50:53 CEST 2024 - nmorey@suse.com + +- RDMA/cm: add timeout to cm_destroy_id wait (git-fixes) +- commit e7fcab4 + +------------------------------------------------------------------- +Mon Apr 15 18:58:02 CEST 2024 - jwiesner@suse.de + +- Revert patches.suse/tcp-get-rid-of-sysctl_tcp_adv_win_scale.patch + (bsc#1220419 bsc#1222656). +- Revert patches.suse/mptcp-fix-rcv-buffer-auto-tuning.patch + (bsc#1220419 bsc#1222656). +- Refresh + patches.suse/tcp-reorganize-tcp_sock-fast-path-variables.patch. + Revert dfa2f0483360 ("tcp: get rid of sysctl_tcp_adv_win_scale") to + resolve a performance regression in HTML traffic. +- commit e2e7d0b + +------------------------------------------------------------------- +Mon Apr 15 18:49:18 CEST 2024 - krisman@suse.de + +- udp: Avoid call to compute_score on multiple sites + (bsc#1220709). +- commit 78244c6 + +------------------------------------------------------------------- +Mon Apr 15 18:16:23 CEST 2024 - jgross@suse.com + +- xen/evtchn: avoid WARN() when unbinding an event channel + (git-fixes). +- commit fe7eef3 + +------------------------------------------------------------------- +Mon Apr 15 17:40:50 CEST 2024 - jgross@suse.com + +- xen/events: increment refcnt only if event channel is refcounted + (git-fixes). +- commit af3cb5d + +------------------------------------------------------------------- +Mon Apr 15 17:05:19 CEST 2024 - jgross@suse.com + +- xen-netfront: Add missing skb_mark_for_recycle (git-fixes). +- commit 421f313 + +------------------------------------------------------------------- +Mon Apr 15 16:29:50 CEST 2024 - jgross@suse.com + +- x86/xen: attempt to inflate the memory balloon on PVH + (git-fixes). +- commit df9367a + +------------------------------------------------------------------- +Mon Apr 15 15:53:54 CEST 2024 - jgross@suse.com + +- x86/xen: Add some null pointer checking to smp.c (git-fixes). +- commit f502fc5 + +------------------------------------------------------------------- +Mon Apr 15 15:31:22 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI (git-fixes). +- commit 3d18f9a + +------------------------------------------------------------------- +Mon Apr 15 15:31:03 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto (git-fixes). +- Update config files. +- commit b2f373b + +------------------------------------------------------------------- +Mon Apr 15 15:23:29 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix BHI handling of RRSBA (git-fixes). +- commit 66c46fb + +------------------------------------------------------------------- +Mon Apr 15 15:23:07 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr' (git-fixes). +- commit 6aec207 + +------------------------------------------------------------------- +Mon Apr 15 15:17:26 CEST 2024 - jgross@suse.com + +- xen/events: modify internal [un]bind interfaces (git-fixes). +- Refresh + patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch. +- commit 77df536 + +------------------------------------------------------------------- +Mon Apr 15 15:13:05 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES (git-fixes). +- commit 1fdb38f + +------------------------------------------------------------------- +Mon Apr 15 15:03:47 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Fix return type of spectre_bhi_state() (git-fixes). +- commit 13662e2 + +------------------------------------------------------------------- +Mon Apr 15 15:03:00 CEST 2024 - jgross@suse.com + +- xen/events: drop xen_allocate_irqs_dynamic() (git-fixes). +- commit a93b368 + +------------------------------------------------------------------- +Mon Apr 15 14:53:43 CEST 2024 - nik.borisov@suse.com + +- x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file (bsc#1222823). +- Refresh patches.suse/x86-bhi-Add-BHI-mitigation-knob.patch. +- commit 1bc31f7 + +------------------------------------------------------------------- +Mon Apr 15 14:52:07 CEST 2024 - nik.borisov@suse.com + +- KVM: x86: Add BHI_NO (bsc#1222823). +- commit 07366ce + +------------------------------------------------------------------- +Mon Apr 15 14:51:40 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Mitigate KVM by default (bsc#1222823). +- commit 64cbcbe + +------------------------------------------------------------------- +Mon Apr 15 14:40:12 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Add BHI mitigation knob (bsc#1222823). +- Update config files. +- commit 65ced6f + +------------------------------------------------------------------- +Mon Apr 15 14:22:08 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Enumerate Branch History Injection (BHI) bug (bsc#1222823). +- commit 5ca568d + +------------------------------------------------------------------- +Mon Apr 15 14:04:22 CEST 2024 - jgross@suse.com + +- xen/events: remove some simple helpers from events_base.c + (git-fixes). +- Refresh + patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch. +- commit faab65b + +------------------------------------------------------------------- +Mon Apr 15 14:00:05 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Define SPEC_CTRL_BHI_DIS_S (bsc#1222823). +- commit 496b11d + +------------------------------------------------------------------- +Mon Apr 15 13:55:12 CEST 2024 - nik.borisov@suse.com + +- x86/bhi: Add support for clearing branch history at syscall entry (bsc#1222823). +- commit dee5dff + +------------------------------------------------------------------- +Mon Apr 15 13:18:01 CEST 2024 - jgross@suse.com + +- xen/events: reduce externally visible helper functions + (git-fixes). +- commit a7834c4 + +------------------------------------------------------------------- +Mon Apr 15 12:39:49 CEST 2024 - jgross@suse.com + +- xen: evtchn: Allow shared registration of IRQ handers + (git-fixes). +- commit fac6c90 + +------------------------------------------------------------------- +Mon Apr 15 12:31:43 CEST 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/net-pds_core-Fix-possible-double-free-in-error-handl.patch + (git-fixes CVE-2024-26652 bsc#1222115). + Added CVE reference. +- commit 070cd49 + +------------------------------------------------------------------- +Mon Apr 15 12:28:02 CEST 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/net-atlantic-Fix-DMA-mapping-for-PTP-hwts-ring.patch + (git-fixes bsc#1222427 CVE-2024-26680). + Added CVE reference. +- commit 97f0341 + +------------------------------------------------------------------- +Mon Apr 15 11:36:12 CEST 2024 - mfranc@suse.cz + +- s390/cio: fix race condition during online processing + (bsc#1219485). +- commit 83d7614 + +------------------------------------------------------------------- +Mon Apr 15 11:25:52 CEST 2024 - mfranc@suse.cz + +- s390/qdio: handle deferred cc1 (bsc#1219485). +- commit aec0983 + +------------------------------------------------------------------- +Mon Apr 15 11:05:01 CEST 2024 - mfranc@suse.cz + +- s390/qeth: handle deferred cc1 (bsc#1219485 git-fixes). +- commit 6c10bf2 + +------------------------------------------------------------------- +Mon Apr 15 11:04:23 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/s390-cio-fix-invalid-EBUSY-on-ccw_device_start.patch + (git-fixes bsc#1220360 bsc#1219485). +- commit 174a4e8 + +------------------------------------------------------------------- +Mon Apr 15 10:51:21 CEST 2024 - iivanov@suse.de + +- Update patches.suse/mmc-mmci-stm32-fix-DMA-API-overlapping-mappings-warn.patch (git-fixes CVE-2024-26787 bsc#1222781) +- commit 2816ca9 + +------------------------------------------------------------------- +Mon Apr 15 10:42:42 CEST 2024 - iivanov@suse.de + +- Update patches.suse/dmaengine-fsl-qdma-fix-SoC-may-hang-on-16-byte-unali.patch (git-fixes CVE-2024-26790 bsc#1222784) +- commit 0d6086f + +------------------------------------------------------------------- +Mon Apr 15 10:15:49 CEST 2024 - iivanov@suse.de + +- Update patches.suse/spi-hisi-sfc-v3xx-Return-IRQ_NONE-if-no-interrupts-w.patch (git-fixes CVE-2024-26776 bsc#1222764) +- commit ec068f3 + +------------------------------------------------------------------- +Mon Apr 15 09:13:59 CEST 2024 - colyli@suse.de + +- blacklist.conf: add non-backport md git-fixes patch commit. +- commit 58324b9 + +------------------------------------------------------------------- +Mon Apr 15 09:12:46 CEST 2024 - colyli@suse.de + +- Delete the disabled patch which breaks KABI now, + patches.suse/md-bitmap-don-t-use-index-for-pages-backing-the-bitm-d703.patch. +- blacklist.conf: add the above patch commit. +- commit 9b0b89b + +------------------------------------------------------------------- +Sun Apr 14 03:57:08 CEST 2024 - glass.su@suse.com + +- dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape (bsc#1219596) + Also update diff context in + patches.suse/dm-raid-fix-false-positive-for-requeue-needed-during-b25b.patch +- commit 4604cae + +------------------------------------------------------------------- +Sat Apr 13 10:59:08 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222531, CVE-2024-26756 references, + patches.suse/md-Don-t-register-sync_thread-for-reshape-directly-ad39.patch + (bsc#1219596, bsc#1222531, CVE-2024-26756). +- commit de5884e + +------------------------------------------------------------------- +Sat Apr 13 10:57:41 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222531, CVE-2024-26756 references, + patches.suse/md-Don-t-register-sync_thread-for-reshape-directly-ad39.patch + (bsc#1219596, bsc#1222531, CVE-2024-26756). +- commit 4150d19 + +------------------------------------------------------------------- +Sat Apr 13 10:33:55 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222527, CVE-2024-26757 references, + patches.suse/md-Don-t-ignore-read-only-array-in-md_check_recovery-55a4.patch + (bsc#1219596, bsc#1222527, CVE-2024-26757). +- commit 67019f2 + +------------------------------------------------------------------- +Sat Apr 13 10:30:45 CEST 2024 - colyli@suse.de + +- Update to add bsc#1222527, CVE-2024-26757 references, + patches.suse/md-Don-t-ignore-read-only-array-in-md_check_recovery-55a4.patch + (bsc#1219596, bsc#1222527, CVE-2024-26757). +- commit 0b6b491 + +------------------------------------------------------------------- +Sat Apr 13 10:10:15 CEST 2024 - colyli@suse.de + +- Update to add bsc# and CVE tags, + patches.suse/dm-crypt-dm-verity-disable-tasklets-0a9b.patch + (bsc#1222416, CVE-2024-26718). +- commit 59bf5a5 + +------------------------------------------------------------------- +Sat Apr 13 09:00:48 CEST 2024 - colyli@suse.de + +- Update to add bsc# and CVE tags, + patches.suse/dm-crypt-don-t-modify-the-data-when-using-authentica-50c7.patch + (bsc#1222720, CVE-2024-26763). +- commit 710cd5e + +------------------------------------------------------------------- +Sat Apr 13 03:43:33 CEST 2024 - lduncan@suse.com + +- scsi: target: pscsi: Fix bio_put() for error case (bsc#1222596 + cve-2024-267600). +- commit a67c294 + +------------------------------------------------------------------- +Fri Apr 12 18:13:34 CEST 2024 - vkarasulli@suse.de + +- iommufd/iova_bitmap: Bounds check mapped::pages access + (git-fixes). +- commit b7fc473 + +------------------------------------------------------------------- +Fri Apr 12 18:03:48 CEST 2024 - vkarasulli@suse.de + +- iommufd: Reject non-zero data_type if no data_len is provided + (git-fixes). +- commit ceca619 + +------------------------------------------------------------------- +Fri Apr 12 17:49:22 CEST 2024 - vkarasulli@suse.de + +- iommu/vt-d: Update iotlb in nested domain attach (git-fixes). +- commit e2cf9d1 + +------------------------------------------------------------------- +Fri Apr 12 17:01:14 CEST 2024 - vkarasulli@suse.de + +- iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA + (git-fixes). +- commit 200d970 + +------------------------------------------------------------------- +Fri Apr 12 16:15:33 CEST 2024 - shung-hsi.yu@suse.com + +- selftests/bpf: Test racing between bpf_timer_cancel_and_free + and bpf_timer_cancel (bsc#1222557 CVE-2024-26737). +- bpf: Fix racing between bpf_timer_cancel_and_free and + bpf_timer_cancel (bsc#1222557 CVE-2024-26737). +- commit 24333b7 + +------------------------------------------------------------------- +Fri Apr 12 15:26:58 CEST 2024 - iivanov@suse.de + +- Update patches.suse/ARM-ep93xx-Add-terminator-to-gpiod_lookup_table.patch (git-fixes CVE-2024-26751 bsc#1222724) +- commit a85b7fa + +------------------------------------------------------------------- +Fri Apr 12 15:00:47 CEST 2024 - shung-hsi.yu@suse.com + +- bpf, sockmap: Fix NULL pointer dereference in + sk_psock_verdict_data_ready() (bsc#1222371 CVE-2024-26731). +- commit 9a8765c + +------------------------------------------------------------------- +Fri Apr 12 14:08:13 CEST 2024 - denis.kirjanov@suse.com + +- netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter + (bsc#1222630 CVE-2024-26805). +- commit 8e8585b + +------------------------------------------------------------------- +Fri Apr 12 13:46:08 CEST 2024 - iivanov@suse.de + +- Update patches.suse/dmaengine-ti-edma-Add-some-null-pointer-checks-to-th.patch (git-fixes CVE-2024-26771 bsc#1222610) +- commit b7bab4f + +------------------------------------------------------------------- +Fri Apr 12 13:41:35 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/gtp-fix-use-after-free-and-null-ptr-deref-in-gtp_gen.patch + (git-fixes CVE-2024-26754 bsc#1222632). +- commit 0bddcea + +------------------------------------------------------------------- +Fri Apr 12 10:59:31 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/crypto-arm64-neonbs-fix-out-of-bounds-access-on-shor.patch + (git-fixes CVE-2024-26789 bsc#1222626). +- commit 9c3828e + +------------------------------------------------------------------- +Fri Apr 12 10:03:51 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: pmu: Resync EL0 state on counter rotation + (bsc#1219475). +- commit 99d8e75 + +------------------------------------------------------------------- +Fri Apr 12 08:14:57 CEST 2024 - trenn@suse.com + +- tools/power/turbostat: Fix uncore frequency file string + (bsc#1221765). +- commit dfd2a8e + +------------------------------------------------------------------- +Thu Apr 11 17:42:57 CEST 2024 - dfaggioli@suse.com + +- KVM: arm64: Always invalidate TLB for stage-2 permission faults + (bsc#1219478). +- commit d1d5006 + +------------------------------------------------------------------- +Thu Apr 11 16:17:01 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/usb-cdns3-fixed-memory-use-after-free-at-cdns3_gadge.patch + (git-fixes CVE-2024-26749 bsc#1222680). +- commit 25b429b + +------------------------------------------------------------------- +Thu Apr 11 16:11:22 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/powerpc-pseries-iommu-IOMMU-table-is-not-initialized.patch + (bsc#1220492 ltc#205270 CVE-2024-26745 bsc#1222678). +- commit 589b808 + +------------------------------------------------------------------- +Thu Apr 11 15:27:33 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/l2tp-pass-correct-message-length-to-ip6_append_data.patch + (bsc#1220419 CVE-2024-26752 bsc#1222667). +- commit 2f09d95 + +------------------------------------------------------------------- +Thu Apr 11 15:17:11 CEST 2024 - mkoutny@suse.com + +- blacklist.conf: Add d9b3ce8769e3 mm: writeback: ratelimit stat flush from mem_cgroup_wb_stats +- commit 82800cb + +------------------------------------------------------------------- +Thu Apr 11 12:01:45 CEST 2024 - jslaby@suse.cz + +- tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc + (bsc#1222619). +- commit 3d5abbd + +------------------------------------------------------------------- +Thu Apr 11 11:44:09 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/crypto-arm64-neonbs-fix-out-of-bounds-access-on-shor.patch + (git-fixes CVE-2024-26789). +- commit 98918ce + +------------------------------------------------------------------- +Wed Apr 10 21:10:17 CEST 2024 - mkubecek@suse.cz + +- arp: Prevent overflow in arp_req_get() (CVE-2024-26733 + bsc#1222585). +- commit 2f8c9e8 + +------------------------------------------------------------------- +Wed Apr 10 20:46:47 CEST 2024 - mkubecek@suse.cz + +- net/sched: act_mirred: use the backlog for mirred ingress + (CVE-2024-26740 bsc#1222563). +- refresh: + - patches.suse/net-sched-act_mirred-don-t-override-retval-if-we-alr.patch +- commit b1920f0 + +------------------------------------------------------------------- +Wed Apr 10 19:15:08 CEST 2024 - mkubecek@suse.cz + +- net/sched: act_mirred: don't override retval if we already + lost the skb (CVE-2024-26733 bsc#1222585). +- net/sched: act_mirred: Create function tcf_mirred_to_dev and + improve readability (CVE-2024-26733 bsc#1222585). +- commit 805fd21 + +------------------------------------------------------------------- +Wed Apr 10 16:28:26 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-cdns3-fix-memory-double-free-when-handle-zero-pa.patch + (bsc#1222513 CVE-2024-26748). + Added CVE references +- commit 7c3ca16 + +------------------------------------------------------------------- +Wed Apr 10 15:00:09 CEST 2024 - oneukum@suse.com + +- Update + patches.suse/usb-dwc3-gadget-Fix-NULL-pointer-dereference-in-dwc3.patch + (bsc#1222561 CVE-2024-26715). + Added CVE reference +- commit f58a80f + +------------------------------------------------------------------- +Wed Apr 10 13:28:09 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Defer enablement of static branch (bsc#1222366). +- commit a442fcd + +------------------------------------------------------------------- +Wed Apr 10 12:27:41 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Make wake once of ring_buffer_wait() more robust + (git-fixes). +- commit 3cff1f5 + +------------------------------------------------------------------- +Wed Apr 10 12:26:04 CEST 2024 - petr.pavlu@suse.com + +- tracing: Have saved_cmdlines arrays all in one allocation + (git-fixes). +- commit 8871703 + +------------------------------------------------------------------- +Wed Apr 10 12:23:30 CEST 2024 - petr.pavlu@suse.com + +- tracing/ring-buffer: Fix wait_on_pipe() race (git-fixes). +- kABI: Adjust trace_iterator.wait_index (git-fixes). +- commit 503fcea + +------------------------------------------------------------------- +Wed Apr 10 11:59:16 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/powerpc-pseries-iommu-DLPAR-add-doesn-t-completely-i.patch + (bsc#1215199 bsc#1219077 ltc#204477 CVE-2024-26738). +- commit d6e4ef3 + +------------------------------------------------------------------- +Wed Apr 10 11:55:18 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/drm-amd-display-Fix-array-index-out-of-bounds-in-dcn.patch + (git-fixes CVE-2024-26699 bsc#1222602). +- commit f52d16e + +------------------------------------------------------------------- +Wed Apr 10 11:51:14 CEST 2024 - denis.kirjanov@suse.com + +- igc: Remove stale comment about Tx timestamping (git-fixes). +- commit 83821ed + +------------------------------------------------------------------- +Wed Apr 10 11:49:20 CEST 2024 - denis.kirjanov@suse.com + +- ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() + (git-fixes). +- commit aab4796 + +------------------------------------------------------------------- +Wed Apr 10 11:48:26 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/crypto-virtio-akcipher-Fix-stack-overflow-on-memcpy.patch + (git-fixes CVE-2024-26753 bsc#1222601). +- commit 0099199 + +------------------------------------------------------------------- +Wed Apr 10 11:47:20 CEST 2024 - denis.kirjanov@suse.com + +- ice: fix memory corruption bug with suspend and rebuild + (git-fixes). +- commit 5927273 + +------------------------------------------------------------------- +Wed Apr 10 11:42:57 CEST 2024 - denis.kirjanov@suse.com + +- ice: Refactor FW data type and fix bitmap casting issue + (git-fixes). +- commit ddf5e8c + +------------------------------------------------------------------- +Wed Apr 10 11:41:07 CEST 2024 - denis.kirjanov@suse.com + +- mlxbf_gige: call request_irq() after NAPI initialized + (git-fixes). +- commit 39b7ae3 + +------------------------------------------------------------------- +Wed Apr 10 11:37:17 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: mark unexcuted loopback test result as UNEXECUTED + (git-fixes). +- commit 88d4f13 + +------------------------------------------------------------------- +Wed Apr 10 11:34:49 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: fix kernel crash when devlink reload during pf + initialization (git-fixes). +- commit 5900fb4 + +------------------------------------------------------------------- +Wed Apr 10 11:33:08 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: fix index limit to support all queue stats + (git-fixes). +- commit fcda370 + +------------------------------------------------------------------- +Wed Apr 10 11:31:33 CEST 2024 - denis.kirjanov@suse.com + +- mlxbf_gige: stop PHY during open() error paths (git-fixes). +- commit 087df13 + +------------------------------------------------------------------- +Wed Apr 10 11:29:31 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: fix handling of all link-local frames + (git-fixes). +- commit 62930ae + +------------------------------------------------------------------- +Wed Apr 10 11:27:53 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: fix link-local frames that ingress vlan + filtering ports (git-fixes). +- commit 7b1c501 + +------------------------------------------------------------------- +Wed Apr 10 11:01:57 CEST 2024 - lhenriques@suse.de + +- ceph: stop copying to iter at EOF on sync reads (bsc#1222606). +- commit 6d8bd5d + +------------------------------------------------------------------- +Wed Apr 10 10:55:25 CEST 2024 - ailiop@suse.com + +- dlm: fix user space lkb refcounting (git-fixes). +- commit 26e28b8 + +------------------------------------------------------------------- +Wed Apr 10 10:55:08 CEST 2024 - lhenriques@suse.de + +- Update + patches.suse/ceph-prevent-use-after-free-in-encode_cap_msg.patch + (bsc#1221391 CVE-2024-26689). +- commit 05ffdb2 + +------------------------------------------------------------------- +Wed Apr 10 10:51:29 CEST 2024 - ailiop@suse.com + +- ubifs: Queue up space reservation tasks if retrying many times + (git-fixes). +- commit 44bfcee + +------------------------------------------------------------------- +Wed Apr 10 10:48:38 CEST 2024 - ailiop@suse.com + +- ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed + (git-fixes). +- commit 9a4ebd6 + +------------------------------------------------------------------- +Wed Apr 10 10:46:57 CEST 2024 - ailiop@suse.com + +- ubifs: Remove unreachable code in dbg_check_ltab_lnum + (git-fixes). +- commit f4e5ca1 + +------------------------------------------------------------------- +Wed Apr 10 10:46:09 CEST 2024 - ailiop@suse.com + +- ubifs: fix sort function prototype (git-fixes). +- commit f7d0a9f + +------------------------------------------------------------------- +Wed Apr 10 10:43:35 CEST 2024 - ailiop@suse.com + +- ubifs: Set page uptodate in the correct place (git-fixes). +- commit aa187f8 + +------------------------------------------------------------------- +Wed Apr 10 09:42:24 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/afs-Increase-buffer-size-in-afs_update_volume_status.patch + (git-fixes CVE-2024-26736 bsc#1222586). +- commit 06c0c6c + +------------------------------------------------------------------- +Tue Apr 9 16:07:19 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/btrfs-do-not-ASSERT-if-the-newly-created-subvolume-a.patch + (bsc#1219126 CVE-2024-26727 bsc#1222536). +- commit 7bb93e9 + +------------------------------------------------------------------- +Tue Apr 9 15:47:49 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-hang-in-nilfs_lookup_dirty_data_buffers.patch + (git-fixes CVE-2024-26696 bsc#1222549). +- commit 932abcf + +------------------------------------------------------------------- +Tue Apr 9 15:45:50 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-data-corruption-in-dsync-block-recovery-f.patch + (git-fixes CVE-2024-26697 bsc#1222550). +- commit fa7ddf4 + +------------------------------------------------------------------- +Tue Apr 9 15:31:06 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/net-mlx5-DPLL-Fix-possible-use-after-free-after-dela.patch + (git-fixes CVE-2024-26724 bsc#1222523). +- commit bb60edc + +------------------------------------------------------------------- +Tue Apr 9 15:24:32 CEST 2024 - mhocko@suse.com + +- Update + patches.suse/ASoC-rt5645-Fix-deadlock-in-rt5645_jack_detect_work.patch + (git-fixes CVE-2024-26722 bsc#1222520). +- commit f0aaca0 + +------------------------------------------------------------------- +Tue Apr 9 14:05:59 CEST 2024 - tbogendoerfer@suse.de + +- net: stmmac: xgmac: use #define for string constants + (bsc#1222445 CVE-2024-26684). +- net: stmmac: xgmac: fix a typo of register name in DPP safety + handling (bsc#1222445 CVE-2024-26684). +- commit 75e180f + +------------------------------------------------------------------- +Tue Apr 9 13:23:52 CEST 2024 - jack@suse.cz + +- ext4: fix double-free of blocks due to wrong extents moved_len + (bsc#1222422 CVE-2024-26704). +- commit ff97911 + +------------------------------------------------------------------- +Tue Apr 9 12:13:38 CEST 2024 - denis.kirjanov@suse.com + +- Update + patches.suse/netdevsim-avoid-potential-loop-in-nsim_dev_trap_repo.patch + (git-fixes CVE-2024-26681 bsc#1222431). +- commit 12b3ceb + +------------------------------------------------------------------- +Tue Apr 9 11:58:59 CEST 2024 - mkoutny@suse.com + +- mm: memcg: don't periodically flush stats when memcg is disabled + (bsc#1222525). +- commit 5b28bba + +------------------------------------------------------------------- +Tue Apr 9 11:29:43 CEST 2024 - mkoutny@suse.com + +- mm: memcg: use larger batches for proactive reclaim + (bsc#1222522). +- commit b1effac + +------------------------------------------------------------------- +Tue Apr 9 10:55:41 CEST 2024 - tbogendoerfer@suse.de + +- net: stmmac: xgmac: fix handling of DPP safety error for DMA + channels (bsc#1222445 CVE-2024-26684). +- commit a8e5095 + +------------------------------------------------------------------- +Tue Apr 9 10:52:47 CEST 2024 - tbogendoerfer@suse.de + +- Update + patches.suse/gtp-fix-use-after-free-and-null-ptr-deref-in-gtp_new.patch + (bsc#1222428 CVE-2024-26793). + Added CVE reference. +- commit 956dfa1 + +------------------------------------------------------------------- +Tue Apr 9 10:47:07 CEST 2024 - mhocko@suse.com + +- Update patches.suse/wifi-iwlwifi-fix-double-free-bug.patch + (git-fixes CVE-2024-26694 bsc#1222466). +- commit 5048255 + +------------------------------------------------------------------- +Tue Apr 9 09:41:50 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Fix printing of stack records (bsc#1222366). +- commit 18c2e4e + +------------------------------------------------------------------- +Tue Apr 9 09:27:37 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Fix accounting of pages when migrating + (bsc#1222366). +- commit aaa0270 + +------------------------------------------------------------------- +Tue Apr 9 09:25:23 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Fix refcount imbalance (bsc#1222366). +- commit f6d6769 + +------------------------------------------------------------------- +Tue Apr 9 09:17:36 CEST 2024 - osalvador@suse.de + +- mm,page_owner: Update metadata for tail pages (bsc#1222366). +- commit 6f3c7f1 + ------------------------------------------------------------------- Tue Apr 9 04:31:35 CEST 2024 - osalvador@suse.de @@ -5,6 +18681,358 @@ Tue Apr 9 04:31:35 CEST 2024 - osalvador@suse.de (bsc#1219264 CVE-2024-0841). - commit 440934e +------------------------------------------------------------------- +Mon Apr 8 23:34:57 CEST 2024 - ailiop@suse.com + +- Update + patches.suse/nilfs2-fix-potential-bug-in-end_buffer_async_write.patch + (git-fixes CVE-2024-26685 bsc#1222437). +- commit f659b7a + +------------------------------------------------------------------- +Mon Apr 8 18:52:51 CEST 2024 - jack@suse.cz + +- nfsd: Fix error cleanup path in nfsd_rename() (bsc#1221044 + CVE-2023-52591). +- commit e2fc972 + +------------------------------------------------------------------- +Mon Apr 8 15:42:50 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Use separate handlers for interrupts (git-fixes). +- commit fdf696d + +------------------------------------------------------------------- +Mon Apr 8 15:41:20 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Send UP messages to VF only when VF is up + (git-fixes). +- commit e9223ab + +------------------------------------------------------------------- +Mon Apr 8 15:39:52 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Use default max_active works instead of one + (git-fixes). +- commit e2c337f + +------------------------------------------------------------------- +Mon Apr 8 15:38:18 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-pf: Wait till detach_resources msg is complete + (git-fixes). +- commit e377bd9 + +------------------------------------------------------------------- +Mon Apr 8 15:36:43 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2: Detect the mbox up or down message via register + (git-fixes). +- commit 9554388 + +------------------------------------------------------------------- +Mon Apr 8 15:35:03 CEST 2024 - denis.kirjanov@suse.com + +- net: phy: fix phy_read_poll_timeout argument type in + genphy_loopback (git-fixes). +- commit 0a16435 + +------------------------------------------------------------------- +Mon Apr 8 15:33:23 CEST 2024 - denis.kirjanov@suse.com + +- wireguard: netlink: access device through ctx instead of peer + (git-fixes). +- commit 42d72df + +------------------------------------------------------------------- +Mon Apr 8 15:31:51 CEST 2024 - denis.kirjanov@suse.com + +- wireguard: netlink: check for dangling peer via is_dead instead + of empty list (git-fixes). +- commit a1c80d8 + +------------------------------------------------------------------- +Mon Apr 8 15:29:55 CEST 2024 - denis.kirjanov@suse.com + +- wireguard: receive: annotate data-race around + receiving_counter.counter (git-fixes). +- commit 17fcb7b + +------------------------------------------------------------------- +Mon Apr 8 15:28:14 CEST 2024 - denis.kirjanov@suse.com + +- net: dsa: mt7530: prevent possible incorrect XTAL frequency + selection (git-fixes). +- commit 3804285 + +------------------------------------------------------------------- +Mon Apr 8 15:27:55 CEST 2024 - oneukum@suse.com + +- usb: dwc3-am62: Disable wakeup at remove (git-fixes). +- commit d52ac96 + +------------------------------------------------------------------- +Mon Apr 8 15:26:29 CEST 2024 - denis.kirjanov@suse.com + +- net: veth: do not manipulate GRO when using XDP (git-fixes). +- commit 15eca84 + +------------------------------------------------------------------- +Mon Apr 8 15:26:14 CEST 2024 - oneukum@suse.com + +- usb: dwc3-am62: fix module unload/reload behavior (git-fixes). +- commit 6f51a6a + +------------------------------------------------------------------- +Mon Apr 8 15:22:05 CEST 2024 - oneukum@suse.com + +- usb: dwc3-am62: Rename private data (git-fixes). +- commit 7196cb2 + +------------------------------------------------------------------- +Mon Apr 8 15:13:48 CEST 2024 - oneukum@suse.com + +- net: smsc95xx: add support for SYS TEC USB-SPEmodule1 + (git-fixes). +- commit 9896f5f + +------------------------------------------------------------------- +Mon Apr 8 14:16:41 CEST 2024 - osalvador@suse.de + +- mm,page_owner: fix recursion (bsc#1222366). +- commit 297023a + +------------------------------------------------------------------- +Mon Apr 8 14:15:30 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Use wait_event_interruptible() in + ring_buffer_wait() (git-fixes). +- commit 20eed3f + +------------------------------------------------------------------- +Mon Apr 8 14:13:58 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix full_waiters_pending in poll (git-fixes). +- commit 76c6893 + +------------------------------------------------------------------- +Mon Apr 8 14:13:06 CEST 2024 - osalvador@suse.de + +- mm,page_owner: drop unnecessary check (bsc#1222366). +- commit 233b383 + +------------------------------------------------------------------- +Mon Apr 8 14:11:06 CEST 2024 - osalvador@suse.de + +- mm,page_owner: check for null stack_record before bumping its + refcount (bsc#1222366). +- commit 232b11a + +------------------------------------------------------------------- +Mon Apr 8 14:09:40 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Do not set shortest_full when full target is hit + (git-fixes). +- commit 9d2e0c0 + +------------------------------------------------------------------- +Mon Apr 8 14:07:35 CEST 2024 - petr.pavlu@suse.com + +- tracing: Use .flush() call to wake up readers (git-fixes). +- commit ae4cfa5 + +------------------------------------------------------------------- +Mon Apr 8 13:52:39 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix resetting of shortest_full (git-fixes). +- commit eec6028 + +------------------------------------------------------------------- +Mon Apr 8 13:46:26 CEST 2024 - iivanov@suse.de + +- arm64/ptrace: Use saved floating point state type to determine SVE (git-fixes) +- commit 7892aeb + +------------------------------------------------------------------- +Mon Apr 8 13:41:37 CEST 2024 - iivanov@suse.de + +- bpf, arm64: fix bug in BPF_LDX_MEMSX (git-fixes) +- commit 8894bd2 + +------------------------------------------------------------------- +Mon Apr 8 13:38:54 CEST 2024 - iivanov@suse.de + +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (git-fixes) +- commit c68c0f5 + +------------------------------------------------------------------- +Mon Apr 8 13:37:17 CEST 2024 - iivanov@suse.de + +- blacklist.conf: ("arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang") +- commit 92045ae + +------------------------------------------------------------------- +Mon Apr 8 13:35:46 CEST 2024 - iivanov@suse.de + +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs (git-fixes) +- commit 193e8cd + +------------------------------------------------------------------- +Mon Apr 8 13:33:18 CEST 2024 - iivanov@suse.de + +- arm64: tegra: Set the correct PHY mode for MGBE (git-fixes) +- commit 68a4464 + +------------------------------------------------------------------- +Mon Apr 8 13:31:20 CEST 2024 - iivanov@suse.de + +- arm64: dts: Fix dtc interrupt_provider warnings (git-fixes) +- commit 41dcf37 + +------------------------------------------------------------------- +Mon Apr 8 13:25:09 CEST 2024 - iivanov@suse.de + +- arm64/sve: Lower the maximum allocation for the SVE ptrace regset (git-fixes) +- commit e1e7f29 + +------------------------------------------------------------------- +Mon Apr 8 13:23:24 CEST 2024 - ohering@suse.de + +- net: mana: Fix Rx DMA datasize and skb_over_panic (git-fixes). +- x86/hyperv: Use per cpu initial stack for vtl context + (git-fixes). +- RDMA/mana_ib: Fix bug in creation of dma regions (git-fixes). +- PCI: hv: Fix ring buffer size calculation (git-fixes). +- x86/hyperv: Allow 15-bit APIC IDs for VTL platforms (git-fixes). +- commit ff0ef0f + +------------------------------------------------------------------- +Mon Apr 8 13:17:05 CEST 2024 - petr.pavlu@suse.com + +- ring-buffer: Fix waking up ring buffer readers (git-fixes). +- commit 0457e87 + +------------------------------------------------------------------- +Mon Apr 8 13:12:33 CEST 2024 - mgorman@suse.de + +- sched/fair: Use helper functions to access root_domain::overload + (bsc#1222173). +- sched/fair: Check root_domain::overload value before update + (bsc#1222173). +- sched/balancing: Rename newidle_balance() => + sched_balance_newidle() (bsc#1222173). +- commit bfceb46 + +------------------------------------------------------------------- +Mon Apr 8 12:34:16 CEST 2024 - petr.pavlu@suse.com + +- tracing: Remove precision vsnprintf() check from print event + (git-fixes). +- commit 84653fa + +------------------------------------------------------------------- +Mon Apr 8 12:30:53 CEST 2024 - petr.pavlu@suse.com + +- tracing/net_sched: Fix tracepoints that save qdisc_dev() + as a string (git-fixes). +- commit 623f97a + +------------------------------------------------------------------- +Sat Apr 6 08:52:13 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56 + (stable-fixes). +- ALSA: hda/realtek: Add quirks for some Clevo laptops + (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP Spectre x360 14 eu0000 + (stable-fixes). +- ALSA: hda/realtek: fix the hp playback volume issue for LG + machines (stable-fixes). +- commit dc89a62 + +------------------------------------------------------------------- +Sat Apr 6 08:49:13 CEST 2024 - tiwai@suse.de + +- ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYR + (stable-fixes). +- ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7 + 16ARHA7 models (stable-fixes). +- ALSA: hda/realtek - Fix inactive headset mic jack + (stable-fixes). +- commit 048c9fd + +------------------------------------------------------------------- +Sat Apr 6 08:46:37 CEST 2024 - tiwai@suse.de + +- spi: mchp-pci1xxx: Fix a possible null pointer dereference in + pci1xxx_spi_probe (git-fixes). +- spi: spi-fsl-lpspi: remove redundant spi_controller_put call + (git-fixes). +- regmap: maple: Fix uninitialized symbol 'ret' warnings + (git-fixes). +- regmap: maple: Fix cache corruption in regcache_maple_drop() + (git-fixes). +- ata: sata_mv: Fix PCI device ID table declaration compilation + warning (git-fixes). +- ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit + (git-fixes). +- ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() + (git-fixes). +- ASoC: amd: acp: fix for acp_init function error handling + (git-fixes). +- ASoC: rt722-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt712-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt711-sdw: fix locking sequence (git-fixes). +- ASoC: rt711-sdca: fix locking sequence (git-fixes). +- ASoC: rt5682-sdw: fix locking sequence (git-fixes). +- ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw + (git-fixes). +- ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support + headset with microphone (git-fixes). +- ASoC: tas2781: mark dvc_tlv with __maybe_unused (git-fixes). +- ALSA: hda: cs35l56: Add ACPI device match tables (git-fixes). +- drm/i915/mst: Reject FEC+MST on ICL (git-fixes). +- drm/i915/mst: Limit MST+DSC to TGL+ (git-fixes). +- drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY + < 13 (git-fixes). +- drm/i915/gt: Enable only one CCS for compute workload + (git-fixes). +- drm/i915/gt: Do not generate the command streamer for all the + CCS (git-fixes). +- drm/i915/gt: Disable HW load balancing for CCS (git-fixes). +- drm/i915/dp: Remove support for UHBR13.5 (git-fixes). +- drm/display: fix typo (git-fixes). +- drm/prime: Unbreak virtgpu dma-buf export (git-fixes). +- nouveau/uvmm: fix addr/range calcs for remap operations + (git-fixes). +- drm/panfrost: fix power transition timeout warnings (git-fixes). +- commit 7455674 + +------------------------------------------------------------------- +Sat Apr 6 08:42:51 CEST 2024 - tiwai@suse.de + +- Delete patches.suse/counter-fix-privdata-alignment.patch + This actually breaks the build when CONFIG_COUNTER=y +- commit b8cad45 + +------------------------------------------------------------------- +Fri Apr 5 17:14:23 CEST 2024 - mfranc@suse.cz + +- Update + patches.suse/ALSA-sh-aica-reorder-cleanup-operations-to-avoid-UAF.patch + (git-fixes CVE-2024-26654 bsc#1222304). +- Update patches.suse/drm-amdgpu-fix-use-after-free-bug.patch + (stable-fixes CVE-2024-26656 bsc#1222307). +- Update + patches.suse/drm-sched-fix-null-ptr-deref-in-init-entity.patch + (git-fixes CVE-2024-26657 bsc#1222273). +- Update + patches.suse/net-pds_core-Fix-possible-double-free-in-error-handl.patch + (git-fixes CVE-2024-26652 bsc#1222115). +- Update patches.suse/ppp_async-limit-MRU-to-64K.patch (git-fixes + CVE-2024-26675 bsc#1222379). +- commit 05edc93 + ------------------------------------------------------------------- Fri Apr 5 14:49:11 CEST 2024 - mfranc@suse.cz @@ -99,18 +19127,346 @@ Fri Apr 5 14:49:02 CEST 2024 - mfranc@suse.cz (CVE-2023-4881 bsc#1215221 CVE-2023-52628 bsc#1222117). - commit dc877fc +------------------------------------------------------------------- +Fri Apr 5 10:20:33 CEST 2024 - tiwai@suse.de + +- net: usb: ax88179_178a: avoid the interface always configured + as random address (git-fixes). +- net: phy: micrel: lan8814: Fix when enabling/disabling 1-step + timestamping (git-fixes). +- r8169: fix issue caused by buggy BIOS on certain boards with + RTL8168d (git-fixes). +- ax25: fix use-after-free bugs caused by ax25_ds_del_timer + (git-fixes). +- net: phy: micrel: Fix potential null pointer dereference + (git-fixes). +- Bluetooth: Fix TOCTOU in HCI debugfs implementation (git-fixes). +- Bluetooth: hci_sync: Fix not checking error on + hci_cmd_sync_cancel_sync (git-fixes). +- Bluetooth: qca: fix device-address endianness (git-fixes). +- Bluetooth: add quirk for broken address properties (git-fixes). +- r8169: skip DASH fw status checks when DASH is disabled + (git-fixes). +- commit 8be20da + +------------------------------------------------------------------- +Fri Apr 5 10:14:59 CEST 2024 - tiwai@suse.de + +- kasan: disable kasan_non_canonical_hook() for HW tags + (git-fixes). +- commit 0d24410 + ------------------------------------------------------------------- Thu Apr 4 19:00:43 CEST 2024 - jack@suse.cz - selinux: saner handling of policy reloads (bsc#1222230). - commit 35fdf2d +------------------------------------------------------------------- +Thu Apr 4 13:10:54 CEST 2024 - tiwai@suse.de + +- kabi/severities: ignore brcmfmac-specific local symbols +- commit 4492559 + +------------------------------------------------------------------- +Thu Apr 4 12:30:48 CEST 2024 - ailiop@suse.com + +- fs/ntfs3: Fix oob in ntfs_listxattr (bsc#1222301 + CVE-2023-52640). +- commit eaa4525 + +------------------------------------------------------------------- +Thu Apr 4 10:53:36 CEST 2024 - mbrugger@suse.com + +- tee: amdtee: fix use-after-free vulnerability in + amdtee_close_session (bsc#1220915 CVE-2023-52503). +- commit 861ab74 + +------------------------------------------------------------------- +Thu Apr 4 10:33:06 CEST 2024 - denis.kirjanov@suse.com + +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (git-fixes). +- commit 57f3e15 + +------------------------------------------------------------------- +Thu Apr 4 10:31:05 CEST 2024 - denis.kirjanov@suse.com + +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when + MAC is up (git-fixes). +- commit 19afa38 + +------------------------------------------------------------------- +Thu Apr 4 10:29:08 CEST 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Use matching wake_up API variant in CGX command + interface (git-fixes). +- commit 4f98ac2 + +------------------------------------------------------------------- +Thu Apr 4 10:27:05 CEST 2024 - denis.kirjanov@suse.com + +- net: hns3: tracing: fix hclgevf trace event strings (git-fixes). +- commit 786a967 + +------------------------------------------------------------------- +Thu Apr 4 10:24:13 CEST 2024 - denis.kirjanov@suse.com + +- nfp: flower: handle acti_netdevs allocation failure (git-fixes). +- commit e441ee8 + +------------------------------------------------------------------- +Thu Apr 4 10:22:25 CEST 2024 - denis.kirjanov@suse.com + +- ice: fix stats being updated by way too large values + (git-fixes). +- commit a2ff54d + +------------------------------------------------------------------- +Thu Apr 4 10:20:37 CEST 2024 - denis.kirjanov@suse.com + +- igb: Fix missing time sync events (git-fixes). +- commit 0cd215b + +------------------------------------------------------------------- +Thu Apr 4 10:18:38 CEST 2024 - denis.kirjanov@suse.com + +- igc: Fix missing time sync events (git-fixes). +- commit f2d41db + +------------------------------------------------------------------- +Thu Apr 4 08:42:09 CEST 2024 - tiwai@suse.de + +- staging: vc04_services: changen strncpy() to strscpy_pad() + (stable-fixes). +- Refresh + patches.suse/staging-vc04_services-fix-information-leak-in-create.patch. +- commit f661a45 + +------------------------------------------------------------------- +Thu Apr 4 08:40:57 CEST 2024 - tiwai@suse.de + +- drm/amd/display: Remove MPC rate control logic from DCN30 and + above (stable-fixes). +- commit 264c256 + +------------------------------------------------------------------- +Thu Apr 4 08:36:44 CEST 2024 - tiwai@suse.de + +- wifi: iwlwifi: pcie: fix RB status reading (stable-fixes). +- Refresh + patches.suse/wifi-iwlwifi-pcie-add-another-missing-bh-disable-for.patch. +- commit 9937396 + +------------------------------------------------------------------- +Thu Apr 4 08:31:55 CEST 2024 - tiwai@suse.de + +- vboxsf: Avoid an spurious warning if load_nls_xxx() fails + (git-fixes). +- USB: core: Fix deadlock in port "disable" sysfs attribute + (stable-fixes). +- USB: core: Add hub_get() and hub_put() routines (stable-fixes). +- usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset + (stable-fixes). +- usb: typec: ucsi: Ack unsupported commands (stable-fixes). +- usb: udc: remove warning when queue disabled ep (stable-fixes). +- Revert "usb: phy: generic: Get the vbus supply" (git-fixes). +- USB: UAS: return ENODEV when submit urbs fail with device not + attached (stable-fixes). +- drm/i915/bios: Tolerate devdata==NULL in + intel_bios_encoder_supports_dp_dual_mode() (stable-fixes). +- drm/amd/display: Set DCN351 BB and IP the same as DCN35 + (stable-fixes). +- drm/amd/display: Fix bounds check for dcn35 DcfClocks + (git-fixes). +- drm/amdkfd: fix TLB flush after unmap for GFX9.4.2 + (stable-fixes). +- drm/amd/display: Prevent crash when disable stream + (stable-fixes). +- wifi: mac80211: check/clear fast rx for non-4addr sta VLAN + changes (stable-fixes). +- drm/amd/display: Fix noise issue on HDMI AV mute (stable-fixes). +- drm/amd/display: Return the correct HDCP error code + (stable-fixes). +- drm/amd/display: Fix idle check for shared firmware state + (stable-fixes). +- drm/amd/display: Update odm when ODM combine is changed on an + otg master pipe with no plane (stable-fixes). +- drm/amd/display: Init DPPCLK from SMU on dcn32 (stable-fixes). +- drm/amd/display: Allow dirty rects to be sent to dmub when + abm is active (stable-fixes). +- drm/amd/display: Override min required DCFCLK in dml1_validate + (stable-fixes). +- drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag + (stable-fixes). +- drm/amd/display: Change default size for dummy plane in DML2 + (stable-fixes). +- drm/amdgpu: fix use-after-free bug (stable-fixes). +- drm/amd/display: Use freesync when + `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found (stable-fixes). +- drm/vc4: hdmi: do not return negative values from .get_modes() + (stable-fixes). +- drm/imx/ipuv3: do not return negative values from .get_modes() + (stable-fixes). +- drm/exynos: do not return negative values from .get_modes() + (stable-fixes). +- drm/panel: do not return negative error codes from + drm_panel_get_modes() (stable-fixes). +- drm/probe-helper: warn about negative .get_modes() + (stable-fixes). +- kbuild: Move -Wenum-{compare-conditional,enum-conversion} + into W=1 (stable-fixes). +- USB: serial: cp210x: add pid/vid for TDK NC0110013M and + MM0110113M (stable-fixes). +- USB: serial: option: add MeiG Smart SLM320 product + (stable-fixes). +- USB: serial: cp210x: add ID for MGP Instruments PDS100 + (stable-fixes). +- USB: serial: add device ID for VeriFone adapter (stable-fixes). +- USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB + (stable-fixes). +- ahci: asm1064: asm1166: don't limit reported ports (git-fixes). +- cxl/trace: Properly initialize cxl_poison region name + (git-fixes). +- mtd: spinand: Add support for 5-byte IDs (stable-fixes). +- media: mc: Rename pad variable to clarify intent (stable-fixes). +- media: mc: Fix flags handling when creating pad links + (stable-fixes). +- kasan/test: avoid gcc warning for intentional overflow + (git-fixes). +- PCI/PM: Drain runtime-idle callbacks before driver removal + (stable-fixes). +- PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports + (stable-fixes). +- PCI/AER: Block runtime suspend when handling errors + (stable-fixes). +- drm/amdgpu/display: Address kdoc for 'is_psr_su' in + 'fill_dc_dirty_rects' (git-fixes). +- drm/amdgpu: make damage clips support configurable + (stable-fixes). +- drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs + (stable-fixes). +- drm/i915: Include the PLL name in the debug messages + (stable-fixes). +- drm/i915: Try to preserve the current shared_dpll for fastset + on type-c ports (stable-fixes). +- drm/i915: Replace a memset() with zero initialization + (stable-fixes). +- hwmon: (amc6821) add of_match table (stable-fixes). +- mac802154: fix llsec key resources release in + mac802154_llsec_key_del (git-fixes). +- wifi: rtw88: 8821cu: Fix connection failure (stable-fixes). +- wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU + (stable-fixes). +- wifi: brcmfmac: Demote vendor-specific attach/detach messages + to info (git-fixes). +- wifi: brcmfmac: cfg80211: Use WSEC to set SAE password + (stable-fixes). +- wifi: brcmfmac: add per-vendor feature detection callback + (stable-fixes). +- docs: Restore "smart quotes" for quotes (stable-fixes). +- mei: me: add arrow lake point H DID (stable-fixes). +- mei: me: add arrow lake point S DID (stable-fixes). +- Input: xpad - add additional HyperX Controller Identifiers + (stable-fixes). +- nouveau: lock the client object tree (stable-fixes). +- drm/amdgpu/pm: Fix the error of pwm1_enable setting + (stable-fixes). +- drm/amd/display: handle range offsets in VRR ranges + (stable-fixes). +- drm/amd/swsmu: modify the gfx activity scaling (stable-fixes). +- cxl/acpi: Fix load failures due to single window creation + failure (git-fixes). +- cxl/pci: Fix disabling memory if DVSEC CXL Range does not + match a CFMWS window (git-fixes). +- ahci: asm1064: correct count of reported ports (stable-fixes). +- interconnect: qcom: sm8550: Enable sync_state (git-fixes). +- interconnect: qcom: sc8180x: Mark CO0 BCM keepalive (git-fixes). +- nilfs2: fix potential bug in end_buffer_async_write (git-fixes). +- drm/amd/display: Add dml2 copy functions (stable-fixes). +- drm/i915: Stop printing pipe name as hex (stable-fixes). +- drm/i915: Use named initializers for DPLL info (stable-fixes). +- i915: make inject_virtual_interrupt() void (stable-fixes). +- interconnect: qcom: osm-l3: Replace custom implementation of + COUNT_ARGS() (git-fixes). +- kasan: print the original fault addr when access invalid shadow + (git-fixes). +- commit db0bc11 + +------------------------------------------------------------------- +Thu Apr 4 08:31:01 CEST 2024 - tiwai@suse.de + +- Add cherry-picked id to amdgpu patch +- commit c14e810 + +------------------------------------------------------------------- +Thu Apr 4 04:16:31 CEST 2024 - tonyj@suse.de + +- perf/x86/amd/core: Update and fix stalled-cycles-* events for + Zen 2 and later (git-fixes). +- perf/x86/amd/lbr: Use freeze based on availability (git-fixes). +- perf/x86/amd/core: Avoid register reset when CPU is dead + (git-fixes). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return + value checks (git-fixes). +- commit 450ea2e + +------------------------------------------------------------------- +Wed Apr 3 16:14:59 CEST 2024 - andrea.porta@suse.com + +- arm64: bpf: fix 32bit unconditional bswap (git-fixes). +- commit 9eb9b7b + +------------------------------------------------------------------- +Wed Apr 3 15:49:53 CEST 2024 - tiwai@suse.de + +- selinux: avoid dereference of garbage after mount failure + (git-fixes). +- net/x25: fix incorrect parameter validation in the + x25_getsockopt() function (git-fixes). +- commit 7c956e3 + ------------------------------------------------------------------- Wed Apr 3 15:40:16 CEST 2024 - tiwai@suse.de - Move upstreamed patches into sorted section - commit ebe113d +------------------------------------------------------------------- +Wed Apr 3 15:39:49 CEST 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit f0c6082 + +------------------------------------------------------------------- +Wed Apr 3 11:26:09 CEST 2024 - ailiop@suse.com + +- fs/ntfs3: Fix an NULL dereference bug (bsc#1222264 + CVE-2023-52631). +- commit b468789 + +------------------------------------------------------------------- +Wed Apr 3 11:24:07 CEST 2024 - ailiop@suse.com + +- xfs: allow extent free intents to be retried (git-fixes). +- commit 681b677 + +------------------------------------------------------------------- +Wed Apr 3 09:47:40 CEST 2024 - vkarasulli@suse.de + +- Update references in + patches.suse/media-xc4000-Fix-atomicity-violation-in-xc4000_get_f.patch + (git-fixes bsc#1219623 CVE-2024-24861). +- commit cf893ec + +------------------------------------------------------------------- +Tue Apr 2 13:36:01 CEST 2024 - tiwai@suse.de + +- drm/i915/lspcon: Separate lspcon probe and lspcon init + (bsc#1193599). +- drm/i915/lspcon: Separate function to set expected mode + (bsc#1193599). +- commit 3dfca11 + ------------------------------------------------------------------- Tue Apr 2 10:38:32 CEST 2024 - pjakobsson@suse.de @@ -124,11 +19480,102 @@ Tue Apr 2 09:02:40 CEST 2024 - mkubecek@suse.cz (CVE-2024-0193 bsc#1218495). - commit e7bf1c3 +------------------------------------------------------------------- +Tue Apr 2 00:50:29 CEST 2024 - mkubecek@suse.cz + +- netfilter: nf_tables: disallow anonymous set with timeout flag + (CVE-2024-26642 bsc#1221830). +- commit 9cf0701 + +------------------------------------------------------------------- +Sun Mar 31 10:19:47 CEST 2024 - tiwai@suse.de + +- usb: typec: ucsi_acpi: Refactor and fix DELL quirk (git-fixes). +- usb: typec: ucsi: Check for notifications after init + (git-fixes). +- usb: typec: ucsi: Clear EVENT_PENDING under PPM lock + (git-fixes). +- usb: typec: Return size of buffer if pd_set operation succeeds + (git-fixes). +- usb: dwc3: pci: Drop duplicate ID (git-fixes). +- usb: dwc3: Properly set system wakeup (git-fixes). +- usb: cdc-wdm: close race between read and workqueue (git-fixes). +- usb: dwc2: gadget: LPM flow fix (git-fixes). +- usb: dwc2: gadget: Fix exiting from clock gating (git-fixes). +- usb: dwc2: host: Fix ISOC flow in DDMA mode (git-fixes). +- usb: dwc2: host: Fix remote wakeup from hibernation (git-fixes). +- usb: dwc2: host: Fix hibernation flow (git-fixes). +- USB: core: Fix deadlock in usb_deauthorize_interface() + (git-fixes). +- usb: typec: tcpm: Update PD of Type-C port upon pd_set + (git-fixes). +- usb: typec: tcpm: fix double-free issue in + tcpm_port_unregister_pd() (git-fixes). +- usb: typec: ucsi: Fix race between typec_switch and role_switch + (git-fixes). +- usb: typec: tcpm: Correct port source pdo array in pd_set + callback (git-fixes). +- staging: vc04_services: fix information leak in + create_component() (git-fixes). +- commit d945fd3 + +------------------------------------------------------------------- +Sat Mar 30 09:55:11 CET 2024 - tiwai@suse.de + +- drm/i915/gt: Reset queue_priority_hint on parking (git-fixes). +- drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() + (git-fixes). +- drm/i915/hwmon: Fix locking inversion in sysfs getter + (git-fixes). +- drm/i915/dsb: Fix DSB vblank waits when using VRR (git-fixes). +- drm/i915/vrr: Generate VRR "safe window" for DSB (git-fixes). +- drm/i915/mtl: Update workaround 14018575942 (git-fixes). +- drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, + mostly (git-fixes). +- drm/qxl: remove unused variable from + `qxl_process_single_command()` (git-fixes). +- drm/qxl: remove unused `count` variable from + `qxl_surface_id_alloc()` (git-fixes). +- drm/vmwgfx: Create debugfs ttm_resource_manager entry only if + needed (git-fixes). +- drm/rockchip: vop2: Remove AR30 and AB30 format support + (git-fixes). +- dma-buf: Fix NULL pointer dereference in sanitycheck() + (git-fixes). +- drm/sched: fix null-ptr-deref in init entity (git-fixes). +- nouveau/dmem: handle kcalloc() allocation failure (git-fixes). +- drm/amdgpu: fix deadlock while reading mqd from debugfs + (git-fixes). +- drm/amd/display: Send DTBCLK disable message on first commit + (git-fixes). +- drm/amd: Flush GFXOFF requests in prepare stage (git-fixes). +- Revert "drm/amd/display: Fix sending VSC (+ colorimetry) + packets for DP/eDP displays without PSR" (stable-fixes). +- thermal: devfreq_cooling: Fix perf state when calculate dfc + res_util (git-fixes). +- Revert "thermal: core: Don't update trip points inside the + hysteresis range" (git-fixes). +- ACPICA: debugger: check status of acpi_evaluate_object() + in acpi_db_walk_for_fields() (git-fixes). +- commit 3764402 + +------------------------------------------------------------------- +Fri Mar 29 11:21:01 CET 2024 - mkoutny@suse.com + +- README.BRANCH: Remove copy of branch name +- commit 85aeac7 + ------------------------------------------------------------------- Fri Mar 29 11:21:00 CET 2024 - mkoutny@suse.com - README.BRANCH: Remove copy of branch name -- commit 795da64 +- commit 1a0e3e3 + +------------------------------------------------------------------- +Fri Mar 29 11:20:58 CET 2024 - mkoutny@suse.com + +- README.BRANCH: Remove copy of branch name +- commit 978e089 ------------------------------------------------------------------- Fri Mar 29 11:20:57 CET 2024 - mkoutny@suse.com @@ -136,6 +19583,48 @@ Fri Mar 29 11:20:57 CET 2024 - mkoutny@suse.com - README.BRANCH: Remove copy of branch name - commit fc25aed +------------------------------------------------------------------- +Fri Mar 29 09:28:06 CET 2024 - tiwai@suse.de + +- sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() + (git-fixes). +- mmc: sdhci-omap: re-tuning is needed after a pm transition to + support emmc HS200 mode (git-fixes). +- mmc: core: Avoid negative index with array access (git-fixes). +- mmc: core: Initialize mmc_blk_ioc_data (git-fixes). +- ALSA: hda/tas2781: add locks to kcontrols (git-fixes). +- ALSA: hda/tas2781: remove digital gain kcontrol (git-fixes). +- ALSA: aoa: avoid false-positive format truncation warning + (git-fixes). +- ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs + (git-fixes). +- ALSA: hda: cs35l56: Set the init_done flag before + component_add() (git-fixes). +- net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips + (git-fixes). +- wifi: iwlwifi: mvm: include link ID when releasing frames + (git-fixes). +- wifi: iwlwifi: fw: don't always use FW dump trig (git-fixes). +- wifi: iwlwifi: mvm: rfi: fix potential response leaks + (git-fixes). +- selftests: vxlan_mdb: Fix failures with old libnet (git-fixes). +- net: wwan: t7xx: Split 64bit accesses to fix alignment issues + (git-fixes). +- net: ll_temac: platform_get_resource replaced by wrong function + (git-fixes). +- nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet + (git-fixes). +- commit 699a684 + +------------------------------------------------------------------- +Thu Mar 28 15:49:16 CET 2024 - tbogendoerfer@suse.de + +- ipv6: init the accept_queue's spinlocks in inet6_create + (bsc#1221293 CVE-2024-26614). +- tcp: make sure init the accept_queue's spinlocks once + (bsc#1221293 CVE-2024-26614). +- commit ec637cb + ------------------------------------------------------------------- Thu Mar 28 15:37:39 CET 2024 - dwagner@suse.de @@ -193,6 +19682,13 @@ Thu Mar 28 15:26:24 CET 2024 - mgorman@suse.de patches.suse/sched-fair-Combine-EAS-check-with-root_domain-overutilized-access.patch. - commit 4469f5b +------------------------------------------------------------------- +Thu Mar 28 14:37:37 CET 2024 - msuchanek@suse.de + +- powerpc/crypto/chacha-p10: Fix failure on non Power10 + (bsc#1218205). +- commit 03daeb8 + ------------------------------------------------------------------- Thu Mar 28 14:35:48 CET 2024 - tbogendoerfer@suse.de @@ -282,6 +19778,19 @@ Wed Mar 27 22:54:24 CET 2024 - pjakobsson@suse.de This fixes bsc#1221814 - commit a7a9087 +------------------------------------------------------------------- +Wed Mar 27 20:47:33 CET 2024 - wqu@suse.com + +- btrfs: qgroup: always free reserved space for extent records + (bsc#1216196). +- commit a5aefa7 + +------------------------------------------------------------------- +Wed Mar 27 18:52:46 CET 2024 - spradhan@suse.de + +- btrfs: fix stripe length calculation for non-zoned data chunk allocation (bsc#1217489). +- commit a8d6afc + ------------------------------------------------------------------- Wed Mar 27 16:49:32 CET 2024 - mkoutny@suse.com @@ -611,6 +20120,203 @@ Wed Mar 27 16:49:24 CET 2024 - mkoutny@suse.com (git-fixes CVE-2023-52575 bsc#1220871). - commit 6296dca +------------------------------------------------------------------- +Wed Mar 27 13:17:14 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Fix build when debugfs is not enabled (jsc#PED-7619). +- commit 5b92ea7 + +------------------------------------------------------------------- +Wed Mar 27 13:16:29 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Safely handle saved records of various sizes (jsc#PED-7619). +- commit dbe7333 + +------------------------------------------------------------------- +Wed Mar 27 13:16:10 CET 2024 - nik.borisov@suse.com + +- RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records() (jsc#PED-7619). +- commit 6f11306 + +------------------------------------------------------------------- +Wed Mar 27 11:40:29 CET 2024 - tiwai@suse.de + +- ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2" + (stable-fixes). +- commit 7817302 + +------------------------------------------------------------------- +Wed Mar 27 11:38:36 CET 2024 - tiwai@suse.de + +- wifi: iwlwifi: mvm: use correct address 3 in A-MSDU + (stable-fixes). +- Refresh + patches.suse/wifi-iwlwifi-mvm-use-FW-rate-for-non-data-only-on-ne.patch. +- commit 5b989e7 + +------------------------------------------------------------------- +Wed Mar 27 11:37:48 CET 2024 - tiwai@suse.de + +- drm/msm/dpu: use devres-managed allocation for MDP TOP + (stable-fixes). +- Refresh + patches.suse/drm-msm-dpu-finalise-global-state-object.patch. +- commit d966716 + +------------------------------------------------------------------- +Wed Mar 27 11:36:28 CET 2024 - tiwai@suse.de + +- pwm: img: fix pwm clock lookup (git-fixes). +- crypto: qat - fix ring to service map for dcc in 4xxx + (git-fixes). +- clk: qcom: reset: Ensure write completion on reset de/assertion + (git-fixes). +- clk: qcom: reset: Commonize the de/assert functions + (stable-fixes). +- media: cadence: csi2rx: use match fwnode for media link + (git-fixes). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops + (stable-fixes). +- Bluetooth: hci_core: Cancel request on command timeout + (stable-fixes). +- inet_diag: annotate data-races around inet_diag_table[] + (git-fixes). +- pstore: inode: Only d_invalidate() is needed (git-fixes). +- Input: gpio_keys_polled - suppress deferred probe error for gpio + (stable-fixes). +- firewire: core: use long bus reset on gap count error + (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 + (stable-fixes). +- ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table + (stable-fixes). +- drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series + (stable-fixes). +- drm/buddy: check range allocation matches alignment + (stable-fixes). +- Bluetooth: mgmt: Fix limited discoverable off timeout + (stable-fixes). +- wifi: mac80211: only call drv_sta_rc_update for uploaded + stations (stable-fixes). +- soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt + (stable-fixes). +- drm/amd/display: fix input states translation error for dcn35 & + dcn351 (stable-fixes). +- platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios + name (stable-fixes). +- media: rkisp1: Fix IRQ handling due to shared interrupts + (stable-fixes). +- ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system + suspend (stable-fixes). +- ASoC: rt5645: Make LattePanda board DMI match more precise + (stable-fixes). +- spi: intel-pci: Add support for Lunar Lake-M SPI serial flash + (stable-fixes). +- regmap: kunit: Ensure that changed bytes are actually different + (stable-fixes). +- HID: multitouch: Add required quirk for Synaptics 0xcddc device + (stable-fixes). +- wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights + (stable-fixes). +- crypto: qat - relocate and rename get_service_enabled() + (stable-fixes). +- pstore: inode: Convert mutex usage to guard(mutex) + (stable-fixes). +- ACPI: resource: Add Infinity laptops to + irq1_edge_low_force_override (stable-fixes). +- commit 88eb41a + +------------------------------------------------------------------- +Wed Mar 27 11:12:04 CET 2024 - denis.kirjanov@suse.com + +- octeontx2-af: Fix devlink params (git-fixes). +- commit 4b1b7ca + +------------------------------------------------------------------- +Wed Mar 27 11:09:48 CET 2024 - denis.kirjanov@suse.com + +- net: hns3: fix port duplex configure error in IMP reset + (git-fixes). +- commit 1e6cd3d + +------------------------------------------------------------------- +Wed Mar 27 11:08:07 CET 2024 - denis.kirjanov@suse.com + +- net: hns3: fix kernel crash when 1588 is received on HIP08 + devices (git-fixes). +- commit 1a3aae0 + +------------------------------------------------------------------- +Wed Mar 27 11:06:25 CET 2024 - denis.kirjanov@suse.com + +- net: hns3: fix wrong judgment condition issue (git-fixes). +- commit 1fd3681 + +------------------------------------------------------------------- +Wed Mar 27 11:04:31 CET 2024 - denis.kirjanov@suse.com + +- net: ena: Remove ena_select_queue (git-fixes). +- commit e9af613 + +------------------------------------------------------------------- +Wed Mar 27 11:02:49 CET 2024 - denis.kirjanov@suse.com + +- net: pds_core: Fix possible double free in error handling path + (git-fixes). +- commit 2613145 + +------------------------------------------------------------------- +Wed Mar 27 11:00:44 CET 2024 - denis.kirjanov@suse.com + +- xdp, bonding: Fix feature flags when there are no slave devs + anymore (git-fixes). +- commit 1154baf + +------------------------------------------------------------------- +Wed Mar 27 10:59:12 CET 2024 - denis.kirjanov@suse.com + +- intel: legacy: Partial revert of field get conversion + (git-fixes). +- commit d4f114e + +------------------------------------------------------------------- +Wed Mar 27 10:57:22 CET 2024 - denis.kirjanov@suse.com + +- igc: avoid returning frame twice in XDP_REDIRECT (git-fixes). +- commit 75f7f5f + +------------------------------------------------------------------- +Wed Mar 27 10:55:51 CET 2024 - denis.kirjanov@suse.com + +- i40e: Fix firmware version comparison function (git-fixes). +- commit 2c37782 + +------------------------------------------------------------------- +Wed Mar 27 10:54:16 CET 2024 - denis.kirjanov@suse.com + +- ice: fix typo in assignment (git-fixes). +- commit f19020e + +------------------------------------------------------------------- +Wed Mar 27 10:52:12 CET 2024 - denis.kirjanov@suse.com + +- ice: fix uninitialized dplls mutex usage (git-fixes). +- commit ff34920 + +------------------------------------------------------------------- +Wed Mar 27 10:50:39 CET 2024 - denis.kirjanov@suse.com + +- net: ice: Fix potential NULL pointer dereference in + ice_bridge_setlink() (git-fixes). +- commit 1e87fbd + +------------------------------------------------------------------- +Tue Mar 26 17:11:37 CET 2024 - colyli@suse.de + +- block: add check that partition length needs to be aligned + with block size (bsc#1220428, CVE-2023-52458). +- commit 9530f29 + ------------------------------------------------------------------- Tue Mar 26 13:30:37 CET 2024 - mgorman@suse.de @@ -627,12 +20333,26 @@ Tue Mar 26 11:14:07 CET 2024 - jbohac@suse.cz (fix unused variable warning) - commit c953180 +------------------------------------------------------------------- +Tue Mar 26 08:36:49 CET 2024 - jlee@suse.com + +- Update References + patches.suse/wifi-ath10k-fix-NULL-pointer-dereference-in-ath10k_w.patch + (git-fixes bsc#1218336 CVE-2023-7042). +- commit 5dbf535 + ------------------------------------------------------------------- Tue Mar 26 08:32:30 CET 2024 - tiwai@suse.de - Move upstreamed patches into sorted section - commit 70b2e3d +------------------------------------------------------------------- +Mon Mar 25 21:39:32 CET 2024 - tiwai@suse.de + +- mm_init kABI workaround (git-fixes). +- commit 258a68b + ------------------------------------------------------------------- Mon Mar 25 18:30:41 CET 2024 - mgorman@suse.de @@ -664,12 +20384,178 @@ Mon Mar 25 18:30:41 CET 2024 - mgorman@suse.de patches.suse/printk-nbcon-move-locked_port-flag-to-struct-uart_port.patch. - commit d6984e0 +------------------------------------------------------------------- +Mon Mar 25 18:02:23 CET 2024 - colyli@suse.de + +- device-dax: make dax_bus_type const (jsc#PED-5853). +- nvdimm: make nvdimm_bus_type const (jsc#PED-5853). +- libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help (jsc#PED-5853). +- nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal + (jsc#PED-5853). +- dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n + (jsc#PED-5853). +- nvdimm/pmem: fix leak on dax_add_host() failure (jsc#PED-5853). +- dax/bus.c: replace several sprintf() with sysfs_emit() + (jsc#PED-5853). +- dax/bus.c: replace driver-core lock usage by a local rwsem + (jsc#PED-5853). +- dm-integrity: set max_integrity_segments in + dm_integrity_io_hints (jsc#PED-7542). +- dm: update relevant MODULE_AUTHOR entries to latest dm-devel + mailing list (jsc#PED-7542). +- dm verity: set DM_TARGET_SINGLETON feature flag (jsc#PED-7542). +- dm crypt: remove redundant state settings after waking up + (jsc#PED-7542). +- dm thin: add braces around conditional code that spans lines + (jsc#PED-7542). +- md/dm-raid: don't call md_reap_sync_thread() directly + (jsc#PED-7542). +- dm-raid: really frozen sync_thread during suspend + (jsc#PED-7542). +- md: add a new helper reshape_interrupted() (jsc#PED-7542). +- md: export helper md_is_rdwr() (jsc#PED-7542). +- md: export helpers to stop sync_thread (jsc#PED-7542). +- md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume + (jsc#PED-7542). +- md/raid1: factor out helpers to choose the best rdev from + read_balance() (jsc#PED-7542). +- md/raid1: factor out the code to manage sequential IO + (jsc#PED-7542). +- md/raid1: factor out choose_bb_rdev() from read_balance() + (jsc#PED-7542). +- md/raid1: factor out choose_slow_rdev() from read_balance() + (jsc#PED-7542). +- md/raid1: factor out read_first_rdev() from read_balance() + (jsc#PED-7542). +- md/raid1-10: factor out a new helper raid1_should_read_first() + (jsc#PED-7542). +- md/raid1-10: add a helper raid1_check_read_range() + (jsc#PED-7542). +- md/raid1: fix choose next idle in read_balance() (jsc#PED-7542). +- commit 9ee2d7c + +------------------------------------------------------------------- +Mon Mar 25 17:59:43 CET 2024 - colyli@suse.de + +- md: preserve KABI in struct md_personality (jsc#PED-7542). +- dm-raid: add a new helper prepare_suspend() in md_personality + (jsc#PED-7542). +- commit ee8ae3a + +------------------------------------------------------------------- +Mon Mar 25 17:57:08 CET 2024 - colyli@suse.de + +- md/raid1: record nonrot rdevs while adding/removing rdevs to + conf (jsc#PED-7542). +- Refresh patches.suse/md-display-timeout-error.patch. +- commit 6221037 + +------------------------------------------------------------------- +Mon Mar 25 17:55:31 CET 2024 - colyli@suse.de + +- md/raid1: factor out helpers to add rdev to conf (jsc#PED-7542). +- md: add a new helper rdev_has_badblock() (jsc#PED-7542). +- md: check mddev->pers before calling md_set_readonly() + (jsc#PED-7542). +- md: clean up openers check in do_md_stop() and md_set_readonly() + (jsc#PED-7542). +- md: sync blockdev before stopping raid or setting readonly + (jsc#PED-7542). +- md: factor out a helper to sync mddev (jsc#PED-7542). +- md: Don't clear MD_CLOSING when the raid is about to stop + (jsc#PED-7542). +- md: return directly before setting did_set_md_closing + (jsc#PED-7542). +- md: clean up invalid BUG_ON in md_ioctl (jsc#PED-7542). +- md: changed the switch of RAID_VERSION to if (jsc#PED-7542). +- md: merge the check of capabilities into md_ioctl_valid() + (jsc#PED-7542). +- md: fix kmemleak of rdev->serial (jsc#PED-7542). +- md: use RCU lock to protect traversal in md_spares_need_change() + (jsc#PED-7542). +- md: get rdev->mddev with READ_ONCE() (jsc#PED-7542). +- md: remove redundant md_wakeup_thread() (jsc#PED-7542). +- md: remove redundant check of 'mddev->sync_thread' + (jsc#PED-7542). +- commit ce67549 + ------------------------------------------------------------------- Mon Mar 25 17:02:21 CET 2024 - tiwai@suse.de - Move upstreamed uio patches into sorted section - commit bd64fed +------------------------------------------------------------------- +Mon Mar 25 16:52:37 CET 2024 - tiwai@suse.de + +- clocksource/drivers/arm_global_timer: Fix maximum prescaler + value (git-fixes). +- clocksource/drivers/imx: Fix -Wunused-but-set-variable warning + (git-fixes). +- speakup: Fix 8bit characters from direct synth (git-fixes). +- wifi: iwlwifi: fw: fix compile w/o CONFIG_ACPI (git-fixes). +- sock_diag: annotate data-races around sock_diag_handlers[family] + (git-fixes). +- serial: core: Fix atomicity violation in uart_tiocmget + (git-fixes). +- commit 1a369e8 + +------------------------------------------------------------------- +Mon Mar 25 16:52:07 CET 2024 - tiwai@suse.de + +- Add cherry-picked id to amdgpu patch (git-fixes) +- commit 520ebef + +------------------------------------------------------------------- +Mon Mar 25 16:41:56 CET 2024 - tiwai@suse.de + +- efi: fix panic in kdump kernel (git-fixes). +- efi: disable mirror feature during crashkernel (stable-fixes). +- commit 1fa1fb0 + +------------------------------------------------------------------- +Mon Mar 25 15:11:53 CET 2024 - oneukum@suse.com + +- xhci: update event ring dequeue pointer position to controller + correctly (git-fixes). + Altered because we cannot take the multiple interrupter code +- commit 09553b9 + +------------------------------------------------------------------- +Mon Mar 25 15:02:58 CET 2024 - oneukum@suse.com + +- xhci: remove unnecessary event_ring_deq parameter from + xhci_handle_event() (git-fixes). +- commit 9738c27 + +------------------------------------------------------------------- +Mon Mar 25 14:54:24 CET 2024 - oneukum@suse.com + +- xhci: simplify event ring dequeue tracking for transfer events + (git-fixes). +- Refresh + patches.suse/xhci-Simplify-event-ring-dequeue-pointer-update-for-.patch. +- commit b590884 + +------------------------------------------------------------------- +Mon Mar 25 14:44:04 CET 2024 - oneukum@suse.com + +- xhci: add helper that checks for unhandled events on a event + ring (git-fixes). +- commit 14f6eb3 + +------------------------------------------------------------------- +Mon Mar 25 14:40:24 CET 2024 - oneukum@suse.com + +- usb: xhci: Implement xhci_handshake_check_state() helper. +- commit f377708 + +------------------------------------------------------------------- +Mon Mar 25 13:47:53 CET 2024 - denis.kirjanov@suse.com + +- kabi/severities: ignore Wangxun ethernet driver local symbols +- commit 86b4a3b + ------------------------------------------------------------------- Mon Mar 25 13:29:53 CET 2024 - mgorman@suse.de @@ -679,12 +20565,155 @@ Mon Mar 25 13:29:53 CET 2024 - mgorman@suse.de patches.suse/serial-8250-lock-port-for-rx_dma-callback.patch. - commit d0958aa +------------------------------------------------------------------- +Mon Mar 25 12:49:46 CET 2024 - ailiop@suse.com + +- ubi: Check for too small LEB size in VTBL code (bsc#1219834 + CVE-2024-25739). +- commit 8837d83 + +------------------------------------------------------------------- +Mon Mar 25 11:42:05 CET 2024 - oneukum@suse.com + +- xhci: Simplify event ring dequeue pointer update for port + change events (git-fixes). +- commit 87ce2b5 + +------------------------------------------------------------------- +Mon Mar 25 10:47:22 CET 2024 - tiwai@suse.de + +- wifi: ath11k: decrease MHI channel buffer length to 8KB + (bsc#1207948). +- commit fa1c47a + +------------------------------------------------------------------- +Mon Mar 25 10:46:37 CET 2024 - nik.borisov@suse.com + +- x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (git-fixes). +- commit 4352288 + +------------------------------------------------------------------- +Mon Mar 25 10:45:13 CET 2024 - nik.borisov@suse.com + +- x86/CPU/AMD: Update the Zenbleed microcode revisions (git-fixes). +- commit 6ea0e27 + +------------------------------------------------------------------- +Mon Mar 25 10:34:13 CET 2024 - denis.kirjanov@suse.com + +- ice: virtchnl: stop pretending to support RSS over AQ or + registers (git-fixes). +- commit 6cbf931 + +------------------------------------------------------------------- +Mon Mar 25 10:32:43 CET 2024 - denis.kirjanov@suse.com + +- idpf: disable local BH when scheduling napi for marker packets + (git-fixes). +- commit 30580cd + +------------------------------------------------------------------- +Mon Mar 25 10:31:06 CET 2024 - denis.kirjanov@suse.com + +- net: dsa: microchip: fix register write order in + ksz8_ind_write8() (git-fixes). +- commit ed256c0 + +------------------------------------------------------------------- +Mon Mar 25 10:29:29 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Switch to using _bh variant of of spinlock API in + port timestamping NAPI poll context (git-fixes). +- commit 41be7c6 + +------------------------------------------------------------------- +Mon Mar 25 10:26:04 CET 2024 - denis.kirjanov@suse.com + +- net: stmmac: Fix incorrect dereference in interrupt handlers + (git-fixes). +- commit 0ab8957 + +------------------------------------------------------------------- +Mon Mar 25 10:20:36 CET 2024 - denis.kirjanov@suse.com + +- net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio + (git-fixes). +- commit 82f6a71 + +------------------------------------------------------------------- +Mon Mar 25 10:18:29 CET 2024 - denis.kirjanov@suse.com + +- net: libwx: fix memory leak on free page (git-fixes). +- commit 1147e4f + +------------------------------------------------------------------- +Mon Mar 25 10:15:05 CET 2024 - denis.kirjanov@suse.com + +- Update references +- commit 2642ab1 + +------------------------------------------------------------------- +Mon Mar 25 09:10:29 CET 2024 - jslaby@suse.cz + +- blacklist.conf: add one PCI miss +- commit 45d2467 + +------------------------------------------------------------------- +Mon Mar 25 09:06:28 CET 2024 - jslaby@suse.cz + +- PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p + (git-fixes). +- PCI: qcom: Add support for sa8775p SoC (git-fixes). +- PCI/ASPM: Use RMW accessors for changing LNKCTL (git-fixes). +- PCI: Make link retraining use RMW accessors for changing LNKCTL + (git-fixes). +- commit 85600d2 + +------------------------------------------------------------------- +Mon Mar 25 08:53:55 CET 2024 - dwagner@suse.de + +- nvme: fix reconnection fail due to reserved tag allocation + (git-fixes). +- commit b4e9845 + +------------------------------------------------------------------- +Mon Mar 25 07:09:23 CET 2024 - shung-hsi.yu@suse.com + +- bpf, scripts: Correct GPL license name (git-fixes). +- commit 0780a36 + ------------------------------------------------------------------- Sun Mar 24 09:09:01 CET 2024 - tiwai@suse.de - Move out-of-tree kexec patches into the right section - commit 06266e2 +------------------------------------------------------------------- +Sun Mar 24 09:06:31 CET 2024 - tiwai@suse.de + +- Move upstreamed patches into sorted section +- commit d7cfbed + +------------------------------------------------------------------- +Sat Mar 23 10:48:51 CET 2024 - tiwai@suse.de + +- Drop usb gadget patch that was taken mistakenly and reverted (git-fixes) +- commit 57ae154 + +------------------------------------------------------------------- +Sat Mar 23 09:12:01 CET 2024 - tiwai@suse.de + +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler + (git-fixes). +- spi: lm70llp: fix links in doc and comments (git-fixes). +- spi: lpspi: Avoid potential use-after-free in probe() + (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates + (git-fixes). +- ASoC: tlv320adc3xxx: Don't strip remove function when driver + is builtin (git-fixes). +- commit 0e27f7b + ------------------------------------------------------------------- Fri Mar 22 17:14:57 CET 2024 - mgorman@suse.de @@ -693,6 +20722,178 @@ Fri Mar 22 17:14:57 CET 2024 - mgorman@suse.de - Refresh patches.suse/printk-Update-the-printk-series.patch. - commit 1025e3e +------------------------------------------------------------------- +Fri Mar 22 13:17:18 CET 2024 - tiwai@suse.de + +- drm/amdgpu: drop setting buffer funcs in sdma442 (git-fixes). +- drm/amdgpu/pm: Check the validity of overdiver power limit + (git-fixes). +- drm/amdgpu/pm: Fix NULL pointer dereference when get power limit + (git-fixes). +- drm/amdgpu: fix mmhub client id out-of-bounds access + (git-fixes). +- nouveau/gsp: don't check devinit disable on GSP (git-fixes). +- drm: Fix drm_fixp2int_round() making it add 0.5 (git-fixes). +- nouveau: reset the bo resource bus info after an eviction + (git-fixes). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it + (git-fixes). +- selftests: forwarding: Fix ping failure due to short timeout + (git-fixes). +- soc: fsl: qbman: Use raw spinlock for cgr_lock (git-fixes). +- soc: fsl: qbman: Always disable interrupts when taking cgr_lock + (git-fixes). +- kconfig: fix infinite loop when expanding a macro at the end + of file (git-fixes). +- slimbus: core: Remove usage of the deprecated ida_simple_xx() + API (git-fixes). +- hwtracing: hisi_ptt: Move type check to the beginning of + hisi_ptt_pmu_event_init() (git-fixes). +- bus: mhi: ep: check the correct variable in + mhi_ep_register_controller() (git-fixes). +- iio: gts-helper: Fix division loop (git-fixes). +- iio: dummy_evgen: remove Excess kernel-doc comments (git-fixes). +- serial: Lock console when calling into driver before + registration (git-fixes). +- serial: core: only stop transmit when HW fifo is empty + (git-fixes). +- serial: 8250_exar: Don't remove GPIO device on suspend + (git-fixes). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT + (git-fixes). +- serial: max310x: fix syntax error in IRQ error message + (git-fixes). +- serial: max310x: fix NULL pointer dereference in I2C + instantiation (git-fixes). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (git-fixes). +- usb: gadget: net2272: Use irqflags in the call to + net2272_probe_fin (git-fixes). +- usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros (git-fixes). +- usb: xhci: Add error handling in xhci_map_urb_for_dma + (git-fixes). +- usb: phy: generic: Get the vbus supply (git-fixes). +- usb: audio-v2: Correct comments for struct + uac_clock_selector_descriptor (git-fixes). +- remoteproc: stm32: Fix incorrect type assignment returned by + stm32_rproc_get_loaded_rsc_tablef (git-fixes). +- remoteproc: virtio: Fix wdg cannot recovery remote processor + (git-fixes). +- commit 0e293ea + +------------------------------------------------------------------- +Fri Mar 22 12:36:58 CET 2024 - vkarasulli@suse.de + +- iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array + (git-fixes). +- commit 7b0b857 + +------------------------------------------------------------------- +Fri Mar 22 12:30:29 CET 2024 - vkarasulli@suse.de + +- iommufd/iova_bitmap: Consider page offset for the pages to be + pinned (git-fixes). +- commit 0bcb37d + +------------------------------------------------------------------- +Fri Mar 22 11:56:37 CET 2024 - vkarasulli@suse.de + +- iommu/vt-d: Set SSADE when attaching to a parent with dirty + tracking (git-fixes). +- commit 0dce02e + +------------------------------------------------------------------- +Fri Mar 22 11:13:09 CET 2024 - vkarasulli@suse.de + +- iommufd: Fix iopt_access_list_id overwrite bug (git-fixes). +- commit 393f087 + +------------------------------------------------------------------- +Fri Mar 22 10:48:43 CET 2024 - iivanov@suse.de + +- Update patches.suse/dmaengine-fix-NULL-pointer-in-channel-unregistration.patch (git-fixes bsc#1221276 CVE-2023-52492) +- commit 4334575 + +------------------------------------------------------------------- +Fri Mar 22 08:56:05 CET 2024 - iivanov@suse.de + +- Update patches.suse/firmware-arm_scmi-Check-mailbox-SMT-channel-for-cons.patch (git-fixes bsc#1221375 CVE-2023-52608) +- commit 9e41d96 + +------------------------------------------------------------------- +Thu Mar 21 22:20:29 CET 2024 - tonyj@suse.de + +- perf tests: Skip data symbol test if buf1 symbol is missing + (bsc#1220045). +- perf tests: Make data symbol test wait for perf to start + (bsc#1220045). +- commit c2fa164 + +------------------------------------------------------------------- +Thu Mar 21 17:59:54 CET 2024 - jlee@suse.com + +- Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security + (bsc#1219170 CVE-2024-22099). +- commit ee8d9c4 + +------------------------------------------------------------------- +Thu Mar 21 14:35:13 CET 2024 - dwagner@suse.de + +- scsi: qla2xxx: Update version to 10.02.09.200-k (bsc1221816). +- scsi: qla2xxx: Delay I/O Abort on PCI error (bsc1221816). +- scsi: qla2xxx: Change debug message during driver unload + (bsc1221816). +- scsi: qla2xxx: Fix double free of fcport (bsc1221816). +- scsi: qla2xxx: Fix double free of the ha->vp_map pointer + (bsc1221816). +- scsi: qla2xxx: Fix command flush on cable pull (bsc1221816). +- scsi: qla2xxx: NVME|FCP prefer flag not being honored + (bsc1221816). +- scsi: qla2xxx: Update manufacturer detail (bsc1221816). +- scsi: qla2xxx: Split FCE|EFT trace control (bsc1221816). +- scsi: qla2xxx: Fix N2N stuck connection (bsc1221816). +- scsi: qla2xxx: Prevent command send on chip reset (bsc1221816). +- commit 1d07bf4 + +------------------------------------------------------------------- +Thu Mar 21 14:12:16 CET 2024 - jlee@suse.com + +- aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts + (bsc#1218562 CVE-2023-6270 CVE-2024-26898 bsc#1223016). +- aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts + (bsc#1218562 CVE-2023-6270). +- commit bd4199d + +------------------------------------------------------------------- +Thu Mar 21 14:08:17 CET 2024 - dwagner@suse.de + +- scsi: lpfc: Copyright updates for 14.4.0.1 patches + (bsc#1221777). +- scsi: lpfc: Update lpfc version to 14.4.0.1 (bsc#1221777). +- scsi: lpfc: Define types in a union for generic void *context3 + ptr (bsc#1221777). +- scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr + (bsc#1221777). +- scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr + (bsc#1221777). +- scsi: lpfc: Use a dedicated lock for ras_fwlog state + (bsc#1221777). +- scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() + (bsc#1221777). +- scsi: lpfc: Replace hbalock with ndlp lock in + lpfc_nvme_unregister_port() (bsc#1221777). +- scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic + (bsc#1221777). +- scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling + (bsc#1221777 bsc#1217959). +- scsi: lpfc: Move NPIV's transport unregistration to after + resource clean up (bsc#1221777). +- scsi: lpfc: Remove unnecessary log message in queuecommand path + (bsc#1221777). +- scsi: lpfc: Correct size for cmdwqe/rspwqe for memset() + (bsc#1221777). +- scsi: lpfc: Correct size for wqe for memset() (bsc#1221777). +- commit eef9737 + ------------------------------------------------------------------- Thu Mar 21 12:03:15 CET 2024 - mgorman@suse.de @@ -739,12 +20940,126 @@ Thu Mar 21 12:03:15 CET 2024 - mgorman@suse.de patches.suse/printk-Add-NMI-check-to-console_flush_on_panic-and-console_unblank.patch. - commit cd25188 +------------------------------------------------------------------- +Thu Mar 21 11:31:29 CET 2024 - msuchanek@suse.de + +- Workaround broken chacha crypto fallback (bsc#1218205). +- commit 55f136c + ------------------------------------------------------------------- Thu Mar 21 11:26:07 CET 2024 - mgorman@suse.de - Revert v6.5-rt printk - commit 36c3e65 +------------------------------------------------------------------- +Thu Mar 21 11:19:16 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Use a memory barrier to enforce PTP WQ xmit + submission tracking occurs after populating the metadata_map + (git-fixes). +- commit c382d3a + +------------------------------------------------------------------- +Thu Mar 21 11:17:43 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Fix MACsec state loss upon state update in offload + path (git-fixes). +- commit 7293938 + +------------------------------------------------------------------- +Thu Mar 21 11:16:11 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5e: Change the warning when ignore_flow_level is not + supported (git-fixes). +- commit 5274665 + +------------------------------------------------------------------- +Thu Mar 21 11:14:37 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5: Fix fw reporter diagnose output (git-fixes). +- commit 3377c89 + +------------------------------------------------------------------- +Thu Mar 21 11:13:05 CET 2024 - denis.kirjanov@suse.com + +- net/mlx5: E-switch, Change flow rule destination checking + (git-fixes). +- commit 1d30b46 + +------------------------------------------------------------------- +Thu Mar 21 11:11:26 CET 2024 - denis.kirjanov@suse.com + +- Revert "net/mlx5e: Check the number of elements before walk + TC rhashtable" (git-fixes). +- commit a37e618 + +------------------------------------------------------------------- +Thu Mar 21 11:09:49 CET 2024 - denis.kirjanov@suse.com + +- Revert "net/mlx5: Block entering switchdev mode with ns + inconsistency" (git-fixes). +- commit 917148d + +------------------------------------------------------------------- +Thu Mar 21 11:08:11 CET 2024 - denis.kirjanov@suse.com + +- ice: reconfig host after changing MSI-X on VF (git-fixes). +- commit f980680 + +------------------------------------------------------------------- +Thu Mar 21 11:06:28 CET 2024 - denis.kirjanov@suse.com + +- ice: reorder disabling IRQ and NAPI in ice_qp_dis (git-fixes). +- commit 4099ba6 + +------------------------------------------------------------------- +Thu Mar 21 11:05:01 CET 2024 - denis.kirjanov@suse.com + +- i40e: disable NAPI right after disabling irqs when handling + xsk_pool (git-fixes). +- commit 1715806 + +------------------------------------------------------------------- +Thu Mar 21 11:03:38 CET 2024 - denis.kirjanov@suse.com + +- ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able + (git-fixes). +- commit fbfea47 + +------------------------------------------------------------------- +Thu Mar 21 11:02:10 CET 2024 - denis.kirjanov@suse.com + +- geneve: make sure to pull inner header in geneve_rx() + (git-fixes). +- commit 8b261ce + +------------------------------------------------------------------- +Thu Mar 21 11:00:24 CET 2024 - denis.kirjanov@suse.com + +- gtp: fix use-after-free and null-ptr-deref in gtp_newlink() + (git-fixes). +- commit 897cd65 + +------------------------------------------------------------------- +Thu Mar 21 10:58:44 CET 2024 - denis.kirjanov@suse.com + +- igb: extend PTP timestamp adjustments to i211 (git-fixes). +- commit b173908 + +------------------------------------------------------------------- +Thu Mar 21 10:57:13 CET 2024 - denis.kirjanov@suse.com + +- stmmac: Clear variable when destroying workqueue (git-fixes). +- commit 94d14a9 + +------------------------------------------------------------------- +Thu Mar 21 08:42:50 CET 2024 - mfranc@suse.cz + +- s390/vtime: fix average steal time calculation (git-fixes + bsc#1221783). +- commit e044390 + ------------------------------------------------------------------- Wed Mar 20 17:04:34 CET 2024 - mgorman@suse.de @@ -907,6 +21222,48 @@ Wed Mar 20 14:31:18 CET 2024 - mgorman@suse.de patches.suse/printk-Monolithic-bring-printk-up-to-date-with-v6.6-rt25.patch. - commit dde15d2 +------------------------------------------------------------------- +Wed Mar 20 13:05:54 CET 2024 - jslaby@suse.cz + +- blacklist.conf: add one x86/mem_encrypt entry +- commit 6d2cc3b + +------------------------------------------------------------------- +Wed Mar 20 13:04:03 CET 2024 - jslaby@suse.cz + +- net/smc: fix documentation of buffer sizes (git-fixes). +- bootmem: use kmemleak_free_part_phys in free_bootmem_page + (git-fixes). +- swiotlb: use the calculated number of areas (git-fixes). +- sched/psi: Select KERNFS as needed (git-fixes). +- commit ed6834a + +------------------------------------------------------------------- +Wed Mar 20 13:00:31 CET 2024 - denis.kirjanov@suse.com + +- veth: try harder when allocating queue memory (git-fixes). +- commit fda44e7 + +------------------------------------------------------------------- +Wed Mar 20 10:59:24 CET 2024 - oneukum@suse.com + +- vdpa/mlx5: Allow CVQ size changes (git-fixes). +- commit 7026f16 + +------------------------------------------------------------------- +Wed Mar 20 10:56:13 CET 2024 - oneukum@suse.com + +- vdpa_sim: reset must not run (git-fixes). +- commit b05aeef + +------------------------------------------------------------------- +Wed Mar 20 08:18:45 CET 2024 - iivanov@suse.de + +- Fix patches.suse/coresight-etm4x-Add-ACPI-support-in-platform-driver.patch (bsc#1218779 bsc#1220587) + Put back patch hunk which where missed because file rename + drivers/acpi/acpi_amba.c -> drivers/acpi/arm64/amba.c +- commit 1eccf32 + ------------------------------------------------------------------- Wed Mar 20 07:47:07 CET 2024 - tiwai@suse.de @@ -918,6 +21275,50 @@ Wed Mar 20 07:47:07 CET 2024 - tiwai@suse.de an error handling path (git-fixes). - commit 353a58d +------------------------------------------------------------------- +Wed Mar 20 02:06:22 CET 2024 - neilb@suse.de + +- NFSD: Fix nfsd_clid_class use of __string_len() macro + (git-fixes). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails + (git-fixes). +- NFS: Read unlock folio on nfs_page_create_from_folio() error + (git-fixes). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (git-fixes). +- NFS: Fix an off by one in root_nfs_cat() (git-fixes). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback + interrupt (git-fixes). +- NFSv4.2: fix listxattr maximum XDR buffer size (git-fixes). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 + (git-fixes). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() + (git-fixes). +- nfsd: Fix a regression in nfsd_setattr() (git-fixes). +- nfsd: don't call locks_release_private() twice concurrently + (git-fixes). +- NFSD: Retransmit callbacks after client reconnects (git-fixes). +- NFSD: Reschedule CB operations when backchannel rpc_clnt is + shut down (git-fixes). +- NFSD: Convert the callback workqueue to use delayed_work + (git-fixes). +- NFSD: Reset cb_seq_status after NFS4ERR_DELAY (git-fixes). +- NFSD: fix LISTXATTRS returning more bytes than maxcount + (git-fixes). +- NFSD: fix LISTXATTRS returning a short list with eof=TRUE + (git-fixes). +- NFSD: change LISTXATTRS cookie encoding to big-endian + (git-fixes). +- NFSD: fix nfsd4_listxattr_validate_cookie (git-fixes). +- SUNRPC: fix some memleaks in gssx_dec_option_array (git-fixes). +- SUNRPC: fix a memleak in gss_import_v2_context (git-fixes). +- commit cf1cfe0 + +------------------------------------------------------------------- +Wed Mar 20 01:13:52 CET 2024 - neilb@suse.de + +- blacklist.conf: add a 'cosmetic' commit +- commit 704be6f + ------------------------------------------------------------------- Tue Mar 19 18:30:13 CET 2024 - mkoutny@suse.com @@ -925,6 +21326,13 @@ Tue Mar 19 18:30:13 CET 2024 - mkoutny@suse.com patches.suse/net-sched-Add-module-alias-for-sch_fq_pie.patch. - commit 4c6eb4e +------------------------------------------------------------------- +Tue Mar 19 15:58:13 CET 2024 - vkarasulli@suse.de + +- iommu/dma: Trace bounce buffer usage when mapping buffers + (git-fixes). +- commit a53df01 + ------------------------------------------------------------------- Tue Mar 19 15:30:05 CET 2024 - nmorey@suse.com @@ -961,6 +21369,15 @@ Tue Mar 19 14:21:35 CET 2024 - pjakobsson@suse.de - drm/amd/display: Fix && vs || typos (git-fixes). - commit 1a09c42 +------------------------------------------------------------------- +Tue Mar 19 12:26:21 CET 2024 - vkarasulli@suse.de + +- iommu: Map reserved memory as cacheable if device is coherent + (git-fixes). +- Refresh + patches.suse/iommu-Don-t-reserve-0-length-IOVA-region.patch. +- commit 3835906 + ------------------------------------------------------------------- Tue Mar 19 11:32:10 CET 2024 - svarbanov@suse.de @@ -2719,6 +23136,36 @@ Wed Mar 13 08:49:16 CET 2024 - tiwai@suse.de - Move upstreamed patches into sorted section - commit 612fa2e +------------------------------------------------------------------- +Wed Mar 13 08:09:26 CET 2024 - iivanov@suse.de + +- arm_pmu: acpi: Add a representative platform device for TRBE (bsc#1220587) +- commit e433e12 + +------------------------------------------------------------------- +Wed Mar 13 08:05:56 CET 2024 - iivanov@suse.de + +- arm_pmu: acpi: Refactor arm_spe_acpi_register_device() (bsc#1220587) +- commit c36cae4 + +------------------------------------------------------------------- +Wed Mar 13 08:03:50 CET 2024 - iivanov@suse.de + +- coresight: trbe: Enable ACPI based TRBE devices (bsc#1220587) +- commit 0aa88dd + +------------------------------------------------------------------- +Wed Mar 13 08:02:46 CET 2024 - iivanov@suse.de + +- coresight: trbe: Add a representative coresight_platform_data for (bsc#1220587) +- commit 4d64f51 + +------------------------------------------------------------------- +Wed Mar 13 07:58:31 CET 2024 - iivanov@suse.de + +- coresight: trbe: Allocate platform data per device (bsc#1220587) +- commit fd3964b + ------------------------------------------------------------------- Wed Mar 13 06:13:12 CET 2024 - ddiss@suse.de @@ -2993,6 +23440,21 @@ Mon Mar 11 10:11:09 CET 2024 - oneukum@suse.com Added CVE - commit 61b1ebd +------------------------------------------------------------------- +Mon Mar 11 09:48:38 CET 2024 - dwagner@suse.de + +- nvmet-fc: take ref count on tgtport before delete assoc + (git-fixes). +- nvmet-fc: avoid deadlock on delete association path (git-fixes). +- nvmet-fc: abort command when there is no binding (git-fixes). +- nvmet-fc: hold reference on hostport match (git-fixes). +- nvmet-fc: defer cleanup using RCU properly (git-fixes). +- nvmet-fc: release reference on target port (git-fixes). +- nvmet-fcloop: swap the list_add_tail arguments (git-fixes). +- nvme-fc: do not wait in vain when unloading module (git-fixes). +- nvmet-tcp: fix nvme tcp ida memory leak (git-fixes). +- commit 53c6a83 + ------------------------------------------------------------------- Sun Mar 10 09:34:05 CET 2024 - tiwai@suse.de @@ -84386,6 +104848,26 @@ Thu Feb 9 13:23:38 CET 2023 - ykaukab@suse.de Update branch name while at it. - commit 0eb2972 +------------------------------------------------------------------- +Thu May 5 12:06:09 CEST 2022 - jslaby@suse.cz + +- Revert "build initrd without systemd" (bsc#1195775)" + This reverts commit 3a2140fa2acded48224e1438ac9b4775340c94c2. Again, + this breaks many packages as: + * iproute2 is missing, and + * kernel-obs-qa fails with: + Timed out waiting for device /dev/disk/by-id/virtio-0. +- commit 15dd151 + +------------------------------------------------------------------- +Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de + +- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules + afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for + LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2. + Wrap the long line to make it readable. +- commit bfd7db4 + ------------------------------------------------------------------- Tue Mar 22 10:16:34 CET 2022 - mgorman@suse.de diff --git a/kernel-syms-rt.spec b/kernel-syms-rt.spec index 5073038..f0a8ed1 100644 --- a/kernel-syms-rt.spec +++ b/kernel-syms-rt.spec @@ -16,7 +16,7 @@ # -%define git_commit 72f4b8cbd4d84ea31a7a79ccacaad095a7ca59f4 +%define git_commit 90a8c81ce3c9ae3591acca72f13d2ff0a2f960d4 %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: .g72f4b8c +Release: .g90a8c81 %else Release: 0 %endif diff --git a/patches.kabi.tar.bz2 b/patches.kabi.tar.bz2 index eabe37c..651992a 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:dafb51bba219cd7ef8ae9647598bd2e18b0f3065c5a6d6ffad9ee43bf1ebc4f4 -size 3316 +oid sha256:1863a209580fb1f24e956557190c3ecdb2afa9b028200756ae56e8afc15f637f +size 26750 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index b39a136..71e7ae7 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:113c9b5208edeb808e8ac892836d8703ffe7d0d009fc5be0f5bbc193ee9a225c -size 19009642 +oid sha256:f637e6539852fcaf93d7b5fbca73d17eb6a526690ef89cfcc7a5d689e13fa4cd +size 22917360 diff --git a/series.conf b/series.conf index 2792f0c..c26846f 100644 --- a/series.conf +++ b/series.conf @@ -74,12 +74,55 @@ patches.suse/erofs-fix-compact-4B-support-for-16k-block-size.patch patches.suse/erofs-Fix-detection-of-atomic-context.patch 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-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 patches.suse/btrfs-don-t-use-btrfs_bio_ctrl-for-extent-buffe.patch patches.suse/btrfs-return-bool-from-lock_extent_buffer_for_i.patch patches.suse/btrfs-submit-a-writeback-bio-per-extent_buffer.patch + patches.suse/btrfs-open-code-set_extent_defrag.patch + patches.suse/btrfs-open-code-set_extent_delalloc.patch + patches.suse/btrfs-open-code-set_extent_new.patch + patches.suse/btrfs-open-code-set_extent_dirty.patch + patches.suse/btrfs-open-code-set_extent_bits_nowait.patch + patches.suse/btrfs-open-code-set_extent_bits.patch + patches.suse/btrfs-drop-NOFAIL-from-set_extent_bit-allocation-mas.patch + patches.suse/btrfs-pass-NOWAIT-for-set-clear-extent-bits-as-anoth.patch + patches.suse/btrfs-drop-gfp-from-parameter-extent-state-helpers.patch + patches.suse/btrfs-reorder-some-members-of-struct-btrfs_delayed_r.patch + patches.suse/btrfs-remove-unused-is_head-field-from-struct-btrfs_.patch + patches.suse/btrfs-remove-pointless-in_tree-field-from-struct-btr.patch + patches.suse/btrfs-use-a-bool-to-track-qgroup-record-insertion-wh.patch + patches.suse/btrfs-make-insert_delayed_ref-return-a-bool-instead-.patch + patches.suse/btrfs-get-rid-of-label-and-goto-at-insert_delayed_re.patch + patches.suse/btrfs-assert-correct-lock-is-held-at-btrfs_select_re.patch + patches.suse/btrfs-use-bool-type-for-delayed-ref-head-fields-that.patch + patches.suse/btrfs-use-a-single-switch-statement-when-initializin.patch + patches.suse/btrfs-remove-unnecessary-prototype-declarations-at-d.patch + patches.suse/btrfs-make-btrfs_destroy_delayed_refs-return-void.patch + patches.suse/btrfs-optimize-out-btrfs_is_zoned-for-CONFIG_BLK_DEV.patch + patches.suse/btrfs-don-t-call-btrfs_record_physical_zoned-for-fai.patch + patches.suse/btrfs-mark-the-len-field-in-struct-btrfs_ordered_sum.patch + patches.suse/btrfs-rename-the-bytenr-field-in-struct-btrfs_ordere.patch + patches.suse/btrfs-optimize-the-logical-to-physical-mapping-for-z.patch + patches.suse/btrfs-record-orig_physical-only-for-the-original-bio.patch + patches.suse/btrfs-move-split_extent_map-to-extent_map.c.patch + patches.suse/btrfs-reorder-conditions-in-btrfs_extract_ordered_ex.patch + patches.suse/btrfs-return-the-new-ordered_extent-from-btrfs_split.patch + patches.suse/btrfs-split-btrfs_alloc_ordered_extent-to-allocation.patch + patches.suse/btrfs-atomically-insert-the-new-extent-in-btrfs_spli.patch + patches.suse/btrfs-handle-completed-ordered-extents-in-btrfs_spli.patch + patches.suse/btrfs-defer-splitting-of-ordered-extents-until-I-O-c.patch + patches.suse/btrfs-pass-the-new-logical-address-to-split_extent_m.patch patches.suse/btrfs-add-xxhash-to-fast-checksum-implementatio.patch + patches.suse/btrfs-remove-unused-BTRFS_MAP_DISCARD.patch + patches.suse/btrfs-optimize-simple-reads-in-btrfsic_map_block.patch + patches.suse/btrfs-remove-unused-btrfs_map_block.patch + patches.suse/btrfs-rename-__btrfs_map_block-to-btrfs_map_block.patch + patches.suse/btrfs-open-code-btrfs_map_sblock.patch + patches.suse/btrfs-open-code-need_full_stripe-conditions.patch patches.suse/btrfs-warn-on-invalid-slot-in-tree-mod-log-rewi.patch patches.suse/btrfs-insert-tree-mod-log-move-in-push_node_lef.patch patches.suse/btrfs-fix-range_end-calculation-in-extent_write.patch @@ -520,6 +563,7 @@ patches.suse/x86-acpi-Remove-unused-extern-declaration-acpi_copy_.patch patches.suse/nubus-Partially-revert-proc_create_single_data-.patch patches.suse/ARM-9303-1-kprobes-avoid-missing-declaration-wa.patch + patches.suse/ARM-9312-1-vfp-include-asm-neon.h-in-vfpmodule.c.patch patches.suse/ARM-9314-1-tcm-move-tcm_init-prototype-to-asm-tcm.h.patch patches.suse/perf-arm-cmn-Fix-DTC-reset.patch patches.suse/drivers-perf-apple_m1-Force-63bit-counters-for-.patch @@ -632,7 +676,10 @@ patches.suse/kunit-Fix-obsolete-name-in-documentation-headers-fun.patch patches.suse/kselftest-vDSO-Fix-accumulation-of-uninitialize.patch patches.suse/selftests-ftace-Fix-KTAP-output-ordering.patch + patches.suse/arm-update-in-source-documentation-references.patch patches.suse/x86-microcode-AMD-Load-late-on-both-threads-too.patch + patches.suse/x86-csum-Improve-performance-of-csum_partial.patch + patches.suse/x86-csum-Fix-clang-Wuninitialized-in-csum_partial.patch patches.suse/x86-mtrr-Remove-physical-address-size-calculati.patch patches.suse/x86-mtrr-Replace-size_or_mask-and-size_and_mask.patch patches.suse/x86-mtrr-Support-setting-MTRR-state-for-softwar.patch @@ -677,8 +724,17 @@ patches.suse/sched-fair-Don-t-balance-task-to-its-current-ru.patch patches.suse/sched-Unconditionally-use-full-fat-wait_task_inactive.patch patches.suse/sched-Consider-task_struct-saved_state-in-wait_task_inactive.patch + patches.suse/seqlock-latch-Provide-raw_read_seqcount_latch_retry.patch + patches.suse/time-sched_clock-Provide-sched_clock_noinstr.patch + patches.suse/arm64-io-Always-inline-all-of-__raw_-read-write-bwlq.patch + patches.suse/arm64-arch_timer-Provide-noinstr-sched_clock_read-functions.patch + patches.suse/s390-time-Provide-sched_clock_noinstr.patch + patches.suse/math64-Always-inline-u128-version-of-mul_u64_u64_shr.patch patches.suse/x86-vdso-Fix-gettimeofday-masking.patch patches.suse/msft-hv-2825-clocksource-hyper-v-Adjust-hv_read_tsc_page_tsc-to-a.patch + patches.suse/x86-tsc-Provide-sched_clock_noinstr.patch + patches.suse/sched-clock-Provide-local_clock_noinstr.patch + patches.suse/cpuidle-Use-local_clock_noinstr.patch patches.suse/sched-fair-Refactor-CPU-utilization-functions.patch patches.suse/sched-fair-cpufreq-Introduce-runnable-boosting.patch patches.suse/sched-fair-Rename-variable-cpu_util-eff_util.patch @@ -688,6 +744,7 @@ patches.suse/sched-core-Fixed-missing-rq-clock-update-before-calling-set_rq_offline.patch patches.suse/sched-core-Avoid-double-calling-update_rq_clock-in-__balance_push_cpu_stop.patch patches.suse/sched-core-Avoid-multiple-calling-update_rq_clo.patch + patches.suse/lockdep-Add-lock_set_cmp_fn-annotation.patch patches.suse/locking-atomic-arm-fix-sync-ops.patch patches.suse/perf-ibs-Fix-interface-via-core-pmu-events.patch patches.suse/perf-test-Add-selftest-to-test-IBS-invocation-via-core-pmu-events.patch @@ -704,6 +761,8 @@ patches.suse/Further-upgrade-queue_work_on-comment.patch patches.suse/net-octeontx2-Use-alloc_ordered_workqueue-to-create-.patch patches.suse/wifi-iwlwifi-Use-default-max_active-for-trans_pcie-r.patch + patches.suse/wifi-mwifiex-Use-default-max_active-for-workqueues.patch + patches.suse/wifi-ath10-11-12k-Use-alloc_ordered_workqueue-to-cre.patch patches.suse/dm-integrity-Use-alloc_ordered_workqueue-to-create-o-57bb.patch patches.suse/cgroup-cpuset-Rename-functions-dealing-with-DE.patch patches.suse/sched-cpuset-Bring-back-cpuset_mutex.patch @@ -852,6 +911,7 @@ patches.suse/maple_tree-relocate-the-declaration-of-mas_empty_are.patch patches.suse/mm-mm_init.c-introduce-reset_memoryless_node_totalpages.patch patches.suse/mm-mm_init.c-do-not-calculate-zone_start_pfn-zone_end_pfn-in-zone_absent_pages_in_node.patch + patches.suse/swap-comments-get_swap_device-with-usage-rule.patch patches.suse/THP-avoid-lock-when-check-whether-THP-is-in-deferred-list.patch patches.suse/mm-mm_init.c-remove-free_area_init_memoryless_node.patch patches.suse/mm-page_alloc-don-t-wake-kswapd-from-rmqueue-unless-__GFP_KSWAPD_RECLAIM-is-specified.patch @@ -918,6 +978,7 @@ patches.suse/mm-compaction-convert-to-use-a-folio-in-isolate_migratepages_block.patch patches.suse/Revert-page-cache-fix-page_cache_next-prev_mis.patch patches.suse/hugetlb-revert-use-of-page_cache_next_miss.patch + patches.suse/panic-hide-unused-global-functions.patch patches.suse/watchdog-perf-define-dummy-watchdog_update_hrti.patch patches.suse/watchdog-perf-more-properly-prevent-false-posit.patch patches.suse/watchdog-remove-WATCHDOG_DEFAULT.patch @@ -984,10 +1045,66 @@ patches.suse/net-introduce-and-use-skb_frag_fill_page_desc.patch patches.suse/net-remove-__skb_frag_set_page.patch patches.suse/sfc-fix-use-after-free-in-efx_tc_flower_record_encap.patch + patches.suse/wifi-rtl8xxxu-Add-start_ap-callback.patch + patches.suse/wifi-rtl8xxxu-Select-correct-queue-for-beacon-frames.patch + patches.suse/wifi-rtl8xxxu-Add-beacon-functions.patch + patches.suse/wifi-rtl8xxxu-Add-set_tim-callback.patch + patches.suse/wifi-rtl8xxxu-Allow-setting-rts-threshold-to-1.patch + patches.suse/wifi-rtl8xxxu-Allow-creating-interface-in-AP-mode.patch + patches.suse/wifi-rtl8xxxu-Actually-use-macid-in-rtl8xxxu_gen2_re.patch + patches.suse/wifi-rtl8xxxu-Add-parameter-role-to-report_connect.patch + patches.suse/wifi-rtl8xxxu-Add-parameter-force-to-rtl8xxxu_refres.patch + patches.suse/wifi-rtl8xxxu-Add-sta_add-and-sta_remove-callbacks.patch + patches.suse/wifi-rtl8xxxu-Put-the-macid-in-txdesc.patch + patches.suse/wifi-rtl8xxxu-Add-parameter-macid-to-update_rate_mas.patch + patches.suse/wifi-rtl8xxxu-Enable-hw-seq-for-mgmt-non-QoS-data-fr.patch + patches.suse/wifi-rtl8xxxu-Clean-up-filter-configuration.patch + patches.suse/wifi-rtl8xxxu-Remove-usage-of-ieee80211_get_tx_rate.patch + patches.suse/wifi-rtl8xxxu-Remove-usage-of-tx_info-control.rates-.patch + patches.suse/wifi-rtl8xxxu-Declare-AP-mode-support-for-8188f.patch + patches.suse/wifi-rtl8xxxu-Set-maximum-number-of-supported-statio.patch + patches.suse/wifi-rtl8xxxu-Support-USB-RX-aggregation-for-the-new.patch + patches.suse/wifi-rtl8xxxu-rtl8xxxu_rx_complete-remove-unnecessar.patch + patches.suse/wifi-rtw88-fix-incorrect-error-codes-in-rtw_debugfs_.patch + patches.suse/wifi-rtw88-fix-incorrect-error-codes-in-rtw_debugfs_-7700553.patch + patches.suse/wifi-rtw89-use-struct-rtw89_phy_sts_ie0-instead-of-m.patch + patches.suse/wifi-rtw89-set-capability-of-TX-antenna-diversity.patch + patches.suse/wifi-rtw89-add-RSSI-statistics-for-the-case-of-anten.patch + patches.suse/wifi-rtw89-add-EVM-and-SNR-statistics-to-debugfs.patch + patches.suse/wifi-rtw89-initialize-antenna-for-antenna-diversity.patch + patches.suse/wifi-rtw89-add-RSSI-based-antenna-diversity.patch + patches.suse/wifi-rtw89-add-EVM-for-antenna-diversity.patch + patches.suse/wifi-rtw89-release-bit-in-rtw89_fw_h2c_del_pkt_offlo.patch + patches.suse/wifi-rtw89-refine-packet-offload-delete-flow-of-6-GH.patch + patches.suse/wifi-rtw89-packet-offload-wait-for-FW-response.patch + patches.suse/wifi-rtw89-mac-handle-C2H-receive-done-ACK-in-interr.patch + patches.suse/wifi-rtw89-scan-offload-wait-for-FW-done-ACK.patch + patches.suse/wifi-rtw89-8851b-add-8851B-basic-chip_info.patch + patches.suse/wifi-rtw89-8851be-add-8851BE-PCI-entry-and-fill-PCI-.patch + patches.suse/wifi-rtw89-8851b-add-NCTL-post-table.patch + patches.suse/wifi-rtw89-add-CFO-XTAL-registers-field-to-support-8.patch + patches.suse/wifi-rtw89-use-chip_info-small_fifo_size-to-choose-d.patch + patches.suse/wifi-rtw89-change-naming-of-BA-CAM-from-V1-to-V0_EXT.patch + patches.suse/wifi-rtw89-8851b-add-support-WoWLAN-to-8851B.patch + patches.suse/wifi-rtw89-8851b-add-DLE-mem-and-HFC-quota.patch + patches.suse/wifi-rtw89-8851b-add-set_channel_rf.patch + patches.suse/wifi-rtw89-8851b-rfk-add-AACK.patch + patches.suse/wifi-rtw89-8851b-rfk-add-RCK.patch + patches.suse/wifi-rtw89-8851b-rfk-add-DACK.patch + patches.suse/wifi-rtw89-8851b-rfk-add-IQK.patch patches.suse/wifi-rtw89-fix-rtw89_read_chip_ver-for-RTL8852B.patch + patches.suse/wifi-mwifiex-Use-list_count_nodes.patch + patches.suse/wifi-mt7601u-delete-dead-code-checking-debugfs-retur.patch patches.suse/wifi-wilc1000-fix-for-absent-RSN-capabilities-W.patch + patches.suse/wifi-wilc1000-Increase-ASSOC-response-buffer.patch patches.suse/wifi-rtw88-unlock-on-error-path-in-rtw_ops_add_.patch patches.suse/wifi-mwifiex-Fix-the-size-of-a-memory-allocatio.patch + patches.suse/wifi-rtw89-introduce-realtek-ACPI-DSM-method.patch + patches.suse/wifi-rtw89-regd-judge-UNII-4-according-to-BIOS-and-c.patch + patches.suse/wifi-rtw89-support-U-NII-4-channels-on-5GHz-band.patch + patches.suse/wifi-rtw89-pci-fix-interrupt-enable-mask-for-HALT-C2.patch + patches.suse/wifi-rtw89-ser-L1-add-pre-M0-and-post-M0-states.patch + patches.suse/wifi-rtw89-suppress-the-log-for-specific-SER-called-.patch patches.suse/sch_htb-Allow-HTB-priority-parameter-in-offload-mode.patch patches.suse/octeontx2-pf-Rename-tot_tx_queues-to-non_qos_queues.patch patches.suse/octeontx2-pf-qos-send-queues-management.patch @@ -1329,17 +1446,69 @@ patches.suse/tools-ynl-gen-don-t-pass-op_name-to-RenderInfo.patch patches.suse/tools-ynl-gen-support-skip-pads-on-the-way-to-kernel.patch patches.suse/wifi-brcmfmac-wcc-Add-debug-messages.patch + patches.suse/wifi-rtl8xxxu-Support-new-chip-RTL8192FU.patch + patches.suse/wifi-rtl8xxxu-Rename-some-registers.patch + patches.suse/wifi-rtw89-8851b-add-to-read-efuse-version-to-recogn.patch + patches.suse/wifi-rtw89-8851b-configure-GPIO-according-to-RFE-typ.patch + patches.suse/wifi-rtw89-8851b-add-BT-coexistence-support-function.patch + patches.suse/wifi-rtw89-8851b-add-basic-power-on-function.patch + patches.suse/wifi-rtw89-8851b-add-set-channel-function.patch + patches.suse/wifi-rtw89-8851b-add-to-parse-efuse-content.patch + patches.suse/wifi-rtw89-8851b-rfk-add-RX-DCK.patch + patches.suse/wifi-rtw89-8851b-rfk-add-DPK.patch + patches.suse/wifi-rtw89-8851b-rfk-add-TSSI.patch + patches.suse/wifi-ath12k-add-qmi_cnss_feature_bitmap-field-to-har.patch + patches.suse/wifi-ath12k-set-PERST-pin-no-pull-request-for-WCN785.patch + patches.suse/wifi-ath12k-send-WMI_PEER_REORDER_QUEUE_SETUP_CMDID-.patch patches.suse/wifi-ath9k-fix-AR9003-mac-hardware-hang-check-r.patch patches.suse/wifi-ath9k-avoid-referencing-uninit-memory-in-a.patch + patches.suse/wifi-ath12k-Remove-some-dead-code.patch patches.suse/wifi-ath11k-fix-registration-of-6Ghz-only-phy-w.patch + patches.suse/wifi-ath12k-add-wait-operation-for-tx-management-pac.patch + patches.suse/wifi-ath12k-fix-potential-wmi_mgmt_tx_queue-race-con.patch patches.suse/wifi-ath10k-Serialize-wake_tx_queue-ops.patch + patches.suse/wifi-ath10k-Use-list_count_nodes.patch + patches.suse/wifi-ath11k-Use-list_count_nodes.patch + patches.suse/wifi-ath-work-around-false-positive-stringop-overrea.patch + patches.suse/wifi-ath11k-driver-settings-for-MBSSID-and-EMA.patch + patches.suse/wifi-ath11k-MBSSID-configuration-during-vdev-create-.patch + patches.suse/wifi-ath11k-rename-MBSSID-fields-in-wmi_vdev_up_cmd.patch + patches.suse/wifi-ath11k-MBSSID-parameter-configuration-in-AP-mod.patch + patches.suse/wifi-ath11k-refactor-vif-parameter-configurations.patch + patches.suse/wifi-ath11k-MBSSID-beacon-support.patch + patches.suse/wifi-ath11k-EMA-beacon-support.patch + patches.suse/wifi-ath12k-increase-vdev-setup-timeout.patch + patches.suse/wifi-ath11k-Relocate-the-func-ath11k_mac_bitrate_mas.patch + patches.suse/wifi-ath11k-Send-HT-fixed-rate-in-WMI-peer-fixed-par.patch + patches.suse/wifi-add-HAS_IOPORT-dependencies.patch patches.suse/wifi-rtw88-sdio-Check-the-HISR-RX_REQUEST-bit-i.patch + patches.suse/wifi-rtw88-rtw8723d-Implement-RTL8723DS-SDIO-efuse-p.patch + patches.suse/wifi-rtw88-Add-support-for-the-SDIO-based-RTL8723DS-.patch + patches.suse/wifi-rtw89-ser-reset-total_sta_assoc-and-tdls_peer-w.patch + patches.suse/wifi-rtw89-tweak-H2C-TX-waiting-function-for-SER.patch + patches.suse/wifi-rtw89-refine-packet-offload-handling-under-SER.patch + patches.suse/wifi-rtw89-8851b-add-TX-power-related-functions.patch + patches.suse/wifi-rtw89-8851b-fill-BB-related-capabilities-to-chi.patch + patches.suse/wifi-rtw89-8851b-add-MAC-configurations-to-chip_info.patch + patches.suse/wifi-rtw89-8851b-add-RF-configurations.patch + patches.suse/wifi-rtw89-enlarge-supported-length-of-read_reg-debu.patch + patches.suse/wifi-rtw89-add-tx_wake-notify-for-8851B.patch + patches.suse/wifi-rtw89-8851b-add-8851be-to-Makefile-and-Kconfig.patch + patches.suse/wifi-rtw89-add-chip_ops-query_rxdesc-and-rxd_len-as-.patch + patches.suse/wifi-rtw89-use-struct-and-le32_get_bits-to-access-RX.patch + patches.suse/wifi-rtw89-use-struct-and-le32_get_bits-to-access-re.patch + patches.suse/wifi-rtw89-use-struct-and-le32_get_bits-to-access-RX-c26700d.patch + patches.suse/wifi-rtw89-use-struct-to-access-register-based-H2C-C.patch + patches.suse/wifi-rtw89-8851b-rfk-Fix-spelling-mistake-KIP_RESOTR.patch + patches.suse/wifi-rtw89-use-flexible-array-member-in-rtw89_btc_bt.patch patches.suse/wifi-orinoco-Fix-an-error-handling-path-in-spec.patch patches.suse/wifi-orinoco-Fix-an-error-handling-path-in-orin.patch patches.suse/wifi-atmel-Fix-an-error-handling-path-in-atmel_.patch patches.suse/wifi-wl3501_cs-Fix-an-error-handling-path-in-wl.patch patches.suse/wifi-ray_cs-Fix-an-error-handling-path-in-ray_p.patch patches.suse/wifi-rtw88-usb-silence-log-flooding-error-messa.patch + patches.suse/wifi-rtlwifi-use-helper-function-rtl_get_hdr.patch + patches.suse/wifi-brcmutil-use-helper-function-pktq_empty-instead.patch patches.suse/wifi-iwlwifi-cfg-freeze-22500-devices-FW-API.patch patches.suse/wifi-iwlwifi-mvm-use-link-ID-in-missed-beacon-notifi.patch patches.suse/wifi-iwlwifi-mvm-make-internal-callback-structs-cons.patch @@ -1411,8 +1580,24 @@ patches.suse/wifi-mac80211-mlme-move-disconnects-to-wiphy-work.patch patches.suse/wifi-cfg80211-move-sched-scan-stop-to-wiphy-work.patch patches.suse/wifi-cfg80211-move-scan-done-work-to-wiphy-work.patch + patches.suse/wifi-rtw89-8851b-enable-hw_scan-support.patch + patches.suse/wifi-rtw89-debug-txpwr-table-access-only-valid-page-.patch + patches.suse/wifi-rtw89-set-TX-power-without-precondition-during-.patch + patches.suse/wifi-rtw89-8851b-configure-CRASH_TRIGGER-feature-for.patch + patches.suse/wifi-rtw89-refine-clearing-supported-bands-to-check-.patch + patches.suse/wifi-rtw89-regd-judge-6-GHz-according-to-chip-and-BI.patch + patches.suse/wifi-rtw89-regd-update-regulatory-map-to-R64-R40.patch + patches.suse/wifi-rtw89-process-regulatory-for-6-GHz-power-type.patch + patches.suse/wifi-rtw89-8852c-update-TX-power-tables-to-R63-with-.patch + patches.suse/wifi-rtw89-8852c-update-TX-power-tables-to-R63-with--2a8ec45.patch + patches.suse/wifi-rtw89-8852c-update-TX-power-tables-to-R63-with--dad142c.patch + patches.suse/wifi-rtw89-8852c-update-RF-radio-A-B-parameters-to-R.patch + patches.suse/wifi-brcmfmac-Detect-corner-error-case-earlier-with-.patch patches.suse/wifi-rsi-Do-not-configure-WoWlan-in-shutdown-ho.patch patches.suse/wifi-rsi-Do-not-set-MMC_PM_KEEP_POWER-in-shutdo.patch + patches.suse/wifi-rtlwifi-remove-unused-timer-and-related-code.patch + patches.suse/wifi-rtlwifi-remove-unused-dualmac-control-leftovers.patch + patches.suse/wifi-rtlwifi-remove-misused-flag-from-HAL-data.patch patches.suse/net-move-gso-declarations-and-functions-to-the.patch patches.suse/sfc-add-fallback-action-set-lists-for-TC-offlo.patch patches.suse/sfc-some-plumbing-towards-TC-encap-action-offload.patch @@ -1530,6 +1715,7 @@ patches.suse/can-kvaser_pciefd-Remove-handler-for-unused-KVASER_P.patch patches.suse/can-kvaser_pciefd-Add-function-to-set-skb-hwtst.patch patches.suse/can-kvaser_pciefd-Set-hardware-timestamp-on-tra.patch + patches.suse/wifi-rtw88-add-missing-unwind-goto-for-__rtw_downloa.patch patches.suse/wifi-cfg80211-S1G-rate-information-and-calculations.patch patches.suse/wifi-mac80211-add-helpers-to-access-sband-iftyp.patch patches.suse/wifi-mac80211-include-key-action-command-in-tracing.patch @@ -1571,6 +1757,14 @@ patches.suse/wifi-iwlwifi-pcie-clear-FW-debug-memory-on-init.patch patches.suse/wifi-iwlwifi-pcie-remove-redundant-argument.patch patches.suse/wifi-iwlwifi-dbg-tlv-clear-FW-debug-memory-on-init.patch + patches.suse/wifi-rt2x00-fix-the-typo-in-comments.patch + patches.suse/wifi-mt7601u-replace-strlcpy-with-strscpy.patch + patches.suse/wifi-rtw89-cleanup-private-data-structures.patch + patches.suse/wifi-rtw89-cleanup-rtw89_iqk_info-and-related-code.patch + patches.suse/wifi-rtw89-fix-spelling-typo-of-IQK-debug-messages.patch + patches.suse/wifi-brcmfmac-fix-gnu_printf-warnings.patch + patches.suse/wifi-brcmsmac-fix-gnu_printf-warnings.patch + patches.suse/wifi-hostap-fix-stringop-truncations-GCC-warning.patch patches.suse/wifi-mac80211-Support-disabled-links-during-associat.patch patches.suse/wifi-mac80211-Add-debugfs-entry-to-report-dormant-li.patch patches.suse/wifi-iwlwifi-mvm-remove-new-checksum-code.patch @@ -1648,6 +1842,22 @@ patches.suse/wifi-iwlwifi-dvm-fix-Wunused-const-variable-gcc-warn.patch patches.suse/wifi-mac80211-add-eht_capa-debugfs-field.patch patches.suse/wifi-mac80211-fix-documentation-config-reference.patch + patches.suse/wifi-rtw88-Fix-action-frame-transmission-fail-before.patch + patches.suse/wifi-rtw88-process-VO-packets-without-workqueue-to-a.patch + patches.suse/wifi-rtw88-use-struct-instead-of-macros-to-set-TX-de.patch + patches.suse/wifi-rtw88-Fix-AP-mode-incorrect-DTIM-behavior.patch + patches.suse/wifi-rtw88-Skip-high-queue-in-hci_flush.patch + patches.suse/wifi-rtw88-Stop-high-queue-during-scan.patch + patches.suse/wifi-rtw88-refine-register-based-H2C-command.patch + patches.suse/wifi-rtw88-fix-not-entering-PS-mode-after-AP-stops.patch + patches.suse/wifi-rtw89-8851b-update-RF-radio-A-parameters-to-R28.patch + patches.suse/wifi-rtw89-8851b-update-TX-power-tables-to-R28.patch + patches.suse/wifi-rtw89-8851b-rfk-add-LCK-track.patch + patches.suse/wifi-rtw89-8851b-rfk-update-IQK-to-version-0x8.patch + patches.suse/wifi-rtw89-8851b-configure-to-force-1-TX-power-value.patch + patches.suse/wifi-rtw89-TX-power-stuffs-replace-confusing-naming-.patch + patches.suse/wifi-rtw89-use-struct-to-parse-firmware-header.patch + patches.suse/wifi-p54-Add-missing-MODULE_FIRMWARE-macro.patch patches.suse/wifi-mac80211-drop-unprotected-robust-mgmt-before-4-.patch patches.suse/wifi-mac80211-move-action-length-check-up.patch patches.suse/wifi-mac80211-drop-some-unprotected-action-frames.patch @@ -1698,17 +1908,51 @@ patches.suse/wifi-iwlwifi-mvm-Refactor-security-key-update-after-.patch patches.suse/wifi-iwlwifi-mvm-update-two-most-recent-GTKs-on-D3-r.patch patches.suse/wifi-iwlwifi-mvm-Add-support-for-IGTK-in-D3-resume-f.patch + patches.suse/wifi-wil6210-fw-Replace-zero-length-arrays-with-DECL.patch + patches.suse/wifi-wil6210-wmi-Replace-zero-length-array-with-DECL.patch patches.suse/wifi-ath9k-don-t-allow-to-overwrite-ENDPOINT0-a.patch + patches.suse/wifi-ath12k-Add-support-to-parse-new-WMI-event-for-6.patch patches.suse/wifi-ath11k-add-support-default-regdb-while-sea.patch + patches.suse/wifi-ath11k-remove-unused-function-ath11k_tm_event_w.patch + patches.suse/wifi-ath11k-factory-test-mode-support.patch + patches.suse/wifi-ath11k-Allow-ath11k-to-boot-without-caldata-in-.patch + patches.suse/wifi-ath11k-Add-HTT-stats-for-PHY-reset-case.patch patches.suse/wifi-ath10k-Trigger-STA-disconnect-after-reconf.patch + patches.suse/wifi-ath10k-Drop-cleaning-of-driver-data-from-probe-.patch + patches.suse/wifi-ath10k-Drop-checks-that-are-always-false.patch + patches.suse/wifi-ath10k-Convert-to-platform-remove-callback-retu.patch + patches.suse/wifi-atk10k-Don-t-opencode-ath10k_pci_priv-in-ath10k.patch + patches.suse/wifi-ath11k-update-proper-pdev-vdev-id-for-testmode-.patch patches.suse/wifi-ath12k-Avoid-NULL-pointer-access-during-ma.patch + patches.suse/wifi-ath12k-check-hardware-major-version-for-WCN7850.patch + patches.suse/wifi-ath12k-Use-msdu_end-to-check-MCBC.patch + patches.suse/wifi-ath12k-delete-the-timer-rx_replenish_retry-duri.patch patches.suse/wifi-ath9k-Fix-possible-stall-on-ath9k_txq_list.patch + patches.suse/wifi-ath11k-debug-remove-unused-ATH11K_DBG_ANY.patch + patches.suse/wifi-ath11k-print-debug-level-in-debug-messages.patch + patches.suse/wifi-ath11k-remove-manual-mask-names-from-debug-mess.patch + patches.suse/wifi-ath11k-add-WMI-event-debug-messages.patch + patches.suse/wifi-ath11k-remove-unsupported-event-handlers.patch + patches.suse/wifi-ath11k-wmi-cleanup-error-handling-in-ath11k_wmi.patch + patches.suse/wifi-ath11k-wmi-use-common-error-handling-style.patch + patches.suse/wifi-ath11k-wmi-add-unified-command-debug-messages.patch + patches.suse/wifi-ath11k-pci-cleanup-debug-logging.patch + patches.suse/wifi-ath11k-dp-cleanup-debug-message.patch + patches.suse/wifi-ath11k-debug-use-all-upper-case-in-ATH11k_DBG_H.patch + patches.suse/wifi-ath11k-hal-cleanup-debug-message.patch + patches.suse/wifi-ath11k-don-t-use-pK.patch + patches.suse/wifi-ath11k-htc-cleanup-debug-messages.patch + patches.suse/wifi-ath11k-debug-add-ATH11K_DBG_CE.patch patches.suse/wifi-ath11k-fix-memory-leak-in-WMI-firmware-sta.patch + patches.suse/wifi-ath12k-fix-conf_mutex-in-ath12k_mac_op_unassign.patch patches.suse/wifi-ath11k-Add-missing-check-for-ioremap.patch patches.suse/wifi-ath11k-Add-missing-ops-config-for-IPQ5018-.patch patches.suse/wifi-ath11k-Restart-firmware-after-cold-boot-ca.patch patches.suse/wifi-ath11k-Add-missing-hw_ops-get_ring_selecto.patch patches.suse/wifi-ath9k-convert-msecs-to-jiffies-where-neede.patch + patches.suse/wifi-ath10k-improve-structure-padding.patch + patches.suse/wifi-rtlwifi-simplify-LED-management.patch + patches.suse/wifi-rtlwifi-cleanup-USB-interface.patch patches.suse/wifi-ieee80211-fix-erroneous-NSTR-bitmap-size-checks.patch patches.suse/net-hns3-fix-strncpy-not-using-dest-buf-length-.patch patches.suse/s390-lcs-Convert-sysfs-sprintf-to-sysfs_emit.patch @@ -4673,6 +4917,7 @@ patches.suse/platform-x86-amd-pmc-Update-metrics-table-info-for-P.patch patches.suse/platform-x86-intel-pmc-Remove-Meteor-Lake-S-pla.patch patches.suse/platform-x86-think-lmi-mutex-protection-around-.patch + patches.suse/platform-x86-think-lmi-Enable-opcode-support-on-BIOS.patch patches.suse/platform-x86-think-lmi-Correct-System-password-.patch patches.suse/platform-x86-think-lmi-Correct-NVME-password-ha.patch patches.suse/platform-x86-thinkpad_acpi-Fix-lkp-tests-warnin.patch @@ -4718,12 +4963,14 @@ patches.suse/PCI-ASPM-Factor-out-pcie_wait_for_retrain.patch patches.suse/PCI-ASPM-Avoid-link-retraining-race.patch patches.suse/net-mlx5-Rely-on-dev-link_active_reporting.patch + patches.suse/PCI-Execute-quirk_enable_clear_retrain_link-earlier.patch patches.suse/PCI-pciehp-Cancel-bringup-sequence-if-card-is-n.patch patches.suse/PCI-acpiphp-Reassign-resources-on-bridge-if-ne.patch patches.suse/PCI-PM-Avoid-putting-EloPOS-E2-S2-H2-PCIe-Ports.patch patches.suse/PCI-ACPI-Validate-acpi_pci_set_power_state-para.patch patches.suse/PCI-ACPI-Call-_REG-when-transitioning-D-states.patch patches.suse/PCI-Release-resource-invalidated-by-coalescing.patch + patches.suse/PCI-Delay-after-FLR-of-Solidigm-P44-Pro-NVMe.patch patches.suse/PCI-Add-function-1-DMA-alias-quirk-for-Marvell-.patch patches.suse/PCI-Add-pci_clear_master-stub-for-non-CONFIG_PC.patch patches.suse/PCI-cadence-Fix-Gen2-Link-Retraining-process.patch @@ -4780,6 +5027,8 @@ patches.suse/crypto-jitter-replace-LFSR-with-SHA3-256.patch patches.suse/hwrng-virtio-Fix-race-on-data_avail-and-actual-.patch patches.suse/crypto-nx-fix-build-warnings-when-DEBUG_FS-is-n.patch + patches.suse/crypto-ccp-Add-support-for-PCI-device-0x17E0.patch + patches.suse/crypto-ccp-Add-support-for-PCI-device-0x156E.patch patches.suse/crypto-marvell-cesa-Fix-type-mismatch-warning.patch patches.suse/crypto-jitter-correct-health-test-during-initia.patch patches.suse/crypto-qat-move-dbgfs-init-to-separate-file.patch @@ -4797,6 +5046,7 @@ patches.suse/crypto-qat-expose-pm_idle_enabled-through-sysfs.patch patches.suse/crypto-qat-do-not-export-adf_init_admin_pm.patch patches.suse/crypto-algboss-Add-missing-dependency-on-RNG2-fb28fabf.patch + patches.suse/crypto-rsa-allow-only-odd-e-and-restrict-value-in-FI.patch patches.suse/crypto-akcipher-Add-sync-interface-without-SG-lists-addde1f2.patch patches.suse/crypto-sig-Add-interface-for-sign-verify-6cb8815f.patch patches.suse/KEYS-Add-forward-declaration-in-asymmetric-parser.h-b6d0695b.patch @@ -4949,24 +5199,64 @@ patches.suse/coresight-Fix-loss-of-connection-info-when-a-mo.patch patches.suse/coresight-etm4x-Fix-missing-trctraceidr-file-in.patch patches.suse/hwtracing-hisi_ptt-Fix-potential-sleep-in-atomi.patch + patches.suse/serial-qcom_geni-Comment-use-of-devm_krealloc-rather-than-devm_krealloc_array.patch patches.suse/kernfs-fix-missing-kernfs_idr_lock-to-remove-an.patch + patches.suse/device-property-Implement-device_is_compatible.patch patches.suse/drivers-fwnode-fix-fwnode_irq_get-_byname.patch patches.suse/staging-vchiq_arm-mark-vchiq_platform_init-stat.patch patches.suse/staging-vchiq_arm-Remove-extra-struct-vchiq_instance.patch + patches.suse/tty-serial-fsl_lpuart-optimize-the-timer-based-EOP-logic.patch + patches.suse/serial-pl011-set-UART011_CR_RXE-in-pl011_set_termios-after-port-shutdown.patch patches.suse/serial-8250-omap-Fix-freeing-of-resources-on-fa.patch + patches.suse/serial-8250-omap-Fix-imprecise-external-abort-for-omap_8250_pm.patch + patches.suse/serial-8250-omap-Fix-life-cycle-issues-for-interrupt-handlers.patch + patches.suse/serial-8250-omap-Shut-down-on-remove-for-console-uart.patch + patches.suse/serial-8250-Allow-using-ports-higher-than-SERIAL_8250_RUNTIME_UARTS.patch + patches.suse/serial-8250-Change-dl_read-write-to-handle-value-as-u32.patch + patches.suse/serial-8250-Document-uart_8250_port-s-dl_read-write.patch + patches.suse/serial-8250-Add-dl_read-write-bugs-and-mapsize-into-plat_serial8250_port.patch + patches.suse/serial-8250-RT288x-Au1xxx-code-away-from-core.patch + patches.suse/serial-8250_rt288x-Name-non-standard-divisor-latch-reg.patch + patches.suse/serial-8250_rt288x-Remove-unnecessary-UART_REG_UNMAPPED.patch patches.suse/serial-stm32-Ignore-return-value-of-uart_remov.patch + patches.suse/serial-Make-uart_remove_one_port-return-void.patch + patches.suse/serial-8250-lock-port-in-startup-callbacks.patch patches.suse/serial-core-lock-port-for-stop_rx-in-uart_suspe.patch patches.suse/serial-8250-lock-port-for-stop_rx-in-omap8250_i.patch patches.suse/serial-core-lock-port-for-start_rx-in-uart_resu.patch + patches.suse/serial-8250-lock-port-for-rx_dma-callback.patch + patches.suse/serial-8250-lock-port-for-omap8250_restore_regs.patch patches.suse/serial-8250-lock-port-for-UART_IER-access-in-om.patch + patches.suse/serial-8250-synchronize-and-annotate-UART_IER-access.patch + patches.suse/serial-Switch-i2c-drivers-back-to-use-.probe.patch + patches.suse/tty-serial-fsl_lpuart-Check-the-return-value-of-dmaengine_tx_status.patch + patches.suse/serial-Indicate-fintek-option-may-also-be-required-for-RS232-support.patch + patches.suse/serial-8250-fsl-Expand-description-of-the-MPC83xx-UART-s-misbehaviour.patch + patches.suse/serial-8250-omap-Move-uart_write-inside-PM-section.patch + patches.suse/serial-8250-omap-convert-to-modern-PM-ops.patch + patches.suse/serial-core-Start-managing-serial-controllers-to-enable-runtime-PM.patch + patches.suse/serial-core-Don-t-drop-port_mutex-in-serial_core_remove_one_port.patch + patches.suse/serial-core-Fix-probing-serial_base_bus-devices.patch + patches.suse/serial-core-Fix-error-handling-for-serial_core_ctrl_device_add.patch + patches.suse/serial-8250_mtk-Simplify-clock-sequencing-and-runtime-PM.patch + patches.suse/serial-core-don-t-kfree-device-managed-data.patch + patches.suse/serial-8250-Apply-FSL-workarounds-also-without-SERIAL_8250_CONSOLE.patch patches.suse/tty-serial-samsung_tty-Fix-a-memory-leak-in-s3c.patch patches.suse/tty-serial-samsung_tty-Fix-a-memory-leak-in-s3c-832e231.patch + patches.suse/tty-serial-samsung_tty-Use-abs-to-simplify-some-code.patch patches.suse/serial-8250_omap-Use-force_suspend-and-resume-f.patch + patches.suse/serial-core-fix-EPROBE_DEFER-handling-in-init.patch patches.suse/tty-fix-hang-on-tty-device-with-no_room-set.patch + patches.suse/tty-tty_io-update-timestamps-on-all-device-nodes.patch patches.suse/tty-serial-imx-fix-rs485-rx-after-tx.patch patches.suse/tty-serial-fsl_lpuart-add-earlycon-for-imx8ulp-.patch patches.suse/serial-atmel-don-t-enable-IRQs-prematurely.patch patches.suse/Revert-8250-add-support-for-ASIX-devices-with-a.patch + patches.suse/tty_audit-use-TASK_COMM_LEN-for-task-comm.patch + patches.suse/tty_audit-use-kzalloc-in-tty_audit_buf_alloc.patch + patches.suse/tty_audit-invert-the-condition-in-tty_audit_log.patch + patches.suse/tty_audit-make-icanon-a-bool.patch + patches.suse/tty_audit-make-data-of-tty_audit_log-const.patch patches.suse/usb-typec-mux-Remove-some-unneeded-includes.patch patches.suse/USB-Extend-pci-resume-function-to-handle-PM-eve.patch patches.suse/xhci-Improve-the-XHCI-system-resume-time.patch @@ -5070,6 +5360,7 @@ patches.suse/s390-uvdevice-Add-Lock-Secret-Store-UVC.patch 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-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 @@ -5309,6 +5600,7 @@ patches.suse/xfs-don-t-reverse-order-of-items-in-bulk-AIL-insertion.patch patches.suse/xfs-use-deferred-frees-for-btree-block-freeing.patch patches.suse/xfs-pass-alloc-flags-through-to-xfs_extent_busy_flush.patch + patches.suse/xfs-allow-extent-free-intents-to-be-retried.patch patches.suse/xfs-don-t-block-in-busy-flushing-when-freeing-extents.patch patches.suse/xfs-AGF-length-has-never-been-bounds-checked.patch patches.suse/xfs-fix-bounds-check-in-xfs_defer_agfl_block.patch @@ -5403,6 +5695,7 @@ patches.suse/watchdog-sp5100_tco-support-Hygon-FCH-SCH-Serv.patch patches.suse/dmaengine-dw-edma-Rename-dw_edma_core_ops-structure-.patch patches.suse/bus-ixp4xx-fix-IXP4XX_EXP_T1_MASK.patch + patches.suse/ARM-mm-Make-virt_to_pfn-a-static-inline.patch patches.suse/s390-decompressor-fix-misaligned-symbol-build-e.patch patches.suse/s390-zcrypt-do-not-retry-administrative-request.patch patches.suse/fs-no-need-to-check-source.patch @@ -5602,6 +5895,7 @@ patches.suse/NTB-ntb_tool-Add-check-for-devm_kcalloc.patch patches.suse/cifs-fix-session-state-transition-to-avoid-use-after-free-issue.patch patches.suse/smb-client-remove-redundant-pointer-server-.patch + patches.suse/cifs-Add-a-laundromat-thread-for-cached-directories.patch patches.suse/MIPS-Loongson-Fix-cpu_probe_loongson-again.patch patches.suse/MIPS-KVM-Fix-NULL-pointer-dereference.patch patches.suse/MIPS-Loongson-Fix-build-error-when-make-modules.patch @@ -5860,8 +6154,13 @@ patches.suse/net-ethernet-mtk_eth_soc-handle-probe-deferral.patch patches.suse/bna-Remove-error-checking-for-debugfs_create_dir.patch patches.suse/gso-fix-dodgy-bit-handling-for-GSO_UDP_L4.patch + patches.suse/net-bonding-remove-kernel-doc-comment-marker.patch + patches.suse/net-cfg802154-fix-kernel-doc-notation-warnings.patch patches.suse/codel-fix-kernel-doc-notation-warnings.patch patches.suse/devlink-fix-kernel-doc-notation-warnings.patch + patches.suse/inet-frags-eliminate-kernel-doc-warning.patch + patches.suse/net-llc-fix-kernel-doc-notation-warnings.patch + patches.suse/net-NSH-fix-kernel-doc-notation-warning.patch patches.suse/pie-fix-kernel-doc-notation-warning.patch patches.suse/rsi-remove-kernel-doc-comment-marker.patch patches.suse/net-sched-cls_matchall-Undo-tcf_bind_filter-in-.patch @@ -6276,6 +6575,7 @@ patches.suse/LoongArch-BPF-Fix-check-condition-to-call-lu32i.patch patches.suse/ring-buffer-Fix-wrong-stat-of-cpu_buffer-read.patch patches.suse/tracing-Fix-warning-in-trace_buffered_event_dis.patch + patches.suse/cifs-fix-charset-issue-in-reconnection.patch patches.suse/smb3-do-not-set-NTLMSSP_VERSION-flag-for-negoti.patch patches.suse/cifs-add-missing-return-value-check-for-cifs_sb_tlink.patch patches.suse/irq-bcm6345-l1-Do-not-assume-a-fixed-block-to-c.patch @@ -6928,6 +7228,8 @@ patches.suse/i2c-bcm-iproc-Fix-bcm_iproc_i2c_isr-deadlock-i.patch patches.suse/rust-macros-vtable-fix-HAS_-redefinition-gen_c.patch patches.suse/tty-serial-fsl_lpuart-Clear-the-error-flags-by.patch + patches.suse/serial-core-Controller-id-cannot-be-negative.patch + patches.suse/serial-core-Fix-serial-core-port-id-to-not-use-port-line.patch patches.suse/serial-8250-Fix-oops-for-port-pm-on-uart_chang.patch patches.suse/TIOCSTI-Document-CAP_SYS_ADMIN-behaviour-in-Kc.patch patches.suse/tty-n_gsm-fix-the-UAF-caused-by-race-condition.patch @@ -7056,8 +7358,10 @@ patches.suse/fs-add-ctime-accessors-infrastructure.patch patches.suse/infiniband-convert-to-ctime-accessor-functions.patch patches.suse/efivarfs-convert-to-ctime-accessor-functions.patch + patches.suse/gfs2-convert-to-ctime-accessor-functions.patch patches.suse/bpf-convert-to-ctime-accessor-functions.patch patches.suse/reiserfs-Check-the-return-value-from-__getblk.patch + patches.suse/fs-Fix-error-checking-for-d_hash_and_lookup.patch patches.suse/fs-buffer.c-disable-per-CPU-buffer_head-cache-for-is.patch patches.suse/io_uring-rename-kiocb_end_write-local-helper.patch patches.suse/fs-add-kerneldoc-to-file_-start-end-_write-helpers.patch @@ -7069,9 +7373,11 @@ patches.suse/nbd-call-blk_mark_disk_dead-in-nbd_clear_sock_ioctl.patch patches.suse/block-simplify-the-disk_force_media_change-interface.patch patches.suse/floppy-call-disk_force_media_change-when-changing-the-format.patch + patches.suse/autofs-use-wake_up-instead-of-wake_up_interruptible.patch patches.suse/selftests-nolibc-drop-test-chmod_net.patch patches.suse/proc-use-generic-setattr-for-proc-PID-net.patch patches.suse/procfs-block-chmod-on-proc-thread-self-comm.patch + patches.suse/locks-fix-KASAN-use-after-free-in-trace_event_raw_ev.patch patches.suse/erofs-ensure-that-the-post-EOF-tails-are-all-z.patch patches.suse/iomap-Remove-large-folio-handling-in-iomap_invalidate_folio.patch patches.suse/iomap-Remove-unnecessary-test-from-iomap_release_folio.patch @@ -7091,6 +7397,53 @@ patches.suse/fs-add-IOCB-flags-related-to-passing-back-dio-comple.patch patches.suse/io_uring-rw-add-write-support-for-IOCB_DIO_CALLER_CO.patch patches.suse/iomap-support-IOCB_DIO_CALLER_COMP.patch + patches.suse/fsverity-skip-PKCS-7-parser-when-keyring-is-empty.patch + patches.suse/btrfs-zoned-use-vcalloc-instead-of-for-vzalloc-in-bt.patch + patches.suse/btrfs-add-comments-for-btrfs_map_block.patch + patches.suse/btrfs-update-documentation-for-add_new_free_space.patch + patches.suse/btrfs-rename-add_new_free_space-to-btrfs_add_new_fre.patch + patches.suse/btrfs-make-btrfs_destroy_marked_extents-return-void.patch + patches.suse/btrfs-make-btrfs_destroy_pinned_extent-return-void.patch + patches.suse/btrfs-make-find_first_extent_bit-return-a-boolean.patch + patches.suse/btrfs-open-code-trivial-btrfs_add_excluded_extent.patch + patches.suse/btrfs-move-btrfs_free_excluded_extents-into-block-gr.patch + patches.suse/btrfs-free-qgroup-rsv-on-io-failure.patch + patches.suse/btrfs-fix-start-transaction-qgroup-rsv-double-free.patch + patches.suse/btrfs-don-t-start-transaction-when-joining-with-TRAN.patch + patches.suse/btrfs-update-comment-for-btrfs_join_transaction_nost.patch + patches.suse/btrfs-print-target-number-of-bytes-when-dumping-free.patch + patches.suse/btrfs-print-block-group-super-and-delalloc-bytes-whe.patch + patches.suse/btrfs-print-available-space-for-a-block-group-when-d.patch + patches.suse/btrfs-print-available-space-across-all-block-groups-.patch + patches.suse/btrfs-don-t-steal-space-from-global-rsv-after-a-tran.patch + patches.suse/btrfs-store-the-error-that-turned-the-fs-into-error-.patch + patches.suse/btrfs-return-real-error-when-orphan-cleanup-fails-du.patch + patches.suse/btrfs-fail-priority-metadata-ticket-with-real-fs-err.patch + patches.suse/btrfs-make-btrfs_cleanup_fs_roots-static.patch + patches.suse/btrfs-make-find_free_dev_extent-static.patch + patches.suse/btrfs-merge-find_free_dev_extent-and-find_free_dev_e.patch + patches.suse/btrfs-avoid-starting-new-transaction-when-flushing-d.patch + patches.suse/btrfs-avoid-starting-and-committing-empty-transactio.patch + patches.suse/btrfs-avoid-start-and-commit-empty-transaction-when-.patch + patches.suse/btrfs-avoid-start-and-commit-empty-transaction-when.patch + patches.suse/btrfs-introduce-struct-to-consolidate-extent-buffer-.patch + patches.suse/btrfs-zoned-introduce-block-group-context-to-btrfs_e.patch + patches.suse/btrfs-zoned-return-int-from-btrfs_check_meta_write_p.patch + patches.suse/btrfs-zoned-defer-advancing-meta-write-pointer.patch + patches.suse/btrfs-zoned-update-meta-write-pointer-on-zone-finish.patch + patches.suse/btrfs-zoned-reserve-zones-for-an-active-metadata-sys.patch + patches.suse/btrfs-zoned-activate-metadata-block-group-on-write-t.patch + patches.suse/btrfs-zoned-no-longer-count-fresh-BG-region-as-zone-.patch + patches.suse/btrfs-zoned-don-t-activate-non-DATA-BG-on-allocation.patch + patches.suse/btrfs-zoned-re-enable-metadata-over-commit-for-zoned.patch + patches.suse/btrfs-handle-errors-properly-in-update_inline_extent.patch + patches.suse/btrfs-set-page-extent-mapped-after-read_folio-in-rel.patch + patches.suse/btrfs-zoned-do-not-zone-finish-data-relocation-block.patch + patches.suse/btrfs-output-extra-debug-info-if-we-failed-to-find-a.patch + patches.suse/btrfs-add-a-helper-to-read-the-superblock-metadata_u.patch + patches.suse/btrfs-use-the-correct-superblock-to-compare-fsid-in-.patch + patches.suse/btrfs-compare-the-correct-fsid-metadata_uuid-in-btrf.patch + patches.suse/btrfs-zoned-skip-splitting-and-logical-rewriting-on-.patch patches.suse/pstore-ram-Check-start-of-empty-przs-during-init.patch patches.suse/sched-add-WF_CURRENT_CPU-and-externise-ttwu.patch patches.suse/sched-add-a-few-helpers-to-wake-up-tasks-on-the-current-cpu.patch @@ -7169,6 +7522,7 @@ patches.suse/x86-cpu-Fix-Crestmont-uarch.patch patches.suse/perf-x86-intel-Add-Crestmont-PMU.patch patches.suse/kernel-fork-beware-of-__put_task_struct-calling-context.patch + patches.suse/sched-avoid-false-lockdep-splat-in-put_task_struct.patch patches.suse/sched-don-t-account-throttle-time-for-empty-groups.patch patches.suse/sched-add-throttled-time-stat-for-throttled-children.patch patches.suse/sched-core-introduce-sched_core_idle_cpu.patch @@ -7180,6 +7534,7 @@ patches.suse/sched-debug-Dump-domains-sched-group-flags.patch patches.suse/sched-fair-Stabilize-asym-cpu-capacity-system-idle-cpu-selection.patch patches.suse/sched-fair-remove-util_est-boosting.patch + patches.suse/sched-psi-Select-KERNFS-as-needed.patch patches.suse/sched-cgroup-Restore-meaning-to-hierarchical_quota.patch patches.suse/sched-fair-Block-nohz-tick_stop-when-cfs-bandwidth-in-use.patch patches.suse/sched-rt-Fix-sysctl_sched_rr_timeslice-intial-value.patch @@ -7219,6 +7574,8 @@ patches.suse/arm64-vdso-remove-two-.altinstructions-related-symbo.patch patches.suse/arm64-sdei-abort-running-SDEI-handlers-during-crash.patch patches.suse/hw_breakpoint-fix-single-stepping-when-using-bpf_ove.patch + patches.suse/arm_pmu-acpi-Refactor-arm_spe_acpi_register_device.patch + patches.suse/arm_pmu-acpi-Add-a-representative-platform-device-for-TRBE.patch patches.suse/kselftest-arm64-Add-a-test-case-for-SVE-VL-changes-with-SME-active.patch patches.suse/kselftest-arm64-Validate-that-changing-one-VL-type-does-not-affect-another.patch patches.suse/kselftest-arm64-fix-a-memleak-in-zt_regs_run.patch @@ -7564,6 +7921,7 @@ patches.suse/net-tls-Use-tcp_read_sock-instead-of-ops-read_sock.patch patches.suse/net-tls-split-tls_rx_reader_lock.patch patches.suse/net-tls-implement-read_sock.patch + patches.suse/nf_conntrack-fix-Wunused-const-variable.patch patches.suse/netlink-allow-be16-and-be32-types-in-all-uint-policy.patch patches.suse/net-ethtool-Unify-ETHTOOL_-G-S-RXFH-rxnfc-copy.patch patches.suse/net-mlx5-Fix-flowhash-key-set-get-for-custom-RSS.patch @@ -7623,6 +7981,7 @@ patches.suse/SUNRPC-Use-new-helpers-to-handle-TLS-Alerts.patch patches.suse/net-handshake-Trace-events-for-TLS-Alert-helpers.patch patches.suse/net-flow_dissector-Use-64bits-for-used_keys.patch + patches.suse/net-Use-sockaddr_storage-for-getsockopt-SO_PEERNAME.patch patches.suse/devlink-Remove-unused-extern-declaration-devlink_por.patch patches.suse/i40e-remove-i40e_status.patch patches.suse/vsock-Remove-unused-function-declarations.patch @@ -7727,36 +8086,175 @@ patches.suse/devlink-use-generated-split-ops-and-remove-duplicate.patch patches.suse/ixgbevf-Remove-unused-function-declarations.patch patches.suse/wifi-rtw88-delete-timer-and-free-skb-queue-when-unlo.patch + patches.suse/wifi-rtw88-remove-unused-and-set-but-unused-leftover.patch + patches.suse/wifi-rtw88-remove-unused-USB-bulkout-size-set.patch + patches.suse/wifi-rtw88-simplify-vif-iterators.patch patches.suse/wifi-rtw89-debug-Fix-error-handling-in-rtw89_debug_p.patch + patches.suse/wifi-zd1211rw-fix-typo-tranmits.patch + patches.suse/wifi-rtl8xxxu-Enable-AP-mode-for-RTL8192FU.patch + patches.suse/wifi-rtl8xxxu-Enable-AP-mode-for-RTL8710BU-RTL8188GU.patch + patches.suse/wifi-rtl8xxxu-Enable-AP-mode-for-RTL8192EU.patch + patches.suse/wifi-rtl8xxxu-Enable-AP-mode-for-RTL8723BU.patch + patches.suse/wifi-mwifiex-prefer-strscpy-over-strlcpy.patch patches.suse/wifi-mwifiex-fix-fortify-warning.patch + patches.suse/wifi-mwifiex-Set-WIPHY_FLAG_NETNS_OK-flag.patch + patches.suse/wifi-brcmsmac-remove-unused-data-type.patch patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch + patches.suse/wifi-rtw89-add-chip_info-chip_gen-to-determine-chip-.patch + patches.suse/wifi-rtw89-define-hardware-rate-v1-for-WiFi-7-chips.patch + patches.suse/wifi-rtw89-phy-rate-pattern-handles-HW-rate-by-chip-.patch + patches.suse/wifi-rtw89-use-struct-to-set-RA-H2C-command.patch + patches.suse/wifi-rtw89-add-H2C-RA-command-V1-to-support-WiFi-7-c.patch + patches.suse/wifi-rtw89-use-struct-to-access-firmware-C2H-event-h.patch + patches.suse/wifi-rtw89-use-struct-to-access-RA-report.patch + patches.suse/wifi-rtw89-add-C2H-RA-event-V1-to-support-WiFi-7-chi.patch + patches.suse/wifi-rtw89-add-to-display-hardware-rates-v1-histogra.patch + patches.suse/wifi-rtw89-get-data-rate-mode-NSS-MCS-v1-from-RX-des.patch + patches.suse/wifi-wilc1000-remove-use-of-has_thrpt_enh3-flag.patch patches.suse/wifi-mwifiex-Fix-OOB-and-integer-underflow-when-rx-p.patch + patches.suse/wifi-wilc1000-add-SPI-commands-retry-mechanism.patch + patches.suse/wifi-drivers-Explicitly-include-correct-DT-includes.patch + patches.suse/wifi-libertas-add-missing-calls-to-cancel_work_sync.patch + patches.suse/wifi-libertas-use-convenient-lists-to-manage-SDIO-pa.patch + patches.suse/wifi-libertas-simplify-list-operations-in-free_if_sp.patch + patches.suse/wifi-libertas-cleanup-SDIO-reset.patch + patches.suse/wifi-libertas-handle-possible-spu_write_u16-errors.patch + patches.suse/wifi-libertas-prefer-kstrtoX-for-simple-integer-conv.patch patches.suse/mt76-mt7921-don-t-assume-adequate-headroom-for-SDIO-.patch patches.suse/wifi-mt76-mt7996-fix-header-translation-logic.patch + patches.suse/wifi-mt76-mt7996-enable-BSS_CHANGED_MU_GROUPS-suppor.patch + patches.suse/wifi-mt76-mt7615-enable-BSS_CHANGED_MU_GROUPS-suppor.patch + patches.suse/wifi-mt76-enable-UNII-4-channel-177-support.patch patches.suse/wifi-mt76-mt7915-fix-background-radar-event-being-bl.patch + patches.suse/wifi-mt76-mt7915-report-tx-retries-failed-counts-for.patch patches.suse/wifi-mt76-mt7915-rework-tx-packets-counting-when-WED.patch patches.suse/wifi-mt76-mt7915-rework-tx-bytes-counting-when-WED-i.patch + patches.suse/wifi-mt76-report-non-binding-skb-tx-rate-when-WED-is.patch + patches.suse/wifi-mt76-mt7915-drop-return-in-mt7915_sta_statistic.patch + patches.suse/wifi-mt76-mt7996-drop-return-in-mt7996_sta_statistic.patch patches.suse/wifi-mt76-mt7921-do-not-support-one-stream-on-.patch + patches.suse/wifi-mt76-mt7921-remove-macro-duplication-in-regs.h.patch + patches.suse/wifi-mt76-mt7915-move-mib_stats-structure-in-mt76.h.patch + patches.suse/wifi-mt76-mt7996-rely-on-mib_stats-shared-definition.patch + patches.suse/wifi-mt76-mt7921-rely-on-mib_stats-shared-definition.patch + patches.suse/wifi-mt76-mt7915-add-support-for-MT7981.patch + patches.suse/wifi-mt76-mt7921e-report-tx-retries-failed-counts-in.patch patches.suse/wifi-mt76-mt7921-fix-skb-leak-by-txs-missing-i.patch + patches.suse/wifi-mt76-add-tx_nss-histogram-to-ethtool-stats.patch + patches.suse/wifi-mt76-mt7915-accumulate-mu-mimo-ofdma-muru-stats.patch patches.suse/wifi-mt76-mt7921-fix-non-PSC-channel-scan-fail.patch + patches.suse/wifi-mt76-mt7921-Support-temp-sensor.patch + patches.suse/wifi-mt76-mt7915-disable-WFDMA-Tx-Rx-during-SER-reco.patch + patches.suse/wifi-mt76-mt7996-disable-WFDMA-Tx-Rx-during-SER-reco.patch + patches.suse/wifi-mt76-mt7921-make-mt7921_mac_sta_poll-static.patch patches.suse/wifi-mt76-mt7915-fix-command-timeout-in-AP-stop-peri.patch + patches.suse/mt76-mt7996-rely-on-mt76_sta_stats-in-mt76_wcid.patch + patches.suse/wifi-mt76-mt7921-get-rid-of-MT7921_RESET_TIMEOUT-mar.patch + patches.suse/wifi-mt76-mt7996-move-radio-ctrl-commands-to-proper-.patch + patches.suse/wifi-mt76-connac-add-support-for-dsp-firmware-downlo.patch patches.suse/wifi-mt76-mt7996-fix-bss-wlan_idx-when-sending-bss_i.patch + patches.suse/wifi-mt76-mt7996-enable-VHT-extended-NSS-BW-feature.patch + patches.suse/wifi-mt76-connac-add-support-to-set-ifs-time-by-mcu-.patch patches.suse/wifi-mt76-mt7996-use-correct-phy-for-background-rada.patch patches.suse/wifi-mt76-mt7996-fix-WA-event-ring-size.patch + patches.suse/wifi-mt76-mt7996-add-muru-support.patch + patches.suse/wifi-mt76-mt7996-increase-tx-token-size.patch + patches.suse/wifi-mt76-mt7915-move-sta_poll_list-and-sta_poll_loc.patch + patches.suse/wifi-mt76-mt7603-rely-on-shared-sta_poll_list-and-st.patch + patches.suse/wifi-mt76-mt7615-rely-on-shared-sta_poll_list-and-st.patch + patches.suse/wifi-mt76-mt7996-rely-on-shared-sta_poll_list-and-st.patch + patches.suse/wifi-mt76-mt7921-rely-on-shared-sta_poll_list-and-st.patch + patches.suse/wifi-mt76-mt7915-move-poll_list-in-mt76_wcid.patch + patches.suse/wifi-mt76-mt7603-rely-on-shared-poll_list-field.patch + patches.suse/wifi-mt76-mt7615-rely-on-shared-poll_list-field.patch + patches.suse/wifi-mt76-mt7996-rely-on-shared-poll_list-field.patch + patches.suse/wifi-mt76-mt7921-rely-on-shared-poll_list-field.patch + patches.suse/wifi-mt76-move-ampdu_state-in-mt76_wcid.patch + patches.suse/mt76-connac-move-more-mt7921-mt7915-mac-shared-code-.patch + patches.suse/wifi-mt76-move-rate-info-in-mt76_vif.patch patches.suse/wifi-mt76-connac-move-connac3-definitions-in-mt76_co.patch + patches.suse/wifi-mt76-connac-add-connac3-mac-library.patch patches.suse/wifi-mt76-mt7915-fix-capabilities-in-non-AP-mode.patch + patches.suse/wifi-mt76-split-get_of_eeprom-in-subfunction.patch + patches.suse/wifi-mt76-add-support-for-providing-eeprom-in-nvmem-.patch patches.suse/wifi-mt76-mt7915-remove-VHT160-capability-on-MT7915.patch + patches.suse/wifi-mt76-mt7603-fix-beacon-interval-after-disabling.patch + patches.suse/wifi-mt76-mt7603-fix-tx-filter-flush-function.patch + patches.suse/wifi-mt76-mt7921-move-common-register-definition-in-.patch + patches.suse/wifi-mt76-mt7921-convert-acpisar-and-clc-pointers-to.patch + patches.suse/wifi-mt76-mt7921-rename-mt7921_vif-in-mt792x_vif.patch + patches.suse/wifi-mt76-mt7921-rename-mt7921_sta-in-mt792x_sta.patch + patches.suse/wifi-mt76-mt7921-rename-mt7921_phy-in-mt792x_phy.patch + patches.suse/wifi-mt76-mt7921-rename-mt7921_dev-in-mt792x_dev.patch + patches.suse/wifi-mt76-mt7921-rename-mt7921_hif_ops-in-mt792x_hif.patch + patches.suse/wifi-mt76-mt792x-move-shared-structure-definition-in.patch + patches.suse/wifi-mt76-mt7921-move-mt792x_mutex_-acquire-release-.patch + patches.suse/wifi-mt76-mt7921-move-mt792x_hw_dev-in-mt792x.h.patch + patches.suse/wifi-mt76-mt792x-introduce-mt792x-lib-module.patch + patches.suse/wifi-mt76-mt7921-move-mac-shared-code-in-mt792x-lib-.patch + patches.suse/wifi-mt76-mt7921-move-dma-shared-code-in-mt792x-lib-.patch + patches.suse/wifi-mt76-mt7921-move-debugfs-shared-code-in-mt792x-.patch + patches.suse/wifi-mt76-mt7921-move-init-shared-code-in-mt792x-lib.patch + patches.suse/wifi-mt76-mt792x-introduce-mt792x_irq_map.patch + patches.suse/wifi-mt76-mt792x-move-more-dma-shared-code-in-mt792x.patch + patches.suse/wifi-mt76-mt7921-move-hif_ops-macro-in-mt792x.h.patch + patches.suse/wifi-mt76-mt7921-move-shared-runtime-pm-code-on-mt79.patch + patches.suse/wifi-mt76-mt7921-move-runtime-pm-pci-code-in-mt792x-.patch + patches.suse/wifi-mt76-mt7921-move-acpi_sar-code-in-mt792x-lib-mo.patch + patches.suse/wifi-mt76-mt792x-introduce-mt792x-usb-module.patch + patches.suse/wifi-mt76-mt792x-move-mt7921_load_firmware-in-mt792x.patch + patches.suse/wifi-mt76-mt76_connac3-move-lmac-queue-enumeration-i.patch + patches.suse/wifi-mt76-mt792x-move-MT7921_PM_TIMEOUT-and-MT7921_H.patch + patches.suse/wifi-mt76-mt7921-move-mt7921_dma_init-in-pci.c.patch + patches.suse/wifi-mt76-mt7921-move-mt7921u_disconnect-mt792x-lib.patch patches.suse/wifi-mt76-testmode-add-nla_policy-for-MT76_TM_ATTR_T.patch + patches.suse/wifi-mt76-mt76x02-fix-return-value-check-in-mt76x02_.patch patches.suse/wifi-mt76-mt7915-fix-tlv-length-of-mt7915_mcu_get_ch.patch patches.suse/wifi-mt76-mt7915-fix-power-limits-while-chan_switch.patch + patches.suse/wifi-mt76-Replace-strlcpy-with-strscpy.patch + patches.suse/wifi-brcmsmac-remove-more-unused-data-types.patch + patches.suse/wifi-brcmsmac-cleanup-SCB-related-data-types.patch patches.suse/wifi-mwifiex-fix-error-recovery-in-PCIE-buffer-descr.patch + patches.suse/wifi-rtw89-recognize-log-format-from-firmware-file.patch + patches.suse/wifi-rtw89-support-firmware-log-with-formatted-text.patch + patches.suse/wifi-rtw89-introduce-v1-format-of-firmware-header.patch + patches.suse/wifi-rtw89-add-firmware-parser-for-v1-format.patch + patches.suse/wifi-rtw89-add-firmware-suit-for-BB-MCU-0-1.patch + patches.suse/wifi-rtw89-introduce-infrastructure-of-firmware-elem.patch + patches.suse/wifi-rtw89-add-to-parse-firmware-elements-of-BB-and-.patch + patches.suse/wifi-rtw89-return-failure-if-needed-firmware-element.patch + patches.suse/wifi-ath9k-avoid-using-uninitialized-array.patch patches.suse/wifi-ath9k-fix-fortify-warnings.patch + patches.suse/wifi-ath5k-remove-phydir-check-from-ath5k_debug_init.patch + patches.suse/wifi-ath6kl-Remove-error-checking-for-debugfs_create.patch patches.suse/wifi-ath9k-fix-printk-specifier.patch patches.suse/wifi-wil6210-fix-fortify-warnings.patch patches.suse/wifi-ath11k-fix-band-selection-for-ppdu-received-in-.patch + patches.suse/wifi-ath11k-simplify-ath11k_mac_validate_vht_he_fixe.patch + patches.suse/wifi-ath11k-Split-coldboot-calibration-hw_param.patch + patches.suse/wifi-ath11k-Add-coldboot-calibration-support-for-QCN.patch + patches.suse/wifi-ath11k-Remove-cal_done-check-during-probe.patch patches.suse/wifi-ath12k-Fix-a-NULL-pointer-dereference-in-ath12k.patch + patches.suse/wifi-ath12k-correct-the-data_type-from-QMI_OPT_FLAG-.patch patches.suse/wifi-ath12k-fix-memcpy-array-overflow-in-ath12k_peer.patch patches.suse/wifi-ath12k-avoid-array-overflow-of-hw-mode-for-pref.patch + patches.suse/wifi-ath12k-Use-pdev_id-rather-than-mac_id-to-get-pd.patch + patches.suse/wifi-ath12k-trigger-station-disconnect-on-hardware-r.patch + patches.suse/wifi-ath12k-change-to-use-dynamic-memory-for-channel.patch + patches.suse/wifi-ath12k-rename-HE-capabilities-setup-copy-functi.patch + patches.suse/wifi-ath12k-move-HE-capabilities-processing-to-a-new.patch + patches.suse/wifi-ath12k-WMI-support-to-process-EHT-capabilities.patch + patches.suse/wifi-ath12k-propagate-EHT-capabilities-to-userspace.patch + patches.suse/wifi-ath12k-add-EHT-PHY-modes.patch + patches.suse/wifi-ath12k-prepare-EHT-peer-assoc-parameters.patch + patches.suse/wifi-ath12k-add-WMI-support-for-EHT-peer.patch + patches.suse/wifi-ath12k-peer-assoc-for-320-MHz.patch + patches.suse/wifi-ath12k-add-MLO-header-in-peer-association.patch + patches.suse/wifi-ath12k-parse-WMI-service-ready-ext2-event.patch + patches.suse/wifi-ath12k-configure-puncturing-bitmap.patch + patches.suse/wifi-ath12k-relax-list-iteration-in-ath12k_mac_vif_u.patch + patches.suse/wifi-ath12k-add-handler-for-scan-event-WMI_SCAN_EVEN.patch + patches.suse/wifi-ath12k-avoid-deadlock-by-change-ieee80211_queue.patch patches.suse/gve-Control-path-for-DQO-QPL.patch patches.suse/gve-Tx-path-for-DQO-QPL.patch patches.suse/gve-RX-path-for-DQO-QPL.patch @@ -7848,6 +8346,7 @@ patches.suse/i40e-Replace-one-element-array-with-flex-array-membe-fbfa49f9.patch patches.suse/i40e-Replace-one-element-array-with-flex-array-membe-ff1a724c.patch patches.suse/i40e-Replace-one-element-array-with-flex-array-membe-4bb28b27.patch + patches.suse/net-tcp-fix-unexcepted-socket-die-when-snd_wnd-is-0.patch patches.suse/netlink-convert-nlk-flags-to-atomic-flags.patch patches.suse/tg3-Use-pci_dev_id-to-simplify-the-code.patch patches.suse/Bluetooth-btrtl-Add-Realtek-devcoredump-support.patch @@ -7869,6 +8368,8 @@ patches.suse/Bluetooth-hci_ldisc-check-HCI_UART_PROTO_READY-flag-.patch patches.suse/Bluetooth-Fix-hci_suspend_sync-crash.patch patches.suse/Bluetooth-btusb-Add-support-for-another-MediaTek-792.patch + patches.suse/Bluetooth-af_bluetooth-Make-BT_PKT_STATUS-generic.patch + patches.suse/Bluetooth-ISO-Add-support-for-BT_PKT_STATUS.patch patches.suse/Bluetooth-nokia-fix-value-check-in-nokia_bluetooth_s.patch patches.suse/Bluetooth-btusb-Move-btusb_recv_event_intel-to-btint.patch patches.suse/Bluetooth-Remove-unused-declaration-amp_read_loc_inf.patch @@ -7883,6 +8384,7 @@ patches.suse/Bluetooth-hci_sync-Avoid-use-after-free-in-dbg-for-h.patch patches.suse/Bluetooth-btrtl-Load-FW-v2-otherwise-FW-v1-for-RTL88.patch patches.suse/Bluetooth-hci_event-drop-only-unbound-CIS-if-Set-CIG.patch + patches.suse/mptcp-Remove-unnecessary-test-for-__mptcp_init_sock.patch patches.suse/net-openvswitch-add-last-action-drop-reason.patch patches.suse/net-openvswitch-add-action-error-drop-reason.patch patches.suse/net-openvswitch-add-explicit-drop-action.patch @@ -7931,6 +8433,7 @@ patches.suse/net-hns3-move-dump-regs-function-to-a-separate-file.patch patches.suse/net-hns3-Support-tlv-in-regs-data-for-HNS3-PF-driver.patch patches.suse/net-hns3-fix-wrong-rpu-tln-reg-issue.patch + patches.suse/wlcore-spi-Remove-redundant-of_match_ptr.patch patches.suse/net-memcg-Fix-scope-of-sockmem-pressure-indicators.patch patches.suse/e1000e-Use-PME-poll-to-circumvent-unreliable-ACPI-wa.patch patches.suse/bpf-Remove-unused-declaration-bpf_link_new_file.patch @@ -7980,6 +8483,7 @@ patches.suse/tools-ynl-gen-use-temporary-file-for-rendering.patch patches.suse/net-lan966x-Fix-return-value-check-for-vcap_get_rule.patch patches.suse/ipv6-do-not-match-device-when-remove-source-route.patch + patches.suse/net-annotate-data-races-around-sk-sk_lingertime.patch patches.suse/alx-fix-OOB-read-compiler-warning.patch patches.suse/ionic-Remove-unused-declarations.patch patches.suse/vxlan-vnifilter-Use-GFP_KERNEL-instead-of-GFP_ATOMIC.patch @@ -8045,6 +8549,7 @@ patches.suse/tools-ynl-gen-set-length-of-binary-fields.patch patches.suse/tools-ynl-gen-fix-collecting-global-policy-attrs.patch patches.suse/tools-ynl-gen-support-empty-attribute-lists.patch + patches.suse/kunit-Fix-checksum-tests-on-big-endian-CPUs.patch patches.suse/Bluetooth-hci_sync-Fix-UAF-in-hci_disconnect_all_syn.patch patches.suse/Bluetooth-ISO-Use-defer-setup-to-separate-PA-sync-an.patch patches.suse/Bluetooth-hci_conn-fail-SCO-ISO-via-hci_conn_failed-.patch @@ -8053,9 +8558,37 @@ patches.suse/Bluetooth-btusb-Fix-quirks-table-naming.patch patches.suse/Bluetooth-btusb-Do-not-call-kfree_skb-under-spin_loc.patch patches.suse/wifi-mwifiex-fix-memory-leak-in-mwifiex_histogram_re.patch + patches.suse/wifi-mwifiex-cleanup-private-data-structures.patch + patches.suse/wifi-mwifiex-handle-possible-sscanf-errors.patch + patches.suse/wifi-mwifiex-handle-possible-mwifiex_write_reg-error.patch + patches.suse/wifi-mwifiex-drop-BUG_ON-from-TX-paths.patch + patches.suse/wifi-mwifiex-use-is_zero_ether_addr-instead-of-ether.patch patches.suse/wifi-mwifiex-Fix-missed-return-in-oob-checks-failed-.patch + patches.suse/wifi-mwifiex-cleanup-adapter-data.patch + patches.suse/wifi-mwifiex-fix-comment-typos-in-SDIO-module.patch patches.suse/wifi-rtw89-8852b-rfk-fine-tune-IQK-parameters-to-imp.patch + patches.suse/wifi-rtw89-Introduce-Time-Averaged-SAR-TAS-feature.patch + patches.suse/wifi-rtlwifi-use-eth_broadcast_addr-to-assign-broadc.patch + patches.suse/wifi-rt2x00-correct-MAC_SYS_CTRL-register-RX-mask-in.patch + patches.suse/wifi-rtw89-fix-a-width-vs-precision-bug.patch + patches.suse/wifi-rtw89-regd-update-regulatory-map-to-R64-R43.patch + patches.suse/wifi-iwlwifi-mvm-advertise-MLO-only-if-EHT-is-enable.patch + patches.suse/wifi-iwlwifi-api-fix-a-small-upper-lower-case-typo.patch + patches.suse/wifi-iwlwifi-remove-WARN-from-read_mem32.patch + patches.suse/wifi-iwlwifi-pcie-clean-up-gen1-gen2-TFD-unmap.patch + patches.suse/wifi-iwlwifi-remove-def_rx_queue-struct-member.patch + patches.suse/wifi-iwlwifi-pcie-move-gen1-TB-handling-to-header.patch + patches.suse/wifi-iwlwifi-queue-move-iwl_txq_gen2_set_tb-up.patch + patches.suse/wifi-iwlwifi-pcie-point-invalid-TFDs-to-invalid-data.patch + patches.suse/wifi-iwlwifi-add-Razer-to-ppag-approved-list.patch + patches.suse/wifi-iwlwifi-mvm-enable-HE-TX-RX-242-tone-RU-on-new-.patch + patches.suse/wifi-iwlwifi-mvm-support-flush-on-AP-interfaces.patch + patches.suse/wifi-iwlwifi-remove-memory-check-for-LMAC-error-addr.patch patches.suse/wifi-iwlwifi-pcie-avoid-a-warning-in-case-prepare-ca.patch + patches.suse/wifi-iwlmei-don-t-send-SAP-messages-if-AMT-is-disabl.patch + patches.suse/wifi-iwlmei-send-HOST_GOES_DOWN-message-even-if-wiam.patch + patches.suse/wifi-iwlmei-send-driver-down-SAP-message-only-if-wia.patch + patches.suse/wifi-iwlmei-don-t-send-nic-info-with-invalid-mac-add.patch patches.suse/wifi-mac80211-check-S1G-action-frame-size.patch patches.suse/wifi-cfg80211-reject-auth-assoc-to-AP-with-our-addre.patch patches.suse/wifi-cfg80211-ocb-don-t-leave-if-not-joined.patch @@ -8063,20 +8596,69 @@ patches.suse/wifi-mac80211_hwsim-drop-short-frames.patch patches.suse/wifi-mac80211-fix-puncturing-bitmap-handling-in-CSA.patch patches.suse/wifi-nl80211-cfg80211-add-forgotten-nla_policy-for-B.patch + patches.suse/wifi-mac80211-Remove-unused-function-declarations.patch + patches.suse/wifi-mac80211-mesh-Remove-unused-function-declaratio.patch + patches.suse/wifi-nl80211-Remove-unused-declaration-nl80211_pmsr_.patch + patches.suse/wifi-cfg80211-improve-documentation-for-flag-fields.patch patches.suse/wifi-cfg80211-remove-dead-unused-enum-value.patch patches.suse/wifi-radiotap-fix-kernel-doc-notation-warnings.patch patches.suse/wifi-mac80211-fix-kernel-doc-notation-warning.patch patches.suse/mac80211-make-ieee80211_tx_info-padding-explicit.patch + patches.suse/wifi-rsi-rsi_91x_coex-Remove-unnecessary-void-conver.patch + patches.suse/wifi-rsi-rsi_91x_debugfs-Remove-unnecessary-void-con.patch + patches.suse/wifi-rsi-rsi_91x_hal-Remove-unnecessary-conversions.patch + patches.suse/wifi-rsi-rsi_91x_mac80211-Remove-unnecessary-convers.patch + patches.suse/wifi-rsi-rsi_91x_main-Remove-unnecessary-void-conver.patch + patches.suse/wifi-rsi-rsi_91x_sdio-Remove-unnecessary-void-conver.patch + patches.suse/wifi-rsi-rsi_91x_sdio_ops-Remove-unnecessary-void-co.patch + patches.suse/wifi-rsi-rsi_91x_usb-Remove-unnecessary-void-convers.patch + patches.suse/wifi-rsi-rsi_91x_usb_ops-Remove-unnecessary-void-con.patch + patches.suse/wifi-wfx-Use-devm_kmemdup-to-replace-devm_kmalloc-me.patch + patches.suse/wifi-rt2x00-limit-MT7620-TX-power-based-on-eeprom-ca.patch patches.suse/wifi-mwifiex-avoid-possible-NULL-skb-pointer-derefer.patch + patches.suse/wifi-wilc1000-Remove-unused-declarations.patch + patches.suse/wifi-mac80211-Do-not-include-crypto-algapi.h.patch patches.suse/Fix-nomenclature-for-USB-and-PCI-wireless-devices.patch + patches.suse/wifi-rtw89-add-function-prototype-for-coex-request-d.patch + patches.suse/wifi-rtw89-refine-rtw89_correct_cck_chan-by-rtw89_hw.patch + patches.suse/wifi-rtw89-sar-let-caller-decide-the-center-frequenc.patch + patches.suse/wifi-rtw89-call-rtw89_chan_get-by-vif-chanctx-if-awa.patch + patches.suse/wifi-rtw89-provide-functions-to-configure-NoA-for-be.patch + patches.suse/wifi-rtw89-initialize-multi-channel-handling.patch + patches.suse/wifi-wlcore-sdio-Use-module_sdio_driver-macro-to-sim.patch + patches.suse/wifi-rtw89-mac-add-mac_gen_def-band1_offset-to-map-M.patch + patches.suse/wifi-rtw89-mac-generalize-code-to-indirectly-access-.patch + patches.suse/wifi-rtw89-mac-define-internal-memory-address-for-Wi.patch + patches.suse/wifi-rtw89-mac-define-register-address-of-rx_filter-.patch + patches.suse/wifi-rtw89-phy-add-phy_gen_def-cr_base-to-support-Wi.patch + patches.suse/wifi-rtw89-phy-modify-register-setting-of-ENV_MNTR-P.patch + patches.suse/wifi-rtw89-Fix-clang-Wimplicit-fallthrough-in-rtw89_.patch patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-.patch + patches.suse/wifi-rtlwifi-rtl8723-Remove-unused-function-rtl8723_.patch + patches.suse/wifi-ath5k-Remove-redundant-dev_err.patch patches.suse/wifi-ath9k-fix-races-between-ath9k_wmi_cmd-and-ath9k.patch patches.suse/wifi-ath9k-protect-WMI-command-response-buffer-repla.patch + patches.suse/wifi-ath9k-fix-parameter-check-in-ath9k_init_debug.patch + patches.suse/wifi-ath9k-consistently-use-kstrtoX_from_user-functi.patch + patches.suse/wifi-ath9k-Remove-unnecessary-ternary-operators.patch + patches.suse/wifi-ath9k-Remove-unused-declarations.patch patches.suse/wifi-ath11k-Don-t-drop-tx_status-when-peer-can.patch patches.suse/wifi-ath11k-Cleanup-mac80211-references-on-fai.patch + patches.suse/wifi-ath11k-Consistently-use-ath11k_vif_to_arvif.patch + patches.suse/wifi-ath10k-Fix-a-few-spelling-errors.patch + patches.suse/wifi-ath11k-Fix-a-few-spelling-errors.patch + patches.suse/wifi-ath12k-Fix-a-few-spelling-errors.patch + patches.suse/wifi-ath11k-simplify-the-code-with-module_platform_d.patch + patches.suse/wifi-ath11k-fix-Wvoid-pointer-to-enum-cast-warning.patch + patches.suse/wifi-ath10k-fix-Wvoid-pointer-to-enum-cast-warning.patch + patches.suse/wifi-ath11k-Remove-unused-declarations.patch + patches.suse/wifi-ath-remove-unused-but-set-parameter.patch + patches.suse/wifi-ath5k-ath5k_hw_get_median_noise_floor-use-swap.patch patches.suse/wifi-ath12k-Fix-memory-leak-in-rx_desc-and-tx_desc.patch patches.suse/wifi-ath9k-use-IS_ERR-with-debugfs_create_dir.patch patches.suse/wifi-ath12k-add-check-max-message-length-while-scann.patch + patches.suse/wifi-ath12k-Remove-unused-declarations.patch + patches.suse/wifi-ath-Use-is_multicast_ether_addr-to-check-multic.patch patches.suse/arm64-insn-Add-encoders-for-LDRSB-LDRSH-LDRSW.patch patches.suse/bpf-arm64-Support-sign-extension-load-instructions.patch patches.suse/bpf-arm64-Support-sign-extension-mov-instructions.patch @@ -8364,6 +8946,7 @@ patches.suse/fs-ocfs2-namei-check-return-value-of-ocfs2_add_entry.patch patches.suse/lockdep-fix-static-memory-detection-even-more.patch patches.suse/nilfs2-fix-WARNING-in-mark_buffer_dirty-due-to.patch + patches.suse/kill-do_each_thread.patch patches.suse/0001-crash-move-a-few-code-bits-to-setup-support-of-crash.patch patches.suse/0002-crash-add-generic-infrastructure-for-crash-hotplug-s.patch patches.suse/0003-kexec-exclude-elfcorehdr-from-the-segment-digest.patch @@ -10072,7 +10655,9 @@ patches.suse/docs-kernel-parameters-Refer-to-the-correct-bitmap-f.patch patches.suse/docs-mm-remove-references-to-hmm_mirror-ops-and-clea.patch patches.suse/PCI-Add-locking-to-RMW-PCI-Express-Capability-Regist.patch + patches.suse/PCI-Make-link-retraining-use-RMW-accessors-for-chang.patch patches.suse/PCI-pciehp-Use-RMW-accessors-for-changing-LNKCTL.patch + patches.suse/PCI-ASPM-Use-RMW-accessors-for-changing-LNKCTL.patch patches.suse/drm-amdgpu-Use-RMW-accessors-for-changing-LNKCTL.patch patches.suse/drm-radeon-Use-RMW-accessors-for-changing-LNKCTL.patch patches.suse/net-mlx5-Use-RMW-accessors-for-changing-LNKCTL.patch @@ -10096,13 +10681,17 @@ patches.suse/PCI-hv-Fix-a-crash-in-hv_pci_restore_msi_msg-during-.patch patches.suse/PCI-microchip-Correct-the-DED-and-SEC-interrupt-bit-.patch patches.suse/PCI-qcom-ep-Switch-MHI-bus-master-clock-off-during-L.patch + patches.suse/PCI-qcom-Add-support-for-sa8775p-SoC.patch patches.suse/PCI-rockchip-Use-64-bit-mask-on-MSI-64-bit-PCI-addre.patch patches.suse/Revert-PCI-tegra194-Enable-support-for-256-Byte-payl.patch patches.suse/PCI-vmd-Disable-bridge-window-for-domain-reset.patch patches.suse/PCI-meson-Remove-cast-between-incompatible-function-.patch patches.suse/PCI-keembay-Remove-cast-between-incompatible-functio.patch patches.suse/PCI-microchip-Remove-cast-between-incompatible-funct.patch + patches.suse/PCI-switchtec-Use-normal-comment-style.patch + patches.suse/PCI-switchtec-Add-support-for-PCIe-Gen5-devices.patch patches.suse/PCI-DOE-Fix-destroy_work_on_stack-race.patch + patches.suse/PCI-Fix-typos-in-docs-and-comments.patch patches.suse/vfio-pci-Update-comment-around-group_fd-get-in-vfio_pci_ioctl_pc patches.suse/vfio-pci-Move-the-existing-hot-reset-logic-to-be-a-helper patches.suse/iommufd-Reserve-all-negative-IDs-in-the-iommufd-xarray @@ -10198,6 +10787,12 @@ patches.suse/nvdimm-pfn_dev-Avoid-unnecessary-endian-conversion-feb7.patch patches.suse/nvdimm-Fix-memleak-of-pmu-attr_groups-in-unregister_-85ae.patch patches.suse/nvdimm-Fix-dereference-after-free-in-register_nvdimm-08ca.patch + patches.suse/smb-client-introduce-DFS_CACHE_TGT_LIST-.patch + patches.suse/smb-client-ensure-to-try-all-targets-when-finding-nested-links.patch + patches.suse/smb-client-rename-cifs_dfs_ref-c-to-namespace-c.patch + patches.suse/smb-client-get-rid-of-dfs-naming-in-automount-code.patch + patches.suse/smb-client-get-rid-of-dfs-code-dep-in-namespace-c.patch + patches.suse/smb-client-reduce-stack-usage-in-cifs_try_adding_channels-.patch patches.suse/mm-rename-arch-pte_mkwrite-s-to-pte_mkwrite_novma.patch patches.suse/mm-move-pte-pmd_mkwrite-callers-with-no-vma-to-novma.patch patches.suse/mm-make-pte_mkwrite-take-a-vma.patch @@ -10267,6 +10862,7 @@ patches.suse/powerpc-fadump-invoke-ibm-os-term-with-rtas_call_unl.patch patches.suse/powerpc-idle-Add-support-for-nohlt.patch patches.suse/powerpc-rtas-export-rtas_error_rc-for-reuse.patch + patches.suse/PCI-rpaphp-Error-out-on-busy-status-from-get-sensor-.patch patches.suse/powerpc-perf-Convert-fsl_emb-notifier-to-state-machine-callbacks.patch patches.suse/powerpc-ftrace-Fix-dropping-weak-symbols-with-older-toolchains.patch patches.suse/powerpc-powernv-Fix-fortify-source-warnings-in-opal-.patch @@ -10274,6 +10870,14 @@ patches.suse/powerpc-pseries-Rework-lppaca_shared_proc-to-avoid-D.patch patches.suse/powerpc-iommu-Fix-notifiers-being-shared-by-PCI-and-.patch patches.suse/ARM-9318-1-locomo-move-kernel-doc-to-prevent-warning.patch + patches.suse/ARM-vfp-Record-VFP-bounces-as-perf-emulation-faults.patch + patches.suse/ARM-vfp-Remove-workaround-for-Feroceon-CPUs.patch + patches.suse/ARM-vfp-Reimplement-VFP-exception-entry-in-C-code.patch + patches.suse/ARM-kernel-Get-rid-of-thread_info-used_cp-array.patch + patches.suse/ARM-vfp-Use-undef-hook-for-handling-VFP-exceptions.patch + patches.suse/ARM-entry-Disregard-Thumb-undef-exception-in-coproc-dispatch.patch + patches.suse/ARM-iwmmxt-Use-undef-hook-to-enable-coprocessor-for-task.patch + patches.suse/ARM-entry-Make-asm-coproc-dispatch-code-NWFPE-only.patch patches.suse/fs-dlm-debugfs-for-queued-callbacks.patch patches.suse/dlm-fix-plock-lookup-when-using-multiple-lockspaces.patch patches.suse/ext4-add-two-helper-functions-extent_logical_end-and-.patch @@ -10331,6 +10935,7 @@ patches.suse/usb-typec-intel_pmc_mux-Configure-Active-and-Retimer.patch patches.suse/usb-chipidea-imx-improve-logic-if-samsung-pico.patch patches.suse/usb-phy-mxs-fix-getting-wrong-state-with-mxs_phy_is_.patch + patches.suse/usb-dwc3-am62-Rename-private-data.patch patches.suse/usb-gadget-udc-udc-xilinx-Use-devm_platform_get_and_.patch patches.suse/usb-misc-onboard-hub-support-multiple-power-supplies.patch patches.suse/usb-typec-tcpm-Refactor-the-PPS-APDO-selection.patch @@ -10362,21 +10967,80 @@ patches.suse/USB-serial-option-add-Quectel-EM05G-variant-0x.patch patches.suse/USB-serial-option-add-FOXCONN-T99W368-T99W373-.patch patches.suse/staging-rtl8712-fix-race-condition.patch + patches.suse/tty-make-check_tty_count-void.patch patches.suse/1187-tty-sysrq-switch-sysrq-handlers-from-int-to-u8.patch + patches.suse/serial-convert-uart-sysrq-handling-to-u8.patch + patches.suse/serial-make-uart_insert_char-accept-u8s.patch + patches.suse/serial-arc_uart-simplify-flags-handling-in-arc_serial_rx_chars.patch + patches.suse/serial-omap-serial-remove-flag-from-serial_omap_rdi.patch + patches.suse/serial-drivers-switch-ch-and-flag-to-u8.patch + patches.suse/serial-qcom-geni-use-icc-tag-defines.patch + patches.suse/tty-Explicitly-include-correct-DT-includes.patch + patches.suse/serial-tegra-Don-t-print-error-on-probe-deferral.patch + patches.suse/8250_men_mcb-Add-clockrate-speed-for-G215-F215-boards.patch + patches.suse/8250_men_mcb-Read-num-ports-from-register-data.patch + patches.suse/8250_men_mcb-Make-UART-config-auto-configurable.patch + patches.suse/tty-serial-meson-use-dev_err_probe.patch + patches.suse/tty-serial-meson-redesign-the-module-to-platform_driver.patch + patches.suse/tty-serial-meson-apply-ttyS-devname-instead-of-ttyAML-for-new-SoCs.patch + patches.suse/tty-serial-meson-introduce-separate-uart_data-for-S4-SoC-family.patch + patches.suse/tty-serial-meson-add-independent-uart_data-for-A1-SoC-family.patch + patches.suse/tty-serial-8250-Define-earlycon-for-mrvl-mmp-uart.patch + patches.suse/tty-serial-fsl_lpuart-move-the-lpuart32_int-below.patch + patches.suse/tty-serial-fsl_lpuart-add-IDLE-interrupt-support-for-rx_dma-on-imx7ulp-imx8ulp-imx8qxp.patch patches.suse/serial-qcom-geni-fix-opp-vote-on-shutdown.patch + patches.suse/serial-qcom-geni-clean-up-clock-rate-debug-printk.patch + patches.suse/serial-ar933x-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-bcm63xx-uart-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-clps711x-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-linflexuart-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-tegra-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-omap-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-fsl_lpuart-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-vt8500-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-mps2-uart-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-sprd-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-sccnxp-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-mvebu-uart-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-sifive-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-imx-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/serial-st-asc-Use-devm_platform_get_and_ioremap_resource.patch + patches.suse/8250_men_mcb-fix-error-handling-in-read_uarts_available_from_reg.patch + patches.suse/tty-serial-meson-refactor-objects-definition-for-different-devnames.patch patches.suse/serial-sprd-Assign-sprd_port-after-initialized-to-av.patch patches.suse/serial-sprd-Fix-DMA-buffer-leak-issue.patch + patches.suse/tty-serial-xilinx_uartps-Do-not-check-for-0-return-after-calling-platform_get_irq.patch + patches.suse/tty-serial-samsung-Set-missing-PM-ops-for-hibernation-support.patch + patches.suse/tty-n_gsm-require-CAP_NET_ADMIN-to-attach-N_GSM0710-.patch patches.suse/serial-cpm_uart-Avoid-suspicious-locking.patch + patches.suse/serial-sifive-Remove-redundant-of_match_ptr.patch patches.suse/tty-serial-qcom-geni-serial-Poll-primary-sequencer-i.patch + patches.suse/tty-change-tty_write_lock-s-ndelay-parameter-to-bool.patch + patches.suse/tty-don-t-pass-write-to-do_tty_write.patch + patches.suse/tty-rename-and-de-inline-do_tty_write.patch + patches.suse/tty-use-min-in-iterate_tty_write.patch + patches.suse/tty-use-ssize_t-for-iterate_tty_read-returned-type.patch + patches.suse/tty-switch-size-and-count-types-in-iterate_tty_read-to-size_t.patch + patches.suse/tty-use-min-for-size-computation-in-iterate_tty_read.patch + patches.suse/serial-stm32-avoid-clearing-DMAT-bit-during-transfer.patch + patches.suse/serial-stm32-use-DMAT-as-a-configuration-bit.patch + patches.suse/serial-stm32-modify-parameter-and-rename-stm32_usart_rx_dma_enabled.patch + patches.suse/serial-stm32-group-dma-pause-resume-error-handling-into-single-function.patch + patches.suse/serial-stm32-replace-access-to-DMAR-bit-by-dmaengine_pause-resume.patch + patches.suse/serial-stm32-synchronize-RX-DMA-channel-in-shutdown.patch + patches.suse/tty-serial-meson-Add-a-earlycon-for-the-T7-SoC.patch + patches.suse/serial-sifive-Add-suspend-and-resume-operations.patch patches.suse/serial-tegra-handle-clk-prepare-error-in-tegra_uart_.patch patches.suse/serial-sc16is7xx-fix-broken-port-0-uart-init.patch patches.suse/serial-sc16is7xx-remove-obsolete-out_thread-label.patch patches.suse/dt-bindings-sc16is7xx-Add-property-to-change-G.patch patches.suse/serial-sc16is7xx-fix-regression-with-GPIO-configurat.patch patches.suse/serial-sc16is7xx-fix-bug-when-first-setting-GP.patch + patches.suse/serial-8250_bcm7271-improve-bcm7271-8250-port.patch patches.suse/Documentation-devices.txt-Remove-ttyIOC.patch patches.suse/Documentation-devices.txt-Remove-ttySIOC.patch patches.suse/Documentation-devices.txt-Fix-minors-for-ttyCPM.patch + patches.suse/Revert-tty-serial-meson-Add-a-earlycon-for-the-T7-SoC.patch patches.suse/driver-core-test_async-fix-an-error-code.patch patches.suse/driver-core-Call-dma_cleanup-on-the-test_remove-path.patch patches.suse/kernfs-add-stub-helper-for-kernfs_generic_poll.patch @@ -10400,6 +11064,7 @@ patches.suse/docs-ABI-fix-spelling-grammar-in-SBEFIFO-timeout-int.patch patches.suse/fsi-master-ast-cf-Add-MODULE_FIRMWARE-macro.patch patches.suse/bus-mhi-host-Skip-MHI-reset-if-device-is-in-RDDM.patch + patches.suse/bus-mhi-host-allow-MHI-client-drivers-to-provide-the.patch patches.suse/misc-hpilo-make-ilo_class-a-static-const-structure.patch patches.suse/1193-mei-make-mei_class-a-static-const-structure.patch patches.suse/amba-bus-fix-refcount-leak.patch @@ -10410,6 +11075,7 @@ patches.suse/coresight-platform-acpi-Ignore-the-absence-of-graph.patch patches.suse/coresight-etm4x-Add-ACPI-support-in-platform-driver.patch patches.suse/coresight-tmc-Explicit-type-conversions-to-prevent-i.patch + patches.suse/coresight-trbe-Allocate-platform-data-per-device.patch patches.suse/coresight-etm4x-Ensure-valid-drvdata-and-clock-before-clk_put.patch patches.suse/coresight-trbe-Fix-TRBE-potential-sleep-in-atomic-co.patch patches.suse/dt-bindings-extcon-maxim-max77843-restrict-connector.patch @@ -10774,6 +11440,13 @@ patches.suse/lib-test_scanf-Add-explicit-type-cast-to-result-init.patch patches.suse/docs-printk-formats-Fix-hex-printing-of-signed-value.patch patches.suse/docs-printk-formats-Treat-char-as-always-unsigned.patch + patches.suse/kdb-Do-not-assume-write-callback-available.patch + patches.suse/printk-Reduce-console_unblank-usage-in-unsafe-scenarios.patch + patches.suse/printk-Keep-non-panic-CPUs-out-of-console-lock.patch + patches.suse/printk-Do-not-take-console-lock-for-console_flush_on_panic.patch + patches.suse/printk-Consolidate-console-deferred-printing.patch + patches.suse/printk-Add-per-console-suspended-state.patch + patches.suse/printk-Rename-abandon_console_lock_in_panic-to-other_cpu_in_panic.patch patches.suse/i2c-mlxbf-Use-dev_err_probe-in-probe-function.patch patches.suse/i2c-mlxbf-Use-devm_platform_get_and_ioremap_resource.patch patches.suse/leds-pwm-Fix-error-code-in-led_pwm_create_fwnode.patch @@ -10825,8 +11498,10 @@ patches.suse/ata-ahci-Add-Elkhart-Lake-AHCI-controller.patch patches.suse/Revert-fuse-in-fuse_flush-only-wait-if-someone-wants-.patch patches.suse/fuse-nlookup-missing-decrement-in-fuse_direntplus_lin.patch + patches.suse/gfs2-Use-mapping-gfp_mask-for-metadata-inodes.patch patches.suse/gfs2-Switch-to-wait_event-in-gfs2_logd.patch patches.suse/gfs2-low-memory-forced-flush-fixes.patch + patches.suse/gfs2-Rename-sd_-glock-kill-_wait.patch patches.suse/1200-backlight-qcom-wled-Explicitly-include-correct-DT-in.patch patches.suse/backlight-lp855x-Initialize-PWM-state-on-first-brigh.patch patches.suse/1202-backlight-lp855x-Catch-errors-when-changing-brightne.patch @@ -10896,6 +11571,7 @@ patches.suse/KVM-arm64-Use-kvm_arch_flush_remote_tlbs.patch patches.suse/KVM-Allow-range-based-TLB-invalidation-from-common-c.patch patches.suse/KVM-Move-kvm_arch_flush_remote_tlbs_memslot-to-commo.patch + patches.suse/KVM-arm64-pmu-Resync-EL0-state-on-counter-rotation patches.suse/KVM-Wrap-kvm_-gfn-hva-_range.pte-in-a-per-action-uni.patch patches.suse/KVM-x86-Fix-KVM_CAP_SYNC_REGS-s-sync_regs-TOCTOU-iss.patch patches.suse/KVM-s390-pv-relax-WARN_ONCE-condition-for-destroy-fast.patch @@ -11039,6 +11715,8 @@ patches.suse/netfilter-xt_sctp-validate-the-flag_info-count.patch patches.suse/netfilter-xt_u32-validate-user-space-input.patch patches.suse/net-sched-fq_pie-avoid-stalls-in-fq_pie_timer.patch + patches.suse/sctp-annotate-data-races-around-sk-sk_wmem_queued.patch + patches.suse/ipv4-annotate-data-races-around-fi-fib_dead.patch patches.suse/net-read-sk-sk_family-once-in-sk_mc_loop.patch patches.suse/net-fib-avoid-warn-splat-in-flow-dissector.patch patches.suse/bpf-Prevent-inlining-of-bpf_fentry_test7.patch @@ -11058,6 +11736,10 @@ patches.suse/selftests-bpf-Include-build-flavors-for-install-targ.patch patches.suse/net-handshake-fix-null-ptr-deref-in-handshake_nl_don.patch patches.suse/net-use-sk_forward_alloc_get-in-sk_get_meminfo.patch + patches.suse/net-annotate-data-races-around-sk-sk_forward_alloc.patch + patches.suse/mptcp-annotate-data-races-around-msk-rmem_fwd_alloc.patch + patches.suse/net-annotate-data-races-around-sk-sk_tsflags.patch + patches.suse/net-annotate-data-races-around-sk-sk_bind_phc.patch patches.suse/skbuff-skb_segment-Call-zero-copy-functions-before-u.patch patches.suse/ipv4-ignore-dst-hint-for-multipath-routes.patch patches.suse/ipv6-ignore-dst-hint-for-multipath-routes.patch @@ -11105,6 +11787,7 @@ patches.suse/net-hns3-remove-GSO-partial-feature-bit.patch patches.suse/netfilter-nftables-exthdr-fix-4-byte-stack-OOB-write.patch patches.suse/0001-netfilter-nfnetlink_osf-avoid-OOB-read.patch + patches.suse/netfilter-nf_tables-uapi-Describe-NFTA_RULE_CHAIN_ID.patch patches.suse/netfilter-nft_set_rbtree-skip-sync-GC-for-new-elemen.patch patches.suse/netfilter-ipset-add-the-missing-IP_SET_HASH_WITH_NET.patch patches.suse/net-enetc-distinguish-error-from-valid-pointers-in-e.patch @@ -11230,6 +11913,8 @@ patches.suse/riscv-implement-a-memset-like-function-for-text.patch patches.suse/bpf-riscv-use-prog-pack-allocator-in-the-BPF-JIT.patch patches.suse/iov_iter-Fix-iov_iter_extract_pages-with-zero-sized-.patch + patches.suse/smb3-allow-controlling-length-of-time-directory-entries-are-cached-.patch + patches.suse/smb3-allow-controlling-maximum-number-of-cached-directories.patch patches.suse/perf-evsel-Free-evsel-filter-on-the-destructor.patch patches.suse/perf-thread-Allow-tools-to-register-a-thread-priv-destructor.patch patches.suse/perf-trace-Register-a-thread-priv-destructor.patch @@ -11461,8 +12146,13 @@ patches.suse/platform-mellanox-mlxbf-bootctl-add-NET-dependency-i.patch patches.suse/platform-mellanox-NVSW_SN2201-should-depend-on-ACPI.patch patches.suse/platform-x86-asus-wmi-Support-2023-ROG-X16-tablet-mo.patch + patches.suse/btrfs-release-path-before-inode-lookup-during-the-in.patch + patches.suse/btrfs-fix-lockdep-splat-and-potential-deadlock-after.patch + patches.suse/btrfs-check-for-BTRFS_FS_ERROR-in-pending-ordered-as.patch patches.suse/btrfs-improve-error-message-after-failure-to-add-del.patch patches.suse/btrfs-remove-BUG-after-failure-to-insert-delayed-dir.patch + patches.suse/btrfs-assert-delayed-node-locked-when-removing-delay.patch + patches.suse/tracefs-Add-missing-lockdown-check-to-tracefs_create_dir.patch patches.suse/tracing-Increase-trace-array-ref-count-on-enable-and-filter-files.patch patches.suse/tracing-Have-tracing_max_latency-inc-the-trace-array-ref-count.patch patches.suse/tracing-Have-current_trace-inc-the-trace-array-ref-count.patch @@ -11476,6 +12166,8 @@ patches.suse/net-ipv4-fix-one-memleak-in-__inet_del_ifa.patch patches.suse/net-microchip-vcap-api-Fix-possible-memory-leak-for-.patch patches.suse/octeontx2-pf-Fix-page-pool-cache-index-corruption.patch + patches.suse/net-smc-bugfix-for-smcr-v2-server-connect-success-st.patch + patches.suse/net-smc-use-smc_lgr_list.lock-to-protect-smc_lgr_lis.patch patches.suse/net-stmmac-fix-handling-of-zero-coalescing-tx-usecs.patch patches.suse/net-ethernet-mvpp2_main-fix-possible-OOB-write-in-mv.patch patches.suse/net-ethernet-mtk_eth_soc-fix-possible-NULL-pointer-d.patch @@ -11597,6 +12289,7 @@ patches.suse/spi-stm32-add-a-delay-before-SPI-disable.patch patches.suse/spi-intel-pci-Add-support-for-Granite-Rapids-SPI-ser.patch patches.suse/spi-zynqmp-gqspi-fix-clock-imbalance-on-probe-failur.patch + patches.suse/btrfs-file_remove_privs-needs-an-exclusive-lock-in-d.patch patches.suse/btrfs-set-last-dir-index-to-the-current-last-index-w.patch patches.suse/btrfs-refresh-dir-last-index-during-a-rewinddir-3-ca.patch patches.suse/btrfs-fix-race-between-reading-a-directory-and-addin.patch @@ -11661,6 +12354,7 @@ patches.suse/net-thunderbolt-Fix-TCPv6-GSO-checksum-calculation.patch patches.suse/octeon_ep-fix-tx-dma-unmap-len-values-in-SG.patch patches.suse/netfilter-nf_tables-disallow-rule-removal-from-chain.patch + patches.suse/netfilter-nft_set_rbtree-use-read-spinlock-to-avoid-.patch patches.suse/selftests-netfilter-Test-nf_tables-audit-logging.patch patches.suse/bpf-Add-override-check-to-kprobe-multi-link-attach.patch patches.suse/selftests-bpf-Add-kprobe_multi-override-test.patch @@ -11694,9 +12388,15 @@ patches.suse/dccp-fix-dccp_v4_err-dccp_v6_err-again.patch patches.suse/net-hsr-Properly-parse-HSRv1-supervisor-frames.patch patches.suse/net-hsr-Add-__packed-to-struct-hsr_sup_tlv.patch + patches.suse/selftests-hsr-Use-let-properly.patch + patches.suse/selftests-hsr-Reorder-the-testsuite.patch + patches.suse/selftests-hsr-Extend-the-testsuite-to-also-cover-HSRv1.patch patches.suse/tsnep-Fix-NAPI-scheduling.patch patches.suse/tsnep-Fix-ethtool-channels.patch patches.suse/tsnep-Fix-NAPI-polling-with-budget-0.patch + patches.suse/mptcp-fix-bogus-receive-window-shrinkage-with-multip.patch + patches.suse/mptcp-move-__mptcp_error_report-in-protocol.c.patch + patches.suse/mptcp-process-pending-subflow-error-on-close.patch patches.suse/net-hns3-add-cmdq-check-for-vf-periodic-service-task.patch patches.suse/net-hns3-fix-GRE-checksum-offload-issue.patch patches.suse/net-hns3-only-enable-unicast-promisc-when-mac-table-.patch @@ -11712,6 +12412,7 @@ patches.suse/octeontx2-pf-Do-xdp_do_flush-after-redirects.patch patches.suse/igc-Expose-tx-usecs-coalesce-setting-to-user.patch patches.suse/sfc-handle-error-pointers-returned-by-rhashtable_loo.patch + patches.suse/netfilter-nf_tables-disable-toggling-dormant-table-s.patch patches.suse/netfilter-ipset-Fix-race-between-IPSET_CMD_CREATE-an.patch patches.suse/platform-x86-intel_scu_ipc-Check-status-after-timeou.patch patches.suse/platform-x86-intel_scu_ipc-Check-status-upon-timeout.patch @@ -11738,6 +12439,7 @@ patches.suse/locking-seqlock-Do-the-lockdep-annotation-before-loc.patch patches.suse/kernel-sched-Modify-initial-boot-task-idle-setup.patch patches.suse/x86-mm-kexec-ima-Use-memblock_free_late-from-ima_fre.patch + patches.suse/x86-asm-Fix-build-of-UML-with-KASAN.patch patches.suse/x86-srso-fix-srso_show_state-side-effect.patch patches.suse/x86-srso-set-cpuid-feature-bits-independently-of-bug-or-mitigation-status.patch patches.suse/x86-srso-don-t-probe-microcode-in-a-guest.patch @@ -11762,6 +12464,7 @@ patches.suse/xfs-reload-entire-unlinked-bucket-lists.patch patches.suse/xfs-make-inode-unlinked-bucket-recovery-work-with-quotacheck.patch patches.suse/xfs-require-a-relatively-recent-V5-filesystem-for-LARP-mode.patch + patches.suse/xfs-use-roundup_pow_of_two-instead-of-ffs-during-xlog_find_tail.patch patches.suse/uapi-stddef.h-Fix-header-guard-location.patch patches.suse/uapi-stddef.h-Fix-__DECLARE_FLEX_ARRAY-for-C.patch patches.suse/iomap-handle-error-conditions-more-gracefully-in-iom.patch @@ -11771,6 +12474,7 @@ patches.suse/i2c-mux-demux-pinctrl-check-the-return-value-of-devm.patch patches.suse/i2c-mux-gpio-Add-missing-fwnode_handle_put.patch patches.suse/i2c-xiic-Correct-return-value-check-for-xiic_reinit.patch + patches.suse/smb3-do-not-start-laundromat-thread-when-dir-leases-disabled.patch patches.suse/cifs-Fix-UAF-in-cifs_demultiplex_thread.patch patches.suse/mm-page_alloc-fix-CMA-and-HIGHATOMIC-landing-on-the-wrong-buddy-list.patch patches.suse/mm-memcontrol-fix-GFP_NOFS-recursion-in-memory.high-.patch @@ -11797,6 +12501,12 @@ patches.suse/reiserfs-Replace-1-element-array-with-C99-style-flex-array.patch patches.suse/direct_write_fallback-on-error-revert-the-ki_pos-upd.patch patches.suse/ovl-disable-IOCB_DIO_CALLER_COMP.patch + patches.suse/btrfs-fix-race-when-refilling-delayed-refs-block-res.patch + patches.suse/btrfs-prevent-transaction-block-reserve-underflow-wh.patch + patches.suse/btrfs-return-EUCLEAN-for-delayed-tree-ref-with-a-ref.patch + patches.suse/btrfs-remove-redundant-BUG_ON-from-__btrfs_inc_exten.patch + patches.suse/btrfs-log-message-if-extent-item-not-found-when-runn.patch + patches.suse/btrfs-reset-destination-buffer-when-read_extent_buff.patch patches.suse/vfio-pds-Add-missing-PCI_IOV-depends patches.suse/vfio-mdev-Fix-a-null-ptr-deref-bug-for-mdev_unregist.patch patches.suse/scsi-core-ata-Do-no-try-to-probe-for-CDL-on-old-driv.patch @@ -11850,6 +12560,7 @@ patches.suse/ACPI-video-Fix-NULL-pointer-dereference-in-acpi_vide-f4dcf06b.patch patches.suse/i2c-mux-Avoid-potential-false-error-message-in-i2c_m.patch patches.suse/i2c-npcm7xx-Fix-callback-completion-ordering.patch + patches.suse/swiotlb-use-the-calculated-number-of-areas.patch patches.suse/ring-buffer-Update-shortest_full-in-polling.patch patches.suse/tracing-relax-trace_event_eval_update-execution-with-cond_resched.patch patches.suse/tracing-user_events-Align-set_bit-address-for-all-archs.patch @@ -11937,6 +12648,7 @@ patches.suse/bpf-Use-kmalloc_size_roundup-to-adjust-size_index.patch patches.suse/wifi-mt76-fix-lock-dependency-problem-for-wed_lock.patch patches.suse/wifi-mwifiex-Fix-tlv_buf_left-calculation.patch + patches.suse/wifi-mwifiex-Replace-one-element-array-with-flexible.patch patches.suse/wifi-mwifiex-Sanity-check-tlv_len-and-tlv_bitmap_len.patch patches.suse/wifi-cfg80211-mac80211-hold-link-BSSes-when-assoc-fa.patch patches.suse/wifi-cfg80211-validate-AP-phy-operation-before-start.patch @@ -11953,6 +12665,7 @@ patches.suse/wifi-brcmfmac-Replace-1-element-arrays-with-flexible.patch patches.suse/wifi-mt76-mt76x02-fix-MT76x0-external-LNA-gain-handl.patch patches.suse/wifi-mac80211-fix-potential-key-use-after-free.patch + patches.suse/wifi-mac80211-fix-potential-key-leak.patch patches.suse/wifi-cfg80211-Fix-6GHz-scan-configuration.patch patches.suse/wifi-mac80211-work-around-Cisco-AP-9115-VHT-MPDU-len.patch patches.suse/wifi-mac80211-allow-transmitting-EAPOL-frames-with-t.patch @@ -12003,6 +12716,10 @@ patches.suse/arm64-Add-Cortex-A520-CPU-part-definition.patch patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch patches.suse/cpuidle-ACPI-Evaluate-LPI-arch_flags-for-broadcast-t-4785aa80.patch + patches.suse/btrfs-always-print-transaction-aborted-messages-with.patch + patches.suse/btrfs-error-out-when-COWing-block-using-a-stale-tran.patch + patches.suse/btrfs-error-when-COWing-block-from-a-root-that-is-be.patch + patches.suse/btrfs-error-out-when-reallocating-block-for-defrag-u.patch patches.suse/platform-x86-think-lmi-Fix-reference-leak.patch patches.suse/platform-x86-intel-ifs-release-cpus_read_lock.patch patches.suse/platform-mellanox-tmfifo-fix-kernel-doc-warnings.patch @@ -12043,6 +12760,7 @@ patches.suse/dt-bindings-trivial-devices-Fix-MEMSIC-MXC4005-compa.patch patches.suse/dm-zoned-free-dmz-ddev-array-in-dmz_put_zoned_device-9850.patch patches.suse/MAINTAINERS-update-the-dm-devel-mailing-list-3da5.patch + patches.suse/smb-client-do-not-start-laundromat-thread-on-nohandlecache.patch patches.suse/x86-sev-Use-the-GHCB-protocol-when-available-for-SNP.patch patches.suse/x86-sev-Change-npages-to-unsigned-long-in-snp_accept.patch patches.suse/cpufreq-schedutil-Update-next_freq-when-cpufreq_limits-change.patch @@ -12076,6 +12794,7 @@ patches.suse/irqchip-stm32-exti-add-missing-DT-IRQ-flag-translati.patch patches.suse/KEYS-trusted-Remove-redundant-static-calls-usage.patch patches.suse/xen-events-replace-evtchn_rwlock-with-RCU.patch + patches.suse/printk-flush-consoles-before-checking-progress.patch patches.suse/HID-logitech-hidpp-Fix-kernel-crash-on-receiver-USB-.patch patches.suse/ata-pata_parport-fix-pata_parport_devchk.patch patches.suse/ata-pata_parport-implement-set_devctl.patch @@ -12085,6 +12804,7 @@ patches.suse/pinctrl-starfive-jh7110-Fix-failure-to-set-irq-after.patch patches.suse/pinctrl-avoid-unsafe-code-pattern-in-find_pinctrl.patch patches.suse/pinctrl-renesas-rzn1-Enable-missing-PINMUX.patch + patches.suse/tee-amdtee-fix-use-after-free-vulnerability-in-amdte.patch patches.suse/arm64-dts-mediatek-mt8195-demo-fix-the-memory-size-t.patch patches.suse/arm64-dts-mediatek-mt8195-demo-update-and-reorder-re.patch patches.suse/arm64-dts-mediatek-fix-t-phy-unit-name.patch @@ -12106,6 +12826,7 @@ patches.suse/net-mlx5e-macsec-use-update_pn-flag-instead-of-PN-co.patch patches.suse/ixgbe-fix-crash-with-empty-VF-macvlan-list.patch patches.suse/net-mlx5e-Again-mutually-exclude-RX-FCS-and-RX-port-.patch + patches.suse/mctp-perform-route-lookups-under-a-RCU-read-side-loc.patch patches.suse/net-nfc-fix-races-in-nfc_llcp_sock_get-and-nfc_llcp_.patch patches.suse/can-isotp-isotp_sendmsg-fix-TX-state-detection-and-w.patch patches.suse/can-sun4i_can-Only-show-Kconfig-if-ARCH_SUNXI-is-set.patch @@ -12182,6 +12903,8 @@ patches.suse/x86-resctrl-fix-kernel-doc-warnings.patch patches.suse/x86-cpu-Fix-AMD-erratum-1485-on-Zen4-based-CPUs patches.suse/x86-alternatives-disable-kasan-in-apply_alternatives.patch + patches.suse/smb-client-make-laundromat-a-delayed-worker.patch + patches.suse/smb-client-prevent-new-fids-from-being-removed-by-laundromat.patch patches.suse/cpu-hotplug-Provide-prototypes-for-arch-CPU-registra-c4dd854f.patch patches.suse/powerpc-pseries-Fix-STK_PARAM-access-in-the-hcall-tr.patch patches.suse/counter-chrdev-fix-getting-array-extensions.patch @@ -12198,6 +12921,7 @@ patches.suse/iio-pressure-ms5611-ms5611_prom_is_valid-false-negat.patch patches.suse/serial-Reduce-spinlocked-portion-of-uart_rs485_confi.patch patches.suse/serial-8250_omap-Fix-errors-with-no_console_suspend.patch + patches.suse/serial-core-Fix-checks-for-tx-runtime-PM-state.patch patches.suse/thunderbolt-Workaround-an-IOMMU-fault-on-certain-sys.patch patches.suse/thunderbolt-Check-that-lane-1-is-in-CL0-before-enabl.patch patches.suse/thunderbolt-Correct-TMU-mode-initialization-from-har.patch @@ -12240,6 +12964,8 @@ patches.suse/1351-fbdev-core-syscopyarea-fix-sloppy-typing.patch patches.suse/regmap-fix-NULL-deref-on-lookup.patch patches.suse/spi-npcm-fiu-Fix-UMA-reads-when-dummy.nbytes-0.patch + patches.suse/btrfs-fix-stripe-length-calculation-for-non-zoned-da.patch + patches.suse/fs-ntfs3-Fix-NULL-pointer-dereference-on-error-in-at.patch patches.suse/perf-benchmark-fix-seccomp_unotify-benchmark-for-32-bit.patch patches.suse/bonding-Return-pointer-to-data-after-pull-on-skb.patch patches.suse/tcp-Fix-listen-warning-with-v4-mapped-v6-address.patch @@ -12301,6 +13027,7 @@ patches.suse/tcp_bpf-properly-release-resources-on-error-paths.patch patches.suse/net-phy-bcm7xxx-Add-missing-16nm-EPHY-statistics.patch patches.suse/wifi-cfg80211-use-system_unbound_wq-for-wiphy-work.patch + patches.suse/wifi-mac80211-fix-error-path-key-leak.patch patches.suse/net-rfkill-gpio-prevent-value-glitch-during-probe.patch patches.suse/net-rfkill-reduce-data-mtx-scope-in-rfkill_fop_open.patch patches.suse/selftests-netfilter-Run-nft_audit.sh-in-its-own-netn.patch @@ -12425,6 +13152,8 @@ patches.suse/mmap-fix-error-paths-with-dup_anon_vma.patch patches.suse/mm-migrate-fix-do_pages_move-for-compat-pointers.patch patches.suse/mm-zswap-fix-pool-refcount-bug-around-shrink_worker.patch + patches.suse/kasan-print-the-original-fault-addr-when-access-inva.patch + patches.suse/kasan-disable-kasan_non_canonical_hook-for-HW-tags.patch patches.suse/maple_tree-add-GFP_KERNEL-to-allocations-in-mas_expe.patch patches.suse/ACPI-NFIT-Install-Notify-handler-before-getting-NFIT-9b311b73.patch patches.suse/i40e-xsk-remove-count_mask.patch @@ -12505,13 +13234,38 @@ patches.suse/tracing-kprobes-Fix-the-description-of-variable-length-arguments.patch patches.suse/tracing-kprobes-Fix-symbol-counting-logic-by-looking-at-modules-as-well.patch patches.suse/perf-core-Fix-potential-NULL-deref.patch + patches.suse/x86-cpu-Add-model-number-for-Intel-Arrow-Lake-mobile-proce.patch patches.suse/x86-i8259-Skip-probing-when-ACPI-MADT-advertises-PCA-128b0c97.patch patches.suse/drdb-Convert-to-use-bdev_open_by_path.patch + patches.suse/fs-pipe-move-check-to-pipe_has_watch_queue.patch patches.suse/io_uring-use-files_lookup_fd_locked.patch 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/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 + patches.suse/btrfs-pass-a-space_info-argument-to-btrfs_reserve_me.patch + patches.suse/btrfs-remove-unnecessary-logic-when-running-new-dela.patch + patches.suse/btrfs-remove-the-refcount-warning-check-at-btrfs_put.patch + patches.suse/btrfs-remove-refs_to_add-argument-from-__btrfs_inc_e.patch + patches.suse/btrfs-remove-refs_to_drop-argument-from-__btrfs_free.patch + patches.suse/btrfs-initialize-key-where-it-s-used-when-running-de.patch + patches.suse/btrfs-remove-pointless-ref_root-variable-from-run_de.patch + patches.suse/btrfs-use-a-single-variable-for-return-value-at-run_.patch + patches.suse/btrfs-use-a-single-variable-for-return-value-at-look.patch + patches.suse/btrfs-return-EUCLEAN-if-extent-item-is-missing-when-.patch + patches.suse/btrfs-simplify-check-for-extent-item-overrun-at-look.patch + patches.suse/btrfs-allow-to-run-delayed-refs-by-bytes-to-be-relea.patch + patches.suse/btrfs-reserve-space-for-delayed-refs-on-a-per-ref-ba.patch + patches.suse/btrfs-remove-pointless-initialization-at-btrfs_delay.patch + patches.suse/btrfs-stop-doing-excessive-space-reservation-for-csu.patch + patches.suse/btrfs-always-reserve-space-for-delayed-refs-when-sta.patch + patches.suse/btrfs-zoned-introduce-a-zone_info-struct-in-btrfs_lo.patch + patches.suse/btrfs-zoned-factor-out-per-zone-logic-from-btrfs_loa.patch + patches.suse/btrfs-zoned-factor-out-single-bg-handling-from-btrfs.patch + patches.suse/btrfs-zoned-factor-out-DUP-bg-handling-from-btrfs_lo.patch + patches.suse/btrfs-don-t-arbitrarily-slow-down-delalloc-if-we-re-.patch patches.suse/bcache-move-closures-to-lib-8c8d.patch patches.suse/closures-closure_wait_event-ced5.patch patches.suse/closures-closure_nr_remaining-48b7.patch @@ -12521,9 +13275,19 @@ patches.suse/x86-mce-Define-amd_mce_usable_address.patch patches.suse/x86-mce-Cleanup-mce_usable_address.patch patches.suse/x86-srso-fix-sbpb-enablement-for-possible-future-fixed-hw.patch + patches.suse/x86-srso-Print-actual-mitigation-if-requested-mitigation-i.patch patches.suse/x86-srso-Print-mitigation-for-retbleed-IBPB-case.patch patches.suse/x86-srso-fix-vulnerability-reporting-for-missing-microcode.patch + patches.suse/x86-srso-Fix-unret-validation-dependencies.patch + patches.suse/x86-srso-Improve-i-cache-locality-for-alias-mitigation.patch + patches.suse/x86-srso-Unexport-untraining-functions.patch + patches.suse/x86-srso-Remove-pred_cmd-label.patch + patches.suse/x86-bugs-Remove-default-case-for-fully-switched-enums.patch patches.suse/x86-srso-Move-retbleed-IBPB-check-into-existing-has_microc.patch + patches.suse/x86-srso-Disentangle-rethunk-dependent-options.patch + patches.suse/x86-rethunk-Use-SYM_CODE_START-_LOCAL-_NOALIGN-macros.patch + patches.suse/x86-nospec-Refactor-UNTRAIN_RET-_.patch + patches.suse/x86-calldepth-Rename-__x86_return_skl-to-call_depth_return.patch patches.suse/x86-resctrl-rename-arch_has_sparse_bitmaps.patch patches.suse/x86-resctrl-enable-non-contiguous-cbms-in-intel-cat.patch patches.suse/x86-resctrl-add-sparse_masks-file-in-info.patch @@ -12560,6 +13324,7 @@ patches.suse/sched-headers-Remove-duplicated-includes-in-kernel-sched-sched.h.patch patches.suse/sched-fair-Rename-check_preempt_wakeup-to-check_preempt_wakeup_fair.patch patches.suse/sched-fair-Rename-check_preempt_curr-to-wakeup_preempt.patch + patches.suse/sched-debug-Update-stale-reference-to-sched_debug.c.patch patches.suse/sched-core-Optimize-in_task-and-in_interrupt-a-bit.patch patches.suse/sched-debug-Avoid-checking-in_atomic_preempt_off-twice-in-schedule_debug.patch patches.suse/sched-fair-Make-cfs_rq-throttled_csd_list-available-on-SMP.patch @@ -12605,10 +13370,12 @@ patches.suse/sched-fair-Scan-cluster-before-scanning-LLC-in-wake-up-path.patch patches.suse/sched-fair-Use-candidate-prev-recent_used-CPU-if-scanning-failed-for-cluster-wakeup.patch 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-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 + patches.suse/x86-head-64-Move-the-__head-definition-to-asm-init.h.patch patches.suse/x86-Introduce-ia32_enabled.patch patches.suse/x86-entry-Rename-ignore_sysret.patch patches.suse/x86-entry-Compile-entry_SYSCALL32_ignore-unconditionally.patch @@ -12622,6 +13389,8 @@ patches.suse/x86-boot-Move-x86_cache_alignment-initialization-to-.patch patches.suse/x86-tdx-Replace-deprecated-strncpy-with-strtomem_pad.patch patches.suse/selftests-x86-lam-Zero-out-buffer-for-readlink.patch + patches.suse/signal-Add-a-proper-comment-about-preempt_disable-in-ptrace_stop.patch + patches.suse/signal-Don-t-disable-preemption-in-ptrace_stop-on-PREEMPT_RT.patch patches.suse/PCI-MSI-Provide-stubs-for-IMS-functions.patch patches.suse/dt-bindings-timer-renesas-rz-mtu3-Fix-overflow-under.patch patches.suse/clocksource-drivers-timer-imx-gpt-Fix-potential-memo.patch @@ -12745,6 +13514,8 @@ patches.suse/net-spider_net-Use-size_add-in-call-to-struct_size.patch patches.suse/net-stmmac-Tx-coe-sw-fallback.patch patches.suse/octeon_ep-restructured-interrupt-handlers.patch + patches.suse/net-ethernet-mtk_wed-rename-mtk_rxbm_desc-in-mtk_wed.patch + patches.suse/net-ethernet-mtk_wed-introduce-mtk_wed_buf-structure.patch patches.suse/net-ethernet-mtk_wed-fix-EXT_INT_STATUS_RX_FBUF-defi.patch patches.suse/net-ethernet-mellanox-Convert-to-platform-remove-cal.patch patches.suse/ice-prefix-clock-timer-command-enumeration-values-wi.patch @@ -12790,6 +13561,7 @@ patches.suse/net_sched-sch_fq-struct-sched_data-reorg.patch patches.suse/octeontx2-pf-Tc-flower-offload-support-for-MPLS.patch patches.suse/net-add-DEV_STATS_READ-helper.patch + patches.suse/virtio_net-avoid-data-races-on-dev-stats-fields patches.suse/openvswitch-reduce-stack-usage-in-do_execute_actions.patch patches.suse/net-implement-lockless-SO_PRIORITY.patch patches.suse/handshake-Fix-sign-of-socket-file-descriptor-fields.patch @@ -12799,6 +13571,7 @@ patches.suse/tcp_metrics-do-not-create-an-entry-from-tcp_init_met.patch patches.suse/net-sfp-add-quirk-for-FS-s-2.5G-copper-SFP.patch patches.suse/net-Tree-wide-Replace-xdp_do_flush_map-with-xdp_do_f.patch + patches.suse/bpf-Remove-xdp_do_flush_map.patch patches.suse/overflow-add-DEFINE_FLEX-for-on-stack-allocs.patch patches.suse/ice-ice_sched_remove_elems-replace-1-elem-array-para.patch patches.suse/ice-drop-two-params-of-ice_aq_move_sched_elems.patch @@ -12853,33 +13626,268 @@ patches.suse/i40e-Split-i40e_osdep.h.patch patches.suse/i40e-Remove-circular-header-dependencies-and-fix-hea.patch patches.suse/i40e-Move-DDP-specific-macros-and-structures-to-i40e.patch + patches.suse/wifi-rtw88-fix-typo-rtw8822cu_probe.patch + patches.suse/wifi-rtl8xxxu-mark-TOTOLINK-N150UA-V5-N150UA-B-as-te.patch patches.suse/wifi-plfxlc-fix-clang-specific-fortify-warning.patch + patches.suse/wifi-rtw89-8852c-Update-bandedge-parameters-for-bett.patch + patches.suse/wifi-rtw89-8852c-Fix-TSSI-causes-transmit-power-inac.patch + patches.suse/wifi-rtw89-mcc-initialize-start-flow.patch + patches.suse/wifi-rtw89-mcc-fill-fundamental-configurations.patch + patches.suse/wifi-rtw89-mcc-consider-and-determine-BT-duration.patch + patches.suse/wifi-rtw89-mcc-decide-pattern-and-calculate-paramete.patch + patches.suse/wifi-rtw89-fix-typo-of-rtw89_fw_h2c_mcc_macid_bitmap.patch + patches.suse/wifi-rtw89-mcc-trigger-FW-to-start-stop-MCC.patch + patches.suse/wifi-rtw89-fw-move-polling-function-of-firmware-path.patch + patches.suse/wifi-rtw89-fw-generalize-download-firmware-flow-by-m.patch + patches.suse/wifi-rtw89-fw-implement-supported-functions-of-downl.patch + patches.suse/wifi-rtw89-fw-add-checking-type-for-variant-type-of-.patch + patches.suse/wifi-rtw89-fw-propagate-an-argument-include_bb-for-B.patch + patches.suse/wifi-rtw89-8922a-add-chip_ops-bb_preinit-to-enable-B.patch + patches.suse/wifi-rtw89-fw-refine-download-flow-to-support-varian.patch + patches.suse/wifi-rtw89-8922a-set-memory-heap-address-for-secure-.patch + patches.suse/wifi-mac80211-tx-clarify-conditions-in-if-statement.patch + patches.suse/wifi-mac80211-rework-ack_frame_id-handling-a-bit.patch + patches.suse/wifi-mac80211-Fix-SMPS-handling-in-the-context-of-ML.patch + patches.suse/wifi-mac80211-fix-SMPS-status-handling.patch + patches.suse/wifi-mac80211-debugfs-lock-wiphy-instead-of-RTNL.patch + patches.suse/wifi-mac80211-hold-wiphy-lock-in-netdev-link-debugfs.patch + patches.suse/wifi-mac80211-lock-wiphy-for-aggregation-debugfs.patch + patches.suse/wifi-cfg80211-check-RTNL-when-iterating-devices.patch patches.suse/wifi-cfg80211-add-flush-functions-for-wiphy-work.patch + patches.suse/wifi-mac80211-flush-wiphy-work-where-appropriate.patch + patches.suse/wifi-mac80211-convert-A-MPDU-work-to-wiphy-work.patch + patches.suse/wifi-mac80211-add-more-ops-assertions.patch + patches.suse/wifi-mac80211-move-DFS-CAC-work-to-wiphy-work.patch patches.suse/wifi-mac80211-move-radar-detect-work-to-wiphy-work.patch patches.suse/wifi-mac80211-move-scan-work-to-wiphy-work.patch + patches.suse/wifi-mac80211-move-monitor-work-to-wiphy-work.patch + patches.suse/wifi-mac80211-lock-wiphy-in-IP-address-notifier.patch patches.suse/wifi-mac80211-move-offchannel-works-to-wiphy-work.patch + patches.suse/wifi-mac80211-move-link-activation-work-to-wiphy-wor.patch + patches.suse/wifi-mac80211-move-dynamic-PS-to-wiphy-work.patch patches.suse/wifi-mac80211-move-sched-scan-stop-work-to-wiphy-wor.patch + patches.suse/wifi-mac80211-move-TDLS-work-to-wiphy-work.patch + patches.suse/wifi-mac80211-move-key-tailroom-work-to-wiphy-work.patch + patches.suse/wifi-mac80211-move-tspec-work-to-wiphy-work.patch + patches.suse/wifi-mac80211-move-filter-reconfig-to-wiphy-work.patch + patches.suse/wifi-mac80211-move-CSA-finalize-to-wiphy-work.patch + patches.suse/wifi-mac80211-move-color-change-finalize-to-wiphy-wo.patch + patches.suse/wifi-mac80211-check-wiphy-mutex-in-ops.patch + patches.suse/wifi-cfg80211-reg-hold-wiphy-mutex-for-wdev-iteratio.patch + patches.suse/wifi-cfg80211-sme-hold-wiphy-lock-for-wdev-iteration.patch + patches.suse/wifi-cfg80211-hold-wiphy-lock-in-cfg80211_any_wiphy_.patch + patches.suse/wifi-cfg80211-check-wiphy-mutex-is-held-for-wdev-mut.patch + patches.suse/wifi-mac80211-ethtool-hold-wiphy-mutex.patch + patches.suse/wifi-mac80211-hold-wiphy_lock-around-concurrency-che.patch + patches.suse/wifi-mac80211-extend-wiphy-lock-in-interface-removal.patch + patches.suse/wifi-mac80211-take-wiphy-lock-for-MAC-addr-change.patch + patches.suse/wifi-mac80211-remove-sta_mtx.patch + patches.suse/wifi-mac80211-remove-key_mtx.patch + patches.suse/wifi-mac80211-remove-chanctx_mtx.patch + patches.suse/wifi-mac80211-remove-ampdu_mlme.mtx.patch + patches.suse/wifi-mac80211-remove-local-mtx.patch + patches.suse/wifi-mac80211-reduce-iflist_mtx.patch + patches.suse/wifi-mac80211-set-wiphy-for-virtual-monitors.patch + patches.suse/wifi-cfg80211-remove-wdev-mutex.patch + patches.suse/wifi-mac80211-fix-TXQ-error-path-and-cleanup.patch patches.suse/wifi-mac80211_hwsim-fix-clang-specific-fortify-warni.patch + patches.suse/wifi-mac80211-fix-BA-session-teardown-race.patch + patches.suse/wifi-cfg80211-annotate-iftype_data-pointer-with-spar.patch patches.suse/wifi-mac80211-fix-RCU-usage-warning-in-mesh-fast-xmi.patch + patches.suse/wifi-mac80211-add-support-for-mld-in-ieee80211_chswi.patch patches.suse/wifi-cfg80211-fix-off-by-one-in-element-defrag.patch + patches.suse/wifi-mac80211-add-more-warnings-about-inserting-sta-.patch + patches.suse/wifi-mac80211-remove-unnecessary-struct-forward-decl.patch + patches.suse/wifi-mac80211-fix-various-kernel-doc-issues.patch + patches.suse/wifi-cfg80211-reg-fix-various-kernel-doc-issues.patch patches.suse/wifi-mac80211-fix-of-MSDU-in-A-MSDU-calculation.patch + patches.suse/wifi-mac80211-Print-local-link-address-during-authen.patch + patches.suse/wifi-mac80211-take-MBSSID-EHT-data-also-from-probe-r.patch + patches.suse/wifi-mac80211-Do-not-force-off-channel-for-managemen.patch + patches.suse/wifi-mac80211-fix-channel-switch-link-data.patch + patches.suse/wifi-iwlwifi-mvm-support-CSA-with-MLD.patch + patches.suse/wifi-iwlwifi-mvm-increase-session-protection-after-C.patch + patches.suse/wifi-iwlwifi-mvm-disconnect-long-CSA-only-w-o-altern.patch patches.suse/wifi-iwlwifi-honor-the-enable_ini-value.patch + patches.suse/wifi-iwlwifi-fix-some-kernel-doc-issues.patch patches.suse/wifi-iwlwifi-don-t-use-an-uninitialized-variable.patch + patches.suse/wifi-iwlwifi-queue-fix-kernel-doc.patch + patches.suse/wifi-iwlwifi-dvm-remove-kernel-doc-warnings.patch + patches.suse/wifi-iwlwifi-pcie-fix-kernel-doc-issues.patch + patches.suse/wifi-iwlwifi-mvm-fix-kernel-doc.patch + patches.suse/wifi-iwlwifi-fw-reconstruct-the-API-CAPA-enum-number.patch + patches.suse/wifi-iwlwifi-mvm-move-RU-alloc-B2-placement.patch + patches.suse/wifi-iwlwifi-mvm-check-link-more-carefully.patch + patches.suse/wifi-iwlwifi-mvm-reduce-maximum-RX-A-MPDU-size.patch + patches.suse/wifi-iwlwifi-pcie-fix-RB-status-reading.patch patches.suse/wifi-iwlwifi-increase-number-of-RX-buffers-for-EHT-d.patch patches.suse/wifi-cfg80211-fix-kernel-doc-for-wiphy_delayed_work_.patch + patches.suse/wifi-wext-avoid-extra-calls-to-strlen-in-ieee80211_b.patch + patches.suse/wifi-cfg80211-remove-scan_width-support.patch + patches.suse/wifi-mac80211-remove-shifted-rate-support.patch + patches.suse/wifi-lib80211-remove-unused-variables-iv32-and-iv16.patch + patches.suse/wifi-nl80211-fixes-to-FILS-discovery-updates.patch + patches.suse/wifi-mac80211-fixes-in-FILS-discovery-updates.patch + patches.suse/wifi-cfg80211-modify-prototype-for-change_beacon.patch + patches.suse/wifi-nl80211-additions-to-NL80211_CMD_SET_BEACON.patch + patches.suse/wifi-mac80211-additions-to-change_beacon.patch + patches.suse/wifi-cfg80211-allow-reg-update-by-driver-even-if-wip.patch + patches.suse/wifi-cfg80211-call-reg_call_notifier-on-beacon-hints.patch + patches.suse/wifi-cfg80211-export-DFS-CAC-time-and-usable-state-h.patch + patches.suse/wifi-iwlwifi-pcie-rescan-bus-if-no-parent.patch + patches.suse/wifi-iwlwifi-pcie-give-up-mem-read-if-HW-is-dead.patch + patches.suse/wifi-iwlwifi-pcie-enable-TOP-fatal-error-interrupt.patch + patches.suse/wifi-iwlwifi-remove-dead-code.patch + patches.suse/wifi-iwlwifi-fw-disable-firmware-debug-asserts.patch + patches.suse/wifi-iwlwifi-mvm-log-dropped-frames.patch + patches.suse/wifi-iwlwifi-mvm-make-pldr_sync-mode-effective.patch + patches.suse/wifi-iwlwifi-mvm-enable-FILS-DF-Tx-on-non-PSC-channe.patch patches.suse/wifi-iwlwifi-Use-FW-rate-for-non-data-frames.patch + patches.suse/wifi-iwlwifi-mvm-fix-recovery-flow-in-CSA.patch + patches.suse/wifi-iwlwifi-update-context-info-structure-definitio.patch + patches.suse/wifi-iwlwifi-no-power-save-during-transition-to-D3.patch + patches.suse/wifi-iwlwifi-mvm-move-listen-interval-to-constants.patch + patches.suse/wifi-iwlwifi-mvm-add-a-debug-print-when-we-get-a-BAR.patch + patches.suse/wifi-mac80211-Sanity-check-tx-bitrate-if-not-provide.patch patches.suse/wifi-mac80211-don-t-return-unset-power-in-ieee80211_.patch + patches.suse/wifi-cfg80211-fix-kernel-doc-for-wiphy_delayed_work_-9c38691.patch + patches.suse/wifi-cfg80211-save-power-spectral-density-psd-of-reg.patch + patches.suse/wifi-cw1200-Avoid-processing-an-invalid-TIM-IE.patch + patches.suse/wifi-rtw89-52c-rfk-refine-MCC-channel-info-notificat.patch + patches.suse/wifi-rtw89-rfk-disable-driver-tracking-during-MCC.patch + patches.suse/wifi-rtw89-52c-rfk-disable-DPK-during-MCC.patch + patches.suse/wifi-rtw89-mcc-update-role-bitmap-when-changed.patch + patches.suse/wifi-rtw89-mcc-track-beacon-offset-and-update-when-n.patch + patches.suse/wifi-rtw89-mcc-deal-with-P2P-PS-change.patch + patches.suse/wifi-rtw89-mcc-deal-with-BT-slot-change.patch + patches.suse/wifi-rtw89-mcc-deal-with-beacon-NoA-if-GO-exists.patch + patches.suse/wifi-rtw89-add-to-query-RX-descriptor-format-v2.patch + patches.suse/wifi-rtw89-add-to-fill-TX-descriptor-for-firmware-co.patch + patches.suse/wifi-rtw89-add-to-fill-TX-descriptor-v2.patch + patches.suse/wifi-rtw89-add-chip_info-txwd_info-size-to-generaliz.patch + patches.suse/wifi-rtw89-consolidate-registers-of-mac-port-to-stru.patch + patches.suse/wifi-rtw89-add-mac_gen-pointer-to-access-mac-port-re.patch + patches.suse/wifi-rtl8xxxu-Add-a-description-about-the-device-ID-.patch + patches.suse/wifi-brcmfmac-Annotate-struct-brcmf_gscan_config-wit.patch + patches.suse/wifi-brcmfmac-firmware-Annotate-struct-brcmf_fw_requ.patch patches.suse/wifi-rtw88-debug-Fix-the-NULL-vs-IS_ERR-bug-for-debu.patch + patches.suse/wifi-mwifiex-cleanup-struct-mwifiex_sdio_mpa_rx.patch + patches.suse/wifi-mwifiex-use-MODULE_FIRMWARE-to-add-firmware-fil.patch + patches.suse/wifi-wilc1000-add-back-off-algorithm-to-balance-tx-q.patch + patches.suse/wifi-mwifiex-simplify-PCIE-write-operations.patch + patches.suse/wifi-mwifiex-followup-PCIE-and-related-cleanups.patch + patches.suse/wifi-rtw89-add-subband-index-of-primary-channel-to-s.patch + patches.suse/wifi-rtw89-indicate-TX-shape-table-inside-RFE-parame.patch + patches.suse/wifi-rtw89-indicate-TX-power-by-rate-table-inside-RF.patch + patches.suse/wifi-rtw89-phy-refine-helpers-used-for-raw-TX-power.patch + patches.suse/wifi-rtw89-load-TX-power-by-rate-when-RFE-parms-setu.patch + patches.suse/wifi-rtw89-phy-extend-TX-power-common-stuffs-for-Wi-.patch + patches.suse/wifi-rtw89-load-TX-power-related-tables-from-FW-elem.patch + patches.suse/wifi-cfg80211-make-read-only-array-centers_80mhz-sta.patch + patches.suse/wifi-mac80211-ethtool-always-hold-wiphy-mutex.patch + patches.suse/wifi-cfg80211-split-struct-cfg80211_ap_settings.patch + patches.suse/wifi-mac80211-use-bandwidth-indication-element-for-C.patch + patches.suse/wifi-mac80211-update-the-rx_chains-after-set_antenna.patch + patches.suse/wifi-mac80211-don-t-connect-to-an-AP-while-it-s-in-a.patch + patches.suse/wifi-mac80211-relax-RCU-check-in-for_each_vif_active.patch + patches.suse/wifi-mac80211-allow-for_each_sta_active_link-under-R.patch + patches.suse/wifi-cfg80211-reg-describe-return-values-in-kernel-d.patch + patches.suse/wifi-mac80211-describe-return-values-in-kernel-doc.patch + patches.suse/wifi-mac80211-Notify-the-low-level-driver-on-change-.patch + patches.suse/wifi-mac80211-add-support-for-parsing-TID-to-Link-ma.patch + patches.suse/wifi-mac80211-support-handling-of-advertised-TID-to-.patch + patches.suse/wifi-mac80211-support-antenna-control-in-injection.patch + patches.suse/wifi-cfg80211-report-per-link-errors-during-associat.patch + patches.suse/wifi-mac80211-report-per-link-error-during-associati.patch + patches.suse/wifi-mac80211-reject-MLO-channel-configuration-if-no.patch + patches.suse/wifi-iwlwifi-mvm-support-set_antenna.patch + patches.suse/wifi-iwlwifi-mvm-iterate-active-links-for-STA-queues.patch + patches.suse/wifi-iwlwifi-mvm-handle-link-STA-allocation-in-resta.patch + patches.suse/wifi-iwlwifi-implement-enable-disable-for-China-2022.patch + patches.suse/wifi-iwlwifi-pcie-re-assign-BAR0-on-driver-bind.patch + patches.suse/wifi-iwlwifi-mvm-add-support-for-new-wowlan_info_not.patch + patches.suse/wifi-iwlwifi-fail-NIC-access-fast-on-dead-NIC.patch + patches.suse/wifi-iwlwifi-mvm-make-pldr_sync-AX210-specific.patch + patches.suse/wifi-iwlwifi-mvm-refactor-TX-rate-handling.patch + patches.suse/wifi-iwlwifi-mvm-support-injection-antenna-control.patch + patches.suse/wifi-iwlwifi-mvm-check-for-iwl_mvm_mld_update_sta-er.patch + patches.suse/wifi-iwlwifi-add-mapping-of-a-periphery-register-crf.patch + patches.suse/wifi-ieee80211-add-UL-bandwidth-definition-of-trigge.patch + patches.suse/wifi-cfg80211-OWE-DH-IE-handling-offload.patch + patches.suse/wifi-cfg80211-add-local_state_change-to-deauth-trace.patch patches.suse/wifi-mac80211-fix-check-for-unusable-RX-result.patch + patches.suse/wifi-mac80211-remove-RX_DROP_UNUSABLE.patch + patches.suse/wifi-mac80211-split-ieee80211_drop_unencrypted_mgmt-.patch + patches.suse/wifi-mac80211-expand-__ieee80211_data_to_8023-status.patch + patches.suse/wifi-rt2x00-remove-redundant-check-if-u8-array-eleme.patch + patches.suse/wifi-rtw89-mcc-fix-NoA-start-time-when-GO-is-auxilia.patch + patches.suse/wifi-rtw89-pause-proceed-MCC-for-ROC-and-HW-scan.patch + patches.suse/wifi-rtw89-8852c-declare-to-support-two-chanctx.patch + patches.suse/wifi-rtw89-declare-MCC-in-interface-combination.patch + patches.suse/wifi-rtlwifi-cleanup-few-rtlxxxx_set_hw_reg-routines.patch + patches.suse/wifi-ath11k-mhi-add-a-warning-message-for-MHI_CB_EE_.patch patches.suse/wifi-ath12k-Ignore-fragments-from-uninitialized-peer.patch patches.suse/wifi-ath12k-fix-undefined-behavior-with-__fls-in-dp.patch + patches.suse/wifi-ath11k-move-references-from-rsvd2-to-info-field.patch + patches.suse/wifi-ath11k-fix-tid-bitmap-is-0-in-peer-rx-mu-stats.patch + patches.suse/wifi-ath12k-fix-WARN_ON-during-ath12k_mac_update_vif.patch + patches.suse/wifi-ath12k-fix-radar-detection-in-160-MHz.patch + patches.suse/wifi-ath9k-simplify-ar9003_hw_process_ini.patch + patches.suse/wifi-ath9k-use-u32-for-txgain-indexes.patch patches.suse/wifi-ath9k-fix-clang-specific-fortify-warnings.patch + patches.suse/wifi-ath12k-enable-320-MHz-bandwidth-for-6-GHz-band-.patch + patches.suse/wifi-ath12k-change-to-initialize-recovery-variables-.patch patches.suse/wifi-ath12k-fix-possible-out-of-bound-read-in-ath12k.patch + patches.suse/wifi-ath11k-add-chip-id-board-name-while-searching-b.patch patches.suse/wifi-ath10k-fix-clang-specific-fortify-warning.patch patches.suse/wifi-ath12k-fix-possible-out-of-bound-write-in-ath12.patch patches.suse/wifi-ath12k-fix-DMA-unmap-warning-on-NULL-DMA-addres.patch + patches.suse/wifi-ath9k-clean-up-function-ath9k_hif_usb_resume.patch + patches.suse/wifi-ar5523-Remove-unnecessary-void-conversions.patch + patches.suse/wifi-wcn36xx-remove-unnecessary-void-conversions.patch + patches.suse/wifi-ath5k-remove-unnecessary-void-conversions.patch + patches.suse/wifi-ath6kl-remove-unnecessary-void-conversions.patch + patches.suse/wifi-ath10k-Remove-unnecessary-void-conversions.patch + patches.suse/wifi-ath12k-Remove-unnecessary-void-conversions.patch + patches.suse/wifi-wcn36xx-Annotate-struct-wcn36xx_hal_ind_msg-wit.patch + patches.suse/wifi-ath10k-Annotate-struct-ath10k_ce_ring-with-__co.patch + patches.suse/wifi-ath10k-drop-HTT_DATA_TX_STATUS_DOWNLOAD_FAIL.patch patches.suse/wifi-ath11k-fix-boot-failure-with-one-MSI-vector.patch + patches.suse/wifi-ath11k-drop-NULL-pointer-check-in-ath11k_update.patch + patches.suse/wifi-ath11k-drop-redundant-check-in-ath11k_dp_rx_mon.patch + patches.suse/wifi-ath11k-remove-unused-members-of-struct-ath11k_b.patch + patches.suse/wifi-ath11k-use-kstrtoul_from_user-where-appropriate.patch + patches.suse/wifi-ath12k-add-support-for-hardware-rfkill-for-WCN7.patch + patches.suse/wifi-ath12k-fix-recovery-fail-while-firmware-crash-w.patch + patches.suse/wifi-ath12k-indicate-to-mac80211-scan-complete-with-.patch + patches.suse/wifi-ath12k-indicate-scan-complete-for-scan-canceled.patch + patches.suse/wifi-ath12k-change-to-treat-alpha-code-na-as-world-w.patch + patches.suse/wifi-ath12k-enable-IEEE80211_HW_SINGLE_SCAN_ON_ALL_B.patch + patches.suse/wifi-ath11k-remove-unnecessary-void-conversions.patch + patches.suse/wifi-ath12k-call-ath12k_mac_fils_discovery-without-c.patch + patches.suse/wifi-ath12k-Set-default-beacon-mode-to-burst-mode.patch + patches.suse/wifi-ath12k-add-msdu_end-structure-for-WCN7850.patch + patches.suse/wifi-ath11k-fix-ath11k_mac_op_remain_on_channel-stac.patch + patches.suse/wifi-ath11k-mac-fix-struct-ieee80211_sband_iftype_da.patch + patches.suse/wifi-mac80211-fix-ieee80211_drop_unencrypted_mgmt-re.patch + patches.suse/wifi-mac80211-add-back-SPDX-identifier.patch + patches.suse/wifi-rtw89-regd-configure-Thailand-in-regulation-typ.patch + patches.suse/wifi-rtw89-8852c-update-TX-power-tables-to-R67.patch + patches.suse/wifi-rtw89-8852b-update-TX-power-tables-to-R35.patch + patches.suse/wifi-rtw89-8851b-update-TX-power-tables-to-R34.patch + patches.suse/wifi-rtw89-refine-uplink-trigger-based-control-mecha.patch + patches.suse/wifi-rtw89-refine-bandwidth-160MHz-uplink-OFDMA-perf.patch + patches.suse/wifi-rt2x00-fix-MT7620-low-RSSI-issue.patch patches.suse/wifi-rtlwifi-fix-EDCA-limit-set-by-BT-coexistence.patch + patches.suse/wifi-rtlwifi-use-unsigned-long-for-rtl_bssid_entry-t.patch + patches.suse/wifi-rtw89-mac-get-TX-power-control-register-accordi.patch + patches.suse/wifi-rtw89-phy-set-TX-power-by-rate-according-to-chi.patch + patches.suse/wifi-rtw89-phy-set-TX-power-offset-according-to-chip.patch + patches.suse/wifi-rtw89-phy-set-TX-power-limit-according-to-chip-.patch + patches.suse/wifi-rtw89-phy-set-TX-power-RU-limit-according-to-ch.patch + patches.suse/wifi-rtw89-debug-show-txpwr-table-according-to-chip-.patch + patches.suse/wifi-rtw89-debug-txpwr-table-supports-Wi-Fi-7-chips.patch + patches.suse/wifi-rtlwifi-remove-unreachable-code-in-rtl92d_dm_ch.patch patches.suse/net-sock_dequeue_err_skb-optimization.patch patches.suse/tools-ynl-gen-lift-type-requirement-for-attribute-su.patch patches.suse/netlink-specs-remove-redundant-type-keys-from-attrib.patch @@ -12948,30 +13956,112 @@ patches.suse/wifi-mt76-mt7603-rework-fix-rx-pse-hang-check.patch patches.suse/wifi-mt76-mt7603-improve-watchdog-reset-reliablity.patch patches.suse/wifi-mt76-mt7603-improve-stuck-beacon-handling.patch + patches.suse/wifi-mt76-mt7603-add-missing-register-initialization.patch + patches.suse/wifi-mt76-mt7603-disable-A-MSDU-tx-support-on-MT7628.patch + patches.suse/wifi-mt76-use-atomic-iface-iteration-for-pre-TBTT-wo.patch + patches.suse/wifi-mt76-fix-race-condition-related-to-checking-tx-.patch patches.suse/wifi-mt76-remove-unused-error-path-in-mt76_connac_tx.patch + patches.suse/wifi-mt76-add-DMA-mapping-error-check-in-mt76_alloc_.patch + patches.suse/wifi-mt76-mt7915-fix-monitor-mode-issues.patch + patches.suse/wifi-mt76-connac-introduce-helper-for-mt7925-chipset.patch + patches.suse/wifi-mt76-mt792x-support-mt7925-chip-init.patch + patches.suse/wifi-mt76-connac-export-functions-for-mt7925.patch + patches.suse/wifi-mt76-connac-add-eht-support-for-phy-mode-config.patch + patches.suse/wifi-mt76-connac-add-eht-support-for-tx-power.patch + patches.suse/wifi-mt76-connac-add-data-field-in-struct-tlv.patch + patches.suse/wifi-mt76-connac-add-more-unified-command-IDs.patch + patches.suse/wifi-mt76-connac-add-more-unified-event-IDs.patch patches.suse/wifi-mt76-mt7996-set-correct-wcid-in-txp.patch patches.suse/wifi-mt76-mt7996-fix-beamform-mcu-cmd-configuration.patch patches.suse/wifi-mt76-mt7996-fix-beamformee-ss-subfield-in-EHT-P.patch patches.suse/wifi-mt76-mt7996-fix-wmm-queue-mapping.patch patches.suse/wifi-mt76-mt7996-fix-rx-rate-report-for-CBW320-2.patch patches.suse/wifi-mt76-mt7996-fix-TWT-command-format.patch + patches.suse/wifi-mt76-mt7996-only-set-vif-teardown-cmds-at-remov.patch + patches.suse/wifi-mt76-mt7996-support-more-options-for-mt7996_set.patch + patches.suse/wifi-mt76-mt7996-support-per-band-LED-control.patch + patches.suse/wifi-mt76-Use-PTR_ERR_OR_ZERO-to-simplify-code.patch patches.suse/wifi-mt76-mt7921e-Support-MT7992-IP-in-Xiaomi-Redmib.patch patches.suse/wifi-mt76-fix-clang-specific-fortify-warnings.patch + patches.suse/wifi-mt76-connac-add-MBSSID-support-for-mt7996.patch patches.suse/wifi-mt76-update-beacon-size-limitation.patch + patches.suse/wifi-mt76-check-sta-rx-control-frame-to-multibss-cap.patch patches.suse/wifi-mt76-fix-potential-memory-leak-of-beacon-comman.patch patches.suse/wifi-mt76-get-rid-of-false-alamrs-of-tx-emission-iss.patch patches.suse/wifi-mt76-fix-per-band-IEEE80211_CONF_MONITOR-flag-c.patch + patches.suse/wifi-mt76-check-vif-type-before-reporting-cca-and-cs.patch + patches.suse/wifi-mt76-mt7915-update-mpdu-density-capability.patch patches.suse/wifi-mt76-mt7915-fix-beamforming-availability-check.patch patches.suse/wifi-mt76-Drop-unnecessary-error-check-for-debugfs_c.patch patches.suse/wifi-mt76-move-struct-ieee80211_chanctx_conf-up-to-s.patch patches.suse/wifi-mt76-mt7921-fix-the-wrong-rate-pickup-for-the-c.patch patches.suse/wifi-mt76-mt7921-fix-the-wrong-rate-selected-in-fw-f.patch + patches.suse/wifi-mt76-mt7925-add-Mediatek-Wi-Fi7-driver-for-mt79.patch + patches.suse/wifi-mt76-mt7915-add-tc-offloading-support.patch + patches.suse/wifi-mt76-mt792x-move-mt7921_skb_add_usb_sdio_hdr-in.patch + patches.suse/wifi-mt76-mt792x-move-some-common-usb-code-in-mt792x.patch + patches.suse/wifi-mt76-mt7996-get-tx_retries-and-tx_failed-from-t.patch + patches.suse/wifi-mt76-mt7996-Add-mcu-commands-for-getting-sta-tx.patch + patches.suse/wifi-mt76-mt7996-enable-PPDU-TxS-to-host.patch + patches.suse/wifi-mt76-mt7996-remove-periodic-MPDU-TXS-request.patch + patches.suse/wifi-mt76-reduce-spin_lock_bh-held-up-in-mt76_dma_rx.patch + patches.suse/wifi-mt76-mt7921-move-connac-nic-capability-handling.patch + patches.suse/wifi-mt76-mt7921-enable-set-txpower-for-UNII-4.patch + patches.suse/wifi-mt76-mt7921-add-6GHz-power-type-support-for-clc.patch + patches.suse/wifi-mt76-mt7921-get-regulatory-information-from-the.patch + patches.suse/wifi-mt76-mt7921-update-the-channel-usage-when-the-r.patch + patches.suse/wifi-mt76-Annotate-struct-mt76_rx_tid-with-__counted.patch patches.suse/wifi-ath12k-mhi-fix-potential-memory-leak-in-ath12k_.patch + patches.suse/wifi-ath12k-do-not-drop-data-frames-from-unassociate.patch + patches.suse/wifi-ath12k-add-read-variant-from-SMBIOS-for-downloa.patch + patches.suse/wifi-ath12k-add-keep-backward-compatibility-of-PHY-m.patch + patches.suse/wifi-ath10k-consistently-use-kstrtoX_from_user-funct.patch patches.suse/wifi-ath10k-Don-t-touch-the-CE-interrupt-registers-a.patch + patches.suse/wifi-carl9170-remove-unnecessary-void-conversions.patch patches.suse/wifi-ath-dfs_pattern_detector-Fix-a-memory-initializ.patch + patches.suse/wifi-ath-dfs_pattern_detector-Use-flex-array-to-simp.patch + patches.suse/wifi-ath10k-indicate-to-mac80211-scan-complete-with-.patch + patches.suse/wifi-ath10k-simplify-ath10k_peer_create.patch + patches.suse/wifi-ath11k-fix-CAC-running-state-during-virtual-int.patch patches.suse/wifi-ath11k-fix-Tx-power-value-during-active-CAC.patch + patches.suse/wifi-ath12k-fix-debug-messages.patch + patches.suse/wifi-wfx-fix-power_save-setting-when-AP-is-stopped.patch + patches.suse/wifi-wfx-relocate-wfx_rate_mask_to_hw.patch + patches.suse/wifi-wfx-move-wfx_skb_-out-of-the-header-file.patch + patches.suse/wifi-wfx-introduce-hif_scan_uniq.patch + patches.suse/wifi-wfx-simplify-exclusion-between-scan-and-Rx-filt.patch + patches.suse/wifi-wfx-scan_lock-is-global-to-the-device.patch + patches.suse/wifi-wfx-allow-to-send-frames-during-ROC.patch + patches.suse/wifi-wfx-implement-wfx_remain_on_channel.patch patches.suse/wifi-wfx-fix-case-where-rates-are-out-of-order.patch + patches.suse/wifi-rtw88-regd-configure-QATAR-and-UK.patch + patches.suse/wifi-rtw88-8821c-update-TX-power-limit-to-V67.patch + patches.suse/wifi-rtw88-8822c-update-TX-power-limit-to-V70.patch + patches.suse/wifi-rtw88-regd-update-regulatory-map-to-R64-R42.patch + patches.suse/wifi-rtw88-8821c-tweak-CCK-TX-filter-setting-for-SRR.patch + patches.suse/wifi-rtlwifi-use-unsigned-long-for-bt_coexist_8723-t.patch patches.suse/wifi-rtw88-Remove-duplicate-NULL-check-before-callin.patch + patches.suse/wifi-hostap-Add-__counted_by-for-struct-prism2_downl.patch + patches.suse/wifi-brcmfmac-fweh-Add-__counted_by-for-struct-brcmf.patch + patches.suse/wifi-p54-Annotate-struct-p54_cal_database-with-__cou.patch + patches.suse/wifi-rtlwifi-use-convenient-list_count_nodes.patch + patches.suse/wifi-radiotap-add-bandwidth-definition-of-EHT-U-SIG.patch + patches.suse/wifi-rtw89-parse-EHT-information-from-RX-descriptor-.patch + patches.suse/wifi-rtw89-Add-EHT-rate-mask-as-parameters-of-RA-H2C.patch + patches.suse/wifi-rtw89-parse-TX-EHT-rate-selected-by-firmware-fr.patch + patches.suse/wifi-rtw89-show-EHT-rate-in-debugfs.patch + patches.suse/wifi-rtw89-add-EHT-radiotap-in-monitor-mode.patch + patches.suse/wifi-rtw89-coex-add-annotation-__counted_by-for-stru.patch + patches.suse/wifi-rtw89-coex-add-annotation-__counted_by-to-struc.patch + patches.suse/wifi-atmel-remove-unused-ioctl-function.patch + patches.suse/wifi-hostap-remove-unused-ioctl-function.patch + patches.suse/wifi-rtlwifi-simplify-TX-command-fill-callbacks.patch + patches.suse/wifi-rtw89-mac-update-RTS-threshold-according-to-chi.patch + patches.suse/wifi-rtw89-mac-generalize-register-of-MU-EDCA-switch.patch + patches.suse/wifi-rtw89-mac-add-registers-of-MU-EDCA-parameters-f.patch + patches.suse/wifi-rtw89-mac-set-bfee_ctrl-according-to-chip-gen.patch + patches.suse/wifi-rtw89-mac-set-bf_assoc-capabilities-according-t.patch + patches.suse/wifi-rtw89-mac-do-bf_monitor-only-if-WiFi-6-chips.patch patches.suse/eth-bnxt-fix-backward-compatibility-with-older-devic.patch patches.suse/tools-ynl-fix-converting-flags-to-names-after-recent.patch patches.suse/docs-netlink-clean-up-after-deprecating-version.patch @@ -13058,6 +14148,7 @@ patches.suse/netlink-specs-devlink-add-the-remaining-command-to-g.patch patches.suse/devlink-remove-duplicated-netlink-callback-prototype.patch patches.suse/devlink-remove-netlink-small_ops.patch + patches.suse/Bluetooth-ISO-Fix-BIS-cleanup.patch patches.suse/Bluetooth-ISO-Pass-BIG-encryption-info-through-QoS.patch patches.suse/Bluetooth-Add-support-for-Intel-Misty-Peak-8087-0038.patch patches.suse/Bluetooth-btusb-Add-RTW8852BE-device-13d3-3570-to-de.patch @@ -13081,31 +14172,163 @@ patches.suse/bnxt_en-Fix-2-stray-ethtool-S-counters.patch patches.suse/net-bpf-Add-a-warning-if-NAPI-cb-missed-xdp_do_flush.patch patches.suse/bpf-Fix-missed-rcu-read-lock-in-bpf_task_under_cgrou.patch + patches.suse/bpf-move-explored_state-closer-to-the-beginning-of-v.patch + patches.suse/bpf-extract-same_callsites-as-utility-function.patch + patches.suse/bpf-exact-states-comparison-for-iterator-convergence.patch + patches.suse/selftests-bpf-tests-with-delayed-read-precision-makr.patch + patches.suse/bpf-correct-loop-detection-for-iterators-convergence.patch + patches.suse/selftests-bpf-test-if-state-loops-are-detected-in-a-.patch + patches.suse/bpf-print-full-verifier-states-on-infinite-loop-dete.patch patches.suse/xsk-Avoid-starving-the-xsk-further-down-the-list.patch + patches.suse/wifi-rtlwifi-cleanup-struct-rtl_ps_ctl.patch + patches.suse/wifi-rtw88-debug-add-to-check-if-debug-mask-is-enabl.patch + patches.suse/wifi-rtw88-dump-firmware-debug-information-in-abnorm.patch + patches.suse/wifi-rtw89-phy-change-naming-related-BT-coexistence-.patch + patches.suse/wifi-rtw89-phy-generalize-valid-bit-of-BSS-color.patch + patches.suse/wifi-rtw89-modify-the-register-setting-and-the-flow-.patch + patches.suse/wifi-rtw89-correct-the-DCFO-tracking-flow-to-improve.patch + patches.suse/wifi-rtw89-move-software-DCFO-compensation-setting-t.patch + patches.suse/wifi-rtlwifi-drop-pre_fill_tx_bd_desc-from-HAL-inter.patch + patches.suse/wifi-rtlwifi-drop-fill_fake_txdesc-from-HAL-interfac.patch + patches.suse/wifi-rtlwifi-drop-chk_switch_dmdp-from-HAL-interface.patch patches.suse/wifi-wilc1000-use-vmm_table-as-array-in-wilc-struct.patch patches.suse/wifi-iwlwifi-mvm-update-station-s-MFP-flag-after-ass.patch + patches.suse/wifi-iwlwifi-pcie-propagate-iwl_pcie_gen2_apm_init-e.patch + patches.suse/wifi-iwlwifi-skip-opmode-start-retries-on-dead-trans.patch + patches.suse/wifi-iwlwifi-fix-opmode-start-stop-race.patch + patches.suse/wifi-iwlwifi-pcie-clean-up-WFPM-control-bits.patch patches.suse/wifi-iwlwifi-mvm-fix-removing-pasn-station-for-respo.patch + patches.suse/wifi-iwlwifi-mvm-offload-IGTK-in-AP-if-BIGTK-is-supp.patch patches.suse/wifi-iwlwifi-mvm-use-correct-sta-ID-for-IGTK-BIGTK.patch + patches.suse/wifi-iwlwifi-bump-FW-API-to-84-for-AX-BZ-SC-devices.patch + patches.suse/wifi-mac80211-cleanup-auth_data-only-if-association-.patch patches.suse/wifi-mac80211-don-t-recreate-driver-link-debugfs-in-.patch + patches.suse/wifi-mac80211-add-a-driver-callback-to-add-vif-debug.patch + patches.suse/wifi-mac80211-handle-debugfs-when-switching-to-from-.patch + patches.suse/wifi-mac80211-Rename-and-update-IEEE80211_VIF_DISABL.patch + patches.suse/wifi-cfg80211-Include-operating-class-137-in-6GHz-ba.patch + patches.suse/wifi-mac80211-mesh-fix-some-kdoc-warnings.patch + patches.suse/wifi-cfg80211-Handle-specific-BSSID-in-6GHz-scanning.patch patches.suse/wifi-mac80211-Fix-setting-vif-links.patch + patches.suse/wifi-cfg80211-Fix-typo-in-documentation.patch + patches.suse/wifi-mac80211-make-mgd_protect_tdls_discover-MLO-awa.patch + patches.suse/wifi-mac80211-fix-a-expired-vs.-cancel-race-in-roc.patch + patches.suse/wifi-cfg80211-wext-convert-return-value-to-kernel-do.patch + patches.suse/wifi-mac80211-purge-TX-queues-in-flush_queues-flow.patch + patches.suse/wifi-mac80211-flush-STA-queues-on-unauthorization.patch + patches.suse/wifi-mac80211-Check-if-we-had-first-beacon-with-rele.patch + patches.suse/wifi-mac80211-add-link-id-to-mgd_prepare_tx.patch + patches.suse/wifi-cfg80211-fix-header-kernel-doc-typos.patch + patches.suse/wifi-mac80211-fix-header-kernel-doc-typos.patch + patches.suse/wifi-iwlwifi-Extract-common-prph-mac-phy-regions-dat.patch + patches.suse/wifi-iwlwifi-add-support-for-new-ini-region-types.patch patches.suse/wifi-iwlwifi-yoyo-swap-cdb-and-jacket-bits-values.patch + patches.suse/wifi-iwlwifi-mvm-rework-debugfs-handling.patch + patches.suse/wifi-iwlwifi-mvm-add-a-per-link-debugfs.patch + patches.suse/wifi-iwlwifi-mvm-fix-SB-CFG-check.patch + patches.suse/wifi-iwlwifi-mei-return-error-from-register-when-not.patch + patches.suse/wifi-iwlwifi-mvm-Add-basic-link-selection-logic.patch + patches.suse/wifi-iwlwifi-abort-scan-when-rfkill-on-but-device-en.patch + patches.suse/wifi-iwlwifi-mvm-add-start-mac-ctdp-sum-calculation-.patch patches.suse/wifi-iwlwifi-mvm-Don-t-always-bind-link-the-P2P-Devi.patch + patches.suse/wifi-iwlwifi-mvm-advertise-support-for-SCS-traffic-d.patch + patches.suse/wifi-iwlwifi-fw-Fix-debugfs-command-sending.patch + patches.suse/wifi-iwlwifi-fix-the-rf-step-and-flavor-bits-range.patch patches.suse/wifi-iwlwifi-mvm-Correctly-set-link-configuration.patch + patches.suse/wifi-remove-unused-argument-of-ieee80211_get_tdls_ac.patch + patches.suse/wifi-iwlwifi-check-for-kmemdup-return-value-in-iwl_p.patch + patches.suse/wifi-mac80211-Add-__counted_by-for-struct-ieee802_11.patch + patches.suse/wifi-mac80211-fix-change_address-deadlock-during-unr.patch + patches.suse/wifi-iwlwifi-fw-increase-fw_version-string-size.patch + patches.suse/wifi-iwlwifi-add-new-RF-support-for-wifi7.patch + patches.suse/wifi-iwlwifi-mvm-Fix-unreachable-code-path.patch + patches.suse/wifi-iwlmvm-fw-Add-new-OEM-vendor-to-tas-approved-li.patch patches.suse/wifi-iwlwifi-mvm-Fix-key-flags-for-IGTK-on-AP-interf.patch + patches.suse/wifi-iwlwifi-send-EDT-table-to-FW.patch + patches.suse/wifi-iwlwifi-mvm-implement-ROC-version-3.patch + patches.suse/wifi-iwlwifi-mvm-cleanup-MLO-and-non-MLO-unification.patch + patches.suse/wifi-iwlwifi-mvm-don-t-add-dummy-phy-context.patch + patches.suse/wifi-iwlwifi-mvm-fold-the-ref-into-iwl_mvm_phy_ctxt_.patch + patches.suse/wifi-iwlwifi-mvm-fix-the-PHY-context-resolution-for-.patch + patches.suse/wifi-iwlwifi-mvm-extend-alive-timeout-to-2-seconds.patch patches.suse/wifi-iwlwifi-mvm-change-iwl_mvm_flush_sta-API.patch patches.suse/wifi-iwlwifi-mvm-fix-iwl_mvm_mac_flush_sta.patch patches.suse/wifi-iwlwifi-mvm-remove-TDLS-stations-from-FW.patch + patches.suse/wifi-iwlwifi-add-support-for-activating-UNII-1-in-WW.patch + patches.suse/wifi-mac80211-rename-ieee80211_tx_status-to-ieee8021.patch + patches.suse/wifi-mac80211-rename-struct-cfg80211_rx_assoc_resp-t.patch + patches.suse/wifi-mac80211-fix-another-key-installation-error-pat.patch + patches.suse/wifi-iwlwifi-make-time_events-MLO-aware.patch + patches.suse/wifi-iwlwifi-support-link_id-in-SESSION_PROTECTION-c.patch + patches.suse/wifi-iwlwifi-support-link-id-in-SESSION_PROTECTION_N.patch + patches.suse/wifi-iwlwifi-api-fix-center_freq-label-in-PHY-diagra.patch + patches.suse/wifi-iwlwifi-mvm-remove-set_tim-callback-for-MLD-ops.patch patches.suse/wifi-iwlwifi-mvm-fix-netif-csum-flags.patch + patches.suse/wifi-iwlwifi-add-support-for-SNPS-DPHYIP-region-type.patch patches.suse/wifi-iwlwifi-pcie-synchronize-IRQs-before-NAPI.patch patches.suse/wifi-iwlwifi-mvm-fix-size-check-for-fw_link_id.patch + patches.suse/wifi-iwlwifi-mvm-Return-success-if-link-could-not-be.patch + patches.suse/wifi-iwlwifi-disable-multi-rx-queue-for-9000.patch + patches.suse/wifi-iwlwifi-mvm-simplify-the-reorder-buffer.patch patches.suse/wifi-iwlwifi-mvm-update-IGTK-in-mvmvif-upon-D3-resum.patch + patches.suse/wifi-iwlwifi-mvm-fix-regdb-initialization.patch + patches.suse/wifi-iwlwifi-mvm-implement-new-firmware-API-for-stat.patch + patches.suse/wifi-iwlwifi-mvm-debugfs-for-fw-system-stats.patch + patches.suse/wifi-iwlwifi-mvm-add-a-print-when-sending-RLC-comman.patch + patches.suse/wifi-iwlwifi-fw-Add-support-for-UATS-table-in-UHB.patch patches.suse/wifi-iwlwifi-empty-overflow-queue-during-flush.patch + patches.suse/wifi-iwlwifi-trace-full-frames-with-TX-status-reques.patch + patches.suse/wifi-iwlwifi-mvm-cycle-FW-link-on-chanctx-removal.patch + patches.suse/wifi-iwlwifi-mvm-show-dump-even-for-pldr_sync.patch + patches.suse/wifi-iwlwifi-read-DSM-func-2-for-specific-RF-types.patch + patches.suse/wifi-iwlwifi-bump-FW-API-to-86-for-AX-BZ-SC-devices.patch + patches.suse/wifi-iwlwifi-drop-NULL-pointer-check-in-iwl_mvm_tzon.patch + patches.suse/wifi-cfg80211-Allow-AP-P2PGO-to-indicate-port-author.patch + patches.suse/wifi-mac80211-drop-robust-action-frames-before-assoc.patch + patches.suse/wifi-brcmfmac-fix-format-truncation-warnings.patch + patches.suse/wifi-ath9k_htc-fix-format-truncation-warning.patch + patches.suse/wifi-rt2x00-fix-rt2800-watchdog-function.patch + patches.suse/wifi-mt76-mt7921-fix-kernel-panic-by-accessing-inval.patch + patches.suse/wifi-wl1251-replace-deprecated-strncpy-with-strscpy.patch + patches.suse/wifi-wl18xx-replace-deprecated-strncpy-with-strscpy.patch + patches.suse/wifi-wlcore-boot-replace-deprecated-strncpy-with-str.patch + patches.suse/wifi-wlcore-main-replace-deprecated-strncpy-with-str.patch + patches.suse/wifi-rt2x00-improve-MT7620-register-initialization.patch + patches.suse/wifi-rt2x00-rework-MT7620-channel-config-function.patch + patches.suse/wifi-rt2x00-rework-MT7620-PA-LNA-RF-calibration.patch + patches.suse/wifi-rtw89-cleanup-firmware-elements-parsing.patch + patches.suse/wifi-ath12k-remove-redundant-memset-in-ath12k_hal_re.patch + patches.suse/wifi-ath11k-call-ath11k_mac_fils_discovery-without-c.patch + patches.suse/wifi-ath12k-Consistently-use-ath12k_vif_to_arvif.patch + patches.suse/wifi-ath11k-ath11k_debugfs_register-fix-format-trunc.patch + patches.suse/wifi-ath11k-add-parsing-of-phy-bitmap-for-reg-rules.patch + patches.suse/wifi-ath12k-add-parsing-of-phy-bitmap-for-reg-rules.patch + patches.suse/wifi-ath12k-configure-RDDM-size-to-MHI-for-device-re.patch + patches.suse/wifi-ath12k-add-ath12k_qmi_free_resource-for-recover.patch + patches.suse/wifi-ath12k-fix-invalid-m3-buffer-address.patch + patches.suse/wifi-ath11k-Remove-unused-struct-ath11k_htc_frame.patch + patches.suse/wifi-ath11k-Introduce-and-use-ath11k_sta_to_arsta.patch + patches.suse/wifi-ath11k-Use-device_get_match_data.patch + patches.suse/wifi-ath12k-register-EHT-mesh-capabilities.patch + patches.suse/wifi-ath12k-Enable-Mesh-support-for-QCN9274.patch + patches.suse/wifi-ath11k-Remove-ath11k_base-bd_api.patch + patches.suse/wifi-ath12k-Remove-ath12k_base-bd_api.patch + patches.suse/wifi-ath5k-replace-deprecated-strncpy-with-strscpy.patch + patches.suse/wifi-ath6kl-replace-deprecated-strncpy-with-memcpy.patch + patches.suse/wifi-ath11k-rename-the-wmi_sc-naming-convention-to-w.patch + patches.suse/wifi-ath11k-rename-the-sc-naming-convention-to-ab.patch + patches.suse/wifi-ath11k-qmi-refactor-ath11k_qmi_m3_load.patch + patches.suse/wifi-ath11k-add-firmware-2.bin-support.patch + patches.suse/wifi-ath12k-rename-the-wmi_sc-naming-convention-to-w.patch + patches.suse/wifi-ath12k-rename-the-sc-naming-convention-to-ab.patch patches.suse/wifi-ath11k-fix-temperature-event-locking.patch patches.suse/wifi-ath11k-fix-dfs-radar-event-locking.patch patches.suse/wifi-ath11k-fix-htt-pktlog-locking.patch patches.suse/wifi-ath11k-fix-gtk-offload-status-event-locking.patch patches.suse/wifi-ath12k-fix-dfs-radar-and-temperature-event-lock.patch patches.suse/wifi-ath12k-fix-htt-mlo-offset-event-locking.patch + patches.suse/wifi-ath12k-Introduce-and-use-ath12k_sta_to_arsta.patch + patches.suse/Revert-wifi-ath11k-call-ath11k_mac_fils_discovery-wi.patch patches.suse/ice-Add-E830-device-IDs-MAC-type-and-registers.patch patches.suse/ice-Add-200G-speed-phy-type-use.patch patches.suse/ice-Add-ice_get_link_status_datalen.patch @@ -13219,6 +14442,7 @@ patches.suse/clk-imx-imx8mq-correct-error-handling-path.patch patches.suse/clk-imx-imx8dxl-rsrc-keep-sorted-in-the-ascending-or.patch patches.suse/clk-imx-imx8qxp-Fix-elcdif_pll-clock.patch + patches.suse/clk-Show-active-consumers-of-clocks-in-debugfs.patch patches.suse/clk-visconti-Fix-undefined-behavior-bug-in-struct-vi.patch patches.suse/clk-socfpga-Fix-undefined-behavior-bug-in-struct-str.patch patches.suse/clk-qcom-ipq5332-Drop-set-rate-parent-from-gpll0-dep.patch @@ -14802,6 +16026,7 @@ patches.suse/perf-arm_cspmu-Support-implementation-specific-validation.patch patches.suse/perf-arm_cspmu-ampere_cspmu-Add-support-for-Ampere-SoC-PMU.patch patches.suse/docs-perf-Add-ampere_cspmu-to-toctree-to-fix-a-build-warning.patch + patches.suse/drivers-perf-hisi-use-cpuhp_state_remove_instance_no.patch patches.suse/clocksource-drivers-arm_arch_timer-limit-XGene-1-wor.patch patches.suse/arm64-module-Fix-PLT-counting-when-CONFIG_RANDOMIZE_.patch patches.suse/arm64-Restrict-CPU_BIG_ENDIAN-to-GNU-as-or-LLVM-IAS-.patch @@ -14821,6 +16046,7 @@ patches.suse/x86-virt-tdx-Make-TDX_MODULE_CALL-handle-SEAMCALL-UD-and-G.patch patches.suse/x86-tdx-mark-tsc-reliable.patch patches.suse/xenbus-fix-error-exit-in-xenbus_init.patch + patches.suse/xen-evtchn-Allow-shared-registration-of-IRQ-handers.patch patches.suse/xen-pciback-Consider-INTx-disabled-when-MSI-MSI-X-is.patch patches.suse/io_uring-rw-split-io_read-into-a-helper.patch patches.suse/io_uring-rw-mark-readv-writev-as-vectored-in-the-opc.patch @@ -14991,6 +16217,7 @@ patches.suse/firmware-ti_sci-Mark-driver-as-non-removable.patch patches.suse/firmware-raspberrypi-Fix-devm_rpi_firmware_get-docum.patch patches.suse/soc-qcom-pmic_glink-fix-connector-type-to-be-Display.patch + patches.suse/net-fill-in-MODULE_DESCRIPTION-s-in-kuba-s-modules.patch patches.suse/iommufd-Fix-spelling-errors-in-comments patches.suse/iommufd-selftest-Iterate-idev_ids-in-mock_domain-s-alloc_hwpt-te patches.suse/iommu-Add-new-iommu-op-to-create-domains-owned-by-userspace @@ -15003,7 +16230,6 @@ patches.suse/iommufd-Correct-IOMMU_HWPT_ALLOC_NEST_PARENT-description patches.suse/vfio-iova_bitmap-Export-more-API-symbols patches.suse/vfio-Move-iova_bitmap-into-iommufd - patches.suse/iommufd-iova_bitmap-Move-symbols-to-IOMMUFD-namespace patches.suse/iommu-Add-iommu_domain-ops-for-dirty-tracking patches.suse/iommufd-Add-a-flag-to-enforce-dirty-tracking-on-attach patches.suse/iommufd-Add-IOMMU_HWPT_SET_DIRTY_TRACKING @@ -15044,6 +16270,8 @@ patches.suse/iommufd-selftest-Fix-page-size-check-in-iommufd_test_dirty patches.suse/iommufd-Organize-the-mock-domain-alloc-functions-closer-to-Joerg patches.suse/kunit-Fix-missed-memory-release-in-kunit_free_suite_.patch + patches.suse/kselftest-Add-a-ksft_perror-helper.patch + patches.suse/selftests-timers-Convert-posix_timers-test-to-genera.patch patches.suse/selftests-pidfd-Fix-ksft-print-formats.patch patches.suse/selftests-resctrl-Ensure-the-benchmark-commands-fits.patch patches.suse/selftests-resctrl-Fix-uninitialized-.sa_flags.patch @@ -15064,6 +16292,8 @@ patches.suse/module-decompress-use-kvmalloc-consistently.patch patches.suse/fs-dlm-Simplify-buffer-size-computation-in-dlm_create_debug_file.patch patches.suse/fs-dlm-Fix-the-size-of-a-buffer-in-dlm_create_debug_file.patch + patches.suse/ext4-correct-offset-of-gdb-backup-in-non-meta_bg-gro.patch + patches.suse/ext4-fix-racy-may-inline-data-check-in-dio-write.patch patches.suse/ext4-properly-sync-file-size-update-after-O_SYNC-dire.patch patches.suse/exfat-support-handle-zero-size-directory.patch patches.suse/fs-jfs-Add-check-for-negative-db_l2nbperpage.patch @@ -15103,9 +16333,11 @@ patches.suse/PCI-mvebu-Use-FIELD_PREP-with-Link-Width.patch patches.suse/PCI-Use-FIELD_GET-to-extract-Link-Width.patch patches.suse/PCI-dwc-Use-FIELD_GET-PREP.patch + patches.suse/PCI-DPC-Use-FIELD_GET.patch patches.suse/PCI-Use-FIELD_GET-in-Sapphire-RX-5600-XT-Pulse-quirk.patch patches.suse/PCI-Prevent-xHCI-driver-from-claiming-AMD-VanGogh-US.patch patches.suse/PCI-endpoint-Fix-double-free-in-__pci_epc_create.patch + patches.suse/PCI-Simplify-pcie_capability_clear_and_set_word-to-..patch patches.suse/HID-Add-quirk-for-Dell-Pro-Wireless-Keyboard-and-Mou.patch patches.suse/hid-cp2112-Fix-duplicate-workqueue-initialization.patch patches.suse/hid-cp2112-Fix-IRQ-shutdown-stopping-polling-for-all.patch @@ -15118,12 +16350,18 @@ patches.suse/HID-uclogic-Fix-a-work-entry-not-empty-bug-in-__queu.patch patches.suse/ALSA-hda-intel-dsp-config-Fix-JSL-Chromebook-quirk-d.patch patches.suse/ALSA-usb-audio-add-quirk-flag-to-enable-native-DSD-f.patch + patches.suse/ALSA-scarlett2-Default-mixer-driver-to-enabled.patch + patches.suse/ALSA-scarlett2-Move-USB-IDs-out-from-device_info-str.patch + patches.suse/ALSA-scarlett2-Add-support-for-Clarett-8Pre-USB.patch + patches.suse/ALSA-scarlett2-Add-correct-product-series-name-to-me.patch patches.suse/ALSA-hda-cs35l56-Add-support-for-speaker-id.patch patches.suse/ALSA-hda-cs35l41-Add-notification-support-into-compo.patch patches.suse/ALSA-hda-realtek-Support-ACPI-Notification-framework.patch patches.suse/ALSA-hda-cs35l41-Support-mute-notifications-for-CS35.patch patches.suse/ALSA-hda-cs35l41-Add-read-only-ALSA-control-for-forc.patch + patches.suse/ALSA-scarlett2-Add-Focusrite-Clarett-2Pre-and-4Pre-s.patch patches.suse/ALSA-hda-Fix-possible-null-ptr-deref-when-assigning-.patch + patches.suse/ALSA-scarlett2-Add-Focusrite-Clarett-2Pre-and-4Pre-U.patch patches.suse/ASoC-SOF-core-Ensure-sof_ops_free-is-still-called-wh.patch patches.suse/ALSA-hda-Intel-Fix-error-handling-in-azx_probe.patch patches.suse/ASoC-cs35l41-Handle-mdsync_down-reg-write-errors.patch @@ -15142,10 +16380,12 @@ patches.suse/ASoC-SOF-Pass-PCI-SSID-to-machine-driver.patch patches.suse/ASoC-Intel-sof_sdw-Copy-PCI-SSID-to-struct-snd_soc_c.patch patches.suse/ASoC-cs35l56-Use-PCI-SSID-as-the-firmware-UID.patch + patches.suse/ASoC-Intel-common-add-ACPI-matching-tables-for-Arrow.patch patches.suse/ASoC-SOF-ipc4-handle-EXCEPTION_CAUGHT-notification-f.patch patches.suse/ASoC-soc-pcm.c-Make-sure-DAI-parameters-cleared-if-t.patch patches.suse/ASoC-doc-Update-codec-to-codec-examples.patch patches.suse/ASoC-SOF-ipc4-topology-Use-size_add-in-call-to-struc.patch + patches.suse/ASoC-ti-Convert-Pandora-ASoC-to-GPIO-descriptors.patch patches.suse/ASoC-cs35l56-Remove-unused-hibernate-wake-constants.patch patches.suse/ASoC-cs35l56-Wake-transactions-need-to-be-issued-twi.patch patches.suse/ASoC-codecs-wsa-macro-fix-uninitialized-stack-variab.patch @@ -15300,6 +16540,7 @@ patches.suse/KVM-SVM-Treat-all-skip-emulation-for-SEV-guests-as-o.patch patches.suse/arm64-tlbflush-Rename-MAX_TLBI_OPS.patch patches.suse/KVM-arm64-Avoid-soft-lockups-due-to-I-cache-maintenance.patch + patches.suse/KVM-arm64-Always-invalidate-TLB-for-stage-2-permission-faults patches.suse/KEYS-Include-linux-errno.h-in-linux-verification.h.patch patches.suse/Documentation-ABI-debugfs-driver-qat-fix-fw_counters.patch patches.suse/crypto-qat-Use-list_for_each_entry-helper.patch @@ -15371,6 +16612,8 @@ patches.suse/0001-mm-mremap-optimize-the-start-addresses-in-move_page_.patch patches.suse/0002-mm-mremap-allow-moves-within-the-same-VMA-for-stack-.patch patches.suse/memfd-drop-warning-for-missing-exec-related-flags.patch + patches.suse/efi-unaccepted-do-not-let-proc-vmcore-try-to-access-unacce.patch + patches.suse/proc-kcore-do-not-try-to-access-unaccepted-memory.patch patches.suse/kselftest-vm-fix-mdwe-s-mmap_FIXED-test-case.patch patches.suse/mm-make-PR_MDWE_REFUSE_EXEC_GAIN-an-unsigned-long.patch patches.suse/selftests-clone3-Fix-broken-test-under-CONFIG_TIME_N.patch @@ -15379,6 +16622,8 @@ patches.suse/kasan-use-unchecked-__memset-internally.patch patches.suse/mm-page_alloc-remove-unnecessary-check-in-break_down_buddy_pages.patch patches.suse/mm-page_alloc-remove-unnecessary-next_page-in-break_down_buddy_pages.patch + patches.suse/bootmem-use-kmemleak_free_part_phys-in-put_page_boot.patch + patches.suse/bootmem-use-kmemleak_free_part_phys-in-free_bootmem_.patch patches.suse/mm-migrate-record-the-mlocked-page-status-to-remove-unnecessary-lru-drain.patch patches.suse/minmax-deduplicate-__unconst_integer_typeof.patch patches.suse/minmax-fix-header-inclusions.patch @@ -15399,6 +16644,18 @@ patches.suse/fs-ocfs2-check-status-values.patch patches.suse/scripts-gdb-fix-usage-of-MOD_TEXT-not-defined-when-C.patch patches.suse/buildid-reduce-header-file-dependencies-for-module.patch + patches.suse/livepatch-Fix-missing-newline-character-in-klp_resolve_symbols.patch + patches.suse/printk-printk-Remove-unnecessary-statements-len-0.patch + patches.suse/printk-Reduce-pr_flush-pooling-time.patch + patches.suse/printk-Add-non-BKL-nbcon-console-basic-infrastructure.patch + patches.suse/printk-nbcon-Add-acquire-release-logic.patch + patches.suse/printk-Make-static-printk-buffers-available-to-nbcon.patch + patches.suse/printk-nbcon-Add-buffer-management.patch + patches.suse/printk-nbcon-Add-ownership-state-functions.patch + patches.suse/printk-nbcon-Add-sequence-handling.patch + patches.suse/printk-nbcon-Add-emit-function-and-callback-function-for-atomic-printing.patch + patches.suse/printk-nbcon-Allow-drivers-to-mark-unsafe-regions-and-check-state.patch + patches.suse/printk-fix-illegal-pbufs-access-for-CONFIG_PRINTK.patch patches.suse/verification-dot2k-Delete-duplicate-imports.patch patches.suse/tracing-Expand-all-ring-buffers-individually.patch patches.suse/seq_buf-fix-a-misleading-comment.patch @@ -15637,6 +16894,8 @@ patches.suse/iio-frequency-adf4350-Use-device-managed-functions-a.patch patches.suse/iio-adc-stm32-adc-harden-against-NULL-pointer-deref-.patch patches.suse/tools-iio-iio_generic_buffer-ensure-alignment.patch + patches.suse/iio-accel-mxc4005-allow-module-autoloading-via-OF-co.patch + patches.suse/interconnect-qcom-osm-l3-Replace-custom-implementati.patch patches.suse/misc-pci_endpoint_test-Add-deviceID-for-J721S2-PCIe-.patch patches.suse/device-property-Clarify-usage-scope-of-some-struct-f.patch patches.suse/driver-core-Add-missing-parameter-description-to-__f.patch @@ -15645,9 +16904,14 @@ patches.suse/tty-vcc-Add-check-for-kstrdup-in-vcc_probe.patch patches.suse/tty-tty_jobctrl-fix-pid-memleak-in-disassociate_ctty.patch patches.suse/serial-core-Provide-port-lock-wrappers.patch + patches.suse/serial-core-Use-lock-wrappers.patch patches.suse/serial-sc16is7xx-Use-port-lock-wrappers.patch + patches.suse/tty-early-return-from-send_break-on-TTY_DRIVER_HARDWARE_BREAK.patch + patches.suse/tty-don-t-check-for-signal_pending-in-send_break.patch + patches.suse/tty-use-if-in-send_break-instead-of-goto.patch patches.suse/serial-core-fix-kernel-doc-for-uart_port_unlock_irqr.patch patches.suse/serial-exar-Revert-serial-exar-Add-support-for-Seale.patch + patches.suse/serial-exar-Add-RS-485-support-for-Sealevel-XR17V35X-based-cards.patch patches.suse/serial-core-Simplify-uart_get_rs485_mode.patch patches.suse/dt-bindings-serial-fix-regex-pattern-for-matching-se.patch patches.suse/tty-sysrq-replace-smp_processor_id-with-get_cpu.patch @@ -15657,6 +16921,8 @@ patches.suse/1579-vgacon-remove-screen_info-dependency.patch patches.suse/vga16fb-drop-powerpc-support.patch patches.suse/1581-hyperv-avoid-dependency-on-screen_info.patch + patches.suse/printk-Check-valid-console-index-for-preferred-console.patch + patches.suse/printk-Constify-name-for-add_preferred_console.patch patches.suse/tty-serial-samsung_tty-remove-dead-code.patch patches.suse/dt-bindings-serial-rs485-Add-rs485-rts-active-high.patch patches.suse/tty-8250-Remove-UC-257-and-UC-431.patch @@ -15668,6 +16934,7 @@ patches.suse/tty-8250-Add-support-for-additional-Brainboxes-PX-ca.patch patches.suse/tty-8250-Add-support-for-Intashield-IX-cards.patch patches.suse/tty-8250-Add-Brainboxes-Oxford-Semiconductor-based-q.patch + patches.suse/serial-core-Fix-runtime-PM-handling-for-pending-tx.patch patches.suse/tty-n_gsm-fix-race-condition-in-status-line-change-o.patch patches.suse/usb-typec-intel_pmc_mux-enable-sysfs-usb-role-access.patch patches.suse/usb-dwc2-fix-possible-NULL-pointer-dereference-cause.patch @@ -15697,8 +16964,11 @@ patches.suse/xhci-Update-last-segment-pointer-after-Event-Ring-ex.patch patches.suse/xhci-Expose-segment-numbers-in-debugfs.patch patches.suse/xhci-Clean-up-ERST_PTR_MASK-inversion.patch + patches.suse/xhci-simplify-event-ring-dequeue-tracking-for-transf.patch + patches.suse/xhci-Simplify-event-ring-dequeue-pointer-update-for-.patch patches.suse/xhci-Loosen-RPM-as-default-policy-to-cover-for-AMD-x.patch patches.suse/xhci-Enable-RPM-on-controllers-that-support-low-powe.patch + patches.suse/usb-xhci-Implement-xhci_handshake_check_state-helper.patch patches.suse/usb-host-xhci-plat-fix-possible-kernel-oops-while-re.patch patches.suse/usb-host-xhci-Avoid-XHCI-resume-delay-if-SSUSB-devic.patch patches.suse/usb-storage-uas-make-internal-quirks-flags-64bit.patch @@ -15741,9 +17011,13 @@ patches.suse/modpost-fix-tee-MODULE_DEVICE_TABLE-built-on-big-end.patch 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-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 patches.suse/9p-v9fs_listxattr-fix-s-null-argument-warning.patch patches.suse/9p-net-fix-possible-memory-leak-in-p9_check_errors.patch + patches.suse/f2fs-fix-error-path-of-__f2fs_build_free_nids.patch patches.suse/1582-drm-nouveau-mmu-tu102-remove-write-to-0x100e68-durin.patch patches.suse/1583-drm-nouveau-nvkm-bump-maximum-number-of-NVDEC.patch patches.suse/1584-drm-nouveau-nvkm-bump-maximum-number-of-NVJPG.patch @@ -15808,6 +17082,7 @@ patches.suse/cxl-region-Do-not-try-to-cleanup-after-cxl_region_se.patch patches.suse/cxl-region-Fix-cxl_region_rwsem-lock-held-when-retur.patch patches.suse/cxl-region-Fix-x1-root-decoder-granularity-calculati.patch + patches.suse/cxl-port-Fix-delete_endpoint-vs-parent-unregistratio.patch patches.suse/i3c-master-cdns-Fix-reading-status-register.patch patches.suse/i3c-mipi-i3c-hci-Fix-out-of-bounds-access-in-hci_dma.patch patches.suse/i3c-Fix-potential-refcount-leak-in-i3c_master_regist.patch @@ -15898,6 +17173,8 @@ patches.suse/closures-Fix-race-in-closure_sync-ee52.patch patches.suse/gfs2-ignore-negated-quota-changes.patch patches.suse/gfs2-fix-an-oops-in-gfs2_permission.patch + patches.suse/gfs2-Get-rid-of-gfs2_alloc_blocks-generation-parameter.patch + patches.suse/gfs2-Rename-gfs2_lookup_-simple-meta.patch patches.suse/gfs2-Silence-suspicious-RCU-usage-in-gfs2_permission-warning.patch patches.suse/gfs2-don-t-withdraw-if-init_threads-got-interrupted.patch patches.suse/pcmcia-cs-fix-possible-hung-task-and-memory-leak-pcc.patch @@ -16113,12 +17390,16 @@ 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 + patches.suse/llc-verify-mac-len-before-reading-mac-header.patch + patches.suse/hsr-Prevent-use-after-free-in-prp_create_tagged_frame.patch + patches.suse/tipc-Change-nla_policy-for-bearer-related-names-to-N.patch patches.suse/inet-shrink-struct-flowi_common.patch patches.suse/octeontx2-pf-Fix-error-codes.patch patches.suse/octeontx2-pf-Fix-holes-in-error-code.patch patches.suse/net-dsa-lan9303-consequently-nested-lock-physical-MD.patch patches.suse/net-ethtool-Fix-documentation-of-ethtool_sprintf.patch patches.suse/net-page_pool-add-missing-free_percpu-when-page_pool.patch + patches.suse/net-smc-fix-documentation-of-buffer-sizes.patch patches.suse/Fix-termination-state-for-idr_for_each_entry_ul.patch patches.suse/net-stmmac-xgmac-Enable-support-for-multiple-Flexibl.patch patches.suse/selftests-pmtu.sh-fix-result-checking.patch @@ -16131,6 +17412,8 @@ patches.suse/r8169-respect-userspace-disabling-IFF_MULTICAST.patch patches.suse/virtio-vsock-Fix-uninit-value-in-virtio_transport_re.patch patches.suse/net-enetc-shorten-enetc_setup_xdp_prog-error-message.patch + patches.suse/bpf-Fix-precision-tracking-for-BPF_ALU-BPF_TO_BE-BPF.patch + patches.suse/selftests-bpf-precision-tracking-test-for-BPF_NEG-an.patch patches.suse/i40e-Do-not-call-devlink_port_type_clear.patch patches.suse/i40e-Fix-devlink-port-unregistering.patch patches.suse/ice-Fix-SRIOV-LAG-disable-on-non-compliant-aggregate.patch @@ -16289,12 +17572,26 @@ patches.suse/1818-fbdev-amifb-Convert-to-platform-remove-callback-retu.patch patches.suse/fbdev-fsl-diu-fb-mark-wr_reg_wa-static.patch patches.suse/tracing-kprobes-Fix-the-order-of-argument-descriptions.patch + patches.suse/cifs-handle-cases-where-a-channel-is-closed.patch + patches.suse/cifs-distribute-channels-across-interfaces-based-on-speed.patch + patches.suse/cifs-account-for-primary-channel-in-the-interface-list.patch + patches.suse/cifs-do-not-pass-cifs_sb-when-trying-to-add-channels.patch + patches.suse/cifs-reconnect-work-should-have-reference-on-server-struct.patch + patches.suse/smb-client-fix-mount-when-dns_resolver-key-is-not-available.patch + patches.suse/wifi-iwlwifi-fix-system-commands-group-ordering.patch patches.suse/1820-drm-ci-make-github-dependabot-happy-again.patch + patches.suse/btrfs-use-u64-for-buffer-sizes-in-the-tree-search-io.patch + patches.suse/btrfs-zoned-drop-no-longer-valid-write-pointer-check.patch + patches.suse/btrfs-zoned-wait-for-data-BG-to-be-finished-on-direc.patch patches.suse/zstd-Fix-array-index-out-of-bounds-UBSAN-warning.patch patches.suse/vhost-vdpa-fix-use-after-free-in-vhost_vdpa_probe.patch patches.suse/xen-events-avoid-using-info_for_irq-in-xen_send_IPI_.patch patches.suse/acpi-processor-sanitize-_OSC-_PDC-capabilities-for-X.patch patches.suse/xen-events-fix-delayed-eoi-list-handling.patch + patches.suse/xen-events-reduce-externally-visible-helper-function.patch + patches.suse/xen-events-remove-some-simple-helpers-from-events_ba.patch + patches.suse/xen-events-drop-xen_allocate_irqs_dynamic.patch + patches.suse/xen-events-modify-internal-un-bind-interfaces.patch patches.suse/ipvlan-add-ipvlan_route_v6_outbound-helper.patch patches.suse/tty-Fix-uninit-value-access-in-ppp_sync_receive.patch patches.suse/net-hns3-fix-add-VLAN-fail-issue.patch @@ -16312,6 +17609,7 @@ patches.suse/net-ethernet-cortina-Fix-MTU-max-setting.patch patches.suse/r8169-add-handling-DASH-when-DASH-is-disabled.patch patches.suse/8169-fix-network-lost-after-resume-on-DASH-systems.patch + patches.suse/af_unix-fix-use-after-free-in-unix_stream_read_actor.patch patches.suse/net-stmmac-fix-rx-budget-limit-check.patch patches.suse/net-stmmac-avoid-rx-queue-overrun.patch patches.suse/tg3-Move-the-rt-x_dropped-counters-to-tg3_napi.patch @@ -16323,6 +17621,9 @@ patches.suse/ice-dpll-fix-output-pin-capabilities.patch patches.suse/ice-fix-DDP-package-download-for-packages-without-si.patch patches.suse/gve-Fixes-for-napi_poll-when-budget-is-0.patch + patches.suse/bpf-handle-ldimm64-properly-in-check_cfg.patch + patches.suse/bpf-fix-precision-backtracking-instruction-iteration.patch + patches.suse/selftests-bpf-add-edge-case-backtracking-logic-test.patch patches.suse/Revert-net-mlx5-DR-Supporting-inline-WQE-when-possib.patch patches.suse/net-mlx5-Free-used-cpus-mask-when-an-IRQ-is-released.patch patches.suse/net-mlx5-DR-Allow-old-devices-to-use-multi-destinati.patch @@ -16377,6 +17678,7 @@ patches.suse/1848-drm-amdgpu-gmc10-disable-AGP-aperture.patch patches.suse/1849-drm-amdgpu-gmc9-disable-AGP-aperture.patch patches.suse/io_uring-fdinfo-remove-need-for-sqpoll-lock-for-thre.patch + patches.suse/blk-mq-make-sure-active-queue-usage-is-held-for-bio_.patch patches.suse/mm-fix-for-negative-counter-nr_file_hugepages.patch patches.suse/mm-kmem-drop-__GFP_NOFAIL-when-allocating-objcg-vectors.patch patches.suse/tools-power-turbostat-Fix-failure-with-new-uncore-sy.patch @@ -16473,9 +17775,11 @@ patches.suse/dm-bufio-fix-no-sleep-mode-2a69.patch patches.suse/dm-verity-don-t-use-blocking-calls-from-tasklets-28f0.patch patches.suse/dm-crypt-start-allocating-with-MAX_ORDER-1364.patch + patches.suse/cifs-fix-leak-of-iface-for-primary-channel.patch patches.suse/nfsd-fix-file-memleak-on-client_opens_release.patch patches.suse/NFSD-Update-nfsd_cache_append-to-use-xdr_stream.patch patches.suse/NFSD-Fix-start-of-NFS-reply-pointer-passed-to-nfsd_c.patch + patches.suse/NFSD-Fix-checksum-mismatches-in-the-duplicate-reply-.patch patches.suse/xfs-factor-out-xfs_defer_pending_abort.patch patches.suse/xfs-abort-intent-items-when-recovery-intents-fail.patch patches.suse/xfs-only-remap-the-written-blocks-in-xfs_reflink_end_cow_extent.patch @@ -16510,8 +17814,18 @@ patches.suse/net-vrf-Move-dstats-structure-to-core.patch patches.suse/net-Move-l-t-d-stats-allocation-to-core-and-convert-.patch patches.suse/veth-Use-tstats-per-CPU-traffic-counters.patch + patches.suse/selftests-bpf-track-tcp-payload-offset-as-scalar-in-.patch + patches.suse/selftests-bpf-track-string-payload-offset-as-scalar-.patch + patches.suse/bpf-extract-__check_reg_arg-utility-function.patch + patches.suse/bpf-extract-setup_func_entry-utility-function.patch + patches.suse/bpf-verify-callbacks-as-if-they-are-called-unknown-n.patch + patches.suse/selftests-bpf-tests-for-iterating-callbacks.patch + patches.suse/bpf-widening-for-callback-iterators.patch + patches.suse/selftests-bpf-test-widening-for-iterating-callbacks.patch + patches.suse/bpf-keep-track-of-max-number-of-bpf_loop-callback-it.patch patches.suse/dpll-Fix-potential-msg-memleak-when-genlmsg_put_repl.patch patches.suse/nfc-virtual_ncidev-Add-variable-to-check-if-ndev-is-.patch + patches.suse/net-smc-avoid-data-corruption-caused-by-decline.patch patches.suse/net-usb-qmi_wwan-claim-interface-4-for-ZTE-MF290.patch patches.suse/octeontx2-pf-Fix-ntuple-rule-creation-to-direct-pack.patch patches.suse/net-veth-fix-ethtool-stats-reporting.patch @@ -16621,6 +17935,11 @@ patches.suse/USB-serial-option-add-Luat-Air72-U-series-products.patch patches.suse/lockdep-Fix-block-chain-corruption.patch patches.suse/media-v4l2-subdev-Fix-a-64bit-bug.patch + patches.suse/btrfs-fix-off-by-one-when-checking-chunk-map-include.patch + patches.suse/btrfs-make-error-messages-more-clear-when-getting-a-.patch + patches.suse/btrfs-fix-64bit-compat-send-ioctl-arguments-not-init.patch + patches.suse/btrfs-free-the-allocated-memory-if-btrfs_alloc_page_.patch + patches.suse/btrfs-send-ensure-send_fd-is-writable.patch patches.suse/pinctrl-s32cc-Avoid-possible-string-truncation.patch patches.suse/pinctrl-avoid-reload-of-p-state-in-list-iteration.patch patches.suse/pinctrl-lochnagar-Don-t-build-on-MIPS.patch @@ -16653,11 +17972,18 @@ patches.suse/tools-ynl-gen-always-construct-struct-ynl_req_state.patch patches.suse/netdevsim-Don-t-accept-device-bound-programs.patch patches.suse/bpf-Add-missed-allocation-hint-for-bpf_mem_cache_all.patch + patches.suse/wifi-mt76-mt7921-fix-6GHz-disabled-by-the-missing-de.patch + patches.suse/wifi-mt76-mt7925-fix-typo-in-mt7925_init_he_caps.patch patches.suse/wifi-iwlwifi-mvm-fix-an-error-code-in-iwl_mvm_mld_ad.patch patches.suse/wifi-mac80211-do-not-pass-AP_VLAN-vif-pointer-to-dri.patch + patches.suse/wifi-cfg80211-fix-CQM-for-non-range-use.patch patches.suse/wifi-cfg80211-lock-wiphy-mutex-for-rfkill-poll.patch + patches.suse/wifi-cfg80211-hold-wiphy-mutex-for-send_interface.patch patches.suse/wifi-avoid-offset-calculation-on-NULL-pointer.patch patches.suse/wifi-mac80211-handle-320-MHz-in-ieee80211_ht_cap_ie_.patch + patches.suse/wifi-cfg80211-add-locked-debugfs-wrappers.patch + patches.suse/wifi-mac80211-use-wiphy-locked-debugfs-helpers-for-a.patch + patches.suse/wifi-mac80211-use-wiphy-locked-debugfs-for-sdata-lin.patch patches.suse/ice-Fix-VF-Reset-paths-when-interface-in-a-failed-ov.patch patches.suse/net-libwx-fix-memory-leak-on-msix-entry.patch patches.suse/net-ravb-Check-return-value-of-reset_control_deasser.patch @@ -16774,6 +18100,7 @@ patches.suse/kprobes-consistent-rcu-api-usage-for-kretprobe-holder.patch patches.suse/rethook-Use-__rcu-pointer-for-rethook-handler.patch patches.suse/x86-xen-fix-percpu-vcpu_info-allocation.patch + patches.suse/xen-events-fix-error-code-in-xen_bind_pirq_msi_to_ir.patch patches.suse/vfio-pds-Fix-mutex-lock-magic-lock-warning patches.suse/vfio-pds-Fix-possible-sleep-while-in-atomic-context patches.suse/vfio-Drop-vfio_file_iommu_group-stub-to-fudge-around-a-KVM-wart @@ -16821,6 +18148,7 @@ patches.suse/octeontx2-af-Fix-mcs-stats-register-address.patch patches.suse/octeontx2-af-Add-missing-mcs-flr-handler-call.patch patches.suse/octeontx2-af-Update-Tx-link-register-range.patch + patches.suse/tcp-do-not-accept-ACK-of-bytes-we-never-sent.patch patches.suse/ice-change-vfs.num_msix_per-to-vf-num_msix.patch patches.suse/ice-Restore-fix-disabling-RX-VLAN-filtering.patch patches.suse/i40e-Fix-unexpected-MFS-warning-message.patch @@ -16851,6 +18179,7 @@ patches.suse/arm64-dts-imx8mp-imx8mq-Add-parkmode-disable-ss-quirk-on-DWC3.patch patches.suse/arm64-dts-freescale-imx8-ss-lsio-Fix-pwm-cells.patch patches.suse/arm64-dts-imx93-correct-mediamix-power.patch + patches.suse/ARM-imx-Check-return-value-of-devm_kasprintf-in-imx_.patch patches.suse/arm64-dts-imx8-apalis-set-wifi-regulator-to-always-on.patch patches.suse/arm64-dts-rockchip-Expand-reg-size-of-vdec-node-for-RK3328.patch patches.suse/arm64-dts-rockchip-Expand-reg-size-of-vdec-node-for-RK3399.patch @@ -16955,6 +18284,7 @@ patches.suse/nvme-pci-Add-sleep-quirk-for-Kingston-drives.patch patches.suse/md-split-MD_RECOVERY_NEEDED-out-of-mddev_resume-b391.patch patches.suse/scsi-be2iscsi-Fix-a-memleak-in-beiscsi_init_wrb_handle.patch + patches.suse/Revert-cifs-reconnect-work-should-have-reference-on-server-struct-.patch patches.suse/perf-metrics-Avoid-segv-if-default-metricgroup-isn-t-set.patch patches.suse/perf-vendor-events-arm64-AmpereOne-Add-missing-DefaultMetricgroupName-fields.patch patches.suse/perf-list-Fix-JSON-segfault-by-setting-the-used-skip_duplicate_pmus-callback.patch @@ -17045,6 +18375,7 @@ patches.suse/stmmac-dwmac-loongson-Make-sure-MDIO-is-initialized-.patch patches.suse/stmmac-dwmac-loongson-drop-useless-check-for-compati.patch patches.suse/vsock-virtio-Fix-unsigned-integer-wrap-around-in-vir.patch + patches.suse/net-prevent-mss-overflow-in-skb_segment.patch patches.suse/dpaa2-switch-fix-size-of-the-dma_unmap.patch patches.suse/dpaa2-switch-do-not-ask-for-MDB-VLAN-and-FDB-replay.patch patches.suse/iavf-Introduce-new-state-machines-for-flow-director.patch @@ -17054,6 +18385,7 @@ patches.suse/net-atlantic-fix-double-free-in-ring-reinit-logic.patch patches.suse/platform-x86-intel-vbtn-Fix-missing-tablet-mode-swit.patch patches.suse/smb-client-fix-OOB-in-receive_encrypted_standard-.patch + patches.suse/smb-client-fix-potential-OOBs-in-smb2_parse_contexts-.patch patches.suse/1946-drm-mediatek-mtk_disp_gamma-Fix-breakage-due-to-merg.patch patches.suse/drm-mediatek-fix-kernel-oops-if-no-crtc-is-found.patch patches.suse/drm-mediatek-Add-spinlock-for-setting-vblank-event-i.patch @@ -17130,6 +18462,7 @@ patches.suse/phy-sunplus-return-negative-error-code-in-sp_usb_phy.patch patches.suse/soundwire-stream-fix-NULL-pointer-dereference-for-mu.patch patches.suse/soundwire-intel_ace2x-fix-AC-timing-setting-for-ACE2.patch + patches.suse/btrfs-do-not-allow-non-subvolume-root-targets-for-sn.patch patches.suse/perf-Fix-perf_event_validate_size-lockdep-splat.patch patches.suse/spi-cadence-revert-Add-SPI-transfer-delays.patch patches.suse/spi-atmel-Fix-clock-issue-when-using-devices-with-di.patch @@ -17185,6 +18518,7 @@ patches.suse/wifi-iwlwifi-pcie-avoid-a-NULL-pointer-dereference.patch patches.suse/wifi-mt76-fix-crash-with-WED-rx-support-enabled.patch patches.suse/wifi-cfg80211-fix-certs-build-to-not-depend-on-file-.patch + patches.suse/net-libwx-fix-memory-leak-on-free-page.patch patches.suse/octeontx2-pf-Fix-graceful-exit-during-PFC-configurat.patch patches.suse/ethernet-atheros-fix-a-memleak-in-atl1e_setup_ring_r.patch patches.suse/net-rose-fix-races-in-rose_kill_by_device.patch @@ -17336,10 +18670,14 @@ patches.suse/ASoC-meson-g12a-tohdmitx-Fix-event-generation-for-S-.patch patches.suse/ALSA-hda-realtek-Fix-mute-and-mic-mute-LEDs-for-HP-P.patch patches.suse/Revert-platform-x86-p2sb-Allow-p2sb_bar-calls-during.patch + patches.suse/x86-csum-Remove-unnecessary-odd-handling.patch + patches.suse/x86-csum-clean-up-csum_partial-further.patch patches.suse/nfc-llcp_core-Hold-a-ref-to-llcp_local-dev-when-hold.patch patches.suse/nfc-Do-not-send-datagram-if-socket-state-isn-t-LLCP_.patch patches.suse/octeontx2-af-Fix-marking-couple-of-structure-as-__pa.patch patches.suse/wifi-iwlwifi-pcie-don-t-synchronize-IRQs-from-IRQ.patch + patches.suse/wifi-mac80211-do-not-re-add-debugfs-entries-during-r.patch + patches.suse/wifi-mac80211-add-remove-driver-debugfs-entries-as-a.patch patches.suse/netfilter-nf_tables-skip-set-commit-for-deleted-dest.patch patches.suse/mlxbf_gige-fix-receive-packet-race-condition.patch patches.suse/r8169-Fix-PCI-error-on-system-resume.patch @@ -17366,6 +18704,7 @@ patches.suse/i40e-Restore-VF-MSI-X-state-during-PCI-reset.patch patches.suse/ice-fix-Get-link-status-data-length.patch patches.suse/igc-Fix-hicredit-calculation.patch + patches.suse/cifs-cifs_chan_is_iface_active-should-be-called-with-chan_lock-held.patch patches.suse/x86-kprobes-fix-incorrect-return-address-calculation-in-kp.patch patches.suse/KVM-x86-pmu-fix-masking-logic-for-MSR_CORE_PERF_GLOBAL_CTRL.patch patches.suse/ARM-sun9i-smp-Fix-array-index-out-of-bounds-read-in-.patch @@ -17397,7 +18736,11 @@ patches.suse/firewire-ohci-suppress-unexpected-system-reboot-in-A.patch patches.suse/mm-fix-unmap_mapping_range-high-bits-shift-bug.patch patches.suse/i2c-core-Fix-atomic-xfer-check-for-non-preempt-confi.patch + patches.suse/asm-generic-make-sparse-happy-with-odd-sized-put_una.patch patches.suse/userns-eliminate-many-kernel-doc-warnings.patch + patches.suse/i915-make-inject_virtual_interrupt-void.patch + patches.suse/fs-pipe-Fix-lockdep-false-positive-in-watchqueue-pipe_write.patch + patches.suse/pipe-wakeup-wr_wait-after-setting-max_usage.patch patches.suse/EDAC-thunderx-Fix-possible-out-of-bounds-string-acce.patch patches.suse/EDAC-mc-Add-support-for-HBM3-memory-type.patch patches.suse/EDAC-amd64-Add-support-for-family-0x19-models-0x90-9f-devi.patch @@ -17419,6 +18762,7 @@ patches.suse/x86-CPU-AMD-Get-rid-of-amd_erratum_1485 patches.suse/x86-CPU-AMD-Drop-now-unused-CPU-erratum-checking-function patches.suse/x86-CPU-AMD-Add-X86_FEATURE_ZEN1 + patches.suse/x86-mce-Mark-fatal-MCE-s-page-as-poison-to-avoid-panic-in-.patch patches.suse/x86-mce-inject-Clear-test-status-value.patch patches.suse/x86-mce-amd-EDAC-mce_amd-Move-long-names-to-decoder-module.patch patches.suse/EDAC-mce_amd-Remove-SMCA-Extended-Error-code-descriptions.patch @@ -17456,8 +18800,11 @@ 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 + patches.suse/x86-boot-Ignore-NMIs-during-very-early-boot.patch patches.suse/x86-Fix-CPUIDLE_FLAG_IRQ_ENABLE-leaking-timer-reprogram.patch patches.suse/cpu-hotplug-Increase-the-number-of-dynamic-states.patch + patches.suse/irqchip-renesas-rzg2l-Implement-restriction-when-wri.patch + patches.suse/irqchip-renesas-rzg2l-Add-macro-to-retrieve-TITSR-re.patch patches.suse/perf-Add-branch-stack-counters.patch patches.suse/perf-x86-Add-PERF_X86_EVENT_NEEDS_BRANCH_STACK-flag.patch patches.suse/perf-Add-branch_sample_call_stack.patch @@ -17485,13 +18832,16 @@ patches.suse/selftests-mm-dont-run-ksm_functional_tests-twice.patch patches.suse/mm-migrate-fix-getting-incorrect-page-mapping-during-page-migration.patch patches.suse/nilfs2-convert-nilfs_page_mkwrite-to-use-a-folio.patch + patches.suse/ida-make-ida_dump-static.patch patches.suse/sched-fair-move-unused-stub-functions-to-header.patch patches.suse/x86-sta2x11-include-header-for-sta2x11_get_instance-protot.patch patches.suse/usb-fsl-mph-dr-of-mark-fsl_usb2_mpc5121_init-static.patch + patches.suse/nilfs2-return-the-mapped-address-from-nilfs_get_page.patch patches.suse/usr-Kconfig-fix-typos-of-its.patch patches.suse/selinux-saner-handling-of-policy-reloads.patch patches.suse/selinux-remove-the-wrong-comment-about-multithreaded.patch patches.suse/selinux-Fix-error-priority-for-bind-with-AF_UNSPEC-o.patch + patches.suse/calipso-fix-memory-leak-in-netlbl_calipso_add_pass.patch patches.suse/KEYS-encrypted-Add-check-for-strsep.patch patches.suse/regulator-core-Only-increment-use_count-when-enable_.patch patches.suse/spi-spi-zynqmp-gqspi-fix-driver-kconfig-dependencies.patch @@ -17505,6 +18855,7 @@ patches.suse/mtd-rawnand-pl353-Fix-kernel-doc.patch patches.suse/mtd-rawnand-rockchip-Rename-a-structure.patch patches.suse/mtd-rawnand-rockchip-Add-missing-title-to-a-kernel-d.patch + patches.suse/device-property-Add-SOFTWARE_NODE-macro-for-defining-software-nodes.patch patches.suse/ACPI-processor-reduce-CPUFREQ-thermal-reduction-pctg-for-Tegra241.patch patches.suse/ACPI-arm64-export-acpi_arch_thermal_cpufreq_pctg.patch patches.suse/ACPI-thermal-Add-Thermal-fast-Sampling-Period-_TFP-support.patch @@ -17515,6 +18866,7 @@ patches.suse/ACPI-extlog-fix-NULL-pointer-dereference-check.patch patches.suse/ACPI-extlog-Clear-Extended-Error-Log-status-when-RAS.patch patches.suse/ACPI-resource-Add-another-DMI-match-for-the-TongFang.patch + patches.suse/ACPI-resource-Add-Infinity-laptops-to-irq1_edge_low_.patch patches.suse/ACPI-NUMA-Fix-the-logic-of-getting-the-fake_pxm-valu.patch patches.suse/ACPI-LPSS-Fix-the-fractional-clock-divider-flags.patch patches.suse/PNP-ACPI-fix-fortify-warning.patch @@ -17528,6 +18880,7 @@ patches.suse/cpuidle-haltpoll-Do-not-enable-interrupts-when-enter.patch patches.suse/cpufreq-scmi-process-the-result-of-devm_of_clk_add_h.patch patches.suse/PM-devfreq-Fix-buffer-overflow-in-trans_stat_show.patch + patches.suse/PM-devfreq-Synchronize-devfreq_monitor_-start-stop.patch patches.suse/PM-hibernate-Enforce-ordering-during-image-compressi.patch patches.suse/async-Split-async_schedule_node_domain.patch patches.suse/async-Introduce-async_schedule_dev_nocall.patch @@ -17542,12 +18895,28 @@ patches.suse/fanotify-store-fsid-in-mark-instead-of-in-connector.patch patches.suse/fanotify-allow-weak-fsid-when-watching-a-single-file.patch patches.suse/xfs-don-t-leak-recovered-attri-intent-items.patch + patches.suse/xfs-use-xfs_defer_pending-objects-to-recover-intent-items.patch + patches.suse/xfs-pass-the-xfs_defer_pending-object-to-iop_recover.patch + patches.suse/xfs-transfer-recovered-intent-item-ownership-in-iop_recover.patch + patches.suse/xfs-make-xchk_iget-safer-in-the-presence-of-corrupt-inode-btrees.patch patches.suse/xfs-remove-unused-fields-from-struct-xbtree_ifakeroot.patch patches.suse/xfs-ensure-logflagsp-is-initialized-in-xfs_bmap_del_extent_real.patch patches.suse/xfs-update-dir3-leaf-block-metadata-after-swap.patch + patches.suse/xfs-recompute-growfsrtfree-transaction-reservation-while-growing-rt-volume.patch patches.suse/xfs-short-circuit-xfs_growfs_data_private-if-delta-is-zero.patch patches.suse/xfs-initialise-di_crc-in-xfs_log_dinode.patch + patches.suse/xfs-force-all-buffers-to-be-written-during-btree-bulk-load.patch patches.suse/xfs-add-missing-nrext64-inode-flag-check-to-scrub.patch + patches.suse/xfs-add-lock-protection-when-remove-perag-from-radix-tree.patch + patches.suse/xfs-fix-perag-leak-when-growfs-fails.patch + patches.suse/btrfs-mark-sanity-checks-when-getting-chunk-map-as-u.patch + patches.suse/btrfs-split-assert-into-two-different-asserts-when-r.patch + patches.suse/btrfs-unexport-extent_map_block_end.patch + patches.suse/btrfs-use-btrfs_next_item-at-scrub.c-find_first_exte.patch + patches.suse/btrfs-use-a-dedicated-data-structure-for-chunk-maps.patch + patches.suse/btrfs-remove-stripe-size-local-variable-from-insert_.patch + patches.suse/fs-indicate-request-originates-from-old-mount-API.patch + patches.suse/btrfs-sysfs-validate-scrub_speed_max-value.patch patches.suse/gfs2-Fix-kernel-NULL-pointer-dereference-in-gfs2_rgrp_dump.patch patches.suse/FS-JFS-UBSAN-array-index-out-of-bounds-in-dbAdjTree.patch patches.suse/UBSAN-array-index-out-of-bounds-in-dtSplitRoot.patch @@ -17564,7 +18933,9 @@ patches.suse/erofs-fix-up-compacted-indexes-for-block-size-4096.patch patches.suse/pstore-ram-Fix-crash-when-setting-number-of-cpus-to-.patch patches.suse/pstore-ram_core-fix-possible-overflow-in-persistent_.patch + patches.suse/pstore-inode-Convert-mutex-usage-to-guard-mutex.patch patches.suse/nvdimm-btt-replace-deprecated-strncpy-with-strscpy-ab7e.patch + patches.suse/crypto-rsa-add-a-check-for-allocation-failure.patch patches.suse/crypto-qat-prevent-underflow-in-rp2srv_store.patch patches.suse/crypto-virtio-Handle-dataq-logic-with-tasklet.patch patches.suse/crypto-qat-add-sysfs_added-flag-for-ras.patch @@ -17601,6 +18972,8 @@ patches.suse/crypto-api-Disallow-identical-driver-names.patch patches.suse/crypto-octeontx2-Fix-cptvf-driver-cleanup.patch patches.suse/crypto-virtio-Wait-for-tasklet-to-complete-on-device.patch + patches.suse/crypto-lib-mpi-Fix-unexpected-pointer-access-in-mpi_.patch + patches.suse/crypto-qat-relocate-and-rename-get_service_enabled.patch patches.suse/crypto-stm32-crc32-fix-parsing-list-of-devices.patch patches.suse/crypto-shash-remove-excess-kerneldoc-members.patch patches.suse/crypto-sahara-handle-zero-length-aes-requests.patch @@ -17610,6 +18983,10 @@ patches.suse/crypto-sahara-fix-processing-hash-requests-with-req-.patch patches.suse/crypto-sahara-do-not-resize-req-src-when-doing-hash-.patch patches.suse/crypto-scomp-fix-req-dst-buffer-overflow.patch + patches.suse/crypto-iaa-Account-for-cpu-less-numa-nodes.patch + patches.suse/ecryptfs-Reject-casefold-directory-inodes.patch + patches.suse/ext4-remove-unnecessary-check-from-alloc_flex_gd.patch + patches.suse/ext4-avoid-online-resizing-failures-due-to-oversized.patch patches.suse/SUNRPC-Fix-a-suspicious-RCU-usage-warning.patch patches.suse/blocklayoutdriver-Fix-reference-leak-of-pnfs_device_.patch patches.suse/NFS-Use-parent-s-objective-cred-in-nfs_access_login_.patch @@ -17713,12 +19090,59 @@ patches.suse/octeon_ep-get-max-rx-packet-length-from-firmware.patch patches.suse/bonding-remove-print-in-bond_verify_device_path.patch patches.suse/msft-hv-2920-net-mana-Add-remaining-GDMA-stats-for-MANA-to-ethtoo.patch + patches.suse/wifi-brcm80211-replace-deprecated-strncpy-with-strsc.patch + patches.suse/wifi-brcmsmac-replace-deprecated-strncpy-with-memcpy.patch + patches.suse/wifi-rtlwifi-cleanup-struct-rtl_hal.patch + patches.suse/wifi-rtlwifi-cleanup-struct-rtl_phy.patch + patches.suse/wifi-rtlwifi-rtl92ee_dm_dynamic_primary_cca_check-fi.patch patches.suse/wifi-rtw89-fix-timeout-calculation-in-rtw89_roc_end.patch + patches.suse/wifi-rtw89-8922ae-add-8922AE-PCI-entry-and-basic-inf.patch + patches.suse/wifi-rtw89-pci-define-PCI-ring-address-for-WiFi-7-ch.patch + patches.suse/wifi-rtw89-pci-add-new-RX-ring-design-to-determine-f.patch + patches.suse/wifi-rtw89-pci-generalize-code-of-PCI-control-DMA-IO.patch + patches.suse/wifi-wilc1000-simplify-remain-on-channel-support.patch + patches.suse/wifi-wilc1000-always-release-SDIO-host-in-wilc_sdio_.patch + patches.suse/wifi-rtw89-set-entry-size-of-address-CAM-to-H2C-fiel.patch + patches.suse/wifi-rtw89-configure-PPDU-max-user-by-chip.patch + patches.suse/wifi-rtw89-consider-RX-info-for-WiFi-7-chips.patch + patches.suse/wifi-rtw89-extend-PHY-status-parser-to-support-WiFi-.patch patches.suse/wifi-plfxlc-check-for-allocation-failure-in-plfxlc_u.patch + patches.suse/wifi-wilc1000-cleanup-struct-wilc_conn_info.patch + patches.suse/wifi-wilc1000-simplify-wilc_scan.patch + patches.suse/wifi-rtw89-pci-add-PCI-generation-information-to-pci.patch + patches.suse/wifi-rtw89-pci-use-gen_def-pointer-to-configure-mac_.patch + patches.suse/wifi-rtw89-pci-implement-PCI-mac_pre_init-for-WiFi-7.patch + patches.suse/wifi-rtw89-pci-add-LTR-v2-for-WiFi-7-chip.patch + patches.suse/wifi-rtw89-pci-implement-PCI-mac_post_init-for-WiFi-.patch + patches.suse/wifi-rtw89-coex-use-struct-assignment-to-replace-mem.patch + patches.suse/wifi-rtw88-simplify-__rtw_tx_work.patch patches.suse/wifi-rtw88-fix-RX-filter-in-FIF_ALLMULTI-flag.patch + patches.suse/wifi-rt2x00-introduce-DMA-busy-check-watchdog-for-rt.patch + patches.suse/wifi-rt2x00-disable-RTS-threshold-for-rt2800-by-defa.patch patches.suse/wifi-rt2x00-restart-beacon-queue-when-hardware-reset.patch patches.suse/wifi-libertas-stop-selecting-wext.patch patches.suse/wifi-rt2x00-correct-wrong-BBP-register-in-RxDCOC-cal.patch + patches.suse/wifi-rtw89-pci-reset-BDRAM-according-to-chip-gen.patch + patches.suse/wifi-rtw89-pci-stop-start-DMA-for-level-1-recovery-a.patch + patches.suse/wifi-rtw89-pci-add-pre_deinit-to-be-called-after-pro.patch + patches.suse/wifi-rtw89-pci-generalize-interrupt-status-bits-of-i.patch + patches.suse/wifi-rtw89-8922ae-add-v2-interrupt-handlers-for-8922.patch + patches.suse/wifi-rtw89-pci-correct-interrupt-mitigation-register.patch + patches.suse/wifi-rtw89-pci-update-interrupt-mitigation-register-.patch + patches.suse/wifi-rtlwifi-simplify-rtl_action_proc-and-rtl_tx_agg.patch + patches.suse/wifi-rtw89-acpi-process-6-GHz-band-policy-from-DSM.patch + patches.suse/wifi-rtw89-regd-handle-policy-of-6-GHz-according-to-.patch + patches.suse/wifi-rtw89-regd-update-regulatory-map-to-R65-R44.patch + patches.suse/wifi-mwifiex-mwifiex_process_sleep_confirm_resp-remo.patch + patches.suse/wifi-rtlwifi-drop-unused-const_amdpci_aspm.patch + patches.suse/wifi-rtw89-8922a-add-8922A-basic-chip-info.patch + patches.suse/wifi-rtw89-mac-use-mac_gen-pointer-to-access-about-e.patch + patches.suse/wifi-rtw89-mac-add-to-access-efuse-for-WiFi-7-chips.patch + patches.suse/wifi-rtw89-8852c-read-RX-gain-offset-from-efuse-for-.patch + patches.suse/wifi-rtw89-8922a-read-efuse-content-via-efuse-map-st.patch + patches.suse/wifi-rtw89-8922a-read-efuse-content-from-physical-ma.patch + patches.suse/wifi-cfg80211-Extend-support-for-scanning-while-MLO-.patch + patches.suse/wifi-mac80211-Extend-support-for-scanning-while-MLO-.patch patches.suse/net-page_pool-factor-out-uninit.patch patches.suse/net-page_pool-id-the-page-pools.patch patches.suse/net-page_pool-record-pools-per-netdev.patch @@ -17763,6 +19187,7 @@ patches.suse/netns-ipv4-reorganize-netns_ipv4-fast-path-variables.patch patches.suse/octeontx2-af-Add-new-mbox-to-support-multicast-mirro.patch patches.suse/octeontx2-pf-TC-flower-offload-support-for-mirror.patch + patches.suse/tcp-Dump-bound-only-sockets-in-inet_diag.patch patches.suse/bnxt_en-Fix-backing-store-V2-logic.patch patches.suse/bnxt_en-Update-firmware-interface-to-1.10.3.15.patch patches.suse/bnxt_en-Define-basic-P7-macros.patch @@ -17813,6 +19238,7 @@ patches.suse/octeontx2-af-cn10k-Increase-outstanding-LMTST-transa.patch patches.suse/ethtool-Implement-ethtool_puts.patch patches.suse/net-Convert-some-ethtool_sprintf-to-ethtool_puts.patch + patches.suse/selftests-net-convert-test_bridge_neigh_suppress.sh-.patch patches.suse/netlink-Return-unsigned-value-for-nla_len.patch patches.suse/net-sysfs-fix-locking-in-carrier-read.patch patches.suse/qlcnic-replace-deprecated-strncpy-with-strscpy.patch @@ -17881,26 +19307,201 @@ patches.suse/msft-hv-2929-hv_netvsc-remove-duplicated-including-of-slab.h.patch patches.suse/page_pool-halve-BIAS_MAX-for-multiple-user-reference.patch patches.suse/octeontx2-af-Add-new-devlink-param-to-configure-maxi.patch + patches.suse/wifi-rt2x00-Simplify-bool-conversion.patch + patches.suse/wifi-rtw88-debug-remove-wrapper-of-rtw_dbg.patch + patches.suse/wifi-rtlwifi-rtl8821ae-phy-remove-some-useless-code.patch patches.suse/wifi-rtlwifi-rtl8821ae-phy-fix-an-undefined-bitwise-.patch + patches.suse/wifi-rtw89-debug-add-to-check-if-debug-mask-is-enabl.patch + patches.suse/wifi-rtw89-phy-dynamically-adjust-EDCCA-threshold.patch + patches.suse/wifi-rtw89-debug-add-debugfs-entry-to-disable-dynami.patch + patches.suse/wifi-rtw89-debug-remove-wrapper-of-rtw89_debug.patch + patches.suse/wifi-iwlwifi-fw-replace-deprecated-strncpy-with-strs.patch + patches.suse/wifi-rtw89-8922a-extend-and-add-quota-number.patch + patches.suse/wifi-rtw89-mac-add-to-get-DLE-reserved-quota.patch + patches.suse/wifi-rtw89-add-reserved-size-as-factor-of-DLE-used-s.patch + patches.suse/wifi-rtw89-refine-element-naming-used-by-queue-empty.patch + patches.suse/wifi-rtw89-mac-check-queue-empty-according-to-chip-g.patch + patches.suse/wifi-rtw89-mac-move-code-related-to-hardware-engine-.patch + patches.suse/wifi-rtw89-mac-use-pointer-to-access-functions-of-ha.patch + patches.suse/wifi-rtw89-mac-functions-to-configure-hardware-engin.patch patches.suse/wifi-rtw88-sdio-Honor-the-host-max_req_size-in-the-R.patch patches.suse/wifi-rtlwifi-Remove-bogus-and-dangerous-ASPM-disable.patch patches.suse/wifi-rtlwifi-Convert-LNKCTL-change-to-PCIe-cap-RMW-a.patch + patches.suse/wifi-rtlwifi-Convert-to-use-PCIe-capability-accessor.patch + patches.suse/wifi-rtlwifi-rtl8821ae-Remove-unnecessary-PME_Status.patch + patches.suse/wifi-rtlwifi-rtl8821ae-Reverse-PM-Capability-exists-.patch + patches.suse/wifi-rtlwifi-rtl8821ae-Use-pci_find_capability.patch + patches.suse/wifi-rtlwifi-rtl8821ae-Add-pdev-into-_rtl8821ae_clea.patch + patches.suse/wifi-rtlwifi-rtl8821ae-Access-full-PMCS-reg-and-use-.patch + patches.suse/wifi-rtlwifi-Remove-unused-PCI-related-defines-and-s.patch + patches.suse/wifi-rtlwifi-Remove-bridge-vendor-device-ids.patch + patches.suse/wifi-rt2x00-make-watchdog-param-per-device.patch + patches.suse/wifi-rtw89-fix-not-entering-PS-mode-after-AP-stops.patch + patches.suse/wifi-rtw89-Refine-active-scan-behavior-in-6-GHz.patch + patches.suse/wifi-rtw89-refine-remain-on-channel-flow-to-improve-.patch + patches.suse/wifi-rtw89-fix-misbehavior-of-TX-beacon-in-concurren.patch + patches.suse/wifi-nl80211-refactor-nl80211_send_mlme_event-argume.patch + patches.suse/wifi-cfg80211-make-RX-assoc-data-const.patch + patches.suse/wifi-rtw89-8922a-configure-CRASH_TRIGGER-FW-feature.patch + patches.suse/wifi-rtw89-fw-extend-program-counter-dump-for-Wi-Fi-.patch + patches.suse/wifi-rtw89-8922a-add-SER-IMR-tables.patch + patches.suse/wifi-rtw89-8922a-dump-MAC-registers-when-SER-occurs.patch + patches.suse/wifi-rtw89-mac-refine-SER-setting-during-WiFi-CPU-po.patch + patches.suse/wifi-cfg80211-expose-nl80211_chan_width_to_mhz-for-w.patch + patches.suse/wifi-mac80211-cleanup-airtime-arithmetic-with-ieee80.patch + patches.suse/wifi-nl80211-Extend-del-pmksa-support-for-SAE-and-OW.patch + patches.suse/wifi-iwlwifi-mvm-Use-the-link-ID-provided-in-scan-re.patch + patches.suse/wifi-iwlwifi-mvm-Correctly-report-TSF-data-in-scan-c.patch patches.suse/wifi-iwlwifi-don-t-support-triggered-EHT-CQI-feedbac.patch + patches.suse/wifi-iwlwifi-refactor-RX-tracing.patch + patches.suse/wifi-iwlwifi-mvm-add-a-debugfs-hook-to-clear-the-mon.patch + patches.suse/wifi-iwlwifi-pcie-clean-up-device-removal-work.patch + patches.suse/wifi-iwlwifi-pcie-dump-CSRs-before-removal.patch + patches.suse/wifi-iwlwifi-pcie-get_crf_id-can-be-void.patch + patches.suse/wifi-iwlwifi-fw-file-don-t-use-0-for-variable-arrays.patch + patches.suse/wifi-iwlwifi-remove-async-command-callback.patch + patches.suse/wifi-iwlwifi-mvm-do-not-send-STA_DISABLE_TX_CMD-for-.patch + patches.suse/wifi-cfg80211-add-BSS-usage-reporting.patch + patches.suse/wifi-mac80211-update-some-locking-documentation.patch + patches.suse/wifi-cfg80211-Add-support-for-setting-TID-to-link-ma.patch + patches.suse/wifi-mac80211-add-a-flag-to-disallow-puncturing.patch + patches.suse/wifi-mac80211-Replace-ENOTSUPP-with-EOPNOTSUPP.patch + patches.suse/wifi-cfg80211-Replace-ENOTSUPP-with-EOPNOTSUPP.patch + patches.suse/wifi-cfg80211-generate-an-ML-element-for-per-STA-pro.patch + patches.suse/wifi-cfg80211-consume-both-probe-response-and-beacon.patch + patches.suse/wifi-mac80211-don-t-set-ESS-capab-bit-in-assoc-reque.patch + patches.suse/wifi-mac80211-drop-spurious-WARN_ON-in-ieee80211_ibs.patch + patches.suse/wifi-mt76-add-ability-to-explicitly-forbid-LED-regis.patch + patches.suse/wifi-mt76-mt7921-support-5.9-6GHz-channel-config-in-.patch + patches.suse/wifi-mt76-mt7996-fix-uninitialized-variable-in-parsi.patch patches.suse/wifi-mt76-fix-broken-precal-loading-from-MTD-for-mt7.patch + patches.suse/wifi-mt76-fix-typo-in-mt76_get_of_eeprom_from_nvmem-.patch + patches.suse/wifi-mt76-limit-support-of-precal-loading-for-mt7915.patch + patches.suse/wifi-mt76-make-mt76_get_of_eeprom-static-again.patch + patches.suse/wifi-mt76-permit-to-use-alternative-cell-name-to-eep.patch + patches.suse/wifi-mt76-permit-to-load-precal-from-NVMEM-cell-for-.patch + patches.suse/wifi-mt76-Remove-unnecessary-void-conversions.patch + patches.suse/wifi-mt76-mmio-move-mt76_mmio_wed_-init-release-_rx_.patch + patches.suse/wifi-mt76-move-mt76_mmio_wed_offload_-enable-disable.patch + patches.suse/wifi-mt76-move-mt76_net_setup_tc-in-common-code.patch + patches.suse/wifi-mt76-introduce-mt76_queue_is_wed_tx_free-utilit.patch + patches.suse/wifi-mt76-introduce-wed-pointer-in-mt76_queue.patch + patches.suse/wifi-mt76-increase-MT_QFLAG_WED_TYPE-size.patch + patches.suse/wifi-mt76-dma-introduce-__mt76_dma_queue_reset-utili.patch + patches.suse/wifi-mt76-mt7996-use-u16-for-val-field-in-mt7996_mcu.patch + patches.suse/wifi-mt76-move-wed-reset-common-code-in-mt76-module.patch patches.suse/wifi-mt76-mt7915-fallback-to-non-wed-mode-if-platfor.patch + patches.suse/wifi-mt76-mt7996-add-support-for-variants-with-auxil.patch + patches.suse/wifi-mt76-mt7996-add-TX-statistics-for-EHT-mode-in-d.patch + patches.suse/wifi-mt76-connac-add-thermal-protection-support-for-.patch + patches.suse/wifi-mt76-mt7996-add-thermal-sensor-device-support.patch + patches.suse/wifi-mt76-connac-add-beacon-duplicate-TX-mode-suppor.patch patches.suse/wifi-mt76-mt7996-fix-the-size-of-struct-bss_rate_tlv.patch + patches.suse/wifi-mt76-mt7996-adjust-WFDMA-settings-to-improve-pe.patch + patches.suse/wifi-mt76-connac-set-fixed_bw-bit-in-TX-descriptor-f.patch + patches.suse/wifi-mt76-mt7996-handle-IEEE80211_RC_SMPS_CHANGED.patch + patches.suse/wifi-mt76-mt7996-align-the-format-of-fixed-rate-comm.patch patches.suse/wifi-mt76-mt7996-fix-rate-usage-of-inband-discovery-.patch + patches.suse/wifi-mt76-change-txpower-init-to-per-phy.patch + patches.suse/wifi-mt76-mt7996-add-txpower-setting-support.patch + patches.suse/wifi-mt76-use-chainmask-for-power-delta-calculation.patch + patches.suse/wifi-mt76-mt7996-switch-to-mcu-command-for-TX-GI-rep.patch + patches.suse/wifi-mt76-mt7996-fix-alignment-of-sta-info-event.patch + patches.suse/wifi-mt76-mt7996-rework-ampdu-params-setting.patch + patches.suse/wifi-mt76-connac-add-beacon-protection-support-for-m.patch patches.suse/wifi-mt76-connac-fix-EHT-phy-mode-check.patch + patches.suse/wifi-mt76-mt7915-fix-EEPROM-offset-of-TSSI-flag-on-M.patch + patches.suse/wifi-mt76-mt7915-also-MT7981-is-3T3R-but-nss2-on-5-G.patch + patches.suse/wifi-mt76-mt7996-fix-mt7996_mcu_all_sta_info_event-s.patch + patches.suse/wifi-mt76-mt7996-introduce-mt7996_band_valid.patch + patches.suse/wifi-mt76-connac-add-firmware-support-for-mt7992.patch + patches.suse/wifi-mt76-mt7996-add-DMA-support-for-mt7992.patch + patches.suse/wifi-mt76-mt7996-rework-register-offsets-for-mt7992.patch + patches.suse/wifi-mt76-mt7996-support-mt7992-eeprom-loading.patch + patches.suse/wifi-mt76-mt7996-adjust-interface-num-and-wtbl-size-.patch + patches.suse/wifi-mt76-connac-add-new-definition-of-tx-descriptor.patch patches.suse/wifi-mt76-mt7996-add-PCI-IDs-for-mt7992.patch + patches.suse/wifi-mt76-mt7925-remove-iftype-from-mt7925_init_eht_.patch + patches.suse/wifi-mt76-Convert-to-platform-remove-callback-return.patch patches.suse/wifi-mt76-mt7921s-fix-workqueue-problem-causes-STA-a.patch + patches.suse/wifi-mt76-mt7996-set-DMA-mask-to-36-bits-for-boards-.patch + patches.suse/wifi-mt76-mt7921-reduce-the-size-of-MCU-firmware-dow.patch patches.suse/wifi-mt76-mt7921-fix-country-count-limitation-for-CL.patch + patches.suse/wifi-mt76-mt7921-fix-CLC-command-timeout-when-suspen.patch + patches.suse/wifi-mt76-mt7921-fix-wrong-6Ghz-power-type.patch + patches.suse/wifi-rtw89-avoid-stringop-overflow-warning.patch patches.suse/wifi-wfx-fix-possible-NULL-pointer-dereference-in-wf.patch + patches.suse/wifi-rtw88-Use-random-MAC-when-efuse-MAC-invalid.patch + patches.suse/wifi-cfg80211-sort-certificates-in-build.patch + patches.suse/wifi-cfg80211-fix-spelling-punctutation.patch + patches.suse/wifi-mac80211-rx.c-fix-sentence-grammar.patch + patches.suse/wifi-mac80211-sta_info.c-fix-sentence-grammar.patch patches.suse/wifi-mwifiex-add-extra-delay-for-firmware-ready.patch patches.suse/wifi-mwifiex-configure-BSSID-consistently-when-start.patch + patches.suse/wifi-rtw89-fw-load-TX-power-track-tables-from-fw_ele.patch + patches.suse/wifi-rtw89-fw-add-version-field-to-BB-MCU-firmware-e.patch + patches.suse/wifi-rtw89-load-RFK-log-format-string-from-firmware-.patch + patches.suse/wifi-rtw89-add-C2H-event-handlers-of-RFK-log-and-rep.patch + patches.suse/wifi-rtw89-parse-and-print-out-RFK-log-from-C2H-even.patch + patches.suse/wifi-rtw89-phy-print-out-RFK-log-with-formatted-stri.patch + patches.suse/wifi-rtw89-add-XTAL-SI-for-WiFi-7-chips.patch + patches.suse/wifi-rtw89-8922a-add-power-on-off-functions.patch + patches.suse/wifi-rtw89-mac-add-flags-to-check-if-CMAC-and-DMAC-a.patch + patches.suse/wifi-rtw89-mac-add-suffix-_ax-to-MAC-functions.patch + patches.suse/wifi-rtw89-add-DBCC-H2C-to-notify-firmware-the-statu.patch + patches.suse/wifi-rtw89-only-reset-BB-RF-for-existing-WiFi-6-chip.patch + patches.suse/wifi-rt2x00-remove-useless-code-in-rt2x00queue_creat.patch + patches.suse/wifi-mt76-mt7996-Use-DECLARE_FLEX_ARRAY-and-fix-Warr.patch + patches.suse/wifi-ath12k-drop-NULL-pointer-check-in-ath12k_update.patch + patches.suse/wifi-ath10k-replace-deprecated-strncpy-with-memcpy.patch patches.suse/wifi-ath11k-Defer-on-rproc_get-failure.patch + patches.suse/wifi-ath11k-Remove-unneeded-semicolon.patch + patches.suse/wifi-ath10k-simplify-__ath10k_htt_tx_txq_recalc.patch + patches.suse/wifi-ath10k-Remove-unused-struct-ath10k_htc_frame.patch + patches.suse/wifi-ath11k-Remove-struct-ath11k-ops.patch + patches.suse/wifi-ath12k-Remove-struct-ath12k-ops.patch + patches.suse/wifi-ath11k-Remove-obsolete-struct-wmi_peer_flags_ma.patch + patches.suse/wifi-ath12k-Remove-obsolete-struct-wmi_peer_flags_ma.patch + patches.suse/wifi-ath11k-Consolidate-WMI-peer-flags.patch + patches.suse/wifi-ath12k-Consolidate-WMI-peer-flags.patch + patches.suse/wifi-ath11k-use-select-for-CRYPTO_MICHAEL_MIC.patch + patches.suse/wifi-ath12k-use-select-for-CRYPTO_MICHAEL_MIC.patch + patches.suse/wifi-ath12k-fix-the-error-handler-of-rfkill-config.patch + patches.suse/wifi-ath12k-avoid-explicit-mac-id-argument-in-Rxdma-.patch + patches.suse/wifi-ath12k-avoid-explicit-RBM-id-argument-in-Rxdma-.patch + patches.suse/wifi-ath12k-avoid-explicit-HW-conversion-argument-in.patch + patches.suse/wifi-ath12k-refactor-DP-Rxdma-ring-structure.patch + patches.suse/wifi-ath9k-Remove-unnecessary-void-conversions.patch patches.suse/wifi-ath9k-Fix-potential-array-index-out-of-bounds-r.patch + patches.suse/wifi-ath12k-Update-Qualcomm-Innovation-Center-Inc.-c.patch + patches.suse/wifi-ath11k-Update-Qualcomm-Innovation-Center-Inc.-c.patch + patches.suse/wifi-ath10k-Update-Qualcomm-Innovation-Center-Inc.-c.patch + patches.suse/wifi-ath10k-remove-ath10k_htc_record-pauload.patch + patches.suse/wifi-ath10k-Use-DECLARE_FLEX_ARRAY-for-ath10k_htc_re.patch + patches.suse/wifi-ath11k-remove-ath11k_htc_record-pauload.patch patches.suse/wifi-ath11k-fix-race-due-to-setting-ATH11K_FLAG_EXT_.patch + patches.suse/wifi-ath11k-Convert-to-platform-remove-callback-retu.patch + patches.suse/wifi-ath12k-add-320-MHz-bandwidth-enums.patch + patches.suse/wifi-ath12k-Optimize-the-mac80211-hw-data-access.patch + patches.suse/wifi-ath12k-avoid-repeated-hw-access-from-ar.patch + patches.suse/wifi-ath5k-Convert-to-platform-remove-callback-retur.patch + patches.suse/wifi-wcn36xx-Convert-to-platform-remove-callback-ret.patch + patches.suse/wifi-ath12k-get-msi_data-again-after-request_irq-is-.patch + patches.suse/wifi-ath12k-add-CE-and-ext-IRQ-flag-to-indicate-irq_.patch + patches.suse/wifi-ath12k-use-ATH12K_PCI_IRQ_DP_OFFSET-for-DP-IRQ.patch + patches.suse/wifi-ath12k-refactor-multiple-MSI-vector-implementat.patch + patches.suse/wifi-ath12k-add-support-one-MSI-vector.patch + patches.suse/wifi-ath12k-do-not-restore-ASPM-in-case-of-single-MS.patch + patches.suse/wifi-ath12k-set-IRQ-affinity-to-CPU0-in-case-of-one-.patch patches.suse/wifi-ath12k-fix-and-enable-AP-mode-for-WCN7850.patch + patches.suse/wifi-ath12k-avoid-repeated-wiphy-access-from-hw.patch + patches.suse/wifi-ath10k-add-support-to-allow-broadcast-action-fr.patch + patches.suse/wifi-ath5k-remove-unused-ath5k_eeprom_info-ee_antenn.patch + patches.suse/wifi-ath11k-Fix-ath11k_htc_record-flexible-record.patch + patches.suse/wifi-ath12k-fix-the-issue-that-the-multicast-broadca.patch + patches.suse/wifi-ath9k-reset-survey-of-current-channel-after-a-s.patch + patches.suse/Revert-wifi-ath12k-use-ATH12K_PCI_IRQ_DP_OFFSET-for-.patch + patches.suse/wifi-ath11k-workaround-too-long-expansion-sparse-war.patch patches.suse/bpf-Minor-logging-improvement.patch patches.suse/bpf-Check-rcu_read_lock_trace_held-before-calling-bp.patch patches.suse/bpf-Add-map-and-need_defer-parameters-to-.map_fd_put.patch @@ -17960,6 +19561,7 @@ patches.suse/idpf-refactor-some-missing-field-get-prep-conversion.patch patches.suse/octeontx2-af-Fix-a-double-free-issue.patch patches.suse/selftests-net-convert-pmtu.sh-to-run-it-in-unique-na.patch + patches.suse/net-sched-act_mirred-Create-function-tcf_mirred_to_d.patch patches.suse/net-mlx5e-Use-the-correct-lag-ports-number-when-crea.patch patches.suse/net-mlx5-Fix-query-of-sd_group-field.patch patches.suse/net-mlx5-SD-Introduce-SD-lib.patch @@ -17977,8 +19579,25 @@ patches.suse/net-mlx5-Implement-management-PF-Ethernet-profile.patch patches.suse/bpf-Use-c-unit_size-to-select-target-cache-during-fr.patch patches.suse/net-device-move-gso_partial_features-to-net_device_r.patch + patches.suse/wifi-rtw89-mac-add-sys_init-and-filter-option-for-Wi.patch + patches.suse/wifi-rtw89-mac-implement-to-configure-TX-RX-engines-.patch patches.suse/wifi-rtl8xxxu-Add-additional-USB-IDs-for-RTL8192EU-d.patch + patches.suse/wifi-cfg80211-introduce-cfg80211_ssid_eq.patch + patches.suse/wifi-mwifiex-use-cfg80211_ssid_eq-instead-of-mwifiex.patch + patches.suse/wifi-rtw88-use-cfg80211_ssid_eq-instead-of-rtw_ssid_.patch + patches.suse/wifi-rtw89-coex-Fix-wrong-Wi-Fi-role-info-and-FDDT-p.patch + patches.suse/wifi-rtw89-coex-Record-down-Wi-Fi-initial-mode-infor.patch + patches.suse/wifi-rtw89-coex-Add-Pre-AGC-control-to-enhance-Wi-Fi.patch + patches.suse/wifi-rtw89-coex-Update-BTG-control-related-logic.patch + patches.suse/wifi-rtw89-coex-Still-show-hardware-grant-signal-inf.patch + patches.suse/wifi-rtw89-coex-Update-coexistence-policy-for-Wi-Fi-.patch + patches.suse/wifi-rtw89-coex-Set-Bluetooth-scan-low-priority-when.patch + patches.suse/wifi-rtw89-coex-Add-Bluetooth-RSSI-level-information.patch + patches.suse/wifi-rtw89-coex-Update-RF-parameter-control-setting-.patch + patches.suse/wifi-rtw89-coex-Translate-antenna-configuration-from.patch + patches.suse/wifi-rtw89-coex-To-improve-Wi-Fi-performance-while-B.patch patches.suse/wifi-rtlwifi-add-calculate_bit_shift.patch + patches.suse/wifi-rtlwifi-rtl8821ae-phy-using-calculate_bit_shift.patch patches.suse/wifi-rtlwifi-rtl8188ee-phy-using-calculate_bit_shift.patch patches.suse/wifi-rtlwifi-rtl8192c-using-calculate_bit_shift.patch patches.suse/wifi-rtlwifi-rtl8192cu-using-calculate_bit_shift.patch @@ -17989,11 +19608,34 @@ patches.suse/wifi-rtlwifi-rtl8723_common-using-calculate_bit_shif.patch patches.suse/wifi-rtlwifi-rtl8723-be-ae-using-calculate_bit_shift.patch patches.suse/wifi-mwifiex-fix-uninitialized-firmware_stat.patch + patches.suse/wifi-cfg80211-address-several-kerneldoc-warnings.patch + patches.suse/wifi-mac80211-address-some-kerneldoc-warnings.patch + patches.suse/wifi-mac80211-Skip-association-timeout-update-after-.patch + patches.suse/wifi-cfg80211-reg-Support-P2P-operation-on-DFS-chann.patch + patches.suse/wifi-cfg80211-Schedule-regulatory-check-on-BSS-STA-c.patch + patches.suse/wifi-mac80211-Schedule-regulatory-channels-check-on-.patch + patches.suse/wifi-cfg80211-handle-UHB-AP-and-STA-power-type.patch + patches.suse/wifi-mac80211-rework-RX-timestamp-flags.patch + patches.suse/wifi-mac80211-allow-64-bit-radiotap-timestamps.patch patches.suse/wifi-cfg80211-free-beacon_ies-when-overridden-from-h.patch + patches.suse/wifi-cfg80211-ensure-cfg80211_bss_update-frees-IEs-o.patch + patches.suse/wifi-cfg80211-avoid-double-free-if-updating-BSS-fail.patch + patches.suse/wifi-mac80211-fix-advertised-TTLM-scheduling.patch + patches.suse/wifi-mac80211-add-a-driver-callback-to-check-active_.patch patches.suse/wifi-iwlwifi-mvm-set-siso-mimo-chains-to-1-in-FW-SMP.patch + patches.suse/wifi-iwlwifi-mvm-Allow-DFS-concurrent-operation.patch + patches.suse/wifi-iwlwifi-Don-t-mark-DFS-channels-as-NO-IR.patch patches.suse/wifi-iwlwifi-mvm-send-TX-path-flush-in-rfkill.patch + patches.suse/wifi-iwlwifi-mvm-d3-avoid-intermediate-early-mutex-u.patch + patches.suse/wifi-iwlwifi-mvm-Do-not-warn-if-valid-link-pair-was-.patch patches.suse/wifi-iwlwifi-fix-out-of-bound-copy_from_user.patch patches.suse/wifi-iwlwifi-assign-phy_ctxt-before-eSR-activation.patch + patches.suse/wifi-iwlwifi-cleanup-BT-Shared-Single-Antenna-code.patch + patches.suse/wifi-iwlwifi-Add-rf_mapping-of-new-wifi7-devices.patch + patches.suse/wifi-iwlwifi-mvm-add-US-Canada-MCC-to-API.patch + patches.suse/wifi-iwlwifi-mvm-disallow-puncturing-in-US-Canada.patch + patches.suse/wifi-iwlwifi-mvm-use-the-new-command-to-clear-the-in.patch + patches.suse/wifi-iwlwifi-replace-ENOTSUPP-with-EOPNOTSUPP.patch patches.suse/Bluetooth-qca-Set-both-WIDEBAND_SPEECH-and-LE_STATES.patch patches.suse/Bluetooth-Fix-bogus-check-for-re-auth-no-supported-w.patch patches.suse/Bluetooth-ISO-Avoid-creating-child-socket-if-PA-sync.patch @@ -18021,6 +19663,9 @@ patches.suse/net-ethtool-Fix-symmetric-xor-RSS-RX-flow-hash-check.patch patches.suse/selftests-net-change-shebang-to-bash-to-support-sour.patch patches.suse/octeontx2-af-Fix-max-NPC-MCAM-entry-check-while-vali.patch + patches.suse/net-ena-Move-XDP-code-to-its-new-files.patch + patches.suse/net-ena-Pass-ena_adapter-instead-of-net_device-to-en.patch + patches.suse/net-ena-Use-tx_ring-instead-of-xdp_ring-for-XDP-chan.patch patches.suse/ixgbe-report-link-state-for-VF-devices.patch patches.suse/ixgbe-Refactor-overtemp-event-handling.patch patches.suse/ixgbe-Refactor-returning-internal-error-codes.patch @@ -18037,8 +19682,11 @@ patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch patches.suse/bnxt_en-Fix-compile-error-without-CONFIG_RFS_ACCEL.patch patches.suse/wifi-cfg80211-fix-RCU-dereference-in-__cfg80211_bss_.patch + patches.suse/wifi-mac80211-fix-spelling-typo-in-comment.patch + patches.suse/wifi-cfg80211-Update-the-default-DSCP-to-UP-mapping.patch patches.suse/wifi-cfg80211-correct-comment-about-MLD-ID.patch patches.suse/wifi-cfg80211-parse-all-ML-elements-in-an-ML-probe-r.patch + patches.suse/wifi-mac80211-remove-redundant-ML-element-check.patch patches.suse/net-dsa-qca8k-put-MDIO-bus-OF-node-on-qca8k_mdio_reg.patch patches.suse/dpll-expose-fractional-frequency-offset-value-to-use.patch patches.suse/net-mlx5-DPLL-Use-struct-to-get-values-from-mlx5_dpl.patch @@ -18054,6 +19702,7 @@ patches.suse/bnxt_en-Fix-RCU-locking-for-ntuple-filters-in-bnxt_r.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 patches.suse/net-ethernet-cortina-Drop-TSO-support.patch patches.suse/arm64-dts-hisilicon-hikey970-pmic-fix-regulator-cells-properties.patch patches.suse/arm64-dts-imx8mm-Reduce-GPU-to-nominal-speed.patch @@ -18080,12 +19729,18 @@ patches.suse/bus-moxtet-Add-spi-device-table.patch patches.suse/ARM-davinci-always-select-CONFIG_CPU_ARM926T.patch patches.suse/dma-mapping-clear-dev-dma_mem-to-NULL-after-freeing-.patch + patches.suse/block-bio-integrity-directly-map-user-buffers.patch + patches.suse/nvme-use-bio_integrity_map_user.patch + patches.suse/iouring-remove-IORING_URING_CMD_POLLED.patch + patches.suse/io_uring-remove-uring_cmd-cookie.patch patches.suse/md-bypass-block-throttle-for-superblock-update-d6e0.patch patches.suse/md-remove-flag-RemoveSynchronized-c891.patch patches.suse/md-raid10-remove-rcu-protection-to-access-rdev-from--a448.patch patches.suse/md-raid1-remove-rcu-protection-to-access-rdev-from-c-2d32.patch patches.suse/md-raid5-remove-rcu-protection-to-access-rdev-from-c-ad86.patch patches.suse/md-synchronize-flush-io-with-array-reconfiguration-fa2b.patch + patches.suse/block-rnbd-srv-Check-for-unlikely-string-overflow.patch + patches.suse/block-add-check-that-partition-length-needs-to-be-al-6f64.patch patches.suse/md-raid1-remove-unnecessary-null-checking-af14.patch patches.suse/md-Whenassemble-the-array-consult-the-superblock-of--dc1c.patch patches.suse/virtio_blk-remove-the-broken-zone-revalidation-suppo.patch @@ -18094,6 +19749,8 @@ patches.suse/blk-cgroup-fix-rcu-lockdep-warning-in-blkg_lookup.patch patches.suse/io_uring-don-t-check-iopoll-if-request-completes.patch patches.suse/io_uring-optimise-ltimeout-for-inline-execution.patch + patches.suse/io_uring-unix-drop-usage-of-io_uring-socket.patch + patches.suse/io_uring-drop-any-code-related-to-SCM_RIGHTS.patch patches.suse/io_uring-rw-ensure-io-bytes_done-is-always-initializ.patch patches.suse/io_uring-ensure-local-task_work-is-run-on-wait-timeo.patch patches.suse/scsi-mpt3sas-Use-flexible-arrays-when-obviously-poss.patch @@ -18173,6 +19830,7 @@ patches.suse/rename-fix-the-locking-of-subdirectories.patch patches.suse/kill-lock_two_inodes.patch patches.suse/rename-avoid-a-deadlock-in-the-case-of-parents-havin.patch + patches.suse/fast_dput-handle-underflows-gracefully.patch patches.suse/drm-panel-edp-Add-AUO-B116XTN02-BOE-NT116WHM-N21-836.patch patches.suse/Revert-drm-tidss-Annotate-dma-fence-critical-section.patch patches.suse/Revert-drm-omapdrm-Annotate-dma-fence-critical-secti.patch @@ -18186,6 +19844,7 @@ patches.suse/drm-bridge-tpd12s015-Drop-buggy-__exit-annotation-fo.patch patches.suse/drm-tilcdc-Fix-irq-free-on-unload.patch patches.suse/drm-i915-display-Move-releasing-gem-object-away-from.patch + patches.suse/drm-i915-Use-named-initializers-for-DPLL-info.patch patches.suse/drm-dp_mst-Fix-fractional-DSC-bpp-handling.patch patches.suse/drm-amd-display-Fix-a-debugfs-null-pointer-error.patch patches.suse/drm-amd-display-update-pixel-clock-params-after-stre.patch @@ -18195,6 +19854,8 @@ patches.suse/drm-radeon-r100-Fix-integer-overflow-issues-in-r100_.patch patches.suse/drm-radeon-check-return-value-of-radeon_ring_lock.patch patches.suse/drm-amd-display-Fix-NULL-pointer-dereference-at-hibe.patch + patches.suse/drm-i915-Stop-printing-pipe-name-as-hex.patch + patches.suse/drm-i915-display-Use-i915_gem_object_get_dma_address.patch patches.suse/drm-Disable-the-cursor-plane-on-atomic-contexts-with.patch patches.suse/drm-Allow-drivers-to-indicate-the-damage-helpers-to-.patch patches.suse/drm-virtio-Disable-damage-clipping-if-FB-changed-sin.patch @@ -18226,6 +19887,7 @@ patches.suse/drm-amd-display-Pass-pwrseq-inst-for-backlight-and-A.patch patches.suse/drm-amd-display-Fix-MST-PBN-X.Y-value-calculations.patch patches.suse/drm-amd-display-Fix-disable_otg_wa-logic.patch + patches.suse/drm-amd-display-Add-dml2-copy-functions.patch patches.suse/drm-amd-display-Fix-Replay-Desync-Error-IRQ-handler.patch patches.suse/drm-amd-display-add-support-for-DTO-genarated-dscclk.patch patches.suse/drm-amd-display-Return-drm_connector-from-find_first.patch @@ -18257,6 +19919,7 @@ patches.suse/drm-msm-dsi-Use-pm_runtime_resume_and_get-to-prevent.patch patches.suse/drm-msm-dsi-Enable-runtime-PM.patch patches.suse/drm-msm-dpu-populate-SSPP-scaler-block-version.patch + patches.suse/drm-msm-dpu-use-devres-managed-allocation-for-MDP-TO.patch patches.suse/drm-msm-dpu-correct-clk-bit-for-WB2-block.patch patches.suse/drm-msm-dp-Add-DisplayPort-controller-for-SM8650.patch patches.suse/drm-msm-adreno-Fix-A680-chip-id.patch @@ -18308,6 +19971,10 @@ patches.suse/ALSA-hda-cs35l41-Support-additional-Dell-models-with.patch patches.suse/ALSA-hda-cs35l41-Prevent-firmware-load-if-SPI-speed-.patch patches.suse/ALSA-hda-realtek-Add-quirks-for-Dell-models.patch + patches.suse/ALSA-scarlett2-Add-missing-error-check-to-scarlett2_-5f6ff69.patch + patches.suse/ALSA-scarlett2-Add-missing-error-check-to-scarlett2_.patch + patches.suse/ALSA-scarlett2-Add-missing-error-checks-to-_ctl_get.patch + patches.suse/ALSA-scarlett2-Add-clamp-in-scarlett2_mixer_ctl_put.patch patches.suse/ALSA-hda-tas2781-configure-the-amp-after-firmware-lo.patch patches.suse/ALSA-hda-realtek-enable-SND_PCI_QUIRK-for-Lenovo-Leg.patch patches.suse/ALSA-hda-Add-driver-properties-for-cs35l41-for-Lenov.patch @@ -18317,6 +19984,7 @@ patches.suse/ALSA-hda-tas2781-add-fixup-for-Lenovo-14ARB7.patch patches.suse/ALSA-hda-cs35l41-Support-more-HP-models-without-_DSD.patch patches.suse/ASoC-doc-Fix-undefined-SND_SOC_DAPM_NOPM-argument.patch + patches.suse/ASoC-SOF-Intel-mtl-call-dsp-dump-when-boot-retry-fai.patch patches.suse/ASoC-cs35l33-Fix-GPIO-name-and-drop-legacy-include.patch patches.suse/ASoC-Intel-glk_rt5682_max98357a-fix-board-id-mismatc.patch patches.suse/ASoC-Intel-sof_sdw_rt_sdca_jack_common-ctx-headset_c.patch @@ -18344,6 +20012,8 @@ patches.suse/watchdog-it87_wdt-Keep-WDTCTRL-bit-3-unmodified-for-.patch patches.suse/gpio-sysfs-fix-forward-declaration-of-struct-gpio_de.patch patches.suse/gpio-xilinx-remove-excess-kernel-doc.patch + patches.suse/device-property-Implement-device_is_big_endian.patch + patches.suse/gpiolib-cdev-relocate-debounce_period_us-from-struct.patch patches.suse/clk-renesas-rzg2l-cpg-Reuse-code-in-rzg2l_cpg_reset.patch patches.suse/clk-renesas-rzg2l-Check-reset-monitor-registers.patch patches.suse/clk-sp7021-fix-return-value-check-in-sp7021_clk_prob.patch @@ -18432,6 +20102,8 @@ patches.suse/mmc-mmc_spi-remove-custom-DMA-mapped-buffers.patch patches.suse/mmc-sdhci_am654-Fix-TI-SoC-dependencies.patch patches.suse/mmc-sdhci_omap-Fix-TI-SoC-dependencies.patch + patches.suse/mmc-core-Add-HS400-tuning-in-HS400es-initialization.patch + patches.suse/mmc-core-Do-not-force-a-retune-before-RPMB-switch.patch patches.suse/nvdimm-Remove-usage-of-the-deprecated-ida_simple_xx--deb3.patch patches.suse/nvdimm-btt-simplify-code-with-the-scope-based-resour-9aa6.patch patches.suse/nvdimm-btt-fix-btt_blk_cleanup-kernel-doc-b192.patch @@ -18444,6 +20116,7 @@ patches.suse/media-visl-Hook-the-TRY_-DECODER_CMD-stateless-ioctl.patch patches.suse/media-verisilicon-Hook-the-TRY_-DECODER_CMD-stateles.patch patches.suse/media-rkvdec-Hook-the-TRY_-DECODER_CMD-stateless-ioc.patch + patches.suse/device-property-Add-fwnode_name_eq.patch patches.suse/media-imx355-Enable-runtime-PM-before-registering-as.patch patches.suse/media-ov13b10-Enable-runtime-PM-before-registering-a.patch patches.suse/media-ov9734-Enable-runtime-PM-before-registering-as.patch @@ -18482,10 +20155,13 @@ patches.suse/srcu-Use-try-lock-lockdep-annotation-for-NMI-safe-access.patch patches.suse/kdump-defer-the-insertion-of-crashkernel-resources.patch patches.suse/scripts-decode_stacktrace.sh-optionally-use-LLVM-uti.patch + patches.suse/kexec-do-syscore_shutdown-in-kernel_kexec.patch + patches.suse/efi-disable-mirror-feature-during-crashkernel.patch patches.suse/kernel-crash_core.c-make-__crash_hotplug_lock-static.patch patches.suse/selftests-mm-hugepage-vmemmap-fails-on-64K-page-size.patch patches.suse/ubifs-Check-c-dirty_-n-p-n_cnt-and-c-nroot-state-under-c-lp_mutex.patch patches.suse/ubifs-ubifs_symlink-Fix-memleak-of-inode-i_link-in-error-path.patch + patches.suse/ARM-9327-1-vfp-Add-missing-VFP-instructions-to-neon_support_hook.patch patches.suse/ARM-9330-1-davinci-also-select-PINCTRL.patch patches.suse/KVM-Tweak-kvm_hva_range-and-hva_handler_t-to-allow-reusing-for-g patches.suse/KVM-Assert-that-mmu_invalidate_in_progress-never-goes-negative @@ -18595,6 +20271,8 @@ patches.suse/PCI-keystone-Fix-race-condition-when-initializing-PH.patch patches.suse/PCI-mediatek-Clear-interrupt-status-before-dispatchi.patch patches.suse/PCI-mediatek-gen3-Fix-translation-window-size-calcul.patch + patches.suse/coresight-trbe-Add-a-representative-coresight_platform_data-for-TRBE.patch + patches.suse/coresight-trbe-Enable-ACPI-based-TRBE-devices.patch patches.suse/spmi-mtk-pmif-Serialize-PMIF-status-check-and-comman.patch patches.suse/spmi-mediatek-Fix-UAF-on-device-remove.patch patches.suse/parport-parport_serial-Add-Brainboxes-BAR-details.patch @@ -18604,14 +20282,19 @@ patches.suse/bus-mhi-ep-Use-slab-allocator-where-applicable.patch patches.suse/bus-mhi-host-Add-spinlock-to-protect-WP-access-when-.patch patches.suse/bus-mhi-host-Drop-chan-lock-before-queuing-buffers.patch + patches.suse/device-property-Add-fwnode_property_match_property_string.patch + patches.suse/iio-pressure-fix-some-word-spelling-errors.patch patches.suse/iio-adc-ad9467-fix-reset-gpio-handling.patch patches.suse/iio-adc-ad9467-don-t-ignore-error-codes.patch patches.suse/iio-adc-ad9467-add-mutex-to-struct-ad9467_state.patch patches.suse/iio-adc-ad9467-fix-scale-setting.patch + patches.suse/iio-adc-ad9467-use-spi_get_device_match_data.patch + patches.suse/iio-adc-ad9467-use-chip_info-variables-instead-of-ar.patch patches.suse/iio-adc-ad7091r-Pass-iio_dev-to-event-handler.patch patches.suse/iio-adc-ad7091r-Set-alert-bit-in-config-register.patch patches.suse/iio-adc-ad7091r-Allow-users-to-configure-device-even.patch patches.suse/iio-adc-ad7091r-Enable-internal-vref-if-external-vre.patch + patches.suse/eeprom-at24-Probe-for-DDR3-thermal-sensor-in-the-SPD.patch patches.suse/misc-lis3lv02d_i2c-Add-missing-setting-of-the-reg_ct.patch patches.suse/scripts-tags.sh-Update-comment-addition-of-gtags.patch patches.suse/uio-Fix-use-after-free-in-uio_open.patch @@ -18631,10 +20314,12 @@ patches.suse/serial-sc16is7xx-change-EFR-lock-to-operate-on-each-.patch patches.suse/serial-sc16is7xx-convert-from-_raw_-to-_noinc_-regma.patch patches.suse/serial-sc16is7xx-fix-unconditional-activation-of-THR.patch + patches.suse/serial-core-Update-uart_poll_timeout-function-to-return-unsigned-long.patch patches.suse/serial-imx-Correct-clock-error-message-in-function-p.patch patches.suse/serial-apbuart-fix-console-prompt-on-qemu.patch patches.suse/serial-imx-Ensure-that-imx_uart_rs485_config-is-call.patch patches.suse/serial-8250_bcm2835aux-Restore-clock-error-handling.patch + patches.suse/serial-Do-not-hold-the-port-lock-when-setting-rx-during-tx-GPIO.patch patches.suse/serial-core-set-missing-supported-flag-for-RX-during.patch patches.suse/serial-core-fix-sanitizing-check-for-RTS-settings.patch patches.suse/serial-core-make-sure-RS485-cannot-be-enabled-when-i.patch @@ -18653,6 +20338,7 @@ patches.suse/usb-typec-tcpm-add-tcpm_port_error_recovery-symbol.patch patches.suse/usb-hub-Replace-hardcoded-quirk-value-with-BIT-macro.patch patches.suse/usb-hub-Add-quirk-to-decrease-IN-ep-poll-interval-fo.patch + patches.suse/usb-cdc-acm-return-correct-error-code-on-unsupported-break.patch patches.suse/usb-typec-change-altmode-SVID-to-u16-entry.patch patches.suse/usb-core-Fix-crash-w-usb_choose_configuration-if-no-.patch patches.suse/usb-gadget-webcam-Make-g_webcam-loadable-again.patch @@ -18716,11 +20402,14 @@ patches.suse/s390-vfio-ap-reset-queues-filtered-from-the-guest-s-AP-config.patch patches.suse/s390-vfio-ap-reset-queues-associated-with-adapter-for-queue-unbound-from-driver.patch patches.suse/s390-vfio-ap-do-not-reset-queue-removed-from-host-config.patch + patches.suse/iommu-Map-reserved-memory-as-cacheable-if-device-is-.patch + patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch patches.suse/iommu-Don-t-reserve-0-length-IOVA-region.patch patches.suse/vfio-pds-Fix-calculations-in-pds_vfio_dirty_sync patches.suse/hisi_acc_vfio_pci-Update-migration-data-pointer-correctly-on-saving-resume.patch patches.suse/cxl-region-fix-x9-interleave-typo.patch patches.suse/cxl-port-Fix-decoder-initialization-when-nr_targets-.patch + patches.suse/PCI-Introduce-cleanup-helpers-for-device-reference-c.patch patches.suse/virtio_pmem-support-feature-SHMEM_REGION-3596.patch patches.suse/vdpa-mlx5-Expose-resumable-vq-capability.patch patches.suse/vdpa-mlx5-Allow-modifying-multiple-vq-fields-in-one-.patch @@ -18754,6 +20443,7 @@ patches.suse/net-micrel-Fix-PTP-frame-parsing-for-lan8841.patch patches.suse/net-phy-micrel-populate-.soft_reset-for-KSZ9131.patch patches.suse/net-add-more-sanity-check-in-virtio_net_hdr_to_skb.patch + patches.suse/net-tls-fix-WARNIING-in-__sk_msg_free.patch patches.suse/net-ravb-Fix-dma_addr_t-truncation-in-error-case.patch patches.suse/selftests-bonding-Change-script-interpreter.patch patches.suse/net-stmmac-ethtool-Fixed-calltrace-caused-by-unbalan.patch @@ -18791,6 +20481,10 @@ 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 + patches.suse/blk-mq-fix-IO-hang-from-sbitmap-wakeup-race.patch + patches.suse/block-bio-integrity-fix-kcalloc-arguments-order.patch + patches.suse/block-Fix-iterating-over-an-empty-bio-with-bio_for_each_folio_all.patch + patches.suse/nbd-always-initialize-struct-msghdr-completely.patch patches.suse/9p-Fix-initialisation-of-netfs_inode-for-9p.patch patches.suse/ceph-reinitialize-mds-feature-bit-even-when-session-i.patch patches.suse/ceph-fix-deadlock-or-deadcode-of-misusing-dget.patch @@ -18858,6 +20552,8 @@ patches.suse/perf-header-Fix-segfault-on-build_mem_topology-error-path.patch patches.suse/perf-tests-lib-Add-perf_has_symbol.sh.patch patches.suse/perf-tests-Skip-pipe-test-if-noploop-symbol-is-missing.patch + patches.suse/perf-tests-Make-data-symbol-test-wait-for-perf-to-start.patch + patches.suse/perf-tests-Skip-data-symbol-test-if-buf1-symbol-is-missing.patch patches.suse/perf-test-record-probe_libc_inet_pton-Fix-call-chain-match-on-powerpc.patch patches.suse/libapi-Add-missing-linux-types.h-header-to-get-the-_.patch patches.suse/perf-docs-Fix-man-page-formatting-for-perf-lock.patch @@ -18873,10 +20569,13 @@ patches.suse/perf-genelf-Set-ELF-program-header-addresses-properly.patch patches.suse/perf-unwind-libdw-Handle-JIT-generated-DSOs-properly.patch patches.suse/perf-unwind-libunwind-Fix-base-address-for-.eh_frame.patch + patches.suse/perf-top-Use-evsel-s-cpus-to-replace-user_requested_cpus.patch + patches.suse/perf-top-Uniform-the-event-name-for-the-hybrid-machine.patch patches.suse/perf-vendor-events-Remove-UTF-8-characters-from-cmn.json.patch patches.suse/perf-vendor-events-powerpc-Add-PVN-for-HX-C2000-CPU-with-Power8-Architecture.patch patches.suse/perf-env-Avoid-recursively-taking-env-bpf_progs.lock.patch patches.suse/perf-stat-Fix-hard-coded-LL-miss-units.patch + patches.suse/perf-vendor-events-amd-Add-Zen-4-memory-controller-events.patch patches.suse/libsubcmd-Fix-memory-leak-in-uniq.patch patches.suse/perf-db-export-Fix-missing-reference-count-get-in-call_path_from_sample.patch patches.suse/scsi-smartpqi-Add-new-controller-PCI-IDs-c6d5aa44.patch @@ -18884,31 +20583,45 @@ patches.suse/scsi-smartpqi-Bump-driver-version-to-2.1.26-030.patch patches.suse/scsi-fnic-unlock-on-error-path-in-fnic_queuecommand.patch patches.suse/scsi-core-Kick-the-requeue-list-after-inserting-when-flushing.patch + patches.suse/scsi-target-core-Add-TMF-to-tmr_list-handling.patch patches.suse/dmaengine-apple-admac-Keep-upper-bits-of-REG_BUS_WID.patch patches.suse/dmaengine-fix-NULL-pointer-in-channel-unregistration.patch patches.suse/dmaengine-idxd-Move-dma_free_coherent-out-of-spinloc.patch patches.suse/dmaengine-shdma-increase-size-of-dev_id.patch patches.suse/dmaengine-fsl-qdma-increase-size-of-irq_name.patch + patches.suse/smb3-show-beginning-time-for-per-share-stats.patch + patches.suse/smb-client-fix-parsing-of-SMB3-1-1-POSIX-create-context.patch patches.suse/powerpc-64s-Increase-default-stack-size-to-32KB.patch patches.suse/clocksource-drivers-timer-ti-dm-Fix-make-W-n-kerneld.patch patches.suse/tick-sched-Fix-idle-and-iowait-sleeptime-accounting-.patch patches.suse/xen-netback-don-t-produce-zero-size-SKB-frags.patch + patches.suse/btrfs-fix-kvcalloc-arguments-order-in-btrfs_ioctl_se.patch + patches.suse/btrfs-fix-unbalanced-unlock-of-mapping_tree_lock.patch + patches.suse/btrfs-zoned-fix-lock-ordering-in-btrfs_zone_activate.patch patches.suse/btrfs-don-t-abort-filesystem-when-attempting-to-snap.patch patches.suse/btrfs-avoid-copying-BTRFS_ROOT_SUBVOL_DEAD-flag-to-s.patch + patches.suse/btrfs-defrag-reject-unknown-flags-of-btrfs_ioctl_def.patch + patches.suse/btrfs-tree-checker-fix-inline-ref-size-in-error-mess.patch + patches.suse/btrfs-don-t-warn-if-discard-range-is-not-aligned-to-.patch patches.suse/btrfs-scrub-avoid-use-after-free-when-chunk-length-i.patch patches.suse/tracing-Ensure-visibility-when-inserting-an-element-into-tracing_map.patch patches.suse/fbdev-savage-Error-out-if-pixclock-equals-zero.patch patches.suse/fbdev-sis-Error-out-if-pixclock-equals-zero.patch patches.suse/exec-Fix-error-handling-in-begin_new_exec.patch patches.suse/nfsd-fix-RELEASE_LOCKOWNER.patch + patches.suse/cifs-Don-t-use-certain-unnecessary-folio_-functions.patch patches.suse/netfs-fscache-Prevent-Oops-in-fscache_put_cache.patch patches.suse/afs-Hide-silly-rename-files-from-userspace.patch + patches.suse/net-smc-fix-illegal-rmb_desc-access-in-SMC-D-connect.patch patches.suse/selftests-bonding-Increase-timeout-to-1200s.patch + patches.suse/tcp-make-sure-init-the-accept_queue-s-spinlocks-once.patch patches.suse/bnxt_en-Wait-for-FLR-to-complete-during-probe.patch patches.suse/bnxt_en-Fix-memory-leak-in-bnxt_hwrm_get_rings.patch patches.suse/bnxt_en-Fix-RSS-table-entries-calculation-for-P5_PLU.patch patches.suse/bnxt_en-Prevent-kernel-warning-when-running-offline-.patch patches.suse/bnxt_en-Fix-possible-crash-after-creating-sw-mqprio-.patch + patches.suse/llc-make-llc_ui_sendmsg-more-robust-against-bonding-.patch + patches.suse/llc-Drop-support-for-ETH_P_TR_802_2.patch patches.suse/udp-fix-busy-polling.patch patches.suse/idpf-distinguish-vports-by-the-dev_port-attribute.patch patches.suse/tun-fix-missing-dropped-counter-in-tun_xdp_act.patch @@ -18920,6 +20633,9 @@ patches.suse/net-micrel-Fix-PTP-frame-parsing-for-lan8814.patch patches.suse/net-rds-Fix-UBSAN-array-index-out-of-bounds-in-rds_c.patch patches.suse/selftest-Don-t-reuse-port-for-SO_INCOMING_CPU-test.patch + patches.suse/ipv6-init-the-accept_queue-s-spinlocks-in-inet6_crea.patch + patches.suse/wifi-p54-fix-GCC-format-truncation-warning-with-wiph.patch + patches.suse/wifi-ath11k-rely-on-mac80211-debugfs-handling-for-vi.patch patches.suse/wifi-cfg80211-fix-missing-interfaces-when-dumping.patch patches.suse/wifi-mac80211-fix-potential-sta-link-leak.patch patches.suse/wifi-iwlwifi-fix-a-memory-corruption.patch @@ -18934,12 +20650,15 @@ patches.suse/netfilter-nf_tables-reject-QUEUE-DROP-verdict-parame.patch patches.suse/selftests-bonding-do-not-test-arp-ns-target-with-mod.patch patches.suse/net-fec-fix-the-unhandled-context-fault-from-smmu.patch + patches.suse/xsk-recycle-buffer-in-case-Rx-queue-was-full.patch patches.suse/xsk-make-xsk_buff_pool-responsible-for-clearing-xdp_.patch + patches.suse/xsk-fix-usage-of-multi-buffer-BPF-helpers-for-ZC-XDP.patch patches.suse/ice-work-on-pre-XDP-prog-frag-count.patch patches.suse/i40e-handle-multi-buffer-packets-that-are-shrunk-by-.patch patches.suse/ice-remove-redundant-xdp_rxq_info-registration.patch patches.suse/intel-xsk-initialize-skb_frag_t-bv_offset-in-ZC-driv.patch patches.suse/ice-update-xdp_rxq_info-frag_size-for-ZC-enabled-Rx-.patch + patches.suse/xdp-reflect-tail-increase-for-MEM_TYPE_XSK_BUFF_POOL.patch patches.suse/i40e-set-xdp_rxq_info-frag_size.patch patches.suse/i40e-update-xdp_rxq_info-frag_size-for-ZC-enabled-Rx.patch patches.suse/net-mlx5e-Use-the-correct-lag-ports-number-when-crea-25461ce8.patch @@ -18997,6 +20716,9 @@ patches.suse/Revert-nouveau-push-event-block-allowing-out-of-the-.patch patches.suse/drm-bridge-samsung-dsim-Don-t-use-FORCE_STOP_STATE.patch patches.suse/cpufreq-amd-pstate-Fix-setting-scaling-max-min-freq-.patch + patches.suse/block-Move-checking-GENHD_FL_NO_PART-to-bdev_add_partition.patch + patches.suse/block-Fix-WARNING-in-_copy_from_iter-13f3.patch + patches.suse/aoe-avoid-potential-deadlock-at-set_capacity-e169.patch patches.suse/ahci-asm1166-correct-count-of-reported-ports.patch patches.suse/ahci-add-43-bit-DMA-address-quirk-for-ASMedia-ASM106.patch patches.suse/platform-x86-intel-uncore-freq-Fix-types-in-sysfs-ca.patch @@ -19011,6 +20733,7 @@ patches.suse/genirq-Initialize-resend_node-hlist-for-all-interrup.patch patches.suse/futex-Prevent-the-reuse-of-stale-pi_state.patch patches.suse/cxl-region-Fix-overflow-issue-in-alloc_hpa.patch + patches.suse/readahead-Avoid-multiple-marked-readahead-pages.patch patches.suse/uprobes-use-pagesize-aligned-virtual-address-when-replacing-pages.patch patches.suse/mm-memcontrol-don-t-throttle-dying-tasks-on-memory.high.patch patches.suse/mm-writeback-fix-possible-divide-by-zero-in-wb_dirty_limits-again.patch @@ -19018,6 +20741,7 @@ patches.suse/scsi-isci-Fix-an-error-code-problem-in-isci_io_request_build.patch patches.suse/scsi-core-Move-scsi_host_busy-out-of-host-lock-for-waking-up-EH-handler.patch patches.suse/msft-hv-2939-scsi-storvsc-Fix-ring-buffer-size-calculation.patch + patches.suse/lsm-fix-the-logic-in-security_inode_getsecctx.patch patches.suse/regulator-pwm-regulator-Add-validity-checks-in-conti.patch patches.suse/regulator-ti-abb-don-t-use-devm_platform_ioremap_res.patch patches.suse/spi-sh-msiof-avoid-integer-overflow-in-constants.patch @@ -19030,20 +20754,26 @@ patches.suse/nfp-flower-add-hardware-offload-check-for-post-ct-en.patch patches.suse/nfp-flower-fix-hardware-offload-for-the-transfer-lay.patch patches.suse/bnxt_en-Make-PTP-timestamp-HWRM-more-silent.patch + patches.suse/ip6_tunnel-make-sure-to-pull-inner-header-in-__ip6_t.patch 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/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 patches.suse/e1000e-correct-maximum-frequency-adjustment-values.patch patches.suse/ixgbe-Fix-an-error-handling-path-in-ixgbe_read_iosf_.patch patches.suse/net-dsa-mv88e6xxx-Fix-failed-probe-due-to-unsupporte.patch + patches.suse/af_unix-fix-lockdep-positive-in-sk_diag_dump_icons.patch patches.suse/pds_core-Cancel-AQ-work-on-teardown.patch patches.suse/pds_core-Use-struct-pdsc-for-the-pdsc_adminq_isr-pri.patch + patches.suse/pds_core-Prevent-race-issues-involving-the-adminq.patch patches.suse/octeontx2-pf-Remove-xdp-queues-on-program-detach.patch patches.suse/xen-netback-properly-sync-TX-responses.patch patches.suse/msft-hv-2940-hv_netvsc-Fix-race-condition-between-netvsc_probe-an.patch + patches.suse/mptcp-fix-data-re-injection-from-stale-subflow.patch patches.suse/idpf-avoid-compiler-padding-in-virtchnl2_ptype-struc.patch + patches.suse/netfilter-nft_ct-sanitize-layer-3-and-4-protocol-num.patch patches.suse/io_uring-rw-ensure-poll-based-multishot-read-retries.patch patches.suse/io_uring-poll-move-poll-execution-helpers-higher-up.patch patches.suse/io_uring-net-un-indent-mshot-retry-path-in-io_recv_f.patch @@ -19051,10 +20781,19 @@ patches.suse/io_uring-net-limit-inline-multishot-retries.patch patches.suse/io_uring-net-fix-sr-len-for-IORING_OP_RECV-with-MSG_.patch patches.suse/nvme-rdma-Fix-transfer-length-when-write_generate-re.patch + patches.suse/nvmet-tcp-fix-nvme-tcp-ida-memory-leak.patch patches.suse/nvme-use-ctrl-state-accessor.patch patches.suse/nvme-auth-open-code-single-use-macros.patch patches.suse/nvme-change-__nvme_submit_sync_cmd-calling-conventio.patch patches.suse/nvme-enable-retries-for-authentication-commands.patch + patches.suse/nvme-fc-do-not-wait-in-vain-when-unloading-module.patch + patches.suse/nvmet-fcloop-swap-the-list_add_tail-arguments.patch + patches.suse/nvmet-fc-release-reference-on-target-port.patch + patches.suse/nvmet-fc-defer-cleanup-using-RCU-properly.patch + patches.suse/nvmet-fc-hold-reference-on-hostport-match.patch + patches.suse/nvmet-fc-abort-command-when-there-is-no-binding.patch + patches.suse/nvmet-fc-avoid-deadlock-on-delete-association-path.patch + patches.suse/nvmet-fc-take-ref-count-on-tgtport-before-delete-ass.patch patches.suse/ahci-Extend-ASM1061-43-bit-DMA-address-quirk-to-othe.patch patches.suse/dm-limit-the-number-of-targets-and-parameter-size-ar.patch patches.suse/dm-stats-limit-the-number-of-entries-9cf1.patch @@ -19162,12 +20901,20 @@ patches.suse/USB-serial-cp210x-add-ID-for-IMST-iM871A-USB.patch patches.suse/USB-serial-qcserial-add-new-usb-id-for-Dell-Wireless.patch patches.suse/USB-serial-option-add-Fibocom-FM101-GL-variant.patch + patches.suse/serial-core-Fix-atomicity-violation-in-uart_tiocmget.patch patches.suse/serial-max310x-set-default-value-when-reading-clock-.patch patches.suse/serial-max310x-improve-crystal-stable-clock-detectio.patch patches.suse/serial-max310x-fail-probe-if-clock-crystal-is-unstab.patch patches.suse/serial-max310x-prevent-infinite-while-loop-in-port-s.patch patches.suse/misc-fastrpc-Mark-all-sessions-as-invalid-in-cb_remo.patch patches.suse/xfs-reset-XFS_ATTR_INCOMPLETE-filter-on-node-removal.patch + patches.suse/cifs-failure-to-add-channel-on-iface-should-bump-up-weight.patch + patches.suse/ext4-fix-double-free-of-blocks-due-to-wrong-extents-.patch + patches.suse/ext4-regenerate-buddy-after-block-freeing-failed-if-.patch + patches.suse/ext4-avoid-dividing-by-0-in-mb_update_avg_fragment_s.patch + patches.suse/ext4-avoid-allocating-blocks-from-corrupted-group-in.patch + patches.suse/ext4-avoid-allocating-blocks-from-corrupted-group-in_01.patch + patches.suse/btrfs-send-return-EOPNOTSUPP-on-unknown-flags.patch patches.suse/btrfs-do-not-ASSERT-if-the-newly-created-subvolume-a.patch patches.suse/nfsd-don-t-take-fi_lock-in-nfsd_break_deleg_cb.patch patches.suse/KVM-s390-vsie-fix-race-during-shadow-creation.patch @@ -19178,32 +20925,57 @@ patches.suse/x86-coco-Define-cc_vendor-without-CONFIG_ARCH_HAS_CC.patch patches.suse/crypto-ccp-Fix-null-pointer-dereference-in-__sev_pla.patch patches.suse/crypto-algif_hash-Remove-bogus-SGL-free-on-zero-leng.patch + patches.suse/net-stmmac-xgmac-fix-handling-of-DPP-safety-error-fo.patch patches.suse/netdevsim-avoid-potential-loop-in-nsim_dev_trap_repo.patch patches.suse/net-atlantic-Fix-DMA-mapping-for-PTP-hwts-ring.patch patches.suse/selftests-net-cut-more-slack-for-gro-fwd-tests.patch patches.suse/selftests-net-avoid-just-another-constant-wait.patch patches.suse/tsnep-Fix-mapping-for-zero-copy-XDP_TX-action.patch + patches.suse/tunnels-fix-out-of-bounds-access-when-building-IPv6-PMTU-e.patch patches.suse/atm-idt77252-fix-a-memleak-in-open_card_ubr0.patch patches.suse/octeontx2-pf-Fix-a-memleak-otx2_sq_init.patch patches.suse/msft-hv-2942-hv_netvsc-Register-VF-in-netvsc_probe-if-NET_DEVICE_.patch + patches.suse/inet-read-sk-sk_family-once-in-inet_recv_error.patch patches.suse/nfp-use-correct-macro-for-LengthSelect-in-BAR-config.patch patches.suse/nfp-flower-prevent-re-adding-mac-index-for-bonded-po.patch patches.suse/nfp-enable-NETDEV_XDP_ACT_REDIRECT-feature-flag.patch patches.suse/selftests-net-let-big_tcp-test-cope-with-slow-env.patch + patches.suse/tipc-Check-the-bearer-type-before-calling-tipc_udp_n.patch + patches.suse/net-stmmac-xgmac-fix-a-typo-of-register-name-in-DPP-.patch + patches.suse/af_unix-Call-kfree_skb-for-dead-unix_-sk-oob_skb-in-GC.patch patches.suse/ppp_async-limit-MRU-to-64K.patch patches.suse/selftests-cmsg_ipv6-repeat-the-exact-packet.patch patches.suse/net-intel-fix-old-compiler-regressions.patch patches.suse/wifi-iwlwifi-fix-double-free-bug.patch patches.suse/wifi-cfg80211-fix-wiphy-delayed-work-queueing.patch + patches.suse/wifi-iwlwifi-mvm-skip-adding-debugfs-symlink-for-rec.patch + patches.suse/wifi-fill-in-MODULE_DESCRIPTION-s-for-wlcore.patch + patches.suse/wifi-fill-in-MODULE_DESCRIPTION-s-for-wl1251-and-wl1.patch + patches.suse/wifi-fill-in-MODULE_DESCRIPTION-s-for-Broadcom-WLAN.patch + patches.suse/wifi-fill-in-MODULE_DESCRIPTION-s-for-ar5523.patch + patches.suse/wifi-fill-in-MODULE_DESCRIPTION-s-for-wcn36xx.patch + patches.suse/wifi-fill-in-MODULE_DESCRIPTION-s-for-p54spi.patch + patches.suse/wifi-fill-in-MODULE_DESCRIPTION-s-for-wl18xx.patch + patches.suse/wifi-fill-in-MODULE_DESCRIPTION-s-for-wilc1000.patch + patches.suse/wifi-fill-in-MODULE_DESCRIPTION-s-for-mt76-drivers.patch + patches.suse/wifi-iwlwifi-remove-extra-kernel-doc.patch + patches.suse/wifi-cfg80211-detect-stuck-ECSA-element-in-probe-res.patch + patches.suse/wifi-mac80211-improve-CSA-ECSA-connection-refusal.patch patches.suse/wifi-mac80211-fix-RCU-use-in-TDLS-fast-xmit.patch patches.suse/wifi-mac80211-set-station-RX-NSS-on-reconfig.patch + patches.suse/wifi-mac80211-fix-driver-debugfs-for-vif-type-change.patch + patches.suse/wifi-mac80211-initialize-SMPS-mode-correctly.patch + patches.suse/wifi-mac80211-fix-unsolicited-broadcast-probe-config.patch patches.suse/wifi-mac80211-fix-waiting-for-beacons-logic.patch patches.suse/wifi-mac80211-adding-missing-drv_mgd_complete_tx-cal.patch patches.suse/wifi-mac80211-accept-broadcast-probe-responses-on-6-.patch + patches.suse/wifi-iwlwifi-mvm-fix-a-battery-life-regression.patch patches.suse/wifi-iwlwifi-exit-eSR-only-after-the-FW-does.patch patches.suse/wifi-iwlwifi-do-not-announce-EPCS-support.patch patches.suse/wifi-brcmfmac-Adjust-n_channels-usage-for-__counted_.patch + patches.suse/wifi-mt76-mt7996-fix-fortify-warning.patch patches.suse/net-ethernet-ti-cpsw_new-enable-mac_managed_pm-to-fi.patch + patches.suse/net-ethernet-ti-cpsw-enable-mac_managed_pm-to-fix-md.patch patches.suse/octeontx2-af-Initialize-maps.patch patches.suse/s390-qeth-Fix-potential-loss-of-L3-IP-in-case-of-network-issues.patch patches.suse/netfilter-nft_set_rbtree-skip-end-interval-element-f.patch @@ -19224,6 +20996,7 @@ patches.suse/drm-msms-dp-fixed-link-clock-divider-bits-be-over-wr.patch patches.suse/drm-msm-dp-return-correct-Colorimetry-for-DP_TEST_DY.patch patches.suse/drm-msm-dpu-check-for-valid-hw_pp-in-dpu_encoder_hel.patch + patches.suse/pmdomain-mediatek-fix-race-conditions-with-genpd.patch patches.suse/mmc-sdhci-pci-o2micro-Fix-a-warm-reboot-issue-that-d.patch patches.suse/mmc-slot-gpio-Allow-non-sleeping-GPIO-ro.patch patches.suse/hwmon-aspeed-pwm-tacho-mutex-for-tach-reading.patch @@ -19236,23 +21009,49 @@ patches.suse/tracing-probes-Fix-to-show-a-parse-error-for-bad-type-for-comm.patch patches.suse/ftrace-Fix-DIRECT_CALLS-to-use-SAVE_REGS-by-default.patch patches.suse/tracing-Fix-wasted-memory-in-saved_cmdlines-logic.patch + patches.suse/work-around-gcc-bugs-with-asm-goto-with-outputs.patch + patches.suse/fs-ntfs3-Add-NULL-ptr-dereference-checking-at-the-en.patch + patches.suse/fs-ntfs3-Fix-an-NULL-dereference-bug.patch + patches.suse/fs-ntfs3-Fix-oob-in-ntfs_listxattr.patch patches.suse/libceph-fail-sparse-read-if-the-data-length-doesn-t-m.patch patches.suse/libceph-rename-read_sparse_msg_-to-read_partial_spars.patch patches.suse/libceph-just-wait-for-more-data-to-be-available-on-th.patch patches.suse/ceph-prevent-use-after-free-in-encode_cap_msg.patch + patches.suse/ceph-always-check-dir-caps-asynchronously.patch + patches.suse/cifs-handle-cases-where-multiple-sessions-share-connection.patch patches.suse/scsi-core-Move-scsi_host_busy-out-of-host-lock-if-it-is-for-per-command.patch patches.suse/scsi-lpfc-Use-unsigned-type-for-num_sge.patch patches.suse/firewire-core-send-bus-reset-promptly-on-gap-count-e.patch + patches.suse/virtio-blk-Ensure-no-requests-in-virtqueues-before-d.patch patches.suse/nvme-host-fix-the-updating-of-the-firmware-version.patch patches.suse/nilfs2-fix-data-corruption-in-dsync-block-recovery-f.patch patches.suse/0001-fs-hugetlb-fix-NULL-pointer-dereference-in-hugetlbs_.patch patches.suse/nilfs2-fix-hang-in-nilfs_lookup_dirty_data_buffers.patch + patches.suse/nilfs2-fix-potential-bug-in-end_buffer_async_write.patch + patches.suse/x86-lib-Revert-to-_ASM_EXTABLE_UA-for-get-put-_user-fixups.patch patches.suse/x86-fpu-Stop-relying-on-userspace-for-info-to-fault-in-xsa.patch patches.suse/x86-Kconfig-Transmeta-Crusoe-is-CPU-family-5-not-6.patch + patches.suse/fs-relax-mount_setattr-permission-checks.patch + patches.suse/btrfs-don-t-drop-extent_map-for-free-space-inode-on-.patch + patches.suse/btrfs-add-and-use-helper-to-check-if-block-group-is-.patch + patches.suse/btrfs-do-not-delete-unused-block-group-if-it-may-be-.patch + patches.suse/btrfs-add-new-unused-block-groups-to-the-list-of-unu.patch + patches.suse/btrfs-reject-encoded-write-if-inode-has-nodatasum-fl.patch + patches.suse/btrfs-zoned-fix-chunk-map-leak-when-loading-block-gr.patch + patches.suse/btrfs-don-t-refill-whole-delayed-refs-block-reserve-.patch patches.suse/HID-wacom-Do-not-register-input-devices-until-after-.patch + patches.suse/HID-multitouch-Add-required-quirk-for-Synaptics-0xcd-1741a82.patch patches.suse/HID-wacom-generic-Avoid-reporting-a-serial-of-0-to-u.patch + patches.suse/regmap-kunit-Ensure-that-changed-bytes-are-actually-.patch patches.suse/spi-ppc4xx-Drop-write-only-variable.patch + patches.suse/spi-intel-pci-Add-support-for-Lunar-Lake-M-SPI-seria.patch patches.suse/spi-mxs-Fix-chipselect-glitch.patch + patches.suse/of-property-fix-typo-in-io-channels.patch + patches.suse/of-unittest-Fix-compile-in-the-non-dynamic-case.patch + patches.suse/of-property-Improve-finding-the-consumer-of-a-remote.patch + patches.suse/of-property-Improve-finding-the-supplier-of-a-remote.patch + patches.suse/of-property-Add-in-ports-out-ports-support-to-of_gra.patch + patches.suse/x86-xen-Add-some-null-pointer-checking-to-smp.c.patch patches.suse/xen-events-close-evtchn-after-mapping-cleanup.patch patches.suse/dpll-fix-possible-deadlock-during-netlink-dump-opera.patch patches.suse/net-mlx5-DPLL-Fix-possible-use-after-free-after-dela.patch @@ -19263,12 +21062,16 @@ patches.suse/tls-fix-race-between-async-notify-and-socket-close.patch patches.suse/tls-fix-race-between-tx-work-scheduling-and-socket-c.patch patches.suse/net-tls-handle-backlogging-of-crypto-requests.patch + patches.suse/net-tls-fix-use-after-free-with-partial-reads-and-as.patch + patches.suse/net-tls-fix-returned-read-length-with-async-decrypt.patch patches.suse/tcp-move-tp-scaling_ratio-to-tcp_sock_read_txrx-grou.patch patches.suse/tcp-move-tp-tcp_usec_ts-to-tcp_sock_read_txrx-group.patch patches.suse/net-device-move-lstats-in-net_device_read_txrx.patch patches.suse/i40e-Do-not-allow-untrusted-VF-to-remove-administrat.patch + patches.suse/net-stmmac-xgmac-use-define-for-string-constants.patch patches.suse/ionic-minimal-work-with-0-budget.patch patches.suse/connector-cn_proc-revert-connector-Fix-proc_event_nu.patch + patches.suse/af_unix-Fix-task-hung-while-purging-oob_skb-in-GC.patch patches.suse/octeontx2-af-Remove-the-PF_FUNC-validation-for-NPC-t.patch patches.suse/i40e-Fix-waiting-for-queues-of-all-VSIs-to-be-disabl.patch patches.suse/i40e-Fix-wrong-mask-used-during-DCB-config.patch @@ -19277,6 +21080,8 @@ patches.suse/bnad-fix-work_queue-type-mismatch.patch patches.suse/ethernet-cpts-fix-function-pointer-cast-warnings.patch patches.suse/wifi-mac80211-reload-info-pointer-in-ieee80211_tx_de.patch + patches.suse/wifi-iwlwifi-mvm-use-correct-address-3-in-A-MSDU.patch + patches.suse/wifi-iwlwifi-clear-link_id-in-time_event.patch patches.suse/wifi-iwlwifi-Fix-some-error-codes.patch patches.suse/wifi-iwlwifi-uninitialized-variable-in-iwl_acpi_get_.patch patches.suse/wifi-iwlwifi-mvm-fix-a-crash-when-we-run-out-of-stat.patch @@ -19324,13 +21129,16 @@ patches.suse/ASoC-cs35l56-Fix-deadlock-in-ASP1-mixer-register-ini.patch patches.suse/ASoC-SOF-ipc3-topology-Fix-pipeline-tear-down-logic.patch patches.suse/ASoC-rt5645-Fix-deadlock-in-rt5645_jack_detect_work.patch + patches.suse/ASoC-rt5645-Make-LattePanda-board-DMI-match-more-pre.patch patches.suse/ASoC-amd-yc-Fix-non-functional-mic-on-Lenovo-82UU.patch patches.suse/ASoC-q6dsp-fix-event-handler-prototype.patch + patches.suse/ASoC-SOF-ipc4-pcm-Workaround-for-crashed-firmware-on.patch patches.suse/ASoC-SOF-IPC3-fix-message-bounds-on-ipc-ops.patch patches.suse/ALSA-hda-realtek-fix-mute-micmute-LED-For-HP-mt645.patch patches.suse/ALSA-usb-audio-More-relaxed-check-of-MIDI-jack-names.patch patches.suse/arm64-signal-Don-t-assume-that-TIF_SVE-means-we-saved-SVE-state.patch patches.suse/arm64-Subscribe-Microsoft-Azure-Cobalt-100-to-ARM-Neoverse-N2-errata.patch + patches.suse/arm64-sve-Lower-the-maximum-allocation-for-the-SVE-ptrace-regset.patch patches.suse/tracing-Fix-HAVE_DYNAMIC_FTRACE_WITH_REGS-ifdef.patch patches.suse/tracing-Inform-kmemleak-of-saved_cmdlines-allocation.patch patches.suse/tracing-synthetic-Fix-trace_string-return-value.patch @@ -19338,16 +21146,25 @@ patches.suse/KVM-x86-pmu-Fix-type-length-error-when-reading-pmu-f.patch patches.suse/KVM-x86-Fix-KVM_GET_MSRS-stack-info-leak.patch patches.suse/KVM-x86-Make-gtod_is_based_on_tsc-return-bool.patch + patches.suse/KVM-arm64-Fix-circular-locking-dependency.patch + patches.suse/ceph-always-queue-a-writeback-when-revoking-the-Fb-ca.patch + patches.suse/ceph-add-ceph_cap_unlink_work-to-fire-check_caps-imme.patch patches.suse/io_uring-net-fix-multishot-accept-overflow-handling.patch patches.suse/nvme-fabrics-fix-I-O-connect-error-handling.patch patches.suse/scsi-Revert-scsi-fcoe-Fix-potential-deadlock-on-fip-ctlr_lock.patch patches.suse/scsi-fnic-Move-fnic_fnic_flush_tx-to-a-work-queue.patch + patches.suse/cifs-fix-underflow-in-parse_server_interfaces.patch + patches.suse/smb-client-set-correct-id-uid-and-cruid-for-multiuser-automounts.patch + patches.suse/smb-Fix-regression-in-writes-when-non-standard-maximum-write-size-n.patch patches.suse/media-Revert-media-rkisp1-Drop-IRQF_SHARED.patch + patches.suse/media-rkisp1-Fix-IRQ-handling-due-to-shared-interrup.patch patches.suse/media-rc-bpf-attach-detach-requires-write-permission.patch patches.suse/media-ir_toy-fix-a-memleak-in-irtoy_tx.patch patches.suse/thunderbolt-Fix-setting-the-CNS-bit-in-ROUTER_CS_5.patch patches.suse/serial-core-introduce-uart_port_tx_flags.patch patches.suse/serial-mxs-auart-fix-tx.patch + patches.suse/interconnect-qcom-sc8180x-Mark-CO0-BCM-keepalive.patch + patches.suse/interconnect-qcom-sm8550-Enable-sync_state.patch patches.suse/iio-core-fix-memleak-in-iio_device_register_sysfs.patch patches.suse/iio-pressure-bmp280-Add-missing-bmp085-to-SPI-id-tab.patch patches.suse/iio-magnetometer-rm3100-add-boundary-check-for-the-v.patch @@ -19393,19 +21210,48 @@ patches.suse/RDMA-qedr-Fix-qedr_create_user_qp-error-flow.patch patches.suse/RDMA-srpt-fix-function-pointer-cast-warnings.patch patches.suse/crypto-virtio-akcipher-Fix-stack-overflow-on-memcpy.patch + patches.suse/btrfs-defrag-avoid-unnecessary-defrag-caused-by-inco.patch + patches.suse/btrfs-fix-deadlock-with-fiemap-and-extent-locking.patch + patches.suse/net-sched-act_mirred-use-the-backlog-for-mirred-ingr.patch + patches.suse/net-sched-act_mirred-don-t-override-retval-if-we-alr.patch + patches.suse/net-stmmac-Fix-incorrect-dereference-in-interrupt-ha.patch + patches.suse/mptcp-fix-data-races-on-remote_id.patch patches.suse/selftests-bonding-set-active-slave-to-primary-eth1-s.patch patches.suse/ionic-use-pci_is_enabled-not-open-code.patch + patches.suse/devlink-fix-possible-use-after-free-and-memory-leaks-.patch + patches.suse/arp-Prevent-overflow-in-arp_req_get.patch patches.suse/octeontx2-af-Consider-the-action-set-by-PF.patch patches.suse/net-ipa-don-t-overrun-IPA-suspend-interrupt-register.patch + patches.suse/af_unix-Drop-oob_skb-ref-before-purging-queue-in-GC.patch patches.suse/gtp-fix-use-after-free-and-null-ptr-deref-in-gtp_gen.patch + patches.suse/tls-break-out-of-main-loop-when-PEEK-gets-a-non-data.patch + patches.suse/tls-stop-recv-if-initial-process_rx_list-gave-us-non.patch + patches.suse/tls-don-t-skip-over-different-type-records-from-the-.patch + patches.suse/tools-ynl-make-sure-we-always-pass-yarg-to-mnl_cb_ru.patch + patches.suse/tools-ynl-don-t-leak-mcast_groups-on-init-error.patch patches.suse/net-sparx5-Add-spinlock-for-frame-transmission-from-.patch + patches.suse/phonet-pep-fix-racy-skb_queue_empty-use.patch patches.suse/net-phy-realtek-Fix-rtl8211f_config_init-for-RTL8211.patch + patches.suse/xsk-Add-truesize-to-skb_add_rx_frag.patch + patches.suse/bpf-scripts-Correct-GPL-license-name.patch + patches.suse/x86-mm-Move-is_vsyscall_vaddr-into-asm-vsyscall.h.patch + patches.suse/x86-mm-Disallow-vsyscall-page-read-for-copy_from_kernel_no.patch + patches.suse/bpf-Fix-racing-between-bpf_timer_cancel_and_free-and.patch + patches.suse/selftests-bpf-Test-racing-between-bpf_timer_cancel_a.patch + patches.suse/bpf-sockmap-Fix-NULL-pointer-dereference-in-sk_psock.patch patches.suse/l2tp-pass-correct-message-length-to-ip6_append_data.patch patches.suse/cachefiles-fix-memory-leak-in-cachefiles_add_cache.patch patches.suse/afs-Increase-buffer-size-in-afs_update_volume_status.patch + patches.suse/fs-aio-Restrict-kiocb_set_cancel_fn-to-I-O-submitted.patch + patches.suse/platform-x86-think-lmi-Fix-password-opcode-ordering-.patch patches.suse/platform-x86-touchscreen_dmi-Allow-partial-prefix-ma.patch + patches.suse/platform-x86-x86-android-tablets-Fix-acer_b1_750_goo.patch patches.suse/platform-x86-intel-vbtn-Stop-calling-VBDL-from-notif.patch patches.suse/platform-x86-thinkpad_acpi-Only-update-profile-if-su.patch + patches.suse/iommufd-iova_bitmap-Bounds-check-mapped-pages-access.patch + patches.suse/iommufd-iova_bitmap-Switch-iova_bitmap-bitmap-to-an-.patch + patches.suse/iommufd-iova_bitmap-Consider-page-offset-for-the-pag.patch + patches.suse/iommufd-Reject-non-zero-data_type-if-no-data_len-is-.patch patches.suse/selftests-iommu-fix-the-config-fragment.patch patches.suse/md-Fix-missing-release-of-active_io-for-flush-8556.patch patches.suse/md-Don-t-ignore-suspended-array-in-md_check_recovery-1baa.patch @@ -19415,6 +21261,7 @@ patches.suse/md-Don-t-suspend-the-array-for-interrupted-reshape-9e46.patch patches.suse/block-sed-opal-handle-empty-atoms-when-parsing-respo.patch patches.suse/ata-libata-core-Do-not-try-to-set-sleeping-devices-t.patch + patches.suse/ahci-asm1064-correct-count-of-reported-ports.patch patches.suse/ata-ahci_ceva-fix-error-handling-for-Xilinx-GT-PHY-s.patch patches.suse/drm-buddy-Modify-duplicate-list_splice_tail-call.patch patches.suse/nouveau-fix-function-cast-warnings.patch @@ -19427,15 +21274,19 @@ patches.suse/drm-amd-display-adjust-few-initialization-order-in-d.patch patches.suse/drm-amd-display-Only-allow-dig-mapping-to-pwrseq-in-.patch patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch + patches.suse/drm-amd-display-fix-input-states-translation-error-f.patch patches.suse/drm-amd-display-Fix-memory-leak-in-dm_sw_fini.patch patches.suse/drm-amd-display-fix-null-pointer-dereference-on-edid.patch patches.suse/drm-amdgpu-Fix-the-runtime-resume-failure-issue.patch + patches.suse/nouveau-add-an-ioctl-to-return-vram-bar-size.patch + patches.suse/nouveau-add-an-ioctl-to-report-vram-usage.patch patches.suse/dm-integrity-recheck-the-integrity-tag-after-a-failu-c88f.patch patches.suse/dm-verity-recheck-the-hash-after-a-failure-9177.patch patches.suse/dm-crypt-don-t-modify-the-data-when-using-authentica-50c7.patch patches.suse/dm-crypt-recheck-the-integrity-tag-after-a-failure-42e1.patch 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/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 @@ -19444,18 +21295,30 @@ patches.suse/arm64-dts-imx8mp-Disable-UART4-by-default-on-Data-Modul-i.MX8M-Plus-eDM-SBC.patch patches.suse/bus-imx-weim-fix-valid-range-check.patch patches.suse/arm64-dts-rockchip-set-num-cs-property-for-spi-on-px30.patch + patches.suse/arm64-dts-Fix-dtc-interrupt_provider-warnings.patch + patches.suse/soc-microchip-Fix-POLARFIRE_SOC_SYS_CTRL-input-promp.patch patches.suse/i2c-imx-when-being-a-target-mark-the-last-read-as-pr.patch + patches.suse/scsi-core-Consult-supported-VPD-page-list-prior-to-fetching-page.patch + patches.suse/scsi-target-pscsi-Fix-bio_put-for-error-case.patch + patches.suse/scsi-smartpqi-Fix-disable_managed_interrupts.patch patches.suse/dm-integrity-dm-verity-reduce-stack-usage-for-rechec-66ad.patch + patches.suse/cxl-pci-Fix-disabling-memory-if-DVSEC-CXL-Range-does.patch + patches.suse/cxl-acpi-Fix-load-failures-due-to-single-window-crea.patch + patches.suse/iommu-vt-d-Update-iotlb-in-nested-domain-attach.patch + patches.suse/iommu-vt-d-Set-SSADE-when-attaching-to-a-parent-with.patch patches.suse/powerpc-pseries-iommu-DLPAR-add-doesn-t-completely-i.patch patches.suse/erofs-fix-handling-kern_mount-failure.patch patches.suse/erofs-fix-refcount-on-the-metabuf-used-for-inode-lookup.patch patches.suse/PCI-MSI-Prevent-MSI-hardware-interrupt-number-trunca.patch + patches.suse/irqchip-mbigen-Don-t-use-bus_get_dev_root-to-find-th.patch + patches.suse/irqchip-gic-v3-its-Do-not-assume-vPE-tables-are-prea.patch patches.suse/x86-bugs-Add-asm-helpers-for-executing-VERW.patch patches.suse/x86-entry_64-Add-VERW-just-before-userspace-transition.patch patches.suse/x86-entry_32-Add-VERW-just-before-userspace-transition.patch patches.suse/x86-bugs-Use-ALTERNATIVE-instead-of-mds_user_clear-static-.patch patches.suse/KVM-VMX-Use-BT-JNC-i.e.-EFLAGS.CF-to-select-VMRESUME-vs.-V.patch patches.suse/KVM-VMX-Move-VERW-closer-to-VMentry-for-MDS-mitigation.patch + patches.suse/serial-stm32-do-not-always-set-SER_RS485_RX_DURING_TX-if-RS485-is-enabled.patch patches.suse/serial-amba-pl011-Fix-DMA-transmission-in-RS485-mode.patch patches.suse/usb-cdnsp-blocked-some-cdns3-specific-code.patch patches.suse/usb-cdnsp-fixed-issue-with-incorrect-detecting-CDNSP.patch @@ -19469,46 +21332,70 @@ patches.suse/usb-gadget-ncm-Avoid-dropping-datagrams-of-properly-.patch patches.suse/usb-typec-tpcm-Fix-issues-with-power-being-removed-d.patch patches.suse/docs-Instruct-LaTeX-to-cope-with-deeper-nesting.patch + patches.suse/btrfs-dev-replace-properly-validate-device-names.patch + patches.suse/btrfs-send-don-t-issue-unnecessary-zero-writes-for-t.patch patches.suse/mtd-spinand-gigadevice-Fix-the-get-ecc-status-issue.patch patches.suse/mtd-rawnand-marvell-fix-layouts.patch + patches.suse/mm-vmscan-fix-a-bug-calling-wakeup_kswapd-with-a-wro.patch patches.suse/crypto-arm64-neonbs-fix-out-of-bounds-access-on-shor.patch + patches.suse/spi-cadence-qspi-fix-pointer-reference-in-runtime-PM-hooks.patch + patches.suse/netlink-Fix-kernel-infoleak-after-free-in-__skb_data.patch + patches.suse/net-smsc95xx-add-support-for-SYS-TEC-USB-SPEmodule1.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 patches.suse/ice-fix-dpll-periodic-work-data-updates-on-PF-reset.patch patches.suse/ice-fix-pin-phase-adjust-updates-on-PF-reset.patch patches.suse/ice-Fix-ASSERT_RTNL-warning-during-certain-scenarios.patch + patches.suse/net-mctp-take-ownership-of-skb-in-mctp_local_output.patch patches.suse/net-dpaa-fman_memac-accept-phy-interface-type-10gbas.patch patches.suse/tun-Fix-xdp_rxq_info-s-queue_index-when-detaching.patch patches.suse/net-veth-clear-GRO-when-clearing-XDP-even-when-down.patch + patches.suse/ipv6-fix-potential-struct-net-leak-in-inet6_rtm_geta.patch patches.suse/lan78xx-enable-auto-speed-configuration-for-LAN7850-.patch patches.suse/ionic-check-before-releasing-pci-regions.patch patches.suse/ionic-check-cmd_regs-before-copying-in-or-out.patch patches.suse/ionic-restore-netdev-feature-bits-after-reset.patch + patches.suse/veth-try-harder-when-allocating-queue-memory.patch patches.suse/net-usb-dm9601-fix-wrong-return-value-in-dm9601_mdio.patch patches.suse/net-lan78xx-fix-softirq-work-is-pending-error.patch patches.suse/wifi-nl80211-reject-iftype-change-with-mesh-ID-chang.patch + patches.suse/wifi-iwlwifi-mvm-ensure-offloading-TID-queue-exists.patch + patches.suse/wifi-iwlwifi-mvm-fix-the-TXF-mapping-for-BZ-devices.patch + patches.suse/wifi-mac80211-only-call-drv_sta_rc_update-for-upload.patch + patches.suse/stmmac-Clear-variable-when-destroying-workqueue.patch + patches.suse/tools-ynl-fix-handling-of-multiple-mcast-groups.patch + patches.suse/rtnetlink-fix-error-logic-of-IFLA_BRIDGE_FLAGS-writi.patch + patches.suse/igb-extend-PTP-timestamp-adjustments-to-i211.patch + patches.suse/gtp-fix-use-after-free-and-null-ptr-deref-in-gtp_new.patch patches.suse/tls-decrement-decrypt_pending-if-no-async-completion.patch + patches.suse/tls-fix-peeking-with-sync-async-decryption.patch patches.suse/tls-separate-no-async-decryption-request-handling-fr.patch patches.suse/tls-fix-use-after-free-on-failed-backlog-decryption.patch patches.suse/Bluetooth-hci_bcm4377-do-not-mark-valid-bd_addr-as-i.patch patches.suse/Bluetooth-hci_sync-Check-the-correct-flag-before-sta.patch patches.suse/Bluetooth-Avoid-potential-use-after-free-in-hci_erro.patch patches.suse/Bluetooth-hci_sync-Fix-accept_list-when-attempting-t.patch + patches.suse/Bluetooth-rfcomm-Fix-null-ptr-deref-in-rfcomm_check_.patch patches.suse/Bluetooth-hci_event-Fix-wrongly-recorded-wakeup-BD_A.patch + patches.suse/Bluetooth-mgmt-Fix-limited-discoverable-off-timeout.patch patches.suse/Bluetooth-hci_event-Fix-handling-of-HCI_EV_IO_CAPA_R.patch patches.suse/Bluetooth-Enforce-validation-on-max-value-of-connect.patch patches.suse/Bluetooth-qca-Fix-wrong-event-type-for-patch-config-.patch patches.suse/tomoyo-fix-UAF-write-bug-in-tomoyo_write_control.patch patches.suse/gpu-host1x-Skip-reset-assert-on-Tegra186.patch + patches.suse/soc-qcom-pmic_glink_altmode-fix-drm-bridge-use-after.patch patches.suse/soc-qcom-pmic_glink-Fix-boot-when-QRTR-m.patch patches.suse/drm-tegra-Remove-existing-framebuffer-only-if-we-sup.patch patches.suse/fbcon-always-restore-the-old-font-data-in-fbcon_do_s.patch patches.suse/drm-buddy-fix-range-bias.patch + patches.suse/drm-buddy-check-range-allocation-matches-alignment.patch patches.suse/drm-amd-display-Prevent-potential-buffer-overflow-in.patch patches.suse/drm-amdgpu-pm-Fix-the-power1_min_cap-value.patch + patches.suse/drm-amdgpu-Enable-gpu-reset-for-S3-abort-cases-on-Ra.patch patches.suse/Revert-drm-amd-pm-resolve-reboot-exception-for-si-ol.patch patches.suse/drm-amd-display-Add-monitor-patch-for-specific-eDP-b7cdccc.patch + patches.suse/nouveau-report-byte-usage-in-VRAM-usage.patch patches.suse/drm-nouveau-keep-DMA-buffers-required-for-suspend-re.patch patches.suse/ALSA-firewire-lib-fix-to-check-cycle-continuity.patch patches.suse/ALSA-hda-realtek-Fix-top-speaker-connection-on-Dell-.patch @@ -19521,6 +21408,8 @@ patches.suse/ALSA-hda-realtek-ALC285-reduce-pop-noise-from-Headph.patch patches.suse/ASoC-cs35l56-Must-clear-HALO_STATE-before-issuing-SY.patch patches.suse/ASoC-qcom-Fix-uninitialized-pointer-dmactl.patch + patches.suse/ASoC-amd-yc-Add-Lenovo-ThinkBook-21J0-into-DMI-quirk.patch + patches.suse/ASoC-amd-yc-Fix-non-functional-mic-on-Lenovo-21J2.patch patches.suse/efi-capsule-loader-fix-incorrect-allocation-size.patch patches.suse/efivarfs-Request-at-most-512-bytes-for-variable-name.patch patches.suse/mmc-core-Fix-eMMC-initialization-with-1-bit-bus-conn.patch @@ -19528,16 +21417,25 @@ patches.suse/mmc-sdhci-xenon-fix-PHY-init-clock-stability.patch patches.suse/mmc-sdhci-xenon-add-timeout-for-PHY-init-complete.patch patches.suse/afs-Fix-endless-loop-in-directory-parsing.patch + patches.suse/btrfs-fix-race-between-ordered-extent-completion-and.patch + patches.suse/btrfs-ensure-fiemap-doesn-t-race-with-writes-when-FI.patch patches.suse/btrfs-fix-double-free-of-anonymous-device-after-snap.patch patches.suse/ceph-switch-to-corrected-encoding-of-max_xattr_size-i.patch patches.suse/kbuild-Add-Wa-fatal-warnings-to-as-instr-invocation.patch + patches.suse/of-property-fw_devlink-Fix-stupid-bug-in-remote-endp.patch + patches.suse/iommufd-Fix-iopt_access_list_id-overwrite-bug.patch + patches.suse/iommufd-Fix-protection-fault-in-iommufd_test_syz_con.patch patches.suse/power-supply-bq27xxx-i2c-Do-not-free-non-existing-IR.patch + patches.suse/scsi-mpi3mr-Reduce-stack-usage-in-mpi3mr_refresh_sas_ports.patch + patches.suse/scsi-mpt3sas-Prevent-sending-diag_reset-when-the-controller-is-ready.patch patches.suse/gpio-74x164-Enable-output-pins-after-registers-are-r.patch patches.suse/gpiolib-Fix-the-error-path-order-in-gpiochip_add_dat.patch patches.suse/gpio-fix-resource-unwinding-order-in-error-path.patch + patches.suse/firewire-core-use-long-bus-reset-on-gap-count-error.patch patches.suse/x86-e820-Don-t-reserve-SETUP_RNG_SEED-in-e820.patch patches.suse/powerpc-pseries-iommu-IOMMU-table-is-not-initialized.patch patches.suse/powerpc-rtas-use-correct-function-name-for-resetting.patch + patches.suse/dmaengine-dw-edma-eDMA-Add-sync-read-before-starting.patch patches.suse/dmaengine-fsl-qdma-fix-SoC-may-hang-on-16-byte-unali.patch patches.suse/dmaengine-fsl-qdma-init-irq-after-reg-initialization.patch patches.suse/dmaengine-idxd-Ensure-safe-user-copy-of-completion-r.patch @@ -19547,10 +21445,47 @@ patches.suse/msft-hv-2944-Drivers-hv-vmbus-Calculate-ring-buffer-size-for-more.patch patches.suse/msft-hv-2946-Drivers-hv-vmbus-Remove-duplication-and-cleanup-code.patch patches.suse/msft-hv-2947-Drivers-hv-vmbus-Update-indentation-in-create_gpadl_.patch + patches.suse/msft-hv-2950-x86-hyperv-Allow-15-bit-APIC-IDs-for-VTL-platforms.patch patches.suse/integrity-eliminate-unnecessary-Problem-loading-X.50.patch + patches.suse/ARM-imx_v6_v7_defconfig-Restore-CONFIG_BACKLIGHT_CLA.patch patches.suse/arm64-dts-imx8mp-Fix-LDB-clocks-property.patch + patches.suse/arm64-tegra-Set-the-correct-PHY-mode-for-MGBE.patch patches.suse/arm64-tegra-Fix-Tegra234-MGBE-power-domains.patch + patches.suse/fs-aio-Check-IOCB_AIO_RW-before-the-struct-aio_kiocb.patch patches.suse/net-lan78xx-fix-runtime-PM-count-underflow-on-link-s.patch + patches.suse/tracing-net_sched-Fix-tracepoints-that-save-qdisc_dev-as-a-string.patch + patches.suse/geneve-make-sure-to-pull-inner-header-in-geneve_rx.patch + patches.suse/net-sparx5-Fix-use-after-free-inside-sparx5_del_mact.patch + patches.suse/ixgbe-dis-en-able-irqs-in-ixgbe_txrx_ring_-dis-en-ab.patch + patches.suse/i40e-disable-NAPI-right-after-disabling-irqs-when-ha.patch + patches.suse/ice-reorder-disabling-IRQ-and-NAPI-in-ice_qp_dis.patch + patches.suse/ice-reconfig-host-after-changing-MSI-X-on-VF.patch + patches.suse/Revert-net-mlx5-Block-entering-switchdev-mode-with-n.patch + patches.suse/Revert-net-mlx5e-Check-the-number-of-elements-before.patch + patches.suse/net-mlx5-E-switch-Change-flow-rule-destination-check.patch + patches.suse/net-mlx5-Fix-fw-reporter-diagnose-output.patch + patches.suse/net-mlx5e-Change-the-warning-when-ignore_flow_level-.patch + patches.suse/net-mlx5e-Fix-MACsec-state-loss-upon-state-update-in.patch + patches.suse/net-mlx5e-Use-a-memory-barrier-to-enforce-PTP-WQ-xmi.patch + patches.suse/net-mlx5e-Switch-to-using-_bh-variant-of-of-spinlock.patch + patches.suse/net-ipv6-avoid-possible-UAF-in-ip6_route_mpath_notif.patch + patches.suse/net-dsa-microchip-fix-register-write-order-in-ksz8_i.patch + patches.suse/idpf-disable-local-BH-when-scheduling-napi-for-marke.patch + patches.suse/ice-virtchnl-stop-pretending-to-support-RSS-over-AQ-.patch + patches.suse/net-ice-Fix-potential-NULL-pointer-dereference-in-ic.patch + patches.suse/ice-fix-uninitialized-dplls-mutex-usage.patch + patches.suse/ice-fix-typo-in-assignment.patch + patches.suse/i40e-Fix-firmware-version-comparison-function.patch + patches.suse/igc-avoid-returning-frame-twice-in-XDP_REDIRECT.patch + patches.suse/intel-legacy-Partial-revert-of-field-get-conversion.patch + patches.suse/bpf-check-bpf_func_state-callback_depth-when-pruning.patch + patches.suse/selftests-bpf-test-case-for-callback_depth-states-pr.patch + patches.suse/xdp-bonding-Fix-feature-flags-when-there-are-no-slav.patch + patches.suse/cpumap-Zero-initialise-xdp_rxq_info-struct-before-ru.patch + patches.suse/netfilter-nf_tables-disallow-anonymous-set-with-time.patch + patches.suse/netfilter-nft_ct-fix-l3num-expectations-with-inet-ps.patch + patches.suse/netfilter-nf_tables-mark-set-as-dead-when-unbinding-.patch + patches.suse/net-pds_core-Fix-possible-double-free-in-error-handl.patch patches.suse/erofs-apply-proper-VMA-alignment-for-memory-mapped-files-on-THP.patch patches.suse/mm-vmscan-prevent-infinite-loop-for-costly-GFP_NOIO-__GFP_RETRY_MAYFAIL-allocations.patch patches.suse/mm-mmap-fix-vma_merge-case-7.patch @@ -19560,10 +21495,14 @@ patches.suse/drm-i915-Check-before-removing-mm-notifier.patch patches.suse/drm-i915-Don-t-explode-when-the-dig-port-we-don-t-ha.patch patches.suse/drm-i915-selftests-Fix-dependency-of-some-timeouts-o.patch + patches.suse/drm-amd-swsmu-modify-the-gfx-activity-scaling.patch patches.suse/drm-amd-display-check-dc_link-before-dereferencing.patch + patches.suse/drm-amd-display-handle-range-offsets-in-VRR-ranges.patch + patches.suse/drm-amdgpu-pm-Fix-the-error-of-pwm1_enable-setting.patch patches.suse/drm-Fix-output-poll-work-for-drm_kms_helper_poll-n.patch patches.suse/drm-panel-boe-tv101wum-nl6-Fine-tune-Himax83102-j02--9dfc46c.patch patches.suse/drm-nouveau-fix-stale-locked-mutex-in-nouveau_gem_io.patch + patches.suse/nouveau-lock-the-client-object-tree.patch patches.suse/ALSA-hda-realtek-Fix-headset-Mic-no-show-at-resume-b.patch patches.suse/ALSA-hda-optimize-the-probe-codec-process.patch patches.suse/ALSA-hda-realtek-Add-Headset-Mic-supported-Acer-NB-p.patch @@ -19578,6 +21517,8 @@ patches.suse/ASoC-wm8962-Enable-oscillator-if-selecting-WM8962_FL.patch patches.suse/ASoC-wm8962-Enable-both-SPKOUTR_ENA-and-SPKOUTL_ENA-.patch patches.suse/ASoC-wm8962-Fix-up-incorrect-error-message-in-wm8962.patch + patches.suse/Input-xpad-add-additional-HyperX-Controller-Identifi.patch + patches.suse/Input-gpio_keys_polled-suppress-deferred-probe-error.patch patches.suse/Input-synaptics-rmi4-fix-UAF-of-IRQ-domain-on-driver.patch patches.suse/thunderbolt-Fix-NULL-pointer-dereference-in-tb_port_.patch patches.suse/USB-usb-storage-Prevent-divide-by-0-error-in-isd200_.patch @@ -19591,7 +21532,8 @@ patches.suse/vt-fix-unicode-buffer-corruption-when-deleting-chara.patch patches.suse/tty-serial-fsl_lpuart-avoid-idle-preamble-pending-if.patch patches.suse/Revert-tty-serial-simplify-qcom_geni_serial_send_chu.patch - patches.suse/counter-fix-privdata-alignment.patch + patches.suse/mei-me-add-arrow-lake-point-S-DID.patch + patches.suse/mei-me-add-arrow-lake-point-H-DID.patch patches.suse/iio-pressure-dlhl60d-Initialize-empty-DLH-bytes.patch patches.suse/iio-accel-adxl367-fix-DEVID-read-after-reset.patch patches.suse/iio-accel-adxl367-fix-I2C-FIFO-data-register.patch @@ -19603,14 +21545,76 @@ patches.suse/i2c-i801-Avoid-potential-double-call-to-gpiod_remove.patch patches.suse/i2c-wmt-Fix-an-error-handling-path-in-wmt_i2c_probe.patch patches.suse/i2c-aspeed-Fix-the-dummy-irq-expected-print.patch + patches.suse/KVM-SVM-Flush-pages-under-kvm-lock-to-fix-UAF-in-svm.patch + patches.suse/KVM-x86-Mark-target-gfn-of-emulated-atomic-instructi.patch + patches.suse/KVM-x86-Update-KVM_SW_PROTECTED_VM-docs-to-make-it-c.patch + patches.suse/KVM-x86-mmu-Restrict-KVM_SW_PROTECTED_VM-to-the-TDP-.patch + patches.suse/SEV-disable-SEV-ES-DebugSwap-by-default.patch + patches.suse/tracing-Remove-precision-vsnprintf-check-from-print-event.patch + patches.suse/ring-buffer-Fix-waking-up-ring-buffer-readers.patch + patches.suse/ring-buffer-Fix-resetting-of-shortest_full.patch + patches.suse/tracing-Use-.flush-call-to-wake-up-readers.patch patches.suse/selftests-mqueue-Set-timeout-to-180-seconds.patch patches.suse/lib-cmdline-Fix-an-invalid-format-specifier-in-an-as.patch patches.suse/lib-memcpy_kunit-Fix-an-invalid-format-specifier-in-.patch patches.suse/rtc-test-Fix-invalid-format-specifier.patch + patches.suse/do_sys_name_to_handle-use-kzalloc-to-fix-kernel-info.patch + patches.suse/sysv-don-t-call-sb_bread-with-pointers_lock-held.patch + patches.suse/iomap-clear-the-per-folio-dirty-bits-on-all-writebac.patch + patches.suse/io_uring-remove-looping-around-handling-traditional-.patch + patches.suse/io_uring-remove-unconditional-looping-in-local-task_.patch + patches.suse/io_uring-net-unify-how-recvmsg-and-sendmsg-copy-in-t.patch + patches.suse/io_uring-net-move-receive-multishot-out-of-the-gener.patch + patches.suse/io_uring-net-correct-the-type-of-variable.patch + patches.suse/io_uring-net-fix-overflow-check-in-io_recvmsg_mshot_.patch + patches.suse/io_uring-fix-mshot-read-defer-taskrun-cqe-posting.patch + patches.suse/io_uring-fix-io_queue_proc-modifying-req-flags.patch + patches.suse/io_uring-net-correctly-handle-multishot-recvmsg-retr.patch + patches.suse/io_uring-fix-mshot-io-wq-checks.patch + patches.suse/s390-Once-the-discipline-is-associated-with-the-device-de.patch patches.suse/dm-dm-zoned-guard-blkdev_zone_mgmt-with-noio-scope-2180.patch + patches.suse/md-remove-redundant-check-of-mddev-sync_thread-61c9.patch + patches.suse/md-remove-redundant-md_wakeup_thread-faea.patch + patches.suse/md-get-rdev-mddev-with-READ_ONCE-9cfc.patch + patches.suse/md-use-RCU-lock-to-protect-traversal-in-md_spares_ne-570b.patch + patches.suse/md-fix-kmemleak-of-rdev-serial-6cf3.patch + patches.suse/nbd-null-check-for-nla_nest_start.patch + patches.suse/block-fix-deadlock-between-bd_link_disk_holder-and-p.patch patches.suse/blk-mq-don-t-change-nr_hw_queues-and-nr_maps-for-kdu.patch + patches.suse/md-merge-the-check-of-capabilities-into-md_ioctl_val-2fe4.patch + patches.suse/md-changed-the-switch-of-RAID_VERSION-to-if-4e26.patch + patches.suse/md-clean-up-invalid-BUG_ON-in-md_ioctl-9dd8.patch + patches.suse/md-return-directly-before-setting-did_set_md_closing-91b2.patch + patches.suse/md-Don-t-clear-MD_CLOSING-when-the-raid-is-about-to--9674.patch + patches.suse/md-factor-out-a-helper-to-sync-mddev-f74a.patch + patches.suse/md-sync-blockdev-before-stopping-raid-or-setting-rea-99b9.patch + patches.suse/md-clean-up-openers-check-in-do_md_stop-and-md_set_r-650b.patch + patches.suse/md-check-mddev-pers-before-calling-md_set_readonly-e9b0.patch patches.suse/md-raid5-fix-atomicity-violation-in-raid5_cache_coun-dfd2.patch + patches.suse/md-add-a-new-helper-rdev_has_badblock-3a0f.patch + patches.suse/md-raid1-factor-out-helpers-to-add-rdev-to-conf-969d.patch + patches.suse/md-raid1-record-nonrot-rdevs-while-adding-removing-r-2c27.patch + patches.suse/md-raid1-fix-choose-next-idle-in-read_balance-257a.patch + patches.suse/md-raid1-10-add-a-helper-raid1_check_read_range-f298.patch + patches.suse/md-raid1-10-factor-out-a-new-helper-raid1_should_rea-f109.patch + patches.suse/md-raid1-factor-out-read_first_rdev-from-read_balanc-31a7.patch + patches.suse/md-raid1-factor-out-choose_slow_rdev-from-read_balan-dfa8.patch + patches.suse/md-raid1-factor-out-choose_bb_rdev-from-read_balance-9f3c.patch + patches.suse/md-raid1-factor-out-the-code-to-manage-sequential-IO-ba58.patch + patches.suse/md-raid1-factor-out-helpers-to-choose-the-best-rdev--0091.patch + patches.suse/md-don-t-clear-MD_RECOVERY_FROZEN-for-new-dm-raid-un-2f03.patch + patches.suse/md-export-helpers-to-stop-sync_thread-7a23.patch + patches.suse/md-export-helper-md_is_rdwr-314e.patch + patches.suse/md-add-a-new-helper-reshape_interrupted-503f.patch + patches.suse/dm-raid-really-frozen-sync_thread-during-suspend-16c4.patch + patches.suse/md-dm-raid-don-t-call-md_reap_sync_thread-directly-cd32.patch + patches.suse/dm-raid-add-a-new-helper-prepare_suspend-in-md_perso-5625.patch + patches.suse/dm-raid456-md-raid456-fix-a-deadlock-for-dm-raid456-4142.patch patches.suse/dm-raid-fix-lockdep-waring-in-pers-hot_add_disk-9500.patch + patches.suse/block-prevent-division-by-zero-in-blk_rq_stat_sum.patch + patches.suse/aoe-fix-the-potential-use-after-free-problem-in-aoec.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 patches.suse/x86-mm-Fix-memory-encryption-features-advertisement patches.suse/x86-sme-Fix-memory-encryption-setting-if-enabled-by-default-and- @@ -19640,8 +21644,11 @@ patches.suse/crypto-ccp-Add-the-SNP_COMMIT-command patches.suse/crypto-ccp-Add-the-SNP_SET_CONFIG-command patches.suse/Documentation-virt-Fix-up-pre-formatted-text-block-f.patch + patches.suse/x86-Kconfig-Remove-CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAUL.patch + patches.suse/x86-sev-Fix-position-dependent-variable-references-in-star.patch patches.suse/0001-iommu-amd-Fix-failure-return-from-snp_lookup_rmpentr.patch patches.suse/crypto-ccp-Have-it-depend-on-AMD_IOMMU.patch + patches.suse/x86-nmi-Fix-the-inverse-in-NMI-handler-check.patch patches.suse/RAS-Introduce-AMD-Address-Translation-Library.patch patches.suse/EDAC-amd64-Use-new-AMD-Address-Translation-Library.patch patches.suse/Documentation-RAS-Add-index-and-address-translation-sectio.patch @@ -19655,13 +21662,20 @@ patches.suse/RAS-AMD-FMPM-Save-SPA-values.patch patches.suse/RAS-AMD-FMPM-Add-debugfs-interface-to-print-record-entries.patch patches.suse/RAS-AMD-FMPM-Fix-off-by-one-when-unwinding-on-error.patch + patches.suse/x86-nmi-Drop-unused-declaration-of-proc_nmi_enabled.patch + patches.suse/x86-mm-Ensure-input-to-pfn_to_kaddr-is-treated-as-a-64-bit.patch + patches.suse/x86-asm-Remove-the-__iomem-annotation-of-movdir64b-s-dst-a.patch patches.suse/x86-mmio-Disable-KVM-mitigation-when-X86_FEATURE_CLEAR_CPU.patch patches.suse/Documentation-hw-vuln-Add-documentation-for-RFDS.patch patches.suse/x86-rfds-Mitigate-Register-File-Data-Sampling-RFDS.patch patches.suse/KVM-x86-Export-RFDS_NO-and-RFDS_CLEAR-to-guests.patch patches.suse/s390-pai-fix-attr_event_free-upper-limit-for-pai-device-drivers.patch + patches.suse/s390-vdso-drop-fPIC-from-LDFLAGS.patch patches.suse/s390-cache-prevent-rebuild-of-shared_cpu_list.patch + patches.suse/arm64-dts-rockchip-fix-rk3328-hdmi-ports-node.patch + patches.suse/arm64-dts-rockchip-fix-rk3399-hdmi-ports-node.patch patches.suse/arm64-dts-allwinner-h6-Add-RX-DMA-channel-for-SPDIF.patch + patches.suse/dt-bindings-clock-qcom-Add-missing-UFS-QREF-clocks.patch patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-I2C-signals-on-OSM-S-i.MX8MM.patch patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-I2C-signals-on-SL-BL-i.MX8MM.patch patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-onboard-UART-signals-on-BL-OSM-S-board.patch @@ -19673,119 +21687,717 @@ patches.suse/arm64-dts-imx8mm-kontron-Refactor-devicetree-for-OSM-S-module-and-board.patch patches.suse/arm64-dts-imx8mm-venice-gw71xx-fix-USB-OTG-VBUS.patch patches.suse/arm64-dts-imx8mp-Set-SPI-NOR-to-max-40-MHz-on-Data-Modul-i.MX8M-Plus-eDM-SBC.patch + patches.suse/arm64-dts-marvell-reorder-crypto-interrupts-on-Armada-SoCs.patch patches.suse/arm64-dts-rockchip-add-missing-interrupt-names-for-rk356x-vdpu.patch patches.suse/arm64-dts-rockchip-fix-reset-names-for-rk356x-i2s2-controller.patch patches.suse/arm64-dts-rockchip-drop-rockchip-trcm-sync-tx-only-from-rk3588-i2s.patch patches.suse/firmware-arm_scmi-Fix-double-free-in-SMC-transport-c.patch patches.suse/bus-tegra-aconnect-Update-dependency-to-ARCH_TEGRA.patch + patches.suse/firmware-tegra-bpmp-Return-directly-after-a-failed-k.patch patches.suse/soc-qcom-socinfo-rename-PM2250-to-PM4125.patch patches.suse/soc-qcom-llcc-Check-return-value-on-Broadcast_OR-reg.patch patches.suse/memory-tegra-Correct-DLA-client-names.patch patches.suse/memory-tegra-Add-BPMP-and-ICC-info-for-DLA-clients.patch + patches.suse/ARM-s5pv210-fix-pm.c-kernel-doc-warning.patch patches.suse/btrfs-preallocate-temporary-extent-buffer-for-inode-.patch + patches.suse/btrfs-handle-chunk-tree-lookup-error-in-btrfs_reloca.patch + patches.suse/btrfs-export-handle-invalid-inode-or-root-reference-.patch + patches.suse/btrfs-send-handle-path-ref-underflow-in-header-itera.patch + patches.suse/btrfs-qgroup-always-free-reserved-space-for-extent-r.patch + patches.suse/btrfs-fix-off-by-one-chunk-length-calculation-at-con.patch + 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-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 + patches.suse/NFSD-fix-LISTXATTRS-returning-a-short-list-with-eof-.patch + patches.suse/NFSD-fix-LISTXATTRS-returning-more-bytes-than-maxcou.patch + patches.suse/NFSD-Reset-cb_seq_status-after-NFS4ERR_DELAY.patch + patches.suse/NFSD-Convert-the-callback-workqueue-to-use-delayed_w.patch + patches.suse/NFSD-Reschedule-CB-operations-when-backchannel-rpc_c.patch + patches.suse/NFSD-Retransmit-callbacks-after-client-reconnects.patch + patches.suse/nfsd-don-t-call-locks_release_private-twice-concurre.patch + patches.suse/nfsd-Fix-a-regression-in-nfsd_setattr.patch + patches.suse/pstore-inode-Only-d_invalidate-is-needed.patch + patches.suse/pstore-zone-Add-a-null-pointer-check-to-the-psz_kmsg.patch + patches.suse/VMCI-Fix-memcpy-run-time-warning-in-dg_dispatch_as_h.patch + patches.suse/x86-relocs-Ignore-relocations-in-.notes-section.patch + patches.suse/VMCI-Fix-possible-memcpy-run-time-warning-in-vmci_da.patch + patches.suse/overflow-Allow-non-type-arg-to-type_max-and-type_min.patch patches.suse/doc-guide-kernel-doc-tell-about-object-like-macros.patch + patches.suse/docs-Restore-smart-quotes-for-quotes.patch + patches.suse/sock_diag-annotate-data-races-around-sock_diag_handl.patch + patches.suse/inet_diag-annotate-data-races-around-inet_diag_table.patch + patches.suse/wifi-rtw89-pci-use-DBI-function-for-8852AE-8852BE-88.patch + patches.suse/wifi-rtw89-8852b-update-TX-power-tables-to-R36.patch + patches.suse/wifi-rtw89-8851b-update-TX-power-tables-to-R37.patch + patches.suse/wifi-rtw89-phy-move-bb_gain_info-used-by-WiFi-6-chip.patch + patches.suse/wifi-rtw89-phy-add-parser-to-support-RX-gain-dynamic.patch + patches.suse/wifi-rtw89-8922a-set-RX-gain-along-with-set_channel-.patch + patches.suse/wifi-rtw89-8922a-update-the-register-used-in-DIG-and.patch + patches.suse/wifi-rtw89-phy-ignore-special-data-from-BB-parameter.patch + patches.suse/wifi-rtw89-8922a-add-NCTL-pre-settings-for-WiFi-7-ch.patch + patches.suse/wifi-rtw89-phy-add-BB-wrapper-of-TX-power-for-WiFi-7.patch + patches.suse/wifi-rtw89-phy-set-channel_info-for-WiFi-7-chips.patch + patches.suse/wifi-rtw89-mac-Fix-spelling-mistakes-notfify-notify.patch + patches.suse/wifi-rtw88-8822ce-refine-power-parameters-for-RFE-ty.patch + patches.suse/wifi-rtl8xxxu-remove-assignment-of-priv-vif-in-rtl8x.patch + patches.suse/wifi-rtl8xxxu-prepare-supporting-two-virtual-interfa.patch + patches.suse/wifi-rtl8xxxu-support-setting-linktype-for-both-inte.patch + patches.suse/wifi-rtl8xxxu-8188e-convert-usage-of-priv-vif-to-pri.patch + patches.suse/wifi-rtl8xxxu-support-setting-mac-address-register-f.patch + patches.suse/wifi-rtl8xxxu-extend-wifi-connected-check-to-both-in.patch + patches.suse/wifi-rtl8xxxu-extend-check-for-matching-bssid-to-bot.patch + patches.suse/wifi-rtl8xxxu-don-t-parse-CFO-if-both-interfaces-are.patch + patches.suse/wifi-rtl8xxxu-support-setting-bssid-register-for-mul.patch + patches.suse/wifi-rtl8xxxu-support-multiple-interfaces-in-set_aif.patch + patches.suse/wifi-rtl8xxxu-support-multiple-interfaces-in-update_.patch + patches.suse/wifi-rtl8xxxu-support-multiple-interfaces-in-configu.patch + patches.suse/wifi-rtl8xxxu-support-multiple-interfaces-in-watchdo.patch + patches.suse/wifi-rtl8xxxu-support-multiple-interfaces-in-add-rem.patch + patches.suse/wifi-rtl8xxxu-support-multiple-interfaces-in-bss_inf.patch + patches.suse/wifi-rtl8xxxu-support-multiple-interface-in-start_ap.patch + patches.suse/wifi-rtl8xxxu-add-macids-for-STA-mode.patch + patches.suse/wifi-rtl8xxxu-remove-obsolete-priv-vif.patch + patches.suse/wifi-rtl8xxxu-add-hw-crypto-support-for-AP-mode.patch + patches.suse/wifi-rtl8xxxu-make-supporting-AP-mode-only-on-port-0.patch + patches.suse/wifi-rtl8xxxu-declare-concurrent-mode-support-for-81.patch + patches.suse/wifi-rtl8xxxu-Fix-LED-control-code-of-RTL8192FU.patch + patches.suse/wifi-rtl8xxxu-Fix-off-by-one-initial-RTS-rate.patch patches.suse/wifi-b43-Stop-wake-correct-queue-in-DMA-Tx-path-when.patch patches.suse/wifi-b43-Stop-wake-correct-queue-in-PIO-Tx-path-when.patch patches.suse/wifi-b43-Stop-correct-queue-in-DMA-worker-when-QoS-i.patch patches.suse/wifi-b43-Disable-QoS-for-bcm4331.patch patches.suse/wifi-wilc1000-fix-RCU-usage-in-connect-path.patch + patches.suse/wifi-rtw89-add-firmware-H2C-command-of-BA-CAM-V1.patch + patches.suse/wifi-rtw89-mac-add-feature_init-to-initialize-BA-CAM.patch + patches.suse/wifi-rtw89-add-chip_ops-h2c_ba_cam-to-configure-BA-C.patch + patches.suse/wifi-rtw89-8922a-update-BA-CAM-number-to-24.patch + patches.suse/wifi-rtw89-fw-use-struct-to-fill-BA-CAM-H2C-commands.patch + patches.suse/wifi-rtw89-refine-H2C-command-that-pause-transmittin.patch + patches.suse/wifi-rtw89-add-new-H2C-command-to-pause-sleep-transm.patch + patches.suse/wifi-rtw89-use-struct-to-fill-H2C-command-to-downloa.patch + patches.suse/wifi-rtw89-add-H2C-command-to-download-beacon-frame-.patch + patches.suse/wifi-rtw89-add-chip_ops-update_beacon-to-abstract-up.patch + patches.suse/wifi-rtlwifi-cleanup-few-rtlxxx_tx_fill_desc-routine.patch + patches.suse/wifi-rtlwifi-rtl_usb-Use-sync-register-writes.patch patches.suse/wifi-rtl8xxxu-add-cancel_work_sync-for-c2hcmd_work.patch + patches.suse/wifi-rtl8xxxu-enable-channel-switch-support.patch + patches.suse/wifi-rtw88-use-kstrtoX_from_user-in-debugfs-handlers.patch + patches.suse/wifi-rtw89-adjust-init_he_cap-to-add-EHT-cap-into-if.patch + patches.suse/wifi-rtw89-change-supported-bandwidths-of-chip_info-.patch + patches.suse/wifi-rtw89-add-EHT-capabilities-for-WiFi-7-chips.patch + patches.suse/wifi-rtw89-declare-EXT-NSS-BW-of-VHT-capability.patch + patches.suse/wifi-rtw89-fw-add-H2C-command-to-update-security-CAM.patch + patches.suse/wifi-rtw89-fw-fill-CMAC-table-to-associated-station-.patch + patches.suse/wifi-rtw89-fw-add-chip_ops-to-update-CMAC-table-to-a.patch + patches.suse/wifi-rtw89-fw-update-TX-AMPDU-parameter-to-CMAC-tabl.patch + patches.suse/wifi-rtw89-fw-add-H2C-command-to-reset-CMAC-table-fo.patch + patches.suse/wifi-rtw89-fw-add-H2C-command-to-reset-DMAC-table-fo.patch + patches.suse/wifi-rtw89-fw-use-struct-to-fill-JOIN-H2C-command.patch + patches.suse/wifi-rtw89-fw-extend-JOIN-H2C-command-to-support-WiF.patch + patches.suse/wifi-rtlwifi-rtl8192de-Don-t-read-register-in-_rtl92.patch + patches.suse/wifi-wilc1000-fix-driver_handler-when-committing-ini.patch patches.suse/wifi-wilc1000-do-not-realloc-workqueue-everytime-an-.patch + patches.suse/wifi-wilc1000-fix-incorrect-power-down-sequence.patch patches.suse/wifi-wilc1000-fix-multi-vif-management-when-deleting.patch + patches.suse/wifi-rtl8xxxu-convert-EN_DESC_ID-of-TX-descriptor-to.patch + patches.suse/wifi-rtl8xxxu-make-instances-of-iface-limit-and-comb.patch + patches.suse/wifi-brcmsmac-phy-Remove-unreachable-code.patch + patches.suse/wifi-mwifiex-Use-helpers-to-check-multicast-addresse.patch patches.suse/wifi-mwifiex-debugfs-Drop-unnecessary-error-check-fo.patch + patches.suse/wifi-rt2x00-simplify-rt2x00crypto_rx_insert_iv.patch patches.suse/wifi-brcmfmac-Fix-use-after-free-bug-in-brcmf_cfg802.patch + patches.suse/wifi-brcmfmac-export-firmware-interface-functions.patch + patches.suse/wifi-brcmfmac-add-per-vendor-feature-detection-callb.patch + patches.suse/wifi-brcmfmac-move-feature-overrides-before-feature_.patch + patches.suse/wifi-brcmfmac-cfg80211-Use-WSEC-to-set-SAE-password.patch + patches.suse/wifi-brcmfmac-Demote-vendor-specific-attach-detach-m.patch patches.suse/wifi-brcmfmac-avoid-invalid-list-operation-when-vend.patch + patches.suse/wifi-brcmfmac-allow-per-vendor-event-handling.patch + patches.suse/wifi-rtl8xxxu-add-missing-number-of-sec-cam-entries-.patch + patches.suse/wifi-rtlwifi-Speed-up-firmware-loading-for-USB.patch + patches.suse/wifi-rtw89-add-mlo_dbcc_mode-for-WiFi-7-chips.patch + patches.suse/wifi-rtw89-8922a-add-chip_ops-enable-disable-_bb_rf.patch + patches.suse/wifi-rtw89-8922a-add-chip_ops-related-to-BB-init.patch + patches.suse/wifi-rtw89-8922a-add-register-definitions-of-H2C-C2H.patch + patches.suse/wifi-rtw89-8922a-add-TX-power-related-ops.patch + patches.suse/wifi-rtw89-8922a-add-BTG-functions-to-assist-BT-coex.patch + patches.suse/wifi-rtw89-refine-add_chan-H2C-command-to-encode_bit.patch + patches.suse/wifi-rtw89-refine-hardware-scan-C2H-events.patch + patches.suse/wifi-rtw89-Set-default-CQM-config-if-not-present.patch + patches.suse/wifi-rtw89-disable-RTS-when-broadcast-multicast.patch + patches.suse/wifi-rtw89-fix-null-pointer-access-when-abort-scan.patch + patches.suse/wifi-rtw89-add-wait-completion-for-abort-scan.patch + patches.suse/wifi-rtw89-fix-HW-scan-timeout-due-to-TSF-sync-issue.patch + patches.suse/wifi-rtw89-fix-disabling-concurrent-mode-TX-hang-iss.patch + patches.suse/af_unix-Do-not-use-atomic-ops-for-unix_sk-sk-inflight.patch + patches.suse/bnx2x-Fix-firmware-version-string-character-counts.patch + patches.suse/mlxsw-Use-refcount_t-for-reference-counting.patch + patches.suse/net-stmmac-dwmac-starfive-Add-support-for-JH7100-SoC.patch + patches.suse/net-phy-phy_device-Prevent-nullptr-exceptions-on-ISR.patch + patches.suse/af_unix-Replace-BUG_ON-with-WARN_ON_ONCE.patch patches.suse/net-sched-Add-helper-macros-with-module-names.patch patches.suse/net-sched-Add-module-aliases-for-cls_-sch_-act_-modules.patch patches.suse/net-sched-Load-modules-via-their-alias.patch patches.suse/net-sched-Remove-alias-of-sch_clsact.patch patches.suse/net-phy-realtek-add-support-for-RTL8126A-integrated-.patch patches.suse/r8169-add-support-for-RTL8126A.patch + patches.suse/net-ravb-Let-IP-specific-receive-function-to-interro.patch patches.suse/net-mdio-add-2.5g-and-5g-related-PMA-speed-constants.patch patches.suse/net-phy-realtek-use-generic-MDIO-constants.patch patches.suse/net-phy-realtek-add-5Gbps-support-to-rtl822x_config_.patch + patches.suse/net-mlx5-SF-Stop-waiting-for-FW-as-teardown-was-call.patch + patches.suse/net-add-netdev_lockdep_set_classes-to-virtual-driver.patch patches.suse/can-softing-remove-redundant-NULL-check.patch + patches.suse/ionic-set-adminq-irq-affinity.patch + patches.suse/net-ena-Remove-ena_select_queue.patch + patches.suse/wifi-cfg80211-add-RNR-with-reporting-AP-information.patch + patches.suse/wifi-ieee80211-add-definitions-for-negotiated-TID-to.patch + patches.suse/wifi-mac80211-process-and-save-negotiated-TID-to-Lin.patch + patches.suse/wifi-cfg80211-add-support-for-SPP-A-MSDUs.patch + patches.suse/wifi-mac80211-add-support-for-SPP-A-MSDUs.patch + patches.suse/wifi-mac80211-use-deflink-and-fix-typo-in-link-ID-ch.patch + patches.suse/wifi-iwlwifi-Add-support-for-new-802.11be-device.patch + patches.suse/wifi-iwlwifi-make-TB-reallocation-a-debug-message.patch + patches.suse/wifi-iwlwifi-disable-160-MHz-based-on-subsystem-devi.patch + patches.suse/wifi-iwlwifi-mvm-limit-EHT-320-MHz-MCS-for-STEP-URM.patch + patches.suse/wifi-iwlwifi-remove-retry-loops-in-start.patch + patches.suse/wifi-iwlwifi-change-link-id-in-time-event-to-s8.patch + patches.suse/wifi-iwlwifi-nvm-parse-advertise-common-packet-paddi.patch + patches.suse/wifi-iwlwifi-skip-affinity-setting-on-non-SMP.patch + patches.suse/wifi-iwlwifi-mvm-introduce-PHY_CONTEXT_CMD_API_VER_5.patch + patches.suse/wifi-iwlwifi-bump-FW-API-to-87-for-AX-BZ-SC-devices.patch + patches.suse/wifi-iwlwifi-implement-can_activate_links-callback.patch + patches.suse/wifi-iwlwifi-add-support-for-a-wiphy_work-rx-handler.patch patches.suse/wifi-ath10k-fix-NULL-pointer-dereference-in-ath10k_w.patch + patches.suse/wifi-ath11k-refactor-ath11k_wmi_tlv_parse_alloc.patch + patches.suse/wifi-ath9k-delete-some-unused-duplicate-macros.patch + patches.suse/wifi-ath9k-Convert-to-platform-remove-callback-retur.patch + patches.suse/wifi-ath9k-fix-LNA-selection-in-ath_ant_try_scan.patch + patches.suse/wifi-ath10k-use-flexible-array-in-struct-wmi_host_me.patch + patches.suse/wifi-ath10k-use-flexible-arrays-for-WMI-start-scan-T.patch + patches.suse/wifi-ath10k-remove-struct-wmi_pdev_chanlist_update_e.patch + patches.suse/wifi-ath10k-remove-unused-template-structs.patch + patches.suse/wifi-ath10k-use-flexible-array-in-struct-wmi_tdls_pe.patch + patches.suse/wifi-ath10k-remove-duplicate-memset-in-10.4-TDLS-pee.patch + patches.suse/wifi-ath12k-add-string-type-to-search-board-data-in-.patch + patches.suse/wifi-ath12k-add-fallback-board-name-without-variant-.patch + patches.suse/wifi-ath12k-remove-unused-ATH12K_BD_IE_BOARD_EXT.patch + patches.suse/wifi-ath12k-add-support-to-search-regdb-data-in-boar.patch + patches.suse/wifi-ath12k-support-default-regdb-while-searching-bo.patch + patches.suse/wifi-ath12k-Make-QMI-message-rules-const.patch + patches.suse/wifi-ath11k-fix-IOMMU-errors-on-buffer-rings.patch + patches.suse/wifi-ath12k-refactor-ath12k_wmi_tlv_parse_alloc.patch + patches.suse/wifi-ath11k-add-support-to-select-6-GHz-regulatory-t.patch + patches.suse/wifi-ath11k-store-cur_regulatory_info-for-each-radio.patch + patches.suse/wifi-ath11k-fix-a-possible-dead-lock-caused-by-ab-ba.patch + patches.suse/wifi-ath11k-update-regulatory-rules-when-interface-a.patch + patches.suse/wifi-ath11k-update-regulatory-rules-when-connect-to-.patch + patches.suse/wifi-ath11k-save-power-spectral-density-PSD-of-regul.patch + patches.suse/wifi-ath11k-add-parse-of-transmit-power-envelope-ele.patch + patches.suse/wifi-ath11k-save-max-transmit-power-in-vdev-start-re.patch + patches.suse/wifi-ath11k-fill-parameters-for-vdev-set-tpc-power-W.patch + patches.suse/wifi-ath11k-add-WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT-.patch + patches.suse/wifi-ath11k-add-handler-for-WMI_VDEV_SET_TPC_POWER_C.patch + patches.suse/wifi-ath11k-use-WMI_VDEV_SET_TPC_POWER_CMDID-when-EX.patch + patches.suse/wifi-ath12k-Remove-unnecessary-struct-qmi_txn-initia.patch + patches.suse/wifi-ath12k-Add-missing-qmi_txn_cancel-calls.patch + patches.suse/wifi-ath12k-Use-initializers-for-QMI-message-buffers.patch + patches.suse/wifi-ath12k-relocate-ath12k_dp_pdev_pre_alloc-call.patch + patches.suse/wifi-ath12k-refactor-ath12k_mac_allocate-and-ath12k_.patch + patches.suse/wifi-ath12k-refactor-ath12k_mac_setup_channels_rates.patch + patches.suse/wifi-ath12k-refactor-ath12k_mac_register-and-ath12k_.patch + patches.suse/wifi-ath12k-refactor-ath12k_mac_op_config.patch + patches.suse/wifi-ath12k-refactor-ath12k_bss_assoc.patch + patches.suse/wifi-ath12k-refactor-ath12k_mac_op_conf_tx.patch + patches.suse/wifi-ath12k-refactor-ath12k_mac_op_start.patch + patches.suse/wifi-ath12k-refactor-ath12k_mac_op_stop.patch + patches.suse/wifi-ath12k-refactor-ath12k_mac_op_update_vif_offloa.patch + patches.suse/wifi-ath12k-refactor-ath12k_mac_op_configure_filter.patch + patches.suse/wifi-ath12k-refactor-ath12k_mac_op_ampdu_action.patch + patches.suse/wifi-ath12k-refactor-ath12k_mac_op_flush.patch + patches.suse/wifi-ath12k-ath12k_start_vdev_delay-convert-to-use-a.patch + patches.suse/wifi-ath11k-document-HAL_RX_BUF_RBM_SW4_BM.patch + patches.suse/wifi-ath12k-refactor-QMI-MLO-host-capability-helper-.patch + patches.suse/wifi-ath12k-add-QMI-PHY-capability-learn-support.patch + patches.suse/wifi-ath12k-replace-ENOTSUPP-with-EOPNOTSUPP.patch + patches.suse/wifi-ath11k-replace-ENOTSUPP-with-EOPNOTSUPP.patch + patches.suse/wifi-ath10k-replace-ENOTSUPP-with-EOPNOTSUPP.patch + patches.suse/wifi-ath12k-fix-wrong-definitions-of-hal_reo_update_.patch + patches.suse/wifi-ath12k-add-support-for-BA1024.patch + patches.suse/wifi-ath12k-change-MAC-buffer-ring-size-to-2048.patch + patches.suse/wifi-ath12k-Refactor-the-mac80211-hw-access-from-lin.patch + patches.suse/wifi-ath12k-Introduce-the-container-for-mac80211-hw.patch + patches.suse/wifi-ath12k-add-support-for-collecting-firmware-log.patch + patches.suse/wifi-ath10k-add-missing-wmi_10_4_feature_mask-docume.patch + patches.suse/wifi-ath10k-correctly-document-enum-wmi_tlv_tx_pause.patch + patches.suse/wifi-ath10k-fix-htt_q_state_conf-htt_q_state-kernel-.patch + patches.suse/wifi-ath10k-Fix-htt_data_tx_completion-kernel-doc-wa.patch + patches.suse/wifi-ath10k-Fix-enum-ath10k_fw_crash_dump_type-kerne.patch patches.suse/wifi-ath12k-Fix-issues-in-channel-list-update.patch + patches.suse/wifi-ath11k-enable-36-bit-mask-for-stream-DMA.patch + patches.suse/wifi-ath11k-remove-invalid-peer-create-logic.patch + patches.suse/wifi-ath11k-rename-ath11k_start_vdev_delay.patch + patches.suse/wifi-ath11k-avoid-forward-declaration-of-ath11k_mac_.patch + patches.suse/wifi-ath11k-fix-connection-failure-due-to-unexpected.patch + patches.suse/wifi-brcmfmac-add-linefeed-at-end-of-file.patch patches.suse/wifi-brcmfmac-fix-copyright-year-mentioned-in-platfo.patch + patches.suse/wifi-rtw89-pci-update-SER-timer-unit-and-timeout-tim.patch + patches.suse/wifi-rtw89-pci-interrupt-v2-refine-IMR-for-SER.patch + patches.suse/wifi-rtw89-pci-validate-RX-tag-for-RXQ-and-RPQ.patch + patches.suse/wifi-rtw89-pci-enlarge-RX-DMA-buffer-to-consider-siz.patch + patches.suse/wifi-rtw89-8922a-hook-handlers-of-TX-RX-descriptors-.patch + patches.suse/wifi-rtw89-8922a-implement-stop-resume-_sch_tx-and-c.patch + patches.suse/wifi-rtw89-8922a-add-chip_ops-cfg_txrx_path.patch + patches.suse/wifi-rtw89-8922a-add-RF-read-write-v2.patch + patches.suse/wifi-rtw89-8922a-add-chip_ops-to-get-thermal-value.patch + patches.suse/wifi-rtw89-8922a-set-chip_ops-FEM-and-GPIO-to-NULL.patch + patches.suse/wifi-rtw89-update-scan-C2H-messages-for-wifi-7-IC.patch + patches.suse/wifi-rtw89-debug-add-FW-log-component-for-scan.patch + patches.suse/wifi-rtw89-prepare-scan-leaf-functions-for-wifi-7-IC.patch + patches.suse/wifi-rtw89-8922a-add-ieee80211_ops-hw_scan.patch + patches.suse/wifi-rtw89-add-new-H2C-for-PS-mode-in-802.11be-chip.patch + patches.suse/wifi-rtw89-update-ps_state-register-for-chips-with-d.patch + patches.suse/wifi-rtw89-8922a-add-more-fields-to-beacon-H2C-comma.patch + patches.suse/wifi-rtl8xxxu-fix-error-messages.patch + patches.suse/wifi-iwlwifi-disable-eSR-when-BT-is-active.patch + patches.suse/wifi-iwlwifi-mvm-Add-support-for-removing-responder-.patch patches.suse/wifi-iwlwifi-mvm-report-beacon-protection-failures.patch + patches.suse/wifi-iwlwifi-mvm-d3-disconnect-on-GTK-rekey-failure.patch + patches.suse/wifi-iwlwifi-fix-some-kernel-doc-issues-8a41c01.patch + patches.suse/wifi-iwlwifi-dbg-tlv-avoid-extra-allocation-copy.patch + patches.suse/wifi-iwlwifi-dbg-tlv-use-struct_size-for-allocation.patch patches.suse/wifi-iwlwifi-dbg-tlv-ensure-NUL-termination.patch + patches.suse/wifi-iwlwifi-fw-dbg-ensure-correct-config-name-sizes.patch patches.suse/wifi-iwlwifi-acpi-fix-WPFC-reading.patch + patches.suse/wifi-iwlwifi-mvm-disconnect-station-vifs-if-recovery.patch patches.suse/wifi-iwlwifi-mvm-initialize-rates-in-FW-earlier.patch + patches.suse/wifi-iwlwifi-implement-GLAI-ACPI-table-loading.patch + patches.suse/wifi-iwlwifi-cleanup-uefi-variables-loading.patch patches.suse/wifi-iwlwifi-fix-EWRD-table-validity-check.patch + patches.suse/wifi-iwlwifi-mvm-add-support-for-TID-to-link-mapping.patch patches.suse/wifi-iwlwifi-mvm-d3-fix-IPN-byte-order.patch + patches.suse/wifi-iwlwifi-Fix-spelling-mistake-SESION-SESSION.patch + patches.suse/wifi-iwlwifi-mvm-don-t-set-trigger-frame-padding-in-.patch + patches.suse/wifi-iwlwifi-always-have-uats_enabled.patch + patches.suse/wifi-iwlwifi-mvm-Fix-FTM-initiator-flags.patch + patches.suse/wifi-iwlwifi-remove-Gl-A-step-remnants.patch patches.suse/wifi-iwlwifi-mvm-use-FW-rate-for-non-data-only-on-ne.patch patches.suse/wifi-iwlwifi-mvm-fix-the-TLC-command-after-ADD_STA.patch + patches.suse/wifi-iwlwifi-pcie-Add-the-PCI-device-id-for-new-hard.patch + patches.suse/wifi-iwlwifi-mvm-support-SPP-A-MSDUs.patch + patches.suse/wifi-iwlwifi-mvm-log-dropped-packets-due-to-MIC-erro.patch + patches.suse/wifi-iwlwifi-mvm-refactor-duplicate-chanctx-conditio.patch patches.suse/wifi-iwlwifi-read-BIOS-PNVM-only-for-non-Intel-SKU.patch + patches.suse/wifi-iwlwifi-mvm-d3-implement-suspend-with-MLO.patch + patches.suse/wifi-iwlwifi-mvm-check-AP-supports-EMLSR.patch + patches.suse/wifi-iwlwifi-prepare-for-reading-SAR-tables-from-UEF.patch + patches.suse/wifi-iwlwifi-cleanup-sending-PER_CHAIN_LIMIT_OFFSET_.patch + patches.suse/wifi-iwlwifi-read-SAR-tables-from-UEFI.patch + patches.suse/wifi-iwlwifi-small-cleanups-in-PPAG-table-flows.patch + patches.suse/wifi-iwlwifi-prepare-for-reading-PPAG-table-from-UEF.patch + patches.suse/wifi-iwlwifi-validate-PPAG-table-when-sent-to-FW.patch + patches.suse/wifi-iwlwifi-read-PPAG-table-from-UEFI.patch + patches.suse/wifi-iwlwifi-don-t-check-TAS-block-list-size-twice.patch + patches.suse/wifi-iwlwifi-prepare-for-reading-TAS-table-from-UEFI.patch + patches.suse/wifi-iwlwifi-separate-TAS-read-from-BIOS-and-send-to.patch + patches.suse/wifi-iwlwifi-read-WTAS-table-from-UEFI.patch + patches.suse/iwlwifi-fw-fix-more-kernel-doc-warnings.patch + patches.suse/wifi-iwlwifi-remove-unused-function-prototype.patch + patches.suse/wifi-iwlwifi-api-clean-up-some-kernel-doc-typos.patch + patches.suse/wifi-iwlwifi-prepare-for-reading-SPLC-from-UEFI.patch + patches.suse/wifi-iwlwifi-read-SPLC-from-UEFI.patch + patches.suse/wifi-iwlwifi-mvm-don-t-send-NDPs-for-new-tx-devices.patch + patches.suse/wifi-iwlwifi-mvm-use-fast-balance-scan-in-case-of-an.patch + patches.suse/wifi-iwlwifi-support-link-command-version-2.patch + patches.suse/wifi-iwlwifi-read-WRDD-table-from-UEFI.patch + patches.suse/wifi-iwlwifi-read-ECKV-table-from-UEFI.patch + patches.suse/wifi-iwlwifi-rfi-use-a-single-DSM-function-for-all-R.patch + patches.suse/wifi-iwlwifi-take-send-DSM-to-FW-flows-out-of-ACPI-i.patch + patches.suse/wifi-iwlwifi-simplify-getting-DSM-from-ACPI.patch + patches.suse/wifi-iwlwifi-prepare-for-reading-DSM-from-UEFI.patch + patches.suse/wifi-iwlwifi-read-DSM-functions-from-UEFI.patch + patches.suse/wifi-iwlwifi-mvm-don-t-send-BT_COEX_CI-command-on-ne.patch + patches.suse/wifi-iwlwifi-bump-FW-API-to-88-for-AX-BZ-SC-devices.patch + patches.suse/wifi-iwlwifi-mvm-make-functions-public.patch + patches.suse/wifi-iwlwifi-fw-fix-compile-w-o-CONFIG_ACPI.patch + patches.suse/wifi-iwlwifi-fw-fix-compiler-warning-for-NULL-string.patch patches.suse/wifi-iwlwifi-mvm-fix-warnings-from-dmi_get_system_in.patch patches.suse/wifi-libertas-fix-some-memleaks-in-lbs_allocate_cmd_.patch + patches.suse/wifi-rtl8xxxu-Add-TP-Link-TL-WN823N-V2.patch + patches.suse/wifi-zd1211rw-remove-__nocast-from-zd_addr_t.patch + patches.suse/wifi-rsi-fix-restricted-__le32-degrades-to-integer-s.patch + patches.suse/wifi-cw1200-fix-__le16-sparse-warnings.patch + patches.suse/wifi-ti-wlcore-sdio-Drop-unused-include.patch patches.suse/wifi-brcmsmac-Drop-legacy-header.patch + patches.suse/wifi-mwifiex-Drop-unused-headers.patch + patches.suse/wifi-plfxlc-Drop-unused-include.patch + patches.suse/wifi-cw1200-Convert-to-GPIO-descriptors.patch + patches.suse/wifi-wilc1000-remove-setting-msg.spi.patch + patches.suse/wifi-rtw89-rfk-add-a-completion-to-wait-RF-calibrati.patch + patches.suse/wifi-rtw89-rfk-send-channel-information-to-firmware-.patch + patches.suse/wifi-rtw89-rfk-add-H2C-command-to-trigger-IQK.patch + patches.suse/wifi-rtw89-rfk-add-H2C-command-to-trigger-RX-DCK.patch + patches.suse/wifi-rtw89-rfk-add-H2C-command-to-trigger-DPK.patch + patches.suse/wifi-rtw89-rfk-add-H2C-command-to-trigger-DACK.patch + patches.suse/wifi-rtw89-rfk-add-H2C-command-to-trigger-TXGAPK.patch + patches.suse/wifi-rtw89-rfk-add-H2C-command-to-trigger-TSSI.patch + patches.suse/wifi-rtw89-8922a-rfk-implement-chip_ops-to-call-RF-c.patch + patches.suse/wifi-rtw89-8922a-add-chip_ops-rfk_init_late-to-do-in.patch + patches.suse/wifi-rtw89-8922a-add-chip_ops-rfk_hw_init.patch + patches.suse/wifi-rtw89-fw-consider-checksum-length-of-security-d.patch + patches.suse/wifi-rtw89-fw-read-firmware-secure-information-from-.patch + patches.suse/wifi-rtw89-fw-parse-secure-section-from-firmware-fil.patch + patches.suse/wifi-rtw89-fw-download-firmware-with-key-data-for-se.patch patches.suse/wifi-wfx-fix-memory-leak-when-starting-AP.patch + patches.suse/wifi-rtl8xxxu-update-rate-mask-per-sta.patch + patches.suse/wifi-mac80211-simplify-non-chanctx-drivers.patch + patches.suse/wifi-iwlwifi-return-negative-EINVAL-instead-of-posit.patch + patches.suse/wifi-mac80211-update-beacon-counters-per-link-basis.patch + patches.suse/wifi-iwlwifi-add-HONOR-to-PPAG-approved-list.patch + patches.suse/wifi-iwlwifi-pcie-don-t-allow-hw-rfkill-to-stop-devi.patch + patches.suse/wifi-iwlwifi-Add-support-for-PPAG-cmd-v5-and-PPAG-re.patch + patches.suse/wifi-iwlwifi-mvm-const-ify-chandef-pointers.patch + patches.suse/wifi-iwlwifi-adjust-rx_phyinfo-debugfs-to-MLO.patch + patches.suse/wifi-iwlwifi-read-mac-step-from-aux-register.patch + patches.suse/wifi-iwlwifi-mvm-remove-EHT-code-from-mac80211.c.patch + patches.suse/wifi-iwlwifi-use-system_unbound_wq-for-debug-dump.patch + patches.suse/wifi-iwlwifi-mvm-don-t-support-reduced-tx-power-on-a.patch patches.suse/wifi-iwlwifi-support-EHT-for-WH.patch + patches.suse/wifi-iwlwifi-mvm-remove-one-queue-sync-on-BA-session.patch + patches.suse/wifi-iwlwifi-mvm-advertise-support-for-protected-ran.patch + patches.suse/wifi-iwlwifi-mvm-Declare-support-for-secure-LTF-meas.patch + patches.suse/wifi-iwlwifi-mvm-expand-queue-sync-warning-messages.patch + patches.suse/wifi-iwlwifi-mvm-define-RX-queue-sync-timeout-as-a-m.patch + patches.suse/wifi-iwlwifi-mvm-don-t-abort-queue-sync-in-CT-kill.patch + patches.suse/wifi-iwlwifi-take-SGOM-and-UATS-code-out-of-ACPI-ifd.patch + patches.suse/wifi-iwlwifi-properly-check-if-link-is-active.patch + patches.suse/wifi-iwlwifi-mvm-Keep-connection-in-case-of-missed-b.patch + patches.suse/wifi-iwlwifi-mvm-fix-the-key-PN-index.patch + patches.suse/wifi-iwlwifi-mvm-combine-condition-warning.patch + patches.suse/wifi-iwlwifi-mvm-limit-pseudo-D3-to-60-seconds.patch + patches.suse/wifi-iwlwifi-mvm-always-update-keys-in-D3-exit.patch + patches.suse/wifi-iwlwifi-mvm-avoid-garbage-iPN.patch patches.suse/wifi-iwlwifi-mvm-fix-erroneous-queue-index-mask.patch + patches.suse/wifi-iwlwifi-mvm-don-t-do-duplicate-detection-for-nu.patch + patches.suse/wifi-iwlwifi-fw-allow-vmalloc-for-PNVM-image.patch patches.suse/wifi-iwlwifi-mvm-don-t-set-the-MFP-flag-for-the-GTK.patch + patches.suse/wifi-iwlwifi-mvm-don-t-send-the-smart-fifo-command-i.patch + patches.suse/wifi-iwlwifi-pcie-Add-new-PCI-device-id-and-CNVI.patch patches.suse/wifi-iwlwifi-mvm-don-t-set-replay-counters-to-0xff.patch + patches.suse/wifi-iwlwifi-mvm-remove-flags-for-enable-disable-bea.patch + patches.suse/wifi-iwlwifi-mvm-show-skb_mac_gso_segment-failure-re.patch + patches.suse/wifi-iwlwifi-mvm-move-BA-notif-messages-before-actio.patch + patches.suse/wifi-iwlwifi-queue-improve-warning-for-no-skb-in-rec.patch + patches.suse/wifi-iwlwifi-fix-ifdef-CONFIG_ACPI-check.patch + patches.suse/wifi-mwifiex-use-kstrtoX_from_user-in-debugfs-handle.patch + patches.suse/wifi-wilc1000-set-preamble-size-to-auto-as-default-i.patch + patches.suse/wifi-rtw89-drop-TIMING_BEACON_ONLY-and-sync-beacon-T.patch + patches.suse/wifi-rtw89-chan-add-sub-entity-swap-function-to-cove.patch + patches.suse/wifi-rtw89-chan-tweak-bitmap-recalc-ahead-before-MLO.patch + patches.suse/wifi-rtw89-chan-tweak-weight-recalc-ahead-before-MLO.patch + patches.suse/wifi-rtw89-chan-move-handling-from-add-remove-to-ass.patch + patches.suse/wifi-rtw89-chan-MCC-take-reconfig-into-account.patch + patches.suse/wifi-wilc1000-correct-CRC7-calculation.patch + patches.suse/wifi-mwifiex-Refactor-1-element-array-into-flexible-.patch + patches.suse/wifi-brcmfmac-do-not-cast-hidden-SSID-attribute-valu.patch + patches.suse/wifi-rtw89-correct-PHY-register-offset-for-PHY-1.patch + patches.suse/wifi-rtw89-load-BB-parameters-to-PHY-1.patch + patches.suse/wifi-rtw89-mac-return-held-quota-of-DLE-when-changin.patch + patches.suse/wifi-rtw89-mac-correct-MUEDCA-setting-for-MAC-1.patch + patches.suse/wifi-rtw89-mac-reset-PHY-1-hardware-when-going-to-en.patch + patches.suse/wifi-rtw89-use-PLCP-information-to-match-BSS_COLOR-a.patch + patches.suse/wifi-rtw89-differentiate-narrow_bw_ru_dis-setting-ac.patch + patches.suse/wifi-rtw89-8922a-correct-register-definition-and-mer.patch + patches.suse/wifi-rtw89-8922a-implement-AP-mode-related-reg-for-B.patch + patches.suse/wifi-rtw89-reference-quota-mode-when-setting-Tx-powe.patch + patches.suse/wifi-rtw89-change-qutoa-to-DBCC-by-default-for-WiFi-.patch + patches.suse/wifi-cfg80211-rename-UHB-to-6-GHz.patch + patches.suse/wifi-nl80211-allow-reporting-wakeup-for-unprot-deaut.patch + patches.suse/wifi-cfg80211-report-unprotected-deauth-disassoc-in-.patch + patches.suse/wifi-iwlwifi-iwlmvm-handle-unprotected-deauth-disass.patch + patches.suse/wifi-iwlwifi-nvm-parse-the-VLP-AFC-bit-from-regulato.patch + patches.suse/wifi-iwlwifi-mvm-work-around-A-MSDU-size-problem.patch + patches.suse/wifi-iwlwifi-mvm-Extend-support-for-P2P-service-disc.patch patches.suse/wifi-iwlwifi-mvm-Fix-the-listener-MAC-filter-flags.patch + patches.suse/wifi-iwlwifi-api-fix-constant-version-to-match-FW.patch + patches.suse/wifi-iwlwifi-don-t-use-TRUE-FALSE-with-bool.patch + patches.suse/wifi-iwlwifi-mvm-fix-thermal-kernel-doc.patch + patches.suse/wifi-iwlwifi-error-dump-fix-kernel-doc-issues.patch + patches.suse/wifi-iwlwifi-api-dbg-tlv-fix-up-kernel-doc.patch + patches.suse/wifi-iwlwifi-fw-file-clean-up-kernel-doc.patch + patches.suse/wifi-iwlwifi-iwl-trans.h-clean-up-kernel-doc.patch + patches.suse/wifi-iwlwifi-bump-FW-API-to-89-for-AX-BZ-SC-devices.patch + patches.suse/wifi-iwlwifi-mvm-check-own-capabilities-for-EMLSR.patch + patches.suse/wifi-iwlwifi-mvm-remove-IWL_MVM_STATUS_NEED_FLUSH_P2.patch + patches.suse/wifi-iwlwifi-cancel-session-protection-only-if-there.patch patches.suse/wifi-wilc1000-prevent-use-after-free-on-vif-when-cle.patch + patches.suse/wifi-wilc1000-validate-chip-id-during-bus-probe.patch + patches.suse/wifi-rtw89-fw-add-definition-of-H2C-command-and-C2H-.patch + patches.suse/wifi-rtw89-mac-implement-MRC-C2H-event-handling.patch + patches.suse/wifi-rtw89-fw-implement-MRC-H2C-command-functions.patch + patches.suse/wifi-rtw89-chan-support-MCC-on-Wi-Fi-7-chips.patch + patches.suse/wifi-rtw89-8922a-declare-to-support-two-chanctx.patch + patches.suse/wifi-rtlwifi-rtl8192cu-Fix-2T2R-chip-type-detection.patch + patches.suse/wifi-rtlwifi-rtl_usb-Store-the-endpoint-addresses.patch patches.suse/wifi-brcmsmac-avoid-function-pointer-casts.patch + patches.suse/wifi-rtw89-8922a-add-set_channel-MAC-part.patch + patches.suse/wifi-rtw89-8922a-add-set_channel-BB-part.patch + patches.suse/wifi-rtw89-8922a-add-set_channel-RF-part.patch + patches.suse/wifi-rtw89-8922a-add-helper-of-set_channel.patch + patches.suse/wifi-wilc1000-split-deeply-nested-RCU-list-traversal.patch + patches.suse/wifi-wilc1000-use-SRCU-instead-of-RCU-for-vif-list-t.patch + patches.suse/wifi-wilc1000-fix-declarations-ordering.patch + patches.suse/wifi-wilc1000-add-missing-read-critical-sections-aro.patch + patches.suse/wifi-mac80211-clean-up-assignments-to-pointer-cache.patch + patches.suse/wifi-cfg80211-set-correct-param-change-count-in-ML-e.patch + patches.suse/wifi-iwlwifi-mvm-partially-support-PHY-context-versi.patch + patches.suse/wifi-iwlwifi-bump-FW-API-to-90-for-BZ-SC-devices.patch + patches.suse/wifi-iwlwifi-mvm-unlock-mvm-if-there-is-no-primary-l.patch + patches.suse/wifi-iwlwifi-api-fix-kernel-doc-reference.patch + patches.suse/wifi-iwlwifi-iwl-fh.h-fix-kernel-doc-issues.patch + patches.suse/wifi-iwlwifi-handle-per-phy-statistics-from-fw.patch + patches.suse/wifi-iwlwifi-load-b0-version-of-ucode-for-HR1-HR2.patch + patches.suse/wifi-wilc1000-remove-AKM-suite-be32-conversion-for-e.patch + patches.suse/wifi-rtlwifi-rtl8192cu-Fix-TX-aggregation.patch + patches.suse/wifi-rtl8xxxu-check-vif-before-using-in-rtl8xxxu_tx.patch + patches.suse/wifi-rtlwifi-set-initial-values-for-unexpected-cases.patch + patches.suse/wifi-brcmfmac-Add-DMI-nvram-filename-quirk-for-ACEPC.patch patches.suse/wifi-wilc1000-revert-reset-line-logic-flip.patch + patches.suse/wifi-ath9k-remove-redundant-assignment-to-variable-r.patch patches.suse/wifi-ath9k-delay-all-of-ath9k_wmi_event_tasklet-unti.patch patches.suse/wifi-ath11k-change-to-move-WMI_VDEV_PARAM_SET_HEMU_M.patch + patches.suse/wifi-ath12k-add-firmware-2.bin-support.patch + patches.suse/wifi-ath12k-indicate-NON-MBSSID-vdev-by-default-duri.patch + patches.suse/wifi-ath12k-fetch-correct-pdev-id-from-WMI_SERVICE_R.patch + patches.suse/wifi-ath12k-add-support-for-peer-meta-data-version.patch + patches.suse/wifi-ath12k-fix-fetching-MCBC-flag-for-QCN9274.patch + patches.suse/wifi-ath12k-Add-logic-to-write-QRTR-node-id-to-scrat.patch + patches.suse/wifi-ath12k-fix-firmware-assert-during-insmod-in-mem.patch + patches.suse/wifi-ath12k-split-hal_ops-to-support-RX-TLVs-word-ma.patch + patches.suse/wifi-ath12k-remove-hal_desc_sz-from-hw-params.patch + patches.suse/wifi-ath12k-subscribe-required-word-mask-from-rx-tlv.patch + patches.suse/wifi-ath12k-add-MAC-id-support-in-WBM-error-path.patch + patches.suse/wifi-ath12k-fix-PCI-read-and-write.patch + patches.suse/wifi-ath12k-Read-board-id-to-support-split-PHY-QCN92.patch + patches.suse/wifi-ath12k-disable-QMI-PHY-capability-learn-in-spli.patch + patches.suse/wifi-ath12k-add-processing-for-TWT-enable-event.patch + patches.suse/wifi-ath12k-add-processing-for-TWT-disable-event.patch + patches.suse/wifi-ath12k-refactor-the-rfkill-worker.patch + patches.suse/wifi-ath12k-enable-802.11-power-save-mode-in-station.patch patches.suse/wifi-ath11k-initialize-rx_mcs_80-and-rx_mcs_160-befo.patch + patches.suse/wifi-ath11k-initialize-eirp_power-before-use.patch + patches.suse/wifi-ath12k-fix-broken-structure-wmi_vdev_create_cmd.patch patches.suse/wifi-ath12k-fix-incorrect-logic-of-calculating-vdev_.patch + patches.suse/wifi-ath12k-change-interface-combination-for-P2P-mod.patch + patches.suse/wifi-ath12k-add-P2P-IE-in-beacon-template.patch + patches.suse/wifi-ath12k-implement-handling-of-P2P-NoA-event.patch + patches.suse/wifi-ath12k-implement-remain-on-channel-for-P2P-mode.patch + patches.suse/wifi-ath12k-change-WLAN_SCAN_PARAMS_MAX_IE_LEN-from-.patch + patches.suse/wifi-ath12k-allow-specific-mgmt-frame-tx-while-vdev-.patch + patches.suse/wifi-ath12k-move-peer-delete-after-vdev-stop-of-stat.patch + patches.suse/wifi-ath12k-designating-channel-frequency-for-ROC-sc.patch + patches.suse/wifi-ath12k-advertise-P2P-dev-support-for-WCN7850.patch + patches.suse/wifi-ath11k-Really-consistently-use-ath11k_vif_to_ar.patch + patches.suse/wifi-ath12k-Fix-uninitialized-use-of-ret-in-ath12k_m.patch + patches.suse/wifi-ath11k-Do-not-directly-use-scan_flags-in-struct.patch + patches.suse/wifi-ath11k-Remove-scan_flags-union-from-struct-scan.patch + patches.suse/wifi-carl9170-Remove-redundant-assignment-to-pointer.patch + patches.suse/wifi-ath12k-Do-not-use-scan_flags-from-struct-ath12k.patch + patches.suse/wifi-ath12k-Remove-unused-scan_flags-from-struct-ath.patch + patches.suse/wifi-ath12k-remove-the-unused-scan_events-from-ath12.patch + patches.suse/wifi-ath11k-support-2-station-interfaces.patch + patches.suse/wifi-ath11k-provide-address-list-if-chip-supports-2-.patch + patches.suse/wifi-ath11k-move-pci.ops-registration-ahead.patch + patches.suse/wifi-ath11k-add-support-for-QCA2066.patch + patches.suse/wifi-ath11k-remove-unused-scan_events-from-struct-sc.patch + patches.suse/net-pcs-xpcs-Return-EINVAL-in-the-internal-methods.patch patches.suse/selftests-bpf-trace_helpers.c-do-not-use-poisoned-ty.patch + patches.suse/e1000e-Minor-flow-correction-in-e1000_shutdown-funct.patch + patches.suse/net-smc-reduce-rtnl-pressure-in-smc_pnet_create_pnet.patch + patches.suse/ice-use-relative-VSI-index-for-VFs-instead-of-PF-VSI.patch patches.suse/sr9800-Add-check-for-usbnet_get_endpoints.patch + patches.suse/dpll-spec-use-proper-enum-for-pin-capabilities-attri.patch + patches.suse/net-hns3-fix-wrong-judgment-condition-issue.patch + patches.suse/net-hns3-fix-kernel-crash-when-1588-is-received-on-H.patch + patches.suse/net-hns3-fix-port-duplex-configure-error-in-IMP-rese.patch + patches.suse/wifi-brcmfmac-fweh-Fix-boot-crash-on-Raspberry-Pi-4.patch + patches.suse/wifi-rtw89-advertise-missing-extended-scan-feature.patch + patches.suse/wifi-rtw89-Update-EHT-PHY-beamforming-capability.patch + patches.suse/wifi-rtw89-pci-implement-PCI-CLK-ASPM-L1SS-for-WiFi-.patch + patches.suse/wifi-brcmfmac-do-not-pass-hidden-SSID-attribute-as-v.patch + patches.suse/wifi-mt76-disable-HW-AMSDU-when-using-fixed-rate.patch + patches.suse/wifi-mt76-check-txs-format-before-getting-skb-by-pid.patch + patches.suse/wifi-mt76-mt7915-fix-error-recovery-with-WED-enabled.patch + patches.suse/wifi-mt76-mt7915-add-locking-for-accessing-mapped-re.patch + patches.suse/wifi-mt76-mt7915-update-mt798x_wmac_adie_patch_7976.patch + patches.suse/wifi-mt76-mt7996-fix-fw-loading-timeout.patch + patches.suse/wifi-mt76-usb-create-a-dedicated-queue-for-psd-traff.patch + patches.suse/wifi-mt76-usb-store-usb-endpoint-in-mt76_queue.patch + patches.suse/wifi-mt76-mt792xu-enable-dmashdl-support.patch + patches.suse/wifi-mt76-mt76x2u-add-netgear-wdna3100v3-to-device-t.patch + patches.suse/wifi-mt76-mt7925-fix-connect-to-80211b-mode-fail-in-.patch + patches.suse/wifi-mt76-mt7925-fix-SAP-no-beacon-issue-in-5Ghz-and.patch + patches.suse/wifi-mt76-mt7925-fix-mcu-query-command-fail.patch + patches.suse/wifi-mt76-mt7925-fix-wmm-queue-mapping.patch + patches.suse/wifi-mt76-mt7925-fix-fw-download-fail.patch + patches.suse/wifi-mt76-mt7925-fix-WoW-failed-in-encrypted-mode.patch + patches.suse/wifi-mt76-mt7925-fix-the-wrong-header-translation-co.patch + patches.suse/wifi-mt76-mt7925-add-flow-to-avoid-chip-bt-function-.patch + patches.suse/wifi-mt76-mt7925-add-support-to-set-ifs-time-by-mcu-.patch + patches.suse/wifi-mt76-mt7925-update-PCIe-DMA-settings.patch + patches.suse/wifi-mt76-mt7925-support-temperature-sensor.patch + patches.suse/wifi-mt76-mt7996-check-txs-format-before-getting-skb.patch patches.suse/wifi-mt76-mt7996-fix-TWT-issues.patch + patches.suse/wifi-mt76-mt7996-disable-AMSDU-for-non-data-frames.patch patches.suse/wifi-mt76-mt7996-fix-incorrect-interpretation-of-EHT.patch + patches.suse/wifi-mt76-mt7996-ensure-4-byte-alignment-for-beacon-.patch patches.suse/wifi-mt76-mt7996-fix-HE-beamformer-phy-cap-for-stati.patch + patches.suse/wifi-mt76-mt7996-mark-GCMP-IGTK-unsupported.patch patches.suse/wifi-mt76-mt7996-fix-efuse-reading-issue.patch + patches.suse/wifi-mt76-mt7996-remove-TXS-queue-setting.patch + patches.suse/wifi-mt76-mt7996-add-locking-for-accessing-mapped-re.patch + patches.suse/wifi-mt76-connac-set-correct-muar_idx-for-mt799x-chi.patch patches.suse/wifi-mt76-mt7996-fix-HIF_TXD_V2_1-value.patch + patches.suse/wifi-mt76-mt792x-fix-ethtool-warning.patch + patches.suse/wifi-mt76-set-page_pool-napi-pointer-for-mmio-device.patch + patches.suse/wifi-mt76-mt7925-fix-the-wrong-data-type-for-scan-co.patch + patches.suse/wifi-mt76-mt792x-add-the-illegal-value-check-for-mtc.patch patches.suse/wifi-mt76-mt7921e-fix-use-after-free-in-free_irq.patch + patches.suse/wifi-mt76-mt7925e-fix-use-after-free-in-free_irq.patch patches.suse/wifi-mt76-mt7921-fix-incorrect-type-conversion-for-C.patch patches.suse/wifi-mt76-mt792x-fix-a-potential-loading-failure-of-.patch + patches.suse/wifi-mt76-mt792x-update-the-country-list-of-EU-for-A.patch + patches.suse/wifi-mt76-mt7921-fix-the-unfinished-command-of-regd_.patch + patches.suse/wifi-mt76-mt7921-fix-a-potential-association-failure.patch + patches.suse/wifi-mt76-mt7921-fix-suspend-issue-on-MediaTek-COB-p.patch + patches.suse/wifi-mt76-fix-the-issue-of-missing-txpwr-settings-fr.patch + patches.suse/wifi-mt76-Remove-redundant-assignment-to-variable-ti.patch + patches.suse/wifi-b43-silence-sparse-warnings.patch + patches.suse/wifi-brcmsmac-silence-sparse-warnings.patch + patches.suse/wifi-rt2x00-silence-sparse-warnings.patch + patches.suse/wifi-zd1211rw-silence-sparse-warnings.patch + patches.suse/wifi-rtl8xxxu-fix-mixed-declarations-in-rtl8xxxu_set.patch patches.suse/wifi-mac80211-track-capability-opmode-NSS-separately.patch patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch + patches.suse/wifi-cfg80211-check-A-MSDU-format-more-carefully.patch + patches.suse/wifi-mac80211-add-link-id-to-ieee80211_gtk_rekey_add.patch patches.suse/wifi-mac80211-update-scratch_pos-after-defrag.patch + patches.suse/wifi-rtw88-Add-missing-VID-PIDs-for-8811CU-and-8821C.patch patches.suse/wifi-rtw88-8821cu-Fix-firmware-upload-fail.patch + patches.suse/wifi-rtw88-8821cu-Fix-connection-failure.patch patches.suse/wifi-rtw88-8821c-Fix-beacon-loss-and-disconnect.patch patches.suse/wifi-rtw88-8821c-Fix-false-alarm-count.patch + patches.suse/wifi-rtlwifi-Remove-rtl_intf_ops.read_efuse_byte.patch + patches.suse/wifi-wlcore-sdio-Rate-limit-wl12xx_sdio_raw_-read-wr.patch + patches.suse/wifi-cw1200-restore-endian-swapping.patch + patches.suse/wifi-rtw89-mac-add-coexistence-helpers-cfg-get-_plt.patch + patches.suse/wifi-rtw89-8922a-add-coexistence-helpers-of-SW-grant.patch + patches.suse/wifi-rtw89-coex-add-init_info-H2C-command-format-ver.patch + patches.suse/wifi-rtw89-coex-add-BTC-ctrl_info-version-7-and-rela.patch + patches.suse/wifi-rtw89-coex-Reorder-H2C-command-index-to-align-w.patch + patches.suse/wifi-rtw89-coex-add-return-value-to-ensure-H2C-comma.patch + patches.suse/wifi-rtw89-coex-When-Bluetooth-not-available-don-t-s.patch + patches.suse/wifi-rtw89-coex-Add-coexistence-policy-to-decrease-W.patch patches.suse/wifi-brcm80211-handle-pmk_op-allocation-failure.patch + patches.suse/wifi-rtw89-wow-update-WoWLAN-reason-register-for-dif.patch + patches.suse/wifi-rtw89-wow-update-WoWLAN-status-register-for-dif.patch + patches.suse/wifi-rtw89-update-DMA-function-with-different-genera.patch + patches.suse/wifi-rtw89-wow-update-config-mac-function-with-diffe.patch + patches.suse/wifi-rtw89-update-suspend-resume-for-different-gener.patch + patches.suse/wifi-rtw89-wow-set-security-engine-options-for-802.1.patch + patches.suse/wifi-rtw89-wow-move-release-offload-packet-earlier-f.patch patches.suse/wifi-ath11k-rearrange-IRQ-enable-disable-in-reset-pa.patch patches.suse/wifi-ath11k-remove-MHI-LOOPBACK-channels.patch patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch + patches.suse/wifi-ath11k-decrease-MHI-channel-buffer-length-to-8K.patch + patches.suse/wifi-ath12k-add-rcu-lock-for-ath12k_wmi_p2p_noa_even.patch + patches.suse/wifi-ath11k-constify-MHI-channel-and-controller-conf.patch + patches.suse/wifi-ath12k-fix-license-in-p2p.c-and-p2p.h.patch + patches.suse/mac802154-fix-llsec-key-resources-release-in-mac8021.patch 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_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_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 patches.suse/Bluetooth-hci_h5-Add-ability-to-allocate-memory-for-.patch patches.suse/Bluetooth-btrtl-fix-out-of-bounds-memory-access.patch patches.suse/Bluetooth-hci_core-Fix-possible-buffer-overflow.patch patches.suse/Bluetooth-af_bluetooth-Fix-deadlock.patch patches.suse/Bluetooth-btnxpuart-Fix-btnxpuart_close.patch patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch + patches.suse/Bluetooth-Add-new-quirk-for-broken-read-key-length-o.patch + patches.suse/Bluetooth-ISO-Align-broadcast-sync_timeout-with-conn.patch patches.suse/Bluetooth-Fix-eir-name-length.patch + patches.suse/net-x25-fix-incorrect-parameter-validation-in-the-x2.patch + patches.suse/bpf-Fix-DEVMAP_HASH-overflow-check-on-32-bit-arches.patch + patches.suse/bpf-Fix-hashtab-overflow-check-on-32-bit-arches.patch + patches.suse/bpf-Fix-stackmap-overflow-check-on-32-bit-arches.patch + patches.suse/net-ip_tunnel-make-sure-to-pull-inner-header-in-ip_t.patch + patches.suse/octeontx2-af-Fix-devlink-params.patch patches.suse/net-phy-fix-phy_get_internal_delay-accessing-an-empt.patch + patches.suse/dpll-fix-dpll_xa_ref_-_del-for-multiple-registration.patch + patches.suse/igc-Fix-missing-time-sync-events.patch + patches.suse/igb-Fix-missing-time-sync-events.patch + patches.suse/ice-fix-stats-being-updated-by-way-too-large-values.patch patches.suse/net-phy-dp83822-Fix-RGMII-TX-delay-configuration.patch patches.suse/r8152-fix-unknown-device-for-choose_configuration.patch + patches.suse/nfp-flower-handle-acti_netdevs-allocation-failure.patch patches.suse/selinux-don-t-filter-copy-up-xattrs-while-uninitiali.patch + patches.suse/printk-nbcon-Relocate-32bit-seq-macros.patch + patches.suse/printk-Adjust-mapping-for-32bit-seq-macros.patch + patches.suse/printk-Use-prb_first_seq-as-base-for-32bit-seq-macros.patch + patches.suse/printk-ringbuffer-Do-not-skip-non-finalized-records-with-prb_next_seq.patch + patches.suse/printk-ringbuffer-Clarify-special-lpos-values.patch + patches.suse/printk-For-suppress_panic_printk-check-for-other-CPU-in-panic.patch + patches.suse/printk-Add-this_cpu_in_panic.patch + patches.suse/printk-ringbuffer-Cleanup-reader-terminology.patch + patches.suse/printk-Wait-for-all-reserved-records-with-pr_flush.patch + patches.suse/printk-ringbuffer-Skip-non-finalized-records-in-panic.patch + patches.suse/printk-Disable-passing-console-lock-owner-completely-during-panic.patch + patches.suse/printk-Avoid-non-panic-CPUs-writing-to-ringbuffer.patch + patches.suse/panic-Flush-kernel-log-buffer-at-the-end.patch + patches.suse/dump_stack-Do-not-get-cpu_sync-for-panic-CPU.patch + patches.suse/iommu-arm-smmu-v3-Check-that-the-RID-domain-is-S1-in.patch + patches.suse/iommu-vt-d-Use-rbtree-to-track-iommu-probed-devices.patch + patches.suse/iommu-vt-d-Use-device-rbtree-in-iopf-reporting-path.patch patches.suse/0001-PCI-Make-pci_dev_is_disconnected-helper-public-for-o.patch patches.suse/0002-iommu-vt-d-Don-t-issue-ATS-Invalidation-request-when.patch + patches.suse/iommu-vt-d-Improve-ITE-fault-handling-if-target-devi.patch + patches.suse/iommu-Fix-compilation-without-CONFIG_IOMMU_INTEL.patch patches.suse/0001-iommu-amd-Mark-interrupt-as-managed.patch + patches.suse/dm-thin-add-braces-around-conditional-code-that-span-47c0.patch + patches.suse/dm-crypt-remove-redundant-state-settings-after-wakin-b9d3.patch + patches.suse/dm-verity-set-DM_TARGET_SINGLETON-feature-flag-9356.patch patches.suse/dm-ioctl-update-DM_DRIVER_EMAIL-to-new-dm-devel-mail-86ab.patch + patches.suse/dm-update-relevant-MODULE_AUTHOR-entries-to-latest-d-fa34.patch + patches.suse/dm-integrity-set-max_integrity_segments-in-dm_integr-f30e.patch patches.suse/dm-raid-fix-false-positive-for-requeue-needed-during-b25b.patch patches.suse/dm-call-the-resume-method-on-internal-suspend-65e8.patch patches.suse/pwm-sti-Fix-capture-for-st-pwm-num-chan-st-capture-n.patch patches.suse/pwm-mediatek-Update-kernel-doc-for-struct-pwm_mediat.patch + patches.suse/pwm-sti-Prepare-removing-pwm_chip-from-driver-data.patch patches.suse/mmc-tmio-avoid-concurrent-runs-of-mmc_request_done.patch patches.suse/mmc-wmt-sdmmc-remove-an-incorrect-release_mem_region.patch patches.suse/mmc-core-Fix-switch-on-gp3-partition.patch patches.suse/regulator-userspace-consumer-add-module-device-table.patch + patches.suse/wifi-libertas-Follow-renaming-of-SPI-master-to-contr.patch patches.suse/gpio-vf610-allow-disabling-the-vf610-driver.patch patches.suse/gpiolib-Pass-consumer-device-through-to-core-in-devm.patch patches.suse/selftest-gpio-remove-obsolete-gpio-mockup-test.patch + patches.suse/hwmon-amc6821-add-of_match-table.patch + patches.suse/pmdomain-ti-Add-a-null-pointer-check-to-the-omap_prm.patch + 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/cpufreq-amd-pstate-Fix-min_perf-assignment-in-amd_ps.patch @@ -19796,15 +22408,23 @@ patches.suse/powercap-intel_rapl_tpmi-Fix-a-register-bug.patch patches.suse/powercap-dtpm_cpu-Fix-error-check-against-freq_qos_a.patch patches.suse/ACPI-CPPC-enable-AMD-CPPC-V2-support-for-family-17h-.patch + patches.suse/ACPI-CPPC-Use-access_width-over-bit_width-for-system.patch patches.suse/ACPI-scan-Fix-device-check-notification-handling.patch + patches.suse/ACPI-resource-Do-IRQ-override-on-Lunnen-Ground-lapto.patch patches.suse/ACPI-resource-Add-MAIBENBEN-X577-to-irq1_edge_low_fo.patch patches.suse/ACPI-processor_idle-Fix-memory-leak-in-acpi_processo.patch + patches.suse/ACPI-x86-Move-acpi_quirk_skip_serdev_enumeration-out.patch patches.suse/thermal-intel-Fix-intel_tcc_get_temp-to-support-nega.patch + patches.suse/iwlwifi-mvm-Drop-unused-fw_trips_index-from-iwl_mvm_.patch + patches.suse/iwlwifi-mvm-Populate-trip-table-before-registering-t.patch + patches.suse/iwlwifi-mvm-Use-for_each_thermal_trip-for-walking-tr.patch patches.suse/tpm-tpm_tis-Avoid-warning-splat-at-shutdown.patch + patches.suse/cifs-Fix-writeback-data-corruption.patch patches.suse/xfs-ensure-submit-buffers-on-LSN-boundaries-in-error-handlers.patch patches.suse/xfs-fix-SEEK_HOLE-DATA-for-regions-with-active-COW-extents.patch patches.suse/xfs-fix-imprecise-logic-in-xchk_btree_check_block_owner.patch patches.suse/xfs-shrink-failure-needs-to-hold-AGI-buffer.patch + patches.suse/quota-Fix-potential-NULL-pointer-dereference.patch patches.suse/drm-tegra-dsi-Add-missing-check-for-of_find_device_b.patch patches.suse/drm-tegra-dpaux-Fix-PM-disable-depth-imbalance-in-te.patch patches.suse/drm-tegra-dsi-Fix-some-error-handling-paths-in-tegra.patch @@ -19821,27 +22441,42 @@ patches.suse/drm-rockchip-lvds-do-not-overwrite-error-code.patch patches.suse/drm-rockchip-lvds-do-not-print-scary-message-when-pr.patch patches.suse/drm-panel-edp-use-put_sync-in-unprepare.patch + patches.suse/drm-vc4-don-t-check-if-plane-state-fb-state-fb.patch patches.suse/drm-lima-fix-a-memleak-in-lima_heap_alloc.patch + patches.suse/drm-panel-orientation-quirks-Add-quirk-for-GPD-Win-M.patch patches.suse/media-tc358743-register-v4l2-async-device-only-after.patch + patches.suse/drm-ttm-return-ENOSPC-from-ttm_bo_mem_space-v3.patch patches.suse/drm-vmwgfx-Fix-possible-null-pointer-derefence-with-.patch patches.suse/drm-vmwgfx-Fix-vmw_du_get_cursor_mob-fencing-of-newl.patch patches.suse/drm-vmwgfx-Fix-the-lifetime-of-the-bo-cursor-memory.patch + patches.suse/drm-amdgpu-Skip-do-PCI-error-slot-reset-during-RAS-r.patch patches.suse/drm-radeon-remove-dead-code-in-ni_mc_load_microcode.patch patches.suse/drm-radeon-ni_dpm-remove-redundant-NULL-check.patch patches.suse/drm-amd-display-Fix-a-potential-buffer-overflow-in-d.patch patches.suse/drm-amd-display-Fix-potential-NULL-pointer-dereferen.patch patches.suse/drm-amdgpu-Fix-potential-out-of-bounds-access-in-amd.patch + patches.suse/0001-drm-amd-display-Disable-idle-reallow-as-part-of-comm.patch + patches.suse/drm-i915-Replace-a-memset-with-zero-initialization.patch patches.suse/Revert-drm-i915-xe2lpd-Treat-cursor-plane-as-regular.patch + patches.suse/drm-i915-Try-to-preserve-the-current-shared_dpll-for.patch + patches.suse/drm-i915-Include-the-PLL-name-in-the-debug-messages.patch + patches.suse/drm-i915-Suppress-old-PLL-pipe_mask-checks-for-MG-TC.patch patches.suse/drm-ci-use-clk_ignore_unused-for-apq8016.patch + patches.suse/drm-amdgpu-make-damage-clips-support-configurable.patch patches.suse/drm-amd-display-Fix-vs-typos.patch patches.suse/drm-radeon-ni-Fix-wrong-firmware-size-logging-in-ni_.patch patches.suse/drm-amd-display-fix-NULL-checks-for-adev-dm.dc-in-am.patch patches.suse/drm-amd-display-Add-replay-NULL-check-in-edp_set_rep.patch + patches.suse/drm-add-drm_gem_object_is_shared_for_memory_stats-he.patch patches.suse/drm-panel-boe-tv101wum-nl6-make-use-of-prepare_prev_.patch patches.suse/drm-bridge-adv7511-fix-crash-on-irq-during-probe.patch patches.suse/drm-tegra-put-drm_gem_object-ref-on-error-in-tegra_f.patch patches.suse/drm-tidss-Fix-initial-plane-zpos-values.patch patches.suse/drm-tidss-Fix-sync-lost-issue-with-two-displays.patch + patches.suse/drm-sun4i-hdmi-Convert-encoder-to-atomic.patch + patches.suse/drm-sun4i-hdmi-Move-mode_set-into-enable.patch + patches.suse/drm-Check-output-polling-initialized-before-disablin.patch + patches.suse/drm-Check-polling-initialized-before-enabling-in-drm.patch patches.suse/drm-tests-helpers-Include-missing-drm_drv-header.patch patches.suse/drm-mediatek-dsi-Fix-DSI-RGB666-formats-and-definiti.patch patches.suse/drm-mediatek-Fix-a-null-pointer-crash-in-mtk_drm_crt.patch @@ -19852,16 +22487,22 @@ patches.suse/drm-msm-a7xx-Fix-LLC-typo.patch patches.suse/Revert-drm-amdgpu-Add-pci-usage-to-nbio-v7.9.patch patches.suse/Revert-drm-amdgpu-Add-pcie-usage-callback-to-nbio.patch + patches.suse/drm-amd-display-Remove-pixle-rate-limit-for-subvp.patch + patches.suse/drm-amd-display-Fix-nanosec-stat-overflow.patch + patches.suse/drm-amdgpu-display-Address-kdoc-for-is_psr_su-in-fil.patch patches.suse/drm-amdgpu-Fix-missing-break-in-ATOM_ARG_IMM-Case-of.patch + patches.suse/drm-amd-amdgpu-Fix-potential-ioremap-memory-leaks-in.patch patches.suse/drm-amd-pm-Fix-esm-reg-mask-use-to-get-pcie-speed.patch patches.suse/drm-etnaviv-Restore-some-id-values.patch patches.suse/drm-msm-dpu-add-division-of-drm_display_mode-s-hskew.patch + patches.suse/HID-input-avoid-polling-stylus-battery-on-Chromebook.patch patches.suse/HID-amd_sfh-Update-HPD-sensor-structure-elements.patch patches.suse/HID-amd_sfh-Avoid-disabling-the-interrupt.patch patches.suse/HID-lenovo-Add-middleclick_workaround-sysfs-knob-for.patch patches.suse/pinctrl-mediatek-Drop-bogus-slew-rate-register-range.patch patches.suse/pinctrl-mediatek-Drop-bogus-slew-rate-register-range-e15ab05.patch patches.suse/pinctrl-renesas-r8a779g0-Add-missing-SCIF_CLK2-pin-g.patch + patches.suse/pinctrl-renesas-checker-Limit-cfg-reg-enum-checks-to.patch patches.suse/gpio-nomadik-fix-offset-bug-in-nmk_pmx_set.patch patches.suse/mfd-syscon-Call-of_node_put-only-when-of_parse_phand.patch patches.suse/mfd-altera-sysmgr-Call-of_node_put-only-when-of_pars.patch @@ -19876,16 +22517,27 @@ patches.suse/Revert-leds-Only-descend-into-leds-directory-when-CO.patch patches.suse/leds-sgm3140-Add-missing-timer-cleanup-and-flash-gpi.patch patches.suse/Revert-platform-x86-asus-wmi-Support-WMI-event-queue.patch + patches.suse/Input-allocate-keycode-for-Display-refresh-rate-togg.patch + patches.suse/platform-x86-touchscreen_dmi-Add-an-extra-entry-for-.patch patches.suse/platform-x86-intel-tpmi-Change-vsec-offset-to-u64.patch patches.suse/platform-mellanox-mlxreg-hotplug-Remove-redundant-NU.patch patches.suse/PCI-AER-Fix-rootport-attribute-paths-in-ABI-docs.patch + patches.suse/PCI-AER-Block-runtime-suspend-when-handling-errors.patch + patches.suse/PCI-ASPM-Update-save_state-when-configuration-changes.patch patches.suse/pci_iounmap-Fix-MMIO-mapping-leak.patch patches.suse/PCI-DPC-Print-all-TLP-Prefixes-not-just-the-first.patch + patches.suse/PCI-DPC-Quirk-PIO-log-size-for-Intel-Raptor-Lake-Roo.patch patches.suse/PCI-Mark-3ware-9650SE-Root-Port-Extended-Tags-as-bro.patch patches.suse/PCI-P2PDMA-Fix-a-sleeping-issue-in-a-RCU-read-sectio.patch + patches.suse/PCI-Disable-D3cold-on-Asus-B1400-PCI-NVMe-bridge.patch + patches.suse/Revert-ACPI-PM-Block-ASUS-B1400CEAE-from-suspend-to-.patch + patches.suse/PCI-PM-Drain-runtime-idle-callbacks-before-driver-re.patch patches.suse/PCI-switchtec-Fix-an-error-handling-path-in-switchte.patch + patches.suse/NTB-fix-possible-name-leak-in-ntb_register_device.patch patches.suse/PCI-brcmstb-Fix-broken-brcm_pcie_mdio_write-polling.patch patches.suse/PCI-dwc-endpoint-Fix-advertised-resizable-BAR-size.patch + patches.suse/msft-hv-2965-PCI-hv-Fix-ring-buffer-size-calculation.patch + patches.suse/PCI-qcom-Disable-ASPM-L0s-for-sc8280xp-sa8540p-and-s.patch patches.suse/PCI-qcom-Enable-BDF-to-SID-translation-properly.patch patches.suse/ALSA-hda-realtek-Re-work-CS35L41-fixups-to-re-use-fo.patch patches.suse/ALSA-hda-realtek-Add-quirks-for-HP-G11-Laptops-using.patch @@ -19898,6 +22550,7 @@ patches.suse/ALSA-ctxfi-avoid-casting-function-pointers.patch patches.suse/ALSA-aw2-avoid-casting-function-pointers.patch patches.suse/ALSA-seq-fix-function-cast-warnings.patch + patches.suse/ALSA-firewire-lib-handle-quirk-to-calculate-payload-.patch patches.suse/ALSA-usb-audio-Name-feature-ctl-using-output-if-inpu.patch patches.suse/ALSA-hda-Reuse-for_each_pcm_streams.patch patches.suse/ALSA-hda-realtek-fix-ALC285-issues-on-HP-Envy-x360-l.patch @@ -19908,19 +22561,52 @@ patches.suse/ALSA-hda-tas2781-restore-power-state-after-system_re.patch patches.suse/ASoC-amd-acp-Add-missing-error-handling-in-sof-mach.patch patches.suse/ASoC-SOF-amd-Fix-memory-leak-in-amd_sof_acp_probe.patch + patches.suse/ASoC-SOF-amd-Optimize-quirk-for-Valve-Galileo.patch patches.suse/ASoC-sh-rz-ssi-Fix-error-message-print.patch + patches.suse/ASoC-Intel-common-DMI-remap-for-rebranded-Intel-NUC-.patch patches.suse/ASoC-meson-aiu-fix-function-pointer-type-mismatch.patch patches.suse/ASoC-meson-t9015-fix-function-pointer-type-mismatch.patch patches.suse/ASoC-SOF-Add-some-bounds-checking-to-firmware-data.patch + patches.suse/ASoC-Intel-avs-Populate-board-selection-with-new-I2S.patch patches.suse/ASoC-meson-axg-tdm-interface-fix-mclk-setup-without-.patch patches.suse/ASoC-meson-axg-tdm-interface-add-frame-rate-constrai.patch + patches.suse/ASoC-meson-axg-fifo-use-FIELD-helpers.patch patches.suse/ALSA-aaci-Delete-unused-variable-in-aaci_do_suspend.patch patches.suse/ALSA-hda-realtek-ALC236-fix-volume-mute-mic-mute-LED.patch patches.suse/ALSA-hda-tas2781-remove-unnecessary-runtime_pm-calls.patch patches.suse/ALSA-usb-audio-Stop-parsing-channels-bits-when-all-c.patch + patches.suse/ring-buffer-Do-not-set-shortest_full-when-full-target-is-hit.patch + patches.suse/ring-buffer-Fix-full_waiters_pending-in-poll.patch + patches.suse/ring-buffer-Use-wait_event_interruptible-in-ring_buffer_wait.patch + patches.suse/tracing-ring-buffer-Fix-wait_on_pipe-race.patch + patches.suse/perf-record-Fix-possible-incorrect-free-in-record__switch_output.patch + patches.suse/perf-record-Check-conflict-between-timestamp-filename-option-and-pipe-mode-before-recording.patch + patches.suse/perf-pmu-Treat-the-msr-pmu-as-software.patch + patches.suse/perf-evsel-Fix-duplicate-initialization-of-data-id-in-evsel__parse_sample.patch + patches.suse/perf-jevents-Drop-or-simplify-small-integer-values.patch + patches.suse/perf-bpf-Clean-up-the-generated-copied-vmlinux.h.patch patches.suse/perf-pmu-events-powerpc-Update-json-mapfile-with-Power11-PVR.patch + patches.suse/perf-thread_map-Free-strlist-on-normal-path-in-thread_map__new_by_tid_str.patch + patches.suse/perf-srcline-Add-missed-addr2line-closes.patch + 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-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 + patches.suse/libperf-evlist-Avoid-out-of-bounds-access.patch + patches.suse/perf-vendor-events-amd-Fix-Zen-4-cache-latency-events.patch + patches.suse/dax-bus.c-replace-driver-core-lock-usage-by-a-local--c05a.patch + patches.suse/dax-bus.c-replace-several-sprintf-with-sysfs_emit-6ebe.patch + patches.suse/mm-memcg-don-t-periodically-flush-stats-when-memcg-is-disabled.patch + patches.suse/mm-memcg-use-larger-batches-for-proactive-reclaim.patch + patches.suse/kasan-test-avoid-gcc-warning-for-intentional-overflo.patch + patches.suse/nvdimm-pmem-fix-leak-on-dax_add_host-failure-f693.patch + patches.suse/dax-alloc_dax-return-ERR_PTR-EOPNOTSUPP-for-CONFIG_D-6d43.patch + patches.suse/nvdimm-pmem-Treat-alloc_dax-EOPNOTSUPP-failure-as-no-f4d3.patch patches.suse/dm-treat-alloc_dax-EOPNOTSUPP-failure-as-non-fatal-c292.patch patches.suse/dcssblk-handle-alloc_dax-EOPNOTSUPP-failure.patch + patches.suse/virtio-treat-alloc_dax-EOPNOTSUPP-failure-as-non-fata.patch patches.suse/0001-lib-stackdepot-Fix-first-entry-having-a-0-handle.patch patches.suse/0002-lib-stackdepot-Move-stack_record-struct-definition-i.patch patches.suse/0003-mm-page_owner-Maintain-own-list-of-stack_records-str.patch @@ -19929,19 +22615,34 @@ patches.suse/0006-mm-page_owner-Filter-out-stacks-by-a-threshold.patch patches.suse/0007-mm-page_owner-Update-Documentation-regarding-page_ow.patch patches.suse/modules-wait-do_free_init-correctly.patch + patches.suse/mm-swap-fix-race-between-free_swap_and_cache-and-swapoff.patch + patches.suse/0001-mm-page_owner-check-for-null-stack_record-before-bum.patch + patches.suse/0001-mm-page_owner-drop-unnecessary-check.patch patches.suse/selftests-mm-dont-fail-testsuite-due-to-a-lack-of-hu.patch + patches.suse/panic-suppress-gnu_printf-warning.patch + patches.suse/nilfs2-convert-persistent-object-allocator-to-use-kmap_local.patch patches.suse/selftests-mm-hugetlb_reparenting_test-do-not-unmount.patch patches.suse/selftests-mm-protection_keys-save-restore-nr_hugepag.patch + patches.suse/panic-add-option-to-dump-blocked-tasks-in-panic_print.patch + patches.suse/fat-fix-uninitialized-field-in-nostale-filehandles.patch patches.suse/nilfs2-fix-failure-to-detect-DAT-corruption-in-btree.patch patches.suse/nilfs2-prevent-kernel-bug-at-submit_bh_wbc.patch + patches.suse/ext4-fold-quota-accounting-into-ext4_xattr_inode_loo.patch + patches.suse/ext4-fix-corruption-during-on-line-resize.patch + patches.suse/fuse-fix-root-lookup-with-nonzero-generation.patch + patches.suse/fuse-don-t-unhash-root.patch + patches.suse/media-cadence-csi2rx-use-match-fwnode-for-media-link.patch patches.suse/media-staging-ipu3-imgu-Set-fields-before-media_enti.patch patches.suse/media-xc4000-Fix-atomicity-violation-in-xc4000_get_f.patch patches.suse/media-videobuf2-Fix-doc-comment.patch patches.suse/media-em28xx-annotate-unchecked-call-to-media_device.patch + patches.suse/media-cec-core-remove-length-check-of-Timer-Status.patch patches.suse/media-v4l2-tpg-fix-some-memleaks-in-tpg_alloc.patch patches.suse/media-v4l2-mem2mem-fix-a-memleak-in-v4l2_m2m_registe.patch patches.suse/media-mc-Add-local-pad-to-pipeline-regardless-of-the.patch + patches.suse/media-mc-Fix-flags-handling-when-creating-pad-links.patch patches.suse/media-nxp-imx8-isi-Check-whether-crossbar-pad-is-non.patch + patches.suse/media-mc-Rename-pad-variable-to-clarify-intent.patch patches.suse/media-edia-dvbdev-fix-a-use-after-free.patch patches.suse/media-cedrus-h265-Fix-configuring-bitstream-size.patch patches.suse/media-sun8i-di-Fix-coefficient-writes.patch @@ -19950,6 +22651,7 @@ patches.suse/media-imx-csc-scaler-fix-v4l2_ctrl_handler-memory-le.patch patches.suse/media-go7007-add-check-of-return-value-of-go7007_rea.patch patches.suse/media-pvrusb2-remove-redundant-NULL-check.patch + patches.suse/media-sta2x11-fix-irq-handler-cast.patch patches.suse/media-pvrusb2-fix-pvr2_stream_callback-casts.patch patches.suse/media-i2c-imx290-Fix-IMX920-typo.patch patches.suse/media-pvrusb2-fix-uaf-in-pvr2_context_set_notify.patch @@ -19968,6 +22670,8 @@ patches.suse/clk-keystone-sci-clk-Adding-support-for-non-contiguo.patch patches.suse/clk-meson-Add-missing-clocks-to-axg_clk_regmaps.patch patches.suse/clk-qcom-gcc-sdm845-Add-soft-dependency-on-rpmhpd.patch + patches.suse/clk-qcom-reset-Commonize-the-de-assert-functions.patch + patches.suse/clk-qcom-reset-Ensure-write-completion-on-reset-de-a.patch patches.suse/clk-qcom-dispcc-sdm845-Adjust-internal-GDSC-wait-tim.patch patches.suse/clk-qcom-gcc-ipq6018-fix-terminating-of-frequency-ta.patch patches.suse/clk-qcom-gcc-ipq8074-fix-terminating-of-frequency-ta.patch @@ -19977,13 +22681,35 @@ patches.suse/clk-Fix-clk_core_get-NULL-dereference.patch 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/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 patches.suse/mtd-maps-physmap-core-fix-flash-size-larger-than-32-.patch + patches.suse/mtd-spinand-Add-support-for-5-byte-IDs.patch patches.suse/mtd-rawnand-meson-fix-scrambling-mode-value-in-comma.patch patches.suse/mtd-rawnand-lpc32xx_mlc-fix-irq-handler-prototype.patch patches.suse/mtd-rawnand-Fix-and-simplify-again-the-continuous-re.patch patches.suse/mtd-rawnand-Constrain-even-more-when-continuous-read.patch patches.suse/of-make-for_each_property_of_node-available-to-to-OF.patch + patches.suse/KVM-x86-Fix-broken-debugregs-ABI-for-32-bit-kernels.patch + patches.suse/KVM-VMX-Report-up-to-date-exit-qualification-to-user.patch + patches.suse/KVM-x86-pmu-Always-treat-Fixed-counters-as-available.patch + patches.suse/KVM-x86-pmu-Allow-programming-events-that-match-unsu.patch + patches.suse/KVM-x86-pmu-Don-t-ignore-bits-31-30-for-RDPMC-index-.patch + patches.suse/KVM-x86-pmu-Prioritize-VMX-interception-over-GP-on-R.patch + patches.suse/KVM-x86-pmu-Apply-fast-RDPMC-only-to-Intel-PMUs.patch + patches.suse/KVM-x86-pmu-Disallow-fast-RDPMC-for-architectural-In.patch + patches.suse/KVM-x86-pmu-Zero-out-PMU-metadata-on-AMD-if-PMU-is-d.patch + patches.suse/KVM-x86-pmu-Explicitly-check-NMI-from-guest-to-reduc.patch + patches.suse/KVM-x86-xen-improve-accuracy-of-Xen-timers.patch + patches.suse/KVM-x86-xen-inject-vCPU-upcall-vector-when-local-API.patch + patches.suse/KVM-x86-xen-remove-WARN_ON_ONCE-with-false-positives.patch + patches.suse/KVM-x86-xen-fix-recursive-deadlock-in-timer-injectio.patch patches.suse/KVM-s390-only-deliver-the-set-service-event-bits.patch + patches.suse/vfio-platform-Create-persistent-IRQ-handlers + patches.suse/vfio-fsl-mc-Block-calling-interrupt-handler-without-trigger + patches.suse/crypto-testmgr-remove-unused-xts4096-and-xts512-algo.patch patches.suse/crypto-xilinx-call-finalize-with-bh-disabled.patch patches.suse/crypto-qat-change-SLAs-cleanup-flow-at-shutdown.patch patches.suse/crypto-qat-resolve-race-condition-during-AER-recover.patch @@ -19993,7 +22719,9 @@ patches.suse/crypto-qat-removed-unused-macro-in-adf_cnv_dbgfs.c.patch patches.suse/crypto-qat-avoid-division-by-zero.patch patches.suse/crypto-qat-remove-double-initialization-of-value.patch + patches.suse/crypto-qat-fix-ring-to-service-map-for-dcc-in-4xxx.patch patches.suse/crypto-jitter-fix-CRYPTO_JITTERENTROPY-help-text.patch + patches.suse/crypto-iaa-Fix-async_disable-descriptor-leak.patch patches.suse/powerpc-smp-Adjust-nr_cpu_ids-to-cover-all-threads-o.patch patches.suse/powerpc-smp-Increase-nr_cpu_ids-to-include-the-boot-.patch patches.suse/powerpc-smp-Lookup-avail-once-per-device-tree-node.patch @@ -20007,10 +22735,22 @@ patches.suse/powerpc-Implement-set_memory_rox.patch patches.suse/powerpc-kprobes-Handle-error-returned-by-set_memory_.patch patches.suse/powerpc-pseries-Fix-potential-memleak-in-papr_get_at.patch + patches.suse/powerpc-hv-gpci-Fix-the-H_GET_PERF_COUNTER_INFO-hcall-return-value-checks.patch patches.suse/powerpc-64s-Move-dcbt-dcbtst-sequence-into-a-macro.patch patches.suse/powerpc-64s-Use-.machine-power4-around-dcbt.patch patches.suse/powerpc-Remove-cpu-as-y-completely.patch patches.suse/powerpc-64s-Fix-get_hugepd_cache_index-build-failure.patch + patches.suse/x86-CPU-AMD-Update-the-Zenbleed-microcode-revisions.patch + patches.suse/net-sunrpc-Fix-an-off-by-one-in-rpc_sockaddr2uaddr.patch + patches.suse/NFSv4.2-fix-nfs4_listxattr-kernel-BUG-at-mm-usercopy.patch + patches.suse/NFSv4.2-fix-listxattr-maximum-XDR-buffer-size.patch + patches.suse/NFS-Fix-nfs_netfs_issue_read-xarray-locking-for-writ.patch + patches.suse/NFS-Fix-an-off-by-one-in-root_nfs_cat.patch + patches.suse/NFSv4.1-pnfs-fix-NFS-with-TLS-in-pnfs.patch + patches.suse/NFS-avoid-infinite-loop-in-pnfs_update_layout.patch + patches.suse/nfs-fix-UAF-in-direct-writes.patch + patches.suse/NFS-Read-unlock-folio-on-nfs_page_create_from_folio-.patch + patches.suse/nfs-fix-panic-when-nfs4_ff_layout_prepare_ds-fails.patch patches.suse/scsi-mpt3sas-Reload-SBR-without-rebooting-HBA.patch patches.suse/scsi-lpfc-Initialize-status-local-variable-in-lpfc_s.patch patches.suse/scsi-lpfc-Fix-possible-memory-leak-in-lpfc_rcv_padis.patch @@ -20029,33 +22769,335 @@ patches.suse/scsi-lpfc-Change-lpfc_vport-load_flag-member-into-a-.patch patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.0.patch patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.0-patches.patch + patches.suse/scsi-csiostor-Avoid-function-pointer-casts.patch + patches.suse/scsi-bfa-Fix-function-pointer-type-mismatch-for-hcb_qe-cbfn.patch patches.suse/scsi-lpfc-Replace-deprecated-strncpy-with-strscpy.patch + patches.suse/Input-synaptics-rmi4-fail-probing-if-memory-allocati.patch + patches.suse/input-touchscreen-imagis-Correct-the-maximum-touch-a.patch + patches.suse/Input-imagis-use-FIELD_GET-where-applicable.patch + patches.suse/Input-xpad-add-support-for-Snakebyte-GAMEPADs.patch patches.suse/watchdog-starfive-Check-pm_runtime_enabled-before-de.patch patches.suse/watchdog-stm32_iwdg-initialize-default-timeout.patch + patches.suse/perf-x86-amd-lbr-Discard-erroneous-branch-entries.patch + patches.suse/perf-x86-amd-core-Avoid-register-reset-when-CPU-is-dead.patch patches.suse/i3c-dw-Disable-IBI-IRQ-depends-on-hot-join-and-SIR-e.patch 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/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 + patches.suse/NFSD-Fix-nfsd_clid_class-use-of-__string_len-macro.patch patches.suse/drm-i915-Add-missing-to-__assign_str-macros-in-trace.patch + patches.suse/net-hns3-tracing-fix-hclgevf-trace-event-strings.patch + patches.suse/cxl-trace-Properly-initialize-cxl_poison-region-name.patch patches.suse/RDMA-irdma-Remove-duplicate-assignment.patch patches.suse/RDMA-srpt-Do-not-register-event-handler-until-srpt-d.patch patches.suse/RDMA-hns-Fix-mis-modifying-default-congestion-contro.patch patches.suse/RDMA-device-Fix-a-race-between-mad_client-and-cm_cli.patch patches.suse/RDMA-rtrs-clt-Check-strnlen-return-len-in-sysfs-mpat.patch + patches.suse/msft-hv-2962-RDMA-mana_ib-Fix-bug-in-creation-of-dma-regions.patch + patches.suse/RDMA-cm-add-timeout-to-cm_destroy_id-wait.patch + patches.suse/dlm-fix-user-space-lkb-refcounting.patch + patches.suse/x86-xen-attempt-to-inflate-the-memory-balloon-on-PVH.patch + patches.suse/xen-evtchn-avoid-WARN-when-unbinding-an-event-channe.patch + patches.suse/xen-events-increment-refcnt-only-if-event-channel-is.patch + patches.suse/vdpa_sim-reset-must-not-run.patch + patches.suse/vdpa-mlx5-Allow-CVQ-size-changes.patch + patches.suse/ahci-asm1064-asm1166-don-t-limit-reported-ports.patch patches.suse/thermal-drivers-mediatek-lvts_thermal-Fix-a-memory-l.patch patches.suse/thermal-drivers-mediatek-Fix-control-buffer-enableme.patch + patches.suse/thermal-of-Assume-polling-delay-passive-0-when-absen.patch patches.suse/cpufreq-dt-always-allocate-zeroed-cpumask.patch + patches.suse/s390-vtime-fix-average-steal-time-calculation.patch + patches.suse/s390-zcrypt-fix-reference-counting-on-zcrypt-card-objects.patch + patches.suse/arm64-dts-broadcom-bcmbca-bcm4908-drop-invalid-switch-cells.patch patches.suse/soc-fsl-dpio-fix-kcalloc-argument-order.patch + patches.suse/msft-hv-2964-x86-hyperv-Use-per-cpu-initial-stack-for-vtl-context.patch + patches.suse/remoteproc-virtio-Fix-wdg-cannot-recovery-remote-pro.patch + patches.suse/remoteproc-stm32-Fix-incorrect-type-assignment-retur.patch + patches.suse/usb-audio-v2-Correct-comments-for-struct-uac_clock_s.patch + patches.suse/xhci-remove-unnecessary-event_ring_deq-parameter-fro.patch + patches.suse/xhci-update-event-ring-dequeue-pointer-position-to-c.patch + patches.suse/xhci-add-helper-that-checks-for-unhandled-events-on-.patch + patches.suse/usb-gadget-uvc-mark-incomplete-frames-with-UVC_STREA.patch + patches.suse/usb-typec-ucsi-Limit-read-size-on-v1.2.patch patches.suse/usb-typec-ucsi-Update-connector-cap-and-status.patch + 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-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 + patches.suse/usb-dwc3-am62-fix-module-unload-reload-behavior.patch + patches.suse/usb-dwc3-am62-Disable-wakeup-at-remove.patch + patches.suse/usb-dwc3-core-Add-DWC31-version-2.00a-controller.patch + patches.suse/usb-typec-tcpci-add-generic-tcpci-fallback-compatibl.patch + patches.suse/usb-sl811-hcd-only-defined-function-checkdone-if-QUI.patch patches.suse/phy-tegra-xusb-Add-API-to-retrieve-the-port-number-of-phy.patch patches.suse/usb-gadget-tegra-xudc-Fix-USB3-PHY-retrieval-logic.patch + patches.suse/usb-gadget-net2272-Use-irqflags-in-the-call-to-net22.patch + patches.suse/USB-serial-ftdi_sio-add-support-for-GMC-Z216C-Adapte.patch + patches.suse/USB-serial-add-device-ID-for-VeriFone-adapter.patch + patches.suse/USB-serial-cp210x-add-ID-for-MGP-Instruments-PDS100.patch + patches.suse/USB-serial-option-add-MeiG-Smart-SLM320-product.patch + patches.suse/USB-serial-cp210x-add-pid-vid-for-TDK-NC0110013M-and.patch + patches.suse/tty-vt-fix-20-vs-0x20-typo-in-EScsiignore.patch + patches.suse/serial-max310x-fix-NULL-pointer-dereference-in-I2C-i.patch + patches.suse/serial-max310x-fix-syntax-error-in-IRQ-error-message.patch + patches.suse/tty-serial-samsung-fix-tx_empty-to-return-TIOCSER_TE.patch + patches.suse/serial-8250_exar-Don-t-remove-GPIO-device-on-suspend.patch + patches.suse/serial-pch-Invoke-handle_rx_to-directly.patch + patches.suse/serial-pch-Make-push_rx-return-void.patch + patches.suse/serial-pch-Don-t-disable-interrupts-while-acquiring-lock-in-ISR.patch + patches.suse/serial-pch-Don-t-initialize-uart_port-s-spin_lock.patch + patches.suse/serial-core-only-stop-transmit-when-HW-fifo-is-empty.patch + patches.suse/serial-core-Move-struct-uart_port-quirks-closer-to-possible-values.patch + patches.suse/serial-core-Add-UPIO_UNKNOWN-constant-for-unknown-port-type.patch + patches.suse/serial-port-Introduce-a-common-helper-to-read-properties.patch + patches.suse/serial-Lock-console-when-calling-into-driver-before-.patch + patches.suse/iio-dummy_evgen-remove-Excess-kernel-doc-comments.patch + patches.suse/iio-gts-helper-Fix-division-loop.patch + patches.suse/bus-mhi-ep-check-the-correct-variable-in-mhi_ep_regi.patch + patches.suse/hwtracing-hisi_ptt-Move-type-check-to-the-beginning-.patch + patches.suse/slimbus-core-Remove-usage-of-the-deprecated-ida_simp.patch + patches.suse/speakup-Fix-8bit-characters-from-direct-synth.patch patches.suse/uio-introduce-uio_mem_dma_coherent-type.patch patches.suse/cnic-bnx2-bnx2x-use-uio_mem_dma_coherent.patch patches.suse/uio_pruss-uio_mem_dma_coherent-conversion.patch patches.suse/uio_dmem_genirq-uio_mem_dma_coherent-conversion.patch + patches.suse/kconfig-fix-infinite-loop-when-expanding-a-macro-at-.patch patches.suse/kbuild-Use-fmin-function-alignment-when-available.patch + patches.suse/kbuild-Move-Wenum-compare-conditional-enum-conversio.patch + patches.suse/rds-tcp-Fix-use-after-free-of-net-in-reqsk_timer_han.patch + patches.suse/soc-fsl-qbman-Always-disable-interrupts-when-taking-.patch + patches.suse/soc-fsl-qbman-Use-raw-spinlock-for-cgr_lock.patch + patches.suse/octeontx2-af-Use-matching-wake_up-API-variant-in-CGX.patch + patches.suse/net-sched-taprio-proper-TCA_TAPRIO_TC_ENTRY_INDEX-ch.patch + patches.suse/hsr-Fix-uninit-value-access-in-hsr_get_node.patch + patches.suse/net-mediatek-mtk_eth_soc-clear-MAC_MCR_FORCE_LINK-on.patch + patches.suse/net-ethernet-mtk_eth_soc-fix-PPE-hanging-issue.patch + patches.suse/packet-annotate-data-races-around-ignore_outgoing.patch + patches.suse/net-veth-do-not-manipulate-GRO-when-using-XDP.patch + patches.suse/net-dsa-mt7530-prevent-possible-incorrect-XTAL-frequ.patch + patches.suse/wireguard-receive-annotate-data-race-around-receivin.patch + patches.suse/wireguard-netlink-check-for-dangling-peer-via-is_dea.patch + patches.suse/wireguard-netlink-access-device-through-ctx-instead-.patch patches.suse/net-sched-Add-module-alias-for-sch_fq_pie.patch + patches.suse/net-phy-fix-phy_read_poll_timeout-argument-type-in-g.patch patches.suse/net-bnx2x-Prevent-access-to-a-freed-page-in-page_poo.patch + patches.suse/octeontx2-Detect-the-mbox-up-or-down-message-via-reg.patch + patches.suse/octeontx2-pf-Wait-till-detach_resources-msg-is-compl.patch + patches.suse/octeontx2-pf-Use-default-max_active-works-instead-of.patch + patches.suse/octeontx2-pf-Send-UP-messages-to-VF-only-when-VF-is-.patch + patches.suse/octeontx2-af-Use-separate-handlers-for-interrupts.patch + patches.suse/net-dsa-mt7530-fix-link-local-frames-that-ingress-vl.patch + patches.suse/net-dsa-mt7530-fix-handling-of-all-link-local-frames.patch + patches.suse/selftests-forwarding-Fix-ping-failure-due-to-short-t.patch + patches.suse/netfilter-nf_tables-do-not-compare-internal-table-fl.patch + patches.suse/netfilter-nf_tables-Fix-a-memory-leak-in-nf_tables_u.patch + patches.suse/ubifs-Set-page-uptodate-in-the-correct-place.patch + patches.suse/ubi-Check-for-too-small-LEB-size-in-VTBL-code.patch + patches.suse/ubifs-fix-sort-function-prototype.patch + patches.suse/ubifs-Remove-unreachable-code-in-dbg_check_ltab_lnum.patch + patches.suse/ubifs-dbg_check_idx_size-Fix-kmemleak-if-loading-znode-failed.patch + patches.suse/ubifs-Queue-up-space-reservation-tasks-if-retrying-many-times.patch + patches.suse/rtc-mt6397-select-IRQ_DOMAIN-instead-of-depending-on.patch + patches.suse/nouveau-reset-the-bo-resource-bus-info-after-an-evic.patch + patches.suse/drm-probe-helper-warn-about-negative-.get_modes.patch + patches.suse/drm-panel-do-not-return-negative-error-codes-from-dr.patch + patches.suse/drm-exynos-do-not-return-negative-values-from-.get_m.patch + patches.suse/drm-imx-ipuv3-do-not-return-negative-values-from-.ge.patch + patches.suse/drm-vc4-hdmi-do-not-return-negative-values-from-.get.patch + patches.suse/drm-Fix-drm_fixp2int_round-making-it-add-0.5.patch + patches.suse/nouveau-gsp-don-t-check-devinit-disable-on-GSP.patch + patches.suse/drm-amd-display-Use-freesync-when-DRM_EDID_FEATURE_C.patch + patches.suse/drm-amdgpu-fix-use-after-free-bug.patch + patches.suse/drm-amdgpu-fix-mmhub-client-id-out-of-bounds-access.patch + patches.suse/drm-amd-display-Change-default-size-for-dummy-plane-.patch + patches.suse/drm-amdgpu-amdgpu_ttm_gart_bind-set-gtt-bound-flag.patch + patches.suse/drm-amdgpu-pm-Fix-NULL-pointer-dereference-when-get-.patch + patches.suse/drm-amdgpu-pm-Check-the-validity-of-overdiver-power-.patch + patches.suse/drm-amd-display-Override-min-required-DCFCLK-in-dml1.patch + patches.suse/drm-amd-display-Allow-dirty-rects-to-be-sent-to-dmub.patch + patches.suse/drm-amd-display-Init-DPPCLK-from-SMU-on-dcn32.patch + patches.suse/drm-amd-display-Update-odm-when-ODM-combine-is-chang.patch + patches.suse/drm-amd-display-Fix-idle-check-for-shared-firmware-s.patch + patches.suse/drm-amd-display-Return-the-correct-HDCP-error-code.patch + patches.suse/0001-drm-amd-display-Add-a-dc_state-NULL-check-in-dc_stat.patch + patches.suse/Revert-drm-amd-amdgpu-Fix-potential-ioremap-memory-l.patch + patches.suse/drm-amd-display-Revert-Remove-pixle-rate-limit-for-s.patch + patches.suse/drm-amd-display-Fix-noise-issue-on-HDMI-AV-mute.patch + patches.suse/drm-amdgpu-drop-setting-buffer-funcs-in-sdma442.patch + patches.suse/ALSA-hda-realtek-fix-the-hp-playback-volume-issue-fo.patch + patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-Spectre-x360-14-eu.patch + patches.suse/ALSA-hda-realtek-Add-quirks-for-some-Clevo-laptops.patch + patches.suse/ASoC-tlv320adc3xxx-Don-t-strip-remove-function-when-.patch + patches.suse/ASoC-amd-yc-Fix-non-functional-mic-on-ASUS-M7600RE.patch + patches.suse/ASoC-soc-core.c-Skip-dummy-codec-when-adding-platfor.patch + patches.suse/ASoC-rockchip-i2s-tdm-Fix-inaccurate-sampling-rates.patch + patches.suse/ASoC-amd-yc-Revert-Fix-non-functional-mic-on-Lenovo-.patch + patches.suse/spi-lpspi-Avoid-potential-use-after-free-in-probe.patch + patches.suse/spi-lm70llp-fix-links-in-doc-and-comments.patch + patches.suse/spi-spi-mt65xx-Fix-NULL-pointer-access-in-interrupt-.patch + patches.suse/fbdev-viafb-fix-typo-in-hw_bitblt_1-and-hw_bitblt_2.patch + patches.suse/fbmon-prevent-division-by-zero-in-fb_videomode_from_.patch + patches.suse/ceph-break-the-check-delayed-cap-loop-every-5s.patch + patches.suse/ceph-stop-copying-to-iter-at-EOF-on-sync-reads.patch + patches.suse/dm-integrity-fix-a-memory-leak-when-rechecking-the-d-55e5.patch + patches.suse/dm-snapshot-fix-lockup-in-dm_exception_table_exit-6e71.patch + patches.suse/io_uring-don-t-save-restore-iowait-state.patch + patches.suse/io_uring-rw-return-IOU_ISSUE_SKIP_COMPLETE-for-multi.patch + patches.suse/io_uring-clean-rings-on-NO_MMAP-alloc-fail.patch + patches.suse/io_uring-kbuf-rename-is_mapped.patch + 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/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 + patches.suse/nvme-tcp-Add-wq_unbound-modparam-for-nvme_tcp_wq.patch + patches.suse/irqchip-renesas-rzg2l-Flush-posted-write-in-irq_eoi.patch + patches.suse/irqchip-renesas-rzg2l-Rename-rzg2l_tint_eoi.patch + patches.suse/irqchip-renesas-rzg2l-Rename-rzg2l_irq_eoi.patch + patches.suse/irqchip-renesas-rzg2l-Prevent-spurious-interrupts-wh.patch + patches.suse/clocksource-drivers-imx-Fix-Wunused-but-set-variable.patch + patches.suse/clocksource-drivers-arm_global_timer-Fix-maximum-pre.patch + patches.suse/swiotlb-Fix-double-allocation-of-slots-due-to-broken-alignment-handling.patch + patches.suse/swiotlb-Honour-dma_alloc_coherent-alignment-in-swiotlb_alloc.patch + patches.suse/swiotlb-Fix-alignment-checks-when-both-allocation-and-DMA-masks-are-present.patch + patches.suse/iommu-dma-Force-swiotlb_max_mapping_size-on-an-untrusted-device.patch + patches.suse/x86-pm-Work-around-false-positive-kmemleak-report-in-msr_b.patch + patches.suse/kprobes-x86-Use-copy_from_kernel_nofault-to-read-fro.patch + patches.suse/x86-fpu-Keep-xfd_state-in-sync-with-MSR_IA32_XFD.patch + patches.suse/x86-efistub-Call-mixed-mode-boot-services-on-the-firmware-.patch + patches.suse/efi-fix-panic-in-kdump-kernel.patch + patches.suse/crypto-iaa-Fix-nr_cpus-nr_iaa-case.patch + patches.suse/gfs2-Fix-invalid-metadata-access-in-punch_hole.patch + patches.suse/pwm-img-fix-pwm-clock-lookup.patch + patches.suse/printk-Update-console_may_schedule-in-console_trylock_spinning.patch + patches.suse/Fix-build-errors-due-to-new-UIO_MEM_DMA_COHERENT-mes.patch + patches.suse/init-open-initrd.image-with-O_LARGEFILE.patch + patches.suse/0001-mm-page_owner-fix-recursion.patch + patches.suse/prctl-generalize-PR_SET_MDWE-support-check-to-be-per-arch.patch + patches.suse/ARM-prctl-reject-PR_SET_MDWE-on-pre-ARMv6.patch + patches.suse/crash-use-macro-to-add-crashk_res-into-iomem-early-for-specific-arch.patch + patches.suse/btrfs-zoned-fix-use-after-free-in-do_zone_finish.patch + patches.suse/btrfs-zoned-don-t-skip-block-groups-with-100-zone-un.patch + patches.suse/fs-9p-fix-uninitialized-values-during-inode-evict.patch + patches.suse/nfc-nci-Fix-uninit-value-in-nci_dev_up-and-nci_ntf_p.patch + patches.suse/mlxbf_gige-stop-PHY-during-open-error-paths.patch + patches.suse/s390-qeth-handle-deferred-cc1.patch + patches.suse/net-ll_temac-platform_get_resource-replaced-by-wrong.patch + patches.suse/net-wwan-t7xx-Split-64bit-accesses-to-fix-alignment-.patch + patches.suse/selftests-vxlan_mdb-Fix-failures-with-old-libnet.patch + patches.suse/s390-bpf-Fix-bpf_plt-pointer-arithmetic.patch + patches.suse/bpf-arm64-fix-bug-in-BPF_LDX_MEMSX.patch + patches.suse/arm64-bpf-fix-32bit-unconditional-bswap.patch + patches.suse/net-hns3-fix-index-limit-to-support-all-queue-stats.patch + patches.suse/net-hns3-fix-kernel-crash-when-devlink-reload-during.patch + patches.suse/net-hns3-mark-unexcuted-loopback-test-result-as-UNEX.patch + patches.suse/tls-get-psock-ref-after-taking-rxlock-to-avoid-leak.patch + patches.suse/mlxbf_gige-call-request_irq-after-NAPI-initialized.patch + patches.suse/ice-Refactor-FW-data-type-and-fix-bitmap-casting-iss.patch + patches.suse/ice-fix-memory-corruption-bug-with-suspend-and-rebui.patch + patches.suse/ixgbe-avoid-sleeping-allocation-in-ixgbe_ipsec_vf_ad.patch + patches.suse/igc-Remove-stale-comment-about-Tx-timestamping.patch + patches.suse/wifi-rtw89-coex-fix-configuration-for-shared-antenna.patch + patches.suse/wifi-mac80211-check-clear-fast-rx-for-non-4addr-sta-.patch + patches.suse/wifi-mac80211-fix-ieee80211_bss_-_flags-kernel-doc.patch + patches.suse/wifi-cfg80211-add-a-flag-to-disable-wireless-extensi.patch + patches.suse/wifi-iwlwifi-mvm-disable-MLO-for-the-time-being.patch + patches.suse/wifi-cfg80211-fix-rdev_dump_mpp-arguments-order.patch + patches.suse/wifi-mac80211-fix-prep_connection-error-path.patch + patches.suse/wifi-iwlwifi-mvm-pick-the-version-of-SESSION_PROTECT.patch + patches.suse/wifi-iwlwifi-mvm-consider-having-one-active-link.patch + patches.suse/wifi-iwlwifi-mvm-Configure-the-link-mapping-for-non-.patch + patches.suse/wifi-mac80211-correctly-set-active-links-upon-TTLM.patch + patches.suse/wifi-iwlwifi-mvm-rfi-fix-potential-response-leaks.patch + patches.suse/wifi-iwlwifi-fw-don-t-always-use-FW-dump-trig.patch + patches.suse/wifi-iwlwifi-read-txq-read_ptr-under-lock.patch + patches.suse/wifi-iwlwifi-mvm-guard-against-invalid-STA-ID-on-rem.patch + patches.suse/wifi-iwlwifi-mvm-handle-debugfs-names-more-carefully.patch + patches.suse/wifi-iwlwifi-mvm-include-link-ID-when-releasing-fram.patch + patches.suse/bpf-Check-bloom-filter-map-value-size.patch + patches.suse/bpf-Protect-against-int-overflow-for-stack-access-si.patch + patches.suse/net-lan743x-Add-set-RFE-read-fifo-threshold-for-PCI1.patch + patches.suse/Octeontx2-af-fix-pause-frame-configuration-in-GMP-mo.patch + patches.suse/inet-inet_defrag-prevent-sk-release-while-still-in-u.patch + patches.suse/nfsd-Fix-error-cleanup-path-in-nfsd_rename.patch + patches.suse/ALSA-hda-cs35l56-Set-the-init_done-flag-before-compo.patch + patches.suse/ALSA-sh-aica-reorder-cleanup-operations-to-avoid-UAF.patch + patches.suse/ALSA-aoa-avoid-false-positive-format-truncation-warn.patch + patches.suse/ALSA-hda-tas2781-remove-digital-gain-kcontrol.patch + patches.suse/ALSA-hda-tas2781-add-locks-to-kcontrols.patch + patches.suse/mmc-core-Initialize-mmc_blk_ioc_data.patch + patches.suse/mmc-core-Avoid-negative-index-with-array-access.patch + patches.suse/mmc-sdhci-omap-re-tuning-is-needed-after-a-pm-transi.patch + patches.suse/sdhci-of-dwcmshc-disable-PM-runtime-in-dwcmshc_remov.patch + patches.suse/gpio-cdev-sanitize-the-label-before-requesting-the-i.patch + patches.suse/x86-efistub-Add-missing-boot_params-for-mixed-mode-compat-.patch + patches.suse/ACPICA-debugger-check-status-of-acpi_evaluate_object.patch + patches.suse/Revert-thermal-core-Don-t-update-trip-points-inside-.patch + patches.suse/thermal-devfreq_cooling-Fix-perf-state-when-calculat.patch + patches.suse/x86-bugs-Fix-the-SRSO-mitigation-on-Zen3-4.patch + patches.suse/selftests-ftrace-Fix-event-filter-target_func-select.patch + patches.suse/drm-amdkfd-Check-cgroup-when-returning-DMABuf-info.patch + patches.suse/drm-amd-display-Prevent-crash-when-disable-stream.patch + patches.suse/drm-amdkfd-fix-TLB-flush-after-unmap-for-GFX9.4.2.patch + patches.suse/Revert-drm-amd-display-Fix-sending-VSC-colorimetry-p.patch + patches.suse/drm-amdkfd-range-check-cp-bad-op-exception-interrupt.patch + patches.suse/drm-amd-Flush-GFXOFF-requests-in-prepare-stage.patch + patches.suse/drm-amd-display-Send-DTBCLK-disable-message-on-first.patch + patches.suse/drm-amd-display-Remove-MPC-rate-control-logic-from-D.patch + patches.suse/drm-amd-display-Fix-bounds-check-for-dcn35-DcfClocks.patch + patches.suse/drm-amd-display-Set-DCN351-BB-and-IP-the-same-as-DCN.patch + patches.suse/drm-amdgpu-fix-deadlock-while-reading-mqd-from-debug.patch + patches.suse/nouveau-dmem-handle-kcalloc-allocation-failure.patch + patches.suse/drm-sched-fix-null-ptr-deref-in-init-entity.patch + patches.suse/dma-buf-Fix-NULL-pointer-dereference-in-sanitycheck.patch + patches.suse/drm-rockchip-vop2-Remove-AR30-and-AB30-format-suppor.patch + patches.suse/drm-vmwgfx-Create-debugfs-ttm_resource_manager-entry.patch + patches.suse/drm-qxl-remove-unused-count-variable-from-qxl_surfac.patch + patches.suse/drm-qxl-remove-unused-variable-from-qxl_process_sing.patch + patches.suse/drm-i915-dsi-Go-back-to-the-previous-INIT_OTP-DISPLA.patch + patches.suse/drm-i915-mtl-Update-workaround-14018575942.patch + patches.suse/drm-i915-vrr-Generate-VRR-safe-window-for-DSB.patch + patches.suse/drm-i915-dsb-Fix-DSB-vblank-waits-when-using-VRR.patch + patches.suse/drm-i915-hwmon-Fix-locking-inversion-in-sysfs-getter.patch + patches.suse/drm-i915-Do-not-match-JSL-in-ehl_combo_pll_div_frac_.patch + patches.suse/drm-i915-vma-Fix-UAF-on-destroy-against-retire-race.patch + patches.suse/drm-i915-gt-Reset-queue_priority_hint-on-parking.patch + patches.suse/drm-i915-Pre-populate-the-cursor-physical-dma-addres.patch + patches.suse/drm-i915-bios-Tolerate-devdata-NULL-in-intel_bios_en.patch + patches.suse/staging-vc04_services-changen-strncpy-to-strscpy_pad.patch + patches.suse/staging-vc04_services-fix-information-leak-in-create.patch + patches.suse/USB-UAS-return-ENODEV-when-submit-urbs-fail-with-dev.patch + patches.suse/usb-typec-tcpm-Correct-port-source-pdo-array-in-pd_s.patch + patches.suse/usb-typec-ucsi-Fix-race-between-typec_switch-and-rol.patch + patches.suse/usb-typec-tcpm-fix-double-free-issue-in-tcpm_port_un.patch + patches.suse/usb-typec-tcpm-Update-PD-of-Type-C-port-upon-pd_set.patch + patches.suse/USB-core-Fix-deadlock-in-usb_deauthorize_interface.patch + patches.suse/usb-dwc2-host-Fix-hibernation-flow.patch + patches.suse/usb-dwc2-host-Fix-remote-wakeup-from-hibernation.patch + patches.suse/usb-dwc2-host-Fix-ISOC-flow-in-DDMA-mode.patch + patches.suse/usb-dwc2-gadget-Fix-exiting-from-clock-gating.patch + patches.suse/usb-dwc2-gadget-LPM-flow-fix.patch + patches.suse/usb-cdc-wdm-close-race-between-read-and-workqueue.patch + patches.suse/Revert-usb-phy-generic-Get-the-vbus-supply.patch + patches.suse/usb-dwc3-Properly-set-system-wakeup.patch + patches.suse/usb-dwc3-pci-Drop-duplicate-ID.patch + patches.suse/usb-udc-remove-warning-when-queue-disabled-ep.patch + patches.suse/usb-typec-Return-size-of-buffer-if-pd_set-operation-.patch + patches.suse/usb-typec-ucsi-Clear-EVENT_PENDING-under-PPM-lock.patch + patches.suse/usb-typec-ucsi-Check-for-notifications-after-init.patch + patches.suse/usb-typec-ucsi-Ack-unsupported-commands.patch + patches.suse/usb-typec-ucsi_acpi-Refactor-and-fix-DELL-quirk.patch + patches.suse/usb-typec-ucsi-Clear-UCSI_CCI_RESET_COMPLETE-before-.patch + patches.suse/USB-core-Add-hub_get-and-hub_put-routines.patch + patches.suse/USB-core-Fix-deadlock-in-port-disable-sysfs-attribut.patch + patches.suse/scsi-libsas-Add-a-helper-sas_get_sas_addr_and_dev_type.patch + patches.suse/scsi-libsas-Fix-disk-not-being-scanned-in-after-being-removed.patch patches.suse/scsi-lpfc-Correct-size-for-wqe-for-memset.patch patches.suse/scsi-lpfc-Correct-size-for-cmdwqe-rspwqe-for-memset.patch patches.suse/scsi-qla2xxx-Prevent-command-send-on-chip-reset.patch @@ -20081,11 +23123,2048 @@ patches.suse/scsi-lpfc-Define-types-in-a-union-for-generic-void-c.patch patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.1.patch patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.1-patches.patch - - # tip/tip + patches.suse/scsi-sg-Avoid-sg-device-teardown-race.patch + patches.suse/scsi-core-Fix-unremoved-procfs-host-directory-regression.patch + patches.suse/scsi-bnx2fc-Remove-spin_lock_bh-while-releasing-resources-after-upload.patch + patches.suse/perf-x86-amd-lbr-Use-freeze-based-on-availability.patch + patches.suse/perf-x86-amd-core-Update-and-fix-stalled-cycles-events-for-Zen-2-and-later.patch + patches.suse/irqchip-armada-370-xp-Suppress-unused-function-warni.patch + patches.suse/RAS-AMD-FMPM-Avoid-NULL-ptr-deref-in-get_saved_records.patch + patches.suse/RAS-AMD-FMPM-Safely-handle-saved-records-of-various-sizes.patch + patches.suse/selinux-avoid-dereference-of-garbage-after-mount-fai.patch + patches.suse/x86-retpoline-Do-the-necessary-fixup-to-the-Zen3-4-srso-re.patch + patches.suse/KVM-SVM-Use-unsigned-integers-when-dealing-with-ASID.patch + 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/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 + patches.suse/e1000e-Workaround-for-sporadic-MDI-error-on-Meteor-L.patch + patches.suse/e1000e-move-force-SMBUS-from-enable-ulp-function-to-.patch + patches.suse/udp-do-not-accept-non-tunnel-GSO-skbs-landing-in-a-t.patch + patches.suse/gro-fix-ownership-transfer.patch + patches.suse/octeontx2-af-Fix-issue-with-loading-coalesced-KPU-pr.patch + patches.suse/mlxbf_gige-stop-interface-during-shutdown.patch + patches.suse/i40e-Enforce-software-interrupt-during-busy-poll-exi.patch + patches.suse/i40e-fix-i40e_count_filters-to-count-only-active-new.patch + patches.suse/i40e-fix-vf-may-be-used-uninitialized-in-this-functi.patch + patches.suse/octeontx2-pf-check-negative-error-code-in-otx2_open.patch + patches.suse/r8169-skip-DASH-fw-status-checks-when-DASH-is-disabl.patch + patches.suse/Bluetooth-add-quirk-for-broken-address-properties.patch + patches.suse/Bluetooth-qca-fix-device-address-endianness.patch + patches.suse/Bluetooth-hci_sync-Fix-not-checking-error-on-hci_cmd.patch + patches.suse/Bluetooth-hci_event-set-the-conn-encrypted-before-co.patch + patches.suse/Bluetooth-Fix-TOCTOU-in-HCI-debugfs-implementation.patch + patches.suse/net-phy-micrel-Fix-potential-null-pointer-dereferenc.patch + patches.suse/i40e-Fix-VF-MAC-filter-removal.patch + patches.suse/ax25-fix-use-after-free-bugs-caused-by-ax25_ds_del_t.patch + patches.suse/vsock-virtio-fix-packet-delivery-to-tap-device.patch + patches.suse/r8169-fix-issue-caused-by-buggy-BIOS-on-certain-boar.patch + patches.suse/ipv6-Fix-infinite-recursion-in-fib6_dump_done.patch + patches.suse/octeontx2-af-Add-array-index-check.patch + patches.suse/net-fec-Set-mac_managed_pm-during-probe.patch + patches.suse/net-stmmac-fix-rx-queue-priority-assignment.patch + patches.suse/net-phy-micrel-lan8814-Fix-when-enabling-disabling-1.patch + patches.suse/net-sched-fix-lockdep-splat-in-qdisc_tree_reduce_bac.patch + patches.suse/msft-hv-2971-net-mana-Fix-Rx-DMA-datasize-and-skb_over_panic.patch + patches.suse/net-ravb-Always-process-TX-descriptor-ring.patch + patches.suse/net-ravb-Always-update-error-counters.patch + patches.suse/net-dsa-sja1105-Fix-parameters-order-in-sja1110_pcs_.patch + patches.suse/net-usb-ax88179_178a-avoid-the-interface-always-conf.patch + patches.suse/net-sched-act_skbmod-prevent-kernel-infoleak.patch + patches.suse/ice-fix-enabling-RX-VLAN-filtering.patch + patches.suse/idpf-fix-kernel-panic-on-unknown-packet-types.patch + patches.suse/netfilter-nf_tables-release-mutex-after-nft_gc_seq_e.patch + patches.suse/netfilter-nf_tables-flush-pending-destroy-work-befor.patch + patches.suse/netfilter-nf_tables-reject-new-basechain-after-table.patch + patches.suse/netfilter-nf_tables-Fix-potential-data-race-in-__nft.patch + patches.suse/netfilter-validate-user-input-for-expected-length.patch + patches.suse/bpf-put-uprobe-link-s-path-and-task-in-release-callb.patch + patches.suse/bpf-support-deferring-bpf_link-dealloc-to-after-RCU-.patch + patches.suse/x86-bpf-Fix-IP-after-emitting-call-depth-accounting.patch + patches.suse/bpf-sockmap-Prevent-lock-inversion-deadlock-in-map-d.patch + patches.suse/drm-panfrost-fix-power-transition-timeout-warnings.patch + patches.suse/nouveau-uvmm-fix-addr-range-calcs-for-remap-operatio.patch + patches.suse/drm-prime-Unbreak-virtgpu-dma-buf-export.patch + patches.suse/drm-display-fix-typo.patch + patches.suse/drm-i915-dp-Remove-support-for-UHBR13.5.patch + patches.suse/drm-i915-gt-Disable-HW-load-balancing-for-CCS.patch + patches.suse/drm-i915-gt-Do-not-generate-the-command-streamer-for.patch + patches.suse/drm-i915-gt-Enable-only-one-CCS-for-compute-workload.patch + patches.suse/drm-i915-dp-Fix-the-computation-for-compressed_bpp-f.patch + patches.suse/drm-i915-mst-Limit-MST-DSC-to-TGL.patch + patches.suse/drm-i915-mst-Reject-FEC-MST-on-ICL.patch + patches.suse/ALSA-hda-realtek-Fix-inactive-headset-mic-jack.patch + patches.suse/ALSA-hda-cs35l56-Add-ACPI-device-match-tables.patch + patches.suse/ASoC-tas2781-mark-dvc_tlv-with-__maybe_unused.patch + patches.suse/ALSA-hda-realtek-Add-quirks-for-ASUS-Laptops-using-C.patch + patches.suse/ALSA-hda-realtek-Add-sound-quirks-for-Lenovo-Legion-.patch + patches.suse/ALSA-hda-realtek-Update-Panasonic-CF-SZ6-quirk-to-su.patch + patches.suse/ALSA-hda-realtek-cs35l41-Support-ASUS-ROG-G634JYR.patch + patches.suse/ALSA-line6-Zero-initialize-message-buffers.patch + patches.suse/ASoC-SOF-Intel-hda-dsp-Skip-IMR-boot-on-ACE-platform.patch + patches.suse/ASoC-ops-Fix-wraparound-for-mask-in-snd_soc_get_vols.patch + patches.suse/ASoC-rt5682-sdw-fix-locking-sequence.patch + patches.suse/ASoC-rt711-sdca-fix-locking-sequence.patch + patches.suse/ASoC-rt711-sdw-fix-locking-sequence.patch + patches.suse/ASoC-rt712-sdca-sdw-fix-locking-sequence.patch + patches.suse/ASoC-rt722-sdca-sdw-fix-locking-sequence.patch + patches.suse/ASoC-amd-acp-fix-for-acp_init-function-error-handlin.patch + patches.suse/ASoC-wm_adsp-Fix-missing-mutex_lock-in-wm_adsp_write.patch + patches.suse/ata-sata_sx4-fix-pdc20621_get_from_dimm-on-64-bit.patch + patches.suse/ata-sata_mv-Fix-PCI-device-ID-table-declaration-comp.patch + patches.suse/ata-sata_gemini-Check-clk_enable-result.patch + patches.suse/gpio-cdev-check-for-NULL-labels-when-sanitizing-them.patch + patches.suse/gpio-cdev-fix-missed-label-sanitizing-in-debounce_se.patch + patches.suse/arm64-ptrace-Use-saved-floating-point-state-type-to-determine-SVE-layout.patch + patches.suse/mm-secretmem-fix-GUP-fast-succeeding-on-secretmem-folios.patch + patches.suse/x86-mm-pat-fix-VM_PAT-handling-in-COW-mappings.patch + patches.suse/driver-core-Introduce-device_link_wait_removal.patch + patches.suse/of-dynamic-Synchronize-of_changeset_destroy-with-the.patch + patches.suse/of-module-prevent-NULL-pointer-dereference-in-vsnpri.patch + patches.suse/scsi-mylex-Fix-sysfs-buffer-lengths.patch + patches.suse/scsi-sd-Unregister-device-if-device_add_disk-failed-in-sd_probe.patch + patches.suse/io_uring-rw-don-t-allow-multishot-reads-without-NOWA.patch + patches.suse/io_uring-use-private-workqueue-for-exit-work.patch + patches.suse/io_uring-kbuf-get-rid-of-lower-BGID-lists.patch + patches.suse/io_uring-kbuf-get-rid-of-bl-is_ready.patch + patches.suse/io_uring-kbuf-protect-io_buffer_list-teardown-with-a.patch + patches.suse/io_uring-kbuf-hold-io_buffer_list-reference-over-mma.patch + patches.suse/block-fix-overflow-in-blk_ioctl_discard.patch + patches.suse/regmap-maple-Fix-cache-corruption-in-regcache_maple_.patch + patches.suse/regmap-maple-Fix-uninitialized-symbol-ret-warnings.patch + patches.suse/regulator-tps65132-Add-of_match-table.patch + patches.suse/spi-spi-fsl-lpspi-remove-redundant-spi_controller_pu.patch + patches.suse/spi-mchp-pci1xxx-Fix-a-possible-null-pointer-derefer.patch + patches.suse/firewire-ohci-mask-bus-reset-interrupts-between-ISR-.patch + patches.suse/smb-client-fix-UAF-in-smb2_reconnect_server-.patch + patches.suse/smb-client-guarantee-refcounted-children-from-parent-session.patch + patches.suse/smb-client-fix-potential-UAF-in-cifs_debug_files_proc_show-.patch + patches.suse/smb-client-fix-potential-UAF-in-cifs_dump_full_key-.patch + patches.suse/smb-client-fix-potential-UAF-in-cifs_stats_proc_write-.patch + patches.suse/smb-client-fix-potential-UAF-in-cifs_stats_proc_show-.patch + patches.suse/smb-client-fix-potential-UAF-in-smb2_is_valid_lease_break-.patch + patches.suse/smb-client-fix-potential-UAF-in-smb2_is_valid_oplock_break-.patch + patches.suse/smb-client-fix-potential-UAF-in-is_valid_oplock_break-.patch + patches.suse/smb-client-fix-potential-UAF-in-smb2_is_network_name_deleted-.patch + patches.suse/smb-client-fix-potential-UAF-in-cifs_signal_cifsd_for_reconnect-.patch + patches.suse/i2c-pxa-hide-unused-icr_bits-variable.patch + patches.suse/nfsd-hold-a-lighter-weight-client-reference-over-CB_.patch + patches.suse/perf-x86-intel-ds-Don-t-clear-pebs_data_cfg-for-the-last-PEBS-event.patch + patches.suse/x86-coco-Require-seeding-RNG-with-RDRAND-on-CoCo-systems.patch + patches.suse/x86-kvm-Kconfig-Have-KVM_AMD_SEV-select-ARCH_HAS_CC_.patch + patches.suse/x86-mce-Make-sure-to-grab-mce_sysfs_mutex-in-set_bank.patch + patches.suse/x86-retpoline-Add-NOENDBR-annotation-to-the-SRSO-dummy-ret.patch + patches.suse/btrfs-record-delayed-inode-root-in-transaction.patch + patches.suse/btrfs-qgroup-convert-PREALLOC-to-PERTRANS-after-reco.patch + patches.suse/btrfs-always-clear-PERTRANS-metadata-during-commit.patch + patches.suse/x86-bugs-Change-commas-to-semicolons-in-spectre_v2-sysfs-f.patch + patches.suse/x86-bhi-Add-support-for-clearing-branch-history-at-syscall.patch + patches.suse/x86-bhi-Define-SPEC_CTRL_BHI_DIS_S.patch + patches.suse/x86-bhi-Enumerate-Branch-History-Injection-BHI-bug.patch + patches.suse/x86-bhi-Add-BHI-mitigation-knob.patch + patches.suse/x86-bhi-Mitigate-KVM-by-default.patch + patches.suse/KVM-x86-Add-BHI_NO.patch + patches.suse/nouveau-fix-devinit-paths-to-only-handle-display-on-.patch + patches.suse/platform-x86-intel-vbtn-Update-tablet-mode-switch-at.patch + patches.suse/tools-power-turbostat-Expand-probe_intel_uncore_frequency.patch + patches.suse/tools-power-turbostat-Fix-uncore-frequency-file-string.patch + patches.suse/media-mediatek-vcodec-Fix-oops-when-HEVC-init-fails.patch + patches.suse/kprobes-Fix-possible-use-after-free-issue-on-kprobe-registration.patch + patches.suse/platform-chrome-cros_ec_uart-properly-fix-race-condi.patch + patches.suse/scsi-sg-Avoid-race-in-error-handling-drop-bogus-warn.patch + patches.suse/scsi-hisi_sas-Modify-the-deadline-for-ata_wait_after_reset.patch + patches.suse/scsi-qla2xxx-Fix-off-by-one-in-qla_edif_app_getstats.patch + patches.suse/xsk-validate-user-input-for-XDP_-UMEM-COMPLETION-_FI.patch + patches.suse/virtio_net-Do-not-send-RSS-key-if-it-is-not-supporte.patch + patches.suse/octeontx2-pf-Fix-transmit-scheduler-resource-leak.patch + patches.suse/batman-adv-Avoid-infinite-loop-trying-to-resize-loca.patch + patches.suse/geneve-fix-header-validation-in-geneve-6-_xmit_skb.patch + patches.suse/bnxt_en-Fix-possible-memory-leak-in-bnxt_rdma_aux_de.patch + patches.suse/bnxt_en-Fix-error-recovery-for-RoCE-ulp-client.patch + patches.suse/bnxt_en-Reset-PTP-tx_avail-after-possible-firmware-r.patch + patches.suse/net-ks8851-Inline-ks8851_rx_skb.patch + patches.suse/net-ks8851-Handle-softirqs-at-the-end-of-IRQ-thread-.patch + patches.suse/af_unix-Clear-stale-u-oob_skb.patch + patches.suse/octeontx2-af-Fix-NIX-SQ-mode-and-BP-config.patch + patches.suse/net-add-copy_safe_from_sockptr-helper.patch + patches.suse/mISDN-fix-MISDN_TIME_STAMP-handling.patch + patches.suse/nfc-llcp-fix-nfc_llcp_setsockopt-unsafe-copies.patch + patches.suse/ipv6-fix-race-condition-between-ipv6_get_ifaddr-and-.patch + patches.suse/netfilter-complete-validation-of-user-input.patch + patches.suse/net-mlx5-E-switch-store-eswitch-pointer-before-regis.patch + patches.suse/net-mlx5-Register-devlink-first-under-devlink-lock.patch + patches.suse/net-mlx5-offset-comp-irq-index-in-name-by-one.patch + patches.suse/net-mlx5-Properly-link-new-fs-rules-into-the-tree.patch + patches.suse/net-mlx5-Correctly-compare-pkt-reformat-ids.patch + patches.suse/net-mlx5e-RSS-Block-changing-channels-number-when-RX.patch + patches.suse/net-mlx5e-Fix-mlx5e_priv_init-cleanup-flow.patch + patches.suse/net-mlx5e-HTB-Fix-inconsistencies-with-QoS-SQs-numbe.patch + patches.suse/net-mlx5e-Do-not-produce-metadata-freelist-entries-i.patch + patches.suse/net-mlx5e-RSS-Block-XOR-hash-with-over-128-channels.patch + patches.suse/net-sparx5-fix-wrong-config-being-used-when-reconfig.patch + patches.suse/net-dsa-mt7530-trap-link-local-frames-regardless-of-.patch + patches.suse/af_unix-Fix-garbage-collector-racing-against-connect.patch + patches.suse/Bluetooth-ISO-Don-t-reject-BT_ISO_QOS-if-parameters-.patch + patches.suse/Bluetooth-hci_sync-Fix-using-the-same-interval-and-w.patch + patches.suse/Bluetooth-Fix-memory-leak-in-hci_req_sync_complete.patch + patches.suse/Bluetooth-SCO-Fix-not-validating-setsockopt-user-inp.patch + patches.suse/Bluetooth-RFCOMM-Fix-not-validating-setsockopt-user-.patch + patches.suse/Bluetooth-L2CAP-Fix-not-validating-setsockopt-user-i.patch + patches.suse/Bluetooth-ISO-Fix-not-validating-setsockopt-user-inp.patch + patches.suse/Bluetooth-hci_sock-Fix-not-validating-setsockopt-use.patch + patches.suse/Bluetooth-l2cap-Don-t-double-set-the-HCI_CONN_MGMT_C.patch + patches.suse/net-ena-Fix-potential-sign-extension-issue.patch + patches.suse/net-ena-Wrong-missing-IO-completions-check-order.patch + patches.suse/net-ena-Fix-incorrect-descriptor-free-behavior.patch + patches.suse/net-ena-Set-tx_info-xdpf-value-to-NULL.patch + patches.suse/PM-s2idle-Make-sure-CPUs-will-wakeup-directly-on-res.patch + patches.suse/ACPI-scan-Do-not-increase-dep_unmet-for-already-met-.patch + patches.suse/msft-hv-2976-Drivers-hv-vmbus-Leak-pages-if-set_memory_encrypted-.patch + patches.suse/msft-hv-2977-Drivers-hv-vmbus-Track-decrypted-status-in-vmbus_gpa.patch + patches.suse/msft-hv-2978-hv_netvsc-Don-t-free-decrypted-memory.patch + patches.suse/msft-hv-2979-uio_hv_generic-Don-t-free-decrypted-memory.patch + patches.suse/msft-hv-2980-Drivers-hv-vmbus-Don-t-free-ring-buffers-that-couldn.patch + patches.suse/drm-i915-cdclk-Fix-CDCLK-programming-order-when-pipe.patch + patches.suse/drm-i915-Disable-port-sync-when-bigjoiner-is-used.patch + patches.suse/drm-i915-Disable-live-M-N-updates-when-using-bigjoin.patch + patches.suse/drm-i915-vrr-Disable-VRR-when-using-bigjoiner.patch + patches.suse/drm-amdkfd-Reset-GPU-on-queue-preemption-failure.patch + patches.suse/drm-amdgpu-always-force-full-reset-for-SOC21.patch + patches.suse/drm-amdgpu-Refine-IB-schedule-error-logging.patch + patches.suse/drm-amdgpu-Reset-dGPU-if-suspend-got-aborted.patch + patches.suse/drm-amd-pm-fixes-a-random-hang-in-S4-for-SMU-v13.0.4.patch + patches.suse/drm-amdgpu-implement-IRQ_STATE_ENABLE-for-SDMA-v4.4..patch + patches.suse/drm-amd-display-Skip-on-writeback-when-it-s-not-appl.patch + patches.suse/drm-amdgpu-Fix-VCN-allocation-in-CPX-partition.patch + patches.suse/amd-amdkfd-sync-all-devices-to-wait-all-processes-be.patch + patches.suse/drm-amdgpu-fix-incorrect-number-of-active-RBs-for-gf.patch + patches.suse/drm-amd-display-Do-not-recursively-call-manual-trigg.patch + patches.suse/drm-amd-display-fix-disable-otg-wa-logic-in-DCN316.patch + patches.suse/drm-amd-display-Program-VSC-SDP-colorimetry-for-all-.patch + patches.suse/drm-amd-display-Set-VSC-SDP-Colorimetry-same-way-for.patch + patches.suse/drm-panfrost-Fix-the-error-path-in-panfrost_mmu_map_.patch + patches.suse/drm-ast-Fix-soft-lockup.patch + patches.suse/Revert-drm-qxl-simplify-qxl_fence_wait.patch + patches.suse/nouveau-fix-function-cast-warning.patch + patches.suse/accel-ivpu-Fix-deadlock-in-context_xa.patch + patches.suse/gpu-host1x-Do-not-setup-DMA-for-virtual-devices.patch + patches.suse/drm-client-Fully-protect-modes-with-dev-mode_config..patch + patches.suse/drm-vmwgfx-Enable-DMA-mappings-with-SEV.patch + patches.suse/drm-msm-Add-newlines-to-some-debug-prints.patch + patches.suse/drm-msm-dpu-don-t-allow-overriding-data-from-catalog.patch + patches.suse/drm-msm-dpu-make-error-messages-at-dpu_core_irq_regi.patch + patches.suse/drm-msm-dp-fix-typo-in-dp_display_handle_port_status.patch + patches.suse/amdkfd-use-calloc-instead-of-kzalloc-to-avoid-intege.patch + patches.suse/tracing-hide-unused-ftrace_event_id_fops.patch + patches.suse/ring-buffer-Only-update-pages_touched-when-a-new-page-is-touched.patch + patches.suse/ceph-redirty-page-before-returning-AOP_WRITEPAGE_ACTI.patch + patches.suse/ceph-switch-to-use-cap_delay_lock-for-the-unlink-dela.patch + patches.suse/io_uring-Fix-io_cqring_wait-not-restoring-sigmask-on.patch + patches.suse/io_uring-net-restore-msg_control-on-sendzc-retry.patch + patches.suse/blk-iocost-avoid-out-of-bounds-shift.patch + patches.suse/block-fix-q-blkg_list-corruption-during-disk-rebind.patch + patches.suse/raid1-fix-use-after-free-for-original-bio-in-raid1_-fcf3.patch + patches.suse/iommu-mtk-fix-module-autoloading.patch + patches.suse/iommu-vt-d-Fix-wrong-use-of-pasid-config.patch + patches.suse/iommu-vt-d-Allocate-local-memory-for-page-request-qu.patch + patches.suse/iommu-vt-d-Fix-WARN_ON-in-iommu-probe-path.patch + patches.suse/ARM-OMAP2-fix-N810-MMC-gpiod-table.patch + patches.suse/mmc-omap-fix-broken-slot-switch-lookup.patch + patches.suse/mmc-omap-fix-deferred-probe.patch + patches.suse/mmc-omap-restore-original-power-up-down-steps.patch + patches.suse/ARM-OMAP2-fix-USB-regression-on-Nokia-N8x0.patch + patches.suse/arm64-dts-imx8-ss-conn-fix-usdhc-wrong-lpcg-clock-order.patch + patches.suse/arm64-dts-imx8-ss-lsio-fix-pwm-lpcg-indices.patch + patches.suse/arm64-dts-imx8-ss-conn-fix-usb-lpcg-indices.patch + patches.suse/arm64-dts-imx8-ss-dma-fix-spi-lpcg-indices.patch + patches.suse/arm64-dts-imx8-ss-dma-fix-adc-lpcg-indices.patch + 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/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/vhost-Add-smp_rmb-in-vhost_vq_avail_empty.patch + patches.suse/vhost-Add-smp_rmb-in-vhost_enable_notify.patch + patches.suse/irqchip-gic-v3-its-Fix-VSYNC-referencing-an-unmapped.patch + patches.suse/perf-x86-Fix-out-of-range-data.patch + patches.suse/selftests-timers-posix_timers-Reimplement-check_time.patch + patches.suse/selftests-timers-Fix-valid-adjtimex-signed-left-shif.patch + patches.suse/selftests-timers-Fix-posix_timers-ksft_print_msg-war.patch + patches.suse/selftests-kselftest-Mark-functions-that-unconditiona.patch + patches.suse/selftests-timers-Fix-abs-warning-in-posix_timers-tes.patch + patches.suse/selftests-kselftest-Fix-build-failure-with-NOLIBC.patch + patches.suse/x86-apic-Force-native_apic_mem_read-to-use-the-MOV-instruction + patches.suse/x86-bugs-Fix-return-type-of-spectre_bhi_state.patch + patches.suse/x86-bugs-Fix-BHI-documentation.patch + patches.suse/x86-bugs-Cache-the-value-of-MSR_IA32_ARCH_CAPABILITIES.patch + patches.suse/x86-bugs-Rename-various-ia32_cap-variables-to-x86_arch_cap.patch + patches.suse/x86-bugs-Fix-BHI-handling-of-RRSBA.patch + patches.suse/x86-bugs-Remove-CONFIG_BHI_MITIGATION_AUTO-and-spectre_bhi.patch + patches.suse/x86-bugs-Replace-CONFIG_SPECTRE_BHI_-ON-OFF-with-CONFIG_MI.patch + patches.suse/selftests-ftrace-Limit-length-in-subsystem-enable-te.patch + patches.suse/platform-x86-ISST-Add-Granite-Rapids-D-to-HPM-CPU-li.patch + patches.suse/platform-x86-amd-pmc-Extend-Framework-13-quirk-to-mo.patch + patches.suse/random-handle-creditable-entropy-from-atomic-process.patch + patches.suse/gpio-wcove-Use-ENOTSUPP-consistently.patch + patches.suse/gpio-crystalcove-Use-ENOTSUPP-consistently.patch + patches.suse/gpio-lpc32xx-fix-module-autoloading.patch + patches.suse/gpiolib-swnode-Remove-wrong-header-inclusion.patch + patches.suse/netfilter-nf_tables-Fix-potential-data-race-in-__nft-3.patch + patches.suse/netfilter-nf_tables-Fix-potential-data-race-in-__nft-2.patch + patches.suse/netfilter-flowtable-validate-pppoe-header.patch + patches.suse/netfilter-flowtable-incorrect-pppoe-tuple.patch + patches.suse/af_unix-Don-t-peek-OOB-data-without-MSG_OOB.patch + patches.suse/net-sparx5-flower-fix-fragment-flags-handling.patch + patches.suse/net-mlx5-Lag-restore-buckets-number-to-default-after.patch + patches.suse/net-mlx5-Restore-mistakenly-dropped-parts-in-registe.patch + patches.suse/net-mlx5e-Prevent-deadlock-while-disabling-aRFS.patch + patches.suse/octeontx2-pf-fix-FLOW_DIS_IS_FRAGMENT-implementation.patch + patches.suse/tun-limit-printing-rate-when-illegal-packet-received.patch + patches.suse/s390-ism-Properly-fix-receive-message-buffer-allocation.patch + patches.suse/net-usb-qmi_wwan-support-Rolling-modules.patch + patches.suse/netfilter-nf_tables-restore-set-elements-when-delete.patch + patches.suse/net-usb-ax88179_178a-avoid-writing-the-mac-address-b.patch + patches.suse/0001-mm-page_owner-Update-metadata-for-tail-pages.patch + patches.suse/0001-mm-page_owner-Fix-refcount-imbalance.patch + patches.suse/0001-mm-page_owner-Fix-accounting-of-pages-when-migrating.patch + patches.suse/0001-mm-page_owner-Fix-printing-of-stack-records.patch + patches.suse/Squashfs-check-the-inode-number-is-not-the-invalid-v.patch + patches.suse/0001-mm-page_owner-Defer-enablement-of-static-branch.patch + patches.suse/0001-fork-defer-linking-file-vma-until-vma-is-fully-initi.patch + patches.suse/nilfs2-fix-OOB-in-nilfs_set_de_type.patch + patches.suse/drm-amdgpu-remove-invalid-resource-start-check-v2.patch + patches.suse/drm-amdkfd-Fix-memory-leak-in-create_process-failure.patch + patches.suse/Revert-drm-amd-display-fix-USB-C-flag-update-after-e.patch + patches.suse/drm-amdgpu-validate-the-parameters-of-bo-mapping-ope.patch + patches.suse/drm-amdgpu-fix-visible-VRAM-handling-during-faults.patch + patches.suse/drm-radeon-make-fstrict-flex-arrays-3-happy.patch + patches.suse/drm-radeon-silence-UBSAN-warning-v3.patch + patches.suse/nouveau-fix-instmem-race-condition-around-ptr-stores.patch + patches.suse/drm-nv04-Fix-out-of-bounds-access.patch + patches.suse/drm-ttm-stop-pooling-cached-NUMA-pages-v2.patch + patches.suse/drm-vmwgfx-Fix-prime-import-export.patch + patches.suse/drm-vmwgfx-Fix-crtc-s-atomic-check-conditional.patch + patches.suse/drm-vmwgfx-Sort-primary-plane-formats-by-order-of-pr.patch + patches.suse/drm-nouveau-dp-Don-t-probe-eDP-ports-twice-harder.patch + patches.suse/drm-panel-visionox-rm69299-don-t-unregister-DSI-devi.patch + patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-SnowWhite-laptops.patch + patches.suse/ALSA-hda-tas2781-correct-the-register-for-pow-calibr.patch + patches.suse/ALSA-hda-tas2781-Add-new-vendor_id-and-subsystem_id-.patch + patches.suse/ALSA-hda-realtek-Fixes-for-Asus-GU605M-and-GA403U-so.patch + patches.suse/ALSA-hda-realtek-Fix-volumn-control-of-ThinkBook-16P.patch + patches.suse/ALSA-hda-realtek-Add-quirks-for-Huawei-Matebook-D14-.patch + patches.suse/ALSA-hda-realtek-Enable-audio-jacks-of-Haier-Boyue-G.patch + patches.suse/ALSA-seq-ump-Fix-conversion-from-MIDI2-to-MIDI1-UMP-.patch + patches.suse/init-main.c-Fix-potential-static_command_line-memory.patch + patches.suse/bootconfig-use-memblock_free_late-to-free-xbc-memory.patch + patches.suse/bootconfig-Fix-the-kerneldoc-of-_xbc_exit.patch + patches.suse/0001-s390-qdio-handle-deferred-cc1.patch + patches.suse/0001-s390-cio-fix-race-condition-during-online-processing.patch + patches.suse/arm64-head-Disable-MMU-at-EL2-before-clearing-HCR_EL.patch + patches.suse/arm64-hibernate-Fix-level3-translation-fault-in-swsu.patch + patches.suse/fs-9p-only-translate-RWX-permissions-for-plain-9P200.patch + patches.suse/fs-9p-translate-O_TRUNC-into-OTRUNC.patch + patches.suse/RDMA-rxe-Fix-the-problem-mutex_destroy-missing.patch + patches.suse/RDMA-cm-Print-the-old-state-when-cm_destroy_id-gets-.patch + 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-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 + patches.suse/clk-Get-runtime-PM-before-walking-tree-during-disabl.patch + patches.suse/clk-Get-runtime-PM-before-walking-tree-for-clk_summa.patch + patches.suse/clk-mediatek-Do-a-runtime-PM-get-on-controllers-duri.patch + patches.suse/powerpc-crypto-chacha-p10-Fix-failure-on-non-Power10.patch + patches.suse/selftests-powerpc-papr-vpd-Fix-missing-variable-init.patch + patches.suse/KVM-x86-Snapshot-if-a-vCPU-s-vendor-model-is-AMD-vs..patch + patches.suse/KVM-x86-pmu-Do-not-mask-LVTPC-when-handling-a-PMI-on.patch + patches.suse/KVM-x86-pmu-Disable-support-for-adaptive-PEBS.patch + patches.suse/KVM-x86-mmu-x86-Don-t-overflow-lpage_info-when-check.patch + patches.suse/KVM-x86-pmu-Set-enable-bits-for-GP-counters-in-PERF_.patch + patches.suse/perf-x86-intel-Expose-existence-of-callback-support-.patch + patches.suse/KVM-VMX-Disable-LBR-virtualization-if-the-CPU-doesn-.patch + patches.suse/KVM-x86-mmu-Write-protect-L2-SPTEs-in-TDP-MMU-when-c.patch + patches.suse/x86-bugs-Fix-BHI-retpoline-check.patch + patches.suse/x86-cpufeatures-Fix-dependencies-for-GFNI-VAES-and-VPCLMUL.patch + patches.suse/usb-xhci-correct-return-value-in-case-of-STS_HCE.patch + patches.suse/usb-typec-ucsi-Fix-connector-check-on-init.patch + patches.suse/usb-typec-tcpm-Correct-the-PDO-counting-in-pd_set.patch + patches.suse/usb-gadget-f_ncm-Fix-UAF-ncm-object-at-re-bind-after.patch + patches.suse/usb-Disable-USB3-LPM-at-shutdown.patch + patches.suse/usb-dwc2-host-Fix-dereference-issue-in-DDMA-completi.patch + patches.suse/thunderbolt-Do-not-create-DisplayPort-tunnels-on-ada.patch + patches.suse/thunderbolt-Fix-wake-configurations-after-device-unp.patch + patches.suse/thunderbolt-Avoid-notify-PM-core-about-runtime-PM-re.patch + patches.suse/Revert-usb-cdc-wdm-close-race-between-read-and-workq.patch + patches.suse/USB-serial-option-add-Fibocom-FM135-GL-variants.patch + patches.suse/USB-serial-option-support-Quectel-EM060K-sub-models.patch + patches.suse/USB-serial-option-add-support-for-Fibocom-FM650-FG65.patch + patches.suse/USB-serial-option-add-Lonsung-U8300-U9300-product.patch + patches.suse/USB-serial-option-add-Rolling-RW101-GL-and-RW135-GL-.patch + patches.suse/USB-serial-option-add-Telit-FN920C04-rmnet-compositi.patch + patches.suse/serial-8250_dw-Revert-Do-not-reclock-if-already-at-c.patch + patches.suse/serial-mxs-auart-add-spinlock-around-changing-cts-st.patch + patches.suse/serial-pmac_zilog-Remove-flawed-mitigation-for-rx-ir.patch + patches.suse/serial-stm32-Reset-.throttled-state-in-.startup.patch + patches.suse/fs-sysfs-Fix-reference-leak-in-sysfs_break_active_pr.patch + patches.suse/speakup-Avoid-crash-on-very-long-word.patch + patches.suse/mei-me-disable-RPL-S-on-SPS-and-IGN-firmwares.patch + patches.suse/comedi-vmk80xx-fix-incomplete-endpoint-checking.patch + patches.suse/peci-linux-peci.h-fix-Excess-kernel-doc-description-.patch + patches.suse/btrfs-fix-information-leak-in-btrfs_ioctl_logical_to.patch + patches.suse/btrfs-fix-wrong-block_start-calculation-for-btrfs_dr.patch + patches.suse/HID-i2c-hid-remove-I2C_HID_READ_PENDING-flag-to-prev.patch + patches.suse/HID-intel-ish-hid-ipc-Fix-dev_err-usage-with-uniniti.patch + patches.suse/HID-logitech-dj-allow-mice-to-use-all-types-of-repor.patch + patches.suse/HID-mcp-2221-cancel-delayed_work-only-when-CONFIG_II.patch + patches.suse/net-usb-qmi_wwan-add-Telit-FN920C04-compositions.patch + patches.suse/icmp-prevent-possible-NULL-dereferences-from-icmp_bu.patch + patches.suse/NFC-trf7970a-disable-all-regulators-on-removal.patch + patches.suse/ax25-Fix-netdev-refcount-issue.patch + patches.suse/ipv4-check-for-NULL-idev-in-ip_route_use_hint.patch + patches.suse/net-usb-ax88179_178a-stop-lying-about-skb-truesize.patch + patches.suse/net-gtp-Fix-Use-After-Free-in-gtp_dellink.patch + patches.suse/net-openvswitch-Fix-Use-After-Free-in-ovs_ct_exit.patch + patches.suse/79b5b4b18bc8-mlxsw-spectrum_acl_tcam-Fix-possible-use-after-free-.patch + patches.suse/mlxsw-spectrum_acl_tcam-Fix-possible-use-after-free-.patch + patches.suse/mlxsw-spectrum_acl_tcam-Fix-memory-leak-during-rehas.patch + patches.suse/mlxsw-spectrum_acl_tcam-Fix-warning-during-rehash.patch + patches.suse/mlxsw-spectrum_acl_tcam-Fix-incorrect-list-API-usage.patch + patches.suse/mlxsw-spectrum_acl_tcam-Fix-memory-leak-when-canceli.patch + patches.suse/Bluetooth-Fix-type-of-len-in-l2cap-sco-_sock_getsock.patch + patches.suse/Bluetooth-btusb-Add-Realtek-RTL8852BE-support-ID-0x0.patch + patches.suse/Bluetooth-btusb-Fix-triggering-coredump-implementati.patch + patches.suse/Bluetooth-hci_event-Fix-sending-HCI_OP_READ_ENC_KEY_.patch + patches.suse/Bluetooth-MGMT-Fix-failing-to-MGMT_OP_ADD_UUID-MGMT_.patch + patches.suse/Bluetooth-qca-fix-NULL-deref-on-non-serdev-suspend.patch + patches.suse/Bluetooth-qca-fix-NULL-deref-on-non-serdev-setup.patch + patches.suse/Bluetooth-hci_sync-Using-hci_cmd_sync_submit-when-re.patch + patches.suse/Bluetooth-qca-set-power_ctrl_enabled-on-NULL-returne.patch + patches.suse/wifi-mac80211-check-EHT-TTLM-action-frame-length.patch + patches.suse/wifi-mac80211-don-t-use-rate-mask-for-scanning.patch + patches.suse/wifi-mac80211-ensure-beacon-is-non-S1G-prior-to-extr.patch + patches.suse/wifi-cfg80211-fix-the-order-of-arguments-for-trace-e.patch + patches.suse/wifi-ath11k-use-RCU-when-accessing-struct-inet6_dev-.patch + patches.suse/wifi-iwlwifi-mvm-remove-old-PASN-station-when-adding.patch + patches.suse/wifi-iwlwifi-mvm-return-uid-from-iwl_mvm_build_scan_.patch + patches.suse/Revert-wifi-iwlwifi-bump-FW-API-to-90-for-BZ-SC-devi.patch + patches.suse/wifi-nl80211-don-t-free-NULL-coalescing-rule.patch + patches.suse/wifi-mac80211_hwsim-init-peer-measurement-result.patch + patches.suse/wifi-mac80211-remove-link-before-AP.patch + patches.suse/wifi-mac80211-fix-unaligned-le16-access.patch + patches.suse/wifi-iwlwifi-mvm-fix-link-ID-management.patch + patches.suse/i40e-Do-not-use-WQ_MEM_RECLAIM-flag-for-workqueue.patch + patches.suse/ice-fix-LAG-and-VF-lock-dependency-in-ice_reset_vf.patch + patches.suse/octeontx2-af-fix-the-double-free-in-rvu_npc_freemem.patch + patches.suse/dpll-fix-dpll_pin_on_pin_register-for-multiple-paren.patch + patches.suse/af_unix-Suppress-false-positive-lockdep-splat-for-spin_lock-in-__unix_gc.patch + patches.suse/0001-ipvs-Fix-checksumming-on-GSO-of-SCTP-packets.patch + patches.suse/netfilter-nf_tables-honor-table-dormant-flag-from-ne.patch + patches.suse/ACPI-CPPC-Fix-bit_offset-shift-in-MASK_VAL-macro.patch + patches.suse/ACPI-CPPC-Fix-access-width-used-for-PCC-registers.patch + patches.suse/drm-amd-display-Set-color_mgmt_changed-to-true-on-un.patch + patches.suse/drm-amdgpu-Fix-leak-when-GPU-memory-allocation-fails.patch + patches.suse/drm-amdgpu-Assign-correct-bits-for-SDMA-HDP-flush.patch + patches.suse/drm-amdgpu-Update-BO-eviction-priorities.patch + patches.suse/drm-amd-pm-Restore-config-space-after-reset.patch + patches.suse/drm-amdkfd-Add-VRAM-accounting-for-SVM-migration.patch + patches.suse/drm-amdgpu-Fix-the-ring-buffer-size-for-queue-VM-flu.patch + patches.suse/drm-amdgpu-sdma5.2-use-legacy-HDP-flush-for-SDMA2-3.patch + patches.suse/drm-amdgpu-mes-fix-use-after-free-issue.patch + patches.suse/drm-gma500-Remove-lid-code.patch + patches.suse/fbdev-fix-incorrect-address-computation-in-deferred-.patch + patches.suse/drm-etnaviv-fix-tx-clock-gating-on-some-GC7000-varia.patch + patches.suse/gpio-tegra186-Fix-tegra186_gpio_is_accessible-check.patch + patches.suse/gpio-tangier-Use-correct-type-for-the-IRQ-chip-data.patch + patches.suse/mtd-diskonchip-work-around-ubsan-link-failure.patch + patches.suse/mmc-sdhci-msm-pervent-access-to-suspended-controller.patch + patches.suse/arm64-dts-rockchip-set-PHY-address-of-MT7531-switch-to-0x1f.patch + patches.suse/arm64-dts-rockchip-enable-internal-pull-up-for-Q7_THRM-on-RK3399-Puma.patch + patches.suse/arm64-dts-rockchip-fix-alphabetical-ordering-RK3399-puma.patch + patches.suse/arm64-dts-rockchip-enable-internal-pull-up-on-Q7_USB_ID-for-RK3399-Puma.patch + patches.suse/arm64-dts-rockchip-enable-internal-pull-up-on-PCIE_WAKE-for-RK3399-Puma.patch + patches.suse/arm64-dts-rockchip-Remove-unsupported-node-from-the-Pinebook-Pro-dts.patch + patches.suse/arm64-dts-rockchip-regulator-for-sd-needs-to-be-always-on-for-BPI-R2Pro.patch + patches.suse/phy-marvell-a3700-comphy-Fix-out-of-bounds-read.patch + patches.suse/phy-marvell-a3700-comphy-Fix-hardcoded-array-size.patch + patches.suse/phy-freescale-imx8m-pcie-fix-pcie-link-up-instabilit.patch + patches.suse/phy-rockchip-snps-pcie3-fix-bifurcation-on-rk3588.patch + patches.suse/phy-rockchip-snps-pcie3-fix-clearing-PHP_GRF_PCIESEL.patch + patches.suse/phy-rockchip-naneng-combphy-Fix-mux-on-rk3588.patch + patches.suse/phy-ti-tusb1210-Resolve-charger-det-crash-if-charger.patch + patches.suse/dmaengine-owl-fix-register-access-functions.patch + patches.suse/dmaengine-tegra186-Fix-residual-calculation.patch + patches.suse/idma64-Don-t-try-to-serve-interrupts-when-device-is-.patch + patches.suse/dmaengine-idxd-Convert-spinlock-to-mutex-to-lock-evl.patch + patches.suse/dma-xilinx_dpdma-Fix-locking.patch + patches.suse/dmaengine-idxd-Fix-oops-during-rmmod-on-single-CPU-p.patch + patches.suse/soundwire-amd-fix-for-wake-interrupt-handling-for-cl.patch + patches.suse/eeprom-at24-fix-memory-corruption-race-condition.patch + patches.suse/i2c-smbus-fix-NULL-function-pointer-dereference.patch + patches.suse/smb3-missing-lock-when-picking-channel.patch + patches.suse/smb3-fix-lock-ordering-potential-deadlock-in-cifs_sync_mid_result.patch + patches.suse/selftests-sud_test-return-correct-emulated-syscall-v.patch + patches.suse/irqchip-gic-v3-its-Prevent-double-free-on-error.patch + patches.suse/x86-CPU-AMD-Add-models-0x10-0x1f-to-the-Zen5-range.patch + patches.suse/x86-tdx-Preserve-shared-bit-on-mprotect.patch + patches.suse/nfs-Handle-error-of-rpc_proc_register-in-nfs_net_ini.patch + patches.suse/pinctrl-pinctrl-aspeed-g6-Fix-register-offset-for-pi.patch + patches.suse/pinctrl-meson-fix-typo-in-PDM-s-pin-name.patch + patches.suse/pinctrl-core-delete-incorrect-free-in-pinctrl_enable.patch + patches.suse/pinctrl-mediatek-paris-Fix-PIN_CONFIG_INPUT_SCHMITT_.patch + patches.suse/pinctrl-mediatek-paris-Rework-support-for-PIN_CONFIG.patch + patches.suse/pinctrl-devicetree-fix-refcount-leak-in-pinctrl_dt_t.patch + patches.suse/pinctrl-baytrail-Fix-selecting-gpio-pinctrl-state.patch + 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/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 + patches.suse/regulator-change-stubbed-devm_regulator_get_enable-t.patch + patches.suse/regulator-change-devm_regulator_get_enable_optional-.patch + patches.suse/ice-ensure-the-copied-buf-is-NUL-terminated.patch + patches.suse/bna-ensure-the-copied-buf-is-NUL-terminated.patch + patches.suse/octeontx2-af-avoid-off-by-one-read-from-userspace.patch + patches.suse/Fix-a-potential-infinite-loop-in-extract_user_to_sg.patch + patches.suse/bpf-skmsg-Fix-NULL-pointer-dereference-in-sk_psock_s.patch + patches.suse/bpf-arm64-Fix-incorrect-runtime-stats.patch + patches.suse/xdp-use-flags-field-to-disambiguate-broadcast-redire.patch + patches.suse/cxgb4-Properly-lock-TX-queue-for-the-selftest.patch + patches.suse/e1000e-change-usleep_range-to-udelay-in-PHY-mdic-acc.patch + patches.suse/mptcp-ensure-snd_nxt-is-properly-initialized-on-conn.patch + patches.suse/s390-qeth-Fix-kernel-panic-after-setting-hsuid.patch + patches.suse/firewire-nosy-ensure-user_length-is-taken-into-accou.patch + patches.suse/s390-mm-Fix-storage-key-clearing-for-guest-huge-pages.patch + patches.suse/s390-mm-Fix-clearing-storage-keys-for-huge-pages.patch + patches.suse/s390-vdso-Add-CFI-for-RA-register-to-asm-macro-vdso_func.patch + patches.suse/s390-cio-Ensure-the-copied-buf-is-NUL-terminated.patch + patches.suse/btrfs-add-missing-mutex_unlock-in-btrfs_relocate_sys.patch + patches.suse/spi-hisi-kunpeng-Delete-the-dump-interface-of-data-r.patch + patches.suse/spi-fix-null-pointer-dereference-within-spi_sync.patch + patches.suse/drm-amdgpu-Fix-VRAM-memory-accounting.patch + patches.suse/drm-amd-display-Handle-Y-carry-over-in-VCP-X.Y-calcu.patch + patches.suse/drm-amd-display-Add-dtbclk-access-to-dcn315.patch + patches.suse/drm-amd-display-Atom-Integrated-System-Info-v2_2-for.patch + patches.suse/drm-amd-display-Fix-incorrect-DSC-instance-for-MST.patch + patches.suse/drm-amd-display-Allocate-zero-bw-after-bw-alloc-enab.patch + patches.suse/drm-amdgpu-once-more-fix-the-call-oder-in-amdgpu_ttm.patch + patches.suse/drm-amd-display-Add-VCO-speed-parameter-for-DCN31-FP.patch + patches.suse/drm-amd-display-Fix-DC-mode-screen-flickering-on-DCN.patch + patches.suse/drm-amd-display-Disable-seamless-boot-on-128b-132b-e.patch + patches.suse/drm-amdkfd-Flush-the-process-wq-before-creating-a-kf.patch + patches.suse/drm-amdgpu-fix-doorbell-regression.patch + patches.suse/drm-vmwgfx-Fix-Legacy-Display-Unit.patch + patches.suse/drm-nouveau-firmware-Fix-SG_DEBUG-error-with-nvkm_fi.patch + patches.suse/drm-vmwgfx-Fix-invalid-reads-in-fence-signaled-event.patch + patches.suse/drm-panel-ili9341-Respect-deferred-probe.patch + patches.suse/drm-panel-ili9341-Use-predefined-error-codes.patch + patches.suse/ALSA-hda-realtek-Fix-mute-led-of-HP-Laptop-15-da3001.patch + patches.suse/ALSA-hda-intel-dsp-config-harden-I2C-I2S-codec-detec.patch + patches.suse/ALSA-hda-intel-sdw-acpi-fix-usage-of-device_get_name.patch + patches.suse/ALSA-hda-realtek-Set-GPIO3-to-default-at-S4-state-fo.patch + patches.suse/ALSA-hda-realtek-Fix-conflicting-PCI-SSID-17aa-386f-.patch + patches.suse/ASoC-tegra-Fix-DSPK-16-bit-playback.patch + patches.suse/ASoC-Intel-bytcr_rt5640-Apply-Asus-T100TA-quirk-to-A.patch + patches.suse/ASoC-acp-Support-microphone-from-device-Acer-315-24p.patch + patches.suse/ASoC-rt5645-Fix-the-electric-noise-due-to-the-CBJ-co.patch + patches.suse/ASoC-rt722-sdca-modify-channel-number-to-support-4-c.patch + patches.suse/ASoC-rt722-sdca-add-headset-microphone-vrefo-setting.patch + patches.suse/ASoC-SOF-Intel-add-default-firmware-library-path-for.patch + patches.suse/ASoC-SOF-pcm-Restrict-DSP-D0i3-during-S0ix-to-IPC3.patch + patches.suse/regmap-Add-regmap_read_bypassed.patch + patches.suse/ALSA-hda-cs35l56-Exit-cache-only-after-cs35l56_wait_.patch + patches.suse/ASoC-cs35l56-Fix-unintended-bus-access-while-resetti.patch + patches.suse/ASoC-cs35l56-Prevent-overwriting-firmware-ASP-config.patch + patches.suse/ASoC-cs35l41-Update-DSP1RX5-6-Sources-for-DSP-config.patch + patches.suse/ASoC-rt715-add-vendor-clear-control-register.patch + patches.suse/ASoC-Intel-avs-Set-name-of-control-as-in-topology.patch + patches.suse/ASoC-ti-davinci-mcasp-Fix-race-condition-during-prob.patch + patches.suse/ASoC-codecs-wsa881x-set-clk_stop_mode1-flag.patch + patches.suse/ASoC-rt715-sdca-volume-step-modification.patch + patches.suse/ASoC-meson-cards-select-SND_DYNAMIC_MINORS.patch + patches.suse/ASoC-da7219-aad-fix-usage-of-device_get_named_child_.patch + patches.suse/ASoC-meson-axg-fifo-use-threaded-irq-to-check-period.patch + patches.suse/ASoC-meson-axg-card-make-links-nonatomic.patch + patches.suse/ASoC-meson-axg-tdm-interface-manage-formatters-in-tr.patch + patches.suse/ALSA-hda-realtek-Fix-build-error-without-CONFIG_PM.patch + patches.suse/nvme-fix-warn-output-about-shared-namespaces-without.patch + patches.suse/nvme-find-numa-distance-only-if-controller-has-valid.patch + patches.suse/nvmet-auth-return-the-error-code-to-the-nvmet_auth_h.patch + patches.suse/nvmet-auth-replace-pr_debug-with-pr_err-to-report-an.patch + patches.suse/nvme-cancel-pending-I-O-if-nvme-controller-is-in-ter.patch + patches.suse/nvmet-tcp-fix-possible-memory-leak-when-tearing-down.patch + patches.suse/nvmet-fix-nvme-status-code-when-namespace-is-disable.patch + patches.suse/nvme-tcp-strict-pdu-pacing-to-avoid-send-stalls-on-T.patch + patches.suse/efi-unaccepted-touch-soft-lockup-during-memory-accept.patch + patches.suse/clk-sunxi-ng-h6-Reparent-CPUX-during-PLL-CPUX-rate-c.patch + patches.suse/Input-xpad-add-support-for-ASUS-ROG-RAIKIRI.patch + patches.suse/usb-gadget-f_fs-Fix-race-between-aio_cancel-and-AIO-.patch + patches.suse/usb-gadget-composite-fix-OS-descriptors-w_value-logi.patch + patches.suse/usb-gadget-uvc-use-correct-buffer-size-when-parsing-.patch + patches.suse/usb-xhci-plat-Don-t-include-xhci.h.patch + patches.suse/usb-dwc3-core-Prevent-phy-suspend-during-init.patch + patches.suse/USB-core-Fix-access-violation-during-port-device-rem.patch + patches.suse/usb-gadget-f_fs-Fix-a-race-condition-when-processing.patch + patches.suse/usb-ohci-Prevent-missed-ohci-interrupts.patch + patches.suse/usb-Fix-regression-caused-by-invalid-ep0-maxpacket-i.patch + patches.suse/usb-typec-tcpm-clear-pd_event-queue-in-PORT_RESET.patch + patches.suse/usb-typec-tcpm-unregister-existing-source-caps-befor.patch + patches.suse/usb-typec-tcpm-Check-for-port-partner-validity-befor.patch + patches.suse/iio-pressure-Fixes-BME280-SPI-driver-data.patch + patches.suse/iio-accel-mxc4005-Interrupt-handling-fixes.patch + patches.suse/iio-accel-mxc4005-Reset-chip-on-probe-and-resume.patch + patches.suse/iio-imu-adis16475-Fix-sync-mode-setting.patch + patches.suse/mei-me-add-lunar-lake-point-M-DID.patch + patches.suse/fpga-dfl-pci-add-PCI-subdevice-ID-for-Intel-D5005-ca.patch + patches.suse/dyndbg-fix-old-BUG_ON-in-control-parser.patch + patches.suse/slimbus-qcom-ngd-ctrl-Add-timeout-for-wait-operation.patch + patches.suse/powerpc-pseries-make-max-polling-consistent-for-long.patch + patches.suse/powerpc-pseries-iommu-LPAR-panics-during-boot-up-wit.patch + patches.suse/epoll-be-better-about-file-lifetimes.patch + patches.suse/mm-slab-make-__free-kfree-accept-error-pointers.patch + patches.suse/Reapply-drm-qxl-simplify-qxl_fence_wait.patch + patches.suse/qibfs-fix-dentry-leak.patch + patches.suse/ARM-9381-1-kasan-clear-stale-stack-poison.patch + patches.suse/tcp-Use-refcount_inc_not_zero-in-tcp_twsk_unique.patch + patches.suse/net-ks8851-Queue-RX-packets-in-IRQ-handler-instead-o.patch + patches.suse/Bluetooth-Fix-use-after-free-bugs-caused-by-sco_sock.patch + patches.suse/Bluetooth-L2CAP-Fix-slab-use-after-free-in-l2cap_con.patch + patches.suse/Bluetooth-msft-fix-slab-use-after-free-in-msft_do_cl.patch + patches.suse/Bluetooth-qca-add-missing-firmware-sanity-checks.patch + patches.suse/Bluetooth-qca-fix-NVM-configuration-parsing.patch + patches.suse/Bluetooth-qca-fix-info-leak-when-fetching-fw-build-i.patch + patches.suse/Bluetooth-HCI-Fix-potential-null-ptr-deref.patch + patches.suse/Bluetooth-l2cap-fix-null-ptr-deref-in-l2cap_chan_tim.patch + patches.suse/Bluetooth-qca-fix-firmware-check-error-path.patch + patches.suse/rtnetlink-Correct-nested-IFLA_VF_VLAN_LIST-attribute.patch + patches.suse/phonet-fix-rtm_phonet_notify-skb-allocation.patch + patches.suse/nfc-nci-Fix-kcov-check-in-nci_rx_work.patch + patches.suse/ipv6-Fix-potential-uninit-value-access-in-__ip6_make.patch + patches.suse/selftests-test_bridge_neigh_suppress.sh-Fix-failures.patch + patches.suse/ipv6-fib6_rules-avoid-possible-NULL-dereference-in-f.patch + patches.suse/ipv6-prevent-NULL-dereference-in-ip6_output.patch + patches.suse/net-smc-fix-neighbour-and-rtable-leak-in-smc_ib_find_route.patch + patches.suse/net-hns3-release-PTP-resources-if-pf-initialization-.patch + patches.suse/net-hns3-fix-kernel-crash-when-devlink-reload-during-35d92abf.patch + patches.suse/hwmon-corsair-cpro-Use-a-separate-buffer-for-sending.patch + patches.suse/hwmon-corsair-cpro-Use-complete_all-instead-of-compl.patch + patches.suse/hwmon-corsair-cpro-Protect-ccp-wait_input_report-wit.patch + patches.suse/hwmon-pmbus-ucd9000-Increase-delay-from-250-to-500us.patch + patches.suse/iommu-amd-Enhance-def_domain_type-to-handle-untruste.patch + patches.suse/regulator-core-fix-debugfs-creation-regression.patch + 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/gpiolib-cdev-fix-use-after-free-in-lineinfo_changed_notify.patch + patches.suse/gpiolib-cdev-fix-uninitialised-kfifo.patch + patches.suse/maple_tree-fix-mas_empty_area_rev-null-pointer-deref.patch + patches.suse/mm-page_owner-fix-wrong-information-in-dump_page_own.patch + patches.suse/mm-use-memalloc_nofs_save-in-page_cache_ra_order.patch + patches.suse/drm-i915-gt-Automate-CCS-Mode-setting-during-engine-.patch + patches.suse/drm-i915-audio-Fix-audio-time-stamp-programming-for-.patch + patches.suse/drm-i915-bios-Fix-parsing-backlight-BDB-data.patch + patches.suse/dm-amd-pm-Fix-problems-with-reboot-shutdown-for-some.patch + patches.suse/drm-amdkfd-don-t-allow-mapping-the-MMIO-HDP-page-wit.patch + patches.suse/drm-amdgpu-Fix-comparison-in-amdgpu_res_cpu_visible.patch + patches.suse/drm-meson-dw-hdmi-power-up-phy-on-device-init.patch + patches.suse/drm-meson-dw-hdmi-add-bandgap-setting-for-g12.patch + patches.suse/drm-connector-Add-n-to-message-about-demoting-connec.patch + patches.suse/Revert-drm-nouveau-firmware-Fix-SG_DEBUG-error-with-.patch + patches.suse/EDAC-synopsys-Fix-ECC-status-and-IRQ-control-race-co.patch + 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-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 + patches.suse/arm64-dts-allwinner-Pine-H64-correctly-remove-reg_gmac_3v3.patch + patches.suse/arm64-dts-allwinner-h616-Fix-I2C0-pins.patch + patches.suse/arm64-tegra-Correct-Tegra132-I2C-alias.patch + patches.suse/arm64-dts-hi3798cv200-fix-the-size-of-GICR.patch + patches.suse/arm64-dts-microchip-sparx5-fix-mdio-reg.patch + patches.suse/firmware-raspberrypi-Use-correct-device-for-DMA-mapp.patch + patches.suse/soc-qcom-pmic_glink-don-t-traverse-clients-list-with.patch + patches.suse/soc-qcom-pmic_glink-notify-clients-about-the-current.patch + patches.suse/soc-qcom-rpmh-rsc-Enhance-check-for-VRM-in-flight-re.patch + patches.suse/soc-mediatek-cmdq-Fix-typo-of-CMDQ_JUMP_RELATIVE.patch + patches.suse/soc-ti-wkup_m3_ipc-Send-NULL-dummy-message-instead-o.patch + patches.suse/soc-qcom-pmic_glink-Make-client-lock-non-sleeping.patch + patches.suse/admin-guide-hw-vuln-core-scheduling-fix-return-type-.patch + patches.suse/kernel-doc-fix-struct_group_tagged-parsing.patch + patches.suse/docs-kernel_include.py-Cope-with-docutils-0.21.patch + patches.suse/ecryptfs-Fix-buffer-size-for-tag-66-packet.patch + patches.suse/nilfs2-fix-out-of-range-warning.patch + patches.suse/jffs2-prevent-xattr-node-from-overflowing-the-eraseblock.patch + patches.suse/io_uring-use-the-right-type-for-work_llist-empty-che.patch + patches.suse/io_uring-sqpoll-work-around-a-potential-audit-memory.patch + patches.suse/io-wq-write-next_work-before-dropping-acct_lock.patch + 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/md-fix-resync-softlockup-when-bitmap-size-is-less-th-f0e7.patch + patches.suse/block-refine-the-EOF-check-in-blkdev_iomap_begin.patch + patches.suse/bcache-fix-variable-length-array-abuse-in-btree_iter.patch + patches.suse/kunit-fortify-Fix-mismatched-kvalloc-vfree-usage.patch + patches.suse/crypto-ecrdsa-Fix-module-auto-load-on-add_key.patch + patches.suse/crypto-ecc-update-ecc_gen_privkey-for-FIPS-186-5.patch + patches.suse/crypto-ecdsa-Fix-module-auto-load-on-add-key.patch + patches.suse/crypto-bcm-Fix-pointer-arithmetic.patch + patches.suse/crypto-ecdh-explicitly-zeroize-private_key.patch + patches.suse/crypto-ccp-drop-platform-ifdef-checks.patch + patches.suse/crypto-x86-nh-avx2-add-missing-vzeroupper.patch + patches.suse/crypto-x86-sha256-avx2-add-missing-vzeroupper.patch + patches.suse/crypto-x86-sha512-avx2-add-missing-vzeroupper.patch + patches.suse/crypto-hisilicon-debugfs-Fix-debugfs-uninit-process-.patch + patches.suse/crypto-hisilicon-sec-Fix-memory-leak-for-sec-resourc.patch + patches.suse/crypto-hisilicon-qm-Add-the-err-memory-release-proce.patch + patches.suse/crypto-qat-improve-error-logging-to-be-consistent-ac.patch + patches.suse/crypto-aead-cipher-zeroize-key-buffer-after-use.patch + patches.suse/crypto-qat-specify-firmware-files-for-402xx.patch + patches.suse/sched-balancing-Rename-newidle_balance-sched_balance_newidle.patch patches.suse/sched-fair-Add-EAS-checks-before-updating-root_domain-overutilized.patch patches.suse/sched-fair-Introduce-is_rd_overutilized-helper-function-to-access-root_domain-overutilized.patch patches.suse/sched-fair-Combine-EAS-check-with-root_domain-overutilized-access.patch + patches.suse/sched-fair-Check-root_domain-overload-value-before-update.patch + patches.suse/sched-fair-Use-helper-functions-to-access-root_domain-overload.patch + 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/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 + patches.suse/x86-mce-Dynamically-size-space-for-machine-check-rec.patch + patches.suse/x86-tsc-Trust-initial-offset-in-architectural-TSC-ad.patch + patches.suse/irqchip-alpine-msi-Fix-off-by-one-in-allocation-erro.patch + patches.suse/irqchip-loongson-pch-msi-Fix-off-by-one-on-allocatio.patch + patches.suse/arm64-Add-the-arm64.no32bit_el0-command-line-option.patch + patches.suse/arm64-mm-Don-t-remap-pgtables-per-cont-pte-pmd-block.patch + patches.suse/arm64-mm-Batch-dsb-and-isb-when-populating-pgtables.patch + patches.suse/arm64-mm-Don-t-remap-pgtables-for-allocate-vs-populate.patch + 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/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 + patches.suse/thermal-drivers-qcom-lmh-Check-for-SCM-availability-.patch + patches.suse/thermal-drivers-tsens-Fix-null-pointer-dereference.patch + 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/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 + patches.suse/ACPI-bus-Indicate-support-for-the-Generic-Event-Devi.patch + patches.suse/ACPI-Fix-Generic-Initiator-Affinity-_OSC-bit.patch + patches.suse/ACPI-bus-Indicate-support-for-IRQ-ResourceSource-thr.patch + patches.suse/ACPI-resource-Do-IRQ-override-on-TongFang-GXxHRXx-an.patch + patches.suse/ACPI-LPSS-Advertise-number-of-chip-selects-via-prope.patch + patches.suse/ACPI-x86-Add-PNP_UART1_SKIP-quirk-for-Lenovo-Blade2-.patch + patches.suse/spi-xilinx-Fix-kernel-documentation-in-the-xilinx_sp.patch + patches.suse/hwmon-lm70-fix-links-in-doc-and-comments.patch + patches.suse/pwm-sti-Simplify-probe-function-using-devm-functions.patch + patches.suse/HID-Add-quirk-for-Logitech-Casa-touchpad.patch + patches.suse/HID-intel-ish-hid-ipc-Add-check-for-pci_alloc_irq_ve.patch + patches.suse/HID-amd_sfh-Handle-no-sensors-in-PM-operations.patch + patches.suse/efi-libstub-only-free-priv.runtime_map-when-allocate.patch + patches.suse/dlm-fix-user-space-lock-decision-to-copy-lvb.patch + patches.suse/gfs2-Don-t-forget-to-complete-delayed-withdraw.patch + patches.suse/gfs2-Fix-ignore-unlock-failures-after-withdraw.patch + patches.suse/Revert-gfs2-fix-glock-shrinker-ref-issues.patch + patches.suse/gfs2-Fix-potential-glock-use-after-free-on-unmount.patch + patches.suse/orangefs-fix-out-of-bounds-fsid-access.patch + patches.suse/ata-pata_legacy-make-legacy_exit-work-again.patch + patches.suse/scsi-bfa-Ensure-the-copied-buf-is-NUL-terminated.patch + patches.suse/scsi-qedf-Ensure-the-copied-buf-is-NUL-terminated.patch + patches.suse/scsi-lpfc-Change-default-logging-level-for-unsolicit.patch + patches.suse/scsi-lpfc-Update-logging-of-protection-type-for-T10-.patch + patches.suse/scsi-lpfc-Clear-deferred-RSCN-processing-flag-when-d.patch + patches.suse/scsi-lpfc-Introduce-rrq_list_lock-to-protect-active_.patch + patches.suse/scsi-lpfc-Change-lpfc_hba-hba_flag-member-into-a-bit.patch + patches.suse/scsi-lpfc-Add-support-for-32-byte-CDBs.patch + patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.2.patch + patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.2-patches.patch + patches.suse/net-Remove-conditional-threaded-NAPI-wakeup-based-on-task-state.patch + patches.suse/bitops-add-missing-prototype-check.patch + patches.suse/ssb-Fix-potential-NULL-pointer-dereference-in-ssb_de.patch + patches.suse/wifi-brcmfmac-pcie-handle-randbuf-allocation-failure.patch + patches.suse/wifi-mt76-mt7915-workaround-too-long-expansion-spars.patch + patches.suse/wifi-ieee80211-check-for-NULL-in-ieee80211_mle_size_.patch + patches.suse/wifi-ieee80211-fix-ieee80211_mle_basic_sta_prof_size.patch + patches.suse/wifi-iwlwifi-mvm-support-iwl_dev_tx_power_cmd_v8.patch + patches.suse/wifi-iwlwifi-mvm-Do-not-warn-on-invalid-link-on-scan.patch + patches.suse/wifi-iwlwifi-mvm-allocate-STA-links-only-for-active-.patch + patches.suse/wifi-mac80211-don-t-select-link-ID-if-not-provided-i.patch + patches.suse/wifi-iwlwifi-mvm-fix-active-link-counting-during-rec.patch + patches.suse/wifi-iwlwifi-mvm-select-STA-mask-only-for-active-lin.patch + patches.suse/wifi-iwlwifi-reconfigure-TLC-during-HW-restart.patch + patches.suse/wifi-iwlwifi-mvm-fix-check-in-iwl_mvm_sta_fw_id_mask.patch + patches.suse/wifi-ath10k-poll-service-ready-message-before-failin.patch + patches.suse/wifi-ath11k-don-t-force-enable-power-save-on-non-run.patch + patches.suse/wifi-ath12k-use-correct-flag-field-for-320-MHz-chann.patch + patches.suse/batman-adv-bypass-empty-buckets-in-batadv_purge_orig.patch + patches.suse/selftests-mptcp-add-ms-units-for-tc-netem-delay.patch + patches.suse/net-nfc-remove-inappropriate-attrs-check.patch + patches.suse/udp-Avoid-call-to-compute_score-on-multiple-sites.patch + patches.suse/wifi-rtw89-download-firmware-with-five-times-retry.patch + patches.suse/wifi-rtw89-8852c-add-quirk-to-set-PCI-BER-for-certai.patch + patches.suse/wifi-iwlwifi-mvm-introduce-esr_disable_reason.patch + patches.suse/wifi-iwlwifi-mvm-calculate-EMLSR-mode-after-connecti.patch + patches.suse/wifi-iwlwifi-mvm-don-t-always-disable-EMLSR-due-to-B.patch + patches.suse/wifi-iwlwifi-mvm-init-vif-works-only-once.patch + patches.suse/usb-aqc111-stop-lying-about-skb-truesize.patch + patches.suse/net-usb-sr9700-stop-lying-about-skb-truesize.patch + patches.suse/wifi-mt76-replace-skb_put-with-skb_put_zero.patch + patches.suse/wifi-mt76-mt7603-fix-tx-queue-of-loopback-packets.patch + patches.suse/wifi-mt76-mt7603-add-wpdma-tx-eof-flag-for-PSE-clien.patch + patches.suse/wifi-mt76-connac-check-for-null-before-dereferencing.patch + patches.suse/wifi-mt76-mt7996-fix-size-of-txpower-MCU-command.patch + patches.suse/wifi-mt76-mt7921s-fix-potential-hung-tasks-during-ch.patch + patches.suse/wifi-mt76-mt7925-ensure-4-byte-alignment-for-suspend.patch + patches.suse/wifi-mt76-mt7996-fix-uninitialized-variable-in-mt799.patch + patches.suse/wifi-mt76-mt7915-add-missing-chanctx-ops.patch + patches.suse/wifi-mt76-mt7996-fix-potential-memory-leakage-when-r.patch + patches.suse/wifi-mt76-mt7996-add-sanity-checks-for-background-ra.patch + patches.suse/wifi-mt76-connac-use-muar-idx-0xe-for-non-mt799x-as-.patch + patches.suse/wifi-carl9170-re-fix-fortified-memset-warning.patch + patches.suse/wifi-ath9k-work-around-memset-overflow-warning.patch + patches.suse/bus-mhi-host-add-mhi_power_down_no_destroy.patch + patches.suse/net-qrtr-support-suspend-hibernation.patch + patches.suse/wifi-ath11k-support-hibernation.patch + patches.suse/wifi-ath12k-fix-out-of-bound-access-of-qmi_invoke_ha.patch + patches.suse/wifi-ath12k-fix-kernel-crash-during-resume.patch + patches.suse/wifi-ath10k-Fix-an-error-code-problem-in-ath10k_dbg_.patch + patches.suse/wifi-ath10k-populate-board-data-for-WCN3990.patch + patches.suse/wifi-carl9170-add-a-proper-sanity-check-for-endpoint.patch + patches.suse/wifi-ath12k-check-M3-buffer-size-as-well-whey-trying.patch + patches.suse/wifi-ar5523-enable-proper-endpoint-verification.patch + patches.suse/wifi-ath12k-fix-the-problem-that-down-grade-phy-mode.patch + patches.suse/wifi-rtw89-pci-correct-TX-resource-checking-for-PCI-.patch + patches.suse/wifi-rtw89-fw-scan-offload-prohibit-all-6-GHz-channe.patch + patches.suse/wifi-rtl8xxxu-Fix-the-TX-power-of-RTL8192CU-RTL8723A.patch + patches.suse/wifi-rtl8xxxu-enable-MFP-support-with-security-flag-.patch + patches.suse/wifi-rtlwifi-rtl8192de-Fix-5-GHz-TX-power.patch + patches.suse/wifi-rtlwifi-rtl8192de-Fix-low-speed-with-WPA3-SAE.patch + patches.suse/wifi-rtlwifi-rtl8192de-Fix-endianness-issue-in-RX-pa.patch + patches.suse/wifi-rtw89-wow-refine-WoWLAN-flows-of-HCI-interrupts.patch + patches.suse/wifi-rtw89-correct-aSIFSTime-for-6GHz-band.patch + patches.suse/wifi-iwlwifi-Use-request_module_nowait.patch + patches.suse/wifi-nl80211-Avoid-address-calculations-via-out-of-b.patch + patches.suse/wifi-mwl8k-initialize-cmd-addr-properly.patch + patches.suse/net-usb-smsc95xx-stop-lying-about-skb-truesize.patch + patches.suse/net-ena-Add-validation-for-completion-descriptors-co.patch + patches.suse/bpf-Fix-verifier-assumptions-about-socket-sk.patch + patches.suse/s390-bpf-Emit-a-barrier-for-BPF_FETCH-instructions.patch + patches.suse/net-mana-Enable-MANA-driver-on-ARM64-with-4K-page-si.patch + patches.suse/net-stmmac-move-the-EST-lock-to-struct-stmmac_priv.patch + patches.suse/Bluetooth-ath3k-Fix-multiple-issues-reported-by-chec.patch + 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/net-openvswitch-fix-overwriting-ct-original-tuple-fo.patch + patches.suse/net-mlx5e-Fix-netif-state-handling.patch + patches.suse/net-mlx5-Fix-peer-devlink-set-for-SF-representor-dev.patch + patches.suse/net-mlx5-Reload-only-IB-representors-upon-lag-disabl.patch + patches.suse/net-mlx5-Add-a-timeout-to-acquire-the-command-queue-.patch + patches.suse/net-mlx5-Discard-command-completions-in-internal-err.patch + patches.suse/bpf-Add-BPF_PROG_TYPE_CGROUP_SKB-attach-type-enforce.patch + patches.suse/selftests-bpf-Extend-sockopt-tests-to-use-BPF_LINK_C.patch + patches.suse/selftests-bpf-Add-sockopt-case-to-verify-prog_type.patch + patches.suse/net-usb-ax88179_178a-fix-link-status-when-link-is-se.patch + patches.suse/ax25-Fix-reference-count-leak-issues-of-ax25_dev.patch + patches.suse/ax25-Fix-reference-count-leak-issue-of-net_device.patch + patches.suse/net-fec-remove-.ndo_poll_controller-to-avoid-deadloc.patch + patches.suse/ima-Fix-use-after-free-on-a-dentry-s-dname.name.patch + patches.suse/certs-Move-RSA-self-test-data-to-separate-file.patch + patches.suse/certs-Add-ECDSA-signature-verification-self-test.patch + patches.suse/drm-bridge-Fix-improper-bridge-init-order-with-pre_e.patch + patches.suse/drm-ci-update-device-type-for-volteer-devices.patch + patches.suse/drm-nouveau-dp-Fix-incorrect-return-code-in-r535_dp_.patch + patches.suse/drm-omapdrm-Fix-console-by-implementing-fb_dirty.patch + patches.suse/drm-panel-ilitek-ili9881c-Fix-warning-with-GPIO-cont.patch + patches.suse/drm-lcdif-Do-not-disable-clocks-on-already-suspended.patch + patches.suse/drm-panel-ltk050h3146w-add-MIPI_DSI_MODE_VIDEO-to-LT.patch + patches.suse/drm-panel-ltk050h3146w-drop-duplicate-commands-from-.patch + patches.suse/drm-meson-vclk-fix-calculation-of-59.94-fractional-r.patch + patches.suse/drm-bridge-cdns-mhdp8546-Fix-possible-null-pointer-d.patch + patches.suse/drm-amd-display-Exit-idle-optimizations-before-HDCP-.patch + patches.suse/drm-amd-display-revert-Exit-idle-optimizations-befor.patch + patches.suse/drm-amd-display-Fix-potential-index-out-of-bounds-in.patch + patches.suse/drm-amd-display-Remove-redundant-condition-in-dcn35_.patch + patches.suse/drm-amd-display-Workaround-register-access-in-idle-r.patch + patches.suse/drm-amd-display-Skip-pipe-if-the-pipe-idx-not-set-pr.patch + patches.suse/drm-radeon-radeon_display-Decrease-the-size-of-alloc.patch + patches.suse/drm-arm-malidp-fix-a-possible-null-pointer-dereferen.patch + patches.suse/drm-lima-add-mask-irq-callback-to-gp-and-pp.patch + patches.suse/drm-lima-mask-irqs-in-timeout-path-before-hard-reset.patch + patches.suse/drm-lima-fix-shared-irq-handling-on-driver-remove.patch + patches.suse/drm-vc4-Fix-possible-null-pointer-dereference.patch + patches.suse/drm-bridge-anx7625-Don-t-log-an-error-when-DSI-host-.patch + patches.suse/drm-bridge-icn6211-Don-t-log-an-error-when-DSI-host-.patch + patches.suse/drm-bridge-lt8912b-Don-t-log-an-error-when-DSI-host-.patch + patches.suse/drm-bridge-lt9611-Don-t-log-an-error-when-DSI-host-c.patch + patches.suse/drm-bridge-lt9611uxc-Don-t-log-an-error-when-DSI-hos.patch + patches.suse/drm-bridge-tc358775-Don-t-log-an-error-when-DSI-host.patch + patches.suse/drm-bridge-dpc3433-Don-t-log-an-error-when-DSI-host-.patch + patches.suse/drm-panel-novatek-nt35950-Don-t-log-an-error-when-DS.patch + patches.suse/drm-bridge-anx7625-Update-audio-status-while-detecti.patch + patches.suse/drm-panel-simple-Add-missing-Innolux-G121X1-L03-form.patch + patches.suse/drm-i915-hwmon-Get-rid-of-devm.patch + patches.suse/drm-rockchip-vop2-Do-not-divide-height-twice-for-YUV.patch + patches.suse/drm-meson-gate-px_clk-when-setting-rate.patch + patches.suse/drm-bridge-tc358775-fix-support-for-jeida-18-and-jei.patch + patches.suse/drm-mediatek-Add-0-size-check-to-mtk_drm_gem_obj.patch + patches.suse/drm-mediatek-Init-ddp_comp-with-devm_kcalloc.patch + patches.suse/drm-mediatek-dp-Fix-mtk_dp_aux_transfer-return-value.patch + patches.suse/drm-amdgpu-init-microcode-chip-name-from-ip-versions.patch + patches.suse/drm-amdgpu-Fix-uninitialized-variable-warnings.patch + patches.suse/drm-amd-display-Fix-division-by-zero-in-setup_dsc_co.patch + patches.suse/drm-amdgpu-Using-uninitialized-value-size-when-calli.patch + patches.suse/drm-amdgpu-Initialize-timestamp-for-some-legacy-SOCs.patch + patches.suse/drm-amdgpu-add-error-handle-to-avoid-out-of-bounds.patch + patches.suse/drm-amdgpu-Fix-buffer-size-in-gfx_v9_4_3_init_-cp_co.patch + patches.suse/drm-amd-display-Check-index-msg_id-before-read-or-wr.patch + patches.suse/drm-amd-display-Check-pipe-offset-before-setting-vbl.patch + patches.suse/drm-amd-display-Skip-finding-free-audio-for-unknown-.patch + patches.suse/drm-amd-display-Fix-overlapping-copy-within-dml_core.patch + patches.suse/drm-amd-display-ASSERT-when-failing-to-find-index-by.patch + patches.suse/drm-amd-display-Fix-uninitialized-variables-in-DM.patch + patches.suse/drm-amdgpu-fix-uninitialized-scalar-variable-warning.patch + patches.suse/drm-amdgpu-fix-the-warning-about-the-expression-int-.patch + patches.suse/drm-msm-dp-allow-voltage-swing-pre-emphasis-of-3.patch + patches.suse/drm-msm-dp-Avoid-a-long-timeout-for-AUX-transfer-if-.patch + patches.suse/drm-msm-dsi-Print-dual-DSI-adjusted-pclk-instead-of-.patch + patches.suse/drm-msm-dpu-Always-flush-the-slave-INTF-on-the-CTL.patch + patches.suse/drm-msm-dpu-Allow-configuring-multiple-active-DSC-bl.patch + patches.suse/drm-msm-dpu-Add-callback-function-pointer-check-befo.patch + patches.suse/drm-msm-adreno-fix-CP-cycles-stat-retrieval-on-a7xx.patch + patches.suse/drm-msm-a6xx-Avoid-a-nullptr-dereference-when-speedb.patch + patches.suse/drm-fbdev-generic-Do-not-set-physical-framebuffer-ad.patch + patches.suse/Revert-drm-bridge-ti-sn65dsi83-Fix-enable-error-path.patch + patches.suse/drm-zynqmp_dpsub-Always-register-bridge.patch + patches.suse/fbdev-shmobile-fix-snprintf-truncation.patch + patches.suse/fbdev-sisfb-hide-unused-variables.patch + patches.suse/fbdev-sh7760fb-allow-modular-build.patch + patches.suse/fbdev-savage-Handle-err-return-when-savagefb_check_v.patch + patches.suse/ALSA-emux-improve-patch-ioctl-data-validation.patch + patches.suse/ALSA-hda-cs35l41-Set-the-max-PCM-Gain-using-tuning-s.patch + patches.suse/ALSA-hda-cs35l41-Support-HP-Omen-models-without-_DSD.patch + patches.suse/ALSA-hda-realtek-Add-quirks-for-HP-Omen-models-using.patch + patches.suse/ALSA-hda-cs35l41-Update-DSP1RX5-6-Sources-for-DSP-co.patch + patches.suse/ALSA-hda-cs35l41-Remove-redundant-argument-to-cs35l4.patch + patches.suse/ALSA-hda-cs35l41-Remove-Speaker-ID-for-Lenovo-Legion.patch + patches.suse/ALSA-hda-cs35l41-Support-Lenovo-13X-laptop-without-_.patch + patches.suse/ALSA-hda-realtek-Add-quirks-for-Lenovo-13X.patch + patches.suse/ALSA-hda-cs35l41-Ignore-errors-when-configuring-IRQs.patch + patches.suse/ALSA-hda-cs35l41-Add-support-for-ASUS-ROG-2024-Lapto.patch + patches.suse/ALSA-usb-audio-Add-sampling-rates-support-for-Mbox3.patch + patches.suse/ALSA-hda-Add-Intel-BMG-PCI-ID-and-HDMI-codec-vid.patch + patches.suse/ALSA-hda-realtek-Fix-internal-speakers-for-Legion-Y9.patch + patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-Zenbook-2024-H.patch + patches.suse/ALSA-hda-cs_dsp_ctl-Use-private_free-for-control-cle.patch + patches.suse/ALSA-hda-cs35l56-Fix-lifetime-of-cs_dsp-instance.patch + patches.suse/ALSA-hda-clarify-Copyright-information.patch + patches.suse/ASoC-mediatek-mt8192-fix-register-configuration-for-.patch + patches.suse/ALSA-Fix-deadlocks-with-kctl-removals-at-disconnecti.patch + patches.suse/ASoC-mediatek-Assign-dummy-when-codec-not-specified-.patch + patches.suse/ASoC-Intel-Disable-route-checks-for-Skylake-boards.patch + patches.suse/ASoC-Intel-avs-ssm4567-Do-not-ignore-route-checks.patch + patches.suse/ASoC-kirkwood-Fix-potential-NULL-dereference.patch + patches.suse/Revert-ASoC-SOF-Intel-hda-dai-ops-reset-device-count.patch + patches.suse/Revert-ASoC-SOF-Intel-hda-dai-ops-only-allocate-rele.patch + patches.suse/ASoC-SOF-Intel-mtl-Correct-rom_status_reg.patch + patches.suse/ASoC-SOF-Intel-lnl-Correct-rom_status_reg.patch + patches.suse/ASoC-SOF-Intel-mtl-Disable-interrupts-when-firmware-.patch + patches.suse/ASoC-SOF-Intel-mtl-Implement-firmware-boot-state-che.patch + patches.suse/ALSA-hda-hda_cs_dsp_ctl-Remove-notification-of-drive.patch + patches.suse/ASoC-Intel-avs-Fix-ASRC-module-initialization.patch + patches.suse/ASoC-Intel-avs-Fix-potential-integer-overflow.patch + patches.suse/ASoC-Intel-avs-Test-result-of-avs_get_module_entry.patch + patches.suse/ASoC-Intel-sof_sdw-add-JD2-quirk-for-HP-Omen-14.patch + patches.suse/ASoC-Intel-sof_sdw-add-quirk-for-Dell-SKU-0C0F.patch + patches.suse/ASoC-tracing-Export-SND_SOC_DAPM_DIR_OUT-to-its-valu.patch + patches.suse/ASoC-Intel-sof-sdw-really-remove-FOUR_SPEAKER-quirk.patch + patches.suse/ASoC-tas2781-Fix-a-warning-reported-by-robot-kernel-.patch + patches.suse/ALSA-hda-realtek-fixed-headset-Mic-not-show.patch + patches.suse/ALSA-hda-realtek-Drop-doubly-quirk-entry-for-103c-8a.patch + patches.suse/printk-Let-no_printk-use-_printk.patch + patches.suse/cxl-trace-Correct-DPA-field-masks-for-general_media-.patch + patches.suse/cxl-region-Fix-cxlr_pmem-leaks.patch + 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-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 + patches.suse/KVM-x86-Only-set-APICV_INHIBIT_REASON_ABSENT-if-APIC.patch + patches.suse/media-ngene-Add-dvb_ca_en50221_init-return-value-che.patch + patches.suse/media-rcar-vin-work-around-Wenum-compare-conditional.patch + patches.suse/media-radio-shark2-Avoid-led_names-truncations.patch + patches.suse/media-dvbdev-Initialize-sbuf.patch + patches.suse/media-ipu3-cio2-Request-IRQ-earlier.patch + patches.suse/media-dt-bindings-ovti-ov2680-Fix-the-power-supply-n.patch + patches.suse/media-i2c-et8ek8-Don-t-strip-remove-function-when-dr.patch + patches.suse/media-mc-Fix-graph-walk-in-media_pipeline_start.patch + patches.suse/media-v4l2-subdev-Fix-stream-handling-for-crop-API.patch + patches.suse/media-atomisp-ssh_css-Fix-a-null-pointer-dereference.patch + patches.suse/media-dvb-as102-fe-Fix-as10x_register_addr-packing.patch + patches.suse/media-dvb-usb-dib0700_devices-Add-missing-release_fi.patch + patches.suse/media-mc-mark-the-media-devnode-as-registered-from-t.patch + patches.suse/media-v4l-Don-t-turn-on-privacy-LED-if-streamon-fail.patch + patches.suse/media-uvcvideo-Add-quirk-for-Logitech-Rally-Bar.patch + patches.suse/media-v4l2-core-hold-videodev_lock-until-dev-reg-fin.patch + patches.suse/media-stk1160-fix-bounds-checking-in-stk1160_copy_vi.patch + patches.suse/media-dw2102-Don-t-translate-i2c-read-into-write.patch + patches.suse/media-lgdt3306a-Add-a-check-against-null-pointer-def.patch + patches.suse/media-flexcop-usb-fix-sanity-check-of-bNumEndpoints.patch + patches.suse/media-dw2102-fix-a-potential-buffer-overflow.patch + patches.suse/media-sunxi-a83-mips-csi2-also-select-GENERIC_PHY.patch + patches.suse/media-cec-cec-adap-always-cancel-work-in-cec_transmi.patch + patches.suse/media-cec-cec-api-add-locking-in-cec_release.patch + 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-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 + patches.suse/mmc-sdhci_am654-Add-tuning-algorithm-for-delay-chain.patch + patches.suse/mmc-sdhci_am654-Write-ITAPDLY-for-DDR52-timing.patch + patches.suse/mmc-sdhci_am654-Add-OTAP-ITAP-delay-enable.patch + patches.suse/mmc-sdhci_am654-Add-ITAPDLYSEL-in-sdhci_j721e_4bit_s.patch + patches.suse/mmc-sdhci_am654-Fix-ITAPDLY-for-HS400-timing.patch + patches.suse/mmc-davinci-Don-t-strip-remove-function-when-driver-.patch + patches.suse/mmc-core-Add-mmc_gpiod_set_cd_config-function.patch + patches.suse/mmc-sdhci-Add-support-for-Tuning-Error-interrupts.patch + patches.suse/mmc-sdhci-acpi-Sort-DMI-quirks-alphabetically.patch + patches.suse/mmc-sdhci-acpi-Fix-Lenovo-Yoga-Tablet-2-Pro-1380-sdc.patch + patches.suse/mmc-sdhci-acpi-Disable-write-protect-detection-on-To.patch + patches.suse/mmc-sdhci-acpi-Add-quirk-to-enable-pull-up-on-the-ca.patch + patches.suse/mtd-core-Report-error-if-first-mtd_otp_size-call-fai.patch + patches.suse/mtd-partitions-redboot-Added-conversion-of-operands-.patch + patches.suse/mtd-rawnand-hynix-fixed-typo.patch + patches.suse/platform-x86-toshiba_acpi-Add-quirk-for-buttons-on-Z.patch + patches.suse/platform-x86-xiaomi-wmi-Fix-race-condition-when-repo.patch + patches.suse/platform-x86-x86-android-tablets-Unregister-devices-.patch + patches.suse/tools-arch-x86-intel_sdsi-Fix-maximum-meter-bundle-l.patch + patches.suse/tools-arch-x86-intel_sdsi-Fix-meter_show-display.patch + patches.suse/tools-arch-x86-intel_sdsi-Fix-meter_certificate-deco.patch + patches.suse/platform-x86-intel-uncore-freq-Don-t-present-root-do.patch + patches.suse/platform-x86-thinkpad_acpi-Take-hotkey_mutex-during-.patch + patches.suse/platform-x86-intel-tpmi-Handle-error-from-tpmi_proce.patch + patches.suse/powerpc-Avoid-nmi_enter-nmi_exit-in-real-mode-interr.patch + patches.suse/powerpc-eeh-Permanently-disable-the-removed-device.patch + patches.suse/0001-powerpc-pseries-vio-Don-t-return-ENODEV-if-node-or-c.patch + patches.suse/selftests-powerpc-dexcr-Add-no-pie-to-hashchk-tests.patch + patches.suse/of-module-add-buffer-overflow-check-in-of_modalias.patch + patches.suse/printk-Remove-the-now-superfluous-sentinel-elements-from-ctl_table-array.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/selftests-net-bridge-increase-IGMP-MLD-exclude-timeo.patch + patches.suse/bonding-fix-oops-during-rmmod.patch + patches.suse/kprobe-ftrace-fix-build-error-due-to-bad-function-definition.patch + patches.suse/iommu-arm-smmu-v3-Free-MSIs-in-case-of-ENOMEM.patch + patches.suse/iommu-Undo-pasid-attachment-only-for-the-devices-tha.patch + patches.suse/iommu-vt-d-Allocate-DMAR-fault-interrupts-locally.patch + patches.suse/clk-mediatek-pllfh-Don-t-log-error-for-missing-fhctl.patch + patches.suse/clk-mediatek-mt8365-mm-fix-DPI0-parent.patch + patches.suse/clk-rs9-fix-wrong-default-value-for-clock-amplitude.patch + patches.suse/clk-renesas-r8a779a0-Fix-CANFD-parent-clock.patch + patches.suse/clk-renesas-r9a07g043-Add-clock-and-reset-entry-for-.patch + patches.suse/clk-samsung-exynosautov9-fix-wrong-pll-clock-id-valu.patch + patches.suse/clk-qcom-clk-alpha-pll-remove-invalid-Stromer-regist.patch + patches.suse/clk-qcom-dispcc-sm8450-fix-DisplayPort-clocks.patch + patches.suse/clk-qcom-dispcc-sm6350-fix-DisplayPort-clocks.patch + patches.suse/clk-qcom-dispcc-sm8550-fix-DisplayPort-clocks.patch + patches.suse/clk-qcom-mmcc-msm8998-fix-venus-clock-issue.patch + patches.suse/clk-qcom-clk-alpha-pll-fix-rate-setting-for-Stromer-.patch + patches.suse/power-supply-cros_usbpd-provide-ID-table-for-avoidin.patch + patches.suse/RDMA-restrack-Fix-potential-invalid-address-access.patch + patches.suse/RDMA-mlx5-Uncacheable-mkey-has-neither-rb_key-or-cac.patch + patches.suse/RDMA-mlx5-Change-check-for-cacheable-mkeys.patch + patches.suse/RDMA-mlx5-Adding-remote-atomic-access-flag-to-updata.patch + patches.suse/RDMA-hns-Fix-return-value-in-hns_roce_map_mr_sg.patch + patches.suse/RDMA-hns-Add-max_ah-and-cq-moderation-capacities-in-.patch + patches.suse/RDMA-hns-Fix-deadlock-on-SRQ-async-events.patch + patches.suse/RDMA-hns-Fix-UAF-for-cq-async-event.patch + patches.suse/RDMA-hns-Fix-GMV-table-pagesize.patch + patches.suse/RDMA-hns-Use-complete-parentheses-in-macros.patch + patches.suse/RDMA-hns-Modify-the-print-level-of-CQE-error.patch + patches.suse/RDMA-rxe-Fix-seg-fault-in-rxe_comp_queue_pkt.patch + patches.suse/RDMA-rxe-Allow-good-work-requests-to-be-executed.patch + patches.suse/RDMA-rxe-Fix-incorrect-rxe_put-in-error-path.patch + patches.suse/x86-Stop-using-weak-symbols-for-__iowrite32_copy.patch + patches.suse/s390-Implement-__iowrite32_copy.patch + patches.suse/s390-Stop-using-weak-symbols-for-__iowrite64_copy.patch + patches.suse/arm64-io-Provide-a-WC-friendly-__iowriteXX_copy.patch + patches.suse/net-hns3-Remove-io_stop_wc-calls-after-__iowrite64_copy.patch + patches.suse/IB-mlx5-Use-__iowrite64_copy-for-write-combining-sto.patch + patches.suse/bnxt_re-avoid-shift-undefined-behavior-in-bnxt_qplib.patch + patches.suse/RDMA-IPoIB-Fix-format-truncation-compilation-errors.patch + patches.suse/RDMA-cma-Fix-kmemleak-in-rdma_core-observed-during-b.patch + patches.suse/nfsd-optimise-recalculate_deny_mode-for-a-common-cas.patch + patches.suse/knfsd-LOOKUP-can-return-an-illegal-error-value.patch + patches.suse/SUNRPC-Fix-gss_free_in_token_pages.patch + patches.suse/ext4-do-not-create-EA-inode-under-buffer-lock.patch + patches.suse/ext4-fix-mb_cache_entry-s-e_refcnt-leak-in-ext4_xatt.patch + patches.suse/ext4-fix-uninitialized-ratelimit_state-lock-access-i.patch + patches.suse/lib-test_hmm.c-handle-src_pfns-and-dst_pfns-allocati.patch + patches.suse/virt-acrn-stop-using-follow_pfn.patch + patches.suse/drivers-virt-acrn-fix-PFNMAP-PTE-checks-in-acrn_vm_ram_map.patch + patches.suse/Docs-admin-guide-mm-damon-usage-fix-wrong-example-of.patch + patches.suse/x86-insn-Fix-PUSH-instruction-in-x86-instruction-decoder-o.patch + patches.suse/x86-insn-Add-VEX-versions-of-VPDPBUSD-VPDPBUSDS-VPDPWSSD-and-VPD + patches.suse/sched-core-Fix-incorrect-initialization-of-the-burst-parameter-in-cpu_max_write.patch + patches.suse/serial-kgdboc-Fix-NMI-safety-problems-from-keyboard-.patch + patches.suse/tools-power-turbostat-Remember-global-max_die_id.patch + patches.suse/0001-ocfs2-improve-write-IO-performance-when-fragmentatio.patch + patches.suse/0002-ocfs2-adjust-enabling-place-for-la-window.patch + patches.suse/0003-ocfs2-speed-up-chain-list-searching.patch + patches.suse/0004-ocfs2-fix-sparse-warnings.patch + patches.suse/ocfs2-fix-races-between-hole-punching-and-AIO-DIO.patch + patches.suse/ocfs2-use-coarse-time-for-new-created-files.patch + patches.suse/nilfs2-make-superblock-data-array-index-computation-.patch + patches.suse/selftests-kcmp-remove-unused-open-mode.patch + patches.suse/crypto-qat-Fix-ADF_DEV_RESET_SYNC-memory-leak.patch + patches.suse/pinctrl-armada-37xx-remove-an-unused-variable.patch + patches.suse/pinctrl-qcom-pinctrl-sm7150-Fix-sdc1-and-ufs-special.patch + 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-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 + patches.suse/watchdog-rti_wdt-Set-min_hw_heartbeat_ms-to-accommod.patch + patches.suse/watchdog-sa1100-Fix-PTR_ERR_OR_ZERO-vs-NULL-check-in.patch + patches.suse/firmware-dmi-id-add-a-release-callback-function.patch + patches.suse/firmware-dmi-Stop-decoding-on-broken-entry.patch + patches.suse/xfs-fix-log-recovery-buffer-allocation-for-the-legac.patch + patches.suse/f2fs-multidev-fix-to-recognize-valid-zero-block-address.patch + patches.suse/KEYS-trusted-Fix-memory-leak-in-tpm2_key_encode.patch + patches.suse/KEYS-trusted-Do-not-use-WARN-when-encode-fails.patch + patches.suse/PCI-EDR-Align-EDR_PORT_DPC_ENABLE_DSM-with-PCI-Firmw.patch + patches.suse/PCI-EDR-Align-EDR_PORT_LOCATE_DSM-with-PCI-Firmware-.patch + patches.suse/PCI-Clear-Secondary-Status-errors-after-enumeration.patch + patches.suse/PCI-Do-not-wait-for-disconnected-devices-when-resumi.patch + patches.suse/PCI-PM-Avoid-D3cold-for-HP-Pavilion-17-PC-1972-PCIe-.patch + patches.suse/PCI-dwc-ep-Fix-DBI-access-failure-for-drivers-requir.patch + patches.suse/PCI-rockchip-ep-Remove-wrong-mask-on-subsys_vendor_i.patch + patches.suse/PCI-tegra194-Fix-probe-path-for-Endpoint-mode.patch + patches.suse/Revert-PCI-MSI-Provide-stubs-for-IMS-functions.patch + patches.suse/Revert-PCI-MSI-Provide-pci_ims_alloc-free_irq.patch + patches.suse/Revert-PCI-MSI-Provide-IMS-Interrupt-Message-Store-s.patch + patches.suse/Revert-iommu-amd-Enable-PCI-IMS.patch + patches.suse/Revert-iommu-vt-d-Enable-PCI-IMS.patch + patches.suse/remoteproc-mediatek-Make-sure-IPI-buffer-fits-in-L2T.patch + patches.suse/remoteproc-k3-r5-Wait-for-core0-power-up-before-powe.patch + patches.suse/remoteproc-k3-r5-Do-not-allow-core1-to-power-up-befo.patch + patches.suse/remoteproc-k3-r5-Jump-to-error-handling-labels-in-st.patch + patches.suse/dmaengine-idma64-Add-check-for-dma_set_max_seg_size.patch + patches.suse/dmaengine-axi-dmac-fix-possible-race-in-remove.patch + patches.suse/Avoid-hw_desc-array-overrun-in-dw-axi-dmac.patch + patches.suse/dmaengine-idxd-Avoid-unnecessary-destruction-of-file.patch + patches.suse/soundwire-cadence-fix-invalid-PDI-offset.patch + patches.suse/thermal-drivers-mediatek-lvts_thermal-Check-NULL-ptr.patch + patches.suse/ACPI-EC-Install-address-space-handler-at-the-namespa.patch + patches.suse/cpufreq-amd-pstate-fix-memory-leak-on-CPU-EPP-exit.patch + patches.suse/s390-ipl-Fix-incorrect-initialization-of-len-fields-in-nvme-reipl-block.patch + patches.suse/s390-ipl-Fix-incorrect-initialization-of-nvme-dump-block.patch + patches.suse/s390-cpacf-Split-and-rework-cpacf-query-functions.patch + patches.suse/s390-cpacf-Make-use-of-invalid-opcode-produce-a-link-error.patch + patches.suse/s390-ap-Fix-crash-in-AP-internal-function-modify_bitmap.patch + patches.suse/cpumask-Add-for_each_cpu_from.patch + 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-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 + patches.suse/perf-sched-timehist-Fix-g-call-graph-option-failure.patch + patches.suse/perf-stat-Do-not-fail-on-metrics-on-s390-z-VM-systems.patch + patches.suse/perf-annotate-Fix-annotation_calc_lines-to-pass-correct-address-to-get_srcline.patch + patches.suse/perf-tests-Make-test-data-symbol-more-robust-on-Neoverse-N1.patch + patches.suse/perf-tests-Apply-attributes-to-all-events-in-object-code-reading-test.patch + patches.suse/perf-record-Fix-debug-message-placement-for-test-consumption.patch + patches.suse/perf-bench-uprobe-Remove-lib64-from-libc.so.6-binary-path.patch + 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-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 + patches.suse/perf-report-Avoid-SEGV-in-report__setup_sample_type.patch + patches.suse/perf-thread-Fixes-to-thread__new-related-to-initializing-comm.patch + patches.suse/perf-symbols-Fix-ownership-of-string-in-dso__load_vmlinux.patch + patches.suse/libsubcmd-Fix-parse-options-memory-leak.patch + patches.suse/perf-daemon-Fix-file-leak-in-daemon_session__control.patch + patches.suse/perf-stat-Don-t-display-metric-header-for-non-leader-uncore-events.patch + patches.suse/perf-pmu-Count-sys-and-cpuid-JSON-events-separately.patch + patches.suse/leds-pwm-Disable-PWM-when-going-to-suspend.patch + patches.suse/usb-gadget-uvc-configfs-ensure-guid-to-be-valid-befo.patch + patches.suse/usb-typec-ucsi-always-register-a-link-to-USB-PD-devi.patch + patches.suse/usb-typec-ucsi-simplify-partner-s-PD-caps-registrati.patch + 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_glink-drop-special-handling-for-CCI_B.patch + patches.suse/usb-gadget-function-Remove-usage-of-the-deprecated-i.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/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 + patches.suse/usb-fotg210-Add-missing-kernel-doc-description.patch + patches.suse/printk-Save-console-options-for-add_preferred_console_match.patch + patches.suse/printk-Don-t-try-to-parse-DEVNAME-0.0-console-options.patch + patches.suse/printk-Flag-register_console-if-console-is-set-on-command-line.patch + patches.suse/serial-max3100-Lock-port-lock-when-calling-uart_hand.patch + patches.suse/serial-max3100-Update-uart_driver_registered-on-driv.patch + patches.suse/serial-max3100-Fix-bitwise-types.patch + patches.suse/serial-sc16is7xx-add-proper-sched.h-include-for-sche.patch + patches.suse/printk-Add-function-to-replay-kernel-log-on-consoles.patch + patches.suse/tty-sysrq-Replay-kernel-log-messages-on-consoles-via-sysrq.patch + patches.suse/serial-imx-Introduce-timeout-when-waiting-on-transmi.patch + patches.suse/serial-exar-adding-missing-CTI-and-Exar-PCI-ids.patch + patches.suse/tty-add-the-option-to-have-a-tty-reject-a-new-ldisc.patch + patches.suse/serial-sh-sci-protect-invalidating-RXDMA-on-shutdown.patch + patches.suse/serial-imx-Raise-TX-trigger-level-to-8.patch + patches.suse/staging-vt6655-Remove-unused-declaration-of-RFbAL723.patch + patches.suse/module-don-t-ignore-sysfs_create_link-failures.patch + patches.suse/counter-linux-counter.h-fix-Excess-kernel-doc-descri.patch + patches.suse/iio-core-Leave-private-pointer-NULL-when-no-private-.patch + patches.suse/iio-adc-stm32-Fixing-err-code-to-not-indicate-succes.patch + patches.suse/iio-pressure-dps310-support-negative-temperature-val.patch + patches.suse/fpga-manager-add-owner-module-and-take-its-refcount.patch + patches.suse/fpga-bridge-add-owner-module-and-take-its-refcount.patch + patches.suse/fpga-region-add-owner-module-and-take-its-refcount.patch + patches.suse/VMCI-Fix-an-error-handling-path-in-vmci_guest_probe_.patch + patches.suse/vmci-prevent-speculation-leaks-by-sanitizing-event-i.patch + patches.suse/interconnect-qcom-qcm2290-Fix-mas_snoc_bimc-QoS-port.patch + patches.suse/stm-class-Fix-a-double-free-in-stm_register_device.patch + patches.suse/intel_th-pci-Add-Granite-Rapids-support.patch + patches.suse/intel_th-pci-Add-Granite-Rapids-SOC-support.patch + patches.suse/intel_th-pci-Add-Sapphire-Rapids-SOC-support.patch + patches.suse/intel_th-pci-Add-Meteor-Lake-S-support.patch + patches.suse/intel_th-pci-Add-Meteor-Lake-S-CPU-support.patch + patches.suse/intel_th-pci-Add-Lunar-Lake-support.patch + patches.suse/ppdev-Add-an-error-check-in-register_device.patch + patches.suse/extcon-max8997-select-IRQ_DOMAIN-instead-of-dependin.patch + patches.suse/spmi-hisi-spmi-controller-Do-not-override-device-ide.patch + patches.suse/virtio-delete-vq-in-vp_find_vqs_msix-when-request_ir.patch + patches.suse/arm64-asm-bug-Add-.align-2-to-the-end-of-__BUG_ENTRY.patch + patches.suse/tools-latency-collector-Fix-Wformat-security-compile.patch + patches.suse/ring-buffer-Fix-a-race-between-readers-and-resize-checks.patch + patches.suse/tracing-Add-MODULE_DESCRIPTION-to-preemptirq_delay_test.patch + patches.suse/ipv6-sr-fix-missing-sk_buff-release-in-seg6_input_co.patch + patches.suse/selftests-net-kill-smcrouted-in-the-cleanup-logic-in.patch + patches.suse/nfc-nci-Fix-uninit-value-in-nci_rx_work.patch + patches.suse/af_unix-Update-unix_sk-sk-oob_skb-under-sk_receive_queue-lock.patch + patches.suse/msft-hv-3015-net-mana-Fix-the-extra-HZ-in-mana_hwc_send_request.patch + patches.suse/nfc-nci-Fix-handling-of-zero-length-payload-packets-.patch + patches.suse/r8169-Fix-possible-ring-buffer-corruption-on-fragmen.patch + patches.suse/regulator-bd71828-Don-t-overwrite-runtime-voltages.patch + patches.suse/nvmet-lock-config-semaphore-when-accessing-DH-HMAC-C.patch + patches.suse/nvmet-return-DHCHAP-status-codes-from-nvmet_setup_au.patch + patches.suse/nvme-return-kernel-error-codes-for-admin-queue-conne.patch + patches.suse/nvme-fabrics-short-circuit-reconnect-retries.patch + patches.suse/nvme-do-not-retry-authentication-failures.patch + 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/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 + patches.suse/nfs-keep-server-info-for-remounts.patch + patches.suse/sunrpc-fix-NFSACL-RPC-retry-on-soft-mount.patch + patches.suse/NFS-Fix-READ_PLUS-when-server-doesn-t-support-OP_REA.patch + patches.suse/rpcrdma-fix-handling-for-RDMA_CM_EVENT_DEVICE_REMOVA.patch + patches.suse/pNFS-filelayout-fixup-pNfs-allocation-modes.patch + patches.suse/nfs-fix-undefined-behavior-in-nfs_block_bits.patch + patches.suse/tty-n_gsm-fix-possible-out-of-bounds-in-gsm0_receive.patch + patches.suse/tty-n_gsm-fix-missing-receive-state-reset-after-mode.patch + patches.suse/serial-8520_mtk-Set-RTS-on-shutdown-for-Rx-in-band-w.patch + patches.suse/serial-8250_bcm7271-use-default_mux_rate-if-possible.patch + patches.suse/serial-sc16is7xx-fix-bug-in-sc16is7xx_set_baud-when-.patch + patches.suse/speakup-Fix-sizeof-vs-ARRAY_SIZE-bug.patch + patches.suse/ALSA-timer-Set-lower-bound-of-start-tick-time.patch + patches.suse/ALSA-usb-audio-Fix-for-sampling-rates-support-for-Mb.patch + patches.suse/ALSA-hda-realtek-Enable-headset-mic-of-JP-IK-LEAP-W5.patch + patches.suse/ALSA-core-Fix-NULL-module-pointer-assignment-at-card.patch + patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-work-fo.patch + patches.suse/ASoC-tas2552-Add-TX-path-for-capturing-AUDIO-OUT-dat.patch + patches.suse/ASoC-tas2781-Fix-wrong-loading-calibrated-data-seque.patch + patches.suse/Input-ims-pcu-fix-printf-string-overflow.patch + patches.suse/Input-pm8xxx-vibrator-correct-VIB_MAX_LEVELS-calcula.patch + patches.suse/Input-cyapa-add-missing-input-core-locking-to-suspen.patch + patches.suse/Input-ff-core-prefer-struct_size-over-open-coded-ari.patch + patches.suse/btrfs-zoned-fix-use-after-free-due-to-race-with-dev-.patch + patches.suse/xen-x86-add-extra-pages-to-unpopulated-alloc-if-avai.patch + patches.suse/drivers-xen-Improve-the-late-XenStore-init-protocol.patch + patches.suse/drm-nouveau-use-tile_mode-and-pte_kind-for-VM_BIND-b.patch + patches.suse/drm-amdkfd-Let-VRAM-allocations-go-to-GTT-domain-on-.patch + patches.suse/drm-amdgpu-atomfirmware-add-intergrated-info-v2.3-ta.patch + patches.suse/0001-drm-mst-Fix-NULL-pointer-dereference-at-drm_dp_add_p.patch + patches.suse/jffs2-Fix-potential-illegal-address-access-in-jffs2_free_inode.patch + patches.suse/i3c-master-svc-change-ENXIO-to-EAGAIN-when-IBI-occur.patch + patches.suse/i3c-master-svc-fix-invalidate-IBI-type-and-miss-call.patch + patches.suse/x86-kconfig-Select-ARCH_WANT_FRAME_POINTERS-again-when-UNW.patch + patches.suse/genirq-irqdesc-Prevent-use-after-free-in-irq_find_at.patch + patches.suse/mm-vmalloc-fix-vmalloc-which-may-return-null-if-called-with-__GFP_NOFAIL.patch + patches.suse/kasan-fortify-properly-rename-memintrinsics.patch + patches.suse/selftests-mm-compaction_test-fix-incorrect-write-of-.patch + patches.suse/selftests-mm-fix-build-warnings-on-ppc64.patch + 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/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 + patches.suse/net-phy-micrel-set-soft_reset-callback-to-genphy_sof.patch + patches.suse/net-mlx5-Fix-MTMP-register-capability-offset-in-MCAM.patch + patches.suse/net-mlx5-Use-mlx5_ipsec_rx_status_destroy-to-correct.patch + patches.suse/enic-Validate-length-of-nl-attributes-in-enic_set_vf.patch + patches.suse/net-usb-smsc95xx-fix-changing-LED_SEL-bit-value-upda.patch + patches.suse/docs-netdev-Fix-typo-in-Signed-off-by-tag.patch + patches.suse/sock_map-avoid-race-between-sock_map_close-and-sk_ps.patch + patches.suse/nfc-nci-Add-the-inconsistency-check-between-the-inpu.patch + patches.suse/net-fix-__dst_negative_advice-race.patch + patches.suse/net-ena-Fix-redundant-device-NUMA-node-override.patch + patches.suse/platform-x86-touchscreen_dmi-Add-info-for-GlobalSpac.patch + patches.suse/platform-x86-touchscreen_dmi-Add-info-for-the-EZpad-.patch + patches.suse/ALSA-core-Remove-debugfs-at-disconnection.patch + patches.suse/ALSA-hda-realtek-Adjust-G814JZR-to-use-SPI-init-for-.patch + patches.suse/ALSA-seq-Fix-missing-bank-setup-between-MIDI1-MIDI2-.patch + patches.suse/ALSA-seq-Don-t-clear-bank-selection-at-event-UMP-MID.patch + patches.suse/ALSA-hda-intel-dsp-config-reduce-log-verbosity.patch + patches.suse/ALSA-seq-Fix-incorrect-UMP-type-for-system-messages.patch + patches.suse/ALSA-ump-Don-t-clear-bank-selection-after-sending-a-.patch + patches.suse/ALSA-ump-Don-t-accept-an-invalid-UMP-protocol-number.patch + patches.suse/ALSA-ump-Set-default-protocol-when-not-given-explici.patch + patches.suse/ALSA-seq-Fix-yet-another-spot-for-system-message-con.patch + patches.suse/ASoC-wm_adsp-Add-missing-MODULE_DESCRIPTION.patch + patches.suse/ASoC-SOF-ipc4-topology-Fix-input-format-query-of-pro.patch + patches.suse/ALSA-seq-ump-Fix-swapped-song-position-pointer-data.patch + patches.suse/dma-mapping-benchmark-fix-node-id-validation.patch + patches.suse/dma-mapping-benchmark-handle-NUMA_NO_NODE-correctly.patch + patches.suse/null_blk-Fix-return-value-of-nullb_device_power_stor.patch + patches.suse/nvme-fix-multipath-batched-completion-accounting.patch + patches.suse/nvme-multipath-fix-io-accounting-on-failover.patch + patches.suse/nvmet-fix-ns-enable-disable-possible-hang.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 + patches.suse/spi-cadence-Ensure-data-lines-set-to-low-during-dumm.patch + patches.suse/spi-stm32-Don-t-warn-about-spurious-interrupts.patch + patches.suse/hwmon-intel-m10-bmc-hwmon-Fix-multiplier-for-N6000-b.patch + patches.suse/hwmon-shtc1-Fix-property-misspelling.patch + patches.suse/drm-shmem-helper-Fix-BUG_ON-on-mmap-PROT_WRITE-MAP_P.patch + patches.suse/drm-i915-gt-Disarm-breadcrumbs-if-engines-are-alread.patch + patches.suse/drm-i915-guc-avoid-FIELD_PREP-warning.patch + patches.suse/drm-i915-gt-Fix-CCS-id-s-calculation-for-CCS-mode-se.patch + patches.suse/drm-i915-dpt-Make-DPT-object-unshrinkable.patch + patches.suse/drm-i915-Fix-audio-component-initialization.patch + patches.suse/drm-amd-display-Enable-colorspace-property-for-MST-c.patch + patches.suse/drm-amdgpu-silence-UBSAN-warning.patch + patches.suse/Revert-drm-amdkfd-fix-gfx_target_version-for-certain.patch + patches.suse/dma-buf-sw-sync-don-t-enable-IRQ-from-sync_print_obj.patch + patches.suse/drm-panel-sitronix-st7789v-fix-timing-for-jt240mhqs_.patch + patches.suse/drm-panel-sitronix-st7789v-tweak-timing-for-jt240mhq.patch + patches.suse/drm-panel-sitronix-st7789v-fix-display-size-for-jt24.patch + patches.suse/xfs-Add-cond_resched-to-block-unmap-range-and-reflin.patch + patches.suse/kconfig-fix-comparison-to-constant-symbols-m-n.patch + patches.suse/kheaders-explicitly-define-file-modes-for-archived-h.patch + patches.suse/powerpc-pseries-lparcfg-drop-error-message-from-gues.patch + patches.suse/powerpc-uaccess-Fix-build-errors-seen-with-GCC-13-14.patch + patches.suse/powerpc-uaccess-Use-YZ-asm-constraint-for-ld.patch + patches.suse/x86-cpu-Provide-default-cache-line-size-if-not-enumerated + patches.suse/cxl-test-Add-missing-vmalloc.h-for-tools-testing-cxl.patch + patches.suse/cxl-region-Fix-memregion-leaks-in-devm_cxl_add_regio.patch + patches.suse/KVM-SVM-WARN-on-vNMI-NMI-window-iff-NMIs-are-outrigh.patch + patches.suse/KVM-SEV-ES-Disallow-SEV-ES-guests-when-X86_FEATURE_L.patch + patches.suse/KVM-SEV-ES-Delegate-LBR-virtualization-to-the-proces.patch + patches.suse/tpm_tis-Do-not-flush-uninitialized-work.patch + patches.suse/tools-power-cpupower-Fix-Pstate-frequency-reporting-.patch + patches.suse/ACPI-EC-Abort-address-space-access-upon-error.patch + patches.suse/ACPI-EC-Avoid-returning-AE_OK-on-errors-in-address-s.patch + patches.suse/ax25-Fix-refcount-imbalance-on-inbound-connections.patch + patches.suse/net-phy-micrel-fix-KSZ9477-PHY-issues-after-suspend-.patch + patches.suse/vmxnet3-disable-rx-data-ring-on-dma-allocation-failu.patch + patches.suse/wifi-mac80211-mesh-Fix-leak-of-mesh_preq_queue-objec.patch + patches.suse/wifi-mac80211-mesh-init-nonpeer_pm-to-active-by-defa.patch + patches.suse/wifi-mac80211-Fix-deadlock-in-ieee80211_sta_ps_deliv.patch + patches.suse/wifi-cfg80211-validate-HE-operation-element-parsing.patch + patches.suse/wifi-cfg80211-fully-move-wiphy-work-to-unbound-workq.patch + patches.suse/wifi-cfg80211-Lock-wiphy-in-cfg80211_get_station.patch + patches.suse/wifi-cfg80211-pmsr-use-correct-nla_get_uX-functions.patch + patches.suse/wifi-mac80211-apply-mcast-rate-only-if-interface-is-.patch + patches.suse/wifi-mac80211-handle-tasklet-frames-before-stopping.patch + patches.suse/wifi-cfg80211-fix-6-GHz-scan-request-building.patch + patches.suse/wifi-iwlwifi-mvm-don-t-initialize-csa_work-twice.patch + patches.suse/wifi-iwlwifi-mvm-fix-a-crash-on-7265.patch + patches.suse/wifi-iwlwifi-mvm-d3-fix-WoWLAN-command-version-looku.patch + patches.suse/wifi-iwlwifi-mvm-revert-gen2-TX-A-MPDU-size-to-64.patch + patches.suse/wifi-iwlwifi-mvm-set-properly-mac-header.patch + patches.suse/wifi-iwlwifi-dbg_ini-move-iwl_dbg_tlv_free-outside-o.patch + patches.suse/wifi-iwlwifi-mvm-remove-stale-STA-link-data-during-r.patch + patches.suse/wifi-iwlwifi-mvm-Handle-BIGTK-cipher-in-kek_kck-cmd.patch + patches.suse/wifi-iwlwifi-mvm-handle-BA-session-teardown-in-RF-ki.patch + patches.suse/wifi-iwlwifi-mvm-properly-set-6-GHz-channel-direct-p.patch + patches.suse/wifi-iwlwifi-mvm-check-n_ssids-before-accessing-the-.patch + patches.suse/wifi-iwlwifi-mvm-Fix-scan-abort-handling-with-HW-rfk.patch + patches.suse/wifi-iwlwifi-mvm-don-t-read-past-the-mfuart-notifcat.patch + patches.suse/wifi-mac80211-correctly-parse-Spatial-Reuse-Paramete.patch + patches.suse/wifi-mac80211-fix-UBSAN-noise-in-ieee80211_prep_hw_s.patch + patches.suse/wifi-ath10k-fix-QCOM_RPROC_COMMON-dependency.patch + patches.suse/wifi-ath11k-fix-WCN6750-firmware-crash-caused-by-17-.patch + patches.suse/wifi-ath11k-move-power-type-check-to-ASSOC-stage-whe.patch + patches.suse/wifi-mt76-mt7615-add-missing-chanctx-ops.patch + patches.suse/wifi-rtlwifi-Ignore-IEEE80211_CONF_CHANGE_RETRY_LIMI.patch + patches.suse/net-phy-Micrel-KSZ8061-fix-errata-solution-not-takin.patch + patches.suse/net-sched-sch_multiq-fix-possible-OOB-write-in-multi.patch + patches.suse/net-mlx5-Always-stop-health-timer-during-driver-remo.patch + patches.suse/net-mlx5-Fix-tainted-pointer-delete-is-case-of-flow-.patch + patches.suse/net-sched-taprio-always-validate-TCA_TAPRIO_ATTR_PRI.patch + patches.suse/bpf-Set-run-context-for-rawtp-test_run-callback.patch + patches.suse/net-ethtool-fix-the-error-condition-in-ethtool_get_p.patch + patches.suse/scsi-qedf-Don-t-process-stag-work-during-unload.patch + patches.suse/scsi-qedf-Wait-for-stag-work-during-unload.patch + patches.suse/drm-amd-Fix-shutdown-again-on-some-SMU-v13.0.4-11-pl.patch + patches.suse/drm-panel-sitronix-st7789v-Add-check-for-of_drm_get_.patch + patches.suse/drm-vmwgfx-Filter-modes-which-exceed-graphics-memory.patch + patches.suse/drm-vmwgfx-3D-disabled-should-not-effect-STDU-memory.patch + patches.suse/drm-vmwgfx-Don-t-memcmp-equivalent-pointers.patch + patches.suse/iommu-amd-Fix-sysfs-leak-in-iommu-init.patch + patches.suse/iommu-Return-right-value-in-iommu_sva_bind_device.patch + patches.suse/Input-silead-Always-support-10-fingers.patch + patches.suse/platform-x86-dell-smbios-Fix-wrong-token-data-in-sys.patch + patches.suse/arm64-io-add-constant-argument-check.patch + patches.suse/SUNRPC-Fix-loop-termination-condition-in-gss_free_in.patch + patches.suse/btrfs-fix-crash-on-racing-fsync-and-size-extending-w.patch + patches.suse/io_uring-check-for-non-NULL-file-pointer-in-io_file_.patch + patches.suse/io_uring-io-wq-avoid-garbage-value-of-match-in-io_wq.patch + patches.suse/nvme-fix-nvme_pr_-status-code-parsing.patch + patches.suse/gpio-tqmx86-fix-typo-in-Kconfig-label.patch + patches.suse/gpio-tqmx86-introduce-shadow-register-for-GPIO-outpu.patch + patches.suse/gpio-tqmx86-store-IRQ-trigger-type-and-unmask-status.patch + 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/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 + patches.suse/kconfig-doc-fix-a-typo-in-the-note-about-imply.patch + patches.suse/kconfig-remove-wrong-expr_trans_bool.patch + patches.suse/HID-core-remove-unnecessary-WARN_ON-in-implement.patch + patches.suse/HID-logitech-dj-Fix-memory-leak-in-logi_dj_recv_swit.patch + patches.suse/input-Add-event-code-for-accessibility-key.patch + patches.suse/input-Add-support-for-Do-Not-Disturb.patch + patches.suse/HID-Ignore-battery-for-ELAN-touchscreens-2F2C-and-41.patch + patches.suse/smb-client-fix-deadlock-in-smb2_find_smb_tcon-.patch + patches.suse/cachefiles-add-output-string-to-cachefiles_obj_-get-put-_ondemand_fd.patch + patches.suse/cachefiles-remove-requests-from-xarray-during-flushin.patch + patches.suse/cachefiles-flush-all-requests-after-setting-CACHEFILE.patch + patches.suse/fs-file-fix-the-check-in-find_next_fd.patch + patches.suse/nfs-Avoid-flushing-many-pages-with-NFS_FILE_SYNC.patch + patches.suse/NFS-abort-nfs_atomic_open_v23-if-name-is-too-long.patch + patches.suse/NFSv4.1-enforce-rootpath-check-in-fs_location-query.patch + patches.suse/SUNRPC-return-proper-error-from-gss_wrap_req_priv.patch + patches.suse/NFS-add-barriers-when-testing-for-NFS_FSDATA_BLOCKED.patch + patches.suse/net-hns3-fix-kernel-crash-problem-in-concurrent-scen.patch + patches.suse/mptcp-ensure-snd_una-is-properly-initialized-on-conn.patch + patches.suse/Bluetooth-L2CAP-Fix-rejecting-L2CAP_CONN_PARAM_UPDAT.patch + patches.suse/netfilter-nft_inner-validate-mandatory-meta-and-payload + patches.suse/ionic-fix-use-after-netif_napi_del.patch + patches.suse/gve-Clear-napi-skb-before-dev_kfree_skb_any.patch + patches.suse/bnxt_en-Adjust-logging-of-firmware-messages-in-case-.patch + patches.suse/ACPI-EC-Evaluate-orphan-_REG-under-EC-device.patch + patches.suse/ACPI-x86-Force-StorageD3Enable-on-more-products.patch + patches.suse/iommu-amd-Fix-panic-accessing-amd_iommu_enable_fault.patch + patches.suse/scsi-mpt3sas-Avoid-test-set_bit-operating-in-non-allocated-memory.patch + patches.suse/io_uring-rsrc-don-t-lock-while-TASK_RUNNING.patch + patches.suse/block-fix-request.queuelist-usage-in-flush.patch + patches.suse/nvmet-passthru-propagate-status-from-id-override-fun.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 + patches.suse/drm-nouveau-don-t-attempt-to-schedule-hpd_work-on-he.patch + patches.suse/drm-mediatek-Call-drm_atomic_helper_shutdown-at-shut.patch + patches.suse/drm-exynos-hdmi-report-safe-640x480-mode-as-a-fallba.patch + patches.suse/drm-exynos-dp-drop-driver-owner-initialization.patch + patches.suse/drm-exynos-vidi-fix-memory-leak-in-.get_modes.patch + patches.suse/x86-uaccess-Fix-missed-zeroing-of-ia32-u64-get_user-range-.patch + patches.suse/RAS-AMD-ATL-Fix-MI300-bank-hash.patch + patches.suse/RAS-AMD-ATL-Use-system-settings-for-MI300-DRAM-to-no.patch + patches.suse/mei-demote-client-disconnect-warning-on-suspend-to-d.patch + patches.suse/mei-me-release-irq-in-mei_me_pci_resume-error-path.patch + patches.suse/misc-microchip-pci1xxxx-fix-double-free-in-the-error.patch + patches.suse/misc-microchip-pci1xxxx-Fix-a-memory-leak-in-the-err.patch + patches.suse/jfs-xattr-fix-buffer-overflow-for-invalid-xattr.patch + patches.suse/iio-adc-ad9467-fix-scan-type-sign.patch + patches.suse/iio-pressure-bmp280-Fix-BMP580-temperature-reading.patch + patches.suse/iio-dac-ad5592r-fix-temperature-channel-scaling-valu.patch + patches.suse/iio-imu-inv_icm42600-delete-unneeded-update-watermar.patch + patches.suse/drivers-core-synchronize-really_probe-and-dev_uevent.patch + patches.suse/tty-n_tty-Fix-buffer-offsets-when-lookahead-is-used.patch + patches.suse/USB-xen-hcd-Traverse-host-when-CONFIG_USB_XEN_HCD-is.patch + patches.suse/usb-typec-tcpm-fix-use-after-free-case-in-tcpm_regis.patch + patches.suse/usb-typec-tcpm-Ignore-received-Hard-Reset-in-TOGGLIN.patch + patches.suse/usb-typec-ucsi-Ack-also-failed-Get-Error-commands.patch + patches.suse/usb-storage-alauda-Check-whether-the-media-is-initia.patch + patches.suse/thunderbolt-debugfs-Fix-margin-debugfs-node-creation.patch + patches.suse/xhci-Set-correct-transferred-length-for-cancelled-bu.patch + patches.suse/xhci-Apply-reset-resume-quirk-to-Etron-EJ188-xHCI-ho.patch + patches.suse/xhci-Apply-broken-streams-quirk-to-Etron-EJ188-xHCI-.patch + patches.suse/xhci-Handle-TD-clearing-for-multiple-streams-case.patch + patches.suse/USB-class-cdc-wdm-Fix-CPU-lockup-caused-by-excessive.patch + patches.suse/i2c-at91-Fix-the-functionality-flags-of-the-slave-on.patch + patches.suse/i2c-designware-Fix-the-functionality-flags-of-the-sl.patch + patches.suse/mm-page_table_check-fix-crash-on-ZONE_DEVICE.patch + patches.suse/kcov-don-t-lose-track-of-remote-references-during-so.patch + patches.suse/ima-Avoid-blocking-in-RCU-read-side-critical-section.patch + patches.suse/efi-x86-Free-EFI-memory-map-only-when-installing-a-n.patch + patches.suse/tracing-Build-event-generation-tests-only-as-modules.patch + patches.suse/ALSA-hda-cs35l56-Fix-lifecycle-of-codec-pointer.patch + patches.suse/ALSA-hda-cs35l41-Possible-null-pointer-dereference-i.patch + patches.suse/ALSA-seq-ump-Fix-missing-System-Reset-message-handli.patch + patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-work-fo-ea5f8c4.patch + patches.suse/ALSA-hda-realtek-Limit-mic-boost-on-N14AP7.patch + patches.suse/ALSA-hda-realtek-Remove-Framework-Laptop-16-from-qui.patch + patches.suse/ALSA-hda-cs35l41-Support-Lenovo-Thinkbook-16P-Gen-5.patch + patches.suse/ALSA-hda-cs35l41-Support-Lenovo-Thinkbook-13x-Gen-4.patch + patches.suse/ALSA-hda-realtek-Support-Lenovo-Thinkbook-16P-Gen-5.patch + patches.suse/ALSA-hda-realtek-Support-Lenovo-Thinkbook-13x-Gen-4.patch + patches.suse/ALSA-hda-intel-dsp-config-Document-AVS-as-dsp_driver.patch + patches.suse/ALSA-hda-cs35l56-Component-should-be-unbound-before-.patch + patches.suse/ALSA-hda-cs35l41-Component-should-be-unbound-before-.patch + patches.suse/ALSA-hda-tas2781-Component-should-be-unbound-before-.patch + patches.suse/ALSA-hda-realtek-Enable-headset-mic-on-IdeaPad-330-1.patch + patches.suse/ALSA-hda-realtek-Add-quirk-for-Lenovo-Yoga-Pro-7-14A.patch + patches.suse/ALSA-hda-realtek-Add-more-codec-ID-to-no-shutup-pins.patch + patches.suse/wifi-cfg80211-wext-set-ssids-NULL-for-passive-scans.patch + patches.suse/wifi-cfg80211-wext-add-extra-SIOCSIWSCAN-data-check.patch + patches.suse/wifi-iwlwifi-mvm-fix-ROC-version-check.patch + patches.suse/wifi-mac80211-Recalc-offload-when-monitor-stop.patch + patches.suse/wifi-mac80211-Avoid-address-calculations-via-out-of-.patch + patches.suse/wifi-mac80211-fix-monitor-channel-with-chanctx-emula.patch + patches.suse/netrom-Fix-a-memory-leak-in-nr_heartbeat_expiry.patch + patches.suse/ipv6-prevent-possible-NULL-deref-in-fib6_nh_init.patch + patches.suse/ipv6-prevent-possible-NULL-dereference-in-rt6_probe.patch + patches.suse/net-lan743x-disable-WOL-upon-resume-to-restore-full-.patch + 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-usb-ax88179_178a-improve-reset-check.patch + patches.suse/virtio_net-checksum-offloading-handling-fix + patches.suse/net-usb-rtl8150-fix-unintiatilzed-variables-in-rtl81.patch + patches.suse/btrfs-zoned-allocate-dummy-checksums-for-zoned-NODAT.patch + patches.suse/dmaengine-idxd-Fix-possible-Use-After-Free-in-irq_pr.patch + patches.suse/dmaengine-ioatdma-Fix-leaking-on-version-mismatch.patch + patches.suse/dmaengine-ioatdma-Fix-error-path-in-ioat3_dma_probe.patch + patches.suse/dmaengine-ioatdma-Fix-kmemleak-in-ioat_pci_probe.patch + patches.suse/dmaengine-ioatdma-Fix-missing-kmem_cache_destroy.patch + patches.suse/thermal-drivers-mediatek-lvts_thermal-Return-error-i.patch + patches.suse/ACPICA-Revert-ACPICA-avoid-Info-mapping-multiple-BAR.patch + patches.suse/ALSA-hda-realtek-Add-quirk-for-Lenovo-Yoga-Pro-7-14A-ad22051.patch + patches.suse/RDMA-bnxt_re-Fix-the-max-msix-vectors-macro.patch + patches.suse/RDMA-rxe-Fix-data-copy-for-IB_SEND_INLINE.patch + patches.suse/RDMA-rxe-Fix-responder-length-checking-for-UD-reques.patch + patches.suse/RDMA-mlx5-Remove-extra-unlock-on-error-path.patch + patches.suse/RDMA-mlx5-Follow-rb_key.ats-when-creating-new-mkeys.patch + patches.suse/RDMA-mlx5-Ensure-created-mkeys-always-have-a-populat.patch + patches.suse/RDMA-mlx5-Fix-unwind-flow-as-part-of-mlx5_ib_stage_i.patch + patches.suse/RDMA-mlx5-Add-check-for-srq-max_sge-attribute.patch + patches.suse/msft-hv-3021-RDMA-mana_ib-Ignore-optional-access-flags-for-MRs.patch + patches.suse/io_uring-rsrc-fix-incorrect-assignment-of-iter-nr_se.patch + patches.suse/drm-i915-mso-using-joiner-is-not-possible-with-eDP-M.patch + patches.suse/drm-amdgpu-fix-locking-scope-when-flushing-tlb.patch + patches.suse/drm-amdgpu-Indicate-CU-havest-info-to-CP.patch + patches.suse/drm-amd-display-change-dram_clock_latency-to-34us-fo.patch + patches.suse/drm-radeon-fix-UBSAN-warning-in-kv_dpm.c.patch + patches.suse/drm-amdgpu-fix-UBSAN-warning-in-kv_dpm.c.patch + patches.suse/KVM-x86-Always-sync-PIR-to-IRR-prior-to-scanning-I-O.patch + patches.suse/KVM-Fix-a-data-race-on-last_boosted_vcpu-in-kvm_vcpu.patch + patches.suse/arm64-dts-imx93-11x11-evk-Remove-the-no-sdio-property.patch + 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/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 + patches.suse/regulator-core-Fix-modpost-error-regulator_get_regma.patch + patches.suse/regulator-bd71815-fix-ramp-values.patch + patches.suse/drm-vmwgfx-Fix-missing-HYPERVISOR_GUEST-dependency.patch + patches.suse/i2c-ocores-set-IACK-bit-after-core-is-enabled.patch + patches.suse/pinctrl-qcom-spmi-gpio-drop-broken-pm8008-support.patch + patches.suse/pinctrl-fix-deadlock-in-create_pinctrl-when-handling.patch + patches.suse/pinctrl-rockchip-fix-pinmux-bits-for-RK3328-GPIO2-B-.patch + patches.suse/pinctrl-rockchip-fix-pinmux-bits-for-RK3328-GPIO3-B-.patch + patches.suse/pinctrl-rockchip-use-dedicated-pinctrl-type-for-RK33.patch + patches.suse/pinctrl-rockchip-fix-pinmux-reset-in-rockchip_pmx_se.patch + patches.suse/Input-elantech-fix-touchpad-state-on-resume-for-Leno.patch + patches.suse/Input-i8042-add-Ayaneo-Kun-to-i8042-quirk-table.patch + patches.suse/Input-ili210x-fix-ili251x_read_touch_data-return-val.patch + patches.suse/Input-xpad-add-support-for-ASUS-ROG-RAIKIRI-PRO.patch + patches.suse/Input-ads7846-use-spi_device_id-table.patch + patches.suse/ocfs2-fix-DIO-failure-due-to-insufficient-transaction-credits.patch + patches.suse/nfs-drop-the-incorrect-assertion-in-nfs_swap_rw.patch + patches.suse/ALSA-seq-Fix-missing-channel-at-encoding-RPN-NRPN-MI.patch + patches.suse/ALSA-PCM-Allow-resume-only-for-suspended-streams.patch + patches.suse/ALSA-hda-relatek-Enable-Mute-LED-on-HP-Laptop-15-gw0.patch + patches.suse/ALSA-dmaengine_pcm-terminate-dmaengine-before-synchr.patch + patches.suse/ALSA-hda-realtek-Fix-conflicting-quirk-for-PCI-SSID-.patch + patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-work-fo-3cd59d8.patch + patches.suse/ALSA-seq-Fix-missing-MSB-in-MIDI2-SPP-conversion.patch + patches.suse/ASoC-rt722-sdca-sdw-add-silence-detection-register-a.patch + patches.suse/ASoC-rockchip-i2s-tdm-Fix-trcm-mode-by-setting-clock.patch + patches.suse/bytcr_rt5640-inverse-jack-detect-for-Archos-101-cesi.patch + patches.suse/ASoC-topology-Fix-references-to-freed-memory.patch + patches.suse/ASoC-topology-Do-not-assign-fields-that-are-already-.patch + patches.suse/ASoC-ti-omap-hdmi-Fix-too-long-driver-name.patch + patches.suse/ALSA-dmaengine-Synchronize-dma-channel-after-drop.patch + patches.suse/ASoC-ti-davinci-mcasp-Set-min-period-size-using-FIFO.patch + patches.suse/ASoC-SOF-sof-audio-Skip-unprepare-for-in-use-widgets.patch + patches.suse/ASoC-rt722-sdca-sdw-add-debounce-time-for-type-detec.patch + patches.suse/ASoC-q6apm-lpass-dai-close-graph-on-prepare-errors.patch + patches.suse/ASoC-amd-acp-add-a-null-check-for-chip_pdev-structur.patch + patches.suse/ASoC-amd-acp-remove-i2s-configuration-check-in-acp_i.patch + patches.suse/ASoC-fsl-asoc-card-set-priv-pdev-before-using-it.patch + patches.suse/ASoC-amd-yc-Fix-non-functional-mic-on-ASUS-M5602RA.patch + patches.suse/net-can-j1939-enhanced-error-handling-for-tightly-re.patch + patches.suse/net-can-j1939-Initialize-unused-data-in-j1939_send_o.patch + patches.suse/net-can-j1939-recover-socket-queue-on-CAN-bus-error-.patch + patches.suse/can-kvaser_usb-fix-return-value-for-hif_usb_send_reg.patch + patches.suse/can-mcp251xfd-fix-infinite-loop-when-xmit-fails.patch + patches.suse/batman-adv-Don-t-accept-TT-entries-for-out-of-spec-V.patch + patches.suse/net-phy-micrel-add-Microchip-KSZ-9477-to-the-device-.patch + patches.suse/net-usb-ax88179_178a-improve-link-status-logs.patch + patches.suse/net-usb-qmi_wwan-add-Telit-FN912-compositions.patch + patches.suse/tracing-net_sched-NULL-pointer-dereference-in-perf_trace_qdisc_reset.patch + patches.suse/msft-hv-3022-net-mana-Fix-possible-double-free-in-error-handling-.patch + patches.suse/drm-fbdev-dma-Only-set-smem_start-is-enable-per-modu.patch + patches.suse/drm-panel-simple-Add-missing-display-timing-flags-fo.patch + patches.suse/drm-nouveau-dispnv04-fix-null-pointer-dereference-in.patch + patches.suse/drm-nouveau-dispnv04-fix-null-pointer-dereference-in-66edf3f.patch + patches.suse/drm-amdgpu-atomfirmware-fix-parsing-of-vram_info.patch + patches.suse/drm-amdgpu-Fix-pci-state-save-during-mode-1-reset.patch + patches.suse/drm-amd-display-Send-DP_TOTAL_LTTPR_CNT-during-detec.patch + patches.suse/drm-amdgpu-avoid-using-null-object-of-framebuffer.patch + patches.suse/drm-i915-gt-Fix-potential-UAF-by-revoke-of-fence-reg.patch + patches.suse/drm-drm_file-Fix-pid-refcounting-race.patch + patches.suse/gpio-pca953x-fix-pca953x_irq_bus_sync_unlock-race.patch + patches.suse/gpio-davinci-Validate-the-obtained-number-of-IRQs.patch + patches.suse/gpiolib-cdev-Disallow-reconfiguration-without-direct.patch + patches.suse/mmc-sdhci-pci-Convert-PCIBIOS_-return-codes-to-errno.patch + patches.suse/mmc-sdhci-brcmstb-check-R1_STATUS-for-erase-trim-dis.patch + patches.suse/mmc-sdhci-Do-not-invert-write-protect-twice.patch + patches.suse/mmc-sdhci-Do-not-lock-spinlock-around-mmc_gpio_get_r.patch + patches.suse/platform-x86-wireless-hotkey-Add-support-for-LG-Airp.patch + patches.suse/platform-x86-lg-laptop-Remove-LGEX0815-hotkey-handli.patch + patches.suse/platform-x86-lg-laptop-Change-ACPI-device-id.patch + 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/PCI-MSI-Fix-UAF-in-msi_capability_init.patch + patches.suse/usb-gadget-printer-SS-support.patch + patches.suse/usb-gadget-printer-fix-races-against-disable.patch + patches.suse/usb-atm-cxacru-fix-endpoint-checking-in-cxacru_bind.patch + patches.suse/usb-ucsi-stm32-fix-command-completion-handling.patch + patches.suse/usb-musb-da8xx-fix-a-resource-leak-in-probe.patch + patches.suse/usb-typec-ucsi-glink-fix-child-node-release-in-probe.patch + patches.suse/usb-dwc3-core-remove-lock-of-otg-mode-during-gadget-.patch + patches.suse/usb-gadget-aspeed_udc-fix-device-address-configurati.patch + patches.suse/usb-dwc3-core-Workaround-for-CSR-read-timeout.patch + patches.suse/tty-mcf-MCF54418-has-10-UARTS.patch + patches.suse/Revert-serial-core-only-stop-transmit-when-HW-fifo-i.patch + patches.suse/serial-core-introduce-uart_port_tx_limited_flags.patch + patches.suse/serial-bcm63xx-uart-fix-tx-after-conversion-to-uart_.patch + patches.suse/iio-xilinx-ams-Don-t-include-ams_ctrl_channels-in-sc.patch + patches.suse/iio-adc-ad7266-Fix-variable-checking-bug.patch + patches.suse/iio-accel-fxls8962af-select-IIO_BUFFER-IIO_KFIFO_BUF.patch + patches.suse/iio-chemical-bme680-Fix-pressure-value-output.patch + patches.suse/iio-chemical-bme680-Fix-calibration-data-variable.patch + patches.suse/iio-chemical-bme680-Fix-overflows-in-compensate-func.patch + patches.suse/iio-chemical-bme680-Fix-sensor-data-read-operation.patch + patches.suse/counter-ti-eqep-enable-clock-at-probe.patch + patches.suse/kbuild-Install-dtb-files-as-0644-in-Makefile.dtbinst.patch + patches.suse/kbuild-doc-Update-default-INSTALL_MOD_DIR-from-extra.patch + patches.suse/kbuild-Fix-build-target-deb-pkg-ln-failed-to-create-.patch + patches.suse/ata-libata-core-Fix-null-pointer-dereference-on-erro.patch + patches.suse/ata-scsi-libata-core-Do-not-leak-memory-for-ata_port.patch + patches.suse/ata-libata-core-Fix-double-free-on-error.patch + patches.suse/ata-ahci-Clean-up-sysfs-file-on-error.patch + patches.suse/mtd-rawnand-Ensure-ECC-configuration-is-propagated-t.patch + patches.suse/mtd-rawnand-Fix-the-nand_read_data_op-early-check.patch + patches.suse/mtd-rawnand-Bypass-a-couple-of-sanity-checks-during-.patch + patches.suse/mtd-rawnand-rockchip-ensure-NVDDR-timings-are-reject.patch + patches.suse/arm64-dts-rockchip-Fix-the-DCDC_REG2-minimum-voltage-on-Quartz64-Model-B.patch + patches.suse/arm64-dts-rockchip-Fix-SD-NAND-and-eMMC-init-on-rk3308-rock-pi-s.patch + patches.suse/arm64-dts-rockchip-Rename-LED-related-pinctrl-nodes-on-rk3308-rock-pi-s.patch + patches.suse/arm64-dts-rockchip-Fix-the-value-of-dlg-jack-det-rate-mismatch-on-rk3399-gru.patch + patches.suse/arm64-dts-rockchip-fix-PMIC-interrupt-pin-on-ROCK-Pi-E.patch + patches.suse/arm64-dts-rockchip-Add-sound-dai-cells-for-RK3368.patch + patches.suse/erofs-ensure-m_llen-is-reset-to-0-if-metadata-is-invalid.patch + patches.suse/mm-Avoid-overflows-in-dirty-throttling-logic.patch + patches.suse/nilfs2-fix-inode-number-range-checks.patch + patches.suse/nilfs2-add-missing-check-for-inode-numbers-on-direct.patch + patches.suse/nilfs2-fix-incorrect-inode-allocation-from-reserved-inodes.patch + patches.suse/platform-x86-toshiba_acpi-Fix-quickstart-quirk-handl.patch + patches.suse/wifi-cfg80211-restrict-NL80211_ATTR_TXQ_QUANTUM-valu.patch + patches.suse/wifi-mac80211-disable-softirqs-for-queued-frame-hand.patch + patches.suse/net-phy-phy_device-Fix-PHY-LED-blinking-code-comment.patch + 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/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 + patches.suse/Bluetooth-hci_core-cancel-all-works-upon-hci_unregis.patch + patches.suse/Bluetooth-btnxpuart-Enable-Power-Save-feature-on-sta.patch + patches.suse/Bluetooth-Ignore-too-large-handle-values-in-BIG.patch + patches.suse/Bluetooth-ISO-Check-socket-flag-instead-of-hcon.patch + patches.suse/bluetooth-hci-disallow-setting-handle-bigger-than-HC.patch + patches.suse/can-kvaser_usb-Explicitly-initialize-family-in-leafi.patch + patches.suse/bonding-Fix-out-of-bounds-read-in-bond_option_arp_ip.patch + patches.suse/selftests-fix-OOM-in-msg_zerocopy-selftest.patch + patches.suse/selftests-make-order-checking-verbose-in-msg_zerocop.patch + patches.suse/wifi-mac80211-fix-BSS_CHANGED_UNSOL_BCAST_PROBE_RESP.patch + patches.suse/wifi-wilc1000-fix-ies_len-type-in-connect-path.patch + patches.suse/wifi-iwlwifi-properly-set-WIPHY_FLAG_SUPPORTS_EXT_KE.patch + patches.suse/wifi-iwlwifi-mvm-don-t-wake-up-rx_sync_waitq-upon-RF.patch + patches.suse/drm-nouveau-fix-null-pointer-dereference-in-nouveau_.patch + patches.suse/drm-panel-orientation-quirks-Add-quirk-for-Valve-Gal.patch + patches.suse/drm-fbdev-generic-Fix-framebuffer-on-big-endian-devi.patch + patches.suse/drm-ttm-Always-take-the-bo-delayed-cleanup-path-for-.patch + patches.suse/drm-amd-display-Add-refresh-rate-range-check.patch + patches.suse/drm-amd-display-Account-for-cursor-prefetch-BW-in-DM.patch + patches.suse/drm-amd-display-Fix-refresh-rate-range-for-some-pane.patch + patches.suse/drm-amd-display-Update-efficiency-bandwidth-for-dcn3.patch + patches.suse/drm-amd-display-Fix-array-index-out-of-bounds-in-dml.patch + patches.suse/drm-radeon-check-bo_va-bo-is-non-NULL-before-using-i.patch + patches.suse/drm-amdgpu-atomfirmware-silence-UBSAN-warning.patch + patches.suse/i2c-pnx-Fix-potential-deadlock-warning-from-del_time.patch + patches.suse/powerpc-pseries-Fix-scv-instruction-crash-with-kexec.patch + patches.suse/clk-mediatek-mt8183-Only-enable-runtime-PM-on-mt8183.patch + patches.suse/clk-qcom-gcc-sm6350-Fix-gpll6-gpll7-parents.patch + patches.suse/clk-qcom-clk-alpha-pll-set-ALPHA_EN-bit-for-Stromer-.patch + 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/filelock-fix-potential-use-after-free-in-posix_lock_inode.patch + patches.suse/hfsplus-fix-uninit-value-in-copy_name.patch + patches.suse/net-phy-microchip-lan87xx-reinit-PHY-after-cable-tes.patch + patches.suse/spi-imx-Don-t-expect-DMA-for-i.MX-25-35-50-51-53-csp.patch + patches.suse/spi-mux-set-ctlr-bits_per_word_mask.patch + patches.suse/ALSA-hda-realtek-add-quirk-for-Clevo-V5-46-0TU.patch + patches.suse/ALSA-hda-cs35l41-Fix-swapped-l-r-audio-channels-for-.patch + patches.suse/ALSA-hda-realtek-Limit-mic-boost-on-VAIO-PRO-PX.patch + patches.suse/ALSA-hda-realtek-Enable-Mute-LED-on-HP-250-G7.patch + patches.suse/firmware-cs_dsp-Fix-overflow-checking-of-wmfw-header.patch + patches.suse/firmware-cs_dsp-Return-error-if-block-header-overflo.patch + patches.suse/firmware-cs_dsp-Validate-payload-length-before-proce.patch + patches.suse/firmware-cs_dsp-Prevent-buffer-overrun-when-processi.patch + patches.suse/ASoC-SOF-Intel-hda-fix-null-deref-on-system-suspend-.patch + patches.suse/ASoC-rt711-sdw-add-missing-readable-registers.patch + patches.suse/ASoC-SOF-Intel-hda-pcm-Limit-the-maximum-number-of-p.patch + patches.suse/firmware-cs_dsp-Use-strnlen-on-name-fields-in-V1-wmf.patch + patches.suse/USB-serial-option-add-Telit-FN912-rmnet-compositions.patch + patches.suse/USB-serial-option-add-Fibocom-FM350-GL.patch + patches.suse/USB-serial-option-add-Telit-generic-core-dump-compos.patch + patches.suse/xhci-always-resume-roothubs-if-xHC-was-reset-during-.patch + patches.suse/USB-core-Fix-duplicate-endpoint-bug-by-clearing-rese.patch + patches.suse/USB-Add-USB_QUIRK_NO_SET_INTF-quirk-for-START-BP-850.patch + patches.suse/usb-dwc3-pci-add-support-for-the-Intel-Panther-Lake.patch + patches.suse/usb-gadget-configfs-Prevent-OOB-read-write-in-usb_st.patch + patches.suse/USB-serial-option-add-Netprisma-LCUK54-series-module.patch + patches.suse/USB-serial-option-add-support-for-Foxconn-T99W651.patch + patches.suse/USB-serial-option-add-Rolling-RW350-GL-variants.patch + patches.suse/USB-serial-mos7840-fix-crash-on-resume.patch + patches.suse/misc-fastrpc-Fix-DSP-capabilities-request.patch + patches.suse/misc-fastrpc-Copy-the-complete-capability-structure-.patch + patches.suse/misc-fastrpc-Avoid-updating-PD-type-for-capability-r.patch + patches.suse/misc-fastrpc-Fix-memory-leak-in-audio-daemon-attach-.patch + patches.suse/misc-fastrpc-Fix-ownership-reassignment-of-remote-he.patch + patches.suse/misc-fastrpc-Restrict-untrusted-app-to-attach-to-pri.patch + patches.suse/hpet-Support-32-bit-userspace.patch + patches.suse/libceph-fix-race-between-delayed_work-and-ceph_monc_s.patch + patches.suse/i40e-fix-remove-needless-retries-of-NVM-update.patch + patches.suse/i2c-testunit-correct-Kconfig-description.patch + patches.suse/i2c-mark-HostNotify-target-address-as-used.patch + patches.suse/i2c-testunit-avoid-re-issued-work-after-read-message.patch + patches.suse/i2c-rcar-bring-hardware-to-known-state-when-probing.patch + patches.suse/x86-bhi-Avoid-warning-in-DB-handler-due-to-BHI-mitigation + patches.suse/drm-meson-fix-canvas-release-in-bind-function.patch + patches.suse/drm-gma500-fix-null-pointer-dereference-in-psb_intel.patch + patches.suse/drm-gma500-fix-null-pointer-dereference-in-cdv_intel.patch + patches.suse/hfsplus-fix-to-avoid-false-alarm-of-circular-locking.patch + patches.suse/fuse-verify-g-u-id-mount-options-correctly.patch + patches.suse/tools-memory-model-Fix-bug-in-lock.cat.patch + patches.suse/char-tpm-Fix-possible-memory-leak-in-tpm_bios_measur.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-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 + 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/x86-kconfig-Add-as-instr64-macro-to-properly-evaluate-AS_WRUSS + 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-pdr-protect-locator_addr-with-the-main-mute.patch + patches.suse/soc-qcom-pdr-fix-parsing-of-domains-lists.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 + patches.suse/firmware-turris-mox-rwtm-Fix-checking-return-value-o.patch + patches.suse/firmware-turris-mox-rwtm-Initialize-completion-befor.patch + patches.suse/arm64-dts-rockchip-Add-sdmmc-related-properties-on-rk3308-rock-pi-s.patch + patches.suse/arm64-dts-rockchip-Add-pinctrl-for-UART0-to-rk3308-rock-pi-s.patch + patches.suse/arm64-dts-rockchip-Add-mdio-and-ethernet-phy-nodes-to-rk3308-rock-pi-s.patch + patches.suse/arm64-dts-rockchip-Update-WIFi-BT-related-nodes-on-rk3308-rock-pi-s.patch + patches.suse/arm64-dts-rockchip-Increase-VOP-clk-rate-on-RK3328.patch + patches.suse/arm64-dts-rockchip-Drop-invalid-mic-in-differential-on-rk3568-rock-3a.patch + patches.suse/arm64-dts-rockchip-Fix-mic-in-differential-usage-on-rk3566-roc-pc.patch + patches.suse/arm64-dts-rockchip-Fix-mic-in-differential-usage-on-rk3568-evb1-v10.patch + patches.suse/arm64-dts-rockchip-Add-missing-power-domains-for-rk356x-vop_mmu.patch + patches.suse/vmlinux.lds.h-catch-.bss.L-sections-into-BSS.patch + patches.suse/cpufreq-amd-pstate-Fix-the-scaling_max_freq-setting-.patch + patches.suse/cpufreq-ti-cpufreq-Handle-deferred-probe-with-dev_er.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 + 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-mac80211-cancel-multi-link-reconf-work-on-disco.patch + patches.suse/wifi-mac80211-reset-negotiated-TTLM-on-disconnect.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-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 + patches.suse/wifi-ath11k-restore-country-code-during-resume.patch + patches.suse/wifi-ath12k-change-DMA-direction-while-mapping-reinj.patch + patches.suse/wifi-ath12k-fix-invalid-memory-access-while-processi.patch + patches.suse/wifi-ath12k-fix-firmware-crash-during-reo-reinject.patch + patches.suse/wifi-ath11k-fix-wrong-definition-of-CE-ring-s-base-a.patch + patches.suse/wifi-ath12k-fix-wrong-definition-of-CE-ring-s-base-a.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-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-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-rtw89-8852b-fix-definition-of-KIP-register-numb.patch + patches.suse/wifi-rtl8xxxu-8188f-Limit-TX-power-index.patch + patches.suse/wifi-rtw89-Fix-array-index-mistake-in-rtw89_sta_info.patch + patches.suse/Bluetooth-hci_bcm4377-Use-correct-unit-for-timeouts.patch + patches.suse/Bluetooth-btintel-Refactor-btintel_set_ppag.patch + patches.suse/Bluetooth-btnxpuart-Add-handling-for-boot-signature-.patch + patches.suse/Bluetooth-hci_event-Set-QoS-encryption-from-BIGInfo-.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/ata-libata-scsi-Fix-offsets-for-the-fixed-format-sen.patch + patches.suse/ipmi-ssif_bmc-prevent-integer-overflow-on-32bit-syst.patch + patches.suse/mfd-pm8008-Fix-regmap-irq-chip-initialisation.patch + 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-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 + patches.suse/leds-flash-leds-qcom-flash-Test-the-correct-variable.patch + patches.suse/media-pci-ivtv-Add-check-for-DMA-map-result.patch + patches.suse/media-dvb-usb-Fix-unexpected-infinite-loop-in-dvb_us.patch + patches.suse/media-imon-Fix-race-getting-ictx-lock.patch + patches.suse/media-i2c-Fix-imx412-exposure-control.patch + patches.suse/media-v4l-async-Fix-NULL-pointer-dereference-in-addi.patch + patches.suse/saa7134-Unchecked-i2c_transfer-function-result-fixed.patch + patches.suse/media-uvcvideo-Fix-integer-overflow-calculating-time.patch + patches.suse/media-uvcvideo-Override-default-flags.patch + patches.suse/media-imx-jpeg-Remove-some-redundant-error-logs.patch + patches.suse/media-imx-jpeg-Drop-initial-source-change-event-if-c.patch + patches.suse/media-rcar-vin-Fix-YUYV8_1X16-handling-for-CSI-2.patch + patches.suse/media-renesas-vsp1-Fix-_irqsave-and-_irq-mix.patch + 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-venus-flush-all-buffers-in-output-plane-stream.patch + patches.suse/media-venus-fix-use-after-free-in-vdec_close.patch + patches.suse/drm-amdgpu-Fix-signedness-bug-in-sdma_v4_0_process_t.patch + patches.suse/drm-amdkfd-Fix-CU-Masking-for-GFX-9.4.3.patch + patches.suse/drm-amd-pm-remove-logically-dead-code-for-renoir.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-amdgpu-Remove-GC-HW-IP-9.3.0-from-noretry-1.patch + patches.suse/drm-amd-display-Move-struct-scaler_data-off-stack.patch + patches.suse/drm-rockchip-vop2-Fix-the-port-mux-of-VP2.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 + patches.suse/drm-mipi-dsi-Fix-theoretical-int-overflow-in-mipi_ds-24acbcc.patch + patches.suse/drm-mgag200-Set-DDC-timeout-in-milliseconds.patch + patches.suse/drm-mgag200-Bind-I2C-lifetime-to-DRM-device.patch + patches.suse/drm-panel-himax-hx8394-Handle-errors-from-mipi_dsi_d.patch + patches.suse/drm-panel-boe-tv101wum-nl6-If-prepare-fails-disable-.patch + patches.suse/drm-panel-boe-tv101wum-nl6-Check-for-errors-on-the-N.patch + patches.suse/drm-panel-ilitek-ili9882t-If-prepare-fails-disable-G.patch + 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-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-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 + patches.suse/drm-mediatek-Add-missing-plane-settings-when-async-u.patch + patches.suse/drm-mediatek-Use-8-bit-alpha-in-ETHDR.patch + patches.suse/drm-mediatek-Fix-XRGB-setting-error-in-OVL.patch + patches.suse/drm-mediatek-Fix-XRGB-setting-error-in-Mixer.patch + patches.suse/drm-mediatek-Fix-destination-alpha-error-in-OVL.patch + patches.suse/drm-mediatek-Turn-off-the-layers-with-zero-width-or-.patch + patches.suse/drm-mediatek-Add-OVL-compatible-name-for-MT8195.patch + patches.suse/drm-mediatek-Add-DRM_MODE_ROTATE_0-to-rotation-prope.patch + patches.suse/drm-mediatek-Set-DRM-mode-configs-accordingly.patch + patches.suse/drm-mediatek-Support-RGBA8888-and-RGBX8888-in-OVL-on.patch + patches.suse/drm-mediatek-Support-DRM-plane-alpha-in-OVL.patch + patches.suse/drm-mediatek-Support-DRM-plane-alpha-in-Mixer.patch + 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-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 + patches.suse/drm-msm-dpu-fix-encoder-irq-wait-skip.patch + patches.suse/drm-msm-dsi-set-VIDEO_COMPRESSION_MODE_CTRL_WC.patch + 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/x86-shstk-Make-return-uprobe-work-with-shadow-stack + patches.suse/docs-crypto-async-tx-api-fix-broken-code-example.patch + patches.suse/nfs-Drop-pointless-check-from-nfs_commit_release_pag.patch + patches.suse/nfs-Properly-initialize-server-writeback.patch + patches.suse/nfs-Block-on-write-congestion.patch + patches.suse/hwrng-amd-Convert-PCIBIOS_-return-codes-to-errnos.patch + patches.suse/crypto-ecdsa-Fix-the-public-key-format-description.patch + patches.suse/crypto-ccp-Fix-null-pointer-dereference-in-__sev_snp.patch + 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/ALSA-hda-realtek-Enable-headset-mic-on-Positivo-SU-C.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-amd-Adjust-error-handling-in-case-of-absent-cod.patch + patches.suse/ASoC-fsl-fsl_qmc_audio-Check-devm_kasprintf-returned.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/Revert-usb-musb-da8xx-Set-phy-in-OTG-mode-by-default.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/interconnect-qcom-qcm2290-Fix-mas_snoc_bimc-RPM-mast.patch + patches.suse/Input-qt1050-handle-CHIP_ID-reading-error.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-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-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-qcom-ep-Disable-resources-unconditionally-during.patch + patches.suse/PCI-rcar-Demote-WARN-to-dev_warn_ratelimited-in-rcar.patch + patches.suse/PCI-rockchip-Use-GPIOD_OUT_LOW-flag-while-requesting.patch + patches.suse/PCI-dw-rockchip-Fix-initial-PERST-GPIO-value.patch + patches.suse/PCI-tegra194-Set-EP-alignment-restriction-for-inboun.patch + patches.suse/PCI-vmd-Create-domain-symlink-before-pci_bus_add_dev.patch + patches.suse/powerpc-rtas-Prevent-Spectre-v1-gadget-construction-.patch + 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/pinctrl-rockchip-update-rk3308-iomux-routes.patch + patches.suse/pinctrl-core-fix-possible-memory-leak-when-pinctrl_e.patch + patches.suse/pinctrl-single-fix-possible-memory-leak-when-pinctrl.patch + patches.suse/pinctrl-ti-ti-iodelay-fix-possible-memory-leak-when-.patch + patches.suse/pinctrl-freescale-mxs-Fix-refcount-of-child.patch + patches.suse/pinctrl-renesas-r8a779g0-Fix-CANFD5-suffix.patch + patches.suse/pinctrl-renesas-r8a779g0-Fix-FXR_TXEN-AB-suffixes.patch + patches.suse/pinctrl-renesas-r8a779g0-Fix-H-SCIF1-suffixes.patch + patches.suse/pinctrl-renesas-r8a779g0-Fix-H-SCIF3-suffixes.patch + patches.suse/pinctrl-renesas-r8a779g0-Fix-IRQ-suffixes.patch + patches.suse/pinctrl-renesas-r8a779g0-FIX-PWM-suffixes.patch + patches.suse/pinctrl-renesas-r8a779g0-Fix-TCLK-suffixes.patch + patches.suse/pinctrl-renesas-r8a779g0-Fix-TPU-suffixes.patch + patches.suse/rtc-isl1208-Fix-return-value-of-nvmem-callbacks.patch + patches.suse/rtc-cmos-Fix-return-value-of-nvmem-callbacks.patch + patches.suse/rtc-abx80x-Fix-return-value-of-nvmem-callback-on-rea.patch + patches.suse/rtc-interface-Add-RTC-offset-to-alarm-after-fix-up.patch + patches.suse/checkpatch-really-skip-LONG_LINE_-when-LONG_LINE-is-.patch + patches.suse/nilfs2-avoid-undefined-behavior-in-nilfs_cnt32_ge-ma.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/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 + patches.suse/remoteproc-k3-r5-Fix-IPC-only-mode-detection.patch + patches.suse/remoteproc-stm32_rproc-Fix-mailbox-interrupts-queuin.patch + patches.suse/kbuild-avoid-build-error-when-single-DTB-is-turned-i.patch + patches.suse/jfs-Fix-array-index-out-of-bounds-in-diFree.patch + patches.suse/jfs-don-t-walk-off-the-end-of-ealist.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/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 + patches.suse/watchdog-rzn1-Convert-comma-to-semicolon.patch + 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/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/ceph-fix-incorrect-kmalloc-size-of-pagevec-mempool.patch + patches.suse/drm-i915-dp-Don-t-switch-the-LTTPR-mode-on-an-active.patch + patches.suse/drm-i915-gt-Do-not-consider-preemption-during-execli.patch + patches.suse/drm-amd-amdgpu-Fix-uninitialized-variable-warnings.patch + patches.suse/ALSA-usb-audio-Fix-microphone-sound-on-HD-webcam.patch + patches.suse/ALSA-usb-audio-Move-HD-Webcam-quirk-to-the-right-pla.patch + patches.suse/ALSA-usb-audio-Add-a-quirk-for-Sonix-HD-USB-Camera.patch + patches.suse/ALSA-ump-Don-t-update-FB-name-for-static-blocks.patch + patches.suse/ALSA-ump-Force-1-Group-for-MIDI1-FBs.patch + patches.suse/ALSA-hda-realtek-cs35l41-Fixup-remaining-asus-strix-.patch + patches.suse/ASoC-SOF-imx8m-Fix-DSP-control-regmap-retrieval.patch + patches.suse/ASoC-sof-amd-fix-for-firmware-reload-failure-in-Vang.patch + patches.suse/ASoC-Intel-use-soc_intel_is_byt_cr-only-when-IOSF_MB.patch + patches.suse/ASoC-TAS2781-Fix-tasdev_load_calibrated_data.patch + patches.suse/ASoC-SOF-ipc4-topology-Preserve-the-DMA-Link-ID-for-.patch + patches.suse/ASoC-amd-yc-Support-mic-on-Lenovo-Thinkpad-E16-Gen-2.patch + patches.suse/auxdisplay-ht16k33-Drop-reference-after-LED-registra.patch + patches.suse/decompress_bunzip2-fix-rare-decompression-failure.patch + patches.suse/clk-davinci-da8xx-cfgchip-Initialize-clk_init_data-b.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 + patches.suse/spi-microchip-core-ensure-TX-and-RX-FIFOs-are-empty-.patch + patches.suse/spi-spidev-add-correct-compatible-for-Rohm-BH2228FV.patch + patches.suse/HID-wacom-Modify-pen-IDs.patch + + # ras/ras edac-for-next + patches.suse/RAS-AMD-FMPM-Fix-build-when-debugfs-is-not-enabled.patch ######################################################## # end of sorted patches @@ -20107,14 +25186,15 @@ patches.suse/firmware-qemu_fw_cfg-Do-not-hard-depend-on-CONFIG_HA.patch patches.suse/scsi-target-iscsi-handle-SCSI-immediate-commands.patch patches.suse/scsi-target-iscsi-don-t-warn-of-R-W-when-no-data.patch - patches.suse/bus-mhi-host-add-mhi_power_down_no_destroy.patch - patches.suse/net-qrtr-support-suspend-hibernation.patch - patches.suse/wifi-ath11k-support-hibernation.patch patches.suse/kdump-add-crashkernel-cma-suffix.patch patches.suse/kdump-implement-reserve_crashkernel_cma.patch patches.suse/kdump-x86-implement-crashkernel-cma-reservation.patch patches.suse/kdump-crashkernel-cma-update-Documentation.patch 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/ALSA-hda-generic-Add-a-helper-to-mute-speakers-at-su.patch + patches.suse/ALSA-hda-conexant-Mute-speakers-at-suspend-shutdown.patch ######################################################## # kbuild/module infrastructure fixes @@ -20160,7 +25240,6 @@ ######################################################## # s390x - patches.suse/s390-Once-the-discipline-is-associated-with-the-device-de.patch # ppc64 patches.suse/powerpc-tm-Flip-the-HTM-switch-default-to-disabled.patch @@ -20205,7 +25284,6 @@ patches.suse/vfs-add-super_operations-get_inode_dev patches.suse/unsupported-features.patch patches.suse/procfs-add-tunable-for-fd-fdinfo-dentry-retention.patch - patches.suse/readahead-Avoid-multiple-marked-readahead-pages.patch # btrfs patches.suse/btrfs-provide-super_operations-get_inode_dev @@ -20236,6 +25314,9 @@ patches.suse/nfs-access-cache-no-negative.patch patches.suse/NFS-Handle-missing-attributes-in-OPEN-reply.patch patches.suse/NFS-Fix-data-corruption-caused-by-congestion.patch + patches.suse/nfs-Bump-default-write-congestion-size.patch + patches.suse/SUNRPC-avoid-soft-lockup-when-transmitting-UDP-to-re.patch + patches.suse/nfs-serialize-opens.patch # other @@ -20246,8 +25327,6 @@ patches.suse/dm-mpath-no-partitions-feature patches.suse/md-display-timeout-error.patch patches.suse/blk-wbt-Fix-detection-of-dirty-throttled-tasks.patch -+hmzhao patches.suse/md-bitmap-don-t-use-index-for-pages-backing-the-bitm-d703.patch - patches.suse/raid1-fix-use-after-free-for-original-bio-in-raid1_w.patch ######################################################## # Networking core @@ -20306,12 +25385,15 @@ patches.suse/crypto-ecdh-implement-FIPS-PCT.patch patches.suse/crypto-dh-implement-FIPS-PCT.patch patches.suse/crypto-seqiv-flag-instantiations-as-fips-compliant.patch + patches.suse/crypto-ecdh-make-ecdh_compute_value-to-zeroize-the-p.patch + patches.suse/crypto-ecdsa-make-ecdsa_ecc_ctx_deinit-to-zeroize-th.patch # NIAP PP_OS bsc#1177353, bsc#1179076, bsc#1213270 patches.suse/0001-X.509-Add-CodeSigning-extended-key-usage-parsing.patch patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch 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 # NVidia vGPU support patches.suse/Restore-kABI-for-NVidia-vGPU-driver.patch @@ -20344,6 +25426,8 @@ patches.suse/drm-vmwgfx-Avoid-NULL-ptr-deref-in-vmw_cmd_dx_define.patch patches.suse/drm-nouveau-blacklist-Turing-and-Ampere-models-as-default.patch patches.suse/0001-firmware-sysfb-Add-parameter-to-enable-sysfb-support.patch + patches.suse/drm-i915-lspcon-Separate-function-to-set-expected-mo.patch + patches.suse/drm-i915-lspcon-Separate-lspcon-probe-and-lspcon-ini.patch ######################################################## # Storage @@ -20358,8 +25442,6 @@ patches.suse/scsi-lpfc-update-the-obsolete-adapter-list.patch patches.suse/qla2xxx-add-debug-log-for-unmaintained-hw-detected.patch patches.suse/scsi-do-not-put-scsi_common-in-a-separate-module.patch - patches.suse/scsi-qedf-Don-t-process-stag-work-during-unload.patch - patches.suse/scsi-qedf-Wait-for-stag-work-during-unload.patch # CD-ROM patches.suse/scsi-blacklist-add-VMware-ESXi-cdrom-broken-tray-emu.patch @@ -20387,6 +25469,10 @@ # bsc#1184485, bsc#1216776 patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch + # bsc#1223575 + patches.suse/dm-multipath-dont-attempt-SG_IO-on-non-SCSI-disks-.patch + + patches.kabi/io_uring-kabi-cookie-remove.patch ######################################################## # Networking drivers (wired) @@ -20396,6 +25482,7 @@ patches.suse/bsc1170284-ixgbe_dont_check_firmware_errors.patch patches.suse/s390-Fix-mlx5-RoCE-throuput-degradtion.patch patches.suse/staging-qlge-devlink-use-retained-error-fmsg-API.patch + patches.suse/0001-idpf-extend-tx-watchdog-timeout.patch ######################################################## # Wireless networking drivers @@ -20428,6 +25515,7 @@ # Tracing patches.suse/0003-Add-external-no-support-as-bad-taint-module.patch + patches.suse/kprobes-Fix-double-free-of-kretprobe_holder.patch # printk patches.suse/vsprintf-kallsyms-Prevent-invalid-data-when-printing.patch @@ -20503,6 +25591,34 @@ patches.kabi/stmmac-preserve-KABI-in-stmmac_txq_cfg.patch patches.kabi/SUNRPC-Fix-RPC-client-cleaned-up-the-freed-pipefs-de.patch patches.kabi/pNFS-Fix-the-pnfs-block-driver-s-calculation-of-layo.patch + patches.kabi/mm_init-kabi-workaround.patch + patches.kabi/md-md_personality-workaround.patch + patches.kabi/kABI-Adjust-trace_iterator.wait_index.patch + patches.kabi/bpf-xsk_buff_pool-kABI-workaround.patch + patches.kabi/cec_adapter-kabi-workaround.patch + patches.kabi/of-kabi-workaround.patch + patches.kabi/dmaengine-idxd-add-a-new-security-check.patch + patches.kabi/cs35l56-kabi-workaround.patch + patches.kabi/KVM-x86-Snapshot-if-a-vCPU-s-vendor-model-is-AMD-vs..patch + patches.kabi/perf-x86-intel-Expose-existence-of-callback-support-.patch + patches.kabi/idxd_evl-kabi-workaround.patch + patches.kabi/KVM-x86-pmu-Allow-programming-events-that-match-unsu.patch + 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-preserve-ring_sock-in-ctx.patch + patches.kabi/io_uring-preserve-io_buffer_list-in-ctx.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 + patches.kabi/fpga-kABI-workaround.patch + patches.kabi/acpi_ec-kabi-workaround.patch + patches.kabi/KVM-x86-pmu-Prioritize-VMX-interception-over-GP-on-R.patch + patches.kabi/msft-hv-2977-Drivers-hv-vmbus-Track-decrypted-status-in-vmbus_gpa.patch + patches.kabi/wireless-kabi-workaround.patch + patches.kabi/kabi-Use-__iowriteXX_copy_inlined-for-in-kernel-modu.patch + patches.kabi/tty-add-the-option-to-have-a-tty-reject-a-new-ldisc.patch + patches.kabi/nfs-Block-on-write-congestion-kabi-fixup.patch ######################################################## # SLE15-SP3 OOT performance patches evaluated but left @@ -20512,255 +25628,137 @@ +mgorman patches.suse/sched-nohz-Avoid-disabling-the-tick-for-very-short-durations.patch ######################################################## - # Upstream patches preempt-rt needs to ease backporting - # - # The majority of these are related to serial console - # support. Ideally, these would be integrated into SLE - # once tested but it's late in the development cycle and - # other changes such as using correct types are missing. - ######################################################## - patches.suse/seqlock-latch-Provide-raw_read_seqcount_latch_retry.patch - patches.suse/time-sched_clock-Provide-sched_clock_noinstr.patch - patches.suse/arm64-io-Always-inline-all-of-__raw_-read-write-bwlq.patch - patches.suse/arm64-arch_timer-Provide-noinstr-sched_clock_read-functions.patch - patches.suse/s390-time-Provide-sched_clock_noinstr.patch - patches.suse/math64-Always-inline-u128-version-of-mul_u64_u64_shr.patch - patches.suse/x86-tsc-Provide-sched_clock_noinstr.patch - patches.suse/sched-clock-Provide-local_clock_noinstr.patch - patches.suse/cpuidle-Use-local_clock_noinstr.patch - patches.suse/lockdep-Add-lock_set_cmp_fn-annotation.patch - patches.suse/panic-hide-unused-global-functions.patch - patches.suse/serial-qcom_geni-Comment-use-of-devm_krealloc-rather-than-devm_krealloc_array.patch - patches.suse/tty-serial-fsl_lpuart-optimize-the-timer-based-EOP-logic.patch - patches.suse/serial-pl011-set-UART011_CR_RXE-in-pl011_set_termios-after-port-shutdown.patch - patches.suse/serial-8250-omap-Fix-imprecise-external-abort-for-omap_8250_pm.patch - patches.suse/serial-8250-omap-Fix-life-cycle-issues-for-interrupt-handlers.patch - patches.suse/serial-8250-omap-Shut-down-on-remove-for-console-uart.patch - patches.suse/serial-8250-Allow-using-ports-higher-than-SERIAL_8250_RUNTIME_UARTS.patch - patches.suse/serial-8250-Change-dl_read-write-to-handle-value-as-u32.patch - patches.suse/serial-8250-Document-uart_8250_port-s-dl_read-write.patch - patches.suse/serial-8250-Add-dl_read-write-bugs-and-mapsize-into-plat_serial8250_port.patch - patches.suse/serial-8250-RT288x-Au1xxx-code-away-from-core.patch - patches.suse/serial-8250_rt288x-Name-non-standard-divisor-latch-reg.patch - patches.suse/serial-8250_rt288x-Remove-unnecessary-UART_REG_UNMAPPED.patch - patches.suse/serial-Make-uart_remove_one_port-return-void.patch - patches.suse/serial-8250-lock-port-in-startup-callbacks.patch - patches.suse/serial-8250-lock-port-for-rx_dma-callback.patch - patches.suse/serial-8250-lock-port-for-omap8250_restore_regs.patch - patches.suse/serial-8250-synchronize-and-annotate-UART_IER-access.patch - patches.suse/serial-Switch-i2c-drivers-back-to-use-.probe.patch - patches.suse/tty-serial-fsl_lpuart-Check-the-return-value-of-dmaengine_tx_status.patch - patches.suse/serial-Indicate-fintek-option-may-also-be-required-for-RS232-support.patch - patches.suse/serial-8250-fsl-Expand-description-of-the-MPC83xx-UART-s-misbehaviour.patch - patches.suse/serial-8250-omap-Move-uart_write-inside-PM-section.patch - patches.suse/serial-8250-omap-convert-to-modern-PM-ops.patch - patches.suse/serial-core-Start-managing-serial-controllers-to-enable-runtime-PM.patch - patches.suse/serial-core-Don-t-drop-port_mutex-in-serial_core_remove_one_port.patch - patches.suse/serial-core-Fix-probing-serial_base_bus-devices.patch - patches.suse/serial-core-Fix-error-handling-for-serial_core_ctrl_device_add.patch - patches.suse/serial-8250_mtk-Simplify-clock-sequencing-and-runtime-PM.patch - patches.suse/serial-8250-Apply-FSL-workarounds-also-without-SERIAL_8250_CONSOLE.patch - patches.suse/tty-serial-samsung_tty-Use-abs-to-simplify-some-code.patch - patches.suse/tty-tty_io-update-timestamps-on-all-device-nodes.patch - patches.suse/tty_audit-use-TASK_COMM_LEN-for-task-comm.patch - patches.suse/tty_audit-use-kzalloc-in-tty_audit_buf_alloc.patch - patches.suse/tty_audit-invert-the-condition-in-tty_audit_log.patch - patches.suse/tty_audit-make-icanon-a-bool.patch - patches.suse/tty_audit-make-data-of-tty_audit_log-const.patch - patches.suse/kill-do_each_thread.patch - patches.suse/tty-make-check_tty_count-void.patch - patches.suse/serial-arc_uart-simplify-flags-handling-in-arc_serial_rx_chars.patch - patches.suse/serial-omap-serial-remove-flag-from-serial_omap_rdi.patch - patches.suse/serial-drivers-switch-ch-and-flag-to-u8.patch - patches.suse/serial-qcom-geni-use-icc-tag-defines.patch - patches.suse/tty-Explicitly-include-correct-DT-includes.patch - patches.suse/serial-tegra-Don-t-print-error-on-probe-deferral.patch - patches.suse/8250_men_mcb-Add-clockrate-speed-for-G215-F215-boards.patch - patches.suse/8250_men_mcb-Read-num-ports-from-register-data.patch - patches.suse/8250_men_mcb-Make-UART-config-auto-configurable.patch - patches.suse/tty-serial-meson-use-dev_err_probe.patch - patches.suse/tty-serial-meson-redesign-the-module-to-platform_driver.patch - patches.suse/tty-serial-meson-apply-ttyS-devname-instead-of-ttyAML-for-new-SoCs.patch - patches.suse/tty-serial-meson-introduce-separate-uart_data-for-S4-SoC-family.patch - patches.suse/tty-serial-meson-add-independent-uart_data-for-A1-SoC-family.patch - patches.suse/tty-serial-8250-Define-earlycon-for-mrvl-mmp-uart.patch - patches.suse/tty-serial-fsl_lpuart-move-the-lpuart32_int-below.patch - patches.suse/tty-serial-fsl_lpuart-add-IDLE-interrupt-support-for-rx_dma-on-imx7ulp-imx8ulp-imx8qxp.patch - patches.suse/serial-qcom-geni-clean-up-clock-rate-debug-printk.patch - patches.suse/serial-ar933x-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-bcm63xx-uart-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-clps711x-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-linflexuart-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-tegra-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-omap-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-fsl_lpuart-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-vt8500-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-mps2-uart-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-sprd-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-sccnxp-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-mvebu-uart-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-sifive-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-imx-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/serial-st-asc-Use-devm_platform_get_and_ioremap_resource.patch - patches.suse/8250_men_mcb-fix-error-handling-in-read_uarts_available_from_reg.patch - patches.suse/tty-serial-meson-refactor-objects-definition-for-different-devnames.patch - patches.suse/tty-serial-xilinx_uartps-Do-not-check-for-0-return-after-calling-platform_get_irq.patch - patches.suse/tty-serial-samsung-Set-missing-PM-ops-for-hibernation-support.patch - patches.suse/serial-sifive-Remove-redundant-of_match_ptr.patch - patches.suse/tty-change-tty_write_lock-s-ndelay-parameter-to-bool.patch - patches.suse/tty-don-t-pass-write-to-do_tty_write.patch - patches.suse/tty-rename-and-de-inline-do_tty_write.patch - patches.suse/tty-use-min-in-iterate_tty_write.patch - patches.suse/tty-use-ssize_t-for-iterate_tty_read-returned-type.patch - patches.suse/tty-switch-size-and-count-types-in-iterate_tty_read-to-size_t.patch - patches.suse/tty-use-min-for-size-computation-in-iterate_tty_read.patch - patches.suse/serial-stm32-avoid-clearing-DMAT-bit-during-transfer.patch - patches.suse/serial-stm32-use-DMAT-as-a-configuration-bit.patch - patches.suse/serial-stm32-modify-parameter-and-rename-stm32_usart_rx_dma_enabled.patch - patches.suse/serial-stm32-group-dma-pause-resume-error-handling-into-single-function.patch - patches.suse/serial-stm32-replace-access-to-DMAR-bit-by-dmaengine_pause-resume.patch - patches.suse/serial-stm32-synchronize-RX-DMA-channel-in-shutdown.patch - patches.suse/tty-serial-meson-Add-a-earlycon-for-the-T7-SoC.patch - patches.suse/serial-sifive-Add-suspend-and-resume-operations.patch - patches.suse/serial-8250_bcm7271-improve-bcm7271-8250-port.patch - patches.suse/Revert-tty-serial-meson-Add-a-earlycon-for-the-T7-SoC.patch - patches.suse/printk-Reduce-console_unblank-usage-in-unsafe-scenarios.patch - patches.suse/printk-Keep-non-panic-CPUs-out-of-console-lock.patch - patches.suse/printk-Do-not-take-console-lock-for-console_flush_on_panic.patch - patches.suse/printk-Consolidate-console-deferred-printing.patch - patches.suse/printk-Add-per-console-suspended-state.patch - patches.suse/printk-Rename-abandon_console_lock_in_panic-to-other_cpu_in_panic.patch - patches.suse/serial-core-Fix-checks-for-tx-runtime-PM-state.patch - patches.suse/tty-early-return-from-send_break-on-TTY_DRIVER_HARDWARE_BREAK.patch - patches.suse/tty-don-t-check-for-signal_pending-in-send_break.patch - patches.suse/tty-use-if-in-send_break-instead-of-goto.patch - patches.suse/serial-exar-Add-RS-485-support-for-Sealevel-XR17V35X-based-cards.patch - patches.suse/serial-core-Fix-runtime-PM-handling-for-pending-tx.patch - patches.suse/serial-Do-not-hold-the-port-lock-when-setting-rx-during-tx-GPIO.patch - patches.suse/serial-stm32-do-not-always-set-SER_RS485_RX_DURING_TX-if-RS485-is-enabled.patch - - ######################################################## - # preempt-rt backport v6.5-rc7-rt4 - # commit 698472ad9b305446b9cb07a0a56d9e28f525b557 + # 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 - # Superceded upstream both mainline and SLE - # patches.suse/sched-core-Provide-sched_rtmutex-and-expose-sched-work-helpers.patch - # patches.suse/locking-rtmutex-Submit-resume-work-explicitly-before-after-blocking.patch - # patches.suse/locking-rtmutex-Avoid-pointless-blk_flush_plug-invocations.patch - # patches.suse/locking-rtmutex-Add-a-lockdep-assert-to-catch-potential-nested-blocking.patch - # patches.suse/locking-rtmutex-Update-the-flush-I-O-on-schedule-series.patch - - # patches.suse/kernel-fork-beware-of-__put_task_struct-calling-context.patch - patches.suse/sched-avoid-false-lockdep-splat-in-put_task_struct.patch - patches.suse/signal-Add-proper-comment-about-the-preempt-disable-in-ptrace_stop.patch - patches.suse/signal-Don-t-disable-preemption-in-ptrace_stop-on-PREEMPT_RT.patch - patches.suse/ARM-vfp-Provide-vfp_lock-for-VFP-locking.patch - patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_sync_hwstate.patch - patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_entry.patch - # patches.suse/seqlock-Do-the-lockdep-annotation-before-locking-in-do_write_seqcount_begin_nested.patch + ######################################################## + # preempt-rt backport converged + # v6.5-rc7-rt4 698472ad9b305446b9cb07a0a56d9e28f525b557 + # v6.6.20-rt25 a27814b8cd8f89ad68e29d3d6f8f3b61c65aebf5 + # v6.10-rc3-rt5 5609c19bdd59699b6702276b4ca1edf03dc9e3db + ################################################# + # patches.suse/net-Use-backlog-NAPI-to-clean-up-the-defer_list.patch # v6.10-rc3-rt5 (Pending) patches.suse/net-Avoid-the-IPI-to-free-the.patch - patches.suse/x86-Allow-to-enable-RT.patch - patches.suse/x86-Enable-RT-also-on-32bit.patch - patches.suse/softirq-Use-a-dedicated-thread-for-timer-wakeups.patch - patches.suse/rcutorture-Also-force-sched-priority-to-timersd-on-boosting-test.patch - patches.suse/tick-Fix-timer-storm-since-introduction-of-timersd.patch - patches.suse/softirq-Wake-ktimers-thread-also-in-softirq.patch - patches.suse/zram-Replace-bit-spinlocks-with-spinlock_t-for-PREEMPT_RT.patch - patches.suse/preempt-Put-preempt_enable-within-an-instrumentation-section.patch - patches.suse/kdb-do-not-assume-write-callback-available.patch - # patches.suse/printk-Add-NMI-check-to-console_flush_on_panic-and-console_unblank.patch - # patches.suse/printk-Consolidate-console-deferred-printing.patch - # patches.suse/printk-Add-per-console-suspended-state.patch - # patches.suse/printk-Add-non-BKL-console-basic-infrastructure.patch - # patches.suse/printk-nobkl-Add-acquire-release-logic.patch - # patches.suse/printk-nobkl-Add-buffer-management.patch - # patches.suse/printk-nobkl-Add-sequence-handling.patch - # patches.suse/printk-nobkl-Add-print-state-functions.patch - # patches.suse/printk-nobkl-Add-emit-function-and-callback-functions-for-atomic-printing.patch - # patches.suse/printk-nobkl-Introduce-printer-threads.patch - # patches.suse/printk-nobkl-Add-printer-thread-wakeups.patch - # patches.suse/printk-nobkl-Add-write-context-storage-for-atomic-writes.patch - # patches.suse/printk-nobkl-Provide-functions-for-atomic-write-enforcement.patch - # patches.suse/printk-nobkl-Stop-threads-on-shutdown-reboot.patch - # patches.suse/tty-tty_io-Show-non-BKL-consoles-as-active.patch - # patches.suse/proc-consoles-Add-support-for-non-BKL-consoles.patch - # patches.suse/kernel-panic-Add-atomic-write-enforcement-to-warn-panic.patch - # patches.suse/rcu-Add-atomic-write-enforcement-for-rcu-stalls.patch - # patches.suse/printk-Perform-atomic-flush-in-console_flush_on_panic.patch - # patches.suse/printk-only-disable-if-actually-unregistered.patch - # patches.suse/printk-Add-threaded-printing-support-for-BKL-consoles.patch - # patches.suse/printk-replace-local_irq_save-with-local_lock-for-safe-mode.patch - # patches.suse/serial-8250-implement-non-BKL-console.patch - # patches.suse/printk-Check-only-for-migration-in-printk_deferred_.patch - patches.suse/drm-i915-Use-preempt_disable-enable_rt-where-recommended.patch - patches.suse/drm-i915-Don-t-disable-interrupts-on-PREEMPT_RT-during-atomic-updates.patch - patches.suse/drm-i915-Don-t-check-for-atomic-context-on-PREEMPT_RT.patch - patches.suse/drm-i915-Disable-tracing-points-on-PREEMPT_RT.patch - patches.suse/drm-i915-skip-DRM_I915_LOW_LEVEL_TRACEPOINTS-with-NOTRACE.patch - patches.suse/drm-i915-gt-Queue-and-wait-for-the-irq_work-item.patch - patches.suse/drm-i915-gt-Use-spin_lock_irq-instead-of-local_irq_disable-spin_lock.patch - patches.suse/drm-i915-Drop-the-irqs_disabled-check.patch - # patches.suse/drm-i915-Do-not-disable-preemption-for-resets.patch - patches.suse/Revert-drm-i915-Depend-on-PREEMPT_RT.patch - patches.suse/sched-Add-support-for-lazy-preemption.patch - patches.suse/x86-entry-Use-should_resched-in-idtentry_exit_cond_resched.patch - patches.suse/x86-Support-for-lazy-preemption.patch - patches.suse/entry-Fix-the-preempt-lazy-fallout.patch - patches.suse/arm-Add-support-for-lazy-preemption.patch - patches.suse/powerpc-Add-support-for-lazy-preemption.patch - patches.suse/arch-arm64-Add-lazy-preempt-support.patch - patches.suse/arm-Disable-jump-label-on-PREEMPT_RT.patch - patches.suse/ARM-enable-irq-in-translation-section-permission-fault-handlers.patch - patches.suse/tty-serial-omap-Make-the-locking-RT-aware.patch - patches.suse/tty-serial-pl011-Make-the-locking-work-on-RT.patch - patches.suse/ARM-Allow-to-enable-RT.patch - patches.suse/ARM64-Allow-to-enable-RT.patch - patches.suse/powerpc-traps-Use-PREEMPT_RT.patch - patches.suse/powerpc-pseries-iommu-Use-a-locallock-instead-local_irq_save.patch - # patches.suse/powerpc-imc-pmu-Use-the-correct-spinlock-initializer.patch - patches.suse/powerpc-pseries-Select-the-generic-memory-allocator.patch - patches.suse/powerpc-kvm-Disable-in-kernel-MPIC-emulation-for-PREEMPT_RT.patch - patches.suse/powerpc-stackprotector-work-around-stack-guard-init-from-atomic.patch - patches.suse/POWERPC-Allow-to-enable-RT.patch - patches.suse/sysfs-Add-sys-kernel-realtime-entry.patch - patches.suse/sched-rt-Don-t-try-push-tasks-if-there-are-none.patch - patches.suse/sched-core-Provide-a-method-to-check-if-a-task-is-PI-boosted.patch - patches.suse/softirq-Add-function-to-preempt-serving-softirqs.patch - patches.suse/time-Allow-to-preempt-after-a-callback.patch - patches.suse/x86-microcode-Remove-microcode_mutex.patch - patches.suse/ASoC-mediatek-mt8186-Remove-unused-mutex.patch - patches.suse/signal-Update-the-comment-ptrace_stop.patch - - ######################################################## - # preempt-rt backport v6.6.20-rt25 (partial, riscV) - # commit a27814b8cd8f89ad68e29d3d6f8f3b61c65aebf5 - ################################################# - - patches.suse/printk-Add-non-BKL-console-basic-infrastructure.patch - patches.suse/printk-nobkl-Add-acquire-release-logic.patch - patches.suse/printk-nobkl-Add-buffer-management.patch - patches.suse/printk-nobkl-Add-sequence-handling.patch - patches.suse/printk-nobkl-Add-print-state-functions.patch - patches.suse/printk-nobkl-Add-emit-function-and-callback-functions-for-atomic-printing.patch - patches.suse/printk-nobkl-Introduce-printer-threads.patch - patches.suse/printk-nobkl-Add-printer-thread-wakeups.patch - patches.suse/printk-nobkl-Add-write-context-storage-for-atomic-writes.patch - patches.suse/printk-nobkl-Provide-functions-for-atomic-write-enforcement.patch - patches.suse/printk-nobkl-Stop-threads-on-shutdown-reboot.patch - patches.suse/tty-tty_io-Show-non-BKL-consoles-as-active.patch - patches.suse/proc-consoles-Add-support-for-non-BKL-consoles.patch - patches.suse/kernel-panic-Add-atomic-write-enforcement-to-warn-panic.patch - patches.suse/rcu-Add-atomic-write-enforcement-for-rcu-stalls.patch - patches.suse/printk-Perform-atomic-flush-in-console_flush_on_panic.patch - patches.suse/printk-only-disable-if-actually-unregistered.patch - patches.suse/printk-Add-threaded-printing-support-for-BKL-consoles.patch - patches.suse/printk-replace-local_irq_save-with-local_lock-for-safe-mode.patch - patches.suse/serial-8250-implement-non-BKL-console.patch - patches.suse/printk-Update-the-printk-series.patch - patches.suse/printk-nbcon-move-locked_port-flag-to-struct-uart_port.patch - patches.suse/drm-i915-guc-Consider-also-RCU-depth-in-busy-loop.patch - patches.suse/usb-cdc-acm-return-correct-error-code-on-unsupported-break.patch + patches.suse/x86-Allow-to-enable-RT.patch # v6.5-rc7-rt4 + patches.suse/x86-Enable-RT-also-on-32bit.patch # v6.5-rc7-rt4 + patches.suse/sched-rt-Don-t-try-push-tasks-if-there-are-none.patch # v6.5-rc7-rt4 + patches.suse/softirq-Use-a-dedicated-thread-for-timer-wakeups.patch # v6.5-rc7-rt4 + patches.suse/rcutorture-Also-force-sched-priority-to-timersd-on-boosting-test.patch # v6.5-rc7-rt4 + patches.suse/tick-Fix-timer-storm-since-introduction-of-timersd.patch # v6.5-rc7-rt4 + patches.suse/softirq-Wake-ktimers-thread-also-in-softirq.patch # v6.5-rc7-rt4 + patches.suse/zram-Replace-bit-spinlocks-with-spinlock_t-for-PREEMPT_RT.patch # v6.5-rc7-rt4 + patches.suse/preempt-Put-preempt_enable-within-an-instrumentation-section.patch # v6.5-rc7-rt4 Superseded + patches.suse/sched-core-Provide-a-method-to-check-if-a-task-is-PI-boosted.patch # v6.10-rc3-rt5 + patches.suse/softirq-Add-function-to-preempt-serving-softirqs.patch # v6.10-rc3-rt5 + patches.suse/time-Allow-to-preempt-after-a-callback.patch # v6.10-rc3-rt5 + patches.suse/printk-Add-notation-to-console_srcu-locking.patch # v6.10-rc3-rt5 + patches.suse/printk-Properly-deal-with-nbcon-consoles-on-seq-init.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Remove-return-value-for-write_atomic.patch # v6.10-rc3-rt5 + patches.suse/printk-Check-printk_deferred_enter-_exit-usage.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Add-detailed-doc-for-write_atomic.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Add-callbacks-to-synchronize-with-driver.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Use-driver-synchronization-while-un-registering.patch # v6.10-rc3-rt5 + patches.suse/serial-core-Provide-low-level-functions-to-lock-port.patch # v6.10-rc3-rt5 + patches.suse/serial-core-Introduce-wrapper-to-set-uart_port-cons.patch # v6.10-rc3-rt5 + patches.suse/console-Improve-console_srcu_read_flags-comments.patch # v6.10-rc3-rt5 + patches.suse/nbcon-Provide-functions-for-drivers-to-acquire-console-for-non-printing.patch # v6.10-rc3-rt5 + patches.suse/serial-core-Implement-processing-in-port-lock-wrapper.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Do-not-rely-on-proxy-headers.patch # v6.10-rc3-rt5 + patches.suse/printk-Make-console_is_usable-available-to-nbcon.patch # v6.10-rc3-rt5 + patches.suse/printk-Let-console_is_usable-handle-nbcon.patch # v6.10-rc3-rt5 + patches.suse/printk-Add-flags-argument-for-console_is_usable.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Add-helper-to-assign-priority-based-on-CPU-state.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Provide-function-to-flush-using-write_atomic.patch # v6.10-rc3-rt5 + patches.suse/printk-Track-registered-boot-consoles.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Use-nbcon-consoles-in-console_flush_all.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Add-unsafe-flushing-on-panic.patch # v6.10-rc3-rt5 + patches.suse/printk-Avoid-console_lock-dance-if-no-legacy-or-boot-consoles.patch # v6.10-rc3-rt5 + patches.suse/printk-Track-nbcon-consoles.patch # v6.10-rc3-rt5 + patches.suse/printk-Coordinate-direct-printing-in-panic.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Implement-emergency-sections.patch # v6.10-rc3-rt5 + patches.suse/panic-Mark-emergency-section-in-warn.patch # v6.10-rc3-rt5 + patches.suse/panic-Mark-emergency-section-in-oops.patch # v6.10-rc3-rt5 + # 1fe7e4a07f9 rcu: Mark emergency sections in rcu stalls # v6.10-rc3-rt5 (Pending) + # 5100c8ada09 lockdep: Mark emergency sections in lockdep splats # v6.10-rc3-rt5 (Pending) + patches.suse/printk-nbcon-Introduce-printing-kthreads.patch # v6.10-rc3-rt5 + patches.suse/printk-Atomic-print-in-printk-context-on-shutdown.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Add-context-to-console_is_usable.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Add-printer-thread-wakeups.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Stop-threads-on-shutdown-reboot.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Start-printing-threads.patch # v6.10-rc3-rt5 + patches.suse/printk-Provide-helper-for-message-prepending.patch # v6.10-rc3-rt5 + patches.suse/printk-nbcon-Show-replay-message-on-takeover.patch # v6.10-rc3-rt5 + # 7d204c00aba proc: consoles: Add notation to c_start/c_stop # v6.10-rc3-rt5 (Pending) + # 4769cb3aecc proc: Add nbcon support for /proc/consoles # v6.10-rc3-rt5 (Pending) + # cedd0ae66bd tty: sysfs: Add nbcon support for 'active' # v6.10-rc3-rt5 (Pending) + patches.suse/printk-nbcon-Provide-function-to-reacquire-ownership.patch # v6.10-rc3-rt5 + # 769ed8a4203 serial: 8250: Switch to nbcon console # v6.10-rc3-rt5 (Pending) + # 75d744c2cc3 serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER() # v6.10-rc3-rt5 (Pending) + patches.suse/printk-Add-kthread-for-all-legacy-consoles.patch # v6.10-rc3-rt5 + patches.suse/printk-Provide-threadprintk-boot-argument.patch # v6.10-rc3-rt5 + patches.suse/printk-Avoid-false-positive-lockdep-report-for-legacy-printing.patch # v6.10-rc3-rt5 + patches.suse/drm-i915-Use-preempt_disable-enable_rt-where-recommended.patch # v6.5-rc4-rt4 + patches.suse/drm-i915-Don-t-disable-interrupts-on-PREEMPT_RT-during-atomic-updates.patch # v6.5-rc4-rt4 + patches.suse/drm-i915-Don-t-check-for-atomic-context-on-PREEMPT_RT.patch # v6.5-rc4-rt4 + patches.suse/drm-i915-Disable-tracing-points-on-PREEMPT_RT.patch # v6.5-rc4-rt4 + # d006b2591f8 drm/i915/gt: Queue and wait for the irq_work item. # v6.10-rc3-rt5 (Pending) + patches.suse/drm-i915-gt-Use-spin_lock_irq-instead-of-local_irq_disable-spin_lock.patch # v6.5-rc4-rt4 + patches.suse/drm-i915-Drop-the-irqs_disabled-check.patch # v6.5-rc4-rt4 + patches.suse/drm-i915-guc-Consider-also-RCU-depth-in-busy-loop.patch # v6.6.20-rt25 + patches.suse/Revert-drm-i915-Depend-on-PREEMPT_RT.patch # v6.5-rc4-rt4 + # 1ce68d8ba7e sched: define TIF_ALLOW_RESCHED # v6.10-rc3-rt5 (Pending) + patches.suse/arm-Disable-jump-label-on-PREEMPT_RT.patch # v6.10-rc3-rt5 + patches.suse/ARM-enable-irq-in-translation-section-permission-fault-handlers.patch # v6.10-rc3-rt5 + # aef0034824a arm: Disable FAST_GUP on PREEMPT_RT if HIGHPTE is also enabled. # v6.10-rc3-rt5 (Pending) + patches.suse/ARM-vfp-Provide-vfp_lock-for-VFP-locking.patch # v6.10-rc3-rt5 + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_sync_hwstate.patch # v6.10-rc3-rt5 + patches.suse/ARM-vfp-Use-vfp_lock-in-vfp_support_entry.patch # v6.10-rc3-rt5 + patches.suse/ARM-vfp-Move-sending-signals-outside-of-vfp_lock-ed-section.patch # v6.10-rc3-rt5 + # patches.suse/ARM-Allow-to-enable-RT.patch # v6.10-rc3-rt5 (Unsupported) + patches.suse/ARM64-Allow-to-enable-RT.patch # v6.10-rc3-rt5 + patches.suse/powerpc-traps-Use-PREEMPT_RT.patch # v6.5-rc4-rt4 + patches.suse/powerpc-pseries-iommu-Use-a-locallock-instead-local_irq_save.patch # v6.5-rc4-rt4 + patches.suse/powerpc-pseries-Select-the-generic-memory-allocator.patch # v6.5-rc4-rt4 + patches.suse/powerpc-kvm-Disable-in-kernel-MPIC-emulation-for-PREEMPT_RT.patch # v6.5-rc4-rt4 + patches.suse/powerpc-stackprotector-work-around-stack-guard-init-from-atomic.patch # v6.5-rc4-rt4 + # patches.suse/POWERPC-Allow-to-enable-RT.patch # v6.5-rc4-rt4 (Unsupported) + patches.suse/sysfs-Add-sys-kernel-realtime-entry.patch # v6.5-rc3-rt4 + patches.suse/drm-i915-skip-DRM_I915_LOW_LEVEL_TRACEPOINTS-with-NOTRACE.patch # v6.5-rc3-rt4 (Superseded) + patches.suse/sched-Add-support-for-lazy-preemption.patch # v6.5-rc3-rt4 (Superseded) + patches.suse/x86-entry-Use-should_resched-in-idtentry_exit_cond_resched.patch # v6.5-rc3-rt4 (Superseded) + patches.suse/x86-Support-for-lazy-preemption.patch # v6.5-rc3-rt4 (Superseded) + patches.suse/entry-Fix-the-preempt-lazy-fallout.patch # v6.5-rc3-rt4 (Superseded) + patches.suse/arm-Add-support-for-lazy-preemption.patch # v6.5-rc3-rt4 (Superseded) + patches.suse/powerpc-Add-support-for-lazy-preemption.patch # v6.5-rc3-rt4 (Superseded) + patches.suse/arch-arm64-Add-lazy-preempt-support.patch # v6.5-rc3-rt4 (Superseded) + patches.suse/tty-serial-omap-Make-the-locking-RT-aware.patch # v6.5-rc3-rt4 (Superseded) + patches.suse/tty-serial-pl011-Make-the-locking-work-on-RT.patch # v6.5-rc3-rt4 (Superseded) + patches.suse/x86-microcode-Remove-microcode_mutex.patch # v6.5-rc3-rt4 (Superseded) + patches.suse/ASoC-mediatek-mt8186-Remove-unused-mutex.patch # v6.5-rc3-rt4 (Superseded) + # f23e8769c74 locking/local_lock: Introduce guard definition for local_lock. # v6.10-rc3-rt5 (Pending) + # a6a1607420d locking/local_lock: Add local nested BH locking infrastructure. # v6.10-rc3-rt5 (Pending) + # 0b1d7ba5c98 net: Use __napi_alloc_frag_align() instead of open coding it. # v6.10-rc3-rt5 (Pending) + # 51b5af5ffb7 net: Use nested-BH locking for napi_alloc_cache. # v6.10-rc3-rt5 (Pending) + # 9f3e06cc624 net/tcp_sigpool: Use nested-BH locking for sigpool_scratch. # v6.10-rc3-rt5 (Pending) + # 3abfe8028d2 net/ipv4: Use nested-BH locking for ipv4_tcp_sk. # v6.10-rc3-rt5 (Pending) + # ee10e5a3a99 netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage. # v6.10-rc3-rt5 (Pending) + # ef6f3df501a net: softnet_data: Make xmit.recursion per task. # v6.10-rc3-rt5 (Pending) + # 9836aed2861 dev: Remove PREEMPT_RT ifdefs from backlog_lock.*(). # v6.10-rc3-rt5 (Pending) + # d1f4e0289f1 dev: Use nested-BH locking for softnet_data.process_queue. # v6.10-rc3-rt5 (Pending) + # a98bf6d1a52 lwt: Don't disable migration prio invoking BPF. # v6.10-rc3-rt5 (Pending) + # 8c3e62516f6 seg6: Use nested-BH locking for seg6_bpf_srh_states. # v6.10-rc3-rt5 (Pending) + # 78892e5033f net: Use nested-BH locking for bpf_scratchpad. # v6.10-rc3-rt5 (Pending) + # b6bbbc93e0c net: Reference bpf_redirect_info via task_struct on PREEMPT_RT. # v6.10-rc3-rt5 (Pending) + # 6b33d841f64 net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT. # v6.10-rc3-rt5 (Pending) + # ed89e4c4f81 net: tcp/dccp: prepare for tw_timer un-pinning # v6.10-rc3-rt5 (Pending) + # b733db0e451 net: tcp: un-pin the tw_timer # v6.10-rc3-rt5 (Pending) + # e1c8d6524da tcp: move inet_twsk_schedule helper out of header # v6.10-rc3-rt5 (Pending) + patches.suse/printk-Update-the-printk-series.patch # v6.10-rc3-rt5 + # 9423338a2584a7625d6a40bd89d3c4472e5031bb locking: Introduce nested-BH locking, v6 # v6.10-rc3-rt5 (Pending) ######################################################## # SLERT-specific patches diff --git a/source-timestamp b/source-timestamp index 0b4cce6..b83cf96 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,2 @@ -2024-04-09 12:15:44 +0000 -GIT Revision: 72f4b8cbd4d84ea31a7a79ccacaad095a7ca59f4 -GIT Branch: ALP-current-RT-GA +2024-07-31 10:58:56 +0000 +GIT Revision: 90a8c81ce3c9ae3591acca72f13d2ff0a2f960d4 diff --git a/supported.conf b/supported.conf index c26eea5..8713446 100644 --- a/supported.conf +++ b/supported.conf @@ -1287,6 +1287,7 @@ -!optional drivers/hwmon/smm665 drivers/hwmon/smsc47b397 drivers/hwmon/w83627ehf + drivers/hwmon/xgene-hwmon # bsc#1223265 jsc#PED-8570 jsc#PED-8649 - drivers/hwmon/* drivers/hwspinlock/omap_hwspinlock # jsc#PED-1379 drivers/hwspinlock/qcom_hwspinlock @@ -2576,6 +2577,7 @@ -!optional drivers/media/v4l2-core/tuner drivers/media/v4l2-core/v4l2-async drivers/media/v4l2-core/v4l2-common + drivers/media/v4l2-core/v4l2-dv-timings -!optional drivers/media/v4l2-core/v4l2-flash-led-class drivers/media/v4l2-core/v4l2-fwnode drivers/media/v4l2-core/videobuf-core @@ -3476,6 +3478,8 @@ - drivers/net/wireless/mediatek/mt76/mt7921/mt7921e -!optional drivers/net/wireless/mediatek/mt76/mt7921/mt7921s -!optional drivers/net/wireless/mediatek/mt76/mt7921/mt7921u +- drivers/net/wireless/mediatek/mt76/mt792x-lib +- drivers/net/wireless/mediatek/mt76/mt792x-usb -!optional drivers/net/wireless/mediatek/mt76/mt7996/mt7996e # SP6-NEED-REVIEW - drivers/net/wireless/mediatek/mt7601u/mt7601u -!optional drivers/net/wireless/purelifi/plfxlc/plfxlc # SP6-NEED-REVIEW @@ -3653,6 +3657,7 @@ drivers/perf/arm-cci # armv7hl, armv8 drivers/perf/arm-ccn drivers/perf/arm-cmn + drivers/perf/arm_cspmu/* # bsc#1228289 jsc#PED-7859 drivers/perf/arm_dmc620_pmu drivers/perf/arm_dsu_pmu drivers/perf/arm_smmuv3_pmu @@ -5094,15 +5099,15 @@ - drivers/uwb/whc-rc - drivers/uwb/whci - drivers/vdpa/alibaba/eni_vdpa # SP6-NEED-REVIEW -- drivers/vdpa/ifcvf/ifcvf -- drivers/vdpa/mlx5/mlx5_vdpa + drivers/vdpa/ifcvf/ifcvf + drivers/vdpa/mlx5/mlx5_vdpa - drivers/vdpa/solidrun/snet_vdpa # SP6-NEED-REVIEW -- drivers/vdpa/vdpa -- drivers/vdpa/vdpa_sim/vdpa_sim -- drivers/vdpa/vdpa_sim/vdpa_sim_blk -- drivers/vdpa/vdpa_sim/vdpa_sim_net -- drivers/vdpa/vdpa_user/vduse # SP6-NEED-REVIEW -- drivers/vdpa/virtio_pci/vp_vdpa + drivers/vdpa/vdpa + drivers/vdpa/vdpa_sim/vdpa_sim + drivers/vdpa/vdpa_sim/vdpa_sim_blk + drivers/vdpa/vdpa_sim/vdpa_sim_net + drivers/vdpa/vdpa_user/vduse + drivers/vdpa/virtio_pci/vp_vdpa - drivers/vfio/cdx/vfio-cdx - drivers/vfio/fsl-mc/vfio-fsl-mc drivers/vfio/mdev/mdev @@ -5123,7 +5128,7 @@ drivers/vhost/vhost_iotlb drivers/vhost/vhost_net drivers/vhost/vhost_scsi -- drivers/vhost/vhost_vdpa + drivers/vhost/vhost_vdpa drivers/vhost/vhost_vsock drivers/vhost/vringh - drivers/video/backlight/88pm860x_bl # armv7hl @@ -5206,7 +5211,7 @@ +base drivers/virtio/virtio_pci +base drivers/virtio/virtio_pci_modern_dev +base drivers/virtio/virtio_ring -- drivers/virtio/virtio_vdpa + drivers/virtio/virtio_vdpa - drivers/visorbus/visorbus -!optional drivers/w1/masters/ds1wm -!optional drivers/w1/masters/ds2482 @@ -5457,7 +5462,7 @@ fs/nls/nls_utf8 -!optional fs/ntfs3/ntfs3 # SP6-NEED-REVIEW -!optional fs/omfs/omfs -- fs/orangefs/orangefs +-!optional fs/orangefs/orangefs +base fs/overlayfs/overlay -!optional fs/pstore/pstore_blk -!optional fs/pstore/pstore_zone @@ -5656,7 +5661,7 @@ net/ipv4/tcp_bbr # TCP Bottleneck Bandwidth and RTT (BBR) congestion avoidance - net/ipv4/tcp_bic # TCP Binary Increase Congestion (BIC) congestion avoidance - net/ipv4/tcp_cdg # TCP CDG (CAIA Delay-Gradient) congestion avoidance -- net/ipv4/tcp_dctcp # TCP DCTCP (DataCenter TCP) congestion avoidance + net/ipv4/tcp_dctcp # TCP DCTCP (DataCenter TCP) congestion avoidance net/ipv4/tcp_diag # TCP socket monitoring via netlink - net/ipv4/tcp_highspeed # TCP High Speed TCP congestion avoidance - net/ipv4/tcp_htcp # TCP H-TCP congestion avoidance (modified Reno)