4 Commits

Author SHA256 Message Date
0b2cb235bc GIT Revision: 46b783cb7b11f34b913fabbf00e310fae0b8ae61
GIT Branch: users/mbrugger/SL-16.0/usbkdb
2026-02-09 10:44:05 +0000
2026-02-09 11:48:25 +01:00
0ce10ae202 GIT Revision: 5d66a36b0dc73e4b8ea186caa857a99f677628b3
GIT Branch: users/mbrugger/SL-16.0/usbkdb
2026-02-05 14:15:10 +0000
2026-02-05 15:17:37 +01:00
366abd653c GIT Revision: 60c1c30511fbbc0fe5844b2d7a75a8357df131c4
GIT Branch: users/mbrugger/SL-16.0/usbkdb
2026-02-05 10:28:24 +0000
2026-02-05 11:30:43 +01:00
7b4daecc68 GIT Revision: c868e1b9de3ef28b5e2b6b6ad9ae7cdbf2443a10
GIT Branch: users/mbrugger/SL-16.0/usbkdb
2026-02-04 11:50:57 +0000
2026-02-04 13:03:48 +01:00
42 changed files with 25645 additions and 58 deletions

Binary file not shown.

BIN
config.tar.bz2 LFS

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -27,7 +27,7 @@
Name: dtb-aarch64
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9badd3c
Release: <RELEASE>.g46b783c
%else
Release: 0
%endif

BIN
kabi.tar.bz2 LFS

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9badd3c570535ce3911ad6f288e3e859a21a76f0
%define git_commit 46b783cb7b11f34b913fabbf00e310fae0b8ae61
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-64kb
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9badd3c
Release: <RELEASE>.g46b783c
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9badd3c570535ce3911ad6f288e3e859a21a76f0
%define git_commit 46b783cb7b11f34b913fabbf00e310fae0b8ae61
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-azure
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9badd3c
Release: <RELEASE>.g46b783c
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9badd3c570535ce3911ad6f288e3e859a21a76f0
%define git_commit 46b783cb7b11f34b913fabbf00e310fae0b8ae61
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-default
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9badd3c
Release: <RELEASE>.g46b783c
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -18,7 +18,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9badd3c570535ce3911ad6f288e3e859a21a76f0
%define git_commit 46b783cb7b11f34b913fabbf00e310fae0b8ae61
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@@ -30,7 +30,7 @@
Name: kernel-docs
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9badd3c
Release: <RELEASE>.g46b783c
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9badd3c570535ce3911ad6f288e3e859a21a76f0
%define git_commit 46b783cb7b11f34b913fabbf00e310fae0b8ae61
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-kvmsmall
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9badd3c
Release: <RELEASE>.g46b783c
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -38,7 +38,7 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-9badd3c570535ce3911ad6f288e3e859a21a76f0
%global kernel_package kernel%kernel_flavor-srchash-46b783cb7b11f34b913fabbf00e310fae0b8ae61
%endif
%if 0%{?rhel_version}
%global kernel_package kernel
@@ -47,14 +47,14 @@
Name: kernel-obs-build
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9badd3c
Release: <RELEASE>.g46b783c
%else
Release: 0
%endif
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0-only
Group: SLES
Provides: kernel-obs-build-srchash-9badd3c570535ce3911ad6f288e3e859a21a76f0
Provides: kernel-obs-build-srchash-46b783cb7b11f34b913fabbf00e310fae0b8ae61
BuildRequires: coreutils
BuildRequires: device-mapper
BuildRequires: dracut

File diff suppressed because it is too large Load Diff

View File

