kernel-source/series.conf

2194 lines
140 KiB
Plaintext

# Kernel patches configuration file
# vim: set ts=8 sw=8 noet:
#
# There are three kinds of rules (see guards.1 for details):
# +symbol include this patch if symbol is defined; otherwise exclude.
# -symbol exclude this patch if symbol is defined; otherwise include.
# - exclude this patch.
#
# Using symbols means that an entirely different source tree will be
# generated depending on which symbols are defined. This used to be
# a good thing when arch-specific patches contained conflicts with other
# patches, but we now have a policy that patches must build everywhere.
# The result is a unified source tree that allows us to do neat things
# like ship kernel module packages. Creating a divergent tree breaks
# these # so you'd better have an extraordinary reason for using them.
# For example, the openSUSE 10.3 kernel uses them for segregating the
# -rt patches until they can be integrated completely, and these are
# only applied at the very end of the series.
#
# The most common use in recent kernels is to disable a patch with a
# username as the symbol to indicate responsbility. Another use is
# to check in a patch for testing, but have it disabled in all but your
# own build environment.
########################################################
# Build fixes that apply to the vanilla kernel too.
# Patches in patches.rpmify are applied to both -vanilla
# and patched flavors.
########################################################
patches.rpmify/Add-ksym-provides-tool.patch
patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.patch
patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch
patches.suse/nvme-pci-fix-freeing-of-the-HMB-descriptor-table.patch
patches.suse/nvme-pci-reverse-request-order-in-nvme_queue_rqs.patch
########################################################
# The sorted section should contain all patches that are
# either mainline backports or are already in a known
# subystem maintainer repository so that they can be
# sorted by git-sort scripts. Out-of-tree patches (which
# includes any patch without Git-commit tag) belong
# either into the "on the way to mainline" section below
# or into one of the subsystem sections.
########################################################
########################################################
# sorted patches
########################################################
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
patches.suse/cachefiles-Fix-NULL-pointer-dereference-in-object-file.patch
patches.suse/netfs-fscache-Add-a-memory-barrier-for-FSCACHE_VOLUME_CREATING.patch
patches.suse/fs-file.c-remove-sanity_check-and-add-likely-unlikel.patch
patches.suse/fs-file.c-conditionally-clear-full_fds.patch
patches.suse/fs-file.c-add-fast-path-in-find_next_fd.patch
patches.suse/uaccess-add-copy_struct_to_user-helper.patch
patches.suse/sched_getattr-port-to-copy_struct_to_user.patch
patches.suse/s390-dasd-Fix-redundant-proc-dasd-entries-removal.patch
patches.suse/s390-pci-Sort-PCI-functions-prior-to-creating-virtual-busses.patch
patches.suse/s390-pci-Use-topology-ID-for-multi-function-devices.patch
patches.suse/s390-pci-Ignore-RID-for-isolated-VFs.patch
patches.suse/s390-facilities-Fix-warning-about-shadow-of-global-variable.patch
patches.suse/s390-sclp-Allow-user-space-to-provide-PCI-reports-for-optical-modules.patch
patches.suse/s390-pci-Expose-FIDPARM-attribute-in-sysfs.patch
patches.suse/s390-cio-Do-not-unregister-the-subchannel-based-on-DNV.patch
patches.suse/s390-pageattr-Implement-missing-kernel_page_present.patch
patches.suse/s390-uv-Refactor-uv-sysfs-creation.patch
patches.suse/s390-uv-Provide-host-key-hashes-in-sysfs.patch
patches.suse/s390-uv-Use-a-constant-for-more-data-rc.patch
patches.suse/s390-uv-Retrieve-UV-secrets-support.patch
patches.suse/s390-uvdevice-Add-Retrieve-Secret-IOCTL.patch
patches.suse/s390-uvdevice-Increase-indent-in-IOCTL-definitions.patch
patches.suse/s390-uv-Retrieve-UV-secrets-sysfs-support.patch
patches.suse/s390-zcrypt-Cleanup-include-zcrypt_api.h.patch
patches.suse/s390-pkey-Simplify-protected-key-length-calculation-code.patch
patches.suse/s390-pkey-Rework-pkey-verify-for-protected-keys.patch
patches.suse/s390-pkey-Build-module-name-array-selectively-based-on-kernel-config-options.patch
patches.suse/s390-pkey-Add-new-pkey-handler-module-pkey-uv.patch
patches.suse/s390-cpum_sf-Handle-CPU-hotplug-remove-during-sampling.patch
patches.suse/s390-pkey-Tolerate-larger-key-blobs.patch
patches.suse/s390-crypto-Convert-to-reverse-x-mas-tree-rename-ret-to-rc.patch
patches.suse/s390-crypto-Use-module-local-structures-for-protected-keys.patch
patches.suse/s390-crypto-Generalize-parameters-for-key-conversion.patch
patches.suse/s390-crypto-Introduce-function-for-tokenize-clearkeys.patch
patches.suse/s390-crypto-Postpone-the-key-split-to-key-conversion.patch
patches.suse/s390-crypto-Add-hardware-acceleration-for-full-AES-XTS-mode.patch
patches.suse/s390-cpum_sf-Fix-and-protect-memory-allocation-of-SDBs-with-mutex.patch
patches.suse/s390-uvdevice-Support-longer-secret-lists.patch
patches.suse/s390-syscalls-Avoid-creation-of-arch-arch-directory.patch
patches.suse/s390-cio-Externalize-full-CMG-characteristics.patch
patches.suse/arm64-Expose-ID_AA64ISAR1_EL1.XS-to-sanitised-feature-consumers.patch
patches.suse/arm64-fix-.data.rel.ro-size-assertion-when-CONFIG_LTO_CLANG.patch
patches.suse/acpi-arm64-Adjust-error-handling-procedure-in-gtdt_p.patch
patches.suse/arm64-tls-Fix-context-switching-of-tpidrro_el0-when-kpti-is-enabled.patch
patches.suse/kselftest-arm64-signal-drop-now-redundant-GNU_SOURCE.patch
patches.suse/kselftest-arm64-hwcap-fix-f8dp2-cpuinfo-name.patch
patches.suse/kselftest-arm64-mte-fix-printf-type-warnings-about-_.patch
patches.suse/kselftest-arm64-mte-fix-printf-type-warnings-about-l.patch
patches.suse/kselftest-arm64-Log-fp-stress-child-startup-errors-t.patch
patches.suse/kselftest-arm64-Fix-encoding-for-SVE-B16B16-test.patch
patches.suse/kselftest-arm64-Don-t-leak-pipe-fds-in-pac.exec_sign.patch
patches.suse/arm64-probes-Disable-kprobes-uprobes-on-MOPS-instructions.patch
patches.suse/selftests-mm-Fix-unused-function-warning-for-aarch64.patch
patches.suse/platform-chrome-cros_ec_typec-fix-missing-fwnode-ref.patch
patches.suse/firmware-google-Unregister-driver_info-on-failure.patch
patches.suse/crypto-ecdsa-Avoid-signed-integer-overflow-on-signat.patch
patches.suse/crypto-mxs-dcp-Fix-AES-CBC-with-hardware-bound-keys.patch
patches.suse/crypto-caam-Fix-the-pointer-passed-to-caam_qi_shutdo.patch
patches.suse/crypto-qat-remove-check-after-debugfs_create_dir.patch
patches.suse/crypto-powerpc-p10-aes-gcm-Re-write-AES-GCM-stitched.patch
patches.suse/crypto-powerpc-p10-aes-gcm-Register-modules-as-SIMD.patch
patches.suse/crypto-powerpc-p10-aes-gcm-Add-dependency-on-CRYPTO_.patch
patches.suse/crypto-qat-qat_420xx-fix-off-by-one-in-uof_get_name.patch
patches.suse/crypto-qat-qat_4xxx-fix-off-by-one-in-uof_get_name.patch
patches.suse/crypto-qat-remove-faulty-arbiter-config-reset.patch
patches.suse/crypto-ecdsa-Update-Kconfig-help-text-for-NIST-P521.patch
patches.suse/crypto-pcrypt-Call-crypto-layer-directly-when-padata.patch
patches.suse/crypto-x86-aegis128-access-32-bit-arguments-as-32-bi.patch
patches.suse/crypto-cavium-Fix-the-if-condition-to-exit-loop-afte.patch
patches.suse/crypto-hisilicon-qm-disable-same-error-report-before.patch
patches.suse/crypto-qat-Fix-missing-destroy_workqueue-in-adf_init.patch
patches.suse/crypto-inside-secure-Fix-the-return-value-of-safexce.patch
patches.suse/crypto-caam-add-error-check-to-caam_rsa_set_priv_key.patch
patches.suse/crypto-bcm-add-error-check-in-the-ahash_hmac_init-fu.patch
patches.suse/crypto-aes-gcm-p10-Use-the-correct-bit-to-test-for-P.patch
patches.suse/crypto-cavium-Fix-an-error-handling-path-in-cpt_ucod.patch
patches.suse/cpufreq-amd-pstate-Fix-non-kerneldoc-comment.patch
patches.suse/cpufreq-amd-pstate-Don-t-update-CPPC-request-in-amd_.patch
patches.suse/amd-pstate-Set-min_perf-to-nominal_perf-for-active-mode-performance-gov.patch
patches.suse/amd-pstate-Switch-to-amd-pstate-by-default-on-some-Server-platforms.patch
patches.suse/sched-cpufreq-Ensure-sd-is-rebuilt-for-EAS-check.patch
patches.suse/cpufreq-intel_pstate-Update-Balance-performance-EPP-for-Granite-Rapids.patch
patches.suse/intel_idle-add-Granite-Rapids-Xeon-D-support.patch
patches.suse/thermal-core-Initialize-thermal-zones-before-registe.patch
patches.suse/thermal-core-Rearrange-PM-notification-code.patch
patches.suse/thermal-core-Represent-suspend-related-thermal-zone-.patch
patches.suse/thermal-core-Mark-thermal-zones-as-initializing-to-s.patch
patches.suse/thermal-core-Fix-race-between-zone-registration-and-.patch
patches.suse/tools-lib-thermal-Make-more-generic-the-command-enco.patch
patches.suse/thermal-lib-Fix-memory-leak-on-error-in-thermal_genl.patch
patches.suse/thermal-testing-Use-DEFINE_FREE-and-__free-to-simpli.patch
patches.suse/thermal-testing-Initialize-some-variables-annoteded-.patch
patches.suse/ACPI-CPPC-Fix-_CPC-register-setting-issue.patch
patches.suse/ACPI-x86-Make-UART-skip-quirks-work-on-PCI-UARTs-wit.patch
patches.suse/ACPI-x86-Add-adev-NULL-check-to-acpi_quirk_skip_serd.patch
patches.suse/ACPI-video-force-native-for-Apple-MacbookPro11-2-and.patch
patches.suse/hwmon-nct6775-Add-665-ACE-600M-CL-to-ASUS-WMI-monito.patch
patches.suse/hwmon-pmbus-core-clear-faults-after-setting-smbalert.patch
patches.suse/hwmon-nct6775-core-Fix-overflows-seen-when-writing-l.patch
patches.suse/doc-rcu-update-printed-dynticks-counter-bits.patch
patches.suse/kcsan-Turn-report_filterlist_lock-into-a-raw_spinloc.patch
patches.suse/EDAC-bluefield-Fix-potential-integer-overflow.patch
patches.suse/locking-rt-Add-sparse-annotation-PREEMPT_RT-s-sleeping-locks.patch
patches.suse/locking-rt-Remove-one-__cond_lock-in-RT-s-spin_trylock_irqsave.patch
patches.suse/locking-rt-Add-sparse-annotation-for-RCU.patch
patches.suse/locking-rt-Annotate-unlock-followed-by-lock-for-sparse.patch
patches.suse/cleanup-Remove-address-space-of-returned-pointer.patch
patches.suse/cleanup-Adjust-scoped_guard-macros-to-avoid-potentia.patch
patches.suse/kcsan-seqlock-Support-seqcount_latch_t.patch
patches.suse/kcsan-seqlock-Fix-incorrect-assumption-in-read_seqbe.patch
patches.suse/iio-magnetometer-fix-if-scoped_guard-formatting.patch
patches.suse/Revert-scripts-faddr2line-Check-only-two-symbols-whe.patch
patches.suse/sched-change-wake_up_bit-and-related-function-to-expect-unsigned-long.patch
patches.suse/sched-Improve-documentation-for-wake_up_bit-wait_on_bit-family-of-functions.patch
patches.suse/sched-Document-wait_var_event-family-of-functions-and-wake_up_var.patch
patches.suse/sched-Add-test_and_clear_wake_up_bit-and-atomic_dec_and_wake_up.patch
patches.suse/sched-Add-wait-wake-interface-for-variable-updated-under-a-lock.patch
patches.suse/sched-add-wait_var_event_io.patch
patches.suse/softirq-use-bit-waits-instead-of-var-waits.patch
patches.suse/sched-fair-remove-the-DOUBLE_TICK-feature.patch
patches.suse/sched-fair-optimize-the-PLACE_LAG-when-se-vlag-is-zero.patch
patches.suse/sched-fair-fix-the-comment-for-PREEMPT_SHORT.patch
patches.suse/sched-wait-Remove-unused-bit_wait_io_timeout.patch
patches.suse/sched-idle-Optimize-the-generic-idle-loop-by-removing-needless-memory-barrier.patch
patches.suse/sched-Improve-cache-locality-of-RSEQ-concurrency-IDs-for-intermittent-workloads.patch
patches.suse/sched-Add-move_queued_task_locked-helper.patch
patches.suse/sched-Consolidate-pick_-_task-to-task_is_pushable-helper.patch
patches.suse/sched-Split-out-__schedule-deactivate-task-logic-into-a-helper.patch
patches.suse/sched-Split-scheduler-and-execution-contexts.patch
patches.suse/sched-uclamp-Fix-unnused-variable-warning.patch
patches.suse/sched-psi-pass-enqueue-dequeue-flags-to-psi-callbacks-directly.patch
patches.suse/sched-Initialize-idle-tasks-only-once.patch
patches.suse/sched-ext-Remove-sched_fork-hack.patch
patches.suse/sched-Add-TIF_NEED_RESCHED_LAZY-infrastructure.patch
patches.suse/sched-Add-Lazy-preemption-model.patch
patches.suse/sched-Enable-PREEMPT_DYNAMIC-for-PREEMPT_RT.patch
patches.suse/sched-x86-Enable-Lazy-preemption.patch
patches.suse/riscv-add-PREEMPT_LAZY-support.patch
patches.suse/sched-No-PREEMPT_RT-y-for-all-yes-mod-config.patch
patches.suse/sched-x86-Update-the-comment-for-TIF_NEED_RESCHED_LAZY.patch
patches.suse/hrtimer-Use-__raise_softirq_irqoff-to-raise-the-softirq.patch
patches.suse/timers-Use-__raise_softirq_irqoff-to-raise-the-softirq.patch
patches.suse/softirq-Use-a-dedicated-thread-for-timer-wakeups-on-PREEMPT_RT.patch
patches.suse/irqchip-riscv-aplic-Prevent-crash-when-MSI-domain-is.patch
patches.suse/timers-Move-sleep-and-timeout-functions-into-a-separate-file.patch
patches.suse/jiffies-Define-secs_to_jiffies.patch
patches.suse/hrtimers-Add-missing-hrtimer_init-trace-points.patch
patches.suse/hrtimers-Introduce-hrtimer_setup-to-replace-hrtimer_init.patch
patches.suse/hrtimers-Introduce-hrtimer_setup_on_stack.patch
patches.suse/hrtimers-Introduce-hrtimer_setup_sleeper_on_stack.patch
patches.suse/hrtimers-Introduce-hrtimer_update_function.patch
patches.suse/fs-aio-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch
patches.suse/futex-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch
patches.suse/net-pktgen-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch
patches.suse/timers-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch
patches.suse/wait-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch
patches.suse/hrtimers-Delete-hrtimer_init_sleeper_on_stack.patch
patches.suse/sched-idle-Switch-to-use-hrtimer_setup_on_stack.patch
patches.suse/clocksource-drivers-sp804-Make-user-selectable.patch
patches.suse/clocksource-drivers-timer-ti-dm-Fix-child-node-refco.patch
patches.suse/Documentation-kgdb-Correct-parameter-error.patch
patches.suse/scripts-kernel-doc-Do-not-track-section-counter-acro.patch
patches.suse/kernel-doc-allow-object-like-macros-in-ReST-output.patch
patches.suse/Revert-cgroup-Fix-memory-leak-caused-by-missing-cgroup_bpf_offline.patch
patches.suse/cgroup-bpf-only-cgroup-v2-can-be-attached-by-bpf-programs.patch
patches.suse/sched_ext-Factor-out-move_task_between_dsqs-from-scx_dispatch_from_dsq.patch
patches.suse/sched-ext-Fix-unmatch-trailing-comment-of-CONFIG_EXT_GROUP_SCHED.patch
patches.suse/sched-ext-Use-tg_cgroup-to-elieminate-duplicate-code.patch
patches.suse/sched_ext-Use-btf_ids-to-resolve-task_struct.patch
patches.suse/sched_ext-improve-WAKE_SYNC-behavior-for-default-idle-CPU-selection.patch
patches.suse/sched_ext-Clarify-ops.select_cpu-for-single-CPU-tasks.patch
patches.suse/sched_ext-Introduce-LLC-awareness-to-the-default-idle-selection-policy.patch
patches.suse/sched_ext-Rename-CFI-stubs-to-names-that-are-recognized-by-BPF.patch
patches.suse/sched_ext-Replace-set_arg_maybe_null-with-__nullable-CFI-stub-tags.patch
patches.suse/sched_ext-Introduce-NUMA-awareness-to-the-default-idle-selection-policy.patch
patches.suse/sched_ext-Do-not-enable-LLC-NUMA-optimizations-when-domains-overlap.patch
patches.suse/sched_ext-Fix-incorrect-use-of-bitwise-AND.patch
patches.suse/sched_ext-Avoid-live-locking-bypass-mode-switching.patch
patches.suse/sched_ext-Enable-the-ops-breather-and-eject-BPF-scheduler-on-softlockup.patch
patches.suse/sched_ext-Clarify-sched_ext_ops-table-for-userland-scheduler.patch
patches.suse/sched_ext-add-a-missing-rcu_read_lock-unlock-pair-at-scx_select_cpu_dfl.patch
patches.suse/sched_ext-scx_bpf_dispatch_from_dsq_set_-are-allowed-from-unlocked-context.patch
patches.suse/sched_ext-Rename-scx_bpf_dispatch-_vtime-to-scx_bpf_dsq_insert-_vtime.patch
patches.suse/sched_ext-Rename-scx_bpf_consume-to-scx_bpf_dsq_move_to_local.patch
patches.suse/sched_ext-Rename-scx_bpf_dispatch-_vtime-_from_dsq-scx_bpf_dsq_move-_vtime.patch
patches.suse/sched_ext-Replace-scx_next_task_picked-with-switch_class-in-comment.patch
patches.suse/selftests-resctrl-Print-accurate-buffer-size-as-part.patch
patches.suse/selftests-resctrl-Fix-memory-overflow-due-to-unhandl.patch
patches.suse/selftests-resctrl-Protect-against-array-overrun-duri.patch
patches.suse/selftests-resctrl-Protect-against-array-overflow-whe.patch
patches.suse/regmap-maple-Provide-lockdep-sub-class-for-maple-tre.patch
patches.suse/regmap-irq-Set-lockdep-class-for-hierarchical-IRQ-do.patch
patches.suse/regulator-qcom-smd-make-smd_vreg_rpm-static.patch
patches.suse/regulator-rk808-Restrict-DVS-GPIOs-to-the-RK808-vari.patch
patches.suse/spi-spi-fsl-lpspi-Use-IRQF_NO_AUTOEN-flag-in-request.patch
patches.suse/spi-spi-fsl-lpspi-Adjust-type-of-scldiv.patch
patches.suse/spi-tegra210-quad-Avoid-shift-out-of-bounds.patch
patches.suse/spi-zynqmp-gqspi-Undo-runtime-PM-changes-at-driver-e.patch
patches.suse/pwm-imx27-Workaround-of-the-pwm-output-bug-when-decr.patch
patches.suse/pwm-Assume-a-disabled-PWM-to-emit-a-constant-inactiv.patch
patches.suse/gpio-free-irqs-that-are-still-requested-when-the-chi.patch
patches.suse/gpio-sloppy-logic-analyzer-remove-reference-to-rcu_m.patch
patches.suse/gpio-grgpio-use-a-helper-variable-to-store-the-addre.patch
patches.suse/gpio-grgpio-Add-NULL-check-in-grgpio_probe.patch
patches.suse/power-sequencing-make-the-QCom-PMU-pwrseq-driver-dep.patch
patches.suse/pmdomain-ti-sci-Add-missing-of_node_put-for-args.np.patch
patches.suse/mmc-core-Add-SD-card-quirk-for-broken-poweroff-notif.patch
patches.suse/mmc-sdhci-esdhc-imx-enable-quirks-SDHCI_QUIRK_NO_LED.patch
patches.suse/mmc-sd-SDUC-Support-Recognition.patch
patches.suse/mmc-core-Adjust-ACMD22-to-SDUC.patch
patches.suse/mmc-mtk-sd-use-devm_mmc_alloc_host.patch
patches.suse/mmc-mtk-sd-fix-devm_clk_get_optional-usage.patch
patches.suse/mmc-mmc_spi-drop-buggy-snprintf.patch
patches.suse/mmc-core-Use-GFP_NOIO-in-ACMD22.patch
patches.suse/mmc-mtk-sd-Fix-error-handle-of-probe-function.patch
patches.suse/mmc-mtk-sd-Fix-MMC_CAP2_CRYPTO-flag-setting.patch
patches.suse/of-fdt-add-dt_phys-arg-to-early_init_dt_scan-and-ear.patch
patches.suse/of-Allow-overlay-kunit-tests-to-run-CONFIG_OF_OVERLA.patch
patches.suse/HID-wacom-Interpret-tilt-data-from-Intuos-Pro-BT-as-.patch
patches.suse/HID-magicmouse-Apple-Magic-Trackpad-2-USB-C-driver-s.patch
patches.suse/msft-hv-3082-HID-hyperv-streamline-driver-probe-to-avoid-devres-i.patch
patches.suse/HID-add-per-device-quirk-to-force-bind-to-hid-generi.patch
patches.suse/media-uvcvideo-RealSense-D421-Depth-module-metadata.patch
patches.suse/media-uvcvideo-Add-a-quirk-for-the-Kaiweets-KTI-W02-.patch
patches.suse/media-uvcvideo-Force-UVC-version-to-1.0a-for-0408-40.patch
patches.suse/media-uvcvideo-Require-entities-to-have-a-non-zero-u.patch
patches.suse/media-platform-rga-fix-32-bit-DMA-limitation.patch
patches.suse/media-verisilicon-av1-Fix-reference-video-buffer-poi.patch
patches.suse/media-mtk-jpeg-Fix-null-ptr-deref-during-unload-modu.patch
patches.suse/media-imx-jpeg-Set-video-drvdata-before-register-vid.patch
patches.suse/media-amphion-Set-video-drvdata-before-register-vide.patch
patches.suse/media-imx-jpeg-Ensure-power-suppliers-be-suspended-b.patch
patches.suse/media-wl128x-Fix-atomicity-violation-in-fmc_send_cmd.patch
patches.suse/media-cx231xx-Add-support-for-Dexatek-USB-Video-Grab.patch
patches.suse/media-i2c-tc358743-Fix-crash-in-the-probe-error-path.patch
patches.suse/media-platform-allegro-dvt-Fix-possible-memory-leak-.patch
patches.suse/media-ts2020-fix-null-ptr-deref-in-ts2020_probe.patch
patches.suse/media-qcom-camss-fix-error-path-on-configuration-of-.patch
patches.suse/media-i2c-max96717-clean-up-on-error-in-max96717_sub.patch
patches.suse/media-ti-j721e-csi2rx-Convert-comma-to-semicolon.patch
patches.suse/media-i2c-vgxy61-Fix-an-error-handling-path-in-vgxy6.patch
patches.suse/media-i2c-ds90ub960-Fix-missing-return-check-on-ub96.patch
patches.suse/media-ipu6-remove-redundant-dependency-in-Kconfig.patch
patches.suse/media-uvcvideo-Stop-stream-during-unregister.patch
patches.suse/media-v4l2-core-v4l2-dv-timings-check-cvt-gtf-result.patch
patches.suse/media-vb2-Fix-comment.patch
patches.suse/media-mantis-remove-orphan-mantis_core.h.patch
patches.suse/media-ipu6-Fix-DMA-and-physical-address-debugging-me.patch
patches.suse/media-ipu6-not-override-the-dma_ops-of-device-in-dri.patch
patches.suse/media-ipu6-use-the-IPU6-DMA-mapping-APIs-to-do-mappi.patch
patches.suse/media-ipu6-remove-architecture-DMA-ops-dependency-in.patch
patches.suse/media-i2c-dw9768-Fix-pm_runtime_set_suspended-with-r.patch
patches.suse/media-amphion-Fix-pm_runtime_set_suspended-with-runt.patch
patches.suse/media-venus-Fix-pm_runtime_set_suspended-with-runtim.patch
patches.suse/media-gspca-ov534-ov772x-Fix-off-by-one-error-in-set.patch
patches.suse/media-ov08x40-Fix-burst-write-sequence.patch
patches.suse/media-intel-ipu6-do-not-handle-interrupts-when-devic.patch
patches.suse/media-venus-fix-enc-dec-destruction-order.patch
patches.suse/media-venus-sync-with-threaded-IRQ-during-inst-destr.patch
patches.suse/media-atomisp-Add-check-for-rgby_data-memory-allocat.patch
patches.suse/media-platform-exynos4-is-Fix-an-OF-node-reference-l.patch
patches.suse/MAINTAINERS-update-location-of-media-main-tree.patch
patches.suse/docs-media-update-location-of-the-media-patches.patch
patches.suse/media-uvcvideo-Skip-parsing-frames-of-type-UVC_VS_UN.patch
patches.suse/platform-x86-asus-wmi-Fix-inconsistent-use-of-therma.patch
patches.suse/platform-x86-intel-pmt-allow-user-offset-for-PMT-cal.patch
patches.suse/platform-x86-panasonic-laptop-Return-errno-correctly.patch
patches.suse/efi-libstub-fix-efi_parse_options-ignoring-the-defau.patch
patches.suse/tpm-fix-signed-unsigned-bug-when-checking-event-logs.patch
patches.suse/efi-libstub-Free-correct-pointer-on-failure.patch
patches.suse/watchdog-Add-HAS_IOPORT-dependency-for-SBC8360-and-S.patch
patches.suse/arm64-tegra-p2180-Add-mandatory-compatible-for-WiFi-node.patch
patches.suse/arm64-dts-rockchip-pwm-leds-for-Orange-Pi-5.patch
patches.suse/arm64-dts-rockchip-Remove-enable-active-low-from-two-boards.patch
patches.suse/arm64-dts-imx8mn-tqma8mqnl-mba8mx-usbot-fix-coexistence-of-output-low-and-output-high-in-GPIO.patch
patches.suse/arm64-dts-freescale-imx8mm-verdin-Fix-SD-regulator-startup-delay.patch
patches.suse/arm64-dts-freescale-imx8mp-verdin-Fix-SD-regulator-startup-delay.patch
patches.suse/arm64-dts-allwinner-pinephone-Add-mount-matrix-to-accelerometer.patch
patches.suse/arm64-dts-rockchip-correct-analog-audio-name-on-Indiedroid-Nova.patch
patches.suse/drivers-soc-xilinx-add-the-missing-kfree-in-xlnx_add.patch
patches.suse/soc-qcom-llcc-Use-designated-initializers-for-LLC-se.patch
patches.suse/firmware-qcom-scm-Allow-QSEECOM-on-Lenovo-Yoga-Slim-.patch
patches.suse/soc-qcom-geni-se-fix-array-underflow-in-geni_se_clk_.patch
patches.suse/soc-qcom-pd-mapper-Add-QCM6490-PD-maps.patch
patches.suse/firmware-qcom-scm-Allow-QSEECOM-on-Dell-XPS-13-9345.patch
patches.suse/soc-imx8m-Probe-the-SoC-driver-as-platform-driver.patch
patches.suse/soc-ti-smartreflex-Use-IRQF_NO_AUTOEN-flag-in-reques.patch
patches.suse/firmware-arm_scpi-Check-the-DVFS-OPP-count-returned-.patch
patches.suse/soc-fsl-rcpm-fix-missing-of_node_put-in-copy_ippdexp.patch
patches.suse/soc-fsl-cpm1-qmc-Set-the-ret-error-code-on-platform_.patch
patches.suse/bpf-arm64-Remove-garbage-frame-for-struct_ops-trampoline.patch
patches.suse/msft-hv-3072-net-mana-Increase-the-DEF_RX_BUFFERS_PER_QUEUE-to-10.patch
patches.suse/msft-hv-3073-net-mana-Add-get_link-and-get_link_ksettings-in-etht.patch
patches.suse/ipv4-avoid-quadratic-behavior-in-FIB-insertion-of-co.patch
patches.suse/ibmvnic-Add-stat-for-tx-direct-vs-tx-batched.patch
patches.suse/qed-make-ethtool-d-10-times-faster.patch
patches.suse/qed-put-cond_resched-in-qed_grc_dump_ctx_data.patch
patches.suse/qed-allow-the-callee-of-qed_mcp_nvm_read-to-sleep.patch
patches.suse/qed-put-cond_resched-in-qed_dmae_operation_wait.patch
patches.suse/octeontx2-af-Change-block-parameter-to-const-pointer.patch
patches.suse/net-mlx5-hw-counters-Make-fc_stats-fc_pool-private.patch
patches.suse/net-mlx5-hw-counters-Use-kvmalloc-for-bulk-query-buf.patch
patches.suse/net-mlx5-hw-counters-Replace-IDR-lists-with-xarray.patch
patches.suse/net-mlx5-hw-counters-Drop-unneeded-cacheline-alignme.patch
patches.suse/net-mlx5-hw-counters-Don-t-maintain-a-counter-count.patch
patches.suse/net-mlx5-hw-counters-Remove-mlx5_fc_create_ex.patch
patches.suse/ice-Implement-ice_ptp_pin_desc.patch
patches.suse/ice-Add-SDPs-support-for-E825C.patch
patches.suse/ice-Align-E810T-GPIO-to-other-products.patch
patches.suse/ice-Cache-perout-extts-requests-and-check-flags.patch
patches.suse/ice-Disable-shared-pin-on-E810-on-setfunc.patch
patches.suse/ice-Read-SDP-section-from-NVM-for-pin-definitions.patch
patches.suse/ice-Enable-1PPS-out-from-CGU-for-E825C-products.patch
patches.suse/ice-Introduce-ice_get_phy_model-wrapper.patch
patches.suse/ice-Add-ice_get_ctrl_ptp-wrapper-to-simplify-the-cod.patch
patches.suse/ice-Initial-support-for-E825C-hardware-in-ice_adapte.patch
patches.suse/ice-Use-ice_adapter-for-PTP-shared-data-instead-of-a.patch
patches.suse/ice-Drop-auxbus-use-for-PTP-to-finalize-ice_adapter-.patch
patches.suse/msft-hv-3075-hv_netvsc-Don-t-assume-cpu_possible_mask-is-dense.patch
patches.suse/net-add-IFLA_MAX_PACING_OFFLOAD_HORIZON-device-attri.patch
patches.suse/sfc-remove-obsolete-counters-from-struct-efx_channel.patch
patches.suse/sfc-implement-basic-per-queue-stats.patch
patches.suse/sfc-add-n_rx_overlength-to-ethtool-stats.patch
patches.suse/sfc-account-XDP-TXes-in-netdev-base-stats.patch
patches.suse/sfc-implement-per-queue-rx-drop-and-overrun-stats.patch
patches.suse/sfc-implement-per-queue-TSO-hw_gso-stats.patch
patches.suse/sfc-add-per-queue-RX-bytes-stats.patch
patches.suse/ipv4-remove-fib_devindex_hashfn.patch
patches.suse/ipv4-use-rcu-in-ip_fib_check_default.patch
patches.suse/ipv4-remove-fib_info_lock.patch
patches.suse/ipv4-remove-fib_info_devhash.patch
patches.suse/vmxnet3-support-higher-link-speeds-from-vmxnet3-v9.patch
patches.suse/idpf-Don-t-hard-code-napi_struct-size.patch
patches.suse/msft-hv-3077-net-mana-Enable-debugfs-files-for-MANA-device.patch
patches.suse/doc-net-Fix-.rst-rendering-of-net_cachelines-pages.patch
patches.suse/ice-Implement-ethtool-reset-support.patch
patches.suse/ice-add-E830-HW-VF-mailbox-message-limit-support.patch
patches.suse/ice-consistently-use-q_idx-in-ice_vc_cfg_qs_msg.patch
patches.suse/ice-store-max_frame-and-rx_buf_len-only-in-ice_rx_ri.patch
patches.suse/ice-Make-use-of-assign_bit-API.patch
patches.suse/ice-Use-common-error-handling-code-in-two-functions.patch
patches.suse/ice-Cleanup-unused-declarations.patch
patches.suse/iavf-Remove-unused-declarations.patch
patches.suse/igb-Cleanup-unused-declarations.patch
patches.suse/e1000e-Remove-duplicated-writel-in-e1000_configure_t.patch
patches.suse/e1000e-Link-NAPI-instances-to-queues-and-IRQs.patch
patches.suse/e1000-Link-NAPI-instances-to-queues-and-IRQs.patch
patches.suse/net-mlx5-qos-Flesh-out-element_attributes-in-mlx5_if.patch
patches.suse/net-mlx5-qos-Rename-vport-tsar-into-sched_elem.patch
patches.suse/net-mlx5-qos-Consistently-name-vport-vars-as-vport.patch
patches.suse/net-mlx5-qos-Refactor-and-document-bw_share-calculat.patch
patches.suse/net-mlx5-qos-Maintain-rate-group-vport-members-in-a-.patch
patches.suse/net-mlx5-qos-Always-create-group0.patch
patches.suse/net-mlx5-qos-Drop-esw-param-from-vport-qos-functions.patch
patches.suse/net-mlx5-qos-Store-the-eswitch-in-a-mlx5_esw_rate_gr.patch
patches.suse/net-mlx5-qos-Add-an-explicit-dev-to-vport-trace-call.patch
patches.suse/net-mlx5-qos-Rename-rate-group-list-as-parent_entry.patch
patches.suse/net-mlx5-qos-Store-rate-groups-in-a-qos-domain.patch
patches.suse/net-mlx5-qos-Refactor-locking-to-a-qos-domain-mutex.patch
patches.suse/net-mlx5-Unify-QoS-element-type-checks-across-NIC-an.patch
patches.suse/net-mlx5-Add-support-check-for-TSAR-types-in-QoS-sch.patch
patches.suse/genetlink-extend-info-user-storage-to-match-NL-cb-ct.patch
patches.suse/netlink-spec-add-shaper-YAML-spec.patch
patches.suse/net-shapers-implement-NL-get-operation.patch
patches.suse/net-shapers-implement-NL-set-and-delete-operations.patch
patches.suse/net-shapers-implement-NL-group-operation.patch
patches.suse/net-shapers-implement-delete-support-for-NODE-scope-.patch
patches.suse/net-shapers-implement-shaper-cleanup-on-queue-deleti.patch
patches.suse/netlink-spec-add-shaper-introspection-support.patch
patches.suse/net-shaper-implement-introspection-support.patch
patches.suse/net-shapers-implement-cap-validation-in-the-core.patch
patches.suse/testing-net-drv-add-basic-shaper-test.patch
patches.suse/virtchnl-support-queue-rate-limit-and-quanta-size-co.patch
patches.suse/ice-Support-VF-queue-rate-limit-and-quanta-size-conf.patch
patches.suse/iavf-Add-net_shaper_ops-support.patch
patches.suse/iavf-add-support-to-exchange-qos-capabilities.patch
patches.suse/tg3-Link-IRQs-to-NAPI-instances.patch
patches.suse/tg3-Link-queues-to-NAPIs.patch
patches.suse/netdevsim-copy-addresses-for-both-in-and-out-paths.patch
patches.suse/tg3-Address-byte-order-miss-matches.patch
patches.suse/net-napi-Make-napi_defer_hard_irqs-per-NAPI.patch
patches.suse/net-napi-Make-gro_flush_timeout-per-NAPI.patch
patches.suse/net-napi-Add-napi_config.patch
patches.suse/bnxt-Add-support-for-persistent-NAPI-config.patch
patches.suse/mlx5-Add-support-for-persistent-NAPI-config.patch
patches.suse/mlx4-Add-support-for-persistent-NAPI-config-to-RX-CQ.patch
patches.suse/af_packet-avoid-erroring-out-after-sock_init_data-in.patch
patches.suse/Bluetooth-L2CAP-do-not-leave-dangling-sk-pointer-on-.patch
patches.suse/Bluetooth-RFCOMM-avoid-leaving-dangling-sk-pointer-i.patch
patches.suse/net-ieee802154-do-not-leave-a-dangling-sk-pointer-in.patch
patches.suse/tg3-Increase-buffer-size-for-IRQ-label.patch
patches.suse/eth-Fix-typo-accelaration-.-exprienced-and-rewrittin.patch
patches.suse/net-mlx5-Refactor-QoS-group-scheduling-element-creat.patch
patches.suse/net-mlx5-Introduce-node-type-to-rate-group-structure.patch
patches.suse/net-mlx5-Add-parent-group-support-in-rate-group-stru.patch
patches.suse/net-mlx5-Restrict-domain-list-insertion-to-root-TSAR.patch
patches.suse/net-mlx5-Rename-vport-QoS-group-reference-to-parent.patch
patches.suse/net-mlx5-Introduce-node-struct-and-rename-group-term.patch
patches.suse/net-mlx5-Refactor-vport-scheduling-element-creation-.patch
patches.suse/net-mlx5-Refactor-vport-QoS-to-use-scheduling-node-s.patch
patches.suse/net-mlx5-Remove-vport-QoS-enabled-flag.patch
patches.suse/net-mlx5-Simplify-QoS-scheduling-element-configurati.patch
patches.suse/net-mlx5-Generalize-QoS-operations-for-nodes-and-vpo.patch
patches.suse/net-mlx5-Add-sync-reset-drop-mode-support.patch
patches.suse/net-mlx5-Only-create-VEPA-flow-table-when-in-VEPA-mo.patch
patches.suse/net-mlx5-fs-rename-packet-reformat-struct-member-act.patch
patches.suse/net-mlx5-fs-rename-modify-header-struct-member-actio.patch
patches.suse/virtchnl-fix-m68k-build.patch
patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2.patch
patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-e26f8eac.patch
patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-bd3110bc.patch
patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-cn10.patch
patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-f5b942e6.patch
patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-69297b0d.patch
patches.suse/net-atlantic-support-reading-SFP-module-info.patch
patches.suse/net-mlx5-unique-names-for-per-device-caches.patch
patches.suse/vsock-do-not-leave-dangling-sk-pointer-in-vsock_crea.patch
patches.suse/net-mlx5e-Update-features-on-MTU-change.patch
patches.suse/net-mlx5e-Update-features-on-ring-size-change.patch
patches.suse/ibmvnic-use-ethtool-string-helpers.patch
patches.suse/msft-hv-3079-net-mana-use-ethtool-string-helpers.patch
patches.suse/mlx5-fix-typo-in-mlx5_cqwq_get_cqe_enahnced_comp.patch
patches.suse/mlx5-simplify-EQ-interrupt-polling-logic.patch
patches.suse/net-marvell-use-ethtool-string-helpers.patch
patches.suse/net-qlogic-use-ethtool-string-helpers.patch
patches.suse/wifi-p54-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch
patches.suse/wifi-mwifiex-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch
patches.suse/wifi-cfg80211-check-radio-iface-combination-for-mult.patch
patches.suse/wifi-mwifiex-add-missing-locking-for-cfg80211-calls.patch
patches.suse/wifi-wilc1000-Set-MAC-after-operation-mode.patch
patches.suse/wifi-mwifiex-Fix-memcpy-field-spanning-write-warning.patch
patches.suse/wifi-rtw88-use-ieee80211_purge_tx_queue-to-purge-TX-.patch
patches.suse/wifi-rtw89-rename-rtw89_vif-to-rtw89_vif_link-ahead-.patch
patches.suse/wifi-rtw89-rename-rtw89_sta-to-rtw89_sta_link-ahead-.patch
patches.suse/wifi-rtw89-read-bss_conf-corresponding-to-the-link.patch
patches.suse/wifi-rtw89-read-link_sta-corresponding-to-the-link.patch
patches.suse/wifi-rtw89-refactor-VIF-related-func-ahead-for-MLO.patch
patches.suse/wifi-rtw89-refactor-STA-related-func-ahead-for-MLO.patch
patches.suse/wifi-rtw89-tweak-driver-architecture-for-impending-M.patch
patches.suse/wifi-rtw89-check-return-value-of-ieee80211_probereq_.patch
patches.suse/wifi-rtl8xxxu-Perform-update_beacon_work-when-beacon.patch
patches.suse/octeontx2-pf-Define-common-API-for-HW-resources-conf.patch
patches.suse/octeontx2-pf-Add-new-APIs-for-queue-memory-alloc-fre.patch
patches.suse/octeontx2-pf-Reuse-PF-max-mtu-value.patch
patches.suse/octeontx2-pf-Move-shared-APIs-to-header-file.patch
patches.suse/dpll-add-clock-quality-level-attribute-and-op.patch
patches.suse/net-mlx5-DPLL-Add-clock-quality-level-op-implementat.patch
patches.suse/net-bnxt-use-ethtool-string-helpers.patch
patches.suse/dim-make-dim_calc_stats-inputs-const-pointers.patch
patches.suse/dim-pass-dim_sample-to-net_dim-by-reference.patch
patches.suse/net-mlx5-Rework-esw-qos-domain-init-and-cleanup.patch
patches.suse/net-mlx5-DR-moved-all-the-SWS-code-into-a-separate-d.patch
patches.suse/net-mlx5-HWS-renamed-the-files-in-accordance-with-na.patch
patches.suse/net-mlx5e-move-XDP_REDIRECT-sq-to-dynamic-allocation.patch
patches.suse/net-mlx5e-do-not-create-xdp_redirect-for-non-uplink-.patch
patches.suse/mlx5_en-use-read-sequence-for-gettimex64.patch
patches.suse/bnxt_en-cache-only-24-bits-of-hw-counter.patch
patches.suse/bnxt_en-replace-PTP-spinlock-with-seqlock.patch
patches.suse/sfc-Remove-falcon-deadcode.patch
patches.suse/sfc-Remove-unused-efx_mae_mport_vf.patch
patches.suse/sfc-Remove-unused-mcdi-functions.patch
patches.suse/sfc-Remove-more-unused-functions.patch
patches.suse/selftests-net-really-check-for-bg-process-completion.patch
patches.suse/bnxt_en-ethtool-Remove-ip4-ip6-ntuple-support-for-IP.patch
patches.suse/bnxt_en-ethtool-Support-unset-l4proto-on-ip4-ip6-ntu.patch
patches.suse/net-bnx2x-use-ethtool-string-helpers.patch
patches.suse/net-sfc-use-ethtool-string-helpers.patch
patches.suse/msft-hv-3081-hv_sock-Initializing-vsk-trans-to-NULL-to-prevent-a-.patch
patches.suse/mlx5-core-Schedule-EQ-comp-tasklet-only-if-necessary.patch
patches.suse/bridge-Allow-deleting-FDB-entries-with-non-existent-.patch
patches.suse/mlx5-core-relax-memory-barrier-in-eq_update_ci.patch
patches.suse/mlx5-core-deduplicate-mlx5_-eq_update_ci.patch
patches.suse/octeontx2-af-Refactor-few-NPC-mcam-APIs.patch
patches.suse/octeontx2-af-Knobs-for-NPC-default-rule-counters.patch
patches.suse/bnxt_en-use-irq_update_affinity_hint.patch
patches.suse/net-atlantic-use-irq_update_affinity_hint.patch
patches.suse/bnxt_en-add-unlocked-version-of-bnxt_refclk_read.patch
patches.suse/net-mlx5-E-switch-refactor-eswitch-mode-change.patch
patches.suse/net-mlx5-Simplify-QoS-normalization-by-removing-erro.patch
patches.suse/net-mlx5-Generalize-max_rate-and-min_rate-setting-fo.patch
patches.suse/net-mlx5-Refactor-scheduling-element-configuration-b.patch
patches.suse/net-mlx5-Generalize-scheduling-element-operations.patch
patches.suse/net-mlx5-Integrate-esw_qos_vport_enable-logic-into-r.patch
patches.suse/net-mlx5-Make-vport-QoS-enablement-more-flexible-for.patch
patches.suse/net-mlx5e-SHAMPO-Simplify-UMR-allocation-for-headers.patch
patches.suse/net-mlx5e-SHAMPO-Fix-page_index-calculation-inconsis.patch
patches.suse/net-mlx5e-SHAMPO-Change-frag-page-setup-order-during.patch
patches.suse/net-mlx5e-SHAMPO-Drop-info-array.patch
patches.suse/net-mlx5e-SHAMPO-Rework-header-allocation-loop.patch
patches.suse/eth-bnxt-use-page-pool-for-head-frags.patch
patches.suse/octeontx2-pf-RVU-representor-driver.patch
patches.suse/octeontx2-pf-Create-representor-netdev.patch
patches.suse/octeontx2-pf-Add-basic-net_device_ops.patch
patches.suse/octeontx2-af-Add-packet-path-between-representor-and.patch
patches.suse/octeontx2-pf-Get-VF-stats-via-representor.patch
patches.suse/octeontx2-pf-Add-support-to-sync-link-state-between-.patch
patches.suse/octeontx2-pf-Configure-VF-mtu-via-representor.patch
patches.suse/octeontx2-pf-Add-representors-for-sdp-MAC.patch
patches.suse/octeontx2-pf-Add-devlink-port-support.patch
patches.suse/octeontx2-pf-Implement-offload-stats-ndo-for-represe.patch
patches.suse/octeontx2-pf-Adds-TC-offload-support.patch
patches.suse/wifi-ath9k-add-range-check-for-conn_rsp_epid-in-htc_.patch
patches.suse/wifi-ath10k-fix-invalid-VHT-parameters-in-supported_.patch
patches.suse/wifi-ath10k-fix-invalid-VHT-parameters-in-supported_-52db16e.patch
patches.suse/wifi-ath12k-Skip-Rx-TID-cleanup-for-self-peer.patch
patches.suse/wifi-ath12k-fix-use-after-free-in-ath12k_dp_cc_clean.patch
patches.suse/wifi-ath12k-fix-one-more-memcpy-size-error.patch
patches.suse/wifi-ath11k-Fix-CE-offset-address-calculation-for-WC.patch
patches.suse/wifi-ath12k-fix-atomic-calls-in-ath12k_mac_op_set_bi.patch
patches.suse/wifi-ath10k-avoid-NULL-pointer-error-during-sdio-rem.patch
patches.suse/wifi-ath5k-add-PCI-ID-for-SX76X.patch
patches.suse/wifi-ath5k-add-PCI-ID-for-Arcadyan-devices.patch
patches.suse/wifi-ath12k-remove-msdu_end-structure-for-WCN7850.patch
patches.suse/wifi-ath12k-fix-crash-when-unbinding.patch
patches.suse/wifi-ath12k-fix-warning-when-unbinding.patch
patches.suse/wifi-wfx-Fix-error-handling-in-wfx_core_init.patch
patches.suse/wifi-cw1200-Fix-potential-NULL-dereference.patch
patches.suse/wifi-cfg80211-Remove-the-Medium-Synchronization-Dela.patch
patches.suse/wifi-nl80211-fix-bounds-checker-error-in-nl80211_par.patch
patches.suse/wifi-iwlwifi-allow-fast-resume-on-ax200.patch
patches.suse/wifi-iwlwifi-mvm-tell-iwlmei-when-we-finished-suspen.patch
patches.suse/wifi-iwlwifi-be-less-noisy-if-the-NIC-is-dead-in-S3.patch
patches.suse/wifi-rtw89-Fix-TX-fail-with-A2DP-after-scanning.patch
patches.suse/wifi-rtw89-unlock-on-error-path-in-rtw89_ops_unassig.patch
patches.suse/wifi-rtw89-coex-check-NULL-return-of-kmalloc-in-btc_.patch
patches.suse/wifi-rtlwifi-Drastically-reduce-the-attempts-to-read.patch
patches.suse/wifi-brcmfmac-release-root-node-in-all-execution-pat.patch
patches.suse/wifi-ipw2x00-libipw_rx_any-fix-bad-alignment.patch
patches.suse/wifi-brcmfmac-Fix-oops-due-to-NULL-pointer-dereferen.patch
patches.suse/net-rfkill-gpio-Add-check-for-clk_enable.patch
patches.suse/Revert-wifi-iwlegacy-do-not-skip-frames-with-bad-FCS.patch
patches.suse/net-ethtool-only-allow-set_rxnfc-with-rss-ring_cooki.patch
patches.suse/Bluetooth-btusb-mediatek-move-Bluetooth-power-off-co.patch
patches.suse/Bluetooth-btusb-mediatek-add-callback-function-in-bt.patch
patches.suse/Bluetooth-btusb-mediatek-add-intf-release-flow-when-.patch
patches.suse/Bluetooth-btusb-mediatek-change-the-conditions-for-I.patch
patches.suse/Bluetooth-hci_conn-Reduce-hci_conn_drop-calls-in-two.patch
patches.suse/Bluetooth-btusb-Add-RTL8852BE-device-0489-e123-to-de.patch
patches.suse/Bluetooth-btusb-Add-USB-HW-IDs-for-MT7920-MT7925.patch
patches.suse/Bluetooth-hci_conn-Use-disable_delayed_work_sync.patch
patches.suse/Bluetooth-hci_core-Fix-not-checking-skb-length-on-hc.patch
patches.suse/Bluetooth-btintel_pcie-Add-handshake-between-driver-.patch
patches.suse/Bluetooth-btintel-Do-no-pass-vendor-events-to-stack.patch
patches.suse/Bluetooth-Fix-type-of-len-in-rfcomm_sock_getsockopt-.patch
patches.suse/Bluetooth-Add-new-quirks-for-ATS2851.patch
patches.suse/Bluetooth-Support-new-quirks-for-ATS2851.patch
patches.suse/Bluetooth-Set-quirks-for-ATS2851.patch
patches.suse/Bluetooth-btmtk-adjust-the-position-to-init-iso-data.patch
patches.suse/Bluetooth-btusb-Add-new-VID-PID-0489-e111-for-MT7925.patch
patches.suse/Bluetooth-btbcm-fix-missing-of_node_put-in-btbcm_get.patch
patches.suse/Bluetooth-ISO-Do-not-emit-LE-PA-Create-Sync-if-previ.patch
patches.suse/Bluetooth-ISO-Do-not-emit-LE-BIG-Create-Sync-if-prev.patch
patches.suse/Bluetooth-btusb-Add-new-VID-PID-0489-e124-for-MT7925.patch
patches.suse/Bluetooth-btusb-Add-3-HWIDs-for-MT7925.patch
patches.suse/Bluetooth-ISO-Use-kref-to-track-lifetime-of-iso_conn.patch
patches.suse/Bluetooth-ISO-Send-BIG-Create-Sync-via-hci_sync.patch
patches.suse/Bluetooth-fix-use-after-free-in-device_for_each_chil.patch
patches.suse/bnxt_en-optimize-gettimex64.patch
patches.suse/octeontx2-pf-Fix-spelling-mistake-reprentator-repres.patch
patches.suse/ndo_fdb_add-Add-a-parameter-to-report-whether-notifi.patch
patches.suse/ndo_fdb_del-Add-a-parameter-to-report-whether-notifi.patch
patches.suse/ice-rework-of-dump-serdes-equalizer-values-feature.patch
patches.suse/ice-extend-dump-serdes-equalizer-values-feature.patch
patches.suse/ice-refactor-last-segment-of-DDP-pkg.patch
patches.suse/ice-support-optional-flags-in-signature-segment-head.patch
patches.suse/ice-Add-support-for-persistent-NAPI-config.patch
patches.suse/ice-only-allow-Tx-promiscuous-for-multicast.patch
patches.suse/ice-initialize-pf-supported_rxdids-immediately-after.patch
patches.suse/ice-use-stack-variable-for-virtchnl_supported_rxdids.patch
patches.suse/ice-Unbind-the-workqueue.patch
patches.suse/ixgbe-Break-include-dependency-cycle.patch
patches.suse/igc-remove-autoneg-parameter-from-igc_mac_info.patch
patches.suse/igb-Fix-2-typos-in-comments-in-igb_main.c.patch
patches.suse/igbvf-remove-unused-spinlock.patch
patches.suse/e1000-Hold-RTNL-when-e1000_down-can-be-called.patch
patches.suse/bnxt_en-Update-firmware-interface-spec-to-1.10.3.85.patch
patches.suse/bnxt_en-Add-mem_valid-bit-to-struct-bnxt_ctx_mem_typ.patch
patches.suse/bnxt_en-Refactor-bnxt_free_ctx_mem.patch
patches.suse/bnxt_en-Add-a-force-parameter-to-bnxt_free_ctx_mem.patch
patches.suse/bnxt_en-Allocate-backing-store-memory-for-FW-trace-l.patch
patches.suse/bnxt_en-Manage-the-FW-trace-context-memory.patch
patches.suse/bnxt_en-Do-not-free-FW-log-context-memory.patch
patches.suse/bnxt_en-Add-functions-to-copy-host-context-memory.patch
patches.suse/bnxt_en-Add-2-parameters-to-bnxt_fill_coredump_seg_h.patch
patches.suse/bnxt_en-Add-a-new-ethtool-W-dump-flag.patch
patches.suse/bnxt_en-Add-FW-trace-coredump-segments-to-the-coredu.patch
patches.suse/Documentation-tipc-fix-formatting-issue-in-tipc.rst.patch
patches.suse/net-phy-dp83869-fix-status-reporting-for-1000base-x-.patch
patches.suse/i40e-Fix-handling-changed-priv-flags.patch
patches.suse/selftests-netfilter-Fix-missing-return-values-in-con.patch
patches.suse/net-phy-fix-phylib-s-dual-eee_enabled.patch
patches.suse/erofs-fix-file-backed-mounts-over-FUSE.patch
patches.suse/erofs-fix-blksize-PAGE_SIZE-for-file-backed-mounts.patch
patches.suse/erofs-handle-NONHEAD-delta-1-lclusters-gracefully.patch
patches.suse/xfs-sb_spino_align-is-not-verified.patch
patches.suse/xfs-fix-simplify-extent-lookup-in-xfs_can_free_eofblocks.patch
patches.suse/xfs-fix-chown-with-rt-quota.patch
patches.suse/dlm-fix-swapped-args-sb_flags-vs-sb_status.patch
patches.suse/dlm-fix-possible-lkb_resource-null-dereference.patch
patches.suse/dlm-fix-dlm_recover_members-refcount-on-error.patch
patches.suse/dma-debug-fix-a-possible-deadlock-on-radix_lock.patch
patches.suse/dma-mapping-remove-an-outdated-comment-from-dma-map-.patch
patches.suse/i2c-dev-Fix-memory-leak-when-underlying-adapter-does.patch
patches.suse/i2c-i801-Add-support-for-Intel-Panther-Lake.patch
patches.suse/ALSA-hda-Use-own-quirk-lookup-helper.patch
patches.suse/ALSA-hda-conexant-Use-the-new-codec-SSID-matching.patch
patches.suse/ALSA-hda-realtek-Use-codec-SSID-matching-for-Lenovo-.patch
patches.suse/ALSA-usb-audio-Use-snprintf-instead-of-sprintf-in-bu.patch
patches.suse/ALSA-hda-Fix-build-error-without-CONFIG_SND_DEBUG.patch
patches.suse/ALSA-usb-audio-Add-Pioneer-DJ-AlphaTheta-DJM-A9-Mixe.patch
patches.suse/ALSA-usb-audio-Make-mic-volume-workarounds-globally-.patch
patches.suse/ALSA-usx2y-Use-snd_card_free_when_closed-at-disconne.patch
patches.suse/ALSA-us122l-Use-snd_card_free_when_closed-at-disconn.patch
patches.suse/ALSA-caiaq-Use-snd_card_free_when_closed-at-disconne.patch
patches.suse/ALSA-6fire-Release-resources-at-card-release.patch
patches.suse/ASoC-dt-bindings-mt6359-Update-generic-node-name-and.patch
patches.suse/ASoC-fsl_micfil-fix-regmap_write_bits-usage.patch
patches.suse/ASoC-fsl-asoc-card-Add-missing-handling-of-hp-mic-dt.patch
patches.suse/ASoC-Intel-sof_rt5682-Add-HDMI-In-capture-with-rt568.patch
patches.suse/ASoC-amd-acp-fix-for-inconsistent-indenting.patch
patches.suse/ASoC-amd-acp-fix-for-cpu-dai-index-logic.patch
patches.suse/ASoC-Intel-avs-Fix-return-status-of-avs_pcm_hw_const.patch
patches.suse/ASoC-rt722-sdca-Remove-logically-deadcode-in-rt722-s.patch
patches.suse/ASoC-sdw_utils-Add-support-for-exclusion-DAI-quirks.patch
patches.suse/ASoC-sdw_utils-Add-a-quirk-to-allow-the-cs42l43-mic-.patch
patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-cs42l43-system-usin.patch
patches.suse/ASoC-Intel-sof_sdw-Add-quirks-for-some-new-Lenovo-la.patch
patches.suse/ASoC-sdw_utils-Add-quirk-to-exclude-amplifier-functi.patch
patches.suse/ASoC-Intel-soc-acpi-intel-arl-match-Add-rt722-and-rt.patch
patches.suse/ASoC-codecs-Fix-atomicity-violation-in-snd_soc_compo.patch
patches.suse/ASoC-da7213-Populate-max_register-to-regmap_config.patch
patches.suse/ASoC-hdmi-codec-reorder-channel-allocation-list.patch
patches.suse/ALSA-hda-Poll-jack-events-for-LS7A-HD-Audio.patch
patches.suse/drm-imagination-Convert-to-use-time_before-macro.patch
patches.suse/drm-imagination-Use-pvr_vm_context_get.patch
patches.suse/drm-mm-Mark-drm_mm_interval_tree-functions-with-__ma.patch
patches.suse/drm-vc4-hdmi-Avoid-log-spam-for-audio-start-failure.patch
patches.suse/drm-vc4-hvs-Set-AXI-panic-modes-for-the-HVS.patch
patches.suse/drm-vc4-hdmi-Increase-audio-MAI-fifo-dreq-threshold.patch
patches.suse/drm-vc4-hvs-Don-t-write-gamma-luts-on-2711.patch
patches.suse/drm-vc4-hdmi-Avoid-hang-with-debug-registers-when-su.patch
patches.suse/drm-vc4-hvs-Fix-dlist-debug-not-resetting-the-next-e.patch
patches.suse/drm-vc4-hvs-Remove-incorrect-limit-from-hvs_dlist-de.patch
patches.suse/drm-vc4-Introduce-generation-number-enum.patch
patches.suse/drm-vc4-hvs-Correct-logic-on-stopping-an-HVS-channel.patch
patches.suse/drm-omap-Fix-possible-NULL-dereference.patch
patches.suse/drm-omap-Fix-locking-in-omap_gem_new_dmabuf.patch
patches.suse/drm-v3d-Appease-lockdep-while-updating-GPU-stats.patch
patches.suse/drm-panic-Fix-uninitialized-spinlock-acquisition-wit.patch
patches.suse/drm-imx-dcss-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch
patches.suse/drm-imx-dcss-Use-IRQF_NO_AUTOEN-flag-in-request_irq-4380f86.patch
patches.suse/drm-imx-ipuv3-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch
patches.suse/drm-panel-orientation-quirks-Add-quirk-for-AYA-NEO-2.patch
patches.suse/drm-panel-orientation-quirks-Add-quirk-for-AYA-NEO-F.patch
patches.suse/drm-panel-orientation-quirks-Add-quirk-for-AYA-NEO-G.patch
patches.suse/drm-panel-nt35510-Make-new-commands-optional.patch
patches.suse/drm-bridge-it6505-Enable-module-autoloading.patch
patches.suse/drm-mcde-Enable-module-autoloading.patch
patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer.patch
patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer-e965e77.patch
patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer-831214f.patch
patches.suse/drm-v3d-Address-race-condition-in-MMU-flush.patch
patches.suse/drm-v3d-Flush-the-MMU-before-we-supply-more-memory-t.patch
patches.suse/drm-panthor-introduce-job-cycle-and-timestamp-accoun.patch
patches.suse/drm-panthor-record-current-and-maximum-device-clock-.patch
patches.suse/drm-bridge-anx7625-Drop-EDID-cache-on-bridge-power-o.patch
patches.suse/drm-bridge-it6505-Drop-EDID-cache-on-bridge-power-of.patch
patches.suse/drm-panel-jd9365da-h3-Remove-unused-num_init_cmds-st.patch
patches.suse/drm-vc4-Match-drm_dev_enter-and-exit-calls-in-vc4_hv-cf1c87d.patch
patches.suse/drm-vc4-Match-drm_dev_enter-and-exit-calls-in-vc4_hv.patch
patches.suse/drm-vc4-Correct-generation-check-in-vc4_hvs_lut_load.patch
patches.suse/drm-xe-pciids-separate-RPL-U-and-RPL-P-PCI-IDs.patch
patches.suse/drm-xe-pciids-separate-ARL-and-MTL-PCI-IDs.patch
patches.suse/drm-xe-pciids-Add-PVC-s-PCI-device-ID-macros.patch
patches.suse/drm-xe-pciid-Add-new-PCI-id-for-ARL.patch
patches.suse/drm-xe-devcoredump-Use-drm_puts-and-already-cached-l.patch
patches.suse/drm-xe-devcoredump-Improve-section-headings-and-add-.patch
patches.suse/drm-xe-devcoredump-Add-ASCII85-dump-helper-function.patch
patches.suse/drm-xe-guc-Copy-GuC-log-prior-to-dumping.patch
patches.suse/drm-xe-ptl-L3bank-mask-is-not-available-on-the-media.patch
patches.suse/drm-xe-xe3-Add-initial-set-of-workarounds.patch
patches.suse/drm-display-Fix-building-with-GCC-15.patch
patches.suse/accel-ivpu-Prevent-recovery-invocation-during-probe-.patch
patches.suse/drm-bridge-tc358767-Fix-link-properties-discovery.patch
patches.suse/accel-qaic-Add-AIC080-support.patch
patches.suse/drm-panic-Select-ZLIB_DEFLATE-for-DRM_PANIC_SCREEN_Q.patch
patches.suse/drm-amdgpu-Fix-JPEG-v4.0.3-register-write.patch
patches.suse/drm-amd-display-Fix-incorrect-DSC-recompute-trigger.patch
patches.suse/drm-amd-display-Fix-out-of-bounds-access-in-dcn21_li.patch
patches.suse/drm-radeon-r600_cs-Fix-possible-int-overflow-in-r600.patch
patches.suse/drm-amdgpu-gfx9-Add-Cleaner-Shader-Deinitialization-.patch
patches.suse/drm-amd-display-skip-disable-CRTC-in-seemless-bootup.patch
patches.suse/drm-amd-display-Fix-garbage-or-black-screen-when-res.patch
patches.suse/drm-amd-display-fix-a-memleak-issue-when-driver-is-r.patch
patches.suse/drm-amd-display-calculate-final-viewport-before-TAP-.patch
patches.suse/drm-amd-display-Skip-Invalid-Streams-from-DSC-Policy.patch
patches.suse/drm-amd-display-disable-SG-displays-on-cyan-skillfis.patch
patches.suse/drm-amd-display-Increase-idle-worker-HPD-detection-t.patch
patches.suse/drm-amd-display-Full-exit-out-of-IPS2-when-all-allow.patch
patches.suse/Revert-drm-amdgpu-gfx9-put-queue-resets-behind-a-deb.patch
patches.suse/drm-amd-display-Adding-array-index-check-to-prevent-.patch
patches.suse/drm-amdgpu-gfx9-Add-cleaner-shader-for-GFX9.4.2.patch
patches.suse/drm-amdgpu-clear-RB_OVERFLOW-bit-when-enabling-inter.patch
patches.suse/drm-amdgpu-Dereference-the-ATCS-ACPI-buffer.patch
patches.suse/drm-amdgpu-refine-error-handling-in-amdgpu_ttm_tt_pi.patch
patches.suse/drm-fbdev-dma-Select-FB_DEFERRED_IO.patch
patches.suse/drm-fsl-dcu-enable-PIXCLK-on-LS1021A.patch
patches.suse/drm-panel-simple-Add-Microchip-AC69T88A-LVDS-Display.patch
patches.suse/drm-panel-nv3052c-correct-spi_device_id-for-RG35XX-p.patch
patches.suse/drm-sched-memset-job-in-drm_sched_job_init.patch
patches.suse/drm-panfrost-Remove-unused-id_mask-from-struct-panfr.patch
patches.suse/drm-nouveau-gr-gf100-Fix-missing-unlock-in-gf100_gr_.patch
patches.suse/drm-zynqmp_kms-Unplug-DRM-device-before-removal.patch
patches.suse/drm-xlnx-zynqmp_disp-layer-may-be-null-while-releasi.patch
patches.suse/drm-xlnx-zynqmp_dpsub-fix-hotplug-detection.patch
patches.suse/drm-msm-dpu-on-SDM845-move-DSPP_3-to-LM_5-block.patch
patches.suse/drm-msm-dpu-drop-LM_3-LM_4-on-SDM845.patch
patches.suse/drm-msm-dpu-drop-LM_3-LM_4-on-MSM8998.patch
patches.suse/drm-msm-Fix-some-typos-in-comment.patch
patches.suse/drm-msm-adreno-Use-IRQF_NO_AUTOEN-flag-in-request_ir.patch
patches.suse/drm-msm-gpu-Check-the-status-of-registration-to-PM-Q.patch
patches.suse/drm-xe-forcewake-Add-a-helper-xe_force_wake_ref_has_.patch
patches.suse/drm-xe-devcoredump-Update-handling-of-xe_force_wake_.patch
patches.suse/drm-xe-guc-ct-Flush-g2h-worker-in-case-of-g2h-respon.patch
patches.suse/drm-xe-xe_guc_ads-save-restore-OA-registers-and-allo.patch
patches.suse/Revert-drm-xe-xe_guc_ads-save-restore-OA-registers-a.patch
patches.suse/drm-mediatek-Fix-child-node-refcount-handling-in-ear.patch
patches.suse/drm-xe-hdcp-Fix-gsc-structure-check-in-fw-check-stat.patch
patches.suse/drm-msm-dpu-cast-crtc_clk-calculation-to-u64-in-_dpu.patch
patches.suse/drm-amd-display-Reduce-HPD-Detection-Interval-for-IP.patch
patches.suse/drm-amd-display-Fix-underflow-when-playing-8K-video-.patch
patches.suse/drm-amdgpu-Fix-the-memory-allocation-issue-in-amdgpu.patch
patches.suse/drm-amdgpu-fix-comment-about-amdgpu.abmlevel-default.patch
patches.suse/drm-amd-display-Remove-hw-w-a-toggle-if-on-DP2-HPO.patch
patches.suse/drm-amd-display-parse-umc_info-or-vram_info-based-on.patch
patches.suse/drm-amd-display-Prune-Invalid-Modes-For-HDMI-Output.patch
patches.suse/drm-amdkfd-Use-dynamic-allocation-for-CU-occupancy-a.patch
patches.suse/drm-amdgpu-skip-amdgpu_device_cache_pci_state-under-.patch
patches.suse/drm-amdgpu-set-the-right-AMDGPU-sg-segment-limitatio.patch
patches.suse/drm-etnaviv-Request-pages-from-DMA32-zone-on-address.patch
patches.suse/drm-etnaviv-hold-GPU-lock-across-perfmon-sampling.patch
patches.suse/drm-etnaviv-flush-shader-L1-cache-after-user-command.patch
patches.suse/drm-vkms-Drop-unnecessary-call-to-drm_crtc_cleanup.patch
patches.suse/drm-panic-Add-ABGR2101010-support.patch
patches.suse/drm-bridge-it6505-Fix-inverted-reset-polarity.patch
patches.suse/drm-use-ATOMIC64_INIT-for-atomic64_t.patch
patches.suse/drm-panfrost-Add-missing-OPP-table-refcnt-decrementa.patch
patches.suse/drm-panthor-Fix-OPP-refcnt-leaks-in-devfreq-initiali.patch
patches.suse/drm-amdgpu-fix-ACA-bank-count-boundary-check-error.patch
patches.suse/drm-amdgpu-Fix-map-unmap-queue-logic.patch
patches.suse/drm-amdkfd-Fix-wrong-usage-of-INIT_WORK.patch
patches.suse/Revert-drm-amd-display-parse-umc_info-or-vram_info-b.patch
patches.suse/tracing-Remove-TRACE_FLAG_IRQS_NOSUPPORT.patch
patches.suse/kunit-skb-use-gfp-variable-instead-of-hardcoding-GFP.patch
patches.suse/kunit-string-stream-Fix-a-UAF-bug-in-kunit_init_suit.patch
patches.suse/kunit-Fix-potential-null-dereference-in-kunit_device.patch
patches.suse/mfd-tps65010-Use-IRQF_NO_AUTOEN-flag-in-request_irq-.patch
patches.suse/mfd-da9052-spi-Change-read-mask-to-write-mask.patch
patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-USB-Type.patch
patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-TMU-devi.patch
patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-PMIC-dev.patch
patches.suse/mfd-intel_soc_pmic_bxtwc-Fix-IRQ-domain-names-duplic.patch
patches.suse/mfd-rt5033-Fix-missing-regmap_del_irq_chip.patch
patches.suse/leds-flash-mt6360-Fix-device_for_each_child_node-ref.patch
patches.suse/leds-lp55xx-Remove-redundant-test-for-invalid-channe.patch
patches.suse/leds-max5970-Fix-unreleased-fwnode_handle-in-probe-f.patch
patches.suse/leds-ktd2692-Set-missing-timing-properties.patch
patches.suse/leds-class-Protect-brightness_show-with-led_cdev-led.patch
patches.suse/clk-sophgo-avoid-integer-overflow-in-sg2042_pll_reca.patch
patches.suse/clk-clk-apple-nco-Add-NULL-check-in-applnco_probe.patch
patches.suse/clk-clk-loongson2-Fix-memory-corruption-bug-in-struc.patch
patches.suse/clk-clk-loongson2-Fix-potential-buffer-overflow-in-f.patch
patches.suse/clk-mediatek-drop-two-dead-config-options.patch
patches.suse/clk-ralink-mtmips-fix-clock-plan-for-Ralink-SoC-RT38.patch
patches.suse/clk-ralink-mtmips-fix-clocks-probe-order-in-oldest-r.patch
patches.suse/clk-en7523-remove-REG_PCIE-_-MEM-MEM_MASK-configurat.patch
patches.suse/clk-en7523-move-clock_register-in-hw_init-callback.patch
patches.suse/clk-en7523-introduce-chip_scu-regmap.patch
patches.suse/clk-en7523-fix-estimation-of-fixed-rate-for-EN7581.patch
patches.suse/clk-Allow-kunit-tests-to-run-without-OF_OVERLAY-enab.patch
patches.suse/clk-renesas-rzg2l-Fix-FOUTPOSTDIV-clk.patch
patches.suse/clk-imx-lpcg-scu-SW-workaround-for-errata-e10858.patch
patches.suse/clk-imx-fracn-gppll-correct-PLL-initialization-flow.patch
patches.suse/clk-imx-fracn-gppll-fix-pll-power-up.patch
patches.suse/clk-imx-clk-scu-fix-clk-enable-state-save-and-restor.patch
patches.suse/clk-imx-imx8-acm-Fix-return-value-check-in-clk_imx_a.patch
patches.suse/clk-sunxi-ng-d1-Fix-PLL_AUDIO0-preset.patch
patches.suse/clk-clk-axi-clkgen-make-sure-to-enable-the-AXI-bus-c.patch
patches.suse/clk-qcom-videocc-sm8550-depend-on-either-gcc-sm8550-.patch
patches.suse/clk-qcom-gcc-qcs404-fix-initial-rate-of-GPLL3.patch
patches.suse/clk-qcom-clk-alpha-pll-drop-lucid-evo-pll-enabled-wa.patch
patches.suse/clk-qcom-clk-alpha-pll-fix-lucid-5lpe-pll-enabled-ch.patch
patches.suse/clk-qcom-rcg2-add-clk_rcg2_shared_floor_ops.patch
patches.suse/clk-qcom-rpmh-add-support-for-SAR2130P.patch
patches.suse/clk-qcom-tcsrcc-sm8550-add-SAR2130P-support.patch
patches.suse/clk-qcom-dispcc-sm8550-enable-support-for-SAR2130P.patch
patches.suse/clk-qcom-clk-alpha-pll-Add-NSS-HUAYRA-ALPHA-PLL-supp.patch
patches.suse/mtd-hyperbus-rpc-if-Add-missing-MODULE_DEVICE_TABLE.patch
patches.suse/mtd-spi-nor-spansion-Use-nor-addr_nbytes-in-octal-DT.patch
patches.suse/mtd-spi-nor-core-replace-dummy-buswidth-from-addr-to.patch
patches.suse/mtd-rawnand-atmel-Fix-possible-memory-leak.patch
patches.suse/mtd-spinand-winbond-Fix-512GW-and-02JW-OOB-layout.patch
patches.suse/mtd-spinand-winbond-Fix-512GW-01GW-01JW-and-02JW-ECC.patch
patches.suse/cppc_cpufreq-Use-desired-perf-if-feedback-ctrs-are-0.patch
patches.suse/cpufreq-loongson2-Unregister-platform_driver-on-fail.patch
patches.suse/Revert-cpufreq-brcmstb-avs-cpufreq-Fix-initial-comma.patch
patches.suse/cpufreq-CPPC-Fix-possible-null-ptr-deref-for-cpufreq.patch
patches.suse/cpufreq-CPPC-Fix-possible-null-ptr-deref-for-cppc_ge.patch
patches.suse/cpufreq-scmi-Fix-cleanup-path-when-boost-enablement-.patch
patches.suse/cpufreq-loongson3-Check-for-error-code-from-devm_mut.patch
patches.suse/cpufreq-CPPC-Fix-wrong-return-value-in-cppc_get_cpu_.patch
patches.suse/cpufreq-CPPC-Fix-wrong-return-value-in-cppc_get_cpu_-b51eb08.patch
patches.suse/cpufreq-mediatek-hw-Fix-wrong-return-value-in-mtk_cp.patch
patches.suse/thermal-drivers-qcom-tsens-v1-Add-support-for-MSM893.patch
patches.suse/iommu-s390-Implement-blocking-domain.patch
patches.suse/iommu-amd-pgtbl_v2-Take-protection-domain-lock-befor.patch
patches.suse/RDMA-core-Provide-rdma_user_mmap_disassociate-to-dis.patch
patches.suse/RDMA-hns-Disassociate-mmap-pages-for-all-uctx-when-H.patch
patches.suse/IB-hfi1-make-clear_all_interrupts-static.patch
patches.suse/RDMA-efa-Update-device-interface.patch
patches.suse/RDMA-efa-Add-option-to-set-QP-service-level-on-creat.patch
patches.suse/RDMA-ipoib-Use-the-networking-stack-default-for-txqu.patch
patches.suse/RDMA-bnxt_re-Add-support-for-optimized-modify-QP.patch
patches.suse/RDMA-bnxt_re-Add-support-for-CQ-rx-coalescing.patch
patches.suse/RDMA-bnxt_re-Add-support-for-modify_device-hook.patch
patches.suse/RDMA-bnxt_re-Fix-access-flags-for-MR-and-QP-modify.patch
patches.suse/RDMA-Use-ethtool-string-helpers.patch
patches.suse/RDMA-hns-Fix-an-AEQE-overflow-error-caused-by-untime.patch
patches.suse/RDMA-hns-Fix-flush-cqe-error-when-racing-with-destro.patch
patches.suse/RDMA-hns-Modify-debugfs-name.patch
patches.suse/RDMA-hns-Use-dev_-printings-in-hem-code-instead-of-i.patch
patches.suse/RDMA-hns-Fix-cpu-stuck-caused-by-printings-during-re.patch
patches.suse/RDMA-rxe-Fix-the-qp-flush-warnings-in-req.patch
patches.suse/RDMA-bnxt_re-Check-cqe-flags-to-know-imm_data-vs-inv.patch
patches.suse/RDMA-efa-Report-link-speed-according-to-device-attri.patch
patches.suse/RDMA-rxe-Set-queue-pair-cur_qp_state-when-being-quer.patch
patches.suse/RDMA-bnxt_re-Support-driver-specific-data-collection.patch
patches.suse/RDMA-bnxt_re-Add-support-for-querying-HW-contexts.patch
patches.suse/RDMA-bnxt_re-Support-raw-data-query-for-each-resourc.patch
patches.suse/RDMA-bnxt_re-Add-debugfs-hook-in-the-driver.patch
patches.suse/net-mlx5-Introduce-data-placement-ordering-bits.patch
patches.suse/RDMA-mlx5-Support-OOO-RX-WQE-consumption.patch
patches.suse/RDMA-mlx5-Support-querying-per-plane-IB-PortCounters.patch
patches.suse/RDMA-mlx5-Call-dev_put-after-the-blocking-notifier.patch
patches.suse/RDMA-core-Implement-RoCE-GID-port-rescan-and-export-.patch
patches.suse/RDMA-mlx5-Ensure-active-slave-attachment-to-the-bond.patch
patches.suse/RDMA-core-Add-device-ufile-cleanup-operation.patch
patches.suse/RDMA-core-Move-ib_uverbs_file-struct-to-uverbs_types.patch
patches.suse/RDMA-mlx5-Add-implementation-for-ufile_hw_cleanup-de.patch
patches.suse/RDMA-nldev-Add-IB-device-and-net-device-rename-event.patch
patches.suse/RDMA-hns-Fix-out-of-order-issue-of-requester-when-se.patch
patches.suse/RDMA-hns-Fix-NULL-pointer-derefernce-in-hns_roce_map.patch
patches.suse/bnxt_en-Add-support-for-RoCE-sriov-configuration.patch
patches.suse/RDMA-bnxt_re-Enhance-RoCE-SRIOV-resource-configurati.patch
patches.suse/RDMA-bnxt_re-Add-set_func_resources-support-for-P5-P.patch
patches.suse/RDMA-hns-Fix-different-dgids-mapping-to-the-same-dip.patch
patches.suse/RDMA-bnxt_re-Fail-probe-early-when-not-enough-MSI-x-.patch
patches.suse/RDMA-bnxt_re-Refactor-NQ-allocation.patch
patches.suse/RDMA-bnxt_re-Refurbish-CQ-to-NQ-hash-calculation.patch
patches.suse/RDMA-bnxt_re-Cache-MSIx-info-to-a-local-structure.patch
patches.suse/RDMA-mlx5-Move-events-notifier-registration-to-be-af.patch
patches.suse/IB-cm-Explicitly-mark-if-a-response-MAD-is-a-retrans.patch
patches.suse/IB-cm-Do-not-hold-reference-on-cm_id-unless-needed.patch
patches.suse/IB-cm-Rework-sending-DREQ-when-destroying-a-cm_id.patch
patches.suse/RDMA-bnxt_re-Support-different-traffic-class.patch
patches.suse/RDMA-bnxt_re-Use-the-default-mode-of-congestion-cont.patch
patches.suse/RDMA-bnxt_re-Correct-the-sequence-of-device-suspend.patch
patches.suse/unicode-Fix-utf8_load-error-path.patch
patches.suse/ovl-Filter-invalid-inodes-with-missing-lookup-functi.patch
patches.suse/smb-client-fix-use-after-free-of-signing-key.patch
patches.suse/maple_tree-fix-alloc-node-fail-issue.patch
patches.suse/selftests-damon-huge_count_read_write-provide-suffic.patch
patches.suse/selftests-damon-huge_count_read_write-remove-unneces.patch
patches.suse/selftests-damon-_debugfs_common-hide-expected-error-.patch
patches.suse/selftests-damon-debugfs_duplicate_context_creation-h.patch
patches.suse/kasan-move-checks-to-do_strncpy_from_user.patch
patches.suse/maple_tree-refine-mas_store_root-on-storing-NULL.patch
patches.suse/zram-fix-NULL-pointer-in-comp_algorithm_show.patch
patches.suse/powerpc-fadump-Refactor-and-prepare-fadump_cma_init-.patch
patches.suse/powerpc-fadump-Move-fadump_cma_init-to-setup_arch-af.patch
patches.suse/powerpc-mm-fault-Fix-kfence-page-fault-reporting.patch
patches.suse/powerpc-pseries-Fix-dtl_access_lock-to-be-a-rw_semap.patch
patches.suse/powerpc-fadump-allocate-memory-for-additional-parameters-early.patch
patches.suse/fadump-reserve-param-area-if-below-boot_mem_top.patch
patches.suse/powerpc-pseries-Fix-KVM-guest-detection-for-disablin.patch
patches.suse/powerpc-sstep-make-emulate_vsx_load-and-emulate_vsx_.patch
patches.suse/powerpc-kexec-Fix-return-of-uninitialized-variable.patch
patches.suse/KVM-PPC-Book3S-HV-Add-Power11-capability-support-for.patch
patches.suse/Revert-KVM-PPC-Book3S-HV-Nested-Stop-forwarding-all-.patch
patches.suse/KVM-PPC-Book3S-HV-Stop-using-vc-dpdes-for-nested-KVM.patch
patches.suse/KVM-PPC-Book3S-HV-Avoid-returning-to-nested-hypervis.patch
patches.suse/KVM-PPC-Book3S-HV-Fix-kmv-kvm-typo.patch
patches.suse/KVM-s390-add-concurrent-function-facility-to-cpu-model.patch
patches.suse/KVM-s390-add-msa11-to-cpu-model.patch
patches.suse/KVM-s390-add-gen17-facilities-to-CPU-model.patch
patches.suse/Input-cs40l50-fix-wrong-usage-of-INIT_WORK.patch
patches.suse/Input-hideep-add-missing-dependency-on-REGMAP_I2C.patch
patches.suse/Input-hycon-hy46xx-add-missing-dependency-on-REGMAP_.patch
patches.suse/Input-imagis-fix-warning-regarding-imagis_3038_data-.patch
patches.suse/fbdev-sh7760fb-Fix-a-possible-memory-leak-in-sh7760f.patch
patches.suse/lib-string_helpers-silence-snprintf-output-truncatio.patch
patches.suse/lib-Kconfig.debug-move-int_pow-test-option-to-runtim.patch
patches.suse/scatterlist-fix-a-typo.patch
patches.suse/checkpatch-always-parse-orig_commit-in-fixes-tag.patch
patches.suse/mm-slub-Avoid-list-corruption-when-removing-a-slab-from-the-full-list.patch
patches.suse/slab-Fix-too-strict-alignment-check-in-create_cache.patch
patches.suse/pinctrl-freescale-fix-COMPILE_TEST-error-with-PINCTR.patch
patches.suse/pinctrl-zynqmp-drop-excess-struct-member-description.patch
patches.suse/pinctrl-renesas-rzg2l-Fix-missing-return-in-rzg2l_pi.patch
patches.suse/pinctrl-renesas-Select-PINCTRL_RZG2L-for-RZ-V2H-P-So.patch
patches.suse/pinmux-Use-sequential-access-to-access-desc-pinmux-d.patch
patches.suse/pinctrl-qcom-pmic-gpio-add-support-for-PM8937.patch
patches.suse/pinctrl-qcom-spmi-mpp-Add-PM8937-compatible.patch
patches.suse/pinctrl-qcom-spmi-fix-debugfs-drive-strength.patch
patches.suse/pinctrl-k210-Undef-K210_PC_DEFAULT.patch
patches.suse/mailbox-mtk-cmdq-fix-wrong-use-of-sizeof-in-cmdq_get.patch
patches.suse/mailbox-arm_mhuv2-clean-up-loop-in-get_irq_chan_comb.patch
patches.suse/mailbox-pcc-Check-before-sending-MCTP-PCC-response-A.patch
patches.suse/scsi-lpfc-Modify-CGN-warning-signal-calculation-base.patch
patches.suse/scsi-lpfc-Check-devloss-callbk-done-flag-for-potenti.patch
patches.suse/scsi-lpfc-Call-lpfc_sli4_queue_unset-in-restart-and-.patch
patches.suse/scsi-lpfc-Update-lpfc_els_flush_cmd-to-check-for-SLI.patch
patches.suse/scsi-lpfc-Check-SLI_ACTIVE-flag-in-FDMI-cmpl-before-.patch
patches.suse/scsi-lpfc-Add-cleanup-of-nvmels_wq-after-HBA-reset.patch
patches.suse/scsi-lpfc-Prevent-NDLP-reference-count-underflow-in-.patch
patches.suse/scsi-lpfc-Remove-NLP_RELEASE_RPI-flag-from-nodelist-.patch
patches.suse/scsi-lpfc-Change-lpfc_nodelist-nlp_flag-member-into-.patch
patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.6.patch
patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.6-patches.patch
patches.suse/virtiofs-use-pages-instead-of-pointer-for-kernel-direct-IO.patch
patches.suse/NFSD-Prevent-a-potential-integer-overflow.patch
patches.suse/svcrdma-Address-an-integer-overflow.patch
patches.suse/nfsd-drop-inode-parameter-from-nfsd4_change_attribute.patch
patches.suse/NFSD-Remove-a-never-true-comparison.patch
patches.suse/NFSD-Prevent-NULL-dereference-in-nfsd4_process_cb_update.patch
patches.suse/NFSD-Cap-the-number-of-bytes-copied-by-nfs4_reset_recoverydir.patch
patches.suse/nfsd-make-sure-exp-active-before-svc_export_show.patch
patches.suse/SUNRPC-make-sure-cache-entry-active-before-cache_show.patch
patches.suse/svcrdma-fix-miss-destroy-percpu_counter-in-svc_rdma_proc_init.patch
patches.suse/NFSD-Fix-nfsd4_shutdown_copy.patch
patches.suse/nfsd-fix-nfs4_openowner-leak-when-concurrent-nfsd4_open-occur.patch
patches.suse/nfs_common-must-not-hold-RCU-while-calling-nfsd_file_put_local.patch
patches.suse/drm-panic-avoid-reimplementing-Iterator-find.patch
patches.suse/drm-panic-remove-unnecessary-borrow-in-alignment_pat.patch
patches.suse/drm-panic-prefer-eliding-lifetimes.patch
patches.suse/drm-panic-remove-redundant-field-when-assigning-valu.patch
patches.suse/drm-panic-correctly-indent-continuation-of-line-in-l.patch
patches.suse/drm-panic-allow-verbose-boolean-for-clarity.patch
patches.suse/drm-panic-allow-verbose-version-check.patch
patches.suse/PCI-vmd-Set-devices-to-D0-before-enabling-PM-L1-Subs.patch
patches.suse/PCI-cpqphp-Fix-PCIBIOS_-return-value-confusion.patch
patches.suse/PCI-Fix-use-after-free-of-slot-bus-on-hot-remove.patch
patches.suse/PCI-of_property-Assign-PCI-instead-of-CPU-bus-addres.patch
patches.suse/PCI-starfive-Enable-controller-runtime-PM-before-pro.patch
patches.suse/PCI-pwrctl-Use-of_platform_device_create-to-create-p.patch
patches.suse/PCI-pwrctl-Create-pwrctl-device-only-if-at-least-one.patch
patches.suse/PCI-pwrctl-Ensure-that-pwrctl-drivers-are-probed-bef.patch
patches.suse/PCI-Add-reset_subordinate-to-reset-hierarchy-below-b.patch
patches.suse/PCI-Detect-and-trust-built-in-Thunderbolt-chips.patch
patches.suse/PCI-Add-TLP-Processing-Hints-TPH-support.patch
patches.suse/PCI-TPH-Add-Steering-Tag-support.patch
patches.suse/PCI-TPH-Add-TPH-documentation.patch
patches.suse/PCI-Add-ACS-quirk-for-Wangxun-FF5xxx-NICs.patch
patches.suse/PCI-endpoint-epf-mhi-Avoid-NULL-dereference-if-DT-la.patch
patches.suse/PCI-endpoint-Fix-PCI-domain-ID-release-in-pci_epc_de.patch
patches.suse/PCI-endpoint-Clear-secondary-not-primary-EPC-in-pci_.patch
patches.suse/PCI-dwc-ep-Fix-advertised-resizable-BAR-size-regress.patch
patches.suse/PCI-imx6-Fix-suspend-resume-support-on-i.MX6QDL.patch
patches.suse/PCI-j721e-Deassert-PERST-after-a-delay-of-PCIE_T_PVP.patch
patches.suse/PCI-keystone-Set-mode-as-Root-Complex-for-ti-keyston.patch
patches.suse/PCI-keystone-Add-link-up-check-to-ks_pcie_other_map_.patch
patches.suse/PCI-qcom-Enable-MSI-interrupts-together-with-Link-up.patch
patches.suse/PCI-qcom-ep-Move-controller-cleanups-to-qcom_pcie_pe.patch
patches.suse/PCI-qcom-Add-support-for-IPQ9574.patch
patches.suse/PCI-qcom-Disable-ASPM-L0s-for-X1E80100.patch
patches.suse/PCI-rockchip-ep-Fix-address-translation-unit-program.patch
patches.suse/PCI-tegra194-Move-controller-cleanups-to-pex_ep_even.patch
patches.suse/PCI-vmd-Add-DID-8086-B06F-and-8086-B60B-for-Intel-cl.patch
patches.suse/PCI-Fix-reset_method_store-memory-leak.patch
patches.suse/i3c-master-Replace-hard-code-2-with-macro-I3C_ADDR_S.patch
patches.suse/i3c-master-Extend-address-status-bit-to-4-and-add-I3.patch
patches.suse/i3c-master-Fix-dynamic-address-leak-when-assigned-ad.patch
patches.suse/i3c-master-svc-fix-possible-assignment-of-the-same-a.patch
patches.suse/i3c-master-Remove-i3c_dev_disable_ibi_locked-olddev-.patch
patches.suse/i3c-master-Fix-miss-free-init_dyn_addr-at-i3c_master.patch
patches.suse/i3c-mipi-i3c-hci-Mask-ring-interrupts-before-ring-st.patch
patches.suse/i3c-master-svc-Fix-pm_runtime_set_suspended-with-run.patch
patches.suse/i3c-master-svc-Modify-enabled_events-bit-7-0-to-act-.patch
patches.suse/i3c-Use-i3cdev-desc-info-instead-of-calling-i3c_devi.patch
patches.suse/hwmon-tps23861-Fix-reporting-of-negative-temperature.patch
patches.suse/hwmon-aquacomputer_d5next-Fix-length-of-speed_input-.patch
patches.suse/mailbox-remoteproc-k3-m4-fix-compile-testing.patch
patches.suse/remoteproc-qcom-pas-Remove-subdevs-on-the-error-path.patch
patches.suse/remoteproc-qcom-adsp-Remove-subdevs-on-the-error-pat.patch
patches.suse/remoteproc-qcom-pas-add-minidump_id-to-SM8350-resour.patch
patches.suse/remoteproc-qcom-pas-enable-SAR2130P-audio-DSP-suppor.patch
patches.suse/remoteproc-qcom_q6v5_pas-disable-auto-boot-for-wpss.patch
patches.suse/remoteproc-qcom_q6v5_mss-Re-order-writes-to-the-IMEM.patch
patches.suse/selftests-mount_setattr-Fix-failures-on-64K-PAGE_SIZ.patch
patches.suse/vfio-pci-Properly-hide-first-in-list-PCIe-extended-c.patch
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-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
patches.suse/phy-airoha-Fix-REG_CSR_2L_RX-0-1-_REV0-definitions.patch
patches.suse/thermal-int3400-Fix-reading-of-current_uuid-for-acti.patch
patches.suse/ACPI-x86-Add-skip-i2c-clients-quirk-for-Acer-Iconia-.patch
patches.suse/ACPI-x86-Clean-up-Asus-entries-in-acpi_quirk_skip_dm.patch
patches.suse/exfat-fix-out-of-bounds-access-of-directory-entries.patch
patches.suse/exfat-fix-uninit-value-in-__exfat_get_dentry_set.patch
patches.suse/exfat-fix-file-being-changed-by-unaligned-direct-write.patch
patches.suse/power-supply-core-Remove-might_sleep-from-power_supp.patch
patches.suse/power-supply-bq27xxx-Fix-registers-of-bq27426.patch
patches.suse/power-supply-rt9471-Fix-wrong-WDT-function-regfield-.patch
patches.suse/power-supply-rt9471-Use-IC-status-regfield-to-report.patch
patches.suse/power-reset-ep93xx-add-AUXILIARY_BUS-dependency.patch
patches.suse/regulator-qcom-rpmh-Update-ranges-for-FTSMPS525.patch
patches.suse/spi-atmel-quadspi-Fix-register-name-in-verbose-loggi.patch
patches.suse/spi-Fix-acpi-deferred-irq-probe.patch
patches.suse/net-phy-ensure-that-genphy_c45_an_config_eee_aneg-se.patch
patches.suse/net-usb-lan78xx-Fix-double-free-issue-with-interrupt.patch
patches.suse/net-usb-lan78xx-Fix-memory-leak-on-device-unplug-by-.patch
patches.suse/net-usb-lan78xx-Fix-refcounting-and-autosuspend-on-i.patch
patches.suse/s390-iucv-MSG_PEEK-causes-memory-leak-in-iucv_sock_destruct.patch
patches.suse/net-mdio-ipq4019-add-missing-error-check.patch
patches.suse/octeontx2-af-RPM-Fix-mismatch-in-lmac-type.patch
patches.suse/octeontx2-af-RPM-Fix-low-network-performance.patch
patches.suse/octeontx2-af-RPM-fix-stale-RSFEC-counters.patch
patches.suse/octeontx2-af-RPM-fix-stale-FCFEC-counters.patch
patches.suse/octeontx2-af-Quiesce-traffic-before-NIX-block-reset.patch
patches.suse/bnxt_en-Reserve-rings-after-PCIe-AER-recovery-if-NIC.patch
patches.suse/bnxt_en-Set-backplane-link-modes-correctly-for-ethto.patch
patches.suse/bnxt_en-Fix-queue-start-to-update-vnic-RSS-table.patch
patches.suse/bnxt_en-Fix-receive-ring-space-parameters-when-XDP-i.patch
patches.suse/bnxt_en-Refactor-bnxt_ptp_init.patch
patches.suse/bnxt_en-Unregister-PTP-during-PCI-shutdown-and-suspe.patch
patches.suse/Bluetooth-MGMT-Fix-slab-use-after-free-Read-in-set_p.patch
patches.suse/Bluetooth-MGMT-Fix-possible-deadlocks.patch
patches.suse/net-phy-fix-phy_ethtool_set_eee-incorrectly-enabling.patch
patches.suse/selftests-rds-move-test.py-to-TEST_FILES.patch
patches.suse/tracing-Record-task-flag-NEED_RESCHED_LAZY.patch
patches.suse/s390-debug-Pass-in-and-enforce-output-buffer-size-for-format-handlers.patch
patches.suse/s390-stacktrace-Use-break-instead-of-return-statement.patch
patches.suse/s390-vfio-ap-Remove-gmap_convert_to_secure-from-vfio_ap_ops.patch
patches.suse/s390-entry-Mark-IRQ-entries-to-fix-stack-depot-warnings.patch
patches.suse/s390-pci-Fix-leak-of-struct-zpci_dev-when-zpci_add_device-fails.patch
patches.suse/s390-pci-Fix-potential-double-remove-of-hotplug-slot.patch
patches.suse/apparmor-test-Fix-memory-leak-for-aa_unpack_strdup.patch
patches.suse/apparmor-fix-Do-simple-duplicate-message-elimination.patch
patches.suse/usb-chipidea-add-CI_HDRC_HAS_SHORT_PKT_LIMIT-flag.patch
patches.suse/usb-chipidea-udc-limit-usb-request-length-to-max-16K.patch
patches.suse/usb-chipidea-udc-create-bounce-buffer-for-problem-sg.patch
patches.suse/usb-chipidea-udc-handle-USB-Error-Interrupt-if-IOC-n.patch
patches.suse/usb-using-mutex-lock-and-supporting-O_NONBLOCK-flag-.patch
patches.suse/usb-yurex-make-waiting-on-yurex_write-interruptible.patch
patches.suse/USB-chaoskey-fail-open-after-removal.patch
patches.suse/USB-chaoskey-Fix-possible-deadlock-chaoskey_list_loc.patch
patches.suse/usb-typec-ucsi-Do-not-call-ACPI-_DSM-method-for-UCSI.patch
patches.suse/usb-gadget-uvc-wake-pump-everytime-we-update-the-fre.patch
patches.suse/phy-realtek-usb-fix-NULL-deref-in-rtk_usb2phy_probe.patch
patches.suse/phy-realtek-usb-fix-NULL-deref-in-rtk_usb3phy_probe.patch
patches.suse/xhci-Combine-two-if-statements-for-Etron-xHCI-host.patch
patches.suse/xhci-Don-t-issue-Reset-Device-command-to-Etron-xHCI-.patch
patches.suse/xhci-Fix-control-transfer-error-on-Etron-xHCI-host.patch
patches.suse/xhci-Don-t-perform-Soft-Retry-for-Etron-xHCI-host.patch
patches.suse/usb-xhci-Limit-Stop-Endpoint-retries.patch
patches.suse/usb-xhci-Fix-TD-invalidation-under-pending-Set-TR-De.patch
patches.suse/usb-xhci-Avoid-queuing-redundant-Stop-Endpoint-comma.patch
patches.suse/usb-typec-ucsi-glink-fix-off-by-one-in-connector_sta.patch
patches.suse/usb-typec-ucsi-glink-be-more-precise-on-orientation-.patch
patches.suse/usb-musb-Fix-hardware-lockup-on-first-Rx-endpoint-re.patch
patches.suse/usb-misc-ljca-move-usb_autopm_put_interface-after-wa.patch
patches.suse/usb-misc-ljca-set-small-runtime-autosuspend-delay.patch
patches.suse/usb-typec-fix-potential-array-underflow-in-ucsi_ccg_.patch
patches.suse/usb-dwc3-gadget-Add-missing-check-for-single-port-RA.patch
patches.suse/USB-serial-ftdi_sio-Fix-atomicity-violation-in-get_s.patch
patches.suse/usb-ehci-spear-fix-call-balance-of-sehci-clk-handlin.patch
patches.suse/Revert-usb-gadget-composite-fix-OS-descriptors-w_val.patch
patches.suse/usb-dwc3-ep0-Don-t-clear-ep0-DWC3_EP_TRANSFER_STARTE.patch
patches.suse/usb-dwc3-gadget-Fix-checking-for-number-of-TRBs-left.patch
patches.suse/usb-dwc3-gadget-Fix-looping-of-queued-SG-entries.patch
patches.suse/staging-vchiq_arm-Fix-missing-refcount-decrement-in-.patch
patches.suse/devres-Fix-page-faults-when-tracing-devres-from-unlo.patch
patches.suse/driver-core-fw_devlink-Stop-trying-to-optimize-cycle.patch
patches.suse/firmware_loader-Fix-possible-resource-leak-in-fw_log.patch
patches.suse/misc-apds990x-Fix-missing-pm_runtime_disable.patch
patches.suse/iio-light-al3010-Fix-an-error-handling-path-in-al301.patch
patches.suse/iio-adc-ad7606-Fix-typo-in-the-driver-name.patch
patches.suse/iio-dac-adi-axi-dac-fix-wrong-register-bitfield.patch
patches.suse/misc-rtsx-Cleanup-on-DRV_NAME-cardreader-variables.patch
patches.suse/goldfish-Fix-unused-const-variable-goldfish_pipe_acp.patch
patches.suse/comedi-Flush-partial-mappings-in-error-case.patch
patches.suse/counter-stm32-timer-cnt-fix-device_node-handling-in-.patch
patches.suse/counter-stm32-timer-cnt-Add-check-for-clk_enable.patch
patches.suse/counter-ti-ecap-capture-Add-check-for-clk_enable.patch
patches.suse/iio-invensense-fix-multiple-odr-switch-when-FIFO-is-.patch
patches.suse/iio-backend-fix-wrong-pointer-passed-to-IS_ERR.patch
patches.suse/iio-adc-ad7923-Fix-buffer-overflow-for-tx_buf-and-ri.patch
patches.suse/ad7780-fix-division-by-zero-in-ad7780_write_raw.patch
patches.suse/iio-adc-ad4000-fix-reading-unsigned-data.patch
patches.suse/iio-gts-Fix-uninitialized-symbol-ret.patch
patches.suse/iio-gts-fix-infinite-loop-for-gain_to_scaletables.patch
patches.suse/iio-accel-kx022a-Fix-raw-read-format.patch
patches.suse/iio-accel-adxl380-fix-raw-sample-read.patch
patches.suse/iio-Fix-fwnode_handle-in-__fwnode_iio_channel_get_by.patch
patches.suse/bus-mhi-host-Switch-trace_mhi_gen_tre-fields-to-nati.patch
patches.suse/iio-adc-ad7192-properly-check-spi_get_device_match_d.patch
patches.suse/iio-accel-kxcjk-1013-Remove-redundant-I-C-ID.patch
patches.suse/iio-accel-kxcjk-1013-Revert-Add-support-for-KX022-10.patch
patches.suse/iio-light-ltr501-Add-LTER0303-to-the-supported-devic.patch
patches.suse/iio-adc-ad4000-Check-for-error-code-from-devm_mutex_.patch
patches.suse/iio-adc-pac1921-Check-for-error-code-from-devm_mutex.patch
patches.suse/spmi-pmic-arb-fix-return-path-in-for_each_available_.patch
patches.suse/interconnect-qcom-icc-rpmh-probe-defer-incase-of-mis.patch
patches.suse/ALSA-ac97-bus-Fix-the-mistake-in-the-comment.patch
patches.suse/ALSA-hda-realtek-Update-ALC256-depop-procedure.patch
patches.suse/ALSA-usb-audio-Fix-potential-out-of-bound-accesses-f.patch
patches.suse/ALSA-pcm-Add-sanity-NULL-check-for-the-default-mmap-.patch
patches.suse/ALSA-hda-realtek-Fix-Internal-Speaker-and-Mic-boost-.patch
patches.suse/ALSA-rawmidi-Fix-kvfree-call-in-spinlock.patch
patches.suse/ALSA-usb-audio-Fix-out-of-bounds-reads-when-finding-.patch
patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-work-fo.patch
patches.suse/ALSA-hda-realtek-Enable-speaker-pins-for-Medion-E154.patch
patches.suse/ALSA-hda-realtek-Update-ALC225-depop-procedure.patch
patches.suse/ALSA-hda-tas2781-Add-speaker-id-check-for-ASUS-proje.patch
patches.suse/ALSA-hda-realtek-Set-PCBeep-to-default-value-for-ALC.patch
patches.suse/ALSA-hda-Show-the-codec-quirk-info-at-probing.patch
patches.suse/ALSA-core-Fix-possible-NULL-dereference-caused-by-ku.patch
patches.suse/ALSA-ump-Fix-evaluation-of-MIDI-1.0-FB-info.patch
patches.suse/ALSA-hda-realtek-Apply-quirk-for-Medion-E15433.patch
patches.suse/ALSA-hda-improve-bass-speaker-support-for-ASUS-Zenbo.patch
patches.suse/ASoC-amd-yc-fix-internal-mic-on-Redmi-G-2022.patch
patches.suse/ASoC-imx-audmix-Add-NULL-check-in-imx_audmix_probe.patch
patches.suse/ASoC-amd-yc-Add-quirk-for-microphone-on-Lenovo-Think.patch
patches.suse/ASoC-amd-yc-Fix-for-enabling-DMIC-on-acp6x-via-_DSD-.patch
patches.suse/ASoC-mediatek-Check-num_codecs-is-not-zero-to-avoid-.patch
patches.suse/ASoC-SOF-ipc3-topology-Convert-the-topology-pin-inde.patch
patches.suse/ASoC-amd-yc-Add-a-quirk-for-microfone-on-Lenovo-Thin.patch
patches.suse/drm-xe-ufence-Wake-up-waiters-after-setting-ufence-s.patch
patches.suse/drm-xe-Mark-preempt-fence-workqueue-as-reclaim.patch
patches.suse/drm-amd-pm-update-current_socclk-and-current_uclk-in.patch
patches.suse/drm-amd-display-update-pipe-selection-policy-to-chec.patch
patches.suse/drm-amd-display-Ignore-scalar-validation-failure-if-.patch
patches.suse/drm-amd-display-Fix-handling-of-plane-refcount.patch
patches.suse/drm-amd-display-Remove-PIPE_DTO_SRC_SEL-programming-.patch
patches.suse/drm-amd-Add-some-missing-straps-from-NBIO-7.11.0.patch
patches.suse/drm-amd-Fix-initialization-mistake-for-NBIO-7.11-dev.patch
patches.suse/drm-amdgpu-pm-add-gen5-display-to-the-user-on-smu-v1.patch
patches.suse/drm-radeon-Fix-spurious-unplug-event-on-radeon-HDMI.patch
patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st.patch
patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st-2bc96c9.patch
patches.suse/drm-amdkfd-Use-the-correct-wptr-size.patch
patches.suse/drm-amd-pm-disable-pcie-speed-switching-on-Intel-pla.patch
patches.suse/drm-amd-pm-skip-setting-the-power-source-on-smu-v14..patch
patches.suse/drm-amd-pm-Remove-arcturus-min-power-limit.patch
patches.suse/drm-amdgpu-vcn-reset-fw_shared-when-VCPU-buffers-cor.patch
patches.suse/drm-amdgpu-fix-usage-slab-after-free.patch
patches.suse/Revert-drm-radeon-Delay-Connector-detecting-when-HPD.patch
patches.suse/drm-xe-guc_submit-fix-race-around-suspend_pending.patch
patches.suse/drm-xe-migrate-fix-pat-index-usage.patch
patches.suse/drm-xe-migrate-use-XE_BO_FLAG_PAGETABLE.patch
patches.suse/drm-xe-Take-PM-ref-in-delayed-snapshot-capture-worke.patch
patches.suse/misc-eeprom-eeprom_93cx6-Add-quirk-for-extra-read-cl.patch
patches.suse/kfifo-don-t-include-dma-mapping.h-in-kfifo.h.patch
patches.suse/serial-8250_dw-Add-Sophgo-SG2044-quirk.patch
patches.suse/serial-8250-omap-Move-pm_runtime_get_sync.patch
patches.suse/serial-sh-sci-Clean-sci_ports-0-after-at-earlycon-ex.patch
patches.suse/serial-8250_fintek-Add-support-for-F81216E.patch
patches.suse/tty-ldsic-fix-tty_ldisc_autoload-sysctl-s-proc_handl.patch
patches.suse/serial-amba-pl011-Fix-RX-stall-when-DMA-is-used.patch
patches.suse/serial-amba-pl011-fix-build-regression.patch
patches.suse/Revert-serial-sh-sci-Clean-sci_ports-0-after-at-earl.patch
patches.suse/NFSv4.0-Fix-a-use-after-free-problem-in-the-asynchronous-open.patch
patches.suse/nfs-localio-must-clear-res.replen-in-nfs_local_read_done.patch
patches.suse/Revert-fs-nfs-fix-missing-refcnt-by-replacing-folio_set_private-by-folio_attach_private.patch
patches.suse/Revert-nfs-don-t-reuse-partially-completed-requests-in-nfs_lock_and_join_requests.patch
patches.suse/nfs-ignore-SB_RDONLY-when-mounting-nfs.patch
patches.suse/sunrpc-clear-XPRT_SOCK_UPD_TIMEOUT-when-reset-transport.patch
patches.suse/SUNRPC-timeout-and-cancel-TLS-handshake-with-ETIMEDOUT.patch
patches.suse/sunrpc-fix-one-UAF-issue-caused-by-sunrpc-kernel-tcp-socket.patch
patches.suse/nfs-blocklayout-Don-t-attempt-unregister-for-invalid-block-device.patch
patches.suse/nfs-blocklayout-Limit-repeat-device-registration-on-failure.patch
patches.suse/9p-xen-fix-release-of-IRQ.patch
patches.suse/mtd-ubi-fix-unreleased-fwnode_handle-in-find_volume_.patch
patches.suse/hostfs-Fix-the-NULL-vs-IS_ERR-bug-for-__filemap_get_folio.patch
patches.suse/rtc-cmos-avoid-taking-rtc_lock-for-extended-period-o.patch
patches.suse/rtc-st-lpc-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch
patches.suse/rtc-bbnsm-add-remove-hook.patch
patches.suse/rtc-abx80x-Fix-WDT-bit-position-of-the-status-regist.patch
patches.suse/rtc-check-if-__rtc_read_time-was-successful-in-rtc_t.patch
patches.suse/rtc-rzn1-fix-BCD-to-rtc_time-conversion-errors.patch
patches.suse/rtc-ab-eoz9-don-t-fail-temperature-reads-on-undervol.patch
patches.suse/Rename-.data.unlikely-to-.data.unlikely.patch
patches.suse/Rename-.data.once-to-.data.once-to-fix-resetting-WAR.patch
patches.suse/kbuild-deb-pkg-Don-t-fail-if-modules.order-is-missin.patch
patches.suse/setlocalversion-work-around-git-describe-performance.patch
patches.suse/modpost-remove-incorrect-code-in-do_eisa_entry.patch
patches.suse/io_uring-check-for-overflows-in-io_pin_pages.patch
patches.suse/io_uring-fix-corner-case-forgetting-to-vunmap.patch
patches.suse/io_uring-tctx-work-around-xa_store-allocation-error-.patch
patches.suse/nvme-multipath-Fix-RCU-list-traversal-to-use-SRCU-pr.patch
patches.suse/Revert-nvme-make-keep-alive-synchronous-operation.patch
patches.suse/nvme-fabrics-fix-kernel-crash-while-shutting-down-co.patch
patches.suse/block-bfq-fix-bfqq-uaf-in-bfq_limit_depth.patch
patches.suse/tools-power-turbostat-Fix-trailing-n-parsing.patch
patches.suse/tools-power-turbostat-Fix-child-s-argument-forwardin.patch
patches.suse/x86-CPU-AMD-Terminate-the-erratum_1386_microcode-arr.patch
patches.suse/irqchip-irq-mvebu-sei-Move-misplaced-select-callback.patch
patches.suse/irqchip-gicv3-its-Add-workaround-for-hip09-ITS-errat.patch
patches.suse/xfs-remove-unknown-compat-feature-check-in-superblock-write-validation.patch
patches.suse/btrfs-fix-use-after-free-in-btrfs_encoded_read_endio.patch
patches.suse/platform-x86-asus-wmi-Ignore-return-value-when-writi.patch
patches.suse/platform-x86-asus-nb-wmi-Ignore-unknown-event-0xCF.patch
patches.suse/iTCO_wdt-mask-NMI_NOW-bit-for-update_no_reboot_bit-c.patch
patches.suse/watchdog-xilinx_wwdt-Calculate-max_hw_heartbeat_ms-u.patch
patches.suse/watchdog-apple-Actually-flush-writes-after-requestin.patch
patches.suse/watchdog-it87_wdt-add-PWRGD-enable-quirk-for-Qotom-Q.patch
patches.suse/watchdog-rzg2l_wdt-Power-on-the-watchdog-domain-in-t.patch
patches.suse/Revert-watchdog-s3c2410_wdt-use-exynos_get_pmu_regma.patch
patches.suse/watchdog-mediatek-Make-sure-system-reset-gets-assert.patch
patches.suse/watchdog-mediatek-Add-support-for-MT6735-TOPRGU-WDT.patch
patches.suse/watchdog-rti-of-honor-timeout-sec-property.patch
patches.suse/HID-i2c-hid-Revert-to-using-power-commands-to-wake-o.patch
patches.suse/HID-wacom-fix-when-get-product-name-maybe-null-point.patch
patches.suse/selftests-hid-fix-typo-and-exit-code.patch
patches.suse/net-hsr-avoid-potential-out-of-bound-access-in-fill_.patch
patches.suse/bnxt_en-ethtool-Supply-ntuple-rss-context-action.patch
patches.suse/octeontx2-af-Fix-SDP-MAC-link-credits-configuration.patch
patches.suse/can-dev-can_set_termination-allow-sleeping-GPIOs.patch
patches.suse/can-gs_usb-add-usb-endpoint-address-detection-at-dri.patch
patches.suse/can-c_can-c_can_handle_bus_err-update-statistics-if-.patch
patches.suse/can-sun4i_can-sun4i_can_err-call-can_change_state-ev.patch
patches.suse/can-hi311x-hi3110_can_ist-fix-potential-use-after-fr.patch
patches.suse/can-m_can-m_can_handle_lec_err-fix-rx-tx-_errors-sta.patch
patches.suse/can-ifi_canfd-ifi_canfd_handle_lec_err-fix-rx-tx-_er.patch
patches.suse/can-hi311x-hi3110_can_ist-fix-rx-tx-_errors-statisti.patch
patches.suse/can-sja1000-sja1000_err-fix-rx-tx-_errors-statistics.patch
patches.suse/can-sun4i_can-sun4i_can_err-fix-rx-tx-_errors-statis.patch
patches.suse/can-ems_usb-ems_usb_rx_err-fix-rx-tx-_errors-statist.patch
patches.suse/can-f81604-f81604_handle_can_bus_errors-fix-rx-tx-_e.patch
patches.suse/can-mcp251xfd-mcp251xfd_get_tef_len-work-around-erra.patch
patches.suse/can-j1939-j1939_session_new-fix-skb-reference-counti.patch
patches.suse/net-phy-microchip-Reset-LAN88xx-PHY-to-ensure-clean-.patch
patches.suse/tipc-Fix-use-after-free-of-kernel-socket-in-cleanup_.patch
patches.suse/net-qed-allow-old-cards-not-supporting-num_images-to.patch
patches.suse/net-Make-napi_hash_lock-irq-safe.patch
patches.suse/ethtool-Fix-access-to-uninitialized-fields-in-set-RX.patch
patches.suse/bnxt_en-refactor-tpa_info-alloc-free-into-helpers.patch
patches.suse/bnxt_en-refactor-bnxt_alloc_rx_rings-to-call-bnxt_al.patch
patches.suse/bnxt_en-handle-tpa_info-in-queue-API-implementation.patch
patches.suse/net-mlx5-HWS-Fix-memory-leak-in-mlx5hws_definer_calc.patch
patches.suse/net-mlx5-HWS-Properly-set-bwc-queue-locks-lock-class.patch
patches.suse/net-mlx5-E-Switch-Fix-switching-to-switchdev-mode-wi.patch
patches.suse/net-mlx5-E-Switch-Fix-switching-to-switchdev-mode-in.patch
patches.suse/net-mlx5e-SD-Use-correct-mdev-to-build-channel-param.patch
patches.suse/net-mlx5e-Remove-workaround-to-avoid-syndrome-for-in.patch
patches.suse/ice-fix-PHY-Clock-Recovery-availability-check.patch
patches.suse/ice-fix-PHY-timestamp-extraction-for-ETH56G.patch
patches.suse/ice-Fix-NULL-pointer-dereference-in-switchdev.patch
patches.suse/ice-Fix-VLAN-pruning-in-switchdev-mode.patch
patches.suse/idpf-set-completion-tag-for-empty-bufs-associated-wi.patch
patches.suse/ixgbevf-stop-attempting-IPSEC-offload-on-Mailbox-API.patch
patches.suse/ixgbe-downgrade-logging-of-unsupported-VF-API-versio.patch
patches.suse/ixgbe-Correct-BASE-BX10-compliance-code.patch
patches.suse/igb-Fix-potential-invalid-memory-access-in-igb_init_.patch
patches.suse/msft-hv-3086-net-mana-Request-a-V2-response-version-for-MANA_QUER.patch
patches.suse/iommufd-Fix-out_fput-in-iommufd_fault_alloc.patch
patches.suse/pmdomain-core-Add-missing-put_device.patch
patches.suse/pmdomain-core-Fix-error-path-in-pm_genpd_init-when-i.patch
patches.suse/pmdomain-imx-gpcv2-Adjust-delay-after-power-up-hands.patch
patches.suse/mmc-sdhci-pci-Add-DMI-quirk-for-missing-CD-GPIO-on-V.patch
patches.suse/mmc-core-Further-prevent-card-detect-during-shutdown.patch
patches.suse/spi-mpc52xx-Add-cancel_work_sync-before-module-remov.patch
patches.suse/spi-intel-Add-Panther-Lake-SPI-controller-support.patch
patches.suse/spi-omap2-mcspi-Fix-the-IS_ERR-bug-for-devm_clk_get_.patch
patches.suse/regmap-Use-correct-format-specifier-for-logging-rang.patch
patches.suse/regmap-detach-regmap-from-dev-on-regmap_exit.patch
patches.suse/ALSA-seq-ump-Fix-seq-port-updates-per-FB-info-notify.patch
patches.suse/ALSA-ump-Don-t-open-legacy-substream-for-an-inactive.patch
patches.suse/ALSA-ump-Indicate-the-inactive-group-in-legacy-subst.patch
patches.suse/ALSA-ump-Update-legacy-substream-names-upon-FB-info-.patch
patches.suse/ALSA-hda-conexant-fix-Z60MR100-startup-pop-issue.patch
patches.suse/ALSA-usb-audio-Notify-xrun-for-low-latency-mode.patch
patches.suse/ALSA-sh-Use-standard-helper-for-buffer-accesses.patch
patches.suse/ALSA-ump-Shut-up-truncated-string-warning.patch
patches.suse/ALSA-usb-audio-add-mixer-mapping-for-Corsair-HS80.patch
patches.suse/ALSA-hda-realtek-Enable-mute-and-micmute-LED-on-HP-P.patch
patches.suse/ALSA-hda-tas2781-Fix-error-code-tas2781_read_acpi.patch
patches.suse/ALSA-hda-realtek-Add-support-for-Samsung-Galaxy-Book.patch
patches.suse/ALSA-usb-audio-Fix-a-DMA-to-stack-memory-bug.patch
patches.suse/ALSA-usb-audio-Add-extra-PID-for-RME-Digiface-USB.patch
patches.suse/ALSA-hda-realtek-fix-micmute-LEDs-don-t-work-on-HP-L.patch
patches.suse/ALSA-hda-realtek-Fix-spelling-mistake-Firelfy-Firefl.patch
patches.suse/ASoC-Intel-avs-da7219-Remove-suspend_pre-and-resume_.patch
patches.suse/ASoC-SOF-ipc3-topology-fix-resource-leaks-in-sof_ipc.patch
patches.suse/ASoC-mediatek-mt8188-mt6359-Remove-hardcoded-dmic-co.patch
patches.suse/dma-fence-Fix-reference-leak-on-fence-merge-failure-.patch
patches.suse/dma-fence-Use-kernel-s-sort-for-merging-fences.patch
patches.suse/dma-buf-fix-dma_fence_array_signaled-v4.patch
patches.suse/drm-dp_mst-Fix-MST-sideband-message-body-length-chec.patch
patches.suse/drm-sti-Add-__iomem-for-mixer_dbg_mxn-s-parameter.patch
patches.suse/drm-xe-Move-the-coredump-registration-to-the-worker-.patch
patches.suse/drm-dp_mst-Fix-resetting-msg-rx-state-after-topology.patch
patches.suse/drm-dp_mst-Verify-request-type-in-the-corresponding-.patch
patches.suse/drm-dp_mst-Ensure-mst_primary-pointer-is-valid-in-dr.patch
patches.suse/drm-v3d-Enable-Performance-Counters-before-clearing-.patch
patches.suse/drm-amdgpu-hdp4.0-do-a-posting-read-when-flushing-HD.patch
patches.suse/drm-amdgpu-hdp5.0-do-a-posting-read-when-flushing-HD.patch
patches.suse/drm-amdgpu-hdp5.2-do-a-posting-read-when-flushing-HD.patch
patches.suse/drm-amdgpu-hdp6.0-do-a-posting-read-when-flushing-HD.patch
patches.suse/drm-amdgpu-hdp7.0-do-a-posting-read-when-flushing-HD.patch
patches.suse/drm-amdkfd-add-MEC-version-that-supports-no-PCIe-ato.patch
patches.suse/drm-amdkfd-hard-code-cacheline-for-gc943-gc944.patch
patches.suse/drm-amd-display-Add-a-left-edge-pixel-if-in-YCbCr422.patch
patches.suse/drm-amd-display-Add-option-to-retrieve-detile-buffer.patch
patches.suse/drm-amd-display-Correct-prefetch-calculation.patch
patches.suse/drm-amd-display-Limit-VTotal-range-to-max-hw-cap-min.patch
patches.suse/drm-amd-pm-fix-and-simplify-workload-handling.patch
patches.suse/drm-amdgpu-rework-resume-handling-for-display-v2.patch
patches.suse/arm64-mm-Fix-zone_dma_limit-calculation.patch
patches.suse/ACPI-IORT-Add-PMCG-platform-information-for-HiSilico.patch
patches.suse/arm64-Ensure-bits-ASID-15-8-are-masked-out-when-the-kernel-uses-8-bit-ASIDs.patch
patches.suse/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_TAGGED_ADDR_CTRL.patch
patches.suse/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_FPMR.patch
patches.suse/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_POE.patch
patches.suse/bpf-vsock-Fix-poll-missing-a-queue.patch
patches.suse/bpf-vsock-Invoke-proto-close-on-close.patch
patches.suse/io_uring-Change-res2-parameter-type-in-io_uring_cmd_.patch
patches.suse/nvme-don-t-apply-NVME_QUIRK_DEALLOCATE_ZEROES-when-D.patch
patches.suse/nvme-fabrics-handle-zero-MAXCMD-without-closing-the-.patch
patches.suse/nvme-tcp-fix-the-memleak-while-create-new-ctrl-faile.patch
patches.suse/nvme-rdma-unquiesce-admin_q-before-destroy-it.patch
patches.suse/scsi-megaraid_sas-Fix-for-a-potential-deadlock.patch
patches.suse/scsi-mpt3sas-Diag-Reset-when-Doorbell-In-Use-bit-is-.patch
patches.suse/scsi-mpt3sas-Update-driver-version-to-51.100.00.00.patch
patches.suse/scsi-qla2xxx-Fix-abort-in-bsg-timeout.patch
patches.suse/scsi-qla2xxx-Fix-use-after-free-on-unload.patch
patches.suse/scsi-qla2xxx-Remove-check-req_sg_cnt-should-be-equal.patch
patches.suse/scsi-qla2xxx-Fix-NVMe-and-NPIV-connect-issue.patch
patches.suse/scsi-qla2xxx-Supported-speed-displayed-incorrectly-f.patch
patches.suse/scsi-qla2xxx-Update-version-to-10.02.09.400-k.patch
patches.suse/scsi-sg-Fix-slab-use-after-free-read-in-sg_release.patch
patches.suse/msft-hv-3085-scsi-storvsc-Do-not-flag-MAINTENANCE_IN-return-of-SR.patch
patches.suse/kasan-make-report_lock-a-raw-spinlock.patch
patches.suse/selftest-hugetlb_dio-fix-test-naming.patch
patches.suse/selftests-damon-add-_damon_sysfs.py-to-TEST_FILES.patch
patches.suse/scatterlist-fix-incorrect-func-name-in-kernel-doc.patch
patches.suse/lib-stackinit-hide-never-taken-branch-from-compiler.patch
patches.suse/sched-numa-fix-memory-leak-due-to-the-overwritten-vma-numab_state.patch
patches.suse/iio-magnetometer-yas530-use-signed-integer-type-for-.patch
patches.suse/cacheinfo-Allocate-memory-during-CPU-hotplug-if-not-done-f.patch
patches.suse/x86-cacheinfo-Delete-global-num_cache_leaves.patch
patches.suse/irqchip-stm32mp-exti-CONFIG_STM32MP_EXTI-should-not-.patch
patches.suse/modpost-Add-.irqentry.text-to-OTHER_SECTIONS.patch
patches.suse/sched-deadline-Fix-replenish_dl_new_period-dl_server-condition.patch
patches.suse/sched-fix-warning-in-sched_setaffinity.patch
patches.suse/softirq-Allow-raising-SCHED_SOFTIRQ-from-SMP-call-function-on-RT-kernel.patch
patches.suse/sched-core-Remove-the-unnecessary-need_resched-check-in-nohz_csd_func.patch
patches.suse/sched-fair-Check-idle_cpu-before-need_resched-to-detect-ilb-CPU-turning-busy.patch
patches.suse/sched-core-Prevent-wakeup-of-ksoftirqd-during-idle-load-balance.patch
patches.suse/sched-core-Update-kernel-boot-parameters-for-LAZY-preempt.patch
patches.suse/sched-deadline-Fix-warning-in-migrate_enable-for-boosted-tasks.patch
patches.suse/clk-en7523-Fix-wrong-BUS-clock-for-EN7581.patch
patches.suse/clk-en7523-Initialize-num-before-accessing-hws-in-en.patch
patches.suse/selftests-ftrace-adjust-offset-for-kprobe-syntax-err.patch
patches.suse/Revert-unicode-Don-t-special-case-ignorable-code-poi.patch
patches.suse/tipc-fix-NULL-deref-in-cleanup_bearer.patch
patches.suse/net-mlx5-DR-prevent-potential-error-pointer-derefere.patch
patches.suse/selftests-mlxsw-sharedbuffer-Remove-h1-ingress-test-.patch
patches.suse/selftests-mlxsw-sharedbuffer-Remove-duplicate-test-c.patch
patches.suse/selftests-mlxsw-sharedbuffer-Ensure-no-extra-packets.patch
patches.suse/bnxt_en-Fix-GSO-type-for-HW-GRO-packets-on-5750X-chi.patch
patches.suse/bnxt_en-Fix-potential-crash-when-dumping-FW-log-core.patch
patches.suse/cxgb4-use-port-number-to-set-mac-addr.patch
patches.suse/octeontx2-af-Fix-installation-of-PF-multicast-rule.patch
patches.suse/virtio_net-correct-netdev_tx_reset_queue-invocation-point.patch
patches.suse/bnxt_en-Fix-aggregation-ID-mask-to-prevent-oops-on-5.patch
patches.suse/Documentation-networking-Add-a-caveat-to-nexthop_com.patch
patches.suse/wifi-nl80211-fix-NL80211_ATTR_MLO_LINK_ID-off-by-one.patch
patches.suse/wifi-mac80211-fix-mbss-changed-flags-corruption-on-3.patch
patches.suse/wifi-mac80211-init-cnt-before-accessing-elem-in-ieee.patch
patches.suse/wifi-cfg80211-clear-link-ID-from-bitmap-during-link-.patch
patches.suse/wifi-mac80211-wake-the-queues-in-case-of-failure-in-.patch
patches.suse/wifi-mac80211-fix-a-queue-stall-in-certain-cases-of-.patch
patches.suse/wifi-mac80211-fix-station-NSS-capability-initializat.patch
patches.suse/wifi-cfg80211-sme-init-n_channels-before-channels-ac.patch
patches.suse/msft-hv-3087-net-mana-Fix-memory-leak-in-mana_gd_setup_irqs.patch
patches.suse/msft-hv-3088-net-mana-Fix-irq_contexts-memory-leak-in-mana_gd_set.patch
patches.suse/batman-adv-Do-not-send-uninitialized-TT-changes.patch
patches.suse/batman-adv-Remove-uninitialized-data-in-full-table-T.patch
patches.suse/batman-adv-Do-not-let-TT-changes-list-grows-indefini.patch
patches.suse/selftests-netfilter-Stabilize-rpath.sh.patch
patches.suse/Bluetooth-Improve-setsockopt-handling-of-malformed-u.patch
patches.suse/Bluetooth-hci_event-Fix-using-rcu_read_-un-lock-whil.patch
patches.suse/Bluetooth-iso-Always-release-hdev-at-the-end-of-iso_.patch
patches.suse/Bluetooth-iso-Fix-recursive-locking-warning.patch
patches.suse/Bluetooth-SCO-Add-support-for-16-bits-transparent-vo.patch
patches.suse/Bluetooth-iso-Fix-circular-lock-in-iso_listen_bis.patch
patches.suse/Bluetooth-iso-Fix-circular-lock-in-iso_conn_big_sync.patch
patches.suse/Bluetooth-btmtk-avoid-UAF-in-btmtk_process_coredump.patch
patches.suse/ALSA-hda-realtek-Fix-headset-mic-on-Acer-Nitro-5.patch
patches.suse/ALSA-usb-audio-Add-implicit-feedback-quirk-for-Yamah.patch
patches.suse/ALSA-control-Avoid-WARN-for-symlink-errors.patch
patches.suse/ASoC-amd-yc-Fix-the-wrong-return-value.patch
patches.suse/ASoC-tas2781-Fix-calibration-issue-in-stress-test.patch
patches.suse/ASoC-fsl_xcvr-change-IFACE_PCM-to-IFACE_MIXER.patch
patches.suse/ASoC-fsl_spdif-change-IFACE_PCM-to-IFACE_MIXER.patch
patches.suse/ASoC-Intel-sof_sdw-Add-space-for-a-terminator-into-D.patch
patches.suse/gpio-ljca-Initialize-num-before-accessing-item-in-lj.patch
patches.suse/gpio-graniterapids-Fix-vGPIO-driver-crash.patch
patches.suse/gpio-graniterapids-Fix-incorrect-BAR-assignment.patch
patches.suse/gpio-graniterapids-Fix-invalid-GPI_IS-register-offse.patch
patches.suse/gpio-graniterapids-Fix-invalid-RXEVCFG-register-bitm.patch
patches.suse/gpio-graniterapids-Determine-if-GPIO-pad-can-be-used.patch
patches.suse/gpio-graniterapids-Check-if-GPIO-line-can-be-used-fo.patch
patches.suse/gpio-graniterapids-Fix-GPIO-Ack-functionality.patch
patches.suse/riscv-Fix-wrong-usage-of-__pa-on-a-fixmap-address.patch
patches.suse/kselftest-arm64-abi-fix-SVCR-detection.patch
patches.suse/xfs-return-a-64-bit-block-count-from-xfs_btree_count_blocks.patch
patches.suse/xfs-don-t-drop-errno-values-when-we-fail-to-ficlone-the-entire-range.patch
patches.suse/xfs-set-XFS_SICK_INO_SYMLINK_ZAPPED-explicitly-when-zapping-a-symlink.patch
patches.suse/xfs-fix-null-bno_hint-handling-in-xfs_rtallocate_rtg.patch
patches.suse/xfs-update-btree-keys-correctly-when-_insrec-splits-an-inode-root-block.patch
patches.suse/xfs-fix-scrub-tracepoints-when-inode-rooted-btrees-are-involved.patch
patches.suse/xfs-unlock-inodes-when-erroring-out-of-xfs_trans_alloc_dir.patch
patches.suse/xfs-only-run-precommits-once-per-transaction-object.patch
patches.suse/xfs-fix-sb_spino_align-checks-for-large-fsblock-sizes.patch
patches.suse/xfs-return-from-xfs_symlink_verify-early-on-V4-filesystems.patch
patches.suse/acpi-nfit-vmalloc-out-of-bounds-Read-in-acpi_nfit_ct.patch
patches.suse/blk-cgroup-Fix-UAF-in-blkcg_unpin_online.patch
patches.suse/ACPI-resource-Fix-memory-resource-type-union-access.patch
patches.suse/ACPICA-events-evxfregn-don-t-release-the-ContextMute.patch
patches.suse/Documentation-PM-Clarify-pm_runtime_resume_and_get-r.patch
patches.suse/drm-i915-color-Stop-using-non-posted-DSB-writes-for-.patch
patches.suse/drm-i915-Fix-NULL-pointer-dereference-in-capture_eng.patch
patches.suse/drm-i915-Fix-memory-leak-by-correcting-cache-object-.patch
patches.suse/drm-xe-fix-the-ERR_PTR-returned-on-failure-to-alloca.patch
patches.suse/drm-xe-Call-invalidation_fence_fini-for-PT-inval-fen.patch
patches.suse/drm-xe-reg_sr-Remove-register-pool.patch
patches.suse/drm-amdgpu-use-sjt-mec-fw-on-gfx943-for-sriov.patch
patches.suse/drm-amdgpu-fix-UVD-contiguous-CS-mapping-problem.patch
patches.suse/amdgpu-uvd-get-ring-reference-from-rq-scheduler.patch
patches.suse/drm-amd-pm-Set-SMU-v13.0.7-default-workload-type.patch
patches.suse/drm-amdkfd-Correct-the-migration-DMA-map-direction.patch
patches.suse/drm-amdkfd-Dereference-null-return-value.patch
patches.suse/drm-amdkfd-hard-code-cacheline-size-for-gfx11.patch
patches.suse/drm-amdkfd-hard-code-MALL-cacheline-size-for-gfx11-g.patch
patches.suse/drm-amdgpu-fix-when-the-cleaner-shader-is-emitted.patch
patches.suse/drm-amdkfd-pause-autosuspend-when-creating-pdd.patch
patches.suse/regulator-axp20x-AXP717-set-ramp_delay.patch
patches.suse/spi-aspeed-Fix-an-error-handling-path-in-aspeed_spi_.patch
patches.suse/spi-rockchip-Fix-PM-runtime-count-on-no-op-cs.patch
patches.suse/ata-sata_highbank-fix-OF-node-reference-leak-in-high.patch
patches.suse/drm-panic-remove-spurious-empty-line-to-clean-warnin.patch
patches.suse/crypto-hisilicon-debugfs-fix-the-struct-pointer-inco.patch
patches.suse/serial-sh-sci-Check-if-TX-data-was-written-to-device.patch
patches.suse/usb-ehci-hcd-fix-call-balance-of-clocks-handling-rou.patch
patches.suse/usb-host-max3421-hcd-Correctly-abort-a-USB-request.patch
patches.suse/usb-typec-anx7411-fix-fwnode_handle-reference-leak.patch
patches.suse/usb-typec-anx7411-fix-OF-node-reference-leaks-in-anx.patch
patches.suse/usb-dwc3-imx8mp-fix-software-node-kernel-dump.patch
patches.suse/usb-gadget-midi2-Fix-interpretation-of-is_midi1-bits.patch
patches.suse/usb-core-hcd-only-check-primary-hcd-skip_phy_initial.patch
patches.suse/usb-dwc3-xilinx-make-sure-pipe-clock-is-deselected-i.patch
patches.suse/usb-misc-onboard_usb_dev-skip-suspend-resume-sequenc.patch
patches.suse/usb-gadget-u_serial-Fix-the-issue-that-gs_start_io-c.patch
patches.suse/usb-dwc2-Fix-HCD-resume.patch
patches.suse/usb-dwc2-hcd-Fix-GetPortStatus-SetPortFeature.patch
patches.suse/usb-dwc2-Fix-HCD-port-connection-race.patch
patches.suse/usb-typec-ucsi-Fix-completion-notifications.patch
patches.suse/bpf-sockmap-Fix-race-between-element-replace-and-clo.patc
patches.suse/sched-fair-Fix-NEXT_BUDDY.patch
patches.suse/sched-fair-Fix-sched_can_stop_tick-for-fair-tasks.patch
patches.suse/sched-eevdf-More-PELT-vs-DELAYED_DEQUEUE.patch
patches.suse/sched-dlserver-Fix-dlserver-double-enqueue.patch
patches.suse/sched-dlserver-Fix-dlserver-time-accounting.patch
patches.suse/irqchip-gic-v3-Work-around-insecure-GIC-integrations.patch
patches.suse/i2c-pnx-Fix-timeout-in-wait-functions.patch
patches.suse/i2c-riic-Always-round-up-when-calculating-bus-period.patch
patches.suse/p2sb-Factor-out-p2sb_read_from_cache.patch
patches.suse/p2sb-Introduce-the-global-flag-p2sb_hidden_by_bios.patch
patches.suse/p2sb-Move-P2SB-hide-and-unhide-code-to-p2sb_scan_and.patch
patches.suse/p2sb-Do-not-scan-and-remove-the-P2SB-device-when-it-.patch
patches.suse/firmware-arm_ffa-Fix-the-race-around-setting-ffa_dev.patch
patches.suse/xen-netfront-fix-crash-when-removing-device.patch
patches.suse/x86-make-get_cpu_vendor-accessible-from-Xen-code.patch
patches.suse/objtool-x86-allow-syscall-instruction.patch
patches.suse/x86-static-call-provide-a-way-to-do-very-early-stati.patch
patches.suse/x86-xen-don-t-do-PV-iret-hypercall-through-hypercall.patch
patches.suse/x86-xen-add-central-hypercall-functions.patch
patches.suse/x86-xen-use-new-hypercall-functions-instead-of-hyper.patch
patches.suse/x86-xen-remove-hypercall-page.patch
patches.suse/erofs-fix-PSI-memstall-accounting.patch
patches.suse/erofs-add-erofs_sb_free-helper.patch
patches.suse/erofs-use-struct-erofs_device_info-for-the-primary-device.patch
patches.suse/erofs-reference-struct-erofs_device_info-for-erofs_map_dev.patch
patches.suse/erofs-use-buffered-I-O-for-file-backed-mounts-by-default.patch
patches.suse/s390-mm-Fix-DirectMap-accounting.patch
patches.suse/s390-ipl-Fix-never-less-than-zero-warning.patch
patches.suse/s390-mm-Consider-KMSAN-modules-metadata-for-paging-levels.patch
patches.suse/x86-static-call-fix-32-bit-build.patch
patches.suse/msft-hv-3089-tools-hv-Fix-a-complier-warning-in-the-fcopy-uio-dae.patch
patches.suse/msft-hv-3090-x86-hyperv-Fix-hv-tsc-page-based-sched_clock-for-hib.patch
patches.suse/msft-hv-3091-tools-hv-change-permissions-of-NetworkManager-config.patch
patches.suse/msft-hv-3092-drivers-hv-Convert-open-coded-timeouts-to-secs_to_ji.patch
patches.suse/msft-hv-3093-tools-hv-terminate-fcopy-daemon-if-read-from-uio-fai.patch
patches.suse/msft-hv-3094-Drivers-hv-util-Don-t-force-error-code-to-ENODEV-in-.patch
patches.suse/msft-hv-3095-Drivers-hv-util-Avoid-accessing-a-ringbuffer-not-ini.patch
patches.suse/msft-hv-3096-hv-hv_kvp_daemon-Pass-NIC-name-to-hv_get_dns_info-as.patch
patches.suse/msft-hv-3097-tools-hv-reduce-resouce-usage-in-hv_get_dns_info-hel.patch
patches.suse/msft-hv-3098-tools-hv-add-a-.gitignore-file.patch
patches.suse/msft-hv-3099-tools-hv-reduce-resource-usage-in-hv_kvp_daemon.patch
patches.suse/cxl-pci-Fix-potential-bogus-return-value-upon-succes.patch
patches.suse/cxl-region-Fix-region-creation-for-greater-than-x2-s.patch
patches.suse/mmc-sdhci-tegra-Remove-SDHCI_QUIRK_BROKEN_ADMA_ZEROL.patch
patches.suse/mmc-mtk-sd-disable-wakeup-in-.remove-and-in-the-erro.patch
patches.suse/ionic-Fix-netdev-notifier-unregister-on-failure.patch
patches.suse/ionic-no-double-destroy-workqueue.patch
patches.suse/ionic-use-ee-offset-when-returning-sprom-data.patch
patches.suse/chelsio-chtls-prevent-potential-integer-overflow-on-.patch
patches.suse/qed-fix-possible-uninit-pointer-read-in-qed_mcp_nvm_.patch
patches.suse/can-m_can-set-init-flag-earlier-in-probe.patch
patches.suse/can-m_can-fix-missed-interrupts-with-m_can_pci.patch
patches.suse/selftests-openvswitch-fix-tcpdump-execution.patch
patches.suse/idpf-add-support-for-SW-triggered-interrupts.patch
patches.suse/idpf-trigger-SW-interrupt-when-exiting-wb_on_itr-mod.patch
patches.suse/octeontx2-pf-fix-netdev-memory-leak-in-rvu_rep_creat.patch
patches.suse/octeontx2-pf-fix-error-handling-of-devlink-port-in-r.patch
patches.suse/i915-guc-Reset-engine-utilization-buffer-before-regi.patch
patches.suse/i915-guc-Ensure-busyness-counter-increases-motonical.patch
patches.suse/i915-guc-Accumulate-active-runtime-on-gt-reset.patch
patches.suse/udmabuf-fix-memory-leak-on-last-export_udmabuf-error.patch
patches.suse/dma-buf-Fix-__dma_buf_debugfs_list_del-argument-for-.patch
patches.suse/drm-panel-himax-hx83102-Add-a-check-to-prevent-NULL-.patch
patches.suse/drm-panel-novatek-nt35950-fix-return-value-check-in-.patch
patches.suse/drm-panel-st7701-Add-prepare_prev_first-flag-to-drm_.patch
patches.suse/drm-panel-synaptics-r63353-Fix-regulator-unbalance.patch
patches.suse/drm-display-use-ERR_PTR-on-DP-tunnel-manager-creatio.patch
patches.suse/drm-modes-Avoid-divide-by-zero-harder-in-drm_mode_vr.patch
patches.suse/accel-ivpu-Fix-general-protection-fault-in-ivpu_bo_l.patch
patches.suse/accel-ivpu-Fix-WARN-in-ivpu_ipc_send_receive_interna.patch
patches.suse/drm-amdgpu-don-t-access-invalid-sched.patch
patches.suse/drm-amdgpu-nbio7.7-fix-IP-version-check.patch
patches.suse/drm-amdgpu-nbio7.11-fix-IP-version-check.patch
patches.suse/drm-amdgpu-mmhub4.1-fix-IP-version-check.patch
patches.suse/drm-amdgpu-gfx12-fix-IP-version-check.patch
patches.suse/drm-amdgpu-smu14.0.2-fix-IP-version-check.patch
patches.suse/drm-amdgpu-fix-amdgpu_coredump.patch
patches.suse/drm-amdgpu-Handle-NULL-bo-tbo.resource-again-in-amdg.patch
patches.suse/drm-amd-Update-strapping-for-NBIO-2.5.0.patch
patches.suse/drm-amdgpu-nbio7.0-fix-IP-version-check.patch
patches.suse/USB-serial-option-add-TCL-IK512-MBIM-ECM.patch
patches.suse/USB-serial-option-add-MeiG-Smart-SLM770A.patch
patches.suse/USB-serial-option-add-Netprisma-LCUK54-modules-for-W.patch
patches.suse/USB-serial-option-add-MediaTek-T7XX-compositions.patch
patches.suse/USB-serial-option-add-Telit-FE910C04-rmnet-compositi.patch
patches.suse/xhci-Turn-NEC-specific-quirk-for-handling-Stop-Endpo.patch
patches.suse/thunderbolt-Add-support-for-Intel-Panther-Lake-M-P.patch
patches.suse/thunderbolt-Don-t-display-nvm_version-unless-upgrade.patch
patches.suse/thunderbolt-Improve-redrive-mode-handling.patch
patches.suse/io_uring-Fix-registered-ring-file-refcount-leak.patch
patches.suse/io_uring-check-if-iowq-is-killed-before-queuing.patch
patches.suse/hwmon-tmp513-Fix-interpretation-of-values-of-Shunt-V.patch
patches.suse/hwmon-tmp513-Fix-Current-Register-value-interpretati.patch
patches.suse/hwmon-tmp513-Fix-interpretation-of-values-of-Tempera.patch
patches.suse/NFS-pnfs-Fix-a-live-lock-between-recalled-layouts-and-layoutget.patch
patches.suse/media-dvb-frontends-dib3000mb-fix-uninit-value-in-di.patch
patches.suse/selftests-memfd-run-sysctl-tests-when-PID-namespace-.patch
patches.suse/of-property-fw_devlink-Do-not-use-interrupt-parent-d.patch
patches.suse/of-address-Preserve-the-flags-portion-on-1-1-dma-ran.patch
patches.suse/of-Fix-error-path-in-of_parse_phandle_with_args_map.patch
patches.suse/of-Fix-refcount-leakage-for-OF-node-returned-by-__of.patch
patches.suse/of-irq-Fix-interrupt-map-cell-length-check-in-of_irq.patch
patches.suse/of-irq-Fix-using-uninitialized-variable-addr_len-in-.patch
patches.suse/nfsd-restore-callback-functionality-for-NFSv4.0.patch
patches.suse/preempt-Move-PREEMPT_RT-before-PREEMPT-in-vermagic.patch
patches.suse/mtd-rawnand-fix-double-free-in-atmel_pmecc_create_us.patch
patches.suse/mtd-diskonchip-Cast-an-operand-to-prevent-potential-.patch
patches.suse/mtd-rawnand-arasan-Fix-double-assertion-of-chip-sele.patch
patches.suse/mtd-rawnand-arasan-Fix-missing-de-registration-of-NA.patch
patches.suse/platform-chrome-cros_ec_lpc-fix-product-identity-for.patch
patches.suse/phy-usb-Toggle-the-PHY-power-during-init.patch
patches.suse/phy-rockchip-naneng-combphy-fix-phy-reset.patch
patches.suse/phy-qcom-qmp-Fix-register-name-in-RX-Lane-config-of-.patch
patches.suse/phy-rockchip-samsung-hdptx-Set-drvdata-before-enabli.patch
patches.suse/phy-core-Fix-that-API-devm_phy_put-fails-to-release-.patch
patches.suse/phy-core-Fix-that-API-devm_of_phy_provider_unregiste.patch
patches.suse/phy-core-Fix-that-API-devm_phy_destroy-fails-to-dest.patch
patches.suse/phy-core-Fix-an-OF-node-refcount-leakage-in-_of_phy_.patch
patches.suse/phy-core-Fix-an-OF-node-refcount-leakage-in-of_phy_p.patch
patches.suse/dmaengine-at_xdmac-avoid-null_prt_deref-in-at_xdmac_.patch
patches.suse/dmaengine-dw-Select-only-supported-masters-for-ACPI-.patch
patches.suse/dmaengine-loongson2-apb-Change-GENMASK-to-GENMASK_UL.patch
patches.suse/linux-dmaengine.h-fix-a-few-kernel-doc-warnings.patch
patches.suse/dmaengine-apple-admac-Avoid-accessing-registers-in-p.patch
patches.suse/dmaengine-amd-qdma-Remove-using-the-private-get-and-.patch
patches.suse/dmaengine-fsl-edma-implement-the-cleanup-path-of-fsl.patch
patches.suse/dmaengine-mv_xor-fix-child-node-refcount-handling-in.patch
patches.suse/dmaengine-tegra-Return-correct-DMA-status-when-pause.patch
patches.suse/ALSA-memalloc-prefer-dma_mapping_error-over-explicit.patch
patches.suse/ALSA-sh-Fix-wrong-argument-order-for-copy_from_iter.patch
patches.suse/ASoC-amd-ps-Fix-for-enabling-DMIC-on-acp63-platform-.patch
patches.suse/ASoC-dt-bindings-realtek-rt5645-Fix-CPVDD-voltage-co.patch
patches.suse/ASoC-Intel-sof_sdw-Fix-DMI-match-for-Lenovo-21Q6-and.patch
patches.suse/ASoC-Intel-sof_sdw-Fix-DMI-match-for-Lenovo-21QA-and.patch
patches.suse/ASoC-SOF-Intel-hda-dai-Do-not-release-the-link-DMA-o.patch
patches.suse/stddef-make-__struct_group-UAPI-C-friendly.patch
patches.suse/power-supply-gpio-charger-Fix-set-charge-current-lim.patch
patches.suse/power-supply-cros_charge-control-add-mutex-for-drive.patch
patches.suse/power-supply-cros_charge-control-allow-start_thresho.patch
patches.suse/power-supply-cros_charge-control-hide-start-threshol.patch
patches.suse/power-supply-bq24190-Fix-BQ24296-Vbus-regulator-supp.patch
patches.suse/i2c-imx-add-imx7d-compatible-string-for-applying-err.patch
patches.suse/i2c-microchip-core-actually-use-repeated-sends.patch
patches.suse/i2c-microchip-core-fix-ghost-detections.patch
patches.suse/btrfs-fix-use-after-free-waiting-for-encoded-read-en.patch
patches.suse/PCI-MSI-Handle-lack-of-irqdomain-gracefully.patch
patches.suse/platform-x86-mlx-platform-call-pci_dev_put-to-balanc.patch
patches.suse/mmc-sdhci-msm-fix-crypto-key-eviction.patch
patches.suse/pmdomain-core-add-dummy-release-function-to-genpd-de.patch
patches.suse/drm-xe-Revert-some-changes-that-break-a-mesa-debug-t.patch
patches.suse/drm-xe-Use-non-interruptible-wait-when-moving-BO-to-.patch
patches.suse/drm-xe-Wait-for-migration-job-before-unmapping-pages.patch
patches.suse/drm-xe-pf-Use-correct-function-to-check-LMEM-provisi.patch
patches.suse/drm-xe-Fix-fault-on-fd-close-after-unbind.patch
patches.suse/drm-i915-cx0_phy-Fix-C10-pll-programming-sequence.patch
patches.suse/drm-i915-dg1-Fix-power-gate-sequence.patch
patches.suse/drm-bridge-adv7511_audio-Update-Audio-InfoFrame-prop.patch
patches.suse/drm-adv7511-Fix-use-after-free-in-adv7533_attach_dsi.patch
patches.suse/drm-adv7511-Drop-dsi-single-lane-support.patch
patches.suse/ALSA-usb-audio-US16x08-Initialize-array-before-use.patch
patches.suse/ALSA-hda-tas2781-Ignore-SUBSYS_ID-not-found-for-tas2.patch
patches.suse/ALSA-seq-oss-Fix-races-at-processing-SysEx-messages.patch
patches.suse/Revert-ALSA-ump-Don-t-enumeration-invalid-groups-for.patch
patches.suse/ALSA-hda-realtek-Add-quirk-for-Framework-F111-000C.patch
patches.suse/ALSA-seq-Check-UMP-support-for-midi_version-change.patch
patches.suse/pinctrl-mcp23s08-Fix-sleeping-in-atomic-context-due-.patch
patches.suse/RDMA-bnxt_re-Remove-always-true-dattr-validity-check.patch
patches.suse/RDMA-mlx5-Enforce-same-type-port-association-for-mul.patch
patches.suse/RDMA-bnxt_re-Fix-max-SGEs-for-the-Work-Request.patch
patches.suse/RDMA-bnxt_re-Avoid-initializing-the-software-queue-f.patch
patches.suse/RDMA-bnxt_re-Avoid-sending-the-modify-QP-workaround-.patch
patches.suse/RDMA-bnxt_re-Don-t-fail-destroy-QP-and-cleanup-debug.patch
patches.suse/RDMA-bnxt_re-Fix-the-check-for-9060-condition.patch
patches.suse/RDMA-bnxt_re-Add-check-for-path-mtu-in-modify_qp.patch
patches.suse/RDMA-bnxt_re-Fix-setting-mandatory-attributes-for-mo.patch
patches.suse/RDMA-bnxt_re-Fix-to-export-port-num-to-ib_query_qp.patch
patches.suse/RDMA-bnxt_re-Fix-reporting-hw_ver-in-query_device.patch
patches.suse/RDMA-bnxt_re-Fix-max_qp_wrs-reported.patch
patches.suse/RDMA-bnxt_re-Disable-use-of-reserved-wqes.patch
patches.suse/RDMA-bnxt_re-Add-send-queue-size-check-for-variable-.patch
patches.suse/RDMA-bnxt_re-Fix-MSN-table-size-for-variable-wqe-mod.patch
patches.suse/RDMA-bnxt_re-Fix-the-locking-while-accessing-the-QP-.patch
patches.suse/RDMA-bnxt_re-Fix-error-recovery-sequence.patch
patches.suse/RDMA-mlx5-Enable-multiplane-mode-only-when-it-is-sup.patch
patches.suse/net-phy-micrel-Dynamically-control-external-clock-of.patch
patches.suse/wifi-iwlwifi-fix-CRF-name-for-Bz.patch
patches.suse/wifi-iwlwifi-mvm-Fix-__counted_by-usage-in-cfg80211_.patch
patches.suse/wifi-cw1200-Fix-potential-NULL-dereference-146b605.patch
patches.suse/selftests-net-local_termination-require-mausezahn.patch
patches.suse/net-mlx5-DR-select-MSIX-vector-0-for-completion-queu.patch
patches.suse/net-mlx5e-macsec-Maintain-TX-SA-from-encoding_sa.patch
patches.suse/net-mlx5e-Skip-restore-TC-rules-for-vport-rep-withou.patch
patches.suse/net-mlx5e-Keep-netdev-when-leave-switchdev-for-devli.patch
patches.suse/net-sfc-Correct-key_len-for-efx_tc_ct_zone_ht_params.patch
patches.suse/nvme-pci-512-byte-aligned-dma-pool-segment-quirk.patch
patches.suse/nvmet-Don-t-overflow-subsysnqn.patch
patches.suse/nvmet-loop-avoid-using-mutex-in-IO-hotpath.patch
patches.suse/workqueue-Do-not-warn-when-cancelling-WQ_MEM_RECLAIM-work-from-WQ_MEM_RECLAIM-worker.patch
patches.suse/exfat-fix-the-infinite-loop-in-exfat_readdir.patch
patches.suse/exfat-fix-the-new-buffer-was-not-zeroed-before-writing.patch
patches.suse/exfat-fix-the-infinite-loop-in-__exfat_free_cluster.patch
patches.suse/fs-fix-is_mnt_ns_file.patch
patches.suse/netfs-Fix-enomem-handling-in-buffered-reads.patch
patches.suse/nfs-Fix-oops-in-nfs_netfs_init_request-when-copying-to-cache.patch
patches.suse/netfs-Fix-missing-barriers-by-using-clear_and_wake_up_bit.patch
patches.suse/netfs-Fix-ceph-copy-to-cache-on-write-begin.patch
patches.suse/netfs-Fix-the-non-cancellation-of-copy-when-cache-is-temporarily-disabled.patch
patches.suse/netfs-Fix-is-caching-check-in-read-retry.patch
patches.suse/ieee802154-ca8210-Add-missing-check-for-kfifo_alloc-.patch
patches.suse/Bluetooth-hci_sync-Fix-not-setting-Random-Address-wh.patch
patches.suse/Bluetooth-MGMT-Fix-Add-Device-to-responding-before-c.patch
patches.suse/Bluetooth-btnxpuart-Fix-driver-sending-truncated-dat.patch
patches.suse/Bluetooth-btmtk-Fix-failed-to-send-func-ctrl-for-Med.patch
# powerpc/linux next
patches.suse/powerpc-book3s64-hugetlb-Fix-disabling-hugetlb-when-fadump-is-active.patch
# cel/linux nfsd-next
patches.suse/SUNRPC-introduce-cache_check_rcu-to-help-check-in-rc.patch
patches.suse/nfsd-no-need-get-cache-ref-when-protected-by-rcu.patch
patches.suse/SUNRPC-no-need-get-cache-ref-when-protected-by-rcu.patch
patches.suse/nfsd-fix-UAF-when-access-ex_uuid-or-ex_stats.patch
# ras/ras edac-for-next
patches.suse/RAS-AMD-FMPM-Fix-build-when-debugfs-is-not-enabled.patch
########################################################
# end of sorted patches
########################################################
# mkp/staging
patches.suse/scsi-lpfc-redefine-incorrect-type-in-lpfc_create_device_data.patch
patches.suse/scsi-lpfc-restrict-the-reg_fcfi-mam-field-to-fcoe-adapters-only.patch
patches.suse/scsi-lpfc-delete-nlp_target_remove-flag-due-to-obsolete-usage.patch
patches.suse/scsi-lpfc-modify-handling-of-adisc-based-on-ndlp-state-and-rpi.patch
patches.suse/scsi-lpfc-add-handling-for-ls_rjt-reason-explanation-authentication.patch
patches.suse/scsi-lpfc-change-lpfc_nodelist-save_flags-member-into-a-bitmask.patch
patches.suse/scsi-lpfc-update-definition-of-firmware-configuration-mbox-cmds.patch
patches.suse/scsi-lpfc-add-support-for-large-fw-object-application-layer-reads.patch
patches.suse/scsi-lpfc-update-lpfc-version-to-14.4.0.7.patch
patches.suse/scsi-lpfc-copyright-updates-for-14.4.0.7-patches.patch
########################################################
# Unsorted patches on their way to mainline
#
# (SLE/Leap: this section is only for patches which
# cannot go into the sorted section yet.)
#
# Patches which are already in subsystem maintainer
# repository or otherwise expected to get into mainline
# within 1-2 releases belong here. Patches not expected
# to get into mainline any time soon (or ever) belong
# to area specific sections below.
########################################################
patches.suse/powerpc-kexec_file-Add-KEXEC_SIG-support.patch
+lduncan patches.suse/scsi-target-iscsi-handle-SCSI-immediate-commands.patch
+lduncan patches.suse/scsi-target-iscsi-don-t-warn-of-R-W-when-no-data.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
+hare patches.suse/net-dcb-check-for-detached-device-before-executing-c.patch
patches.suse/block-sed-opal-add-ioctl-ioc_opal_set_sid_pw.patch
+neilb patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch
patches.suse/initramfs-avoid-filename-buffer-overrun.patch
########################################################
# kbuild/module infrastructure fixes
########################################################
# SUSE specific build tweaks
patches.suse/btf-pahole-j1-option.patch
patches.suse/rpm-kernel-config
patches.suse/add-suse-supported-flag.patch
patches.suse/powerpc-security-mitigation-patching.sh-Support-X-ta.patch
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
patches.suse/kernel-add-release-status-to-kernel-build.patch
patches.suse/panic-do-not-print-uninitialized-taint_flags.patch
# build tweaks for external KMPs
patches.suse/s390-export-symbols-for-crash-kmp.patch
########################################################
# Performance-specific out-of-tree patches
########################################################
# Patches to be carried out-of-tree
# o changes to default tuning
# Frequency scaling
patches.suse/cpufreq-intel_pstate-Revert-upstream-changes-to-iowa.patch
patches.suse/cpufreq-intel_pstate-Ramp-up-frequency-faster-when-u.patch
patches.suse/cpufreq-intel_pstate-Temporarily-boost-P-state-when-.patch
patches.suse/cpufreq-intel_pstate-Revert-upstream-default-governo.patch
patches.suse/Revert-cpufreq-Avoid-configuring-old-governors-as-de.patch
patches.suse/cpufreq-amd-pstate-Default-to-powersave-governor-whe.patch
# Needs re-evaluation. See notes in changelog for history on what needs to be done
+mgorman patches.suse/cpufreq-ondemand-Set-default-up_threshold-to-30-on-multi-core-systems.patch
# Patches of historical interest temporarily preserved in case a
# relevant bug hits the areas of interest
# bnc#1193353
+mgorman patches.suse/cpuidle-menu-Bias-selection-of-a-shallower-c-state-when-CPU-idles-for-IO.patch
########################################################
# Architecture specific patches
########################################################
# s390x
# ppc64
patches.suse/powerpc-tm-Flip-the-HTM-switch-default-to-disabled.patch
# ARM
+mbrugger patches.suse/0001-regulator-mt6360-Add-OF-match-table.patch
+mbrugger patches.suse/0002-regulator-mt6358-Add-OF-match-table.patch
+mbrugger patches.suse/0003-regulator-mt6323-Add-OF-match-table.patch
########################################################
# Scheduler
########################################################
# Patch to restore proc tunables that moved to debugfs. These sysctls
# produce warning in 15-SP4 through to 15-SP7. After that point, a
# kernel revision is expected to replace CFS with EEVDF and all
# scheduler tuning will need to be revisited. Until then, warn
# customers that the tuning options will disappear.
+mgorman patches.suse/sched-Temporarily-restore-deprecated-scheduler-sysctls-with-a-warning.patch
# Potential replacements for patches.suse/sched-optimize-latency-defaults-for-throughput.patch
+mgorman patches.suse/sched-fair-Increase-wakeup_gran-if-current-task-has-not-executed-the-minimum-granularity.patch
# bnc#1193175
# Upstream has changed a lot in this area and needs to be re-evaluated
# from scratch.
+mgorman patches.suse/sched-fair-Revert-update_pick_idlest-Select-group-with-lowest-group_util-when-idle_cpus-are-equal.patch
########################################################
# Memory management
########################################################
+mhocko patches.suse/memcg-deprecate-memory.force_empty-knob.patch
+mhocko patches.suse/mm-inform-about-enabling-mirrored-memory.patch
+mhocko patches.suse/mm-Warn-users-of-node-memory-hot-remove-if-the-memory-ratio-is-a-high-risk.patch
+tzimmermann patches.suse/0001-Reserve-64MiB-of-CMA-for-RPi3-s-VC4.patch
########################################################
# Filesystems
########################################################
# generic
+jeffm patches.suse/vfs-add-super_operations-get_inode_dev
patches.suse/unsupported-features.patch
+jeffm patches.suse/procfs-add-tunable-for-fd-fdinfo-dentry-retention.patch
# btrfs
+jeffm patches.suse/btrfs-provide-super_operations-get_inode_dev
+dsterba patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
+dsterba patches.suse/btrfs-8888-add-allow_unsupported-module-parameter.patch
# ext[2-4]
patches.suse/ext4-unsupported-features.patch
# XFS
patches.suse/xfs-allow-mount-remount-when-stripe-width-alignment-.patch
# NFS
+neilb patches.suse/0001-NFS-flush-out-dirty-data-on-file-fput.patch
+neilb patches.suse/NFS-flush-dirty-data-on-fput-fix.patch
+neilb patches.suse/mvfs-workaround.patch
+neilb patches.suse/nfs-set-acl-perm.patch
+neilb patches.suse/NFS-only-invalidate-dentrys-that-are-clearly-invalid.patch
+neilb patches.suse/nfsd-prepare-for-supporting-admin-revocation-of-stat.patch
+neilb patches.suse/nfsd-allow-open-state-ids-to-be-revoked-and-then-fre.patch
+neilb patches.suse/nfsd-allow-lock-state-ids-to-be-revoked-and-then-fre.patch
+neilb patches.suse/nfsd-allow-delegation-state-ids-to-be-revoked-and-th.patch
+neilb patches.suse/nfsd-dont-revoke-v4-0-states.patch
+neilb patches.suse/nfs-access-cache-no-negative.patch
+neilb patches.suse/NFS-Handle-missing-attributes-in-OPEN-reply.patch
+neilb patches.suse/nfs-serialize-opens.patch
+neilb patches.suse/NFS-never-reuse-a-NFSv4-0-lock-owner.patch
# other
########################################################
# Block layer
########################################################
+hare patches.suse/dm-mpath-leastpending-path-update
+hare patches.suse/dm-mpath-no-partitions-feature
+neilb patches.suse/md-display-timeout-error.patch
########################################################
# Networking core
########################################################
patches.suse/NFC-SUSE-specific-brutal-fix-for-runtime-PM.patch
+mkubecek patches.suse/net-allow-retransmitting-a-TCP-packet-if-original-is.patch
patches.suse/powerpc-pseries-mobility-notify-network-peers-after-.patch
+mkubecek patches.suse/netfilter-nf_tables-fix-64-bit-load-issue-in-nft_byt.patch
########################################################
# BPF
########################################################
# selftests
+shung-hsi.yu patches.suse/bpf-selftests-adapt-bpf_iter_task_vma-to-got_inode_dev.patch
+shung-hsi.yu patches.suse/selftests-bpf-lsm_cgroup-define-sockaddr_ll.patch
########################################################
# Perf
########################################################
+tonyj patches.suse/perf-local-check-alloc-histogram-return.patch
########################################################
# Security
########################################################
# crypto
# Module signing / secure boot
patches.suse/KEYS-Make-use-of-platform-keyring-for-module-signatu.patch
# Lock down functions for secure boot
+jlee patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch
+clin patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch
+jlee patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch
+jlee patches.suse/0004-efi-Lock-down-the-kernel-at-the-integrity-level-if-b.patch
+jlee patches.suse/powerpc-lock-down-kernel-in-secure-boot-mode.patch
+clin patches.suse/arm64-lock-down-kernel-in-secure-boot-mode.patch
+clin patches.suse/s390-lock-down-kernel-in-secure-boot-mode.patch
# Bug 1023051 - CVE-2016-3695: kernel-source: Error injection via EINJ is allowed when securelevel is enabled
+jlee patches.suse/acpi-Disable-APEI-error-injection-if-the-kernel-is-lockeddown.patch
# Using the hash in MOKx to blacklist kernel module, FATE#316531
+jlee patches.suse/0004-MODSIGN-checking-the-blacklisted-hash-before-loading.patch
# Hibernation Signature Verification FATE#316350
+jlee patches.suse/0001-security-create-hidden-area-to-keep-sensitive-data.patch
+jlee patches.suse/0002-hibernate-avoid-the-data-in-hidden-area-to-be-snapsh.patch
+jlee patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
+jlee patches.suse/0006-efi-allow-user-to-regenerate-secret-key.patch
+jlee patches.suse/0007-PM-hibernate-encrypt-hidden-area.patch
+jlee patches.suse/0008-PM-hibernate-Generate-and-verify-signature-for-snaps.patch
+jlee patches.suse/0009-PM-hibernate-prevent-EFI-secret-key-to-be-regenerate.patch
+jlee patches.suse/0010-PM-hibernate-a-option-to-request-that-snapshot-image.patch
+jlee patches.suse/0011-PM-hibernate-require-hibernate-snapshot-image-to-be-.patch
# jsc#PED-1444 Impl: Do NOT auto-generate EFI secret-key for hibernation verification
+jlee patches.suse/0001-efi-do-not-automatically-generate-secret-key.patch
# FIPS
+nstange patches.suse/0001-crypto-implement-downstream-solution-for-disabling-d.patch
+nstange patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
+nstange patches.suse/crypto-ecdh-implement-FIPS-PCT.patch
+nstange patches.suse/crypto-dh-implement-FIPS-PCT.patch
+nstange patches.suse/crypto-seqiv-flag-instantiations-as-fips-compliant.patch
+nstange patches.suse/crypto-ecdh-make-ecdh_compute_value-to-zeroize-the-p.patch
+nstange patches.suse/crypto-ecdsa-make-ecdsa_ecc_ctx_deinit-to-zeroize-th.patch
# NIAP PP_OS bsc#1177353, bsc#1179076, bsc#1213270
+jlee patches.suse/0001-X.509-Add-CodeSigning-extended-key-usage-parsing.patch
+jlee patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch
+jlee patches.suse/0003-modsign-Add-codeSigning-EKU-when-generating-X.509-ke.patch
+jlee patches.suse/0004-Documentation-admin-guide-module-signing.rst-add-ope.patch
+jlee patches.suse/0001-X.509-Fix-the-parser-of-extended-key-usage-for-lengt.patch
+jlee patches.suse/0001-PKCS-7-Check-codeSigning-EKU-of-certificates-in-PKCS.patch
# NVidia vGPU support
+jroedel patches.suse/Restore-kABI-for-NVidia-vGPU-driver.patch
########################################################
# Virtualization
########################################################
patches.suse/suse-hv-guest-os-id.patch
+oneukum patches.suse/0001-kvm-Reintroduce-nopvspin-kernel-parameter.patch
########################################################
# Other core patches
########################################################
# bsc#1215885 bsc#1218105 - A workaround for misbehaving clocksources
+jwiesner patches.suse/clocksource-disable-watchdog-checks-on-TSC-when-TSC-.patch
# jsc#PED-11837 kernel hardening option not enabled by default
patches.suse/stackleak-disable-stack-erasing-by-default.patch
########################################################
# PM
########################################################
patches.suse/ACPI-acpi_pad-Do-not-launch-acpi_pad-threads-on-idle-cpus.patch
########################################################
# DRM / Graphics
########################################################
+tzimmermann patches.suse/drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
+tzimmermann patches.suse/Add-parameter-to-disable-simple-framebuffer-devices.patch
+tzimmermann patches.suse/0001-bsc-1204315-Disable-sysfb-before-creating-simple-fra.patch
+tzimmermann patches.suse/drm-vmwgfx-Avoid-NULL-ptr-deref-in-vmw_cmd_dx_define.patch
+tzimmermann patches.suse/0001-firmware-sysfb-Add-parameter-to-enable-sysfb-support.patch
patches.suse/drm-hibmc-Drop-dependency-on-ARM64.patch
########################################################
# Storage
########################################################
# SCSI
+hare patches.suse/scsi-retry-alua-transition-in-progress
patches.suse/ata-Fix-racy-link-clearance.patch
+hare patches.suse/fcoe-reduce-max_sectors
+hare patches.suse/scsi-do-not-print-reservation-conflict-for-TEST-UNIT.patch
+hare patches.suse/sd-always-retry-READ-CAPACITY-for-ALUA-state-transit.patch
+dwagner patches.suse/scsi-lpfc-update-the-obsolete-adapter-list.patch
+dwagner patches.suse/qla2xxx-add-debug-log-for-unmaintained-hw-detected.patch
+hare patches.suse/scsi-do-not-put-scsi_common-in-a-separate-module.patch
# CD-ROM
patches.suse/scsi-blacklist-add-VMware-ESXi-cdrom-broken-tray-emu.patch
+dwagner patches.suse/qla2xxx-add-module_version-back-to-driver.patch
+dwagner patches.suse/lpfc-reintroduce-old-irq-probe-logic.patch
+dwagner patches.suse/rdma-addr-create-addr_wq-with-wq_mem_reclaim-flag.patch
+dwagner patches.suse/rdma-core-create-ib_cm-with-wq_mem_reclaim-flag.patch
# nvme-tcp kato and error handling, waiting for TP to be published
+dwagner patches.suse/nvme-tcp-do-not-terminate-commands-when-in-resetting.patch
+dwagner patches.suse/nvme-tcp-make-err_work-a-delayed-work.patch
+dwagner patches.suse/nvme-tcp-delay-error-recovery-until-the-next-kato.patch
+dwagner patches.suse/nvme-tcp-add-recovery_delay-to-sysfs.patch
# bsc#1219670
+hare patches.suse/nvme-keyring-restrict-match-length-for-version-1-ide.patch
# bsc#1189297
+mwilck patches.suse/scsi_probe_lun-retry-after-timeout.patch
# bsc#1166486
+colyli patches.suse/nvdimm-disable-namespace-on-error.patch
# bsc#1184485, bsc#1216776
+mwilck patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch
# bsc#1223575
+mwilck patches.suse/dm-multipath-dont-attempt-SG_IO-on-non-SCSI-disks-.patch
# bsc#1224105
+mwilck patches.suse/nvme_core-scan-namespaces-asynchronously.patch
# bsc#1228244
+hare patches.suse/nvme-multipath-suppress-partition-scan-until-the-dis.patch
########################################################
# Networking drivers (wired)
########################################################
patches.suse/mlx5-add-parameter-to-disable-enhanced-IPoIB.patch
+mkubecek patches.suse/lan78xx-Enable-LEDs-and-auto-negotiation.patch
+tbogendoerfer patches.suse/bsc1170284-ixgbe_dont_check_firmware_errors.patch
+tbogendoerfer patches.suse/s390-Fix-mlx5-RoCE-throuput-degradtion.patch
+tbogendoerfer patches.suse/staging-qlge-devlink-use-retained-error-fmsg-API.patch
+tbogendoerfer patches.suse/0001-idpf-extend-tx-watchdog-timeout.patch
+tbogendoerfer patches.suse/ice-Fix-NULL-pointer-access-if-PF-doesn-t-support-SR.patch
########################################################
# Wireless networking drivers
########################################################
+jbenc patches.suse/b43-missing-firmware-info.patch
########################################################
# USB
########################################################
########################################################
# Input
########################################################
########################################################
# Sound
########################################################
########################################################
# Other drivers
########################################################
########################################################
# Debugging
########################################################
+jslaby patches.suse/crasher.patch
+ptesarik patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
# Tracing
+jlee patches.suse/0003-Add-external-no-support-as-bad-taint-module.patch
# printk
patches.suse/vsprintf-kallsyms-Prevent-invalid-data-when-printing.patch
########################################################
# Livepatching
########################################################
patches.suse/livepatch-mark-the-kernel-unsupported-when-disabling.patch
patches.suse/livepatch-dump-ipa-clones.patch
patches.suse/Revert-Revert-kbuild-use-flive-patching-when-CONFIG_LIVEPATCH-is-enabled.patch
patches.suse/Revert-kallsyms-unexport-kallsyms_lookup_name-and-kallsyms_on_each_symbol.patch
# klp-convert
patches.suse/livepatch-Create-and-include-UAPI-headers.patch
patches.suse/livepatch-Add-klp-convert-tool.patch
patches.suse/kbuild-modpost-integrate-klp-convert.patch
patches.suse/livepatch-Add-sample-livepatch-module.patch
########################################################
# SUSE kABI padding
########################################################
patches.suse/asoc-suse-kabi-padding.patch
patches.suse/hdaudio-suse-kabi-padding.patch
patches.suse/kabi-Add-placeholders-to-a-couple-of-important-struc.patch
patches.suse/media-suse-kabi-padding.patch
patches.suse/soundwire-suse-kabi-padding.patch
patches.suse/wireless-suse-kabi-padding.patch
patches.suse/kabi-arm64-reserve-space-in-cpu_hwcaps-and-cpu_hwcap.patch
patches.suse/0001-Add-a-void-suse_kabi_padding-placeholder-to-some-USB.patch
patches.suse/0001-Thunderbolt-kABI-paddings-added.patch
patches.suse/0002-Add-a-void-suse_kabi_padding-placeholder-to-some-USB.patch
patches.suse/0002-Add-a-void-suse_kabi_padding-placeholder-to-some-gsp.patch
patches.suse/0001-typeC-add-kABI-padding.patch
patches.suse/prepare-arm64-klp
+oneukum patches.suse/0001-kABI-more-hooks-for-PCI-changes.patch
+oneukum patches.suse/crypto-add-suse_kabi_padding.patch
+oneukum patches.suse/fpga-add-kABI-padding.patch
+nik.borisov patches.suse/kabi-reserve-cpuid-leaves.patch
patches.suse/powerpc-Add-kABI-placeholder-to-struct-pci_controlle.patch
patches.suse/typeC-Add-kABI-placeholders.patch
+dwagner patches.suse/blk-kabi-add-suse_kabi_padding-to-blk-layer-structs.patch
+dwagner patches.suse/scsi-kabi-add-suse_kabi_padding-to-scsi-template-structs.patch
+pjakobsson patches.suse/drm-Add-kabi-placeholders-to-commonly-used-structs.patch
+oneukum patches.suse/kABI-padding-for-generic-crypto.patch
+shung-hsi.yu patches.suse/kABI-padding-for-bpf.patch
+oneukum patches.suse/rfkill-add-kABI-padding.patch
patches.suse/paddings-add-for-type-C-new-in-SP5.patch
patches.suse/paddings-for-the-new-structures-for-roles.patch
patches.suse/paddings-for-gadgets.patch
patches.suse/paddings-for-TB-and-USB4-XDomain-structures.patch
+oneukum patches.suse/paddings-for-realtik-802.11.patch
+oneukum patches.suse/paddings-for-mediatek-802.11.patch
+oneukum patches.suse/paddings-for-ath-802.11.patch
+oneukum patches.suse/paddings-for-the-inter-DMN-tunnel-stuff-of-TB.patch
+shung-hsi.yu patches.suse/selftests-bpf-user_ringbuf-define-c_ringbuf_size.patch
patches.suse/tracing-Add-kabi-placeholders.patch
+fweisbecker patches.suse/kABI-padding-for-context-tracking.patch
+jgross patches.suse/kabi-placeholders-for-coco-host-support.patch
patches.suse/paddings-add-paddings-to-TypeC-stuff.patch
patches.suse/padding-XHCI-additional-padding.patch
patches.suse/padding-ohci-core-structure-padding.patch
patches.suse/padding-ehci-core-structures.patch
patches.suse/new-paddings-for-the-new-features-of-TB.patch
+vbabka patches.suse/kabi-padding-for-vmstat-items.patch
########################################################
# kABI consistency patches
########################################################
########################################################
# SLE15-SP3 OOT performance patches evaluated but left
# disabled. See patches for the SLE 15 SP4 notes.
########################################################
+mgorman patches.suse/cpuidle-Poll-for-a-minimum-of-30ns-and-poll-for-a-tick-if-lower-c-states-are-disabled.patch
+mgorman patches.suse/sched-nohz-Avoid-disabling-the-tick-for-very-short-durations.patch
########################################################
# You'd better have a good reason for adding a patch
# below here.
########################################################