@@ -25,7 +25,7 @@
Name: kernel-obs-qa
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9badd3c
Release: <RELEASE>.g46b783c
%else
Release: 0
%endif
@@ -36,7 +36,7 @@ BuildRequires: kernel-default
# kernel-obs-build must be also configured as VMinstall, but is required
# here as well to avoid that qa and build package build parallel
%if ! 0%{?qemu_user_space_build}
BuildRequires: kernel-obs-build-srchash-9badd3c570535ce3911ad6f288e3e859a21a76f0
BuildRequires: kernel-obs-build-srchash-46b783cb7b11f34b913fabbf00e310fae0b8ae61
%endif
BuildRequires: modutils
ExclusiveArch: aarch64 ppc64le s390x x86_64

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9badd3c570535ce3911ad6f288e3e859a21a76f0
%define git_commit 46b783cb7b11f34b913fabbf00e310fae0b8ae61
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-rt
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9badd3c
Release: <RELEASE>.g46b783c
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -18,7 +18,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9badd3c570535ce3911ad6f288e3e859a21a76f0
%define git_commit 46b783cb7b11f34b913fabbf00e310fae0b8ae61
%define variant %{nil}
%define gcc_package gcc13
%define gcc_compiler gcc-13
@@ -30,7 +30,7 @@
Name: kernel-source
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9badd3c
Release: <RELEASE>.g46b783c
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -16,7 +16,7 @@
#
%define git_commit 9badd3c570535ce3911ad6f288e3e859a21a76f0
%define git_commit 46b783cb7b11f34b913fabbf00e310fae0b8ae61
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@@ -24,7 +24,7 @@
Name: kernel-syms
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9badd3c
Release: <RELEASE>.g46b783c
%else
Release: 0
%endif

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@
%define srcversion 6.12
%define patchversion 6.12.0
%define git_commit 9badd3c570535ce3911ad6f288e3e859a21a76f0
%define git_commit 46b783cb7b11f34b913fabbf00e310fae0b8ae61
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@@ -42,7 +42,7 @@
Name: kernel-zfcpdump
Version: 6.12.0
%if 0%{?is_kotd}
Release: <RELEASE>.g9badd3c
Release: <RELEASE>.g46b783c
%else
Release: 0
%endif

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -45,7 +45,6 @@
########################################################
# sorted patches
########################################################
patches.suse/bpf-make-sure-skb-len-0-when-redirecting-to-a-tunnel.patch
patches.suse/fs-support-relative-paths-with-FSCONFIG_SET_STRING.patch
patches.suse/epoll-annotate-racy-check.patch
patches.suse/fcntl-make-F_DUPFD_QUERY-associative.patch
@@ -73,11 +72,33 @@
patches.suse/btrfs-do-not-assume-the-full-page-range-is-not-dirty.patch
patches.suse/0001-btrfs-move-the-delalloc-range-bitmap-search-into-ext.patch
patches.suse/0002-btrfs-mark-all-dirty-sectors-as-locked-inside-writep.patch
patches.suse/btrfs-qgroups-remove-bytenr-field-from-struct-btrfs_.patch
patches.suse/btrfs-store-fs_info-in-a-local-variable-at-btrfs_qgr.patch
patches.suse/btrfs-remove-unnecessary-delayed-refs-locking-at-btr.patch
patches.suse/btrfs-always-use-delayed_refs-local-variable-at-btrf.patch
patches.suse/btrfs-remove-pointless-initialization-at-btrfs_qgrou.patch
patches.suse/btrfs-do-not-clear-read-only-when-adding-sprout-devi.patch
patches.suse/0001-btrfs-remove-unused-btrfs_folio_start_writer_lock.patch
patches.suse/0002-btrfs-unify-to-use-writer-locks-for-subpage-locking.patch
patches.suse/0003-btrfs-rename-btrfs_folio_-set-start-end-_writer_lock.patch
patches.suse/btrfs-use-filemap_get_folio-helper.patch
patches.suse/btrfs-remove-BUG_ON-at-btrfs_destroy_delayed_refs.patch
patches.suse/btrfs-move-btrfs_destroy_delayed_refs-to-delayed-ref.patch
patches.suse/btrfs-remove-fs_info-parameter-from-btrfs_destroy_de.patch
patches.suse/btrfs-remove-fs_info-parameter-from-btrfs_cleanup_on.patch
patches.suse/btrfs-remove-duplicated-code-to-drop-delayed-ref-dur.patch
patches.suse/btrfs-use-helper-to-find-first-ref-head-at-btrfs_des.patch
patches.suse/btrfs-remove-num_entries-atomic-counter-from-delayed.patch
patches.suse/btrfs-change-return-type-of-btrfs_delayed_ref_lock-t.patch
patches.suse/btrfs-simplify-obtaining-a-delayed-ref-head.patch
patches.suse/btrfs-move-delayed-ref-head-unselection-to-delayed-r.patch
patches.suse/btrfs-pass-fs_info-to-functions-that-search-for-dela.patch
patches.suse/btrfs-pass-fs_info-to-btrfs_delete_ref_head.patch
patches.suse/btrfs-assert-delayed-refs-lock-is-held-at-find_ref_h.patch
patches.suse/btrfs-assert-delayed-refs-lock-is-held-at-find_first.patch
patches.suse/btrfs-assert-delayed-refs-lock-is-held-at-add_delaye.patch
patches.suse/btrfs-add-comments-regarding-locking-to-struct-btrfs.patch
patches.suse/btrfs-track-delayed-ref-heads-in-an-xarray.patch
patches.suse/btrfs-push-cleanup-into-btrfs_read_locked_inode.patch
patches.suse/btrfs-remove-conditional-path-allocation-in-btrfs_re.patch
patches.suse/btrfs-simplify-range-tracking-in-cow_file_range.patch
@@ -2331,6 +2352,7 @@
patches.suse/vdpa-mlx5-Fix-suboptimal-range-on-iotlb-iteration.patch
patches.suse/gpio-zevio-Add-missed-label-initialisation.patch
patches.suse/gpio-exar-set-value-when-external-pull-up-or-pull-do.patch
patches.suse/phy-phy-rockchip-inno-usb2-Use-dev_err_probe-in-the-.patch
patches.suse/phy-airoha-Fix-REG_CSR_2L_PLL_CMN_RESERVE0-config-in.patch
patches.suse/phy-airoha-Fix-REG_PCIE_PMA_TX_RESET-config-in-airoh.patch
patches.suse/phy-airoha-Fix-REG_CSR_2L_JCPLL_SDM_HREN-config-in-a.patch
@@ -2599,6 +2621,7 @@
patches.suse/smb-client-remove-unnecessary-checks-in-open_cached_dir-.patch
patches.suse/smb-client-change-return-value-in-open_cached_dir_by_dentry-if-.patch
patches.suse/smb-client-fix-NULL-ptr-deref-in-crypto_aead_setkey.patch
patches.suse/smb-client-don-t-try-following-DFS-links-in-cifs_tree_connect-.patch
patches.suse/smb-During-unmount-ensure-all-cached-dir-instances-drop-their-dent.patch
patches.suse/smb-Initialize-cfid-tcon-before-performing-network-o.patch
patches.suse/nfs-localio-remove-extra-indirect-nfs_to-call-to-check-read-write-_iter.patch
@@ -5533,6 +5556,8 @@
patches.suse/serial-sh-sci-Increment-the-runtime-usage-counter-fo.patch
patches.suse/tools-bootconfig-Fix-the-wrong-format-specifier.patch
patches.suse/libnvdimm-Replace-namespace_match-with-device_find_c.patch
patches.suse/slimbus-core-Constify-slim_eaddr_equal.patch
patches.suse/bus-fsl-mc-Constify-fsl_mc_device_match.patch
patches.suse/driver-core-Constify-API-device_find_child-and-adapt.patch
patches.suse/driver-core-Introduce-an-device-matching-API-device_.patch
patches.suse/cxl-pmem-Replace-match_nvdimm_bridge-with-API-device.patch
@@ -5794,6 +5819,7 @@
patches.suse/drm-amdgpu-add-a-BO-metadata-flag-to-disable-write-c.patch
patches.suse/drm-amd-display-Fix-out-of-bound-accesses.patch
patches.suse/drm-amd-display-Fix-seamless-boot-sequence.patch
patches.suse/drm-amd-display-Respect-user-s-CONFIG_FRAME_WARN-mor.patch
patches.suse/Revert-drm-amd-display-Use-HW-lock-mgr-for-PSR1.patch
patches.suse/drm-komeda-Add-check-for-komeda_get_layer_fourcc_lis.patch
patches.suse/accel-ivpu-Clear-runtime_error-after-pm_runtime_resu.patch
@@ -7397,6 +7423,7 @@
patches.suse/wifi-rtw88-Fix-__rtw_download_firmware-for-RTL8814AU.patch
patches.suse/wifi-rtw88-Fix-download_firmware_validate-for-RTL881.patch
patches.suse/wifi-mac80211-fix-integer-overflow-in-hwmp_route_inf.patch
patches.suse/dpll-Add-an-assertion-to-check-freq_supported_num.patch
patches.suse/net-phy-nxp-c45-tja11xx-add-match_phy_device-to-TJA1.patch
patches.suse/tcp-bring-back-NUMA-dispersion-in-inet_ehash_locks_a.patch
patches.suse/r8169-increase-max-jumbo-packet-size-on-RTL8125-RTL8.patch
@@ -7518,6 +7545,8 @@
patches.suse/Bluetooth-btnxpuart-Add-correct-bootloader-error-cod.patch
patches.suse/Bluetooth-btnxpuart-Handle-bootloader-error-during-c.patch
patches.suse/Bluetooth-btnxpuart-Fix-kernel-panic-during-FW-relea.patch
patches.suse/net-phy-Introduce-PHY_ID_SIZE-minimum-size-for-PHY-I.patch
patches.suse/net-usb-asix-ax88772-Increase-phy_name-size.patch
patches.suse/eth-bnxt-fix-out-of-range-access-of-vnic_info-array.patch
patches.suse/net-Remove-RTNL-dance-for-SIOCBRADDIF-and-SIOCBRDELI.patch
patches.suse/ax25-Remove-broken-autobind.patch
@@ -8054,10 +8083,15 @@
patches.suse/bpf-use-list_head-to-track-explored-states-and-free-.patch
patches.suse/bpf-free-verifier-states-when-they-are-no-longer-ref.patch
patches.suse/bpf-fix-env-peak_states-computation.patch
patches.suse/selftests-bpf-ns_current_pid_tgid-Rename-the-test-fu.patch
patches.suse/selftests-bpf-Optionally-open-a-dedicated-namespace-to-run.patch
patches.suse/selftests-bpf-tc_links-tc_opts-Unserialize-tests.patch
patches.suse/selftests-bpf-ns_current_pid_tgid-Use-test_progs-s-n.patch
patches.suse/bpf-Use-preempt_count-directly-in-bpf_send_signal_common.patch
patches.suse/bpf-abort-verification-if-env-cur_state-loop_entry-N.patch
patches.suse/bpf-Search-and-add-kfuncs-in-struct_ops-prologue-and.patch
patches.suse/bpf-Fix-deadlock-between-rcu_tasks_trace-and-event_m.patch
patches.suse/bpf-selftests-test_select_reuseport_kern-Remove-unus.patch
patches.suse/bpf-docs-Fix-broken-link-to-renamed-bpf_iter_task_vm.patch
patches.suse/selftests-bpf-Fix-selection-of-static-vs.-dynamic-LL.patch
patches.suse/selftests-bpf-Fix-string-read-in-strncmp-benchmark.patch
@@ -8132,6 +8166,7 @@
patches.suse/perf-bpf-filter-Fix-a-parsing-error-with-comma.patch
patches.suse/x86-don-t-re-generate-cpufeaturemasks.h-so-eagerly.patch
patches.suse/nfsd-fix-management-of-listener-transports.patch
patches.suse/nfsd-adjust-WARN_ON_ONCE-in-revoke_delegation.patch
patches.suse/NFSD-Skip-sending-CB_RECALL_ANY-when-the-backchannel-isn-t-up.patch
patches.suse/NFSD-nfsd_unlink-clobbers-non-zero-status-returned-from-fh_fill_pre_attrs.patch
patches.suse/NFSD-Never-return-NFS4ERR_FILE_OPEN-when-removing-a-directory.patch
@@ -8247,6 +8282,7 @@
patches.suse/dmaengine-dmatest-Fix-dmatest-waiting-less-when-inte.patch
patches.suse/dmaengine-fsl-edma-cleanup-chan-after-dma_async_devi.patch
patches.suse/dmaengine-fsl-edma-free-irq-correctly-in-remove-path.patch
patches.suse/dmaengine-ti-k3-udma-Enable-second-resource-range-fo.patch
patches.suse/i2c-pxa-fix-call-balance-of-i2c-clk-handling-routine.patch
patches.suse/i2c-qup-Vote-for-interconnect-bandwidth-to-DRAM.patch
patches.suse/i2c-omap-Add-support-for-setting-mux.patch
@@ -9513,6 +9549,7 @@
patches.suse/ASoC-qcom-sdm845-Add-error-handling-in-sdm845_slim_s.patch
patches.suse/gpiolib-of-Add-polarity-quirk-for-s5m8767.patch
patches.suse/gpiolib-Revert-Don-t-WARN-on-gpiod_put-for-optional-.patch
patches.suse/gpio-pca953x-Add-support-for-level-triggered-interru.patch
patches.suse/regulator-max20086-Fix-MAX200086-chip-id.patch
patches.suse/regulator-max20086-Change-enable-gpio-to-optional.patch
patches.suse/spi-tegra210-quad-Fix-X1_X2_X4-encoding-and-support-.patch
@@ -10000,6 +10037,13 @@
patches.suse/tracing-Fix-compilation-warning-on-arm32.patch
patches.suse/x86-sgx-Prevent-attempts-to-reclaim-poisoned-pages.patch
patches.suse/configfs-tsm-report-Fix-NULL-dereference-of-tsm_ops.patch
patches.suse/tsm-mr-Add-TVM-Measurement-Register-support.patch
patches.suse/tsm-mr-Add-tsm-mr-sample-code.patch
patches.suse/x86-tdx-Add-tdx_mcall_extend_rtmr-interface.patch
patches.suse/x86-tdx-tdx_mcall_get_report0-Return-EBUSY-on-TDCALL_OPERA.patch
patches.suse/virt-tdx-guest-Expose-TDX-MRs-as-sysfs-attributes.patch
patches.suse/virt-tdx-guest-Refactor-and-streamline-TDREPORT-generation.patch
patches.suse/virt-tdx-guest-Transition-to-scoped_cond_guard-for-mutex-o.patch
patches.suse/ipmi-msghandler-Fix-potential-memory-corruption-in-i.patch
patches.suse/hisi_acc_vfio_pci-fix-XQE-dma-address-error.patch
patches.suse/hisi_acc_vfio_pci-bugfix-live-migration-function-wit.patch
@@ -10491,6 +10535,7 @@
patches.suse/block-don-t-use-submit_bio_noacct_nocheck-in-blk_zone_wplu.patch
patches.suse/block-use-plug-request-list-tail-for-one-shot-backmerge-at.patch
patches.suse/nvme-always-punt-polled-uring_cmd-end_io-work-to-tas.patch
patches.suse/smb-improve-directory-cache-reuse-for-readdir-operations.patch
patches.suse/pidfs-never-refuse-ppid-0-in-PIDFD_GET_INFO.patch
patches.suse/fs-xattr.c-fix-simple_xattr_list.patch
patches.suse/powerpc-eeh-Fix-missing-PE-bridge-reconfiguration-du.patch
@@ -10538,6 +10583,7 @@
patches.suse/net-lan743x-fix-potential-out-of-bounds-write-in-lan743x_p.patch
patches.suse/calipso-Fix-null-ptr-deref-in-calipso_req_-set-del-a.patch
patches.suse/NFC-nci-uart-Set-tty-disc_data-only-in-success-path.patch
patches.suse/mlxbf_gige-return-EPROBE_DEFER-if-PHY-IRQ-is-not-ava.patch
patches.suse/net-atm-add-lec_mutex.patch
patches.suse/net-atm-fix-proc-net-atm-lec-handling.patch
patches.suse/wifi-mac80211-drop-invalid-source-address-OCB-frames.patch
@@ -11449,6 +11495,7 @@
patches.suse/ipv6-adopt-dst_dev-helper.patch
patches.suse/ipv6-adopt-skb_dst_dev-and-skb_dst_dev_net-_rcu-help.patch
patches.suse/ipv6-ip6_mc_input-and-ip6_mr_input-cleanups.patch
patches.suse/mlxbf_gige-emit-messages-during-open-and-probe-failu.patch
patches.suse/net-mlx5-Check-device-memory-pointer-before-usage.patch
patches.suse/dt-bindings-dpll-Add-DPLL-device-and-pin.patch
patches.suse/dt-bindings-dpll-Add-support-for-Microchip-Azurite-c.patch
@@ -11793,6 +11840,7 @@
patches.suse/cgroup-Add-compatibility-option-for-content-of-proc-cgroup.patch
patches.suse/smb-client-fix-netns-refcount-leak-after-net_passive-changes.patch
patches.suse/cifs-reset-iface-weights-when-we-cannot-find-a-candidate.patch
patches.suse/cifs-add-new-field-to-track-the-last-access-time-of-cfid.patch
patches.suse/HID-apple-validate-feature-report-field-count-to-pre.patch
patches.suse/HID-apple-avoid-setting-up-battery-timer-for-devices.patch
patches.suse/HID-magicmouse-avoid-setting-up-battery-timer-when-n.patch
@@ -11933,6 +11981,7 @@
patches.suse/perf-core-Handle-buffer-mapping-fail-correctly-in-perf_mma.patch
patches.suse/perf-core-Prevent-VMA-split-of-buffer-mappings.patch
patches.suse/selftests-perf_events-Add-a-mmap-correctness-test.patch
patches.suse/ata-libata-scsi-Fix-ata_to_sense_error-status-handli.patch
patches.suse/ata-libata-sata-Add-link_power_management_supported-.patch
patches.suse/scsi-mpt3sas-Fix-a-fw_event-memory-leak.patch
patches.suse/scsi-aacraid-Stop-using-PCI_IRQ_AFFINITY.patch
@@ -12481,6 +12530,7 @@
patches.suse/KVM-s390-Fix-access-to-unavailable-adapter-indicator-pages.patch
patches.suse/KVM-s390-Fix-incorrect-usage-of-mmu_notifier_register.patch
patches.suse/net-tcp-Fix-a-NULL-pointer-dereference-when-using-TCP-AO-w.patch
patches.suse/dpll-fix-clock-quality-level-reporting.patch
patches.suse/qed-Don-t-collect-too-many-protection-override-GRC-e.patch
patches.suse/net-mlx5e-Harden-uplink-netdev-access-against-device.patch
patches.suse/tcp-Clear-tcp_sk-sk-fastopen_rsk-in-tcp_disconnect.patch
@@ -12733,8 +12783,11 @@
patches.suse/tee-fix-register_shm_helper.patch
patches.suse/bus-fsl-mc-Check-return-value-of-platform_get_resour.patch
patches.suse/io_uring-zctx-check-chained-notif-contexts.patch
patches.suse/blk-throttle-fix-access-race-during-throttle-policy-activa.patch
patches.suse/nbd-restrict-sockets-to-TCP-and-UDP.patch
patches.suse/md-fix-mssing-blktrace-bio-split-events.patch
patches.suse/blk-throttle-fix-throtl_data-leak-during-disk-release.patch
patches.suse/blk-cgroup-fix-possible-deadlock-while-configuring-policy.patch
patches.suse/nvme-auth-update-bi_directional-flag.patch
patches.suse/nvmet-fc-move-lsop-put-work-to-nvmet_fc_ls_req_op.patch
patches.suse/nvmet-fc-avoid-scheduling-association-deletion-twice.patch
@@ -12873,6 +12926,7 @@
patches.suse/drm-amdgpu-remove-the-redeclaration-of-variable-i.patch
patches.suse/drm-amd-display-Reject-modes-with-too-high-pixel-clo.patch
patches.suse/amd-amdkfd-resolve-a-race-in-amdgpu_amdkfd_device_fi.patch
patches.suse/amd-amdkfd-enhance-kfd-process-check-in-switch-parti.patch
patches.suse/media-amphion-Make-some-vpu_v4l2-functions-static.patch
patches.suse/media-amphion-Delete-v4l2_fh-synchronously-in-.relea.patch
patches.suse/media-zoran-Remove-zoran_fh-structure.patch
@@ -12924,6 +12978,7 @@
patches.suse/ipv6-use-RCU-in-ip6_output.patch
patches.suse/net-use-dst_dev_rcu-in-sk_setup_caps.patch
patches.suse/tcp_metrics-use-dst_dev_net_rcu.patch
patches.suse/tcp-use-dst_dev_rcu-in-tcp_fastopen_active_disable_o.patch
patches.suse/ipv4-start-using-dst_dev_rcu.patch
patches.suse/inet-ping-check-sock_net-in-ping_get_port-and-ping_l.patch
patches.suse/smsc911x-add-second-read-of-EEPROM-mac-when-possible.patch
@@ -12985,6 +13040,7 @@
patches.suse/wifi-ath10k-Fix-connection-after-GTK-rekeying.patch
patches.suse/wifi-ath12k-Increase-DP_REO_CMD_RING_SIZE-to-256.patch
patches.suse/wifi-ath11k-HAL-SRNG-don-t-deinitialize-and-re-initi.patch
patches.suse/net-ipv6-fix-field-spanning-memcpy-warning-in-AH-output.patch
patches.suse/dpll-zl3073x-Fix-double-free-in-zl3073x_devlink_flas.patch
patches.suse/net-mlx5e-Don-t-query-FEC-statistics-when-FEC-is-dis.patch
patches.suse/net-phy-micrel-Fix-lan8814_config_init.patch
@@ -13028,6 +13084,7 @@
patches.suse/exfat-limit-log-print-for-IO-error.patch
patches.suse/exfat-validate-cluster-allocation-bits-of-the-allocation-bitmap.patch
patches.suse/smb-client-fix-crypto-buffers-in-non-linear-memory.patch
patches.suse/smb-client-update-cfid-last_access_time-in-open_cached_dir_by_den.patch
patches.suse/NFSv4-handle-ERR_GRACE-on-delegation-recalls.patch
patches.suse/NFSv4.1-fix-backchannel-max_resp_sz-verification-check.patch
patches.suse/NFSv4.1-fix-mount-hang-after-CREATE_SESSION-failure.patch
@@ -13296,6 +13353,7 @@
patches.suse/net-usb-asix-hold-PM-usage-ref-to-avoid-PM-MDIO-RTNL.patch
patches.suse/netfilter-nft_objref-validate-objref-and-objrefmap-e.patch
patches.suse/net-9p-fix-double-req-put-in-p9_fd_cancelled.patch
patches.suse/tpm-Compare-HMAC-values-in-constant-time.patch
patches.suse/tpm_tis-Fix-incorrect-arguments-in-tpm_tis_probe_irq.patch
patches.suse/crypto-essiv-Check-ssize-for-decryption-and-in-place.patch
patches.suse/gpio-wcd934x-mark-the-GPIO-controller-as-sleeping.patch
@@ -13472,6 +13530,7 @@
patches.suse/serial-8250_mtk-Enable-baud-clock-and-manage-in-runt.patch
patches.suse/mei-me-add-wildcat-lake-P-DID.patch
patches.suse/misc-fastrpc-Fix-dma_buf-object-leak-in-fastrpc_map_.patch
patches.suse/comedi-fix-divide-by-zero-in-comedi_buf_munge.patch
patches.suse/most-usb-Fix-use-after-free-in-hdm_disconnect.patch
patches.suse/most-usb-hdm_probe-Fix-calling-put_device-before-dev.patch
patches.suse/NFSD-Fix-crash-in-nfsd4_read_release.patch
@@ -13494,6 +13553,9 @@
patches.suse/Bluetooth-btintel_pcie-Fix-event-packet-loss-issue.patch
patches.suse/Bluetooth-hci_core-Fix-tracking-of-periodic-advertis.patch
patches.suse/Bluetooth-rfcomm-fix-modem-control-handling.patch
patches.suse/dpll-spec-add-missing-module-name-and-clock-id-to-pi.patch
patches.suse/dpll-fix-device-id-get-and-pin-id-get-to-return-erro.patch
patches.suse/dpll-zl3073x-Fix-output-pin-registration.patch
patches.suse/net-usb-asix_devices-Check-return-value-of-usbnet_ge.patch
patches.suse/net-phy-dp83869-fix-STRAP_OPMODE-bitmask.patch
patches.suse/netfilter-nft_ct-add-seqadj-extension-for-natted-connectio.patch
@@ -13573,6 +13635,7 @@
patches.suse/bnxt_en-Fix-null-pointer-dereference-in-bnxt_bs_trac.patch
patches.suse/virtio-net-fix-received-length-check-in-big-packets.patch
patches.suse/wifi-mac80211_hwsim-Limit-destroy_on_close-radio-rem.patch
patches.suse/lan966x-Fix-sleeping-in-atomic-context.patch
patches.suse/net-bridge-fix-use-after-free-due-to-MST-port-state-bypass.patch
patches.suse/lib-crypto-curve25519-hacl64-Fix-older-clang-KASAN-w.patch
patches.suse/ACPI-SBS-Fix-present-test-in-acpi_battery_read.patch
@@ -13604,6 +13667,7 @@
patches.suse/KVM-arm64-Check-the-untrusted-offset-in-FF-A-memory-.patch
patches.suse/KVM-SVM-Mark-VMCB_LBR-dirty-when-MSR_IA32_DEBUGCTLMS.patch
patches.suse/mm-shmem-fix-THP-allocation-and-fallback-loop.patch
patches.suse/ksm-use-range-walk-function-to-jump-over-holes-in-scan_get.patch
patches.suse/fs-proc-fix-uaf-in-proc_readdir_de.patch
patches.suse/mm-mm_init-fix-hash-table-order-logging-in-alloc_lar.patch
patches.suse/mm-secretmem-fix-use-after-free-race-in-fault-handle.patch
@@ -13620,6 +13684,7 @@
patches.suse/strparser-Fix-signed-unsigned-mismatch-bug.patch
patches.suse/net-phy-micrel-lan8814-fix-reset-of-the-QSGMII-inter.patch
patches.suse/tipc-Fix-use-after-free-in-tipc_mon_reinit_self.patch
patches.suse/net-netpoll-fix-incorrect-refcount-handling-causing-incorr.patch
patches.suse/af_unix-Initialise-scc_index-in-unix_add_edge.patch
patches.suse/net-sched-act_connmark-initialize-struct-tc_ife-to-fix-ker.patch
patches.suse/net-sched-act_ife-initialize-struct-tc_ife-to-fix-KMSAN-ke.patch
@@ -13632,6 +13697,7 @@
patches.suse/Bluetooth-6lowpan-Don-t-hold-spin-lock-over-sleeping.patch
patches.suse/Bluetooth-6lowpan-add-missing-l2cap_chan_lock.patch
patches.suse/Bluetooth-btrtl-Avoid-loading-the-config-file-on-sec.patch
patches.suse/ipv4-route-Prevent-rt_bind_exception-from-rebinding-stale-.patch
patches.suse/wifi-mac80211-reject-address-change-while-connecting.patch
patches.suse/wifi-ath11k-zero-init-info-status-in-wmi_process_mgm.patch
patches.suse/wifi-mac80211-skip-rate-verification-for-not-capture.patch
@@ -13673,6 +13739,8 @@
patches.suse/NFSv4-Fix-an-incorrect-parameter-when-calling-nfs4_call_sync.patch
patches.suse/NFS-Fix-LTP-test-failures-when-timestamps-are-delegated.patch
patches.suse/ftrace-bpf-Fix-IPMODIFY-DIRECT-in-modify_ftrace_direct.patch
patches.suse/mptcp-Fix-proto-fallback-detection-with-BPF.patch
patches.suse/bpf-Add-bpf_prog_run_data_pointers.patch
patches.suse/bpf-account-for-current-allocated-stack-depth-in-wid.patch
patches.suse/selftests-bpf-Test-widen_imprecise_scalars-with-diff.patch
patches.suse/x86-CPU-AMD-Add-additional-fixed-RDSEED-microcode-revision.patch
@@ -13684,6 +13752,7 @@
patches.suse/mtd-onenand-Pass-correct-pointer-to-IRQ-handler.patch
patches.suse/sched_ext-Fix-unsafe-locking-in-the-scx_dump_state.patch
patches.suse/binfmt_misc-restore-write-access-before-closing-file.patch
patches.suse/exfat-check-return-value-of-sb_min_blocksize-in-exfat_read_boot_sector.patch
patches.suse/HID-quirks-work-around-VID-PID-conflict-for-0x4c4a-0.patch
patches.suse/HID-apple-Add-SONiX-AK870-PRO-to-non_apple_keyboards.patch
patches.suse/HID-amd_sfh-Stop-sensor-before-starting.patch
@@ -13698,6 +13767,7 @@
patches.suse/net-qlogic-qede-fix-potential-out-of-bounds-read-in-.patch
patches.suse/devlink-rate-Unset-parent-pointer-in-devl_rate_nodes.patch
patches.suse/xfrm-also-call-xfrm_state_delete_tunnel-at-destroy-time-fo.patch
patches.suse/mptcp-fix-a-race-in-mptcp_pm_del_add_timer.patch
patches.suse/net-mlx5-Clean-up-only-new-IRQ-glue-on-request_irq-f.patch
patches.suse/idpf-fix-possible-vport_config-NULL-pointer-deref-in.patch
patches.suse/ice-fix-PTP-cleanup-on-driver-removal-in-error-path.patch
@@ -13731,18 +13801,24 @@
patches.suse/pinctrl-s32cc-fix-uninitialized-memory-in-s32_pinctr.patch
patches.suse/pinctrl-s32cc-initialize-gpio_pin_config-list-after-.patch
patches.suse/ata-libata-scsi-Add-missing-scsi_device_put-in-ata_s.patch
patches.suse/ata-libata-scsi-Fix-system-suspend-for-a-security-lo.patch
patches.suse/nvmet-auth-update-sc_c-in-target-host-hash-calculati.patch
patches.suse/nvme-multipath-fix-lockdep-WARN-due-to-partition-sca.patch
patches.suse/nvme-nvme-fc-move-tagset-removal-to-nvme_fc_delete_c.patch
patches.suse/nvme-nvme-fc-Ensure-ioerr_work-is-cancelled-in-nvme_.patch
patches.suse/smb-client-introduce-close_cached_dir_locked-.patch
patches.suse/Input-goodix-add-support-for-ACPI-ID-GDIX1003.patch
patches.suse/Input-pegasus-notetaker-fix-potential-out-of-bounds-.patch
patches.suse/Input-imx_sc_key-fix-memory-corruption-on-unload.patch
patches.suse/Input-cros_ec_keyb-fix-an-invalid-memory-access.patch
patches.suse/scsi-sg-Do-not-sleep-in-atomic-context.patch
patches.suse/xfs-fix-out-of-bounds-memory-read-error-in-symlink-repair.patch
patches.suse/dm-verity-fix-unreliable-memory-allocation.patch
patches.suse/ALSA-usb-audio-Add-DSD-quirk-for-LEAK-Stereo-230.patch
patches.suse/ALSA-usb-audio-fix-uac2-clock-source-at-terminal-par.patch
patches.suse/mm-huge_memory-fix-NULL-pointer-deference-when-splitting-f.patch
patches.suse/platform-x86-intel-punit_ipc-fix-memory-corruption.patch
patches.suse/veth-reduce-XDP-no_direct-return-section-to-fix-race.patch
patches.suse/net-phy-mxl-gpy-fix-bogus-error-on-USXGMII-and-integ.patch
patches.suse/Bluetooth-btusb-mediatek-Fix-kernel-crash-when-relea.patch
patches.suse/Bluetooth-hci_core-Fix-triggering-cmd_timer-for-HCI_.patch
@@ -13761,6 +13837,7 @@
patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-check-actual-395d988.patch
patches.suse/can-sun4i_can-sun4i_can_interrupt-fix-max-irq-loop-h.patch
patches.suse/libceph-fix-potential-use-after-free-in-have_mon_and_osd_m.patch
patches.suse/ceph-fix-crash-in-process_v2_sparse_read-for-encrypted-dir.patch
patches.suse/libceph-replace-BUG_ON-with-bounds-check-for-map-max_osd.patch
patches.suse/libceph-prevent-potential-out-of-bounds-writes-in-handle_a.patch
patches.suse/drm-amd-amdgpu-reserve-vm-invalidation-engine-for-un.patch
@@ -13769,6 +13846,7 @@
patches.suse/drm-amd-display-Don-t-change-brightness-for-disabled.patch
patches.suse/drm-amdgpu-fix-cyan_skillfish2-gpu-info-fw-handling.patch
patches.suse/drm-sti-fix-device-leaks-at-component-probe.patch
patches.suse/drm-fbcon-vga_switcheroo-Avoid-race-condition-in-fbc.patch
patches.suse/drm-xe-Fix-conversion-from-clock-ticks-to-millisecon.patch
patches.suse/mmc-sdhci-of-dwcmshc-Promote-the-th1520-reset-handli.patch
patches.suse/mailbox-mailbox-test-Fix-debugfs_create_dir-error-ch.patch
@@ -13809,6 +13887,7 @@
patches.suse/spi-bcm63xx-fix-premature-CS-deassertion-on-RX-only-.patch
patches.suse/spi-amlogic-spifc-a1-Handle-devm_pm_runtime_enable-e.patch
patches.suse/spi-nxp-fspi-Propagate-fwnode-in-ACPI-case-as-well.patch
patches.suse/perf-x86-amd-Check-event-before-enable-to-avoid-GPF.patch
patches.suse/sched-fair-Skip-sched_balance_running-cmpxchg-when-balance-is-not-due.patch
patches.suse/sched-fair-Have-SD_SERIALIZE-affect-newidle-balancing.patch
patches.suse/0001-sched-Increase-sched_tick_remote-timeout.patch
@@ -13844,6 +13923,7 @@
patches.suse/Documentation-tps6594-pfsm-Fix-macro-cross-reference.patch
patches.suse/Documentation-kernel-parameters-fix-typo-in-retbleed.patch
patches.suse/lib-vsprintf-Check-pointer-before-dereferencing-in-t.patch
patches.suse/bpf-Do-not-let-BPF-test-infra-emit-invalid-GSO-types.patch
patches.suse/bpf-Refactor-stack-map-trace-depth-calculation-into-.patch
patches.suse/bpf-Fix-stackmap-overflow-check-in-__bpf_get_stackid.patch
patches.suse/bpf-Free-special-fields-when-update-lru_-percpu_hash.patch
@@ -13851,12 +13931,15 @@
patches.suse/bpf-Check-skb-transport_header-is-set-in-bpf_skb_che.patch
patches.suse/selftests-bpf-Test-bpf_skb_check_mtu-BPF_MTU_CHK_SEG.patch
patches.suse/bpf-Fix-invalid-prog-stats-access-when-update_effect.patch
patches.suse/net-mana-Support-HW-link-state-events.patch
patches.suse/wifi-ath10k-move-recovery-check-logic-into-a-new-wor.patch
patches.suse/wifi-ath11k-restore-register-window-after-global-res.patch
patches.suse/wifi-ath11k-fix-VHT-MCS-assignment.patch
patches.suse/wifi-ath11k-fix-peer-HE-MCS-assignment.patch
patches.suse/wifi-ath12k-fix-potential-memory-leak-in-ath12k_wow_.patch
patches.suse/net-mana-Fix-incorrect-speed-reported-by-debugfs.patch
patches.suse/wifi-cw1200-Fix-potential-memory-leak-in-cw1200_bh_r.patch
patches.suse/msft-hv-3412-net-mana-Move-hardware-counter-stats-from-per-port-t.patch
patches.suse/net-phy-adin1100-Fix-software-power-down-ready-condi.patch
patches.suse/wifi-mac80211-fix-CMAC-functions-not-handling-errors.patch
patches.suse/wifi-rtl8xxxu-Add-USB-ID-2001-3328-for-D-Link-AN3U-r.patch
@@ -13868,6 +13951,7 @@
patches.suse/wifi-cfg80211-stop-radar-detection-in-cfg80211_leave.patch
patches.suse/wifi-brcmfmac-Add-DMI-nvram-filename-quirk-for-Acer-.patch
patches.suse/wifi-mt76-Fix-DTS-power-limits-on-little-endian-syst.patch
patches.suse/wifi-mt76-wed-use-proper-wed-reference-in-mt76-wed-d.patch
patches.suse/wifi-mt76-mt792x-fix-wifi-init-fail-by-setting-MCU_R.patch
patches.suse/mt76-mt7615-Fix-memory-leak-in-mt7615_mcu_wtbl_sta_a.patch
patches.suse/wifi-ieee80211-correct-FILS-status-codes.patch
@@ -13879,7 +13963,22 @@
patches.suse/Bluetooth-btusb-Add-new-VID-PID-13d3-3533-for-RTL882.patch
patches.suse/net-vxlan-prevent-NULL-deref-in-vxlan_xmit_one.patch
patches.suse/net-phy-aquantia-check-for-NVMEM-deferral.patch
patches.suse/net-sched-sch_cake-Fix-incorrect-qlen-reduction-in-c.patch
patches.suse/nbd-defer-config-put-in-recv_work.patch
patches.suse/md-fix-rcu-protection-in-md_wakeup_thread.patch
patches.suse/md-init-bioset-in-mddev_init.patch
patches.suse/nbd-defer-config-unlock-in-nbd_genl_connect.patch
patches.suse/btrfs-fix-double-free-of-qgroup-record-after-failure.patch
patches.suse/btrfs-truncate-ordered-extent-when-skipping-writebac.patch
patches.suse/btrfs-use-variable-for-end-offset-in-extent_writepag.patch
patches.suse/btrfs-scrub-always-update-btrfs_scrub_progress-last_.patch
patches.suse/erofs-limit-the-level-of-fs-stacking-for-file-backed-mount.patch
patches.suse/gfs2-Prevent-recursive-memory-reclaim.patch
patches.suse/ext4-refresh-inline-data-size-before-write-operation.patch
patches.suse/ext4-xattr-fix-null-pointer-deref-in-ext4_raw_inode.patch
patches.suse/jbd2-avoid-bug_on-in-jbd2_journal_get_create_access-.patch
patches.suse/ext4-fix-string-copying-in-parse_apply_sb_mount_opti.patch
patches.suse/ext4-add-i_data_sem-protection-in-ext4_destroy_inlin.patch
patches.suse/ext4-align-max-orphan-file-size-with-e2fsprogs-limit.patch
patches.suse/media-dvb-usb-dtv5100-fix-out-of-bounds-in-dtv5100_i.patch
patches.suse/media-TDA1997x-Remove-redundant-cancel_delayed_work-.patch
@@ -14021,15 +14120,27 @@
patches.suse/PCI-dwc-Fix-wrong-PORT_LOGIC_LTSSM_STATE_MASK-defini.patch
patches.suse/PCI-keystone-Exit-ks_pcie_probe-for-invalid-mode.patch
patches.suse/PCI-rcar-gen2-Drop-ARM-dependency-from-PCI_RCAR_GEN2.patch
patches.suse/RDMA-rxe-Fix-null-deref-on-srq-rq.queue-after-resize.patch
patches.suse/tpm-Cap-the-number-of-PCR-banks.patch
patches.suse/sysctl-fix-kernel-doc-format-warning.patch
patches.suse/iommu-disable-SVA-when-CONFIG_X86-is-set.patch
patches.suse/fuse-fix-readahead-reclaim-deadlock.patch
patches.suse/exfat-fix-refcount-leak-in-exfat_find.patch
patches.suse/exfat-zero-out-post-EOF-page-cache-on-file-extension.patch
patches.suse/exfat-fix-remount-failure-in-different-process-environments.patch
patches.suse/macintosh-mac_hid-fix-race-condition-in-mac_hid_togg.patch
patches.suse/powerpc-addnote-Fix-overflow-on-32-bit-builds.patch
patches.suse/powerpc-64s-slb-Fix-SLB-multihit-issue-during-SLB-preload.patch
patches.suse/KVM-x86-Don-t-clear-async-PF-queue-when-CR0.PG-is-di.patch
patches.suse/KVM-x86-WARN-if-hrtimer-callback-for-periodic-APIC-t.patch
patches.suse/KVM-x86-Explicitly-set-new-periodic-hrtimer-expirati.patch
patches.suse/KVM-SVM-Don-t-skip-unrelated-instruction-if-INT3-INT.patch
patches.suse/clk-mvebu-cp110-add-CLK_IGNORE_UNUSED-to-pcie_x10-pc.patch
patches.suse/soc-tegra-fuse-Do-not-register-SoC-device-on-ACPI-bo.patch
patches.suse/soc-tegra-fuse-speedo-tegra210-Update-speedo-IDs.patch
patches.suse/firmware-imx-scu-irq-fix-OF-node-leak-in.patch
patches.suse/firmware-imx-scu-irq-Init-workqueue-before-request-m.patch
patches.suse/firmware-imx-scu-irq-Set-mu_resource_id-before-get-h.patch
patches.suse/ti-sysc-allow-OMAP2-and-OMAP4-timers-to-be-reserved-.patch
patches.suse/firmware-qcom-tzmem-fix-qcom_tzmem_policy-kernel-doc.patch
patches.suse/soc-qcom-ocmem-fix-device-leak-on-lookup.patch
@@ -14049,6 +14160,9 @@
patches.suse/scsi-lpfc-Allow-support-for-BB-credit-recovery-in-po.patch
patches.suse/scsi-lpfc-Add-capability-to-register-Platform-Name-I.patch
patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.12.patch
patches.suse/scsi-qla2xxx-Fix-improper-freeing-of-purex-item.patch
patches.suse/tpm2-sessions-Fix-out-of-range-indexing-in-name_size.patch
patches.suse/tpm2-sessions-Fix-tpm2_read_public-range-checks.patch
patches.suse/ipmi-Fix-the-race-between-__scan_channels-and-delive.patch
patches.suse/ipmi-Fix-__scan_channels-failing-to-rescan-channels.patch
patches.suse/landlock-Fix-handling-of-disconnected-directories.patch
@@ -14056,6 +14170,8 @@
patches.suse/via_wdt-fix-critical-boot-hang-due-to-unnamed-resour.patch
patches.suse/watchdog-wdat_wdt-Fix-ACPI-table-leak-in-probe-funct.patch
patches.suse/watchdog-starfive-Fix-resource-leak-in-probe-error-p.patch
patches.suse/NFSD-blocklayout-Fix-minlength-check-in-proc_layoutget.patch
patches.suse/NFSD-use-correct-reservation-type-in-nfsd4_scsi_fence_client.patch
patches.suse/fbdev-gbefb-fix-to-use-physical-address-instead-of-d.patch
patches.suse/fbdev-tcx.c-fix-mem_map-to-correct-smem_start-offset.patch
patches.suse/fbdev-pxafb-Fix-multiple-clamped-values-in-pxafb_adj.patch
@@ -14066,6 +14182,8 @@
patches.suse/iio-imu-st_lsm6dsx-Fix-measurement-unit-for-odr-stru.patch
patches.suse/iio-core-add-missing-mutex_destroy-in-iio_dev_releas.patch
patches.suse/iio-core-Clean-up-device-correctly-on-iio_device_all.patch
patches.suse/iio-core-Replace-lockdep_set_class-mutex_init-by-com.patch
patches.suse/coresight-ETR-Fix-ETR-buffer-use-after-free-issue.patch
patches.suse/interconnect-debugfs-Fix-incorrect-error-handling-fo.patch
patches.suse/interconnect-qcom-msm8996-add-missing-link-to-SLAVE_.patch
patches.suse/interconnect-qcom-sdx75-Drop-QPIC-interconnect-and-B.patch
@@ -14114,6 +14232,14 @@
patches.suse/clk-qcom-Mark-camcc_sm7150_hws-static.patch
patches.suse/i3c-fix-refcount-inconsistency-in-i3c_master_registe.patch
patches.suse/i3c-master-svc-Prevent-incomplete-IBI-transaction.patch
patches.suse/msft-hv-3369-mshv-Fix-VpRootDispatchThreadBlocked-value.patch
patches.suse/msft-hv-3370-mshv-Fix-deposit-memory-in-MSHV_ROOT_HVCALL.patch
patches.suse/msft-hv-3382-Drivers-hv-remove-stale-comment.patch
patches.suse/msft-hv-3403-Drivers-hv-fix-missing-kernel-doc-description-for-si.patch
patches.suse/msft-hv-3404-Drivers-hv-Resolve-ambiguity-in-hypervisor-version-l.patch
patches.suse/msft-hv-3405-Drivers-hv-Use-kmalloc_array-instead-of-kmalloc.patch
patches.suse/msft-hv-3407-mshv-Fix-create-memory-region-overlap-check.patch
patches.suse/msft-hv-3421-Drivers-hv-use-kmalloc_array-instead-of-kmalloc.patch
patches.suse/phy-broadcom-bcm63xx-usbh-fix-section-mismatches.patch
patches.suse/phy-renesas-rcar-gen3-usb2-Fix-an-error-handling-pat.patch
patches.suse/phy-freescale-Initialize-priv-lock.patch
@@ -14124,6 +14250,8 @@
patches.suse/pinctrl-single-Fix-incorrect-type-for-error-return-v.patch
patches.suse/hwmon-w83791d-Convert-macros-to-functions-to-avoid-T.patch
patches.suse/docs-hwmon-fix-link-to-g762-devicetree-binding.patch
patches.suse/block-fix-memory-leak-in-__blkdev_issue_zero_pages.patch
patches.suse/io_uring-poll-correctly-handle-io_poll_add-return-va.patch
patches.suse/platform-x86-intel-pmc-Update-Arrow-Lake-telemetry-G.patch
patches.suse/platform-x86-intel-hid-Add-Dell-Pro-Rugged-10-12-tab.patch
patches.suse/platform-x86-asus-wmi-use-brightness_set_blocking-fo.patch
@@ -14131,22 +14259,29 @@
patches.suse/i2c-designware-Disable-SMBus-interrupts-to-prevent-s.patch
patches.suse/i2c-amd-mp2-fix-reference-leak-in-MP2-PCI-device.patch
patches.suse/regulator-fixed-Rely-on-the-core-freeing-the-enable-.patch
patches.suse/NFSv4-ensure-the-open-stateid-seqid-doesn-t-go-backwards.patch
patches.suse/NFSv4-pNFS-Clear-NFS_INO_LAYOUTCOMMIT-in-pnfs_mark_layout_.patch
patches.suse/NFS-Automounted-filesystems-should-inherit-ro-noexec-nodev.patch
patches.suse/NFS-Fix-up-the-automount-fs_context-to-use-the-correct-cred.patch
patches.suse/ALSA-hda-cs35l41-Fix-NULL-pointer-dereference-in-cs3-c34b04c.patch
patches.suse/ALSA-firewire-motu-fix-buffer-overflow-in-hwdep-read.patch
patches.suse/ALSA-uapi-Fix-typo-in-asound.h-comment.patch
patches.suse/ALSA-firewire-motu-add-bounds-check-in-put_user-loop.patch
patches.suse/ASoC-bcm-bcm63xx-pcm-whistler-Check-return-value-of-.patch
patches.suse/ASoC-codecs-nau8325-Silence-uninitialized-variables-.patch
patches.suse/ASoC-rockchip-Fix-Wvoid-pointer-to-enum-cast-warning.patch
patches.suse/ASoC-ak4458-Disable-regulator-when-error-happens.patch
patches.suse/ASoC-ak5558-Disable-regulator-when-error-happens.patch
patches.suse/ASoC-codecs-wcd937x-fix-OF-node-leaks-on-probe-failu.patch
patches.suse/ASoC-codecs-wcd938x-fix-OF-node-leaks-on-probe-failu.patch
patches.suse/ASoC-codecs-wcd939x-fix-OF-node-leaks-on-probe-failu.patch
patches.suse/rtc-gamecube-Check-the-return-value-of-ioremap.patch
patches.suse/drm-panthor-Prevent-potential-UAF-in-group-creation.patch
patches.suse/drm-amdkfd-Use-huge-page-size-to-check-split-svm-ran.patch
patches.suse/drm-amdkfd-Trap-handler-support-for-expert-schedulin.patch
patches.suse/drm-amd-display-Use-GFP_ATOMIC-in-dc_create_plane_st.patch
patches.suse/drm-amdkfd-Export-the-cwsr_size-and-ctl_stack_size-t.patch
patches.suse/drm-amd-display-shrink-struct-members.patch
patches.suse/drm-amdkfd-bump-minimum-vgpr-size-for-gfx1151.patch
patches.suse/Revert-drm-amd-display-Fix-pbn-to-kbps-Conversion.patch
patches.suse/drm-i915-Fix-format-string-truncation-warning.patch
@@ -14156,23 +14291,51 @@
patches.suse/drm-ttm-Avoid-NULL-pointer-deref-for-evicted-BOs.patch
patches.suse/drm-tilcdc-Fix-removal-actions-in-case-of-failed-pro.patch
patches.suse/drm-mgag200-Fix-big-endian-support.patch
patches.suse/ocfs2-fix-kernel-BUG-in-ocfs2_find_victim_chain.patch
patches.suse/args-fix-documentation-to-reflect-the-correct-number.patch
patches.suse/irqchip-mchp-eic-Fix-error-code-in-mchp_eic_domain_a.patch
patches.suse/libceph-make-decode_pool-more-resilient-against-corrupted-.patch
patches.suse/cgroup-rstat-use-LOCK-CMPXCHG-in-css_rstat_updated.patch
patches.suse/btrfs-don-t-log-conflicting-inode-if-it-s-a-dir-move.patch
patches.suse/btrfs-do-not-skip-logging-new-dentries-when-logging-.patch
patches.suse/btrfs-fix-changeset-leak-on-mmap-write-after-failure.patch
patches.suse/libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch
patches.suse/fsnotify-do-not-generate-ACCESS-MODIFY-events-on-chi.patch
patches.suse/net-hsr-fix-NULL-pointer-dereference-in-prp_get_unta.patch
patches.suse/net-sched-ets-Always-remove-class-from-active-list-b.patch
patches.suse/net-phy-marvell-88q2xxx-Fix-clamped-value-in-mv88q2x.patch
patches.suse/mlxsw-spectrum_router-Fix-neighbour-use-after-free.patch
patches.suse/mlxsw-spectrum_mr-Fix-use-after-free-when-updating-multica.patch
patches.suse/r8169-fix-RTL8117-Wake-on-Lan-in-DASH-mode.patch
patches.suse/bnxt_en-Fix-XDP_TX-path.patch
patches.suse/mptcp-avoid-deadlock-on-fallback-while-reinjecting.patch
patches.suse/net-handshake-restore-destructor-on-submit-failure.patch
patches.suse/broadcom-b44-prevent-uninitialized-value-usage.patch
patches.suse/inet-frags-add-inet_frag_queue_flush.patch
patches.suse/inet-frags-flush-pending-skbs-in-fqdir_pre_exit.patch
patches.suse/ipvs-fix-ipv4-null-ptr-deref-in-route-error-path.patch
patches.suse/can-gs_usb-gs_can_open-fix-error-handling.patch
patches.suse/caif-fix-integer-underflow-in-cffrml_receive.patch
patches.suse/net-sched-ets-Remove-drr-class-from-the-active-list-.patch
patches.suse/nfc-pn533-Fix-error-code-in-pn533_acr122_poweron_rdr.patch
patches.suse/ethtool-Avoid-overflowing-userspace-buffer-on-stats-query.patch
patches.suse/net-mlx5-fw_tracer-Validate-format-string-parameters.patch
patches.suse/net-handshake-duplicate-handshake-cancellations-leak-socke.patch
patches.suse/net-hns3-using-the-num_tqps-in-the-vf-driver-to-appl.patch
patches.suse/net-hns3-add-VLAN-id-validation-before-using.patch
patches.suse/can-j1939-make-j1939_session_activate-fail-if-device.patch
patches.suse/can-j1939-make-j1939_sk_bind-fail-if-device-is-no-lo.patch
patches.suse/PM-runtime-Do-not-clear-needs_force_resume-with-enab.patch
patches.suse/powercap-fix-race-condition-in-register_control_type.patch
patches.suse/powercap-fix-sscanf-error-return-value-handling.patch
patches.suse/ACPI-CPPC-Fix-missing-PCC-check-for-guaranteed_perf.patch
patches.suse/ACPI-PCC-Fix-race-condition-by-removing-static-quali.patch
patches.suse/KVM-nSVM-Clear-exit_code_hi-in-VMCB-when-synthesizin.patch
patches.suse/KVM-nSVM-Set-exit_code_hi-to-1-when-synthesizing-SVM.patch
patches.suse/drm-amd-display-Fix-scratch-registers-offsets-for-DC.patch
patches.suse/drm-amd-display-Fix-scratch-registers-offsets-for-DC-fd62aa1.patch
patches.suse/drm-amd-display-Fix-DP-no-audio-issue.patch
patches.suse/drm-amdkfd-Fix-improper-NULL-termination-of-queue-re.patch
patches.suse/drm-panel-sony-td4353-jdi-Enable-prepare_prev_first.patch
patches.suse/drm-me-gsc-mei-interrupt-top-half-should-be-in-irq-d.patch
patches.suse/drm-xe-bo-Don-t-include-the-CCS-metadata-in-the-dma-.patch
@@ -14189,19 +14352,32 @@
patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch
patches.suse/hwmon-tmp401-fix-overflow-caused-by-default-conversi.patch
patches.suse/hwmon-ltc4282-Fix-reset_history-file-permissions.patch
patches.suse/xfs-fix-a-UAF-problem-in-xattr-repair.patch
patches.suse/spi-fsl-cpm-Check-length-parity-before-switching-to-.patch
patches.suse/spi-mt65xx-Use-IRQF_ONESHOT-with-threaded-IRQ.patch
patches.suse/spi-cadence-quadspi-Fix-clock-disable-on-probe-failu.patch
patches.suse/ata-libata-core-Disable-LPM-on-ST2000DM008-2FR102.patch
patches.suse/Input-lkkbd-disable-pending-work-before-freeing-devi.patch
patches.suse/Input-atkbd-skip-deactivate-for-HONOR-FMB-P-s-intern.patch
patches.suse/Input-i8042-add-TUXEDO-InfinityBook-Max-Gen10-AMD-to.patch
patches.suse/Input-alps-fix-use-after-free-bugs-caused-by-dev3_re.patch
patches.suse/Input-ti_am335x_tsc-fix-off-by-one-error-in-wire_ord.patch
patches.suse/ALSA-usb-audio-Update-for-native-DSD-support-quirks.patch
patches.suse/ALSA-vxpocket-Fix-resource-leak-in-vxpocket_probe-er.patch
patches.suse/ALSA-pcmcia-Fix-resource-leak-in-snd_pdacf_probe-err.patch
patches.suse/ALSA-usb-mixer-us16x08-validate-meter-packet-indices.patch
patches.suse/ASoC-amd-yc-Add-quirk-for-Honor-MagicBook-X16-2025.patch
patches.suse/ASoC-fsl_sai-Constrain-sample-rates-from-audio-PLLs-.patch
patches.suse/ASoC-ak4458-remove-the-reset-operation-in-probe-and-.patch
patches.suse/ASoC-fsl_sai-Add-missing-registers-to-cache-default.patch
patches.suse/SUNRPC-svcauth_gss-avoid-NULL-deref-on-zero-length-gss_tok.patch
patches.suse/svcrdma-use-rc_pageoff-for-memcpy-byte-offset.patch
patches.suse/svcrdma-return-0-on-success-from-svc_rdma_copy_inline_range.patch
patches.suse/NFSD-Clear-SECLABEL-in-the-suppattr_exclcreat-bitmap.patch
patches.suse/NFSD-NFSv4-file-creation-neglects-setting-ACL.patch
patches.suse/io_uring-fix-filename-leak-in-__io_openat_prep.patch
patches.suse/drm-msm-dpu-Add-missing-NULL-pointer-check-for-pingp.patch
patches.suse/spi-cadence-quadspi-Prevent-lost-complete-call-durin.patch
patches.suse/powerpc-kexec-Enable-SMT-before-waking-offline-CPUs.patch
patches.suse/firewire-nosy-Fix-dma_free_coherent-size.patch
patches.suse/serial-core-Restore-sysfs-fwnode-information.patch
@@ -14222,15 +14398,29 @@
patches.suse/genalloc.h-fix-htmldocs-warning.patch
patches.suse/idr-fix-idr_alloc-returning-an-ID-out-of-range.patch
patches.suse/net-mdio-aspeed-add-dummy-read-to-avoid-read-after-w.patch
patches.suse/ip6_gre-make-ip6gre_header-robust.patch
patches.suse/team-fix-check-for-port-enabled-in-team_queue_overri.patch
patches.suse/mptcp-fallback-earlier-on-simult-connection.patch
patches.suse/net-usb-rtl8150-fix-memory-leak-on-usb_submit_urb-fa.patch
patches.suse/Bluetooth-btusb-revert-use-of-devm_kzalloc-in-btusb.patch
patches.suse/smc91x-fix-broken-irq-context-in-PREEMPT_RT.patch
patches.suse/iavf-fix-off-by-one-issues-in-iavf_config_rss_reg.patch
patches.suse/e1000-fix-OOB-in-e1000_tbi_should_accept.patch
patches.suse/net-usb-asix-validate-PHY-address-before-use.patch
patches.suse/net-nfc-fix-deadlock-between-nfc_unregister_device-a.patch
patches.suse/octeontx2-pf-fix-UBSAN-shift-out-of-bounds-error.patch
patches.suse/wifi-rtw88-limit-indirect-IO-under-powered-off-for-R.patch
patches.suse/wifi-rtlwifi-8192cu-fix-tid-out-of-range-in-rtl92cu_.patch
patches.suse/wifi-cfg80211-sme-store-capped-length-in-__cfg80211_.patch
patches.suse/wifi-mac80211-do-not-use-old-MBSSID-elements.patch
patches.suse/net-stmmac-fix-the-crash-issue-for-zero-copy-XDP_TX-action.patch
patches.suse/gve-defer-interrupt-enabling-until-NAPI-registration.patch
patches.suse/ipv6-BUG-in-pskb_expand_head-as-part-of-calipso_skbuff_set.patch
patches.suse/net-usb-sr9700-fix-incorrect-command-used-to-write-s.patch
patches.suse/ipv4-Fix-reference-count-leak-when-using-error-routes-with.patch
patches.suse/net-rose-fix-invalid-array-index-in-rose_kill_by_dev.patch
patches.suse/ipv6-fix-a-BUG-in-rt6_get_pcpu_route-under-PREEMPT_RT.patch
patches.suse/nfsd-Drop-the-client-reference-in-client_states_open.patch
patches.suse/platform-mellanox-mlxbf-pmc-Remove-trailing-whitespa.patch
patches.suse/platform-x86-msi-laptop-add-missing-sysfs_remove_gro.patch
patches.suse/platform-x86-ibm_rtl-fix-EBDA-signature-search-point.patch
@@ -14239,39 +14429,253 @@
patches.suse/drm-nouveau-dispnv50-Don-t-call-drm_atomic_get_crtc_.patch
patches.suse/drm-i915-gem-Zero-initialize-the-eb.vma-array-in-i91.patch
patches.suse/x86-microcode-AMD-Fix-Entrysign-revision-check-for-Z.patch
patches.suse/md-raid5-fix-possible-null-pointer-dereferences-in-r.patch
patches.suse/RDMA-core-Check-for-the-presence-of-LS_NLA_TYPE_DGID.patch
patches.suse/RDMA-cm-Fix-leaking-the-multicast-GID-table-referenc.patch
patches.suse/msft-hv-3433-RDMA-mana_ib-check-cqe-length-for-kernel-CQs.patch
patches.suse/RDMA-irdma-avoid-invalid-read-in-irdma_net_event.patch
patches.suse/RDMA-core-always-drop-device-refcount-in-ib_del_sub_.patch
patches.suse/of-unittest-Fix-memory-leak-in-unittest_data_add.patch
patches.suse/btrfs-fix-deadlock-in-wait_current_trans-due-to-igno.patch
patches.suse/btrfs-always-detect-conflicting-inodes-when-logging-.patch
patches.suse/btrfs-do-not-free-data-reservation-in-fallback-from-.patch
patches.suse/btrfs-fix-reservation-leak-in-some-error-paths-when-.patch
patches.suse/NFSD-Fix-permission-check-for-read-access-to-executable-only-files.patch
patches.suse/nfsd-use-correct-loop-termination-in-nfsd4_revoke_states.patch
patches.suse/nfsd-check-that-server-is-running-in-unlock_filesystem.patch
patches.suse/ALSA-ac97-fix-a-double-free-in-snd_ac97_controller_r.patch
patches.suse/ASoC-sun4i-spdif-Add-missing-kerneldoc-fields-for-su.patch
patches.suse/HID-usbhid-paper-over-wrong-bNumDescriptor-field.patch
patches.suse/HID-quirks-work-around-VID-PID-conflict-for-appledis.patch
patches.suse/net-mscc-ocelot-Fix-crash-when-adding-interface-under-a-la.patch
patches.suse/net-sock-fix-hardened-usercopy-panic-in-sock_recv_errqueue.patch
patches.suse/net-wwan-iosm-Fix-memory-leak-in-ipc_mux_deinit.patch
patches.suse/net-sched-sch_qfq-Fix-NULL-deref-when-deactivating-inactiv.patch
patches.suse/net-usb-pegasus-fix-memory-leak-in-update_eth_regs_a.patch
patches.suse/atm-Fix-dma_free_coherent-size.patch
patches.suse/wifi-avoid-kernel-infoleak-from-struct-iw_point.patch
patches.suse/wifi-mac80211-restore-non-chanctx-injection-behaviou.patch
patches.suse/idpf-detach-and-close-netdevs-while-handling-a-reset.patch
patches.suse/idpf-Fix-RSS-LUT-NULL-pointer-crash-on-early-ethtool.patch
patches.suse/idpf-Fix-RSS-LUT-NULL-ptr-issue-after-soft-reset.patch
patches.suse/arp-do-not-assume-dev_hard_header-does-not-change-skb-head.patch
patches.suse/pinctrl-qcom-lpass-lpi-mark-the-GPIO-controller-as-s.patch
patches.suse/crypto-qat-fix-duplicate-restarting-msg-during-AER-e.patch
patches.suse/drm-pl111-Fix-error-handling-in-pl111_amba_probe.patch
patches.suse/drm-amd-display-Apply-e4479aecf658-to-dml.patch
patches.suse/drm-radeon-Remove-__counted_by-from-ClockInfoArray.c.patch
patches.suse/drm-amdgpu-Fix-query-for-VPE-block_type-and-ip_count.patch
patches.suse/gpiolib-fix-race-condition-for-gdev-srcu.patch
patches.suse/gpio-pca953x-handle-short-interrupt-pulses-on-PCAL-d.patch
patches.suse/gpio-rockchip-mark-the-GPIO-controller-as-sleeping.patch
patches.suse/btrfs-release-path-before-initializing-extent-tree-i.patch
patches.suse/libceph-prevent-potential-out-of-bounds-reads-in-handle_au.patch
patches.suse/libceph-replace-overzealous-BUG_ON-in-osdmap_apply_increme.patch
patches.suse/libceph-make-free_choose_arg_map-resilient-to-partial-allo.patch
patches.suse/libceph-return-the-handler-error-from-mon_handle_auth_done.patch
patches.suse/erofs-don-t-bother-with-s_stack_depth-increasing-for-now.patch
patches.suse/erofs-fix-file-backed-mounts-no-longer-working-on-EROFS-pa.patch
patches.suse/docs-ABI-sysfs-devices-soc-Fix-swapped-sample-values.patch
patches.suse/mei-me-add-nova-lake-point-S-DID.patch
patches.suse/lib-crypto-aes-Fix-missing-MMU-protection-for-AES-S-.patch
patches.suse/x86-fpu-Clear-XSTATE_BV-i-in-guest-XSAVE-state-whenev.patch
patches.suse/macvlan-fix-possible-UAF-in-macvlan_forward_source.patch
patches.suse/ipv4-ip_gre-make-ipgre_header-robust.patch
patches.suse/can-etas_es58x-allow-partial-RX-URB-allocation-to-su.patch
patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-fix-URB-memo.patch
patches.suse/can-ctucanfd-fix-SSP_SRC-in-cases-when-bit-rate-is-h.patch
patches.suse/net-mlx5e-Fix-crash-on-profile-change-rollback-failu.patch
patches.suse/net-mlx5e-Don-t-store-mlx5e_priv-in-mlx5e_dev-devlin.patch
patches.suse/msft-hv-3440-net-hv_netvsc-reject-RSS-hash-key-programming-withou.patch
patches.suse/net-sched-sch_qfq-do-not-free-existing-class-in-qfq_.patch
patches.suse/net-can-j1939-j1939_xtp_rx_rts_session_active-deacti.patch
patches.suse/lib-buildid-use-__kernel_read-for-sleepable-context.patch
patches.suse/efi-cper-Fix-cper_bits_to_str-buffer-handling-and-re.patch
patches.suse/pNFS-Fix-a-deadlock-when-returning-a-delegation-during-open.patch
patches.suse/pnfs-flexfiles-Fix-memory-leak-in-nfs4_ff_alloc_deviceid_node.patch
patches.suse/pnfs-blocklayout-Fix-memory-leak-in-bl_parse_scsi.patch
patches.suse/ALSA-hda-cirrus_scodec_test-Fix-incorrect-setup-of-g.patch
patches.suse/ALSA-hda-cirrus_scodec_test-Fix-test-suite-name.patch
patches.suse/ASoC-codecs-wsa883x-fix-unnecessary-initialisation.patch
patches.suse/ASoC-codecs-wsa881x-fix-unnecessary-initialisation.patch
patches.suse/ASoC-codecs-wsa884x-fix-codec-initialisation.patch
patches.suse/ASoC-sdw_utils-cs42l43-Enable-Headphone-pin-for-LINE.patch
patches.suse/ASoC-tlv320adcx140-fix-null-pointer.patch
patches.suse/ASoC-tlv320adcx140-fix-word-length.patch
patches.suse/PM-EM-Fix-incorrect-description-of-the-cost-field-in.patch
patches.suse/drm-amd-Clean-up-kfd-node-on-surprise-disconnect.patch
patches.suse/drm-amdkfd-fix-a-memory-leak-in-device_queue_manager.patch
patches.suse/drm-amd-display-Bump-the-HDMI-clock-to-340MHz.patch
patches.suse/drm-amd-display-Initialise-backlight-level-values-fr.patch
patches.suse/drm-amd-pm-fix-smu-overdrive-data-type-wrong-issue-o.patch
patches.suse/drm-vmwgfx-Merge-vmw_bo_release-and-vmw_bo_free-func.patch
patches.suse/drm-vmwgfx-Fix-an-error-return-check-in-vmw_compat_s.patch
patches.suse/drm-panel-simple-fix-connector-type-for-DataImage-SC.patch
patches.suse/drm-nouveau-disp-nv50-Set-lock_core-in-curs507a_prep.patch
patches.suse/btrfs-release-path-before-iget_failed-in-btrfs_read_.patch
patches.suse/i2c-riic-Move-suspend-handling-to-NOIRQ-phase.patch
patches.suse/usb-dwc3-Check-for-USB4-IP_NAME.patch
patches.suse/usb-core-add-USB_QUIRK_NO_BOS-for-devices-that-hang-.patch
patches.suse/USB-OHCI-UHCI-Add-soft-dependencies-on-ehci_platform.patch
patches.suse/USB-serial-option-add-Telit-LE910-MBIM-composition.patch
patches.suse/USB-serial-ftdi_sio-add-support-for-PICAXE-AXE027-ca.patch
patches.suse/phy-fsl-imx8mq-usb-Clear-the-PCS_TX_SWING_FULL-field.patch
patches.suse/phy-stm32-usphyc-Fix-off-by-one-in-probe.patch
patches.suse/phy-ti-da8xx-usb-Handle-devm_pm_runtime_enable-error.patch
patches.suse/phy-ti-gmii-sel-fix-regmap-leak-on-probe-failure.patch
patches.suse/phy-rockchip-inno-usb2-fix-disconnection-in-gadget-m.patch
patches.suse/phy-rockchip-inno-usb2-fix-communication-disruption-.patch
patches.suse/phy-tegra-xusb-Explicitly-configure-HS_DISCON_LEVEL-.patch
patches.suse/phy-broadcom-ns-usb3-Fix-Wvoid-pointer-to-enum-cast-.patch
patches.suse/phy-rockchip-inno-usb2-Fix-a-double-free-bug-in-rock.patch
patches.suse/phy-freescale-imx8m-pcie-assert-phy-reset-during-pow.patch
patches.suse/dmaengine-xilinx-xdma-Fix-regmap-max_register.patch
patches.suse/dmaengine-at_hdmac-fix-device-leak-on-of_dma_xlate.patch
patches.suse/dmaengine-bcm-sba-raid-fix-device-leak-on-probe.patch
patches.suse/dmaengine-dw-dmamux-fix-OF-node-leak-on-route-alloca.patch
patches.suse/dmaengine-idxd-fix-device-leaks-on-compat-bind-and-u.patch
patches.suse/dmaengine-lpc18xx-dmamux-fix-device-leak-on-route-al.patch
patches.suse/dmaengine-lpc32xx-dmamux-fix-device-leak-on-route-al.patch
patches.suse/dmaengine-stm32-dmamux-fix-device-leak-on-route-allo.patch
patches.suse/dmaengine-stm32-dmamux-fix-OF-node-leak-on-route-all.patch
patches.suse/dmaengine-ti-dma-crossbar-fix-device-leak-on-dra7x-r.patch
patches.suse/dmaengine-ti-dma-crossbar-fix-device-leak-on-am335x-.patch
patches.suse/dmaengine-ti-k3-udma-fix-device-leak-on-udma-lookup.patch
patches.suse/dmaengine-tegra-adma-Fix-use-after-free.patch
patches.suse/dmaengine-xilinx_dma-Fix-uninitialized-addr_width-wh.patch
patches.suse/dmaengine-sh-rz-dmac-Fix-rz_dmac_terminate_all.patch
patches.suse/dmaengine-qcom-gpi-Fix-memory-leak-in-gpi_peripheral.patch
patches.suse/dmaengine-omap-dma-fix-dma_pool-resource-leak-in-err.patch
patches.suse/dmaengine-apple-admac-Add-apple-t8103-admac-compatib.patch
patches.suse/ata-ahci-Do-not-read-the-per-port-area-for-unimpleme.patch
patches.suse/ata-libata-sata-Improve-link_power_management_suppor.patch
patches.suse/ata-libata-Add-cpr_log-to-ata_dev_print_features-ear.patch
patches.suse/of-platform-Use-default-match-table-for-firmware.patch
patches.suse/of-fix-reference-count-leak-in-of_alias_scan.patch
patches.suse/leds-led-class-Only-Add-LED-to-leds_list-when-it-is-.patch
patches.suse/net-usb-dm9601-remove-broken-SR9700-support.patch
patches.suse/selftests-net-fib-onlink-tests-Convert-to-use-namespaces-b.patch
patches.suse/Revert-nfc-nci-Add-the-inconsistency-check-between-t.patch
patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-unanchor-URL.patch
patches.suse/can-ems_usb-ems_usb_read_bulk_callback-fix-URB-memor.patch
patches.suse/can-kvaser_usb-kvaser_usb_read_bulk_callback-fix-URB.patch
patches.suse/can-mcba_usb-mcba_usb_read_bulk_callback-fix-URB-mem.patch
patches.suse/can-usb_8dev-usb_8dev_read_bulk_callback-fix-URB-mem.patch
patches.suse/mISDN-annotate-data-race-around-dev-work.patch
patches.suse/usbnet-limit-max_mtu-based-on-device-s-hard_mtu.patch
patches.suse/wifi-rsi-Fix-memory-corruption-due-to-not-set-vif-dr.patch
patches.suse/wifi-mwifiex-Fix-a-loop-in-mwifiex_update_ampdu_rxwi.patch
patches.suse/wifi-ath10k-fix-dma_free_coherent-pointer.patch
patches.suse/wifi-ath12k-fix-dma_free_coherent-pointer.patch
patches.suse/wifi-mac80211-don-t-perform-DA-check-on-S1G-beacon.patch
patches.suse/dpll-Prevent-duplicate-registrations.patch
patches.suse/x86-make-page-fault-handling-disable-interrupts-properly.patch
patches.suse/crypto-authencesn-reject-too-short-AAD-assoclen-8-to.patch
patches.suse/drm-imagination-Wait-for-FW-trace-update-command-com.patch
patches.suse/drm-nouveau-add-missing-DCB-connector-types.patch
patches.suse/drm-nouveau-implement-missing-DCB-connector-types-gr.patch
patches.suse/drm-nouveau-disp-Set-drm_mode_config_funcs.atomic_-c.patch
patches.suse/drm-amdgpu-remove-frame-cntl-for-gfx-v12.patch
patches.suse/drm-amd-pm-Don-t-clear-SI-SMC-table-when-setting-pow.patch
patches.suse/drm-amd-pm-Workaround-SI-powertune-issue-on-Radeon-4.patch
patches.suse/ALSA-usb-Increase-volume-range-that-triggers-a-warni.patch
patches.suse/ALSA-scarlett2-Fix-buffer-overflow-in-config-retriev.patch
patches.suse/ALSA-ctxfi-Fix-potential-OOB-access-in-audio-mixer-h.patch
patches.suse/ALSA-usb-audio-Fix-use-after-free-in-snd_usb_mixer_f.patch
patches.suse/gpio-cdev-Correct-return-code-on-memory-allocation-f.patch
patches.suse/regmap-Fix-race-condition-in-hwspinlock-irqsave-rout.patch
patches.suse/mmc-sdhci-of-dwcmshc-Prevent-illegal-clock-reduction.patch
patches.suse/mmc-rtsx_pci_sdmmc-implement-sdmmc_card_busy-functio.patch
patches.suse/platform-x86-amd-Fix-memory-leak-in-wbrf_record.patch
patches.suse/platform-x86-hp-bioscfg-Fix-kobject-warnings-for-emp.patch
patches.suse/platform-x86-hp-bioscfg-Fix-kernel-panic-in-GET_INST.patch
patches.suse/platform-x86-hp-bioscfg-Fix-automatic-module-loading.patch
patches.suse/sched-fair-Disable-scheduler-feature-NEXT_BUDDY.patch
patches.suse/Input-i8042-add-quirk-for-ASUS-Zenbook-UX425QA_UM425.patch
patches.suse/Input-i8042-add-quirks-for-MECHREVO-Wujie-15X-Pro.patch
patches.suse/serial-8250_pci-Fix-broken-RS485-for-F81504-508-512.patch
patches.suse/iio-adc-at91-sama5d2_adc-Fix-potential-use-after-fre.patch
patches.suse/iio-adc-ad7280a-handle-spi_setup-errors-in-probe.patch
patches.suse/iio-adc-ad9467-fix-ad9434-vref-mask.patch
patches.suse/iio-adc-pac1934-Fix-clamped-value-in-pac1934_reg_sna.patch
patches.suse/iio-imu-st_lsm6dsx-fix-iio_chan_spec-for-sensors-wit.patch
patches.suse/iio-accel-adxl380-fix-handling-of-unavailable-INT1-i.patch
patches.suse/iio-dac-ad5686-add-AD5695R-to-ad5686_chip_info_tbl.patch
patches.suse/iio-chemical-scd4x-fix-reported-channel-endianness.patch
patches.suse/iio-core-add-separate-lockdep-class-for-info_exist_l.patch
patches.suse/iio-accel-iis328dq-fix-gain-values.patch
patches.suse/interconnect-debugfs-initialize-src_node-and-dst_nod.patch
patches.suse/comedi-Fix-getting-range-information-for-subdevices-.patch
patches.suse/intel_th-fix-device-leak-on-output-open.patch
patches.suse/slimbus-core-fix-OF-node-leak-on-registration-failur.patch
patches.suse/slimbus-core-fix-runtime-PM-imbalance-on-report-pres.patch
patches.suse/slimbus-core-fix-device-reference-leak-on-report-pre.patch
patches.suse/slimbus-core-fix-of_slim_get_device-kernel-doc.patch
patches.suse/uacce-fix-cdev-handling-in-the-cleanup-path.patch
patches.suse/uacce-fix-isolate-sysfs-check-condition.patch
patches.suse/uacce-implement-mremap-in-uacce_vm_ops-to-return-EPE.patch
patches.suse/uacce-ensure-safe-queue-release-with-state-managemen.patch
patches.suse/mei-trace-treat-reg-parameter-as-string.patch
patches.suse/comedi-dmm32at-serialize-use-of-paged-registers.patch
patches.suse/w1-therm-Fix-off-by-one-buffer-overflow-in-alarms_st.patch
patches.suse/w1-fix-redundant-counter-decrement-in-w1_attach_slav.patch
patches.suse/keys-trusted_keys-fix-handle-passed-to-tpm_buf_appen.patch
patches.suse/msft-hv-3448-scsi-storvsc-Process-unsupported-MODE_SENSE_10.patch
patches.suse/btrfs-do-not-strictly-require-dirty-metadata-thresho.patch
patches.suse/Bluetooth-hci_uart-fix-null-ptr-deref-in-hci_uart_wr.patch
patches.suse/Bluetooth-MGMT-Fix-memory-leak-in-set_ssp_complete.patch
patches.suse/can-at91_can-Fix-memory-leak-in-at91_can_probe.patch
patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-fix-error-me.patch
patches.suse/net-wwan-t7xx-fix-potential-skb-frags-overflow-in-RX.patch
patches.suse/nfc-llcp-Fix-memleak-in-nfc_llcp_send_ui_frame.patch
patches.suse/nfc-nci-Fix-race-between-rfkill-and-nci_unregister_d.patch
patches.suse/net-phy-micrel-fix-clk-warning-when-removing-the-dri.patch
patches.suse/wifi-mac80211-correctly-decode-TTLM-with-default-lin.patch
patches.suse/Revert-mtd-spinand-esmt-fix-id-code-for-F50D1G41LB.patch
patches.suse/drm-msm-a6xx-fix-bogus-hwcg-register-updates.patch
patches.suse/drm-amdgpu-fix-NULL-pointer-dereference-in-amdgpu_gm.patch
patches.suse/drm-amd-pm-fix-race-in-power-state-check-before-mute.patch
patches.suse/drm-amdgpu-Fix-cond_exec-handling-in-amdgpu_ib_sched.patch
patches.suse/drm-imx-tve-fix-probe-device-leak.patch
patches.suse/gpio-rockchip-Stop-calling-pinctrl-for-set_direction.patch
patches.suse/gpio-virtuser-fix-UAF-in-configfs-release-path.patch
patches.suse/gpio-omap-do-not-register-driver-in-probe.patch
patches.suse/ASoC-fsl-imx-card-Do-not-force-slot-width-to-sample-.patch
patches.suse/ASoC-Intel-sof_es8336-fix-headphone-GPIO-logic-inver.patch
patches.suse/platform-x86-toshiba_haps-Fix-memory-leaks-in-add-re.patch
patches.suse/platform-x86-intel_telemetry-Fix-swapped-arrays-in-P.patch
patches.suse/platform-x86-intel_telemetry-Fix-PSS-event-register-.patch
# netdev/net-next main
patches.suse/ice-use-netif_get_num_default_rss_queues.patch
# powerpc/linux next
patches.suse/powerpc-eeh-fix-recursive-pci_lock_rescan_remove-locking-in-EEH-event-handling.patch
# mkp/scsi queue
patches.suse/scsi-lpfc-Rework-lpfc_sli4_fcf_rr_next_index_get.patch
patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.13.patch
patches.suse/scsi-qla2xxx-Add-Speed-in-SFP-print-information.patch
patches.suse/scsi-qla2xxx-Add-support-for-64G-SFP-speed.patch
patches.suse/scsi-qla2xxx-Add-load-flash-firmware-mailbox-support.patch
patches.suse/scsi-qla2xxx-Validate-MCU-signature-before-executing.patch
patches.suse/scsi-qla2xxx-Add-bsg-interface-to-support-firmware-i.patch
patches.suse/scsi-qla2xxx-Allow-recovery-for-tape-devices.patch
patches.suse/scsi-qla2xxx-Delay-module-unload-while-fabric-scan-i.patch
patches.suse/scsi-qla2xxx-Free-sp-in-error-path-to-fix-system-cra.patch
patches.suse/scsi-qla2xxx-Validate-sp-before-freeing-associated-m.patch
patches.suse/scsi-qla2xxx-Query-FW-again-before-proceeding-with-l.patch
patches.suse/scsi-qla2xxx-Fix-bsg_done-causing-double-free.patch
patches.suse/scsi-qla2xxx-Update-version-to-10.02.10.100-k.patch
# akpm/mm mm-stable
patches.suse/mm-page_alloc-thp-prevent-reclaim-for-__GFP_THISNODE-THP-a.patch
# git://git.samba.org/sfrench/cifs-2.6.git for-next
patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch
# out-of-tree patches
patches.suse/selftests-run_kselftest.sh-Add-skip-argument-option.patch
patches.suse/selftests-net-fib-onlink-tests-Set-high-metric-for-d.patch
########################################################
# end of sorted patches
@@ -14752,6 +15156,11 @@
patches.kabi/bpf-Enforce-expected_attach_type-for-tailcall-compat.patch
patches.kabi/kabi-xfrm-delete-x-tunnel-as-we-delete-x.patch
patches.kabi/kabi-fix-struct-ufs_hba-change.patch
patches.kabi/kABI-fix-for-md-fix-rcu-protection-in-md_wakeup_thread.patch
patches.kabi/kABI-workaround-for-drm-fbcon-vga_switcheroo-Avoid-r.patch
patches.kabi/tpm_chip-kabi-workaround.patch
patches.kabi/tpm2-sessions-kabi-workaround.patch
patches.kabi/kabi-export-inet_frag_rbtree_purge-function-again.patch
########################################################
# preempt-rt backport converged

View File

@@ -1,2 +1,3 @@
2026-01-16 09:29:05 +0000
GIT Revision: 9badd3c570535ce3911ad6f288e3e859a21a76f0
2026-02-09 10:44:05 +0000
GIT Revision: 46b783cb7b11f34b913fabbf00e310fae0b8ae61
GIT Branch: users/mbrugger/SL-16.0/usbkdb

View File

@@ -1354,6 +1354,7 @@
-!optional drivers/hid/surface-hid/surface_kbd
drivers/hid/uhid
drivers/hid/usbhid/usbhid
drivers/hid/usbhid/usbkbd
drivers/hid/wacom
- drivers/hsi/clients/hsi_char
- drivers/hsi/hsi

BIN
sysctl.tar.bz2 LFS

Binary file not shown.